@aurigma/ng-storefront-api-client 2.43.1 → 2.45.5
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/aurigma-ng-storefront-api-client.metadata.json +1 -1
- package/bundles/aurigma-ng-storefront-api-client.umd.js +7 -2
- 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/lib/storefront-api-client.js +8 -3
- package/fesm2015/aurigma-ng-storefront-api-client.js +7 -2
- package/fesm2015/aurigma-ng-storefront-api-client.js.map +1 -1
- package/lib/storefront-api-client.d.ts +16 -6
- package/package.json +1 -1
|
@@ -155,7 +155,10 @@ export interface IProductReferencesApiClient {
|
|
|
155
155
|
*/
|
|
156
156
|
getPersonalizationWorkflow(reference: string | null, storefrontId?: number | undefined, tenantId?: number | null | undefined): Observable<PersonalizationWorkflowDto>;
|
|
157
157
|
/**
|
|
158
|
-
*
|
|
158
|
+
* Returns a product personalization workflow configuration by storefront product reference.
|
|
159
|
+
* @param reference Product reference - external reference to Customer's Canvas product specification, e.g online store product identifier.
|
|
160
|
+
* @param storefrontId Storefront identifier.
|
|
161
|
+
* @param tenantId (optional) Tenant identifier.
|
|
159
162
|
* @return Success
|
|
160
163
|
* @deprecated
|
|
161
164
|
*/
|
|
@@ -239,7 +242,10 @@ export declare class ProductReferencesApiClient extends ApiClientBase implements
|
|
|
239
242
|
getPersonalizationWorkflow(reference: string | null, storefrontId?: number | undefined, tenantId?: number | null | undefined): Observable<PersonalizationWorkflowDto>;
|
|
240
243
|
protected processGetPersonalizationWorkflow(response: HttpResponseBase): Observable<PersonalizationWorkflowDto>;
|
|
241
244
|
/**
|
|
242
|
-
*
|
|
245
|
+
* Returns a product personalization workflow configuration by storefront product reference.
|
|
246
|
+
* @param reference Product reference - external reference to Customer's Canvas product specification, e.g online store product identifier.
|
|
247
|
+
* @param storefrontId Storefront identifier.
|
|
248
|
+
* @param tenantId (optional) Tenant identifier.
|
|
243
249
|
* @return Success
|
|
244
250
|
* @deprecated
|
|
245
251
|
*/
|
|
@@ -272,7 +278,9 @@ export interface IProductSpecificationsApiClient {
|
|
|
272
278
|
*/
|
|
273
279
|
getPersonalizationWorkflow(id: number, tenantId?: number | null | undefined): Observable<PersonalizationWorkflowDto>;
|
|
274
280
|
/**
|
|
275
|
-
*
|
|
281
|
+
* Returns a product personalization workflow configuration by product specification identifier.
|
|
282
|
+
* @param id Product specification identifier.
|
|
283
|
+
* @param tenantId (optional) Tenant identifier.
|
|
276
284
|
* @return Success
|
|
277
285
|
* @deprecated
|
|
278
286
|
*/
|
|
@@ -311,7 +319,9 @@ export declare class ProductSpecificationsApiClient extends ApiClientBase implem
|
|
|
311
319
|
getPersonalizationWorkflow(id: number, tenantId?: number | null | undefined): Observable<PersonalizationWorkflowDto>;
|
|
312
320
|
protected processGetPersonalizationWorkflow(response: HttpResponseBase): Observable<PersonalizationWorkflowDto>;
|
|
313
321
|
/**
|
|
314
|
-
*
|
|
322
|
+
* Returns a product personalization workflow configuration by product specification identifier.
|
|
323
|
+
* @param id Product specification identifier.
|
|
324
|
+
* @param tenantId (optional) Tenant identifier.
|
|
315
325
|
* @return Success
|
|
316
326
|
* @deprecated
|
|
317
327
|
*/
|
|
@@ -1245,7 +1255,7 @@ export interface SpecificPipelineScenarioDto {
|
|
|
1245
1255
|
/** An existing processing pipeline identifier. */
|
|
1246
1256
|
pipelineId?: number;
|
|
1247
1257
|
}
|
|
1248
|
-
/** Dto class, containing 'create' operation parameters for a new project that should be created by executing 'Specific Pipeline' scenario.
|
|
1258
|
+
/** Dto class, containing 'create' operation parameters for a new project that should be created by executing 'Specific Pipeline' scenario. */
|
|
1249
1259
|
export interface CreateProjectBySpecificPipelineScenarioDto {
|
|
1250
1260
|
/** Project owner identifier. */
|
|
1251
1261
|
ownerId: string;
|
|
@@ -1257,7 +1267,7 @@ export interface CreateProjectBySpecificPipelineScenarioDto {
|
|
|
1257
1267
|
orderDetails?: OrderDetailsDto | null;
|
|
1258
1268
|
/** List of project items. */
|
|
1259
1269
|
items?: ProjectItemParametersDto[] | null;
|
|
1260
|
-
/** 'Specific Pipeline' scenario params.
|
|
1270
|
+
/** 'Specific Pipeline' scenario params. For more information check BackOffice.Web.PublicApi.ApiStorefront.Models.SpecificPipelineScenarioDto. */
|
|
1261
1271
|
scenario: SpecificPipelineScenarioDto;
|
|
1262
1272
|
}
|
|
1263
1273
|
/** 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.45.5",
|
|
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)",
|