@milaboratories/pl-model-middle-layer 1.14.0 → 1.16.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 +33 -33
- package/dist/block_meta/block_description.d.ts +98 -98
- package/dist/block_meta/block_manifest.d.ts +208 -208
- package/dist/block_meta/block_meta.d.ts +52 -52
- package/dist/block_meta/content_types.d.ts +23 -23
- package/dist/block_registry/block_pack_spec.d.ts +8 -8
- package/dist/block_registry/overview.d.ts +880 -880
- package/dist/pframe/internal_api/api_wasm.d.ts +34 -39
- package/dist/pframe/internal_api/discover_columns.d.ts +14 -8
- package/dist/pframe/internal_api/index.d.ts +3 -3
- package/package.json +3 -3
- package/src/pframe/internal_api/api_wasm.ts +34 -38
- package/src/pframe/internal_api/discover_columns.ts +21 -7
|
@@ -120,8 +120,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
120
120
|
}>]>]>>;
|
|
121
121
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
122
122
|
type: "explicit-base64";
|
|
123
|
-
mimeType: string;
|
|
124
123
|
content: string;
|
|
124
|
+
mimeType: string;
|
|
125
125
|
} | {
|
|
126
126
|
type: "relative";
|
|
127
127
|
path: string;
|
|
@@ -131,12 +131,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
131
131
|
content: z.ZodString;
|
|
132
132
|
}, "strict", ZodTypeAny, {
|
|
133
133
|
type: "explicit-base64";
|
|
134
|
-
mimeType: string;
|
|
135
134
|
content: string;
|
|
135
|
+
mimeType: string;
|
|
136
136
|
}, {
|
|
137
137
|
type: "explicit-base64";
|
|
138
|
-
mimeType: string;
|
|
139
138
|
content: string;
|
|
139
|
+
mimeType: string;
|
|
140
140
|
}>, z.ZodObject<{
|
|
141
141
|
type: z.ZodLiteral<"relative">;
|
|
142
142
|
path: z.ZodString;
|
|
@@ -165,8 +165,8 @@ 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
|
-
mimeType: string;
|
|
169
168
|
content: string;
|
|
169
|
+
mimeType: string;
|
|
170
170
|
} | {
|
|
171
171
|
type: "relative";
|
|
172
172
|
path: string;
|
|
@@ -176,12 +176,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
176
176
|
content: z.ZodString;
|
|
177
177
|
}, "strict", ZodTypeAny, {
|
|
178
178
|
type: "explicit-base64";
|
|
179
|
-
mimeType: string;
|
|
180
179
|
content: string;
|
|
180
|
+
mimeType: string;
|
|
181
181
|
}, {
|
|
182
182
|
type: "explicit-base64";
|
|
183
|
-
mimeType: string;
|
|
184
183
|
content: string;
|
|
184
|
+
mimeType: string;
|
|
185
185
|
}>, z.ZodObject<{
|
|
186
186
|
type: z.ZodLiteral<"relative">;
|
|
187
187
|
path: z.ZodString;
|
|
@@ -206,8 +206,8 @@ 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
|
-
mimeType: string;
|
|
210
209
|
content: string;
|
|
210
|
+
mimeType: string;
|
|
211
211
|
} | {
|
|
212
212
|
type: "relative";
|
|
213
213
|
path: string;
|
|
@@ -217,12 +217,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
217
217
|
content: z.ZodString;
|
|
218
218
|
}, "strict", ZodTypeAny, {
|
|
219
219
|
type: "explicit-base64";
|
|
220
|
-
mimeType: string;
|
|
221
220
|
content: string;
|
|
221
|
+
mimeType: string;
|
|
222
222
|
}, {
|
|
223
223
|
type: "explicit-base64";
|
|
224
|
-
mimeType: string;
|
|
225
224
|
content: string;
|
|
225
|
+
mimeType: string;
|
|
226
226
|
}>, z.ZodObject<{
|
|
227
227
|
type: z.ZodLiteral<"relative">;
|
|
228
228
|
path: z.ZodString;
|
|
@@ -247,8 +247,8 @@ 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
|
-
mimeType: string;
|
|
251
250
|
content: string;
|
|
251
|
+
mimeType: string;
|
|
252
252
|
} | {
|
|
253
253
|
type: "relative";
|
|
254
254
|
path: string;
|
|
@@ -258,12 +258,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
258
258
|
content: z.ZodString;
|
|
259
259
|
}, "strict", ZodTypeAny, {
|
|
260
260
|
type: "explicit-base64";
|
|
261
|
-
mimeType: string;
|
|
262
261
|
content: string;
|
|
262
|
+
mimeType: string;
|
|
263
263
|
}, {
|
|
264
264
|
type: "explicit-base64";
|
|
265
|
-
mimeType: string;
|
|
266
265
|
content: string;
|
|
266
|
+
mimeType: string;
|
|
267
267
|
}>, z.ZodObject<{
|
|
268
268
|
type: z.ZodLiteral<"relative">;
|
|
269
269
|
path: z.ZodString;
|
|
@@ -290,12 +290,12 @@ 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
|
-
name: string;
|
|
294
293
|
url: string;
|
|
294
|
+
name: string;
|
|
295
295
|
logo?: {
|
|
296
296
|
type: "explicit-base64";
|
|
297
|
-
mimeType: string;
|
|
298
297
|
content: string;
|
|
298
|
+
mimeType: string;
|
|
299
299
|
} | {
|
|
300
300
|
type: "relative";
|
|
301
301
|
path: string;
|
|
@@ -308,6 +308,7 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
308
308
|
};
|
|
309
309
|
title: string;
|
|
310
310
|
description: string;
|
|
311
|
+
url?: string | undefined;
|
|
311
312
|
longDescription?: {
|
|
312
313
|
type: "explicit-string";
|
|
313
314
|
content: string;
|
|
@@ -330,8 +331,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
330
331
|
} | undefined;
|
|
331
332
|
logo?: {
|
|
332
333
|
type: "explicit-base64";
|
|
333
|
-
mimeType: string;
|
|
334
334
|
content: string;
|
|
335
|
+
mimeType: string;
|
|
335
336
|
} | {
|
|
336
337
|
type: "relative";
|
|
337
338
|
path: string;
|
|
@@ -339,7 +340,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
339
340
|
type: "absolute-file";
|
|
340
341
|
file: string;
|
|
341
342
|
} | undefined;
|
|
342
|
-
url?: string | undefined;
|
|
343
343
|
docs?: string | undefined;
|
|
344
344
|
support?: string | undefined;
|
|
345
345
|
tags?: string[] | undefined;
|
|
@@ -349,12 +349,12 @@ 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
|
-
name: string;
|
|
353
352
|
url: string;
|
|
353
|
+
name: string;
|
|
354
354
|
logo?: string | {
|
|
355
355
|
type: "explicit-base64";
|
|
356
|
-
mimeType: string;
|
|
357
356
|
content: string;
|
|
357
|
+
mimeType: string;
|
|
358
358
|
} | {
|
|
359
359
|
type: "relative";
|
|
360
360
|
path: string;
|
|
@@ -367,6 +367,7 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
367
367
|
};
|
|
368
368
|
title: string;
|
|
369
369
|
description: string;
|
|
370
|
+
url?: string | undefined;
|
|
370
371
|
longDescription?: string | {
|
|
371
372
|
type: "explicit-string";
|
|
372
373
|
content: string;
|
|
@@ -389,8 +390,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
389
390
|
} | undefined;
|
|
390
391
|
logo?: string | {
|
|
391
392
|
type: "explicit-base64";
|
|
392
|
-
mimeType: string;
|
|
393
393
|
content: string;
|
|
394
|
+
mimeType: string;
|
|
394
395
|
} | {
|
|
395
396
|
type: "relative";
|
|
396
397
|
path: string;
|
|
@@ -398,7 +399,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
398
399
|
type: "absolute-file";
|
|
399
400
|
file: string;
|
|
400
401
|
} | undefined;
|
|
401
|
-
url?: string | undefined;
|
|
402
402
|
docs?: string | undefined;
|
|
403
403
|
support?: string | undefined;
|
|
404
404
|
tags?: string[] | undefined;
|
|
@@ -408,14 +408,22 @@ 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
|
+
};
|
|
411
419
|
meta: {
|
|
412
420
|
organization: {
|
|
413
|
-
name: string;
|
|
414
421
|
url: string;
|
|
422
|
+
name: string;
|
|
415
423
|
logo?: {
|
|
416
424
|
type: "explicit-base64";
|
|
417
|
-
mimeType: string;
|
|
418
425
|
content: string;
|
|
426
|
+
mimeType: string;
|
|
419
427
|
} | {
|
|
420
428
|
type: "relative";
|
|
421
429
|
path: string;
|
|
@@ -428,6 +436,7 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
428
436
|
};
|
|
429
437
|
title: string;
|
|
430
438
|
description: string;
|
|
439
|
+
url?: string | undefined;
|
|
431
440
|
longDescription?: {
|
|
432
441
|
type: "explicit-string";
|
|
433
442
|
content: string;
|
|
@@ -450,8 +459,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
450
459
|
} | undefined;
|
|
451
460
|
logo?: {
|
|
452
461
|
type: "explicit-base64";
|
|
453
|
-
mimeType: string;
|
|
454
462
|
content: string;
|
|
463
|
+
mimeType: string;
|
|
455
464
|
} | {
|
|
456
465
|
type: "relative";
|
|
457
466
|
path: string;
|
|
@@ -459,7 +468,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
459
468
|
type: "absolute-file";
|
|
460
469
|
file: string;
|
|
461
470
|
} | undefined;
|
|
462
|
-
url?: string | undefined;
|
|
463
471
|
docs?: string | undefined;
|
|
464
472
|
support?: string | undefined;
|
|
465
473
|
tags?: string[] | undefined;
|
|
@@ -468,23 +476,23 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
468
476
|
termsOfServiceUrl?: string | undefined;
|
|
469
477
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
470
478
|
};
|
|
479
|
+
}, {
|
|
471
480
|
components: {
|
|
472
|
-
workflow: {
|
|
481
|
+
workflow: string | {
|
|
473
482
|
type: "workflow-v1";
|
|
474
483
|
main: string;
|
|
475
484
|
};
|
|
476
485
|
model: string;
|
|
477
486
|
ui: string;
|
|
478
487
|
};
|
|
479
|
-
}, {
|
|
480
488
|
meta: {
|
|
481
489
|
organization: {
|
|
482
|
-
name: string;
|
|
483
490
|
url: string;
|
|
491
|
+
name: string;
|
|
484
492
|
logo?: string | {
|
|
485
493
|
type: "explicit-base64";
|
|
486
|
-
mimeType: string;
|
|
487
494
|
content: string;
|
|
495
|
+
mimeType: string;
|
|
488
496
|
} | {
|
|
489
497
|
type: "relative";
|
|
490
498
|
path: string;
|
|
@@ -497,6 +505,7 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
497
505
|
};
|
|
498
506
|
title: string;
|
|
499
507
|
description: string;
|
|
508
|
+
url?: string | undefined;
|
|
500
509
|
longDescription?: string | {
|
|
501
510
|
type: "explicit-string";
|
|
502
511
|
content: string;
|
|
@@ -519,8 +528,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
519
528
|
} | undefined;
|
|
520
529
|
logo?: string | {
|
|
521
530
|
type: "explicit-base64";
|
|
522
|
-
mimeType: string;
|
|
523
531
|
content: string;
|
|
532
|
+
mimeType: string;
|
|
524
533
|
} | {
|
|
525
534
|
type: "relative";
|
|
526
535
|
path: string;
|
|
@@ -528,7 +537,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
528
537
|
type: "absolute-file";
|
|
529
538
|
file: string;
|
|
530
539
|
} | undefined;
|
|
531
|
-
url?: string | undefined;
|
|
532
540
|
docs?: string | undefined;
|
|
533
541
|
support?: string | undefined;
|
|
534
542
|
tags?: string[] | undefined;
|
|
@@ -537,14 +545,6 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
537
545
|
termsOfServiceUrl?: string | undefined;
|
|
538
546
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
539
547
|
};
|
|
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<{
|
|
@@ -726,8 +726,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
726
726
|
}>]>]>>;
|
|
727
727
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
728
728
|
type: "explicit-base64";
|
|
729
|
-
mimeType: string;
|
|
730
729
|
content: string;
|
|
730
|
+
mimeType: string;
|
|
731
731
|
} | {
|
|
732
732
|
type: "relative";
|
|
733
733
|
path: string;
|
|
@@ -737,12 +737,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
737
737
|
content: z.ZodString;
|
|
738
738
|
}, "strict", ZodTypeAny, {
|
|
739
739
|
type: "explicit-base64";
|
|
740
|
-
mimeType: string;
|
|
741
740
|
content: string;
|
|
741
|
+
mimeType: string;
|
|
742
742
|
}, {
|
|
743
743
|
type: "explicit-base64";
|
|
744
|
-
mimeType: string;
|
|
745
744
|
content: string;
|
|
745
|
+
mimeType: string;
|
|
746
746
|
}>, z.ZodObject<{
|
|
747
747
|
type: z.ZodLiteral<"relative">;
|
|
748
748
|
path: z.ZodString;
|
|
@@ -771,8 +771,8 @@ 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
|
-
mimeType: string;
|
|
775
774
|
content: string;
|
|
775
|
+
mimeType: string;
|
|
776
776
|
} | {
|
|
777
777
|
type: "relative";
|
|
778
778
|
path: string;
|
|
@@ -782,12 +782,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
782
782
|
content: z.ZodString;
|
|
783
783
|
}, "strict", ZodTypeAny, {
|
|
784
784
|
type: "explicit-base64";
|
|
785
|
-
mimeType: string;
|
|
786
785
|
content: string;
|
|
786
|
+
mimeType: string;
|
|
787
787
|
}, {
|
|
788
788
|
type: "explicit-base64";
|
|
789
|
-
mimeType: string;
|
|
790
789
|
content: string;
|
|
790
|
+
mimeType: string;
|
|
791
791
|
}>, z.ZodObject<{
|
|
792
792
|
type: z.ZodLiteral<"relative">;
|
|
793
793
|
path: z.ZodString;
|
|
@@ -812,8 +812,8 @@ 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
|
-
mimeType: string;
|
|
816
815
|
content: string;
|
|
816
|
+
mimeType: string;
|
|
817
817
|
} | {
|
|
818
818
|
type: "relative";
|
|
819
819
|
path: string;
|
|
@@ -823,12 +823,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
823
823
|
content: z.ZodString;
|
|
824
824
|
}, "strict", ZodTypeAny, {
|
|
825
825
|
type: "explicit-base64";
|
|
826
|
-
mimeType: string;
|
|
827
826
|
content: string;
|
|
827
|
+
mimeType: string;
|
|
828
828
|
}, {
|
|
829
829
|
type: "explicit-base64";
|
|
830
|
-
mimeType: string;
|
|
831
830
|
content: string;
|
|
831
|
+
mimeType: string;
|
|
832
832
|
}>, z.ZodObject<{
|
|
833
833
|
type: z.ZodLiteral<"relative">;
|
|
834
834
|
path: z.ZodString;
|
|
@@ -853,8 +853,8 @@ 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
|
-
mimeType: string;
|
|
857
856
|
content: string;
|
|
857
|
+
mimeType: string;
|
|
858
858
|
} | {
|
|
859
859
|
type: "relative";
|
|
860
860
|
path: string;
|
|
@@ -864,12 +864,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
864
864
|
content: z.ZodString;
|
|
865
865
|
}, "strict", ZodTypeAny, {
|
|
866
866
|
type: "explicit-base64";
|
|
867
|
-
mimeType: string;
|
|
868
867
|
content: string;
|
|
868
|
+
mimeType: string;
|
|
869
869
|
}, {
|
|
870
870
|
type: "explicit-base64";
|
|
871
|
-
mimeType: string;
|
|
872
871
|
content: string;
|
|
872
|
+
mimeType: string;
|
|
873
873
|
}>, z.ZodObject<{
|
|
874
874
|
type: z.ZodLiteral<"relative">;
|
|
875
875
|
path: z.ZodString;
|
|
@@ -896,12 +896,12 @@ 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
|
-
name: string;
|
|
900
899
|
url: string;
|
|
900
|
+
name: string;
|
|
901
901
|
logo?: {
|
|
902
902
|
type: "explicit-base64";
|
|
903
|
-
mimeType: string;
|
|
904
903
|
content: string;
|
|
904
|
+
mimeType: string;
|
|
905
905
|
} | {
|
|
906
906
|
type: "relative";
|
|
907
907
|
path: string;
|
|
@@ -914,6 +914,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
914
914
|
};
|
|
915
915
|
title: string;
|
|
916
916
|
description: string;
|
|
917
|
+
url?: string | undefined;
|
|
917
918
|
longDescription?: {
|
|
918
919
|
type: "explicit-string";
|
|
919
920
|
content: string;
|
|
@@ -936,8 +937,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
936
937
|
} | undefined;
|
|
937
938
|
logo?: {
|
|
938
939
|
type: "explicit-base64";
|
|
939
|
-
mimeType: string;
|
|
940
940
|
content: string;
|
|
941
|
+
mimeType: string;
|
|
941
942
|
} | {
|
|
942
943
|
type: "relative";
|
|
943
944
|
path: string;
|
|
@@ -945,7 +946,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
945
946
|
type: "absolute-file";
|
|
946
947
|
file: string;
|
|
947
948
|
} | undefined;
|
|
948
|
-
url?: string | undefined;
|
|
949
949
|
docs?: string | undefined;
|
|
950
950
|
support?: string | undefined;
|
|
951
951
|
tags?: string[] | undefined;
|
|
@@ -955,12 +955,12 @@ 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
|
-
name: string;
|
|
959
958
|
url: string;
|
|
959
|
+
name: string;
|
|
960
960
|
logo?: string | {
|
|
961
961
|
type: "explicit-base64";
|
|
962
|
-
mimeType: string;
|
|
963
962
|
content: string;
|
|
963
|
+
mimeType: string;
|
|
964
964
|
} | {
|
|
965
965
|
type: "relative";
|
|
966
966
|
path: string;
|
|
@@ -973,6 +973,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
973
973
|
};
|
|
974
974
|
title: string;
|
|
975
975
|
description: string;
|
|
976
|
+
url?: string | undefined;
|
|
976
977
|
longDescription?: string | {
|
|
977
978
|
type: "explicit-string";
|
|
978
979
|
content: string;
|
|
@@ -995,8 +996,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
995
996
|
} | undefined;
|
|
996
997
|
logo?: string | {
|
|
997
998
|
type: "explicit-base64";
|
|
998
|
-
mimeType: string;
|
|
999
999
|
content: string;
|
|
1000
|
+
mimeType: string;
|
|
1000
1001
|
} | {
|
|
1001
1002
|
type: "relative";
|
|
1002
1003
|
path: string;
|
|
@@ -1004,7 +1005,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1004
1005
|
type: "absolute-file";
|
|
1005
1006
|
file: string;
|
|
1006
1007
|
} | undefined;
|
|
1007
|
-
url?: string | undefined;
|
|
1008
1008
|
docs?: string | undefined;
|
|
1009
1009
|
support?: string | undefined;
|
|
1010
1010
|
tags?: string[] | undefined;
|
|
@@ -1141,8 +1141,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1141
1141
|
}>]>]>>;
|
|
1142
1142
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1143
1143
|
type: "explicit-base64";
|
|
1144
|
-
mimeType: string;
|
|
1145
1144
|
content: string;
|
|
1145
|
+
mimeType: string;
|
|
1146
1146
|
} | {
|
|
1147
1147
|
type: "relative";
|
|
1148
1148
|
path: string;
|
|
@@ -1152,12 +1152,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1152
1152
|
content: z.ZodString;
|
|
1153
1153
|
}, "strict", ZodTypeAny, {
|
|
1154
1154
|
type: "explicit-base64";
|
|
1155
|
-
mimeType: string;
|
|
1156
1155
|
content: string;
|
|
1156
|
+
mimeType: string;
|
|
1157
1157
|
}, {
|
|
1158
1158
|
type: "explicit-base64";
|
|
1159
|
-
mimeType: string;
|
|
1160
1159
|
content: string;
|
|
1160
|
+
mimeType: string;
|
|
1161
1161
|
}>, z.ZodObject<{
|
|
1162
1162
|
type: z.ZodLiteral<"relative">;
|
|
1163
1163
|
path: z.ZodString;
|
|
@@ -1186,8 +1186,8 @@ 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
|
-
mimeType: string;
|
|
1190
1189
|
content: string;
|
|
1190
|
+
mimeType: string;
|
|
1191
1191
|
} | {
|
|
1192
1192
|
type: "relative";
|
|
1193
1193
|
path: string;
|
|
@@ -1197,12 +1197,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1197
1197
|
content: z.ZodString;
|
|
1198
1198
|
}, "strict", ZodTypeAny, {
|
|
1199
1199
|
type: "explicit-base64";
|
|
1200
|
-
mimeType: string;
|
|
1201
1200
|
content: string;
|
|
1201
|
+
mimeType: string;
|
|
1202
1202
|
}, {
|
|
1203
1203
|
type: "explicit-base64";
|
|
1204
|
-
mimeType: string;
|
|
1205
1204
|
content: string;
|
|
1205
|
+
mimeType: string;
|
|
1206
1206
|
}>, z.ZodObject<{
|
|
1207
1207
|
type: z.ZodLiteral<"relative">;
|
|
1208
1208
|
path: z.ZodString;
|
|
@@ -1227,8 +1227,8 @@ 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
|
-
mimeType: string;
|
|
1231
1230
|
content: string;
|
|
1231
|
+
mimeType: string;
|
|
1232
1232
|
} | {
|
|
1233
1233
|
type: "relative";
|
|
1234
1234
|
path: string;
|
|
@@ -1238,12 +1238,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1238
1238
|
content: z.ZodString;
|
|
1239
1239
|
}, "strict", ZodTypeAny, {
|
|
1240
1240
|
type: "explicit-base64";
|
|
1241
|
-
mimeType: string;
|
|
1242
1241
|
content: string;
|
|
1242
|
+
mimeType: string;
|
|
1243
1243
|
}, {
|
|
1244
1244
|
type: "explicit-base64";
|
|
1245
|
-
mimeType: string;
|
|
1246
1245
|
content: string;
|
|
1246
|
+
mimeType: string;
|
|
1247
1247
|
}>, z.ZodObject<{
|
|
1248
1248
|
type: z.ZodLiteral<"relative">;
|
|
1249
1249
|
path: z.ZodString;
|
|
@@ -1268,8 +1268,8 @@ 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
|
-
mimeType: string;
|
|
1272
1271
|
content: string;
|
|
1272
|
+
mimeType: string;
|
|
1273
1273
|
} | {
|
|
1274
1274
|
type: "relative";
|
|
1275
1275
|
path: string;
|
|
@@ -1279,12 +1279,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1279
1279
|
content: z.ZodString;
|
|
1280
1280
|
}, "strict", ZodTypeAny, {
|
|
1281
1281
|
type: "explicit-base64";
|
|
1282
|
-
mimeType: string;
|
|
1283
1282
|
content: string;
|
|
1283
|
+
mimeType: string;
|
|
1284
1284
|
}, {
|
|
1285
1285
|
type: "explicit-base64";
|
|
1286
|
-
mimeType: string;
|
|
1287
1286
|
content: string;
|
|
1287
|
+
mimeType: string;
|
|
1288
1288
|
}>, z.ZodObject<{
|
|
1289
1289
|
type: z.ZodLiteral<"relative">;
|
|
1290
1290
|
path: z.ZodString;
|
|
@@ -1311,12 +1311,12 @@ 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
|
-
name: string;
|
|
1315
1314
|
url: string;
|
|
1315
|
+
name: string;
|
|
1316
1316
|
logo?: {
|
|
1317
1317
|
type: "explicit-base64";
|
|
1318
|
-
mimeType: string;
|
|
1319
1318
|
content: string;
|
|
1319
|
+
mimeType: string;
|
|
1320
1320
|
} | {
|
|
1321
1321
|
type: "relative";
|
|
1322
1322
|
path: string;
|
|
@@ -1329,6 +1329,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1329
1329
|
};
|
|
1330
1330
|
title: string;
|
|
1331
1331
|
description: string;
|
|
1332
|
+
url?: string | undefined;
|
|
1332
1333
|
longDescription?: {
|
|
1333
1334
|
type: "explicit-string";
|
|
1334
1335
|
content: string;
|
|
@@ -1351,8 +1352,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1351
1352
|
} | undefined;
|
|
1352
1353
|
logo?: {
|
|
1353
1354
|
type: "explicit-base64";
|
|
1354
|
-
mimeType: string;
|
|
1355
1355
|
content: string;
|
|
1356
|
+
mimeType: string;
|
|
1356
1357
|
} | {
|
|
1357
1358
|
type: "relative";
|
|
1358
1359
|
path: string;
|
|
@@ -1360,7 +1361,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1360
1361
|
type: "absolute-file";
|
|
1361
1362
|
file: string;
|
|
1362
1363
|
} | undefined;
|
|
1363
|
-
url?: string | undefined;
|
|
1364
1364
|
docs?: string | undefined;
|
|
1365
1365
|
support?: string | undefined;
|
|
1366
1366
|
tags?: string[] | undefined;
|
|
@@ -1370,12 +1370,12 @@ 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
|
-
name: string;
|
|
1374
1373
|
url: string;
|
|
1374
|
+
name: string;
|
|
1375
1375
|
logo?: string | {
|
|
1376
1376
|
type: "explicit-base64";
|
|
1377
|
-
mimeType: string;
|
|
1378
1377
|
content: string;
|
|
1378
|
+
mimeType: string;
|
|
1379
1379
|
} | {
|
|
1380
1380
|
type: "relative";
|
|
1381
1381
|
path: string;
|
|
@@ -1388,6 +1388,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1388
1388
|
};
|
|
1389
1389
|
title: string;
|
|
1390
1390
|
description: string;
|
|
1391
|
+
url?: string | undefined;
|
|
1391
1392
|
longDescription?: string | {
|
|
1392
1393
|
type: "explicit-string";
|
|
1393
1394
|
content: string;
|
|
@@ -1410,8 +1411,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1410
1411
|
} | undefined;
|
|
1411
1412
|
logo?: string | {
|
|
1412
1413
|
type: "explicit-base64";
|
|
1413
|
-
mimeType: string;
|
|
1414
1414
|
content: string;
|
|
1415
|
+
mimeType: string;
|
|
1415
1416
|
} | {
|
|
1416
1417
|
type: "relative";
|
|
1417
1418
|
path: string;
|
|
@@ -1419,7 +1420,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1419
1420
|
type: "absolute-file";
|
|
1420
1421
|
file: string;
|
|
1421
1422
|
} | undefined;
|
|
1422
|
-
url?: string | undefined;
|
|
1423
1423
|
docs?: string | undefined;
|
|
1424
1424
|
support?: string | undefined;
|
|
1425
1425
|
tags?: string[] | undefined;
|
|
@@ -1556,8 +1556,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1556
1556
|
}>]>]>>;
|
|
1557
1557
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1558
1558
|
type: "explicit-base64";
|
|
1559
|
-
mimeType: string;
|
|
1560
1559
|
content: string;
|
|
1560
|
+
mimeType: string;
|
|
1561
1561
|
} | {
|
|
1562
1562
|
type: "relative";
|
|
1563
1563
|
path: string;
|
|
@@ -1567,12 +1567,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1567
1567
|
content: z.ZodString;
|
|
1568
1568
|
}, "strict", ZodTypeAny, {
|
|
1569
1569
|
type: "explicit-base64";
|
|
1570
|
-
mimeType: string;
|
|
1571
1570
|
content: string;
|
|
1571
|
+
mimeType: string;
|
|
1572
1572
|
}, {
|
|
1573
1573
|
type: "explicit-base64";
|
|
1574
|
-
mimeType: string;
|
|
1575
1574
|
content: string;
|
|
1575
|
+
mimeType: string;
|
|
1576
1576
|
}>, z.ZodObject<{
|
|
1577
1577
|
type: z.ZodLiteral<"relative">;
|
|
1578
1578
|
path: z.ZodString;
|
|
@@ -1601,8 +1601,8 @@ 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
|
-
mimeType: string;
|
|
1605
1604
|
content: string;
|
|
1605
|
+
mimeType: string;
|
|
1606
1606
|
} | {
|
|
1607
1607
|
type: "relative";
|
|
1608
1608
|
path: string;
|
|
@@ -1612,12 +1612,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1612
1612
|
content: z.ZodString;
|
|
1613
1613
|
}, "strict", ZodTypeAny, {
|
|
1614
1614
|
type: "explicit-base64";
|
|
1615
|
-
mimeType: string;
|
|
1616
1615
|
content: string;
|
|
1616
|
+
mimeType: string;
|
|
1617
1617
|
}, {
|
|
1618
1618
|
type: "explicit-base64";
|
|
1619
|
-
mimeType: string;
|
|
1620
1619
|
content: string;
|
|
1620
|
+
mimeType: string;
|
|
1621
1621
|
}>, z.ZodObject<{
|
|
1622
1622
|
type: z.ZodLiteral<"relative">;
|
|
1623
1623
|
path: z.ZodString;
|
|
@@ -1642,8 +1642,8 @@ 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
|
-
mimeType: string;
|
|
1646
1645
|
content: string;
|
|
1646
|
+
mimeType: string;
|
|
1647
1647
|
} | {
|
|
1648
1648
|
type: "relative";
|
|
1649
1649
|
path: string;
|
|
@@ -1653,12 +1653,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1653
1653
|
content: z.ZodString;
|
|
1654
1654
|
}, "strict", ZodTypeAny, {
|
|
1655
1655
|
type: "explicit-base64";
|
|
1656
|
-
mimeType: string;
|
|
1657
1656
|
content: string;
|
|
1657
|
+
mimeType: string;
|
|
1658
1658
|
}, {
|
|
1659
1659
|
type: "explicit-base64";
|
|
1660
|
-
mimeType: string;
|
|
1661
1660
|
content: string;
|
|
1661
|
+
mimeType: string;
|
|
1662
1662
|
}>, z.ZodObject<{
|
|
1663
1663
|
type: z.ZodLiteral<"relative">;
|
|
1664
1664
|
path: z.ZodString;
|
|
@@ -1683,8 +1683,8 @@ 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
|
-
mimeType: string;
|
|
1687
1686
|
content: string;
|
|
1687
|
+
mimeType: string;
|
|
1688
1688
|
} | {
|
|
1689
1689
|
type: "relative";
|
|
1690
1690
|
path: string;
|
|
@@ -1694,12 +1694,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1694
1694
|
content: z.ZodString;
|
|
1695
1695
|
}, "strict", ZodTypeAny, {
|
|
1696
1696
|
type: "explicit-base64";
|
|
1697
|
-
mimeType: string;
|
|
1698
1697
|
content: string;
|
|
1698
|
+
mimeType: string;
|
|
1699
1699
|
}, {
|
|
1700
1700
|
type: "explicit-base64";
|
|
1701
|
-
mimeType: string;
|
|
1702
1701
|
content: string;
|
|
1702
|
+
mimeType: string;
|
|
1703
1703
|
}>, z.ZodObject<{
|
|
1704
1704
|
type: z.ZodLiteral<"relative">;
|
|
1705
1705
|
path: z.ZodString;
|
|
@@ -1726,12 +1726,12 @@ 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
|
-
name: string;
|
|
1730
1729
|
url: string;
|
|
1730
|
+
name: string;
|
|
1731
1731
|
logo?: {
|
|
1732
1732
|
type: "explicit-base64";
|
|
1733
|
-
mimeType: string;
|
|
1734
1733
|
content: string;
|
|
1734
|
+
mimeType: string;
|
|
1735
1735
|
} | {
|
|
1736
1736
|
type: "relative";
|
|
1737
1737
|
path: string;
|
|
@@ -1744,6 +1744,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1744
1744
|
};
|
|
1745
1745
|
title: string;
|
|
1746
1746
|
description: string;
|
|
1747
|
+
url?: string | undefined;
|
|
1747
1748
|
longDescription?: {
|
|
1748
1749
|
type: "explicit-string";
|
|
1749
1750
|
content: string;
|
|
@@ -1766,8 +1767,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1766
1767
|
} | undefined;
|
|
1767
1768
|
logo?: {
|
|
1768
1769
|
type: "explicit-base64";
|
|
1769
|
-
mimeType: string;
|
|
1770
1770
|
content: string;
|
|
1771
|
+
mimeType: string;
|
|
1771
1772
|
} | {
|
|
1772
1773
|
type: "relative";
|
|
1773
1774
|
path: string;
|
|
@@ -1775,7 +1776,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1775
1776
|
type: "absolute-file";
|
|
1776
1777
|
file: string;
|
|
1777
1778
|
} | undefined;
|
|
1778
|
-
url?: string | undefined;
|
|
1779
1779
|
docs?: string | undefined;
|
|
1780
1780
|
support?: string | undefined;
|
|
1781
1781
|
tags?: string[] | undefined;
|
|
@@ -1785,12 +1785,12 @@ 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
|
-
name: string;
|
|
1789
1788
|
url: string;
|
|
1789
|
+
name: string;
|
|
1790
1790
|
logo?: string | {
|
|
1791
1791
|
type: "explicit-base64";
|
|
1792
|
-
mimeType: string;
|
|
1793
1792
|
content: string;
|
|
1793
|
+
mimeType: string;
|
|
1794
1794
|
} | {
|
|
1795
1795
|
type: "relative";
|
|
1796
1796
|
path: string;
|
|
@@ -1803,6 +1803,7 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1803
1803
|
};
|
|
1804
1804
|
title: string;
|
|
1805
1805
|
description: string;
|
|
1806
|
+
url?: string | undefined;
|
|
1806
1807
|
longDescription?: string | {
|
|
1807
1808
|
type: "explicit-string";
|
|
1808
1809
|
content: string;
|
|
@@ -1825,8 +1826,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1825
1826
|
} | undefined;
|
|
1826
1827
|
logo?: string | {
|
|
1827
1828
|
type: "explicit-base64";
|
|
1828
|
-
mimeType: string;
|
|
1829
1829
|
content: string;
|
|
1830
|
+
mimeType: string;
|
|
1830
1831
|
} | {
|
|
1831
1832
|
type: "relative";
|
|
1832
1833
|
path: string;
|
|
@@ -1834,7 +1835,6 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1834
1835
|
type: "absolute-file";
|
|
1835
1836
|
file: string;
|
|
1836
1837
|
} | undefined;
|
|
1837
|
-
url?: string | undefined;
|
|
1838
1838
|
docs?: string | undefined;
|
|
1839
1839
|
support?: string | undefined;
|
|
1840
1840
|
tags?: string[] | undefined;
|