placementt-core 1.400.262 → 1.400.263

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.
@@ -1435,7 +1435,7 @@ export type ExternalEventRequest = {
1435
1435
  consent: boolean;
1436
1436
  files?: FileList;
1437
1437
  oId: string;
1438
- schoolId?: string;
1438
+ instituteId?: string;
1439
1439
  providerContactId?: string;
1440
1440
  providerId?: string;
1441
1441
  dates?: {
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.262",
5
+ "version": "1.400.263",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1417,7 +1417,7 @@ export type ExternalEventRequest = {
1417
1417
  consent: boolean,
1418
1418
  files?: FileList,
1419
1419
  oId: string,
1420
- schoolId?: string, // School requesting it.
1420
+ instituteId?: string, // School requesting it.
1421
1421
  providerContactId?: string,
1422
1422
  providerId?: string,
1423
1423
  dates?: {startDate: string, endDate?: string}[],