@openbox/shared-types 0.4.59 → 0.4.60

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.
@@ -5,7 +5,7 @@ export declare enum InvoicesElectronicDataActions {
5
5
  export type InvoicesElectronicSVDataResponse = {
6
6
  ambiente: '00' | '01';
7
7
  fhProcesamiento: string;
8
- estado: 'PROCESADO' | 'RECHAZADO';
8
+ estado: 'PROCESADO' | 'RECHAZADO' | 'PENDIENTE';
9
9
  codigoGeneracion: string;
10
10
  selloRecibido: string | null;
11
11
  observaciones: Array<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.4.59",
3
+ "version": "0.4.60",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -6,7 +6,7 @@ export enum InvoicesElectronicDataActions {
6
6
  export type InvoicesElectronicSVDataResponse = {
7
7
  ambiente: '00' | '01'
8
8
  fhProcesamiento: string
9
- estado: 'PROCESADO' | 'RECHAZADO'
9
+ estado: 'PROCESADO' | 'RECHAZADO' | 'PENDIENTE'
10
10
  codigoGeneracion: string
11
11
  selloRecibido: string | null
12
12
  observaciones: Array<string>