@nomalism-com/types 1.0.31 → 1.0.33

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.
@@ -334,7 +334,6 @@ export type ExternalDocumentType = {
334
334
  export type ExternalDocumentHeader = {
335
335
  id: string;
336
336
  document_header_id: string;
337
- external_pdf_link: string;
338
337
  pdf_link: string;
339
338
  created_at: Date;
340
339
  updated_at: Date;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "1.0.31",
12
+ "version": "1.0.33",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [