digicust_types 1.8.381 → 1.8.382

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,5 +37,6 @@ export interface DigicustDocumentModel {
37
37
  uploadedFiles?: Array<UploadedFileModel>;
38
38
  sourceMaterialId?: string;
39
39
  pages?: DocumentPage[];
40
+ _isNew?: boolean;
40
41
  }
41
42
  export declare const condenseDocument: (document?: DigicustDocumentModel) => DigicustDocumentModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.381",
3
+ "version": "1.8.382",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",