| @@ -72,6 +72,17 @@ | |||||
| "with": "src/environments/environment.development.ts" | "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" | "defaultConfiguration": "production" | ||||
| @@ -84,6 +95,9 @@ | |||||
| }, | }, | ||||
| "development": { | "development": { | ||||
| "buildTarget": "matsen-tool:build:development" | "buildTarget": "matsen-tool:build:development" | ||||
| }, | |||||
| "beta": { | |||||
| "buildTarget": "matsen-tool:build:beta" | |||||
| } | } | ||||
| }, | }, | ||||
| "defaultConfiguration": "development" | "defaultConfiguration": "development" | ||||
| @@ -186,7 +186,7 @@ export class CommentService { | |||||
| /** | /** | ||||
| * Retrieves a Comment resource. | * Retrieves a Comment resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -261,7 +261,7 @@ export class CommentService { | |||||
| /** | /** | ||||
| * Updates the Comment resource. | * Updates the Comment resource. | ||||
| * Updates the Comment resource. | * Updates the Comment resource. | ||||
| * @param id Comment identifier | |||||
| * @param id CommentApi identifier | |||||
| * @param comment The updated Comment resource | * @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 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. | * @param reportProgress flag to report request and response progress. | ||||
| @@ -198,7 +198,7 @@ export class ContactService { | |||||
| /** | /** | ||||
| * Retrieves a Contact resource. | * Retrieves a Contact resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -273,7 +273,7 @@ export class ContactService { | |||||
| /** | /** | ||||
| * Updates the Contact resource. | * Updates the Contact resource. | ||||
| * Updates the Contact resource. | * Updates the Contact resource. | ||||
| * @param id Contact identifier | |||||
| * @param id ContactApi identifier | |||||
| * @param contact The updated Contact resource | * @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 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. | * @param reportProgress flag to report request and response progress. | ||||
| @@ -198,7 +198,7 @@ export class ContactPartnerProductService { | |||||
| /** | /** | ||||
| * Removes the ContactPartnerProduct resource. | * Removes the ContactPartnerProduct resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -269,7 +269,7 @@ export class ContactPartnerProductService { | |||||
| /** | /** | ||||
| * Retrieves a ContactPartnerProduct resource. | * Retrieves a ContactPartnerProduct resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -210,7 +210,7 @@ export class DocumentService { | |||||
| /** | /** | ||||
| * Retrieves a Document resource. | * Retrieves a Document resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -285,7 +285,7 @@ export class DocumentService { | |||||
| /** | /** | ||||
| * Updates the Document resource. | * Updates the Document resource. | ||||
| * Updates the Document resource. | * Updates the Document resource. | ||||
| * @param id Document identifier | |||||
| * @param id DocumentApi identifier | |||||
| * @param document The updated Document resource | * @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 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. | * @param reportProgress flag to report request and response progress. | ||||
| @@ -218,7 +218,7 @@ export class PartnerService { | |||||
| /** | /** | ||||
| * Retrieves a Partner resource. | * Retrieves a Partner resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -293,7 +293,7 @@ export class PartnerService { | |||||
| /** | /** | ||||
| * Updates the Partner resource. | * Updates the Partner resource. | ||||
| * Updates the Partner resource. | * Updates the Partner resource. | ||||
| * @param id Partner identifier | |||||
| * @param id PartnerApi identifier | |||||
| * @param partner The updated Partner resource | * @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 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. | * @param reportProgress flag to report request and response progress. | ||||
| @@ -222,7 +222,7 @@ export class PartnerFollowService { | |||||
| /** | /** | ||||
| * Removes the PartnerFollow resource. | * Removes the PartnerFollow resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -293,7 +293,7 @@ export class PartnerFollowService { | |||||
| /** | /** | ||||
| * Retrieves a PartnerFollow resource. | * Retrieves a PartnerFollow resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -227,7 +227,7 @@ export class PartnerProductService { | |||||
| /** | /** | ||||
| * Removes the PartnerProduct resource. | * Removes the PartnerProduct resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -298,7 +298,7 @@ export class PartnerProductService { | |||||
| /** | /** | ||||
| * Retrieves a PartnerProduct resource. | * Retrieves a PartnerProduct resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -252,7 +252,7 @@ export class PostService { | |||||
| /** | /** | ||||
| * Retrieves a Post resource. | * Retrieves a Post resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -327,7 +327,7 @@ export class PostService { | |||||
| /** | /** | ||||
| * Updates the Post resource. | * Updates the Post resource. | ||||
| * Updates the Post resource. | * Updates the Post resource. | ||||
| * @param id Post identifier | |||||
| * @param id PostingApi identifier | |||||
| * @param postPostingPatch The updated Post resource | * @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 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. | * @param reportProgress flag to report request and response progress. | ||||
| @@ -196,7 +196,7 @@ export class ProductService { | |||||
| /** | /** | ||||
| * Retrieves a Product resource. | * Retrieves a Product resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -271,7 +271,7 @@ export class ProductService { | |||||
| /** | /** | ||||
| * Updates the Product resource. | * Updates the Product resource. | ||||
| * Updates the Product resource. | * Updates the Product resource. | ||||
| * @param id Product identifier | |||||
| * @param id ProductApi identifier | |||||
| * @param product The updated Product resource | * @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 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. | * @param reportProgress flag to report request and response progress. | ||||
| @@ -210,7 +210,7 @@ export class SaleService { | |||||
| /** | /** | ||||
| * Retrieves a Sale resource. | * Retrieves a Sale resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -285,7 +285,7 @@ export class SaleService { | |||||
| /** | /** | ||||
| * Updates the Sale resource. | * Updates the Sale resource. | ||||
| * Updates the Sale resource. | * Updates the Sale resource. | ||||
| * @param id Sale identifier | |||||
| * @param id SaleApi identifier | |||||
| * @param sale The updated Sale resource | * @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 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. | * @param reportProgress flag to report request and response progress. | ||||
| @@ -222,7 +222,7 @@ export class TaskService { | |||||
| /** | /** | ||||
| * Retrieves a Task resource. | * Retrieves a Task resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -297,7 +297,7 @@ export class TaskService { | |||||
| /** | /** | ||||
| * Updates the Task resource. | * Updates the Task resource. | ||||
| * Updates the Task resource. | * Updates the Task resource. | ||||
| * @param id Task identifier | |||||
| * @param id TaskApi identifier | |||||
| * @param task The updated Task resource | * @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 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. | * @param reportProgress flag to report request and response progress. | ||||
| @@ -198,7 +198,7 @@ export class TaskNoteService { | |||||
| /** | /** | ||||
| * Retrieves a TaskNote resource. | * Retrieves a TaskNote resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -273,7 +273,7 @@ export class TaskNoteService { | |||||
| /** | /** | ||||
| * Updates the TaskNote resource. | * Updates the TaskNote resource. | ||||
| * Updates the TaskNote resource. | * Updates the TaskNote resource. | ||||
| * @param id TaskNote identifier | |||||
| * @param id TaskNoteApi identifier | |||||
| * @param taskNote The updated TaskNote resource | * @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 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. | * @param reportProgress flag to report request and response progress. | ||||
| @@ -196,7 +196,7 @@ export class UserService { | |||||
| /** | /** | ||||
| * Retrieves a User resource. | * Retrieves a User resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -215,7 +215,7 @@ export class UserProductService { | |||||
| /** | /** | ||||
| * Removes the UserProduct resource. | * Removes the UserProduct resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||
| @@ -286,7 +286,7 @@ export class UserProductService { | |||||
| /** | /** | ||||
| * Retrieves a UserProduct resource. | * Retrieves a UserProduct resource. | ||||
| * 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 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. | * @param reportProgress flag to report request and response progress. | ||||
| */ | */ | ||||