@insure-os/client 0.0.53 → 0.0.55
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 +1 -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
|
@@ -921,6 +921,7 @@ declare class FormStateManager {
|
|
|
921
921
|
private getRatingFactorCodeById;
|
|
922
922
|
private processRatingFactorMappings;
|
|
923
923
|
private applyDerivationRule;
|
|
924
|
+
private invertYesNo;
|
|
924
925
|
private calculateAge;
|
|
925
926
|
saveFormData(force?: boolean, saveType?: SaveType): Promise<void>;
|
|
926
927
|
canNavigateToPage(pageIndex: number): boolean;
|