cecon-interfaces 1.6.43 → 1.6.44

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.6.43",
3
+ "version": "1.6.44",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,7 +14,7 @@ export declare class RequestedItemsEntity implements IRequestedItems {
14
14
  isPaid: boolean;
15
15
  status: EOrderExtraInfo | null;
16
16
  message: string | null;
17
- messageExepction: string | null;
17
+ messageException: string | null;
18
18
  referenceToken: string | null;
19
19
  resendCount: number;
20
20
  constructor(data?: Partial<RequestedItemsEntity>);
@@ -18,7 +18,7 @@ var RequestedItemsEntity = /** @class */ (function () {
18
18
  this.isPaid = false;
19
19
  this.status = null;
20
20
  this.message = null;
21
- this.messageExepction = null;
21
+ this.messageException = null;
22
22
  this.referenceToken = null;
23
23
  this.resendCount = 0;
24
24
  if (data) {
@@ -12,7 +12,7 @@ export interface IRequestedItems {
12
12
  token: string;
13
13
  status: EOrderExtraInfo | null;
14
14
  message: string | null;
15
- messageExepction: string | null;
15
+ messageException: string | null;
16
16
  data: IRequestedItemData[];
17
17
  referenceToken: string | null;
18
18
  resendCount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.43",
3
+ "version": "1.6.44",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",