cecon-interfaces 1.2.9 → 1.2.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ export declare class InvoiceEntity implements IInvoice {
27
27
  externalInvoiceUrl: string;
28
28
  id: string;
29
29
  items: InvoiceItemEntity[];
30
- log: InvoiceLogEntity[];
30
+ logs: InvoiceLogEntity[];
31
31
  notes: string;
32
32
  notificationUrl: string;
33
33
  orderId: string;
@@ -27,7 +27,7 @@ var InvoiceEntity = /** @class */ (function () {
27
27
  this.externalInvoiceUrl = '';
28
28
  this.id = '';
29
29
  this.items = [];
30
- this.log = [];
30
+ this.logs = [];
31
31
  this.notes = '';
32
32
  this.notificationUrl = '';
33
33
  this.orderId = '';
@@ -26,7 +26,7 @@ export interface IInvoice {
26
26
  externalInvoiceUrl: string;
27
27
  id: string;
28
28
  items: IInvoiceItem[];
29
- log: IInvoiceLog[];
29
+ logs: IInvoiceLog[];
30
30
  notes: string;
31
31
  notificationUrl: string;
32
32
  orderId: string;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.09",
3
+ "version": "1.2.10",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.09",
3
+ "version": "1.2.10",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",