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.
@@ -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
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.400.424",
5
+ "version": "1.400.425",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -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,