placementt-core 1.300.263 → 1.300.264

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.
@@ -1432,6 +1432,7 @@ export type ExternalEventRequest = {
1432
1432
  year?: string[];
1433
1433
  requestedBy: "employer" | "school";
1434
1434
  email?: string;
1435
+ created: string;
1435
1436
  consent: boolean;
1436
1437
  files?: FileList;
1437
1438
  oId: string;
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.263",
5
+ "version": "1.300.264",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1414,6 +1414,7 @@ export type ExternalEventRequest = {
1414
1414
  year?: string[],
1415
1415
  requestedBy: "employer"|"school",
1416
1416
  email?: string,
1417
+ created: string,
1417
1418
  consent: boolean,
1418
1419
  files?: FileList,
1419
1420
  oId: string,