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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.41",
3
+ "version": "1.5.42",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -7,6 +7,7 @@ export declare class TransactionResumeEntity implements ITransactionResume {
7
7
  info: ITransactionInfoResume;
8
8
  interval: EResumeIntervalType;
9
9
  id: string;
10
+ resumeVersion: string;
10
11
  createdAt: Date;
11
12
  updatedAt: Date;
12
13
  totalTarget: {
@@ -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 = [];
@@ -8,6 +8,7 @@ export interface ITransactionResume {
8
8
  id: string;
9
9
  createdAt: Date;
10
10
  updatedAt: Date;
11
+ resumeVersion: string;
11
12
  totalTarget: {
12
13
  target: ETransactionResumesTargetType;
13
14
  item: ITransactionResumeItemDetail;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.41",
3
+ "version": "1.5.42",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",