placementt-core 1.400.845 → 1.400.846

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.
@@ -873,6 +873,10 @@ export type InstituteData = {
873
873
  employers?: boolean;
874
874
  };
875
875
  };
876
+ riskAssessmentTemplate?: Timestamp;
877
+ riskAssessmentFields?: {
878
+ [key: string]: unknown;
879
+ }[];
876
880
  privacyPolicy: Timestamp;
877
881
  demo?: boolean;
878
882
  emailTemplates?: {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.400.845",
5
+ "version": "1.400.846",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -860,6 +860,8 @@ export type InstituteData = {
860
860
  employers?: boolean,
861
861
  }
862
862
  },
863
+ riskAssessmentTemplate?: Timestamp,
864
+ riskAssessmentFields?: {[key:string]: unknown}[],
863
865
  privacyPolicy: Timestamp,
864
866
  demo?: boolean,
865
867
  emailTemplates?: {