@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.
@@ -963,7 +963,10 @@ class ProductReferencesApiClient extends ApiClientBase {
963
963
  return of(null);
964
964
  }
965
965
  /**
966
- * @param tenantId (optional)
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
- * @param tenantId (optional)
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
  */