@milaboratories/pl-model-middle-layer 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/block_meta/block_components.d.ts +22 -22
- package/dist/block_meta/block_description.d.ts +112 -112
- package/dist/block_meta/block_manifest.d.ts +559 -559
- package/dist/block_meta/block_meta.d.ts +26 -26
- package/dist/block_meta/content_types.d.ts +24 -24
- package/dist/block_registry/block_pack_spec.d.ts +8 -8
- package/dist/block_registry/overview.d.ts +188 -188
- package/dist/block_registry/registry_spec.d.ts +12 -12
- package/dist/block_state.d.ts +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/project_overview.d.ts +1 -1
- package/dist/storage_debug_view.d.ts +11 -0
- package/package.json +5 -5
- package/src/block_state.ts +1 -1
- package/src/index.ts +1 -0
- package/src/project_overview.ts +1 -1
- package/src/storage_debug_view.ts +7 -0
|
@@ -54,8 +54,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
54
54
|
type: "explicit-string";
|
|
55
55
|
content: string;
|
|
56
56
|
} | {
|
|
57
|
-
path: string;
|
|
58
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;
|
|
@@ -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
|
-
path: string;
|
|
73
72
|
type: "relative";
|
|
74
|
-
}, {
|
|
75
73
|
path: string;
|
|
74
|
+
}, {
|
|
76
75
|
type: "relative";
|
|
76
|
+
path: string;
|
|
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
|
-
path: string;
|
|
92
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;
|
|
@@ -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
|
-
path: string;
|
|
107
106
|
type: "relative";
|
|
108
|
-
}, {
|
|
109
107
|
path: string;
|
|
108
|
+
}, {
|
|
110
109
|
type: "relative";
|
|
110
|
+
path: string;
|
|
111
111
|
}>, z.ZodObject<{
|
|
112
112
|
type: z.ZodLiteral<"absolute-file">;
|
|
113
113
|
file: z.ZodString;
|
|
@@ -123,8 +123,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
123
123
|
mimeType: string;
|
|
124
124
|
content: string;
|
|
125
125
|
} | {
|
|
126
|
-
path: string;
|
|
127
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;
|
|
@@ -141,11 +141,11 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
141
141
|
type: z.ZodLiteral<"relative">;
|
|
142
142
|
path: z.ZodString;
|
|
143
143
|
}, "strict", ZodTypeAny, {
|
|
144
|
-
path: string;
|
|
145
144
|
type: "relative";
|
|
146
|
-
}, {
|
|
147
145
|
path: string;
|
|
146
|
+
}, {
|
|
148
147
|
type: "relative";
|
|
148
|
+
path: string;
|
|
149
149
|
}>, z.ZodObject<{
|
|
150
150
|
type: z.ZodLiteral<"absolute-file">;
|
|
151
151
|
file: z.ZodString;
|
|
@@ -168,8 +168,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
168
168
|
mimeType: string;
|
|
169
169
|
content: string;
|
|
170
170
|
} | {
|
|
171
|
-
path: string;
|
|
172
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;
|
|
@@ -186,11 +186,11 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
186
186
|
type: z.ZodLiteral<"relative">;
|
|
187
187
|
path: z.ZodString;
|
|
188
188
|
}, "strict", ZodTypeAny, {
|
|
189
|
-
path: string;
|
|
190
189
|
type: "relative";
|
|
191
|
-
}, {
|
|
192
190
|
path: string;
|
|
191
|
+
}, {
|
|
193
192
|
type: "relative";
|
|
193
|
+
path: string;
|
|
194
194
|
}>, z.ZodObject<{
|
|
195
195
|
type: z.ZodLiteral<"absolute-file">;
|
|
196
196
|
file: z.ZodString;
|
|
@@ -209,8 +209,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
209
209
|
mimeType: string;
|
|
210
210
|
content: string;
|
|
211
211
|
} | {
|
|
212
|
-
path: string;
|
|
213
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;
|
|
@@ -227,11 +227,11 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
227
227
|
type: z.ZodLiteral<"relative">;
|
|
228
228
|
path: z.ZodString;
|
|
229
229
|
}, "strict", ZodTypeAny, {
|
|
230
|
-
path: string;
|
|
231
230
|
type: "relative";
|
|
232
|
-
}, {
|
|
233
231
|
path: string;
|
|
232
|
+
}, {
|
|
234
233
|
type: "relative";
|
|
234
|
+
path: string;
|
|
235
235
|
}>, z.ZodObject<{
|
|
236
236
|
type: z.ZodLiteral<"absolute-file">;
|
|
237
237
|
file: z.ZodString;
|
|
@@ -250,8 +250,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
250
250
|
mimeType: string;
|
|
251
251
|
content: string;
|
|
252
252
|
} | {
|
|
253
|
-
path: string;
|
|
254
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;
|
|
@@ -268,11 +268,11 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
268
268
|
type: z.ZodLiteral<"relative">;
|
|
269
269
|
path: z.ZodString;
|
|
270
270
|
}, "strict", ZodTypeAny, {
|
|
271
|
-
path: string;
|
|
272
271
|
type: "relative";
|
|
273
|
-
}, {
|
|
274
272
|
path: string;
|
|
273
|
+
}, {
|
|
275
274
|
type: "relative";
|
|
275
|
+
path: string;
|
|
276
276
|
}>, z.ZodObject<{
|
|
277
277
|
type: z.ZodLiteral<"absolute-file">;
|
|
278
278
|
file: z.ZodString;
|
|
@@ -297,8 +297,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
297
297
|
mimeType: string;
|
|
298
298
|
content: string;
|
|
299
299
|
} | {
|
|
300
|
-
path: string;
|
|
301
300
|
type: "relative";
|
|
301
|
+
path: string;
|
|
302
302
|
} | {
|
|
303
303
|
type: "absolute-file";
|
|
304
304
|
file: string;
|
|
@@ -312,8 +312,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
312
312
|
type: "explicit-string";
|
|
313
313
|
content: string;
|
|
314
314
|
} | {
|
|
315
|
-
path: string;
|
|
316
315
|
type: "relative";
|
|
316
|
+
path: string;
|
|
317
317
|
} | {
|
|
318
318
|
type: "absolute-file";
|
|
319
319
|
file: string;
|
|
@@ -322,8 +322,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
322
322
|
type: "explicit-string";
|
|
323
323
|
content: string;
|
|
324
324
|
} | {
|
|
325
|
-
path: string;
|
|
326
325
|
type: "relative";
|
|
326
|
+
path: string;
|
|
327
327
|
} | {
|
|
328
328
|
type: "absolute-file";
|
|
329
329
|
file: string;
|
|
@@ -333,8 +333,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
333
333
|
mimeType: string;
|
|
334
334
|
content: string;
|
|
335
335
|
} | {
|
|
336
|
-
path: string;
|
|
337
336
|
type: "relative";
|
|
337
|
+
path: string;
|
|
338
338
|
} | {
|
|
339
339
|
type: "absolute-file";
|
|
340
340
|
file: string;
|
|
@@ -356,8 +356,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
356
356
|
mimeType: string;
|
|
357
357
|
content: string;
|
|
358
358
|
} | {
|
|
359
|
-
path: string;
|
|
360
359
|
type: "relative";
|
|
360
|
+
path: string;
|
|
361
361
|
} | {
|
|
362
362
|
type: "absolute-file";
|
|
363
363
|
file: string;
|
|
@@ -371,8 +371,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
371
371
|
type: "explicit-string";
|
|
372
372
|
content: string;
|
|
373
373
|
} | {
|
|
374
|
-
path: string;
|
|
375
374
|
type: "relative";
|
|
375
|
+
path: string;
|
|
376
376
|
} | {
|
|
377
377
|
type: "absolute-file";
|
|
378
378
|
file: string;
|
|
@@ -381,8 +381,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
381
381
|
type: "explicit-string";
|
|
382
382
|
content: string;
|
|
383
383
|
} | {
|
|
384
|
-
path: string;
|
|
385
384
|
type: "relative";
|
|
385
|
+
path: string;
|
|
386
386
|
} | {
|
|
387
387
|
type: "absolute-file";
|
|
388
388
|
file: string;
|
|
@@ -392,8 +392,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
392
392
|
mimeType: string;
|
|
393
393
|
content: string;
|
|
394
394
|
} | {
|
|
395
|
-
path: string;
|
|
396
395
|
type: "relative";
|
|
396
|
+
path: string;
|
|
397
397
|
} | {
|
|
398
398
|
type: "absolute-file";
|
|
399
399
|
file: string;
|
|
@@ -417,8 +417,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
417
417
|
mimeType: string;
|
|
418
418
|
content: string;
|
|
419
419
|
} | {
|
|
420
|
-
path: string;
|
|
421
420
|
type: "relative";
|
|
421
|
+
path: string;
|
|
422
422
|
} | {
|
|
423
423
|
type: "absolute-file";
|
|
424
424
|
file: string;
|
|
@@ -432,8 +432,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
432
432
|
type: "explicit-string";
|
|
433
433
|
content: string;
|
|
434
434
|
} | {
|
|
435
|
-
path: string;
|
|
436
435
|
type: "relative";
|
|
436
|
+
path: string;
|
|
437
437
|
} | {
|
|
438
438
|
type: "absolute-file";
|
|
439
439
|
file: string;
|
|
@@ -442,8 +442,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
442
442
|
type: "explicit-string";
|
|
443
443
|
content: string;
|
|
444
444
|
} | {
|
|
445
|
-
path: string;
|
|
446
445
|
type: "relative";
|
|
446
|
+
path: string;
|
|
447
447
|
} | {
|
|
448
448
|
type: "absolute-file";
|
|
449
449
|
file: string;
|
|
@@ -453,8 +453,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
453
453
|
mimeType: string;
|
|
454
454
|
content: string;
|
|
455
455
|
} | {
|
|
456
|
-
path: string;
|
|
457
456
|
type: "relative";
|
|
457
|
+
path: string;
|
|
458
458
|
} | {
|
|
459
459
|
type: "absolute-file";
|
|
460
460
|
file: string;
|
|
@@ -486,8 +486,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
486
486
|
mimeType: string;
|
|
487
487
|
content: string;
|
|
488
488
|
} | {
|
|
489
|
-
path: string;
|
|
490
489
|
type: "relative";
|
|
490
|
+
path: string;
|
|
491
491
|
} | {
|
|
492
492
|
type: "absolute-file";
|
|
493
493
|
file: string;
|
|
@@ -501,8 +501,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
501
501
|
type: "explicit-string";
|
|
502
502
|
content: string;
|
|
503
503
|
} | {
|
|
504
|
-
path: string;
|
|
505
504
|
type: "relative";
|
|
505
|
+
path: string;
|
|
506
506
|
} | {
|
|
507
507
|
type: "absolute-file";
|
|
508
508
|
file: string;
|
|
@@ -511,8 +511,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
511
511
|
type: "explicit-string";
|
|
512
512
|
content: string;
|
|
513
513
|
} | {
|
|
514
|
-
path: string;
|
|
515
514
|
type: "relative";
|
|
515
|
+
path: string;
|
|
516
516
|
} | {
|
|
517
517
|
type: "absolute-file";
|
|
518
518
|
file: string;
|
|
@@ -522,8 +522,8 @@ declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
522
522
|
mimeType: string;
|
|
523
523
|
content: string;
|
|
524
524
|
} | {
|
|
525
|
-
path: string;
|
|
526
525
|
type: "relative";
|
|
526
|
+
path: string;
|
|
527
527
|
} | {
|
|
528
528
|
type: "absolute-file";
|
|
529
529
|
file: string;
|
|
@@ -660,8 +660,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
660
660
|
type: "explicit-string";
|
|
661
661
|
content: string;
|
|
662
662
|
} | {
|
|
663
|
-
path: string;
|
|
664
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;
|
|
@@ -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
|
-
path: string;
|
|
679
678
|
type: "relative";
|
|
680
|
-
}, {
|
|
681
679
|
path: string;
|
|
680
|
+
}, {
|
|
682
681
|
type: "relative";
|
|
682
|
+
path: string;
|
|
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
|
-
path: string;
|
|
698
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;
|
|
@@ -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
|
-
path: string;
|
|
713
712
|
type: "relative";
|
|
714
|
-
}, {
|
|
715
713
|
path: string;
|
|
714
|
+
}, {
|
|
716
715
|
type: "relative";
|
|
716
|
+
path: string;
|
|
717
717
|
}>, z.ZodObject<{
|
|
718
718
|
type: z.ZodLiteral<"absolute-file">;
|
|
719
719
|
file: z.ZodString;
|
|
@@ -729,8 +729,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
729
729
|
mimeType: string;
|
|
730
730
|
content: string;
|
|
731
731
|
} | {
|
|
732
|
-
path: string;
|
|
733
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;
|
|
@@ -747,11 +747,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
747
747
|
type: z.ZodLiteral<"relative">;
|
|
748
748
|
path: z.ZodString;
|
|
749
749
|
}, "strict", ZodTypeAny, {
|
|
750
|
-
path: string;
|
|
751
750
|
type: "relative";
|
|
752
|
-
}, {
|
|
753
751
|
path: string;
|
|
752
|
+
}, {
|
|
754
753
|
type: "relative";
|
|
754
|
+
path: string;
|
|
755
755
|
}>, z.ZodObject<{
|
|
756
756
|
type: z.ZodLiteral<"absolute-file">;
|
|
757
757
|
file: z.ZodString;
|
|
@@ -774,8 +774,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
774
774
|
mimeType: string;
|
|
775
775
|
content: string;
|
|
776
776
|
} | {
|
|
777
|
-
path: string;
|
|
778
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;
|
|
@@ -792,11 +792,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
792
792
|
type: z.ZodLiteral<"relative">;
|
|
793
793
|
path: z.ZodString;
|
|
794
794
|
}, "strict", ZodTypeAny, {
|
|
795
|
-
path: string;
|
|
796
795
|
type: "relative";
|
|
797
|
-
}, {
|
|
798
796
|
path: string;
|
|
797
|
+
}, {
|
|
799
798
|
type: "relative";
|
|
799
|
+
path: string;
|
|
800
800
|
}>, z.ZodObject<{
|
|
801
801
|
type: z.ZodLiteral<"absolute-file">;
|
|
802
802
|
file: z.ZodString;
|
|
@@ -815,8 +815,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
815
815
|
mimeType: string;
|
|
816
816
|
content: string;
|
|
817
817
|
} | {
|
|
818
|
-
path: string;
|
|
819
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;
|
|
@@ -833,11 +833,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
833
833
|
type: z.ZodLiteral<"relative">;
|
|
834
834
|
path: z.ZodString;
|
|
835
835
|
}, "strict", ZodTypeAny, {
|
|
836
|
-
path: string;
|
|
837
836
|
type: "relative";
|
|
838
|
-
}, {
|
|
839
837
|
path: string;
|
|
838
|
+
}, {
|
|
840
839
|
type: "relative";
|
|
840
|
+
path: string;
|
|
841
841
|
}>, z.ZodObject<{
|
|
842
842
|
type: z.ZodLiteral<"absolute-file">;
|
|
843
843
|
file: z.ZodString;
|
|
@@ -856,8 +856,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
856
856
|
mimeType: string;
|
|
857
857
|
content: string;
|
|
858
858
|
} | {
|
|
859
|
-
path: string;
|
|
860
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;
|
|
@@ -874,11 +874,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
874
874
|
type: z.ZodLiteral<"relative">;
|
|
875
875
|
path: z.ZodString;
|
|
876
876
|
}, "strict", ZodTypeAny, {
|
|
877
|
-
path: string;
|
|
878
877
|
type: "relative";
|
|
879
|
-
}, {
|
|
880
878
|
path: string;
|
|
879
|
+
}, {
|
|
881
880
|
type: "relative";
|
|
881
|
+
path: string;
|
|
882
882
|
}>, z.ZodObject<{
|
|
883
883
|
type: z.ZodLiteral<"absolute-file">;
|
|
884
884
|
file: z.ZodString;
|
|
@@ -903,8 +903,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
903
903
|
mimeType: string;
|
|
904
904
|
content: string;
|
|
905
905
|
} | {
|
|
906
|
-
path: string;
|
|
907
906
|
type: "relative";
|
|
907
|
+
path: string;
|
|
908
908
|
} | {
|
|
909
909
|
type: "absolute-file";
|
|
910
910
|
file: string;
|
|
@@ -918,8 +918,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
918
918
|
type: "explicit-string";
|
|
919
919
|
content: string;
|
|
920
920
|
} | {
|
|
921
|
-
path: string;
|
|
922
921
|
type: "relative";
|
|
922
|
+
path: string;
|
|
923
923
|
} | {
|
|
924
924
|
type: "absolute-file";
|
|
925
925
|
file: string;
|
|
@@ -928,8 +928,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
928
928
|
type: "explicit-string";
|
|
929
929
|
content: string;
|
|
930
930
|
} | {
|
|
931
|
-
path: string;
|
|
932
931
|
type: "relative";
|
|
932
|
+
path: string;
|
|
933
933
|
} | {
|
|
934
934
|
type: "absolute-file";
|
|
935
935
|
file: string;
|
|
@@ -939,8 +939,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
939
939
|
mimeType: string;
|
|
940
940
|
content: string;
|
|
941
941
|
} | {
|
|
942
|
-
path: string;
|
|
943
942
|
type: "relative";
|
|
943
|
+
path: string;
|
|
944
944
|
} | {
|
|
945
945
|
type: "absolute-file";
|
|
946
946
|
file: string;
|
|
@@ -962,8 +962,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
962
962
|
mimeType: string;
|
|
963
963
|
content: string;
|
|
964
964
|
} | {
|
|
965
|
-
path: string;
|
|
966
965
|
type: "relative";
|
|
966
|
+
path: string;
|
|
967
967
|
} | {
|
|
968
968
|
type: "absolute-file";
|
|
969
969
|
file: string;
|
|
@@ -977,8 +977,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
977
977
|
type: "explicit-string";
|
|
978
978
|
content: string;
|
|
979
979
|
} | {
|
|
980
|
-
path: string;
|
|
981
980
|
type: "relative";
|
|
981
|
+
path: string;
|
|
982
982
|
} | {
|
|
983
983
|
type: "absolute-file";
|
|
984
984
|
file: string;
|
|
@@ -987,8 +987,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
987
987
|
type: "explicit-string";
|
|
988
988
|
content: string;
|
|
989
989
|
} | {
|
|
990
|
-
path: string;
|
|
991
990
|
type: "relative";
|
|
991
|
+
path: string;
|
|
992
992
|
} | {
|
|
993
993
|
type: "absolute-file";
|
|
994
994
|
file: string;
|
|
@@ -998,8 +998,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
998
998
|
mimeType: string;
|
|
999
999
|
content: string;
|
|
1000
1000
|
} | {
|
|
1001
|
-
path: string;
|
|
1002
1001
|
type: "relative";
|
|
1002
|
+
path: string;
|
|
1003
1003
|
} | {
|
|
1004
1004
|
type: "absolute-file";
|
|
1005
1005
|
file: string;
|
|
@@ -1075,8 +1075,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1075
1075
|
type: "explicit-string";
|
|
1076
1076
|
content: string;
|
|
1077
1077
|
} | {
|
|
1078
|
-
path: string;
|
|
1079
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;
|
|
@@ -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
|
-
path: string;
|
|
1094
1093
|
type: "relative";
|
|
1095
|
-
}, {
|
|
1096
1094
|
path: string;
|
|
1095
|
+
}, {
|
|
1097
1096
|
type: "relative";
|
|
1097
|
+
path: string;
|
|
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
|
-
path: string;
|
|
1113
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;
|
|
@@ -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
|
-
path: string;
|
|
1128
1127
|
type: "relative";
|
|
1129
|
-
}, {
|
|
1130
1128
|
path: string;
|
|
1129
|
+
}, {
|
|
1131
1130
|
type: "relative";
|
|
1131
|
+
path: string;
|
|
1132
1132
|
}>, z.ZodObject<{
|
|
1133
1133
|
type: z.ZodLiteral<"absolute-file">;
|
|
1134
1134
|
file: z.ZodString;
|
|
@@ -1144,8 +1144,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1144
1144
|
mimeType: string;
|
|
1145
1145
|
content: string;
|
|
1146
1146
|
} | {
|
|
1147
|
-
path: string;
|
|
1148
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;
|
|
@@ -1162,11 +1162,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1162
1162
|
type: z.ZodLiteral<"relative">;
|
|
1163
1163
|
path: z.ZodString;
|
|
1164
1164
|
}, "strict", ZodTypeAny, {
|
|
1165
|
-
path: string;
|
|
1166
1165
|
type: "relative";
|
|
1167
|
-
}, {
|
|
1168
1166
|
path: string;
|
|
1167
|
+
}, {
|
|
1169
1168
|
type: "relative";
|
|
1169
|
+
path: string;
|
|
1170
1170
|
}>, z.ZodObject<{
|
|
1171
1171
|
type: z.ZodLiteral<"absolute-file">;
|
|
1172
1172
|
file: z.ZodString;
|
|
@@ -1189,8 +1189,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1189
1189
|
mimeType: string;
|
|
1190
1190
|
content: string;
|
|
1191
1191
|
} | {
|
|
1192
|
-
path: string;
|
|
1193
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;
|
|
@@ -1207,11 +1207,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1207
1207
|
type: z.ZodLiteral<"relative">;
|
|
1208
1208
|
path: z.ZodString;
|
|
1209
1209
|
}, "strict", ZodTypeAny, {
|
|
1210
|
-
path: string;
|
|
1211
1210
|
type: "relative";
|
|
1212
|
-
}, {
|
|
1213
1211
|
path: string;
|
|
1212
|
+
}, {
|
|
1214
1213
|
type: "relative";
|
|
1214
|
+
path: string;
|
|
1215
1215
|
}>, z.ZodObject<{
|
|
1216
1216
|
type: z.ZodLiteral<"absolute-file">;
|
|
1217
1217
|
file: z.ZodString;
|
|
@@ -1230,8 +1230,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1230
1230
|
mimeType: string;
|
|
1231
1231
|
content: string;
|
|
1232
1232
|
} | {
|
|
1233
|
-
path: string;
|
|
1234
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;
|
|
@@ -1248,11 +1248,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1248
1248
|
type: z.ZodLiteral<"relative">;
|
|
1249
1249
|
path: z.ZodString;
|
|
1250
1250
|
}, "strict", ZodTypeAny, {
|
|
1251
|
-
path: string;
|
|
1252
1251
|
type: "relative";
|
|
1253
|
-
}, {
|
|
1254
1252
|
path: string;
|
|
1253
|
+
}, {
|
|
1255
1254
|
type: "relative";
|
|
1255
|
+
path: string;
|
|
1256
1256
|
}>, z.ZodObject<{
|
|
1257
1257
|
type: z.ZodLiteral<"absolute-file">;
|
|
1258
1258
|
file: z.ZodString;
|
|
@@ -1271,8 +1271,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1271
1271
|
mimeType: string;
|
|
1272
1272
|
content: string;
|
|
1273
1273
|
} | {
|
|
1274
|
-
path: string;
|
|
1275
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;
|
|
@@ -1289,11 +1289,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1289
1289
|
type: z.ZodLiteral<"relative">;
|
|
1290
1290
|
path: z.ZodString;
|
|
1291
1291
|
}, "strict", ZodTypeAny, {
|
|
1292
|
-
path: string;
|
|
1293
1292
|
type: "relative";
|
|
1294
|
-
}, {
|
|
1295
1293
|
path: string;
|
|
1294
|
+
}, {
|
|
1296
1295
|
type: "relative";
|
|
1296
|
+
path: string;
|
|
1297
1297
|
}>, z.ZodObject<{
|
|
1298
1298
|
type: z.ZodLiteral<"absolute-file">;
|
|
1299
1299
|
file: z.ZodString;
|
|
@@ -1318,8 +1318,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1318
1318
|
mimeType: string;
|
|
1319
1319
|
content: string;
|
|
1320
1320
|
} | {
|
|
1321
|
-
path: string;
|
|
1322
1321
|
type: "relative";
|
|
1322
|
+
path: string;
|
|
1323
1323
|
} | {
|
|
1324
1324
|
type: "absolute-file";
|
|
1325
1325
|
file: string;
|
|
@@ -1333,8 +1333,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1333
1333
|
type: "explicit-string";
|
|
1334
1334
|
content: string;
|
|
1335
1335
|
} | {
|
|
1336
|
-
path: string;
|
|
1337
1336
|
type: "relative";
|
|
1337
|
+
path: string;
|
|
1338
1338
|
} | {
|
|
1339
1339
|
type: "absolute-file";
|
|
1340
1340
|
file: string;
|
|
@@ -1343,8 +1343,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1343
1343
|
type: "explicit-string";
|
|
1344
1344
|
content: string;
|
|
1345
1345
|
} | {
|
|
1346
|
-
path: string;
|
|
1347
1346
|
type: "relative";
|
|
1347
|
+
path: string;
|
|
1348
1348
|
} | {
|
|
1349
1349
|
type: "absolute-file";
|
|
1350
1350
|
file: string;
|
|
@@ -1354,8 +1354,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1354
1354
|
mimeType: string;
|
|
1355
1355
|
content: string;
|
|
1356
1356
|
} | {
|
|
1357
|
-
path: string;
|
|
1358
1357
|
type: "relative";
|
|
1358
|
+
path: string;
|
|
1359
1359
|
} | {
|
|
1360
1360
|
type: "absolute-file";
|
|
1361
1361
|
file: string;
|
|
@@ -1377,8 +1377,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1377
1377
|
mimeType: string;
|
|
1378
1378
|
content: string;
|
|
1379
1379
|
} | {
|
|
1380
|
-
path: string;
|
|
1381
1380
|
type: "relative";
|
|
1381
|
+
path: string;
|
|
1382
1382
|
} | {
|
|
1383
1383
|
type: "absolute-file";
|
|
1384
1384
|
file: string;
|
|
@@ -1392,8 +1392,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1392
1392
|
type: "explicit-string";
|
|
1393
1393
|
content: string;
|
|
1394
1394
|
} | {
|
|
1395
|
-
path: string;
|
|
1396
1395
|
type: "relative";
|
|
1396
|
+
path: string;
|
|
1397
1397
|
} | {
|
|
1398
1398
|
type: "absolute-file";
|
|
1399
1399
|
file: string;
|
|
@@ -1402,8 +1402,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1402
1402
|
type: "explicit-string";
|
|
1403
1403
|
content: string;
|
|
1404
1404
|
} | {
|
|
1405
|
-
path: string;
|
|
1406
1405
|
type: "relative";
|
|
1406
|
+
path: string;
|
|
1407
1407
|
} | {
|
|
1408
1408
|
type: "absolute-file";
|
|
1409
1409
|
file: string;
|
|
@@ -1413,8 +1413,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1413
1413
|
mimeType: string;
|
|
1414
1414
|
content: string;
|
|
1415
1415
|
} | {
|
|
1416
|
-
path: string;
|
|
1417
1416
|
type: "relative";
|
|
1417
|
+
path: string;
|
|
1418
1418
|
} | {
|
|
1419
1419
|
type: "absolute-file";
|
|
1420
1420
|
file: string;
|
|
@@ -1490,8 +1490,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1490
1490
|
type: "explicit-string";
|
|
1491
1491
|
content: string;
|
|
1492
1492
|
} | {
|
|
1493
|
-
path: string;
|
|
1494
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;
|
|
@@ -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
|
-
path: string;
|
|
1509
1508
|
type: "relative";
|
|
1510
|
-
}, {
|
|
1511
1509
|
path: string;
|
|
1510
|
+
}, {
|
|
1512
1511
|
type: "relative";
|
|
1512
|
+
path: string;
|
|
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
|
-
path: string;
|
|
1528
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;
|
|
@@ -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
|
-
path: string;
|
|
1543
1542
|
type: "relative";
|
|
1544
|
-
}, {
|
|
1545
1543
|
path: string;
|
|
1544
|
+
}, {
|
|
1546
1545
|
type: "relative";
|
|
1546
|
+
path: string;
|
|
1547
1547
|
}>, z.ZodObject<{
|
|
1548
1548
|
type: z.ZodLiteral<"absolute-file">;
|
|
1549
1549
|
file: z.ZodString;
|
|
@@ -1559,8 +1559,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1559
1559
|
mimeType: string;
|
|
1560
1560
|
content: string;
|
|
1561
1561
|
} | {
|
|
1562
|
-
path: string;
|
|
1563
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;
|
|
@@ -1577,11 +1577,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1577
1577
|
type: z.ZodLiteral<"relative">;
|
|
1578
1578
|
path: z.ZodString;
|
|
1579
1579
|
}, "strict", ZodTypeAny, {
|
|
1580
|
-
path: string;
|
|
1581
1580
|
type: "relative";
|
|
1582
|
-
}, {
|
|
1583
1581
|
path: string;
|
|
1582
|
+
}, {
|
|
1584
1583
|
type: "relative";
|
|
1584
|
+
path: string;
|
|
1585
1585
|
}>, z.ZodObject<{
|
|
1586
1586
|
type: z.ZodLiteral<"absolute-file">;
|
|
1587
1587
|
file: z.ZodString;
|
|
@@ -1604,8 +1604,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1604
1604
|
mimeType: string;
|
|
1605
1605
|
content: string;
|
|
1606
1606
|
} | {
|
|
1607
|
-
path: string;
|
|
1608
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;
|
|
@@ -1622,11 +1622,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1622
1622
|
type: z.ZodLiteral<"relative">;
|
|
1623
1623
|
path: z.ZodString;
|
|
1624
1624
|
}, "strict", ZodTypeAny, {
|
|
1625
|
-
path: string;
|
|
1626
1625
|
type: "relative";
|
|
1627
|
-
}, {
|
|
1628
1626
|
path: string;
|
|
1627
|
+
}, {
|
|
1629
1628
|
type: "relative";
|
|
1629
|
+
path: string;
|
|
1630
1630
|
}>, z.ZodObject<{
|
|
1631
1631
|
type: z.ZodLiteral<"absolute-file">;
|
|
1632
1632
|
file: z.ZodString;
|
|
@@ -1645,8 +1645,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1645
1645
|
mimeType: string;
|
|
1646
1646
|
content: string;
|
|
1647
1647
|
} | {
|
|
1648
|
-
path: string;
|
|
1649
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;
|
|
@@ -1663,11 +1663,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1663
1663
|
type: z.ZodLiteral<"relative">;
|
|
1664
1664
|
path: z.ZodString;
|
|
1665
1665
|
}, "strict", ZodTypeAny, {
|
|
1666
|
-
path: string;
|
|
1667
1666
|
type: "relative";
|
|
1668
|
-
}, {
|
|
1669
1667
|
path: string;
|
|
1668
|
+
}, {
|
|
1670
1669
|
type: "relative";
|
|
1670
|
+
path: string;
|
|
1671
1671
|
}>, z.ZodObject<{
|
|
1672
1672
|
type: z.ZodLiteral<"absolute-file">;
|
|
1673
1673
|
file: z.ZodString;
|
|
@@ -1686,8 +1686,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1686
1686
|
mimeType: string;
|
|
1687
1687
|
content: string;
|
|
1688
1688
|
} | {
|
|
1689
|
-
path: string;
|
|
1690
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;
|
|
@@ -1704,11 +1704,11 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1704
1704
|
type: z.ZodLiteral<"relative">;
|
|
1705
1705
|
path: z.ZodString;
|
|
1706
1706
|
}, "strict", ZodTypeAny, {
|
|
1707
|
-
path: string;
|
|
1708
1707
|
type: "relative";
|
|
1709
|
-
}, {
|
|
1710
1708
|
path: string;
|
|
1709
|
+
}, {
|
|
1711
1710
|
type: "relative";
|
|
1711
|
+
path: string;
|
|
1712
1712
|
}>, z.ZodObject<{
|
|
1713
1713
|
type: z.ZodLiteral<"absolute-file">;
|
|
1714
1714
|
file: z.ZodString;
|
|
@@ -1733,8 +1733,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1733
1733
|
mimeType: string;
|
|
1734
1734
|
content: string;
|
|
1735
1735
|
} | {
|
|
1736
|
-
path: string;
|
|
1737
1736
|
type: "relative";
|
|
1737
|
+
path: string;
|
|
1738
1738
|
} | {
|
|
1739
1739
|
type: "absolute-file";
|
|
1740
1740
|
file: string;
|
|
@@ -1748,8 +1748,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1748
1748
|
type: "explicit-string";
|
|
1749
1749
|
content: string;
|
|
1750
1750
|
} | {
|
|
1751
|
-
path: string;
|
|
1752
1751
|
type: "relative";
|
|
1752
|
+
path: string;
|
|
1753
1753
|
} | {
|
|
1754
1754
|
type: "absolute-file";
|
|
1755
1755
|
file: string;
|
|
@@ -1758,8 +1758,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1758
1758
|
type: "explicit-string";
|
|
1759
1759
|
content: string;
|
|
1760
1760
|
} | {
|
|
1761
|
-
path: string;
|
|
1762
1761
|
type: "relative";
|
|
1762
|
+
path: string;
|
|
1763
1763
|
} | {
|
|
1764
1764
|
type: "absolute-file";
|
|
1765
1765
|
file: string;
|
|
@@ -1769,8 +1769,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1769
1769
|
mimeType: string;
|
|
1770
1770
|
content: string;
|
|
1771
1771
|
} | {
|
|
1772
|
-
path: string;
|
|
1773
1772
|
type: "relative";
|
|
1773
|
+
path: string;
|
|
1774
1774
|
} | {
|
|
1775
1775
|
type: "absolute-file";
|
|
1776
1776
|
file: string;
|
|
@@ -1792,8 +1792,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1792
1792
|
mimeType: string;
|
|
1793
1793
|
content: string;
|
|
1794
1794
|
} | {
|
|
1795
|
-
path: string;
|
|
1796
1795
|
type: "relative";
|
|
1796
|
+
path: string;
|
|
1797
1797
|
} | {
|
|
1798
1798
|
type: "absolute-file";
|
|
1799
1799
|
file: string;
|
|
@@ -1807,8 +1807,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1807
1807
|
type: "explicit-string";
|
|
1808
1808
|
content: string;
|
|
1809
1809
|
} | {
|
|
1810
|
-
path: string;
|
|
1811
1810
|
type: "relative";
|
|
1811
|
+
path: string;
|
|
1812
1812
|
} | {
|
|
1813
1813
|
type: "absolute-file";
|
|
1814
1814
|
file: string;
|
|
@@ -1817,8 +1817,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1817
1817
|
type: "explicit-string";
|
|
1818
1818
|
content: string;
|
|
1819
1819
|
} | {
|
|
1820
|
-
path: string;
|
|
1821
1820
|
type: "relative";
|
|
1821
|
+
path: string;
|
|
1822
1822
|
} | {
|
|
1823
1823
|
type: "absolute-file";
|
|
1824
1824
|
file: string;
|
|
@@ -1828,8 +1828,8 @@ declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1828
1828
|
mimeType: string;
|
|
1829
1829
|
content: string;
|
|
1830
1830
|
} | {
|
|
1831
|
-
path: string;
|
|
1832
1831
|
type: "relative";
|
|
1832
|
+
path: string;
|
|
1833
1833
|
} | {
|
|
1834
1834
|
type: "absolute-file";
|
|
1835
1835
|
file: string;
|