placementt-core 1.400.897 → 1.400.898

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.
@@ -1174,6 +1174,7 @@ export type PlacementReviewDetails = {
1174
1174
  id: string;
1175
1175
  uid: string;
1176
1176
  leadTimes: string[];
1177
+ reqUserType: StudentPlacementData["reqUserType"];
1177
1178
  requiredSections: string[];
1178
1179
  existingPlacements?: {
1179
1180
  [key: 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.897",
5
+ "version": "1.400.898",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1163,6 +1163,7 @@ export type PlacementReviewDetails = {
1163
1163
  id: string,
1164
1164
  uid: string,
1165
1165
  leadTimes: string[],
1166
+ reqUserType: StudentPlacementData["reqUserType"],
1166
1167
  requiredSections: string[],
1167
1168
  existingPlacements?: {
1168
1169
  [key: string]: {