placementt-core 1.300.185 → 1.300.186

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.
@@ -1524,7 +1524,7 @@ export type ExternalEventStudent = {
1524
1524
  accepted?: boolean | string;
1525
1525
  };
1526
1526
  }[];
1527
- linkedEmployerId?: string;
1527
+ employers?: string[];
1528
1528
  attended?: boolean;
1529
1529
  feedback: {
1530
1530
  [key: string]: unknown;
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.185",
5
+ "version": "1.300.186",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1494,7 +1494,7 @@ export type ExternalEventStudent = {
1494
1494
  filesUploaded?: {[key: number]: string[]},
1495
1495
  accepted?: boolean|string,
1496
1496
  }}[],
1497
- linkedEmployerId?: string,
1497
+ employers?: string[],
1498
1498
  attended?: boolean,
1499
1499
  feedback: {[key: string]: unknown},
1500
1500
  dates?: [{