placementt-core 1.400.375 → 1.400.376

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.
@@ -117,6 +117,9 @@ export type StudentPlacementData = {
117
117
  sent?: Timestamp;
118
118
  };
119
119
  };
120
+ workingHours: {
121
+ [date: string]: [string, string];
122
+ };
120
123
  onboarding: (OnboardingDocs & {
121
124
  deadline?: string;
122
125
  completed: {
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.375",
5
+ "version": "1.400.376",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -107,6 +107,9 @@ export type StudentPlacementData = {
107
107
  sent?: Timestamp
108
108
  },
109
109
  },
110
+ workingHours: {
111
+ [date: string]: [string, string];
112
+ };
110
113
  onboarding: (OnboardingDocs&{
111
114
  deadline?: string,
112
115
  completed: {