@pmcretail/mapper-library 0.0.61 → 0.0.63
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/bundles/pmcretail-mapper-library.umd.js +13 -0
- package/bundles/pmcretail-mapper-library.umd.js.map +1 -1
- package/esm2015/lib/RJ-mapper.class.js +2 -1
- package/esm2015/lib/TransactionDocumentBuilder.js +2 -1
- package/esm2015/lib/WebReturn-mapper.class.js +2 -1
- package/esm2015/lib/WebReturnMagento2RestV1.class.js +6 -1
- package/esm2015/lib/WebReturnSalesforceMapper.class.js +6 -1
- package/esm2015/lib/mapper-library.model.js +1 -1
- package/fesm2015/pmcretail-mapper-library.js +13 -0
- package/fesm2015/pmcretail-mapper-library.js.map +1 -1
- package/lib/RJ-mapper.class.d.ts.map +1 -1
- package/lib/TransactionDocumentBuilder.d.ts.map +1 -1
- package/lib/WebReturn-mapper.class.d.ts.map +1 -1
- package/lib/WebReturnMagento2RestV1.class.d.ts +1 -0
- package/lib/WebReturnMagento2RestV1.class.d.ts.map +1 -1
- package/lib/WebReturnSalesforceMapper.class.d.ts +1 -0
- package/lib/WebReturnSalesforceMapper.class.d.ts.map +1 -1
- package/lib/mapper-library.model.d.ts +1 -0
- package/lib/mapper-library.model.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1274,6 +1274,7 @@
|
|
|
1274
1274
|
terminalId: "",
|
|
1275
1275
|
userId: "",
|
|
1276
1276
|
initiatingModule: "eBasket",
|
|
1277
|
+
module: "",
|
|
1277
1278
|
export: false,
|
|
1278
1279
|
basket: {},
|
|
1279
1280
|
basketSummary: {},
|
|
@@ -2546,6 +2547,7 @@
|
|
|
2546
2547
|
terminalId: "",
|
|
2547
2548
|
userId: "",
|
|
2548
2549
|
initiatingModule: "eBasket",
|
|
2550
|
+
module: "",
|
|
2549
2551
|
export: false,
|
|
2550
2552
|
basket: {},
|
|
2551
2553
|
basketSummary: {},
|
|
@@ -3417,6 +3419,7 @@
|
|
|
3417
3419
|
deviceId: "",
|
|
3418
3420
|
terminalId: "",
|
|
3419
3421
|
initiatingModule: "",
|
|
3422
|
+
module: "",
|
|
3420
3423
|
export: false,
|
|
3421
3424
|
isInStoreOrder: false,
|
|
3422
3425
|
basket: {},
|
|
@@ -3747,6 +3750,7 @@
|
|
|
3747
3750
|
deviceId: "",
|
|
3748
3751
|
terminalId: "",
|
|
3749
3752
|
initiatingModule: "",
|
|
3753
|
+
module: "",
|
|
3750
3754
|
export: false,
|
|
3751
3755
|
isInStoreOrder: false,
|
|
3752
3756
|
basket: {},
|
|
@@ -4189,6 +4193,10 @@
|
|
|
4189
4193
|
}
|
|
4190
4194
|
return shippedQtys - returnedQtys;
|
|
4191
4195
|
};
|
|
4196
|
+
WebReturnSalesforceMapperBuilderClass.prototype.module = function (value) {
|
|
4197
|
+
this.webReturnObject.module = value;
|
|
4198
|
+
return this;
|
|
4199
|
+
};
|
|
4192
4200
|
return WebReturnSalesforceMapperBuilderClass;
|
|
4193
4201
|
}());
|
|
4194
4202
|
|
|
@@ -4205,6 +4213,7 @@
|
|
|
4205
4213
|
deviceId: "",
|
|
4206
4214
|
terminalId: "",
|
|
4207
4215
|
initiatingModule: "",
|
|
4216
|
+
module: "",
|
|
4208
4217
|
export: false,
|
|
4209
4218
|
isInStoreOrder: false,
|
|
4210
4219
|
basket: {},
|
|
@@ -4464,6 +4473,10 @@
|
|
|
4464
4473
|
return new Date(date).toISOString();
|
|
4465
4474
|
}
|
|
4466
4475
|
};
|
|
4476
|
+
WebReturnMagento2RestV1MapperBuilderClass.prototype.module = function (value) {
|
|
4477
|
+
this.webReturnObject.module = value;
|
|
4478
|
+
return this;
|
|
4479
|
+
};
|
|
4467
4480
|
return WebReturnMagento2RestV1MapperBuilderClass;
|
|
4468
4481
|
}());
|
|
4469
4482
|
|