@nomalism-com/types 1.0.5 → 1.0.6

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