@docuninja/builder2.0 0.0.78 → 0.0.81

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.
@@ -6,4 +6,5 @@ export declare function $save(): void;
6
6
  export declare function $noSignatoryWarning(): void;
7
7
  export declare function $openCreateDialog(): void;
8
8
  export declare function $connectWebsockets(): void;
9
+ export declare function $hasPendingFiles(): boolean;
9
10
  export declare function $retryImage(element: HTMLImageElement, initialDelay?: number): void;
@@ -174,7 +174,6 @@ export interface Document {
174
174
  signatures?: DocumentSignature[];
175
175
  signatoryOrder: string[];
176
176
  metadata: Record<string, unknown> | null;
177
- pending_files: boolean;
178
177
  }
179
178
  export interface DocumentFile {
180
179
  id: string;
package/dist/builder.d.ts CHANGED
@@ -415,7 +415,6 @@ declare interface Document_2 {
415
415
  signatures?: DocumentSignature[];
416
416
  signatoryOrder: string[];
417
417
  metadata: Record<string, unknown> | null;
418
- pending_files: boolean;
419
418
  }
420
419
  export { Document_2 as Document }
421
420