@docuninja/builder2.0 0.0.85 → 0.0.86

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.
@@ -94,6 +94,7 @@ export type Builder = {
94
94
  invoiceninja?: boolean;
95
95
  company?: string;
96
96
  onEntityReady?: (entity: Document | Blueprint) => void;
97
+ onEntityRefresh?: (entity: Document | Blueprint) => void;
97
98
  services?: {
98
99
  google?: {
99
100
  appId: string;
package/dist/builder.d.ts CHANGED
@@ -155,6 +155,7 @@ export declare type Builder = {
155
155
  invoiceninja?: boolean;
156
156
  company?: string;
157
157
  onEntityReady?: (entity: Document_2 | Blueprint) => void;
158
+ onEntityRefresh?: (entity: Document_2 | Blueprint) => void;
158
159
  services?: {
159
160
  google?: {
160
161
  appId: string;