@aurigma/ng-storefront-api-client 2.44.1 → 2.46.2

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.
@@ -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
- * @param tenantId (optional)
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
- * @param tenantId (optional)
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
- * @param tenantId (optional)
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
- * @param tenantId (optional)
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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurigma/ng-storefront-api-client",
3
- "version": "2.44.1",
3
+ "version": "2.46.2",
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)",