Daniel 1 год назад
Родитель
Сommit
fa2491902e
17 измененных файлов: 58 добавлений и 170 удалений
  1. +1
    -1
      matsen-tool/openapi.json
  2. +25
    -142
      matsen-tool/openapi.yaml
  3. +2
    -2
      matsen-tool/src/app/core/api/v1/api/comment.service.ts
  4. +2
    -2
      matsen-tool/src/app/core/api/v1/api/contact.service.ts
  5. +2
    -2
      matsen-tool/src/app/core/api/v1/api/contactPartnerProduct.service.ts
  6. +2
    -2
      matsen-tool/src/app/core/api/v1/api/document.service.ts
  7. +2
    -2
      matsen-tool/src/app/core/api/v1/api/partner.service.ts
  8. +2
    -2
      matsen-tool/src/app/core/api/v1/api/partnerFollow.service.ts
  9. +2
    -2
      matsen-tool/src/app/core/api/v1/api/partnerProduct.service.ts
  10. +2
    -2
      matsen-tool/src/app/core/api/v1/api/post.service.ts
  11. +2
    -2
      matsen-tool/src/app/core/api/v1/api/product.service.ts
  12. +2
    -2
      matsen-tool/src/app/core/api/v1/api/sale.service.ts
  13. +2
    -2
      matsen-tool/src/app/core/api/v1/api/task.service.ts
  14. +2
    -2
      matsen-tool/src/app/core/api/v1/api/taskNote.service.ts
  15. +1
    -1
      matsen-tool/src/app/core/api/v1/api/user.service.ts
  16. +5
    -0
      matsen-tool/src/environments/environment.beta.ts
  17. +2
    -2
      matsen-tool/src/environments/environment.development.ts

+ 1
- 1
matsen-tool/openapi.json
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 25
- 142
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 CommentApi identifier
* @param id Comment 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 CommentApi identifier
* @param id Comment 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 ContactApi identifier
* @param id Contact 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 ContactApi identifier
* @param id Contact 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 ContactPartnerProductApi identifier
* @param id ContactPartnerProduct 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 ContactPartnerProductApi identifier
* @param id ContactPartnerProduct 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 DocumentApi identifier
* @param id Document 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 DocumentApi identifier
* @param id Document 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 PartnerApi identifier
* @param id Partner 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 PartnerApi identifier
* @param id Partner 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 Просмотреть файл

@@ -210,7 +210,7 @@ export class PartnerFollowService {
/**
* Removes the PartnerFollow resource.
* Removes the PartnerFollow resource.
* @param id PartnerFollowApi identifier
* @param id PartnerFollow 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.
*/
@@ -281,7 +281,7 @@ export class PartnerFollowService {
/**
* Retrieves a PartnerFollow resource.
* Retrieves a PartnerFollow resource.
* @param id PartnerFollowApi identifier
* @param id PartnerFollow 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 Просмотреть файл

@@ -210,7 +210,7 @@ export class PartnerProductService {
/**
* Removes the PartnerProduct resource.
* Removes the PartnerProduct resource.
* @param id PartnerProductApi identifier
* @param id PartnerProduct 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.
*/
@@ -281,7 +281,7 @@ export class PartnerProductService {
/**
* Retrieves a PartnerProduct resource.
* Retrieves a PartnerProduct resource.
* @param id PartnerProductApi identifier
* @param id PartnerProduct 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 Просмотреть файл

@@ -240,7 +240,7 @@ export class PostService {
/**
* Retrieves a Post resource.
* Retrieves a Post resource.
* @param id PostingApi identifier
* @param id Post 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.
*/
@@ -315,7 +315,7 @@ export class PostService {
/**
* Updates the Post resource.
* Updates the Post resource.
* @param id PostingApi identifier
* @param id Post 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 ProductApi identifier
* @param id Product 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 ProductApi identifier
* @param id Product 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 SaleApi identifier
* @param id Sale 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 SaleApi identifier
* @param id Sale 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 TaskApi identifier
* @param id Task 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 TaskApi identifier
* @param id Task 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 TaskNoteApi identifier
* @param id TaskNote 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 TaskNoteApi identifier
* @param id TaskNote 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 UserApi identifier
* @param id User 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.
*/


+ 5
- 0
matsen-tool/src/environments/environment.beta.ts Просмотреть файл

@@ -0,0 +1,5 @@
export const environment = {
production: false,
basePath: 'https://matsen-api.spawntree.de',
apiUrl: 'https://matsen-api.spawntree.de/api'
};

+ 2
- 2
matsen-tool/src/environments/environment.development.ts Просмотреть файл

@@ -1,5 +1,5 @@
export const environment = {
production: false,
basePath: 'https://matsen-api.spawntree.de',
apiUrl: 'https://matsen-api.spawntree.de/api'
basePath: 'https://matsen-tool-be.ddev.site:8443',
apiUrl: 'https://matsen-tool-be.ddev.site:8443/api'
};

Загрузка…
Отмена
Сохранить