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.
package/lib/typeDefinitions.d.ts
CHANGED
|
@@ -1629,7 +1629,7 @@ export type Parent = {
|
|
|
1629
1629
|
activities: string[];
|
|
1630
1630
|
oId: string;
|
|
1631
1631
|
uid: string;
|
|
1632
|
-
|
|
1632
|
+
relationship: string;
|
|
1633
1633
|
dateAdded?: string;
|
|
1634
1634
|
status: "uploaded" | "alumniReviewed" | "declined" | "approved";
|
|
1635
1635
|
sector: string;
|
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED