@openbox/shared-types 0.2.83 → 0.2.84

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.
@@ -21,6 +21,7 @@ export type Invoices = {
21
21
  customerNit: string;
22
22
  customerNrc: string;
23
23
  customerGiro: string;
24
+ customerPassport: string;
24
25
  sum: number;
25
26
  iva: number;
26
27
  ivaPercibido: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.2.83",
3
+ "version": "0.2.84",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -22,6 +22,7 @@ export type Invoices = {
22
22
  customerNit: string
23
23
  customerNrc: string
24
24
  customerGiro: string
25
+ customerPassport: string
25
26
  sum: number
26
27
  iva: number
27
28
  ivaPercibido: number