@openbox/shared-types 0.5.36 → 0.5.38

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.
@@ -9,4 +9,5 @@ export type InvoicesSettingsElectronicSv = {
9
9
  prodEnvPrivatePassword?: string;
10
10
  prodEnvCertificatePath?: string;
11
11
  isContingency?: boolean;
12
+ logoPath?: string;
12
13
  };
@@ -133,6 +133,9 @@ export type PartnersV1InvoicesCreateSingleRequestDataTotals = {
133
133
  totalExenta: number;
134
134
  totalGravada: number;
135
135
  subTotalVentas: number;
136
+ descuNoSuj: number;
137
+ descuExenta: number;
138
+ descuGravada: number;
136
139
  subTotal: number;
137
140
  ivaRete1: number;
138
141
  reteRenta: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.5.36",
3
+ "version": "0.5.38",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -9,4 +9,5 @@ export type InvoicesSettingsElectronicSv = {
9
9
  prodEnvPrivatePassword?: string
10
10
  prodEnvCertificatePath?: string
11
11
  isContingency?: boolean
12
+ logoPath?: string
12
13
  }
@@ -154,6 +154,9 @@ export type PartnersV1InvoicesCreateSingleRequestDataTotals = {
154
154
  totalExenta: number
155
155
  totalGravada: number
156
156
  subTotalVentas: number
157
+ descuNoSuj: number
158
+ descuExenta: number
159
+ descuGravada: number
157
160
  subTotal: number
158
161
  ivaRete1: number
159
162
  reteRenta: number