placementt-core 1.400.982 → 1.400.983
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/lib/typeDefinitions.d.ts
CHANGED
|
@@ -959,7 +959,7 @@ export type InstituteData = {
|
|
|
959
959
|
employers?: boolean;
|
|
960
960
|
};
|
|
961
961
|
};
|
|
962
|
-
autoVerifyInsurance?: boolean | "
|
|
962
|
+
autoVerifyInsurance?: boolean | "reject";
|
|
963
963
|
riskAssessmentTemplate?: Timestamp;
|
|
964
964
|
riskAssessmentColumns?: RiskAssessmentFieldDef[];
|
|
965
965
|
privacyPolicy: Timestamp;
|
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -975,7 +975,7 @@ export type InstituteData = {
|
|
|
975
975
|
employers?: boolean,
|
|
976
976
|
}
|
|
977
977
|
},
|
|
978
|
-
autoVerifyInsurance?: boolean|"
|
|
978
|
+
autoVerifyInsurance?: boolean|"reject",
|
|
979
979
|
riskAssessmentTemplate?: Timestamp,
|
|
980
980
|
riskAssessmentColumns?: RiskAssessmentFieldDef[],
|
|
981
981
|
privacyPolicy: Timestamp,
|