cecon-interfaces 1.1.83 → 1.1.85
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm2022/product-global/entities/product-brand.entity.mjs +2 -2
- package/dist/esm2022/product-global/entities/product.entity.mjs +3 -3
- package/dist/esm2022/product-global/interfaces/i-brand.mjs +1 -1
- package/dist/esm2022/product-global/interfaces/i-product.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +3 -3
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/dist/product-global/entities/product-brand.entity.d.ts +1 -1
- package/dist/product-global/entities/product-brand.entity.js +1 -1
- package/dist/product-global/entities/product.entity.d.ts +1 -1
- package/dist/product-global/entities/product.entity.js +2 -2
- package/dist/product-global/interfaces/i-brand.d.ts +1 -1
- package/dist/product-global/interfaces/i-product.d.ts +1 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED
@@ -19,7 +19,7 @@ var ProductGlobalEntity = /** @class */ (function () {
|
|
19
19
|
this.createdAt = new Date();
|
20
20
|
this.description = '';
|
21
21
|
this.grossWeight = 0;
|
22
|
-
this.gtin =
|
22
|
+
this.gtin = null;
|
23
23
|
this.gtinType = enums_1.GTINTypeEnum.THIRTEEN;
|
24
24
|
this.height = 0;
|
25
25
|
this.id = '';
|
@@ -45,7 +45,7 @@ var ProductGlobalEntity = /** @class */ (function () {
|
|
45
45
|
this.createdAt = new Date();
|
46
46
|
this.description = bluesoft.description;
|
47
47
|
this.grossWeight = bluesoft.grossWeight || 0;
|
48
|
-
this.gtin = bluesoft.gtin
|
48
|
+
this.gtin = bluesoft.gtin || null;
|
49
49
|
this.gtinType = gtin_type_enum_1.EGtintype.FOURTEEN;
|
50
50
|
this.height = bluesoft.height || 0;
|
51
51
|
this.id = '';
|