@royalschedule/maps 4.0.34 → 4.0.35
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/Excel/index.d.ts +5 -3
- package/dist/Excel/v1/index.d.ts +3 -3
- package/dist/Excel/v2/index.d.ts +5 -3
- package/dist/SS12000/index.d.ts +201 -195
- package/dist/Skola24/txt/to/schedules.js +1 -1
- package/dist/Skola24/txt/to/schedules.js.map +1 -1
- package/dist/core/interfaces/vertices/courses.d.ts +1 -1
- package/dist/core/interfaces/vertices/events.d.ts +3 -0
- package/dist/core/interfaces/vertices/index.d.ts +1 -1
- package/dist/core/interfaces/vertices/vertex-query.d.ts +1 -1
- package/package.json +1 -1
package/dist/SS12000/index.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ 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
26
|
import "../index.js";
|
|
27
|
-
import * as
|
|
27
|
+
import * as moment0 from "moment";
|
|
28
28
|
import * as mongoose0 from "mongoose";
|
|
29
29
|
import * as bson0 from "bson";
|
|
30
30
|
|
|
@@ -156,8 +156,8 @@ declare class SS12000Map {
|
|
|
156
156
|
updatedAt?: string | undefined;
|
|
157
157
|
lastModifiedBy?: string | undefined;
|
|
158
158
|
startedBy?: User | undefined;
|
|
159
|
-
completionDate?: (string |
|
|
160
|
-
startDate?: (string |
|
|
159
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
160
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
161
161
|
configurationId: number;
|
|
162
162
|
status: Status;
|
|
163
163
|
error?: (string | Error) | undefined;
|
|
@@ -185,7 +185,7 @@ declare class SS12000Map {
|
|
|
185
185
|
createdAt?: string | undefined;
|
|
186
186
|
updatedAt?: string | undefined;
|
|
187
187
|
lastModifiedBy?: string | undefined;
|
|
188
|
-
ranges: Interval<string |
|
|
188
|
+
ranges: Interval<string | moment0.Moment | Date>[];
|
|
189
189
|
displayIndex?: number | undefined;
|
|
190
190
|
inline?: boolean | undefined;
|
|
191
191
|
belongsTo?: string | {
|
|
@@ -333,8 +333,8 @@ declare class SS12000Map {
|
|
|
333
333
|
createdAt?: string | undefined;
|
|
334
334
|
updatedAt?: string | undefined;
|
|
335
335
|
lastModifiedBy?: string | undefined;
|
|
336
|
-
start?: (
|
|
337
|
-
end?: (
|
|
336
|
+
start?: (moment0.Moment | string) | undefined;
|
|
337
|
+
end?: (moment0.Moment | string) | undefined;
|
|
338
338
|
potentialCenter?: string | undefined;
|
|
339
339
|
type?: string | undefined;
|
|
340
340
|
tags?: Tag[] | undefined;
|
|
@@ -401,9 +401,11 @@ declare class SS12000Map {
|
|
|
401
401
|
createdAt?: string | undefined;
|
|
402
402
|
updatedAt?: string | undefined;
|
|
403
403
|
lastModifiedBy?: string | undefined;
|
|
404
|
+
color?: string | null | undefined;
|
|
404
405
|
schoolType: string;
|
|
405
406
|
subjectCode?: string | undefined;
|
|
406
407
|
subjectName: string;
|
|
408
|
+
icon?: string | null | undefined;
|
|
407
409
|
subjectDesignation?: string | undefined;
|
|
408
410
|
courseCode?: string | undefined;
|
|
409
411
|
courseName?: string | undefined;
|
|
@@ -460,8 +462,8 @@ declare class SS12000Map {
|
|
|
460
462
|
createdAt?: string | undefined;
|
|
461
463
|
updatedAt?: string | undefined;
|
|
462
464
|
lastModifiedBy?: string | undefined;
|
|
463
|
-
start?: (
|
|
464
|
-
end?: (
|
|
465
|
+
start?: (moment0.Moment | string) | undefined;
|
|
466
|
+
end?: (moment0.Moment | string) | undefined;
|
|
465
467
|
type?: LockedTimeType | undefined;
|
|
466
468
|
tags?: Tag[] | undefined;
|
|
467
469
|
intervals?: Interval[] | undefined;
|
|
@@ -561,8 +563,8 @@ declare class SS12000Map {
|
|
|
561
563
|
createdAt?: string | undefined;
|
|
562
564
|
updatedAt?: string | undefined;
|
|
563
565
|
lastModifiedBy?: string | undefined;
|
|
564
|
-
start?: (
|
|
565
|
-
end?: (
|
|
566
|
+
start?: (moment0.Moment | string) | undefined;
|
|
567
|
+
end?: (moment0.Moment | string) | undefined;
|
|
566
568
|
potentialCenter?: string | undefined;
|
|
567
569
|
type?: string | undefined;
|
|
568
570
|
tags?: Tag[] | undefined;
|
|
@@ -716,8 +718,8 @@ declare class SS12000Map {
|
|
|
716
718
|
createdAt?: string | undefined;
|
|
717
719
|
updatedAt?: string | undefined;
|
|
718
720
|
lastModifiedBy?: string | undefined;
|
|
719
|
-
start?: (
|
|
720
|
-
end?: (
|
|
721
|
+
start?: (moment0.Moment | string) | undefined;
|
|
722
|
+
end?: (moment0.Moment | string) | undefined;
|
|
721
723
|
reason?: string | undefined;
|
|
722
724
|
description?: string | undefined;
|
|
723
725
|
comment?: string | undefined;
|
|
@@ -785,8 +787,8 @@ declare class SS12000Map {
|
|
|
785
787
|
createdAt?: string | undefined;
|
|
786
788
|
updatedAt?: string | undefined;
|
|
787
789
|
lastModifiedBy?: string | undefined;
|
|
788
|
-
start?: (
|
|
789
|
-
end?: (
|
|
790
|
+
start?: (moment0.Moment | string) | undefined;
|
|
791
|
+
end?: (moment0.Moment | string) | undefined;
|
|
790
792
|
potentialCenter?: string | undefined;
|
|
791
793
|
type?: string | undefined;
|
|
792
794
|
tags?: Tag[] | undefined;
|
|
@@ -1167,8 +1169,8 @@ declare class SS12000Map {
|
|
|
1167
1169
|
createdAt?: string | undefined;
|
|
1168
1170
|
updatedAt?: string | undefined;
|
|
1169
1171
|
lastModifiedBy?: string | undefined;
|
|
1170
|
-
start?: (
|
|
1171
|
-
end?: (
|
|
1172
|
+
start?: (moment0.Moment | string) | undefined;
|
|
1173
|
+
end?: (moment0.Moment | string) | undefined;
|
|
1172
1174
|
reason?: string | undefined;
|
|
1173
1175
|
description?: string | undefined;
|
|
1174
1176
|
comment?: string | undefined;
|
|
@@ -1257,8 +1259,8 @@ declare class SS12000Map {
|
|
|
1257
1259
|
createdAt?: string | undefined;
|
|
1258
1260
|
updatedAt?: string | undefined;
|
|
1259
1261
|
lastModifiedBy?: string | undefined;
|
|
1260
|
-
start?: (
|
|
1261
|
-
end?: (
|
|
1262
|
+
start?: (moment0.Moment | string) | undefined;
|
|
1263
|
+
end?: (moment0.Moment | string) | undefined;
|
|
1262
1264
|
reason?: string | undefined;
|
|
1263
1265
|
description?: string | undefined;
|
|
1264
1266
|
comment?: string | undefined;
|
|
@@ -1348,8 +1350,8 @@ declare class SS12000Map {
|
|
|
1348
1350
|
createdAt?: string | undefined;
|
|
1349
1351
|
updatedAt?: string | undefined;
|
|
1350
1352
|
lastModifiedBy?: string | undefined;
|
|
1351
|
-
start?: (
|
|
1352
|
-
end?: (
|
|
1353
|
+
start?: (moment0.Moment | string) | undefined;
|
|
1354
|
+
end?: (moment0.Moment | string) | undefined;
|
|
1353
1355
|
potentialCenter?: string | undefined;
|
|
1354
1356
|
type?: string | undefined;
|
|
1355
1357
|
tags?: Tag[] | undefined;
|
|
@@ -1476,7 +1478,7 @@ declare class SS12000Map {
|
|
|
1476
1478
|
createdAt?: string | undefined;
|
|
1477
1479
|
updatedAt?: string | undefined;
|
|
1478
1480
|
lastModifiedBy?: string | undefined;
|
|
1479
|
-
ranges: Interval<string |
|
|
1481
|
+
ranges: Interval<string | moment0.Moment | Date>[];
|
|
1480
1482
|
displayIndex?: number | undefined;
|
|
1481
1483
|
inline?: boolean | undefined;
|
|
1482
1484
|
belongsTo?: any;
|
|
@@ -1530,8 +1532,8 @@ declare class SS12000Map {
|
|
|
1530
1532
|
createdAt?: string | undefined;
|
|
1531
1533
|
updatedAt?: string | undefined;
|
|
1532
1534
|
lastModifiedBy?: string | undefined;
|
|
1533
|
-
start?: (
|
|
1534
|
-
end?: (
|
|
1535
|
+
start?: (moment0.Moment | string) | undefined;
|
|
1536
|
+
end?: (moment0.Moment | string) | undefined;
|
|
1535
1537
|
type?: LockedTimeType | undefined;
|
|
1536
1538
|
tags?: Tag[] | undefined;
|
|
1537
1539
|
intervals?: Interval[] | undefined;
|
|
@@ -1576,8 +1578,8 @@ declare class SS12000Map {
|
|
|
1576
1578
|
createdAt?: string | undefined;
|
|
1577
1579
|
updatedAt?: string | undefined;
|
|
1578
1580
|
lastModifiedBy?: string | undefined;
|
|
1579
|
-
start?: (
|
|
1580
|
-
end?: (
|
|
1581
|
+
start?: (moment0.Moment | string) | undefined;
|
|
1582
|
+
end?: (moment0.Moment | string) | undefined;
|
|
1581
1583
|
reason?: string | undefined;
|
|
1582
1584
|
description?: string | undefined;
|
|
1583
1585
|
comment?: string | undefined;
|
|
@@ -2054,7 +2056,7 @@ declare class SS12000Map {
|
|
|
2054
2056
|
createdAt?: string | undefined;
|
|
2055
2057
|
updatedAt?: string | undefined;
|
|
2056
2058
|
lastModifiedBy?: string | undefined;
|
|
2057
|
-
intervals: Interval<string |
|
|
2059
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
2058
2060
|
belongsTo?: any;
|
|
2059
2061
|
} | undefined;
|
|
2060
2062
|
lockedTimes?: (string | {
|
|
@@ -2076,8 +2078,8 @@ declare class SS12000Map {
|
|
|
2076
2078
|
createdAt?: string | undefined;
|
|
2077
2079
|
updatedAt?: string | undefined;
|
|
2078
2080
|
lastModifiedBy?: string | undefined;
|
|
2079
|
-
start?: (
|
|
2080
|
-
end?: (
|
|
2081
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2082
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2081
2083
|
type?: LockedTimeType | undefined;
|
|
2082
2084
|
tags?: Tag[] | undefined;
|
|
2083
2085
|
intervals?: Interval[] | undefined;
|
|
@@ -2122,8 +2124,8 @@ declare class SS12000Map {
|
|
|
2122
2124
|
createdAt?: string | undefined;
|
|
2123
2125
|
updatedAt?: string | undefined;
|
|
2124
2126
|
lastModifiedBy?: string | undefined;
|
|
2125
|
-
start?: (
|
|
2126
|
-
end?: (
|
|
2127
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2128
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2127
2129
|
type?: LockedTimeType | undefined;
|
|
2128
2130
|
tags?: Tag[] | undefined;
|
|
2129
2131
|
intervals?: Interval[] | undefined;
|
|
@@ -2168,8 +2170,8 @@ declare class SS12000Map {
|
|
|
2168
2170
|
createdAt?: string | undefined;
|
|
2169
2171
|
updatedAt?: string | undefined;
|
|
2170
2172
|
lastModifiedBy?: string | undefined;
|
|
2171
|
-
start?: (
|
|
2172
|
-
end?: (
|
|
2173
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2174
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2173
2175
|
type?: LockedTimeType | undefined;
|
|
2174
2176
|
tags?: Tag[] | undefined;
|
|
2175
2177
|
intervals?: Interval[] | undefined;
|
|
@@ -2214,8 +2216,8 @@ declare class SS12000Map {
|
|
|
2214
2216
|
createdAt?: string | undefined;
|
|
2215
2217
|
updatedAt?: string | undefined;
|
|
2216
2218
|
lastModifiedBy?: string | undefined;
|
|
2217
|
-
start?: (
|
|
2218
|
-
end?: (
|
|
2219
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2220
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2219
2221
|
reason?: string | undefined;
|
|
2220
2222
|
description?: string | undefined;
|
|
2221
2223
|
comment?: string | undefined;
|
|
@@ -2487,8 +2489,8 @@ declare class SS12000Map {
|
|
|
2487
2489
|
createdAt?: string | undefined;
|
|
2488
2490
|
updatedAt?: string | undefined;
|
|
2489
2491
|
lastModifiedBy?: string | undefined;
|
|
2490
|
-
start?: (
|
|
2491
|
-
end?: (
|
|
2492
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2493
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2492
2494
|
type?: LockedTimeType | undefined;
|
|
2493
2495
|
tags?: Tag[] | undefined;
|
|
2494
2496
|
intervals?: Interval[] | undefined;
|
|
@@ -2533,8 +2535,8 @@ declare class SS12000Map {
|
|
|
2533
2535
|
createdAt?: string | undefined;
|
|
2534
2536
|
updatedAt?: string | undefined;
|
|
2535
2537
|
lastModifiedBy?: string | undefined;
|
|
2536
|
-
start?: (
|
|
2537
|
-
end?: (
|
|
2538
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2539
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2538
2540
|
type?: LockedTimeType | undefined;
|
|
2539
2541
|
tags?: Tag[] | undefined;
|
|
2540
2542
|
intervals?: Interval[] | undefined;
|
|
@@ -2579,8 +2581,8 @@ declare class SS12000Map {
|
|
|
2579
2581
|
createdAt?: string | undefined;
|
|
2580
2582
|
updatedAt?: string | undefined;
|
|
2581
2583
|
lastModifiedBy?: string | undefined;
|
|
2582
|
-
start?: (
|
|
2583
|
-
end?: (
|
|
2584
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2585
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2584
2586
|
reason?: string | undefined;
|
|
2585
2587
|
description?: string | undefined;
|
|
2586
2588
|
comment?: string | undefined;
|
|
@@ -2709,7 +2711,7 @@ declare class SS12000Map {
|
|
|
2709
2711
|
createdAt?: string | undefined;
|
|
2710
2712
|
updatedAt?: string | undefined;
|
|
2711
2713
|
lastModifiedBy?: string | undefined;
|
|
2712
|
-
intervals: Interval<string |
|
|
2714
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
2713
2715
|
belongsTo?: any;
|
|
2714
2716
|
} | undefined;
|
|
2715
2717
|
derivedParentGroups?: {
|
|
@@ -2921,8 +2923,8 @@ declare class SS12000Map {
|
|
|
2921
2923
|
createdAt?: string | undefined;
|
|
2922
2924
|
updatedAt?: string | undefined;
|
|
2923
2925
|
lastModifiedBy?: string | undefined;
|
|
2924
|
-
start?: (
|
|
2925
|
-
end?: (
|
|
2926
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2927
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2926
2928
|
type?: LockedTimeType | undefined;
|
|
2927
2929
|
tags?: Tag[] | undefined;
|
|
2928
2930
|
intervals?: Interval[] | undefined;
|
|
@@ -2967,8 +2969,8 @@ declare class SS12000Map {
|
|
|
2967
2969
|
createdAt?: string | undefined;
|
|
2968
2970
|
updatedAt?: string | undefined;
|
|
2969
2971
|
lastModifiedBy?: string | undefined;
|
|
2970
|
-
start?: (
|
|
2971
|
-
end?: (
|
|
2972
|
+
start?: (moment0.Moment | string) | undefined;
|
|
2973
|
+
end?: (moment0.Moment | string) | undefined;
|
|
2972
2974
|
type?: LockedTimeType | undefined;
|
|
2973
2975
|
tags?: Tag[] | undefined;
|
|
2974
2976
|
intervals?: Interval[] | undefined;
|
|
@@ -3013,8 +3015,8 @@ declare class SS12000Map {
|
|
|
3013
3015
|
createdAt?: string | undefined;
|
|
3014
3016
|
updatedAt?: string | undefined;
|
|
3015
3017
|
lastModifiedBy?: string | undefined;
|
|
3016
|
-
start?: (
|
|
3017
|
-
end?: (
|
|
3018
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3019
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3018
3020
|
reason?: string | undefined;
|
|
3019
3021
|
description?: string | undefined;
|
|
3020
3022
|
comment?: string | undefined;
|
|
@@ -3096,8 +3098,8 @@ declare class SS12000Map {
|
|
|
3096
3098
|
createdAt?: string | undefined;
|
|
3097
3099
|
updatedAt?: string | undefined;
|
|
3098
3100
|
lastModifiedBy?: string | undefined;
|
|
3099
|
-
start?: (
|
|
3100
|
-
end?: (
|
|
3101
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3102
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3101
3103
|
potentialCenter?: string | undefined;
|
|
3102
3104
|
type?: string | undefined;
|
|
3103
3105
|
tags?: Tag[] | undefined;
|
|
@@ -3212,8 +3214,8 @@ declare class SS12000Map {
|
|
|
3212
3214
|
updatedAt?: string | undefined;
|
|
3213
3215
|
lastModifiedBy?: string | undefined;
|
|
3214
3216
|
startedBy?: User | undefined;
|
|
3215
|
-
completionDate?: (string |
|
|
3216
|
-
startDate?: (string |
|
|
3217
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
3218
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
3217
3219
|
configurationId: number;
|
|
3218
3220
|
status: Status;
|
|
3219
3221
|
error?: (string | Error) | undefined;
|
|
@@ -3305,7 +3307,7 @@ declare class SS12000Map {
|
|
|
3305
3307
|
createdAt?: string | undefined;
|
|
3306
3308
|
updatedAt?: string | undefined;
|
|
3307
3309
|
lastModifiedBy?: string | undefined;
|
|
3308
|
-
ranges: Interval<string |
|
|
3310
|
+
ranges: Interval<string | moment0.Moment | Date>[];
|
|
3309
3311
|
displayIndex?: number | undefined;
|
|
3310
3312
|
inline?: boolean | undefined;
|
|
3311
3313
|
belongsTo?: any;
|
|
@@ -3359,9 +3361,11 @@ declare class SS12000Map {
|
|
|
3359
3361
|
createdAt?: string | undefined;
|
|
3360
3362
|
updatedAt?: string | undefined;
|
|
3361
3363
|
lastModifiedBy?: string | undefined;
|
|
3364
|
+
color?: string | null | undefined;
|
|
3362
3365
|
schoolType: string;
|
|
3363
3366
|
subjectCode?: string | undefined;
|
|
3364
3367
|
subjectName: string;
|
|
3368
|
+
icon?: string | null | undefined;
|
|
3365
3369
|
subjectDesignation?: string | undefined;
|
|
3366
3370
|
courseCode?: string | undefined;
|
|
3367
3371
|
courseName?: string | undefined;
|
|
@@ -3388,8 +3392,8 @@ declare class SS12000Map {
|
|
|
3388
3392
|
createdAt?: string | undefined;
|
|
3389
3393
|
updatedAt?: string | undefined;
|
|
3390
3394
|
lastModifiedBy?: string | undefined;
|
|
3391
|
-
start?: (
|
|
3392
|
-
end?: (
|
|
3395
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3396
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3393
3397
|
type?: LockedTimeType | undefined;
|
|
3394
3398
|
tags?: Tag[] | undefined;
|
|
3395
3399
|
intervals?: Interval[] | undefined;
|
|
@@ -3434,8 +3438,8 @@ declare class SS12000Map {
|
|
|
3434
3438
|
createdAt?: string | undefined;
|
|
3435
3439
|
updatedAt?: string | undefined;
|
|
3436
3440
|
lastModifiedBy?: string | undefined;
|
|
3437
|
-
start?: (
|
|
3438
|
-
end?: (
|
|
3441
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3442
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3439
3443
|
reason?: string | undefined;
|
|
3440
3444
|
description?: string | undefined;
|
|
3441
3445
|
comment?: string | undefined;
|
|
@@ -3524,8 +3528,8 @@ declare class SS12000Map {
|
|
|
3524
3528
|
createdAt?: string | undefined;
|
|
3525
3529
|
updatedAt?: string | undefined;
|
|
3526
3530
|
lastModifiedBy?: string | undefined;
|
|
3527
|
-
start?: (
|
|
3528
|
-
end?: (
|
|
3531
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3532
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3529
3533
|
potentialCenter?: string | undefined;
|
|
3530
3534
|
type?: string | undefined;
|
|
3531
3535
|
tags?: Tag[] | undefined;
|
|
@@ -3744,7 +3748,7 @@ declare class SS12000Map {
|
|
|
3744
3748
|
createdAt?: string | undefined;
|
|
3745
3749
|
updatedAt?: string | undefined;
|
|
3746
3750
|
lastModifiedBy?: string | undefined;
|
|
3747
|
-
ranges: Interval<string |
|
|
3751
|
+
ranges: Interval<string | moment0.Moment | Date>[];
|
|
3748
3752
|
displayIndex?: number | undefined;
|
|
3749
3753
|
inline?: boolean | undefined;
|
|
3750
3754
|
belongsTo?: string | {
|
|
@@ -3892,8 +3896,8 @@ declare class SS12000Map {
|
|
|
3892
3896
|
createdAt?: string | undefined;
|
|
3893
3897
|
updatedAt?: string | undefined;
|
|
3894
3898
|
lastModifiedBy?: string | undefined;
|
|
3895
|
-
start?: (
|
|
3896
|
-
end?: (
|
|
3899
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3900
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3897
3901
|
potentialCenter?: string | undefined;
|
|
3898
3902
|
type?: string | undefined;
|
|
3899
3903
|
tags?: Tag[] | undefined;
|
|
@@ -3960,8 +3964,8 @@ declare class SS12000Map {
|
|
|
3960
3964
|
createdAt?: string | undefined;
|
|
3961
3965
|
updatedAt?: string | undefined;
|
|
3962
3966
|
lastModifiedBy?: string | undefined;
|
|
3963
|
-
start?: (
|
|
3964
|
-
end?: (
|
|
3967
|
+
start?: (moment0.Moment | string) | undefined;
|
|
3968
|
+
end?: (moment0.Moment | string) | undefined;
|
|
3965
3969
|
type?: LockedTimeType | undefined;
|
|
3966
3970
|
tags?: Tag[] | undefined;
|
|
3967
3971
|
intervals?: Interval[] | undefined;
|
|
@@ -4061,8 +4065,8 @@ declare class SS12000Map {
|
|
|
4061
4065
|
createdAt?: string | undefined;
|
|
4062
4066
|
updatedAt?: string | undefined;
|
|
4063
4067
|
lastModifiedBy?: string | undefined;
|
|
4064
|
-
start?: (
|
|
4065
|
-
end?: (
|
|
4068
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4069
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4066
4070
|
potentialCenter?: string | undefined;
|
|
4067
4071
|
type?: string | undefined;
|
|
4068
4072
|
tags?: Tag[] | undefined;
|
|
@@ -4216,8 +4220,8 @@ declare class SS12000Map {
|
|
|
4216
4220
|
createdAt?: string | undefined;
|
|
4217
4221
|
updatedAt?: string | undefined;
|
|
4218
4222
|
lastModifiedBy?: string | undefined;
|
|
4219
|
-
start?: (
|
|
4220
|
-
end?: (
|
|
4223
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4224
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4221
4225
|
reason?: string | undefined;
|
|
4222
4226
|
description?: string | undefined;
|
|
4223
4227
|
comment?: string | undefined;
|
|
@@ -4285,8 +4289,8 @@ declare class SS12000Map {
|
|
|
4285
4289
|
createdAt?: string | undefined;
|
|
4286
4290
|
updatedAt?: string | undefined;
|
|
4287
4291
|
lastModifiedBy?: string | undefined;
|
|
4288
|
-
start?: (
|
|
4289
|
-
end?: (
|
|
4292
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4293
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4290
4294
|
potentialCenter?: string | undefined;
|
|
4291
4295
|
type?: string | undefined;
|
|
4292
4296
|
tags?: Tag[] | undefined;
|
|
@@ -4667,8 +4671,8 @@ declare class SS12000Map {
|
|
|
4667
4671
|
createdAt?: string | undefined;
|
|
4668
4672
|
updatedAt?: string | undefined;
|
|
4669
4673
|
lastModifiedBy?: string | undefined;
|
|
4670
|
-
start?: (
|
|
4671
|
-
end?: (
|
|
4674
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4675
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4672
4676
|
reason?: string | undefined;
|
|
4673
4677
|
description?: string | undefined;
|
|
4674
4678
|
comment?: string | undefined;
|
|
@@ -4757,8 +4761,8 @@ declare class SS12000Map {
|
|
|
4757
4761
|
createdAt?: string | undefined;
|
|
4758
4762
|
updatedAt?: string | undefined;
|
|
4759
4763
|
lastModifiedBy?: string | undefined;
|
|
4760
|
-
start?: (
|
|
4761
|
-
end?: (
|
|
4764
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4765
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4762
4766
|
reason?: string | undefined;
|
|
4763
4767
|
description?: string | undefined;
|
|
4764
4768
|
comment?: string | undefined;
|
|
@@ -4902,8 +4906,8 @@ declare class SS12000Map {
|
|
|
4902
4906
|
createdAt?: string | undefined;
|
|
4903
4907
|
updatedAt?: string | undefined;
|
|
4904
4908
|
lastModifiedBy?: string | undefined;
|
|
4905
|
-
start?: (
|
|
4906
|
-
end?: (
|
|
4909
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4910
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4907
4911
|
type?: LockedTimeType | undefined;
|
|
4908
4912
|
tags?: Tag[] | undefined;
|
|
4909
4913
|
intervals?: Interval[] | undefined;
|
|
@@ -4948,8 +4952,8 @@ declare class SS12000Map {
|
|
|
4948
4952
|
createdAt?: string | undefined;
|
|
4949
4953
|
updatedAt?: string | undefined;
|
|
4950
4954
|
lastModifiedBy?: string | undefined;
|
|
4951
|
-
start?: (
|
|
4952
|
-
end?: (
|
|
4955
|
+
start?: (moment0.Moment | string) | undefined;
|
|
4956
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4953
4957
|
type?: LockedTimeType | undefined;
|
|
4954
4958
|
tags?: Tag[] | undefined;
|
|
4955
4959
|
intervals?: Interval[] | undefined;
|
|
@@ -4994,8 +4998,8 @@ declare class SS12000Map {
|
|
|
4994
4998
|
createdAt?: string | undefined;
|
|
4995
4999
|
updatedAt?: string | undefined;
|
|
4996
5000
|
lastModifiedBy?: string | undefined;
|
|
4997
|
-
start?: (
|
|
4998
|
-
end?: (
|
|
5001
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5002
|
+
end?: (moment0.Moment | string) | undefined;
|
|
4999
5003
|
reason?: string | undefined;
|
|
5000
5004
|
description?: string | undefined;
|
|
5001
5005
|
comment?: string | undefined;
|
|
@@ -5245,7 +5249,7 @@ declare class SS12000Map {
|
|
|
5245
5249
|
createdAt?: string | undefined;
|
|
5246
5250
|
updatedAt?: string | undefined;
|
|
5247
5251
|
lastModifiedBy?: string | undefined;
|
|
5248
|
-
intervals: Interval<string |
|
|
5252
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
5249
5253
|
belongsTo?: any;
|
|
5250
5254
|
} | undefined;
|
|
5251
5255
|
lockedTimes?: (string | {
|
|
@@ -5267,8 +5271,8 @@ declare class SS12000Map {
|
|
|
5267
5271
|
createdAt?: string | undefined;
|
|
5268
5272
|
updatedAt?: string | undefined;
|
|
5269
5273
|
lastModifiedBy?: string | undefined;
|
|
5270
|
-
start?: (
|
|
5271
|
-
end?: (
|
|
5274
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5275
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5272
5276
|
type?: LockedTimeType | undefined;
|
|
5273
5277
|
tags?: Tag[] | undefined;
|
|
5274
5278
|
intervals?: Interval[] | undefined;
|
|
@@ -5313,8 +5317,8 @@ declare class SS12000Map {
|
|
|
5313
5317
|
createdAt?: string | undefined;
|
|
5314
5318
|
updatedAt?: string | undefined;
|
|
5315
5319
|
lastModifiedBy?: string | undefined;
|
|
5316
|
-
start?: (
|
|
5317
|
-
end?: (
|
|
5320
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5321
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5318
5322
|
type?: LockedTimeType | undefined;
|
|
5319
5323
|
tags?: Tag[] | undefined;
|
|
5320
5324
|
intervals?: Interval[] | undefined;
|
|
@@ -5359,8 +5363,8 @@ declare class SS12000Map {
|
|
|
5359
5363
|
createdAt?: string | undefined;
|
|
5360
5364
|
updatedAt?: string | undefined;
|
|
5361
5365
|
lastModifiedBy?: string | undefined;
|
|
5362
|
-
start?: (
|
|
5363
|
-
end?: (
|
|
5366
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5367
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5364
5368
|
type?: LockedTimeType | undefined;
|
|
5365
5369
|
tags?: Tag[] | undefined;
|
|
5366
5370
|
intervals?: Interval[] | undefined;
|
|
@@ -5405,8 +5409,8 @@ declare class SS12000Map {
|
|
|
5405
5409
|
createdAt?: string | undefined;
|
|
5406
5410
|
updatedAt?: string | undefined;
|
|
5407
5411
|
lastModifiedBy?: string | undefined;
|
|
5408
|
-
start?: (
|
|
5409
|
-
end?: (
|
|
5412
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5413
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5410
5414
|
reason?: string | undefined;
|
|
5411
5415
|
description?: string | undefined;
|
|
5412
5416
|
comment?: string | undefined;
|
|
@@ -5678,8 +5682,8 @@ declare class SS12000Map {
|
|
|
5678
5682
|
createdAt?: string | undefined;
|
|
5679
5683
|
updatedAt?: string | undefined;
|
|
5680
5684
|
lastModifiedBy?: string | undefined;
|
|
5681
|
-
start?: (
|
|
5682
|
-
end?: (
|
|
5685
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5686
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5683
5687
|
type?: LockedTimeType | undefined;
|
|
5684
5688
|
tags?: Tag[] | undefined;
|
|
5685
5689
|
intervals?: Interval[] | undefined;
|
|
@@ -5724,8 +5728,8 @@ declare class SS12000Map {
|
|
|
5724
5728
|
createdAt?: string | undefined;
|
|
5725
5729
|
updatedAt?: string | undefined;
|
|
5726
5730
|
lastModifiedBy?: string | undefined;
|
|
5727
|
-
start?: (
|
|
5728
|
-
end?: (
|
|
5731
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5732
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5729
5733
|
type?: LockedTimeType | undefined;
|
|
5730
5734
|
tags?: Tag[] | undefined;
|
|
5731
5735
|
intervals?: Interval[] | undefined;
|
|
@@ -5770,8 +5774,8 @@ declare class SS12000Map {
|
|
|
5770
5774
|
createdAt?: string | undefined;
|
|
5771
5775
|
updatedAt?: string | undefined;
|
|
5772
5776
|
lastModifiedBy?: string | undefined;
|
|
5773
|
-
start?: (
|
|
5774
|
-
end?: (
|
|
5777
|
+
start?: (moment0.Moment | string) | undefined;
|
|
5778
|
+
end?: (moment0.Moment | string) | undefined;
|
|
5775
5779
|
reason?: string | undefined;
|
|
5776
5780
|
description?: string | undefined;
|
|
5777
5781
|
comment?: string | undefined;
|
|
@@ -5900,7 +5904,7 @@ declare class SS12000Map {
|
|
|
5900
5904
|
createdAt?: string | undefined;
|
|
5901
5905
|
updatedAt?: string | undefined;
|
|
5902
5906
|
lastModifiedBy?: string | undefined;
|
|
5903
|
-
intervals: Interval<string |
|
|
5907
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
5904
5908
|
belongsTo?: any;
|
|
5905
5909
|
} | undefined;
|
|
5906
5910
|
derivedParentGroups?: {
|
|
@@ -6112,8 +6116,8 @@ declare class SS12000Map {
|
|
|
6112
6116
|
createdAt?: string | undefined;
|
|
6113
6117
|
updatedAt?: string | undefined;
|
|
6114
6118
|
lastModifiedBy?: string | undefined;
|
|
6115
|
-
start?: (
|
|
6116
|
-
end?: (
|
|
6119
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6120
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6117
6121
|
type?: LockedTimeType | undefined;
|
|
6118
6122
|
tags?: Tag[] | undefined;
|
|
6119
6123
|
intervals?: Interval[] | undefined;
|
|
@@ -6158,8 +6162,8 @@ declare class SS12000Map {
|
|
|
6158
6162
|
createdAt?: string | undefined;
|
|
6159
6163
|
updatedAt?: string | undefined;
|
|
6160
6164
|
lastModifiedBy?: string | undefined;
|
|
6161
|
-
start?: (
|
|
6162
|
-
end?: (
|
|
6165
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6166
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6163
6167
|
type?: LockedTimeType | undefined;
|
|
6164
6168
|
tags?: Tag[] | undefined;
|
|
6165
6169
|
intervals?: Interval[] | undefined;
|
|
@@ -6204,8 +6208,8 @@ declare class SS12000Map {
|
|
|
6204
6208
|
createdAt?: string | undefined;
|
|
6205
6209
|
updatedAt?: string | undefined;
|
|
6206
6210
|
lastModifiedBy?: string | undefined;
|
|
6207
|
-
start?: (
|
|
6208
|
-
end?: (
|
|
6211
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6212
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6209
6213
|
reason?: string | undefined;
|
|
6210
6214
|
description?: string | undefined;
|
|
6211
6215
|
comment?: string | undefined;
|
|
@@ -6317,8 +6321,8 @@ declare class SS12000Map {
|
|
|
6317
6321
|
createdAt?: string | undefined;
|
|
6318
6322
|
updatedAt?: string | undefined;
|
|
6319
6323
|
lastModifiedBy?: string | undefined;
|
|
6320
|
-
start?: (
|
|
6321
|
-
end?: (
|
|
6324
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6325
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6322
6326
|
potentialCenter?: string | undefined;
|
|
6323
6327
|
type?: string | undefined;
|
|
6324
6328
|
tags?: Tag[] | undefined;
|
|
@@ -6538,8 +6542,8 @@ declare class SS12000Map {
|
|
|
6538
6542
|
updatedAt?: string | undefined;
|
|
6539
6543
|
lastModifiedBy?: string | undefined;
|
|
6540
6544
|
startedBy?: User | undefined;
|
|
6541
|
-
completionDate?: (string |
|
|
6542
|
-
startDate?: (string |
|
|
6545
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
6546
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
6543
6547
|
configurationId: number;
|
|
6544
6548
|
status: Status;
|
|
6545
6549
|
error?: (string | Error) | undefined;
|
|
@@ -6567,7 +6571,7 @@ declare class SS12000Map {
|
|
|
6567
6571
|
createdAt?: string | undefined;
|
|
6568
6572
|
updatedAt?: string | undefined;
|
|
6569
6573
|
lastModifiedBy?: string | undefined;
|
|
6570
|
-
intervals: Interval<string |
|
|
6574
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
6571
6575
|
belongsTo?: string | {
|
|
6572
6576
|
readonly _bsontype: "ObjectId";
|
|
6573
6577
|
id: Uint8Array;
|
|
@@ -6619,8 +6623,8 @@ declare class SS12000Map {
|
|
|
6619
6623
|
createdAt?: string | undefined;
|
|
6620
6624
|
updatedAt?: string | undefined;
|
|
6621
6625
|
lastModifiedBy?: string | undefined;
|
|
6622
|
-
start?: (
|
|
6623
|
-
end?: (
|
|
6626
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6627
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6624
6628
|
type?: LockedTimeType | undefined;
|
|
6625
6629
|
tags?: Tag[] | undefined;
|
|
6626
6630
|
intervals?: Interval[] | undefined;
|
|
@@ -6720,8 +6724,8 @@ declare class SS12000Map {
|
|
|
6720
6724
|
createdAt?: string | undefined;
|
|
6721
6725
|
updatedAt?: string | undefined;
|
|
6722
6726
|
lastModifiedBy?: string | undefined;
|
|
6723
|
-
start?: (
|
|
6724
|
-
end?: (
|
|
6727
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6728
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6725
6729
|
potentialCenter?: string | undefined;
|
|
6726
6730
|
type?: string | undefined;
|
|
6727
6731
|
tags?: Tag[] | undefined;
|
|
@@ -6875,8 +6879,8 @@ declare class SS12000Map {
|
|
|
6875
6879
|
createdAt?: string | undefined;
|
|
6876
6880
|
updatedAt?: string | undefined;
|
|
6877
6881
|
lastModifiedBy?: string | undefined;
|
|
6878
|
-
start?: (
|
|
6879
|
-
end?: (
|
|
6882
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6883
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6880
6884
|
type?: LockedTimeType | undefined;
|
|
6881
6885
|
tags?: Tag[] | undefined;
|
|
6882
6886
|
intervals?: Interval[] | undefined;
|
|
@@ -6976,8 +6980,8 @@ declare class SS12000Map {
|
|
|
6976
6980
|
createdAt?: string | undefined;
|
|
6977
6981
|
updatedAt?: string | undefined;
|
|
6978
6982
|
lastModifiedBy?: string | undefined;
|
|
6979
|
-
start?: (
|
|
6980
|
-
end?: (
|
|
6983
|
+
start?: (moment0.Moment | string) | undefined;
|
|
6984
|
+
end?: (moment0.Moment | string) | undefined;
|
|
6981
6985
|
potentialCenter?: string | undefined;
|
|
6982
6986
|
type?: string | undefined;
|
|
6983
6987
|
tags?: Tag[] | undefined;
|
|
@@ -7131,8 +7135,8 @@ declare class SS12000Map {
|
|
|
7131
7135
|
createdAt?: string | undefined;
|
|
7132
7136
|
updatedAt?: string | undefined;
|
|
7133
7137
|
lastModifiedBy?: string | undefined;
|
|
7134
|
-
start?: (
|
|
7135
|
-
end?: (
|
|
7138
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7139
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7136
7140
|
type?: LockedTimeType | undefined;
|
|
7137
7141
|
tags?: Tag[] | undefined;
|
|
7138
7142
|
intervals?: Interval[] | undefined;
|
|
@@ -7232,8 +7236,8 @@ declare class SS12000Map {
|
|
|
7232
7236
|
createdAt?: string | undefined;
|
|
7233
7237
|
updatedAt?: string | undefined;
|
|
7234
7238
|
lastModifiedBy?: string | undefined;
|
|
7235
|
-
start?: (
|
|
7236
|
-
end?: (
|
|
7239
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7240
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7237
7241
|
potentialCenter?: string | undefined;
|
|
7238
7242
|
type?: string | undefined;
|
|
7239
7243
|
tags?: Tag[] | undefined;
|
|
@@ -7387,8 +7391,8 @@ declare class SS12000Map {
|
|
|
7387
7391
|
createdAt?: string | undefined;
|
|
7388
7392
|
updatedAt?: string | undefined;
|
|
7389
7393
|
lastModifiedBy?: string | undefined;
|
|
7390
|
-
start?: (
|
|
7391
|
-
end?: (
|
|
7394
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7395
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7392
7396
|
reason?: string | undefined;
|
|
7393
7397
|
description?: string | undefined;
|
|
7394
7398
|
comment?: string | undefined;
|
|
@@ -7456,8 +7460,8 @@ declare class SS12000Map {
|
|
|
7456
7460
|
createdAt?: string | undefined;
|
|
7457
7461
|
updatedAt?: string | undefined;
|
|
7458
7462
|
lastModifiedBy?: string | undefined;
|
|
7459
|
-
start?: (
|
|
7460
|
-
end?: (
|
|
7463
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7464
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7461
7465
|
potentialCenter?: string | undefined;
|
|
7462
7466
|
type?: string | undefined;
|
|
7463
7467
|
tags?: Tag[] | undefined;
|
|
@@ -7838,8 +7842,8 @@ declare class SS12000Map {
|
|
|
7838
7842
|
createdAt?: string | undefined;
|
|
7839
7843
|
updatedAt?: string | undefined;
|
|
7840
7844
|
lastModifiedBy?: string | undefined;
|
|
7841
|
-
start?: (
|
|
7842
|
-
end?: (
|
|
7845
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7846
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7843
7847
|
reason?: string | undefined;
|
|
7844
7848
|
description?: string | undefined;
|
|
7845
7849
|
comment?: string | undefined;
|
|
@@ -7928,8 +7932,8 @@ declare class SS12000Map {
|
|
|
7928
7932
|
createdAt?: string | undefined;
|
|
7929
7933
|
updatedAt?: string | undefined;
|
|
7930
7934
|
lastModifiedBy?: string | undefined;
|
|
7931
|
-
start?: (
|
|
7932
|
-
end?: (
|
|
7935
|
+
start?: (moment0.Moment | string) | undefined;
|
|
7936
|
+
end?: (moment0.Moment | string) | undefined;
|
|
7933
7937
|
reason?: string | undefined;
|
|
7934
7938
|
description?: string | undefined;
|
|
7935
7939
|
comment?: string | undefined;
|
|
@@ -8231,8 +8235,8 @@ declare class SS12000Map {
|
|
|
8231
8235
|
updatedAt?: string | undefined;
|
|
8232
8236
|
lastModifiedBy?: string | undefined;
|
|
8233
8237
|
startedBy?: User | undefined;
|
|
8234
|
-
completionDate?: (string |
|
|
8235
|
-
startDate?: (string |
|
|
8238
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
8239
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
8236
8240
|
configurationId: number;
|
|
8237
8241
|
status: Status;
|
|
8238
8242
|
error?: (string | Error) | undefined;
|
|
@@ -8409,8 +8413,8 @@ declare class SS12000Map {
|
|
|
8409
8413
|
createdAt?: string | undefined;
|
|
8410
8414
|
updatedAt?: string | undefined;
|
|
8411
8415
|
lastModifiedBy?: string | undefined;
|
|
8412
|
-
start?: (
|
|
8413
|
-
end?: (
|
|
8416
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8417
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8414
8418
|
type?: LockedTimeType | undefined;
|
|
8415
8419
|
tags?: Tag[] | undefined;
|
|
8416
8420
|
intervals?: Interval[] | undefined;
|
|
@@ -8455,8 +8459,8 @@ declare class SS12000Map {
|
|
|
8455
8459
|
createdAt?: string | undefined;
|
|
8456
8460
|
updatedAt?: string | undefined;
|
|
8457
8461
|
lastModifiedBy?: string | undefined;
|
|
8458
|
-
start?: (
|
|
8459
|
-
end?: (
|
|
8462
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8463
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8460
8464
|
type?: LockedTimeType | undefined;
|
|
8461
8465
|
tags?: Tag[] | undefined;
|
|
8462
8466
|
intervals?: Interval[] | undefined;
|
|
@@ -8501,8 +8505,8 @@ declare class SS12000Map {
|
|
|
8501
8505
|
createdAt?: string | undefined;
|
|
8502
8506
|
updatedAt?: string | undefined;
|
|
8503
8507
|
lastModifiedBy?: string | undefined;
|
|
8504
|
-
start?: (
|
|
8505
|
-
end?: (
|
|
8508
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8509
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8506
8510
|
reason?: string | undefined;
|
|
8507
8511
|
description?: string | undefined;
|
|
8508
8512
|
comment?: string | undefined;
|
|
@@ -8631,7 +8635,7 @@ declare class SS12000Map {
|
|
|
8631
8635
|
createdAt?: string | undefined;
|
|
8632
8636
|
updatedAt?: string | undefined;
|
|
8633
8637
|
lastModifiedBy?: string | undefined;
|
|
8634
|
-
intervals: Interval<string |
|
|
8638
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
8635
8639
|
belongsTo?: any;
|
|
8636
8640
|
} | undefined;
|
|
8637
8641
|
derivedParentGroups?: {
|
|
@@ -8841,8 +8845,8 @@ declare class SS12000Map {
|
|
|
8841
8845
|
createdAt?: string | undefined;
|
|
8842
8846
|
updatedAt?: string | undefined;
|
|
8843
8847
|
lastModifiedBy?: string | undefined;
|
|
8844
|
-
start?: (
|
|
8845
|
-
end?: (
|
|
8848
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8849
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8846
8850
|
type?: LockedTimeType | undefined;
|
|
8847
8851
|
tags?: Tag[] | undefined;
|
|
8848
8852
|
intervals?: Interval[] | undefined;
|
|
@@ -8887,8 +8891,8 @@ declare class SS12000Map {
|
|
|
8887
8891
|
createdAt?: string | undefined;
|
|
8888
8892
|
updatedAt?: string | undefined;
|
|
8889
8893
|
lastModifiedBy?: string | undefined;
|
|
8890
|
-
start?: (
|
|
8891
|
-
end?: (
|
|
8894
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8895
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8892
8896
|
type?: LockedTimeType | undefined;
|
|
8893
8897
|
tags?: Tag[] | undefined;
|
|
8894
8898
|
intervals?: Interval[] | undefined;
|
|
@@ -8933,8 +8937,8 @@ declare class SS12000Map {
|
|
|
8933
8937
|
createdAt?: string | undefined;
|
|
8934
8938
|
updatedAt?: string | undefined;
|
|
8935
8939
|
lastModifiedBy?: string | undefined;
|
|
8936
|
-
start?: (
|
|
8937
|
-
end?: (
|
|
8940
|
+
start?: (moment0.Moment | string) | undefined;
|
|
8941
|
+
end?: (moment0.Moment | string) | undefined;
|
|
8938
8942
|
reason?: string | undefined;
|
|
8939
8943
|
description?: string | undefined;
|
|
8940
8944
|
comment?: string | undefined;
|
|
@@ -9063,7 +9067,7 @@ declare class SS12000Map {
|
|
|
9063
9067
|
createdAt?: string | undefined;
|
|
9064
9068
|
updatedAt?: string | undefined;
|
|
9065
9069
|
lastModifiedBy?: string | undefined;
|
|
9066
|
-
intervals: Interval<string |
|
|
9070
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
9067
9071
|
belongsTo?: any;
|
|
9068
9072
|
} | undefined;
|
|
9069
9073
|
derivedParentGroups?: {
|
|
@@ -9124,8 +9128,8 @@ declare class SS12000Map {
|
|
|
9124
9128
|
createdAt?: string | undefined;
|
|
9125
9129
|
updatedAt?: string | undefined;
|
|
9126
9130
|
lastModifiedBy?: string | undefined;
|
|
9127
|
-
start?: (
|
|
9128
|
-
end?: (
|
|
9131
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9132
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9129
9133
|
type?: LockedTimeType | undefined;
|
|
9130
9134
|
tags?: Tag[] | undefined;
|
|
9131
9135
|
intervals?: Interval[] | undefined;
|
|
@@ -9225,8 +9229,8 @@ declare class SS12000Map {
|
|
|
9225
9229
|
createdAt?: string | undefined;
|
|
9226
9230
|
updatedAt?: string | undefined;
|
|
9227
9231
|
lastModifiedBy?: string | undefined;
|
|
9228
|
-
start?: (
|
|
9229
|
-
end?: (
|
|
9232
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9233
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9230
9234
|
potentialCenter?: string | undefined;
|
|
9231
9235
|
type?: string | undefined;
|
|
9232
9236
|
tags?: Tag[] | undefined;
|
|
@@ -9380,8 +9384,8 @@ declare class SS12000Map {
|
|
|
9380
9384
|
createdAt?: string | undefined;
|
|
9381
9385
|
updatedAt?: string | undefined;
|
|
9382
9386
|
lastModifiedBy?: string | undefined;
|
|
9383
|
-
start?: (
|
|
9384
|
-
end?: (
|
|
9387
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9388
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9385
9389
|
type?: LockedTimeType | undefined;
|
|
9386
9390
|
tags?: Tag[] | undefined;
|
|
9387
9391
|
intervals?: Interval[] | undefined;
|
|
@@ -9481,8 +9485,8 @@ declare class SS12000Map {
|
|
|
9481
9485
|
createdAt?: string | undefined;
|
|
9482
9486
|
updatedAt?: string | undefined;
|
|
9483
9487
|
lastModifiedBy?: string | undefined;
|
|
9484
|
-
start?: (
|
|
9485
|
-
end?: (
|
|
9488
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9489
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9486
9490
|
potentialCenter?: string | undefined;
|
|
9487
9491
|
type?: string | undefined;
|
|
9488
9492
|
tags?: Tag[] | undefined;
|
|
@@ -9636,8 +9640,8 @@ declare class SS12000Map {
|
|
|
9636
9640
|
createdAt?: string | undefined;
|
|
9637
9641
|
updatedAt?: string | undefined;
|
|
9638
9642
|
lastModifiedBy?: string | undefined;
|
|
9639
|
-
start?: (
|
|
9640
|
-
end?: (
|
|
9643
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9644
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9641
9645
|
reason?: string | undefined;
|
|
9642
9646
|
description?: string | undefined;
|
|
9643
9647
|
comment?: string | undefined;
|
|
@@ -9705,8 +9709,8 @@ declare class SS12000Map {
|
|
|
9705
9709
|
createdAt?: string | undefined;
|
|
9706
9710
|
updatedAt?: string | undefined;
|
|
9707
9711
|
lastModifiedBy?: string | undefined;
|
|
9708
|
-
start?: (
|
|
9709
|
-
end?: (
|
|
9712
|
+
start?: (moment0.Moment | string) | undefined;
|
|
9713
|
+
end?: (moment0.Moment | string) | undefined;
|
|
9710
9714
|
potentialCenter?: string | undefined;
|
|
9711
9715
|
type?: string | undefined;
|
|
9712
9716
|
tags?: Tag[] | undefined;
|
|
@@ -10087,8 +10091,8 @@ declare class SS12000Map {
|
|
|
10087
10091
|
createdAt?: string | undefined;
|
|
10088
10092
|
updatedAt?: string | undefined;
|
|
10089
10093
|
lastModifiedBy?: string | undefined;
|
|
10090
|
-
start?: (
|
|
10091
|
-
end?: (
|
|
10094
|
+
start?: (moment0.Moment | string) | undefined;
|
|
10095
|
+
end?: (moment0.Moment | string) | undefined;
|
|
10092
10096
|
reason?: string | undefined;
|
|
10093
10097
|
description?: string | undefined;
|
|
10094
10098
|
comment?: string | undefined;
|
|
@@ -10177,8 +10181,8 @@ declare class SS12000Map {
|
|
|
10177
10181
|
createdAt?: string | undefined;
|
|
10178
10182
|
updatedAt?: string | undefined;
|
|
10179
10183
|
lastModifiedBy?: string | undefined;
|
|
10180
|
-
start?: (
|
|
10181
|
-
end?: (
|
|
10184
|
+
start?: (moment0.Moment | string) | undefined;
|
|
10185
|
+
end?: (moment0.Moment | string) | undefined;
|
|
10182
10186
|
reason?: string | undefined;
|
|
10183
10187
|
description?: string | undefined;
|
|
10184
10188
|
comment?: string | undefined;
|
|
@@ -10381,7 +10385,7 @@ declare class SS12000Map {
|
|
|
10381
10385
|
createdAt?: string | undefined;
|
|
10382
10386
|
updatedAt?: string | undefined;
|
|
10383
10387
|
lastModifiedBy?: string | undefined;
|
|
10384
|
-
intervals: Interval<string |
|
|
10388
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
10385
10389
|
belongsTo?: string | {
|
|
10386
10390
|
readonly _bsontype: "ObjectId";
|
|
10387
10391
|
id: Uint8Array;
|
|
@@ -10575,8 +10579,8 @@ declare class SS12000Map {
|
|
|
10575
10579
|
createdAt?: string | undefined;
|
|
10576
10580
|
updatedAt?: string | undefined;
|
|
10577
10581
|
lastModifiedBy?: string | undefined;
|
|
10578
|
-
start?: (
|
|
10579
|
-
end?: (
|
|
10582
|
+
start?: (moment0.Moment | string) | undefined;
|
|
10583
|
+
end?: (moment0.Moment | string) | undefined;
|
|
10580
10584
|
type?: LockedTimeType | undefined;
|
|
10581
10585
|
tags?: Tag[] | undefined;
|
|
10582
10586
|
intervals?: Interval[] | undefined;
|
|
@@ -10621,8 +10625,8 @@ declare class SS12000Map {
|
|
|
10621
10625
|
createdAt?: string | undefined;
|
|
10622
10626
|
updatedAt?: string | undefined;
|
|
10623
10627
|
lastModifiedBy?: string | undefined;
|
|
10624
|
-
start?: (
|
|
10625
|
-
end?: (
|
|
10628
|
+
start?: (moment0.Moment | string) | undefined;
|
|
10629
|
+
end?: (moment0.Moment | string) | undefined;
|
|
10626
10630
|
type?: LockedTimeType | undefined;
|
|
10627
10631
|
tags?: Tag[] | undefined;
|
|
10628
10632
|
intervals?: Interval[] | undefined;
|
|
@@ -10667,8 +10671,8 @@ declare class SS12000Map {
|
|
|
10667
10671
|
createdAt?: string | undefined;
|
|
10668
10672
|
updatedAt?: string | undefined;
|
|
10669
10673
|
lastModifiedBy?: string | undefined;
|
|
10670
|
-
start?: (
|
|
10671
|
-
end?: (
|
|
10674
|
+
start?: (moment0.Moment | string) | undefined;
|
|
10675
|
+
end?: (moment0.Moment | string) | undefined;
|
|
10672
10676
|
reason?: string | undefined;
|
|
10673
10677
|
description?: string | undefined;
|
|
10674
10678
|
comment?: string | undefined;
|
|
@@ -10797,7 +10801,7 @@ declare class SS12000Map {
|
|
|
10797
10801
|
createdAt?: string | undefined;
|
|
10798
10802
|
updatedAt?: string | undefined;
|
|
10799
10803
|
lastModifiedBy?: string | undefined;
|
|
10800
|
-
intervals: Interval<string |
|
|
10804
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
10801
10805
|
belongsTo?: any;
|
|
10802
10806
|
} | undefined;
|
|
10803
10807
|
derivedParentGroups?: {
|
|
@@ -10965,8 +10969,8 @@ declare class SS12000Map {
|
|
|
10965
10969
|
updatedAt?: string | undefined;
|
|
10966
10970
|
lastModifiedBy?: string | undefined;
|
|
10967
10971
|
startedBy?: User | undefined;
|
|
10968
|
-
completionDate?: (string |
|
|
10969
|
-
startDate?: (string |
|
|
10972
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
10973
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
10970
10974
|
configurationId: number;
|
|
10971
10975
|
status: Status;
|
|
10972
10976
|
error?: (string | Error) | undefined;
|
|
@@ -11143,8 +11147,8 @@ declare class SS12000Map {
|
|
|
11143
11147
|
createdAt?: string | undefined;
|
|
11144
11148
|
updatedAt?: string | undefined;
|
|
11145
11149
|
lastModifiedBy?: string | undefined;
|
|
11146
|
-
start?: (
|
|
11147
|
-
end?: (
|
|
11150
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11151
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11148
11152
|
type?: LockedTimeType | undefined;
|
|
11149
11153
|
tags?: Tag[] | undefined;
|
|
11150
11154
|
intervals?: Interval[] | undefined;
|
|
@@ -11189,8 +11193,8 @@ declare class SS12000Map {
|
|
|
11189
11193
|
createdAt?: string | undefined;
|
|
11190
11194
|
updatedAt?: string | undefined;
|
|
11191
11195
|
lastModifiedBy?: string | undefined;
|
|
11192
|
-
start?: (
|
|
11193
|
-
end?: (
|
|
11196
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11197
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11194
11198
|
type?: LockedTimeType | undefined;
|
|
11195
11199
|
tags?: Tag[] | undefined;
|
|
11196
11200
|
intervals?: Interval[] | undefined;
|
|
@@ -11235,8 +11239,8 @@ declare class SS12000Map {
|
|
|
11235
11239
|
createdAt?: string | undefined;
|
|
11236
11240
|
updatedAt?: string | undefined;
|
|
11237
11241
|
lastModifiedBy?: string | undefined;
|
|
11238
|
-
start?: (
|
|
11239
|
-
end?: (
|
|
11242
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11243
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11240
11244
|
reason?: string | undefined;
|
|
11241
11245
|
description?: string | undefined;
|
|
11242
11246
|
comment?: string | undefined;
|
|
@@ -11365,7 +11369,7 @@ declare class SS12000Map {
|
|
|
11365
11369
|
createdAt?: string | undefined;
|
|
11366
11370
|
updatedAt?: string | undefined;
|
|
11367
11371
|
lastModifiedBy?: string | undefined;
|
|
11368
|
-
intervals: Interval<string |
|
|
11372
|
+
intervals: Interval<string | moment0.Moment>[];
|
|
11369
11373
|
belongsTo?: any;
|
|
11370
11374
|
} | undefined;
|
|
11371
11375
|
derivedParentGroups?: {
|
|
@@ -11521,8 +11525,8 @@ declare class SS12000Map {
|
|
|
11521
11525
|
updatedAt?: string | undefined;
|
|
11522
11526
|
lastModifiedBy?: string | undefined;
|
|
11523
11527
|
startedBy?: User | undefined;
|
|
11524
|
-
completionDate?: (string |
|
|
11525
|
-
startDate?: (string |
|
|
11528
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
11529
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
11526
11530
|
configurationId: number;
|
|
11527
11531
|
status: Status;
|
|
11528
11532
|
error?: (string | Error) | undefined;
|
|
@@ -11550,8 +11554,8 @@ declare class SS12000Map {
|
|
|
11550
11554
|
createdAt?: string | undefined;
|
|
11551
11555
|
updatedAt?: string | undefined;
|
|
11552
11556
|
lastModifiedBy?: string | undefined;
|
|
11553
|
-
start?: (
|
|
11554
|
-
end?: (
|
|
11557
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11558
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11555
11559
|
type?: LockedTimeType | undefined;
|
|
11556
11560
|
tags?: Tag[] | undefined;
|
|
11557
11561
|
intervals?: Interval[] | undefined;
|
|
@@ -11651,8 +11655,8 @@ declare class SS12000Map {
|
|
|
11651
11655
|
createdAt?: string | undefined;
|
|
11652
11656
|
updatedAt?: string | undefined;
|
|
11653
11657
|
lastModifiedBy?: string | undefined;
|
|
11654
|
-
start?: (
|
|
11655
|
-
end?: (
|
|
11658
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11659
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11656
11660
|
potentialCenter?: string | undefined;
|
|
11657
11661
|
type?: string | undefined;
|
|
11658
11662
|
tags?: Tag[] | undefined;
|
|
@@ -11806,8 +11810,8 @@ declare class SS12000Map {
|
|
|
11806
11810
|
createdAt?: string | undefined;
|
|
11807
11811
|
updatedAt?: string | undefined;
|
|
11808
11812
|
lastModifiedBy?: string | undefined;
|
|
11809
|
-
start?: (
|
|
11810
|
-
end?: (
|
|
11813
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11814
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11811
11815
|
type?: LockedTimeType | undefined;
|
|
11812
11816
|
tags?: Tag[] | undefined;
|
|
11813
11817
|
intervals?: Interval[] | undefined;
|
|
@@ -11907,8 +11911,8 @@ declare class SS12000Map {
|
|
|
11907
11911
|
createdAt?: string | undefined;
|
|
11908
11912
|
updatedAt?: string | undefined;
|
|
11909
11913
|
lastModifiedBy?: string | undefined;
|
|
11910
|
-
start?: (
|
|
11911
|
-
end?: (
|
|
11914
|
+
start?: (moment0.Moment | string) | undefined;
|
|
11915
|
+
end?: (moment0.Moment | string) | undefined;
|
|
11912
11916
|
potentialCenter?: string | undefined;
|
|
11913
11917
|
type?: string | undefined;
|
|
11914
11918
|
tags?: Tag[] | undefined;
|
|
@@ -12062,8 +12066,8 @@ declare class SS12000Map {
|
|
|
12062
12066
|
createdAt?: string | undefined;
|
|
12063
12067
|
updatedAt?: string | undefined;
|
|
12064
12068
|
lastModifiedBy?: string | undefined;
|
|
12065
|
-
start?: (
|
|
12066
|
-
end?: (
|
|
12069
|
+
start?: (moment0.Moment | string) | undefined;
|
|
12070
|
+
end?: (moment0.Moment | string) | undefined;
|
|
12067
12071
|
reason?: string | undefined;
|
|
12068
12072
|
description?: string | undefined;
|
|
12069
12073
|
comment?: string | undefined;
|
|
@@ -12131,8 +12135,8 @@ declare class SS12000Map {
|
|
|
12131
12135
|
createdAt?: string | undefined;
|
|
12132
12136
|
updatedAt?: string | undefined;
|
|
12133
12137
|
lastModifiedBy?: string | undefined;
|
|
12134
|
-
start?: (
|
|
12135
|
-
end?: (
|
|
12138
|
+
start?: (moment0.Moment | string) | undefined;
|
|
12139
|
+
end?: (moment0.Moment | string) | undefined;
|
|
12136
12140
|
potentialCenter?: string | undefined;
|
|
12137
12141
|
type?: string | undefined;
|
|
12138
12142
|
tags?: Tag[] | undefined;
|
|
@@ -12513,8 +12517,8 @@ declare class SS12000Map {
|
|
|
12513
12517
|
createdAt?: string | undefined;
|
|
12514
12518
|
updatedAt?: string | undefined;
|
|
12515
12519
|
lastModifiedBy?: string | undefined;
|
|
12516
|
-
start?: (
|
|
12517
|
-
end?: (
|
|
12520
|
+
start?: (moment0.Moment | string) | undefined;
|
|
12521
|
+
end?: (moment0.Moment | string) | undefined;
|
|
12518
12522
|
reason?: string | undefined;
|
|
12519
12523
|
description?: string | undefined;
|
|
12520
12524
|
comment?: string | undefined;
|
|
@@ -12603,8 +12607,8 @@ declare class SS12000Map {
|
|
|
12603
12607
|
createdAt?: string | undefined;
|
|
12604
12608
|
updatedAt?: string | undefined;
|
|
12605
12609
|
lastModifiedBy?: string | undefined;
|
|
12606
|
-
start?: (
|
|
12607
|
-
end?: (
|
|
12610
|
+
start?: (moment0.Moment | string) | undefined;
|
|
12611
|
+
end?: (moment0.Moment | string) | undefined;
|
|
12608
12612
|
reason?: string | undefined;
|
|
12609
12613
|
description?: string | undefined;
|
|
12610
12614
|
comment?: string | undefined;
|
|
@@ -12685,9 +12689,11 @@ declare class SS12000Map {
|
|
|
12685
12689
|
createdAt?: string | undefined;
|
|
12686
12690
|
updatedAt?: string | undefined;
|
|
12687
12691
|
lastModifiedBy?: string | undefined;
|
|
12692
|
+
color?: string | null | undefined;
|
|
12688
12693
|
schoolType: string;
|
|
12689
12694
|
subjectCode?: string | undefined;
|
|
12690
12695
|
subjectName: string;
|
|
12696
|
+
icon?: string | null | undefined;
|
|
12691
12697
|
subjectDesignation?: string | undefined;
|
|
12692
12698
|
courseCode?: string | undefined;
|
|
12693
12699
|
courseName?: string | undefined;
|
|
@@ -12790,8 +12796,8 @@ declare class SS12000Map {
|
|
|
12790
12796
|
updatedAt?: string | undefined;
|
|
12791
12797
|
lastModifiedBy?: string | undefined;
|
|
12792
12798
|
startedBy?: User | undefined;
|
|
12793
|
-
completionDate?: (string |
|
|
12794
|
-
startDate?: (string |
|
|
12799
|
+
completionDate?: (string | moment0.Moment) | undefined;
|
|
12800
|
+
startDate?: (string | moment0.Moment) | undefined;
|
|
12795
12801
|
configurationId: number;
|
|
12796
12802
|
status: Status;
|
|
12797
12803
|
error?: (string | Error) | undefined;
|