@nomalism-com/types 1.0.35 → 1.0.36

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.
@@ -256,6 +256,7 @@ export type DocumentHeader = {
256
256
  taxes_value: number | null;
257
257
  document_name: string;
258
258
  external_document_name: string | null;
259
+ sequence_number: number | null;
259
260
  paired_with: string | null;
260
261
  project_info: IProjectInfo | null;
261
262
  created_at: Date;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "1.0.35",
12
+ "version": "1.0.36",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [