@insure-os/client 0.0.3 → 0.0.4
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/bundle-sizes.json +11 -11
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -804,6 +804,7 @@ declare class FormStateManager {
|
|
|
804
804
|
private pendingChanges;
|
|
805
805
|
private config;
|
|
806
806
|
private isCalculating;
|
|
807
|
+
private isSaving;
|
|
807
808
|
private selectedExcessId;
|
|
808
809
|
private selectedPaymentOption;
|
|
809
810
|
private calculationResult;
|
|
@@ -845,6 +846,7 @@ declare class FormStateManager {
|
|
|
845
846
|
isAutoSavePaused(): boolean;
|
|
846
847
|
isUserTyping(): boolean;
|
|
847
848
|
getIsCalculating(): boolean;
|
|
849
|
+
getIsSaving(): boolean;
|
|
848
850
|
hasCalculationResponse(): boolean;
|
|
849
851
|
getCalculationResult(): CalculationResponse | undefined;
|
|
850
852
|
getConsecutiveFailures(): number;
|