@aurigma/ng-storefront-api-client 2.6.1 → 2.7.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.
- package/bundles/aurigma-ng-storefront-api-client.umd.js +5 -5
- 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 +6 -6
- package/fesm2015/aurigma-ng-storefront-api-client.js +5 -5
- package/fesm2015/aurigma-ng-storefront-api-client.js.map +1 -1
- package/lib/storefront-api-client.d.ts +10 -10
- package/package.json +1 -1
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
* @param productReference (optional) Product reference filter. Product reference is an external reference to Customer's Canvas product specification, e.g online store product identifier.
|
|
533
533
|
* @param productSpecificationId (optional) Cusomer's Canvas product specification filter.
|
|
534
534
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
535
|
-
* @param take (optional) Defines page length (how
|
|
535
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
536
536
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
537
537
|
* @param search (optional) Search string for partial match.
|
|
538
538
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -1140,7 +1140,7 @@
|
|
|
1140
1140
|
/**
|
|
1141
1141
|
* Returns all product specifications, relevant to the specified query parameters.
|
|
1142
1142
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
1143
|
-
* @param take (optional) Defines page length (how
|
|
1143
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
1144
1144
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
1145
1145
|
* @param search (optional) Search string for partial match.
|
|
1146
1146
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -1444,7 +1444,7 @@
|
|
|
1444
1444
|
* @param status (optional) Project status filter.
|
|
1445
1445
|
* @param datePeriod (optional) Project date period filter.
|
|
1446
1446
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
1447
|
-
* @param take (optional) Defines page length (how
|
|
1447
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
1448
1448
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
1449
1449
|
* @param search (optional) Search string for partial match.
|
|
1450
1450
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -2535,7 +2535,7 @@
|
|
|
2535
2535
|
* Returns all storefronts, relevant to the specified query parameters.
|
|
2536
2536
|
* @param types (optional) Storefront type filter.
|
|
2537
2537
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
2538
|
-
* @param take (optional) Defines page length (how
|
|
2538
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
2539
2539
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
2540
2540
|
* @param search (optional) Search string for partial match.
|
|
2541
2541
|
* @param tenantId (optional) Tenant identifier.
|
|
@@ -2746,7 +2746,7 @@
|
|
|
2746
2746
|
* @param storefrontId Storefront identifier.
|
|
2747
2747
|
* @param storefrontUserId (optional) Storefront user identifier.
|
|
2748
2748
|
* @param skip (optional) Defines page start offset from beginning of sorted result list.
|
|
2749
|
-
* @param take (optional) Defines page length (how
|
|
2749
|
+
* @param take (optional) Defines page length (how many consequent items of sorted result list should be taken).
|
|
2750
2750
|
* @param sorting (optional) Defines sorting order of result list e.g.: "Title ASC, LastModified DESC".
|
|
2751
2751
|
* @param search (optional) Search string for partial match.
|
|
2752
2752
|
* @param tenantId (optional) Tenant identifier.
|