@royalschedule/maps 4.0.31 → 4.0.32
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.
- package/dist/Additio/to/index.d.ts +2 -2
- package/dist/Excel/index.d.ts +3 -3
- package/dist/Excel/v1/index.d.ts +3 -3
- package/dist/Excel/v2/index.d.ts +3 -3
- package/dist/SS12000/index.d.ts +195 -195
- package/dist/SchoolSoft/api/index.d.ts +5 -5
- package/dist/SchoolSoft/file/to/index.d.ts +2 -2
- package/dist/core/types/index.d.ts +5 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Types } from "../../core/types/index.js";
|
|
2
2
|
import { Types as Types$1 } from "../types/index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as xlsx1 from "xlsx";
|
|
4
4
|
|
|
5
5
|
//#region src/Additio/to/index.d.ts
|
|
6
6
|
declare class export_default {
|
|
@@ -14,7 +14,7 @@ declare class export_default {
|
|
|
14
14
|
courses: Types.Mixed.Course[];
|
|
15
15
|
events: Types.Mixed.Event[];
|
|
16
16
|
lockedTimes: Types.Mixed.LockedTime[];
|
|
17
|
-
}, _options?: Types$1.options) =>
|
|
17
|
+
}, _options?: Types$1.options) => xlsx1.WorkBook;
|
|
18
18
|
}
|
|
19
19
|
//#endregion
|
|
20
20
|
export { export_default };
|
package/dist/Excel/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { Types } from "./v1/types/index.js";
|
|
|
9
9
|
import { Map } from "./v1/index.js";
|
|
10
10
|
import { Types as Types$1 } from "./v2/types/index.js";
|
|
11
11
|
import { Map as Map$1 } from "./v2/index.js";
|
|
12
|
-
import * as
|
|
12
|
+
import * as moment193 from "moment";
|
|
13
13
|
|
|
14
14
|
//#region src/Excel/index.d.ts
|
|
15
15
|
declare class ExcelMap {
|
|
@@ -200,8 +200,8 @@ declare class ExcelMap {
|
|
|
200
200
|
createdAt?: string | undefined;
|
|
201
201
|
updatedAt?: string | undefined;
|
|
202
202
|
lastModifiedBy?: string | undefined;
|
|
203
|
-
start?: (
|
|
204
|
-
end?: (
|
|
203
|
+
start?: (moment193.Moment | string) | undefined;
|
|
204
|
+
end?: (moment193.Moment | string) | undefined;
|
|
205
205
|
potentialCenter?: string | undefined;
|
|
206
206
|
type?: string | undefined;
|
|
207
207
|
tags?: Tag[] | undefined;
|
package/dist/Excel/v1/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { MaximumScheduleSpan } from "../../core/interfaces/vertices/properties/m
|
|
|
6
6
|
import { PlannedScheduledDuration } from "../../core/interfaces/vertices/properties/planned-scheduled-duration.js";
|
|
7
7
|
import { MinBreakLength } from "../../core/interfaces/vertices/properties/min-break-length.js";
|
|
8
8
|
import { Types } from "./types/index.js";
|
|
9
|
-
import * as
|
|
9
|
+
import * as moment199 from "moment";
|
|
10
10
|
|
|
11
11
|
//#region src/Excel/v1/index.d.ts
|
|
12
12
|
declare class Map {
|
|
@@ -200,8 +200,8 @@ declare class Map {
|
|
|
200
200
|
lastModifiedBy?: string | undefined;
|
|
201
201
|
course?: string | undefined;
|
|
202
202
|
period?: string | undefined;
|
|
203
|
-
start?: (
|
|
204
|
-
end?: (
|
|
203
|
+
start?: (moment199.Moment | string) | undefined;
|
|
204
|
+
end?: (moment199.Moment | string) | undefined;
|
|
205
205
|
belongsTo?: string | undefined;
|
|
206
206
|
potentialCenter?: string | undefined;
|
|
207
207
|
type?: string | undefined;
|
package/dist/Excel/v2/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { MaximumScheduleSpan } from "../../core/interfaces/vertices/properties/m
|
|
|
6
6
|
import { PlannedScheduledDuration } from "../../core/interfaces/vertices/properties/planned-scheduled-duration.js";
|
|
7
7
|
import { MinBreakLength } from "../../core/interfaces/vertices/properties/min-break-length.js";
|
|
8
8
|
import { Types } from "./types/index.js";
|
|
9
|
-
import * as
|
|
9
|
+
import * as moment201 from "moment";
|
|
10
10
|
|
|
11
11
|
//#region src/Excel/v2/index.d.ts
|
|
12
12
|
declare class Map {
|
|
@@ -197,8 +197,8 @@ declare class Map {
|
|
|
197
197
|
createdAt?: string | undefined;
|
|
198
198
|
updatedAt?: string | undefined;
|
|
199
199
|
lastModifiedBy?: string | undefined;
|
|
200
|
-
start?: (
|
|
201
|
-
end?: (
|
|
200
|
+
start?: (moment201.Moment | string) | undefined;
|
|
201
|
+
end?: (moment201.Moment | string) | undefined;
|
|
202
202
|
potentialCenter?: string | undefined;
|
|
203
203
|
type?: string | undefined;
|
|
204
204
|
tags?: Tag[] | undefined;
|
package/dist/SS12000/index.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ import { Resource } from "./types/resources.js";
|
|
|
23
23
|
import { CalendarEvent } from "./types/calendar-events.js";
|
|
24
24
|
import { export_default } from "./to/index.js";
|
|
25
25
|
import { Types as Types$1 } from "./types/index.js";
|
|
26
|
-
import * as
|
|
26
|
+
import * as moment0 from "moment";
|
|
27
27
|
import * as mongoose0 from "mongoose";
|
|
28
28
|
import * as bson0 from "bson";
|
|
29
29
|
|
|
@@ -154,8 +154,8 @@ declare class SS12000Map {
|
|
|
154
154
|
updatedAt?: string | undefined;
|
|
155
155
|
lastModifiedBy?: string | undefined;
|
|
156
156
|
startedBy?: User | undefined;
|
|
157
|
-
completionDate?: (string |
|
|
158
|
-
startDate?: (string |
|
|
157
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
158
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
159
159
|
configurationId: number;
|
|
160
160
|
status: Status;
|
|
161
161
|
error?: (string | Error) | undefined;
|
|
@@ -183,7 +183,7 @@ declare class SS12000Map {
|
|
|
183
183
|
createdAt?: string | undefined;
|
|
184
184
|
updatedAt?: string | undefined;
|
|
185
185
|
lastModifiedBy?: string | undefined;
|
|
186
|
-
ranges: Interval<string |
|
|
186
|
+
ranges: Interval<string | moment0.Moment | Date>[];
|
|
187
187
|
displayIndex?: number | undefined;
|
|
188
188
|
belongsTo?: string | {
|
|
189
189
|
readonly _bsontype: "ObjectId";
|
|
@@ -330,8 +330,8 @@ declare class SS12000Map {
|
|
|
330
330
|
createdAt?: string | undefined;
|
|
331
331
|
updatedAt?: string | undefined;
|
|
332
332
|
lastModifiedBy?: string | undefined;
|
|
333
|
-
start?: (
|
|
334
|
-
end?: (
|
|
333
|
+
start?: (moment0.Moment | string) | undefined;
|
|
334
|
+
end?: (moment0.Moment | string) | undefined;
|
|
335
335
|
potentialCenter?: string | undefined;
|
|
336
336
|
type?: string | undefined;
|
|
337
337
|
tags?: Tag[] | undefined;
|
|
@@ -457,8 +457,8 @@ declare class SS12000Map {
|
|
|
457
457
|
createdAt?: string | undefined;
|
|
458
458
|
updatedAt?: string | undefined;
|
|
459
459
|
lastModifiedBy?: string | undefined;
|
|
460
|
-
start?: (
|
|
461
|
-
end?: (
|
|
460
|
+
start?: (moment0.Moment | string) | undefined;
|
|
461
|
+
end?: (moment0.Moment | string) | undefined;
|
|
462
462
|
type?: LockedTimeType | undefined;
|
|
463
463
|
tags?: Tag[] | undefined;
|
|
464
464
|
intervals?: Interval[] | undefined;
|
|
@@ -558,8 +558,8 @@ declare class SS12000Map {
|
|
|
558
558
|
createdAt?: string | undefined;
|
|
559
559
|
updatedAt?: string | undefined;
|
|
560
560
|
lastModifiedBy?: string | undefined;
|
|
561
|
-
start?: (
|
|
562
|
-
end?: (
|
|
561
|
+
start?: (moment0.Moment | string) | undefined;
|
|
562
|
+
end?: (moment0.Moment | string) | undefined;
|
|
563
563
|
potentialCenter?: string | undefined;
|
|
564
564
|
type?: string | undefined;
|
|
565
565
|
tags?: Tag[] | undefined;
|
|
@@ -713,8 +713,8 @@ declare class SS12000Map {
|
|
|
713
713
|
createdAt?: string | undefined;
|
|
714
714
|
updatedAt?: string | undefined;
|
|
715
715
|
lastModifiedBy?: string | undefined;
|
|
716
|
-
start?: (
|
|
717
|
-
end?: (
|
|
716
|
+
start?: (moment0.Moment | string) | undefined;
|
|
717
|
+
end?: (moment0.Moment | string) | undefined;
|
|
718
718
|
reason?: string | undefined;
|
|
719
719
|
description?: string | undefined;
|
|
720
720
|
comment?: string | undefined;
|
|
@@ -782,8 +782,8 @@ declare class SS12000Map {
|
|
|
782
782
|
createdAt?: string | undefined;
|
|
783
783
|
updatedAt?: string | undefined;
|
|
784
784
|
lastModifiedBy?: string | undefined;
|
|
785
|
-
start?: (
|
|
786
|
-
end?: (
|
|
785
|
+
start?: (moment0.Moment | string) | undefined;
|
|
786
|
+
end?: (moment0.Moment | string) | undefined;
|
|
787
787
|
potentialCenter?: string | undefined;
|
|
788
788
|
type?: string | undefined;
|
|
789
789
|
tags?: Tag[] | undefined;
|
|
@@ -1164,8 +1164,8 @@ declare class SS12000Map {
|
|
|
1164
1164
|
createdAt?: string | undefined;
|
|
1165
1165
|
updatedAt?: string | undefined;
|
|
1166
1166
|
lastModifiedBy?: string | undefined;
|
|
1167
|
-
start?: (
|
|
1168
|
-
end?: (
|
|
1167
|
+
start?: (moment0.Moment | string) | undefined;
|
|
1168
|
+
end?: (moment0.Moment | string) | undefined;
|
|
1169
1169
|
reason?: string | undefined;
|
|
1170
1170
|
description?: string | undefined;
|
|
1171
1171
|
comment?: string | undefined;
|
|
@@ -1254,8 +1254,8 @@ declare class SS12000Map {
|
|
|
1254
1254
|
createdAt?: string | undefined;
|
|
1255
1255
|
updatedAt?: string | undefined;
|
|
1256
1256
|
lastModifiedBy?: string | undefined;
|
|
1257
|
-
start?: (
|
|
1258
|
-
end?: (
|
|
1257
|
+
start?: (moment0.Moment | string) | undefined;
|
|
1258
|
+
end?: (moment0.Moment | string) | undefined;
|
|
1259
1259
|
reason?: string | undefined;
|
|
1260
1260
|
description?: string | undefined;
|
|
1261
1261
|
comment?: string | undefined;
|
|
@@ -1345,8 +1345,8 @@ declare class SS12000Map {
|
|
|
1345
1345
|
createdAt?: string | undefined;
|
|
1346
1346
|
updatedAt?: string | undefined;
|
|
1347
1347
|
lastModifiedBy?: string | undefined;
|
|
1348
|
-
start?: (
|
|
1349
|
-
end?: (
|
|
1348
|
+
start?: (moment0.Moment | string) | undefined;
|
|
1349
|
+
end?: (moment0.Moment | string) | undefined;
|
|
1350
1350
|
potentialCenter?: string | undefined;
|
|
1351
1351
|
type?: string | undefined;
|
|
1352
1352
|
tags?: Tag[] | undefined;
|
|
@@ -1473,7 +1473,7 @@ declare class SS12000Map {
|
|
|
1473
1473
|
createdAt?: string | undefined;
|
|
1474
1474
|
updatedAt?: string | undefined;
|
|
1475
1475
|
lastModifiedBy?: string | undefined;
|
|
1476
|
-
ranges: Interval<string |
|
|
1476
|
+
ranges: Interval<string | moment0.Moment | Date>[];
|
|
1477
1477
|
displayIndex?: number | undefined;
|
|
1478
1478
|
belongsTo?: any;
|
|
1479
1479
|
} | undefined;
|
|
@@ -1526,8 +1526,8 @@ declare class SS12000Map {
|
|
|
1526
1526
|
createdAt?: string | undefined;
|
|
1527
1527
|
updatedAt?: string | undefined;
|
|
1528
1528
|
lastModifiedBy?: string | undefined;
|
|
1529
|
-
start?: (
|
|
1530
|
-
end?: (
|
|
1529
|
+
start?: (moment0.Moment | string) | undefined;
|
|
1530
|
+
end?: (moment0.Moment | string) | undefined;
|
|
1531
1531
|
type?: LockedTimeType | undefined;
|
|
1532
1532
|
tags?: Tag[] | undefined;
|
|
1533
1533
|
intervals?: Interval[] | undefined;
|
|
@@ -1572,8 +1572,8 @@ declare class SS12000Map {
|
|
|
1572
1572
|
createdAt?: string | undefined;
|
|
1573
1573
|
updatedAt?: string | undefined;
|
|
1574
1574
|
lastModifiedBy?: string | undefined;
|
|
1575
|
-
start?: (
|
|
1576
|
-
end?: (
|
|
1575
|
+
start?: (moment0.Moment | string) | undefined;
|
|
1576
|
+
end?: (moment0.Moment | string) | undefined;
|
|
1577
1577
|
reason?: string | undefined;
|
|
1578
1578
|
description?: string | undefined;
|
|
1579
1579
|
comment?: string | undefined;
|
|
@@ -2049,7 +2049,7 @@ declare class SS12000Map {
|
|
|
2049
2049
|
createdAt?: string | undefined;
|
|
2050
2050
|
updatedAt?: string | undefined;
|
|
2051
2051
|
lastModifiedBy?: string | undefined;
|
|
2052
|
-
intervals: Interval<string |
|
|
2052
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
2053
2053
|
belongsTo?: any;
|
|
2054
2054
|
} | undefined;
|
|
2055
2055
|
lockedTimes?: (string | {
|
|
@@ -2071,8 +2071,8 @@ declare class SS12000Map {
|
|
|
2071
2071
|
createdAt?: string | undefined;
|
|
2072
2072
|
updatedAt?: string | undefined;
|
|
2073
2073
|
lastModifiedBy?: string | undefined;
|
|
2074
|
-
start?: (
|
|
2075
|
-
end?: (
|
|
2074
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2075
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2076
2076
|
type?: LockedTimeType | undefined;
|
|
2077
2077
|
tags?: Tag[] | undefined;
|
|
2078
2078
|
intervals?: Interval[] | undefined;
|
|
@@ -2117,8 +2117,8 @@ declare class SS12000Map {
|
|
|
2117
2117
|
createdAt?: string | undefined;
|
|
2118
2118
|
updatedAt?: string | undefined;
|
|
2119
2119
|
lastModifiedBy?: string | undefined;
|
|
2120
|
-
start?: (
|
|
2121
|
-
end?: (
|
|
2120
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2121
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2122
2122
|
type?: LockedTimeType | undefined;
|
|
2123
2123
|
tags?: Tag[] | undefined;
|
|
2124
2124
|
intervals?: Interval[] | undefined;
|
|
@@ -2163,8 +2163,8 @@ declare class SS12000Map {
|
|
|
2163
2163
|
createdAt?: string | undefined;
|
|
2164
2164
|
updatedAt?: string | undefined;
|
|
2165
2165
|
lastModifiedBy?: string | undefined;
|
|
2166
|
-
start?: (
|
|
2167
|
-
end?: (
|
|
2166
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2167
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2168
2168
|
type?: LockedTimeType | undefined;
|
|
2169
2169
|
tags?: Tag[] | undefined;
|
|
2170
2170
|
intervals?: Interval[] | undefined;
|
|
@@ -2209,8 +2209,8 @@ declare class SS12000Map {
|
|
|
2209
2209
|
createdAt?: string | undefined;
|
|
2210
2210
|
updatedAt?: string | undefined;
|
|
2211
2211
|
lastModifiedBy?: string | undefined;
|
|
2212
|
-
start?: (
|
|
2213
|
-
end?: (
|
|
2212
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2213
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2214
2214
|
reason?: string | undefined;
|
|
2215
2215
|
description?: string | undefined;
|
|
2216
2216
|
comment?: string | undefined;
|
|
@@ -2482,8 +2482,8 @@ declare class SS12000Map {
|
|
|
2482
2482
|
createdAt?: string | undefined;
|
|
2483
2483
|
updatedAt?: string | undefined;
|
|
2484
2484
|
lastModifiedBy?: string | undefined;
|
|
2485
|
-
start?: (
|
|
2486
|
-
end?: (
|
|
2485
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2486
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2487
2487
|
type?: LockedTimeType | undefined;
|
|
2488
2488
|
tags?: Tag[] | undefined;
|
|
2489
2489
|
intervals?: Interval[] | undefined;
|
|
@@ -2528,8 +2528,8 @@ declare class SS12000Map {
|
|
|
2528
2528
|
createdAt?: string | undefined;
|
|
2529
2529
|
updatedAt?: string | undefined;
|
|
2530
2530
|
lastModifiedBy?: string | undefined;
|
|
2531
|
-
start?: (
|
|
2532
|
-
end?: (
|
|
2531
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2532
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2533
2533
|
type?: LockedTimeType | undefined;
|
|
2534
2534
|
tags?: Tag[] | undefined;
|
|
2535
2535
|
intervals?: Interval[] | undefined;
|
|
@@ -2574,8 +2574,8 @@ declare class SS12000Map {
|
|
|
2574
2574
|
createdAt?: string | undefined;
|
|
2575
2575
|
updatedAt?: string | undefined;
|
|
2576
2576
|
lastModifiedBy?: string | undefined;
|
|
2577
|
-
start?: (
|
|
2578
|
-
end?: (
|
|
2577
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2578
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2579
2579
|
reason?: string | undefined;
|
|
2580
2580
|
description?: string | undefined;
|
|
2581
2581
|
comment?: string | undefined;
|
|
@@ -2704,7 +2704,7 @@ declare class SS12000Map {
|
|
|
2704
2704
|
createdAt?: string | undefined;
|
|
2705
2705
|
updatedAt?: string | undefined;
|
|
2706
2706
|
lastModifiedBy?: string | undefined;
|
|
2707
|
-
intervals: Interval<string |
|
|
2707
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
2708
2708
|
belongsTo?: any;
|
|
2709
2709
|
} | undefined;
|
|
2710
2710
|
derivedParentGroups?: {
|
|
@@ -2916,8 +2916,8 @@ declare class SS12000Map {
|
|
|
2916
2916
|
createdAt?: string | undefined;
|
|
2917
2917
|
updatedAt?: string | undefined;
|
|
2918
2918
|
lastModifiedBy?: string | undefined;
|
|
2919
|
-
start?: (
|
|
2920
|
-
end?: (
|
|
2919
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2920
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2921
2921
|
type?: LockedTimeType | undefined;
|
|
2922
2922
|
tags?: Tag[] | undefined;
|
|
2923
2923
|
intervals?: Interval[] | undefined;
|
|
@@ -2962,8 +2962,8 @@ declare class SS12000Map {
|
|
|
2962
2962
|
createdAt?: string | undefined;
|
|
2963
2963
|
updatedAt?: string | undefined;
|
|
2964
2964
|
lastModifiedBy?: string | undefined;
|
|
2965
|
-
start?: (
|
|
2966
|
-
end?: (
|
|
2965
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2966
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2967
2967
|
type?: LockedTimeType | undefined;
|
|
2968
2968
|
tags?: Tag[] | undefined;
|
|
2969
2969
|
intervals?: Interval[] | undefined;
|
|
@@ -3008,8 +3008,8 @@ declare class SS12000Map {
|
|
|
3008
3008
|
createdAt?: string | undefined;
|
|
3009
3009
|
updatedAt?: string | undefined;
|
|
3010
3010
|
lastModifiedBy?: string | undefined;
|
|
3011
|
-
start?: (
|
|
3012
|
-
end?: (
|
|
3011
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3012
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3013
3013
|
reason?: string | undefined;
|
|
3014
3014
|
description?: string | undefined;
|
|
3015
3015
|
comment?: string | undefined;
|
|
@@ -3091,8 +3091,8 @@ declare class SS12000Map {
|
|
|
3091
3091
|
createdAt?: string | undefined;
|
|
3092
3092
|
updatedAt?: string | undefined;
|
|
3093
3093
|
lastModifiedBy?: string | undefined;
|
|
3094
|
-
start?: (
|
|
3095
|
-
end?: (
|
|
3094
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3095
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3096
3096
|
potentialCenter?: string | undefined;
|
|
3097
3097
|
type?: string | undefined;
|
|
3098
3098
|
tags?: Tag[] | undefined;
|
|
@@ -3206,8 +3206,8 @@ declare class SS12000Map {
|
|
|
3206
3206
|
updatedAt?: string | undefined;
|
|
3207
3207
|
lastModifiedBy?: string | undefined;
|
|
3208
3208
|
startedBy?: User | undefined;
|
|
3209
|
-
completionDate?: (string |
|
|
3210
|
-
startDate?: (string |
|
|
3209
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
3210
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
3211
3211
|
configurationId: number;
|
|
3212
3212
|
status: Status;
|
|
3213
3213
|
error?: (string | Error) | undefined;
|
|
@@ -3299,7 +3299,7 @@ declare class SS12000Map {
|
|
|
3299
3299
|
createdAt?: string | undefined;
|
|
3300
3300
|
updatedAt?: string | undefined;
|
|
3301
3301
|
lastModifiedBy?: string | undefined;
|
|
3302
|
-
ranges: Interval<string |
|
|
3302
|
+
ranges: Interval<string | moment0.Moment | Date>[];
|
|
3303
3303
|
displayIndex?: number | undefined;
|
|
3304
3304
|
belongsTo?: any;
|
|
3305
3305
|
} | undefined;
|
|
@@ -3381,8 +3381,8 @@ declare class SS12000Map {
|
|
|
3381
3381
|
createdAt?: string | undefined;
|
|
3382
3382
|
updatedAt?: string | undefined;
|
|
3383
3383
|
lastModifiedBy?: string | undefined;
|
|
3384
|
-
start?: (
|
|
3385
|
-
end?: (
|
|
3384
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3385
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3386
3386
|
type?: LockedTimeType | undefined;
|
|
3387
3387
|
tags?: Tag[] | undefined;
|
|
3388
3388
|
intervals?: Interval[] | undefined;
|
|
@@ -3427,8 +3427,8 @@ declare class SS12000Map {
|
|
|
3427
3427
|
createdAt?: string | undefined;
|
|
3428
3428
|
updatedAt?: string | undefined;
|
|
3429
3429
|
lastModifiedBy?: string | undefined;
|
|
3430
|
-
start?: (
|
|
3431
|
-
end?: (
|
|
3430
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3431
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3432
3432
|
reason?: string | undefined;
|
|
3433
3433
|
description?: string | undefined;
|
|
3434
3434
|
comment?: string | undefined;
|
|
@@ -3517,8 +3517,8 @@ declare class SS12000Map {
|
|
|
3517
3517
|
createdAt?: string | undefined;
|
|
3518
3518
|
updatedAt?: string | undefined;
|
|
3519
3519
|
lastModifiedBy?: string | undefined;
|
|
3520
|
-
start?: (
|
|
3521
|
-
end?: (
|
|
3520
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3521
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3522
3522
|
potentialCenter?: string | undefined;
|
|
3523
3523
|
type?: string | undefined;
|
|
3524
3524
|
tags?: Tag[] | undefined;
|
|
@@ -3737,7 +3737,7 @@ declare class SS12000Map {
|
|
|
3737
3737
|
createdAt?: string | undefined;
|
|
3738
3738
|
updatedAt?: string | undefined;
|
|
3739
3739
|
lastModifiedBy?: string | undefined;
|
|
3740
|
-
ranges: Interval<string |
|
|
3740
|
+
ranges: Interval<string | moment0.Moment | Date>[];
|
|
3741
3741
|
displayIndex?: number | undefined;
|
|
3742
3742
|
belongsTo?: string | {
|
|
3743
3743
|
readonly _bsontype: "ObjectId";
|
|
@@ -3884,8 +3884,8 @@ declare class SS12000Map {
|
|
|
3884
3884
|
createdAt?: string | undefined;
|
|
3885
3885
|
updatedAt?: string | undefined;
|
|
3886
3886
|
lastModifiedBy?: string | undefined;
|
|
3887
|
-
start?: (
|
|
3888
|
-
end?: (
|
|
3887
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3888
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3889
3889
|
potentialCenter?: string | undefined;
|
|
3890
3890
|
type?: string | undefined;
|
|
3891
3891
|
tags?: Tag[] | undefined;
|
|
@@ -3952,8 +3952,8 @@ declare class SS12000Map {
|
|
|
3952
3952
|
createdAt?: string | undefined;
|
|
3953
3953
|
updatedAt?: string | undefined;
|
|
3954
3954
|
lastModifiedBy?: string | undefined;
|
|
3955
|
-
start?: (
|
|
3956
|
-
end?: (
|
|
3955
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3956
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3957
3957
|
type?: LockedTimeType | undefined;
|
|
3958
3958
|
tags?: Tag[] | undefined;
|
|
3959
3959
|
intervals?: Interval[] | undefined;
|
|
@@ -4053,8 +4053,8 @@ declare class SS12000Map {
|
|
|
4053
4053
|
createdAt?: string | undefined;
|
|
4054
4054
|
updatedAt?: string | undefined;
|
|
4055
4055
|
lastModifiedBy?: string | undefined;
|
|
4056
|
-
start?: (
|
|
4057
|
-
end?: (
|
|
4056
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4057
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4058
4058
|
potentialCenter?: string | undefined;
|
|
4059
4059
|
type?: string | undefined;
|
|
4060
4060
|
tags?: Tag[] | undefined;
|
|
@@ -4208,8 +4208,8 @@ declare class SS12000Map {
|
|
|
4208
4208
|
createdAt?: string | undefined;
|
|
4209
4209
|
updatedAt?: string | undefined;
|
|
4210
4210
|
lastModifiedBy?: string | undefined;
|
|
4211
|
-
start?: (
|
|
4212
|
-
end?: (
|
|
4211
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4212
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4213
4213
|
reason?: string | undefined;
|
|
4214
4214
|
description?: string | undefined;
|
|
4215
4215
|
comment?: string | undefined;
|
|
@@ -4277,8 +4277,8 @@ declare class SS12000Map {
|
|
|
4277
4277
|
createdAt?: string | undefined;
|
|
4278
4278
|
updatedAt?: string | undefined;
|
|
4279
4279
|
lastModifiedBy?: string | undefined;
|
|
4280
|
-
start?: (
|
|
4281
|
-
end?: (
|
|
4280
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4281
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4282
4282
|
potentialCenter?: string | undefined;
|
|
4283
4283
|
type?: string | undefined;
|
|
4284
4284
|
tags?: Tag[] | undefined;
|
|
@@ -4659,8 +4659,8 @@ declare class SS12000Map {
|
|
|
4659
4659
|
createdAt?: string | undefined;
|
|
4660
4660
|
updatedAt?: string | undefined;
|
|
4661
4661
|
lastModifiedBy?: string | undefined;
|
|
4662
|
-
start?: (
|
|
4663
|
-
end?: (
|
|
4662
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4663
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4664
4664
|
reason?: string | undefined;
|
|
4665
4665
|
description?: string | undefined;
|
|
4666
4666
|
comment?: string | undefined;
|
|
@@ -4749,8 +4749,8 @@ declare class SS12000Map {
|
|
|
4749
4749
|
createdAt?: string | undefined;
|
|
4750
4750
|
updatedAt?: string | undefined;
|
|
4751
4751
|
lastModifiedBy?: string | undefined;
|
|
4752
|
-
start?: (
|
|
4753
|
-
end?: (
|
|
4752
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4753
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4754
4754
|
reason?: string | undefined;
|
|
4755
4755
|
description?: string | undefined;
|
|
4756
4756
|
comment?: string | undefined;
|
|
@@ -4894,8 +4894,8 @@ declare class SS12000Map {
|
|
|
4894
4894
|
createdAt?: string | undefined;
|
|
4895
4895
|
updatedAt?: string | undefined;
|
|
4896
4896
|
lastModifiedBy?: string | undefined;
|
|
4897
|
-
start?: (
|
|
4898
|
-
end?: (
|
|
4897
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4898
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4899
4899
|
type?: LockedTimeType | undefined;
|
|
4900
4900
|
tags?: Tag[] | undefined;
|
|
4901
4901
|
intervals?: Interval[] | undefined;
|
|
@@ -4940,8 +4940,8 @@ declare class SS12000Map {
|
|
|
4940
4940
|
createdAt?: string | undefined;
|
|
4941
4941
|
updatedAt?: string | undefined;
|
|
4942
4942
|
lastModifiedBy?: string | undefined;
|
|
4943
|
-
start?: (
|
|
4944
|
-
end?: (
|
|
4943
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4944
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4945
4945
|
type?: LockedTimeType | undefined;
|
|
4946
4946
|
tags?: Tag[] | undefined;
|
|
4947
4947
|
intervals?: Interval[] | undefined;
|
|
@@ -4986,8 +4986,8 @@ declare class SS12000Map {
|
|
|
4986
4986
|
createdAt?: string | undefined;
|
|
4987
4987
|
updatedAt?: string | undefined;
|
|
4988
4988
|
lastModifiedBy?: string | undefined;
|
|
4989
|
-
start?: (
|
|
4990
|
-
end?: (
|
|
4989
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4990
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4991
4991
|
reason?: string | undefined;
|
|
4992
4992
|
description?: string | undefined;
|
|
4993
4993
|
comment?: string | undefined;
|
|
@@ -5237,7 +5237,7 @@ declare class SS12000Map {
|
|
|
5237
5237
|
createdAt?: string | undefined;
|
|
5238
5238
|
updatedAt?: string | undefined;
|
|
5239
5239
|
lastModifiedBy?: string | undefined;
|
|
5240
|
-
intervals: Interval<string |
|
|
5240
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
5241
5241
|
belongsTo?: any;
|
|
5242
5242
|
} | undefined;
|
|
5243
5243
|
lockedTimes?: (string | {
|
|
@@ -5259,8 +5259,8 @@ declare class SS12000Map {
|
|
|
5259
5259
|
createdAt?: string | undefined;
|
|
5260
5260
|
updatedAt?: string | undefined;
|
|
5261
5261
|
lastModifiedBy?: string | undefined;
|
|
5262
|
-
start?: (
|
|
5263
|
-
end?: (
|
|
5262
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5263
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5264
5264
|
type?: LockedTimeType | undefined;
|
|
5265
5265
|
tags?: Tag[] | undefined;
|
|
5266
5266
|
intervals?: Interval[] | undefined;
|
|
@@ -5305,8 +5305,8 @@ declare class SS12000Map {
|
|
|
5305
5305
|
createdAt?: string | undefined;
|
|
5306
5306
|
updatedAt?: string | undefined;
|
|
5307
5307
|
lastModifiedBy?: string | undefined;
|
|
5308
|
-
start?: (
|
|
5309
|
-
end?: (
|
|
5308
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5309
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5310
5310
|
type?: LockedTimeType | undefined;
|
|
5311
5311
|
tags?: Tag[] | undefined;
|
|
5312
5312
|
intervals?: Interval[] | undefined;
|
|
@@ -5351,8 +5351,8 @@ declare class SS12000Map {
|
|
|
5351
5351
|
createdAt?: string | undefined;
|
|
5352
5352
|
updatedAt?: string | undefined;
|
|
5353
5353
|
lastModifiedBy?: string | undefined;
|
|
5354
|
-
start?: (
|
|
5355
|
-
end?: (
|
|
5354
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5355
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5356
5356
|
type?: LockedTimeType | undefined;
|
|
5357
5357
|
tags?: Tag[] | undefined;
|
|
5358
5358
|
intervals?: Interval[] | undefined;
|
|
@@ -5397,8 +5397,8 @@ declare class SS12000Map {
|
|
|
5397
5397
|
createdAt?: string | undefined;
|
|
5398
5398
|
updatedAt?: string | undefined;
|
|
5399
5399
|
lastModifiedBy?: string | undefined;
|
|
5400
|
-
start?: (
|
|
5401
|
-
end?: (
|
|
5400
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5401
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5402
5402
|
reason?: string | undefined;
|
|
5403
5403
|
description?: string | undefined;
|
|
5404
5404
|
comment?: string | undefined;
|
|
@@ -5670,8 +5670,8 @@ declare class SS12000Map {
|
|
|
5670
5670
|
createdAt?: string | undefined;
|
|
5671
5671
|
updatedAt?: string | undefined;
|
|
5672
5672
|
lastModifiedBy?: string | undefined;
|
|
5673
|
-
start?: (
|
|
5674
|
-
end?: (
|
|
5673
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5674
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5675
5675
|
type?: LockedTimeType | undefined;
|
|
5676
5676
|
tags?: Tag[] | undefined;
|
|
5677
5677
|
intervals?: Interval[] | undefined;
|
|
@@ -5716,8 +5716,8 @@ declare class SS12000Map {
|
|
|
5716
5716
|
createdAt?: string | undefined;
|
|
5717
5717
|
updatedAt?: string | undefined;
|
|
5718
5718
|
lastModifiedBy?: string | undefined;
|
|
5719
|
-
start?: (
|
|
5720
|
-
end?: (
|
|
5719
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5720
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5721
5721
|
type?: LockedTimeType | undefined;
|
|
5722
5722
|
tags?: Tag[] | undefined;
|
|
5723
5723
|
intervals?: Interval[] | undefined;
|
|
@@ -5762,8 +5762,8 @@ declare class SS12000Map {
|
|
|
5762
5762
|
createdAt?: string | undefined;
|
|
5763
5763
|
updatedAt?: string | undefined;
|
|
5764
5764
|
lastModifiedBy?: string | undefined;
|
|
5765
|
-
start?: (
|
|
5766
|
-
end?: (
|
|
5765
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5766
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5767
5767
|
reason?: string | undefined;
|
|
5768
5768
|
description?: string | undefined;
|
|
5769
5769
|
comment?: string | undefined;
|
|
@@ -5892,7 +5892,7 @@ declare class SS12000Map {
|
|
|
5892
5892
|
createdAt?: string | undefined;
|
|
5893
5893
|
updatedAt?: string | undefined;
|
|
5894
5894
|
lastModifiedBy?: string | undefined;
|
|
5895
|
-
intervals: Interval<string |
|
|
5895
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
5896
5896
|
belongsTo?: any;
|
|
5897
5897
|
} | undefined;
|
|
5898
5898
|
derivedParentGroups?: {
|
|
@@ -6104,8 +6104,8 @@ declare class SS12000Map {
|
|
|
6104
6104
|
createdAt?: string | undefined;
|
|
6105
6105
|
updatedAt?: string | undefined;
|
|
6106
6106
|
lastModifiedBy?: string | undefined;
|
|
6107
|
-
start?: (
|
|
6108
|
-
end?: (
|
|
6107
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6108
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6109
6109
|
type?: LockedTimeType | undefined;
|
|
6110
6110
|
tags?: Tag[] | undefined;
|
|
6111
6111
|
intervals?: Interval[] | undefined;
|
|
@@ -6150,8 +6150,8 @@ declare class SS12000Map {
|
|
|
6150
6150
|
createdAt?: string | undefined;
|
|
6151
6151
|
updatedAt?: string | undefined;
|
|
6152
6152
|
lastModifiedBy?: string | undefined;
|
|
6153
|
-
start?: (
|
|
6154
|
-
end?: (
|
|
6153
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6154
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6155
6155
|
type?: LockedTimeType | undefined;
|
|
6156
6156
|
tags?: Tag[] | undefined;
|
|
6157
6157
|
intervals?: Interval[] | undefined;
|
|
@@ -6196,8 +6196,8 @@ declare class SS12000Map {
|
|
|
6196
6196
|
createdAt?: string | undefined;
|
|
6197
6197
|
updatedAt?: string | undefined;
|
|
6198
6198
|
lastModifiedBy?: string | undefined;
|
|
6199
|
-
start?: (
|
|
6200
|
-
end?: (
|
|
6199
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6200
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6201
6201
|
reason?: string | undefined;
|
|
6202
6202
|
description?: string | undefined;
|
|
6203
6203
|
comment?: string | undefined;
|
|
@@ -6309,8 +6309,8 @@ declare class SS12000Map {
|
|
|
6309
6309
|
createdAt?: string | undefined;
|
|
6310
6310
|
updatedAt?: string | undefined;
|
|
6311
6311
|
lastModifiedBy?: string | undefined;
|
|
6312
|
-
start?: (
|
|
6313
|
-
end?: (
|
|
6312
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6313
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6314
6314
|
potentialCenter?: string | undefined;
|
|
6315
6315
|
type?: string | undefined;
|
|
6316
6316
|
tags?: Tag[] | undefined;
|
|
@@ -6507,8 +6507,8 @@ declare class SS12000Map {
|
|
|
6507
6507
|
updatedAt?: string | undefined;
|
|
6508
6508
|
lastModifiedBy?: string | undefined;
|
|
6509
6509
|
startedBy?: User | undefined;
|
|
6510
|
-
completionDate?: (string |
|
|
6511
|
-
startDate?: (string |
|
|
6510
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
6511
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
6512
6512
|
configurationId: number;
|
|
6513
6513
|
status: Status;
|
|
6514
6514
|
error?: (string | Error) | undefined;
|
|
@@ -6536,7 +6536,7 @@ declare class SS12000Map {
|
|
|
6536
6536
|
createdAt?: string | undefined;
|
|
6537
6537
|
updatedAt?: string | undefined;
|
|
6538
6538
|
lastModifiedBy?: string | undefined;
|
|
6539
|
-
intervals: Interval<string |
|
|
6539
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
6540
6540
|
belongsTo?: string | {
|
|
6541
6541
|
readonly _bsontype: "ObjectId";
|
|
6542
6542
|
id: Uint8Array;
|
|
@@ -6588,8 +6588,8 @@ declare class SS12000Map {
|
|
|
6588
6588
|
createdAt?: string | undefined;
|
|
6589
6589
|
updatedAt?: string | undefined;
|
|
6590
6590
|
lastModifiedBy?: string | undefined;
|
|
6591
|
-
start?: (
|
|
6592
|
-
end?: (
|
|
6591
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6592
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6593
6593
|
type?: LockedTimeType | undefined;
|
|
6594
6594
|
tags?: Tag[] | undefined;
|
|
6595
6595
|
intervals?: Interval[] | undefined;
|
|
@@ -6689,8 +6689,8 @@ declare class SS12000Map {
|
|
|
6689
6689
|
createdAt?: string | undefined;
|
|
6690
6690
|
updatedAt?: string | undefined;
|
|
6691
6691
|
lastModifiedBy?: string | undefined;
|
|
6692
|
-
start?: (
|
|
6693
|
-
end?: (
|
|
6692
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6693
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6694
6694
|
potentialCenter?: string | undefined;
|
|
6695
6695
|
type?: string | undefined;
|
|
6696
6696
|
tags?: Tag[] | undefined;
|
|
@@ -6844,8 +6844,8 @@ declare class SS12000Map {
|
|
|
6844
6844
|
createdAt?: string | undefined;
|
|
6845
6845
|
updatedAt?: string | undefined;
|
|
6846
6846
|
lastModifiedBy?: string | undefined;
|
|
6847
|
-
start?: (
|
|
6848
|
-
end?: (
|
|
6847
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6848
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6849
6849
|
type?: LockedTimeType | undefined;
|
|
6850
6850
|
tags?: Tag[] | undefined;
|
|
6851
6851
|
intervals?: Interval[] | undefined;
|
|
@@ -6945,8 +6945,8 @@ declare class SS12000Map {
|
|
|
6945
6945
|
createdAt?: string | undefined;
|
|
6946
6946
|
updatedAt?: string | undefined;
|
|
6947
6947
|
lastModifiedBy?: string | undefined;
|
|
6948
|
-
start?: (
|
|
6949
|
-
end?: (
|
|
6948
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6949
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6950
6950
|
potentialCenter?: string | undefined;
|
|
6951
6951
|
type?: string | undefined;
|
|
6952
6952
|
tags?: Tag[] | undefined;
|
|
@@ -7100,8 +7100,8 @@ declare class SS12000Map {
|
|
|
7100
7100
|
createdAt?: string | undefined;
|
|
7101
7101
|
updatedAt?: string | undefined;
|
|
7102
7102
|
lastModifiedBy?: string | undefined;
|
|
7103
|
-
start?: (
|
|
7104
|
-
end?: (
|
|
7103
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7104
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7105
7105
|
type?: LockedTimeType | undefined;
|
|
7106
7106
|
tags?: Tag[] | undefined;
|
|
7107
7107
|
intervals?: Interval[] | undefined;
|
|
@@ -7201,8 +7201,8 @@ declare class SS12000Map {
|
|
|
7201
7201
|
createdAt?: string | undefined;
|
|
7202
7202
|
updatedAt?: string | undefined;
|
|
7203
7203
|
lastModifiedBy?: string | undefined;
|
|
7204
|
-
start?: (
|
|
7205
|
-
end?: (
|
|
7204
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7205
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7206
7206
|
potentialCenter?: string | undefined;
|
|
7207
7207
|
type?: string | undefined;
|
|
7208
7208
|
tags?: Tag[] | undefined;
|
|
@@ -7356,8 +7356,8 @@ declare class SS12000Map {
|
|
|
7356
7356
|
createdAt?: string | undefined;
|
|
7357
7357
|
updatedAt?: string | undefined;
|
|
7358
7358
|
lastModifiedBy?: string | undefined;
|
|
7359
|
-
start?: (
|
|
7360
|
-
end?: (
|
|
7359
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7360
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7361
7361
|
reason?: string | undefined;
|
|
7362
7362
|
description?: string | undefined;
|
|
7363
7363
|
comment?: string | undefined;
|
|
@@ -7425,8 +7425,8 @@ declare class SS12000Map {
|
|
|
7425
7425
|
createdAt?: string | undefined;
|
|
7426
7426
|
updatedAt?: string | undefined;
|
|
7427
7427
|
lastModifiedBy?: string | undefined;
|
|
7428
|
-
start?: (
|
|
7429
|
-
end?: (
|
|
7428
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7429
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7430
7430
|
potentialCenter?: string | undefined;
|
|
7431
7431
|
type?: string | undefined;
|
|
7432
7432
|
tags?: Tag[] | undefined;
|
|
@@ -7807,8 +7807,8 @@ declare class SS12000Map {
|
|
|
7807
7807
|
createdAt?: string | undefined;
|
|
7808
7808
|
updatedAt?: string | undefined;
|
|
7809
7809
|
lastModifiedBy?: string | undefined;
|
|
7810
|
-
start?: (
|
|
7811
|
-
end?: (
|
|
7810
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7811
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7812
7812
|
reason?: string | undefined;
|
|
7813
7813
|
description?: string | undefined;
|
|
7814
7814
|
comment?: string | undefined;
|
|
@@ -7897,8 +7897,8 @@ declare class SS12000Map {
|
|
|
7897
7897
|
createdAt?: string | undefined;
|
|
7898
7898
|
updatedAt?: string | undefined;
|
|
7899
7899
|
lastModifiedBy?: string | undefined;
|
|
7900
|
-
start?: (
|
|
7901
|
-
end?: (
|
|
7900
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7901
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7902
7902
|
reason?: string | undefined;
|
|
7903
7903
|
description?: string | undefined;
|
|
7904
7904
|
comment?: string | undefined;
|
|
@@ -8199,8 +8199,8 @@ declare class SS12000Map {
|
|
|
8199
8199
|
updatedAt?: string | undefined;
|
|
8200
8200
|
lastModifiedBy?: string | undefined;
|
|
8201
8201
|
startedBy?: User | undefined;
|
|
8202
|
-
completionDate?: (string |
|
|
8203
|
-
startDate?: (string |
|
|
8202
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
8203
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
8204
8204
|
configurationId: number;
|
|
8205
8205
|
status: Status;
|
|
8206
8206
|
error?: (string | Error) | undefined;
|
|
@@ -8377,8 +8377,8 @@ declare class SS12000Map {
|
|
|
8377
8377
|
createdAt?: string | undefined;
|
|
8378
8378
|
updatedAt?: string | undefined;
|
|
8379
8379
|
lastModifiedBy?: string | undefined;
|
|
8380
|
-
start?: (
|
|
8381
|
-
end?: (
|
|
8380
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8381
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8382
8382
|
type?: LockedTimeType | undefined;
|
|
8383
8383
|
tags?: Tag[] | undefined;
|
|
8384
8384
|
intervals?: Interval[] | undefined;
|
|
@@ -8423,8 +8423,8 @@ declare class SS12000Map {
|
|
|
8423
8423
|
createdAt?: string | undefined;
|
|
8424
8424
|
updatedAt?: string | undefined;
|
|
8425
8425
|
lastModifiedBy?: string | undefined;
|
|
8426
|
-
start?: (
|
|
8427
|
-
end?: (
|
|
8426
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8427
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8428
8428
|
type?: LockedTimeType | undefined;
|
|
8429
8429
|
tags?: Tag[] | undefined;
|
|
8430
8430
|
intervals?: Interval[] | undefined;
|
|
@@ -8469,8 +8469,8 @@ declare class SS12000Map {
|
|
|
8469
8469
|
createdAt?: string | undefined;
|
|
8470
8470
|
updatedAt?: string | undefined;
|
|
8471
8471
|
lastModifiedBy?: string | undefined;
|
|
8472
|
-
start?: (
|
|
8473
|
-
end?: (
|
|
8472
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8473
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8474
8474
|
reason?: string | undefined;
|
|
8475
8475
|
description?: string | undefined;
|
|
8476
8476
|
comment?: string | undefined;
|
|
@@ -8599,7 +8599,7 @@ declare class SS12000Map {
|
|
|
8599
8599
|
createdAt?: string | undefined;
|
|
8600
8600
|
updatedAt?: string | undefined;
|
|
8601
8601
|
lastModifiedBy?: string | undefined;
|
|
8602
|
-
intervals: Interval<string |
|
|
8602
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
8603
8603
|
belongsTo?: any;
|
|
8604
8604
|
} | undefined;
|
|
8605
8605
|
derivedParentGroups?: {
|
|
@@ -8809,8 +8809,8 @@ declare class SS12000Map {
|
|
|
8809
8809
|
createdAt?: string | undefined;
|
|
8810
8810
|
updatedAt?: string | undefined;
|
|
8811
8811
|
lastModifiedBy?: string | undefined;
|
|
8812
|
-
start?: (
|
|
8813
|
-
end?: (
|
|
8812
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8813
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8814
8814
|
type?: LockedTimeType | undefined;
|
|
8815
8815
|
tags?: Tag[] | undefined;
|
|
8816
8816
|
intervals?: Interval[] | undefined;
|
|
@@ -8855,8 +8855,8 @@ declare class SS12000Map {
|
|
|
8855
8855
|
createdAt?: string | undefined;
|
|
8856
8856
|
updatedAt?: string | undefined;
|
|
8857
8857
|
lastModifiedBy?: string | undefined;
|
|
8858
|
-
start?: (
|
|
8859
|
-
end?: (
|
|
8858
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8859
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8860
8860
|
type?: LockedTimeType | undefined;
|
|
8861
8861
|
tags?: Tag[] | undefined;
|
|
8862
8862
|
intervals?: Interval[] | undefined;
|
|
@@ -8901,8 +8901,8 @@ declare class SS12000Map {
|
|
|
8901
8901
|
createdAt?: string | undefined;
|
|
8902
8902
|
updatedAt?: string | undefined;
|
|
8903
8903
|
lastModifiedBy?: string | undefined;
|
|
8904
|
-
start?: (
|
|
8905
|
-
end?: (
|
|
8904
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8905
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8906
8906
|
reason?: string | undefined;
|
|
8907
8907
|
description?: string | undefined;
|
|
8908
8908
|
comment?: string | undefined;
|
|
@@ -9031,7 +9031,7 @@ declare class SS12000Map {
|
|
|
9031
9031
|
createdAt?: string | undefined;
|
|
9032
9032
|
updatedAt?: string | undefined;
|
|
9033
9033
|
lastModifiedBy?: string | undefined;
|
|
9034
|
-
intervals: Interval<string |
|
|
9034
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
9035
9035
|
belongsTo?: any;
|
|
9036
9036
|
} | undefined;
|
|
9037
9037
|
derivedParentGroups?: {
|
|
@@ -9092,8 +9092,8 @@ declare class SS12000Map {
|
|
|
9092
9092
|
createdAt?: string | undefined;
|
|
9093
9093
|
updatedAt?: string | undefined;
|
|
9094
9094
|
lastModifiedBy?: string | undefined;
|
|
9095
|
-
start?: (
|
|
9096
|
-
end?: (
|
|
9095
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9096
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9097
9097
|
type?: LockedTimeType | undefined;
|
|
9098
9098
|
tags?: Tag[] | undefined;
|
|
9099
9099
|
intervals?: Interval[] | undefined;
|
|
@@ -9193,8 +9193,8 @@ declare class SS12000Map {
|
|
|
9193
9193
|
createdAt?: string | undefined;
|
|
9194
9194
|
updatedAt?: string | undefined;
|
|
9195
9195
|
lastModifiedBy?: string | undefined;
|
|
9196
|
-
start?: (
|
|
9197
|
-
end?: (
|
|
9196
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9197
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9198
9198
|
potentialCenter?: string | undefined;
|
|
9199
9199
|
type?: string | undefined;
|
|
9200
9200
|
tags?: Tag[] | undefined;
|
|
@@ -9348,8 +9348,8 @@ declare class SS12000Map {
|
|
|
9348
9348
|
createdAt?: string | undefined;
|
|
9349
9349
|
updatedAt?: string | undefined;
|
|
9350
9350
|
lastModifiedBy?: string | undefined;
|
|
9351
|
-
start?: (
|
|
9352
|
-
end?: (
|
|
9351
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9352
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9353
9353
|
type?: LockedTimeType | undefined;
|
|
9354
9354
|
tags?: Tag[] | undefined;
|
|
9355
9355
|
intervals?: Interval[] | undefined;
|
|
@@ -9449,8 +9449,8 @@ declare class SS12000Map {
|
|
|
9449
9449
|
createdAt?: string | undefined;
|
|
9450
9450
|
updatedAt?: string | undefined;
|
|
9451
9451
|
lastModifiedBy?: string | undefined;
|
|
9452
|
-
start?: (
|
|
9453
|
-
end?: (
|
|
9452
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9453
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9454
9454
|
potentialCenter?: string | undefined;
|
|
9455
9455
|
type?: string | undefined;
|
|
9456
9456
|
tags?: Tag[] | undefined;
|
|
@@ -9604,8 +9604,8 @@ declare class SS12000Map {
|
|
|
9604
9604
|
createdAt?: string | undefined;
|
|
9605
9605
|
updatedAt?: string | undefined;
|
|
9606
9606
|
lastModifiedBy?: string | undefined;
|
|
9607
|
-
start?: (
|
|
9608
|
-
end?: (
|
|
9607
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9608
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9609
9609
|
reason?: string | undefined;
|
|
9610
9610
|
description?: string | undefined;
|
|
9611
9611
|
comment?: string | undefined;
|
|
@@ -9673,8 +9673,8 @@ declare class SS12000Map {
|
|
|
9673
9673
|
createdAt?: string | undefined;
|
|
9674
9674
|
updatedAt?: string | undefined;
|
|
9675
9675
|
lastModifiedBy?: string | undefined;
|
|
9676
|
-
start?: (
|
|
9677
|
-
end?: (
|
|
9676
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9677
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9678
9678
|
potentialCenter?: string | undefined;
|
|
9679
9679
|
type?: string | undefined;
|
|
9680
9680
|
tags?: Tag[] | undefined;
|
|
@@ -10055,8 +10055,8 @@ declare class SS12000Map {
|
|
|
10055
10055
|
createdAt?: string | undefined;
|
|
10056
10056
|
updatedAt?: string | undefined;
|
|
10057
10057
|
lastModifiedBy?: string | undefined;
|
|
10058
|
-
start?: (
|
|
10059
|
-
end?: (
|
|
10058
|
+
start?: (moment0.Moment | string) | undefined;
|
|
10059
|
+
end?: (moment0.Moment | string) | undefined;
|
|
10060
10060
|
reason?: string | undefined;
|
|
10061
10061
|
description?: string | undefined;
|
|
10062
10062
|
comment?: string | undefined;
|
|
@@ -10145,8 +10145,8 @@ declare class SS12000Map {
|
|
|
10145
10145
|
createdAt?: string | undefined;
|
|
10146
10146
|
updatedAt?: string | undefined;
|
|
10147
10147
|
lastModifiedBy?: string | undefined;
|
|
10148
|
-
start?: (
|
|
10149
|
-
end?: (
|
|
10148
|
+
start?: (moment0.Moment | string) | undefined;
|
|
10149
|
+
end?: (moment0.Moment | string) | undefined;
|
|
10150
10150
|
reason?: string | undefined;
|
|
10151
10151
|
description?: string | undefined;
|
|
10152
10152
|
comment?: string | undefined;
|
|
@@ -10349,7 +10349,7 @@ declare class SS12000Map {
|
|
|
10349
10349
|
createdAt?: string | undefined;
|
|
10350
10350
|
updatedAt?: string | undefined;
|
|
10351
10351
|
lastModifiedBy?: string | undefined;
|
|
10352
|
-
intervals: Interval<string |
|
|
10352
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
10353
10353
|
belongsTo?: string | {
|
|
10354
10354
|
readonly _bsontype: "ObjectId";
|
|
10355
10355
|
id: Uint8Array;
|
|
@@ -10543,8 +10543,8 @@ declare class SS12000Map {
|
|
|
10543
10543
|
createdAt?: string | undefined;
|
|
10544
10544
|
updatedAt?: string | undefined;
|
|
10545
10545
|
lastModifiedBy?: string | undefined;
|
|
10546
|
-
start?: (
|
|
10547
|
-
end?: (
|
|
10546
|
+
start?: (moment0.Moment | string) | undefined;
|
|
10547
|
+
end?: (moment0.Moment | string) | undefined;
|
|
10548
10548
|
type?: LockedTimeType | undefined;
|
|
10549
10549
|
tags?: Tag[] | undefined;
|
|
10550
10550
|
intervals?: Interval[] | undefined;
|
|
@@ -10589,8 +10589,8 @@ declare class SS12000Map {
|
|
|
10589
10589
|
createdAt?: string | undefined;
|
|
10590
10590
|
updatedAt?: string | undefined;
|
|
10591
10591
|
lastModifiedBy?: string | undefined;
|
|
10592
|
-
start?: (
|
|
10593
|
-
end?: (
|
|
10592
|
+
start?: (moment0.Moment | string) | undefined;
|
|
10593
|
+
end?: (moment0.Moment | string) | undefined;
|
|
10594
10594
|
type?: LockedTimeType | undefined;
|
|
10595
10595
|
tags?: Tag[] | undefined;
|
|
10596
10596
|
intervals?: Interval[] | undefined;
|
|
@@ -10635,8 +10635,8 @@ declare class SS12000Map {
|
|
|
10635
10635
|
createdAt?: string | undefined;
|
|
10636
10636
|
updatedAt?: string | undefined;
|
|
10637
10637
|
lastModifiedBy?: string | undefined;
|
|
10638
|
-
start?: (
|
|
10639
|
-
end?: (
|
|
10638
|
+
start?: (moment0.Moment | string) | undefined;
|
|
10639
|
+
end?: (moment0.Moment | string) | undefined;
|
|
10640
10640
|
reason?: string | undefined;
|
|
10641
10641
|
description?: string | undefined;
|
|
10642
10642
|
comment?: string | undefined;
|
|
@@ -10765,7 +10765,7 @@ declare class SS12000Map {
|
|
|
10765
10765
|
createdAt?: string | undefined;
|
|
10766
10766
|
updatedAt?: string | undefined;
|
|
10767
10767
|
lastModifiedBy?: string | undefined;
|
|
10768
|
-
intervals: Interval<string |
|
|
10768
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
10769
10769
|
belongsTo?: any;
|
|
10770
10770
|
} | undefined;
|
|
10771
10771
|
derivedParentGroups?: {
|
|
@@ -10932,8 +10932,8 @@ declare class SS12000Map {
|
|
|
10932
10932
|
updatedAt?: string | undefined;
|
|
10933
10933
|
lastModifiedBy?: string | undefined;
|
|
10934
10934
|
startedBy?: User | undefined;
|
|
10935
|
-
completionDate?: (string |
|
|
10936
|
-
startDate?: (string |
|
|
10935
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
10936
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
10937
10937
|
configurationId: number;
|
|
10938
10938
|
status: Status;
|
|
10939
10939
|
error?: (string | Error) | undefined;
|
|
@@ -11110,8 +11110,8 @@ declare class SS12000Map {
|
|
|
11110
11110
|
createdAt?: string | undefined;
|
|
11111
11111
|
updatedAt?: string | undefined;
|
|
11112
11112
|
lastModifiedBy?: string | undefined;
|
|
11113
|
-
start?: (
|
|
11114
|
-
end?: (
|
|
11113
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11114
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11115
11115
|
type?: LockedTimeType | undefined;
|
|
11116
11116
|
tags?: Tag[] | undefined;
|
|
11117
11117
|
intervals?: Interval[] | undefined;
|
|
@@ -11156,8 +11156,8 @@ declare class SS12000Map {
|
|
|
11156
11156
|
createdAt?: string | undefined;
|
|
11157
11157
|
updatedAt?: string | undefined;
|
|
11158
11158
|
lastModifiedBy?: string | undefined;
|
|
11159
|
-
start?: (
|
|
11160
|
-
end?: (
|
|
11159
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11160
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11161
11161
|
type?: LockedTimeType | undefined;
|
|
11162
11162
|
tags?: Tag[] | undefined;
|
|
11163
11163
|
intervals?: Interval[] | undefined;
|
|
@@ -11202,8 +11202,8 @@ declare class SS12000Map {
|
|
|
11202
11202
|
createdAt?: string | undefined;
|
|
11203
11203
|
updatedAt?: string | undefined;
|
|
11204
11204
|
lastModifiedBy?: string | undefined;
|
|
11205
|
-
start?: (
|
|
11206
|
-
end?: (
|
|
11205
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11206
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11207
11207
|
reason?: string | undefined;
|
|
11208
11208
|
description?: string | undefined;
|
|
11209
11209
|
comment?: string | undefined;
|
|
@@ -11332,7 +11332,7 @@ declare class SS12000Map {
|
|
|
11332
11332
|
createdAt?: string | undefined;
|
|
11333
11333
|
updatedAt?: string | undefined;
|
|
11334
11334
|
lastModifiedBy?: string | undefined;
|
|
11335
|
-
intervals: Interval<string |
|
|
11335
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
11336
11336
|
belongsTo?: any;
|
|
11337
11337
|
} | undefined;
|
|
11338
11338
|
derivedParentGroups?: {
|
|
@@ -11487,8 +11487,8 @@ declare class SS12000Map {
|
|
|
11487
11487
|
updatedAt?: string | undefined;
|
|
11488
11488
|
lastModifiedBy?: string | undefined;
|
|
11489
11489
|
startedBy?: User | undefined;
|
|
11490
|
-
completionDate?: (string |
|
|
11491
|
-
startDate?: (string |
|
|
11490
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
11491
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
11492
11492
|
configurationId: number;
|
|
11493
11493
|
status: Status;
|
|
11494
11494
|
error?: (string | Error) | undefined;
|
|
@@ -11516,8 +11516,8 @@ declare class SS12000Map {
|
|
|
11516
11516
|
createdAt?: string | undefined;
|
|
11517
11517
|
updatedAt?: string | undefined;
|
|
11518
11518
|
lastModifiedBy?: string | undefined;
|
|
11519
|
-
start?: (
|
|
11520
|
-
end?: (
|
|
11519
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11520
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11521
11521
|
type?: LockedTimeType | undefined;
|
|
11522
11522
|
tags?: Tag[] | undefined;
|
|
11523
11523
|
intervals?: Interval[] | undefined;
|
|
@@ -11617,8 +11617,8 @@ declare class SS12000Map {
|
|
|
11617
11617
|
createdAt?: string | undefined;
|
|
11618
11618
|
updatedAt?: string | undefined;
|
|
11619
11619
|
lastModifiedBy?: string | undefined;
|
|
11620
|
-
start?: (
|
|
11621
|
-
end?: (
|
|
11620
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11621
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11622
11622
|
potentialCenter?: string | undefined;
|
|
11623
11623
|
type?: string | undefined;
|
|
11624
11624
|
tags?: Tag[] | undefined;
|
|
@@ -11772,8 +11772,8 @@ declare class SS12000Map {
|
|
|
11772
11772
|
createdAt?: string | undefined;
|
|
11773
11773
|
updatedAt?: string | undefined;
|
|
11774
11774
|
lastModifiedBy?: string | undefined;
|
|
11775
|
-
start?: (
|
|
11776
|
-
end?: (
|
|
11775
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11776
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11777
11777
|
type?: LockedTimeType | undefined;
|
|
11778
11778
|
tags?: Tag[] | undefined;
|
|
11779
11779
|
intervals?: Interval[] | undefined;
|
|
@@ -11873,8 +11873,8 @@ declare class SS12000Map {
|
|
|
11873
11873
|
createdAt?: string | undefined;
|
|
11874
11874
|
updatedAt?: string | undefined;
|
|
11875
11875
|
lastModifiedBy?: string | undefined;
|
|
11876
|
-
start?: (
|
|
11877
|
-
end?: (
|
|
11876
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11877
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11878
11878
|
potentialCenter?: string | undefined;
|
|
11879
11879
|
type?: string | undefined;
|
|
11880
11880
|
tags?: Tag[] | undefined;
|
|
@@ -12028,8 +12028,8 @@ declare class SS12000Map {
|
|
|
12028
12028
|
createdAt?: string | undefined;
|
|
12029
12029
|
updatedAt?: string | undefined;
|
|
12030
12030
|
lastModifiedBy?: string | undefined;
|
|
12031
|
-
start?: (
|
|
12032
|
-
end?: (
|
|
12031
|
+
start?: (moment0.Moment | string) | undefined;
|
|
12032
|
+
end?: (moment0.Moment | string) | undefined;
|
|
12033
12033
|
reason?: string | undefined;
|
|
12034
12034
|
description?: string | undefined;
|
|
12035
12035
|
comment?: string | undefined;
|
|
@@ -12097,8 +12097,8 @@ declare class SS12000Map {
|
|
|
12097
12097
|
createdAt?: string | undefined;
|
|
12098
12098
|
updatedAt?: string | undefined;
|
|
12099
12099
|
lastModifiedBy?: string | undefined;
|
|
12100
|
-
start?: (
|
|
12101
|
-
end?: (
|
|
12100
|
+
start?: (moment0.Moment | string) | undefined;
|
|
12101
|
+
end?: (moment0.Moment | string) | undefined;
|
|
12102
12102
|
potentialCenter?: string | undefined;
|
|
12103
12103
|
type?: string | undefined;
|
|
12104
12104
|
tags?: Tag[] | undefined;
|
|
@@ -12479,8 +12479,8 @@ declare class SS12000Map {
|
|
|
12479
12479
|
createdAt?: string | undefined;
|
|
12480
12480
|
updatedAt?: string | undefined;
|
|
12481
12481
|
lastModifiedBy?: string | undefined;
|
|
12482
|
-
start?: (
|
|
12483
|
-
end?: (
|
|
12482
|
+
start?: (moment0.Moment | string) | undefined;
|
|
12483
|
+
end?: (moment0.Moment | string) | undefined;
|
|
12484
12484
|
reason?: string | undefined;
|
|
12485
12485
|
description?: string | undefined;
|
|
12486
12486
|
comment?: string | undefined;
|
|
@@ -12569,8 +12569,8 @@ declare class SS12000Map {
|
|
|
12569
12569
|
createdAt?: string | undefined;
|
|
12570
12570
|
updatedAt?: string | undefined;
|
|
12571
12571
|
lastModifiedBy?: string | undefined;
|
|
12572
|
-
start?: (
|
|
12573
|
-
end?: (
|
|
12572
|
+
start?: (moment0.Moment | string) | undefined;
|
|
12573
|
+
end?: (moment0.Moment | string) | undefined;
|
|
12574
12574
|
reason?: string | undefined;
|
|
12575
12575
|
description?: string | undefined;
|
|
12576
12576
|
comment?: string | undefined;
|
|
@@ -12755,8 +12755,8 @@ declare class SS12000Map {
|
|
|
12755
12755
|
updatedAt?: string | undefined;
|
|
12756
12756
|
lastModifiedBy?: string | undefined;
|
|
12757
12757
|
startedBy?: User | undefined;
|
|
12758
|
-
completionDate?: (string |
|
|
12759
|
-
startDate?: (string |
|
|
12758
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
12759
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
12760
12760
|
configurationId: number;
|
|
12761
12761
|
status: Status;
|
|
12762
12762
|
error?: (string | Error) | undefined;
|
|
@@ -7,7 +7,7 @@ import { PlannedScheduledDuration } from "../../core/interfaces/vertices/propert
|
|
|
7
7
|
import { MinBreakLength } from "../../core/interfaces/vertices/properties/min-break-length.js";
|
|
8
8
|
import { Schedule } from "./types/schedule.js";
|
|
9
9
|
import { Types } from "./types/index.js";
|
|
10
|
-
import * as
|
|
10
|
+
import * as moment195 from "moment";
|
|
11
11
|
|
|
12
12
|
//#region src/SchoolSoft/api/index.d.ts
|
|
13
13
|
declare class Map {
|
|
@@ -286,8 +286,8 @@ declare class Map {
|
|
|
286
286
|
createdAt?: string | undefined;
|
|
287
287
|
updatedAt?: string | undefined;
|
|
288
288
|
lastModifiedBy?: string | undefined;
|
|
289
|
-
start?: (
|
|
290
|
-
end?: (
|
|
289
|
+
start?: (moment195.Moment | string) | undefined;
|
|
290
|
+
end?: (moment195.Moment | string) | undefined;
|
|
291
291
|
potentialCenter?: string | undefined;
|
|
292
292
|
type?: string | undefined;
|
|
293
293
|
tags?: Tag[] | undefined;
|
|
@@ -340,8 +340,8 @@ declare class Map {
|
|
|
340
340
|
createdAt?: string | undefined;
|
|
341
341
|
updatedAt?: string | undefined;
|
|
342
342
|
lastModifiedBy?: string | undefined;
|
|
343
|
-
start?: (
|
|
344
|
-
end?: (
|
|
343
|
+
start?: (moment195.Moment | string) | undefined;
|
|
344
|
+
end?: (moment195.Moment | string) | undefined;
|
|
345
345
|
potentialCenter?: string | undefined;
|
|
346
346
|
type?: string | undefined;
|
|
347
347
|
tags?: Tag[] | undefined;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { BaseOptions } from "../../../common/types.js";
|
|
2
2
|
import { Types } from "../../../core/types/index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as xlsx0 from "xlsx";
|
|
4
4
|
|
|
5
5
|
//#region src/SchoolSoft/file/to/index.d.ts
|
|
6
6
|
declare class export_default {
|
|
7
7
|
static schedules: (schedule: Types.Mixed.Schedule & {
|
|
8
8
|
division?: Types.Mixed.Division;
|
|
9
|
-
}, options?: BaseOptions) =>
|
|
9
|
+
}, options?: BaseOptions) => xlsx0.WorkBook;
|
|
10
10
|
}
|
|
11
11
|
//#endregion
|
|
12
12
|
export { export_default };
|
|
@@ -30,6 +30,7 @@ declare namespace Types {
|
|
|
30
30
|
type RootInterval = Deep.RootInterval;
|
|
31
31
|
type Syllabus = Deep.Syllabus;
|
|
32
32
|
type User = Deep.User;
|
|
33
|
+
type Thread = Deep.Thread;
|
|
33
34
|
type Schedule = Deep.Schedule;
|
|
34
35
|
}
|
|
35
36
|
namespace Serialized {
|
|
@@ -52,6 +53,7 @@ declare namespace Types {
|
|
|
52
53
|
type RootInterval = Serialized.RootInterval;
|
|
53
54
|
type Syllabus = Serialized.Syllabus;
|
|
54
55
|
type User = Serialized.User;
|
|
56
|
+
type Thread = Serialized.Thread;
|
|
55
57
|
type Schedule = Serialized.Schedule;
|
|
56
58
|
}
|
|
57
59
|
namespace Mixed {
|
|
@@ -74,6 +76,7 @@ declare namespace Types {
|
|
|
74
76
|
type RootInterval = Mixed.RootInterval;
|
|
75
77
|
type Syllabus = Mixed.Syllabus;
|
|
76
78
|
type User = Mixed.User;
|
|
79
|
+
type Thread = Mixed.Thread;
|
|
77
80
|
type Schedule = Mixed.Schedule;
|
|
78
81
|
}
|
|
79
82
|
namespace MixedWithoutInternalId {
|
|
@@ -96,6 +99,7 @@ declare namespace Types {
|
|
|
96
99
|
type RootInterval = MixedWithOptionalId.RootInterval;
|
|
97
100
|
type Syllabus = MixedWithOptionalId.Syllabus;
|
|
98
101
|
type User = MixedWithOptionalId.User;
|
|
102
|
+
type Thread = MixedWithOptionalId.Thread;
|
|
99
103
|
type Schedule = MixedWithOptionalId.Schedule;
|
|
100
104
|
}
|
|
101
105
|
namespace SerializedWithOptionalId {
|
|
@@ -118,6 +122,7 @@ declare namespace Types {
|
|
|
118
122
|
type RootInterval = SerializedWithOptionalId.RootInterval;
|
|
119
123
|
type Syllabus = SerializedWithOptionalId.Syllabus;
|
|
120
124
|
type User = SerializedWithOptionalId.User;
|
|
125
|
+
type Thread = SerializedWithOptionalId.Thread;
|
|
121
126
|
type Schedule = SerializedWithOptionalId.Schedule;
|
|
122
127
|
}
|
|
123
128
|
}
|