placementt-core 1.400.554 → 1.400.555

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.
@@ -1629,7 +1629,7 @@ export type Parent = {
1629
1629
  activities: string[];
1630
1630
  oId: string;
1631
1631
  uid: string;
1632
- role: string;
1632
+ relationship: string;
1633
1633
  dateAdded?: string;
1634
1634
  status: "uploaded" | "alumniReviewed" | "declined" | "approved";
1635
1635
  sector: 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.554",
5
+ "version": "1.400.555",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1580,7 +1580,7 @@ export type Parent = {
1580
1580
  activities: string[],
1581
1581
  oId: string,
1582
1582
  uid: string,
1583
- role: string,
1583
+ relationship: string,
1584
1584
  dateAdded?: string,
1585
1585
  status: "uploaded"|"alumniReviewed"|"declined"|"approved",
1586
1586
  sector: string,