@milaboratories/pl-model-middle-layer 1.12.11 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/block_meta/block_components.d.ts +55 -55
- package/dist/block_meta/block_description.d.ts +210 -210
- package/dist/block_meta/block_manifest.d.ts +767 -767
- package/dist/block_meta/block_meta.d.ts +78 -78
- package/dist/block_meta/content_types.d.ts +47 -47
- package/dist/block_registry/overview.d.ts +728 -728
- 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 +4 -4
- 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
|
@@ -54,8 +54,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
54
54
|
type: "explicit-string";
|
|
55
55
|
content: string;
|
|
56
56
|
} | {
|
|
57
|
-
type: "relative";
|
|
58
57
|
path: string;
|
|
58
|
+
type: "relative";
|
|
59
59
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
60
60
|
type: z.ZodLiteral<"explicit-string">;
|
|
61
61
|
content: z.ZodString;
|
|
@@ -69,11 +69,11 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
69
69
|
type: z.ZodLiteral<"relative">;
|
|
70
70
|
path: z.ZodString;
|
|
71
71
|
}, "strict", ZodTypeAny, {
|
|
72
|
-
type: "relative";
|
|
73
72
|
path: string;
|
|
74
|
-
}, {
|
|
75
73
|
type: "relative";
|
|
74
|
+
}, {
|
|
76
75
|
path: string;
|
|
76
|
+
type: "relative";
|
|
77
77
|
}>, z.ZodObject<{
|
|
78
78
|
type: z.ZodLiteral<"absolute-file">;
|
|
79
79
|
file: z.ZodString;
|
|
@@ -88,8 +88,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
88
88
|
type: "explicit-string";
|
|
89
89
|
content: string;
|
|
90
90
|
} | {
|
|
91
|
-
type: "relative";
|
|
92
91
|
path: string;
|
|
92
|
+
type: "relative";
|
|
93
93
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
94
94
|
type: z.ZodLiteral<"explicit-string">;
|
|
95
95
|
content: z.ZodString;
|
|
@@ -103,11 +103,11 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
103
103
|
type: z.ZodLiteral<"relative">;
|
|
104
104
|
path: z.ZodString;
|
|
105
105
|
}, "strict", ZodTypeAny, {
|
|
106
|
-
type: "relative";
|
|
107
106
|
path: string;
|
|
108
|
-
}, {
|
|
109
107
|
type: "relative";
|
|
108
|
+
}, {
|
|
110
109
|
path: string;
|
|
110
|
+
type: "relative";
|
|
111
111
|
}>, z.ZodObject<{
|
|
112
112
|
type: z.ZodLiteral<"absolute-file">;
|
|
113
113
|
file: z.ZodString;
|
|
@@ -120,32 +120,32 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
120
120
|
}>]>]>>;
|
|
121
121
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
122
122
|
type: "explicit-base64";
|
|
123
|
-
content: string;
|
|
124
123
|
mimeType: string;
|
|
124
|
+
content: string;
|
|
125
125
|
} | {
|
|
126
|
-
type: "relative";
|
|
127
126
|
path: string;
|
|
127
|
+
type: "relative";
|
|
128
128
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
129
129
|
type: z.ZodLiteral<"explicit-base64">;
|
|
130
130
|
mimeType: z.ZodString;
|
|
131
131
|
content: z.ZodString;
|
|
132
132
|
}, "strict", ZodTypeAny, {
|
|
133
133
|
type: "explicit-base64";
|
|
134
|
-
content: string;
|
|
135
134
|
mimeType: string;
|
|
135
|
+
content: string;
|
|
136
136
|
}, {
|
|
137
137
|
type: "explicit-base64";
|
|
138
|
-
content: string;
|
|
139
138
|
mimeType: string;
|
|
139
|
+
content: string;
|
|
140
140
|
}>, z.ZodObject<{
|
|
141
141
|
type: z.ZodLiteral<"relative">;
|
|
142
142
|
path: z.ZodString;
|
|
143
143
|
}, "strict", ZodTypeAny, {
|
|
144
|
-
type: "relative";
|
|
145
144
|
path: string;
|
|
146
|
-
}, {
|
|
147
145
|
type: "relative";
|
|
146
|
+
}, {
|
|
148
147
|
path: string;
|
|
148
|
+
type: "relative";
|
|
149
149
|
}>, z.ZodObject<{
|
|
150
150
|
type: z.ZodLiteral<"absolute-file">;
|
|
151
151
|
file: z.ZodString;
|
|
@@ -165,32 +165,32 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
165
165
|
url: z.ZodString;
|
|
166
166
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
167
167
|
type: "explicit-base64";
|
|
168
|
-
content: string;
|
|
169
168
|
mimeType: string;
|
|
169
|
+
content: string;
|
|
170
170
|
} | {
|
|
171
|
-
type: "relative";
|
|
172
171
|
path: string;
|
|
172
|
+
type: "relative";
|
|
173
173
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
174
174
|
type: z.ZodLiteral<"explicit-base64">;
|
|
175
175
|
mimeType: z.ZodString;
|
|
176
176
|
content: z.ZodString;
|
|
177
177
|
}, "strict", ZodTypeAny, {
|
|
178
178
|
type: "explicit-base64";
|
|
179
|
-
content: string;
|
|
180
179
|
mimeType: string;
|
|
180
|
+
content: string;
|
|
181
181
|
}, {
|
|
182
182
|
type: "explicit-base64";
|
|
183
|
-
content: string;
|
|
184
183
|
mimeType: string;
|
|
184
|
+
content: string;
|
|
185
185
|
}>, z.ZodObject<{
|
|
186
186
|
type: z.ZodLiteral<"relative">;
|
|
187
187
|
path: z.ZodString;
|
|
188
188
|
}, "strict", ZodTypeAny, {
|
|
189
|
-
type: "relative";
|
|
190
189
|
path: string;
|
|
191
|
-
}, {
|
|
192
190
|
type: "relative";
|
|
191
|
+
}, {
|
|
193
192
|
path: string;
|
|
193
|
+
type: "relative";
|
|
194
194
|
}>, z.ZodObject<{
|
|
195
195
|
type: z.ZodLiteral<"absolute-file">;
|
|
196
196
|
file: z.ZodString;
|
|
@@ -206,32 +206,32 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
206
206
|
url: z.ZodString;
|
|
207
207
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
208
208
|
type: "explicit-base64";
|
|
209
|
-
content: string;
|
|
210
209
|
mimeType: string;
|
|
210
|
+
content: string;
|
|
211
211
|
} | {
|
|
212
|
-
type: "relative";
|
|
213
212
|
path: string;
|
|
213
|
+
type: "relative";
|
|
214
214
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
215
215
|
type: z.ZodLiteral<"explicit-base64">;
|
|
216
216
|
mimeType: z.ZodString;
|
|
217
217
|
content: z.ZodString;
|
|
218
218
|
}, "strict", ZodTypeAny, {
|
|
219
219
|
type: "explicit-base64";
|
|
220
|
-
content: string;
|
|
221
220
|
mimeType: string;
|
|
221
|
+
content: string;
|
|
222
222
|
}, {
|
|
223
223
|
type: "explicit-base64";
|
|
224
|
-
content: string;
|
|
225
224
|
mimeType: string;
|
|
225
|
+
content: string;
|
|
226
226
|
}>, z.ZodObject<{
|
|
227
227
|
type: z.ZodLiteral<"relative">;
|
|
228
228
|
path: z.ZodString;
|
|
229
229
|
}, "strict", ZodTypeAny, {
|
|
230
|
-
type: "relative";
|
|
231
230
|
path: string;
|
|
232
|
-
}, {
|
|
233
231
|
type: "relative";
|
|
232
|
+
}, {
|
|
234
233
|
path: string;
|
|
234
|
+
type: "relative";
|
|
235
235
|
}>, z.ZodObject<{
|
|
236
236
|
type: z.ZodLiteral<"absolute-file">;
|
|
237
237
|
file: z.ZodString;
|
|
@@ -247,32 +247,32 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
247
247
|
url: z.ZodString;
|
|
248
248
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
249
249
|
type: "explicit-base64";
|
|
250
|
-
content: string;
|
|
251
250
|
mimeType: string;
|
|
251
|
+
content: string;
|
|
252
252
|
} | {
|
|
253
|
-
type: "relative";
|
|
254
253
|
path: string;
|
|
254
|
+
type: "relative";
|
|
255
255
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
256
256
|
type: z.ZodLiteral<"explicit-base64">;
|
|
257
257
|
mimeType: z.ZodString;
|
|
258
258
|
content: z.ZodString;
|
|
259
259
|
}, "strict", ZodTypeAny, {
|
|
260
260
|
type: "explicit-base64";
|
|
261
|
-
content: string;
|
|
262
261
|
mimeType: string;
|
|
262
|
+
content: string;
|
|
263
263
|
}, {
|
|
264
264
|
type: "explicit-base64";
|
|
265
|
-
content: string;
|
|
266
265
|
mimeType: string;
|
|
266
|
+
content: string;
|
|
267
267
|
}>, z.ZodObject<{
|
|
268
268
|
type: z.ZodLiteral<"relative">;
|
|
269
269
|
path: z.ZodString;
|
|
270
270
|
}, "strict", ZodTypeAny, {
|
|
271
|
-
type: "relative";
|
|
272
271
|
path: string;
|
|
273
|
-
}, {
|
|
274
272
|
type: "relative";
|
|
273
|
+
}, {
|
|
275
274
|
path: string;
|
|
275
|
+
type: "relative";
|
|
276
276
|
}>, z.ZodObject<{
|
|
277
277
|
type: z.ZodLiteral<"absolute-file">;
|
|
278
278
|
file: z.ZodString;
|
|
@@ -290,15 +290,15 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
290
290
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
291
291
|
}, "strip", ZodTypeAny, {
|
|
292
292
|
organization: {
|
|
293
|
-
url: string;
|
|
294
293
|
name: string;
|
|
294
|
+
url: string;
|
|
295
295
|
logo?: {
|
|
296
296
|
type: "explicit-base64";
|
|
297
|
-
content: string;
|
|
298
297
|
mimeType: string;
|
|
298
|
+
content: string;
|
|
299
299
|
} | {
|
|
300
|
-
type: "relative";
|
|
301
300
|
path: string;
|
|
301
|
+
type: "relative";
|
|
302
302
|
} | {
|
|
303
303
|
type: "absolute-file";
|
|
304
304
|
file: string;
|
|
@@ -308,13 +308,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
308
308
|
};
|
|
309
309
|
title: string;
|
|
310
310
|
description: string;
|
|
311
|
-
url?: string | undefined;
|
|
312
311
|
longDescription?: {
|
|
313
312
|
type: "explicit-string";
|
|
314
313
|
content: string;
|
|
315
314
|
} | {
|
|
316
|
-
type: "relative";
|
|
317
315
|
path: string;
|
|
316
|
+
type: "relative";
|
|
318
317
|
} | {
|
|
319
318
|
type: "absolute-file";
|
|
320
319
|
file: string;
|
|
@@ -323,23 +322,24 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
323
322
|
type: "explicit-string";
|
|
324
323
|
content: string;
|
|
325
324
|
} | {
|
|
326
|
-
type: "relative";
|
|
327
325
|
path: string;
|
|
326
|
+
type: "relative";
|
|
328
327
|
} | {
|
|
329
328
|
type: "absolute-file";
|
|
330
329
|
file: string;
|
|
331
330
|
} | undefined;
|
|
332
331
|
logo?: {
|
|
333
332
|
type: "explicit-base64";
|
|
334
|
-
content: string;
|
|
335
333
|
mimeType: string;
|
|
334
|
+
content: string;
|
|
336
335
|
} | {
|
|
337
|
-
type: "relative";
|
|
338
336
|
path: string;
|
|
337
|
+
type: "relative";
|
|
339
338
|
} | {
|
|
340
339
|
type: "absolute-file";
|
|
341
340
|
file: string;
|
|
342
341
|
} | undefined;
|
|
342
|
+
url?: string | undefined;
|
|
343
343
|
docs?: string | undefined;
|
|
344
344
|
support?: string | undefined;
|
|
345
345
|
tags?: string[] | undefined;
|
|
@@ -349,15 +349,15 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
349
349
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
350
350
|
}, {
|
|
351
351
|
organization: {
|
|
352
|
-
url: string;
|
|
353
352
|
name: string;
|
|
353
|
+
url: string;
|
|
354
354
|
logo?: string | {
|
|
355
355
|
type: "explicit-base64";
|
|
356
|
-
content: string;
|
|
357
356
|
mimeType: string;
|
|
357
|
+
content: string;
|
|
358
358
|
} | {
|
|
359
|
-
type: "relative";
|
|
360
359
|
path: string;
|
|
360
|
+
type: "relative";
|
|
361
361
|
} | {
|
|
362
362
|
type: "absolute-file";
|
|
363
363
|
file: string;
|
|
@@ -367,13 +367,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
367
367
|
};
|
|
368
368
|
title: string;
|
|
369
369
|
description: string;
|
|
370
|
-
url?: string | undefined;
|
|
371
370
|
longDescription?: string | {
|
|
372
371
|
type: "explicit-string";
|
|
373
372
|
content: string;
|
|
374
373
|
} | {
|
|
375
|
-
type: "relative";
|
|
376
374
|
path: string;
|
|
375
|
+
type: "relative";
|
|
377
376
|
} | {
|
|
378
377
|
type: "absolute-file";
|
|
379
378
|
file: string;
|
|
@@ -382,23 +381,24 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
382
381
|
type: "explicit-string";
|
|
383
382
|
content: string;
|
|
384
383
|
} | {
|
|
385
|
-
type: "relative";
|
|
386
384
|
path: string;
|
|
385
|
+
type: "relative";
|
|
387
386
|
} | {
|
|
388
387
|
type: "absolute-file";
|
|
389
388
|
file: string;
|
|
390
389
|
} | undefined;
|
|
391
390
|
logo?: string | {
|
|
392
391
|
type: "explicit-base64";
|
|
393
|
-
content: string;
|
|
394
392
|
mimeType: string;
|
|
393
|
+
content: string;
|
|
395
394
|
} | {
|
|
396
|
-
type: "relative";
|
|
397
395
|
path: string;
|
|
396
|
+
type: "relative";
|
|
398
397
|
} | {
|
|
399
398
|
type: "absolute-file";
|
|
400
399
|
file: string;
|
|
401
400
|
} | undefined;
|
|
401
|
+
url?: string | undefined;
|
|
402
402
|
docs?: string | undefined;
|
|
403
403
|
support?: string | undefined;
|
|
404
404
|
tags?: string[] | undefined;
|
|
@@ -408,25 +408,17 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
408
408
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
409
409
|
}>;
|
|
410
410
|
}, "strip", ZodTypeAny, {
|
|
411
|
-
components: {
|
|
412
|
-
workflow: {
|
|
413
|
-
type: "workflow-v1";
|
|
414
|
-
main: string;
|
|
415
|
-
};
|
|
416
|
-
model: string;
|
|
417
|
-
ui: string;
|
|
418
|
-
};
|
|
419
411
|
meta: {
|
|
420
412
|
organization: {
|
|
421
|
-
url: string;
|
|
422
413
|
name: string;
|
|
414
|
+
url: string;
|
|
423
415
|
logo?: {
|
|
424
416
|
type: "explicit-base64";
|
|
425
|
-
content: string;
|
|
426
417
|
mimeType: string;
|
|
418
|
+
content: string;
|
|
427
419
|
} | {
|
|
428
|
-
type: "relative";
|
|
429
420
|
path: string;
|
|
421
|
+
type: "relative";
|
|
430
422
|
} | {
|
|
431
423
|
type: "absolute-file";
|
|
432
424
|
file: string;
|
|
@@ -436,13 +428,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
436
428
|
};
|
|
437
429
|
title: string;
|
|
438
430
|
description: string;
|
|
439
|
-
url?: string | undefined;
|
|
440
431
|
longDescription?: {
|
|
441
432
|
type: "explicit-string";
|
|
442
433
|
content: string;
|
|
443
434
|
} | {
|
|
444
|
-
type: "relative";
|
|
445
435
|
path: string;
|
|
436
|
+
type: "relative";
|
|
446
437
|
} | {
|
|
447
438
|
type: "absolute-file";
|
|
448
439
|
file: string;
|
|
@@ -451,23 +442,24 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
451
442
|
type: "explicit-string";
|
|
452
443
|
content: string;
|
|
453
444
|
} | {
|
|
454
|
-
type: "relative";
|
|
455
445
|
path: string;
|
|
446
|
+
type: "relative";
|
|
456
447
|
} | {
|
|
457
448
|
type: "absolute-file";
|
|
458
449
|
file: string;
|
|
459
450
|
} | undefined;
|
|
460
451
|
logo?: {
|
|
461
452
|
type: "explicit-base64";
|
|
462
|
-
content: string;
|
|
463
453
|
mimeType: string;
|
|
454
|
+
content: string;
|
|
464
455
|
} | {
|
|
465
|
-
type: "relative";
|
|
466
456
|
path: string;
|
|
457
|
+
type: "relative";
|
|
467
458
|
} | {
|
|
468
459
|
type: "absolute-file";
|
|
469
460
|
file: string;
|
|
470
461
|
} | undefined;
|
|
462
|
+
url?: string | undefined;
|
|
471
463
|
docs?: string | undefined;
|
|
472
464
|
support?: string | undefined;
|
|
473
465
|
tags?: string[] | undefined;
|
|
@@ -476,26 +468,26 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
476
468
|
termsOfServiceUrl?: string | undefined;
|
|
477
469
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
478
470
|
};
|
|
479
|
-
}, {
|
|
480
471
|
components: {
|
|
481
|
-
workflow:
|
|
472
|
+
workflow: {
|
|
482
473
|
type: "workflow-v1";
|
|
483
474
|
main: string;
|
|
484
475
|
};
|
|
485
476
|
model: string;
|
|
486
477
|
ui: string;
|
|
487
478
|
};
|
|
479
|
+
}, {
|
|
488
480
|
meta: {
|
|
489
481
|
organization: {
|
|
490
|
-
url: string;
|
|
491
482
|
name: string;
|
|
483
|
+
url: string;
|
|
492
484
|
logo?: string | {
|
|
493
485
|
type: "explicit-base64";
|
|
494
|
-
content: string;
|
|
495
486
|
mimeType: string;
|
|
487
|
+
content: string;
|
|
496
488
|
} | {
|
|
497
|
-
type: "relative";
|
|
498
489
|
path: string;
|
|
490
|
+
type: "relative";
|
|
499
491
|
} | {
|
|
500
492
|
type: "absolute-file";
|
|
501
493
|
file: string;
|
|
@@ -505,13 +497,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
505
497
|
};
|
|
506
498
|
title: string;
|
|
507
499
|
description: string;
|
|
508
|
-
url?: string | undefined;
|
|
509
500
|
longDescription?: string | {
|
|
510
501
|
type: "explicit-string";
|
|
511
502
|
content: string;
|
|
512
503
|
} | {
|
|
513
|
-
type: "relative";
|
|
514
504
|
path: string;
|
|
505
|
+
type: "relative";
|
|
515
506
|
} | {
|
|
516
507
|
type: "absolute-file";
|
|
517
508
|
file: string;
|
|
@@ -520,23 +511,24 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
520
511
|
type: "explicit-string";
|
|
521
512
|
content: string;
|
|
522
513
|
} | {
|
|
523
|
-
type: "relative";
|
|
524
514
|
path: string;
|
|
515
|
+
type: "relative";
|
|
525
516
|
} | {
|
|
526
517
|
type: "absolute-file";
|
|
527
518
|
file: string;
|
|
528
519
|
} | undefined;
|
|
529
520
|
logo?: string | {
|
|
530
521
|
type: "explicit-base64";
|
|
531
|
-
content: string;
|
|
532
522
|
mimeType: string;
|
|
523
|
+
content: string;
|
|
533
524
|
} | {
|
|
534
|
-
type: "relative";
|
|
535
525
|
path: string;
|
|
526
|
+
type: "relative";
|
|
536
527
|
} | {
|
|
537
528
|
type: "absolute-file";
|
|
538
529
|
file: string;
|
|
539
530
|
} | undefined;
|
|
531
|
+
url?: string | undefined;
|
|
540
532
|
docs?: string | undefined;
|
|
541
533
|
support?: string | undefined;
|
|
542
534
|
tags?: string[] | undefined;
|
|
@@ -545,6 +537,14 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
545
537
|
termsOfServiceUrl?: string | undefined;
|
|
546
538
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
547
539
|
};
|
|
540
|
+
components: {
|
|
541
|
+
workflow: string | {
|
|
542
|
+
type: "workflow-v1";
|
|
543
|
+
main: string;
|
|
544
|
+
};
|
|
545
|
+
model: string;
|
|
546
|
+
ui: string;
|
|
547
|
+
};
|
|
548
548
|
}>;
|
|
549
549
|
declare const FeatureFlags: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, BlockCodeKnownFeatureFlags, Record<string, number | boolean>>;
|
|
550
550
|
declare function CreateBlockPackDescriptionSchema<Components extends ZodTypeAny, Meta extends ZodTypeAny>(components: Components, meta: Meta): z.ZodObject<{
|
|
@@ -660,8 +660,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
660
660
|
type: "explicit-string";
|
|
661
661
|
content: string;
|
|
662
662
|
} | {
|
|
663
|
-
type: "relative";
|
|
664
663
|
path: string;
|
|
664
|
+
type: "relative";
|
|
665
665
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
666
666
|
type: z.ZodLiteral<"explicit-string">;
|
|
667
667
|
content: z.ZodString;
|
|
@@ -675,11 +675,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
675
675
|
type: z.ZodLiteral<"relative">;
|
|
676
676
|
path: z.ZodString;
|
|
677
677
|
}, "strict", ZodTypeAny, {
|
|
678
|
-
type: "relative";
|
|
679
678
|
path: string;
|
|
680
|
-
}, {
|
|
681
679
|
type: "relative";
|
|
680
|
+
}, {
|
|
682
681
|
path: string;
|
|
682
|
+
type: "relative";
|
|
683
683
|
}>, z.ZodObject<{
|
|
684
684
|
type: z.ZodLiteral<"absolute-file">;
|
|
685
685
|
file: z.ZodString;
|
|
@@ -694,8 +694,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
694
694
|
type: "explicit-string";
|
|
695
695
|
content: string;
|
|
696
696
|
} | {
|
|
697
|
-
type: "relative";
|
|
698
697
|
path: string;
|
|
698
|
+
type: "relative";
|
|
699
699
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
700
700
|
type: z.ZodLiteral<"explicit-string">;
|
|
701
701
|
content: z.ZodString;
|
|
@@ -709,11 +709,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
709
709
|
type: z.ZodLiteral<"relative">;
|
|
710
710
|
path: z.ZodString;
|
|
711
711
|
}, "strict", ZodTypeAny, {
|
|
712
|
-
type: "relative";
|
|
713
712
|
path: string;
|
|
714
|
-
}, {
|
|
715
713
|
type: "relative";
|
|
714
|
+
}, {
|
|
716
715
|
path: string;
|
|
716
|
+
type: "relative";
|
|
717
717
|
}>, z.ZodObject<{
|
|
718
718
|
type: z.ZodLiteral<"absolute-file">;
|
|
719
719
|
file: z.ZodString;
|
|
@@ -726,32 +726,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
726
726
|
}>]>]>>;
|
|
727
727
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
728
728
|
type: "explicit-base64";
|
|
729
|
-
content: string;
|
|
730
729
|
mimeType: string;
|
|
730
|
+
content: string;
|
|
731
731
|
} | {
|
|
732
|
-
type: "relative";
|
|
733
732
|
path: string;
|
|
733
|
+
type: "relative";
|
|
734
734
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
735
735
|
type: z.ZodLiteral<"explicit-base64">;
|
|
736
736
|
mimeType: z.ZodString;
|
|
737
737
|
content: z.ZodString;
|
|
738
738
|
}, "strict", ZodTypeAny, {
|
|
739
739
|
type: "explicit-base64";
|
|
740
|
-
content: string;
|
|
741
740
|
mimeType: string;
|
|
741
|
+
content: string;
|
|
742
742
|
}, {
|
|
743
743
|
type: "explicit-base64";
|
|
744
|
-
content: string;
|
|
745
744
|
mimeType: string;
|
|
745
|
+
content: string;
|
|
746
746
|
}>, z.ZodObject<{
|
|
747
747
|
type: z.ZodLiteral<"relative">;
|
|
748
748
|
path: z.ZodString;
|
|
749
749
|
}, "strict", ZodTypeAny, {
|
|
750
|
-
type: "relative";
|
|
751
750
|
path: string;
|
|
752
|
-
}, {
|
|
753
751
|
type: "relative";
|
|
752
|
+
}, {
|
|
754
753
|
path: string;
|
|
754
|
+
type: "relative";
|
|
755
755
|
}>, z.ZodObject<{
|
|
756
756
|
type: z.ZodLiteral<"absolute-file">;
|
|
757
757
|
file: z.ZodString;
|
|
@@ -771,32 +771,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
771
771
|
url: z.ZodString;
|
|
772
772
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
773
773
|
type: "explicit-base64";
|
|
774
|
-
content: string;
|
|
775
774
|
mimeType: string;
|
|
775
|
+
content: string;
|
|
776
776
|
} | {
|
|
777
|
-
type: "relative";
|
|
778
777
|
path: string;
|
|
778
|
+
type: "relative";
|
|
779
779
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
780
780
|
type: z.ZodLiteral<"explicit-base64">;
|
|
781
781
|
mimeType: z.ZodString;
|
|
782
782
|
content: z.ZodString;
|
|
783
783
|
}, "strict", ZodTypeAny, {
|
|
784
784
|
type: "explicit-base64";
|
|
785
|
-
content: string;
|
|
786
785
|
mimeType: string;
|
|
786
|
+
content: string;
|
|
787
787
|
}, {
|
|
788
788
|
type: "explicit-base64";
|
|
789
|
-
content: string;
|
|
790
789
|
mimeType: string;
|
|
790
|
+
content: string;
|
|
791
791
|
}>, z.ZodObject<{
|
|
792
792
|
type: z.ZodLiteral<"relative">;
|
|
793
793
|
path: z.ZodString;
|
|
794
794
|
}, "strict", ZodTypeAny, {
|
|
795
|
-
type: "relative";
|
|
796
795
|
path: string;
|
|
797
|
-
}, {
|
|
798
796
|
type: "relative";
|
|
797
|
+
}, {
|
|
799
798
|
path: string;
|
|
799
|
+
type: "relative";
|
|
800
800
|
}>, z.ZodObject<{
|
|
801
801
|
type: z.ZodLiteral<"absolute-file">;
|
|
802
802
|
file: z.ZodString;
|
|
@@ -812,32 +812,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
812
812
|
url: z.ZodString;
|
|
813
813
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
814
814
|
type: "explicit-base64";
|
|
815
|
-
content: string;
|
|
816
815
|
mimeType: string;
|
|
816
|
+
content: string;
|
|
817
817
|
} | {
|
|
818
|
-
type: "relative";
|
|
819
818
|
path: string;
|
|
819
|
+
type: "relative";
|
|
820
820
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
821
821
|
type: z.ZodLiteral<"explicit-base64">;
|
|
822
822
|
mimeType: z.ZodString;
|
|
823
823
|
content: z.ZodString;
|
|
824
824
|
}, "strict", ZodTypeAny, {
|
|
825
825
|
type: "explicit-base64";
|
|
826
|
-
content: string;
|
|
827
826
|
mimeType: string;
|
|
827
|
+
content: string;
|
|
828
828
|
}, {
|
|
829
829
|
type: "explicit-base64";
|
|
830
|
-
content: string;
|
|
831
830
|
mimeType: string;
|
|
831
|
+
content: string;
|
|
832
832
|
}>, z.ZodObject<{
|
|
833
833
|
type: z.ZodLiteral<"relative">;
|
|
834
834
|
path: z.ZodString;
|
|
835
835
|
}, "strict", ZodTypeAny, {
|
|
836
|
-
type: "relative";
|
|
837
836
|
path: string;
|
|
838
|
-
}, {
|
|
839
837
|
type: "relative";
|
|
838
|
+
}, {
|
|
840
839
|
path: string;
|
|
840
|
+
type: "relative";
|
|
841
841
|
}>, z.ZodObject<{
|
|
842
842
|
type: z.ZodLiteral<"absolute-file">;
|
|
843
843
|
file: z.ZodString;
|
|
@@ -853,32 +853,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
853
853
|
url: z.ZodString;
|
|
854
854
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
855
855
|
type: "explicit-base64";
|
|
856
|
-
content: string;
|
|
857
856
|
mimeType: string;
|
|
857
|
+
content: string;
|
|
858
858
|
} | {
|
|
859
|
-
type: "relative";
|
|
860
859
|
path: string;
|
|
860
|
+
type: "relative";
|
|
861
861
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
862
862
|
type: z.ZodLiteral<"explicit-base64">;
|
|
863
863
|
mimeType: z.ZodString;
|
|
864
864
|
content: z.ZodString;
|
|
865
865
|
}, "strict", ZodTypeAny, {
|
|
866
866
|
type: "explicit-base64";
|
|
867
|
-
content: string;
|
|
868
867
|
mimeType: string;
|
|
868
|
+
content: string;
|
|
869
869
|
}, {
|
|
870
870
|
type: "explicit-base64";
|
|
871
|
-
content: string;
|
|
872
871
|
mimeType: string;
|
|
872
|
+
content: string;
|
|
873
873
|
}>, z.ZodObject<{
|
|
874
874
|
type: z.ZodLiteral<"relative">;
|
|
875
875
|
path: z.ZodString;
|
|
876
876
|
}, "strict", ZodTypeAny, {
|
|
877
|
-
type: "relative";
|
|
878
877
|
path: string;
|
|
879
|
-
}, {
|
|
880
878
|
type: "relative";
|
|
879
|
+
}, {
|
|
881
880
|
path: string;
|
|
881
|
+
type: "relative";
|
|
882
882
|
}>, z.ZodObject<{
|
|
883
883
|
type: z.ZodLiteral<"absolute-file">;
|
|
884
884
|
file: z.ZodString;
|
|
@@ -896,15 +896,15 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
896
896
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
897
897
|
}, "strip", ZodTypeAny, {
|
|
898
898
|
organization: {
|
|
899
|
-
url: string;
|
|
900
899
|
name: string;
|
|
900
|
+
url: string;
|
|
901
901
|
logo?: {
|
|
902
902
|
type: "explicit-base64";
|
|
903
|
-
content: string;
|
|
904
903
|
mimeType: string;
|
|
904
|
+
content: string;
|
|
905
905
|
} | {
|
|
906
|
-
type: "relative";
|
|
907
906
|
path: string;
|
|
907
|
+
type: "relative";
|
|
908
908
|
} | {
|
|
909
909
|
type: "absolute-file";
|
|
910
910
|
file: string;
|
|
@@ -914,13 +914,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
914
914
|
};
|
|
915
915
|
title: string;
|
|
916
916
|
description: string;
|
|
917
|
-
url?: string | undefined;
|
|
918
917
|
longDescription?: {
|
|
919
918
|
type: "explicit-string";
|
|
920
919
|
content: string;
|
|
921
920
|
} | {
|
|
922
|
-
type: "relative";
|
|
923
921
|
path: string;
|
|
922
|
+
type: "relative";
|
|
924
923
|
} | {
|
|
925
924
|
type: "absolute-file";
|
|
926
925
|
file: string;
|
|
@@ -929,23 +928,24 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
929
928
|
type: "explicit-string";
|
|
930
929
|
content: string;
|
|
931
930
|
} | {
|
|
932
|
-
type: "relative";
|
|
933
931
|
path: string;
|
|
932
|
+
type: "relative";
|
|
934
933
|
} | {
|
|
935
934
|
type: "absolute-file";
|
|
936
935
|
file: string;
|
|
937
936
|
} | undefined;
|
|
938
937
|
logo?: {
|
|
939
938
|
type: "explicit-base64";
|
|
940
|
-
content: string;
|
|
941
939
|
mimeType: string;
|
|
940
|
+
content: string;
|
|
942
941
|
} | {
|
|
943
|
-
type: "relative";
|
|
944
942
|
path: string;
|
|
943
|
+
type: "relative";
|
|
945
944
|
} | {
|
|
946
945
|
type: "absolute-file";
|
|
947
946
|
file: string;
|
|
948
947
|
} | undefined;
|
|
948
|
+
url?: string | undefined;
|
|
949
949
|
docs?: string | undefined;
|
|
950
950
|
support?: string | undefined;
|
|
951
951
|
tags?: string[] | undefined;
|
|
@@ -955,15 +955,15 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
955
955
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
956
956
|
}, {
|
|
957
957
|
organization: {
|
|
958
|
-
url: string;
|
|
959
958
|
name: string;
|
|
959
|
+
url: string;
|
|
960
960
|
logo?: string | {
|
|
961
961
|
type: "explicit-base64";
|
|
962
|
-
content: string;
|
|
963
962
|
mimeType: string;
|
|
963
|
+
content: string;
|
|
964
964
|
} | {
|
|
965
|
-
type: "relative";
|
|
966
965
|
path: string;
|
|
966
|
+
type: "relative";
|
|
967
967
|
} | {
|
|
968
968
|
type: "absolute-file";
|
|
969
969
|
file: string;
|
|
@@ -973,13 +973,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
973
973
|
};
|
|
974
974
|
title: string;
|
|
975
975
|
description: string;
|
|
976
|
-
url?: string | undefined;
|
|
977
976
|
longDescription?: string | {
|
|
978
977
|
type: "explicit-string";
|
|
979
978
|
content: string;
|
|
980
979
|
} | {
|
|
981
|
-
type: "relative";
|
|
982
980
|
path: string;
|
|
981
|
+
type: "relative";
|
|
983
982
|
} | {
|
|
984
983
|
type: "absolute-file";
|
|
985
984
|
file: string;
|
|
@@ -988,23 +987,24 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
988
987
|
type: "explicit-string";
|
|
989
988
|
content: string;
|
|
990
989
|
} | {
|
|
991
|
-
type: "relative";
|
|
992
990
|
path: string;
|
|
991
|
+
type: "relative";
|
|
993
992
|
} | {
|
|
994
993
|
type: "absolute-file";
|
|
995
994
|
file: string;
|
|
996
995
|
} | undefined;
|
|
997
996
|
logo?: string | {
|
|
998
997
|
type: "explicit-base64";
|
|
999
|
-
content: string;
|
|
1000
998
|
mimeType: string;
|
|
999
|
+
content: string;
|
|
1001
1000
|
} | {
|
|
1002
|
-
type: "relative";
|
|
1003
1001
|
path: string;
|
|
1002
|
+
type: "relative";
|
|
1004
1003
|
} | {
|
|
1005
1004
|
type: "absolute-file";
|
|
1006
1005
|
file: string;
|
|
1007
1006
|
} | undefined;
|
|
1007
|
+
url?: string | undefined;
|
|
1008
1008
|
docs?: string | undefined;
|
|
1009
1009
|
support?: string | undefined;
|
|
1010
1010
|
tags?: string[] | undefined;
|
|
@@ -1075,8 +1075,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1075
1075
|
type: "explicit-string";
|
|
1076
1076
|
content: string;
|
|
1077
1077
|
} | {
|
|
1078
|
-
type: "relative";
|
|
1079
1078
|
path: string;
|
|
1079
|
+
type: "relative";
|
|
1080
1080
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1081
1081
|
type: z.ZodLiteral<"explicit-string">;
|
|
1082
1082
|
content: z.ZodString;
|
|
@@ -1090,11 +1090,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1090
1090
|
type: z.ZodLiteral<"relative">;
|
|
1091
1091
|
path: z.ZodString;
|
|
1092
1092
|
}, "strict", ZodTypeAny, {
|
|
1093
|
-
type: "relative";
|
|
1094
1093
|
path: string;
|
|
1095
|
-
}, {
|
|
1096
1094
|
type: "relative";
|
|
1095
|
+
}, {
|
|
1097
1096
|
path: string;
|
|
1097
|
+
type: "relative";
|
|
1098
1098
|
}>, z.ZodObject<{
|
|
1099
1099
|
type: z.ZodLiteral<"absolute-file">;
|
|
1100
1100
|
file: z.ZodString;
|
|
@@ -1109,8 +1109,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1109
1109
|
type: "explicit-string";
|
|
1110
1110
|
content: string;
|
|
1111
1111
|
} | {
|
|
1112
|
-
type: "relative";
|
|
1113
1112
|
path: string;
|
|
1113
|
+
type: "relative";
|
|
1114
1114
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1115
1115
|
type: z.ZodLiteral<"explicit-string">;
|
|
1116
1116
|
content: z.ZodString;
|
|
@@ -1124,11 +1124,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1124
1124
|
type: z.ZodLiteral<"relative">;
|
|
1125
1125
|
path: z.ZodString;
|
|
1126
1126
|
}, "strict", ZodTypeAny, {
|
|
1127
|
-
type: "relative";
|
|
1128
1127
|
path: string;
|
|
1129
|
-
}, {
|
|
1130
1128
|
type: "relative";
|
|
1129
|
+
}, {
|
|
1131
1130
|
path: string;
|
|
1131
|
+
type: "relative";
|
|
1132
1132
|
}>, z.ZodObject<{
|
|
1133
1133
|
type: z.ZodLiteral<"absolute-file">;
|
|
1134
1134
|
file: z.ZodString;
|
|
@@ -1141,32 +1141,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1141
1141
|
}>]>]>>;
|
|
1142
1142
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1143
1143
|
type: "explicit-base64";
|
|
1144
|
-
content: string;
|
|
1145
1144
|
mimeType: string;
|
|
1145
|
+
content: string;
|
|
1146
1146
|
} | {
|
|
1147
|
-
type: "relative";
|
|
1148
1147
|
path: string;
|
|
1148
|
+
type: "relative";
|
|
1149
1149
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1150
1150
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1151
1151
|
mimeType: z.ZodString;
|
|
1152
1152
|
content: z.ZodString;
|
|
1153
1153
|
}, "strict", ZodTypeAny, {
|
|
1154
1154
|
type: "explicit-base64";
|
|
1155
|
-
content: string;
|
|
1156
1155
|
mimeType: string;
|
|
1156
|
+
content: string;
|
|
1157
1157
|
}, {
|
|
1158
1158
|
type: "explicit-base64";
|
|
1159
|
-
content: string;
|
|
1160
1159
|
mimeType: string;
|
|
1160
|
+
content: string;
|
|
1161
1161
|
}>, z.ZodObject<{
|
|
1162
1162
|
type: z.ZodLiteral<"relative">;
|
|
1163
1163
|
path: z.ZodString;
|
|
1164
1164
|
}, "strict", ZodTypeAny, {
|
|
1165
|
-
type: "relative";
|
|
1166
1165
|
path: string;
|
|
1167
|
-
}, {
|
|
1168
1166
|
type: "relative";
|
|
1167
|
+
}, {
|
|
1169
1168
|
path: string;
|
|
1169
|
+
type: "relative";
|
|
1170
1170
|
}>, z.ZodObject<{
|
|
1171
1171
|
type: z.ZodLiteral<"absolute-file">;
|
|
1172
1172
|
file: z.ZodString;
|
|
@@ -1186,32 +1186,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1186
1186
|
url: z.ZodString;
|
|
1187
1187
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1188
1188
|
type: "explicit-base64";
|
|
1189
|
-
content: string;
|
|
1190
1189
|
mimeType: string;
|
|
1190
|
+
content: string;
|
|
1191
1191
|
} | {
|
|
1192
|
-
type: "relative";
|
|
1193
1192
|
path: string;
|
|
1193
|
+
type: "relative";
|
|
1194
1194
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1195
1195
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1196
1196
|
mimeType: z.ZodString;
|
|
1197
1197
|
content: z.ZodString;
|
|
1198
1198
|
}, "strict", ZodTypeAny, {
|
|
1199
1199
|
type: "explicit-base64";
|
|
1200
|
-
content: string;
|
|
1201
1200
|
mimeType: string;
|
|
1201
|
+
content: string;
|
|
1202
1202
|
}, {
|
|
1203
1203
|
type: "explicit-base64";
|
|
1204
|
-
content: string;
|
|
1205
1204
|
mimeType: string;
|
|
1205
|
+
content: string;
|
|
1206
1206
|
}>, z.ZodObject<{
|
|
1207
1207
|
type: z.ZodLiteral<"relative">;
|
|
1208
1208
|
path: z.ZodString;
|
|
1209
1209
|
}, "strict", ZodTypeAny, {
|
|
1210
|
-
type: "relative";
|
|
1211
1210
|
path: string;
|
|
1212
|
-
}, {
|
|
1213
1211
|
type: "relative";
|
|
1212
|
+
}, {
|
|
1214
1213
|
path: string;
|
|
1214
|
+
type: "relative";
|
|
1215
1215
|
}>, z.ZodObject<{
|
|
1216
1216
|
type: z.ZodLiteral<"absolute-file">;
|
|
1217
1217
|
file: z.ZodString;
|
|
@@ -1227,32 +1227,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1227
1227
|
url: z.ZodString;
|
|
1228
1228
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1229
1229
|
type: "explicit-base64";
|
|
1230
|
-
content: string;
|
|
1231
1230
|
mimeType: string;
|
|
1231
|
+
content: string;
|
|
1232
1232
|
} | {
|
|
1233
|
-
type: "relative";
|
|
1234
1233
|
path: string;
|
|
1234
|
+
type: "relative";
|
|
1235
1235
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1236
1236
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1237
1237
|
mimeType: z.ZodString;
|
|
1238
1238
|
content: z.ZodString;
|
|
1239
1239
|
}, "strict", ZodTypeAny, {
|
|
1240
1240
|
type: "explicit-base64";
|
|
1241
|
-
content: string;
|
|
1242
1241
|
mimeType: string;
|
|
1242
|
+
content: string;
|
|
1243
1243
|
}, {
|
|
1244
1244
|
type: "explicit-base64";
|
|
1245
|
-
content: string;
|
|
1246
1245
|
mimeType: string;
|
|
1246
|
+
content: string;
|
|
1247
1247
|
}>, z.ZodObject<{
|
|
1248
1248
|
type: z.ZodLiteral<"relative">;
|
|
1249
1249
|
path: z.ZodString;
|
|
1250
1250
|
}, "strict", ZodTypeAny, {
|
|
1251
|
-
type: "relative";
|
|
1252
1251
|
path: string;
|
|
1253
|
-
}, {
|
|
1254
1252
|
type: "relative";
|
|
1253
|
+
}, {
|
|
1255
1254
|
path: string;
|
|
1255
|
+
type: "relative";
|
|
1256
1256
|
}>, z.ZodObject<{
|
|
1257
1257
|
type: z.ZodLiteral<"absolute-file">;
|
|
1258
1258
|
file: z.ZodString;
|
|
@@ -1268,32 +1268,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1268
1268
|
url: z.ZodString;
|
|
1269
1269
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1270
1270
|
type: "explicit-base64";
|
|
1271
|
-
content: string;
|
|
1272
1271
|
mimeType: string;
|
|
1272
|
+
content: string;
|
|
1273
1273
|
} | {
|
|
1274
|
-
type: "relative";
|
|
1275
1274
|
path: string;
|
|
1275
|
+
type: "relative";
|
|
1276
1276
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1277
1277
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1278
1278
|
mimeType: z.ZodString;
|
|
1279
1279
|
content: z.ZodString;
|
|
1280
1280
|
}, "strict", ZodTypeAny, {
|
|
1281
1281
|
type: "explicit-base64";
|
|
1282
|
-
content: string;
|
|
1283
1282
|
mimeType: string;
|
|
1283
|
+
content: string;
|
|
1284
1284
|
}, {
|
|
1285
1285
|
type: "explicit-base64";
|
|
1286
|
-
content: string;
|
|
1287
1286
|
mimeType: string;
|
|
1287
|
+
content: string;
|
|
1288
1288
|
}>, z.ZodObject<{
|
|
1289
1289
|
type: z.ZodLiteral<"relative">;
|
|
1290
1290
|
path: z.ZodString;
|
|
1291
1291
|
}, "strict", ZodTypeAny, {
|
|
1292
|
-
type: "relative";
|
|
1293
1292
|
path: string;
|
|
1294
|
-
}, {
|
|
1295
1293
|
type: "relative";
|
|
1294
|
+
}, {
|
|
1296
1295
|
path: string;
|
|
1296
|
+
type: "relative";
|
|
1297
1297
|
}>, z.ZodObject<{
|
|
1298
1298
|
type: z.ZodLiteral<"absolute-file">;
|
|
1299
1299
|
file: z.ZodString;
|
|
@@ -1311,15 +1311,15 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1311
1311
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1312
1312
|
}, "strip", ZodTypeAny, {
|
|
1313
1313
|
organization: {
|
|
1314
|
-
url: string;
|
|
1315
1314
|
name: string;
|
|
1315
|
+
url: string;
|
|
1316
1316
|
logo?: {
|
|
1317
1317
|
type: "explicit-base64";
|
|
1318
|
-
content: string;
|
|
1319
1318
|
mimeType: string;
|
|
1319
|
+
content: string;
|
|
1320
1320
|
} | {
|
|
1321
|
-
type: "relative";
|
|
1322
1321
|
path: string;
|
|
1322
|
+
type: "relative";
|
|
1323
1323
|
} | {
|
|
1324
1324
|
type: "absolute-file";
|
|
1325
1325
|
file: string;
|
|
@@ -1329,13 +1329,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1329
1329
|
};
|
|
1330
1330
|
title: string;
|
|
1331
1331
|
description: string;
|
|
1332
|
-
url?: string | undefined;
|
|
1333
1332
|
longDescription?: {
|
|
1334
1333
|
type: "explicit-string";
|
|
1335
1334
|
content: string;
|
|
1336
1335
|
} | {
|
|
1337
|
-
type: "relative";
|
|
1338
1336
|
path: string;
|
|
1337
|
+
type: "relative";
|
|
1339
1338
|
} | {
|
|
1340
1339
|
type: "absolute-file";
|
|
1341
1340
|
file: string;
|
|
@@ -1344,23 +1343,24 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1344
1343
|
type: "explicit-string";
|
|
1345
1344
|
content: string;
|
|
1346
1345
|
} | {
|
|
1347
|
-
type: "relative";
|
|
1348
1346
|
path: string;
|
|
1347
|
+
type: "relative";
|
|
1349
1348
|
} | {
|
|
1350
1349
|
type: "absolute-file";
|
|
1351
1350
|
file: string;
|
|
1352
1351
|
} | undefined;
|
|
1353
1352
|
logo?: {
|
|
1354
1353
|
type: "explicit-base64";
|
|
1355
|
-
content: string;
|
|
1356
1354
|
mimeType: string;
|
|
1355
|
+
content: string;
|
|
1357
1356
|
} | {
|
|
1358
|
-
type: "relative";
|
|
1359
1357
|
path: string;
|
|
1358
|
+
type: "relative";
|
|
1360
1359
|
} | {
|
|
1361
1360
|
type: "absolute-file";
|
|
1362
1361
|
file: string;
|
|
1363
1362
|
} | undefined;
|
|
1363
|
+
url?: string | undefined;
|
|
1364
1364
|
docs?: string | undefined;
|
|
1365
1365
|
support?: string | undefined;
|
|
1366
1366
|
tags?: string[] | undefined;
|
|
@@ -1370,15 +1370,15 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1370
1370
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1371
1371
|
}, {
|
|
1372
1372
|
organization: {
|
|
1373
|
-
url: string;
|
|
1374
1373
|
name: string;
|
|
1374
|
+
url: string;
|
|
1375
1375
|
logo?: string | {
|
|
1376
1376
|
type: "explicit-base64";
|
|
1377
|
-
content: string;
|
|
1378
1377
|
mimeType: string;
|
|
1378
|
+
content: string;
|
|
1379
1379
|
} | {
|
|
1380
|
-
type: "relative";
|
|
1381
1380
|
path: string;
|
|
1381
|
+
type: "relative";
|
|
1382
1382
|
} | {
|
|
1383
1383
|
type: "absolute-file";
|
|
1384
1384
|
file: string;
|
|
@@ -1388,13 +1388,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1388
1388
|
};
|
|
1389
1389
|
title: string;
|
|
1390
1390
|
description: string;
|
|
1391
|
-
url?: string | undefined;
|
|
1392
1391
|
longDescription?: string | {
|
|
1393
1392
|
type: "explicit-string";
|
|
1394
1393
|
content: string;
|
|
1395
1394
|
} | {
|
|
1396
|
-
type: "relative";
|
|
1397
1395
|
path: string;
|
|
1396
|
+
type: "relative";
|
|
1398
1397
|
} | {
|
|
1399
1398
|
type: "absolute-file";
|
|
1400
1399
|
file: string;
|
|
@@ -1403,23 +1402,24 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1403
1402
|
type: "explicit-string";
|
|
1404
1403
|
content: string;
|
|
1405
1404
|
} | {
|
|
1406
|
-
type: "relative";
|
|
1407
1405
|
path: string;
|
|
1406
|
+
type: "relative";
|
|
1408
1407
|
} | {
|
|
1409
1408
|
type: "absolute-file";
|
|
1410
1409
|
file: string;
|
|
1411
1410
|
} | undefined;
|
|
1412
1411
|
logo?: string | {
|
|
1413
1412
|
type: "explicit-base64";
|
|
1414
|
-
content: string;
|
|
1415
1413
|
mimeType: string;
|
|
1414
|
+
content: string;
|
|
1416
1415
|
} | {
|
|
1417
|
-
type: "relative";
|
|
1418
1416
|
path: string;
|
|
1417
|
+
type: "relative";
|
|
1419
1418
|
} | {
|
|
1420
1419
|
type: "absolute-file";
|
|
1421
1420
|
file: string;
|
|
1422
1421
|
} | undefined;
|
|
1422
|
+
url?: string | undefined;
|
|
1423
1423
|
docs?: string | undefined;
|
|
1424
1424
|
support?: string | undefined;
|
|
1425
1425
|
tags?: string[] | undefined;
|
|
@@ -1490,8 +1490,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1490
1490
|
type: "explicit-string";
|
|
1491
1491
|
content: string;
|
|
1492
1492
|
} | {
|
|
1493
|
-
type: "relative";
|
|
1494
1493
|
path: string;
|
|
1494
|
+
type: "relative";
|
|
1495
1495
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1496
1496
|
type: z.ZodLiteral<"explicit-string">;
|
|
1497
1497
|
content: z.ZodString;
|
|
@@ -1505,11 +1505,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1505
1505
|
type: z.ZodLiteral<"relative">;
|
|
1506
1506
|
path: z.ZodString;
|
|
1507
1507
|
}, "strict", ZodTypeAny, {
|
|
1508
|
-
type: "relative";
|
|
1509
1508
|
path: string;
|
|
1510
|
-
}, {
|
|
1511
1509
|
type: "relative";
|
|
1510
|
+
}, {
|
|
1512
1511
|
path: string;
|
|
1512
|
+
type: "relative";
|
|
1513
1513
|
}>, z.ZodObject<{
|
|
1514
1514
|
type: z.ZodLiteral<"absolute-file">;
|
|
1515
1515
|
file: z.ZodString;
|
|
@@ -1524,8 +1524,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1524
1524
|
type: "explicit-string";
|
|
1525
1525
|
content: string;
|
|
1526
1526
|
} | {
|
|
1527
|
-
type: "relative";
|
|
1528
1527
|
path: string;
|
|
1528
|
+
type: "relative";
|
|
1529
1529
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1530
1530
|
type: z.ZodLiteral<"explicit-string">;
|
|
1531
1531
|
content: z.ZodString;
|
|
@@ -1539,11 +1539,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1539
1539
|
type: z.ZodLiteral<"relative">;
|
|
1540
1540
|
path: z.ZodString;
|
|
1541
1541
|
}, "strict", ZodTypeAny, {
|
|
1542
|
-
type: "relative";
|
|
1543
1542
|
path: string;
|
|
1544
|
-
}, {
|
|
1545
1543
|
type: "relative";
|
|
1544
|
+
}, {
|
|
1546
1545
|
path: string;
|
|
1546
|
+
type: "relative";
|
|
1547
1547
|
}>, z.ZodObject<{
|
|
1548
1548
|
type: z.ZodLiteral<"absolute-file">;
|
|
1549
1549
|
file: z.ZodString;
|
|
@@ -1556,32 +1556,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1556
1556
|
}>]>]>>;
|
|
1557
1557
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1558
1558
|
type: "explicit-base64";
|
|
1559
|
-
content: string;
|
|
1560
1559
|
mimeType: string;
|
|
1560
|
+
content: string;
|
|
1561
1561
|
} | {
|
|
1562
|
-
type: "relative";
|
|
1563
1562
|
path: string;
|
|
1563
|
+
type: "relative";
|
|
1564
1564
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1565
1565
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1566
1566
|
mimeType: z.ZodString;
|
|
1567
1567
|
content: z.ZodString;
|
|
1568
1568
|
}, "strict", ZodTypeAny, {
|
|
1569
1569
|
type: "explicit-base64";
|
|
1570
|
-
content: string;
|
|
1571
1570
|
mimeType: string;
|
|
1571
|
+
content: string;
|
|
1572
1572
|
}, {
|
|
1573
1573
|
type: "explicit-base64";
|
|
1574
|
-
content: string;
|
|
1575
1574
|
mimeType: string;
|
|
1575
|
+
content: string;
|
|
1576
1576
|
}>, z.ZodObject<{
|
|
1577
1577
|
type: z.ZodLiteral<"relative">;
|
|
1578
1578
|
path: z.ZodString;
|
|
1579
1579
|
}, "strict", ZodTypeAny, {
|
|
1580
|
-
type: "relative";
|
|
1581
1580
|
path: string;
|
|
1582
|
-
}, {
|
|
1583
1581
|
type: "relative";
|
|
1582
|
+
}, {
|
|
1584
1583
|
path: string;
|
|
1584
|
+
type: "relative";
|
|
1585
1585
|
}>, z.ZodObject<{
|
|
1586
1586
|
type: z.ZodLiteral<"absolute-file">;
|
|
1587
1587
|
file: z.ZodString;
|
|
@@ -1601,32 +1601,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1601
1601
|
url: z.ZodString;
|
|
1602
1602
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1603
1603
|
type: "explicit-base64";
|
|
1604
|
-
content: string;
|
|
1605
1604
|
mimeType: string;
|
|
1605
|
+
content: string;
|
|
1606
1606
|
} | {
|
|
1607
|
-
type: "relative";
|
|
1608
1607
|
path: string;
|
|
1608
|
+
type: "relative";
|
|
1609
1609
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1610
1610
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1611
1611
|
mimeType: z.ZodString;
|
|
1612
1612
|
content: z.ZodString;
|
|
1613
1613
|
}, "strict", ZodTypeAny, {
|
|
1614
1614
|
type: "explicit-base64";
|
|
1615
|
-
content: string;
|
|
1616
1615
|
mimeType: string;
|
|
1616
|
+
content: string;
|
|
1617
1617
|
}, {
|
|
1618
1618
|
type: "explicit-base64";
|
|
1619
|
-
content: string;
|
|
1620
1619
|
mimeType: string;
|
|
1620
|
+
content: string;
|
|
1621
1621
|
}>, z.ZodObject<{
|
|
1622
1622
|
type: z.ZodLiteral<"relative">;
|
|
1623
1623
|
path: z.ZodString;
|
|
1624
1624
|
}, "strict", ZodTypeAny, {
|
|
1625
|
-
type: "relative";
|
|
1626
1625
|
path: string;
|
|
1627
|
-
}, {
|
|
1628
1626
|
type: "relative";
|
|
1627
|
+
}, {
|
|
1629
1628
|
path: string;
|
|
1629
|
+
type: "relative";
|
|
1630
1630
|
}>, z.ZodObject<{
|
|
1631
1631
|
type: z.ZodLiteral<"absolute-file">;
|
|
1632
1632
|
file: z.ZodString;
|
|
@@ -1642,32 +1642,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1642
1642
|
url: z.ZodString;
|
|
1643
1643
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1644
1644
|
type: "explicit-base64";
|
|
1645
|
-
content: string;
|
|
1646
1645
|
mimeType: string;
|
|
1646
|
+
content: string;
|
|
1647
1647
|
} | {
|
|
1648
|
-
type: "relative";
|
|
1649
1648
|
path: string;
|
|
1649
|
+
type: "relative";
|
|
1650
1650
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1651
1651
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1652
1652
|
mimeType: z.ZodString;
|
|
1653
1653
|
content: z.ZodString;
|
|
1654
1654
|
}, "strict", ZodTypeAny, {
|
|
1655
1655
|
type: "explicit-base64";
|
|
1656
|
-
content: string;
|
|
1657
1656
|
mimeType: string;
|
|
1657
|
+
content: string;
|
|
1658
1658
|
}, {
|
|
1659
1659
|
type: "explicit-base64";
|
|
1660
|
-
content: string;
|
|
1661
1660
|
mimeType: string;
|
|
1661
|
+
content: string;
|
|
1662
1662
|
}>, z.ZodObject<{
|
|
1663
1663
|
type: z.ZodLiteral<"relative">;
|
|
1664
1664
|
path: z.ZodString;
|
|
1665
1665
|
}, "strict", ZodTypeAny, {
|
|
1666
|
-
type: "relative";
|
|
1667
1666
|
path: string;
|
|
1668
|
-
}, {
|
|
1669
1667
|
type: "relative";
|
|
1668
|
+
}, {
|
|
1670
1669
|
path: string;
|
|
1670
|
+
type: "relative";
|
|
1671
1671
|
}>, z.ZodObject<{
|
|
1672
1672
|
type: z.ZodLiteral<"absolute-file">;
|
|
1673
1673
|
file: z.ZodString;
|
|
@@ -1683,32 +1683,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1683
1683
|
url: z.ZodString;
|
|
1684
1684
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1685
1685
|
type: "explicit-base64";
|
|
1686
|
-
content: string;
|
|
1687
1686
|
mimeType: string;
|
|
1687
|
+
content: string;
|
|
1688
1688
|
} | {
|
|
1689
|
-
type: "relative";
|
|
1690
1689
|
path: string;
|
|
1690
|
+
type: "relative";
|
|
1691
1691
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1692
1692
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1693
1693
|
mimeType: z.ZodString;
|
|
1694
1694
|
content: z.ZodString;
|
|
1695
1695
|
}, "strict", ZodTypeAny, {
|
|
1696
1696
|
type: "explicit-base64";
|
|
1697
|
-
content: string;
|
|
1698
1697
|
mimeType: string;
|
|
1698
|
+
content: string;
|
|
1699
1699
|
}, {
|
|
1700
1700
|
type: "explicit-base64";
|
|
1701
|
-
content: string;
|
|
1702
1701
|
mimeType: string;
|
|
1702
|
+
content: string;
|
|
1703
1703
|
}>, z.ZodObject<{
|
|
1704
1704
|
type: z.ZodLiteral<"relative">;
|
|
1705
1705
|
path: z.ZodString;
|
|
1706
1706
|
}, "strict", ZodTypeAny, {
|
|
1707
|
-
type: "relative";
|
|
1708
1707
|
path: string;
|
|
1709
|
-
}, {
|
|
1710
1708
|
type: "relative";
|
|
1709
|
+
}, {
|
|
1711
1710
|
path: string;
|
|
1711
|
+
type: "relative";
|
|
1712
1712
|
}>, z.ZodObject<{
|
|
1713
1713
|
type: z.ZodLiteral<"absolute-file">;
|
|
1714
1714
|
file: z.ZodString;
|
|
@@ -1726,15 +1726,15 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1726
1726
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1727
1727
|
}, "strip", ZodTypeAny, {
|
|
1728
1728
|
organization: {
|
|
1729
|
-
url: string;
|
|
1730
1729
|
name: string;
|
|
1730
|
+
url: string;
|
|
1731
1731
|
logo?: {
|
|
1732
1732
|
type: "explicit-base64";
|
|
1733
|
-
content: string;
|
|
1734
1733
|
mimeType: string;
|
|
1734
|
+
content: string;
|
|
1735
1735
|
} | {
|
|
1736
|
-
type: "relative";
|
|
1737
1736
|
path: string;
|
|
1737
|
+
type: "relative";
|
|
1738
1738
|
} | {
|
|
1739
1739
|
type: "absolute-file";
|
|
1740
1740
|
file: string;
|
|
@@ -1744,13 +1744,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1744
1744
|
};
|
|
1745
1745
|
title: string;
|
|
1746
1746
|
description: string;
|
|
1747
|
-
url?: string | undefined;
|
|
1748
1747
|
longDescription?: {
|
|
1749
1748
|
type: "explicit-string";
|
|
1750
1749
|
content: string;
|
|
1751
1750
|
} | {
|
|
1752
|
-
type: "relative";
|
|
1753
1751
|
path: string;
|
|
1752
|
+
type: "relative";
|
|
1754
1753
|
} | {
|
|
1755
1754
|
type: "absolute-file";
|
|
1756
1755
|
file: string;
|
|
@@ -1759,23 +1758,24 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1759
1758
|
type: "explicit-string";
|
|
1760
1759
|
content: string;
|
|
1761
1760
|
} | {
|
|
1762
|
-
type: "relative";
|
|
1763
1761
|
path: string;
|
|
1762
|
+
type: "relative";
|
|
1764
1763
|
} | {
|
|
1765
1764
|
type: "absolute-file";
|
|
1766
1765
|
file: string;
|
|
1767
1766
|
} | undefined;
|
|
1768
1767
|
logo?: {
|
|
1769
1768
|
type: "explicit-base64";
|
|
1770
|
-
content: string;
|
|
1771
1769
|
mimeType: string;
|
|
1770
|
+
content: string;
|
|
1772
1771
|
} | {
|
|
1773
|
-
type: "relative";
|
|
1774
1772
|
path: string;
|
|
1773
|
+
type: "relative";
|
|
1775
1774
|
} | {
|
|
1776
1775
|
type: "absolute-file";
|
|
1777
1776
|
file: string;
|
|
1778
1777
|
} | undefined;
|
|
1778
|
+
url?: string | undefined;
|
|
1779
1779
|
docs?: string | undefined;
|
|
1780
1780
|
support?: string | undefined;
|
|
1781
1781
|
tags?: string[] | undefined;
|
|
@@ -1785,15 +1785,15 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1785
1785
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1786
1786
|
}, {
|
|
1787
1787
|
organization: {
|
|
1788
|
-
url: string;
|
|
1789
1788
|
name: string;
|
|
1789
|
+
url: string;
|
|
1790
1790
|
logo?: string | {
|
|
1791
1791
|
type: "explicit-base64";
|
|
1792
|
-
content: string;
|
|
1793
1792
|
mimeType: string;
|
|
1793
|
+
content: string;
|
|
1794
1794
|
} | {
|
|
1795
|
-
type: "relative";
|
|
1796
1795
|
path: string;
|
|
1796
|
+
type: "relative";
|
|
1797
1797
|
} | {
|
|
1798
1798
|
type: "absolute-file";
|
|
1799
1799
|
file: string;
|
|
@@ -1803,13 +1803,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1803
1803
|
};
|
|
1804
1804
|
title: string;
|
|
1805
1805
|
description: string;
|
|
1806
|
-
url?: string | undefined;
|
|
1807
1806
|
longDescription?: string | {
|
|
1808
1807
|
type: "explicit-string";
|
|
1809
1808
|
content: string;
|
|
1810
1809
|
} | {
|
|
1811
|
-
type: "relative";
|
|
1812
1810
|
path: string;
|
|
1811
|
+
type: "relative";
|
|
1813
1812
|
} | {
|
|
1814
1813
|
type: "absolute-file";
|
|
1815
1814
|
file: string;
|
|
@@ -1818,23 +1817,24 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1818
1817
|
type: "explicit-string";
|
|
1819
1818
|
content: string;
|
|
1820
1819
|
} | {
|
|
1821
|
-
type: "relative";
|
|
1822
1820
|
path: string;
|
|
1821
|
+
type: "relative";
|
|
1823
1822
|
} | {
|
|
1824
1823
|
type: "absolute-file";
|
|
1825
1824
|
file: string;
|
|
1826
1825
|
} | undefined;
|
|
1827
1826
|
logo?: string | {
|
|
1828
1827
|
type: "explicit-base64";
|
|
1829
|
-
content: string;
|
|
1830
1828
|
mimeType: string;
|
|
1829
|
+
content: string;
|
|
1831
1830
|
} | {
|
|
1832
|
-
type: "relative";
|
|
1833
1831
|
path: string;
|
|
1832
|
+
type: "relative";
|
|
1834
1833
|
} | {
|
|
1835
1834
|
type: "absolute-file";
|
|
1836
1835
|
file: string;
|
|
1837
1836
|
} | undefined;
|
|
1837
|
+
url?: string | undefined;
|
|
1838
1838
|
docs?: string | undefined;
|
|
1839
1839
|
support?: string | undefined;
|
|
1840
1840
|
tags?: string[] | undefined;
|