placementt-core 1.300.210 → 1.300.211

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.
@@ -1357,7 +1357,7 @@ export type ExternalEventRequest = {
1357
1357
  type: "withSchool" | "independent";
1358
1358
  webLink?: string;
1359
1359
  year?: string[];
1360
- rqeuestedBy: "employer" | "school";
1360
+ requestedBy: "employer" | "school";
1361
1361
  email?: string;
1362
1362
  consent: boolean;
1363
1363
  files?: FileList;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.300.210",
5
+ "version": "1.300.211",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1340,11 +1340,11 @@ export type ExternalEventRequest = {
1340
1340
  type: "withSchool"|"independent",
1341
1341
  webLink?: string,
1342
1342
  year?: string[],
1343
- rqeuestedBy: "employer"|"school",
1343
+ requestedBy: "employer"|"school",
1344
1344
  email?: string,
1345
1345
  consent: boolean,
1346
1346
  files?: FileList,
1347
- oId: string,
1347
+ oId: string,
1348
1348
  schoolId?: string, // School requesting it.
1349
1349
  providerContactId?: string,
1350
1350
  providerId?: string,