@openbox/shared-types 0.5.34 → 0.5.35

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.
@@ -52,8 +52,11 @@ export type InvoicesCreateSingleDetail = {
52
52
  export type InvoicesCreateSingleDiscounts = {
53
53
  id?: string;
54
54
  type: InvoicesDiscountsTypesKeys;
55
- quantity: number;
56
55
  description: string;
56
+ quantity: number;
57
+ descuExenta: number;
58
+ descuGravada: number;
59
+ descuNoSuj: number;
57
60
  };
58
61
  export type InvoicesCreateSingleRequest = {
59
62
  header: InvoicesCreateSingleHeader;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.5.34",
3
+ "version": "0.5.35",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -70,8 +70,11 @@ export type InvoicesCreateSingleDetail = {
70
70
  export type InvoicesCreateSingleDiscounts = {
71
71
  id?: string
72
72
  type: InvoicesDiscountsTypesKeys
73
- quantity: number
74
73
  description: string
74
+ quantity: number
75
+ descuExenta: number
76
+ descuGravada: number
77
+ descuNoSuj: number
75
78
  }
76
79
 
77
80
  export type InvoicesCreateSingleRequest = {