@nomalism-com/types 1.0.14 → 1.0.15

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.
@@ -329,7 +329,7 @@ export type DocumentSet = {
329
329
  name: string;
330
330
  document_set_id: number | null;
331
331
  active_by_default: boolean;
332
- validation_code: string;
332
+ validation_code: string | null;
333
333
  created_at: Date;
334
334
  updated_at: Date;
335
335
  created_by: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "1.0.14",
12
+ "version": "1.0.15",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [