@softwear/latestcollectioncore 1.0.166 → 1.0.168
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/consts.d.ts +1 -1
- package/dist/consts.js +1 -1
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
- package/src/consts.ts +1 -1
- package/src/types.ts +1 -0
package/dist/consts.d.ts
CHANGED
|
@@ -22,5 +22,5 @@ declare const SUBSCRIPTION_LIMITS: {
|
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
declare const latestCollectionGLN: "8719332204995";
|
|
25
|
-
declare const DATA_PROVIDERS: "
|
|
25
|
+
declare const DATA_PROVIDERS: "fashionunited,fashioncloud,linolux,barcodebot,triumph_it";
|
|
26
26
|
export { MAPPING_CATEGORIES, SUBSCRIPTION_LIMITS, DATA_PROVIDERS, latestCollectionGLN };
|
package/dist/consts.js
CHANGED
|
@@ -42,5 +42,5 @@ const SUBSCRIPTION_LIMITS = {
|
|
|
42
42
|
exports.SUBSCRIPTION_LIMITS = SUBSCRIPTION_LIMITS;
|
|
43
43
|
const latestCollectionGLN = '8719332204995';
|
|
44
44
|
exports.latestCollectionGLN = latestCollectionGLN;
|
|
45
|
-
const DATA_PROVIDERS = '
|
|
45
|
+
const DATA_PROVIDERS = 'fashionunited,fashioncloud,linolux,barcodebot,triumph_it';
|
|
46
46
|
exports.DATA_PROVIDERS = DATA_PROVIDERS;
|
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
package/src/consts.ts
CHANGED
|
@@ -36,5 +36,5 @@ const SUBSCRIPTION_LIMITS = {
|
|
|
36
36
|
},
|
|
37
37
|
} as const
|
|
38
38
|
const latestCollectionGLN = '8719332204995' as const
|
|
39
|
-
const DATA_PROVIDERS = '
|
|
39
|
+
const DATA_PROVIDERS = 'fashionunited,fashioncloud,linolux,barcodebot,triumph_it' as const
|
|
40
40
|
export { MAPPING_CATEGORIES, SUBSCRIPTION_LIMITS, DATA_PROVIDERS, latestCollectionGLN }
|