cecon-interfaces 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,7 +44,7 @@ export declare class InvoiceEntity implements IInvoice {
44
44
  returnUrl: string;
45
45
  status: EInvoiceStatus;
46
46
  subscriptionId: string;
47
- subtotal: number;
47
+ subTotal: number;
48
48
  totalAmount: number;
49
49
  totalFee: number;
50
50
  totalOverPaid: number;
@@ -44,7 +44,7 @@ var InvoiceEntity = /** @class */ (function () {
44
44
  this.returnUrl = '';
45
45
  this.status = enums_1.EInvoiceStatus.DRAFT;
46
46
  this.subscriptionId = '';
47
- this.subtotal = 0;
47
+ this.subTotal = 0;
48
48
  this.totalAmount = 0;
49
49
  this.totalFee = 0;
50
50
  this.totalOverPaid = 0;
@@ -43,7 +43,7 @@ export interface IInvoice {
43
43
  returnUrl: string;
44
44
  status: EInvoiceStatus;
45
45
  subscriptionId: string;
46
- subtotal: number;
46
+ subTotal: number;
47
47
  totalAmount: number;
48
48
  totalFee: number;
49
49
  totalOverPaid: number;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.03",
3
+ "version": "1.2.04",
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.03",
3
+ "version": "1.2.04",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",