ソースを参照

openapi / beta

master
Florian Eisenmenger 1年前
コミット
48e3f0470b
17個のファイルの変更198行の追加55行の削除
  1. +14
    -0
      matsen-tool/angular.json
  2. +1
    -1
      matsen-tool/openapi.json
  3. +156
    -27
      matsen-tool/openapi.yaml
  4. +2
    -2
      matsen-tool/src/app/core/api/v1/api/comment.service.ts
  5. +2
    -2
      matsen-tool/src/app/core/api/v1/api/contact.service.ts
  6. +2
    -2
      matsen-tool/src/app/core/api/v1/api/contactPartnerProduct.service.ts
  7. +2
    -2
      matsen-tool/src/app/core/api/v1/api/document.service.ts
  8. +2
    -2
      matsen-tool/src/app/core/api/v1/api/partner.service.ts
  9. +2
    -2
      matsen-tool/src/app/core/api/v1/api/partnerFollow.service.ts
  10. +2
    -2
      matsen-tool/src/app/core/api/v1/api/partnerProduct.service.ts
  11. +2
    -2
      matsen-tool/src/app/core/api/v1/api/post.service.ts
  12. +2
    -2
      matsen-tool/src/app/core/api/v1/api/product.service.ts
  13. +2
    -2
      matsen-tool/src/app/core/api/v1/api/sale.service.ts
  14. +2
    -2
      matsen-tool/src/app/core/api/v1/api/task.service.ts
  15. +2
    -2
      matsen-tool/src/app/core/api/v1/api/taskNote.service.ts
  16. +1
    -1
      matsen-tool/src/app/core/api/v1/api/user.service.ts
  17. +2
    -2
      matsen-tool/src/app/core/api/v1/api/userProduct.service.ts

+ 14
- 0
matsen-tool/angular.json ファイルの表示

@@ -72,6 +72,17 @@
"with": "src/environments/environment.development.ts"
}
]
},
"beta": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.beta.ts"
}
]
}
},
"defaultConfiguration": "production"
@@ -84,6 +95,9 @@
},
"development": {
"buildTarget": "matsen-tool:build:development"
},
"beta": {
"buildTarget": "matsen-tool:build:beta"
}
},
"defaultConfiguration": "development"


+ 1
- 1
matsen-tool/openapi.json
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 156
- 27
matsen-tool/openapi.yaml
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/comment.service.ts ファイルの表示

@@ -186,7 +186,7 @@ export class CommentService {
/**
* Retrieves a Comment resource.
* Retrieves a Comment resource.
* @param id Comment identifier
* @param id CommentApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -261,7 +261,7 @@ export class CommentService {
/**
* Updates the Comment resource.
* Updates the Comment resource.
* @param id Comment identifier
* @param id CommentApi identifier
* @param comment The updated Comment resource
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/contact.service.ts ファイルの表示

@@ -198,7 +198,7 @@ export class ContactService {
/**
* Retrieves a Contact resource.
* Retrieves a Contact resource.
* @param id Contact identifier
* @param id ContactApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -273,7 +273,7 @@ export class ContactService {
/**
* Updates the Contact resource.
* Updates the Contact resource.
* @param id Contact identifier
* @param id ContactApi identifier
* @param contact The updated Contact resource
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/contactPartnerProduct.service.ts ファイルの表示

@@ -198,7 +198,7 @@ export class ContactPartnerProductService {
/**
* Removes the ContactPartnerProduct resource.
* Removes the ContactPartnerProduct resource.
* @param id ContactPartnerProduct identifier
* @param id ContactPartnerProductApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -269,7 +269,7 @@ export class ContactPartnerProductService {
/**
* Retrieves a ContactPartnerProduct resource.
* Retrieves a ContactPartnerProduct resource.
* @param id ContactPartnerProduct identifier
* @param id ContactPartnerProductApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/document.service.ts ファイルの表示

@@ -210,7 +210,7 @@ export class DocumentService {
/**
* Retrieves a Document resource.
* Retrieves a Document resource.
* @param id Document identifier
* @param id DocumentApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -285,7 +285,7 @@ export class DocumentService {
/**
* Updates the Document resource.
* Updates the Document resource.
* @param id Document identifier
* @param id DocumentApi identifier
* @param document The updated Document resource
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/partner.service.ts ファイルの表示

@@ -218,7 +218,7 @@ export class PartnerService {
/**
* Retrieves a Partner resource.
* Retrieves a Partner resource.
* @param id Partner identifier
* @param id PartnerApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -293,7 +293,7 @@ export class PartnerService {
/**
* Updates the Partner resource.
* Updates the Partner resource.
* @param id Partner identifier
* @param id PartnerApi identifier
* @param partner The updated Partner resource
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/partnerFollow.service.ts ファイルの表示

@@ -222,7 +222,7 @@ export class PartnerFollowService {
/**
* Removes the PartnerFollow resource.
* Removes the PartnerFollow resource.
* @param id PartnerFollow identifier
* @param id PartnerFollowApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -293,7 +293,7 @@ export class PartnerFollowService {
/**
* Retrieves a PartnerFollow resource.
* Retrieves a PartnerFollow resource.
* @param id PartnerFollow identifier
* @param id PartnerFollowApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/partnerProduct.service.ts ファイルの表示

@@ -227,7 +227,7 @@ export class PartnerProductService {
/**
* Removes the PartnerProduct resource.
* Removes the PartnerProduct resource.
* @param id PartnerProduct identifier
* @param id PartnerProductApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -298,7 +298,7 @@ export class PartnerProductService {
/**
* Retrieves a PartnerProduct resource.
* Retrieves a PartnerProduct resource.
* @param id PartnerProduct identifier
* @param id PartnerProductApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/post.service.ts ファイルの表示

@@ -252,7 +252,7 @@ export class PostService {
/**
* Retrieves a Post resource.
* Retrieves a Post resource.
* @param id Post identifier
* @param id PostingApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -327,7 +327,7 @@ export class PostService {
/**
* Updates the Post resource.
* Updates the Post resource.
* @param id Post identifier
* @param id PostingApi identifier
* @param postPostingPatch The updated Post resource
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/product.service.ts ファイルの表示

@@ -196,7 +196,7 @@ export class ProductService {
/**
* Retrieves a Product resource.
* Retrieves a Product resource.
* @param id Product identifier
* @param id ProductApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -271,7 +271,7 @@ export class ProductService {
/**
* Updates the Product resource.
* Updates the Product resource.
* @param id Product identifier
* @param id ProductApi identifier
* @param product The updated Product resource
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/sale.service.ts ファイルの表示

@@ -210,7 +210,7 @@ export class SaleService {
/**
* Retrieves a Sale resource.
* Retrieves a Sale resource.
* @param id Sale identifier
* @param id SaleApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -285,7 +285,7 @@ export class SaleService {
/**
* Updates the Sale resource.
* Updates the Sale resource.
* @param id Sale identifier
* @param id SaleApi identifier
* @param sale The updated Sale resource
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/task.service.ts ファイルの表示

@@ -222,7 +222,7 @@ export class TaskService {
/**
* Retrieves a Task resource.
* Retrieves a Task resource.
* @param id Task identifier
* @param id TaskApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -297,7 +297,7 @@ export class TaskService {
/**
* Updates the Task resource.
* Updates the Task resource.
* @param id Task identifier
* @param id TaskApi identifier
* @param task The updated Task resource
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/taskNote.service.ts ファイルの表示

@@ -198,7 +198,7 @@ export class TaskNoteService {
/**
* Retrieves a TaskNote resource.
* Retrieves a TaskNote resource.
* @param id TaskNote identifier
* @param id TaskNoteApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -273,7 +273,7 @@ export class TaskNoteService {
/**
* Updates the TaskNote resource.
* Updates the TaskNote resource.
* @param id TaskNote identifier
* @param id TaskNoteApi identifier
* @param taskNote The updated TaskNote resource
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.


+ 1
- 1
matsen-tool/src/app/core/api/v1/api/user.service.ts ファイルの表示

@@ -196,7 +196,7 @@ export class UserService {
/**
* Retrieves a User resource.
* Retrieves a User resource.
* @param id User identifier
* @param id UserApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/


+ 2
- 2
matsen-tool/src/app/core/api/v1/api/userProduct.service.ts ファイルの表示

@@ -215,7 +215,7 @@ export class UserProductService {
/**
* Removes the UserProduct resource.
* Removes the UserProduct resource.
* @param id UserProduct identifier
* @param id UserProductApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/
@@ -286,7 +286,7 @@ export class UserProductService {
/**
* Retrieves a UserProduct resource.
* Retrieves a UserProduct resource.
* @param id UserProduct identifier
* @param id UserProductApi identifier
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
* @param reportProgress flag to report request and response progress.
*/


読み込み中…
キャンセル
保存