@insure-os/client 0.0.19 → 0.0.21

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.
package/dist/index.d.ts CHANGED
@@ -910,6 +910,11 @@ declare class FormStateManager {
910
910
  calculateQuote(): Promise<CalculationResponse | undefined>;
911
911
  clearCalculationResults(): Promise<void>;
912
912
  private notify;
913
+ /**
914
+ * Flattens all page data into a single object for cross-page visibility checks
915
+ * This ensures that visibility conditions can reference fields from any page
916
+ */
917
+ private getAllFormDataFlattened;
913
918
  private updateFormDataInternal;
914
919
  private createEmptyFormData;
915
920
  private getPersistedCalculationFailureState;