cecon-interfaces 1.5.41 → 1.5.42
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm2022/transaction/entities/transaction-resume.entity.mjs +2 -1
- package/dist/esm2022/transaction/interfaces/i-transaction-resume.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-resume.entity.d.ts +1 -0
- package/dist/transaction/entities/transaction-resume.entity.js +1 -0
- package/dist/transaction/interfaces/i-transaction-resume.d.ts +1 -0
- package/package.json +1 -1
package/dist/package.json
CHANGED
@@ -10,6 +10,7 @@ var TransactionResumeEntity = /** @class */ (function () {
|
|
10
10
|
this.info = new transaction_info_resume_entity_1.TransactionInfoResumeEntity();
|
11
11
|
this.interval = resume_1.EResumeIntervalType.YEAR;
|
12
12
|
this.id = '';
|
13
|
+
this.resumeVersion = '';
|
13
14
|
this.createdAt = new Date();
|
14
15
|
this.updatedAt = new Date();
|
15
16
|
this.totalTarget = [];
|