@milaboratories/pl-model-middle-layer 1.13.1 → 1.15.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 +36 -36
- package/dist/block_meta/block_description.d.ts +192 -192
- package/dist/block_meta/block_manifest.d.ts +312 -312
- package/dist/block_meta/block_meta.d.ts +42 -42
- package/dist/block_meta/content_types.d.ts +6 -6
- package/dist/block_state.d.ts +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/pframe/internal_api/api_wasm.d.ts +57 -2
- package/dist/pframe/internal_api/discover_columns.d.ts +17 -2
- package/dist/pframe/internal_api/index.d.ts +3 -3
- package/dist/project_overview.d.ts +1 -1
- package/dist/storage_debug_view.d.ts +11 -0
- package/package.json +3 -3
- package/src/block_state.ts +1 -1
- package/src/index.ts +1 -0
- package/src/pframe/internal_api/api_wasm.ts +70 -1
- package/src/pframe/internal_api/discover_columns.ts +23 -1
- package/src/project_overview.ts +1 -1
- package/src/storage_debug_view.ts +7 -0
|
@@ -51,11 +51,11 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
51
51
|
title: z.ZodString;
|
|
52
52
|
description: z.ZodString;
|
|
53
53
|
longDescription: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
54
|
-
type: "relative";
|
|
55
|
-
path: string;
|
|
56
|
-
} | {
|
|
57
54
|
type: "explicit-string";
|
|
58
55
|
content: string;
|
|
56
|
+
} | {
|
|
57
|
+
type: "relative";
|
|
58
|
+
path: string;
|
|
59
59
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
60
60
|
type: z.ZodLiteral<"explicit-string">;
|
|
61
61
|
content: z.ZodString;
|
|
@@ -85,11 +85,11 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
85
85
|
file: string;
|
|
86
86
|
}>]>]>>;
|
|
87
87
|
changelog: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
88
|
-
type: "relative";
|
|
89
|
-
path: string;
|
|
90
|
-
} | {
|
|
91
88
|
type: "explicit-string";
|
|
92
89
|
content: string;
|
|
90
|
+
} | {
|
|
91
|
+
type: "relative";
|
|
92
|
+
path: string;
|
|
93
93
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
94
94
|
type: z.ZodLiteral<"explicit-string">;
|
|
95
95
|
content: z.ZodString;
|
|
@@ -119,12 +119,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
119
119
|
file: string;
|
|
120
120
|
}>]>]>>;
|
|
121
121
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
122
|
-
type: "relative";
|
|
123
|
-
path: string;
|
|
124
|
-
} | {
|
|
125
122
|
type: "explicit-base64";
|
|
126
123
|
mimeType: string;
|
|
127
124
|
content: string;
|
|
125
|
+
} | {
|
|
126
|
+
type: "relative";
|
|
127
|
+
path: string;
|
|
128
128
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
129
129
|
type: z.ZodLiteral<"explicit-base64">;
|
|
130
130
|
mimeType: z.ZodString;
|
|
@@ -164,12 +164,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
164
164
|
name: z.ZodString;
|
|
165
165
|
url: z.ZodString;
|
|
166
166
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
167
|
-
type: "relative";
|
|
168
|
-
path: string;
|
|
169
|
-
} | {
|
|
170
167
|
type: "explicit-base64";
|
|
171
168
|
mimeType: string;
|
|
172
169
|
content: string;
|
|
170
|
+
} | {
|
|
171
|
+
type: "relative";
|
|
172
|
+
path: string;
|
|
173
173
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
174
174
|
type: z.ZodLiteral<"explicit-base64">;
|
|
175
175
|
mimeType: z.ZodString;
|
|
@@ -205,12 +205,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
205
205
|
name: z.ZodString;
|
|
206
206
|
url: z.ZodString;
|
|
207
207
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
208
|
-
type: "relative";
|
|
209
|
-
path: string;
|
|
210
|
-
} | {
|
|
211
208
|
type: "explicit-base64";
|
|
212
209
|
mimeType: string;
|
|
213
210
|
content: string;
|
|
211
|
+
} | {
|
|
212
|
+
type: "relative";
|
|
213
|
+
path: string;
|
|
214
214
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
215
215
|
type: z.ZodLiteral<"explicit-base64">;
|
|
216
216
|
mimeType: z.ZodString;
|
|
@@ -246,12 +246,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
246
246
|
name: z.ZodString;
|
|
247
247
|
url: z.ZodString;
|
|
248
248
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
249
|
-
type: "relative";
|
|
250
|
-
path: string;
|
|
251
|
-
} | {
|
|
252
249
|
type: "explicit-base64";
|
|
253
250
|
mimeType: string;
|
|
254
251
|
content: string;
|
|
252
|
+
} | {
|
|
253
|
+
type: "relative";
|
|
254
|
+
path: string;
|
|
255
255
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
256
256
|
type: z.ZodLiteral<"explicit-base64">;
|
|
257
257
|
mimeType: z.ZodString;
|
|
@@ -293,12 +293,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
293
293
|
name: string;
|
|
294
294
|
url: string;
|
|
295
295
|
logo?: {
|
|
296
|
-
type: "relative";
|
|
297
|
-
path: string;
|
|
298
|
-
} | {
|
|
299
296
|
type: "explicit-base64";
|
|
300
297
|
mimeType: string;
|
|
301
298
|
content: string;
|
|
299
|
+
} | {
|
|
300
|
+
type: "relative";
|
|
301
|
+
path: string;
|
|
302
302
|
} | {
|
|
303
303
|
type: "absolute-file";
|
|
304
304
|
file: string;
|
|
@@ -310,32 +310,32 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
310
310
|
description: string;
|
|
311
311
|
url?: string | undefined;
|
|
312
312
|
longDescription?: {
|
|
313
|
-
type: "relative";
|
|
314
|
-
path: string;
|
|
315
|
-
} | {
|
|
316
313
|
type: "explicit-string";
|
|
317
314
|
content: string;
|
|
315
|
+
} | {
|
|
316
|
+
type: "relative";
|
|
317
|
+
path: string;
|
|
318
318
|
} | {
|
|
319
319
|
type: "absolute-file";
|
|
320
320
|
file: string;
|
|
321
321
|
} | undefined;
|
|
322
322
|
changelog?: {
|
|
323
|
-
type: "relative";
|
|
324
|
-
path: string;
|
|
325
|
-
} | {
|
|
326
323
|
type: "explicit-string";
|
|
327
324
|
content: string;
|
|
325
|
+
} | {
|
|
326
|
+
type: "relative";
|
|
327
|
+
path: string;
|
|
328
328
|
} | {
|
|
329
329
|
type: "absolute-file";
|
|
330
330
|
file: string;
|
|
331
331
|
} | undefined;
|
|
332
332
|
logo?: {
|
|
333
|
-
type: "relative";
|
|
334
|
-
path: string;
|
|
335
|
-
} | {
|
|
336
333
|
type: "explicit-base64";
|
|
337
334
|
mimeType: string;
|
|
338
335
|
content: string;
|
|
336
|
+
} | {
|
|
337
|
+
type: "relative";
|
|
338
|
+
path: string;
|
|
339
339
|
} | {
|
|
340
340
|
type: "absolute-file";
|
|
341
341
|
file: string;
|
|
@@ -352,12 +352,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
352
352
|
name: string;
|
|
353
353
|
url: string;
|
|
354
354
|
logo?: string | {
|
|
355
|
-
type: "relative";
|
|
356
|
-
path: string;
|
|
357
|
-
} | {
|
|
358
355
|
type: "explicit-base64";
|
|
359
356
|
mimeType: string;
|
|
360
357
|
content: string;
|
|
358
|
+
} | {
|
|
359
|
+
type: "relative";
|
|
360
|
+
path: string;
|
|
361
361
|
} | {
|
|
362
362
|
type: "absolute-file";
|
|
363
363
|
file: string;
|
|
@@ -369,32 +369,32 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
369
369
|
description: string;
|
|
370
370
|
url?: string | undefined;
|
|
371
371
|
longDescription?: string | {
|
|
372
|
-
type: "relative";
|
|
373
|
-
path: string;
|
|
374
|
-
} | {
|
|
375
372
|
type: "explicit-string";
|
|
376
373
|
content: string;
|
|
374
|
+
} | {
|
|
375
|
+
type: "relative";
|
|
376
|
+
path: string;
|
|
377
377
|
} | {
|
|
378
378
|
type: "absolute-file";
|
|
379
379
|
file: string;
|
|
380
380
|
} | undefined;
|
|
381
381
|
changelog?: string | {
|
|
382
|
-
type: "relative";
|
|
383
|
-
path: string;
|
|
384
|
-
} | {
|
|
385
382
|
type: "explicit-string";
|
|
386
383
|
content: string;
|
|
384
|
+
} | {
|
|
385
|
+
type: "relative";
|
|
386
|
+
path: string;
|
|
387
387
|
} | {
|
|
388
388
|
type: "absolute-file";
|
|
389
389
|
file: string;
|
|
390
390
|
} | undefined;
|
|
391
391
|
logo?: string | {
|
|
392
|
-
type: "relative";
|
|
393
|
-
path: string;
|
|
394
|
-
} | {
|
|
395
392
|
type: "explicit-base64";
|
|
396
393
|
mimeType: string;
|
|
397
394
|
content: string;
|
|
395
|
+
} | {
|
|
396
|
+
type: "relative";
|
|
397
|
+
path: string;
|
|
398
398
|
} | {
|
|
399
399
|
type: "absolute-file";
|
|
400
400
|
file: string;
|
|
@@ -413,12 +413,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
413
413
|
name: string;
|
|
414
414
|
url: string;
|
|
415
415
|
logo?: {
|
|
416
|
-
type: "relative";
|
|
417
|
-
path: string;
|
|
418
|
-
} | {
|
|
419
416
|
type: "explicit-base64";
|
|
420
417
|
mimeType: string;
|
|
421
418
|
content: string;
|
|
419
|
+
} | {
|
|
420
|
+
type: "relative";
|
|
421
|
+
path: string;
|
|
422
422
|
} | {
|
|
423
423
|
type: "absolute-file";
|
|
424
424
|
file: string;
|
|
@@ -430,32 +430,32 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
430
430
|
description: string;
|
|
431
431
|
url?: string | undefined;
|
|
432
432
|
longDescription?: {
|
|
433
|
-
type: "relative";
|
|
434
|
-
path: string;
|
|
435
|
-
} | {
|
|
436
433
|
type: "explicit-string";
|
|
437
434
|
content: string;
|
|
435
|
+
} | {
|
|
436
|
+
type: "relative";
|
|
437
|
+
path: string;
|
|
438
438
|
} | {
|
|
439
439
|
type: "absolute-file";
|
|
440
440
|
file: string;
|
|
441
441
|
} | undefined;
|
|
442
442
|
changelog?: {
|
|
443
|
-
type: "relative";
|
|
444
|
-
path: string;
|
|
445
|
-
} | {
|
|
446
443
|
type: "explicit-string";
|
|
447
444
|
content: string;
|
|
445
|
+
} | {
|
|
446
|
+
type: "relative";
|
|
447
|
+
path: string;
|
|
448
448
|
} | {
|
|
449
449
|
type: "absolute-file";
|
|
450
450
|
file: string;
|
|
451
451
|
} | undefined;
|
|
452
452
|
logo?: {
|
|
453
|
-
type: "relative";
|
|
454
|
-
path: string;
|
|
455
|
-
} | {
|
|
456
453
|
type: "explicit-base64";
|
|
457
454
|
mimeType: string;
|
|
458
455
|
content: string;
|
|
456
|
+
} | {
|
|
457
|
+
type: "relative";
|
|
458
|
+
path: string;
|
|
459
459
|
} | {
|
|
460
460
|
type: "absolute-file";
|
|
461
461
|
file: string;
|
|
@@ -482,12 +482,12 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
482
482
|
name: string;
|
|
483
483
|
url: string;
|
|
484
484
|
logo?: string | {
|
|
485
|
-
type: "relative";
|
|
486
|
-
path: string;
|
|
487
|
-
} | {
|
|
488
485
|
type: "explicit-base64";
|
|
489
486
|
mimeType: string;
|
|
490
487
|
content: string;
|
|
488
|
+
} | {
|
|
489
|
+
type: "relative";
|
|
490
|
+
path: string;
|
|
491
491
|
} | {
|
|
492
492
|
type: "absolute-file";
|
|
493
493
|
file: string;
|
|
@@ -499,32 +499,32 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
499
499
|
description: string;
|
|
500
500
|
url?: string | undefined;
|
|
501
501
|
longDescription?: string | {
|
|
502
|
-
type: "relative";
|
|
503
|
-
path: string;
|
|
504
|
-
} | {
|
|
505
502
|
type: "explicit-string";
|
|
506
503
|
content: string;
|
|
504
|
+
} | {
|
|
505
|
+
type: "relative";
|
|
506
|
+
path: string;
|
|
507
507
|
} | {
|
|
508
508
|
type: "absolute-file";
|
|
509
509
|
file: string;
|
|
510
510
|
} | undefined;
|
|
511
511
|
changelog?: string | {
|
|
512
|
-
type: "relative";
|
|
513
|
-
path: string;
|
|
514
|
-
} | {
|
|
515
512
|
type: "explicit-string";
|
|
516
513
|
content: string;
|
|
514
|
+
} | {
|
|
515
|
+
type: "relative";
|
|
516
|
+
path: string;
|
|
517
517
|
} | {
|
|
518
518
|
type: "absolute-file";
|
|
519
519
|
file: string;
|
|
520
520
|
} | undefined;
|
|
521
521
|
logo?: string | {
|
|
522
|
-
type: "relative";
|
|
523
|
-
path: string;
|
|
524
|
-
} | {
|
|
525
522
|
type: "explicit-base64";
|
|
526
523
|
mimeType: string;
|
|
527
524
|
content: string;
|
|
525
|
+
} | {
|
|
526
|
+
type: "relative";
|
|
527
|
+
path: string;
|
|
528
528
|
} | {
|
|
529
529
|
type: "absolute-file";
|
|
530
530
|
file: string;
|
|
@@ -657,11 +657,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
657
657
|
title: z.ZodString;
|
|
658
658
|
description: z.ZodString;
|
|
659
659
|
longDescription: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
660
|
-
type: "relative";
|
|
661
|
-
path: string;
|
|
662
|
-
} | {
|
|
663
660
|
type: "explicit-string";
|
|
664
661
|
content: string;
|
|
662
|
+
} | {
|
|
663
|
+
type: "relative";
|
|
664
|
+
path: string;
|
|
665
665
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
666
666
|
type: z.ZodLiteral<"explicit-string">;
|
|
667
667
|
content: z.ZodString;
|
|
@@ -691,11 +691,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
691
691
|
file: string;
|
|
692
692
|
}>]>]>>;
|
|
693
693
|
changelog: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
694
|
-
type: "relative";
|
|
695
|
-
path: string;
|
|
696
|
-
} | {
|
|
697
694
|
type: "explicit-string";
|
|
698
695
|
content: string;
|
|
696
|
+
} | {
|
|
697
|
+
type: "relative";
|
|
698
|
+
path: string;
|
|
699
699
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
700
700
|
type: z.ZodLiteral<"explicit-string">;
|
|
701
701
|
content: z.ZodString;
|
|
@@ -725,12 +725,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
725
725
|
file: string;
|
|
726
726
|
}>]>]>>;
|
|
727
727
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
728
|
-
type: "relative";
|
|
729
|
-
path: string;
|
|
730
|
-
} | {
|
|
731
728
|
type: "explicit-base64";
|
|
732
729
|
mimeType: string;
|
|
733
730
|
content: string;
|
|
731
|
+
} | {
|
|
732
|
+
type: "relative";
|
|
733
|
+
path: string;
|
|
734
734
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
735
735
|
type: z.ZodLiteral<"explicit-base64">;
|
|
736
736
|
mimeType: z.ZodString;
|
|
@@ -770,12 +770,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
770
770
|
name: z.ZodString;
|
|
771
771
|
url: z.ZodString;
|
|
772
772
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
773
|
-
type: "relative";
|
|
774
|
-
path: string;
|
|
775
|
-
} | {
|
|
776
773
|
type: "explicit-base64";
|
|
777
774
|
mimeType: string;
|
|
778
775
|
content: string;
|
|
776
|
+
} | {
|
|
777
|
+
type: "relative";
|
|
778
|
+
path: string;
|
|
779
779
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
780
780
|
type: z.ZodLiteral<"explicit-base64">;
|
|
781
781
|
mimeType: z.ZodString;
|
|
@@ -811,12 +811,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
811
811
|
name: z.ZodString;
|
|
812
812
|
url: z.ZodString;
|
|
813
813
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
814
|
-
type: "relative";
|
|
815
|
-
path: string;
|
|
816
|
-
} | {
|
|
817
814
|
type: "explicit-base64";
|
|
818
815
|
mimeType: string;
|
|
819
816
|
content: string;
|
|
817
|
+
} | {
|
|
818
|
+
type: "relative";
|
|
819
|
+
path: string;
|
|
820
820
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
821
821
|
type: z.ZodLiteral<"explicit-base64">;
|
|
822
822
|
mimeType: z.ZodString;
|
|
@@ -852,12 +852,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
852
852
|
name: z.ZodString;
|
|
853
853
|
url: z.ZodString;
|
|
854
854
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
855
|
-
type: "relative";
|
|
856
|
-
path: string;
|
|
857
|
-
} | {
|
|
858
855
|
type: "explicit-base64";
|
|
859
856
|
mimeType: string;
|
|
860
857
|
content: string;
|
|
858
|
+
} | {
|
|
859
|
+
type: "relative";
|
|
860
|
+
path: string;
|
|
861
861
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
862
862
|
type: z.ZodLiteral<"explicit-base64">;
|
|
863
863
|
mimeType: z.ZodString;
|
|
@@ -899,12 +899,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
899
899
|
name: string;
|
|
900
900
|
url: string;
|
|
901
901
|
logo?: {
|
|
902
|
-
type: "relative";
|
|
903
|
-
path: string;
|
|
904
|
-
} | {
|
|
905
902
|
type: "explicit-base64";
|
|
906
903
|
mimeType: string;
|
|
907
904
|
content: string;
|
|
905
|
+
} | {
|
|
906
|
+
type: "relative";
|
|
907
|
+
path: string;
|
|
908
908
|
} | {
|
|
909
909
|
type: "absolute-file";
|
|
910
910
|
file: string;
|
|
@@ -916,32 +916,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
916
916
|
description: string;
|
|
917
917
|
url?: string | undefined;
|
|
918
918
|
longDescription?: {
|
|
919
|
-
type: "relative";
|
|
920
|
-
path: string;
|
|
921
|
-
} | {
|
|
922
919
|
type: "explicit-string";
|
|
923
920
|
content: string;
|
|
921
|
+
} | {
|
|
922
|
+
type: "relative";
|
|
923
|
+
path: string;
|
|
924
924
|
} | {
|
|
925
925
|
type: "absolute-file";
|
|
926
926
|
file: string;
|
|
927
927
|
} | undefined;
|
|
928
928
|
changelog?: {
|
|
929
|
-
type: "relative";
|
|
930
|
-
path: string;
|
|
931
|
-
} | {
|
|
932
929
|
type: "explicit-string";
|
|
933
930
|
content: string;
|
|
931
|
+
} | {
|
|
932
|
+
type: "relative";
|
|
933
|
+
path: string;
|
|
934
934
|
} | {
|
|
935
935
|
type: "absolute-file";
|
|
936
936
|
file: string;
|
|
937
937
|
} | undefined;
|
|
938
938
|
logo?: {
|
|
939
|
-
type: "relative";
|
|
940
|
-
path: string;
|
|
941
|
-
} | {
|
|
942
939
|
type: "explicit-base64";
|
|
943
940
|
mimeType: string;
|
|
944
941
|
content: string;
|
|
942
|
+
} | {
|
|
943
|
+
type: "relative";
|
|
944
|
+
path: string;
|
|
945
945
|
} | {
|
|
946
946
|
type: "absolute-file";
|
|
947
947
|
file: string;
|
|
@@ -958,12 +958,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
958
958
|
name: string;
|
|
959
959
|
url: string;
|
|
960
960
|
logo?: string | {
|
|
961
|
-
type: "relative";
|
|
962
|
-
path: string;
|
|
963
|
-
} | {
|
|
964
961
|
type: "explicit-base64";
|
|
965
962
|
mimeType: string;
|
|
966
963
|
content: string;
|
|
964
|
+
} | {
|
|
965
|
+
type: "relative";
|
|
966
|
+
path: string;
|
|
967
967
|
} | {
|
|
968
968
|
type: "absolute-file";
|
|
969
969
|
file: string;
|
|
@@ -975,32 +975,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
975
975
|
description: string;
|
|
976
976
|
url?: string | undefined;
|
|
977
977
|
longDescription?: string | {
|
|
978
|
-
type: "relative";
|
|
979
|
-
path: string;
|
|
980
|
-
} | {
|
|
981
978
|
type: "explicit-string";
|
|
982
979
|
content: string;
|
|
980
|
+
} | {
|
|
981
|
+
type: "relative";
|
|
982
|
+
path: string;
|
|
983
983
|
} | {
|
|
984
984
|
type: "absolute-file";
|
|
985
985
|
file: string;
|
|
986
986
|
} | undefined;
|
|
987
987
|
changelog?: string | {
|
|
988
|
-
type: "relative";
|
|
989
|
-
path: string;
|
|
990
|
-
} | {
|
|
991
988
|
type: "explicit-string";
|
|
992
989
|
content: string;
|
|
990
|
+
} | {
|
|
991
|
+
type: "relative";
|
|
992
|
+
path: string;
|
|
993
993
|
} | {
|
|
994
994
|
type: "absolute-file";
|
|
995
995
|
file: string;
|
|
996
996
|
} | undefined;
|
|
997
997
|
logo?: string | {
|
|
998
|
-
type: "relative";
|
|
999
|
-
path: string;
|
|
1000
|
-
} | {
|
|
1001
998
|
type: "explicit-base64";
|
|
1002
999
|
mimeType: string;
|
|
1003
1000
|
content: string;
|
|
1001
|
+
} | {
|
|
1002
|
+
type: "relative";
|
|
1003
|
+
path: string;
|
|
1004
1004
|
} | {
|
|
1005
1005
|
type: "absolute-file";
|
|
1006
1006
|
file: string;
|
|
@@ -1072,11 +1072,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1072
1072
|
title: z.ZodString;
|
|
1073
1073
|
description: z.ZodString;
|
|
1074
1074
|
longDescription: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1075
|
-
type: "relative";
|
|
1076
|
-
path: string;
|
|
1077
|
-
} | {
|
|
1078
1075
|
type: "explicit-string";
|
|
1079
1076
|
content: string;
|
|
1077
|
+
} | {
|
|
1078
|
+
type: "relative";
|
|
1079
|
+
path: string;
|
|
1080
1080
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1081
1081
|
type: z.ZodLiteral<"explicit-string">;
|
|
1082
1082
|
content: z.ZodString;
|
|
@@ -1106,11 +1106,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1106
1106
|
file: string;
|
|
1107
1107
|
}>]>]>>;
|
|
1108
1108
|
changelog: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1109
|
-
type: "relative";
|
|
1110
|
-
path: string;
|
|
1111
|
-
} | {
|
|
1112
1109
|
type: "explicit-string";
|
|
1113
1110
|
content: string;
|
|
1111
|
+
} | {
|
|
1112
|
+
type: "relative";
|
|
1113
|
+
path: string;
|
|
1114
1114
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1115
1115
|
type: z.ZodLiteral<"explicit-string">;
|
|
1116
1116
|
content: z.ZodString;
|
|
@@ -1140,12 +1140,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1140
1140
|
file: string;
|
|
1141
1141
|
}>]>]>>;
|
|
1142
1142
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1143
|
-
type: "relative";
|
|
1144
|
-
path: string;
|
|
1145
|
-
} | {
|
|
1146
1143
|
type: "explicit-base64";
|
|
1147
1144
|
mimeType: string;
|
|
1148
1145
|
content: string;
|
|
1146
|
+
} | {
|
|
1147
|
+
type: "relative";
|
|
1148
|
+
path: string;
|
|
1149
1149
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1150
1150
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1151
1151
|
mimeType: z.ZodString;
|
|
@@ -1185,12 +1185,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1185
1185
|
name: z.ZodString;
|
|
1186
1186
|
url: z.ZodString;
|
|
1187
1187
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1188
|
-
type: "relative";
|
|
1189
|
-
path: string;
|
|
1190
|
-
} | {
|
|
1191
1188
|
type: "explicit-base64";
|
|
1192
1189
|
mimeType: string;
|
|
1193
1190
|
content: string;
|
|
1191
|
+
} | {
|
|
1192
|
+
type: "relative";
|
|
1193
|
+
path: string;
|
|
1194
1194
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1195
1195
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1196
1196
|
mimeType: z.ZodString;
|
|
@@ -1226,12 +1226,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1226
1226
|
name: z.ZodString;
|
|
1227
1227
|
url: z.ZodString;
|
|
1228
1228
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1229
|
-
type: "relative";
|
|
1230
|
-
path: string;
|
|
1231
|
-
} | {
|
|
1232
1229
|
type: "explicit-base64";
|
|
1233
1230
|
mimeType: string;
|
|
1234
1231
|
content: string;
|
|
1232
|
+
} | {
|
|
1233
|
+
type: "relative";
|
|
1234
|
+
path: string;
|
|
1235
1235
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1236
1236
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1237
1237
|
mimeType: z.ZodString;
|
|
@@ -1267,12 +1267,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1267
1267
|
name: z.ZodString;
|
|
1268
1268
|
url: z.ZodString;
|
|
1269
1269
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1270
|
-
type: "relative";
|
|
1271
|
-
path: string;
|
|
1272
|
-
} | {
|
|
1273
1270
|
type: "explicit-base64";
|
|
1274
1271
|
mimeType: string;
|
|
1275
1272
|
content: string;
|
|
1273
|
+
} | {
|
|
1274
|
+
type: "relative";
|
|
1275
|
+
path: string;
|
|
1276
1276
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1277
1277
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1278
1278
|
mimeType: z.ZodString;
|
|
@@ -1314,12 +1314,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1314
1314
|
name: string;
|
|
1315
1315
|
url: string;
|
|
1316
1316
|
logo?: {
|
|
1317
|
-
type: "relative";
|
|
1318
|
-
path: string;
|
|
1319
|
-
} | {
|
|
1320
1317
|
type: "explicit-base64";
|
|
1321
1318
|
mimeType: string;
|
|
1322
1319
|
content: string;
|
|
1320
|
+
} | {
|
|
1321
|
+
type: "relative";
|
|
1322
|
+
path: string;
|
|
1323
1323
|
} | {
|
|
1324
1324
|
type: "absolute-file";
|
|
1325
1325
|
file: string;
|
|
@@ -1331,32 +1331,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1331
1331
|
description: string;
|
|
1332
1332
|
url?: string | undefined;
|
|
1333
1333
|
longDescription?: {
|
|
1334
|
-
type: "relative";
|
|
1335
|
-
path: string;
|
|
1336
|
-
} | {
|
|
1337
1334
|
type: "explicit-string";
|
|
1338
1335
|
content: string;
|
|
1336
|
+
} | {
|
|
1337
|
+
type: "relative";
|
|
1338
|
+
path: string;
|
|
1339
1339
|
} | {
|
|
1340
1340
|
type: "absolute-file";
|
|
1341
1341
|
file: string;
|
|
1342
1342
|
} | undefined;
|
|
1343
1343
|
changelog?: {
|
|
1344
|
-
type: "relative";
|
|
1345
|
-
path: string;
|
|
1346
|
-
} | {
|
|
1347
1344
|
type: "explicit-string";
|
|
1348
1345
|
content: string;
|
|
1346
|
+
} | {
|
|
1347
|
+
type: "relative";
|
|
1348
|
+
path: string;
|
|
1349
1349
|
} | {
|
|
1350
1350
|
type: "absolute-file";
|
|
1351
1351
|
file: string;
|
|
1352
1352
|
} | undefined;
|
|
1353
1353
|
logo?: {
|
|
1354
|
-
type: "relative";
|
|
1355
|
-
path: string;
|
|
1356
|
-
} | {
|
|
1357
1354
|
type: "explicit-base64";
|
|
1358
1355
|
mimeType: string;
|
|
1359
1356
|
content: string;
|
|
1357
|
+
} | {
|
|
1358
|
+
type: "relative";
|
|
1359
|
+
path: string;
|
|
1360
1360
|
} | {
|
|
1361
1361
|
type: "absolute-file";
|
|
1362
1362
|
file: string;
|
|
@@ -1373,12 +1373,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1373
1373
|
name: string;
|
|
1374
1374
|
url: string;
|
|
1375
1375
|
logo?: string | {
|
|
1376
|
-
type: "relative";
|
|
1377
|
-
path: string;
|
|
1378
|
-
} | {
|
|
1379
1376
|
type: "explicit-base64";
|
|
1380
1377
|
mimeType: string;
|
|
1381
1378
|
content: string;
|
|
1379
|
+
} | {
|
|
1380
|
+
type: "relative";
|
|
1381
|
+
path: string;
|
|
1382
1382
|
} | {
|
|
1383
1383
|
type: "absolute-file";
|
|
1384
1384
|
file: string;
|
|
@@ -1390,32 +1390,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1390
1390
|
description: string;
|
|
1391
1391
|
url?: string | undefined;
|
|
1392
1392
|
longDescription?: string | {
|
|
1393
|
-
type: "relative";
|
|
1394
|
-
path: string;
|
|
1395
|
-
} | {
|
|
1396
1393
|
type: "explicit-string";
|
|
1397
1394
|
content: string;
|
|
1395
|
+
} | {
|
|
1396
|
+
type: "relative";
|
|
1397
|
+
path: string;
|
|
1398
1398
|
} | {
|
|
1399
1399
|
type: "absolute-file";
|
|
1400
1400
|
file: string;
|
|
1401
1401
|
} | undefined;
|
|
1402
1402
|
changelog?: string | {
|
|
1403
|
-
type: "relative";
|
|
1404
|
-
path: string;
|
|
1405
|
-
} | {
|
|
1406
1403
|
type: "explicit-string";
|
|
1407
1404
|
content: string;
|
|
1405
|
+
} | {
|
|
1406
|
+
type: "relative";
|
|
1407
|
+
path: string;
|
|
1408
1408
|
} | {
|
|
1409
1409
|
type: "absolute-file";
|
|
1410
1410
|
file: string;
|
|
1411
1411
|
} | undefined;
|
|
1412
1412
|
logo?: string | {
|
|
1413
|
-
type: "relative";
|
|
1414
|
-
path: string;
|
|
1415
|
-
} | {
|
|
1416
1413
|
type: "explicit-base64";
|
|
1417
1414
|
mimeType: string;
|
|
1418
1415
|
content: string;
|
|
1416
|
+
} | {
|
|
1417
|
+
type: "relative";
|
|
1418
|
+
path: string;
|
|
1419
1419
|
} | {
|
|
1420
1420
|
type: "absolute-file";
|
|
1421
1421
|
file: string;
|
|
@@ -1487,11 +1487,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1487
1487
|
title: z.ZodString;
|
|
1488
1488
|
description: z.ZodString;
|
|
1489
1489
|
longDescription: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1490
|
-
type: "relative";
|
|
1491
|
-
path: string;
|
|
1492
|
-
} | {
|
|
1493
1490
|
type: "explicit-string";
|
|
1494
1491
|
content: string;
|
|
1492
|
+
} | {
|
|
1493
|
+
type: "relative";
|
|
1494
|
+
path: string;
|
|
1495
1495
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1496
1496
|
type: z.ZodLiteral<"explicit-string">;
|
|
1497
1497
|
content: z.ZodString;
|
|
@@ -1521,11 +1521,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1521
1521
|
file: string;
|
|
1522
1522
|
}>]>]>>;
|
|
1523
1523
|
changelog: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1524
|
-
type: "relative";
|
|
1525
|
-
path: string;
|
|
1526
|
-
} | {
|
|
1527
1524
|
type: "explicit-string";
|
|
1528
1525
|
content: string;
|
|
1526
|
+
} | {
|
|
1527
|
+
type: "relative";
|
|
1528
|
+
path: string;
|
|
1529
1529
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1530
1530
|
type: z.ZodLiteral<"explicit-string">;
|
|
1531
1531
|
content: z.ZodString;
|
|
@@ -1555,12 +1555,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1555
1555
|
file: string;
|
|
1556
1556
|
}>]>]>>;
|
|
1557
1557
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1558
|
-
type: "relative";
|
|
1559
|
-
path: string;
|
|
1560
|
-
} | {
|
|
1561
1558
|
type: "explicit-base64";
|
|
1562
1559
|
mimeType: string;
|
|
1563
1560
|
content: string;
|
|
1561
|
+
} | {
|
|
1562
|
+
type: "relative";
|
|
1563
|
+
path: string;
|
|
1564
1564
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1565
1565
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1566
1566
|
mimeType: z.ZodString;
|
|
@@ -1600,12 +1600,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1600
1600
|
name: z.ZodString;
|
|
1601
1601
|
url: z.ZodString;
|
|
1602
1602
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1603
|
-
type: "relative";
|
|
1604
|
-
path: string;
|
|
1605
|
-
} | {
|
|
1606
1603
|
type: "explicit-base64";
|
|
1607
1604
|
mimeType: string;
|
|
1608
1605
|
content: string;
|
|
1606
|
+
} | {
|
|
1607
|
+
type: "relative";
|
|
1608
|
+
path: string;
|
|
1609
1609
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1610
1610
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1611
1611
|
mimeType: z.ZodString;
|
|
@@ -1641,12 +1641,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1641
1641
|
name: z.ZodString;
|
|
1642
1642
|
url: z.ZodString;
|
|
1643
1643
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1644
|
-
type: "relative";
|
|
1645
|
-
path: string;
|
|
1646
|
-
} | {
|
|
1647
1644
|
type: "explicit-base64";
|
|
1648
1645
|
mimeType: string;
|
|
1649
1646
|
content: string;
|
|
1647
|
+
} | {
|
|
1648
|
+
type: "relative";
|
|
1649
|
+
path: string;
|
|
1650
1650
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1651
1651
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1652
1652
|
mimeType: z.ZodString;
|
|
@@ -1682,12 +1682,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1682
1682
|
name: z.ZodString;
|
|
1683
1683
|
url: z.ZodString;
|
|
1684
1684
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
1685
|
-
type: "relative";
|
|
1686
|
-
path: string;
|
|
1687
|
-
} | {
|
|
1688
1685
|
type: "explicit-base64";
|
|
1689
1686
|
mimeType: string;
|
|
1690
1687
|
content: string;
|
|
1688
|
+
} | {
|
|
1689
|
+
type: "relative";
|
|
1690
|
+
path: string;
|
|
1691
1691
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1692
1692
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1693
1693
|
mimeType: z.ZodString;
|
|
@@ -1729,12 +1729,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1729
1729
|
name: string;
|
|
1730
1730
|
url: string;
|
|
1731
1731
|
logo?: {
|
|
1732
|
-
type: "relative";
|
|
1733
|
-
path: string;
|
|
1734
|
-
} | {
|
|
1735
1732
|
type: "explicit-base64";
|
|
1736
1733
|
mimeType: string;
|
|
1737
1734
|
content: string;
|
|
1735
|
+
} | {
|
|
1736
|
+
type: "relative";
|
|
1737
|
+
path: string;
|
|
1738
1738
|
} | {
|
|
1739
1739
|
type: "absolute-file";
|
|
1740
1740
|
file: string;
|
|
@@ -1746,32 +1746,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1746
1746
|
description: string;
|
|
1747
1747
|
url?: string | undefined;
|
|
1748
1748
|
longDescription?: {
|
|
1749
|
-
type: "relative";
|
|
1750
|
-
path: string;
|
|
1751
|
-
} | {
|
|
1752
1749
|
type: "explicit-string";
|
|
1753
1750
|
content: string;
|
|
1751
|
+
} | {
|
|
1752
|
+
type: "relative";
|
|
1753
|
+
path: string;
|
|
1754
1754
|
} | {
|
|
1755
1755
|
type: "absolute-file";
|
|
1756
1756
|
file: string;
|
|
1757
1757
|
} | undefined;
|
|
1758
1758
|
changelog?: {
|
|
1759
|
-
type: "relative";
|
|
1760
|
-
path: string;
|
|
1761
|
-
} | {
|
|
1762
1759
|
type: "explicit-string";
|
|
1763
1760
|
content: string;
|
|
1761
|
+
} | {
|
|
1762
|
+
type: "relative";
|
|
1763
|
+
path: string;
|
|
1764
1764
|
} | {
|
|
1765
1765
|
type: "absolute-file";
|
|
1766
1766
|
file: string;
|
|
1767
1767
|
} | undefined;
|
|
1768
1768
|
logo?: {
|
|
1769
|
-
type: "relative";
|
|
1770
|
-
path: string;
|
|
1771
|
-
} | {
|
|
1772
1769
|
type: "explicit-base64";
|
|
1773
1770
|
mimeType: string;
|
|
1774
1771
|
content: string;
|
|
1772
|
+
} | {
|
|
1773
|
+
type: "relative";
|
|
1774
|
+
path: string;
|
|
1775
1775
|
} | {
|
|
1776
1776
|
type: "absolute-file";
|
|
1777
1777
|
file: string;
|
|
@@ -1788,12 +1788,12 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1788
1788
|
name: string;
|
|
1789
1789
|
url: string;
|
|
1790
1790
|
logo?: string | {
|
|
1791
|
-
type: "relative";
|
|
1792
|
-
path: string;
|
|
1793
|
-
} | {
|
|
1794
1791
|
type: "explicit-base64";
|
|
1795
1792
|
mimeType: string;
|
|
1796
1793
|
content: string;
|
|
1794
|
+
} | {
|
|
1795
|
+
type: "relative";
|
|
1796
|
+
path: string;
|
|
1797
1797
|
} | {
|
|
1798
1798
|
type: "absolute-file";
|
|
1799
1799
|
file: string;
|
|
@@ -1805,32 +1805,32 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1805
1805
|
description: string;
|
|
1806
1806
|
url?: string | undefined;
|
|
1807
1807
|
longDescription?: string | {
|
|
1808
|
-
type: "relative";
|
|
1809
|
-
path: string;
|
|
1810
|
-
} | {
|
|
1811
1808
|
type: "explicit-string";
|
|
1812
1809
|
content: string;
|
|
1810
|
+
} | {
|
|
1811
|
+
type: "relative";
|
|
1812
|
+
path: string;
|
|
1813
1813
|
} | {
|
|
1814
1814
|
type: "absolute-file";
|
|
1815
1815
|
file: string;
|
|
1816
1816
|
} | undefined;
|
|
1817
1817
|
changelog?: string | {
|
|
1818
|
-
type: "relative";
|
|
1819
|
-
path: string;
|
|
1820
|
-
} | {
|
|
1821
1818
|
type: "explicit-string";
|
|
1822
1819
|
content: string;
|
|
1820
|
+
} | {
|
|
1821
|
+
type: "relative";
|
|
1822
|
+
path: string;
|
|
1823
1823
|
} | {
|
|
1824
1824
|
type: "absolute-file";
|
|
1825
1825
|
file: string;
|
|
1826
1826
|
} | undefined;
|
|
1827
1827
|
logo?: string | {
|
|
1828
|
-
type: "relative";
|
|
1829
|
-
path: string;
|
|
1830
|
-
} | {
|
|
1831
1828
|
type: "explicit-base64";
|
|
1832
1829
|
mimeType: string;
|
|
1833
1830
|
content: string;
|
|
1831
|
+
} | {
|
|
1832
|
+
type: "relative";
|
|
1833
|
+
path: string;
|
|
1834
1834
|
} | {
|
|
1835
1835
|
type: "absolute-file";
|
|
1836
1836
|
file: string;
|