placementt-core 1.400.887 → 1.400.888

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.
@@ -2463,7 +2463,7 @@ export type YearScoreData = {
2463
2463
  campaignsClicked?: number;
2464
2464
  campaignsFailed?: number;
2465
2465
  };
2466
- type MessageTypes = "hubOrTrustInviteSchool" | "sendPlacementActionRequired" | "sendPlacementAdditionalInformationRequired" | "sendFeedbackReminder" | "sendProviderContactInvite" | "sendProviderContactActivityInvite" | "sendActivateUserAccount" | "shareEmployerEventRequest" | "employerEventInvite" | "schoolEventInvite" | "reuploadPlacementDocument" | "requestEventDates" | "taskReminder" | "eventDatesReminder" | "parentDatabase";
2466
+ type MessageTypes = "hubOrTrustInviteSchool" | "sendPlacementActionRequired" | "sendPlacementAdditionalInformationRequired" | "sendFeedbackReminder" | "sendProviderContactInvite" | "sendProviderContactActivityInvite" | "sendActivateUserAccount" | "shareEmployerEventRequest" | "employerEventInvite" | "schoolEventInvite" | "reuploadPlacementDocument" | "requestEventDates" | "taskReminder" | "eventDatesReminder" | "parentDatabase" | "aspirationInvite";
2467
2467
  export type EmailInteraction = {
2468
2468
  messageId: string;
2469
2469
  collectionLink: 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.887",
5
+ "version": "1.400.888",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -2369,7 +2369,8 @@ type MessageTypes =
2369
2369
  "requestEventDates" |
2370
2370
  "taskReminder" |
2371
2371
  "eventDatesReminder" |
2372
- "parentDatabase"
2372
+ "parentDatabase" |
2373
+ "aspirationInvite"
2373
2374
 
2374
2375
  export type EmailInteraction = {
2375
2376
  messageId: string,