@openbox/shared-types 0.5.19 → 0.5.20
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.
|
@@ -128,8 +128,6 @@ export type PartnersV1InvoicesCreateSingleRequestDataTotals = {
|
|
|
128
128
|
totalExenta: number;
|
|
129
129
|
totalGravada: number;
|
|
130
130
|
subTotalVentas: number;
|
|
131
|
-
porcentajeDescuento: number;
|
|
132
|
-
totalDescu: number;
|
|
133
131
|
subTotal: number;
|
|
134
132
|
ivaRete1: number;
|
|
135
133
|
reteRenta: number;
|
package/package.json
CHANGED
|
@@ -148,8 +148,6 @@ export type PartnersV1InvoicesCreateSingleRequestDataTotals = {
|
|
|
148
148
|
totalExenta: number
|
|
149
149
|
totalGravada: number
|
|
150
150
|
subTotalVentas: number
|
|
151
|
-
porcentajeDescuento: number
|
|
152
|
-
totalDescu: number
|
|
153
151
|
subTotal: number
|
|
154
152
|
ivaRete1: number
|
|
155
153
|
reteRenta: number
|