@openbox/shared-types 0.6.1 → 0.6.2

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,6 +5,13 @@ export type SystemSvFields = {
5
5
  nrc?: string;
6
6
  nit?: string;
7
7
  dui?: string;
8
+ /**
9
+ * Indicates if the NIT is homologated for electronic invoicing.
10
+ * When true, the system will send the DUI as identifier instead of NIT for juridical persons.
11
+ * When false or undefined, the system maintains current behavior (send NIT if available, otherwise DUI).
12
+ * @default false
13
+ */
14
+ nitIsHomologated?: boolean;
8
15
  taxerType?: SystemTaxerTypes;
9
16
  economicActivity?: SystemSvEconomicActivities;
10
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.6.01",
3
+ "version": "0.6.02",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",