placementt-core 1.400.866 → 1.400.869

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.
@@ -1210,6 +1210,7 @@ export type PlacementReviewDetails = {
1210
1210
  };
1211
1211
  attended?: boolean | "requested";
1212
1212
  trackAttendance?: boolean;
1213
+ daysEachWeek?: ("Mon" | "Tue" | "Wed" | "Thu" | "Fri" | "Sat" | "Sun")[];
1213
1214
  };
1214
1215
  export type ProviderMatch = {
1215
1216
  name: 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.866",
5
+ "version": "1.400.869",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1174,6 +1174,7 @@ export type PlacementReviewDetails = {
1174
1174
  providerMatch: {match?: boolean, matches: [string, ProviderMatch][]},
1175
1175
  attended?: boolean|"requested",
1176
1176
  trackAttendance?: boolean,
1177
+ daysEachWeek?: ("Mon"|"Tue"|"Wed"|"Thu"|"Fri"|"Sat"|"Sun")[],
1177
1178
  }
1178
1179
 
1179
1180
  export type ProviderMatch = {