@lcdp/api-react-rest-client 2.10.4-develop.13902157705 → 2.10.4-develop.13973390653
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.
|
@@ -501,7 +501,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
501
501
|
case 4:
|
|
502
502
|
_c.trys.push([4, 6, , 7]);
|
|
503
503
|
return [4 /*yield*/, this.request({
|
|
504
|
-
path: "/inventories/me/understock",
|
|
504
|
+
path: "/inventories/me/understock-products",
|
|
505
505
|
method: 'GET',
|
|
506
506
|
headers: headerParameters,
|
|
507
507
|
query: queryParameters,
|
|
@@ -1149,7 +1149,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
1149
1149
|
case 4:
|
|
1150
1150
|
_c.trys.push([4, 6, , 7]);
|
|
1151
1151
|
return [4 /*yield*/, this.request({
|
|
1152
|
-
path: "/inventories/{inventoryId}/understock".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters['inventoryId']))),
|
|
1152
|
+
path: "/inventories/{inventoryId}/understock-products".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters['inventoryId']))),
|
|
1153
1153
|
method: 'GET',
|
|
1154
1154
|
headers: headerParameters,
|
|
1155
1155
|
query: queryParameters,
|