@aurigma/ng-storefront-api-client 2.42.1 → 2.44.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/aurigma-ng-storefront-api-client.umd.js.map +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.min.js.map +1 -1
- package/esm2015/aurigma-ng-storefront-api-client.js +1 -1
- package/esm2015/lib/storefront-api-client.js +1 -1
- package/esm2015/lib/storefront.module.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/fesm2015/aurigma-ng-storefront-api-client.js.map +1 -1
- package/lib/storefront-api-client.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1245,7 +1245,7 @@ export interface SpecificPipelineScenarioDto {
|
|
|
1245
1245
|
/** An existing processing pipeline identifier. */
|
|
1246
1246
|
pipelineId?: number;
|
|
1247
1247
|
}
|
|
1248
|
-
/** Dto class, containing 'create' operation parameters for a new project that should be created by executing 'Specific Pipeline' scenario.
|
|
1248
|
+
/** Dto class, containing 'create' operation parameters for a new project that should be created by executing 'Specific Pipeline' scenario. */
|
|
1249
1249
|
export interface CreateProjectBySpecificPipelineScenarioDto {
|
|
1250
1250
|
/** Project owner identifier. */
|
|
1251
1251
|
ownerId: string;
|
|
@@ -1257,7 +1257,7 @@ export interface CreateProjectBySpecificPipelineScenarioDto {
|
|
|
1257
1257
|
orderDetails?: OrderDetailsDto | null;
|
|
1258
1258
|
/** List of project items. */
|
|
1259
1259
|
items?: ProjectItemParametersDto[] | null;
|
|
1260
|
-
/** 'Specific Pipeline' scenario params.
|
|
1260
|
+
/** 'Specific Pipeline' scenario params. For more information check BackOffice.Web.PublicApi.ApiStorefront.Models.SpecificPipelineScenarioDto. */
|
|
1261
1261
|
scenario: SpecificPipelineScenarioDto;
|
|
1262
1262
|
}
|
|
1263
1263
|
/** Project transition dto class. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurigma/ng-storefront-api-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.44.1",
|
|
4
4
|
"license": "SEE LICENSE IN License.md",
|
|
5
5
|
"description": "Angular API Client for Storefront API service of Customer's Canvas web-to-print system.",
|
|
6
6
|
"author": "Aurigma Inc <info@aurigma.com> (https://customerscanvas.com)",
|