nextemos 4.2.1 → 4.2.3
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/dist/helpers/cdn.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const html_entities_1 = require("html-entities");
|
|
4
4
|
const nextemos_config_1 = require("../nextemos-config");
|
|
5
5
|
const { CdnUrl, CdnProvider, VideoCdnUrl, ThumborSource } = (0, nextemos_config_1.getConfigs)();
|
|
6
|
-
const CDN_URL = CdnUrl;
|
|
6
|
+
const CDN_URL = CdnUrl || '';
|
|
7
7
|
const VIDEO_CDN_URL = VideoCdnUrl || CDN_URL;
|
|
8
8
|
const CDN_PROVIDER = CdnProvider;
|
|
9
9
|
const THUMBOR_SOURCE = ThumborSource;
|
package/dist/services/urls.js
CHANGED
|
@@ -42,8 +42,8 @@ exports.default = {
|
|
|
42
42
|
CategoryTree: '/live/{language}/ProductCategory/v1/CategoryTree',
|
|
43
43
|
},
|
|
44
44
|
Warehouse: {
|
|
45
|
-
All: '/
|
|
46
|
-
Warehouse: '/
|
|
45
|
+
All: '/{language}/Warehouses/v1/All',
|
|
46
|
+
Warehouse: '/{language}/Warehouses/v1/GetById',
|
|
47
47
|
},
|
|
48
48
|
Member: {
|
|
49
49
|
MemberMessages: {
|