@platforma-sdk/block-tools 2.5.3 → 2.5.4
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/cli.js +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/{config-Dvh9BG_1.mjs → config-BhgCn4u4.mjs} +62 -59
- package/dist/config-BhgCn4u4.mjs.map +1 -0
- package/dist/config-CnMHgekz.js +3 -0
- package/dist/config-CnMHgekz.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +191 -178
- package/dist/index.mjs.map +1 -1
- package/dist/v2/model/block_components.d.ts +5 -5
- package/dist/v2/model/block_description.d.ts +48 -48
- package/dist/v2/registry/registry_reader.d.ts +4 -1
- package/dist/v2/registry/registry_reader.d.ts.map +1 -1
- package/dist/v2/registry/schema_public.d.ts +639 -639
- package/dist/v2/source_package.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/v2/registry/registry.test.ts +52 -1
- package/src/v2/registry/registry_reader.ts +48 -7
- package/src/v2/source_package.ts +2 -2
- package/dist/config-B2n8i1gx.js +0 -3
- package/dist/config-B2n8i1gx.js.map +0 -1
- package/dist/config-Dvh9BG_1.mjs.map +0 -1
|
@@ -114,6 +114,10 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
114
114
|
path: string;
|
|
115
115
|
}>;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
|
+
ui: {
|
|
118
|
+
type: "relative";
|
|
119
|
+
path: string;
|
|
120
|
+
};
|
|
117
121
|
workflow: {
|
|
118
122
|
type: "workflow-v1";
|
|
119
123
|
main: {
|
|
@@ -125,11 +129,11 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
125
129
|
type: "relative";
|
|
126
130
|
path: string;
|
|
127
131
|
};
|
|
132
|
+
}, {
|
|
128
133
|
ui: {
|
|
129
134
|
type: "relative";
|
|
130
135
|
path: string;
|
|
131
136
|
};
|
|
132
|
-
}, {
|
|
133
137
|
workflow: {
|
|
134
138
|
type: "relative";
|
|
135
139
|
path: string;
|
|
@@ -144,10 +148,6 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
144
148
|
type: "relative";
|
|
145
149
|
path: string;
|
|
146
150
|
};
|
|
147
|
-
ui: {
|
|
148
|
-
type: "relative";
|
|
149
|
-
path: string;
|
|
150
|
-
};
|
|
151
151
|
}>;
|
|
152
152
|
meta: z.ZodObject<{
|
|
153
153
|
title: z.ZodString;
|
|
@@ -352,6 +352,10 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
352
352
|
}>;
|
|
353
353
|
}, "strip", z.ZodTypeAny, {
|
|
354
354
|
components: {
|
|
355
|
+
ui: {
|
|
356
|
+
type: "relative";
|
|
357
|
+
path: string;
|
|
358
|
+
};
|
|
355
359
|
workflow: {
|
|
356
360
|
type: "workflow-v1";
|
|
357
361
|
main: {
|
|
@@ -363,10 +367,6 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
363
367
|
type: "relative";
|
|
364
368
|
path: string;
|
|
365
369
|
};
|
|
366
|
-
ui: {
|
|
367
|
-
type: "relative";
|
|
368
|
-
path: string;
|
|
369
|
-
};
|
|
370
370
|
};
|
|
371
371
|
meta: {
|
|
372
372
|
organization: {
|
|
@@ -418,6 +418,10 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
418
418
|
};
|
|
419
419
|
}, {
|
|
420
420
|
components: {
|
|
421
|
+
ui: {
|
|
422
|
+
type: "relative";
|
|
423
|
+
path: string;
|
|
424
|
+
};
|
|
421
425
|
workflow: {
|
|
422
426
|
type: "relative";
|
|
423
427
|
path: string;
|
|
@@ -432,10 +436,6 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
432
436
|
type: "relative";
|
|
433
437
|
path: string;
|
|
434
438
|
};
|
|
435
|
-
ui: {
|
|
436
|
-
type: "relative";
|
|
437
|
-
path: string;
|
|
438
|
-
};
|
|
439
439
|
};
|
|
440
440
|
meta: {
|
|
441
441
|
organization: {
|
|
@@ -491,6 +491,10 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
491
491
|
}, "strip", z.ZodTypeAny, {
|
|
492
492
|
description: {
|
|
493
493
|
components: {
|
|
494
|
+
ui: {
|
|
495
|
+
type: "relative";
|
|
496
|
+
path: string;
|
|
497
|
+
};
|
|
494
498
|
workflow: {
|
|
495
499
|
type: "workflow-v1";
|
|
496
500
|
main: {
|
|
@@ -502,10 +506,6 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
502
506
|
type: "relative";
|
|
503
507
|
path: string;
|
|
504
508
|
};
|
|
505
|
-
ui: {
|
|
506
|
-
type: "relative";
|
|
507
|
-
path: string;
|
|
508
|
-
};
|
|
509
509
|
};
|
|
510
510
|
meta: {
|
|
511
511
|
organization: {
|
|
@@ -561,6 +561,10 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
561
561
|
}, {
|
|
562
562
|
description: {
|
|
563
563
|
components: {
|
|
564
|
+
ui: {
|
|
565
|
+
type: "relative";
|
|
566
|
+
path: string;
|
|
567
|
+
};
|
|
564
568
|
workflow: {
|
|
565
569
|
type: "relative";
|
|
566
570
|
path: string;
|
|
@@ -575,10 +579,6 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
575
579
|
type: "relative";
|
|
576
580
|
path: string;
|
|
577
581
|
};
|
|
578
|
-
ui: {
|
|
579
|
-
type: "relative";
|
|
580
|
-
path: string;
|
|
581
|
-
};
|
|
582
582
|
};
|
|
583
583
|
meta: {
|
|
584
584
|
organization: {
|
|
@@ -739,6 +739,10 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
739
739
|
path: string;
|
|
740
740
|
}>;
|
|
741
741
|
}, "strip", z.ZodTypeAny, {
|
|
742
|
+
ui: {
|
|
743
|
+
type: "relative";
|
|
744
|
+
path: string;
|
|
745
|
+
};
|
|
742
746
|
workflow: {
|
|
743
747
|
type: "workflow-v1";
|
|
744
748
|
main: {
|
|
@@ -750,11 +754,11 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
750
754
|
type: "relative";
|
|
751
755
|
path: string;
|
|
752
756
|
};
|
|
757
|
+
}, {
|
|
753
758
|
ui: {
|
|
754
759
|
type: "relative";
|
|
755
760
|
path: string;
|
|
756
761
|
};
|
|
757
|
-
}, {
|
|
758
762
|
workflow: {
|
|
759
763
|
type: "relative";
|
|
760
764
|
path: string;
|
|
@@ -769,10 +773,6 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
769
773
|
type: "relative";
|
|
770
774
|
path: string;
|
|
771
775
|
};
|
|
772
|
-
ui: {
|
|
773
|
-
type: "relative";
|
|
774
|
-
path: string;
|
|
775
|
-
};
|
|
776
776
|
}>;
|
|
777
777
|
meta: z.ZodObject<{
|
|
778
778
|
title: z.ZodString;
|
|
@@ -977,6 +977,10 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
977
977
|
}>;
|
|
978
978
|
}, "strip", z.ZodTypeAny, {
|
|
979
979
|
components: {
|
|
980
|
+
ui: {
|
|
981
|
+
type: "relative";
|
|
982
|
+
path: string;
|
|
983
|
+
};
|
|
980
984
|
workflow: {
|
|
981
985
|
type: "workflow-v1";
|
|
982
986
|
main: {
|
|
@@ -988,10 +992,6 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
988
992
|
type: "relative";
|
|
989
993
|
path: string;
|
|
990
994
|
};
|
|
991
|
-
ui: {
|
|
992
|
-
type: "relative";
|
|
993
|
-
path: string;
|
|
994
|
-
};
|
|
995
995
|
};
|
|
996
996
|
meta: {
|
|
997
997
|
organization: {
|
|
@@ -1043,6 +1043,10 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1043
1043
|
};
|
|
1044
1044
|
}, {
|
|
1045
1045
|
components: {
|
|
1046
|
+
ui: {
|
|
1047
|
+
type: "relative";
|
|
1048
|
+
path: string;
|
|
1049
|
+
};
|
|
1046
1050
|
workflow: {
|
|
1047
1051
|
type: "relative";
|
|
1048
1052
|
path: string;
|
|
@@ -1057,10 +1061,6 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1057
1061
|
type: "relative";
|
|
1058
1062
|
path: string;
|
|
1059
1063
|
};
|
|
1060
|
-
ui: {
|
|
1061
|
-
type: "relative";
|
|
1062
|
-
path: string;
|
|
1063
|
-
};
|
|
1064
1064
|
};
|
|
1065
1065
|
meta: {
|
|
1066
1066
|
organization: {
|
|
@@ -1116,6 +1116,10 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1116
1116
|
}, "strip", z.ZodTypeAny, {
|
|
1117
1117
|
description: {
|
|
1118
1118
|
components: {
|
|
1119
|
+
ui: {
|
|
1120
|
+
type: "relative";
|
|
1121
|
+
path: string;
|
|
1122
|
+
};
|
|
1119
1123
|
workflow: {
|
|
1120
1124
|
type: "workflow-v1";
|
|
1121
1125
|
main: {
|
|
@@ -1127,10 +1131,6 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1127
1131
|
type: "relative";
|
|
1128
1132
|
path: string;
|
|
1129
1133
|
};
|
|
1130
|
-
ui: {
|
|
1131
|
-
type: "relative";
|
|
1132
|
-
path: string;
|
|
1133
|
-
};
|
|
1134
1134
|
};
|
|
1135
1135
|
meta: {
|
|
1136
1136
|
organization: {
|
|
@@ -1186,6 +1186,10 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1186
1186
|
}, {
|
|
1187
1187
|
description: {
|
|
1188
1188
|
components: {
|
|
1189
|
+
ui: {
|
|
1190
|
+
type: "relative";
|
|
1191
|
+
path: string;
|
|
1192
|
+
};
|
|
1189
1193
|
workflow: {
|
|
1190
1194
|
type: "relative";
|
|
1191
1195
|
path: string;
|
|
@@ -1200,10 +1204,6 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1200
1204
|
type: "relative";
|
|
1201
1205
|
path: string;
|
|
1202
1206
|
};
|
|
1203
|
-
ui: {
|
|
1204
|
-
type: "relative";
|
|
1205
|
-
path: string;
|
|
1206
|
-
};
|
|
1207
1207
|
};
|
|
1208
1208
|
meta: {
|
|
1209
1209
|
organization: {
|
|
@@ -1262,6 +1262,10 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1262
1262
|
versions: {
|
|
1263
1263
|
description: {
|
|
1264
1264
|
components: {
|
|
1265
|
+
ui: {
|
|
1266
|
+
type: "relative";
|
|
1267
|
+
path: string;
|
|
1268
|
+
};
|
|
1265
1269
|
workflow: {
|
|
1266
1270
|
type: "workflow-v1";
|
|
1267
1271
|
main: {
|
|
@@ -1273,10 +1277,6 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1273
1277
|
type: "relative";
|
|
1274
1278
|
path: string;
|
|
1275
1279
|
};
|
|
1276
|
-
ui: {
|
|
1277
|
-
type: "relative";
|
|
1278
|
-
path: string;
|
|
1279
|
-
};
|
|
1280
1280
|
};
|
|
1281
1281
|
meta: {
|
|
1282
1282
|
organization: {
|
|
@@ -1335,6 +1335,10 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1335
1335
|
versions: {
|
|
1336
1336
|
description: {
|
|
1337
1337
|
components: {
|
|
1338
|
+
ui: {
|
|
1339
|
+
type: "relative";
|
|
1340
|
+
path: string;
|
|
1341
|
+
};
|
|
1338
1342
|
workflow: {
|
|
1339
1343
|
type: "relative";
|
|
1340
1344
|
path: string;
|
|
@@ -1349,10 +1353,6 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1349
1353
|
type: "relative";
|
|
1350
1354
|
path: string;
|
|
1351
1355
|
};
|
|
1352
|
-
ui: {
|
|
1353
|
-
type: "relative";
|
|
1354
|
-
path: string;
|
|
1355
|
-
};
|
|
1356
1356
|
};
|
|
1357
1357
|
meta: {
|
|
1358
1358
|
organization: {
|
|
@@ -2525,6 +2525,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
2525
2525
|
path: string;
|
|
2526
2526
|
}>;
|
|
2527
2527
|
}, "strip", z.ZodTypeAny, {
|
|
2528
|
+
ui: {
|
|
2529
|
+
type: "relative";
|
|
2530
|
+
path: string;
|
|
2531
|
+
};
|
|
2528
2532
|
workflow: {
|
|
2529
2533
|
type: "workflow-v1";
|
|
2530
2534
|
main: {
|
|
@@ -2536,11 +2540,11 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
2536
2540
|
type: "relative";
|
|
2537
2541
|
path: string;
|
|
2538
2542
|
};
|
|
2543
|
+
}, {
|
|
2539
2544
|
ui: {
|
|
2540
2545
|
type: "relative";
|
|
2541
2546
|
path: string;
|
|
2542
2547
|
};
|
|
2543
|
-
}, {
|
|
2544
2548
|
workflow: {
|
|
2545
2549
|
type: "relative";
|
|
2546
2550
|
path: string;
|
|
@@ -2555,10 +2559,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
2555
2559
|
type: "relative";
|
|
2556
2560
|
path: string;
|
|
2557
2561
|
};
|
|
2558
|
-
ui: {
|
|
2559
|
-
type: "relative";
|
|
2560
|
-
path: string;
|
|
2561
|
-
};
|
|
2562
2562
|
}>;
|
|
2563
2563
|
meta: z.ZodObject<{
|
|
2564
2564
|
title: z.ZodString;
|
|
@@ -2763,6 +2763,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
2763
2763
|
}>;
|
|
2764
2764
|
}, "strip", z.ZodTypeAny, {
|
|
2765
2765
|
components: {
|
|
2766
|
+
ui: {
|
|
2767
|
+
type: "relative";
|
|
2768
|
+
path: string;
|
|
2769
|
+
};
|
|
2766
2770
|
workflow: {
|
|
2767
2771
|
type: "workflow-v1";
|
|
2768
2772
|
main: {
|
|
@@ -2774,10 +2778,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
2774
2778
|
type: "relative";
|
|
2775
2779
|
path: string;
|
|
2776
2780
|
};
|
|
2777
|
-
ui: {
|
|
2778
|
-
type: "relative";
|
|
2779
|
-
path: string;
|
|
2780
|
-
};
|
|
2781
2781
|
};
|
|
2782
2782
|
meta: {
|
|
2783
2783
|
organization: {
|
|
@@ -2829,6 +2829,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
2829
2829
|
};
|
|
2830
2830
|
}, {
|
|
2831
2831
|
components: {
|
|
2832
|
+
ui: {
|
|
2833
|
+
type: "relative";
|
|
2834
|
+
path: string;
|
|
2835
|
+
};
|
|
2832
2836
|
workflow: {
|
|
2833
2837
|
type: "relative";
|
|
2834
2838
|
path: string;
|
|
@@ -2843,10 +2847,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
2843
2847
|
type: "relative";
|
|
2844
2848
|
path: string;
|
|
2845
2849
|
};
|
|
2846
|
-
ui: {
|
|
2847
|
-
type: "relative";
|
|
2848
|
-
path: string;
|
|
2849
|
-
};
|
|
2850
2850
|
};
|
|
2851
2851
|
meta: {
|
|
2852
2852
|
organization: {
|
|
@@ -3003,6 +3003,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3003
3003
|
path: string;
|
|
3004
3004
|
}>;
|
|
3005
3005
|
}, "strip", z.ZodTypeAny, {
|
|
3006
|
+
ui: {
|
|
3007
|
+
type: "relative";
|
|
3008
|
+
path: string;
|
|
3009
|
+
};
|
|
3006
3010
|
workflow: {
|
|
3007
3011
|
type: "workflow-v1";
|
|
3008
3012
|
main: {
|
|
@@ -3014,11 +3018,11 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3014
3018
|
type: "relative";
|
|
3015
3019
|
path: string;
|
|
3016
3020
|
};
|
|
3021
|
+
}, {
|
|
3017
3022
|
ui: {
|
|
3018
3023
|
type: "relative";
|
|
3019
3024
|
path: string;
|
|
3020
3025
|
};
|
|
3021
|
-
}, {
|
|
3022
3026
|
workflow: {
|
|
3023
3027
|
type: "relative";
|
|
3024
3028
|
path: string;
|
|
@@ -3033,10 +3037,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3033
3037
|
type: "relative";
|
|
3034
3038
|
path: string;
|
|
3035
3039
|
};
|
|
3036
|
-
ui: {
|
|
3037
|
-
type: "relative";
|
|
3038
|
-
path: string;
|
|
3039
|
-
};
|
|
3040
3040
|
}>;
|
|
3041
3041
|
meta: z.ZodObject<{
|
|
3042
3042
|
title: z.ZodString;
|
|
@@ -3241,6 +3241,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3241
3241
|
}>;
|
|
3242
3242
|
}, "strip", z.ZodTypeAny, {
|
|
3243
3243
|
components: {
|
|
3244
|
+
ui: {
|
|
3245
|
+
type: "relative";
|
|
3246
|
+
path: string;
|
|
3247
|
+
};
|
|
3244
3248
|
workflow: {
|
|
3245
3249
|
type: "workflow-v1";
|
|
3246
3250
|
main: {
|
|
@@ -3252,10 +3256,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3252
3256
|
type: "relative";
|
|
3253
3257
|
path: string;
|
|
3254
3258
|
};
|
|
3255
|
-
ui: {
|
|
3256
|
-
type: "relative";
|
|
3257
|
-
path: string;
|
|
3258
|
-
};
|
|
3259
3259
|
};
|
|
3260
3260
|
meta: {
|
|
3261
3261
|
organization: {
|
|
@@ -3307,6 +3307,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3307
3307
|
};
|
|
3308
3308
|
}, {
|
|
3309
3309
|
components: {
|
|
3310
|
+
ui: {
|
|
3311
|
+
type: "relative";
|
|
3312
|
+
path: string;
|
|
3313
|
+
};
|
|
3310
3314
|
workflow: {
|
|
3311
3315
|
type: "relative";
|
|
3312
3316
|
path: string;
|
|
@@ -3321,10 +3325,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3321
3325
|
type: "relative";
|
|
3322
3326
|
path: string;
|
|
3323
3327
|
};
|
|
3324
|
-
ui: {
|
|
3325
|
-
type: "relative";
|
|
3326
|
-
path: string;
|
|
3327
|
-
};
|
|
3328
3328
|
};
|
|
3329
3329
|
meta: {
|
|
3330
3330
|
organization: {
|
|
@@ -3379,6 +3379,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3379
3379
|
}, "strip", z.ZodTypeAny, {
|
|
3380
3380
|
description: {
|
|
3381
3381
|
components: {
|
|
3382
|
+
ui: {
|
|
3383
|
+
type: "relative";
|
|
3384
|
+
path: string;
|
|
3385
|
+
};
|
|
3382
3386
|
workflow: {
|
|
3383
3387
|
type: "workflow-v1";
|
|
3384
3388
|
main: {
|
|
@@ -3390,10 +3394,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3390
3394
|
type: "relative";
|
|
3391
3395
|
path: string;
|
|
3392
3396
|
};
|
|
3393
|
-
ui: {
|
|
3394
|
-
type: "relative";
|
|
3395
|
-
path: string;
|
|
3396
|
-
};
|
|
3397
3397
|
};
|
|
3398
3398
|
meta: {
|
|
3399
3399
|
organization: {
|
|
@@ -3448,6 +3448,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3448
3448
|
}, {
|
|
3449
3449
|
description: {
|
|
3450
3450
|
components: {
|
|
3451
|
+
ui: {
|
|
3452
|
+
type: "relative";
|
|
3453
|
+
path: string;
|
|
3454
|
+
};
|
|
3451
3455
|
workflow: {
|
|
3452
3456
|
type: "relative";
|
|
3453
3457
|
path: string;
|
|
@@ -3462,10 +3466,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3462
3466
|
type: "relative";
|
|
3463
3467
|
path: string;
|
|
3464
3468
|
};
|
|
3465
|
-
ui: {
|
|
3466
|
-
type: "relative";
|
|
3467
|
-
path: string;
|
|
3468
|
-
};
|
|
3469
3469
|
};
|
|
3470
3470
|
meta: {
|
|
3471
3471
|
organization: {
|
|
@@ -3525,6 +3525,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3525
3525
|
};
|
|
3526
3526
|
latest: {
|
|
3527
3527
|
components: {
|
|
3528
|
+
ui: {
|
|
3529
|
+
type: "relative";
|
|
3530
|
+
path: string;
|
|
3531
|
+
};
|
|
3528
3532
|
workflow: {
|
|
3529
3533
|
type: "workflow-v1";
|
|
3530
3534
|
main: {
|
|
@@ -3536,10 +3540,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3536
3540
|
type: "relative";
|
|
3537
3541
|
path: string;
|
|
3538
3542
|
};
|
|
3539
|
-
ui: {
|
|
3540
|
-
type: "relative";
|
|
3541
|
-
path: string;
|
|
3542
|
-
};
|
|
3543
3543
|
};
|
|
3544
3544
|
meta: {
|
|
3545
3545
|
organization: {
|
|
@@ -3594,6 +3594,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3594
3594
|
latestByChannel: Record<string, {
|
|
3595
3595
|
description: {
|
|
3596
3596
|
components: {
|
|
3597
|
+
ui: {
|
|
3598
|
+
type: "relative";
|
|
3599
|
+
path: string;
|
|
3600
|
+
};
|
|
3597
3601
|
workflow: {
|
|
3598
3602
|
type: "workflow-v1";
|
|
3599
3603
|
main: {
|
|
@@ -3605,10 +3609,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3605
3609
|
type: "relative";
|
|
3606
3610
|
path: string;
|
|
3607
3611
|
};
|
|
3608
|
-
ui: {
|
|
3609
|
-
type: "relative";
|
|
3610
|
-
path: string;
|
|
3611
|
-
};
|
|
3612
3612
|
};
|
|
3613
3613
|
meta: {
|
|
3614
3614
|
organization: {
|
|
@@ -3673,6 +3673,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3673
3673
|
};
|
|
3674
3674
|
latest: {
|
|
3675
3675
|
components: {
|
|
3676
|
+
ui: {
|
|
3677
|
+
type: "relative";
|
|
3678
|
+
path: string;
|
|
3679
|
+
};
|
|
3676
3680
|
workflow: {
|
|
3677
3681
|
type: "relative";
|
|
3678
3682
|
path: string;
|
|
@@ -3687,10 +3691,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3687
3691
|
type: "relative";
|
|
3688
3692
|
path: string;
|
|
3689
3693
|
};
|
|
3690
|
-
ui: {
|
|
3691
|
-
type: "relative";
|
|
3692
|
-
path: string;
|
|
3693
|
-
};
|
|
3694
3694
|
};
|
|
3695
3695
|
meta: {
|
|
3696
3696
|
organization: {
|
|
@@ -3750,6 +3750,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3750
3750
|
latestByChannel?: Record<string, {
|
|
3751
3751
|
description: {
|
|
3752
3752
|
components: {
|
|
3753
|
+
ui: {
|
|
3754
|
+
type: "relative";
|
|
3755
|
+
path: string;
|
|
3756
|
+
};
|
|
3753
3757
|
workflow: {
|
|
3754
3758
|
type: "relative";
|
|
3755
3759
|
path: string;
|
|
@@ -3764,10 +3768,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3764
3768
|
type: "relative";
|
|
3765
3769
|
path: string;
|
|
3766
3770
|
};
|
|
3767
|
-
ui: {
|
|
3768
|
-
type: "relative";
|
|
3769
|
-
path: string;
|
|
3770
|
-
};
|
|
3771
3771
|
};
|
|
3772
3772
|
meta: {
|
|
3773
3773
|
organization: {
|
|
@@ -3827,6 +3827,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3827
3827
|
};
|
|
3828
3828
|
latest: {
|
|
3829
3829
|
components: {
|
|
3830
|
+
ui: {
|
|
3831
|
+
type: "relative";
|
|
3832
|
+
path: string;
|
|
3833
|
+
};
|
|
3830
3834
|
workflow: {
|
|
3831
3835
|
type: "workflow-v1";
|
|
3832
3836
|
main: {
|
|
@@ -3838,10 +3842,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3838
3842
|
type: "relative";
|
|
3839
3843
|
path: string;
|
|
3840
3844
|
};
|
|
3841
|
-
ui: {
|
|
3842
|
-
type: "relative";
|
|
3843
|
-
path: string;
|
|
3844
|
-
};
|
|
3845
3845
|
};
|
|
3846
3846
|
meta: {
|
|
3847
3847
|
organization: {
|
|
@@ -3896,6 +3896,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3896
3896
|
latestByChannel: Record<string, {
|
|
3897
3897
|
description: {
|
|
3898
3898
|
components: {
|
|
3899
|
+
ui: {
|
|
3900
|
+
type: "relative";
|
|
3901
|
+
path: string;
|
|
3902
|
+
};
|
|
3899
3903
|
workflow: {
|
|
3900
3904
|
type: "workflow-v1";
|
|
3901
3905
|
main: {
|
|
@@ -3907,10 +3911,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3907
3911
|
type: "relative";
|
|
3908
3912
|
path: string;
|
|
3909
3913
|
};
|
|
3910
|
-
ui: {
|
|
3911
|
-
type: "relative";
|
|
3912
|
-
path: string;
|
|
3913
|
-
};
|
|
3914
3914
|
};
|
|
3915
3915
|
meta: {
|
|
3916
3916
|
organization: {
|
|
@@ -3975,6 +3975,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3975
3975
|
};
|
|
3976
3976
|
latest: {
|
|
3977
3977
|
components: {
|
|
3978
|
+
ui: {
|
|
3979
|
+
type: "relative";
|
|
3980
|
+
path: string;
|
|
3981
|
+
};
|
|
3978
3982
|
workflow: {
|
|
3979
3983
|
type: "relative";
|
|
3980
3984
|
path: string;
|
|
@@ -3989,10 +3993,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3989
3993
|
type: "relative";
|
|
3990
3994
|
path: string;
|
|
3991
3995
|
};
|
|
3992
|
-
ui: {
|
|
3993
|
-
type: "relative";
|
|
3994
|
-
path: string;
|
|
3995
|
-
};
|
|
3996
3996
|
};
|
|
3997
3997
|
meta: {
|
|
3998
3998
|
organization: {
|
|
@@ -4052,6 +4052,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4052
4052
|
latestByChannel?: Record<string, {
|
|
4053
4053
|
description: {
|
|
4054
4054
|
components: {
|
|
4055
|
+
ui: {
|
|
4056
|
+
type: "relative";
|
|
4057
|
+
path: string;
|
|
4058
|
+
};
|
|
4055
4059
|
workflow: {
|
|
4056
4060
|
type: "relative";
|
|
4057
4061
|
path: string;
|
|
@@ -4066,10 +4070,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4066
4070
|
type: "relative";
|
|
4067
4071
|
path: string;
|
|
4068
4072
|
};
|
|
4069
|
-
ui: {
|
|
4070
|
-
type: "relative";
|
|
4071
|
-
path: string;
|
|
4072
|
-
};
|
|
4073
4073
|
};
|
|
4074
4074
|
meta: {
|
|
4075
4075
|
organization: {
|
|
@@ -4129,6 +4129,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4129
4129
|
};
|
|
4130
4130
|
latest: {
|
|
4131
4131
|
components: {
|
|
4132
|
+
ui: {
|
|
4133
|
+
type: "relative";
|
|
4134
|
+
path: string;
|
|
4135
|
+
};
|
|
4132
4136
|
workflow: {
|
|
4133
4137
|
type: "workflow-v1";
|
|
4134
4138
|
main: {
|
|
@@ -4140,10 +4144,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4140
4144
|
type: "relative";
|
|
4141
4145
|
path: string;
|
|
4142
4146
|
};
|
|
4143
|
-
ui: {
|
|
4144
|
-
type: "relative";
|
|
4145
|
-
path: string;
|
|
4146
|
-
};
|
|
4147
4147
|
};
|
|
4148
4148
|
meta: {
|
|
4149
4149
|
organization: {
|
|
@@ -4198,6 +4198,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4198
4198
|
latestByChannel: Record<string, {
|
|
4199
4199
|
description: {
|
|
4200
4200
|
components: {
|
|
4201
|
+
ui: {
|
|
4202
|
+
type: "relative";
|
|
4203
|
+
path: string;
|
|
4204
|
+
};
|
|
4201
4205
|
workflow: {
|
|
4202
4206
|
type: "workflow-v1";
|
|
4203
4207
|
main: {
|
|
@@ -4209,10 +4213,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4209
4213
|
type: "relative";
|
|
4210
4214
|
path: string;
|
|
4211
4215
|
};
|
|
4212
|
-
ui: {
|
|
4213
|
-
type: "relative";
|
|
4214
|
-
path: string;
|
|
4215
|
-
};
|
|
4216
4216
|
};
|
|
4217
4217
|
meta: {
|
|
4218
4218
|
organization: {
|
|
@@ -4277,6 +4277,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4277
4277
|
};
|
|
4278
4278
|
latest: {
|
|
4279
4279
|
components: {
|
|
4280
|
+
ui: {
|
|
4281
|
+
type: "relative";
|
|
4282
|
+
path: string;
|
|
4283
|
+
};
|
|
4280
4284
|
workflow: {
|
|
4281
4285
|
type: "relative";
|
|
4282
4286
|
path: string;
|
|
@@ -4291,10 +4295,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4291
4295
|
type: "relative";
|
|
4292
4296
|
path: string;
|
|
4293
4297
|
};
|
|
4294
|
-
ui: {
|
|
4295
|
-
type: "relative";
|
|
4296
|
-
path: string;
|
|
4297
|
-
};
|
|
4298
4298
|
};
|
|
4299
4299
|
meta: {
|
|
4300
4300
|
organization: {
|
|
@@ -4354,6 +4354,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4354
4354
|
latestByChannel?: Record<string, {
|
|
4355
4355
|
description: {
|
|
4356
4356
|
components: {
|
|
4357
|
+
ui: {
|
|
4358
|
+
type: "relative";
|
|
4359
|
+
path: string;
|
|
4360
|
+
};
|
|
4357
4361
|
workflow: {
|
|
4358
4362
|
type: "relative";
|
|
4359
4363
|
path: string;
|
|
@@ -4368,10 +4372,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4368
4372
|
type: "relative";
|
|
4369
4373
|
path: string;
|
|
4370
4374
|
};
|
|
4371
|
-
ui: {
|
|
4372
|
-
type: "relative";
|
|
4373
|
-
path: string;
|
|
4374
|
-
};
|
|
4375
4375
|
};
|
|
4376
4376
|
meta: {
|
|
4377
4377
|
organization: {
|
|
@@ -4550,6 +4550,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4550
4550
|
path: string;
|
|
4551
4551
|
}>;
|
|
4552
4552
|
}, "strip", z.ZodTypeAny, {
|
|
4553
|
+
ui: {
|
|
4554
|
+
type: "relative";
|
|
4555
|
+
path: string;
|
|
4556
|
+
};
|
|
4553
4557
|
workflow: {
|
|
4554
4558
|
type: "workflow-v1";
|
|
4555
4559
|
main: {
|
|
@@ -4561,11 +4565,11 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4561
4565
|
type: "relative";
|
|
4562
4566
|
path: string;
|
|
4563
4567
|
};
|
|
4568
|
+
}, {
|
|
4564
4569
|
ui: {
|
|
4565
4570
|
type: "relative";
|
|
4566
4571
|
path: string;
|
|
4567
4572
|
};
|
|
4568
|
-
}, {
|
|
4569
4573
|
workflow: {
|
|
4570
4574
|
type: "relative";
|
|
4571
4575
|
path: string;
|
|
@@ -4580,10 +4584,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4580
4584
|
type: "relative";
|
|
4581
4585
|
path: string;
|
|
4582
4586
|
};
|
|
4583
|
-
ui: {
|
|
4584
|
-
type: "relative";
|
|
4585
|
-
path: string;
|
|
4586
|
-
};
|
|
4587
4587
|
}>;
|
|
4588
4588
|
meta: z.ZodObject<{
|
|
4589
4589
|
title: z.ZodString;
|
|
@@ -4788,6 +4788,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4788
4788
|
}>;
|
|
4789
4789
|
}, "strip", z.ZodTypeAny, {
|
|
4790
4790
|
components: {
|
|
4791
|
+
ui: {
|
|
4792
|
+
type: "relative";
|
|
4793
|
+
path: string;
|
|
4794
|
+
};
|
|
4791
4795
|
workflow: {
|
|
4792
4796
|
type: "workflow-v1";
|
|
4793
4797
|
main: {
|
|
@@ -4799,10 +4803,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4799
4803
|
type: "relative";
|
|
4800
4804
|
path: string;
|
|
4801
4805
|
};
|
|
4802
|
-
ui: {
|
|
4803
|
-
type: "relative";
|
|
4804
|
-
path: string;
|
|
4805
|
-
};
|
|
4806
4806
|
};
|
|
4807
4807
|
meta: {
|
|
4808
4808
|
organization: {
|
|
@@ -4854,6 +4854,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4854
4854
|
};
|
|
4855
4855
|
}, {
|
|
4856
4856
|
components: {
|
|
4857
|
+
ui: {
|
|
4858
|
+
type: "relative";
|
|
4859
|
+
path: string;
|
|
4860
|
+
};
|
|
4857
4861
|
workflow: {
|
|
4858
4862
|
type: "relative";
|
|
4859
4863
|
path: string;
|
|
@@ -4868,10 +4872,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4868
4872
|
type: "relative";
|
|
4869
4873
|
path: string;
|
|
4870
4874
|
};
|
|
4871
|
-
ui: {
|
|
4872
|
-
type: "relative";
|
|
4873
|
-
path: string;
|
|
4874
|
-
};
|
|
4875
4875
|
};
|
|
4876
4876
|
meta: {
|
|
4877
4877
|
organization: {
|
|
@@ -5027,6 +5027,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5027
5027
|
path: string;
|
|
5028
5028
|
}>;
|
|
5029
5029
|
}, "strip", z.ZodTypeAny, {
|
|
5030
|
+
ui: {
|
|
5031
|
+
type: "relative";
|
|
5032
|
+
path: string;
|
|
5033
|
+
};
|
|
5030
5034
|
workflow: {
|
|
5031
5035
|
type: "workflow-v1";
|
|
5032
5036
|
main: {
|
|
@@ -5038,11 +5042,11 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5038
5042
|
type: "relative";
|
|
5039
5043
|
path: string;
|
|
5040
5044
|
};
|
|
5045
|
+
}, {
|
|
5041
5046
|
ui: {
|
|
5042
5047
|
type: "relative";
|
|
5043
5048
|
path: string;
|
|
5044
5049
|
};
|
|
5045
|
-
}, {
|
|
5046
5050
|
workflow: {
|
|
5047
5051
|
type: "relative";
|
|
5048
5052
|
path: string;
|
|
@@ -5057,10 +5061,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5057
5061
|
type: "relative";
|
|
5058
5062
|
path: string;
|
|
5059
5063
|
};
|
|
5060
|
-
ui: {
|
|
5061
|
-
type: "relative";
|
|
5062
|
-
path: string;
|
|
5063
|
-
};
|
|
5064
5064
|
}>;
|
|
5065
5065
|
meta: z.ZodObject<{
|
|
5066
5066
|
title: z.ZodString;
|
|
@@ -5265,6 +5265,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5265
5265
|
}>;
|
|
5266
5266
|
}, "strip", z.ZodTypeAny, {
|
|
5267
5267
|
components: {
|
|
5268
|
+
ui: {
|
|
5269
|
+
type: "relative";
|
|
5270
|
+
path: string;
|
|
5271
|
+
};
|
|
5268
5272
|
workflow: {
|
|
5269
5273
|
type: "workflow-v1";
|
|
5270
5274
|
main: {
|
|
@@ -5276,10 +5280,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5276
5280
|
type: "relative";
|
|
5277
5281
|
path: string;
|
|
5278
5282
|
};
|
|
5279
|
-
ui: {
|
|
5280
|
-
type: "relative";
|
|
5281
|
-
path: string;
|
|
5282
|
-
};
|
|
5283
5283
|
};
|
|
5284
5284
|
meta: {
|
|
5285
5285
|
organization: {
|
|
@@ -5331,6 +5331,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5331
5331
|
};
|
|
5332
5332
|
}, {
|
|
5333
5333
|
components: {
|
|
5334
|
+
ui: {
|
|
5335
|
+
type: "relative";
|
|
5336
|
+
path: string;
|
|
5337
|
+
};
|
|
5334
5338
|
workflow: {
|
|
5335
5339
|
type: "relative";
|
|
5336
5340
|
path: string;
|
|
@@ -5345,10 +5349,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5345
5349
|
type: "relative";
|
|
5346
5350
|
path: string;
|
|
5347
5351
|
};
|
|
5348
|
-
ui: {
|
|
5349
|
-
type: "relative";
|
|
5350
|
-
path: string;
|
|
5351
|
-
};
|
|
5352
5352
|
};
|
|
5353
5353
|
meta: {
|
|
5354
5354
|
organization: {
|
|
@@ -5403,6 +5403,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5403
5403
|
}, "strip", z.ZodTypeAny, {
|
|
5404
5404
|
description: {
|
|
5405
5405
|
components: {
|
|
5406
|
+
ui: {
|
|
5407
|
+
type: "relative";
|
|
5408
|
+
path: string;
|
|
5409
|
+
};
|
|
5406
5410
|
workflow: {
|
|
5407
5411
|
type: "workflow-v1";
|
|
5408
5412
|
main: {
|
|
@@ -5414,10 +5418,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5414
5418
|
type: "relative";
|
|
5415
5419
|
path: string;
|
|
5416
5420
|
};
|
|
5417
|
-
ui: {
|
|
5418
|
-
type: "relative";
|
|
5419
|
-
path: string;
|
|
5420
|
-
};
|
|
5421
5421
|
};
|
|
5422
5422
|
meta: {
|
|
5423
5423
|
organization: {
|
|
@@ -5472,6 +5472,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5472
5472
|
}, {
|
|
5473
5473
|
description: {
|
|
5474
5474
|
components: {
|
|
5475
|
+
ui: {
|
|
5476
|
+
type: "relative";
|
|
5477
|
+
path: string;
|
|
5478
|
+
};
|
|
5475
5479
|
workflow: {
|
|
5476
5480
|
type: "relative";
|
|
5477
5481
|
path: string;
|
|
@@ -5486,10 +5490,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5486
5490
|
type: "relative";
|
|
5487
5491
|
path: string;
|
|
5488
5492
|
};
|
|
5489
|
-
ui: {
|
|
5490
|
-
type: "relative";
|
|
5491
|
-
path: string;
|
|
5492
|
-
};
|
|
5493
5493
|
};
|
|
5494
5494
|
meta: {
|
|
5495
5495
|
organization: {
|
|
@@ -5553,6 +5553,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5553
5553
|
}[];
|
|
5554
5554
|
latest: {
|
|
5555
5555
|
components: {
|
|
5556
|
+
ui: {
|
|
5557
|
+
type: "relative";
|
|
5558
|
+
path: string;
|
|
5559
|
+
};
|
|
5556
5560
|
workflow: {
|
|
5557
5561
|
type: "workflow-v1";
|
|
5558
5562
|
main: {
|
|
@@ -5564,10 +5568,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5564
5568
|
type: "relative";
|
|
5565
5569
|
path: string;
|
|
5566
5570
|
};
|
|
5567
|
-
ui: {
|
|
5568
|
-
type: "relative";
|
|
5569
|
-
path: string;
|
|
5570
|
-
};
|
|
5571
5571
|
};
|
|
5572
5572
|
meta: {
|
|
5573
5573
|
organization: {
|
|
@@ -5622,6 +5622,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5622
5622
|
latestByChannel: Record<string, {
|
|
5623
5623
|
description: {
|
|
5624
5624
|
components: {
|
|
5625
|
+
ui: {
|
|
5626
|
+
type: "relative";
|
|
5627
|
+
path: string;
|
|
5628
|
+
};
|
|
5625
5629
|
workflow: {
|
|
5626
5630
|
type: "workflow-v1";
|
|
5627
5631
|
main: {
|
|
@@ -5633,10 +5637,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5633
5637
|
type: "relative";
|
|
5634
5638
|
path: string;
|
|
5635
5639
|
};
|
|
5636
|
-
ui: {
|
|
5637
|
-
type: "relative";
|
|
5638
|
-
path: string;
|
|
5639
|
-
};
|
|
5640
5640
|
};
|
|
5641
5641
|
meta: {
|
|
5642
5642
|
organization: {
|
|
@@ -5701,6 +5701,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5701
5701
|
}[];
|
|
5702
5702
|
latest: {
|
|
5703
5703
|
components: {
|
|
5704
|
+
ui: {
|
|
5705
|
+
type: "relative";
|
|
5706
|
+
path: string;
|
|
5707
|
+
};
|
|
5704
5708
|
workflow: {
|
|
5705
5709
|
type: "relative";
|
|
5706
5710
|
path: string;
|
|
@@ -5715,10 +5719,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5715
5719
|
type: "relative";
|
|
5716
5720
|
path: string;
|
|
5717
5721
|
};
|
|
5718
|
-
ui: {
|
|
5719
|
-
type: "relative";
|
|
5720
|
-
path: string;
|
|
5721
|
-
};
|
|
5722
5722
|
};
|
|
5723
5723
|
meta: {
|
|
5724
5724
|
organization: {
|
|
@@ -5774,6 +5774,10 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5774
5774
|
latestByChannel?: Record<string, {
|
|
5775
5775
|
description: {
|
|
5776
5776
|
components: {
|
|
5777
|
+
ui: {
|
|
5778
|
+
type: "relative";
|
|
5779
|
+
path: string;
|
|
5780
|
+
};
|
|
5777
5781
|
workflow: {
|
|
5778
5782
|
type: "relative";
|
|
5779
5783
|
path: string;
|
|
@@ -5788,10 +5792,6 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5788
5792
|
type: "relative";
|
|
5789
5793
|
path: string;
|
|
5790
5794
|
};
|
|
5791
|
-
ui: {
|
|
5792
|
-
type: "relative";
|
|
5793
|
-
path: string;
|
|
5794
|
-
};
|
|
5795
5795
|
};
|
|
5796
5796
|
meta: {
|
|
5797
5797
|
organization: {
|
|
@@ -7220,6 +7220,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7220
7220
|
path: string;
|
|
7221
7221
|
}>;
|
|
7222
7222
|
}, "strip", z.ZodTypeAny, {
|
|
7223
|
+
ui: {
|
|
7224
|
+
type: "relative";
|
|
7225
|
+
path: string;
|
|
7226
|
+
};
|
|
7223
7227
|
workflow: {
|
|
7224
7228
|
type: "workflow-v1";
|
|
7225
7229
|
main: {
|
|
@@ -7231,11 +7235,11 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7231
7235
|
type: "relative";
|
|
7232
7236
|
path: string;
|
|
7233
7237
|
};
|
|
7238
|
+
}, {
|
|
7234
7239
|
ui: {
|
|
7235
7240
|
type: "relative";
|
|
7236
7241
|
path: string;
|
|
7237
7242
|
};
|
|
7238
|
-
}, {
|
|
7239
7243
|
workflow: {
|
|
7240
7244
|
type: "relative";
|
|
7241
7245
|
path: string;
|
|
@@ -7250,10 +7254,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7250
7254
|
type: "relative";
|
|
7251
7255
|
path: string;
|
|
7252
7256
|
};
|
|
7253
|
-
ui: {
|
|
7254
|
-
type: "relative";
|
|
7255
|
-
path: string;
|
|
7256
|
-
};
|
|
7257
7257
|
}>;
|
|
7258
7258
|
meta: z.ZodObject<{
|
|
7259
7259
|
title: z.ZodString;
|
|
@@ -7458,6 +7458,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7458
7458
|
}>;
|
|
7459
7459
|
}, "strip", z.ZodTypeAny, {
|
|
7460
7460
|
components: {
|
|
7461
|
+
ui: {
|
|
7462
|
+
type: "relative";
|
|
7463
|
+
path: string;
|
|
7464
|
+
};
|
|
7461
7465
|
workflow: {
|
|
7462
7466
|
type: "workflow-v1";
|
|
7463
7467
|
main: {
|
|
@@ -7469,10 +7473,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7469
7473
|
type: "relative";
|
|
7470
7474
|
path: string;
|
|
7471
7475
|
};
|
|
7472
|
-
ui: {
|
|
7473
|
-
type: "relative";
|
|
7474
|
-
path: string;
|
|
7475
|
-
};
|
|
7476
7476
|
};
|
|
7477
7477
|
meta: {
|
|
7478
7478
|
organization: {
|
|
@@ -7524,6 +7524,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7524
7524
|
};
|
|
7525
7525
|
}, {
|
|
7526
7526
|
components: {
|
|
7527
|
+
ui: {
|
|
7528
|
+
type: "relative";
|
|
7529
|
+
path: string;
|
|
7530
|
+
};
|
|
7527
7531
|
workflow: {
|
|
7528
7532
|
type: "relative";
|
|
7529
7533
|
path: string;
|
|
@@ -7538,10 +7542,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7538
7542
|
type: "relative";
|
|
7539
7543
|
path: string;
|
|
7540
7544
|
};
|
|
7541
|
-
ui: {
|
|
7542
|
-
type: "relative";
|
|
7543
|
-
path: string;
|
|
7544
|
-
};
|
|
7545
7545
|
};
|
|
7546
7546
|
meta: {
|
|
7547
7547
|
organization: {
|
|
@@ -7698,6 +7698,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7698
7698
|
path: string;
|
|
7699
7699
|
}>;
|
|
7700
7700
|
}, "strip", z.ZodTypeAny, {
|
|
7701
|
+
ui: {
|
|
7702
|
+
type: "relative";
|
|
7703
|
+
path: string;
|
|
7704
|
+
};
|
|
7701
7705
|
workflow: {
|
|
7702
7706
|
type: "workflow-v1";
|
|
7703
7707
|
main: {
|
|
@@ -7709,11 +7713,11 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7709
7713
|
type: "relative";
|
|
7710
7714
|
path: string;
|
|
7711
7715
|
};
|
|
7716
|
+
}, {
|
|
7712
7717
|
ui: {
|
|
7713
7718
|
type: "relative";
|
|
7714
7719
|
path: string;
|
|
7715
7720
|
};
|
|
7716
|
-
}, {
|
|
7717
7721
|
workflow: {
|
|
7718
7722
|
type: "relative";
|
|
7719
7723
|
path: string;
|
|
@@ -7728,10 +7732,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7728
7732
|
type: "relative";
|
|
7729
7733
|
path: string;
|
|
7730
7734
|
};
|
|
7731
|
-
ui: {
|
|
7732
|
-
type: "relative";
|
|
7733
|
-
path: string;
|
|
7734
|
-
};
|
|
7735
7735
|
}>;
|
|
7736
7736
|
meta: z.ZodObject<{
|
|
7737
7737
|
title: z.ZodString;
|
|
@@ -7936,6 +7936,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7936
7936
|
}>;
|
|
7937
7937
|
}, "strip", z.ZodTypeAny, {
|
|
7938
7938
|
components: {
|
|
7939
|
+
ui: {
|
|
7940
|
+
type: "relative";
|
|
7941
|
+
path: string;
|
|
7942
|
+
};
|
|
7939
7943
|
workflow: {
|
|
7940
7944
|
type: "workflow-v1";
|
|
7941
7945
|
main: {
|
|
@@ -7947,10 +7951,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7947
7951
|
type: "relative";
|
|
7948
7952
|
path: string;
|
|
7949
7953
|
};
|
|
7950
|
-
ui: {
|
|
7951
|
-
type: "relative";
|
|
7952
|
-
path: string;
|
|
7953
|
-
};
|
|
7954
7954
|
};
|
|
7955
7955
|
meta: {
|
|
7956
7956
|
organization: {
|
|
@@ -8002,6 +8002,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8002
8002
|
};
|
|
8003
8003
|
}, {
|
|
8004
8004
|
components: {
|
|
8005
|
+
ui: {
|
|
8006
|
+
type: "relative";
|
|
8007
|
+
path: string;
|
|
8008
|
+
};
|
|
8005
8009
|
workflow: {
|
|
8006
8010
|
type: "relative";
|
|
8007
8011
|
path: string;
|
|
@@ -8016,10 +8020,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8016
8020
|
type: "relative";
|
|
8017
8021
|
path: string;
|
|
8018
8022
|
};
|
|
8019
|
-
ui: {
|
|
8020
|
-
type: "relative";
|
|
8021
|
-
path: string;
|
|
8022
|
-
};
|
|
8023
8023
|
};
|
|
8024
8024
|
meta: {
|
|
8025
8025
|
organization: {
|
|
@@ -8074,6 +8074,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8074
8074
|
}, "strip", z.ZodTypeAny, {
|
|
8075
8075
|
description: {
|
|
8076
8076
|
components: {
|
|
8077
|
+
ui: {
|
|
8078
|
+
type: "relative";
|
|
8079
|
+
path: string;
|
|
8080
|
+
};
|
|
8077
8081
|
workflow: {
|
|
8078
8082
|
type: "workflow-v1";
|
|
8079
8083
|
main: {
|
|
@@ -8085,10 +8089,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8085
8089
|
type: "relative";
|
|
8086
8090
|
path: string;
|
|
8087
8091
|
};
|
|
8088
|
-
ui: {
|
|
8089
|
-
type: "relative";
|
|
8090
|
-
path: string;
|
|
8091
|
-
};
|
|
8092
8092
|
};
|
|
8093
8093
|
meta: {
|
|
8094
8094
|
organization: {
|
|
@@ -8143,6 +8143,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8143
8143
|
}, {
|
|
8144
8144
|
description: {
|
|
8145
8145
|
components: {
|
|
8146
|
+
ui: {
|
|
8147
|
+
type: "relative";
|
|
8148
|
+
path: string;
|
|
8149
|
+
};
|
|
8146
8150
|
workflow: {
|
|
8147
8151
|
type: "relative";
|
|
8148
8152
|
path: string;
|
|
@@ -8157,10 +8161,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8157
8161
|
type: "relative";
|
|
8158
8162
|
path: string;
|
|
8159
8163
|
};
|
|
8160
|
-
ui: {
|
|
8161
|
-
type: "relative";
|
|
8162
|
-
path: string;
|
|
8163
|
-
};
|
|
8164
8164
|
};
|
|
8165
8165
|
meta: {
|
|
8166
8166
|
organization: {
|
|
@@ -8220,6 +8220,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8220
8220
|
};
|
|
8221
8221
|
latest: {
|
|
8222
8222
|
components: {
|
|
8223
|
+
ui: {
|
|
8224
|
+
type: "relative";
|
|
8225
|
+
path: string;
|
|
8226
|
+
};
|
|
8223
8227
|
workflow: {
|
|
8224
8228
|
type: "workflow-v1";
|
|
8225
8229
|
main: {
|
|
@@ -8231,10 +8235,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8231
8235
|
type: "relative";
|
|
8232
8236
|
path: string;
|
|
8233
8237
|
};
|
|
8234
|
-
ui: {
|
|
8235
|
-
type: "relative";
|
|
8236
|
-
path: string;
|
|
8237
|
-
};
|
|
8238
8238
|
};
|
|
8239
8239
|
meta: {
|
|
8240
8240
|
organization: {
|
|
@@ -8289,6 +8289,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8289
8289
|
latestByChannel: Record<string, {
|
|
8290
8290
|
description: {
|
|
8291
8291
|
components: {
|
|
8292
|
+
ui: {
|
|
8293
|
+
type: "relative";
|
|
8294
|
+
path: string;
|
|
8295
|
+
};
|
|
8292
8296
|
workflow: {
|
|
8293
8297
|
type: "workflow-v1";
|
|
8294
8298
|
main: {
|
|
@@ -8300,10 +8304,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8300
8304
|
type: "relative";
|
|
8301
8305
|
path: string;
|
|
8302
8306
|
};
|
|
8303
|
-
ui: {
|
|
8304
|
-
type: "relative";
|
|
8305
|
-
path: string;
|
|
8306
|
-
};
|
|
8307
8307
|
};
|
|
8308
8308
|
meta: {
|
|
8309
8309
|
organization: {
|
|
@@ -8368,6 +8368,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8368
8368
|
};
|
|
8369
8369
|
latest: {
|
|
8370
8370
|
components: {
|
|
8371
|
+
ui: {
|
|
8372
|
+
type: "relative";
|
|
8373
|
+
path: string;
|
|
8374
|
+
};
|
|
8371
8375
|
workflow: {
|
|
8372
8376
|
type: "relative";
|
|
8373
8377
|
path: string;
|
|
@@ -8382,10 +8386,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8382
8386
|
type: "relative";
|
|
8383
8387
|
path: string;
|
|
8384
8388
|
};
|
|
8385
|
-
ui: {
|
|
8386
|
-
type: "relative";
|
|
8387
|
-
path: string;
|
|
8388
|
-
};
|
|
8389
8389
|
};
|
|
8390
8390
|
meta: {
|
|
8391
8391
|
organization: {
|
|
@@ -8445,6 +8445,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8445
8445
|
latestByChannel?: Record<string, {
|
|
8446
8446
|
description: {
|
|
8447
8447
|
components: {
|
|
8448
|
+
ui: {
|
|
8449
|
+
type: "relative";
|
|
8450
|
+
path: string;
|
|
8451
|
+
};
|
|
8448
8452
|
workflow: {
|
|
8449
8453
|
type: "relative";
|
|
8450
8454
|
path: string;
|
|
@@ -8459,10 +8463,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8459
8463
|
type: "relative";
|
|
8460
8464
|
path: string;
|
|
8461
8465
|
};
|
|
8462
|
-
ui: {
|
|
8463
|
-
type: "relative";
|
|
8464
|
-
path: string;
|
|
8465
|
-
};
|
|
8466
8466
|
};
|
|
8467
8467
|
meta: {
|
|
8468
8468
|
organization: {
|
|
@@ -8522,6 +8522,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8522
8522
|
};
|
|
8523
8523
|
latest: {
|
|
8524
8524
|
components: {
|
|
8525
|
+
ui: {
|
|
8526
|
+
type: "relative";
|
|
8527
|
+
path: string;
|
|
8528
|
+
};
|
|
8525
8529
|
workflow: {
|
|
8526
8530
|
type: "workflow-v1";
|
|
8527
8531
|
main: {
|
|
@@ -8533,10 +8537,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8533
8537
|
type: "relative";
|
|
8534
8538
|
path: string;
|
|
8535
8539
|
};
|
|
8536
|
-
ui: {
|
|
8537
|
-
type: "relative";
|
|
8538
|
-
path: string;
|
|
8539
|
-
};
|
|
8540
8540
|
};
|
|
8541
8541
|
meta: {
|
|
8542
8542
|
organization: {
|
|
@@ -8591,6 +8591,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8591
8591
|
latestByChannel: Record<string, {
|
|
8592
8592
|
description: {
|
|
8593
8593
|
components: {
|
|
8594
|
+
ui: {
|
|
8595
|
+
type: "relative";
|
|
8596
|
+
path: string;
|
|
8597
|
+
};
|
|
8594
8598
|
workflow: {
|
|
8595
8599
|
type: "workflow-v1";
|
|
8596
8600
|
main: {
|
|
@@ -8602,10 +8606,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8602
8606
|
type: "relative";
|
|
8603
8607
|
path: string;
|
|
8604
8608
|
};
|
|
8605
|
-
ui: {
|
|
8606
|
-
type: "relative";
|
|
8607
|
-
path: string;
|
|
8608
|
-
};
|
|
8609
8609
|
};
|
|
8610
8610
|
meta: {
|
|
8611
8611
|
organization: {
|
|
@@ -8670,6 +8670,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8670
8670
|
};
|
|
8671
8671
|
latest: {
|
|
8672
8672
|
components: {
|
|
8673
|
+
ui: {
|
|
8674
|
+
type: "relative";
|
|
8675
|
+
path: string;
|
|
8676
|
+
};
|
|
8673
8677
|
workflow: {
|
|
8674
8678
|
type: "relative";
|
|
8675
8679
|
path: string;
|
|
@@ -8684,10 +8688,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8684
8688
|
type: "relative";
|
|
8685
8689
|
path: string;
|
|
8686
8690
|
};
|
|
8687
|
-
ui: {
|
|
8688
|
-
type: "relative";
|
|
8689
|
-
path: string;
|
|
8690
|
-
};
|
|
8691
8691
|
};
|
|
8692
8692
|
meta: {
|
|
8693
8693
|
organization: {
|
|
@@ -8747,6 +8747,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8747
8747
|
latestByChannel?: Record<string, {
|
|
8748
8748
|
description: {
|
|
8749
8749
|
components: {
|
|
8750
|
+
ui: {
|
|
8751
|
+
type: "relative";
|
|
8752
|
+
path: string;
|
|
8753
|
+
};
|
|
8750
8754
|
workflow: {
|
|
8751
8755
|
type: "relative";
|
|
8752
8756
|
path: string;
|
|
@@ -8761,10 +8765,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8761
8765
|
type: "relative";
|
|
8762
8766
|
path: string;
|
|
8763
8767
|
};
|
|
8764
|
-
ui: {
|
|
8765
|
-
type: "relative";
|
|
8766
|
-
path: string;
|
|
8767
|
-
};
|
|
8768
8768
|
};
|
|
8769
8769
|
meta: {
|
|
8770
8770
|
organization: {
|
|
@@ -8824,6 +8824,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8824
8824
|
};
|
|
8825
8825
|
latest: {
|
|
8826
8826
|
components: {
|
|
8827
|
+
ui: {
|
|
8828
|
+
type: "relative";
|
|
8829
|
+
path: string;
|
|
8830
|
+
};
|
|
8827
8831
|
workflow: {
|
|
8828
8832
|
type: "workflow-v1";
|
|
8829
8833
|
main: {
|
|
@@ -8835,10 +8839,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8835
8839
|
type: "relative";
|
|
8836
8840
|
path: string;
|
|
8837
8841
|
};
|
|
8838
|
-
ui: {
|
|
8839
|
-
type: "relative";
|
|
8840
|
-
path: string;
|
|
8841
|
-
};
|
|
8842
8842
|
};
|
|
8843
8843
|
meta: {
|
|
8844
8844
|
organization: {
|
|
@@ -8893,6 +8893,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8893
8893
|
latestByChannel: Record<string, {
|
|
8894
8894
|
description: {
|
|
8895
8895
|
components: {
|
|
8896
|
+
ui: {
|
|
8897
|
+
type: "relative";
|
|
8898
|
+
path: string;
|
|
8899
|
+
};
|
|
8896
8900
|
workflow: {
|
|
8897
8901
|
type: "workflow-v1";
|
|
8898
8902
|
main: {
|
|
@@ -8904,10 +8908,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8904
8908
|
type: "relative";
|
|
8905
8909
|
path: string;
|
|
8906
8910
|
};
|
|
8907
|
-
ui: {
|
|
8908
|
-
type: "relative";
|
|
8909
|
-
path: string;
|
|
8910
|
-
};
|
|
8911
8911
|
};
|
|
8912
8912
|
meta: {
|
|
8913
8913
|
organization: {
|
|
@@ -8972,6 +8972,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8972
8972
|
};
|
|
8973
8973
|
latest: {
|
|
8974
8974
|
components: {
|
|
8975
|
+
ui: {
|
|
8976
|
+
type: "relative";
|
|
8977
|
+
path: string;
|
|
8978
|
+
};
|
|
8975
8979
|
workflow: {
|
|
8976
8980
|
type: "relative";
|
|
8977
8981
|
path: string;
|
|
@@ -8986,10 +8990,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8986
8990
|
type: "relative";
|
|
8987
8991
|
path: string;
|
|
8988
8992
|
};
|
|
8989
|
-
ui: {
|
|
8990
|
-
type: "relative";
|
|
8991
|
-
path: string;
|
|
8992
|
-
};
|
|
8993
8993
|
};
|
|
8994
8994
|
meta: {
|
|
8995
8995
|
organization: {
|
|
@@ -9049,6 +9049,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9049
9049
|
latestByChannel?: Record<string, {
|
|
9050
9050
|
description: {
|
|
9051
9051
|
components: {
|
|
9052
|
+
ui: {
|
|
9053
|
+
type: "relative";
|
|
9054
|
+
path: string;
|
|
9055
|
+
};
|
|
9052
9056
|
workflow: {
|
|
9053
9057
|
type: "relative";
|
|
9054
9058
|
path: string;
|
|
@@ -9063,10 +9067,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9063
9067
|
type: "relative";
|
|
9064
9068
|
path: string;
|
|
9065
9069
|
};
|
|
9066
|
-
ui: {
|
|
9067
|
-
type: "relative";
|
|
9068
|
-
path: string;
|
|
9069
|
-
};
|
|
9070
9070
|
};
|
|
9071
9071
|
meta: {
|
|
9072
9072
|
organization: {
|
|
@@ -9245,6 +9245,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9245
9245
|
path: string;
|
|
9246
9246
|
}>;
|
|
9247
9247
|
}, "strip", z.ZodTypeAny, {
|
|
9248
|
+
ui: {
|
|
9249
|
+
type: "relative";
|
|
9250
|
+
path: string;
|
|
9251
|
+
};
|
|
9248
9252
|
workflow: {
|
|
9249
9253
|
type: "workflow-v1";
|
|
9250
9254
|
main: {
|
|
@@ -9256,11 +9260,11 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9256
9260
|
type: "relative";
|
|
9257
9261
|
path: string;
|
|
9258
9262
|
};
|
|
9263
|
+
}, {
|
|
9259
9264
|
ui: {
|
|
9260
9265
|
type: "relative";
|
|
9261
9266
|
path: string;
|
|
9262
9267
|
};
|
|
9263
|
-
}, {
|
|
9264
9268
|
workflow: {
|
|
9265
9269
|
type: "relative";
|
|
9266
9270
|
path: string;
|
|
@@ -9275,10 +9279,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9275
9279
|
type: "relative";
|
|
9276
9280
|
path: string;
|
|
9277
9281
|
};
|
|
9278
|
-
ui: {
|
|
9279
|
-
type: "relative";
|
|
9280
|
-
path: string;
|
|
9281
|
-
};
|
|
9282
9282
|
}>;
|
|
9283
9283
|
meta: z.ZodObject<{
|
|
9284
9284
|
title: z.ZodString;
|
|
@@ -9483,6 +9483,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9483
9483
|
}>;
|
|
9484
9484
|
}, "strip", z.ZodTypeAny, {
|
|
9485
9485
|
components: {
|
|
9486
|
+
ui: {
|
|
9487
|
+
type: "relative";
|
|
9488
|
+
path: string;
|
|
9489
|
+
};
|
|
9486
9490
|
workflow: {
|
|
9487
9491
|
type: "workflow-v1";
|
|
9488
9492
|
main: {
|
|
@@ -9494,10 +9498,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9494
9498
|
type: "relative";
|
|
9495
9499
|
path: string;
|
|
9496
9500
|
};
|
|
9497
|
-
ui: {
|
|
9498
|
-
type: "relative";
|
|
9499
|
-
path: string;
|
|
9500
|
-
};
|
|
9501
9501
|
};
|
|
9502
9502
|
meta: {
|
|
9503
9503
|
organization: {
|
|
@@ -9549,6 +9549,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9549
9549
|
};
|
|
9550
9550
|
}, {
|
|
9551
9551
|
components: {
|
|
9552
|
+
ui: {
|
|
9553
|
+
type: "relative";
|
|
9554
|
+
path: string;
|
|
9555
|
+
};
|
|
9552
9556
|
workflow: {
|
|
9553
9557
|
type: "relative";
|
|
9554
9558
|
path: string;
|
|
@@ -9563,10 +9567,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9563
9567
|
type: "relative";
|
|
9564
9568
|
path: string;
|
|
9565
9569
|
};
|
|
9566
|
-
ui: {
|
|
9567
|
-
type: "relative";
|
|
9568
|
-
path: string;
|
|
9569
|
-
};
|
|
9570
9570
|
};
|
|
9571
9571
|
meta: {
|
|
9572
9572
|
organization: {
|
|
@@ -9722,6 +9722,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9722
9722
|
path: string;
|
|
9723
9723
|
}>;
|
|
9724
9724
|
}, "strip", z.ZodTypeAny, {
|
|
9725
|
+
ui: {
|
|
9726
|
+
type: "relative";
|
|
9727
|
+
path: string;
|
|
9728
|
+
};
|
|
9725
9729
|
workflow: {
|
|
9726
9730
|
type: "workflow-v1";
|
|
9727
9731
|
main: {
|
|
@@ -9733,11 +9737,11 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9733
9737
|
type: "relative";
|
|
9734
9738
|
path: string;
|
|
9735
9739
|
};
|
|
9740
|
+
}, {
|
|
9736
9741
|
ui: {
|
|
9737
9742
|
type: "relative";
|
|
9738
9743
|
path: string;
|
|
9739
9744
|
};
|
|
9740
|
-
}, {
|
|
9741
9745
|
workflow: {
|
|
9742
9746
|
type: "relative";
|
|
9743
9747
|
path: string;
|
|
@@ -9752,10 +9756,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9752
9756
|
type: "relative";
|
|
9753
9757
|
path: string;
|
|
9754
9758
|
};
|
|
9755
|
-
ui: {
|
|
9756
|
-
type: "relative";
|
|
9757
|
-
path: string;
|
|
9758
|
-
};
|
|
9759
9759
|
}>;
|
|
9760
9760
|
meta: z.ZodObject<{
|
|
9761
9761
|
title: z.ZodString;
|
|
@@ -9960,6 +9960,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9960
9960
|
}>;
|
|
9961
9961
|
}, "strip", z.ZodTypeAny, {
|
|
9962
9962
|
components: {
|
|
9963
|
+
ui: {
|
|
9964
|
+
type: "relative";
|
|
9965
|
+
path: string;
|
|
9966
|
+
};
|
|
9963
9967
|
workflow: {
|
|
9964
9968
|
type: "workflow-v1";
|
|
9965
9969
|
main: {
|
|
@@ -9971,10 +9975,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9971
9975
|
type: "relative";
|
|
9972
9976
|
path: string;
|
|
9973
9977
|
};
|
|
9974
|
-
ui: {
|
|
9975
|
-
type: "relative";
|
|
9976
|
-
path: string;
|
|
9977
|
-
};
|
|
9978
9978
|
};
|
|
9979
9979
|
meta: {
|
|
9980
9980
|
organization: {
|
|
@@ -10026,6 +10026,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10026
10026
|
};
|
|
10027
10027
|
}, {
|
|
10028
10028
|
components: {
|
|
10029
|
+
ui: {
|
|
10030
|
+
type: "relative";
|
|
10031
|
+
path: string;
|
|
10032
|
+
};
|
|
10029
10033
|
workflow: {
|
|
10030
10034
|
type: "relative";
|
|
10031
10035
|
path: string;
|
|
@@ -10040,10 +10044,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10040
10044
|
type: "relative";
|
|
10041
10045
|
path: string;
|
|
10042
10046
|
};
|
|
10043
|
-
ui: {
|
|
10044
|
-
type: "relative";
|
|
10045
|
-
path: string;
|
|
10046
|
-
};
|
|
10047
10047
|
};
|
|
10048
10048
|
meta: {
|
|
10049
10049
|
organization: {
|
|
@@ -10098,6 +10098,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10098
10098
|
}, "strip", z.ZodTypeAny, {
|
|
10099
10099
|
description: {
|
|
10100
10100
|
components: {
|
|
10101
|
+
ui: {
|
|
10102
|
+
type: "relative";
|
|
10103
|
+
path: string;
|
|
10104
|
+
};
|
|
10101
10105
|
workflow: {
|
|
10102
10106
|
type: "workflow-v1";
|
|
10103
10107
|
main: {
|
|
@@ -10109,10 +10113,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10109
10113
|
type: "relative";
|
|
10110
10114
|
path: string;
|
|
10111
10115
|
};
|
|
10112
|
-
ui: {
|
|
10113
|
-
type: "relative";
|
|
10114
|
-
path: string;
|
|
10115
|
-
};
|
|
10116
10116
|
};
|
|
10117
10117
|
meta: {
|
|
10118
10118
|
organization: {
|
|
@@ -10167,6 +10167,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10167
10167
|
}, {
|
|
10168
10168
|
description: {
|
|
10169
10169
|
components: {
|
|
10170
|
+
ui: {
|
|
10171
|
+
type: "relative";
|
|
10172
|
+
path: string;
|
|
10173
|
+
};
|
|
10170
10174
|
workflow: {
|
|
10171
10175
|
type: "relative";
|
|
10172
10176
|
path: string;
|
|
@@ -10181,10 +10185,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10181
10185
|
type: "relative";
|
|
10182
10186
|
path: string;
|
|
10183
10187
|
};
|
|
10184
|
-
ui: {
|
|
10185
|
-
type: "relative";
|
|
10186
|
-
path: string;
|
|
10187
|
-
};
|
|
10188
10188
|
};
|
|
10189
10189
|
meta: {
|
|
10190
10190
|
organization: {
|
|
@@ -10248,6 +10248,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10248
10248
|
}[];
|
|
10249
10249
|
latest: {
|
|
10250
10250
|
components: {
|
|
10251
|
+
ui: {
|
|
10252
|
+
type: "relative";
|
|
10253
|
+
path: string;
|
|
10254
|
+
};
|
|
10251
10255
|
workflow: {
|
|
10252
10256
|
type: "workflow-v1";
|
|
10253
10257
|
main: {
|
|
@@ -10259,10 +10263,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10259
10263
|
type: "relative";
|
|
10260
10264
|
path: string;
|
|
10261
10265
|
};
|
|
10262
|
-
ui: {
|
|
10263
|
-
type: "relative";
|
|
10264
|
-
path: string;
|
|
10265
|
-
};
|
|
10266
10266
|
};
|
|
10267
10267
|
meta: {
|
|
10268
10268
|
organization: {
|
|
@@ -10317,6 +10317,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10317
10317
|
latestByChannel: Record<string, {
|
|
10318
10318
|
description: {
|
|
10319
10319
|
components: {
|
|
10320
|
+
ui: {
|
|
10321
|
+
type: "relative";
|
|
10322
|
+
path: string;
|
|
10323
|
+
};
|
|
10320
10324
|
workflow: {
|
|
10321
10325
|
type: "workflow-v1";
|
|
10322
10326
|
main: {
|
|
@@ -10328,10 +10332,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10328
10332
|
type: "relative";
|
|
10329
10333
|
path: string;
|
|
10330
10334
|
};
|
|
10331
|
-
ui: {
|
|
10332
|
-
type: "relative";
|
|
10333
|
-
path: string;
|
|
10334
|
-
};
|
|
10335
10335
|
};
|
|
10336
10336
|
meta: {
|
|
10337
10337
|
organization: {
|
|
@@ -10396,6 +10396,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10396
10396
|
}[];
|
|
10397
10397
|
latest: {
|
|
10398
10398
|
components: {
|
|
10399
|
+
ui: {
|
|
10400
|
+
type: "relative";
|
|
10401
|
+
path: string;
|
|
10402
|
+
};
|
|
10399
10403
|
workflow: {
|
|
10400
10404
|
type: "relative";
|
|
10401
10405
|
path: string;
|
|
@@ -10410,10 +10414,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10410
10414
|
type: "relative";
|
|
10411
10415
|
path: string;
|
|
10412
10416
|
};
|
|
10413
|
-
ui: {
|
|
10414
|
-
type: "relative";
|
|
10415
|
-
path: string;
|
|
10416
|
-
};
|
|
10417
10417
|
};
|
|
10418
10418
|
meta: {
|
|
10419
10419
|
organization: {
|
|
@@ -10469,6 +10469,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10469
10469
|
latestByChannel?: Record<string, {
|
|
10470
10470
|
description: {
|
|
10471
10471
|
components: {
|
|
10472
|
+
ui: {
|
|
10473
|
+
type: "relative";
|
|
10474
|
+
path: string;
|
|
10475
|
+
};
|
|
10472
10476
|
workflow: {
|
|
10473
10477
|
type: "relative";
|
|
10474
10478
|
path: string;
|
|
@@ -10483,10 +10487,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10483
10487
|
type: "relative";
|
|
10484
10488
|
path: string;
|
|
10485
10489
|
};
|
|
10486
|
-
ui: {
|
|
10487
|
-
type: "relative";
|
|
10488
|
-
path: string;
|
|
10489
|
-
};
|
|
10490
10490
|
};
|
|
10491
10491
|
meta: {
|
|
10492
10492
|
organization: {
|
|
@@ -10553,6 +10553,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10553
10553
|
}[];
|
|
10554
10554
|
latest: {
|
|
10555
10555
|
components: {
|
|
10556
|
+
ui: {
|
|
10557
|
+
type: "relative";
|
|
10558
|
+
path: string;
|
|
10559
|
+
};
|
|
10556
10560
|
workflow: {
|
|
10557
10561
|
type: "workflow-v1";
|
|
10558
10562
|
main: {
|
|
@@ -10564,10 +10568,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10564
10568
|
type: "relative";
|
|
10565
10569
|
path: string;
|
|
10566
10570
|
};
|
|
10567
|
-
ui: {
|
|
10568
|
-
type: "relative";
|
|
10569
|
-
path: string;
|
|
10570
|
-
};
|
|
10571
10571
|
};
|
|
10572
10572
|
meta: {
|
|
10573
10573
|
organization: {
|
|
@@ -10622,6 +10622,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10622
10622
|
latestByChannel: Record<string, {
|
|
10623
10623
|
description: {
|
|
10624
10624
|
components: {
|
|
10625
|
+
ui: {
|
|
10626
|
+
type: "relative";
|
|
10627
|
+
path: string;
|
|
10628
|
+
};
|
|
10625
10629
|
workflow: {
|
|
10626
10630
|
type: "workflow-v1";
|
|
10627
10631
|
main: {
|
|
@@ -10633,10 +10637,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10633
10637
|
type: "relative";
|
|
10634
10638
|
path: string;
|
|
10635
10639
|
};
|
|
10636
|
-
ui: {
|
|
10637
|
-
type: "relative";
|
|
10638
|
-
path: string;
|
|
10639
|
-
};
|
|
10640
10640
|
};
|
|
10641
10641
|
meta: {
|
|
10642
10642
|
organization: {
|
|
@@ -10700,6 +10700,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10700
10700
|
};
|
|
10701
10701
|
latest: {
|
|
10702
10702
|
components: {
|
|
10703
|
+
ui: {
|
|
10704
|
+
type: "relative";
|
|
10705
|
+
path: string;
|
|
10706
|
+
};
|
|
10703
10707
|
workflow: {
|
|
10704
10708
|
type: "relative";
|
|
10705
10709
|
path: string;
|
|
@@ -10714,10 +10718,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10714
10718
|
type: "relative";
|
|
10715
10719
|
path: string;
|
|
10716
10720
|
};
|
|
10717
|
-
ui: {
|
|
10718
|
-
type: "relative";
|
|
10719
|
-
path: string;
|
|
10720
|
-
};
|
|
10721
10721
|
};
|
|
10722
10722
|
meta: {
|
|
10723
10723
|
organization: {
|
|
@@ -10777,6 +10777,10 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10777
10777
|
latestByChannel?: Record<string, {
|
|
10778
10778
|
description: {
|
|
10779
10779
|
components: {
|
|
10780
|
+
ui: {
|
|
10781
|
+
type: "relative";
|
|
10782
|
+
path: string;
|
|
10783
|
+
};
|
|
10780
10784
|
workflow: {
|
|
10781
10785
|
type: "relative";
|
|
10782
10786
|
path: string;
|
|
@@ -10791,10 +10795,6 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10791
10795
|
type: "relative";
|
|
10792
10796
|
path: string;
|
|
10793
10797
|
};
|
|
10794
|
-
ui: {
|
|
10795
|
-
type: "relative";
|
|
10796
|
-
path: string;
|
|
10797
|
-
};
|
|
10798
10798
|
};
|
|
10799
10799
|
meta: {
|
|
10800
10800
|
organization: {
|
|
@@ -10953,6 +10953,10 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
10953
10953
|
path: string;
|
|
10954
10954
|
}>;
|
|
10955
10955
|
}, "strip", z.ZodTypeAny, {
|
|
10956
|
+
ui: {
|
|
10957
|
+
type: "relative";
|
|
10958
|
+
path: string;
|
|
10959
|
+
};
|
|
10956
10960
|
workflow: {
|
|
10957
10961
|
type: "workflow-v1";
|
|
10958
10962
|
main: {
|
|
@@ -10964,11 +10968,11 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
10964
10968
|
type: "relative";
|
|
10965
10969
|
path: string;
|
|
10966
10970
|
};
|
|
10971
|
+
}, {
|
|
10967
10972
|
ui: {
|
|
10968
10973
|
type: "relative";
|
|
10969
10974
|
path: string;
|
|
10970
10975
|
};
|
|
10971
|
-
}, {
|
|
10972
10976
|
workflow: {
|
|
10973
10977
|
type: "relative";
|
|
10974
10978
|
path: string;
|
|
@@ -10983,10 +10987,6 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
10983
10987
|
type: "relative";
|
|
10984
10988
|
path: string;
|
|
10985
10989
|
};
|
|
10986
|
-
ui: {
|
|
10987
|
-
type: "relative";
|
|
10988
|
-
path: string;
|
|
10989
|
-
};
|
|
10990
10990
|
}>;
|
|
10991
10991
|
meta: z.ZodObject<{
|
|
10992
10992
|
title: z.ZodString;
|
|
@@ -11221,6 +11221,10 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
11221
11221
|
version: string;
|
|
11222
11222
|
};
|
|
11223
11223
|
components: {
|
|
11224
|
+
ui: {
|
|
11225
|
+
type: "relative";
|
|
11226
|
+
path: string;
|
|
11227
|
+
};
|
|
11224
11228
|
workflow: {
|
|
11225
11229
|
type: "workflow-v1";
|
|
11226
11230
|
main: {
|
|
@@ -11232,10 +11236,6 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
11232
11236
|
type: "relative";
|
|
11233
11237
|
path: string;
|
|
11234
11238
|
};
|
|
11235
|
-
ui: {
|
|
11236
|
-
type: "relative";
|
|
11237
|
-
path: string;
|
|
11238
|
-
};
|
|
11239
11239
|
};
|
|
11240
11240
|
meta: {
|
|
11241
11241
|
title: string;
|
|
@@ -11275,6 +11275,10 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
11275
11275
|
version: string;
|
|
11276
11276
|
};
|
|
11277
11277
|
components: {
|
|
11278
|
+
ui: {
|
|
11279
|
+
type: "relative";
|
|
11280
|
+
path: string;
|
|
11281
|
+
};
|
|
11278
11282
|
workflow: {
|
|
11279
11283
|
type: "relative";
|
|
11280
11284
|
path: string;
|
|
@@ -11289,10 +11293,6 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
11289
11293
|
type: "relative";
|
|
11290
11294
|
path: string;
|
|
11291
11295
|
};
|
|
11292
|
-
ui: {
|
|
11293
|
-
type: "relative";
|
|
11294
|
-
path: string;
|
|
11295
|
-
};
|
|
11296
11296
|
};
|
|
11297
11297
|
meta: {
|
|
11298
11298
|
title: string;
|
|
@@ -11468,6 +11468,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11468
11468
|
path: string;
|
|
11469
11469
|
}>;
|
|
11470
11470
|
}, "strip", z.ZodTypeAny, {
|
|
11471
|
+
ui: {
|
|
11472
|
+
type: "relative";
|
|
11473
|
+
path: string;
|
|
11474
|
+
};
|
|
11471
11475
|
workflow: {
|
|
11472
11476
|
type: "workflow-v1";
|
|
11473
11477
|
main: {
|
|
@@ -11479,11 +11483,11 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11479
11483
|
type: "relative";
|
|
11480
11484
|
path: string;
|
|
11481
11485
|
};
|
|
11486
|
+
}, {
|
|
11482
11487
|
ui: {
|
|
11483
11488
|
type: "relative";
|
|
11484
11489
|
path: string;
|
|
11485
11490
|
};
|
|
11486
|
-
}, {
|
|
11487
11491
|
workflow: {
|
|
11488
11492
|
type: "relative";
|
|
11489
11493
|
path: string;
|
|
@@ -11498,10 +11502,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11498
11502
|
type: "relative";
|
|
11499
11503
|
path: string;
|
|
11500
11504
|
};
|
|
11501
|
-
ui: {
|
|
11502
|
-
type: "relative";
|
|
11503
|
-
path: string;
|
|
11504
|
-
};
|
|
11505
11505
|
}>;
|
|
11506
11506
|
meta: z.ZodObject<{
|
|
11507
11507
|
title: z.ZodString;
|
|
@@ -11736,6 +11736,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11736
11736
|
version: string;
|
|
11737
11737
|
};
|
|
11738
11738
|
components: {
|
|
11739
|
+
ui: {
|
|
11740
|
+
type: "relative";
|
|
11741
|
+
path: string;
|
|
11742
|
+
};
|
|
11739
11743
|
workflow: {
|
|
11740
11744
|
type: "workflow-v1";
|
|
11741
11745
|
main: {
|
|
@@ -11747,10 +11751,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11747
11751
|
type: "relative";
|
|
11748
11752
|
path: string;
|
|
11749
11753
|
};
|
|
11750
|
-
ui: {
|
|
11751
|
-
type: "relative";
|
|
11752
|
-
path: string;
|
|
11753
|
-
};
|
|
11754
11754
|
};
|
|
11755
11755
|
meta: {
|
|
11756
11756
|
title: string;
|
|
@@ -11790,6 +11790,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11790
11790
|
version: string;
|
|
11791
11791
|
};
|
|
11792
11792
|
components: {
|
|
11793
|
+
ui: {
|
|
11794
|
+
type: "relative";
|
|
11795
|
+
path: string;
|
|
11796
|
+
};
|
|
11793
11797
|
workflow: {
|
|
11794
11798
|
type: "relative";
|
|
11795
11799
|
path: string;
|
|
@@ -11804,10 +11808,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11804
11808
|
type: "relative";
|
|
11805
11809
|
path: string;
|
|
11806
11810
|
};
|
|
11807
|
-
ui: {
|
|
11808
|
-
type: "relative";
|
|
11809
|
-
path: string;
|
|
11810
|
-
};
|
|
11811
11811
|
};
|
|
11812
11812
|
meta: {
|
|
11813
11813
|
title: string;
|
|
@@ -11959,6 +11959,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11959
11959
|
path: string;
|
|
11960
11960
|
}>;
|
|
11961
11961
|
}, "strip", z.ZodTypeAny, {
|
|
11962
|
+
ui: {
|
|
11963
|
+
type: "relative";
|
|
11964
|
+
path: string;
|
|
11965
|
+
};
|
|
11962
11966
|
workflow: {
|
|
11963
11967
|
type: "workflow-v1";
|
|
11964
11968
|
main: {
|
|
@@ -11970,11 +11974,11 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11970
11974
|
type: "relative";
|
|
11971
11975
|
path: string;
|
|
11972
11976
|
};
|
|
11977
|
+
}, {
|
|
11973
11978
|
ui: {
|
|
11974
11979
|
type: "relative";
|
|
11975
11980
|
path: string;
|
|
11976
11981
|
};
|
|
11977
|
-
}, {
|
|
11978
11982
|
workflow: {
|
|
11979
11983
|
type: "relative";
|
|
11980
11984
|
path: string;
|
|
@@ -11989,10 +11993,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11989
11993
|
type: "relative";
|
|
11990
11994
|
path: string;
|
|
11991
11995
|
};
|
|
11992
|
-
ui: {
|
|
11993
|
-
type: "relative";
|
|
11994
|
-
path: string;
|
|
11995
|
-
};
|
|
11996
11996
|
}>;
|
|
11997
11997
|
meta: z.ZodObject<{
|
|
11998
11998
|
title: z.ZodString;
|
|
@@ -12227,6 +12227,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12227
12227
|
version: string;
|
|
12228
12228
|
};
|
|
12229
12229
|
components: {
|
|
12230
|
+
ui: {
|
|
12231
|
+
type: "relative";
|
|
12232
|
+
path: string;
|
|
12233
|
+
};
|
|
12230
12234
|
workflow: {
|
|
12231
12235
|
type: "workflow-v1";
|
|
12232
12236
|
main: {
|
|
@@ -12238,10 +12242,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12238
12242
|
type: "relative";
|
|
12239
12243
|
path: string;
|
|
12240
12244
|
};
|
|
12241
|
-
ui: {
|
|
12242
|
-
type: "relative";
|
|
12243
|
-
path: string;
|
|
12244
|
-
};
|
|
12245
12245
|
};
|
|
12246
12246
|
meta: {
|
|
12247
12247
|
title: string;
|
|
@@ -12281,6 +12281,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12281
12281
|
version: string;
|
|
12282
12282
|
};
|
|
12283
12283
|
components: {
|
|
12284
|
+
ui: {
|
|
12285
|
+
type: "relative";
|
|
12286
|
+
path: string;
|
|
12287
|
+
};
|
|
12284
12288
|
workflow: {
|
|
12285
12289
|
type: "relative";
|
|
12286
12290
|
path: string;
|
|
@@ -12295,10 +12299,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12295
12299
|
type: "relative";
|
|
12296
12300
|
path: string;
|
|
12297
12301
|
};
|
|
12298
|
-
ui: {
|
|
12299
|
-
type: "relative";
|
|
12300
|
-
path: string;
|
|
12301
|
-
};
|
|
12302
12302
|
};
|
|
12303
12303
|
meta: {
|
|
12304
12304
|
title: string;
|
|
@@ -12353,6 +12353,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12353
12353
|
version: string;
|
|
12354
12354
|
};
|
|
12355
12355
|
components: {
|
|
12356
|
+
ui: {
|
|
12357
|
+
type: "relative";
|
|
12358
|
+
path: string;
|
|
12359
|
+
};
|
|
12356
12360
|
workflow: {
|
|
12357
12361
|
type: "workflow-v1";
|
|
12358
12362
|
main: {
|
|
@@ -12364,10 +12368,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12364
12368
|
type: "relative";
|
|
12365
12369
|
path: string;
|
|
12366
12370
|
};
|
|
12367
|
-
ui: {
|
|
12368
|
-
type: "relative";
|
|
12369
|
-
path: string;
|
|
12370
|
-
};
|
|
12371
12371
|
};
|
|
12372
12372
|
meta: {
|
|
12373
12373
|
title: string;
|
|
@@ -12410,6 +12410,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12410
12410
|
version: string;
|
|
12411
12411
|
};
|
|
12412
12412
|
components: {
|
|
12413
|
+
ui: {
|
|
12414
|
+
type: "relative";
|
|
12415
|
+
path: string;
|
|
12416
|
+
};
|
|
12413
12417
|
workflow: {
|
|
12414
12418
|
type: "relative";
|
|
12415
12419
|
path: string;
|
|
@@ -12424,10 +12428,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12424
12428
|
type: "relative";
|
|
12425
12429
|
path: string;
|
|
12426
12430
|
};
|
|
12427
|
-
ui: {
|
|
12428
|
-
type: "relative";
|
|
12429
|
-
path: string;
|
|
12430
|
-
};
|
|
12431
12431
|
};
|
|
12432
12432
|
meta: {
|
|
12433
12433
|
title: string;
|
|
@@ -12487,6 +12487,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12487
12487
|
version: string;
|
|
12488
12488
|
};
|
|
12489
12489
|
components: {
|
|
12490
|
+
ui: {
|
|
12491
|
+
type: "relative";
|
|
12492
|
+
path: string;
|
|
12493
|
+
};
|
|
12490
12494
|
workflow: {
|
|
12491
12495
|
type: "workflow-v1";
|
|
12492
12496
|
main: {
|
|
@@ -12498,10 +12502,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12498
12502
|
type: "relative";
|
|
12499
12503
|
path: string;
|
|
12500
12504
|
};
|
|
12501
|
-
ui: {
|
|
12502
|
-
type: "relative";
|
|
12503
|
-
path: string;
|
|
12504
|
-
};
|
|
12505
12505
|
};
|
|
12506
12506
|
meta: {
|
|
12507
12507
|
title: string;
|
|
@@ -12544,6 +12544,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12544
12544
|
version: string;
|
|
12545
12545
|
};
|
|
12546
12546
|
components: {
|
|
12547
|
+
ui: {
|
|
12548
|
+
type: "relative";
|
|
12549
|
+
path: string;
|
|
12550
|
+
};
|
|
12547
12551
|
workflow: {
|
|
12548
12552
|
type: "workflow-v1";
|
|
12549
12553
|
main: {
|
|
@@ -12555,10 +12559,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12555
12559
|
type: "relative";
|
|
12556
12560
|
path: string;
|
|
12557
12561
|
};
|
|
12558
|
-
ui: {
|
|
12559
|
-
type: "relative";
|
|
12560
|
-
path: string;
|
|
12561
|
-
};
|
|
12562
12562
|
};
|
|
12563
12563
|
meta: {
|
|
12564
12564
|
title: string;
|
|
@@ -12611,6 +12611,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12611
12611
|
version: string;
|
|
12612
12612
|
};
|
|
12613
12613
|
components: {
|
|
12614
|
+
ui: {
|
|
12615
|
+
type: "relative";
|
|
12616
|
+
path: string;
|
|
12617
|
+
};
|
|
12614
12618
|
workflow: {
|
|
12615
12619
|
type: "relative";
|
|
12616
12620
|
path: string;
|
|
@@ -12625,10 +12629,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12625
12629
|
type: "relative";
|
|
12626
12630
|
path: string;
|
|
12627
12631
|
};
|
|
12628
|
-
ui: {
|
|
12629
|
-
type: "relative";
|
|
12630
|
-
path: string;
|
|
12631
|
-
};
|
|
12632
12632
|
};
|
|
12633
12633
|
meta: {
|
|
12634
12634
|
title: string;
|
|
@@ -12688,6 +12688,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12688
12688
|
version: string;
|
|
12689
12689
|
};
|
|
12690
12690
|
components: {
|
|
12691
|
+
ui: {
|
|
12692
|
+
type: "relative";
|
|
12693
|
+
path: string;
|
|
12694
|
+
};
|
|
12691
12695
|
workflow: {
|
|
12692
12696
|
type: "relative";
|
|
12693
12697
|
path: string;
|
|
@@ -12702,10 +12706,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12702
12706
|
type: "relative";
|
|
12703
12707
|
path: string;
|
|
12704
12708
|
};
|
|
12705
|
-
ui: {
|
|
12706
|
-
type: "relative";
|
|
12707
|
-
path: string;
|
|
12708
|
-
};
|
|
12709
12709
|
};
|
|
12710
12710
|
meta: {
|
|
12711
12711
|
title: string;
|
|
@@ -12765,6 +12765,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12765
12765
|
version: string;
|
|
12766
12766
|
};
|
|
12767
12767
|
components: {
|
|
12768
|
+
ui: {
|
|
12769
|
+
type: "relative";
|
|
12770
|
+
path: string;
|
|
12771
|
+
};
|
|
12768
12772
|
workflow: {
|
|
12769
12773
|
type: "workflow-v1";
|
|
12770
12774
|
main: {
|
|
@@ -12776,10 +12780,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12776
12780
|
type: "relative";
|
|
12777
12781
|
path: string;
|
|
12778
12782
|
};
|
|
12779
|
-
ui: {
|
|
12780
|
-
type: "relative";
|
|
12781
|
-
path: string;
|
|
12782
|
-
};
|
|
12783
12783
|
};
|
|
12784
12784
|
meta: {
|
|
12785
12785
|
title: string;
|
|
@@ -12822,6 +12822,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12822
12822
|
version: string;
|
|
12823
12823
|
};
|
|
12824
12824
|
components: {
|
|
12825
|
+
ui: {
|
|
12826
|
+
type: "relative";
|
|
12827
|
+
path: string;
|
|
12828
|
+
};
|
|
12825
12829
|
workflow: {
|
|
12826
12830
|
type: "workflow-v1";
|
|
12827
12831
|
main: {
|
|
@@ -12833,10 +12837,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12833
12837
|
type: "relative";
|
|
12834
12838
|
path: string;
|
|
12835
12839
|
};
|
|
12836
|
-
ui: {
|
|
12837
|
-
type: "relative";
|
|
12838
|
-
path: string;
|
|
12839
|
-
};
|
|
12840
12840
|
};
|
|
12841
12841
|
meta: {
|
|
12842
12842
|
title: string;
|
|
@@ -12889,6 +12889,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12889
12889
|
version: string;
|
|
12890
12890
|
};
|
|
12891
12891
|
components: {
|
|
12892
|
+
ui: {
|
|
12893
|
+
type: "relative";
|
|
12894
|
+
path: string;
|
|
12895
|
+
};
|
|
12892
12896
|
workflow: {
|
|
12893
12897
|
type: "relative";
|
|
12894
12898
|
path: string;
|
|
@@ -12903,10 +12907,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12903
12907
|
type: "relative";
|
|
12904
12908
|
path: string;
|
|
12905
12909
|
};
|
|
12906
|
-
ui: {
|
|
12907
|
-
type: "relative";
|
|
12908
|
-
path: string;
|
|
12909
|
-
};
|
|
12910
12910
|
};
|
|
12911
12911
|
meta: {
|
|
12912
12912
|
title: string;
|
|
@@ -12966,6 +12966,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12966
12966
|
version: string;
|
|
12967
12967
|
};
|
|
12968
12968
|
components: {
|
|
12969
|
+
ui: {
|
|
12970
|
+
type: "relative";
|
|
12971
|
+
path: string;
|
|
12972
|
+
};
|
|
12969
12973
|
workflow: {
|
|
12970
12974
|
type: "relative";
|
|
12971
12975
|
path: string;
|
|
@@ -12980,10 +12984,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12980
12984
|
type: "relative";
|
|
12981
12985
|
path: string;
|
|
12982
12986
|
};
|
|
12983
|
-
ui: {
|
|
12984
|
-
type: "relative";
|
|
12985
|
-
path: string;
|
|
12986
|
-
};
|
|
12987
12987
|
};
|
|
12988
12988
|
meta: {
|
|
12989
12989
|
title: string;
|
|
@@ -13043,6 +13043,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13043
13043
|
version: string;
|
|
13044
13044
|
};
|
|
13045
13045
|
components: {
|
|
13046
|
+
ui: {
|
|
13047
|
+
type: "relative";
|
|
13048
|
+
path: string;
|
|
13049
|
+
};
|
|
13046
13050
|
workflow: {
|
|
13047
13051
|
type: "workflow-v1";
|
|
13048
13052
|
main: {
|
|
@@ -13054,10 +13058,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13054
13058
|
type: "relative";
|
|
13055
13059
|
path: string;
|
|
13056
13060
|
};
|
|
13057
|
-
ui: {
|
|
13058
|
-
type: "relative";
|
|
13059
|
-
path: string;
|
|
13060
|
-
};
|
|
13061
13061
|
};
|
|
13062
13062
|
meta: {
|
|
13063
13063
|
title: string;
|
|
@@ -13100,6 +13100,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13100
13100
|
version: string;
|
|
13101
13101
|
};
|
|
13102
13102
|
components: {
|
|
13103
|
+
ui: {
|
|
13104
|
+
type: "relative";
|
|
13105
|
+
path: string;
|
|
13106
|
+
};
|
|
13103
13107
|
workflow: {
|
|
13104
13108
|
type: "workflow-v1";
|
|
13105
13109
|
main: {
|
|
@@ -13111,10 +13115,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13111
13115
|
type: "relative";
|
|
13112
13116
|
path: string;
|
|
13113
13117
|
};
|
|
13114
|
-
ui: {
|
|
13115
|
-
type: "relative";
|
|
13116
|
-
path: string;
|
|
13117
|
-
};
|
|
13118
13118
|
};
|
|
13119
13119
|
meta: {
|
|
13120
13120
|
title: string;
|
|
@@ -13167,6 +13167,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13167
13167
|
version: string;
|
|
13168
13168
|
};
|
|
13169
13169
|
components: {
|
|
13170
|
+
ui: {
|
|
13171
|
+
type: "relative";
|
|
13172
|
+
path: string;
|
|
13173
|
+
};
|
|
13170
13174
|
workflow: {
|
|
13171
13175
|
type: "relative";
|
|
13172
13176
|
path: string;
|
|
@@ -13181,10 +13185,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13181
13185
|
type: "relative";
|
|
13182
13186
|
path: string;
|
|
13183
13187
|
};
|
|
13184
|
-
ui: {
|
|
13185
|
-
type: "relative";
|
|
13186
|
-
path: string;
|
|
13187
|
-
};
|
|
13188
13188
|
};
|
|
13189
13189
|
meta: {
|
|
13190
13190
|
title: string;
|
|
@@ -13244,6 +13244,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13244
13244
|
version: string;
|
|
13245
13245
|
};
|
|
13246
13246
|
components: {
|
|
13247
|
+
ui: {
|
|
13248
|
+
type: "relative";
|
|
13249
|
+
path: string;
|
|
13250
|
+
};
|
|
13247
13251
|
workflow: {
|
|
13248
13252
|
type: "relative";
|
|
13249
13253
|
path: string;
|
|
@@ -13258,10 +13262,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13258
13262
|
type: "relative";
|
|
13259
13263
|
path: string;
|
|
13260
13264
|
};
|
|
13261
|
-
ui: {
|
|
13262
|
-
type: "relative";
|
|
13263
|
-
path: string;
|
|
13264
|
-
};
|
|
13265
13265
|
};
|
|
13266
13266
|
meta: {
|
|
13267
13267
|
title: string;
|
|
@@ -13435,6 +13435,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13435
13435
|
path: string;
|
|
13436
13436
|
}>;
|
|
13437
13437
|
}, "strip", z.ZodTypeAny, {
|
|
13438
|
+
ui: {
|
|
13439
|
+
type: "relative";
|
|
13440
|
+
path: string;
|
|
13441
|
+
};
|
|
13438
13442
|
workflow: {
|
|
13439
13443
|
type: "workflow-v1";
|
|
13440
13444
|
main: {
|
|
@@ -13446,11 +13450,11 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13446
13450
|
type: "relative";
|
|
13447
13451
|
path: string;
|
|
13448
13452
|
};
|
|
13453
|
+
}, {
|
|
13449
13454
|
ui: {
|
|
13450
13455
|
type: "relative";
|
|
13451
13456
|
path: string;
|
|
13452
13457
|
};
|
|
13453
|
-
}, {
|
|
13454
13458
|
workflow: {
|
|
13455
13459
|
type: "relative";
|
|
13456
13460
|
path: string;
|
|
@@ -13465,10 +13469,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13465
13469
|
type: "relative";
|
|
13466
13470
|
path: string;
|
|
13467
13471
|
};
|
|
13468
|
-
ui: {
|
|
13469
|
-
type: "relative";
|
|
13470
|
-
path: string;
|
|
13471
|
-
};
|
|
13472
13472
|
}>;
|
|
13473
13473
|
meta: z.ZodObject<{
|
|
13474
13474
|
title: z.ZodString;
|
|
@@ -13703,6 +13703,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13703
13703
|
version: string;
|
|
13704
13704
|
};
|
|
13705
13705
|
components: {
|
|
13706
|
+
ui: {
|
|
13707
|
+
type: "relative";
|
|
13708
|
+
path: string;
|
|
13709
|
+
};
|
|
13706
13710
|
workflow: {
|
|
13707
13711
|
type: "workflow-v1";
|
|
13708
13712
|
main: {
|
|
@@ -13714,10 +13718,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13714
13718
|
type: "relative";
|
|
13715
13719
|
path: string;
|
|
13716
13720
|
};
|
|
13717
|
-
ui: {
|
|
13718
|
-
type: "relative";
|
|
13719
|
-
path: string;
|
|
13720
|
-
};
|
|
13721
13721
|
};
|
|
13722
13722
|
meta: {
|
|
13723
13723
|
title: string;
|
|
@@ -13757,6 +13757,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13757
13757
|
version: string;
|
|
13758
13758
|
};
|
|
13759
13759
|
components: {
|
|
13760
|
+
ui: {
|
|
13761
|
+
type: "relative";
|
|
13762
|
+
path: string;
|
|
13763
|
+
};
|
|
13760
13764
|
workflow: {
|
|
13761
13765
|
type: "relative";
|
|
13762
13766
|
path: string;
|
|
@@ -13771,10 +13775,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13771
13775
|
type: "relative";
|
|
13772
13776
|
path: string;
|
|
13773
13777
|
};
|
|
13774
|
-
ui: {
|
|
13775
|
-
type: "relative";
|
|
13776
|
-
path: string;
|
|
13777
|
-
};
|
|
13778
13778
|
};
|
|
13779
13779
|
meta: {
|
|
13780
13780
|
title: string;
|
|
@@ -13925,6 +13925,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13925
13925
|
path: string;
|
|
13926
13926
|
}>;
|
|
13927
13927
|
}, "strip", z.ZodTypeAny, {
|
|
13928
|
+
ui: {
|
|
13929
|
+
type: "relative";
|
|
13930
|
+
path: string;
|
|
13931
|
+
};
|
|
13928
13932
|
workflow: {
|
|
13929
13933
|
type: "workflow-v1";
|
|
13930
13934
|
main: {
|
|
@@ -13936,11 +13940,11 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13936
13940
|
type: "relative";
|
|
13937
13941
|
path: string;
|
|
13938
13942
|
};
|
|
13943
|
+
}, {
|
|
13939
13944
|
ui: {
|
|
13940
13945
|
type: "relative";
|
|
13941
13946
|
path: string;
|
|
13942
13947
|
};
|
|
13943
|
-
}, {
|
|
13944
13948
|
workflow: {
|
|
13945
13949
|
type: "relative";
|
|
13946
13950
|
path: string;
|
|
@@ -13955,10 +13959,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13955
13959
|
type: "relative";
|
|
13956
13960
|
path: string;
|
|
13957
13961
|
};
|
|
13958
|
-
ui: {
|
|
13959
|
-
type: "relative";
|
|
13960
|
-
path: string;
|
|
13961
|
-
};
|
|
13962
13962
|
}>;
|
|
13963
13963
|
meta: z.ZodObject<{
|
|
13964
13964
|
title: z.ZodString;
|
|
@@ -14193,6 +14193,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14193
14193
|
version: string;
|
|
14194
14194
|
};
|
|
14195
14195
|
components: {
|
|
14196
|
+
ui: {
|
|
14197
|
+
type: "relative";
|
|
14198
|
+
path: string;
|
|
14199
|
+
};
|
|
14196
14200
|
workflow: {
|
|
14197
14201
|
type: "workflow-v1";
|
|
14198
14202
|
main: {
|
|
@@ -14204,10 +14208,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14204
14208
|
type: "relative";
|
|
14205
14209
|
path: string;
|
|
14206
14210
|
};
|
|
14207
|
-
ui: {
|
|
14208
|
-
type: "relative";
|
|
14209
|
-
path: string;
|
|
14210
|
-
};
|
|
14211
14211
|
};
|
|
14212
14212
|
meta: {
|
|
14213
14213
|
title: string;
|
|
@@ -14247,6 +14247,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14247
14247
|
version: string;
|
|
14248
14248
|
};
|
|
14249
14249
|
components: {
|
|
14250
|
+
ui: {
|
|
14251
|
+
type: "relative";
|
|
14252
|
+
path: string;
|
|
14253
|
+
};
|
|
14250
14254
|
workflow: {
|
|
14251
14255
|
type: "relative";
|
|
14252
14256
|
path: string;
|
|
@@ -14261,10 +14265,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14261
14265
|
type: "relative";
|
|
14262
14266
|
path: string;
|
|
14263
14267
|
};
|
|
14264
|
-
ui: {
|
|
14265
|
-
type: "relative";
|
|
14266
|
-
path: string;
|
|
14267
|
-
};
|
|
14268
14268
|
};
|
|
14269
14269
|
meta: {
|
|
14270
14270
|
title: string;
|
|
@@ -14319,6 +14319,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14319
14319
|
version: string;
|
|
14320
14320
|
};
|
|
14321
14321
|
components: {
|
|
14322
|
+
ui: {
|
|
14323
|
+
type: "relative";
|
|
14324
|
+
path: string;
|
|
14325
|
+
};
|
|
14322
14326
|
workflow: {
|
|
14323
14327
|
type: "workflow-v1";
|
|
14324
14328
|
main: {
|
|
@@ -14330,10 +14334,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14330
14334
|
type: "relative";
|
|
14331
14335
|
path: string;
|
|
14332
14336
|
};
|
|
14333
|
-
ui: {
|
|
14334
|
-
type: "relative";
|
|
14335
|
-
path: string;
|
|
14336
|
-
};
|
|
14337
14337
|
};
|
|
14338
14338
|
meta: {
|
|
14339
14339
|
title: string;
|
|
@@ -14376,6 +14376,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14376
14376
|
version: string;
|
|
14377
14377
|
};
|
|
14378
14378
|
components: {
|
|
14379
|
+
ui: {
|
|
14380
|
+
type: "relative";
|
|
14381
|
+
path: string;
|
|
14382
|
+
};
|
|
14379
14383
|
workflow: {
|
|
14380
14384
|
type: "relative";
|
|
14381
14385
|
path: string;
|
|
@@ -14390,10 +14394,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14390
14394
|
type: "relative";
|
|
14391
14395
|
path: string;
|
|
14392
14396
|
};
|
|
14393
|
-
ui: {
|
|
14394
|
-
type: "relative";
|
|
14395
|
-
path: string;
|
|
14396
|
-
};
|
|
14397
14397
|
};
|
|
14398
14398
|
meta: {
|
|
14399
14399
|
title: string;
|
|
@@ -14457,6 +14457,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14457
14457
|
version: string;
|
|
14458
14458
|
};
|
|
14459
14459
|
components: {
|
|
14460
|
+
ui: {
|
|
14461
|
+
type: "relative";
|
|
14462
|
+
path: string;
|
|
14463
|
+
};
|
|
14460
14464
|
workflow: {
|
|
14461
14465
|
type: "workflow-v1";
|
|
14462
14466
|
main: {
|
|
@@ -14468,10 +14472,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14468
14472
|
type: "relative";
|
|
14469
14473
|
path: string;
|
|
14470
14474
|
};
|
|
14471
|
-
ui: {
|
|
14472
|
-
type: "relative";
|
|
14473
|
-
path: string;
|
|
14474
|
-
};
|
|
14475
14475
|
};
|
|
14476
14476
|
meta: {
|
|
14477
14477
|
title: string;
|
|
@@ -14514,6 +14514,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14514
14514
|
version: string;
|
|
14515
14515
|
};
|
|
14516
14516
|
components: {
|
|
14517
|
+
ui: {
|
|
14518
|
+
type: "relative";
|
|
14519
|
+
path: string;
|
|
14520
|
+
};
|
|
14517
14521
|
workflow: {
|
|
14518
14522
|
type: "workflow-v1";
|
|
14519
14523
|
main: {
|
|
@@ -14525,10 +14529,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14525
14529
|
type: "relative";
|
|
14526
14530
|
path: string;
|
|
14527
14531
|
};
|
|
14528
|
-
ui: {
|
|
14529
|
-
type: "relative";
|
|
14530
|
-
path: string;
|
|
14531
|
-
};
|
|
14532
14532
|
};
|
|
14533
14533
|
meta: {
|
|
14534
14534
|
title: string;
|
|
@@ -14581,6 +14581,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14581
14581
|
version: string;
|
|
14582
14582
|
};
|
|
14583
14583
|
components: {
|
|
14584
|
+
ui: {
|
|
14585
|
+
type: "relative";
|
|
14586
|
+
path: string;
|
|
14587
|
+
};
|
|
14584
14588
|
workflow: {
|
|
14585
14589
|
type: "relative";
|
|
14586
14590
|
path: string;
|
|
@@ -14595,10 +14599,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14595
14599
|
type: "relative";
|
|
14596
14600
|
path: string;
|
|
14597
14601
|
};
|
|
14598
|
-
ui: {
|
|
14599
|
-
type: "relative";
|
|
14600
|
-
path: string;
|
|
14601
|
-
};
|
|
14602
14602
|
};
|
|
14603
14603
|
meta: {
|
|
14604
14604
|
title: string;
|
|
@@ -14654,6 +14654,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14654
14654
|
version: string;
|
|
14655
14655
|
};
|
|
14656
14656
|
components: {
|
|
14657
|
+
ui: {
|
|
14658
|
+
type: "relative";
|
|
14659
|
+
path: string;
|
|
14660
|
+
};
|
|
14657
14661
|
workflow: {
|
|
14658
14662
|
type: "relative";
|
|
14659
14663
|
path: string;
|
|
@@ -14668,10 +14672,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14668
14672
|
type: "relative";
|
|
14669
14673
|
path: string;
|
|
14670
14674
|
};
|
|
14671
|
-
ui: {
|
|
14672
|
-
type: "relative";
|
|
14673
|
-
path: string;
|
|
14674
|
-
};
|
|
14675
14675
|
};
|
|
14676
14676
|
meta: {
|
|
14677
14677
|
title: string;
|
|
@@ -14738,6 +14738,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14738
14738
|
version: string;
|
|
14739
14739
|
};
|
|
14740
14740
|
components: {
|
|
14741
|
+
ui: {
|
|
14742
|
+
type: "relative";
|
|
14743
|
+
path: string;
|
|
14744
|
+
};
|
|
14741
14745
|
workflow: {
|
|
14742
14746
|
type: "workflow-v1";
|
|
14743
14747
|
main: {
|
|
@@ -14749,10 +14753,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14749
14753
|
type: "relative";
|
|
14750
14754
|
path: string;
|
|
14751
14755
|
};
|
|
14752
|
-
ui: {
|
|
14753
|
-
type: "relative";
|
|
14754
|
-
path: string;
|
|
14755
|
-
};
|
|
14756
14756
|
};
|
|
14757
14757
|
meta: {
|
|
14758
14758
|
title: string;
|
|
@@ -14795,6 +14795,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14795
14795
|
version: string;
|
|
14796
14796
|
};
|
|
14797
14797
|
components: {
|
|
14798
|
+
ui: {
|
|
14799
|
+
type: "relative";
|
|
14800
|
+
path: string;
|
|
14801
|
+
};
|
|
14798
14802
|
workflow: {
|
|
14799
14803
|
type: "workflow-v1";
|
|
14800
14804
|
main: {
|
|
@@ -14806,10 +14810,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14806
14810
|
type: "relative";
|
|
14807
14811
|
path: string;
|
|
14808
14812
|
};
|
|
14809
|
-
ui: {
|
|
14810
|
-
type: "relative";
|
|
14811
|
-
path: string;
|
|
14812
|
-
};
|
|
14813
14813
|
};
|
|
14814
14814
|
meta: {
|
|
14815
14815
|
title: string;
|
|
@@ -14861,6 +14861,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14861
14861
|
version: string;
|
|
14862
14862
|
};
|
|
14863
14863
|
components: {
|
|
14864
|
+
ui: {
|
|
14865
|
+
type: "relative";
|
|
14866
|
+
path: string;
|
|
14867
|
+
};
|
|
14864
14868
|
workflow: {
|
|
14865
14869
|
type: "relative";
|
|
14866
14870
|
path: string;
|
|
@@ -14875,10 +14879,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14875
14879
|
type: "relative";
|
|
14876
14880
|
path: string;
|
|
14877
14881
|
};
|
|
14878
|
-
ui: {
|
|
14879
|
-
type: "relative";
|
|
14880
|
-
path: string;
|
|
14881
|
-
};
|
|
14882
14882
|
};
|
|
14883
14883
|
meta: {
|
|
14884
14884
|
title: string;
|
|
@@ -14938,6 +14938,10 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14938
14938
|
version: string;
|
|
14939
14939
|
};
|
|
14940
14940
|
components: {
|
|
14941
|
+
ui: {
|
|
14942
|
+
type: "relative";
|
|
14943
|
+
path: string;
|
|
14944
|
+
};
|
|
14941
14945
|
workflow: {
|
|
14942
14946
|
type: "relative";
|
|
14943
14947
|
path: string;
|
|
@@ -14952,10 +14956,6 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14952
14956
|
type: "relative";
|
|
14953
14957
|
path: string;
|
|
14954
14958
|
};
|
|
14955
|
-
ui: {
|
|
14956
|
-
type: "relative";
|
|
14957
|
-
path: string;
|
|
14958
|
-
};
|
|
14959
14959
|
};
|
|
14960
14960
|
meta: {
|
|
14961
14961
|
title: string;
|
|
@@ -15136,6 +15136,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15136
15136
|
path: string;
|
|
15137
15137
|
}>;
|
|
15138
15138
|
}, "strip", z.ZodTypeAny, {
|
|
15139
|
+
ui: {
|
|
15140
|
+
type: "relative";
|
|
15141
|
+
path: string;
|
|
15142
|
+
};
|
|
15139
15143
|
workflow: {
|
|
15140
15144
|
type: "workflow-v1";
|
|
15141
15145
|
main: {
|
|
@@ -15147,11 +15151,11 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15147
15151
|
type: "relative";
|
|
15148
15152
|
path: string;
|
|
15149
15153
|
};
|
|
15154
|
+
}, {
|
|
15150
15155
|
ui: {
|
|
15151
15156
|
type: "relative";
|
|
15152
15157
|
path: string;
|
|
15153
15158
|
};
|
|
15154
|
-
}, {
|
|
15155
15159
|
workflow: {
|
|
15156
15160
|
type: "relative";
|
|
15157
15161
|
path: string;
|
|
@@ -15166,10 +15170,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15166
15170
|
type: "relative";
|
|
15167
15171
|
path: string;
|
|
15168
15172
|
};
|
|
15169
|
-
ui: {
|
|
15170
|
-
type: "relative";
|
|
15171
|
-
path: string;
|
|
15172
|
-
};
|
|
15173
15173
|
}>;
|
|
15174
15174
|
meta: z.ZodObject<{
|
|
15175
15175
|
title: z.ZodString;
|
|
@@ -15404,6 +15404,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15404
15404
|
version: string;
|
|
15405
15405
|
};
|
|
15406
15406
|
components: {
|
|
15407
|
+
ui: {
|
|
15408
|
+
type: "relative";
|
|
15409
|
+
path: string;
|
|
15410
|
+
};
|
|
15407
15411
|
workflow: {
|
|
15408
15412
|
type: "workflow-v1";
|
|
15409
15413
|
main: {
|
|
@@ -15415,10 +15419,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15415
15419
|
type: "relative";
|
|
15416
15420
|
path: string;
|
|
15417
15421
|
};
|
|
15418
|
-
ui: {
|
|
15419
|
-
type: "relative";
|
|
15420
|
-
path: string;
|
|
15421
|
-
};
|
|
15422
15422
|
};
|
|
15423
15423
|
meta: {
|
|
15424
15424
|
title: string;
|
|
@@ -15458,6 +15458,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15458
15458
|
version: string;
|
|
15459
15459
|
};
|
|
15460
15460
|
components: {
|
|
15461
|
+
ui: {
|
|
15462
|
+
type: "relative";
|
|
15463
|
+
path: string;
|
|
15464
|
+
};
|
|
15461
15465
|
workflow: {
|
|
15462
15466
|
type: "relative";
|
|
15463
15467
|
path: string;
|
|
@@ -15472,10 +15476,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15472
15476
|
type: "relative";
|
|
15473
15477
|
path: string;
|
|
15474
15478
|
};
|
|
15475
|
-
ui: {
|
|
15476
|
-
type: "relative";
|
|
15477
|
-
path: string;
|
|
15478
|
-
};
|
|
15479
15479
|
};
|
|
15480
15480
|
meta: {
|
|
15481
15481
|
title: string;
|
|
@@ -15627,6 +15627,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15627
15627
|
path: string;
|
|
15628
15628
|
}>;
|
|
15629
15629
|
}, "strip", z.ZodTypeAny, {
|
|
15630
|
+
ui: {
|
|
15631
|
+
type: "relative";
|
|
15632
|
+
path: string;
|
|
15633
|
+
};
|
|
15630
15634
|
workflow: {
|
|
15631
15635
|
type: "workflow-v1";
|
|
15632
15636
|
main: {
|
|
@@ -15638,11 +15642,11 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15638
15642
|
type: "relative";
|
|
15639
15643
|
path: string;
|
|
15640
15644
|
};
|
|
15645
|
+
}, {
|
|
15641
15646
|
ui: {
|
|
15642
15647
|
type: "relative";
|
|
15643
15648
|
path: string;
|
|
15644
15649
|
};
|
|
15645
|
-
}, {
|
|
15646
15650
|
workflow: {
|
|
15647
15651
|
type: "relative";
|
|
15648
15652
|
path: string;
|
|
@@ -15657,10 +15661,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15657
15661
|
type: "relative";
|
|
15658
15662
|
path: string;
|
|
15659
15663
|
};
|
|
15660
|
-
ui: {
|
|
15661
|
-
type: "relative";
|
|
15662
|
-
path: string;
|
|
15663
|
-
};
|
|
15664
15664
|
}>;
|
|
15665
15665
|
meta: z.ZodObject<{
|
|
15666
15666
|
title: z.ZodString;
|
|
@@ -15895,6 +15895,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15895
15895
|
version: string;
|
|
15896
15896
|
};
|
|
15897
15897
|
components: {
|
|
15898
|
+
ui: {
|
|
15899
|
+
type: "relative";
|
|
15900
|
+
path: string;
|
|
15901
|
+
};
|
|
15898
15902
|
workflow: {
|
|
15899
15903
|
type: "workflow-v1";
|
|
15900
15904
|
main: {
|
|
@@ -15906,10 +15910,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15906
15910
|
type: "relative";
|
|
15907
15911
|
path: string;
|
|
15908
15912
|
};
|
|
15909
|
-
ui: {
|
|
15910
|
-
type: "relative";
|
|
15911
|
-
path: string;
|
|
15912
|
-
};
|
|
15913
15913
|
};
|
|
15914
15914
|
meta: {
|
|
15915
15915
|
title: string;
|
|
@@ -15949,6 +15949,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15949
15949
|
version: string;
|
|
15950
15950
|
};
|
|
15951
15951
|
components: {
|
|
15952
|
+
ui: {
|
|
15953
|
+
type: "relative";
|
|
15954
|
+
path: string;
|
|
15955
|
+
};
|
|
15952
15956
|
workflow: {
|
|
15953
15957
|
type: "relative";
|
|
15954
15958
|
path: string;
|
|
@@ -15963,10 +15967,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15963
15967
|
type: "relative";
|
|
15964
15968
|
path: string;
|
|
15965
15969
|
};
|
|
15966
|
-
ui: {
|
|
15967
|
-
type: "relative";
|
|
15968
|
-
path: string;
|
|
15969
|
-
};
|
|
15970
15970
|
};
|
|
15971
15971
|
meta: {
|
|
15972
15972
|
title: string;
|
|
@@ -16021,6 +16021,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16021
16021
|
version: string;
|
|
16022
16022
|
};
|
|
16023
16023
|
components: {
|
|
16024
|
+
ui: {
|
|
16025
|
+
type: "relative";
|
|
16026
|
+
path: string;
|
|
16027
|
+
};
|
|
16024
16028
|
workflow: {
|
|
16025
16029
|
type: "workflow-v1";
|
|
16026
16030
|
main: {
|
|
@@ -16032,10 +16036,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16032
16036
|
type: "relative";
|
|
16033
16037
|
path: string;
|
|
16034
16038
|
};
|
|
16035
|
-
ui: {
|
|
16036
|
-
type: "relative";
|
|
16037
|
-
path: string;
|
|
16038
|
-
};
|
|
16039
16039
|
};
|
|
16040
16040
|
meta: {
|
|
16041
16041
|
title: string;
|
|
@@ -16078,6 +16078,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16078
16078
|
version: string;
|
|
16079
16079
|
};
|
|
16080
16080
|
components: {
|
|
16081
|
+
ui: {
|
|
16082
|
+
type: "relative";
|
|
16083
|
+
path: string;
|
|
16084
|
+
};
|
|
16081
16085
|
workflow: {
|
|
16082
16086
|
type: "relative";
|
|
16083
16087
|
path: string;
|
|
@@ -16092,10 +16096,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16092
16096
|
type: "relative";
|
|
16093
16097
|
path: string;
|
|
16094
16098
|
};
|
|
16095
|
-
ui: {
|
|
16096
|
-
type: "relative";
|
|
16097
|
-
path: string;
|
|
16098
|
-
};
|
|
16099
16099
|
};
|
|
16100
16100
|
meta: {
|
|
16101
16101
|
title: string;
|
|
@@ -16155,6 +16155,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16155
16155
|
version: string;
|
|
16156
16156
|
};
|
|
16157
16157
|
components: {
|
|
16158
|
+
ui: {
|
|
16159
|
+
type: "relative";
|
|
16160
|
+
path: string;
|
|
16161
|
+
};
|
|
16158
16162
|
workflow: {
|
|
16159
16163
|
type: "workflow-v1";
|
|
16160
16164
|
main: {
|
|
@@ -16166,10 +16170,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16166
16170
|
type: "relative";
|
|
16167
16171
|
path: string;
|
|
16168
16172
|
};
|
|
16169
|
-
ui: {
|
|
16170
|
-
type: "relative";
|
|
16171
|
-
path: string;
|
|
16172
|
-
};
|
|
16173
16173
|
};
|
|
16174
16174
|
meta: {
|
|
16175
16175
|
title: string;
|
|
@@ -16212,6 +16212,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16212
16212
|
version: string;
|
|
16213
16213
|
};
|
|
16214
16214
|
components: {
|
|
16215
|
+
ui: {
|
|
16216
|
+
type: "relative";
|
|
16217
|
+
path: string;
|
|
16218
|
+
};
|
|
16215
16219
|
workflow: {
|
|
16216
16220
|
type: "workflow-v1";
|
|
16217
16221
|
main: {
|
|
@@ -16223,10 +16227,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16223
16227
|
type: "relative";
|
|
16224
16228
|
path: string;
|
|
16225
16229
|
};
|
|
16226
|
-
ui: {
|
|
16227
|
-
type: "relative";
|
|
16228
|
-
path: string;
|
|
16229
|
-
};
|
|
16230
16230
|
};
|
|
16231
16231
|
meta: {
|
|
16232
16232
|
title: string;
|
|
@@ -16279,6 +16279,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16279
16279
|
version: string;
|
|
16280
16280
|
};
|
|
16281
16281
|
components: {
|
|
16282
|
+
ui: {
|
|
16283
|
+
type: "relative";
|
|
16284
|
+
path: string;
|
|
16285
|
+
};
|
|
16282
16286
|
workflow: {
|
|
16283
16287
|
type: "relative";
|
|
16284
16288
|
path: string;
|
|
@@ -16293,10 +16297,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16293
16297
|
type: "relative";
|
|
16294
16298
|
path: string;
|
|
16295
16299
|
};
|
|
16296
|
-
ui: {
|
|
16297
|
-
type: "relative";
|
|
16298
|
-
path: string;
|
|
16299
|
-
};
|
|
16300
16300
|
};
|
|
16301
16301
|
meta: {
|
|
16302
16302
|
title: string;
|
|
@@ -16356,6 +16356,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16356
16356
|
version: string;
|
|
16357
16357
|
};
|
|
16358
16358
|
components: {
|
|
16359
|
+
ui: {
|
|
16360
|
+
type: "relative";
|
|
16361
|
+
path: string;
|
|
16362
|
+
};
|
|
16359
16363
|
workflow: {
|
|
16360
16364
|
type: "relative";
|
|
16361
16365
|
path: string;
|
|
@@ -16370,10 +16374,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16370
16374
|
type: "relative";
|
|
16371
16375
|
path: string;
|
|
16372
16376
|
};
|
|
16373
|
-
ui: {
|
|
16374
|
-
type: "relative";
|
|
16375
|
-
path: string;
|
|
16376
|
-
};
|
|
16377
16377
|
};
|
|
16378
16378
|
meta: {
|
|
16379
16379
|
title: string;
|
|
@@ -16433,6 +16433,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16433
16433
|
version: string;
|
|
16434
16434
|
};
|
|
16435
16435
|
components: {
|
|
16436
|
+
ui: {
|
|
16437
|
+
type: "relative";
|
|
16438
|
+
path: string;
|
|
16439
|
+
};
|
|
16436
16440
|
workflow: {
|
|
16437
16441
|
type: "workflow-v1";
|
|
16438
16442
|
main: {
|
|
@@ -16444,10 +16448,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16444
16448
|
type: "relative";
|
|
16445
16449
|
path: string;
|
|
16446
16450
|
};
|
|
16447
|
-
ui: {
|
|
16448
|
-
type: "relative";
|
|
16449
|
-
path: string;
|
|
16450
|
-
};
|
|
16451
16451
|
};
|
|
16452
16452
|
meta: {
|
|
16453
16453
|
title: string;
|
|
@@ -16490,6 +16490,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16490
16490
|
version: string;
|
|
16491
16491
|
};
|
|
16492
16492
|
components: {
|
|
16493
|
+
ui: {
|
|
16494
|
+
type: "relative";
|
|
16495
|
+
path: string;
|
|
16496
|
+
};
|
|
16493
16497
|
workflow: {
|
|
16494
16498
|
type: "workflow-v1";
|
|
16495
16499
|
main: {
|
|
@@ -16501,10 +16505,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16501
16505
|
type: "relative";
|
|
16502
16506
|
path: string;
|
|
16503
16507
|
};
|
|
16504
|
-
ui: {
|
|
16505
|
-
type: "relative";
|
|
16506
|
-
path: string;
|
|
16507
|
-
};
|
|
16508
16508
|
};
|
|
16509
16509
|
meta: {
|
|
16510
16510
|
title: string;
|
|
@@ -16557,6 +16557,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16557
16557
|
version: string;
|
|
16558
16558
|
};
|
|
16559
16559
|
components: {
|
|
16560
|
+
ui: {
|
|
16561
|
+
type: "relative";
|
|
16562
|
+
path: string;
|
|
16563
|
+
};
|
|
16560
16564
|
workflow: {
|
|
16561
16565
|
type: "relative";
|
|
16562
16566
|
path: string;
|
|
@@ -16571,10 +16575,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16571
16575
|
type: "relative";
|
|
16572
16576
|
path: string;
|
|
16573
16577
|
};
|
|
16574
|
-
ui: {
|
|
16575
|
-
type: "relative";
|
|
16576
|
-
path: string;
|
|
16577
|
-
};
|
|
16578
16578
|
};
|
|
16579
16579
|
meta: {
|
|
16580
16580
|
title: string;
|
|
@@ -16634,6 +16634,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16634
16634
|
version: string;
|
|
16635
16635
|
};
|
|
16636
16636
|
components: {
|
|
16637
|
+
ui: {
|
|
16638
|
+
type: "relative";
|
|
16639
|
+
path: string;
|
|
16640
|
+
};
|
|
16637
16641
|
workflow: {
|
|
16638
16642
|
type: "relative";
|
|
16639
16643
|
path: string;
|
|
@@ -16648,10 +16652,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16648
16652
|
type: "relative";
|
|
16649
16653
|
path: string;
|
|
16650
16654
|
};
|
|
16651
|
-
ui: {
|
|
16652
|
-
type: "relative";
|
|
16653
|
-
path: string;
|
|
16654
|
-
};
|
|
16655
16655
|
};
|
|
16656
16656
|
meta: {
|
|
16657
16657
|
title: string;
|
|
@@ -16711,6 +16711,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16711
16711
|
version: string;
|
|
16712
16712
|
};
|
|
16713
16713
|
components: {
|
|
16714
|
+
ui: {
|
|
16715
|
+
type: "relative";
|
|
16716
|
+
path: string;
|
|
16717
|
+
};
|
|
16714
16718
|
workflow: {
|
|
16715
16719
|
type: "workflow-v1";
|
|
16716
16720
|
main: {
|
|
@@ -16722,10 +16726,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16722
16726
|
type: "relative";
|
|
16723
16727
|
path: string;
|
|
16724
16728
|
};
|
|
16725
|
-
ui: {
|
|
16726
|
-
type: "relative";
|
|
16727
|
-
path: string;
|
|
16728
|
-
};
|
|
16729
16729
|
};
|
|
16730
16730
|
meta: {
|
|
16731
16731
|
title: string;
|
|
@@ -16768,6 +16768,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16768
16768
|
version: string;
|
|
16769
16769
|
};
|
|
16770
16770
|
components: {
|
|
16771
|
+
ui: {
|
|
16772
|
+
type: "relative";
|
|
16773
|
+
path: string;
|
|
16774
|
+
};
|
|
16771
16775
|
workflow: {
|
|
16772
16776
|
type: "workflow-v1";
|
|
16773
16777
|
main: {
|
|
@@ -16779,10 +16783,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16779
16783
|
type: "relative";
|
|
16780
16784
|
path: string;
|
|
16781
16785
|
};
|
|
16782
|
-
ui: {
|
|
16783
|
-
type: "relative";
|
|
16784
|
-
path: string;
|
|
16785
|
-
};
|
|
16786
16786
|
};
|
|
16787
16787
|
meta: {
|
|
16788
16788
|
title: string;
|
|
@@ -16835,6 +16835,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16835
16835
|
version: string;
|
|
16836
16836
|
};
|
|
16837
16837
|
components: {
|
|
16838
|
+
ui: {
|
|
16839
|
+
type: "relative";
|
|
16840
|
+
path: string;
|
|
16841
|
+
};
|
|
16838
16842
|
workflow: {
|
|
16839
16843
|
type: "relative";
|
|
16840
16844
|
path: string;
|
|
@@ -16849,10 +16853,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16849
16853
|
type: "relative";
|
|
16850
16854
|
path: string;
|
|
16851
16855
|
};
|
|
16852
|
-
ui: {
|
|
16853
|
-
type: "relative";
|
|
16854
|
-
path: string;
|
|
16855
|
-
};
|
|
16856
16856
|
};
|
|
16857
16857
|
meta: {
|
|
16858
16858
|
title: string;
|
|
@@ -16912,6 +16912,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16912
16912
|
version: string;
|
|
16913
16913
|
};
|
|
16914
16914
|
components: {
|
|
16915
|
+
ui: {
|
|
16916
|
+
type: "relative";
|
|
16917
|
+
path: string;
|
|
16918
|
+
};
|
|
16915
16919
|
workflow: {
|
|
16916
16920
|
type: "relative";
|
|
16917
16921
|
path: string;
|
|
@@ -16926,10 +16930,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16926
16930
|
type: "relative";
|
|
16927
16931
|
path: string;
|
|
16928
16932
|
};
|
|
16929
|
-
ui: {
|
|
16930
|
-
type: "relative";
|
|
16931
|
-
path: string;
|
|
16932
|
-
};
|
|
16933
16933
|
};
|
|
16934
16934
|
meta: {
|
|
16935
16935
|
title: string;
|
|
@@ -17103,6 +17103,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17103
17103
|
path: string;
|
|
17104
17104
|
}>;
|
|
17105
17105
|
}, "strip", z.ZodTypeAny, {
|
|
17106
|
+
ui: {
|
|
17107
|
+
type: "relative";
|
|
17108
|
+
path: string;
|
|
17109
|
+
};
|
|
17106
17110
|
workflow: {
|
|
17107
17111
|
type: "workflow-v1";
|
|
17108
17112
|
main: {
|
|
@@ -17114,11 +17118,11 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17114
17118
|
type: "relative";
|
|
17115
17119
|
path: string;
|
|
17116
17120
|
};
|
|
17121
|
+
}, {
|
|
17117
17122
|
ui: {
|
|
17118
17123
|
type: "relative";
|
|
17119
17124
|
path: string;
|
|
17120
17125
|
};
|
|
17121
|
-
}, {
|
|
17122
17126
|
workflow: {
|
|
17123
17127
|
type: "relative";
|
|
17124
17128
|
path: string;
|
|
@@ -17133,10 +17137,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17133
17137
|
type: "relative";
|
|
17134
17138
|
path: string;
|
|
17135
17139
|
};
|
|
17136
|
-
ui: {
|
|
17137
|
-
type: "relative";
|
|
17138
|
-
path: string;
|
|
17139
|
-
};
|
|
17140
17140
|
}>;
|
|
17141
17141
|
meta: z.ZodObject<{
|
|
17142
17142
|
title: z.ZodString;
|
|
@@ -17371,6 +17371,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17371
17371
|
version: string;
|
|
17372
17372
|
};
|
|
17373
17373
|
components: {
|
|
17374
|
+
ui: {
|
|
17375
|
+
type: "relative";
|
|
17376
|
+
path: string;
|
|
17377
|
+
};
|
|
17374
17378
|
workflow: {
|
|
17375
17379
|
type: "workflow-v1";
|
|
17376
17380
|
main: {
|
|
@@ -17382,10 +17386,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17382
17386
|
type: "relative";
|
|
17383
17387
|
path: string;
|
|
17384
17388
|
};
|
|
17385
|
-
ui: {
|
|
17386
|
-
type: "relative";
|
|
17387
|
-
path: string;
|
|
17388
|
-
};
|
|
17389
17389
|
};
|
|
17390
17390
|
meta: {
|
|
17391
17391
|
title: string;
|
|
@@ -17425,6 +17425,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17425
17425
|
version: string;
|
|
17426
17426
|
};
|
|
17427
17427
|
components: {
|
|
17428
|
+
ui: {
|
|
17429
|
+
type: "relative";
|
|
17430
|
+
path: string;
|
|
17431
|
+
};
|
|
17428
17432
|
workflow: {
|
|
17429
17433
|
type: "relative";
|
|
17430
17434
|
path: string;
|
|
@@ -17439,10 +17443,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17439
17443
|
type: "relative";
|
|
17440
17444
|
path: string;
|
|
17441
17445
|
};
|
|
17442
|
-
ui: {
|
|
17443
|
-
type: "relative";
|
|
17444
|
-
path: string;
|
|
17445
|
-
};
|
|
17446
17446
|
};
|
|
17447
17447
|
meta: {
|
|
17448
17448
|
title: string;
|
|
@@ -17593,6 +17593,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17593
17593
|
path: string;
|
|
17594
17594
|
}>;
|
|
17595
17595
|
}, "strip", z.ZodTypeAny, {
|
|
17596
|
+
ui: {
|
|
17597
|
+
type: "relative";
|
|
17598
|
+
path: string;
|
|
17599
|
+
};
|
|
17596
17600
|
workflow: {
|
|
17597
17601
|
type: "workflow-v1";
|
|
17598
17602
|
main: {
|
|
@@ -17604,11 +17608,11 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17604
17608
|
type: "relative";
|
|
17605
17609
|
path: string;
|
|
17606
17610
|
};
|
|
17611
|
+
}, {
|
|
17607
17612
|
ui: {
|
|
17608
17613
|
type: "relative";
|
|
17609
17614
|
path: string;
|
|
17610
17615
|
};
|
|
17611
|
-
}, {
|
|
17612
17616
|
workflow: {
|
|
17613
17617
|
type: "relative";
|
|
17614
17618
|
path: string;
|
|
@@ -17623,10 +17627,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17623
17627
|
type: "relative";
|
|
17624
17628
|
path: string;
|
|
17625
17629
|
};
|
|
17626
|
-
ui: {
|
|
17627
|
-
type: "relative";
|
|
17628
|
-
path: string;
|
|
17629
|
-
};
|
|
17630
17630
|
}>;
|
|
17631
17631
|
meta: z.ZodObject<{
|
|
17632
17632
|
title: z.ZodString;
|
|
@@ -17861,6 +17861,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17861
17861
|
version: string;
|
|
17862
17862
|
};
|
|
17863
17863
|
components: {
|
|
17864
|
+
ui: {
|
|
17865
|
+
type: "relative";
|
|
17866
|
+
path: string;
|
|
17867
|
+
};
|
|
17864
17868
|
workflow: {
|
|
17865
17869
|
type: "workflow-v1";
|
|
17866
17870
|
main: {
|
|
@@ -17872,10 +17876,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17872
17876
|
type: "relative";
|
|
17873
17877
|
path: string;
|
|
17874
17878
|
};
|
|
17875
|
-
ui: {
|
|
17876
|
-
type: "relative";
|
|
17877
|
-
path: string;
|
|
17878
|
-
};
|
|
17879
17879
|
};
|
|
17880
17880
|
meta: {
|
|
17881
17881
|
title: string;
|
|
@@ -17915,6 +17915,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17915
17915
|
version: string;
|
|
17916
17916
|
};
|
|
17917
17917
|
components: {
|
|
17918
|
+
ui: {
|
|
17919
|
+
type: "relative";
|
|
17920
|
+
path: string;
|
|
17921
|
+
};
|
|
17918
17922
|
workflow: {
|
|
17919
17923
|
type: "relative";
|
|
17920
17924
|
path: string;
|
|
@@ -17929,10 +17933,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17929
17933
|
type: "relative";
|
|
17930
17934
|
path: string;
|
|
17931
17935
|
};
|
|
17932
|
-
ui: {
|
|
17933
|
-
type: "relative";
|
|
17934
|
-
path: string;
|
|
17935
|
-
};
|
|
17936
17936
|
};
|
|
17937
17937
|
meta: {
|
|
17938
17938
|
title: string;
|
|
@@ -17987,6 +17987,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17987
17987
|
version: string;
|
|
17988
17988
|
};
|
|
17989
17989
|
components: {
|
|
17990
|
+
ui: {
|
|
17991
|
+
type: "relative";
|
|
17992
|
+
path: string;
|
|
17993
|
+
};
|
|
17990
17994
|
workflow: {
|
|
17991
17995
|
type: "workflow-v1";
|
|
17992
17996
|
main: {
|
|
@@ -17998,10 +18002,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17998
18002
|
type: "relative";
|
|
17999
18003
|
path: string;
|
|
18000
18004
|
};
|
|
18001
|
-
ui: {
|
|
18002
|
-
type: "relative";
|
|
18003
|
-
path: string;
|
|
18004
|
-
};
|
|
18005
18005
|
};
|
|
18006
18006
|
meta: {
|
|
18007
18007
|
title: string;
|
|
@@ -18044,6 +18044,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18044
18044
|
version: string;
|
|
18045
18045
|
};
|
|
18046
18046
|
components: {
|
|
18047
|
+
ui: {
|
|
18048
|
+
type: "relative";
|
|
18049
|
+
path: string;
|
|
18050
|
+
};
|
|
18047
18051
|
workflow: {
|
|
18048
18052
|
type: "relative";
|
|
18049
18053
|
path: string;
|
|
@@ -18058,10 +18062,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18058
18062
|
type: "relative";
|
|
18059
18063
|
path: string;
|
|
18060
18064
|
};
|
|
18061
|
-
ui: {
|
|
18062
|
-
type: "relative";
|
|
18063
|
-
path: string;
|
|
18064
|
-
};
|
|
18065
18065
|
};
|
|
18066
18066
|
meta: {
|
|
18067
18067
|
title: string;
|
|
@@ -18125,6 +18125,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18125
18125
|
version: string;
|
|
18126
18126
|
};
|
|
18127
18127
|
components: {
|
|
18128
|
+
ui: {
|
|
18129
|
+
type: "relative";
|
|
18130
|
+
path: string;
|
|
18131
|
+
};
|
|
18128
18132
|
workflow: {
|
|
18129
18133
|
type: "workflow-v1";
|
|
18130
18134
|
main: {
|
|
@@ -18136,10 +18140,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18136
18140
|
type: "relative";
|
|
18137
18141
|
path: string;
|
|
18138
18142
|
};
|
|
18139
|
-
ui: {
|
|
18140
|
-
type: "relative";
|
|
18141
|
-
path: string;
|
|
18142
|
-
};
|
|
18143
18143
|
};
|
|
18144
18144
|
meta: {
|
|
18145
18145
|
title: string;
|
|
@@ -18182,6 +18182,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18182
18182
|
version: string;
|
|
18183
18183
|
};
|
|
18184
18184
|
components: {
|
|
18185
|
+
ui: {
|
|
18186
|
+
type: "relative";
|
|
18187
|
+
path: string;
|
|
18188
|
+
};
|
|
18185
18189
|
workflow: {
|
|
18186
18190
|
type: "workflow-v1";
|
|
18187
18191
|
main: {
|
|
@@ -18193,10 +18197,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18193
18197
|
type: "relative";
|
|
18194
18198
|
path: string;
|
|
18195
18199
|
};
|
|
18196
|
-
ui: {
|
|
18197
|
-
type: "relative";
|
|
18198
|
-
path: string;
|
|
18199
|
-
};
|
|
18200
18200
|
};
|
|
18201
18201
|
meta: {
|
|
18202
18202
|
title: string;
|
|
@@ -18249,6 +18249,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18249
18249
|
version: string;
|
|
18250
18250
|
};
|
|
18251
18251
|
components: {
|
|
18252
|
+
ui: {
|
|
18253
|
+
type: "relative";
|
|
18254
|
+
path: string;
|
|
18255
|
+
};
|
|
18252
18256
|
workflow: {
|
|
18253
18257
|
type: "relative";
|
|
18254
18258
|
path: string;
|
|
@@ -18263,10 +18267,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18263
18267
|
type: "relative";
|
|
18264
18268
|
path: string;
|
|
18265
18269
|
};
|
|
18266
|
-
ui: {
|
|
18267
|
-
type: "relative";
|
|
18268
|
-
path: string;
|
|
18269
|
-
};
|
|
18270
18270
|
};
|
|
18271
18271
|
meta: {
|
|
18272
18272
|
title: string;
|
|
@@ -18322,6 +18322,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18322
18322
|
version: string;
|
|
18323
18323
|
};
|
|
18324
18324
|
components: {
|
|
18325
|
+
ui: {
|
|
18326
|
+
type: "relative";
|
|
18327
|
+
path: string;
|
|
18328
|
+
};
|
|
18325
18329
|
workflow: {
|
|
18326
18330
|
type: "relative";
|
|
18327
18331
|
path: string;
|
|
@@ -18336,10 +18340,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18336
18340
|
type: "relative";
|
|
18337
18341
|
path: string;
|
|
18338
18342
|
};
|
|
18339
|
-
ui: {
|
|
18340
|
-
type: "relative";
|
|
18341
|
-
path: string;
|
|
18342
|
-
};
|
|
18343
18343
|
};
|
|
18344
18344
|
meta: {
|
|
18345
18345
|
title: string;
|
|
@@ -18406,6 +18406,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18406
18406
|
version: string;
|
|
18407
18407
|
};
|
|
18408
18408
|
components: {
|
|
18409
|
+
ui: {
|
|
18410
|
+
type: "relative";
|
|
18411
|
+
path: string;
|
|
18412
|
+
};
|
|
18409
18413
|
workflow: {
|
|
18410
18414
|
type: "workflow-v1";
|
|
18411
18415
|
main: {
|
|
@@ -18417,10 +18421,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18417
18421
|
type: "relative";
|
|
18418
18422
|
path: string;
|
|
18419
18423
|
};
|
|
18420
|
-
ui: {
|
|
18421
|
-
type: "relative";
|
|
18422
|
-
path: string;
|
|
18423
|
-
};
|
|
18424
18424
|
};
|
|
18425
18425
|
meta: {
|
|
18426
18426
|
title: string;
|
|
@@ -18463,6 +18463,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18463
18463
|
version: string;
|
|
18464
18464
|
};
|
|
18465
18465
|
components: {
|
|
18466
|
+
ui: {
|
|
18467
|
+
type: "relative";
|
|
18468
|
+
path: string;
|
|
18469
|
+
};
|
|
18466
18470
|
workflow: {
|
|
18467
18471
|
type: "workflow-v1";
|
|
18468
18472
|
main: {
|
|
@@ -18474,10 +18478,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18474
18478
|
type: "relative";
|
|
18475
18479
|
path: string;
|
|
18476
18480
|
};
|
|
18477
|
-
ui: {
|
|
18478
|
-
type: "relative";
|
|
18479
|
-
path: string;
|
|
18480
|
-
};
|
|
18481
18481
|
};
|
|
18482
18482
|
meta: {
|
|
18483
18483
|
title: string;
|
|
@@ -18529,6 +18529,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18529
18529
|
version: string;
|
|
18530
18530
|
};
|
|
18531
18531
|
components: {
|
|
18532
|
+
ui: {
|
|
18533
|
+
type: "relative";
|
|
18534
|
+
path: string;
|
|
18535
|
+
};
|
|
18532
18536
|
workflow: {
|
|
18533
18537
|
type: "relative";
|
|
18534
18538
|
path: string;
|
|
@@ -18543,10 +18547,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18543
18547
|
type: "relative";
|
|
18544
18548
|
path: string;
|
|
18545
18549
|
};
|
|
18546
|
-
ui: {
|
|
18547
|
-
type: "relative";
|
|
18548
|
-
path: string;
|
|
18549
|
-
};
|
|
18550
18550
|
};
|
|
18551
18551
|
meta: {
|
|
18552
18552
|
title: string;
|
|
@@ -18606,6 +18606,10 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18606
18606
|
version: string;
|
|
18607
18607
|
};
|
|
18608
18608
|
components: {
|
|
18609
|
+
ui: {
|
|
18610
|
+
type: "relative";
|
|
18611
|
+
path: string;
|
|
18612
|
+
};
|
|
18609
18613
|
workflow: {
|
|
18610
18614
|
type: "relative";
|
|
18611
18615
|
path: string;
|
|
@@ -18620,10 +18624,6 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18620
18624
|
type: "relative";
|
|
18621
18625
|
path: string;
|
|
18622
18626
|
};
|
|
18623
|
-
ui: {
|
|
18624
|
-
type: "relative";
|
|
18625
|
-
path: string;
|
|
18626
|
-
};
|
|
18627
18627
|
};
|
|
18628
18628
|
meta: {
|
|
18629
18629
|
title: string;
|