@docuninja/builder2.0 0.0.76 → 0.0.78

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.
@@ -174,6 +174,7 @@ export interface Document {
174
174
  signatures?: DocumentSignature[];
175
175
  signatoryOrder: string[];
176
176
  metadata: Record<string, unknown> | null;
177
+ pending_files: boolean;
177
178
  }
178
179
  export interface DocumentFile {
179
180
  id: string;
package/dist/builder.d.ts CHANGED
@@ -415,6 +415,7 @@ declare interface Document_2 {
415
415
  signatures?: DocumentSignature[];
416
416
  signatoryOrder: string[];
417
417
  metadata: Record<string, unknown> | null;
418
+ pending_files: boolean;
418
419
  }
419
420
  export { Document_2 as Document }
420
421