@royalschedule/maps 3.3.10 → 3.3.11

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.
@@ -25,8 +25,8 @@ import { OutOptions } from "../types/out-options.js";
25
25
  import { export_default } from "./available-dependencies.js";
26
26
  import { export_default as export_default$1 } from "./course-events/index.js";
27
27
  import { export_default as export_default$2 } from "./dependencies.js";
28
- import * as mongoose2 from "mongoose";
29
- import * as lodash0 from "lodash";
28
+ import * as mongoose5 from "mongoose";
29
+ import * as lodash1 from "lodash";
30
30
 
31
31
  //#region src/RS/v3/to/index.d.ts
32
32
  declare class export_default$3 {
@@ -47,7 +47,7 @@ declare class export_default$3 {
47
47
  input: Constraint;
48
48
  output?: Configuration[] | undefined;
49
49
  coreData?: {
50
- syllabuses: lodash0.Omit<Deserialized<Syllabus>, "_id" | "belongsTo" | "createdAt" | "updatedAt" | "lastModifiedBy">[];
50
+ syllabuses: lodash1.Omit<Deserialized<Syllabus>, "_id" | "belongsTo" | "createdAt" | "updatedAt" | "lastModifiedBy">[];
51
51
  settings: DivisionSettings;
52
52
  rootIntervals: RootInterval[];
53
53
  overlapGroups: Serialized<Omit<OverlapGroup, "belongsTo" | "lastModifiedBy">>[];
@@ -75,7 +75,7 @@ declare class export_default$3 {
75
75
  to: string;
76
76
  }[] | undefined;
77
77
  course: string | undefined;
78
- _id?: mongoose2.Types.ObjectId | undefined;
78
+ _id?: mongoose5.Types.ObjectId | undefined;
79
79
  id?: string | undefined;
80
80
  belongsTo?: Deserialized<Division> | undefined;
81
81
  density?: number | undefined;
@@ -160,7 +160,7 @@ declare class export_default$3 {
160
160
  persons: {
161
161
  exceptions?: string[] | undefined;
162
162
  group: string | undefined;
163
- _id?: mongoose2.Types.ObjectId | undefined;
163
+ _id?: mongoose5.Types.ObjectId | undefined;
164
164
  id?: string | undefined;
165
165
  belongsTo?: Deserialized<Division> | undefined;
166
166
  ids?: string | undefined;
@@ -244,7 +244,7 @@ declare class export_default$3 {
244
244
  }[];
245
245
  locations: {
246
246
  exceptions?: string[] | Deserialized<Exception>[] | undefined;
247
- _id?: mongoose2.Types.ObjectId | undefined;
247
+ _id?: mongoose5.Types.ObjectId | undefined;
248
248
  id?: string | undefined;
249
249
  belongsTo?: Deserialized<Division> | undefined;
250
250
  ids?: string | undefined;
@@ -112,6 +112,7 @@ declare namespace Types {
112
112
  type ta = TA;
113
113
  type lesson = Lesson;
114
114
  type student = Student;
115
+ type errorType = ErrorType;
115
116
  type errorCode = ErrorCode;
116
117
  }
117
118
  type Options = {
@@ -13,12 +13,12 @@ import { DivisionSettings } from "../types/division-settings.js";
13
13
  import { Division } from "../types/divisions.js";
14
14
  import { Types as Types$1 } from "../types/index.js";
15
15
  import { Deserialized, Serialized } from "../../types/index.js";
16
- import * as mongoose5 from "mongoose";
17
- import * as lodash1 from "lodash";
16
+ import * as mongoose2 from "mongoose";
17
+ import * as lodash0 from "lodash";
18
18
 
19
19
  //#region src/core/v2/to/schedules.d.ts
20
20
  declare function export_default(schedule: Deserialized<Types$1.schedule>): {
21
- syllabuses: lodash1.Omit<Deserialized<Syllabus>, "_id" | "belongsTo" | "createdAt" | "updatedAt" | "lastModifiedBy">[];
21
+ syllabuses: lodash0.Omit<Deserialized<Syllabus>, "_id" | "belongsTo" | "createdAt" | "updatedAt" | "lastModifiedBy">[];
22
22
  settings: DivisionSettings;
23
23
  rootIntervals: RootInterval[];
24
24
  overlapGroups: Serialized<Omit<OverlapGroup, "belongsTo" | "lastModifiedBy">>[];
@@ -46,7 +46,7 @@ declare function export_default(schedule: Deserialized<Types$1.schedule>): {
46
46
  to: string;
47
47
  }[] | undefined;
48
48
  course: string | undefined;
49
- _id?: mongoose5.Types.ObjectId | undefined;
49
+ _id?: mongoose2.Types.ObjectId | undefined;
50
50
  id?: string | undefined;
51
51
  belongsTo?: Deserialized<Division> | undefined;
52
52
  density?: number | undefined;
@@ -131,7 +131,7 @@ declare function export_default(schedule: Deserialized<Types$1.schedule>): {
131
131
  persons: {
132
132
  exceptions?: string[] | undefined;
133
133
  group: string | undefined;
134
- _id?: mongoose5.Types.ObjectId | undefined;
134
+ _id?: mongoose2.Types.ObjectId | undefined;
135
135
  id?: string | undefined;
136
136
  belongsTo?: Deserialized<Division> | undefined;
137
137
  ids?: string | undefined;
@@ -215,7 +215,7 @@ declare function export_default(schedule: Deserialized<Types$1.schedule>): {
215
215
  }[];
216
216
  locations: {
217
217
  exceptions?: string[] | Deserialized<Exception>[] | undefined;
218
- _id?: mongoose5.Types.ObjectId | undefined;
218
+ _id?: mongoose2.Types.ObjectId | undefined;
219
219
  id?: string | undefined;
220
220
  belongsTo?: Deserialized<Division> | undefined;
221
221
  ids?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@royalschedule/maps",
3
3
  "description": "",
4
- "version": "3.3.10",
4
+ "version": "3.3.11",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",