@milaboratories/pl-model-middle-layer 1.13.0 → 1.14.0
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/block_meta/block_components.d.ts +22 -22
- package/dist/block_meta/block_description.d.ts +112 -112
- package/dist/block_meta/block_manifest.d.ts +559 -559
- package/dist/block_meta/block_meta.d.ts +26 -26
- package/dist/block_meta/content_types.d.ts +24 -24
- package/dist/block_registry/block_pack_spec.d.ts +8 -8
- package/dist/block_registry/overview.d.ts +188 -188
- package/dist/block_registry/registry_spec.d.ts +12 -12
- package/dist/block_state.d.ts +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/project_overview.d.ts +1 -1
- package/dist/storage_debug_view.d.ts +11 -0
- package/package.json +5 -5
- package/src/block_state.ts +1 -1
- package/src/index.ts +1 -0
- package/src/project_overview.ts +1 -1
- package/src/storage_debug_view.ts +7 -0
|
@@ -8,43 +8,43 @@ declare const BlockComponentsManifest: z.ZodObject<{
|
|
|
8
8
|
type: z.ZodLiteral<"relative">;
|
|
9
9
|
path: z.ZodString;
|
|
10
10
|
}, "strict", z.ZodTypeAny, {
|
|
11
|
-
path: string;
|
|
12
11
|
type: "relative";
|
|
13
|
-
}, {
|
|
14
12
|
path: string;
|
|
13
|
+
}, {
|
|
15
14
|
type: "relative";
|
|
15
|
+
path: string;
|
|
16
16
|
}>, {
|
|
17
17
|
type: "workflow-v1";
|
|
18
18
|
main: {
|
|
19
|
-
path: string;
|
|
20
19
|
type: "relative";
|
|
20
|
+
path: string;
|
|
21
21
|
};
|
|
22
22
|
}, {
|
|
23
|
-
path: string;
|
|
24
23
|
type: "relative";
|
|
24
|
+
path: string;
|
|
25
25
|
}>, z.ZodObject<{
|
|
26
26
|
type: z.ZodLiteral<"workflow-v1">;
|
|
27
27
|
main: z.ZodObject<{
|
|
28
28
|
type: z.ZodLiteral<"relative">;
|
|
29
29
|
path: z.ZodString;
|
|
30
30
|
}, "strict", z.ZodTypeAny, {
|
|
31
|
-
path: string;
|
|
32
31
|
type: "relative";
|
|
33
|
-
}, {
|
|
34
32
|
path: string;
|
|
33
|
+
}, {
|
|
35
34
|
type: "relative";
|
|
35
|
+
path: string;
|
|
36
36
|
}>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
38
|
type: "workflow-v1";
|
|
39
39
|
main: {
|
|
40
|
-
path: string;
|
|
41
40
|
type: "relative";
|
|
41
|
+
path: string;
|
|
42
42
|
};
|
|
43
43
|
}, {
|
|
44
44
|
type: "workflow-v1";
|
|
45
45
|
main: {
|
|
46
|
-
path: string;
|
|
47
46
|
type: "relative";
|
|
47
|
+
path: string;
|
|
48
48
|
};
|
|
49
49
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
50
50
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -52,79 +52,79 @@ declare const BlockComponentsManifest: z.ZodObject<{
|
|
|
52
52
|
type: z.ZodLiteral<"relative">;
|
|
53
53
|
path: z.ZodString;
|
|
54
54
|
}, "strict", z.ZodTypeAny, {
|
|
55
|
-
path: string;
|
|
56
55
|
type: "relative";
|
|
57
|
-
}, {
|
|
58
56
|
path: string;
|
|
57
|
+
}, {
|
|
59
58
|
type: "relative";
|
|
59
|
+
path: string;
|
|
60
60
|
}>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
62
|
type: "workflow-v1";
|
|
63
63
|
main: {
|
|
64
|
-
path: string;
|
|
65
64
|
type: "relative";
|
|
65
|
+
path: string;
|
|
66
66
|
};
|
|
67
67
|
}, {
|
|
68
68
|
type: "workflow-v1";
|
|
69
69
|
main: {
|
|
70
|
-
path: string;
|
|
71
70
|
type: "relative";
|
|
71
|
+
path: string;
|
|
72
72
|
};
|
|
73
73
|
}>]>]>;
|
|
74
74
|
model: z.ZodObject<{
|
|
75
75
|
type: z.ZodLiteral<"relative">;
|
|
76
76
|
path: z.ZodString;
|
|
77
77
|
}, "strict", z.ZodTypeAny, {
|
|
78
|
-
path: string;
|
|
79
78
|
type: "relative";
|
|
80
|
-
}, {
|
|
81
79
|
path: string;
|
|
80
|
+
}, {
|
|
82
81
|
type: "relative";
|
|
82
|
+
path: string;
|
|
83
83
|
}>;
|
|
84
84
|
ui: z.ZodObject<{
|
|
85
85
|
type: z.ZodLiteral<"relative">;
|
|
86
86
|
path: z.ZodString;
|
|
87
87
|
}, "strict", z.ZodTypeAny, {
|
|
88
|
-
path: string;
|
|
89
88
|
type: "relative";
|
|
90
|
-
}, {
|
|
91
89
|
path: string;
|
|
90
|
+
}, {
|
|
92
91
|
type: "relative";
|
|
92
|
+
path: string;
|
|
93
93
|
}>;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
95
|
workflow: {
|
|
96
96
|
type: "workflow-v1";
|
|
97
97
|
main: {
|
|
98
|
-
path: string;
|
|
99
98
|
type: "relative";
|
|
99
|
+
path: string;
|
|
100
100
|
};
|
|
101
101
|
};
|
|
102
102
|
model: {
|
|
103
|
-
path: string;
|
|
104
103
|
type: "relative";
|
|
104
|
+
path: string;
|
|
105
105
|
};
|
|
106
106
|
ui: {
|
|
107
|
-
path: string;
|
|
108
107
|
type: "relative";
|
|
108
|
+
path: string;
|
|
109
109
|
};
|
|
110
110
|
}, {
|
|
111
111
|
workflow: {
|
|
112
|
-
path: string;
|
|
113
112
|
type: "relative";
|
|
113
|
+
path: string;
|
|
114
114
|
} | {
|
|
115
115
|
type: "workflow-v1";
|
|
116
116
|
main: {
|
|
117
|
-
path: string;
|
|
118
117
|
type: "relative";
|
|
118
|
+
path: string;
|
|
119
119
|
};
|
|
120
120
|
};
|
|
121
121
|
model: {
|
|
122
|
-
path: string;
|
|
123
122
|
type: "relative";
|
|
123
|
+
path: string;
|
|
124
124
|
};
|
|
125
125
|
ui: {
|
|
126
|
-
path: string;
|
|
127
126
|
type: "relative";
|
|
127
|
+
path: string;
|
|
128
128
|
};
|
|
129
129
|
}>;
|
|
130
130
|
type BlockComponentsManifest = z.infer<typeof BlockComponentsManifest>;
|
|
@@ -144,11 +144,11 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
144
144
|
type: z.ZodLiteral<"relative">;
|
|
145
145
|
path: z.ZodString;
|
|
146
146
|
}, "strict", z.ZodTypeAny, {
|
|
147
|
-
path: string;
|
|
148
147
|
type: "relative";
|
|
149
|
-
}, {
|
|
150
148
|
path: string;
|
|
149
|
+
}, {
|
|
151
150
|
type: "relative";
|
|
151
|
+
path: string;
|
|
152
152
|
}>]>>;
|
|
153
153
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
154
154
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -163,11 +163,11 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
163
163
|
type: z.ZodLiteral<"relative">;
|
|
164
164
|
path: z.ZodString;
|
|
165
165
|
}, "strict", z.ZodTypeAny, {
|
|
166
|
-
path: string;
|
|
167
166
|
type: "relative";
|
|
168
|
-
}, {
|
|
169
167
|
path: string;
|
|
168
|
+
}, {
|
|
170
169
|
type: "relative";
|
|
170
|
+
path: string;
|
|
171
171
|
}>]>>;
|
|
172
172
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
173
173
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -185,11 +185,11 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
185
185
|
type: z.ZodLiteral<"relative">;
|
|
186
186
|
path: z.ZodString;
|
|
187
187
|
}, "strict", z.ZodTypeAny, {
|
|
188
|
-
path: string;
|
|
189
188
|
type: "relative";
|
|
190
|
-
}, {
|
|
191
189
|
path: string;
|
|
190
|
+
}, {
|
|
192
191
|
type: "relative";
|
|
192
|
+
path: string;
|
|
193
193
|
}>]>>;
|
|
194
194
|
url: z.ZodOptional<z.ZodString>;
|
|
195
195
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -214,11 +214,11 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
214
214
|
type: z.ZodLiteral<"relative">;
|
|
215
215
|
path: z.ZodString;
|
|
216
216
|
}, "strict", z.ZodTypeAny, {
|
|
217
|
-
path: string;
|
|
218
217
|
type: "relative";
|
|
219
|
-
}, {
|
|
220
218
|
path: string;
|
|
219
|
+
}, {
|
|
221
220
|
type: "relative";
|
|
221
|
+
path: string;
|
|
222
222
|
}>]>>;
|
|
223
223
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
224
224
|
name: z.ZodString;
|
|
@@ -239,11 +239,11 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
239
239
|
type: z.ZodLiteral<"relative">;
|
|
240
240
|
path: z.ZodString;
|
|
241
241
|
}, "strict", z.ZodTypeAny, {
|
|
242
|
-
path: string;
|
|
243
242
|
type: "relative";
|
|
244
|
-
}, {
|
|
245
243
|
path: string;
|
|
244
|
+
}, {
|
|
246
245
|
type: "relative";
|
|
246
|
+
path: string;
|
|
247
247
|
}>]>>;
|
|
248
248
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
249
249
|
name: z.ZodString;
|
|
@@ -264,11 +264,11 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
264
264
|
type: z.ZodLiteral<"relative">;
|
|
265
265
|
path: z.ZodString;
|
|
266
266
|
}, "strict", z.ZodTypeAny, {
|
|
267
|
-
path: string;
|
|
268
267
|
type: "relative";
|
|
269
|
-
}, {
|
|
270
268
|
path: string;
|
|
269
|
+
}, {
|
|
271
270
|
type: "relative";
|
|
271
|
+
path: string;
|
|
272
272
|
}>]>>;
|
|
273
273
|
}, z.ZodTypeAny, "passthrough">>;
|
|
274
274
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -284,8 +284,8 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
284
284
|
mimeType: string;
|
|
285
285
|
content: string;
|
|
286
286
|
} | {
|
|
287
|
-
path: string;
|
|
288
287
|
type: "relative";
|
|
288
|
+
path: string;
|
|
289
289
|
} | undefined;
|
|
290
290
|
} & {
|
|
291
291
|
[k: string]: unknown;
|
|
@@ -296,23 +296,23 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
296
296
|
type: "explicit-string";
|
|
297
297
|
content: string;
|
|
298
298
|
} | {
|
|
299
|
-
path: string;
|
|
300
299
|
type: "relative";
|
|
300
|
+
path: string;
|
|
301
301
|
} | undefined;
|
|
302
302
|
changelog?: {
|
|
303
303
|
type: "explicit-string";
|
|
304
304
|
content: string;
|
|
305
305
|
} | {
|
|
306
|
-
path: string;
|
|
307
306
|
type: "relative";
|
|
307
|
+
path: string;
|
|
308
308
|
} | undefined;
|
|
309
309
|
logo?: {
|
|
310
310
|
type: "explicit-base64";
|
|
311
311
|
mimeType: string;
|
|
312
312
|
content: string;
|
|
313
313
|
} | {
|
|
314
|
-
path: string;
|
|
315
314
|
type: "relative";
|
|
315
|
+
path: string;
|
|
316
316
|
} | undefined;
|
|
317
317
|
url?: string | undefined;
|
|
318
318
|
docs?: string | undefined;
|
|
@@ -331,8 +331,8 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
331
331
|
mimeType: string;
|
|
332
332
|
content: string;
|
|
333
333
|
} | {
|
|
334
|
-
path: string;
|
|
335
334
|
type: "relative";
|
|
335
|
+
path: string;
|
|
336
336
|
} | undefined;
|
|
337
337
|
} & {
|
|
338
338
|
[k: string]: unknown;
|
|
@@ -343,23 +343,23 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
343
343
|
type: "explicit-string";
|
|
344
344
|
content: string;
|
|
345
345
|
} | {
|
|
346
|
-
path: string;
|
|
347
346
|
type: "relative";
|
|
347
|
+
path: string;
|
|
348
348
|
} | undefined;
|
|
349
349
|
changelog?: {
|
|
350
350
|
type: "explicit-string";
|
|
351
351
|
content: string;
|
|
352
352
|
} | {
|
|
353
|
-
path: string;
|
|
354
353
|
type: "relative";
|
|
354
|
+
path: string;
|
|
355
355
|
} | undefined;
|
|
356
356
|
logo?: {
|
|
357
357
|
type: "explicit-base64";
|
|
358
358
|
mimeType: string;
|
|
359
359
|
content: string;
|
|
360
360
|
} | {
|
|
361
|
-
path: string;
|
|
362
361
|
type: "relative";
|
|
362
|
+
path: string;
|
|
363
363
|
} | undefined;
|
|
364
364
|
url?: string | undefined;
|
|
365
365
|
docs?: string | undefined;
|
|
@@ -391,43 +391,43 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
391
391
|
type: z.ZodLiteral<"relative">;
|
|
392
392
|
path: z.ZodString;
|
|
393
393
|
}, "strict", z.ZodTypeAny, {
|
|
394
|
-
path: string;
|
|
395
394
|
type: "relative";
|
|
396
|
-
}, {
|
|
397
395
|
path: string;
|
|
396
|
+
}, {
|
|
398
397
|
type: "relative";
|
|
398
|
+
path: string;
|
|
399
399
|
}>, {
|
|
400
400
|
type: "workflow-v1";
|
|
401
401
|
main: {
|
|
402
|
-
path: string;
|
|
403
402
|
type: "relative";
|
|
403
|
+
path: string;
|
|
404
404
|
};
|
|
405
405
|
}, {
|
|
406
|
-
path: string;
|
|
407
406
|
type: "relative";
|
|
407
|
+
path: string;
|
|
408
408
|
}>, z.ZodObject<{
|
|
409
409
|
type: z.ZodLiteral<"workflow-v1">;
|
|
410
410
|
main: z.ZodObject<{
|
|
411
411
|
type: z.ZodLiteral<"relative">;
|
|
412
412
|
path: z.ZodString;
|
|
413
413
|
}, "strict", z.ZodTypeAny, {
|
|
414
|
-
path: string;
|
|
415
414
|
type: "relative";
|
|
416
|
-
}, {
|
|
417
415
|
path: string;
|
|
416
|
+
}, {
|
|
418
417
|
type: "relative";
|
|
418
|
+
path: string;
|
|
419
419
|
}>;
|
|
420
420
|
}, "strip", z.ZodTypeAny, {
|
|
421
421
|
type: "workflow-v1";
|
|
422
422
|
main: {
|
|
423
|
-
path: string;
|
|
424
423
|
type: "relative";
|
|
424
|
+
path: string;
|
|
425
425
|
};
|
|
426
426
|
}, {
|
|
427
427
|
type: "workflow-v1";
|
|
428
428
|
main: {
|
|
429
|
-
path: string;
|
|
430
429
|
type: "relative";
|
|
430
|
+
path: string;
|
|
431
431
|
};
|
|
432
432
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
433
433
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -435,79 +435,79 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
435
435
|
type: z.ZodLiteral<"relative">;
|
|
436
436
|
path: z.ZodString;
|
|
437
437
|
}, "strict", z.ZodTypeAny, {
|
|
438
|
-
path: string;
|
|
439
438
|
type: "relative";
|
|
440
|
-
}, {
|
|
441
439
|
path: string;
|
|
440
|
+
}, {
|
|
442
441
|
type: "relative";
|
|
442
|
+
path: string;
|
|
443
443
|
}>;
|
|
444
444
|
}, "strip", z.ZodTypeAny, {
|
|
445
445
|
type: "workflow-v1";
|
|
446
446
|
main: {
|
|
447
|
-
path: string;
|
|
448
447
|
type: "relative";
|
|
448
|
+
path: string;
|
|
449
449
|
};
|
|
450
450
|
}, {
|
|
451
451
|
type: "workflow-v1";
|
|
452
452
|
main: {
|
|
453
|
-
path: string;
|
|
454
453
|
type: "relative";
|
|
454
|
+
path: string;
|
|
455
455
|
};
|
|
456
456
|
}>]>]>;
|
|
457
457
|
model: z.ZodObject<{
|
|
458
458
|
type: z.ZodLiteral<"relative">;
|
|
459
459
|
path: z.ZodString;
|
|
460
460
|
}, "strict", z.ZodTypeAny, {
|
|
461
|
-
path: string;
|
|
462
461
|
type: "relative";
|
|
463
|
-
}, {
|
|
464
462
|
path: string;
|
|
463
|
+
}, {
|
|
465
464
|
type: "relative";
|
|
465
|
+
path: string;
|
|
466
466
|
}>;
|
|
467
467
|
ui: z.ZodObject<{
|
|
468
468
|
type: z.ZodLiteral<"relative">;
|
|
469
469
|
path: z.ZodString;
|
|
470
470
|
}, "strict", z.ZodTypeAny, {
|
|
471
|
-
path: string;
|
|
472
471
|
type: "relative";
|
|
473
|
-
}, {
|
|
474
472
|
path: string;
|
|
473
|
+
}, {
|
|
475
474
|
type: "relative";
|
|
475
|
+
path: string;
|
|
476
476
|
}>;
|
|
477
477
|
}, "strip", z.ZodTypeAny, {
|
|
478
478
|
workflow: {
|
|
479
479
|
type: "workflow-v1";
|
|
480
480
|
main: {
|
|
481
|
-
path: string;
|
|
482
481
|
type: "relative";
|
|
482
|
+
path: string;
|
|
483
483
|
};
|
|
484
484
|
};
|
|
485
485
|
model: {
|
|
486
|
-
path: string;
|
|
487
486
|
type: "relative";
|
|
487
|
+
path: string;
|
|
488
488
|
};
|
|
489
489
|
ui: {
|
|
490
|
-
path: string;
|
|
491
490
|
type: "relative";
|
|
491
|
+
path: string;
|
|
492
492
|
};
|
|
493
493
|
}, {
|
|
494
494
|
workflow: {
|
|
495
|
-
path: string;
|
|
496
495
|
type: "relative";
|
|
496
|
+
path: string;
|
|
497
497
|
} | {
|
|
498
498
|
type: "workflow-v1";
|
|
499
499
|
main: {
|
|
500
|
-
path: string;
|
|
501
500
|
type: "relative";
|
|
501
|
+
path: string;
|
|
502
502
|
};
|
|
503
503
|
};
|
|
504
504
|
model: {
|
|
505
|
-
path: string;
|
|
506
505
|
type: "relative";
|
|
506
|
+
path: string;
|
|
507
507
|
};
|
|
508
508
|
ui: {
|
|
509
|
-
path: string;
|
|
510
509
|
type: "relative";
|
|
510
|
+
path: string;
|
|
511
511
|
};
|
|
512
512
|
}>;
|
|
513
513
|
meta: z.ZodObject<{
|
|
@@ -526,11 +526,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
526
526
|
type: z.ZodLiteral<"relative">;
|
|
527
527
|
path: z.ZodString;
|
|
528
528
|
}, "strict", z.ZodTypeAny, {
|
|
529
|
-
path: string;
|
|
530
529
|
type: "relative";
|
|
531
|
-
}, {
|
|
532
530
|
path: string;
|
|
531
|
+
}, {
|
|
533
532
|
type: "relative";
|
|
533
|
+
path: string;
|
|
534
534
|
}>]>>;
|
|
535
535
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
536
536
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -545,11 +545,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
545
545
|
type: z.ZodLiteral<"relative">;
|
|
546
546
|
path: z.ZodString;
|
|
547
547
|
}, "strict", z.ZodTypeAny, {
|
|
548
|
-
path: string;
|
|
549
548
|
type: "relative";
|
|
550
|
-
}, {
|
|
551
549
|
path: string;
|
|
550
|
+
}, {
|
|
552
551
|
type: "relative";
|
|
552
|
+
path: string;
|
|
553
553
|
}>]>>;
|
|
554
554
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
555
555
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -567,11 +567,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
567
567
|
type: z.ZodLiteral<"relative">;
|
|
568
568
|
path: z.ZodString;
|
|
569
569
|
}, "strict", z.ZodTypeAny, {
|
|
570
|
-
path: string;
|
|
571
570
|
type: "relative";
|
|
572
|
-
}, {
|
|
573
571
|
path: string;
|
|
572
|
+
}, {
|
|
574
573
|
type: "relative";
|
|
574
|
+
path: string;
|
|
575
575
|
}>]>>;
|
|
576
576
|
url: z.ZodOptional<z.ZodString>;
|
|
577
577
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -596,11 +596,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
596
596
|
type: z.ZodLiteral<"relative">;
|
|
597
597
|
path: z.ZodString;
|
|
598
598
|
}, "strict", z.ZodTypeAny, {
|
|
599
|
-
path: string;
|
|
600
599
|
type: "relative";
|
|
601
|
-
}, {
|
|
602
600
|
path: string;
|
|
601
|
+
}, {
|
|
603
602
|
type: "relative";
|
|
603
|
+
path: string;
|
|
604
604
|
}>]>>;
|
|
605
605
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
606
606
|
name: z.ZodString;
|
|
@@ -621,11 +621,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
621
621
|
type: z.ZodLiteral<"relative">;
|
|
622
622
|
path: z.ZodString;
|
|
623
623
|
}, "strict", z.ZodTypeAny, {
|
|
624
|
-
path: string;
|
|
625
624
|
type: "relative";
|
|
626
|
-
}, {
|
|
627
625
|
path: string;
|
|
626
|
+
}, {
|
|
628
627
|
type: "relative";
|
|
628
|
+
path: string;
|
|
629
629
|
}>]>>;
|
|
630
630
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
631
631
|
name: z.ZodString;
|
|
@@ -646,11 +646,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
646
646
|
type: z.ZodLiteral<"relative">;
|
|
647
647
|
path: z.ZodString;
|
|
648
648
|
}, "strict", z.ZodTypeAny, {
|
|
649
|
-
path: string;
|
|
650
649
|
type: "relative";
|
|
651
|
-
}, {
|
|
652
650
|
path: string;
|
|
651
|
+
}, {
|
|
653
652
|
type: "relative";
|
|
653
|
+
path: string;
|
|
654
654
|
}>]>>;
|
|
655
655
|
}, z.ZodTypeAny, "passthrough">>;
|
|
656
656
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -666,8 +666,8 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
666
666
|
mimeType: string;
|
|
667
667
|
content: string;
|
|
668
668
|
} | {
|
|
669
|
-
path: string;
|
|
670
669
|
type: "relative";
|
|
670
|
+
path: string;
|
|
671
671
|
} | undefined;
|
|
672
672
|
} & {
|
|
673
673
|
[k: string]: unknown;
|
|
@@ -678,23 +678,23 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
678
678
|
type: "explicit-string";
|
|
679
679
|
content: string;
|
|
680
680
|
} | {
|
|
681
|
-
path: string;
|
|
682
681
|
type: "relative";
|
|
682
|
+
path: string;
|
|
683
683
|
} | undefined;
|
|
684
684
|
changelog?: {
|
|
685
685
|
type: "explicit-string";
|
|
686
686
|
content: string;
|
|
687
687
|
} | {
|
|
688
|
-
path: string;
|
|
689
688
|
type: "relative";
|
|
689
|
+
path: string;
|
|
690
690
|
} | undefined;
|
|
691
691
|
logo?: {
|
|
692
692
|
type: "explicit-base64";
|
|
693
693
|
mimeType: string;
|
|
694
694
|
content: string;
|
|
695
695
|
} | {
|
|
696
|
-
path: string;
|
|
697
696
|
type: "relative";
|
|
697
|
+
path: string;
|
|
698
698
|
} | undefined;
|
|
699
699
|
url?: string | undefined;
|
|
700
700
|
docs?: string | undefined;
|
|
@@ -713,8 +713,8 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
713
713
|
mimeType: string;
|
|
714
714
|
content: string;
|
|
715
715
|
} | {
|
|
716
|
-
path: string;
|
|
717
716
|
type: "relative";
|
|
717
|
+
path: string;
|
|
718
718
|
} | undefined;
|
|
719
719
|
} & {
|
|
720
720
|
[k: string]: unknown;
|
|
@@ -725,23 +725,23 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
725
725
|
type: "explicit-string";
|
|
726
726
|
content: string;
|
|
727
727
|
} | {
|
|
728
|
-
path: string;
|
|
729
728
|
type: "relative";
|
|
729
|
+
path: string;
|
|
730
730
|
} | undefined;
|
|
731
731
|
changelog?: {
|
|
732
732
|
type: "explicit-string";
|
|
733
733
|
content: string;
|
|
734
734
|
} | {
|
|
735
|
-
path: string;
|
|
736
735
|
type: "relative";
|
|
736
|
+
path: string;
|
|
737
737
|
} | undefined;
|
|
738
738
|
logo?: {
|
|
739
739
|
type: "explicit-base64";
|
|
740
740
|
mimeType: string;
|
|
741
741
|
content: string;
|
|
742
742
|
} | {
|
|
743
|
-
path: string;
|
|
744
743
|
type: "relative";
|
|
744
|
+
path: string;
|
|
745
745
|
} | undefined;
|
|
746
746
|
url?: string | undefined;
|
|
747
747
|
docs?: string | undefined;
|
|
@@ -772,43 +772,43 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
772
772
|
type: z.ZodLiteral<"relative">;
|
|
773
773
|
path: z.ZodString;
|
|
774
774
|
}, "strict", z.ZodTypeAny, {
|
|
775
|
-
path: string;
|
|
776
775
|
type: "relative";
|
|
777
|
-
}, {
|
|
778
776
|
path: string;
|
|
777
|
+
}, {
|
|
779
778
|
type: "relative";
|
|
779
|
+
path: string;
|
|
780
780
|
}>, {
|
|
781
781
|
type: "workflow-v1";
|
|
782
782
|
main: {
|
|
783
|
-
path: string;
|
|
784
783
|
type: "relative";
|
|
784
|
+
path: string;
|
|
785
785
|
};
|
|
786
786
|
}, {
|
|
787
|
-
path: string;
|
|
788
787
|
type: "relative";
|
|
788
|
+
path: string;
|
|
789
789
|
}>, z.ZodObject<{
|
|
790
790
|
type: z.ZodLiteral<"workflow-v1">;
|
|
791
791
|
main: z.ZodObject<{
|
|
792
792
|
type: z.ZodLiteral<"relative">;
|
|
793
793
|
path: z.ZodString;
|
|
794
794
|
}, "strict", z.ZodTypeAny, {
|
|
795
|
-
path: string;
|
|
796
795
|
type: "relative";
|
|
797
|
-
}, {
|
|
798
796
|
path: string;
|
|
797
|
+
}, {
|
|
799
798
|
type: "relative";
|
|
799
|
+
path: string;
|
|
800
800
|
}>;
|
|
801
801
|
}, "strip", z.ZodTypeAny, {
|
|
802
802
|
type: "workflow-v1";
|
|
803
803
|
main: {
|
|
804
|
-
path: string;
|
|
805
804
|
type: "relative";
|
|
805
|
+
path: string;
|
|
806
806
|
};
|
|
807
807
|
}, {
|
|
808
808
|
type: "workflow-v1";
|
|
809
809
|
main: {
|
|
810
|
-
path: string;
|
|
811
810
|
type: "relative";
|
|
811
|
+
path: string;
|
|
812
812
|
};
|
|
813
813
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
814
814
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -816,79 +816,79 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
816
816
|
type: z.ZodLiteral<"relative">;
|
|
817
817
|
path: z.ZodString;
|
|
818
818
|
}, "strict", z.ZodTypeAny, {
|
|
819
|
-
path: string;
|
|
820
819
|
type: "relative";
|
|
821
|
-
}, {
|
|
822
820
|
path: string;
|
|
821
|
+
}, {
|
|
823
822
|
type: "relative";
|
|
823
|
+
path: string;
|
|
824
824
|
}>;
|
|
825
825
|
}, "strip", z.ZodTypeAny, {
|
|
826
826
|
type: "workflow-v1";
|
|
827
827
|
main: {
|
|
828
|
-
path: string;
|
|
829
828
|
type: "relative";
|
|
829
|
+
path: string;
|
|
830
830
|
};
|
|
831
831
|
}, {
|
|
832
832
|
type: "workflow-v1";
|
|
833
833
|
main: {
|
|
834
|
-
path: string;
|
|
835
834
|
type: "relative";
|
|
835
|
+
path: string;
|
|
836
836
|
};
|
|
837
837
|
}>]>]>;
|
|
838
838
|
model: z.ZodObject<{
|
|
839
839
|
type: z.ZodLiteral<"relative">;
|
|
840
840
|
path: z.ZodString;
|
|
841
841
|
}, "strict", z.ZodTypeAny, {
|
|
842
|
-
path: string;
|
|
843
842
|
type: "relative";
|
|
844
|
-
}, {
|
|
845
843
|
path: string;
|
|
844
|
+
}, {
|
|
846
845
|
type: "relative";
|
|
846
|
+
path: string;
|
|
847
847
|
}>;
|
|
848
848
|
ui: z.ZodObject<{
|
|
849
849
|
type: z.ZodLiteral<"relative">;
|
|
850
850
|
path: z.ZodString;
|
|
851
851
|
}, "strict", z.ZodTypeAny, {
|
|
852
|
-
path: string;
|
|
853
852
|
type: "relative";
|
|
854
|
-
}, {
|
|
855
853
|
path: string;
|
|
854
|
+
}, {
|
|
856
855
|
type: "relative";
|
|
856
|
+
path: string;
|
|
857
857
|
}>;
|
|
858
858
|
}, "strip", z.ZodTypeAny, {
|
|
859
859
|
workflow: {
|
|
860
860
|
type: "workflow-v1";
|
|
861
861
|
main: {
|
|
862
|
-
path: string;
|
|
863
862
|
type: "relative";
|
|
863
|
+
path: string;
|
|
864
864
|
};
|
|
865
865
|
};
|
|
866
866
|
model: {
|
|
867
|
-
path: string;
|
|
868
867
|
type: "relative";
|
|
868
|
+
path: string;
|
|
869
869
|
};
|
|
870
870
|
ui: {
|
|
871
|
-
path: string;
|
|
872
871
|
type: "relative";
|
|
872
|
+
path: string;
|
|
873
873
|
};
|
|
874
874
|
}, {
|
|
875
875
|
workflow: {
|
|
876
|
-
path: string;
|
|
877
876
|
type: "relative";
|
|
877
|
+
path: string;
|
|
878
878
|
} | {
|
|
879
879
|
type: "workflow-v1";
|
|
880
880
|
main: {
|
|
881
|
-
path: string;
|
|
882
881
|
type: "relative";
|
|
882
|
+
path: string;
|
|
883
883
|
};
|
|
884
884
|
};
|
|
885
885
|
model: {
|
|
886
|
-
path: string;
|
|
887
886
|
type: "relative";
|
|
887
|
+
path: string;
|
|
888
888
|
};
|
|
889
889
|
ui: {
|
|
890
|
-
path: string;
|
|
891
890
|
type: "relative";
|
|
891
|
+
path: string;
|
|
892
892
|
};
|
|
893
893
|
}>;
|
|
894
894
|
meta: z.ZodObject<{
|
|
@@ -907,11 +907,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
907
907
|
type: z.ZodLiteral<"relative">;
|
|
908
908
|
path: z.ZodString;
|
|
909
909
|
}, "strict", z.ZodTypeAny, {
|
|
910
|
-
path: string;
|
|
911
910
|
type: "relative";
|
|
912
|
-
}, {
|
|
913
911
|
path: string;
|
|
912
|
+
}, {
|
|
914
913
|
type: "relative";
|
|
914
|
+
path: string;
|
|
915
915
|
}>]>>;
|
|
916
916
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
917
917
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -926,11 +926,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
926
926
|
type: z.ZodLiteral<"relative">;
|
|
927
927
|
path: z.ZodString;
|
|
928
928
|
}, "strict", z.ZodTypeAny, {
|
|
929
|
-
path: string;
|
|
930
929
|
type: "relative";
|
|
931
|
-
}, {
|
|
932
930
|
path: string;
|
|
931
|
+
}, {
|
|
933
932
|
type: "relative";
|
|
933
|
+
path: string;
|
|
934
934
|
}>]>>;
|
|
935
935
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
936
936
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -948,11 +948,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
948
948
|
type: z.ZodLiteral<"relative">;
|
|
949
949
|
path: z.ZodString;
|
|
950
950
|
}, "strict", z.ZodTypeAny, {
|
|
951
|
-
path: string;
|
|
952
951
|
type: "relative";
|
|
953
|
-
}, {
|
|
954
952
|
path: string;
|
|
953
|
+
}, {
|
|
955
954
|
type: "relative";
|
|
955
|
+
path: string;
|
|
956
956
|
}>]>>;
|
|
957
957
|
url: z.ZodOptional<z.ZodString>;
|
|
958
958
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -977,11 +977,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
977
977
|
type: z.ZodLiteral<"relative">;
|
|
978
978
|
path: z.ZodString;
|
|
979
979
|
}, "strict", z.ZodTypeAny, {
|
|
980
|
-
path: string;
|
|
981
980
|
type: "relative";
|
|
982
|
-
}, {
|
|
983
981
|
path: string;
|
|
982
|
+
}, {
|
|
984
983
|
type: "relative";
|
|
984
|
+
path: string;
|
|
985
985
|
}>]>>;
|
|
986
986
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
987
987
|
name: z.ZodString;
|
|
@@ -1002,11 +1002,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1002
1002
|
type: z.ZodLiteral<"relative">;
|
|
1003
1003
|
path: z.ZodString;
|
|
1004
1004
|
}, "strict", z.ZodTypeAny, {
|
|
1005
|
-
path: string;
|
|
1006
1005
|
type: "relative";
|
|
1007
|
-
}, {
|
|
1008
1006
|
path: string;
|
|
1007
|
+
}, {
|
|
1009
1008
|
type: "relative";
|
|
1009
|
+
path: string;
|
|
1010
1010
|
}>]>>;
|
|
1011
1011
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1012
1012
|
name: z.ZodString;
|
|
@@ -1027,11 +1027,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1027
1027
|
type: z.ZodLiteral<"relative">;
|
|
1028
1028
|
path: z.ZodString;
|
|
1029
1029
|
}, "strict", z.ZodTypeAny, {
|
|
1030
|
-
path: string;
|
|
1031
1030
|
type: "relative";
|
|
1032
|
-
}, {
|
|
1033
1031
|
path: string;
|
|
1032
|
+
}, {
|
|
1034
1033
|
type: "relative";
|
|
1034
|
+
path: string;
|
|
1035
1035
|
}>]>>;
|
|
1036
1036
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1037
1037
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1047,8 +1047,8 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1047
1047
|
mimeType: string;
|
|
1048
1048
|
content: string;
|
|
1049
1049
|
} | {
|
|
1050
|
-
path: string;
|
|
1051
1050
|
type: "relative";
|
|
1051
|
+
path: string;
|
|
1052
1052
|
} | undefined;
|
|
1053
1053
|
} & {
|
|
1054
1054
|
[k: string]: unknown;
|
|
@@ -1059,23 +1059,23 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1059
1059
|
type: "explicit-string";
|
|
1060
1060
|
content: string;
|
|
1061
1061
|
} | {
|
|
1062
|
-
path: string;
|
|
1063
1062
|
type: "relative";
|
|
1063
|
+
path: string;
|
|
1064
1064
|
} | undefined;
|
|
1065
1065
|
changelog?: {
|
|
1066
1066
|
type: "explicit-string";
|
|
1067
1067
|
content: string;
|
|
1068
1068
|
} | {
|
|
1069
|
-
path: string;
|
|
1070
1069
|
type: "relative";
|
|
1070
|
+
path: string;
|
|
1071
1071
|
} | undefined;
|
|
1072
1072
|
logo?: {
|
|
1073
1073
|
type: "explicit-base64";
|
|
1074
1074
|
mimeType: string;
|
|
1075
1075
|
content: string;
|
|
1076
1076
|
} | {
|
|
1077
|
-
path: string;
|
|
1078
1077
|
type: "relative";
|
|
1078
|
+
path: string;
|
|
1079
1079
|
} | undefined;
|
|
1080
1080
|
url?: string | undefined;
|
|
1081
1081
|
docs?: string | undefined;
|
|
@@ -1094,8 +1094,8 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1094
1094
|
mimeType: string;
|
|
1095
1095
|
content: string;
|
|
1096
1096
|
} | {
|
|
1097
|
-
path: string;
|
|
1098
1097
|
type: "relative";
|
|
1098
|
+
path: string;
|
|
1099
1099
|
} | undefined;
|
|
1100
1100
|
} & {
|
|
1101
1101
|
[k: string]: unknown;
|
|
@@ -1106,23 +1106,23 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1106
1106
|
type: "explicit-string";
|
|
1107
1107
|
content: string;
|
|
1108
1108
|
} | {
|
|
1109
|
-
path: string;
|
|
1110
1109
|
type: "relative";
|
|
1110
|
+
path: string;
|
|
1111
1111
|
} | undefined;
|
|
1112
1112
|
changelog?: {
|
|
1113
1113
|
type: "explicit-string";
|
|
1114
1114
|
content: string;
|
|
1115
1115
|
} | {
|
|
1116
|
-
path: string;
|
|
1117
1116
|
type: "relative";
|
|
1117
|
+
path: string;
|
|
1118
1118
|
} | undefined;
|
|
1119
1119
|
logo?: {
|
|
1120
1120
|
type: "explicit-base64";
|
|
1121
1121
|
mimeType: string;
|
|
1122
1122
|
content: string;
|
|
1123
1123
|
} | {
|
|
1124
|
-
path: string;
|
|
1125
1124
|
type: "relative";
|
|
1125
|
+
path: string;
|
|
1126
1126
|
} | undefined;
|
|
1127
1127
|
url?: string | undefined;
|
|
1128
1128
|
docs?: string | undefined;
|
|
@@ -1153,43 +1153,43 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1153
1153
|
type: z.ZodLiteral<"relative">;
|
|
1154
1154
|
path: z.ZodString;
|
|
1155
1155
|
}, "strict", z.ZodTypeAny, {
|
|
1156
|
-
path: string;
|
|
1157
1156
|
type: "relative";
|
|
1158
|
-
}, {
|
|
1159
1157
|
path: string;
|
|
1158
|
+
}, {
|
|
1160
1159
|
type: "relative";
|
|
1160
|
+
path: string;
|
|
1161
1161
|
}>, {
|
|
1162
1162
|
type: "workflow-v1";
|
|
1163
1163
|
main: {
|
|
1164
|
-
path: string;
|
|
1165
1164
|
type: "relative";
|
|
1165
|
+
path: string;
|
|
1166
1166
|
};
|
|
1167
1167
|
}, {
|
|
1168
|
-
path: string;
|
|
1169
1168
|
type: "relative";
|
|
1169
|
+
path: string;
|
|
1170
1170
|
}>, z.ZodObject<{
|
|
1171
1171
|
type: z.ZodLiteral<"workflow-v1">;
|
|
1172
1172
|
main: z.ZodObject<{
|
|
1173
1173
|
type: z.ZodLiteral<"relative">;
|
|
1174
1174
|
path: z.ZodString;
|
|
1175
1175
|
}, "strict", z.ZodTypeAny, {
|
|
1176
|
-
path: string;
|
|
1177
1176
|
type: "relative";
|
|
1178
|
-
}, {
|
|
1179
1177
|
path: string;
|
|
1178
|
+
}, {
|
|
1180
1179
|
type: "relative";
|
|
1180
|
+
path: string;
|
|
1181
1181
|
}>;
|
|
1182
1182
|
}, "strip", z.ZodTypeAny, {
|
|
1183
1183
|
type: "workflow-v1";
|
|
1184
1184
|
main: {
|
|
1185
|
-
path: string;
|
|
1186
1185
|
type: "relative";
|
|
1186
|
+
path: string;
|
|
1187
1187
|
};
|
|
1188
1188
|
}, {
|
|
1189
1189
|
type: "workflow-v1";
|
|
1190
1190
|
main: {
|
|
1191
|
-
path: string;
|
|
1192
1191
|
type: "relative";
|
|
1192
|
+
path: string;
|
|
1193
1193
|
};
|
|
1194
1194
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1195
1195
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -1197,79 +1197,79 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1197
1197
|
type: z.ZodLiteral<"relative">;
|
|
1198
1198
|
path: z.ZodString;
|
|
1199
1199
|
}, "strict", z.ZodTypeAny, {
|
|
1200
|
-
path: string;
|
|
1201
1200
|
type: "relative";
|
|
1202
|
-
}, {
|
|
1203
1201
|
path: string;
|
|
1202
|
+
}, {
|
|
1204
1203
|
type: "relative";
|
|
1204
|
+
path: string;
|
|
1205
1205
|
}>;
|
|
1206
1206
|
}, "strip", z.ZodTypeAny, {
|
|
1207
1207
|
type: "workflow-v1";
|
|
1208
1208
|
main: {
|
|
1209
|
-
path: string;
|
|
1210
1209
|
type: "relative";
|
|
1210
|
+
path: string;
|
|
1211
1211
|
};
|
|
1212
1212
|
}, {
|
|
1213
1213
|
type: "workflow-v1";
|
|
1214
1214
|
main: {
|
|
1215
|
-
path: string;
|
|
1216
1215
|
type: "relative";
|
|
1216
|
+
path: string;
|
|
1217
1217
|
};
|
|
1218
1218
|
}>]>]>;
|
|
1219
1219
|
model: z.ZodObject<{
|
|
1220
1220
|
type: z.ZodLiteral<"relative">;
|
|
1221
1221
|
path: z.ZodString;
|
|
1222
1222
|
}, "strict", z.ZodTypeAny, {
|
|
1223
|
-
path: string;
|
|
1224
1223
|
type: "relative";
|
|
1225
|
-
}, {
|
|
1226
1224
|
path: string;
|
|
1225
|
+
}, {
|
|
1227
1226
|
type: "relative";
|
|
1227
|
+
path: string;
|
|
1228
1228
|
}>;
|
|
1229
1229
|
ui: z.ZodObject<{
|
|
1230
1230
|
type: z.ZodLiteral<"relative">;
|
|
1231
1231
|
path: z.ZodString;
|
|
1232
1232
|
}, "strict", z.ZodTypeAny, {
|
|
1233
|
-
path: string;
|
|
1234
1233
|
type: "relative";
|
|
1235
|
-
}, {
|
|
1236
1234
|
path: string;
|
|
1235
|
+
}, {
|
|
1237
1236
|
type: "relative";
|
|
1237
|
+
path: string;
|
|
1238
1238
|
}>;
|
|
1239
1239
|
}, "strip", z.ZodTypeAny, {
|
|
1240
1240
|
workflow: {
|
|
1241
1241
|
type: "workflow-v1";
|
|
1242
1242
|
main: {
|
|
1243
|
-
path: string;
|
|
1244
1243
|
type: "relative";
|
|
1244
|
+
path: string;
|
|
1245
1245
|
};
|
|
1246
1246
|
};
|
|
1247
1247
|
model: {
|
|
1248
|
-
path: string;
|
|
1249
1248
|
type: "relative";
|
|
1249
|
+
path: string;
|
|
1250
1250
|
};
|
|
1251
1251
|
ui: {
|
|
1252
|
-
path: string;
|
|
1253
1252
|
type: "relative";
|
|
1253
|
+
path: string;
|
|
1254
1254
|
};
|
|
1255
1255
|
}, {
|
|
1256
1256
|
workflow: {
|
|
1257
|
-
path: string;
|
|
1258
1257
|
type: "relative";
|
|
1258
|
+
path: string;
|
|
1259
1259
|
} | {
|
|
1260
1260
|
type: "workflow-v1";
|
|
1261
1261
|
main: {
|
|
1262
|
-
path: string;
|
|
1263
1262
|
type: "relative";
|
|
1263
|
+
path: string;
|
|
1264
1264
|
};
|
|
1265
1265
|
};
|
|
1266
1266
|
model: {
|
|
1267
|
-
path: string;
|
|
1268
1267
|
type: "relative";
|
|
1268
|
+
path: string;
|
|
1269
1269
|
};
|
|
1270
1270
|
ui: {
|
|
1271
|
-
path: string;
|
|
1272
1271
|
type: "relative";
|
|
1272
|
+
path: string;
|
|
1273
1273
|
};
|
|
1274
1274
|
}>;
|
|
1275
1275
|
meta: z.ZodObject<{
|
|
@@ -1288,11 +1288,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1288
1288
|
type: z.ZodLiteral<"relative">;
|
|
1289
1289
|
path: z.ZodString;
|
|
1290
1290
|
}, "strict", z.ZodTypeAny, {
|
|
1291
|
-
path: string;
|
|
1292
1291
|
type: "relative";
|
|
1293
|
-
}, {
|
|
1294
1292
|
path: string;
|
|
1293
|
+
}, {
|
|
1295
1294
|
type: "relative";
|
|
1295
|
+
path: string;
|
|
1296
1296
|
}>]>>;
|
|
1297
1297
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1298
1298
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -1307,11 +1307,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1307
1307
|
type: z.ZodLiteral<"relative">;
|
|
1308
1308
|
path: z.ZodString;
|
|
1309
1309
|
}, "strict", z.ZodTypeAny, {
|
|
1310
|
-
path: string;
|
|
1311
1310
|
type: "relative";
|
|
1312
|
-
}, {
|
|
1313
1311
|
path: string;
|
|
1312
|
+
}, {
|
|
1314
1313
|
type: "relative";
|
|
1314
|
+
path: string;
|
|
1315
1315
|
}>]>>;
|
|
1316
1316
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1317
1317
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -1329,11 +1329,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1329
1329
|
type: z.ZodLiteral<"relative">;
|
|
1330
1330
|
path: z.ZodString;
|
|
1331
1331
|
}, "strict", z.ZodTypeAny, {
|
|
1332
|
-
path: string;
|
|
1333
1332
|
type: "relative";
|
|
1334
|
-
}, {
|
|
1335
1333
|
path: string;
|
|
1334
|
+
}, {
|
|
1336
1335
|
type: "relative";
|
|
1336
|
+
path: string;
|
|
1337
1337
|
}>]>>;
|
|
1338
1338
|
url: z.ZodOptional<z.ZodString>;
|
|
1339
1339
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -1358,11 +1358,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1358
1358
|
type: z.ZodLiteral<"relative">;
|
|
1359
1359
|
path: z.ZodString;
|
|
1360
1360
|
}, "strict", z.ZodTypeAny, {
|
|
1361
|
-
path: string;
|
|
1362
1361
|
type: "relative";
|
|
1363
|
-
}, {
|
|
1364
1362
|
path: string;
|
|
1363
|
+
}, {
|
|
1365
1364
|
type: "relative";
|
|
1365
|
+
path: string;
|
|
1366
1366
|
}>]>>;
|
|
1367
1367
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1368
1368
|
name: z.ZodString;
|
|
@@ -1383,11 +1383,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1383
1383
|
type: z.ZodLiteral<"relative">;
|
|
1384
1384
|
path: z.ZodString;
|
|
1385
1385
|
}, "strict", z.ZodTypeAny, {
|
|
1386
|
-
path: string;
|
|
1387
1386
|
type: "relative";
|
|
1388
|
-
}, {
|
|
1389
1387
|
path: string;
|
|
1388
|
+
}, {
|
|
1390
1389
|
type: "relative";
|
|
1390
|
+
path: string;
|
|
1391
1391
|
}>]>>;
|
|
1392
1392
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1393
1393
|
name: z.ZodString;
|
|
@@ -1408,11 +1408,11 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1408
1408
|
type: z.ZodLiteral<"relative">;
|
|
1409
1409
|
path: z.ZodString;
|
|
1410
1410
|
}, "strict", z.ZodTypeAny, {
|
|
1411
|
-
path: string;
|
|
1412
1411
|
type: "relative";
|
|
1413
|
-
}, {
|
|
1414
1412
|
path: string;
|
|
1413
|
+
}, {
|
|
1415
1414
|
type: "relative";
|
|
1415
|
+
path: string;
|
|
1416
1416
|
}>]>>;
|
|
1417
1417
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1418
1418
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1428,8 +1428,8 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1428
1428
|
mimeType: string;
|
|
1429
1429
|
content: string;
|
|
1430
1430
|
} | {
|
|
1431
|
-
path: string;
|
|
1432
1431
|
type: "relative";
|
|
1432
|
+
path: string;
|
|
1433
1433
|
} | undefined;
|
|
1434
1434
|
} & {
|
|
1435
1435
|
[k: string]: unknown;
|
|
@@ -1440,23 +1440,23 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1440
1440
|
type: "explicit-string";
|
|
1441
1441
|
content: string;
|
|
1442
1442
|
} | {
|
|
1443
|
-
path: string;
|
|
1444
1443
|
type: "relative";
|
|
1444
|
+
path: string;
|
|
1445
1445
|
} | undefined;
|
|
1446
1446
|
changelog?: {
|
|
1447
1447
|
type: "explicit-string";
|
|
1448
1448
|
content: string;
|
|
1449
1449
|
} | {
|
|
1450
|
-
path: string;
|
|
1451
1450
|
type: "relative";
|
|
1451
|
+
path: string;
|
|
1452
1452
|
} | undefined;
|
|
1453
1453
|
logo?: {
|
|
1454
1454
|
type: "explicit-base64";
|
|
1455
1455
|
mimeType: string;
|
|
1456
1456
|
content: string;
|
|
1457
1457
|
} | {
|
|
1458
|
-
path: string;
|
|
1459
1458
|
type: "relative";
|
|
1459
|
+
path: string;
|
|
1460
1460
|
} | undefined;
|
|
1461
1461
|
url?: string | undefined;
|
|
1462
1462
|
docs?: string | undefined;
|
|
@@ -1475,8 +1475,8 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1475
1475
|
mimeType: string;
|
|
1476
1476
|
content: string;
|
|
1477
1477
|
} | {
|
|
1478
|
-
path: string;
|
|
1479
1478
|
type: "relative";
|
|
1479
|
+
path: string;
|
|
1480
1480
|
} | undefined;
|
|
1481
1481
|
} & {
|
|
1482
1482
|
[k: string]: unknown;
|
|
@@ -1487,23 +1487,23 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1487
1487
|
type: "explicit-string";
|
|
1488
1488
|
content: string;
|
|
1489
1489
|
} | {
|
|
1490
|
-
path: string;
|
|
1491
1490
|
type: "relative";
|
|
1491
|
+
path: string;
|
|
1492
1492
|
} | undefined;
|
|
1493
1493
|
changelog?: {
|
|
1494
1494
|
type: "explicit-string";
|
|
1495
1495
|
content: string;
|
|
1496
1496
|
} | {
|
|
1497
|
-
path: string;
|
|
1498
1497
|
type: "relative";
|
|
1498
|
+
path: string;
|
|
1499
1499
|
} | undefined;
|
|
1500
1500
|
logo?: {
|
|
1501
1501
|
type: "explicit-base64";
|
|
1502
1502
|
mimeType: string;
|
|
1503
1503
|
content: string;
|
|
1504
1504
|
} | {
|
|
1505
|
-
path: string;
|
|
1506
1505
|
type: "relative";
|
|
1506
|
+
path: string;
|
|
1507
1507
|
} | undefined;
|
|
1508
1508
|
url?: string | undefined;
|
|
1509
1509
|
docs?: string | undefined;
|
|
@@ -1553,43 +1553,43 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1553
1553
|
type: z.ZodLiteral<"relative">;
|
|
1554
1554
|
path: z.ZodString;
|
|
1555
1555
|
}, "strict", z.ZodTypeAny, {
|
|
1556
|
-
path: string;
|
|
1557
1556
|
type: "relative";
|
|
1558
|
-
}, {
|
|
1559
1557
|
path: string;
|
|
1558
|
+
}, {
|
|
1560
1559
|
type: "relative";
|
|
1560
|
+
path: string;
|
|
1561
1561
|
}>, {
|
|
1562
1562
|
type: "workflow-v1";
|
|
1563
1563
|
main: {
|
|
1564
|
-
path: string;
|
|
1565
1564
|
type: "relative";
|
|
1565
|
+
path: string;
|
|
1566
1566
|
};
|
|
1567
1567
|
}, {
|
|
1568
|
-
path: string;
|
|
1569
1568
|
type: "relative";
|
|
1569
|
+
path: string;
|
|
1570
1570
|
}>, z.ZodObject<{
|
|
1571
1571
|
type: z.ZodLiteral<"workflow-v1">;
|
|
1572
1572
|
main: z.ZodObject<{
|
|
1573
1573
|
type: z.ZodLiteral<"relative">;
|
|
1574
1574
|
path: z.ZodString;
|
|
1575
1575
|
}, "strict", z.ZodTypeAny, {
|
|
1576
|
-
path: string;
|
|
1577
1576
|
type: "relative";
|
|
1578
|
-
}, {
|
|
1579
1577
|
path: string;
|
|
1578
|
+
}, {
|
|
1580
1579
|
type: "relative";
|
|
1580
|
+
path: string;
|
|
1581
1581
|
}>;
|
|
1582
1582
|
}, "strip", z.ZodTypeAny, {
|
|
1583
1583
|
type: "workflow-v1";
|
|
1584
1584
|
main: {
|
|
1585
|
-
path: string;
|
|
1586
1585
|
type: "relative";
|
|
1586
|
+
path: string;
|
|
1587
1587
|
};
|
|
1588
1588
|
}, {
|
|
1589
1589
|
type: "workflow-v1";
|
|
1590
1590
|
main: {
|
|
1591
|
-
path: string;
|
|
1592
1591
|
type: "relative";
|
|
1592
|
+
path: string;
|
|
1593
1593
|
};
|
|
1594
1594
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1595
1595
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -1597,79 +1597,79 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1597
1597
|
type: z.ZodLiteral<"relative">;
|
|
1598
1598
|
path: z.ZodString;
|
|
1599
1599
|
}, "strict", z.ZodTypeAny, {
|
|
1600
|
-
path: string;
|
|
1601
1600
|
type: "relative";
|
|
1602
|
-
}, {
|
|
1603
1601
|
path: string;
|
|
1602
|
+
}, {
|
|
1604
1603
|
type: "relative";
|
|
1604
|
+
path: string;
|
|
1605
1605
|
}>;
|
|
1606
1606
|
}, "strip", z.ZodTypeAny, {
|
|
1607
1607
|
type: "workflow-v1";
|
|
1608
1608
|
main: {
|
|
1609
|
-
path: string;
|
|
1610
1609
|
type: "relative";
|
|
1610
|
+
path: string;
|
|
1611
1611
|
};
|
|
1612
1612
|
}, {
|
|
1613
1613
|
type: "workflow-v1";
|
|
1614
1614
|
main: {
|
|
1615
|
-
path: string;
|
|
1616
1615
|
type: "relative";
|
|
1616
|
+
path: string;
|
|
1617
1617
|
};
|
|
1618
1618
|
}>]>]>;
|
|
1619
1619
|
model: z.ZodObject<{
|
|
1620
1620
|
type: z.ZodLiteral<"relative">;
|
|
1621
1621
|
path: z.ZodString;
|
|
1622
1622
|
}, "strict", z.ZodTypeAny, {
|
|
1623
|
-
path: string;
|
|
1624
1623
|
type: "relative";
|
|
1625
|
-
}, {
|
|
1626
1624
|
path: string;
|
|
1625
|
+
}, {
|
|
1627
1626
|
type: "relative";
|
|
1627
|
+
path: string;
|
|
1628
1628
|
}>;
|
|
1629
1629
|
ui: z.ZodObject<{
|
|
1630
1630
|
type: z.ZodLiteral<"relative">;
|
|
1631
1631
|
path: z.ZodString;
|
|
1632
1632
|
}, "strict", z.ZodTypeAny, {
|
|
1633
|
-
path: string;
|
|
1634
1633
|
type: "relative";
|
|
1635
|
-
}, {
|
|
1636
1634
|
path: string;
|
|
1635
|
+
}, {
|
|
1637
1636
|
type: "relative";
|
|
1637
|
+
path: string;
|
|
1638
1638
|
}>;
|
|
1639
1639
|
}, "strip", z.ZodTypeAny, {
|
|
1640
1640
|
workflow: {
|
|
1641
1641
|
type: "workflow-v1";
|
|
1642
1642
|
main: {
|
|
1643
|
-
path: string;
|
|
1644
1643
|
type: "relative";
|
|
1644
|
+
path: string;
|
|
1645
1645
|
};
|
|
1646
1646
|
};
|
|
1647
1647
|
model: {
|
|
1648
|
-
path: string;
|
|
1649
1648
|
type: "relative";
|
|
1649
|
+
path: string;
|
|
1650
1650
|
};
|
|
1651
1651
|
ui: {
|
|
1652
|
-
path: string;
|
|
1653
1652
|
type: "relative";
|
|
1653
|
+
path: string;
|
|
1654
1654
|
};
|
|
1655
1655
|
}, {
|
|
1656
1656
|
workflow: {
|
|
1657
|
-
path: string;
|
|
1658
1657
|
type: "relative";
|
|
1658
|
+
path: string;
|
|
1659
1659
|
} | {
|
|
1660
1660
|
type: "workflow-v1";
|
|
1661
1661
|
main: {
|
|
1662
|
-
path: string;
|
|
1663
1662
|
type: "relative";
|
|
1663
|
+
path: string;
|
|
1664
1664
|
};
|
|
1665
1665
|
};
|
|
1666
1666
|
model: {
|
|
1667
|
-
path: string;
|
|
1668
1667
|
type: "relative";
|
|
1668
|
+
path: string;
|
|
1669
1669
|
};
|
|
1670
1670
|
ui: {
|
|
1671
|
-
path: string;
|
|
1672
1671
|
type: "relative";
|
|
1672
|
+
path: string;
|
|
1673
1673
|
};
|
|
1674
1674
|
}>;
|
|
1675
1675
|
meta: z.ZodObject<{
|
|
@@ -1688,11 +1688,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1688
1688
|
type: z.ZodLiteral<"relative">;
|
|
1689
1689
|
path: z.ZodString;
|
|
1690
1690
|
}, "strict", z.ZodTypeAny, {
|
|
1691
|
-
path: string;
|
|
1692
1691
|
type: "relative";
|
|
1693
|
-
}, {
|
|
1694
1692
|
path: string;
|
|
1693
|
+
}, {
|
|
1695
1694
|
type: "relative";
|
|
1695
|
+
path: string;
|
|
1696
1696
|
}>]>>;
|
|
1697
1697
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1698
1698
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -1707,11 +1707,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1707
1707
|
type: z.ZodLiteral<"relative">;
|
|
1708
1708
|
path: z.ZodString;
|
|
1709
1709
|
}, "strict", z.ZodTypeAny, {
|
|
1710
|
-
path: string;
|
|
1711
1710
|
type: "relative";
|
|
1712
|
-
}, {
|
|
1713
1711
|
path: string;
|
|
1712
|
+
}, {
|
|
1714
1713
|
type: "relative";
|
|
1714
|
+
path: string;
|
|
1715
1715
|
}>]>>;
|
|
1716
1716
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1717
1717
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -1729,11 +1729,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1729
1729
|
type: z.ZodLiteral<"relative">;
|
|
1730
1730
|
path: z.ZodString;
|
|
1731
1731
|
}, "strict", z.ZodTypeAny, {
|
|
1732
|
-
path: string;
|
|
1733
1732
|
type: "relative";
|
|
1734
|
-
}, {
|
|
1735
1733
|
path: string;
|
|
1734
|
+
}, {
|
|
1736
1735
|
type: "relative";
|
|
1736
|
+
path: string;
|
|
1737
1737
|
}>]>>;
|
|
1738
1738
|
url: z.ZodOptional<z.ZodString>;
|
|
1739
1739
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -1758,11 +1758,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1758
1758
|
type: z.ZodLiteral<"relative">;
|
|
1759
1759
|
path: z.ZodString;
|
|
1760
1760
|
}, "strict", z.ZodTypeAny, {
|
|
1761
|
-
path: string;
|
|
1762
1761
|
type: "relative";
|
|
1763
|
-
}, {
|
|
1764
1762
|
path: string;
|
|
1763
|
+
}, {
|
|
1765
1764
|
type: "relative";
|
|
1765
|
+
path: string;
|
|
1766
1766
|
}>]>>;
|
|
1767
1767
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1768
1768
|
name: z.ZodString;
|
|
@@ -1783,11 +1783,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1783
1783
|
type: z.ZodLiteral<"relative">;
|
|
1784
1784
|
path: z.ZodString;
|
|
1785
1785
|
}, "strict", z.ZodTypeAny, {
|
|
1786
|
-
path: string;
|
|
1787
1786
|
type: "relative";
|
|
1788
|
-
}, {
|
|
1789
1787
|
path: string;
|
|
1788
|
+
}, {
|
|
1790
1789
|
type: "relative";
|
|
1790
|
+
path: string;
|
|
1791
1791
|
}>]>>;
|
|
1792
1792
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1793
1793
|
name: z.ZodString;
|
|
@@ -1808,11 +1808,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1808
1808
|
type: z.ZodLiteral<"relative">;
|
|
1809
1809
|
path: z.ZodString;
|
|
1810
1810
|
}, "strict", z.ZodTypeAny, {
|
|
1811
|
-
path: string;
|
|
1812
1811
|
type: "relative";
|
|
1813
|
-
}, {
|
|
1814
1812
|
path: string;
|
|
1813
|
+
}, {
|
|
1815
1814
|
type: "relative";
|
|
1815
|
+
path: string;
|
|
1816
1816
|
}>]>>;
|
|
1817
1817
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1818
1818
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1828,8 +1828,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1828
1828
|
mimeType: string;
|
|
1829
1829
|
content: string;
|
|
1830
1830
|
} | {
|
|
1831
|
-
path: string;
|
|
1832
1831
|
type: "relative";
|
|
1832
|
+
path: string;
|
|
1833
1833
|
} | undefined;
|
|
1834
1834
|
} & {
|
|
1835
1835
|
[k: string]: unknown;
|
|
@@ -1840,23 +1840,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1840
1840
|
type: "explicit-string";
|
|
1841
1841
|
content: string;
|
|
1842
1842
|
} | {
|
|
1843
|
-
path: string;
|
|
1844
1843
|
type: "relative";
|
|
1844
|
+
path: string;
|
|
1845
1845
|
} | undefined;
|
|
1846
1846
|
changelog?: {
|
|
1847
1847
|
type: "explicit-string";
|
|
1848
1848
|
content: string;
|
|
1849
1849
|
} | {
|
|
1850
|
-
path: string;
|
|
1851
1850
|
type: "relative";
|
|
1851
|
+
path: string;
|
|
1852
1852
|
} | undefined;
|
|
1853
1853
|
logo?: {
|
|
1854
1854
|
type: "explicit-base64";
|
|
1855
1855
|
mimeType: string;
|
|
1856
1856
|
content: string;
|
|
1857
1857
|
} | {
|
|
1858
|
-
path: string;
|
|
1859
1858
|
type: "relative";
|
|
1859
|
+
path: string;
|
|
1860
1860
|
} | undefined;
|
|
1861
1861
|
url?: string | undefined;
|
|
1862
1862
|
docs?: string | undefined;
|
|
@@ -1875,8 +1875,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1875
1875
|
mimeType: string;
|
|
1876
1876
|
content: string;
|
|
1877
1877
|
} | {
|
|
1878
|
-
path: string;
|
|
1879
1878
|
type: "relative";
|
|
1879
|
+
path: string;
|
|
1880
1880
|
} | undefined;
|
|
1881
1881
|
} & {
|
|
1882
1882
|
[k: string]: unknown;
|
|
@@ -1887,23 +1887,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1887
1887
|
type: "explicit-string";
|
|
1888
1888
|
content: string;
|
|
1889
1889
|
} | {
|
|
1890
|
-
path: string;
|
|
1891
1890
|
type: "relative";
|
|
1891
|
+
path: string;
|
|
1892
1892
|
} | undefined;
|
|
1893
1893
|
changelog?: {
|
|
1894
1894
|
type: "explicit-string";
|
|
1895
1895
|
content: string;
|
|
1896
1896
|
} | {
|
|
1897
|
-
path: string;
|
|
1898
1897
|
type: "relative";
|
|
1898
|
+
path: string;
|
|
1899
1899
|
} | undefined;
|
|
1900
1900
|
logo?: {
|
|
1901
1901
|
type: "explicit-base64";
|
|
1902
1902
|
mimeType: string;
|
|
1903
1903
|
content: string;
|
|
1904
1904
|
} | {
|
|
1905
|
-
path: string;
|
|
1906
1905
|
type: "relative";
|
|
1906
|
+
path: string;
|
|
1907
1907
|
} | undefined;
|
|
1908
1908
|
url?: string | undefined;
|
|
1909
1909
|
docs?: string | undefined;
|
|
@@ -1934,43 +1934,43 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1934
1934
|
type: z.ZodLiteral<"relative">;
|
|
1935
1935
|
path: z.ZodString;
|
|
1936
1936
|
}, "strict", z.ZodTypeAny, {
|
|
1937
|
-
path: string;
|
|
1938
1937
|
type: "relative";
|
|
1939
|
-
}, {
|
|
1940
1938
|
path: string;
|
|
1939
|
+
}, {
|
|
1941
1940
|
type: "relative";
|
|
1941
|
+
path: string;
|
|
1942
1942
|
}>, {
|
|
1943
1943
|
type: "workflow-v1";
|
|
1944
1944
|
main: {
|
|
1945
|
-
path: string;
|
|
1946
1945
|
type: "relative";
|
|
1946
|
+
path: string;
|
|
1947
1947
|
};
|
|
1948
1948
|
}, {
|
|
1949
|
-
path: string;
|
|
1950
1949
|
type: "relative";
|
|
1950
|
+
path: string;
|
|
1951
1951
|
}>, z.ZodObject<{
|
|
1952
1952
|
type: z.ZodLiteral<"workflow-v1">;
|
|
1953
1953
|
main: z.ZodObject<{
|
|
1954
1954
|
type: z.ZodLiteral<"relative">;
|
|
1955
1955
|
path: z.ZodString;
|
|
1956
1956
|
}, "strict", z.ZodTypeAny, {
|
|
1957
|
-
path: string;
|
|
1958
1957
|
type: "relative";
|
|
1959
|
-
}, {
|
|
1960
1958
|
path: string;
|
|
1959
|
+
}, {
|
|
1961
1960
|
type: "relative";
|
|
1961
|
+
path: string;
|
|
1962
1962
|
}>;
|
|
1963
1963
|
}, "strip", z.ZodTypeAny, {
|
|
1964
1964
|
type: "workflow-v1";
|
|
1965
1965
|
main: {
|
|
1966
|
-
path: string;
|
|
1967
1966
|
type: "relative";
|
|
1967
|
+
path: string;
|
|
1968
1968
|
};
|
|
1969
1969
|
}, {
|
|
1970
1970
|
type: "workflow-v1";
|
|
1971
1971
|
main: {
|
|
1972
|
-
path: string;
|
|
1973
1972
|
type: "relative";
|
|
1973
|
+
path: string;
|
|
1974
1974
|
};
|
|
1975
1975
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1976
1976
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -1978,79 +1978,79 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1978
1978
|
type: z.ZodLiteral<"relative">;
|
|
1979
1979
|
path: z.ZodString;
|
|
1980
1980
|
}, "strict", z.ZodTypeAny, {
|
|
1981
|
-
path: string;
|
|
1982
1981
|
type: "relative";
|
|
1983
|
-
}, {
|
|
1984
1982
|
path: string;
|
|
1983
|
+
}, {
|
|
1985
1984
|
type: "relative";
|
|
1985
|
+
path: string;
|
|
1986
1986
|
}>;
|
|
1987
1987
|
}, "strip", z.ZodTypeAny, {
|
|
1988
1988
|
type: "workflow-v1";
|
|
1989
1989
|
main: {
|
|
1990
|
-
path: string;
|
|
1991
1990
|
type: "relative";
|
|
1991
|
+
path: string;
|
|
1992
1992
|
};
|
|
1993
1993
|
}, {
|
|
1994
1994
|
type: "workflow-v1";
|
|
1995
1995
|
main: {
|
|
1996
|
-
path: string;
|
|
1997
1996
|
type: "relative";
|
|
1997
|
+
path: string;
|
|
1998
1998
|
};
|
|
1999
1999
|
}>]>]>;
|
|
2000
2000
|
model: z.ZodObject<{
|
|
2001
2001
|
type: z.ZodLiteral<"relative">;
|
|
2002
2002
|
path: z.ZodString;
|
|
2003
2003
|
}, "strict", z.ZodTypeAny, {
|
|
2004
|
-
path: string;
|
|
2005
2004
|
type: "relative";
|
|
2006
|
-
}, {
|
|
2007
2005
|
path: string;
|
|
2006
|
+
}, {
|
|
2008
2007
|
type: "relative";
|
|
2008
|
+
path: string;
|
|
2009
2009
|
}>;
|
|
2010
2010
|
ui: z.ZodObject<{
|
|
2011
2011
|
type: z.ZodLiteral<"relative">;
|
|
2012
2012
|
path: z.ZodString;
|
|
2013
2013
|
}, "strict", z.ZodTypeAny, {
|
|
2014
|
-
path: string;
|
|
2015
2014
|
type: "relative";
|
|
2016
|
-
}, {
|
|
2017
2015
|
path: string;
|
|
2016
|
+
}, {
|
|
2018
2017
|
type: "relative";
|
|
2018
|
+
path: string;
|
|
2019
2019
|
}>;
|
|
2020
2020
|
}, "strip", z.ZodTypeAny, {
|
|
2021
2021
|
workflow: {
|
|
2022
2022
|
type: "workflow-v1";
|
|
2023
2023
|
main: {
|
|
2024
|
-
path: string;
|
|
2025
2024
|
type: "relative";
|
|
2025
|
+
path: string;
|
|
2026
2026
|
};
|
|
2027
2027
|
};
|
|
2028
2028
|
model: {
|
|
2029
|
-
path: string;
|
|
2030
2029
|
type: "relative";
|
|
2030
|
+
path: string;
|
|
2031
2031
|
};
|
|
2032
2032
|
ui: {
|
|
2033
|
-
path: string;
|
|
2034
2033
|
type: "relative";
|
|
2034
|
+
path: string;
|
|
2035
2035
|
};
|
|
2036
2036
|
}, {
|
|
2037
2037
|
workflow: {
|
|
2038
|
-
path: string;
|
|
2039
2038
|
type: "relative";
|
|
2039
|
+
path: string;
|
|
2040
2040
|
} | {
|
|
2041
2041
|
type: "workflow-v1";
|
|
2042
2042
|
main: {
|
|
2043
|
-
path: string;
|
|
2044
2043
|
type: "relative";
|
|
2044
|
+
path: string;
|
|
2045
2045
|
};
|
|
2046
2046
|
};
|
|
2047
2047
|
model: {
|
|
2048
|
-
path: string;
|
|
2049
2048
|
type: "relative";
|
|
2049
|
+
path: string;
|
|
2050
2050
|
};
|
|
2051
2051
|
ui: {
|
|
2052
|
-
path: string;
|
|
2053
2052
|
type: "relative";
|
|
2053
|
+
path: string;
|
|
2054
2054
|
};
|
|
2055
2055
|
}>;
|
|
2056
2056
|
meta: z.ZodObject<{
|
|
@@ -2069,11 +2069,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2069
2069
|
type: z.ZodLiteral<"relative">;
|
|
2070
2070
|
path: z.ZodString;
|
|
2071
2071
|
}, "strict", z.ZodTypeAny, {
|
|
2072
|
-
path: string;
|
|
2073
2072
|
type: "relative";
|
|
2074
|
-
}, {
|
|
2075
2073
|
path: string;
|
|
2074
|
+
}, {
|
|
2076
2075
|
type: "relative";
|
|
2076
|
+
path: string;
|
|
2077
2077
|
}>]>>;
|
|
2078
2078
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2079
2079
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -2088,11 +2088,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2088
2088
|
type: z.ZodLiteral<"relative">;
|
|
2089
2089
|
path: z.ZodString;
|
|
2090
2090
|
}, "strict", z.ZodTypeAny, {
|
|
2091
|
-
path: string;
|
|
2092
2091
|
type: "relative";
|
|
2093
|
-
}, {
|
|
2094
2092
|
path: string;
|
|
2093
|
+
}, {
|
|
2095
2094
|
type: "relative";
|
|
2095
|
+
path: string;
|
|
2096
2096
|
}>]>>;
|
|
2097
2097
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2098
2098
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -2110,11 +2110,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2110
2110
|
type: z.ZodLiteral<"relative">;
|
|
2111
2111
|
path: z.ZodString;
|
|
2112
2112
|
}, "strict", z.ZodTypeAny, {
|
|
2113
|
-
path: string;
|
|
2114
2113
|
type: "relative";
|
|
2115
|
-
}, {
|
|
2116
2114
|
path: string;
|
|
2115
|
+
}, {
|
|
2117
2116
|
type: "relative";
|
|
2117
|
+
path: string;
|
|
2118
2118
|
}>]>>;
|
|
2119
2119
|
url: z.ZodOptional<z.ZodString>;
|
|
2120
2120
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -2139,11 +2139,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2139
2139
|
type: z.ZodLiteral<"relative">;
|
|
2140
2140
|
path: z.ZodString;
|
|
2141
2141
|
}, "strict", z.ZodTypeAny, {
|
|
2142
|
-
path: string;
|
|
2143
2142
|
type: "relative";
|
|
2144
|
-
}, {
|
|
2145
2143
|
path: string;
|
|
2144
|
+
}, {
|
|
2146
2145
|
type: "relative";
|
|
2146
|
+
path: string;
|
|
2147
2147
|
}>]>>;
|
|
2148
2148
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2149
2149
|
name: z.ZodString;
|
|
@@ -2164,11 +2164,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2164
2164
|
type: z.ZodLiteral<"relative">;
|
|
2165
2165
|
path: z.ZodString;
|
|
2166
2166
|
}, "strict", z.ZodTypeAny, {
|
|
2167
|
-
path: string;
|
|
2168
2167
|
type: "relative";
|
|
2169
|
-
}, {
|
|
2170
2168
|
path: string;
|
|
2169
|
+
}, {
|
|
2171
2170
|
type: "relative";
|
|
2171
|
+
path: string;
|
|
2172
2172
|
}>]>>;
|
|
2173
2173
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2174
2174
|
name: z.ZodString;
|
|
@@ -2189,11 +2189,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2189
2189
|
type: z.ZodLiteral<"relative">;
|
|
2190
2190
|
path: z.ZodString;
|
|
2191
2191
|
}, "strict", z.ZodTypeAny, {
|
|
2192
|
-
path: string;
|
|
2193
2192
|
type: "relative";
|
|
2194
|
-
}, {
|
|
2195
2193
|
path: string;
|
|
2194
|
+
}, {
|
|
2196
2195
|
type: "relative";
|
|
2196
|
+
path: string;
|
|
2197
2197
|
}>]>>;
|
|
2198
2198
|
}, z.ZodTypeAny, "passthrough">>;
|
|
2199
2199
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2209,8 +2209,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2209
2209
|
mimeType: string;
|
|
2210
2210
|
content: string;
|
|
2211
2211
|
} | {
|
|
2212
|
-
path: string;
|
|
2213
2212
|
type: "relative";
|
|
2213
|
+
path: string;
|
|
2214
2214
|
} | undefined;
|
|
2215
2215
|
} & {
|
|
2216
2216
|
[k: string]: unknown;
|
|
@@ -2221,23 +2221,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2221
2221
|
type: "explicit-string";
|
|
2222
2222
|
content: string;
|
|
2223
2223
|
} | {
|
|
2224
|
-
path: string;
|
|
2225
2224
|
type: "relative";
|
|
2225
|
+
path: string;
|
|
2226
2226
|
} | undefined;
|
|
2227
2227
|
changelog?: {
|
|
2228
2228
|
type: "explicit-string";
|
|
2229
2229
|
content: string;
|
|
2230
2230
|
} | {
|
|
2231
|
-
path: string;
|
|
2232
2231
|
type: "relative";
|
|
2232
|
+
path: string;
|
|
2233
2233
|
} | undefined;
|
|
2234
2234
|
logo?: {
|
|
2235
2235
|
type: "explicit-base64";
|
|
2236
2236
|
mimeType: string;
|
|
2237
2237
|
content: string;
|
|
2238
2238
|
} | {
|
|
2239
|
-
path: string;
|
|
2240
2239
|
type: "relative";
|
|
2240
|
+
path: string;
|
|
2241
2241
|
} | undefined;
|
|
2242
2242
|
url?: string | undefined;
|
|
2243
2243
|
docs?: string | undefined;
|
|
@@ -2256,8 +2256,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2256
2256
|
mimeType: string;
|
|
2257
2257
|
content: string;
|
|
2258
2258
|
} | {
|
|
2259
|
-
path: string;
|
|
2260
2259
|
type: "relative";
|
|
2260
|
+
path: string;
|
|
2261
2261
|
} | undefined;
|
|
2262
2262
|
} & {
|
|
2263
2263
|
[k: string]: unknown;
|
|
@@ -2268,23 +2268,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2268
2268
|
type: "explicit-string";
|
|
2269
2269
|
content: string;
|
|
2270
2270
|
} | {
|
|
2271
|
-
path: string;
|
|
2272
2271
|
type: "relative";
|
|
2272
|
+
path: string;
|
|
2273
2273
|
} | undefined;
|
|
2274
2274
|
changelog?: {
|
|
2275
2275
|
type: "explicit-string";
|
|
2276
2276
|
content: string;
|
|
2277
2277
|
} | {
|
|
2278
|
-
path: string;
|
|
2279
2278
|
type: "relative";
|
|
2279
|
+
path: string;
|
|
2280
2280
|
} | undefined;
|
|
2281
2281
|
logo?: {
|
|
2282
2282
|
type: "explicit-base64";
|
|
2283
2283
|
mimeType: string;
|
|
2284
2284
|
content: string;
|
|
2285
2285
|
} | {
|
|
2286
|
-
path: string;
|
|
2287
2286
|
type: "relative";
|
|
2287
|
+
path: string;
|
|
2288
2288
|
} | undefined;
|
|
2289
2289
|
url?: string | undefined;
|
|
2290
2290
|
docs?: string | undefined;
|
|
@@ -2315,43 +2315,43 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2315
2315
|
type: z.ZodLiteral<"relative">;
|
|
2316
2316
|
path: z.ZodString;
|
|
2317
2317
|
}, "strict", z.ZodTypeAny, {
|
|
2318
|
-
path: string;
|
|
2319
2318
|
type: "relative";
|
|
2320
|
-
}, {
|
|
2321
2319
|
path: string;
|
|
2320
|
+
}, {
|
|
2322
2321
|
type: "relative";
|
|
2322
|
+
path: string;
|
|
2323
2323
|
}>, {
|
|
2324
2324
|
type: "workflow-v1";
|
|
2325
2325
|
main: {
|
|
2326
|
-
path: string;
|
|
2327
2326
|
type: "relative";
|
|
2327
|
+
path: string;
|
|
2328
2328
|
};
|
|
2329
2329
|
}, {
|
|
2330
|
-
path: string;
|
|
2331
2330
|
type: "relative";
|
|
2331
|
+
path: string;
|
|
2332
2332
|
}>, z.ZodObject<{
|
|
2333
2333
|
type: z.ZodLiteral<"workflow-v1">;
|
|
2334
2334
|
main: z.ZodObject<{
|
|
2335
2335
|
type: z.ZodLiteral<"relative">;
|
|
2336
2336
|
path: z.ZodString;
|
|
2337
2337
|
}, "strict", z.ZodTypeAny, {
|
|
2338
|
-
path: string;
|
|
2339
2338
|
type: "relative";
|
|
2340
|
-
}, {
|
|
2341
2339
|
path: string;
|
|
2340
|
+
}, {
|
|
2342
2341
|
type: "relative";
|
|
2342
|
+
path: string;
|
|
2343
2343
|
}>;
|
|
2344
2344
|
}, "strip", z.ZodTypeAny, {
|
|
2345
2345
|
type: "workflow-v1";
|
|
2346
2346
|
main: {
|
|
2347
|
-
path: string;
|
|
2348
2347
|
type: "relative";
|
|
2348
|
+
path: string;
|
|
2349
2349
|
};
|
|
2350
2350
|
}, {
|
|
2351
2351
|
type: "workflow-v1";
|
|
2352
2352
|
main: {
|
|
2353
|
-
path: string;
|
|
2354
2353
|
type: "relative";
|
|
2354
|
+
path: string;
|
|
2355
2355
|
};
|
|
2356
2356
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2357
2357
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -2359,79 +2359,79 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2359
2359
|
type: z.ZodLiteral<"relative">;
|
|
2360
2360
|
path: z.ZodString;
|
|
2361
2361
|
}, "strict", z.ZodTypeAny, {
|
|
2362
|
-
path: string;
|
|
2363
2362
|
type: "relative";
|
|
2364
|
-
}, {
|
|
2365
2363
|
path: string;
|
|
2364
|
+
}, {
|
|
2366
2365
|
type: "relative";
|
|
2366
|
+
path: string;
|
|
2367
2367
|
}>;
|
|
2368
2368
|
}, "strip", z.ZodTypeAny, {
|
|
2369
2369
|
type: "workflow-v1";
|
|
2370
2370
|
main: {
|
|
2371
|
-
path: string;
|
|
2372
2371
|
type: "relative";
|
|
2372
|
+
path: string;
|
|
2373
2373
|
};
|
|
2374
2374
|
}, {
|
|
2375
2375
|
type: "workflow-v1";
|
|
2376
2376
|
main: {
|
|
2377
|
-
path: string;
|
|
2378
2377
|
type: "relative";
|
|
2378
|
+
path: string;
|
|
2379
2379
|
};
|
|
2380
2380
|
}>]>]>;
|
|
2381
2381
|
model: z.ZodObject<{
|
|
2382
2382
|
type: z.ZodLiteral<"relative">;
|
|
2383
2383
|
path: z.ZodString;
|
|
2384
2384
|
}, "strict", z.ZodTypeAny, {
|
|
2385
|
-
path: string;
|
|
2386
2385
|
type: "relative";
|
|
2387
|
-
}, {
|
|
2388
2386
|
path: string;
|
|
2387
|
+
}, {
|
|
2389
2388
|
type: "relative";
|
|
2389
|
+
path: string;
|
|
2390
2390
|
}>;
|
|
2391
2391
|
ui: z.ZodObject<{
|
|
2392
2392
|
type: z.ZodLiteral<"relative">;
|
|
2393
2393
|
path: z.ZodString;
|
|
2394
2394
|
}, "strict", z.ZodTypeAny, {
|
|
2395
|
-
path: string;
|
|
2396
2395
|
type: "relative";
|
|
2397
|
-
}, {
|
|
2398
2396
|
path: string;
|
|
2397
|
+
}, {
|
|
2399
2398
|
type: "relative";
|
|
2399
|
+
path: string;
|
|
2400
2400
|
}>;
|
|
2401
2401
|
}, "strip", z.ZodTypeAny, {
|
|
2402
2402
|
workflow: {
|
|
2403
2403
|
type: "workflow-v1";
|
|
2404
2404
|
main: {
|
|
2405
|
-
path: string;
|
|
2406
2405
|
type: "relative";
|
|
2406
|
+
path: string;
|
|
2407
2407
|
};
|
|
2408
2408
|
};
|
|
2409
2409
|
model: {
|
|
2410
|
-
path: string;
|
|
2411
2410
|
type: "relative";
|
|
2411
|
+
path: string;
|
|
2412
2412
|
};
|
|
2413
2413
|
ui: {
|
|
2414
|
-
path: string;
|
|
2415
2414
|
type: "relative";
|
|
2415
|
+
path: string;
|
|
2416
2416
|
};
|
|
2417
2417
|
}, {
|
|
2418
2418
|
workflow: {
|
|
2419
|
-
path: string;
|
|
2420
2419
|
type: "relative";
|
|
2420
|
+
path: string;
|
|
2421
2421
|
} | {
|
|
2422
2422
|
type: "workflow-v1";
|
|
2423
2423
|
main: {
|
|
2424
|
-
path: string;
|
|
2425
2424
|
type: "relative";
|
|
2425
|
+
path: string;
|
|
2426
2426
|
};
|
|
2427
2427
|
};
|
|
2428
2428
|
model: {
|
|
2429
|
-
path: string;
|
|
2430
2429
|
type: "relative";
|
|
2430
|
+
path: string;
|
|
2431
2431
|
};
|
|
2432
2432
|
ui: {
|
|
2433
|
-
path: string;
|
|
2434
2433
|
type: "relative";
|
|
2434
|
+
path: string;
|
|
2435
2435
|
};
|
|
2436
2436
|
}>;
|
|
2437
2437
|
meta: z.ZodObject<{
|
|
@@ -2450,11 +2450,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2450
2450
|
type: z.ZodLiteral<"relative">;
|
|
2451
2451
|
path: z.ZodString;
|
|
2452
2452
|
}, "strict", z.ZodTypeAny, {
|
|
2453
|
-
path: string;
|
|
2454
2453
|
type: "relative";
|
|
2455
|
-
}, {
|
|
2456
2454
|
path: string;
|
|
2455
|
+
}, {
|
|
2457
2456
|
type: "relative";
|
|
2457
|
+
path: string;
|
|
2458
2458
|
}>]>>;
|
|
2459
2459
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2460
2460
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -2469,11 +2469,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2469
2469
|
type: z.ZodLiteral<"relative">;
|
|
2470
2470
|
path: z.ZodString;
|
|
2471
2471
|
}, "strict", z.ZodTypeAny, {
|
|
2472
|
-
path: string;
|
|
2473
2472
|
type: "relative";
|
|
2474
|
-
}, {
|
|
2475
2473
|
path: string;
|
|
2474
|
+
}, {
|
|
2476
2475
|
type: "relative";
|
|
2476
|
+
path: string;
|
|
2477
2477
|
}>]>>;
|
|
2478
2478
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2479
2479
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -2491,11 +2491,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2491
2491
|
type: z.ZodLiteral<"relative">;
|
|
2492
2492
|
path: z.ZodString;
|
|
2493
2493
|
}, "strict", z.ZodTypeAny, {
|
|
2494
|
-
path: string;
|
|
2495
2494
|
type: "relative";
|
|
2496
|
-
}, {
|
|
2497
2495
|
path: string;
|
|
2496
|
+
}, {
|
|
2498
2497
|
type: "relative";
|
|
2498
|
+
path: string;
|
|
2499
2499
|
}>]>>;
|
|
2500
2500
|
url: z.ZodOptional<z.ZodString>;
|
|
2501
2501
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -2520,11 +2520,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2520
2520
|
type: z.ZodLiteral<"relative">;
|
|
2521
2521
|
path: z.ZodString;
|
|
2522
2522
|
}, "strict", z.ZodTypeAny, {
|
|
2523
|
-
path: string;
|
|
2524
2523
|
type: "relative";
|
|
2525
|
-
}, {
|
|
2526
2524
|
path: string;
|
|
2525
|
+
}, {
|
|
2527
2526
|
type: "relative";
|
|
2527
|
+
path: string;
|
|
2528
2528
|
}>]>>;
|
|
2529
2529
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2530
2530
|
name: z.ZodString;
|
|
@@ -2545,11 +2545,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2545
2545
|
type: z.ZodLiteral<"relative">;
|
|
2546
2546
|
path: z.ZodString;
|
|
2547
2547
|
}, "strict", z.ZodTypeAny, {
|
|
2548
|
-
path: string;
|
|
2549
2548
|
type: "relative";
|
|
2550
|
-
}, {
|
|
2551
2549
|
path: string;
|
|
2550
|
+
}, {
|
|
2552
2551
|
type: "relative";
|
|
2552
|
+
path: string;
|
|
2553
2553
|
}>]>>;
|
|
2554
2554
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2555
2555
|
name: z.ZodString;
|
|
@@ -2570,11 +2570,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2570
2570
|
type: z.ZodLiteral<"relative">;
|
|
2571
2571
|
path: z.ZodString;
|
|
2572
2572
|
}, "strict", z.ZodTypeAny, {
|
|
2573
|
-
path: string;
|
|
2574
2573
|
type: "relative";
|
|
2575
|
-
}, {
|
|
2576
2574
|
path: string;
|
|
2575
|
+
}, {
|
|
2577
2576
|
type: "relative";
|
|
2577
|
+
path: string;
|
|
2578
2578
|
}>]>>;
|
|
2579
2579
|
}, z.ZodTypeAny, "passthrough">>;
|
|
2580
2580
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2590,8 +2590,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2590
2590
|
mimeType: string;
|
|
2591
2591
|
content: string;
|
|
2592
2592
|
} | {
|
|
2593
|
-
path: string;
|
|
2594
2593
|
type: "relative";
|
|
2594
|
+
path: string;
|
|
2595
2595
|
} | undefined;
|
|
2596
2596
|
} & {
|
|
2597
2597
|
[k: string]: unknown;
|
|
@@ -2602,23 +2602,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2602
2602
|
type: "explicit-string";
|
|
2603
2603
|
content: string;
|
|
2604
2604
|
} | {
|
|
2605
|
-
path: string;
|
|
2606
2605
|
type: "relative";
|
|
2606
|
+
path: string;
|
|
2607
2607
|
} | undefined;
|
|
2608
2608
|
changelog?: {
|
|
2609
2609
|
type: "explicit-string";
|
|
2610
2610
|
content: string;
|
|
2611
2611
|
} | {
|
|
2612
|
-
path: string;
|
|
2613
2612
|
type: "relative";
|
|
2613
|
+
path: string;
|
|
2614
2614
|
} | undefined;
|
|
2615
2615
|
logo?: {
|
|
2616
2616
|
type: "explicit-base64";
|
|
2617
2617
|
mimeType: string;
|
|
2618
2618
|
content: string;
|
|
2619
2619
|
} | {
|
|
2620
|
-
path: string;
|
|
2621
2620
|
type: "relative";
|
|
2621
|
+
path: string;
|
|
2622
2622
|
} | undefined;
|
|
2623
2623
|
url?: string | undefined;
|
|
2624
2624
|
docs?: string | undefined;
|
|
@@ -2637,8 +2637,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2637
2637
|
mimeType: string;
|
|
2638
2638
|
content: string;
|
|
2639
2639
|
} | {
|
|
2640
|
-
path: string;
|
|
2641
2640
|
type: "relative";
|
|
2641
|
+
path: string;
|
|
2642
2642
|
} | undefined;
|
|
2643
2643
|
} & {
|
|
2644
2644
|
[k: string]: unknown;
|
|
@@ -2649,23 +2649,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2649
2649
|
type: "explicit-string";
|
|
2650
2650
|
content: string;
|
|
2651
2651
|
} | {
|
|
2652
|
-
path: string;
|
|
2653
2652
|
type: "relative";
|
|
2653
|
+
path: string;
|
|
2654
2654
|
} | undefined;
|
|
2655
2655
|
changelog?: {
|
|
2656
2656
|
type: "explicit-string";
|
|
2657
2657
|
content: string;
|
|
2658
2658
|
} | {
|
|
2659
|
-
path: string;
|
|
2660
2659
|
type: "relative";
|
|
2660
|
+
path: string;
|
|
2661
2661
|
} | undefined;
|
|
2662
2662
|
logo?: {
|
|
2663
2663
|
type: "explicit-base64";
|
|
2664
2664
|
mimeType: string;
|
|
2665
2665
|
content: string;
|
|
2666
2666
|
} | {
|
|
2667
|
-
path: string;
|
|
2668
2667
|
type: "relative";
|
|
2668
|
+
path: string;
|
|
2669
2669
|
} | undefined;
|
|
2670
2670
|
url?: string | undefined;
|
|
2671
2671
|
docs?: string | undefined;
|
|
@@ -2713,43 +2713,43 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2713
2713
|
type: z.ZodLiteral<"relative">;
|
|
2714
2714
|
path: z.ZodString;
|
|
2715
2715
|
}, "strict", z.ZodTypeAny, {
|
|
2716
|
-
path: string;
|
|
2717
2716
|
type: "relative";
|
|
2718
|
-
}, {
|
|
2719
2717
|
path: string;
|
|
2718
|
+
}, {
|
|
2720
2719
|
type: "relative";
|
|
2720
|
+
path: string;
|
|
2721
2721
|
}>, {
|
|
2722
2722
|
type: "workflow-v1";
|
|
2723
2723
|
main: {
|
|
2724
|
-
path: string;
|
|
2725
2724
|
type: "relative";
|
|
2725
|
+
path: string;
|
|
2726
2726
|
};
|
|
2727
2727
|
}, {
|
|
2728
|
-
path: string;
|
|
2729
2728
|
type: "relative";
|
|
2729
|
+
path: string;
|
|
2730
2730
|
}>, z.ZodObject<{
|
|
2731
2731
|
type: z.ZodLiteral<"workflow-v1">;
|
|
2732
2732
|
main: z.ZodObject<{
|
|
2733
2733
|
type: z.ZodLiteral<"relative">;
|
|
2734
2734
|
path: z.ZodString;
|
|
2735
2735
|
}, "strict", z.ZodTypeAny, {
|
|
2736
|
-
path: string;
|
|
2737
2736
|
type: "relative";
|
|
2738
|
-
}, {
|
|
2739
2737
|
path: string;
|
|
2738
|
+
}, {
|
|
2740
2739
|
type: "relative";
|
|
2740
|
+
path: string;
|
|
2741
2741
|
}>;
|
|
2742
2742
|
}, "strip", z.ZodTypeAny, {
|
|
2743
2743
|
type: "workflow-v1";
|
|
2744
2744
|
main: {
|
|
2745
|
-
path: string;
|
|
2746
2745
|
type: "relative";
|
|
2746
|
+
path: string;
|
|
2747
2747
|
};
|
|
2748
2748
|
}, {
|
|
2749
2749
|
type: "workflow-v1";
|
|
2750
2750
|
main: {
|
|
2751
|
-
path: string;
|
|
2752
2751
|
type: "relative";
|
|
2752
|
+
path: string;
|
|
2753
2753
|
};
|
|
2754
2754
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2755
2755
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -2757,79 +2757,79 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2757
2757
|
type: z.ZodLiteral<"relative">;
|
|
2758
2758
|
path: z.ZodString;
|
|
2759
2759
|
}, "strict", z.ZodTypeAny, {
|
|
2760
|
-
path: string;
|
|
2761
2760
|
type: "relative";
|
|
2762
|
-
}, {
|
|
2763
2761
|
path: string;
|
|
2762
|
+
}, {
|
|
2764
2763
|
type: "relative";
|
|
2764
|
+
path: string;
|
|
2765
2765
|
}>;
|
|
2766
2766
|
}, "strip", z.ZodTypeAny, {
|
|
2767
2767
|
type: "workflow-v1";
|
|
2768
2768
|
main: {
|
|
2769
|
-
path: string;
|
|
2770
2769
|
type: "relative";
|
|
2770
|
+
path: string;
|
|
2771
2771
|
};
|
|
2772
2772
|
}, {
|
|
2773
2773
|
type: "workflow-v1";
|
|
2774
2774
|
main: {
|
|
2775
|
-
path: string;
|
|
2776
2775
|
type: "relative";
|
|
2776
|
+
path: string;
|
|
2777
2777
|
};
|
|
2778
2778
|
}>]>]>;
|
|
2779
2779
|
model: z.ZodObject<{
|
|
2780
2780
|
type: z.ZodLiteral<"relative">;
|
|
2781
2781
|
path: z.ZodString;
|
|
2782
2782
|
}, "strict", z.ZodTypeAny, {
|
|
2783
|
-
path: string;
|
|
2784
2783
|
type: "relative";
|
|
2785
|
-
}, {
|
|
2786
2784
|
path: string;
|
|
2785
|
+
}, {
|
|
2787
2786
|
type: "relative";
|
|
2787
|
+
path: string;
|
|
2788
2788
|
}>;
|
|
2789
2789
|
ui: z.ZodObject<{
|
|
2790
2790
|
type: z.ZodLiteral<"relative">;
|
|
2791
2791
|
path: z.ZodString;
|
|
2792
2792
|
}, "strict", z.ZodTypeAny, {
|
|
2793
|
-
path: string;
|
|
2794
2793
|
type: "relative";
|
|
2795
|
-
}, {
|
|
2796
2794
|
path: string;
|
|
2795
|
+
}, {
|
|
2797
2796
|
type: "relative";
|
|
2797
|
+
path: string;
|
|
2798
2798
|
}>;
|
|
2799
2799
|
}, "strip", z.ZodTypeAny, {
|
|
2800
2800
|
workflow: {
|
|
2801
2801
|
type: "workflow-v1";
|
|
2802
2802
|
main: {
|
|
2803
|
-
path: string;
|
|
2804
2803
|
type: "relative";
|
|
2804
|
+
path: string;
|
|
2805
2805
|
};
|
|
2806
2806
|
};
|
|
2807
2807
|
model: {
|
|
2808
|
-
path: string;
|
|
2809
2808
|
type: "relative";
|
|
2809
|
+
path: string;
|
|
2810
2810
|
};
|
|
2811
2811
|
ui: {
|
|
2812
|
-
path: string;
|
|
2813
2812
|
type: "relative";
|
|
2813
|
+
path: string;
|
|
2814
2814
|
};
|
|
2815
2815
|
}, {
|
|
2816
2816
|
workflow: {
|
|
2817
|
-
path: string;
|
|
2818
2817
|
type: "relative";
|
|
2818
|
+
path: string;
|
|
2819
2819
|
} | {
|
|
2820
2820
|
type: "workflow-v1";
|
|
2821
2821
|
main: {
|
|
2822
|
-
path: string;
|
|
2823
2822
|
type: "relative";
|
|
2823
|
+
path: string;
|
|
2824
2824
|
};
|
|
2825
2825
|
};
|
|
2826
2826
|
model: {
|
|
2827
|
-
path: string;
|
|
2828
2827
|
type: "relative";
|
|
2828
|
+
path: string;
|
|
2829
2829
|
};
|
|
2830
2830
|
ui: {
|
|
2831
|
-
path: string;
|
|
2832
2831
|
type: "relative";
|
|
2832
|
+
path: string;
|
|
2833
2833
|
};
|
|
2834
2834
|
}>;
|
|
2835
2835
|
meta: z.ZodObject<{
|
|
@@ -2848,11 +2848,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2848
2848
|
type: z.ZodLiteral<"relative">;
|
|
2849
2849
|
path: z.ZodString;
|
|
2850
2850
|
}, "strict", z.ZodTypeAny, {
|
|
2851
|
-
path: string;
|
|
2852
2851
|
type: "relative";
|
|
2853
|
-
}, {
|
|
2854
2852
|
path: string;
|
|
2853
|
+
}, {
|
|
2855
2854
|
type: "relative";
|
|
2855
|
+
path: string;
|
|
2856
2856
|
}>]>>;
|
|
2857
2857
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2858
2858
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -2867,11 +2867,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2867
2867
|
type: z.ZodLiteral<"relative">;
|
|
2868
2868
|
path: z.ZodString;
|
|
2869
2869
|
}, "strict", z.ZodTypeAny, {
|
|
2870
|
-
path: string;
|
|
2871
2870
|
type: "relative";
|
|
2872
|
-
}, {
|
|
2873
2871
|
path: string;
|
|
2872
|
+
}, {
|
|
2874
2873
|
type: "relative";
|
|
2874
|
+
path: string;
|
|
2875
2875
|
}>]>>;
|
|
2876
2876
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2877
2877
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -2889,11 +2889,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2889
2889
|
type: z.ZodLiteral<"relative">;
|
|
2890
2890
|
path: z.ZodString;
|
|
2891
2891
|
}, "strict", z.ZodTypeAny, {
|
|
2892
|
-
path: string;
|
|
2893
2892
|
type: "relative";
|
|
2894
|
-
}, {
|
|
2895
2893
|
path: string;
|
|
2894
|
+
}, {
|
|
2896
2895
|
type: "relative";
|
|
2896
|
+
path: string;
|
|
2897
2897
|
}>]>>;
|
|
2898
2898
|
url: z.ZodOptional<z.ZodString>;
|
|
2899
2899
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -2918,11 +2918,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2918
2918
|
type: z.ZodLiteral<"relative">;
|
|
2919
2919
|
path: z.ZodString;
|
|
2920
2920
|
}, "strict", z.ZodTypeAny, {
|
|
2921
|
-
path: string;
|
|
2922
2921
|
type: "relative";
|
|
2923
|
-
}, {
|
|
2924
2922
|
path: string;
|
|
2923
|
+
}, {
|
|
2925
2924
|
type: "relative";
|
|
2925
|
+
path: string;
|
|
2926
2926
|
}>]>>;
|
|
2927
2927
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2928
2928
|
name: z.ZodString;
|
|
@@ -2943,11 +2943,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2943
2943
|
type: z.ZodLiteral<"relative">;
|
|
2944
2944
|
path: z.ZodString;
|
|
2945
2945
|
}, "strict", z.ZodTypeAny, {
|
|
2946
|
-
path: string;
|
|
2947
2946
|
type: "relative";
|
|
2948
|
-
}, {
|
|
2949
2947
|
path: string;
|
|
2948
|
+
}, {
|
|
2950
2949
|
type: "relative";
|
|
2950
|
+
path: string;
|
|
2951
2951
|
}>]>>;
|
|
2952
2952
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2953
2953
|
name: z.ZodString;
|
|
@@ -2968,11 +2968,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2968
2968
|
type: z.ZodLiteral<"relative">;
|
|
2969
2969
|
path: z.ZodString;
|
|
2970
2970
|
}, "strict", z.ZodTypeAny, {
|
|
2971
|
-
path: string;
|
|
2972
2971
|
type: "relative";
|
|
2973
|
-
}, {
|
|
2974
2972
|
path: string;
|
|
2973
|
+
}, {
|
|
2975
2974
|
type: "relative";
|
|
2975
|
+
path: string;
|
|
2976
2976
|
}>]>>;
|
|
2977
2977
|
}, z.ZodTypeAny, "passthrough">>;
|
|
2978
2978
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2988,8 +2988,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2988
2988
|
mimeType: string;
|
|
2989
2989
|
content: string;
|
|
2990
2990
|
} | {
|
|
2991
|
-
path: string;
|
|
2992
2991
|
type: "relative";
|
|
2992
|
+
path: string;
|
|
2993
2993
|
} | undefined;
|
|
2994
2994
|
} & {
|
|
2995
2995
|
[k: string]: unknown;
|
|
@@ -3000,23 +3000,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3000
3000
|
type: "explicit-string";
|
|
3001
3001
|
content: string;
|
|
3002
3002
|
} | {
|
|
3003
|
-
path: string;
|
|
3004
3003
|
type: "relative";
|
|
3004
|
+
path: string;
|
|
3005
3005
|
} | undefined;
|
|
3006
3006
|
changelog?: {
|
|
3007
3007
|
type: "explicit-string";
|
|
3008
3008
|
content: string;
|
|
3009
3009
|
} | {
|
|
3010
|
-
path: string;
|
|
3011
3010
|
type: "relative";
|
|
3011
|
+
path: string;
|
|
3012
3012
|
} | undefined;
|
|
3013
3013
|
logo?: {
|
|
3014
3014
|
type: "explicit-base64";
|
|
3015
3015
|
mimeType: string;
|
|
3016
3016
|
content: string;
|
|
3017
3017
|
} | {
|
|
3018
|
-
path: string;
|
|
3019
3018
|
type: "relative";
|
|
3019
|
+
path: string;
|
|
3020
3020
|
} | undefined;
|
|
3021
3021
|
url?: string | undefined;
|
|
3022
3022
|
docs?: string | undefined;
|
|
@@ -3035,8 +3035,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3035
3035
|
mimeType: string;
|
|
3036
3036
|
content: string;
|
|
3037
3037
|
} | {
|
|
3038
|
-
path: string;
|
|
3039
3038
|
type: "relative";
|
|
3039
|
+
path: string;
|
|
3040
3040
|
} | undefined;
|
|
3041
3041
|
} & {
|
|
3042
3042
|
[k: string]: unknown;
|
|
@@ -3047,23 +3047,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3047
3047
|
type: "explicit-string";
|
|
3048
3048
|
content: string;
|
|
3049
3049
|
} | {
|
|
3050
|
-
path: string;
|
|
3051
3050
|
type: "relative";
|
|
3051
|
+
path: string;
|
|
3052
3052
|
} | undefined;
|
|
3053
3053
|
changelog?: {
|
|
3054
3054
|
type: "explicit-string";
|
|
3055
3055
|
content: string;
|
|
3056
3056
|
} | {
|
|
3057
|
-
path: string;
|
|
3058
3057
|
type: "relative";
|
|
3058
|
+
path: string;
|
|
3059
3059
|
} | undefined;
|
|
3060
3060
|
logo?: {
|
|
3061
3061
|
type: "explicit-base64";
|
|
3062
3062
|
mimeType: string;
|
|
3063
3063
|
content: string;
|
|
3064
3064
|
} | {
|
|
3065
|
-
path: string;
|
|
3066
3065
|
type: "relative";
|
|
3066
|
+
path: string;
|
|
3067
3067
|
} | undefined;
|
|
3068
3068
|
url?: string | undefined;
|
|
3069
3069
|
docs?: string | undefined;
|
|
@@ -3094,43 +3094,43 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3094
3094
|
type: z.ZodLiteral<"relative">;
|
|
3095
3095
|
path: z.ZodString;
|
|
3096
3096
|
}, "strict", z.ZodTypeAny, {
|
|
3097
|
-
path: string;
|
|
3098
3097
|
type: "relative";
|
|
3099
|
-
}, {
|
|
3100
3098
|
path: string;
|
|
3099
|
+
}, {
|
|
3101
3100
|
type: "relative";
|
|
3101
|
+
path: string;
|
|
3102
3102
|
}>, {
|
|
3103
3103
|
type: "workflow-v1";
|
|
3104
3104
|
main: {
|
|
3105
|
-
path: string;
|
|
3106
3105
|
type: "relative";
|
|
3106
|
+
path: string;
|
|
3107
3107
|
};
|
|
3108
3108
|
}, {
|
|
3109
|
-
path: string;
|
|
3110
3109
|
type: "relative";
|
|
3110
|
+
path: string;
|
|
3111
3111
|
}>, z.ZodObject<{
|
|
3112
3112
|
type: z.ZodLiteral<"workflow-v1">;
|
|
3113
3113
|
main: z.ZodObject<{
|
|
3114
3114
|
type: z.ZodLiteral<"relative">;
|
|
3115
3115
|
path: z.ZodString;
|
|
3116
3116
|
}, "strict", z.ZodTypeAny, {
|
|
3117
|
-
path: string;
|
|
3118
3117
|
type: "relative";
|
|
3119
|
-
}, {
|
|
3120
3118
|
path: string;
|
|
3119
|
+
}, {
|
|
3121
3120
|
type: "relative";
|
|
3121
|
+
path: string;
|
|
3122
3122
|
}>;
|
|
3123
3123
|
}, "strip", z.ZodTypeAny, {
|
|
3124
3124
|
type: "workflow-v1";
|
|
3125
3125
|
main: {
|
|
3126
|
-
path: string;
|
|
3127
3126
|
type: "relative";
|
|
3127
|
+
path: string;
|
|
3128
3128
|
};
|
|
3129
3129
|
}, {
|
|
3130
3130
|
type: "workflow-v1";
|
|
3131
3131
|
main: {
|
|
3132
|
-
path: string;
|
|
3133
3132
|
type: "relative";
|
|
3133
|
+
path: string;
|
|
3134
3134
|
};
|
|
3135
3135
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3136
3136
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -3138,79 +3138,79 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3138
3138
|
type: z.ZodLiteral<"relative">;
|
|
3139
3139
|
path: z.ZodString;
|
|
3140
3140
|
}, "strict", z.ZodTypeAny, {
|
|
3141
|
-
path: string;
|
|
3142
3141
|
type: "relative";
|
|
3143
|
-
}, {
|
|
3144
3142
|
path: string;
|
|
3143
|
+
}, {
|
|
3145
3144
|
type: "relative";
|
|
3145
|
+
path: string;
|
|
3146
3146
|
}>;
|
|
3147
3147
|
}, "strip", z.ZodTypeAny, {
|
|
3148
3148
|
type: "workflow-v1";
|
|
3149
3149
|
main: {
|
|
3150
|
-
path: string;
|
|
3151
3150
|
type: "relative";
|
|
3151
|
+
path: string;
|
|
3152
3152
|
};
|
|
3153
3153
|
}, {
|
|
3154
3154
|
type: "workflow-v1";
|
|
3155
3155
|
main: {
|
|
3156
|
-
path: string;
|
|
3157
3156
|
type: "relative";
|
|
3157
|
+
path: string;
|
|
3158
3158
|
};
|
|
3159
3159
|
}>]>]>;
|
|
3160
3160
|
model: z.ZodObject<{
|
|
3161
3161
|
type: z.ZodLiteral<"relative">;
|
|
3162
3162
|
path: z.ZodString;
|
|
3163
3163
|
}, "strict", z.ZodTypeAny, {
|
|
3164
|
-
path: string;
|
|
3165
3164
|
type: "relative";
|
|
3166
|
-
}, {
|
|
3167
3165
|
path: string;
|
|
3166
|
+
}, {
|
|
3168
3167
|
type: "relative";
|
|
3168
|
+
path: string;
|
|
3169
3169
|
}>;
|
|
3170
3170
|
ui: z.ZodObject<{
|
|
3171
3171
|
type: z.ZodLiteral<"relative">;
|
|
3172
3172
|
path: z.ZodString;
|
|
3173
3173
|
}, "strict", z.ZodTypeAny, {
|
|
3174
|
-
path: string;
|
|
3175
3174
|
type: "relative";
|
|
3176
|
-
}, {
|
|
3177
3175
|
path: string;
|
|
3176
|
+
}, {
|
|
3178
3177
|
type: "relative";
|
|
3178
|
+
path: string;
|
|
3179
3179
|
}>;
|
|
3180
3180
|
}, "strip", z.ZodTypeAny, {
|
|
3181
3181
|
workflow: {
|
|
3182
3182
|
type: "workflow-v1";
|
|
3183
3183
|
main: {
|
|
3184
|
-
path: string;
|
|
3185
3184
|
type: "relative";
|
|
3185
|
+
path: string;
|
|
3186
3186
|
};
|
|
3187
3187
|
};
|
|
3188
3188
|
model: {
|
|
3189
|
-
path: string;
|
|
3190
3189
|
type: "relative";
|
|
3190
|
+
path: string;
|
|
3191
3191
|
};
|
|
3192
3192
|
ui: {
|
|
3193
|
-
path: string;
|
|
3194
3193
|
type: "relative";
|
|
3194
|
+
path: string;
|
|
3195
3195
|
};
|
|
3196
3196
|
}, {
|
|
3197
3197
|
workflow: {
|
|
3198
|
-
path: string;
|
|
3199
3198
|
type: "relative";
|
|
3199
|
+
path: string;
|
|
3200
3200
|
} | {
|
|
3201
3201
|
type: "workflow-v1";
|
|
3202
3202
|
main: {
|
|
3203
|
-
path: string;
|
|
3204
3203
|
type: "relative";
|
|
3204
|
+
path: string;
|
|
3205
3205
|
};
|
|
3206
3206
|
};
|
|
3207
3207
|
model: {
|
|
3208
|
-
path: string;
|
|
3209
3208
|
type: "relative";
|
|
3209
|
+
path: string;
|
|
3210
3210
|
};
|
|
3211
3211
|
ui: {
|
|
3212
|
-
path: string;
|
|
3213
3212
|
type: "relative";
|
|
3213
|
+
path: string;
|
|
3214
3214
|
};
|
|
3215
3215
|
}>;
|
|
3216
3216
|
meta: z.ZodObject<{
|
|
@@ -3229,11 +3229,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3229
3229
|
type: z.ZodLiteral<"relative">;
|
|
3230
3230
|
path: z.ZodString;
|
|
3231
3231
|
}, "strict", z.ZodTypeAny, {
|
|
3232
|
-
path: string;
|
|
3233
3232
|
type: "relative";
|
|
3234
|
-
}, {
|
|
3235
3233
|
path: string;
|
|
3234
|
+
}, {
|
|
3236
3235
|
type: "relative";
|
|
3236
|
+
path: string;
|
|
3237
3237
|
}>]>>;
|
|
3238
3238
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3239
3239
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -3248,11 +3248,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3248
3248
|
type: z.ZodLiteral<"relative">;
|
|
3249
3249
|
path: z.ZodString;
|
|
3250
3250
|
}, "strict", z.ZodTypeAny, {
|
|
3251
|
-
path: string;
|
|
3252
3251
|
type: "relative";
|
|
3253
|
-
}, {
|
|
3254
3252
|
path: string;
|
|
3253
|
+
}, {
|
|
3255
3254
|
type: "relative";
|
|
3255
|
+
path: string;
|
|
3256
3256
|
}>]>>;
|
|
3257
3257
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3258
3258
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -3270,11 +3270,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3270
3270
|
type: z.ZodLiteral<"relative">;
|
|
3271
3271
|
path: z.ZodString;
|
|
3272
3272
|
}, "strict", z.ZodTypeAny, {
|
|
3273
|
-
path: string;
|
|
3274
3273
|
type: "relative";
|
|
3275
|
-
}, {
|
|
3276
3274
|
path: string;
|
|
3275
|
+
}, {
|
|
3277
3276
|
type: "relative";
|
|
3277
|
+
path: string;
|
|
3278
3278
|
}>]>>;
|
|
3279
3279
|
url: z.ZodOptional<z.ZodString>;
|
|
3280
3280
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -3299,11 +3299,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3299
3299
|
type: z.ZodLiteral<"relative">;
|
|
3300
3300
|
path: z.ZodString;
|
|
3301
3301
|
}, "strict", z.ZodTypeAny, {
|
|
3302
|
-
path: string;
|
|
3303
3302
|
type: "relative";
|
|
3304
|
-
}, {
|
|
3305
3303
|
path: string;
|
|
3304
|
+
}, {
|
|
3306
3305
|
type: "relative";
|
|
3306
|
+
path: string;
|
|
3307
3307
|
}>]>>;
|
|
3308
3308
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3309
3309
|
name: z.ZodString;
|
|
@@ -3324,11 +3324,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3324
3324
|
type: z.ZodLiteral<"relative">;
|
|
3325
3325
|
path: z.ZodString;
|
|
3326
3326
|
}, "strict", z.ZodTypeAny, {
|
|
3327
|
-
path: string;
|
|
3328
3327
|
type: "relative";
|
|
3329
|
-
}, {
|
|
3330
3328
|
path: string;
|
|
3329
|
+
}, {
|
|
3331
3330
|
type: "relative";
|
|
3331
|
+
path: string;
|
|
3332
3332
|
}>]>>;
|
|
3333
3333
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3334
3334
|
name: z.ZodString;
|
|
@@ -3349,11 +3349,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3349
3349
|
type: z.ZodLiteral<"relative">;
|
|
3350
3350
|
path: z.ZodString;
|
|
3351
3351
|
}, "strict", z.ZodTypeAny, {
|
|
3352
|
-
path: string;
|
|
3353
3352
|
type: "relative";
|
|
3354
|
-
}, {
|
|
3355
3353
|
path: string;
|
|
3354
|
+
}, {
|
|
3356
3355
|
type: "relative";
|
|
3356
|
+
path: string;
|
|
3357
3357
|
}>]>>;
|
|
3358
3358
|
}, z.ZodTypeAny, "passthrough">>;
|
|
3359
3359
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3369,8 +3369,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3369
3369
|
mimeType: string;
|
|
3370
3370
|
content: string;
|
|
3371
3371
|
} | {
|
|
3372
|
-
path: string;
|
|
3373
3372
|
type: "relative";
|
|
3373
|
+
path: string;
|
|
3374
3374
|
} | undefined;
|
|
3375
3375
|
} & {
|
|
3376
3376
|
[k: string]: unknown;
|
|
@@ -3381,23 +3381,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3381
3381
|
type: "explicit-string";
|
|
3382
3382
|
content: string;
|
|
3383
3383
|
} | {
|
|
3384
|
-
path: string;
|
|
3385
3384
|
type: "relative";
|
|
3385
|
+
path: string;
|
|
3386
3386
|
} | undefined;
|
|
3387
3387
|
changelog?: {
|
|
3388
3388
|
type: "explicit-string";
|
|
3389
3389
|
content: string;
|
|
3390
3390
|
} | {
|
|
3391
|
-
path: string;
|
|
3392
3391
|
type: "relative";
|
|
3392
|
+
path: string;
|
|
3393
3393
|
} | undefined;
|
|
3394
3394
|
logo?: {
|
|
3395
3395
|
type: "explicit-base64";
|
|
3396
3396
|
mimeType: string;
|
|
3397
3397
|
content: string;
|
|
3398
3398
|
} | {
|
|
3399
|
-
path: string;
|
|
3400
3399
|
type: "relative";
|
|
3400
|
+
path: string;
|
|
3401
3401
|
} | undefined;
|
|
3402
3402
|
url?: string | undefined;
|
|
3403
3403
|
docs?: string | undefined;
|
|
@@ -3416,8 +3416,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3416
3416
|
mimeType: string;
|
|
3417
3417
|
content: string;
|
|
3418
3418
|
} | {
|
|
3419
|
-
path: string;
|
|
3420
3419
|
type: "relative";
|
|
3420
|
+
path: string;
|
|
3421
3421
|
} | undefined;
|
|
3422
3422
|
} & {
|
|
3423
3423
|
[k: string]: unknown;
|
|
@@ -3428,23 +3428,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3428
3428
|
type: "explicit-string";
|
|
3429
3429
|
content: string;
|
|
3430
3430
|
} | {
|
|
3431
|
-
path: string;
|
|
3432
3431
|
type: "relative";
|
|
3432
|
+
path: string;
|
|
3433
3433
|
} | undefined;
|
|
3434
3434
|
changelog?: {
|
|
3435
3435
|
type: "explicit-string";
|
|
3436
3436
|
content: string;
|
|
3437
3437
|
} | {
|
|
3438
|
-
path: string;
|
|
3439
3438
|
type: "relative";
|
|
3439
|
+
path: string;
|
|
3440
3440
|
} | undefined;
|
|
3441
3441
|
logo?: {
|
|
3442
3442
|
type: "explicit-base64";
|
|
3443
3443
|
mimeType: string;
|
|
3444
3444
|
content: string;
|
|
3445
3445
|
} | {
|
|
3446
|
-
path: string;
|
|
3447
3446
|
type: "relative";
|
|
3447
|
+
path: string;
|
|
3448
3448
|
} | undefined;
|
|
3449
3449
|
url?: string | undefined;
|
|
3450
3450
|
docs?: string | undefined;
|
|
@@ -3475,43 +3475,43 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3475
3475
|
type: z.ZodLiteral<"relative">;
|
|
3476
3476
|
path: z.ZodString;
|
|
3477
3477
|
}, "strict", z.ZodTypeAny, {
|
|
3478
|
-
path: string;
|
|
3479
3478
|
type: "relative";
|
|
3480
|
-
}, {
|
|
3481
3479
|
path: string;
|
|
3480
|
+
}, {
|
|
3482
3481
|
type: "relative";
|
|
3482
|
+
path: string;
|
|
3483
3483
|
}>, {
|
|
3484
3484
|
type: "workflow-v1";
|
|
3485
3485
|
main: {
|
|
3486
|
-
path: string;
|
|
3487
3486
|
type: "relative";
|
|
3487
|
+
path: string;
|
|
3488
3488
|
};
|
|
3489
3489
|
}, {
|
|
3490
|
-
path: string;
|
|
3491
3490
|
type: "relative";
|
|
3491
|
+
path: string;
|
|
3492
3492
|
}>, z.ZodObject<{
|
|
3493
3493
|
type: z.ZodLiteral<"workflow-v1">;
|
|
3494
3494
|
main: z.ZodObject<{
|
|
3495
3495
|
type: z.ZodLiteral<"relative">;
|
|
3496
3496
|
path: z.ZodString;
|
|
3497
3497
|
}, "strict", z.ZodTypeAny, {
|
|
3498
|
-
path: string;
|
|
3499
3498
|
type: "relative";
|
|
3500
|
-
}, {
|
|
3501
3499
|
path: string;
|
|
3500
|
+
}, {
|
|
3502
3501
|
type: "relative";
|
|
3502
|
+
path: string;
|
|
3503
3503
|
}>;
|
|
3504
3504
|
}, "strip", z.ZodTypeAny, {
|
|
3505
3505
|
type: "workflow-v1";
|
|
3506
3506
|
main: {
|
|
3507
|
-
path: string;
|
|
3508
3507
|
type: "relative";
|
|
3508
|
+
path: string;
|
|
3509
3509
|
};
|
|
3510
3510
|
}, {
|
|
3511
3511
|
type: "workflow-v1";
|
|
3512
3512
|
main: {
|
|
3513
|
-
path: string;
|
|
3514
3513
|
type: "relative";
|
|
3514
|
+
path: string;
|
|
3515
3515
|
};
|
|
3516
3516
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3517
3517
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -3519,79 +3519,79 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3519
3519
|
type: z.ZodLiteral<"relative">;
|
|
3520
3520
|
path: z.ZodString;
|
|
3521
3521
|
}, "strict", z.ZodTypeAny, {
|
|
3522
|
-
path: string;
|
|
3523
3522
|
type: "relative";
|
|
3524
|
-
}, {
|
|
3525
3523
|
path: string;
|
|
3524
|
+
}, {
|
|
3526
3525
|
type: "relative";
|
|
3526
|
+
path: string;
|
|
3527
3527
|
}>;
|
|
3528
3528
|
}, "strip", z.ZodTypeAny, {
|
|
3529
3529
|
type: "workflow-v1";
|
|
3530
3530
|
main: {
|
|
3531
|
-
path: string;
|
|
3532
3531
|
type: "relative";
|
|
3532
|
+
path: string;
|
|
3533
3533
|
};
|
|
3534
3534
|
}, {
|
|
3535
3535
|
type: "workflow-v1";
|
|
3536
3536
|
main: {
|
|
3537
|
-
path: string;
|
|
3538
3537
|
type: "relative";
|
|
3538
|
+
path: string;
|
|
3539
3539
|
};
|
|
3540
3540
|
}>]>]>;
|
|
3541
3541
|
model: z.ZodObject<{
|
|
3542
3542
|
type: z.ZodLiteral<"relative">;
|
|
3543
3543
|
path: z.ZodString;
|
|
3544
3544
|
}, "strict", z.ZodTypeAny, {
|
|
3545
|
-
path: string;
|
|
3546
3545
|
type: "relative";
|
|
3547
|
-
}, {
|
|
3548
3546
|
path: string;
|
|
3547
|
+
}, {
|
|
3549
3548
|
type: "relative";
|
|
3549
|
+
path: string;
|
|
3550
3550
|
}>;
|
|
3551
3551
|
ui: z.ZodObject<{
|
|
3552
3552
|
type: z.ZodLiteral<"relative">;
|
|
3553
3553
|
path: z.ZodString;
|
|
3554
3554
|
}, "strict", z.ZodTypeAny, {
|
|
3555
|
-
path: string;
|
|
3556
3555
|
type: "relative";
|
|
3557
|
-
}, {
|
|
3558
3556
|
path: string;
|
|
3557
|
+
}, {
|
|
3559
3558
|
type: "relative";
|
|
3559
|
+
path: string;
|
|
3560
3560
|
}>;
|
|
3561
3561
|
}, "strip", z.ZodTypeAny, {
|
|
3562
3562
|
workflow: {
|
|
3563
3563
|
type: "workflow-v1";
|
|
3564
3564
|
main: {
|
|
3565
|
-
path: string;
|
|
3566
3565
|
type: "relative";
|
|
3566
|
+
path: string;
|
|
3567
3567
|
};
|
|
3568
3568
|
};
|
|
3569
3569
|
model: {
|
|
3570
|
-
path: string;
|
|
3571
3570
|
type: "relative";
|
|
3571
|
+
path: string;
|
|
3572
3572
|
};
|
|
3573
3573
|
ui: {
|
|
3574
|
-
path: string;
|
|
3575
3574
|
type: "relative";
|
|
3575
|
+
path: string;
|
|
3576
3576
|
};
|
|
3577
3577
|
}, {
|
|
3578
3578
|
workflow: {
|
|
3579
|
-
path: string;
|
|
3580
3579
|
type: "relative";
|
|
3580
|
+
path: string;
|
|
3581
3581
|
} | {
|
|
3582
3582
|
type: "workflow-v1";
|
|
3583
3583
|
main: {
|
|
3584
|
-
path: string;
|
|
3585
3584
|
type: "relative";
|
|
3585
|
+
path: string;
|
|
3586
3586
|
};
|
|
3587
3587
|
};
|
|
3588
3588
|
model: {
|
|
3589
|
-
path: string;
|
|
3590
3589
|
type: "relative";
|
|
3590
|
+
path: string;
|
|
3591
3591
|
};
|
|
3592
3592
|
ui: {
|
|
3593
|
-
path: string;
|
|
3594
3593
|
type: "relative";
|
|
3594
|
+
path: string;
|
|
3595
3595
|
};
|
|
3596
3596
|
}>;
|
|
3597
3597
|
meta: z.ZodObject<{
|
|
@@ -3610,11 +3610,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3610
3610
|
type: z.ZodLiteral<"relative">;
|
|
3611
3611
|
path: z.ZodString;
|
|
3612
3612
|
}, "strict", z.ZodTypeAny, {
|
|
3613
|
-
path: string;
|
|
3614
3613
|
type: "relative";
|
|
3615
|
-
}, {
|
|
3616
3614
|
path: string;
|
|
3615
|
+
}, {
|
|
3617
3616
|
type: "relative";
|
|
3617
|
+
path: string;
|
|
3618
3618
|
}>]>>;
|
|
3619
3619
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3620
3620
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -3629,11 +3629,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3629
3629
|
type: z.ZodLiteral<"relative">;
|
|
3630
3630
|
path: z.ZodString;
|
|
3631
3631
|
}, "strict", z.ZodTypeAny, {
|
|
3632
|
-
path: string;
|
|
3633
3632
|
type: "relative";
|
|
3634
|
-
}, {
|
|
3635
3633
|
path: string;
|
|
3634
|
+
}, {
|
|
3636
3635
|
type: "relative";
|
|
3636
|
+
path: string;
|
|
3637
3637
|
}>]>>;
|
|
3638
3638
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3639
3639
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -3651,11 +3651,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3651
3651
|
type: z.ZodLiteral<"relative">;
|
|
3652
3652
|
path: z.ZodString;
|
|
3653
3653
|
}, "strict", z.ZodTypeAny, {
|
|
3654
|
-
path: string;
|
|
3655
3654
|
type: "relative";
|
|
3656
|
-
}, {
|
|
3657
3655
|
path: string;
|
|
3656
|
+
}, {
|
|
3658
3657
|
type: "relative";
|
|
3658
|
+
path: string;
|
|
3659
3659
|
}>]>>;
|
|
3660
3660
|
url: z.ZodOptional<z.ZodString>;
|
|
3661
3661
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -3680,11 +3680,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3680
3680
|
type: z.ZodLiteral<"relative">;
|
|
3681
3681
|
path: z.ZodString;
|
|
3682
3682
|
}, "strict", z.ZodTypeAny, {
|
|
3683
|
-
path: string;
|
|
3684
3683
|
type: "relative";
|
|
3685
|
-
}, {
|
|
3686
3684
|
path: string;
|
|
3685
|
+
}, {
|
|
3687
3686
|
type: "relative";
|
|
3687
|
+
path: string;
|
|
3688
3688
|
}>]>>;
|
|
3689
3689
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3690
3690
|
name: z.ZodString;
|
|
@@ -3705,11 +3705,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3705
3705
|
type: z.ZodLiteral<"relative">;
|
|
3706
3706
|
path: z.ZodString;
|
|
3707
3707
|
}, "strict", z.ZodTypeAny, {
|
|
3708
|
-
path: string;
|
|
3709
3708
|
type: "relative";
|
|
3710
|
-
}, {
|
|
3711
3709
|
path: string;
|
|
3710
|
+
}, {
|
|
3712
3711
|
type: "relative";
|
|
3712
|
+
path: string;
|
|
3713
3713
|
}>]>>;
|
|
3714
3714
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3715
3715
|
name: z.ZodString;
|
|
@@ -3730,11 +3730,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3730
3730
|
type: z.ZodLiteral<"relative">;
|
|
3731
3731
|
path: z.ZodString;
|
|
3732
3732
|
}, "strict", z.ZodTypeAny, {
|
|
3733
|
-
path: string;
|
|
3734
3733
|
type: "relative";
|
|
3735
|
-
}, {
|
|
3736
3734
|
path: string;
|
|
3735
|
+
}, {
|
|
3737
3736
|
type: "relative";
|
|
3737
|
+
path: string;
|
|
3738
3738
|
}>]>>;
|
|
3739
3739
|
}, z.ZodTypeAny, "passthrough">>;
|
|
3740
3740
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3750,8 +3750,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3750
3750
|
mimeType: string;
|
|
3751
3751
|
content: string;
|
|
3752
3752
|
} | {
|
|
3753
|
-
path: string;
|
|
3754
3753
|
type: "relative";
|
|
3754
|
+
path: string;
|
|
3755
3755
|
} | undefined;
|
|
3756
3756
|
} & {
|
|
3757
3757
|
[k: string]: unknown;
|
|
@@ -3762,23 +3762,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3762
3762
|
type: "explicit-string";
|
|
3763
3763
|
content: string;
|
|
3764
3764
|
} | {
|
|
3765
|
-
path: string;
|
|
3766
3765
|
type: "relative";
|
|
3766
|
+
path: string;
|
|
3767
3767
|
} | undefined;
|
|
3768
3768
|
changelog?: {
|
|
3769
3769
|
type: "explicit-string";
|
|
3770
3770
|
content: string;
|
|
3771
3771
|
} | {
|
|
3772
|
-
path: string;
|
|
3773
3772
|
type: "relative";
|
|
3773
|
+
path: string;
|
|
3774
3774
|
} | undefined;
|
|
3775
3775
|
logo?: {
|
|
3776
3776
|
type: "explicit-base64";
|
|
3777
3777
|
mimeType: string;
|
|
3778
3778
|
content: string;
|
|
3779
3779
|
} | {
|
|
3780
|
-
path: string;
|
|
3781
3780
|
type: "relative";
|
|
3781
|
+
path: string;
|
|
3782
3782
|
} | undefined;
|
|
3783
3783
|
url?: string | undefined;
|
|
3784
3784
|
docs?: string | undefined;
|
|
@@ -3797,8 +3797,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3797
3797
|
mimeType: string;
|
|
3798
3798
|
content: string;
|
|
3799
3799
|
} | {
|
|
3800
|
-
path: string;
|
|
3801
3800
|
type: "relative";
|
|
3801
|
+
path: string;
|
|
3802
3802
|
} | undefined;
|
|
3803
3803
|
} & {
|
|
3804
3804
|
[k: string]: unknown;
|
|
@@ -3809,23 +3809,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3809
3809
|
type: "explicit-string";
|
|
3810
3810
|
content: string;
|
|
3811
3811
|
} | {
|
|
3812
|
-
path: string;
|
|
3813
3812
|
type: "relative";
|
|
3813
|
+
path: string;
|
|
3814
3814
|
} | undefined;
|
|
3815
3815
|
changelog?: {
|
|
3816
3816
|
type: "explicit-string";
|
|
3817
3817
|
content: string;
|
|
3818
3818
|
} | {
|
|
3819
|
-
path: string;
|
|
3820
3819
|
type: "relative";
|
|
3820
|
+
path: string;
|
|
3821
3821
|
} | undefined;
|
|
3822
3822
|
logo?: {
|
|
3823
3823
|
type: "explicit-base64";
|
|
3824
3824
|
mimeType: string;
|
|
3825
3825
|
content: string;
|
|
3826
3826
|
} | {
|
|
3827
|
-
path: string;
|
|
3828
3827
|
type: "relative";
|
|
3828
|
+
path: string;
|
|
3829
3829
|
} | undefined;
|
|
3830
3830
|
url?: string | undefined;
|
|
3831
3831
|
docs?: string | undefined;
|
|
@@ -3873,43 +3873,43 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3873
3873
|
type: z.ZodLiteral<"relative">;
|
|
3874
3874
|
path: z.ZodString;
|
|
3875
3875
|
}, "strict", z.ZodTypeAny, {
|
|
3876
|
-
path: string;
|
|
3877
3876
|
type: "relative";
|
|
3878
|
-
}, {
|
|
3879
3877
|
path: string;
|
|
3878
|
+
}, {
|
|
3880
3879
|
type: "relative";
|
|
3880
|
+
path: string;
|
|
3881
3881
|
}>, {
|
|
3882
3882
|
type: "workflow-v1";
|
|
3883
3883
|
main: {
|
|
3884
|
-
path: string;
|
|
3885
3884
|
type: "relative";
|
|
3885
|
+
path: string;
|
|
3886
3886
|
};
|
|
3887
3887
|
}, {
|
|
3888
|
-
path: string;
|
|
3889
3888
|
type: "relative";
|
|
3889
|
+
path: string;
|
|
3890
3890
|
}>, z.ZodObject<{
|
|
3891
3891
|
type: z.ZodLiteral<"workflow-v1">;
|
|
3892
3892
|
main: z.ZodObject<{
|
|
3893
3893
|
type: z.ZodLiteral<"relative">;
|
|
3894
3894
|
path: z.ZodString;
|
|
3895
3895
|
}, "strict", z.ZodTypeAny, {
|
|
3896
|
-
path: string;
|
|
3897
3896
|
type: "relative";
|
|
3898
|
-
}, {
|
|
3899
3897
|
path: string;
|
|
3898
|
+
}, {
|
|
3900
3899
|
type: "relative";
|
|
3900
|
+
path: string;
|
|
3901
3901
|
}>;
|
|
3902
3902
|
}, "strip", z.ZodTypeAny, {
|
|
3903
3903
|
type: "workflow-v1";
|
|
3904
3904
|
main: {
|
|
3905
|
-
path: string;
|
|
3906
3905
|
type: "relative";
|
|
3906
|
+
path: string;
|
|
3907
3907
|
};
|
|
3908
3908
|
}, {
|
|
3909
3909
|
type: "workflow-v1";
|
|
3910
3910
|
main: {
|
|
3911
|
-
path: string;
|
|
3912
3911
|
type: "relative";
|
|
3912
|
+
path: string;
|
|
3913
3913
|
};
|
|
3914
3914
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3915
3915
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -3917,79 +3917,79 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3917
3917
|
type: z.ZodLiteral<"relative">;
|
|
3918
3918
|
path: z.ZodString;
|
|
3919
3919
|
}, "strict", z.ZodTypeAny, {
|
|
3920
|
-
path: string;
|
|
3921
3920
|
type: "relative";
|
|
3922
|
-
}, {
|
|
3923
3921
|
path: string;
|
|
3922
|
+
}, {
|
|
3924
3923
|
type: "relative";
|
|
3924
|
+
path: string;
|
|
3925
3925
|
}>;
|
|
3926
3926
|
}, "strip", z.ZodTypeAny, {
|
|
3927
3927
|
type: "workflow-v1";
|
|
3928
3928
|
main: {
|
|
3929
|
-
path: string;
|
|
3930
3929
|
type: "relative";
|
|
3930
|
+
path: string;
|
|
3931
3931
|
};
|
|
3932
3932
|
}, {
|
|
3933
3933
|
type: "workflow-v1";
|
|
3934
3934
|
main: {
|
|
3935
|
-
path: string;
|
|
3936
3935
|
type: "relative";
|
|
3936
|
+
path: string;
|
|
3937
3937
|
};
|
|
3938
3938
|
}>]>]>;
|
|
3939
3939
|
model: z.ZodObject<{
|
|
3940
3940
|
type: z.ZodLiteral<"relative">;
|
|
3941
3941
|
path: z.ZodString;
|
|
3942
3942
|
}, "strict", z.ZodTypeAny, {
|
|
3943
|
-
path: string;
|
|
3944
3943
|
type: "relative";
|
|
3945
|
-
}, {
|
|
3946
3944
|
path: string;
|
|
3945
|
+
}, {
|
|
3947
3946
|
type: "relative";
|
|
3947
|
+
path: string;
|
|
3948
3948
|
}>;
|
|
3949
3949
|
ui: z.ZodObject<{
|
|
3950
3950
|
type: z.ZodLiteral<"relative">;
|
|
3951
3951
|
path: z.ZodString;
|
|
3952
3952
|
}, "strict", z.ZodTypeAny, {
|
|
3953
|
-
path: string;
|
|
3954
3953
|
type: "relative";
|
|
3955
|
-
}, {
|
|
3956
3954
|
path: string;
|
|
3955
|
+
}, {
|
|
3957
3956
|
type: "relative";
|
|
3957
|
+
path: string;
|
|
3958
3958
|
}>;
|
|
3959
3959
|
}, "strip", z.ZodTypeAny, {
|
|
3960
3960
|
workflow: {
|
|
3961
3961
|
type: "workflow-v1";
|
|
3962
3962
|
main: {
|
|
3963
|
-
path: string;
|
|
3964
3963
|
type: "relative";
|
|
3964
|
+
path: string;
|
|
3965
3965
|
};
|
|
3966
3966
|
};
|
|
3967
3967
|
model: {
|
|
3968
|
-
path: string;
|
|
3969
3968
|
type: "relative";
|
|
3969
|
+
path: string;
|
|
3970
3970
|
};
|
|
3971
3971
|
ui: {
|
|
3972
|
-
path: string;
|
|
3973
3972
|
type: "relative";
|
|
3973
|
+
path: string;
|
|
3974
3974
|
};
|
|
3975
3975
|
}, {
|
|
3976
3976
|
workflow: {
|
|
3977
|
-
path: string;
|
|
3978
3977
|
type: "relative";
|
|
3978
|
+
path: string;
|
|
3979
3979
|
} | {
|
|
3980
3980
|
type: "workflow-v1";
|
|
3981
3981
|
main: {
|
|
3982
|
-
path: string;
|
|
3983
3982
|
type: "relative";
|
|
3983
|
+
path: string;
|
|
3984
3984
|
};
|
|
3985
3985
|
};
|
|
3986
3986
|
model: {
|
|
3987
|
-
path: string;
|
|
3988
3987
|
type: "relative";
|
|
3988
|
+
path: string;
|
|
3989
3989
|
};
|
|
3990
3990
|
ui: {
|
|
3991
|
-
path: string;
|
|
3992
3991
|
type: "relative";
|
|
3992
|
+
path: string;
|
|
3993
3993
|
};
|
|
3994
3994
|
}>;
|
|
3995
3995
|
meta: z.ZodObject<{
|
|
@@ -4008,11 +4008,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4008
4008
|
type: z.ZodLiteral<"relative">;
|
|
4009
4009
|
path: z.ZodString;
|
|
4010
4010
|
}, "strict", z.ZodTypeAny, {
|
|
4011
|
-
path: string;
|
|
4012
4011
|
type: "relative";
|
|
4013
|
-
}, {
|
|
4014
4012
|
path: string;
|
|
4013
|
+
}, {
|
|
4015
4014
|
type: "relative";
|
|
4015
|
+
path: string;
|
|
4016
4016
|
}>]>>;
|
|
4017
4017
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4018
4018
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -4027,11 +4027,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4027
4027
|
type: z.ZodLiteral<"relative">;
|
|
4028
4028
|
path: z.ZodString;
|
|
4029
4029
|
}, "strict", z.ZodTypeAny, {
|
|
4030
|
-
path: string;
|
|
4031
4030
|
type: "relative";
|
|
4032
|
-
}, {
|
|
4033
4031
|
path: string;
|
|
4032
|
+
}, {
|
|
4034
4033
|
type: "relative";
|
|
4034
|
+
path: string;
|
|
4035
4035
|
}>]>>;
|
|
4036
4036
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4037
4037
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -4049,11 +4049,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4049
4049
|
type: z.ZodLiteral<"relative">;
|
|
4050
4050
|
path: z.ZodString;
|
|
4051
4051
|
}, "strict", z.ZodTypeAny, {
|
|
4052
|
-
path: string;
|
|
4053
4052
|
type: "relative";
|
|
4054
|
-
}, {
|
|
4055
4053
|
path: string;
|
|
4054
|
+
}, {
|
|
4056
4055
|
type: "relative";
|
|
4056
|
+
path: string;
|
|
4057
4057
|
}>]>>;
|
|
4058
4058
|
url: z.ZodOptional<z.ZodString>;
|
|
4059
4059
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -4078,11 +4078,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4078
4078
|
type: z.ZodLiteral<"relative">;
|
|
4079
4079
|
path: z.ZodString;
|
|
4080
4080
|
}, "strict", z.ZodTypeAny, {
|
|
4081
|
-
path: string;
|
|
4082
4081
|
type: "relative";
|
|
4083
|
-
}, {
|
|
4084
4082
|
path: string;
|
|
4083
|
+
}, {
|
|
4085
4084
|
type: "relative";
|
|
4085
|
+
path: string;
|
|
4086
4086
|
}>]>>;
|
|
4087
4087
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
4088
4088
|
name: z.ZodString;
|
|
@@ -4103,11 +4103,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4103
4103
|
type: z.ZodLiteral<"relative">;
|
|
4104
4104
|
path: z.ZodString;
|
|
4105
4105
|
}, "strict", z.ZodTypeAny, {
|
|
4106
|
-
path: string;
|
|
4107
4106
|
type: "relative";
|
|
4108
|
-
}, {
|
|
4109
4107
|
path: string;
|
|
4108
|
+
}, {
|
|
4110
4109
|
type: "relative";
|
|
4110
|
+
path: string;
|
|
4111
4111
|
}>]>>;
|
|
4112
4112
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4113
4113
|
name: z.ZodString;
|
|
@@ -4128,11 +4128,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4128
4128
|
type: z.ZodLiteral<"relative">;
|
|
4129
4129
|
path: z.ZodString;
|
|
4130
4130
|
}, "strict", z.ZodTypeAny, {
|
|
4131
|
-
path: string;
|
|
4132
4131
|
type: "relative";
|
|
4133
|
-
}, {
|
|
4134
4132
|
path: string;
|
|
4133
|
+
}, {
|
|
4135
4134
|
type: "relative";
|
|
4135
|
+
path: string;
|
|
4136
4136
|
}>]>>;
|
|
4137
4137
|
}, z.ZodTypeAny, "passthrough">>;
|
|
4138
4138
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4148,8 +4148,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4148
4148
|
mimeType: string;
|
|
4149
4149
|
content: string;
|
|
4150
4150
|
} | {
|
|
4151
|
-
path: string;
|
|
4152
4151
|
type: "relative";
|
|
4152
|
+
path: string;
|
|
4153
4153
|
} | undefined;
|
|
4154
4154
|
} & {
|
|
4155
4155
|
[k: string]: unknown;
|
|
@@ -4160,23 +4160,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4160
4160
|
type: "explicit-string";
|
|
4161
4161
|
content: string;
|
|
4162
4162
|
} | {
|
|
4163
|
-
path: string;
|
|
4164
4163
|
type: "relative";
|
|
4164
|
+
path: string;
|
|
4165
4165
|
} | undefined;
|
|
4166
4166
|
changelog?: {
|
|
4167
4167
|
type: "explicit-string";
|
|
4168
4168
|
content: string;
|
|
4169
4169
|
} | {
|
|
4170
|
-
path: string;
|
|
4171
4170
|
type: "relative";
|
|
4171
|
+
path: string;
|
|
4172
4172
|
} | undefined;
|
|
4173
4173
|
logo?: {
|
|
4174
4174
|
type: "explicit-base64";
|
|
4175
4175
|
mimeType: string;
|
|
4176
4176
|
content: string;
|
|
4177
4177
|
} | {
|
|
4178
|
-
path: string;
|
|
4179
4178
|
type: "relative";
|
|
4179
|
+
path: string;
|
|
4180
4180
|
} | undefined;
|
|
4181
4181
|
url?: string | undefined;
|
|
4182
4182
|
docs?: string | undefined;
|
|
@@ -4195,8 +4195,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4195
4195
|
mimeType: string;
|
|
4196
4196
|
content: string;
|
|
4197
4197
|
} | {
|
|
4198
|
-
path: string;
|
|
4199
4198
|
type: "relative";
|
|
4199
|
+
path: string;
|
|
4200
4200
|
} | undefined;
|
|
4201
4201
|
} & {
|
|
4202
4202
|
[k: string]: unknown;
|
|
@@ -4207,23 +4207,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4207
4207
|
type: "explicit-string";
|
|
4208
4208
|
content: string;
|
|
4209
4209
|
} | {
|
|
4210
|
-
path: string;
|
|
4211
4210
|
type: "relative";
|
|
4211
|
+
path: string;
|
|
4212
4212
|
} | undefined;
|
|
4213
4213
|
changelog?: {
|
|
4214
4214
|
type: "explicit-string";
|
|
4215
4215
|
content: string;
|
|
4216
4216
|
} | {
|
|
4217
|
-
path: string;
|
|
4218
4217
|
type: "relative";
|
|
4218
|
+
path: string;
|
|
4219
4219
|
} | undefined;
|
|
4220
4220
|
logo?: {
|
|
4221
4221
|
type: "explicit-base64";
|
|
4222
4222
|
mimeType: string;
|
|
4223
4223
|
content: string;
|
|
4224
4224
|
} | {
|
|
4225
|
-
path: string;
|
|
4226
4225
|
type: "relative";
|
|
4226
|
+
path: string;
|
|
4227
4227
|
} | undefined;
|
|
4228
4228
|
url?: string | undefined;
|
|
4229
4229
|
docs?: string | undefined;
|
|
@@ -4254,43 +4254,43 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4254
4254
|
type: z.ZodLiteral<"relative">;
|
|
4255
4255
|
path: z.ZodString;
|
|
4256
4256
|
}, "strict", z.ZodTypeAny, {
|
|
4257
|
-
path: string;
|
|
4258
4257
|
type: "relative";
|
|
4259
|
-
}, {
|
|
4260
4258
|
path: string;
|
|
4259
|
+
}, {
|
|
4261
4260
|
type: "relative";
|
|
4261
|
+
path: string;
|
|
4262
4262
|
}>, {
|
|
4263
4263
|
type: "workflow-v1";
|
|
4264
4264
|
main: {
|
|
4265
|
-
path: string;
|
|
4266
4265
|
type: "relative";
|
|
4266
|
+
path: string;
|
|
4267
4267
|
};
|
|
4268
4268
|
}, {
|
|
4269
|
-
path: string;
|
|
4270
4269
|
type: "relative";
|
|
4270
|
+
path: string;
|
|
4271
4271
|
}>, z.ZodObject<{
|
|
4272
4272
|
type: z.ZodLiteral<"workflow-v1">;
|
|
4273
4273
|
main: z.ZodObject<{
|
|
4274
4274
|
type: z.ZodLiteral<"relative">;
|
|
4275
4275
|
path: z.ZodString;
|
|
4276
4276
|
}, "strict", z.ZodTypeAny, {
|
|
4277
|
-
path: string;
|
|
4278
4277
|
type: "relative";
|
|
4279
|
-
}, {
|
|
4280
4278
|
path: string;
|
|
4279
|
+
}, {
|
|
4281
4280
|
type: "relative";
|
|
4281
|
+
path: string;
|
|
4282
4282
|
}>;
|
|
4283
4283
|
}, "strip", z.ZodTypeAny, {
|
|
4284
4284
|
type: "workflow-v1";
|
|
4285
4285
|
main: {
|
|
4286
|
-
path: string;
|
|
4287
4286
|
type: "relative";
|
|
4287
|
+
path: string;
|
|
4288
4288
|
};
|
|
4289
4289
|
}, {
|
|
4290
4290
|
type: "workflow-v1";
|
|
4291
4291
|
main: {
|
|
4292
|
-
path: string;
|
|
4293
4292
|
type: "relative";
|
|
4293
|
+
path: string;
|
|
4294
4294
|
};
|
|
4295
4295
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4296
4296
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -4298,79 +4298,79 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4298
4298
|
type: z.ZodLiteral<"relative">;
|
|
4299
4299
|
path: z.ZodString;
|
|
4300
4300
|
}, "strict", z.ZodTypeAny, {
|
|
4301
|
-
path: string;
|
|
4302
4301
|
type: "relative";
|
|
4303
|
-
}, {
|
|
4304
4302
|
path: string;
|
|
4303
|
+
}, {
|
|
4305
4304
|
type: "relative";
|
|
4305
|
+
path: string;
|
|
4306
4306
|
}>;
|
|
4307
4307
|
}, "strip", z.ZodTypeAny, {
|
|
4308
4308
|
type: "workflow-v1";
|
|
4309
4309
|
main: {
|
|
4310
|
-
path: string;
|
|
4311
4310
|
type: "relative";
|
|
4311
|
+
path: string;
|
|
4312
4312
|
};
|
|
4313
4313
|
}, {
|
|
4314
4314
|
type: "workflow-v1";
|
|
4315
4315
|
main: {
|
|
4316
|
-
path: string;
|
|
4317
4316
|
type: "relative";
|
|
4317
|
+
path: string;
|
|
4318
4318
|
};
|
|
4319
4319
|
}>]>]>;
|
|
4320
4320
|
model: z.ZodObject<{
|
|
4321
4321
|
type: z.ZodLiteral<"relative">;
|
|
4322
4322
|
path: z.ZodString;
|
|
4323
4323
|
}, "strict", z.ZodTypeAny, {
|
|
4324
|
-
path: string;
|
|
4325
4324
|
type: "relative";
|
|
4326
|
-
}, {
|
|
4327
4325
|
path: string;
|
|
4326
|
+
}, {
|
|
4328
4327
|
type: "relative";
|
|
4328
|
+
path: string;
|
|
4329
4329
|
}>;
|
|
4330
4330
|
ui: z.ZodObject<{
|
|
4331
4331
|
type: z.ZodLiteral<"relative">;
|
|
4332
4332
|
path: z.ZodString;
|
|
4333
4333
|
}, "strict", z.ZodTypeAny, {
|
|
4334
|
-
path: string;
|
|
4335
4334
|
type: "relative";
|
|
4336
|
-
}, {
|
|
4337
4335
|
path: string;
|
|
4336
|
+
}, {
|
|
4338
4337
|
type: "relative";
|
|
4338
|
+
path: string;
|
|
4339
4339
|
}>;
|
|
4340
4340
|
}, "strip", z.ZodTypeAny, {
|
|
4341
4341
|
workflow: {
|
|
4342
4342
|
type: "workflow-v1";
|
|
4343
4343
|
main: {
|
|
4344
|
-
path: string;
|
|
4345
4344
|
type: "relative";
|
|
4345
|
+
path: string;
|
|
4346
4346
|
};
|
|
4347
4347
|
};
|
|
4348
4348
|
model: {
|
|
4349
|
-
path: string;
|
|
4350
4349
|
type: "relative";
|
|
4350
|
+
path: string;
|
|
4351
4351
|
};
|
|
4352
4352
|
ui: {
|
|
4353
|
-
path: string;
|
|
4354
4353
|
type: "relative";
|
|
4354
|
+
path: string;
|
|
4355
4355
|
};
|
|
4356
4356
|
}, {
|
|
4357
4357
|
workflow: {
|
|
4358
|
-
path: string;
|
|
4359
4358
|
type: "relative";
|
|
4359
|
+
path: string;
|
|
4360
4360
|
} | {
|
|
4361
4361
|
type: "workflow-v1";
|
|
4362
4362
|
main: {
|
|
4363
|
-
path: string;
|
|
4364
4363
|
type: "relative";
|
|
4364
|
+
path: string;
|
|
4365
4365
|
};
|
|
4366
4366
|
};
|
|
4367
4367
|
model: {
|
|
4368
|
-
path: string;
|
|
4369
4368
|
type: "relative";
|
|
4369
|
+
path: string;
|
|
4370
4370
|
};
|
|
4371
4371
|
ui: {
|
|
4372
|
-
path: string;
|
|
4373
4372
|
type: "relative";
|
|
4373
|
+
path: string;
|
|
4374
4374
|
};
|
|
4375
4375
|
}>;
|
|
4376
4376
|
meta: z.ZodObject<{
|
|
@@ -4389,11 +4389,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4389
4389
|
type: z.ZodLiteral<"relative">;
|
|
4390
4390
|
path: z.ZodString;
|
|
4391
4391
|
}, "strict", z.ZodTypeAny, {
|
|
4392
|
-
path: string;
|
|
4393
4392
|
type: "relative";
|
|
4394
|
-
}, {
|
|
4395
4393
|
path: string;
|
|
4394
|
+
}, {
|
|
4396
4395
|
type: "relative";
|
|
4396
|
+
path: string;
|
|
4397
4397
|
}>]>>;
|
|
4398
4398
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4399
4399
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -4408,11 +4408,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4408
4408
|
type: z.ZodLiteral<"relative">;
|
|
4409
4409
|
path: z.ZodString;
|
|
4410
4410
|
}, "strict", z.ZodTypeAny, {
|
|
4411
|
-
path: string;
|
|
4412
4411
|
type: "relative";
|
|
4413
|
-
}, {
|
|
4414
4412
|
path: string;
|
|
4413
|
+
}, {
|
|
4415
4414
|
type: "relative";
|
|
4415
|
+
path: string;
|
|
4416
4416
|
}>]>>;
|
|
4417
4417
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4418
4418
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -4430,11 +4430,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4430
4430
|
type: z.ZodLiteral<"relative">;
|
|
4431
4431
|
path: z.ZodString;
|
|
4432
4432
|
}, "strict", z.ZodTypeAny, {
|
|
4433
|
-
path: string;
|
|
4434
4433
|
type: "relative";
|
|
4435
|
-
}, {
|
|
4436
4434
|
path: string;
|
|
4435
|
+
}, {
|
|
4437
4436
|
type: "relative";
|
|
4437
|
+
path: string;
|
|
4438
4438
|
}>]>>;
|
|
4439
4439
|
url: z.ZodOptional<z.ZodString>;
|
|
4440
4440
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -4459,11 +4459,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4459
4459
|
type: z.ZodLiteral<"relative">;
|
|
4460
4460
|
path: z.ZodString;
|
|
4461
4461
|
}, "strict", z.ZodTypeAny, {
|
|
4462
|
-
path: string;
|
|
4463
4462
|
type: "relative";
|
|
4464
|
-
}, {
|
|
4465
4463
|
path: string;
|
|
4464
|
+
}, {
|
|
4466
4465
|
type: "relative";
|
|
4466
|
+
path: string;
|
|
4467
4467
|
}>]>>;
|
|
4468
4468
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
4469
4469
|
name: z.ZodString;
|
|
@@ -4484,11 +4484,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4484
4484
|
type: z.ZodLiteral<"relative">;
|
|
4485
4485
|
path: z.ZodString;
|
|
4486
4486
|
}, "strict", z.ZodTypeAny, {
|
|
4487
|
-
path: string;
|
|
4488
4487
|
type: "relative";
|
|
4489
|
-
}, {
|
|
4490
4488
|
path: string;
|
|
4489
|
+
}, {
|
|
4491
4490
|
type: "relative";
|
|
4491
|
+
path: string;
|
|
4492
4492
|
}>]>>;
|
|
4493
4493
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4494
4494
|
name: z.ZodString;
|
|
@@ -4509,11 +4509,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4509
4509
|
type: z.ZodLiteral<"relative">;
|
|
4510
4510
|
path: z.ZodString;
|
|
4511
4511
|
}, "strict", z.ZodTypeAny, {
|
|
4512
|
-
path: string;
|
|
4513
4512
|
type: "relative";
|
|
4514
|
-
}, {
|
|
4515
4513
|
path: string;
|
|
4514
|
+
}, {
|
|
4516
4515
|
type: "relative";
|
|
4516
|
+
path: string;
|
|
4517
4517
|
}>]>>;
|
|
4518
4518
|
}, z.ZodTypeAny, "passthrough">>;
|
|
4519
4519
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4529,8 +4529,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4529
4529
|
mimeType: string;
|
|
4530
4530
|
content: string;
|
|
4531
4531
|
} | {
|
|
4532
|
-
path: string;
|
|
4533
4532
|
type: "relative";
|
|
4533
|
+
path: string;
|
|
4534
4534
|
} | undefined;
|
|
4535
4535
|
} & {
|
|
4536
4536
|
[k: string]: unknown;
|
|
@@ -4541,23 +4541,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4541
4541
|
type: "explicit-string";
|
|
4542
4542
|
content: string;
|
|
4543
4543
|
} | {
|
|
4544
|
-
path: string;
|
|
4545
4544
|
type: "relative";
|
|
4545
|
+
path: string;
|
|
4546
4546
|
} | undefined;
|
|
4547
4547
|
changelog?: {
|
|
4548
4548
|
type: "explicit-string";
|
|
4549
4549
|
content: string;
|
|
4550
4550
|
} | {
|
|
4551
|
-
path: string;
|
|
4552
4551
|
type: "relative";
|
|
4552
|
+
path: string;
|
|
4553
4553
|
} | undefined;
|
|
4554
4554
|
logo?: {
|
|
4555
4555
|
type: "explicit-base64";
|
|
4556
4556
|
mimeType: string;
|
|
4557
4557
|
content: string;
|
|
4558
4558
|
} | {
|
|
4559
|
-
path: string;
|
|
4560
4559
|
type: "relative";
|
|
4560
|
+
path: string;
|
|
4561
4561
|
} | undefined;
|
|
4562
4562
|
url?: string | undefined;
|
|
4563
4563
|
docs?: string | undefined;
|
|
@@ -4576,8 +4576,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4576
4576
|
mimeType: string;
|
|
4577
4577
|
content: string;
|
|
4578
4578
|
} | {
|
|
4579
|
-
path: string;
|
|
4580
4579
|
type: "relative";
|
|
4580
|
+
path: string;
|
|
4581
4581
|
} | undefined;
|
|
4582
4582
|
} & {
|
|
4583
4583
|
[k: string]: unknown;
|
|
@@ -4588,23 +4588,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4588
4588
|
type: "explicit-string";
|
|
4589
4589
|
content: string;
|
|
4590
4590
|
} | {
|
|
4591
|
-
path: string;
|
|
4592
4591
|
type: "relative";
|
|
4592
|
+
path: string;
|
|
4593
4593
|
} | undefined;
|
|
4594
4594
|
changelog?: {
|
|
4595
4595
|
type: "explicit-string";
|
|
4596
4596
|
content: string;
|
|
4597
4597
|
} | {
|
|
4598
|
-
path: string;
|
|
4599
4598
|
type: "relative";
|
|
4599
|
+
path: string;
|
|
4600
4600
|
} | undefined;
|
|
4601
4601
|
logo?: {
|
|
4602
4602
|
type: "explicit-base64";
|
|
4603
4603
|
mimeType: string;
|
|
4604
4604
|
content: string;
|
|
4605
4605
|
} | {
|
|
4606
|
-
path: string;
|
|
4607
4606
|
type: "relative";
|
|
4607
|
+
path: string;
|
|
4608
4608
|
} | undefined;
|
|
4609
4609
|
url?: string | undefined;
|
|
4610
4610
|
docs?: string | undefined;
|
|
@@ -4635,43 +4635,43 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4635
4635
|
type: z.ZodLiteral<"relative">;
|
|
4636
4636
|
path: z.ZodString;
|
|
4637
4637
|
}, "strict", z.ZodTypeAny, {
|
|
4638
|
-
path: string;
|
|
4639
4638
|
type: "relative";
|
|
4640
|
-
}, {
|
|
4641
4639
|
path: string;
|
|
4640
|
+
}, {
|
|
4642
4641
|
type: "relative";
|
|
4642
|
+
path: string;
|
|
4643
4643
|
}>, {
|
|
4644
4644
|
type: "workflow-v1";
|
|
4645
4645
|
main: {
|
|
4646
|
-
path: string;
|
|
4647
4646
|
type: "relative";
|
|
4647
|
+
path: string;
|
|
4648
4648
|
};
|
|
4649
4649
|
}, {
|
|
4650
|
-
path: string;
|
|
4651
4650
|
type: "relative";
|
|
4651
|
+
path: string;
|
|
4652
4652
|
}>, z.ZodObject<{
|
|
4653
4653
|
type: z.ZodLiteral<"workflow-v1">;
|
|
4654
4654
|
main: z.ZodObject<{
|
|
4655
4655
|
type: z.ZodLiteral<"relative">;
|
|
4656
4656
|
path: z.ZodString;
|
|
4657
4657
|
}, "strict", z.ZodTypeAny, {
|
|
4658
|
-
path: string;
|
|
4659
4658
|
type: "relative";
|
|
4660
|
-
}, {
|
|
4661
4659
|
path: string;
|
|
4660
|
+
}, {
|
|
4662
4661
|
type: "relative";
|
|
4662
|
+
path: string;
|
|
4663
4663
|
}>;
|
|
4664
4664
|
}, "strip", z.ZodTypeAny, {
|
|
4665
4665
|
type: "workflow-v1";
|
|
4666
4666
|
main: {
|
|
4667
|
-
path: string;
|
|
4668
4667
|
type: "relative";
|
|
4668
|
+
path: string;
|
|
4669
4669
|
};
|
|
4670
4670
|
}, {
|
|
4671
4671
|
type: "workflow-v1";
|
|
4672
4672
|
main: {
|
|
4673
|
-
path: string;
|
|
4674
4673
|
type: "relative";
|
|
4674
|
+
path: string;
|
|
4675
4675
|
};
|
|
4676
4676
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4677
4677
|
type: z.ZodLiteral<"workflow-v1">;
|
|
@@ -4679,79 +4679,79 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4679
4679
|
type: z.ZodLiteral<"relative">;
|
|
4680
4680
|
path: z.ZodString;
|
|
4681
4681
|
}, "strict", z.ZodTypeAny, {
|
|
4682
|
-
path: string;
|
|
4683
4682
|
type: "relative";
|
|
4684
|
-
}, {
|
|
4685
4683
|
path: string;
|
|
4684
|
+
}, {
|
|
4686
4685
|
type: "relative";
|
|
4686
|
+
path: string;
|
|
4687
4687
|
}>;
|
|
4688
4688
|
}, "strip", z.ZodTypeAny, {
|
|
4689
4689
|
type: "workflow-v1";
|
|
4690
4690
|
main: {
|
|
4691
|
-
path: string;
|
|
4692
4691
|
type: "relative";
|
|
4692
|
+
path: string;
|
|
4693
4693
|
};
|
|
4694
4694
|
}, {
|
|
4695
4695
|
type: "workflow-v1";
|
|
4696
4696
|
main: {
|
|
4697
|
-
path: string;
|
|
4698
4697
|
type: "relative";
|
|
4698
|
+
path: string;
|
|
4699
4699
|
};
|
|
4700
4700
|
}>]>]>;
|
|
4701
4701
|
model: z.ZodObject<{
|
|
4702
4702
|
type: z.ZodLiteral<"relative">;
|
|
4703
4703
|
path: z.ZodString;
|
|
4704
4704
|
}, "strict", z.ZodTypeAny, {
|
|
4705
|
-
path: string;
|
|
4706
4705
|
type: "relative";
|
|
4707
|
-
}, {
|
|
4708
4706
|
path: string;
|
|
4707
|
+
}, {
|
|
4709
4708
|
type: "relative";
|
|
4709
|
+
path: string;
|
|
4710
4710
|
}>;
|
|
4711
4711
|
ui: z.ZodObject<{
|
|
4712
4712
|
type: z.ZodLiteral<"relative">;
|
|
4713
4713
|
path: z.ZodString;
|
|
4714
4714
|
}, "strict", z.ZodTypeAny, {
|
|
4715
|
-
path: string;
|
|
4716
4715
|
type: "relative";
|
|
4717
|
-
}, {
|
|
4718
4716
|
path: string;
|
|
4717
|
+
}, {
|
|
4719
4718
|
type: "relative";
|
|
4719
|
+
path: string;
|
|
4720
4720
|
}>;
|
|
4721
4721
|
}, "strip", z.ZodTypeAny, {
|
|
4722
4722
|
workflow: {
|
|
4723
4723
|
type: "workflow-v1";
|
|
4724
4724
|
main: {
|
|
4725
|
-
path: string;
|
|
4726
4725
|
type: "relative";
|
|
4726
|
+
path: string;
|
|
4727
4727
|
};
|
|
4728
4728
|
};
|
|
4729
4729
|
model: {
|
|
4730
|
-
path: string;
|
|
4731
4730
|
type: "relative";
|
|
4731
|
+
path: string;
|
|
4732
4732
|
};
|
|
4733
4733
|
ui: {
|
|
4734
|
-
path: string;
|
|
4735
4734
|
type: "relative";
|
|
4735
|
+
path: string;
|
|
4736
4736
|
};
|
|
4737
4737
|
}, {
|
|
4738
4738
|
workflow: {
|
|
4739
|
-
path: string;
|
|
4740
4739
|
type: "relative";
|
|
4740
|
+
path: string;
|
|
4741
4741
|
} | {
|
|
4742
4742
|
type: "workflow-v1";
|
|
4743
4743
|
main: {
|
|
4744
|
-
path: string;
|
|
4745
4744
|
type: "relative";
|
|
4745
|
+
path: string;
|
|
4746
4746
|
};
|
|
4747
4747
|
};
|
|
4748
4748
|
model: {
|
|
4749
|
-
path: string;
|
|
4750
4749
|
type: "relative";
|
|
4750
|
+
path: string;
|
|
4751
4751
|
};
|
|
4752
4752
|
ui: {
|
|
4753
|
-
path: string;
|
|
4754
4753
|
type: "relative";
|
|
4754
|
+
path: string;
|
|
4755
4755
|
};
|
|
4756
4756
|
}>;
|
|
4757
4757
|
meta: z.ZodObject<{
|
|
@@ -4770,11 +4770,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4770
4770
|
type: z.ZodLiteral<"relative">;
|
|
4771
4771
|
path: z.ZodString;
|
|
4772
4772
|
}, "strict", z.ZodTypeAny, {
|
|
4773
|
-
path: string;
|
|
4774
4773
|
type: "relative";
|
|
4775
|
-
}, {
|
|
4776
4774
|
path: string;
|
|
4775
|
+
}, {
|
|
4777
4776
|
type: "relative";
|
|
4777
|
+
path: string;
|
|
4778
4778
|
}>]>>;
|
|
4779
4779
|
changelog: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4780
4780
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -4789,11 +4789,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4789
4789
|
type: z.ZodLiteral<"relative">;
|
|
4790
4790
|
path: z.ZodString;
|
|
4791
4791
|
}, "strict", z.ZodTypeAny, {
|
|
4792
|
-
path: string;
|
|
4793
4792
|
type: "relative";
|
|
4794
|
-
}, {
|
|
4795
4793
|
path: string;
|
|
4794
|
+
}, {
|
|
4796
4795
|
type: "relative";
|
|
4796
|
+
path: string;
|
|
4797
4797
|
}>]>>;
|
|
4798
4798
|
logo: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4799
4799
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -4811,11 +4811,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4811
4811
|
type: z.ZodLiteral<"relative">;
|
|
4812
4812
|
path: z.ZodString;
|
|
4813
4813
|
}, "strict", z.ZodTypeAny, {
|
|
4814
|
-
path: string;
|
|
4815
4814
|
type: "relative";
|
|
4816
|
-
}, {
|
|
4817
4815
|
path: string;
|
|
4816
|
+
}, {
|
|
4818
4817
|
type: "relative";
|
|
4818
|
+
path: string;
|
|
4819
4819
|
}>]>>;
|
|
4820
4820
|
url: z.ZodOptional<z.ZodString>;
|
|
4821
4821
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -4840,11 +4840,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4840
4840
|
type: z.ZodLiteral<"relative">;
|
|
4841
4841
|
path: z.ZodString;
|
|
4842
4842
|
}, "strict", z.ZodTypeAny, {
|
|
4843
|
-
path: string;
|
|
4844
4843
|
type: "relative";
|
|
4845
|
-
}, {
|
|
4846
4844
|
path: string;
|
|
4845
|
+
}, {
|
|
4847
4846
|
type: "relative";
|
|
4847
|
+
path: string;
|
|
4848
4848
|
}>]>>;
|
|
4849
4849
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
4850
4850
|
name: z.ZodString;
|
|
@@ -4865,11 +4865,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4865
4865
|
type: z.ZodLiteral<"relative">;
|
|
4866
4866
|
path: z.ZodString;
|
|
4867
4867
|
}, "strict", z.ZodTypeAny, {
|
|
4868
|
-
path: string;
|
|
4869
4868
|
type: "relative";
|
|
4870
|
-
}, {
|
|
4871
4869
|
path: string;
|
|
4870
|
+
}, {
|
|
4872
4871
|
type: "relative";
|
|
4872
|
+
path: string;
|
|
4873
4873
|
}>]>>;
|
|
4874
4874
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4875
4875
|
name: z.ZodString;
|
|
@@ -4890,11 +4890,11 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4890
4890
|
type: z.ZodLiteral<"relative">;
|
|
4891
4891
|
path: z.ZodString;
|
|
4892
4892
|
}, "strict", z.ZodTypeAny, {
|
|
4893
|
-
path: string;
|
|
4894
4893
|
type: "relative";
|
|
4895
|
-
}, {
|
|
4896
4894
|
path: string;
|
|
4895
|
+
}, {
|
|
4897
4896
|
type: "relative";
|
|
4897
|
+
path: string;
|
|
4898
4898
|
}>]>>;
|
|
4899
4899
|
}, z.ZodTypeAny, "passthrough">>;
|
|
4900
4900
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4910,8 +4910,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4910
4910
|
mimeType: string;
|
|
4911
4911
|
content: string;
|
|
4912
4912
|
} | {
|
|
4913
|
-
path: string;
|
|
4914
4913
|
type: "relative";
|
|
4914
|
+
path: string;
|
|
4915
4915
|
} | undefined;
|
|
4916
4916
|
} & {
|
|
4917
4917
|
[k: string]: unknown;
|
|
@@ -4922,23 +4922,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4922
4922
|
type: "explicit-string";
|
|
4923
4923
|
content: string;
|
|
4924
4924
|
} | {
|
|
4925
|
-
path: string;
|
|
4926
4925
|
type: "relative";
|
|
4926
|
+
path: string;
|
|
4927
4927
|
} | undefined;
|
|
4928
4928
|
changelog?: {
|
|
4929
4929
|
type: "explicit-string";
|
|
4930
4930
|
content: string;
|
|
4931
4931
|
} | {
|
|
4932
|
-
path: string;
|
|
4933
4932
|
type: "relative";
|
|
4933
|
+
path: string;
|
|
4934
4934
|
} | undefined;
|
|
4935
4935
|
logo?: {
|
|
4936
4936
|
type: "explicit-base64";
|
|
4937
4937
|
mimeType: string;
|
|
4938
4938
|
content: string;
|
|
4939
4939
|
} | {
|
|
4940
|
-
path: string;
|
|
4941
4940
|
type: "relative";
|
|
4941
|
+
path: string;
|
|
4942
4942
|
} | undefined;
|
|
4943
4943
|
url?: string | undefined;
|
|
4944
4944
|
docs?: string | undefined;
|
|
@@ -4957,8 +4957,8 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4957
4957
|
mimeType: string;
|
|
4958
4958
|
content: string;
|
|
4959
4959
|
} | {
|
|
4960
|
-
path: string;
|
|
4961
4960
|
type: "relative";
|
|
4961
|
+
path: string;
|
|
4962
4962
|
} | undefined;
|
|
4963
4963
|
} & {
|
|
4964
4964
|
[k: string]: unknown;
|
|
@@ -4969,23 +4969,23 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4969
4969
|
type: "explicit-string";
|
|
4970
4970
|
content: string;
|
|
4971
4971
|
} | {
|
|
4972
|
-
path: string;
|
|
4973
4972
|
type: "relative";
|
|
4973
|
+
path: string;
|
|
4974
4974
|
} | undefined;
|
|
4975
4975
|
changelog?: {
|
|
4976
4976
|
type: "explicit-string";
|
|
4977
4977
|
content: string;
|
|
4978
4978
|
} | {
|
|
4979
|
-
path: string;
|
|
4980
4979
|
type: "relative";
|
|
4980
|
+
path: string;
|
|
4981
4981
|
} | undefined;
|
|
4982
4982
|
logo?: {
|
|
4983
4983
|
type: "explicit-base64";
|
|
4984
4984
|
mimeType: string;
|
|
4985
4985
|
content: string;
|
|
4986
4986
|
} | {
|
|
4987
|
-
path: string;
|
|
4988
4987
|
type: "relative";
|
|
4988
|
+
path: string;
|
|
4989
4989
|
} | undefined;
|
|
4990
4990
|
url?: string | undefined;
|
|
4991
4991
|
docs?: string | undefined;
|