placementt-core 1.400.557 → 1.400.558

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.
@@ -1638,6 +1638,7 @@ export type Parent = {
1638
1638
  website?: string;
1639
1639
  linkCode: string;
1640
1640
  linkCodeExpiry: string;
1641
+ lastInvited?: string;
1641
1642
  };
1642
1643
  export type AlumniConversation = {
1643
1644
  alumniId: 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.557",
5
+ "version": "1.400.558",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1588,7 +1588,8 @@ export type Parent = {
1588
1588
  businessSize: string,
1589
1589
  website?: string,
1590
1590
  linkCode: string,
1591
- linkCodeExpiry: string
1591
+ linkCodeExpiry: string,
1592
+ lastInvited?: string,
1592
1593
  }
1593
1594
 
1594
1595