@aurigma/ng-storefront-api-client 2.44.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 +14 -4
- package/package.json +1 -1
|
@@ -963,7 +963,10 @@ class ProductReferencesApiClient extends ApiClientBase {
|
|
|
963
963
|
return of(null);
|
|
964
964
|
}
|
|
965
965
|
/**
|
|
966
|
-
*
|
|
966
|
+
* Returns a product personalization workflow configuration by storefront product reference.
|
|
967
|
+
* @param reference Product reference - external reference to Customer's Canvas product specification, e.g online store product identifier.
|
|
968
|
+
* @param storefrontId Storefront identifier.
|
|
969
|
+
* @param tenantId (optional) Tenant identifier.
|
|
967
970
|
* @return Success
|
|
968
971
|
* @deprecated
|
|
969
972
|
*/
|
|
@@ -1302,7 +1305,9 @@ class ProductSpecificationsApiClient extends ApiClientBase {
|
|
|
1302
1305
|
return of(null);
|
|
1303
1306
|
}
|
|
1304
1307
|
/**
|
|
1305
|
-
*
|
|
1308
|
+
* Returns a product personalization workflow configuration by product specification identifier.
|
|
1309
|
+
* @param id Product specification identifier.
|
|
1310
|
+
* @param tenantId (optional) Tenant identifier.
|
|
1306
1311
|
* @return Success
|
|
1307
1312
|
* @deprecated
|
|
1308
1313
|
*/
|