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.
package/lib/typeDefinitions.d.ts
CHANGED
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -1494,7 +1494,7 @@ export type ExternalEventStudent = {
|
|
|
1494
1494
|
filesUploaded?: {[key: number]: string[]},
|
|
1495
1495
|
accepted?: boolean|string,
|
|
1496
1496
|
}}[],
|
|
1497
|
-
|
|
1497
|
+
employers?: string[],
|
|
1498
1498
|
attended?: boolean,
|
|
1499
1499
|
feedback: {[key: string]: unknown},
|
|
1500
1500
|
dates?: [{
|