@openbox/shared-types 0.4.45 → 0.4.46

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.
@@ -8,6 +8,7 @@ export type InvoicesElectronicSVDataResponse = {
8
8
  estado: 'PROCESADO' | 'RECHAZADO';
9
9
  codigoGeneracion: string;
10
10
  selloRecibido: string | null;
11
+ observaciones: Array<string>;
11
12
  };
12
13
  export type InvoicesElectronicSVData = {
13
14
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.4.45",
3
+ "version": "0.4.46",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -9,6 +9,7 @@ export type InvoicesElectronicSVDataResponse = {
9
9
  estado: 'PROCESADO' | 'RECHAZADO'
10
10
  codigoGeneracion: string
11
11
  selloRecibido: string | null
12
+ observaciones: Array<string>
12
13
  }
13
14
 
14
15
  export type InvoicesElectronicSVData = {