@softwear/latestcollectioncore 1.0.165 → 1.0.166

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/types.d.ts CHANGED
@@ -230,6 +230,7 @@ interface BrandSettingI {
230
230
  propertyMapping?: PropertyMappingI[];
231
231
  fashionCloudId?: string;
232
232
  sizeSystemPrefix?: string;
233
+ supplier?: string;
233
234
  }
234
235
  declare enum mappingStrategyE {
235
236
  MAP = "map",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softwear/latestcollectioncore",
3
- "version": "1.0.165",
3
+ "version": "1.0.166",
4
4
  "description": "Core functions for LatestCollections applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/types.ts CHANGED
@@ -244,6 +244,7 @@ interface BrandSettingI {
244
244
  propertyMapping?: PropertyMappingI[]
245
245
  fashionCloudId?: string
246
246
  sizeSystemPrefix?: string
247
+ supplier?: string
247
248
  }
248
249
 
249
250
  enum mappingStrategyE {