@nomalism-com/types 1.0.37 → 1.0.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.
|
@@ -254,7 +254,6 @@ export type DocumentHeader = {
|
|
|
254
254
|
gross_value: number | null;
|
|
255
255
|
net_value: number | null;
|
|
256
256
|
taxes_value: number | null;
|
|
257
|
-
document_name: string;
|
|
258
257
|
external_document_name: string | null;
|
|
259
258
|
sequence_number: number | null;
|
|
260
259
|
paired_with: string | null;
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"typescript",
|
|
10
10
|
"helper"
|
|
11
11
|
],
|
|
12
|
-
"version": "1.0.
|
|
12
|
+
"version": "1.0.38",
|
|
13
13
|
"main": "./dist/index.min.js",
|
|
14
14
|
"types": "./dist/index.d.ts",
|
|
15
15
|
"files": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@rollup/plugin-terser": "^0.4.4",
|
|
41
41
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
42
|
-
"@types/node": "^22.15.
|
|
42
|
+
"@types/node": "^22.15.17",
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "^8.32.0",
|
|
44
44
|
"@typescript-eslint/parser": "^8.32.0",
|
|
45
45
|
"eslint": "^9.26.0",
|