@longvansoftware/storefront-js-client 4.1.5 → 4.1.6

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.
@@ -370,7 +370,7 @@ class PortalService extends serviceSDK_1.Service {
370
370
  updateSchedule(orgId, data) {
371
371
  return __awaiter(this, void 0, void 0, function* () {
372
372
  const method = 'POST';
373
- const endpoint = `/dynamic-collection/public/v2/schedule/actionBooking/${orgId}`;
373
+ const endpoint = `/dynamic-collection/public/v2/schedule/actionBooking`;
374
374
  try {
375
375
  const response = yield this.restApiCallWithNoToken(endpoint, method, data);
376
376
  return response;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [