cecon-interfaces 1.5.36 → 1.5.37
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm2022/transaction/entities/transaction.entity.mjs +2 -1
- package/dist/esm2022/transaction/interfaces/i-transaction.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +1 -0
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/dist/transaction/entities/transaction.entity.d.ts +1 -0
- package/dist/transaction/entities/transaction.entity.js +1 -0
- package/dist/transaction/interfaces/i-transaction.d.ts +1 -0
- package/package.json +1 -1
package/dist/package.json
CHANGED
@@ -39,6 +39,7 @@ var TransactionEntity = /** @class */ (function () {
|
|
39
39
|
this.desenfilaInfo = new general_1.DesenfilaInfoEntity();
|
40
40
|
this.natiInfo = new general_1.NatiInfoEntity();
|
41
41
|
this.mobyoInfo = new general_1.MobyoInfoEntity();
|
42
|
+
this.resumeVersion = '';
|
42
43
|
if (data) {
|
43
44
|
for (var key in data) {
|
44
45
|
if (data.hasOwnProperty(key) && key in this) {
|