@nomalism-com/types 0.27.28 → 0.27.30

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.
@@ -307,7 +307,7 @@ export type DocumentHeader = {
307
307
  external_data: unknown;
308
308
  owner_id: string;
309
309
  owner_number: number;
310
- owner_name: string;
310
+ owner_name: string | null;
311
311
  billing_persona_id: string | null;
312
312
  billing_persona_nif: string | null;
313
313
  billing_persona_name: string | null;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.27.28",
12
+ "version": "0.27.30",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [