busroot-sdk 0.0.8-dev.2732994359 → 0.0.8-dev.2735819620
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/build/index.d.ts +0 -101
- package/build/index.js +9 -11
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -39,7 +39,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
39
39
|
enableDragBetweenStationsOnGantt: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
40
40
|
enableProductionCorrection: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
41
41
|
enableManualProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
42
|
-
enableInterruptionMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
43
42
|
enableQuickScheduleStart: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
44
43
|
enableScheduleCutShort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
45
44
|
enableRejectProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
@@ -105,7 +104,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
105
104
|
enableDragBetweenStationsOnGantt: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
106
105
|
enableProductionCorrection: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
107
106
|
enableManualProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
108
|
-
enableInterruptionMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
109
107
|
enableQuickScheduleStart: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
110
108
|
enableScheduleCutShort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
111
109
|
enableRejectProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off"]>>>;
|
|
@@ -279,7 +277,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
279
277
|
plants: z.ZodArray<z.ZodObject<{
|
|
280
278
|
enableProductionCorrection: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
281
279
|
enableManualProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
282
|
-
enableInterruptionMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
283
280
|
enableQuickScheduleStart: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
284
281
|
enableScheduleCutShort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
285
282
|
enableRejectProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
@@ -300,7 +297,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
300
297
|
stationGroups: z.ZodArray<z.ZodObject<{
|
|
301
298
|
enableProductionCorrection: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
302
299
|
enableManualProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
303
|
-
enableInterruptionMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
304
300
|
enableQuickScheduleStart: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
305
301
|
enableScheduleCutShort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
306
302
|
enableRejectProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
@@ -324,7 +320,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
324
320
|
stations: z.ZodArray<z.ZodObject<{
|
|
325
321
|
enableProductionCorrection: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
326
322
|
enableManualProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
327
|
-
enableInterruptionMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
328
323
|
enableQuickScheduleStart: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
329
324
|
enableScheduleCutShort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
330
325
|
enableRejectProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
@@ -383,7 +378,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
383
378
|
description?: string | null | undefined;
|
|
384
379
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
385
380
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
386
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
387
381
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
388
382
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
389
383
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -430,7 +424,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
430
424
|
description?: string | null | undefined;
|
|
431
425
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
432
426
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
433
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
434
427
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
435
428
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
436
429
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -481,7 +474,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
481
474
|
description?: string | null | undefined;
|
|
482
475
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
483
476
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
484
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
485
477
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
486
478
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
487
479
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -520,7 +512,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
520
512
|
includeTaskCodes?: string[] | null | undefined;
|
|
521
513
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
522
514
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
523
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
524
515
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
525
516
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
526
517
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -552,7 +543,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
552
543
|
description?: string | null | undefined;
|
|
553
544
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
554
545
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
555
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
556
546
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
557
547
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
558
548
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -591,7 +581,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
591
581
|
includeTaskCodes?: string[] | null | undefined;
|
|
592
582
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
593
583
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
594
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
595
584
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
596
585
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
597
586
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -633,7 +622,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
633
622
|
description?: string | null | undefined;
|
|
634
623
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
635
624
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
636
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
637
625
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
638
626
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
639
627
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -672,7 +660,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
672
660
|
includeTaskCodes?: string[] | null | undefined;
|
|
673
661
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
674
662
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
675
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
676
663
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
677
664
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
678
665
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -692,7 +679,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
692
679
|
includeTaskCodes?: string[] | null | undefined;
|
|
693
680
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
694
681
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
695
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
696
682
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
697
683
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
698
684
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -728,7 +714,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
728
714
|
description?: string | null | undefined;
|
|
729
715
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
730
716
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
731
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
732
717
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
733
718
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
734
719
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -767,7 +752,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
767
752
|
includeTaskCodes?: string[] | null | undefined;
|
|
768
753
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
769
754
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
770
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
771
755
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
772
756
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
773
757
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -787,7 +771,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
787
771
|
includeTaskCodes?: string[] | null | undefined;
|
|
788
772
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
789
773
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
790
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
791
774
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
792
775
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
793
776
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -829,7 +812,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
829
812
|
description?: string | null | undefined;
|
|
830
813
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
831
814
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
832
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
833
815
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
834
816
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
835
817
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -868,7 +850,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
868
850
|
includeTaskCodes?: string[] | null | undefined;
|
|
869
851
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
870
852
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
871
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
872
853
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
873
854
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
874
855
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -888,7 +869,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
888
869
|
includeTaskCodes?: string[] | null | undefined;
|
|
889
870
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
890
871
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
891
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
892
872
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
893
873
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
894
874
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -912,7 +892,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
912
892
|
enableDragBetweenStationsOnGantt?: "off" | "on" | null | undefined;
|
|
913
893
|
enableProductionCorrection?: "off" | "on" | null | undefined;
|
|
914
894
|
enableManualProduction?: "off" | "on" | null | undefined;
|
|
915
|
-
enableInterruptionMode?: "off" | "on" | null | undefined;
|
|
916
895
|
enableQuickScheduleStart?: "off" | "on" | null | undefined;
|
|
917
896
|
enableScheduleCutShort?: "off" | "on" | null | undefined;
|
|
918
897
|
enableRejectProduction?: "off" | "on" | null | undefined;
|
|
@@ -1002,7 +981,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1002
981
|
description?: string | null | undefined;
|
|
1003
982
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1004
983
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1005
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1006
984
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1007
985
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1008
986
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1041,7 +1019,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1041
1019
|
includeTaskCodes?: string[] | null | undefined;
|
|
1042
1020
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1043
1021
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1044
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1045
1022
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1046
1023
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1047
1024
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1061,7 +1038,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1061
1038
|
includeTaskCodes?: string[] | null | undefined;
|
|
1062
1039
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1063
1040
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1064
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1065
1041
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1066
1042
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1067
1043
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1086,7 +1062,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1086
1062
|
enableDragBetweenStationsOnGantt?: "off" | "on" | null | undefined;
|
|
1087
1063
|
enableProductionCorrection?: "off" | "on" | null | undefined;
|
|
1088
1064
|
enableManualProduction?: "off" | "on" | null | undefined;
|
|
1089
|
-
enableInterruptionMode?: "off" | "on" | null | undefined;
|
|
1090
1065
|
enableQuickScheduleStart?: "off" | "on" | null | undefined;
|
|
1091
1066
|
enableScheduleCutShort?: "off" | "on" | null | undefined;
|
|
1092
1067
|
enableRejectProduction?: "off" | "on" | null | undefined;
|
|
@@ -1179,7 +1154,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1179
1154
|
description?: string | null | undefined;
|
|
1180
1155
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1181
1156
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1182
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1183
1157
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1184
1158
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1185
1159
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1218,7 +1192,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1218
1192
|
includeTaskCodes?: string[] | null | undefined;
|
|
1219
1193
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1220
1194
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1221
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1222
1195
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1223
1196
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1224
1197
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1238,7 +1211,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1238
1211
|
includeTaskCodes?: string[] | null | undefined;
|
|
1239
1212
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1240
1213
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1241
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1242
1214
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1243
1215
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1244
1216
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1262,7 +1234,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1262
1234
|
enableDragBetweenStationsOnGantt?: "off" | "on" | null | undefined;
|
|
1263
1235
|
enableProductionCorrection?: "off" | "on" | null | undefined;
|
|
1264
1236
|
enableManualProduction?: "off" | "on" | null | undefined;
|
|
1265
|
-
enableInterruptionMode?: "off" | "on" | null | undefined;
|
|
1266
1237
|
enableQuickScheduleStart?: "off" | "on" | null | undefined;
|
|
1267
1238
|
enableScheduleCutShort?: "off" | "on" | null | undefined;
|
|
1268
1239
|
enableRejectProduction?: "off" | "on" | null | undefined;
|
|
@@ -1355,7 +1326,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1355
1326
|
description?: string | null | undefined;
|
|
1356
1327
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1357
1328
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1358
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1359
1329
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1360
1330
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1361
1331
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1394,7 +1364,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1394
1364
|
includeTaskCodes?: string[] | null | undefined;
|
|
1395
1365
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1396
1366
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1397
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1398
1367
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1399
1368
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1400
1369
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1414,7 +1383,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1414
1383
|
includeTaskCodes?: string[] | null | undefined;
|
|
1415
1384
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1416
1385
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1417
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1418
1386
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1419
1387
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1420
1388
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1439,7 +1407,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1439
1407
|
enableDragBetweenStationsOnGantt?: "off" | "on" | null | undefined;
|
|
1440
1408
|
enableProductionCorrection?: "off" | "on" | null | undefined;
|
|
1441
1409
|
enableManualProduction?: "off" | "on" | null | undefined;
|
|
1442
|
-
enableInterruptionMode?: "off" | "on" | null | undefined;
|
|
1443
1410
|
enableQuickScheduleStart?: "off" | "on" | null | undefined;
|
|
1444
1411
|
enableScheduleCutShort?: "off" | "on" | null | undefined;
|
|
1445
1412
|
enableRejectProduction?: "off" | "on" | null | undefined;
|
|
@@ -1533,7 +1500,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1533
1500
|
description?: string | null | undefined;
|
|
1534
1501
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1535
1502
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1536
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1537
1503
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1538
1504
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1539
1505
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1572,7 +1538,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1572
1538
|
includeTaskCodes?: string[] | null | undefined;
|
|
1573
1539
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1574
1540
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1575
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1576
1541
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1577
1542
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1578
1543
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1592,7 +1557,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1592
1557
|
includeTaskCodes?: string[] | null | undefined;
|
|
1593
1558
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1594
1559
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1595
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1596
1560
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1597
1561
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1598
1562
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1616,7 +1580,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1616
1580
|
enableDragBetweenStationsOnGantt?: "off" | "on" | null | undefined;
|
|
1617
1581
|
enableProductionCorrection?: "off" | "on" | null | undefined;
|
|
1618
1582
|
enableManualProduction?: "off" | "on" | null | undefined;
|
|
1619
|
-
enableInterruptionMode?: "off" | "on" | null | undefined;
|
|
1620
1583
|
enableQuickScheduleStart?: "off" | "on" | null | undefined;
|
|
1621
1584
|
enableScheduleCutShort?: "off" | "on" | null | undefined;
|
|
1622
1585
|
enableRejectProduction?: "off" | "on" | null | undefined;
|
|
@@ -1709,7 +1672,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1709
1672
|
description?: string | null | undefined;
|
|
1710
1673
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1711
1674
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1712
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1713
1675
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1714
1676
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1715
1677
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1748,7 +1710,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1748
1710
|
includeTaskCodes?: string[] | null | undefined;
|
|
1749
1711
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1750
1712
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1751
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1752
1713
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1753
1714
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1754
1715
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1768,7 +1729,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1768
1729
|
includeTaskCodes?: string[] | null | undefined;
|
|
1769
1730
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1770
1731
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1771
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1772
1732
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1773
1733
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1774
1734
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1793,7 +1753,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1793
1753
|
enableDragBetweenStationsOnGantt?: "off" | "on" | null | undefined;
|
|
1794
1754
|
enableProductionCorrection?: "off" | "on" | null | undefined;
|
|
1795
1755
|
enableManualProduction?: "off" | "on" | null | undefined;
|
|
1796
|
-
enableInterruptionMode?: "off" | "on" | null | undefined;
|
|
1797
1756
|
enableQuickScheduleStart?: "off" | "on" | null | undefined;
|
|
1798
1757
|
enableScheduleCutShort?: "off" | "on" | null | undefined;
|
|
1799
1758
|
enableRejectProduction?: "off" | "on" | null | undefined;
|
|
@@ -1891,7 +1850,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1891
1850
|
description?: string | null | undefined;
|
|
1892
1851
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1893
1852
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1894
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1895
1853
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1896
1854
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1897
1855
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1930,7 +1888,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1930
1888
|
includeTaskCodes?: string[] | null | undefined;
|
|
1931
1889
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1932
1890
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1933
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1934
1891
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1935
1892
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1936
1893
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1950,7 +1907,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1950
1907
|
includeTaskCodes?: string[] | null | undefined;
|
|
1951
1908
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
1952
1909
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
1953
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
1954
1910
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
1955
1911
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
1956
1912
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -1974,7 +1930,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
1974
1930
|
enableDragBetweenStationsOnGantt?: "off" | "on" | null | undefined;
|
|
1975
1931
|
enableProductionCorrection?: "off" | "on" | null | undefined;
|
|
1976
1932
|
enableManualProduction?: "off" | "on" | null | undefined;
|
|
1977
|
-
enableInterruptionMode?: "off" | "on" | null | undefined;
|
|
1978
1933
|
enableQuickScheduleStart?: "off" | "on" | null | undefined;
|
|
1979
1934
|
enableScheduleCutShort?: "off" | "on" | null | undefined;
|
|
1980
1935
|
enableRejectProduction?: "off" | "on" | null | undefined;
|
|
@@ -2043,7 +1998,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
2043
1998
|
};
|
|
2044
1999
|
enableProductionCorrection?: "on" | "off" | null | undefined;
|
|
2045
2000
|
enableManualProduction?: "on" | "off" | null | undefined;
|
|
2046
|
-
enableInterruptionMode?: "on" | "off" | null | undefined;
|
|
2047
2001
|
enableQuickScheduleStart?: "on" | "off" | null | undefined;
|
|
2048
2002
|
enableScheduleCutShort?: "on" | "off" | null | undefined;
|
|
2049
2003
|
enableRejectProduction?: "on" | "off" | null | undefined;
|
|
@@ -2101,7 +2055,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
2101
2055
|
description?: string | null | undefined;
|
|
2102
2056
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2103
2057
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2104
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2105
2058
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2106
2059
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2107
2060
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -2140,7 +2093,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
2140
2093
|
includeTaskCodes?: string[] | null | undefined;
|
|
2141
2094
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2142
2095
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2143
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2144
2096
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2145
2097
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2146
2098
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -2160,7 +2112,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
2160
2112
|
includeTaskCodes?: string[] | null | undefined;
|
|
2161
2113
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2162
2114
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2163
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2164
2115
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2165
2116
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2166
2117
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -2185,7 +2136,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
2185
2136
|
enableDragBetweenStationsOnGantt?: "off" | "on" | null | undefined;
|
|
2186
2137
|
enableProductionCorrection?: "off" | "on" | null | undefined;
|
|
2187
2138
|
enableManualProduction?: "off" | "on" | null | undefined;
|
|
2188
|
-
enableInterruptionMode?: "off" | "on" | null | undefined;
|
|
2189
2139
|
enableQuickScheduleStart?: "off" | "on" | null | undefined;
|
|
2190
2140
|
enableScheduleCutShort?: "off" | "on" | null | undefined;
|
|
2191
2141
|
enableRejectProduction?: "off" | "on" | null | undefined;
|
|
@@ -2254,7 +2204,6 @@ declare const PublicAccountViewModel: z.ZodObject<Omit<{
|
|
|
2254
2204
|
};
|
|
2255
2205
|
enableProductionCorrection?: "on" | "off" | null | undefined;
|
|
2256
2206
|
enableManualProduction?: "on" | "off" | null | undefined;
|
|
2257
|
-
enableInterruptionMode?: "on" | "off" | null | undefined;
|
|
2258
2207
|
enableQuickScheduleStart?: "on" | "off" | null | undefined;
|
|
2259
2208
|
enableScheduleCutShort?: "on" | "off" | null | undefined;
|
|
2260
2209
|
enableRejectProduction?: "on" | "off" | null | undefined;
|
|
@@ -2465,7 +2414,6 @@ declare class BusrootClient {
|
|
|
2465
2414
|
description?: string | null | undefined;
|
|
2466
2415
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2467
2416
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2468
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2469
2417
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2470
2418
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2471
2419
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -2504,7 +2452,6 @@ declare class BusrootClient {
|
|
|
2504
2452
|
includeTaskCodes?: string[] | null | undefined;
|
|
2505
2453
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2506
2454
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2507
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2508
2455
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2509
2456
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2510
2457
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -2524,7 +2471,6 @@ declare class BusrootClient {
|
|
|
2524
2471
|
includeTaskCodes?: string[] | null | undefined;
|
|
2525
2472
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2526
2473
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2527
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2528
2474
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2529
2475
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2530
2476
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -2549,7 +2495,6 @@ declare class BusrootClient {
|
|
|
2549
2495
|
enableDragBetweenStationsOnGantt?: "off" | "on" | null | undefined;
|
|
2550
2496
|
enableProductionCorrection?: "off" | "on" | null | undefined;
|
|
2551
2497
|
enableManualProduction?: "off" | "on" | null | undefined;
|
|
2552
|
-
enableInterruptionMode?: "off" | "on" | null | undefined;
|
|
2553
2498
|
enableQuickScheduleStart?: "off" | "on" | null | undefined;
|
|
2554
2499
|
enableScheduleCutShort?: "off" | "on" | null | undefined;
|
|
2555
2500
|
enableRejectProduction?: "off" | "on" | null | undefined;
|
|
@@ -2618,7 +2563,6 @@ declare class BusrootClient {
|
|
|
2618
2563
|
};
|
|
2619
2564
|
enableProductionCorrection?: "on" | "off" | null | undefined;
|
|
2620
2565
|
enableManualProduction?: "on" | "off" | null | undefined;
|
|
2621
|
-
enableInterruptionMode?: "on" | "off" | null | undefined;
|
|
2622
2566
|
enableQuickScheduleStart?: "on" | "off" | null | undefined;
|
|
2623
2567
|
enableScheduleCutShort?: "on" | "off" | null | undefined;
|
|
2624
2568
|
enableRejectProduction?: "on" | "off" | null | undefined;
|
|
@@ -2682,7 +2626,6 @@ declare class BusrootClient {
|
|
|
2682
2626
|
description?: string | null | undefined;
|
|
2683
2627
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2684
2628
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2685
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2686
2629
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2687
2630
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2688
2631
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -2721,7 +2664,6 @@ declare class BusrootClient {
|
|
|
2721
2664
|
includeTaskCodes?: string[] | null | undefined;
|
|
2722
2665
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2723
2666
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2724
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2725
2667
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2726
2668
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2727
2669
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -2741,7 +2683,6 @@ declare class BusrootClient {
|
|
|
2741
2683
|
includeTaskCodes?: string[] | null | undefined;
|
|
2742
2684
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2743
2685
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2744
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2745
2686
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2746
2687
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2747
2688
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -2766,7 +2707,6 @@ declare class BusrootClient {
|
|
|
2766
2707
|
enableDragBetweenStationsOnGantt?: "off" | "on" | null | undefined;
|
|
2767
2708
|
enableProductionCorrection?: "off" | "on" | null | undefined;
|
|
2768
2709
|
enableManualProduction?: "off" | "on" | null | undefined;
|
|
2769
|
-
enableInterruptionMode?: "off" | "on" | null | undefined;
|
|
2770
2710
|
enableQuickScheduleStart?: "off" | "on" | null | undefined;
|
|
2771
2711
|
enableScheduleCutShort?: "off" | "on" | null | undefined;
|
|
2772
2712
|
enableRejectProduction?: "off" | "on" | null | undefined;
|
|
@@ -2835,7 +2775,6 @@ declare class BusrootClient {
|
|
|
2835
2775
|
};
|
|
2836
2776
|
enableProductionCorrection?: "on" | "off" | null | undefined;
|
|
2837
2777
|
enableManualProduction?: "on" | "off" | null | undefined;
|
|
2838
|
-
enableInterruptionMode?: "on" | "off" | null | undefined;
|
|
2839
2778
|
enableQuickScheduleStart?: "on" | "off" | null | undefined;
|
|
2840
2779
|
enableScheduleCutShort?: "on" | "off" | null | undefined;
|
|
2841
2780
|
enableRejectProduction?: "on" | "off" | null | undefined;
|
|
@@ -2897,7 +2836,6 @@ declare class BusrootClient {
|
|
|
2897
2836
|
description?: string | null | undefined;
|
|
2898
2837
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2899
2838
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2900
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2901
2839
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2902
2840
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2903
2841
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -2936,7 +2874,6 @@ declare class BusrootClient {
|
|
|
2936
2874
|
includeTaskCodes?: string[] | null | undefined;
|
|
2937
2875
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2938
2876
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2939
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2940
2877
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2941
2878
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2942
2879
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -2980,7 +2917,6 @@ declare class BusrootClient {
|
|
|
2980
2917
|
description?: string | null | undefined;
|
|
2981
2918
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
2982
2919
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
2983
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
2984
2920
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
2985
2921
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
2986
2922
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -3019,7 +2955,6 @@ declare class BusrootClient {
|
|
|
3019
2955
|
includeTaskCodes?: string[] | null | undefined;
|
|
3020
2956
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
3021
2957
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
3022
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
3023
2958
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
3024
2959
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
3025
2960
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -3042,7 +2977,6 @@ declare class BusrootClient {
|
|
|
3042
2977
|
includeTaskCodes?: string[] | null | undefined;
|
|
3043
2978
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
3044
2979
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
3045
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
3046
2980
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
3047
2981
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
3048
2982
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -3082,7 +3016,6 @@ declare class BusrootClient {
|
|
|
3082
3016
|
description?: string | null | undefined;
|
|
3083
3017
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
3084
3018
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
3085
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
3086
3019
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
3087
3020
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
3088
3021
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -3121,7 +3054,6 @@ declare class BusrootClient {
|
|
|
3121
3054
|
includeTaskCodes?: string[] | null | undefined;
|
|
3122
3055
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
3123
3056
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
3124
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
3125
3057
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
3126
3058
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
3127
3059
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -3433,7 +3365,6 @@ declare class BusrootClient {
|
|
|
3433
3365
|
groupCode: string;
|
|
3434
3366
|
enableProductionCorrection?: "on" | "off" | "inherit" | null | undefined;
|
|
3435
3367
|
enableManualProduction?: "on" | "off" | "inherit" | null | undefined;
|
|
3436
|
-
enableInterruptionMode?: "on" | "off" | "inherit" | null | undefined;
|
|
3437
3368
|
enableQuickScheduleStart?: "on" | "off" | "inherit" | null | undefined;
|
|
3438
3369
|
enableScheduleCutShort?: "on" | "off" | "inherit" | null | undefined;
|
|
3439
3370
|
enableRejectProduction?: "on" | "off" | "inherit" | null | undefined;
|
|
@@ -3478,7 +3409,6 @@ declare class BusrootClient {
|
|
|
3478
3409
|
code: z.ZodString;
|
|
3479
3410
|
enableProductionCorrection: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>>;
|
|
3480
3411
|
enableManualProduction: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>>;
|
|
3481
|
-
enableInterruptionMode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>>;
|
|
3482
3412
|
enableQuickScheduleStart: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>>;
|
|
3483
3413
|
enableScheduleCutShort: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>>;
|
|
3484
3414
|
enableRejectProduction: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>>;
|
|
@@ -3526,7 +3456,6 @@ declare class BusrootClient {
|
|
|
3526
3456
|
description?: string | null | undefined;
|
|
3527
3457
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
3528
3458
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
3529
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
3530
3459
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
3531
3460
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
3532
3461
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4208,7 +4137,6 @@ type BusrootSignalsPayload = z.infer<typeof BusrootSignalsPayload>;
|
|
|
4208
4137
|
declare const PlantSchema: z.ZodObject<{
|
|
4209
4138
|
enableProductionCorrection: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4210
4139
|
enableManualProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4211
|
-
enableInterruptionMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4212
4140
|
enableQuickScheduleStart: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4213
4141
|
enableScheduleCutShort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4214
4142
|
enableRejectProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
@@ -4229,7 +4157,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4229
4157
|
stationGroups: z.ZodArray<z.ZodObject<{
|
|
4230
4158
|
enableProductionCorrection: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4231
4159
|
enableManualProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4232
|
-
enableInterruptionMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4233
4160
|
enableQuickScheduleStart: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4234
4161
|
enableScheduleCutShort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4235
4162
|
enableRejectProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
@@ -4253,7 +4180,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4253
4180
|
stations: z.ZodArray<z.ZodObject<{
|
|
4254
4181
|
enableProductionCorrection: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4255
4182
|
enableManualProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4256
|
-
enableInterruptionMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4257
4183
|
enableQuickScheduleStart: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4258
4184
|
enableScheduleCutShort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4259
4185
|
enableRejectProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
@@ -4312,7 +4238,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4312
4238
|
description?: string | null | undefined;
|
|
4313
4239
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4314
4240
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4315
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4316
4241
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4317
4242
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4318
4243
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4359,7 +4284,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4359
4284
|
description?: string | null | undefined;
|
|
4360
4285
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4361
4286
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4362
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4363
4287
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4364
4288
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4365
4289
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4410,7 +4334,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4410
4334
|
description?: string | null | undefined;
|
|
4411
4335
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4412
4336
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4413
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4414
4337
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4415
4338
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4416
4339
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4449,7 +4372,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4449
4372
|
includeTaskCodes?: string[] | null | undefined;
|
|
4450
4373
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4451
4374
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4452
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4453
4375
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4454
4376
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4455
4377
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4481,7 +4403,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4481
4403
|
description?: string | null | undefined;
|
|
4482
4404
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4483
4405
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4484
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4485
4406
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4486
4407
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4487
4408
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4520,7 +4441,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4520
4441
|
includeTaskCodes?: string[] | null | undefined;
|
|
4521
4442
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4522
4443
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4523
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4524
4444
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4525
4445
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4526
4446
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4562,7 +4482,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4562
4482
|
description?: string | null | undefined;
|
|
4563
4483
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4564
4484
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4565
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4566
4485
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4567
4486
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4568
4487
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4601,7 +4520,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4601
4520
|
includeTaskCodes?: string[] | null | undefined;
|
|
4602
4521
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4603
4522
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4604
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4605
4523
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4606
4524
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4607
4525
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4621,7 +4539,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4621
4539
|
includeTaskCodes?: string[] | null | undefined;
|
|
4622
4540
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4623
4541
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4624
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4625
4542
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4626
4543
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4627
4544
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4657,7 +4574,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4657
4574
|
description?: string | null | undefined;
|
|
4658
4575
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4659
4576
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4660
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4661
4577
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4662
4578
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4663
4579
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4696,7 +4612,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4696
4612
|
includeTaskCodes?: string[] | null | undefined;
|
|
4697
4613
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4698
4614
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4699
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4700
4615
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4701
4616
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4702
4617
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4716,7 +4631,6 @@ declare const PlantSchema: z.ZodObject<{
|
|
|
4716
4631
|
includeTaskCodes?: string[] | null | undefined;
|
|
4717
4632
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4718
4633
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4719
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4720
4634
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4721
4635
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4722
4636
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4741,7 +4655,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
4741
4655
|
stationGroups: z.ZodArray<z.ZodObject<{
|
|
4742
4656
|
enableProductionCorrection: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4743
4657
|
enableManualProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4744
|
-
enableInterruptionMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4745
4658
|
enableQuickScheduleStart: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4746
4659
|
enableScheduleCutShort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4747
4660
|
enableRejectProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
@@ -4765,7 +4678,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
4765
4678
|
stations: z.ZodArray<z.ZodObject<{
|
|
4766
4679
|
enableProductionCorrection: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4767
4680
|
enableManualProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4768
|
-
enableInterruptionMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4769
4681
|
enableQuickScheduleStart: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4770
4682
|
enableScheduleCutShort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
4771
4683
|
enableRejectProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
@@ -4824,7 +4736,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
4824
4736
|
description?: string | null | undefined;
|
|
4825
4737
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4826
4738
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4827
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4828
4739
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4829
4740
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4830
4741
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4871,7 +4782,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
4871
4782
|
description?: string | null | undefined;
|
|
4872
4783
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4873
4784
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4874
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4875
4785
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4876
4786
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4877
4787
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4922,7 +4832,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
4922
4832
|
description?: string | null | undefined;
|
|
4923
4833
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4924
4834
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4925
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4926
4835
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4927
4836
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4928
4837
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4961,7 +4870,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
4961
4870
|
includeTaskCodes?: string[] | null | undefined;
|
|
4962
4871
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4963
4872
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4964
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4965
4873
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4966
4874
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4967
4875
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -4993,7 +4901,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
4993
4901
|
description?: string | null | undefined;
|
|
4994
4902
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
4995
4903
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
4996
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
4997
4904
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
4998
4905
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
4999
4906
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -5032,7 +4939,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
5032
4939
|
includeTaskCodes?: string[] | null | undefined;
|
|
5033
4940
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
5034
4941
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
5035
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
5036
4942
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
5037
4943
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
5038
4944
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -5075,7 +4981,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
5075
4981
|
description?: string | null | undefined;
|
|
5076
4982
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
5077
4983
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
5078
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
5079
4984
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
5080
4985
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
5081
4986
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -5114,7 +5019,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
5114
5019
|
includeTaskCodes?: string[] | null | undefined;
|
|
5115
5020
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
5116
5021
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
5117
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
5118
5022
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
5119
5023
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
5120
5024
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -5155,7 +5059,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
5155
5059
|
description?: string | null | undefined;
|
|
5156
5060
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
5157
5061
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
5158
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
5159
5062
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
5160
5063
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
5161
5064
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -5194,7 +5097,6 @@ declare const PlantViewModel: z.ZodObject<{
|
|
|
5194
5097
|
includeTaskCodes?: string[] | null | undefined;
|
|
5195
5098
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
5196
5099
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
5197
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
5198
5100
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
5199
5101
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
5200
5102
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -5494,7 +5396,6 @@ type SkuViewModel = z.infer<typeof SkuViewModel>;
|
|
|
5494
5396
|
declare const StationSchema: z.ZodObject<{
|
|
5495
5397
|
enableProductionCorrection: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
5496
5398
|
enableManualProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
5497
|
-
enableInterruptionMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
5498
5399
|
enableQuickScheduleStart: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
5499
5400
|
enableScheduleCutShort: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
5500
5401
|
enableRejectProduction: z.ZodOptional<z.ZodNullable<z.ZodEnum<["on", "off", "inherit"]>>>;
|
|
@@ -5558,7 +5459,6 @@ declare const StationSchema: z.ZodObject<{
|
|
|
5558
5459
|
description?: string | null | undefined;
|
|
5559
5460
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
5560
5461
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
5561
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
5562
5462
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
5563
5463
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
5564
5464
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
@@ -5607,7 +5507,6 @@ declare const StationSchema: z.ZodObject<{
|
|
|
5607
5507
|
description?: string | null | undefined;
|
|
5608
5508
|
enableProductionCorrection?: "off" | "on" | "inherit" | null | undefined;
|
|
5609
5509
|
enableManualProduction?: "off" | "on" | "inherit" | null | undefined;
|
|
5610
|
-
enableInterruptionMode?: "off" | "on" | "inherit" | null | undefined;
|
|
5611
5510
|
enableQuickScheduleStart?: "off" | "on" | "inherit" | null | undefined;
|
|
5612
5511
|
enableScheduleCutShort?: "off" | "on" | "inherit" | null | undefined;
|
|
5613
5512
|
enableRejectProduction?: "off" | "on" | "inherit" | null | undefined;
|
package/build/index.js
CHANGED
|
@@ -248,13 +248,6 @@ var require_registry = __commonJS({
|
|
|
248
248
|
allowedLevels: ["account", "plant", "stationGroup", "station"],
|
|
249
249
|
oiManaged: false
|
|
250
250
|
},
|
|
251
|
-
enableInterruptionMode: {
|
|
252
|
-
key: "enableInterruptionMode",
|
|
253
|
-
label: "Allow Interruption Mode",
|
|
254
|
-
description: "Allow operators to put a running schedule into interruption mode.",
|
|
255
|
-
allowedLevels: ["account", "plant", "stationGroup", "station"],
|
|
256
|
-
oiManaged: false
|
|
257
|
-
},
|
|
258
251
|
enableQuickScheduleStart: {
|
|
259
252
|
key: "enableQuickScheduleStart",
|
|
260
253
|
label: "Allow Ad Hoc Schedules",
|
|
@@ -752,7 +745,7 @@ var require_base_station = __commonJS({
|
|
|
752
745
|
electricalUsageStoppedThresholdKw: zod_1.z.number().gte(0).nullish().describe("Electrical Usage Stopped Threshold (kW): Minimum power consumption in kilowatts that indicates the station is active. Below this threshold, Busroot will regard the station as stopped/downtime. Example: 2.0, 1.0, 5.0"),
|
|
753
746
|
lineSpeedStoppedThreshold: zod_1.z.number().gte(0).nullish().describe("Line Speed Stopped Threshold: Minimum speed value that indicates the station is running. Below this threshold, Busroot will regard the station as stopped/downtime. Example: 10, 5, 20"),
|
|
754
747
|
productiveHoldOnTime: zod_1.z.number().int().gte(0).lte(time_1.TimeIntervals["1d"].ms).nullish().describe("Productive Hold On Time: Time in minutes to consider station active after a productive signal. Each new signal restarts the hold-on timer."),
|
|
755
|
-
// Feature flags (
|
|
748
|
+
// Feature flags (allowManualProduction, allowQuickScheduleStart,
|
|
756
749
|
// allowScheduleCutShort, allowRejectProduction, allowEditPartsPerCycle, schedulingOnly) are now
|
|
757
750
|
// registry-managed tri-state `enable*` fields, added below via flagSchemaFieldsForLevel("station").
|
|
758
751
|
// Current State
|
|
@@ -8924,7 +8917,6 @@ var require_station4 = __commonJS({
|
|
|
8924
8917
|
// from the manifest via `resolveFlag(manifest, key, { stationCode })`.
|
|
8925
8918
|
enableProductionCorrection: true,
|
|
8926
8919
|
enableManualProduction: true,
|
|
8927
|
-
enableInterruptionMode: true,
|
|
8928
8920
|
enableQuickScheduleStart: true,
|
|
8929
8921
|
enableScheduleCutShort: true,
|
|
8930
8922
|
enableRejectProduction: true,
|
|
@@ -9006,7 +8998,6 @@ var require_station_group3 = __commonJS({
|
|
|
9006
8998
|
// from the manifest via `resolveFlag(manifest, key, { stationGroupCode })`.
|
|
9007
8999
|
enableProductionCorrection: true,
|
|
9008
9000
|
enableManualProduction: true,
|
|
9009
|
-
enableInterruptionMode: true,
|
|
9010
9001
|
enableQuickScheduleStart: true,
|
|
9011
9002
|
enableScheduleCutShort: true,
|
|
9012
9003
|
enableRejectProduction: true,
|
|
@@ -9198,7 +9189,6 @@ var require_manifest_helpers = __commonJS({
|
|
|
9198
9189
|
allowDragBetweenStationsOnGantt: "enableDragBetweenStationsOnGantt",
|
|
9199
9190
|
defaultAutoEndOnQuantityComplete: "enableAutoEndOnQuantityComplete",
|
|
9200
9191
|
allowManualProduction: "enableManualProduction",
|
|
9201
|
-
allowInterruptionMode: "enableInterruptionMode",
|
|
9202
9192
|
allowQuickScheduleStart: "enableQuickScheduleStart",
|
|
9203
9193
|
allowScheduleCutShort: "enableScheduleCutShort",
|
|
9204
9194
|
allowRejectProduction: "enableRejectProduction",
|
|
@@ -9206,10 +9196,18 @@ var require_manifest_helpers = __commonJS({
|
|
|
9206
9196
|
allowScheduleStationFlexibility: "enableScheduleStationFlexibility",
|
|
9207
9197
|
schedulingOnly: "enableSchedulingOnly"
|
|
9208
9198
|
};
|
|
9199
|
+
var REMOVED_FLAG_KEYS = [
|
|
9200
|
+
// Interruption Mode was never wired to any behaviour and was removed in GitLab #2208.
|
|
9201
|
+
"enableInterruptionMode",
|
|
9202
|
+
"allowInterruptionMode"
|
|
9203
|
+
];
|
|
9209
9204
|
function renameLegacyFlagsInLevel(level) {
|
|
9210
9205
|
if (!level || typeof level !== "object") {
|
|
9211
9206
|
return;
|
|
9212
9207
|
}
|
|
9208
|
+
for (const removedKey of REMOVED_FLAG_KEYS) {
|
|
9209
|
+
delete level[removedKey];
|
|
9210
|
+
}
|
|
9213
9211
|
for (const [oldKey, newKey] of Object.entries(LEGACY_FLAG_RENAMES)) {
|
|
9214
9212
|
if (Object.prototype.hasOwnProperty.call(level, oldKey)) {
|
|
9215
9213
|
if (!Object.prototype.hasOwnProperty.call(level, newKey)) {
|
package/package.json
CHANGED