@nomalism-com/types 1.0.4 → 1.0.5

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.
@@ -260,6 +260,8 @@ export type DocumentHeader = {
260
260
  who_handles: string | null;
261
261
  tags: string | null;
262
262
  warning: string | null;
263
+ atcud: string | null;
264
+ qrcode: string | null;
263
265
  created_at: Date;
264
266
  updated_at: Date;
265
267
  created_by: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "1.0.4",
12
+ "version": "1.0.5",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [