@openbox/shared-types 0.5.29 → 0.5.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@ export type Invoices = {
34
34
  totalExenta: number;
35
35
  totalNoSuj: number;
36
36
  totalPagar: number;
37
- ventaTotalText: string;
37
+ totalPagarText: string;
38
38
  origin: string;
39
39
  invoiceDate: Date;
40
40
  paymentConditionName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.5.29",
3
+ "version": "0.5.30",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -35,7 +35,7 @@ export type Invoices = {
35
35
  totalExenta: number // previously ventasExentas
36
36
  totalNoSuj: number // previously ventasNoSujetas
37
37
  totalPagar: number // previously ventaTotal
38
- ventaTotalText: string
38
+ totalPagarText: string // previously ventaTotalText
39
39
  origin: string
40
40
  invoiceDate: Date
41
41
  paymentConditionName: string