@royalschedule/maps 3.2.48 → 3.2.49

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.
@@ -234,6 +234,7 @@ export default class {
234
234
  value: string;
235
235
  }>[] | undefined;
236
236
  plannedScheduledDuration?: import("../../../core/v2/types/common/planned-schedule-duration").PlannedScheduledDuration | undefined;
237
+ complementaryHours?: import("../../../core/types").Deserialized<import("../../../core/v2/types/locked-times").LockedTime>[] | undefined;
237
238
  signature?: string | undefined;
238
239
  }[];
239
240
  locations: {
@@ -220,6 +220,7 @@ declare const _default: (schedule: Deserialized<CoreTypes.schedule>, options?: O
220
220
  value: string;
221
221
  }>[] | undefined;
222
222
  plannedScheduledDuration?: import("../../../core/v2/types/common/planned-schedule-duration").PlannedScheduledDuration | undefined;
223
+ complementaryHours?: Deserialized<import("../../../core/v2/types/locked-times").LockedTime>[] | undefined;
223
224
  signature?: string | undefined;
224
225
  }[];
225
226
  locations: {
@@ -214,6 +214,7 @@ export default function (schedule: ReturnType<typeof transform>): {
214
214
  value: string;
215
215
  }>[] | undefined;
216
216
  plannedScheduledDuration?: import("../types/common/planned-schedule-duration").PlannedScheduledDuration | undefined;
217
+ complementaryHours?: import("../../types").Deserialized<import("../types/locked-times").LockedTime>[] | undefined;
217
218
  signature?: string | undefined;
218
219
  }[];
219
220
  locations: {
@@ -21,6 +21,7 @@ declare const _default: (teachers: ReturnType<typeof transform>) => {
21
21
  value: string;
22
22
  }>[] | undefined;
23
23
  plannedScheduledDuration?: import("../types/common/planned-schedule-duration").PlannedScheduledDuration | undefined;
24
+ complementaryHours?: import("../../types").Deserialized<import("../types/locked-times").LockedTime>[] | undefined;
24
25
  signature?: string | undefined;
25
26
  }[];
26
27
  export default _default;
@@ -216,6 +216,7 @@ export default function (schedule: Deserialized<CoreTypes.schedule>): {
216
216
  value: string;
217
217
  }>[] | undefined;
218
218
  plannedScheduledDuration?: import("../types/common/planned-schedule-duration").PlannedScheduledDuration | undefined;
219
+ complementaryHours?: Deserialized<import("../types/locked-times").LockedTime>[] | undefined;
219
220
  signature?: string | undefined;
220
221
  }[];
221
222
  locations: {
@@ -22,6 +22,7 @@ declare const _default: (teachers: Deserialized<Teacher>[]) => {
22
22
  value: string;
23
23
  }>[] | undefined;
24
24
  plannedScheduledDuration?: import("../types/common/planned-schedule-duration").PlannedScheduledDuration | undefined;
25
+ complementaryHours?: Deserialized<import("../types/locked-times").LockedTime>[] | undefined;
25
26
  signature?: string | undefined;
26
27
  }[];
27
28
  export default _default;
@@ -49,6 +49,7 @@ export interface TeacherBare {
49
49
  exceptions?: Edge<Exception[]>;
50
50
  lockedTimes?: Edge<LockedTime[]>;
51
51
  lunch?: Edge<LockedTime[]>;
52
+ complementaryHours?: Edge<LockedTime[]>;
52
53
  intervals?: Interval[];
53
54
  days?: Day[];
54
55
  signature?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@royalschedule/maps",
3
3
  "description": "",
4
- "version": "3.2.48",
4
+ "version": "3.2.49",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "engines": {