@pmcretail/mapper-library 0.0.4 → 0.0.5
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 +22 -1
- package/bundles/pmcretail-mapper-library.umd.js.map +1 -1
- package/bundles/pmcretail-mapper-library.umd.min.js +1 -1
- package/bundles/pmcretail-mapper-library.umd.min.js.map +1 -1
- package/esm2015/lib/RJ-mapper.class.js +17 -2
- package/esm5/lib/RJ-mapper.class.js +23 -2
- package/fesm2015/pmcretail-mapper-library.js +16 -1
- package/fesm2015/pmcretail-mapper-library.js.map +1 -1
- package/fesm5/pmcretail-mapper-library.js +22 -1
- package/fesm5/pmcretail-mapper-library.js.map +1 -1
- package/lib/RJ-mapper.class.d.ts +2 -0
- package/package.json +1 -1
- package/pmcretail-mapper-library.metadata.json +1 -1
|
@@ -4976,7 +4976,7 @@
|
|
|
4976
4976
|
(/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.CashierID = (/** @type {?} */ (this)).cashierId;
|
|
4977
4977
|
(/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.CompanyID = (/** @type {?} */ (this)).companyId;
|
|
4978
4978
|
(/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.StoreID = (/** @type {?} */ (this)).transactionDocument.storeId;
|
|
4979
|
-
(/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.BranchID = (/** @type {?} */ (this)).
|
|
4979
|
+
(/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.BranchID = (/** @type {?} */ (this)).branchId;
|
|
4980
4980
|
(/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.TerminalNumber = (/** @type {?} */ (this)).terminalNumber;
|
|
4981
4981
|
(/** @type {?} */ (this)).rjObject['Header'].OriginatedBy.TransactionNumber = (/** @type {?} */ (this)).transactionNumber;
|
|
4982
4982
|
(/** @type {?} */ (this)).rjObject['Header'].TaxMethodID = (/** @type {?} */ (this)).taxMethodId;
|
|
@@ -5727,6 +5727,22 @@
|
|
|
5727
5727
|
(/** @type {?} */ (this)).basketCurrencyId = value;
|
|
5728
5728
|
return (/** @type {?} */ (this));
|
|
5729
5729
|
};
|
|
5730
|
+
/**
|
|
5731
|
+
* @template THIS
|
|
5732
|
+
* @this {THIS}
|
|
5733
|
+
* @param {?} value
|
|
5734
|
+
* @return {THIS}
|
|
5735
|
+
*/
|
|
5736
|
+
RJMapperBuilderClass.prototype.setBranchID = /**
|
|
5737
|
+
* @template THIS
|
|
5738
|
+
* @this {THIS}
|
|
5739
|
+
* @param {?} value
|
|
5740
|
+
* @return {THIS}
|
|
5741
|
+
*/
|
|
5742
|
+
function (value) {
|
|
5743
|
+
(/** @type {?} */ (this)).branchId = value;
|
|
5744
|
+
return (/** @type {?} */ (this));
|
|
5745
|
+
};
|
|
5730
5746
|
/**
|
|
5731
5747
|
* @param {?} date
|
|
5732
5748
|
* @return {?}
|
|
@@ -6131,6 +6147,11 @@
|
|
|
6131
6147
|
* @private
|
|
6132
6148
|
*/
|
|
6133
6149
|
RJMapperBuilderClass.prototype.largestNumber;
|
|
6150
|
+
/**
|
|
6151
|
+
* @type {?}
|
|
6152
|
+
* @private
|
|
6153
|
+
*/
|
|
6154
|
+
RJMapperBuilderClass.prototype.branchId;
|
|
6134
6155
|
/**
|
|
6135
6156
|
* @type {?}
|
|
6136
6157
|
* @private
|