placementt-core 1.400.424 → 1.400.425
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
|
@@ -1369,6 +1369,7 @@ export type ExternalEvent = {
|
|
|
1369
1369
|
schoolInformation?: string;
|
|
1370
1370
|
employerInformation?: string;
|
|
1371
1371
|
designatedStaff: string;
|
|
1372
|
+
designatedStaffText: string;
|
|
1372
1373
|
eventRequestId?: string;
|
|
1373
1374
|
equalexLearningOutcomes?: string;
|
|
1374
1375
|
created: string;
|
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -1342,6 +1342,7 @@ export type ExternalEvent = {
|
|
|
1342
1342
|
schoolInformation?: string,
|
|
1343
1343
|
employerInformation?: string
|
|
1344
1344
|
designatedStaff: string,
|
|
1345
|
+
designatedStaffText: string,
|
|
1345
1346
|
eventRequestId?: string,
|
|
1346
1347
|
equalexLearningOutcomes?: string,
|
|
1347
1348
|
created: string,
|