@nomalism-com/types 1.0.7 → 1.0.8

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.
@@ -143,6 +143,7 @@ export type TypeOfLocation = {
143
143
  export type VatTax = {
144
144
  id: string;
145
145
  name: string;
146
+ saft_code: string;
146
147
  created_at: Date;
147
148
  updated_at: Date;
148
149
  origin_id: string | null;
@@ -153,6 +154,7 @@ export type VatTax = {
153
154
  export type VatTaxZone = {
154
155
  id: string;
155
156
  name: string;
157
+ saft_code: string;
156
158
  value: number;
157
159
  vat_tax_id: string;
158
160
  origin_id: string | null;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "1.0.7",
12
+ "version": "1.0.8",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [