@milaboratories/pl-model-middle-layer 1.12.12 → 1.13.1
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 +46 -46
- package/dist/block_meta/block_description.d.ts +250 -250
- package/dist/block_meta/block_manifest.d.ts +793 -793
- package/dist/block_meta/block_meta.d.ts +60 -60
- package/dist/block_meta/content_types.d.ts +28 -28
- package/dist/block_registry/block_pack_spec.d.ts +8 -8
- package/dist/block_registry/overview.d.ts +288 -288
- package/dist/block_registry/registry_spec.d.ts +20 -20
- package/dist/pframe/internal_api/api_wasm.d.ts +7 -0
- package/dist/pframe/internal_api/common.d.ts +1 -1
- package/dist/pframe/internal_api/discover_columns.d.ts +94 -0
- package/dist/pframe/internal_api/index.cjs.map +1 -1
- package/dist/pframe/internal_api/index.d.ts +2 -1
- package/dist/pframe/internal_api/index.js.map +1 -1
- package/package.json +5 -5
- package/src/pframe/internal_api/api_wasm.ts +8 -0
- package/src/pframe/internal_api/common.ts +1 -1
- package/src/pframe/internal_api/discover_columns.ts +93 -0
- package/src/pframe/internal_api/index.ts +1 -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>;
|
|
@@ -280,41 +280,41 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
280
280
|
name: string;
|
|
281
281
|
url: string;
|
|
282
282
|
logo?: {
|
|
283
|
+
type: "relative";
|
|
284
|
+
path: string;
|
|
285
|
+
} | {
|
|
283
286
|
type: "explicit-base64";
|
|
284
287
|
mimeType: string;
|
|
285
288
|
content: string;
|
|
286
|
-
} | {
|
|
287
|
-
path: string;
|
|
288
|
-
type: "relative";
|
|
289
289
|
} | undefined;
|
|
290
290
|
} & {
|
|
291
291
|
[k: string]: unknown;
|
|
292
292
|
};
|
|
293
293
|
title: string;
|
|
294
294
|
description: string;
|
|
295
|
+
url?: string | undefined;
|
|
295
296
|
longDescription?: {
|
|
297
|
+
type: "relative";
|
|
298
|
+
path: string;
|
|
299
|
+
} | {
|
|
296
300
|
type: "explicit-string";
|
|
297
301
|
content: string;
|
|
298
|
-
} | {
|
|
299
|
-
path: string;
|
|
300
|
-
type: "relative";
|
|
301
302
|
} | undefined;
|
|
302
303
|
changelog?: {
|
|
304
|
+
type: "relative";
|
|
305
|
+
path: string;
|
|
306
|
+
} | {
|
|
303
307
|
type: "explicit-string";
|
|
304
308
|
content: string;
|
|
305
|
-
} | {
|
|
306
|
-
path: string;
|
|
307
|
-
type: "relative";
|
|
308
309
|
} | undefined;
|
|
309
310
|
logo?: {
|
|
311
|
+
type: "relative";
|
|
312
|
+
path: string;
|
|
313
|
+
} | {
|
|
310
314
|
type: "explicit-base64";
|
|
311
315
|
mimeType: string;
|
|
312
316
|
content: string;
|
|
313
|
-
} | {
|
|
314
|
-
path: string;
|
|
315
|
-
type: "relative";
|
|
316
317
|
} | undefined;
|
|
317
|
-
url?: string | undefined;
|
|
318
318
|
docs?: string | undefined;
|
|
319
319
|
support?: string | undefined;
|
|
320
320
|
tags?: string[] | undefined;
|
|
@@ -327,41 +327,41 @@ declare const BlockPackMetaManifest: z.ZodObject<{
|
|
|
327
327
|
name: string;
|
|
328
328
|
url: string;
|
|
329
329
|
logo?: {
|
|
330
|
+
type: "relative";
|
|
331
|
+
path: string;
|
|
332
|
+
} | {
|
|
330
333
|
type: "explicit-base64";
|
|
331
334
|
mimeType: string;
|
|
332
335
|
content: string;
|
|
333
|
-
} | {
|
|
334
|
-
path: string;
|
|
335
|
-
type: "relative";
|
|
336
336
|
} | undefined;
|
|
337
337
|
} & {
|
|
338
338
|
[k: string]: unknown;
|
|
339
339
|
};
|
|
340
340
|
title: string;
|
|
341
341
|
description: string;
|
|
342
|
+
url?: string | undefined;
|
|
342
343
|
longDescription?: {
|
|
344
|
+
type: "relative";
|
|
345
|
+
path: string;
|
|
346
|
+
} | {
|
|
343
347
|
type: "explicit-string";
|
|
344
348
|
content: string;
|
|
345
|
-
} | {
|
|
346
|
-
path: string;
|
|
347
|
-
type: "relative";
|
|
348
349
|
} | undefined;
|
|
349
350
|
changelog?: {
|
|
351
|
+
type: "relative";
|
|
352
|
+
path: string;
|
|
353
|
+
} | {
|
|
350
354
|
type: "explicit-string";
|
|
351
355
|
content: string;
|
|
352
|
-
} | {
|
|
353
|
-
path: string;
|
|
354
|
-
type: "relative";
|
|
355
356
|
} | undefined;
|
|
356
357
|
logo?: {
|
|
358
|
+
type: "relative";
|
|
359
|
+
path: string;
|
|
360
|
+
} | {
|
|
357
361
|
type: "explicit-base64";
|
|
358
362
|
mimeType: string;
|
|
359
363
|
content: string;
|
|
360
|
-
} | {
|
|
361
|
-
path: string;
|
|
362
|
-
type: "relative";
|
|
363
364
|
} | undefined;
|
|
364
|
-
url?: string | undefined;
|
|
365
365
|
docs?: string | undefined;
|
|
366
366
|
support?: string | undefined;
|
|
367
367
|
tags?: 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>;
|
|
@@ -662,41 +662,41 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
662
662
|
name: string;
|
|
663
663
|
url: string;
|
|
664
664
|
logo?: {
|
|
665
|
+
type: "relative";
|
|
666
|
+
path: string;
|
|
667
|
+
} | {
|
|
665
668
|
type: "explicit-base64";
|
|
666
669
|
mimeType: string;
|
|
667
670
|
content: string;
|
|
668
|
-
} | {
|
|
669
|
-
path: string;
|
|
670
|
-
type: "relative";
|
|
671
671
|
} | undefined;
|
|
672
672
|
} & {
|
|
673
673
|
[k: string]: unknown;
|
|
674
674
|
};
|
|
675
675
|
title: string;
|
|
676
676
|
description: string;
|
|
677
|
+
url?: string | undefined;
|
|
677
678
|
longDescription?: {
|
|
679
|
+
type: "relative";
|
|
680
|
+
path: string;
|
|
681
|
+
} | {
|
|
678
682
|
type: "explicit-string";
|
|
679
683
|
content: string;
|
|
680
|
-
} | {
|
|
681
|
-
path: string;
|
|
682
|
-
type: "relative";
|
|
683
684
|
} | undefined;
|
|
684
685
|
changelog?: {
|
|
686
|
+
type: "relative";
|
|
687
|
+
path: string;
|
|
688
|
+
} | {
|
|
685
689
|
type: "explicit-string";
|
|
686
690
|
content: string;
|
|
687
|
-
} | {
|
|
688
|
-
path: string;
|
|
689
|
-
type: "relative";
|
|
690
691
|
} | undefined;
|
|
691
692
|
logo?: {
|
|
693
|
+
type: "relative";
|
|
694
|
+
path: string;
|
|
695
|
+
} | {
|
|
692
696
|
type: "explicit-base64";
|
|
693
697
|
mimeType: string;
|
|
694
698
|
content: string;
|
|
695
|
-
} | {
|
|
696
|
-
path: string;
|
|
697
|
-
type: "relative";
|
|
698
699
|
} | undefined;
|
|
699
|
-
url?: string | undefined;
|
|
700
700
|
docs?: string | undefined;
|
|
701
701
|
support?: string | undefined;
|
|
702
702
|
tags?: string[] | undefined;
|
|
@@ -709,41 +709,41 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
709
709
|
name: string;
|
|
710
710
|
url: string;
|
|
711
711
|
logo?: {
|
|
712
|
+
type: "relative";
|
|
713
|
+
path: string;
|
|
714
|
+
} | {
|
|
712
715
|
type: "explicit-base64";
|
|
713
716
|
mimeType: string;
|
|
714
717
|
content: string;
|
|
715
|
-
} | {
|
|
716
|
-
path: string;
|
|
717
|
-
type: "relative";
|
|
718
718
|
} | undefined;
|
|
719
719
|
} & {
|
|
720
720
|
[k: string]: unknown;
|
|
721
721
|
};
|
|
722
722
|
title: string;
|
|
723
723
|
description: string;
|
|
724
|
+
url?: string | undefined;
|
|
724
725
|
longDescription?: {
|
|
726
|
+
type: "relative";
|
|
727
|
+
path: string;
|
|
728
|
+
} | {
|
|
725
729
|
type: "explicit-string";
|
|
726
730
|
content: string;
|
|
727
|
-
} | {
|
|
728
|
-
path: string;
|
|
729
|
-
type: "relative";
|
|
730
731
|
} | undefined;
|
|
731
732
|
changelog?: {
|
|
733
|
+
type: "relative";
|
|
734
|
+
path: string;
|
|
735
|
+
} | {
|
|
732
736
|
type: "explicit-string";
|
|
733
737
|
content: string;
|
|
734
|
-
} | {
|
|
735
|
-
path: string;
|
|
736
|
-
type: "relative";
|
|
737
738
|
} | undefined;
|
|
738
739
|
logo?: {
|
|
740
|
+
type: "relative";
|
|
741
|
+
path: string;
|
|
742
|
+
} | {
|
|
739
743
|
type: "explicit-base64";
|
|
740
744
|
mimeType: string;
|
|
741
745
|
content: string;
|
|
742
|
-
} | {
|
|
743
|
-
path: string;
|
|
744
|
-
type: "relative";
|
|
745
746
|
} | undefined;
|
|
746
|
-
url?: string | undefined;
|
|
747
747
|
docs?: string | undefined;
|
|
748
748
|
support?: string | undefined;
|
|
749
749
|
tags?: 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>;
|
|
@@ -1043,41 +1043,41 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1043
1043
|
name: string;
|
|
1044
1044
|
url: string;
|
|
1045
1045
|
logo?: {
|
|
1046
|
+
type: "relative";
|
|
1047
|
+
path: string;
|
|
1048
|
+
} | {
|
|
1046
1049
|
type: "explicit-base64";
|
|
1047
1050
|
mimeType: string;
|
|
1048
1051
|
content: string;
|
|
1049
|
-
} | {
|
|
1050
|
-
path: string;
|
|
1051
|
-
type: "relative";
|
|
1052
1052
|
} | undefined;
|
|
1053
1053
|
} & {
|
|
1054
1054
|
[k: string]: unknown;
|
|
1055
1055
|
};
|
|
1056
1056
|
title: string;
|
|
1057
1057
|
description: string;
|
|
1058
|
+
url?: string | undefined;
|
|
1058
1059
|
longDescription?: {
|
|
1060
|
+
type: "relative";
|
|
1061
|
+
path: string;
|
|
1062
|
+
} | {
|
|
1059
1063
|
type: "explicit-string";
|
|
1060
1064
|
content: string;
|
|
1061
|
-
} | {
|
|
1062
|
-
path: string;
|
|
1063
|
-
type: "relative";
|
|
1064
1065
|
} | undefined;
|
|
1065
1066
|
changelog?: {
|
|
1067
|
+
type: "relative";
|
|
1068
|
+
path: string;
|
|
1069
|
+
} | {
|
|
1066
1070
|
type: "explicit-string";
|
|
1067
1071
|
content: string;
|
|
1068
|
-
} | {
|
|
1069
|
-
path: string;
|
|
1070
|
-
type: "relative";
|
|
1071
1072
|
} | undefined;
|
|
1072
1073
|
logo?: {
|
|
1074
|
+
type: "relative";
|
|
1075
|
+
path: string;
|
|
1076
|
+
} | {
|
|
1073
1077
|
type: "explicit-base64";
|
|
1074
1078
|
mimeType: string;
|
|
1075
1079
|
content: string;
|
|
1076
|
-
} | {
|
|
1077
|
-
path: string;
|
|
1078
|
-
type: "relative";
|
|
1079
1080
|
} | undefined;
|
|
1080
|
-
url?: string | undefined;
|
|
1081
1081
|
docs?: string | undefined;
|
|
1082
1082
|
support?: string | undefined;
|
|
1083
1083
|
tags?: string[] | undefined;
|
|
@@ -1090,41 +1090,41 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1090
1090
|
name: string;
|
|
1091
1091
|
url: string;
|
|
1092
1092
|
logo?: {
|
|
1093
|
+
type: "relative";
|
|
1094
|
+
path: string;
|
|
1095
|
+
} | {
|
|
1093
1096
|
type: "explicit-base64";
|
|
1094
1097
|
mimeType: string;
|
|
1095
1098
|
content: string;
|
|
1096
|
-
} | {
|
|
1097
|
-
path: string;
|
|
1098
|
-
type: "relative";
|
|
1099
1099
|
} | undefined;
|
|
1100
1100
|
} & {
|
|
1101
1101
|
[k: string]: unknown;
|
|
1102
1102
|
};
|
|
1103
1103
|
title: string;
|
|
1104
1104
|
description: string;
|
|
1105
|
+
url?: string | undefined;
|
|
1105
1106
|
longDescription?: {
|
|
1107
|
+
type: "relative";
|
|
1108
|
+
path: string;
|
|
1109
|
+
} | {
|
|
1106
1110
|
type: "explicit-string";
|
|
1107
1111
|
content: string;
|
|
1108
|
-
} | {
|
|
1109
|
-
path: string;
|
|
1110
|
-
type: "relative";
|
|
1111
1112
|
} | undefined;
|
|
1112
1113
|
changelog?: {
|
|
1114
|
+
type: "relative";
|
|
1115
|
+
path: string;
|
|
1116
|
+
} | {
|
|
1113
1117
|
type: "explicit-string";
|
|
1114
1118
|
content: string;
|
|
1115
|
-
} | {
|
|
1116
|
-
path: string;
|
|
1117
|
-
type: "relative";
|
|
1118
1119
|
} | undefined;
|
|
1119
1120
|
logo?: {
|
|
1121
|
+
type: "relative";
|
|
1122
|
+
path: string;
|
|
1123
|
+
} | {
|
|
1120
1124
|
type: "explicit-base64";
|
|
1121
1125
|
mimeType: string;
|
|
1122
1126
|
content: string;
|
|
1123
|
-
} | {
|
|
1124
|
-
path: string;
|
|
1125
|
-
type: "relative";
|
|
1126
1127
|
} | undefined;
|
|
1127
|
-
url?: string | undefined;
|
|
1128
1128
|
docs?: string | undefined;
|
|
1129
1129
|
support?: string | undefined;
|
|
1130
1130
|
tags?: 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>;
|
|
@@ -1424,41 +1424,41 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1424
1424
|
name: string;
|
|
1425
1425
|
url: string;
|
|
1426
1426
|
logo?: {
|
|
1427
|
+
type: "relative";
|
|
1428
|
+
path: string;
|
|
1429
|
+
} | {
|
|
1427
1430
|
type: "explicit-base64";
|
|
1428
1431
|
mimeType: string;
|
|
1429
1432
|
content: string;
|
|
1430
|
-
} | {
|
|
1431
|
-
path: string;
|
|
1432
|
-
type: "relative";
|
|
1433
1433
|
} | undefined;
|
|
1434
1434
|
} & {
|
|
1435
1435
|
[k: string]: unknown;
|
|
1436
1436
|
};
|
|
1437
1437
|
title: string;
|
|
1438
1438
|
description: string;
|
|
1439
|
+
url?: string | undefined;
|
|
1439
1440
|
longDescription?: {
|
|
1441
|
+
type: "relative";
|
|
1442
|
+
path: string;
|
|
1443
|
+
} | {
|
|
1440
1444
|
type: "explicit-string";
|
|
1441
1445
|
content: string;
|
|
1442
|
-
} | {
|
|
1443
|
-
path: string;
|
|
1444
|
-
type: "relative";
|
|
1445
1446
|
} | undefined;
|
|
1446
1447
|
changelog?: {
|
|
1448
|
+
type: "relative";
|
|
1449
|
+
path: string;
|
|
1450
|
+
} | {
|
|
1447
1451
|
type: "explicit-string";
|
|
1448
1452
|
content: string;
|
|
1449
|
-
} | {
|
|
1450
|
-
path: string;
|
|
1451
|
-
type: "relative";
|
|
1452
1453
|
} | undefined;
|
|
1453
1454
|
logo?: {
|
|
1455
|
+
type: "relative";
|
|
1456
|
+
path: string;
|
|
1457
|
+
} | {
|
|
1454
1458
|
type: "explicit-base64";
|
|
1455
1459
|
mimeType: string;
|
|
1456
1460
|
content: string;
|
|
1457
|
-
} | {
|
|
1458
|
-
path: string;
|
|
1459
|
-
type: "relative";
|
|
1460
1461
|
} | undefined;
|
|
1461
|
-
url?: string | undefined;
|
|
1462
1462
|
docs?: string | undefined;
|
|
1463
1463
|
support?: string | undefined;
|
|
1464
1464
|
tags?: string[] | undefined;
|
|
@@ -1471,41 +1471,41 @@ declare const BlockPackDescriptionManifest: z.ZodObject<{
|
|
|
1471
1471
|
name: string;
|
|
1472
1472
|
url: string;
|
|
1473
1473
|
logo?: {
|
|
1474
|
+
type: "relative";
|
|
1475
|
+
path: string;
|
|
1476
|
+
} | {
|
|
1474
1477
|
type: "explicit-base64";
|
|
1475
1478
|
mimeType: string;
|
|
1476
1479
|
content: string;
|
|
1477
|
-
} | {
|
|
1478
|
-
path: string;
|
|
1479
|
-
type: "relative";
|
|
1480
1480
|
} | undefined;
|
|
1481
1481
|
} & {
|
|
1482
1482
|
[k: string]: unknown;
|
|
1483
1483
|
};
|
|
1484
1484
|
title: string;
|
|
1485
1485
|
description: string;
|
|
1486
|
+
url?: string | undefined;
|
|
1486
1487
|
longDescription?: {
|
|
1488
|
+
type: "relative";
|
|
1489
|
+
path: string;
|
|
1490
|
+
} | {
|
|
1487
1491
|
type: "explicit-string";
|
|
1488
1492
|
content: string;
|
|
1489
|
-
} | {
|
|
1490
|
-
path: string;
|
|
1491
|
-
type: "relative";
|
|
1492
1493
|
} | undefined;
|
|
1493
1494
|
changelog?: {
|
|
1495
|
+
type: "relative";
|
|
1496
|
+
path: string;
|
|
1497
|
+
} | {
|
|
1494
1498
|
type: "explicit-string";
|
|
1495
1499
|
content: string;
|
|
1496
|
-
} | {
|
|
1497
|
-
path: string;
|
|
1498
|
-
type: "relative";
|
|
1499
1500
|
} | undefined;
|
|
1500
1501
|
logo?: {
|
|
1502
|
+
type: "relative";
|
|
1503
|
+
path: string;
|
|
1504
|
+
} | {
|
|
1501
1505
|
type: "explicit-base64";
|
|
1502
1506
|
mimeType: string;
|
|
1503
1507
|
content: string;
|
|
1504
|
-
} | {
|
|
1505
|
-
path: string;
|
|
1506
|
-
type: "relative";
|
|
1507
1508
|
} | undefined;
|
|
1508
|
-
url?: string | undefined;
|
|
1509
1509
|
docs?: string | undefined;
|
|
1510
1510
|
support?: string | undefined;
|
|
1511
1511
|
tags?: 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>;
|
|
@@ -1824,41 +1824,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1824
1824
|
name: string;
|
|
1825
1825
|
url: string;
|
|
1826
1826
|
logo?: {
|
|
1827
|
+
type: "relative";
|
|
1828
|
+
path: string;
|
|
1829
|
+
} | {
|
|
1827
1830
|
type: "explicit-base64";
|
|
1828
1831
|
mimeType: string;
|
|
1829
1832
|
content: string;
|
|
1830
|
-
} | {
|
|
1831
|
-
path: string;
|
|
1832
|
-
type: "relative";
|
|
1833
1833
|
} | undefined;
|
|
1834
1834
|
} & {
|
|
1835
1835
|
[k: string]: unknown;
|
|
1836
1836
|
};
|
|
1837
1837
|
title: string;
|
|
1838
1838
|
description: string;
|
|
1839
|
+
url?: string | undefined;
|
|
1839
1840
|
longDescription?: {
|
|
1841
|
+
type: "relative";
|
|
1842
|
+
path: string;
|
|
1843
|
+
} | {
|
|
1840
1844
|
type: "explicit-string";
|
|
1841
1845
|
content: string;
|
|
1842
|
-
} | {
|
|
1843
|
-
path: string;
|
|
1844
|
-
type: "relative";
|
|
1845
1846
|
} | undefined;
|
|
1846
1847
|
changelog?: {
|
|
1848
|
+
type: "relative";
|
|
1849
|
+
path: string;
|
|
1850
|
+
} | {
|
|
1847
1851
|
type: "explicit-string";
|
|
1848
1852
|
content: string;
|
|
1849
|
-
} | {
|
|
1850
|
-
path: string;
|
|
1851
|
-
type: "relative";
|
|
1852
1853
|
} | undefined;
|
|
1853
1854
|
logo?: {
|
|
1855
|
+
type: "relative";
|
|
1856
|
+
path: string;
|
|
1857
|
+
} | {
|
|
1854
1858
|
type: "explicit-base64";
|
|
1855
1859
|
mimeType: string;
|
|
1856
1860
|
content: string;
|
|
1857
|
-
} | {
|
|
1858
|
-
path: string;
|
|
1859
|
-
type: "relative";
|
|
1860
1861
|
} | undefined;
|
|
1861
|
-
url?: string | undefined;
|
|
1862
1862
|
docs?: string | undefined;
|
|
1863
1863
|
support?: string | undefined;
|
|
1864
1864
|
tags?: string[] | undefined;
|
|
@@ -1871,41 +1871,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
1871
1871
|
name: string;
|
|
1872
1872
|
url: string;
|
|
1873
1873
|
logo?: {
|
|
1874
|
+
type: "relative";
|
|
1875
|
+
path: string;
|
|
1876
|
+
} | {
|
|
1874
1877
|
type: "explicit-base64";
|
|
1875
1878
|
mimeType: string;
|
|
1876
1879
|
content: string;
|
|
1877
|
-
} | {
|
|
1878
|
-
path: string;
|
|
1879
|
-
type: "relative";
|
|
1880
1880
|
} | undefined;
|
|
1881
1881
|
} & {
|
|
1882
1882
|
[k: string]: unknown;
|
|
1883
1883
|
};
|
|
1884
1884
|
title: string;
|
|
1885
1885
|
description: string;
|
|
1886
|
+
url?: string | undefined;
|
|
1886
1887
|
longDescription?: {
|
|
1888
|
+
type: "relative";
|
|
1889
|
+
path: string;
|
|
1890
|
+
} | {
|
|
1887
1891
|
type: "explicit-string";
|
|
1888
1892
|
content: string;
|
|
1889
|
-
} | {
|
|
1890
|
-
path: string;
|
|
1891
|
-
type: "relative";
|
|
1892
1893
|
} | undefined;
|
|
1893
1894
|
changelog?: {
|
|
1895
|
+
type: "relative";
|
|
1896
|
+
path: string;
|
|
1897
|
+
} | {
|
|
1894
1898
|
type: "explicit-string";
|
|
1895
1899
|
content: string;
|
|
1896
|
-
} | {
|
|
1897
|
-
path: string;
|
|
1898
|
-
type: "relative";
|
|
1899
1900
|
} | undefined;
|
|
1900
1901
|
logo?: {
|
|
1902
|
+
type: "relative";
|
|
1903
|
+
path: string;
|
|
1904
|
+
} | {
|
|
1901
1905
|
type: "explicit-base64";
|
|
1902
1906
|
mimeType: string;
|
|
1903
1907
|
content: string;
|
|
1904
|
-
} | {
|
|
1905
|
-
path: string;
|
|
1906
|
-
type: "relative";
|
|
1907
1908
|
} | undefined;
|
|
1908
|
-
url?: string | undefined;
|
|
1909
1909
|
docs?: string | undefined;
|
|
1910
1910
|
support?: string | undefined;
|
|
1911
1911
|
tags?: 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>;
|
|
@@ -2205,41 +2205,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2205
2205
|
name: string;
|
|
2206
2206
|
url: string;
|
|
2207
2207
|
logo?: {
|
|
2208
|
+
type: "relative";
|
|
2209
|
+
path: string;
|
|
2210
|
+
} | {
|
|
2208
2211
|
type: "explicit-base64";
|
|
2209
2212
|
mimeType: string;
|
|
2210
2213
|
content: string;
|
|
2211
|
-
} | {
|
|
2212
|
-
path: string;
|
|
2213
|
-
type: "relative";
|
|
2214
2214
|
} | undefined;
|
|
2215
2215
|
} & {
|
|
2216
2216
|
[k: string]: unknown;
|
|
2217
2217
|
};
|
|
2218
2218
|
title: string;
|
|
2219
2219
|
description: string;
|
|
2220
|
+
url?: string | undefined;
|
|
2220
2221
|
longDescription?: {
|
|
2222
|
+
type: "relative";
|
|
2223
|
+
path: string;
|
|
2224
|
+
} | {
|
|
2221
2225
|
type: "explicit-string";
|
|
2222
2226
|
content: string;
|
|
2223
|
-
} | {
|
|
2224
|
-
path: string;
|
|
2225
|
-
type: "relative";
|
|
2226
2227
|
} | undefined;
|
|
2227
2228
|
changelog?: {
|
|
2229
|
+
type: "relative";
|
|
2230
|
+
path: string;
|
|
2231
|
+
} | {
|
|
2228
2232
|
type: "explicit-string";
|
|
2229
2233
|
content: string;
|
|
2230
|
-
} | {
|
|
2231
|
-
path: string;
|
|
2232
|
-
type: "relative";
|
|
2233
2234
|
} | undefined;
|
|
2234
2235
|
logo?: {
|
|
2236
|
+
type: "relative";
|
|
2237
|
+
path: string;
|
|
2238
|
+
} | {
|
|
2235
2239
|
type: "explicit-base64";
|
|
2236
2240
|
mimeType: string;
|
|
2237
2241
|
content: string;
|
|
2238
|
-
} | {
|
|
2239
|
-
path: string;
|
|
2240
|
-
type: "relative";
|
|
2241
2242
|
} | undefined;
|
|
2242
|
-
url?: string | undefined;
|
|
2243
2243
|
docs?: string | undefined;
|
|
2244
2244
|
support?: string | undefined;
|
|
2245
2245
|
tags?: string[] | undefined;
|
|
@@ -2252,41 +2252,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2252
2252
|
name: string;
|
|
2253
2253
|
url: string;
|
|
2254
2254
|
logo?: {
|
|
2255
|
+
type: "relative";
|
|
2256
|
+
path: string;
|
|
2257
|
+
} | {
|
|
2255
2258
|
type: "explicit-base64";
|
|
2256
2259
|
mimeType: string;
|
|
2257
2260
|
content: string;
|
|
2258
|
-
} | {
|
|
2259
|
-
path: string;
|
|
2260
|
-
type: "relative";
|
|
2261
2261
|
} | undefined;
|
|
2262
2262
|
} & {
|
|
2263
2263
|
[k: string]: unknown;
|
|
2264
2264
|
};
|
|
2265
2265
|
title: string;
|
|
2266
2266
|
description: string;
|
|
2267
|
+
url?: string | undefined;
|
|
2267
2268
|
longDescription?: {
|
|
2269
|
+
type: "relative";
|
|
2270
|
+
path: string;
|
|
2271
|
+
} | {
|
|
2268
2272
|
type: "explicit-string";
|
|
2269
2273
|
content: string;
|
|
2270
|
-
} | {
|
|
2271
|
-
path: string;
|
|
2272
|
-
type: "relative";
|
|
2273
2274
|
} | undefined;
|
|
2274
2275
|
changelog?: {
|
|
2276
|
+
type: "relative";
|
|
2277
|
+
path: string;
|
|
2278
|
+
} | {
|
|
2275
2279
|
type: "explicit-string";
|
|
2276
2280
|
content: string;
|
|
2277
|
-
} | {
|
|
2278
|
-
path: string;
|
|
2279
|
-
type: "relative";
|
|
2280
2281
|
} | undefined;
|
|
2281
2282
|
logo?: {
|
|
2283
|
+
type: "relative";
|
|
2284
|
+
path: string;
|
|
2285
|
+
} | {
|
|
2282
2286
|
type: "explicit-base64";
|
|
2283
2287
|
mimeType: string;
|
|
2284
2288
|
content: string;
|
|
2285
|
-
} | {
|
|
2286
|
-
path: string;
|
|
2287
|
-
type: "relative";
|
|
2288
2289
|
} | undefined;
|
|
2289
|
-
url?: string | undefined;
|
|
2290
2290
|
docs?: string | undefined;
|
|
2291
2291
|
support?: string | undefined;
|
|
2292
2292
|
tags?: 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>;
|
|
@@ -2586,41 +2586,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2586
2586
|
name: string;
|
|
2587
2587
|
url: string;
|
|
2588
2588
|
logo?: {
|
|
2589
|
+
type: "relative";
|
|
2590
|
+
path: string;
|
|
2591
|
+
} | {
|
|
2589
2592
|
type: "explicit-base64";
|
|
2590
2593
|
mimeType: string;
|
|
2591
2594
|
content: string;
|
|
2592
|
-
} | {
|
|
2593
|
-
path: string;
|
|
2594
|
-
type: "relative";
|
|
2595
2595
|
} | undefined;
|
|
2596
2596
|
} & {
|
|
2597
2597
|
[k: string]: unknown;
|
|
2598
2598
|
};
|
|
2599
2599
|
title: string;
|
|
2600
2600
|
description: string;
|
|
2601
|
+
url?: string | undefined;
|
|
2601
2602
|
longDescription?: {
|
|
2603
|
+
type: "relative";
|
|
2604
|
+
path: string;
|
|
2605
|
+
} | {
|
|
2602
2606
|
type: "explicit-string";
|
|
2603
2607
|
content: string;
|
|
2604
|
-
} | {
|
|
2605
|
-
path: string;
|
|
2606
|
-
type: "relative";
|
|
2607
2608
|
} | undefined;
|
|
2608
2609
|
changelog?: {
|
|
2610
|
+
type: "relative";
|
|
2611
|
+
path: string;
|
|
2612
|
+
} | {
|
|
2609
2613
|
type: "explicit-string";
|
|
2610
2614
|
content: string;
|
|
2611
|
-
} | {
|
|
2612
|
-
path: string;
|
|
2613
|
-
type: "relative";
|
|
2614
2615
|
} | undefined;
|
|
2615
2616
|
logo?: {
|
|
2617
|
+
type: "relative";
|
|
2618
|
+
path: string;
|
|
2619
|
+
} | {
|
|
2616
2620
|
type: "explicit-base64";
|
|
2617
2621
|
mimeType: string;
|
|
2618
2622
|
content: string;
|
|
2619
|
-
} | {
|
|
2620
|
-
path: string;
|
|
2621
|
-
type: "relative";
|
|
2622
2623
|
} | undefined;
|
|
2623
|
-
url?: string | undefined;
|
|
2624
2624
|
docs?: string | undefined;
|
|
2625
2625
|
support?: string | undefined;
|
|
2626
2626
|
tags?: string[] | undefined;
|
|
@@ -2633,41 +2633,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2633
2633
|
name: string;
|
|
2634
2634
|
url: string;
|
|
2635
2635
|
logo?: {
|
|
2636
|
+
type: "relative";
|
|
2637
|
+
path: string;
|
|
2638
|
+
} | {
|
|
2636
2639
|
type: "explicit-base64";
|
|
2637
2640
|
mimeType: string;
|
|
2638
2641
|
content: string;
|
|
2639
|
-
} | {
|
|
2640
|
-
path: string;
|
|
2641
|
-
type: "relative";
|
|
2642
2642
|
} | undefined;
|
|
2643
2643
|
} & {
|
|
2644
2644
|
[k: string]: unknown;
|
|
2645
2645
|
};
|
|
2646
2646
|
title: string;
|
|
2647
2647
|
description: string;
|
|
2648
|
+
url?: string | undefined;
|
|
2648
2649
|
longDescription?: {
|
|
2650
|
+
type: "relative";
|
|
2651
|
+
path: string;
|
|
2652
|
+
} | {
|
|
2649
2653
|
type: "explicit-string";
|
|
2650
2654
|
content: string;
|
|
2651
|
-
} | {
|
|
2652
|
-
path: string;
|
|
2653
|
-
type: "relative";
|
|
2654
2655
|
} | undefined;
|
|
2655
2656
|
changelog?: {
|
|
2657
|
+
type: "relative";
|
|
2658
|
+
path: string;
|
|
2659
|
+
} | {
|
|
2656
2660
|
type: "explicit-string";
|
|
2657
2661
|
content: string;
|
|
2658
|
-
} | {
|
|
2659
|
-
path: string;
|
|
2660
|
-
type: "relative";
|
|
2661
2662
|
} | undefined;
|
|
2662
2663
|
logo?: {
|
|
2664
|
+
type: "relative";
|
|
2665
|
+
path: string;
|
|
2666
|
+
} | {
|
|
2663
2667
|
type: "explicit-base64";
|
|
2664
2668
|
mimeType: string;
|
|
2665
2669
|
content: string;
|
|
2666
|
-
} | {
|
|
2667
|
-
path: string;
|
|
2668
|
-
type: "relative";
|
|
2669
2670
|
} | undefined;
|
|
2670
|
-
url?: string | undefined;
|
|
2671
2671
|
docs?: string | undefined;
|
|
2672
2672
|
support?: string | undefined;
|
|
2673
2673
|
tags?: 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>;
|
|
@@ -2984,41 +2984,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
2984
2984
|
name: string;
|
|
2985
2985
|
url: string;
|
|
2986
2986
|
logo?: {
|
|
2987
|
+
type: "relative";
|
|
2988
|
+
path: string;
|
|
2989
|
+
} | {
|
|
2987
2990
|
type: "explicit-base64";
|
|
2988
2991
|
mimeType: string;
|
|
2989
2992
|
content: string;
|
|
2990
|
-
} | {
|
|
2991
|
-
path: string;
|
|
2992
|
-
type: "relative";
|
|
2993
2993
|
} | undefined;
|
|
2994
2994
|
} & {
|
|
2995
2995
|
[k: string]: unknown;
|
|
2996
2996
|
};
|
|
2997
2997
|
title: string;
|
|
2998
2998
|
description: string;
|
|
2999
|
+
url?: string | undefined;
|
|
2999
3000
|
longDescription?: {
|
|
3001
|
+
type: "relative";
|
|
3002
|
+
path: string;
|
|
3003
|
+
} | {
|
|
3000
3004
|
type: "explicit-string";
|
|
3001
3005
|
content: string;
|
|
3002
|
-
} | {
|
|
3003
|
-
path: string;
|
|
3004
|
-
type: "relative";
|
|
3005
3006
|
} | undefined;
|
|
3006
3007
|
changelog?: {
|
|
3008
|
+
type: "relative";
|
|
3009
|
+
path: string;
|
|
3010
|
+
} | {
|
|
3007
3011
|
type: "explicit-string";
|
|
3008
3012
|
content: string;
|
|
3009
|
-
} | {
|
|
3010
|
-
path: string;
|
|
3011
|
-
type: "relative";
|
|
3012
3013
|
} | undefined;
|
|
3013
3014
|
logo?: {
|
|
3015
|
+
type: "relative";
|
|
3016
|
+
path: string;
|
|
3017
|
+
} | {
|
|
3014
3018
|
type: "explicit-base64";
|
|
3015
3019
|
mimeType: string;
|
|
3016
3020
|
content: string;
|
|
3017
|
-
} | {
|
|
3018
|
-
path: string;
|
|
3019
|
-
type: "relative";
|
|
3020
3021
|
} | undefined;
|
|
3021
|
-
url?: string | undefined;
|
|
3022
3022
|
docs?: string | undefined;
|
|
3023
3023
|
support?: string | undefined;
|
|
3024
3024
|
tags?: string[] | undefined;
|
|
@@ -3031,41 +3031,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3031
3031
|
name: string;
|
|
3032
3032
|
url: string;
|
|
3033
3033
|
logo?: {
|
|
3034
|
+
type: "relative";
|
|
3035
|
+
path: string;
|
|
3036
|
+
} | {
|
|
3034
3037
|
type: "explicit-base64";
|
|
3035
3038
|
mimeType: string;
|
|
3036
3039
|
content: string;
|
|
3037
|
-
} | {
|
|
3038
|
-
path: string;
|
|
3039
|
-
type: "relative";
|
|
3040
3040
|
} | undefined;
|
|
3041
3041
|
} & {
|
|
3042
3042
|
[k: string]: unknown;
|
|
3043
3043
|
};
|
|
3044
3044
|
title: string;
|
|
3045
3045
|
description: string;
|
|
3046
|
+
url?: string | undefined;
|
|
3046
3047
|
longDescription?: {
|
|
3048
|
+
type: "relative";
|
|
3049
|
+
path: string;
|
|
3050
|
+
} | {
|
|
3047
3051
|
type: "explicit-string";
|
|
3048
3052
|
content: string;
|
|
3049
|
-
} | {
|
|
3050
|
-
path: string;
|
|
3051
|
-
type: "relative";
|
|
3052
3053
|
} | undefined;
|
|
3053
3054
|
changelog?: {
|
|
3055
|
+
type: "relative";
|
|
3056
|
+
path: string;
|
|
3057
|
+
} | {
|
|
3054
3058
|
type: "explicit-string";
|
|
3055
3059
|
content: string;
|
|
3056
|
-
} | {
|
|
3057
|
-
path: string;
|
|
3058
|
-
type: "relative";
|
|
3059
3060
|
} | undefined;
|
|
3060
3061
|
logo?: {
|
|
3062
|
+
type: "relative";
|
|
3063
|
+
path: string;
|
|
3064
|
+
} | {
|
|
3061
3065
|
type: "explicit-base64";
|
|
3062
3066
|
mimeType: string;
|
|
3063
3067
|
content: string;
|
|
3064
|
-
} | {
|
|
3065
|
-
path: string;
|
|
3066
|
-
type: "relative";
|
|
3067
3068
|
} | undefined;
|
|
3068
|
-
url?: string | undefined;
|
|
3069
3069
|
docs?: string | undefined;
|
|
3070
3070
|
support?: string | undefined;
|
|
3071
3071
|
tags?: 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>;
|
|
@@ -3365,41 +3365,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3365
3365
|
name: string;
|
|
3366
3366
|
url: string;
|
|
3367
3367
|
logo?: {
|
|
3368
|
+
type: "relative";
|
|
3369
|
+
path: string;
|
|
3370
|
+
} | {
|
|
3368
3371
|
type: "explicit-base64";
|
|
3369
3372
|
mimeType: string;
|
|
3370
3373
|
content: string;
|
|
3371
|
-
} | {
|
|
3372
|
-
path: string;
|
|
3373
|
-
type: "relative";
|
|
3374
3374
|
} | undefined;
|
|
3375
3375
|
} & {
|
|
3376
3376
|
[k: string]: unknown;
|
|
3377
3377
|
};
|
|
3378
3378
|
title: string;
|
|
3379
3379
|
description: string;
|
|
3380
|
+
url?: string | undefined;
|
|
3380
3381
|
longDescription?: {
|
|
3382
|
+
type: "relative";
|
|
3383
|
+
path: string;
|
|
3384
|
+
} | {
|
|
3381
3385
|
type: "explicit-string";
|
|
3382
3386
|
content: string;
|
|
3383
|
-
} | {
|
|
3384
|
-
path: string;
|
|
3385
|
-
type: "relative";
|
|
3386
3387
|
} | undefined;
|
|
3387
3388
|
changelog?: {
|
|
3389
|
+
type: "relative";
|
|
3390
|
+
path: string;
|
|
3391
|
+
} | {
|
|
3388
3392
|
type: "explicit-string";
|
|
3389
3393
|
content: string;
|
|
3390
|
-
} | {
|
|
3391
|
-
path: string;
|
|
3392
|
-
type: "relative";
|
|
3393
3394
|
} | undefined;
|
|
3394
3395
|
logo?: {
|
|
3396
|
+
type: "relative";
|
|
3397
|
+
path: string;
|
|
3398
|
+
} | {
|
|
3395
3399
|
type: "explicit-base64";
|
|
3396
3400
|
mimeType: string;
|
|
3397
3401
|
content: string;
|
|
3398
|
-
} | {
|
|
3399
|
-
path: string;
|
|
3400
|
-
type: "relative";
|
|
3401
3402
|
} | undefined;
|
|
3402
|
-
url?: string | undefined;
|
|
3403
3403
|
docs?: string | undefined;
|
|
3404
3404
|
support?: string | undefined;
|
|
3405
3405
|
tags?: string[] | undefined;
|
|
@@ -3412,41 +3412,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3412
3412
|
name: string;
|
|
3413
3413
|
url: string;
|
|
3414
3414
|
logo?: {
|
|
3415
|
+
type: "relative";
|
|
3416
|
+
path: string;
|
|
3417
|
+
} | {
|
|
3415
3418
|
type: "explicit-base64";
|
|
3416
3419
|
mimeType: string;
|
|
3417
3420
|
content: string;
|
|
3418
|
-
} | {
|
|
3419
|
-
path: string;
|
|
3420
|
-
type: "relative";
|
|
3421
3421
|
} | undefined;
|
|
3422
3422
|
} & {
|
|
3423
3423
|
[k: string]: unknown;
|
|
3424
3424
|
};
|
|
3425
3425
|
title: string;
|
|
3426
3426
|
description: string;
|
|
3427
|
+
url?: string | undefined;
|
|
3427
3428
|
longDescription?: {
|
|
3429
|
+
type: "relative";
|
|
3430
|
+
path: string;
|
|
3431
|
+
} | {
|
|
3428
3432
|
type: "explicit-string";
|
|
3429
3433
|
content: string;
|
|
3430
|
-
} | {
|
|
3431
|
-
path: string;
|
|
3432
|
-
type: "relative";
|
|
3433
3434
|
} | undefined;
|
|
3434
3435
|
changelog?: {
|
|
3436
|
+
type: "relative";
|
|
3437
|
+
path: string;
|
|
3438
|
+
} | {
|
|
3435
3439
|
type: "explicit-string";
|
|
3436
3440
|
content: string;
|
|
3437
|
-
} | {
|
|
3438
|
-
path: string;
|
|
3439
|
-
type: "relative";
|
|
3440
3441
|
} | undefined;
|
|
3441
3442
|
logo?: {
|
|
3443
|
+
type: "relative";
|
|
3444
|
+
path: string;
|
|
3445
|
+
} | {
|
|
3442
3446
|
type: "explicit-base64";
|
|
3443
3447
|
mimeType: string;
|
|
3444
3448
|
content: string;
|
|
3445
|
-
} | {
|
|
3446
|
-
path: string;
|
|
3447
|
-
type: "relative";
|
|
3448
3449
|
} | undefined;
|
|
3449
|
-
url?: string | undefined;
|
|
3450
3450
|
docs?: string | undefined;
|
|
3451
3451
|
support?: string | undefined;
|
|
3452
3452
|
tags?: 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>;
|
|
@@ -3746,41 +3746,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3746
3746
|
name: string;
|
|
3747
3747
|
url: string;
|
|
3748
3748
|
logo?: {
|
|
3749
|
+
type: "relative";
|
|
3750
|
+
path: string;
|
|
3751
|
+
} | {
|
|
3749
3752
|
type: "explicit-base64";
|
|
3750
3753
|
mimeType: string;
|
|
3751
3754
|
content: string;
|
|
3752
|
-
} | {
|
|
3753
|
-
path: string;
|
|
3754
|
-
type: "relative";
|
|
3755
3755
|
} | undefined;
|
|
3756
3756
|
} & {
|
|
3757
3757
|
[k: string]: unknown;
|
|
3758
3758
|
};
|
|
3759
3759
|
title: string;
|
|
3760
3760
|
description: string;
|
|
3761
|
+
url?: string | undefined;
|
|
3761
3762
|
longDescription?: {
|
|
3763
|
+
type: "relative";
|
|
3764
|
+
path: string;
|
|
3765
|
+
} | {
|
|
3762
3766
|
type: "explicit-string";
|
|
3763
3767
|
content: string;
|
|
3764
|
-
} | {
|
|
3765
|
-
path: string;
|
|
3766
|
-
type: "relative";
|
|
3767
3768
|
} | undefined;
|
|
3768
3769
|
changelog?: {
|
|
3770
|
+
type: "relative";
|
|
3771
|
+
path: string;
|
|
3772
|
+
} | {
|
|
3769
3773
|
type: "explicit-string";
|
|
3770
3774
|
content: string;
|
|
3771
|
-
} | {
|
|
3772
|
-
path: string;
|
|
3773
|
-
type: "relative";
|
|
3774
3775
|
} | undefined;
|
|
3775
3776
|
logo?: {
|
|
3777
|
+
type: "relative";
|
|
3778
|
+
path: string;
|
|
3779
|
+
} | {
|
|
3776
3780
|
type: "explicit-base64";
|
|
3777
3781
|
mimeType: string;
|
|
3778
3782
|
content: string;
|
|
3779
|
-
} | {
|
|
3780
|
-
path: string;
|
|
3781
|
-
type: "relative";
|
|
3782
3783
|
} | undefined;
|
|
3783
|
-
url?: string | undefined;
|
|
3784
3784
|
docs?: string | undefined;
|
|
3785
3785
|
support?: string | undefined;
|
|
3786
3786
|
tags?: string[] | undefined;
|
|
@@ -3793,41 +3793,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
3793
3793
|
name: string;
|
|
3794
3794
|
url: string;
|
|
3795
3795
|
logo?: {
|
|
3796
|
+
type: "relative";
|
|
3797
|
+
path: string;
|
|
3798
|
+
} | {
|
|
3796
3799
|
type: "explicit-base64";
|
|
3797
3800
|
mimeType: string;
|
|
3798
3801
|
content: string;
|
|
3799
|
-
} | {
|
|
3800
|
-
path: string;
|
|
3801
|
-
type: "relative";
|
|
3802
3802
|
} | undefined;
|
|
3803
3803
|
} & {
|
|
3804
3804
|
[k: string]: unknown;
|
|
3805
3805
|
};
|
|
3806
3806
|
title: string;
|
|
3807
3807
|
description: string;
|
|
3808
|
+
url?: string | undefined;
|
|
3808
3809
|
longDescription?: {
|
|
3810
|
+
type: "relative";
|
|
3811
|
+
path: string;
|
|
3812
|
+
} | {
|
|
3809
3813
|
type: "explicit-string";
|
|
3810
3814
|
content: string;
|
|
3811
|
-
} | {
|
|
3812
|
-
path: string;
|
|
3813
|
-
type: "relative";
|
|
3814
3815
|
} | undefined;
|
|
3815
3816
|
changelog?: {
|
|
3817
|
+
type: "relative";
|
|
3818
|
+
path: string;
|
|
3819
|
+
} | {
|
|
3816
3820
|
type: "explicit-string";
|
|
3817
3821
|
content: string;
|
|
3818
|
-
} | {
|
|
3819
|
-
path: string;
|
|
3820
|
-
type: "relative";
|
|
3821
3822
|
} | undefined;
|
|
3822
3823
|
logo?: {
|
|
3824
|
+
type: "relative";
|
|
3825
|
+
path: string;
|
|
3826
|
+
} | {
|
|
3823
3827
|
type: "explicit-base64";
|
|
3824
3828
|
mimeType: string;
|
|
3825
3829
|
content: string;
|
|
3826
|
-
} | {
|
|
3827
|
-
path: string;
|
|
3828
|
-
type: "relative";
|
|
3829
3830
|
} | undefined;
|
|
3830
|
-
url?: string | undefined;
|
|
3831
3831
|
docs?: string | undefined;
|
|
3832
3832
|
support?: string | undefined;
|
|
3833
3833
|
tags?: 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>;
|
|
@@ -4144,41 +4144,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4144
4144
|
name: string;
|
|
4145
4145
|
url: string;
|
|
4146
4146
|
logo?: {
|
|
4147
|
+
type: "relative";
|
|
4148
|
+
path: string;
|
|
4149
|
+
} | {
|
|
4147
4150
|
type: "explicit-base64";
|
|
4148
4151
|
mimeType: string;
|
|
4149
4152
|
content: string;
|
|
4150
|
-
} | {
|
|
4151
|
-
path: string;
|
|
4152
|
-
type: "relative";
|
|
4153
4153
|
} | undefined;
|
|
4154
4154
|
} & {
|
|
4155
4155
|
[k: string]: unknown;
|
|
4156
4156
|
};
|
|
4157
4157
|
title: string;
|
|
4158
4158
|
description: string;
|
|
4159
|
+
url?: string | undefined;
|
|
4159
4160
|
longDescription?: {
|
|
4161
|
+
type: "relative";
|
|
4162
|
+
path: string;
|
|
4163
|
+
} | {
|
|
4160
4164
|
type: "explicit-string";
|
|
4161
4165
|
content: string;
|
|
4162
|
-
} | {
|
|
4163
|
-
path: string;
|
|
4164
|
-
type: "relative";
|
|
4165
4166
|
} | undefined;
|
|
4166
4167
|
changelog?: {
|
|
4168
|
+
type: "relative";
|
|
4169
|
+
path: string;
|
|
4170
|
+
} | {
|
|
4167
4171
|
type: "explicit-string";
|
|
4168
4172
|
content: string;
|
|
4169
|
-
} | {
|
|
4170
|
-
path: string;
|
|
4171
|
-
type: "relative";
|
|
4172
4173
|
} | undefined;
|
|
4173
4174
|
logo?: {
|
|
4175
|
+
type: "relative";
|
|
4176
|
+
path: string;
|
|
4177
|
+
} | {
|
|
4174
4178
|
type: "explicit-base64";
|
|
4175
4179
|
mimeType: string;
|
|
4176
4180
|
content: string;
|
|
4177
|
-
} | {
|
|
4178
|
-
path: string;
|
|
4179
|
-
type: "relative";
|
|
4180
4181
|
} | undefined;
|
|
4181
|
-
url?: string | undefined;
|
|
4182
4182
|
docs?: string | undefined;
|
|
4183
4183
|
support?: string | undefined;
|
|
4184
4184
|
tags?: string[] | undefined;
|
|
@@ -4191,41 +4191,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4191
4191
|
name: string;
|
|
4192
4192
|
url: string;
|
|
4193
4193
|
logo?: {
|
|
4194
|
+
type: "relative";
|
|
4195
|
+
path: string;
|
|
4196
|
+
} | {
|
|
4194
4197
|
type: "explicit-base64";
|
|
4195
4198
|
mimeType: string;
|
|
4196
4199
|
content: string;
|
|
4197
|
-
} | {
|
|
4198
|
-
path: string;
|
|
4199
|
-
type: "relative";
|
|
4200
4200
|
} | undefined;
|
|
4201
4201
|
} & {
|
|
4202
4202
|
[k: string]: unknown;
|
|
4203
4203
|
};
|
|
4204
4204
|
title: string;
|
|
4205
4205
|
description: string;
|
|
4206
|
+
url?: string | undefined;
|
|
4206
4207
|
longDescription?: {
|
|
4208
|
+
type: "relative";
|
|
4209
|
+
path: string;
|
|
4210
|
+
} | {
|
|
4207
4211
|
type: "explicit-string";
|
|
4208
4212
|
content: string;
|
|
4209
|
-
} | {
|
|
4210
|
-
path: string;
|
|
4211
|
-
type: "relative";
|
|
4212
4213
|
} | undefined;
|
|
4213
4214
|
changelog?: {
|
|
4215
|
+
type: "relative";
|
|
4216
|
+
path: string;
|
|
4217
|
+
} | {
|
|
4214
4218
|
type: "explicit-string";
|
|
4215
4219
|
content: string;
|
|
4216
|
-
} | {
|
|
4217
|
-
path: string;
|
|
4218
|
-
type: "relative";
|
|
4219
4220
|
} | undefined;
|
|
4220
4221
|
logo?: {
|
|
4222
|
+
type: "relative";
|
|
4223
|
+
path: string;
|
|
4224
|
+
} | {
|
|
4221
4225
|
type: "explicit-base64";
|
|
4222
4226
|
mimeType: string;
|
|
4223
4227
|
content: string;
|
|
4224
|
-
} | {
|
|
4225
|
-
path: string;
|
|
4226
|
-
type: "relative";
|
|
4227
4228
|
} | undefined;
|
|
4228
|
-
url?: string | undefined;
|
|
4229
4229
|
docs?: string | undefined;
|
|
4230
4230
|
support?: string | undefined;
|
|
4231
4231
|
tags?: 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>;
|
|
@@ -4525,41 +4525,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4525
4525
|
name: string;
|
|
4526
4526
|
url: string;
|
|
4527
4527
|
logo?: {
|
|
4528
|
+
type: "relative";
|
|
4529
|
+
path: string;
|
|
4530
|
+
} | {
|
|
4528
4531
|
type: "explicit-base64";
|
|
4529
4532
|
mimeType: string;
|
|
4530
4533
|
content: string;
|
|
4531
|
-
} | {
|
|
4532
|
-
path: string;
|
|
4533
|
-
type: "relative";
|
|
4534
4534
|
} | undefined;
|
|
4535
4535
|
} & {
|
|
4536
4536
|
[k: string]: unknown;
|
|
4537
4537
|
};
|
|
4538
4538
|
title: string;
|
|
4539
4539
|
description: string;
|
|
4540
|
+
url?: string | undefined;
|
|
4540
4541
|
longDescription?: {
|
|
4542
|
+
type: "relative";
|
|
4543
|
+
path: string;
|
|
4544
|
+
} | {
|
|
4541
4545
|
type: "explicit-string";
|
|
4542
4546
|
content: string;
|
|
4543
|
-
} | {
|
|
4544
|
-
path: string;
|
|
4545
|
-
type: "relative";
|
|
4546
4547
|
} | undefined;
|
|
4547
4548
|
changelog?: {
|
|
4549
|
+
type: "relative";
|
|
4550
|
+
path: string;
|
|
4551
|
+
} | {
|
|
4548
4552
|
type: "explicit-string";
|
|
4549
4553
|
content: string;
|
|
4550
|
-
} | {
|
|
4551
|
-
path: string;
|
|
4552
|
-
type: "relative";
|
|
4553
4554
|
} | undefined;
|
|
4554
4555
|
logo?: {
|
|
4556
|
+
type: "relative";
|
|
4557
|
+
path: string;
|
|
4558
|
+
} | {
|
|
4555
4559
|
type: "explicit-base64";
|
|
4556
4560
|
mimeType: string;
|
|
4557
4561
|
content: string;
|
|
4558
|
-
} | {
|
|
4559
|
-
path: string;
|
|
4560
|
-
type: "relative";
|
|
4561
4562
|
} | undefined;
|
|
4562
|
-
url?: string | undefined;
|
|
4563
4563
|
docs?: string | undefined;
|
|
4564
4564
|
support?: string | undefined;
|
|
4565
4565
|
tags?: string[] | undefined;
|
|
@@ -4572,41 +4572,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4572
4572
|
name: string;
|
|
4573
4573
|
url: string;
|
|
4574
4574
|
logo?: {
|
|
4575
|
+
type: "relative";
|
|
4576
|
+
path: string;
|
|
4577
|
+
} | {
|
|
4575
4578
|
type: "explicit-base64";
|
|
4576
4579
|
mimeType: string;
|
|
4577
4580
|
content: string;
|
|
4578
|
-
} | {
|
|
4579
|
-
path: string;
|
|
4580
|
-
type: "relative";
|
|
4581
4581
|
} | undefined;
|
|
4582
4582
|
} & {
|
|
4583
4583
|
[k: string]: unknown;
|
|
4584
4584
|
};
|
|
4585
4585
|
title: string;
|
|
4586
4586
|
description: string;
|
|
4587
|
+
url?: string | undefined;
|
|
4587
4588
|
longDescription?: {
|
|
4589
|
+
type: "relative";
|
|
4590
|
+
path: string;
|
|
4591
|
+
} | {
|
|
4588
4592
|
type: "explicit-string";
|
|
4589
4593
|
content: string;
|
|
4590
|
-
} | {
|
|
4591
|
-
path: string;
|
|
4592
|
-
type: "relative";
|
|
4593
4594
|
} | undefined;
|
|
4594
4595
|
changelog?: {
|
|
4596
|
+
type: "relative";
|
|
4597
|
+
path: string;
|
|
4598
|
+
} | {
|
|
4595
4599
|
type: "explicit-string";
|
|
4596
4600
|
content: string;
|
|
4597
|
-
} | {
|
|
4598
|
-
path: string;
|
|
4599
|
-
type: "relative";
|
|
4600
4601
|
} | undefined;
|
|
4601
4602
|
logo?: {
|
|
4603
|
+
type: "relative";
|
|
4604
|
+
path: string;
|
|
4605
|
+
} | {
|
|
4602
4606
|
type: "explicit-base64";
|
|
4603
4607
|
mimeType: string;
|
|
4604
4608
|
content: string;
|
|
4605
|
-
} | {
|
|
4606
|
-
path: string;
|
|
4607
|
-
type: "relative";
|
|
4608
4609
|
} | undefined;
|
|
4609
|
-
url?: string | undefined;
|
|
4610
4610
|
docs?: string | undefined;
|
|
4611
4611
|
support?: string | undefined;
|
|
4612
4612
|
tags?: 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>;
|
|
@@ -4906,41 +4906,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4906
4906
|
name: string;
|
|
4907
4907
|
url: string;
|
|
4908
4908
|
logo?: {
|
|
4909
|
+
type: "relative";
|
|
4910
|
+
path: string;
|
|
4911
|
+
} | {
|
|
4909
4912
|
type: "explicit-base64";
|
|
4910
4913
|
mimeType: string;
|
|
4911
4914
|
content: string;
|
|
4912
|
-
} | {
|
|
4913
|
-
path: string;
|
|
4914
|
-
type: "relative";
|
|
4915
4915
|
} | undefined;
|
|
4916
4916
|
} & {
|
|
4917
4917
|
[k: string]: unknown;
|
|
4918
4918
|
};
|
|
4919
4919
|
title: string;
|
|
4920
4920
|
description: string;
|
|
4921
|
+
url?: string | undefined;
|
|
4921
4922
|
longDescription?: {
|
|
4923
|
+
type: "relative";
|
|
4924
|
+
path: string;
|
|
4925
|
+
} | {
|
|
4922
4926
|
type: "explicit-string";
|
|
4923
4927
|
content: string;
|
|
4924
|
-
} | {
|
|
4925
|
-
path: string;
|
|
4926
|
-
type: "relative";
|
|
4927
4928
|
} | undefined;
|
|
4928
4929
|
changelog?: {
|
|
4930
|
+
type: "relative";
|
|
4931
|
+
path: string;
|
|
4932
|
+
} | {
|
|
4929
4933
|
type: "explicit-string";
|
|
4930
4934
|
content: string;
|
|
4931
|
-
} | {
|
|
4932
|
-
path: string;
|
|
4933
|
-
type: "relative";
|
|
4934
4935
|
} | undefined;
|
|
4935
4936
|
logo?: {
|
|
4937
|
+
type: "relative";
|
|
4938
|
+
path: string;
|
|
4939
|
+
} | {
|
|
4936
4940
|
type: "explicit-base64";
|
|
4937
4941
|
mimeType: string;
|
|
4938
4942
|
content: string;
|
|
4939
|
-
} | {
|
|
4940
|
-
path: string;
|
|
4941
|
-
type: "relative";
|
|
4942
4943
|
} | undefined;
|
|
4943
|
-
url?: string | undefined;
|
|
4944
4944
|
docs?: string | undefined;
|
|
4945
4945
|
support?: string | undefined;
|
|
4946
4946
|
tags?: string[] | undefined;
|
|
@@ -4953,41 +4953,41 @@ declare const BlockPackManifest: z.ZodObject<{
|
|
|
4953
4953
|
name: string;
|
|
4954
4954
|
url: string;
|
|
4955
4955
|
logo?: {
|
|
4956
|
+
type: "relative";
|
|
4957
|
+
path: string;
|
|
4958
|
+
} | {
|
|
4956
4959
|
type: "explicit-base64";
|
|
4957
4960
|
mimeType: string;
|
|
4958
4961
|
content: string;
|
|
4959
|
-
} | {
|
|
4960
|
-
path: string;
|
|
4961
|
-
type: "relative";
|
|
4962
4962
|
} | undefined;
|
|
4963
4963
|
} & {
|
|
4964
4964
|
[k: string]: unknown;
|
|
4965
4965
|
};
|
|
4966
4966
|
title: string;
|
|
4967
4967
|
description: string;
|
|
4968
|
+
url?: string | undefined;
|
|
4968
4969
|
longDescription?: {
|
|
4970
|
+
type: "relative";
|
|
4971
|
+
path: string;
|
|
4972
|
+
} | {
|
|
4969
4973
|
type: "explicit-string";
|
|
4970
4974
|
content: string;
|
|
4971
|
-
} | {
|
|
4972
|
-
path: string;
|
|
4973
|
-
type: "relative";
|
|
4974
4975
|
} | undefined;
|
|
4975
4976
|
changelog?: {
|
|
4977
|
+
type: "relative";
|
|
4978
|
+
path: string;
|
|
4979
|
+
} | {
|
|
4976
4980
|
type: "explicit-string";
|
|
4977
4981
|
content: string;
|
|
4978
|
-
} | {
|
|
4979
|
-
path: string;
|
|
4980
|
-
type: "relative";
|
|
4981
4982
|
} | undefined;
|
|
4982
4983
|
logo?: {
|
|
4984
|
+
type: "relative";
|
|
4985
|
+
path: string;
|
|
4986
|
+
} | {
|
|
4983
4987
|
type: "explicit-base64";
|
|
4984
4988
|
mimeType: string;
|
|
4985
4989
|
content: string;
|
|
4986
|
-
} | {
|
|
4987
|
-
path: string;
|
|
4988
|
-
type: "relative";
|
|
4989
4990
|
} | undefined;
|
|
4990
|
-
url?: string | undefined;
|
|
4991
4991
|
docs?: string | undefined;
|
|
4992
4992
|
support?: string | undefined;
|
|
4993
4993
|
tags?: string[] | undefined;
|