@platforma-sdk/block-tools 2.6.64 → 2.6.65
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/v2/model/block_components.d.ts +57 -57
- package/dist/v2/model/block_description.d.ts +850 -850
- package/dist/v2/model/block_meta.d.ts +66 -66
- package/package.json +11 -11
|
@@ -7,8 +7,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
7
7
|
type: "explicit-string";
|
|
8
8
|
content: string;
|
|
9
9
|
} | {
|
|
10
|
-
path: string;
|
|
11
10
|
type: "relative";
|
|
11
|
+
path: string;
|
|
12
12
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
13
13
|
type: z.ZodLiteral<"explicit-string">;
|
|
14
14
|
content: z.ZodString;
|
|
@@ -22,11 +22,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
22
22
|
type: z.ZodLiteral<"relative">;
|
|
23
23
|
path: z.ZodString;
|
|
24
24
|
}, "strict", z.ZodTypeAny, {
|
|
25
|
-
path: string;
|
|
26
25
|
type: "relative";
|
|
27
|
-
}, {
|
|
28
26
|
path: string;
|
|
27
|
+
}, {
|
|
29
28
|
type: "relative";
|
|
29
|
+
path: string;
|
|
30
30
|
}>, z.ZodObject<{
|
|
31
31
|
type: z.ZodLiteral<"absolute-file">;
|
|
32
32
|
file: z.ZodString;
|
|
@@ -52,8 +52,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
52
52
|
type: "explicit-string";
|
|
53
53
|
content: string;
|
|
54
54
|
} | {
|
|
55
|
-
path: string;
|
|
56
55
|
type: "relative";
|
|
56
|
+
path: string;
|
|
57
57
|
} | {
|
|
58
58
|
type: "absolute-file";
|
|
59
59
|
file: string;
|
|
@@ -62,8 +62,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
62
62
|
type: "explicit-string";
|
|
63
63
|
content: string;
|
|
64
64
|
} | {
|
|
65
|
-
path: string;
|
|
66
65
|
type: "relative";
|
|
66
|
+
path: string;
|
|
67
67
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
68
68
|
type: z.ZodLiteral<"explicit-string">;
|
|
69
69
|
content: z.ZodString;
|
|
@@ -77,11 +77,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
77
77
|
type: z.ZodLiteral<"relative">;
|
|
78
78
|
path: z.ZodString;
|
|
79
79
|
}, "strict", z.ZodTypeAny, {
|
|
80
|
-
path: string;
|
|
81
80
|
type: "relative";
|
|
82
|
-
}, {
|
|
83
81
|
path: string;
|
|
82
|
+
}, {
|
|
84
83
|
type: "relative";
|
|
84
|
+
path: string;
|
|
85
85
|
}>, z.ZodObject<{
|
|
86
86
|
type: z.ZodLiteral<"absolute-file">;
|
|
87
87
|
file: z.ZodString;
|
|
@@ -107,8 +107,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
107
107
|
type: "explicit-string";
|
|
108
108
|
content: string;
|
|
109
109
|
} | {
|
|
110
|
-
path: string;
|
|
111
110
|
type: "relative";
|
|
111
|
+
path: string;
|
|
112
112
|
} | {
|
|
113
113
|
type: "absolute-file";
|
|
114
114
|
file: string;
|
|
@@ -118,8 +118,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
118
118
|
mimeType: string;
|
|
119
119
|
content: string;
|
|
120
120
|
} | {
|
|
121
|
-
path: string;
|
|
122
121
|
type: "relative";
|
|
122
|
+
path: string;
|
|
123
123
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
124
124
|
type: z.ZodLiteral<"explicit-base64">;
|
|
125
125
|
mimeType: z.ZodString;
|
|
@@ -136,11 +136,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
136
136
|
type: z.ZodLiteral<"relative">;
|
|
137
137
|
path: z.ZodString;
|
|
138
138
|
}, "strict", z.ZodTypeAny, {
|
|
139
|
-
path: string;
|
|
140
139
|
type: "relative";
|
|
141
|
-
}, {
|
|
142
140
|
path: string;
|
|
141
|
+
}, {
|
|
143
142
|
type: "relative";
|
|
143
|
+
path: string;
|
|
144
144
|
}>, z.ZodObject<{
|
|
145
145
|
type: z.ZodLiteral<"absolute-file">;
|
|
146
146
|
file: z.ZodString;
|
|
@@ -169,8 +169,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
169
169
|
mimeType: string;
|
|
170
170
|
content: string;
|
|
171
171
|
} | {
|
|
172
|
-
path: string;
|
|
173
172
|
type: "relative";
|
|
173
|
+
path: string;
|
|
174
174
|
} | {
|
|
175
175
|
type: "absolute-file";
|
|
176
176
|
file: string;
|
|
@@ -187,8 +187,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
187
187
|
mimeType: string;
|
|
188
188
|
content: string;
|
|
189
189
|
} | {
|
|
190
|
-
path: string;
|
|
191
190
|
type: "relative";
|
|
191
|
+
path: string;
|
|
192
192
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
193
193
|
type: z.ZodLiteral<"explicit-base64">;
|
|
194
194
|
mimeType: z.ZodString;
|
|
@@ -205,11 +205,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
205
205
|
type: z.ZodLiteral<"relative">;
|
|
206
206
|
path: z.ZodString;
|
|
207
207
|
}, "strict", z.ZodTypeAny, {
|
|
208
|
-
path: string;
|
|
209
208
|
type: "relative";
|
|
210
|
-
}, {
|
|
211
209
|
path: string;
|
|
210
|
+
}, {
|
|
212
211
|
type: "relative";
|
|
212
|
+
path: string;
|
|
213
213
|
}>, z.ZodObject<{
|
|
214
214
|
type: z.ZodLiteral<"absolute-file">;
|
|
215
215
|
file: z.ZodString;
|
|
@@ -238,8 +238,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
238
238
|
mimeType: string;
|
|
239
239
|
content: string;
|
|
240
240
|
} | {
|
|
241
|
-
path: string;
|
|
242
241
|
type: "relative";
|
|
242
|
+
path: string;
|
|
243
243
|
} | {
|
|
244
244
|
type: "absolute-file";
|
|
245
245
|
file: string;
|
|
@@ -252,8 +252,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
252
252
|
mimeType: string;
|
|
253
253
|
content: string;
|
|
254
254
|
} | {
|
|
255
|
-
path: string;
|
|
256
255
|
type: "relative";
|
|
256
|
+
path: string;
|
|
257
257
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
258
258
|
type: z.ZodLiteral<"explicit-base64">;
|
|
259
259
|
mimeType: z.ZodString;
|
|
@@ -270,11 +270,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
270
270
|
type: z.ZodLiteral<"relative">;
|
|
271
271
|
path: z.ZodString;
|
|
272
272
|
}, "strict", z.ZodTypeAny, {
|
|
273
|
-
path: string;
|
|
274
273
|
type: "relative";
|
|
275
|
-
}, {
|
|
276
274
|
path: string;
|
|
275
|
+
}, {
|
|
277
276
|
type: "relative";
|
|
277
|
+
path: string;
|
|
278
278
|
}>, z.ZodObject<{
|
|
279
279
|
type: z.ZodLiteral<"absolute-file">;
|
|
280
280
|
file: z.ZodString;
|
|
@@ -303,8 +303,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
303
303
|
mimeType: string;
|
|
304
304
|
content: string;
|
|
305
305
|
} | {
|
|
306
|
-
path: string;
|
|
307
306
|
type: "relative";
|
|
307
|
+
path: string;
|
|
308
308
|
} | {
|
|
309
309
|
type: "absolute-file";
|
|
310
310
|
file: string;
|
|
@@ -317,8 +317,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
317
317
|
mimeType: string;
|
|
318
318
|
content: string;
|
|
319
319
|
} | {
|
|
320
|
-
path: string;
|
|
321
320
|
type: "relative";
|
|
321
|
+
path: string;
|
|
322
322
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
323
323
|
type: z.ZodLiteral<"explicit-base64">;
|
|
324
324
|
mimeType: z.ZodString;
|
|
@@ -335,11 +335,11 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
335
335
|
type: z.ZodLiteral<"relative">;
|
|
336
336
|
path: z.ZodString;
|
|
337
337
|
}, "strict", z.ZodTypeAny, {
|
|
338
|
-
path: string;
|
|
339
338
|
type: "relative";
|
|
340
|
-
}, {
|
|
341
339
|
path: string;
|
|
340
|
+
}, {
|
|
342
341
|
type: "relative";
|
|
342
|
+
path: string;
|
|
343
343
|
}>, z.ZodObject<{
|
|
344
344
|
type: z.ZodLiteral<"absolute-file">;
|
|
345
345
|
file: z.ZodString;
|
|
@@ -368,8 +368,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
368
368
|
mimeType: string;
|
|
369
369
|
content: string;
|
|
370
370
|
} | {
|
|
371
|
-
path: string;
|
|
372
371
|
type: "relative";
|
|
372
|
+
path: string;
|
|
373
373
|
} | {
|
|
374
374
|
type: "absolute-file";
|
|
375
375
|
file: string;
|
|
@@ -463,8 +463,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
463
463
|
mimeType: string;
|
|
464
464
|
content: string;
|
|
465
465
|
} | {
|
|
466
|
-
path: string;
|
|
467
466
|
type: "relative";
|
|
467
|
+
path: string;
|
|
468
468
|
} | {
|
|
469
469
|
type: "absolute-file";
|
|
470
470
|
file: string;
|
|
@@ -476,8 +476,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
476
476
|
type: "explicit-string";
|
|
477
477
|
content: string;
|
|
478
478
|
} | {
|
|
479
|
-
path: string;
|
|
480
479
|
type: "relative";
|
|
480
|
+
path: string;
|
|
481
481
|
} | {
|
|
482
482
|
type: "absolute-file";
|
|
483
483
|
file: string;
|
|
@@ -486,8 +486,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
486
486
|
type: "explicit-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;
|
|
@@ -497,8 +497,8 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
497
497
|
mimeType: string;
|
|
498
498
|
content: string;
|
|
499
499
|
} | {
|
|
500
|
-
path: string;
|
|
501
500
|
type: "relative";
|
|
501
|
+
path: string;
|
|
502
502
|
} | {
|
|
503
503
|
type: "absolute-file";
|
|
504
504
|
file: string;
|
|
@@ -535,8 +535,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
535
535
|
type: "absolute-file";
|
|
536
536
|
file: string;
|
|
537
537
|
}>]>, {
|
|
538
|
-
path: string;
|
|
539
538
|
type: "relative";
|
|
539
|
+
path: string;
|
|
540
540
|
} | {
|
|
541
541
|
type: "explicit-string";
|
|
542
542
|
content: string;
|
|
@@ -566,8 +566,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
566
566
|
type: "absolute-file";
|
|
567
567
|
file: string;
|
|
568
568
|
}>]>, {
|
|
569
|
-
path: string;
|
|
570
569
|
type: "relative";
|
|
570
|
+
path: string;
|
|
571
571
|
} | {
|
|
572
572
|
type: "explicit-string";
|
|
573
573
|
content: string;
|
|
@@ -600,8 +600,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
600
600
|
type: "absolute-file";
|
|
601
601
|
file: string;
|
|
602
602
|
}>]>, {
|
|
603
|
-
path: string;
|
|
604
603
|
type: "relative";
|
|
604
|
+
path: string;
|
|
605
605
|
} | {
|
|
606
606
|
type: "explicit-base64";
|
|
607
607
|
mimeType: string;
|
|
@@ -643,8 +643,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
643
643
|
type: "absolute-file";
|
|
644
644
|
file: string;
|
|
645
645
|
}>]>, {
|
|
646
|
-
path: string;
|
|
647
646
|
type: "relative";
|
|
647
|
+
path: string;
|
|
648
648
|
} | {
|
|
649
649
|
type: "explicit-base64";
|
|
650
650
|
mimeType: string;
|
|
@@ -682,8 +682,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
682
682
|
type: "absolute-file";
|
|
683
683
|
file: string;
|
|
684
684
|
}>]>, {
|
|
685
|
-
path: string;
|
|
686
685
|
type: "relative";
|
|
686
|
+
path: string;
|
|
687
687
|
} | {
|
|
688
688
|
type: "explicit-base64";
|
|
689
689
|
mimeType: string;
|
|
@@ -721,8 +721,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
721
721
|
type: "absolute-file";
|
|
722
722
|
file: string;
|
|
723
723
|
}>]>, {
|
|
724
|
-
path: string;
|
|
725
724
|
type: "relative";
|
|
725
|
+
path: string;
|
|
726
726
|
} | {
|
|
727
727
|
type: "explicit-base64";
|
|
728
728
|
mimeType: string;
|
|
@@ -747,8 +747,8 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
747
747
|
url: string;
|
|
748
748
|
name: string;
|
|
749
749
|
logo?: {
|
|
750
|
-
path: string;
|
|
751
750
|
type: "relative";
|
|
751
|
+
path: string;
|
|
752
752
|
} | {
|
|
753
753
|
type: "explicit-base64";
|
|
754
754
|
mimeType: string;
|
|
@@ -758,22 +758,22 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
758
758
|
[k: string]: unknown;
|
|
759
759
|
};
|
|
760
760
|
longDescription?: {
|
|
761
|
-
path: string;
|
|
762
761
|
type: "relative";
|
|
762
|
+
path: string;
|
|
763
763
|
} | {
|
|
764
764
|
type: "explicit-string";
|
|
765
765
|
content: string;
|
|
766
766
|
} | undefined;
|
|
767
767
|
changelog?: {
|
|
768
|
-
path: string;
|
|
769
768
|
type: "relative";
|
|
769
|
+
path: string;
|
|
770
770
|
} | {
|
|
771
771
|
type: "explicit-string";
|
|
772
772
|
content: string;
|
|
773
773
|
} | undefined;
|
|
774
774
|
logo?: {
|
|
775
|
-
path: string;
|
|
776
775
|
type: "relative";
|
|
776
|
+
path: string;
|
|
777
777
|
} | {
|
|
778
778
|
type: "explicit-base64";
|
|
779
779
|
mimeType: string;
|
|
@@ -1203,6 +1203,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1203
1203
|
};
|
|
1204
1204
|
title: string;
|
|
1205
1205
|
description: string;
|
|
1206
|
+
url?: string | undefined;
|
|
1206
1207
|
longDescription?: string | undefined;
|
|
1207
1208
|
changelog?: string | undefined;
|
|
1208
1209
|
logo?: {
|
|
@@ -1210,7 +1211,6 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1210
1211
|
mimeType: string;
|
|
1211
1212
|
content: string;
|
|
1212
1213
|
} | undefined;
|
|
1213
|
-
url?: string | undefined;
|
|
1214
1214
|
docs?: string | undefined;
|
|
1215
1215
|
support?: string | undefined;
|
|
1216
1216
|
tags?: string[] | undefined;
|
|
@@ -1232,6 +1232,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1232
1232
|
};
|
|
1233
1233
|
title: string;
|
|
1234
1234
|
description: string;
|
|
1235
|
+
url?: string | undefined;
|
|
1235
1236
|
longDescription?: string | undefined;
|
|
1236
1237
|
changelog?: string | undefined;
|
|
1237
1238
|
logo?: {
|
|
@@ -1239,7 +1240,6 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1239
1240
|
mimeType: string;
|
|
1240
1241
|
content: string;
|
|
1241
1242
|
} | undefined;
|
|
1242
|
-
url?: string | undefined;
|
|
1243
1243
|
docs?: string | undefined;
|
|
1244
1244
|
support?: string | undefined;
|
|
1245
1245
|
tags?: string[] | undefined;
|
|
@@ -1616,6 +1616,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1616
1616
|
};
|
|
1617
1617
|
title: string;
|
|
1618
1618
|
description: string;
|
|
1619
|
+
url?: string | undefined;
|
|
1619
1620
|
longDescription?: string | undefined;
|
|
1620
1621
|
changelog?: string | undefined;
|
|
1621
1622
|
logo?: {
|
|
@@ -1623,7 +1624,6 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1623
1624
|
mimeType: string;
|
|
1624
1625
|
content: Uint8Array<ArrayBuffer>;
|
|
1625
1626
|
} | undefined;
|
|
1626
|
-
url?: string | undefined;
|
|
1627
1627
|
docs?: string | undefined;
|
|
1628
1628
|
support?: string | undefined;
|
|
1629
1629
|
tags?: string[] | undefined;
|
|
@@ -1645,6 +1645,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1645
1645
|
};
|
|
1646
1646
|
title: string;
|
|
1647
1647
|
description: string;
|
|
1648
|
+
url?: string | undefined;
|
|
1648
1649
|
longDescription?: string | undefined;
|
|
1649
1650
|
changelog?: string | undefined;
|
|
1650
1651
|
logo?: {
|
|
@@ -1652,7 +1653,6 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1652
1653
|
mimeType: string;
|
|
1653
1654
|
content: Uint8Array<ArrayBuffer>;
|
|
1654
1655
|
} | undefined;
|
|
1655
|
-
url?: string | undefined;
|
|
1656
1656
|
docs?: string | undefined;
|
|
1657
1657
|
support?: string | undefined;
|
|
1658
1658
|
tags?: string[] | undefined;
|
|
@@ -1677,17 +1677,17 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1677
1677
|
type: z.ZodLiteral<"relative">;
|
|
1678
1678
|
path: z.ZodString;
|
|
1679
1679
|
}, "strict", z.ZodTypeAny, {
|
|
1680
|
-
path: string;
|
|
1681
1680
|
type: "relative";
|
|
1682
|
-
}, {
|
|
1683
1681
|
path: string;
|
|
1682
|
+
}, {
|
|
1684
1683
|
type: "relative";
|
|
1684
|
+
path: string;
|
|
1685
1685
|
}>]>, string, {
|
|
1686
1686
|
type: "explicit-string";
|
|
1687
1687
|
content: string;
|
|
1688
1688
|
} | {
|
|
1689
|
-
path: string;
|
|
1690
1689
|
type: "relative";
|
|
1690
|
+
path: string;
|
|
1691
1691
|
}>>;
|
|
1692
1692
|
changelog: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1693
1693
|
type: z.ZodLiteral<"explicit-string">;
|
|
@@ -1702,17 +1702,17 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1702
1702
|
type: z.ZodLiteral<"relative">;
|
|
1703
1703
|
path: z.ZodString;
|
|
1704
1704
|
}, "strict", z.ZodTypeAny, {
|
|
1705
|
-
path: string;
|
|
1706
1705
|
type: "relative";
|
|
1707
|
-
}, {
|
|
1708
1706
|
path: string;
|
|
1707
|
+
}, {
|
|
1709
1708
|
type: "relative";
|
|
1709
|
+
path: string;
|
|
1710
1710
|
}>]>, string, {
|
|
1711
1711
|
type: "explicit-string";
|
|
1712
1712
|
content: string;
|
|
1713
1713
|
} | {
|
|
1714
|
-
path: string;
|
|
1715
1714
|
type: "relative";
|
|
1715
|
+
path: string;
|
|
1716
1716
|
}>>;
|
|
1717
1717
|
logo: z.ZodOptional<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1718
1718
|
type: z.ZodLiteral<"explicit-base64">;
|
|
@@ -1730,11 +1730,11 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1730
1730
|
type: z.ZodLiteral<"relative">;
|
|
1731
1731
|
path: z.ZodString;
|
|
1732
1732
|
}, "strict", z.ZodTypeAny, {
|
|
1733
|
-
path: string;
|
|
1734
1733
|
type: "relative";
|
|
1735
|
-
}, {
|
|
1736
1734
|
path: string;
|
|
1735
|
+
}, {
|
|
1737
1736
|
type: "relative";
|
|
1737
|
+
path: string;
|
|
1738
1738
|
}>]>, {
|
|
1739
1739
|
type: "explicit-bytes";
|
|
1740
1740
|
mimeType: string;
|
|
@@ -1744,8 +1744,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1744
1744
|
mimeType: string;
|
|
1745
1745
|
content: string;
|
|
1746
1746
|
} | {
|
|
1747
|
-
path: string;
|
|
1748
1747
|
type: "relative";
|
|
1748
|
+
path: string;
|
|
1749
1749
|
}>>;
|
|
1750
1750
|
url: z.ZodOptional<z.ZodString>;
|
|
1751
1751
|
docs: z.ZodOptional<z.ZodString>;
|
|
@@ -1770,11 +1770,11 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1770
1770
|
type: z.ZodLiteral<"relative">;
|
|
1771
1771
|
path: z.ZodString;
|
|
1772
1772
|
}, "strict", z.ZodTypeAny, {
|
|
1773
|
-
path: string;
|
|
1774
1773
|
type: "relative";
|
|
1775
|
-
}, {
|
|
1776
1774
|
path: string;
|
|
1775
|
+
}, {
|
|
1777
1776
|
type: "relative";
|
|
1777
|
+
path: string;
|
|
1778
1778
|
}>]>, {
|
|
1779
1779
|
type: "explicit-bytes";
|
|
1780
1780
|
mimeType: string;
|
|
@@ -1784,8 +1784,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1784
1784
|
mimeType: string;
|
|
1785
1785
|
content: string;
|
|
1786
1786
|
} | {
|
|
1787
|
-
path: string;
|
|
1788
1787
|
type: "relative";
|
|
1788
|
+
path: string;
|
|
1789
1789
|
}>>;
|
|
1790
1790
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1791
1791
|
name: z.ZodString;
|
|
@@ -1806,11 +1806,11 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1806
1806
|
type: z.ZodLiteral<"relative">;
|
|
1807
1807
|
path: z.ZodString;
|
|
1808
1808
|
}, "strict", z.ZodTypeAny, {
|
|
1809
|
-
path: string;
|
|
1810
1809
|
type: "relative";
|
|
1811
|
-
}, {
|
|
1812
1810
|
path: string;
|
|
1811
|
+
}, {
|
|
1813
1812
|
type: "relative";
|
|
1813
|
+
path: string;
|
|
1814
1814
|
}>]>, {
|
|
1815
1815
|
type: "explicit-bytes";
|
|
1816
1816
|
mimeType: string;
|
|
@@ -1820,8 +1820,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1820
1820
|
mimeType: string;
|
|
1821
1821
|
content: string;
|
|
1822
1822
|
} | {
|
|
1823
|
-
path: string;
|
|
1824
1823
|
type: "relative";
|
|
1824
|
+
path: string;
|
|
1825
1825
|
}>>;
|
|
1826
1826
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1827
1827
|
name: z.ZodString;
|
|
@@ -1842,11 +1842,11 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1842
1842
|
type: z.ZodLiteral<"relative">;
|
|
1843
1843
|
path: z.ZodString;
|
|
1844
1844
|
}, "strict", z.ZodTypeAny, {
|
|
1845
|
-
path: string;
|
|
1846
1845
|
type: "relative";
|
|
1847
|
-
}, {
|
|
1848
1846
|
path: string;
|
|
1847
|
+
}, {
|
|
1849
1848
|
type: "relative";
|
|
1849
|
+
path: string;
|
|
1850
1850
|
}>]>, {
|
|
1851
1851
|
type: "explicit-bytes";
|
|
1852
1852
|
mimeType: string;
|
|
@@ -1856,8 +1856,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1856
1856
|
mimeType: string;
|
|
1857
1857
|
content: string;
|
|
1858
1858
|
} | {
|
|
1859
|
-
path: string;
|
|
1860
1859
|
type: "relative";
|
|
1860
|
+
path: string;
|
|
1861
1861
|
}>>;
|
|
1862
1862
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1863
1863
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1904,8 +1904,8 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1904
1904
|
mimeType: string;
|
|
1905
1905
|
content: string;
|
|
1906
1906
|
} | {
|
|
1907
|
-
path: string;
|
|
1908
1907
|
type: "relative";
|
|
1908
|
+
path: string;
|
|
1909
1909
|
} | undefined;
|
|
1910
1910
|
} & {
|
|
1911
1911
|
[k: string]: unknown;
|
|
@@ -1914,23 +1914,23 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1914
1914
|
type: "explicit-string";
|
|
1915
1915
|
content: string;
|
|
1916
1916
|
} | {
|
|
1917
|
-
path: string;
|
|
1918
1917
|
type: "relative";
|
|
1918
|
+
path: string;
|
|
1919
1919
|
} | undefined;
|
|
1920
1920
|
changelog?: {
|
|
1921
1921
|
type: "explicit-string";
|
|
1922
1922
|
content: string;
|
|
1923
1923
|
} | {
|
|
1924
|
-
path: string;
|
|
1925
1924
|
type: "relative";
|
|
1925
|
+
path: string;
|
|
1926
1926
|
} | undefined;
|
|
1927
1927
|
logo?: {
|
|
1928
1928
|
type: "explicit-base64";
|
|
1929
1929
|
mimeType: string;
|
|
1930
1930
|
content: string;
|
|
1931
1931
|
} | {
|
|
1932
|
-
path: string;
|
|
1933
1932
|
type: "relative";
|
|
1933
|
+
path: string;
|
|
1934
1934
|
} | undefined;
|
|
1935
1935
|
url?: string | undefined;
|
|
1936
1936
|
docs?: string | undefined;
|
|
@@ -2029,6 +2029,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
2029
2029
|
};
|
|
2030
2030
|
title: string;
|
|
2031
2031
|
description: string;
|
|
2032
|
+
url?: string | undefined;
|
|
2032
2033
|
longDescription?: string | undefined;
|
|
2033
2034
|
changelog?: string | undefined;
|
|
2034
2035
|
logo?: {
|
|
@@ -2036,7 +2037,6 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
2036
2037
|
mimeType: string;
|
|
2037
2038
|
content: Uint8Array<ArrayBuffer>;
|
|
2038
2039
|
} | undefined;
|
|
2039
|
-
url?: string | undefined;
|
|
2040
2040
|
docs?: string | undefined;
|
|
2041
2041
|
support?: string | undefined;
|
|
2042
2042
|
tags?: string[] | undefined;
|
|
@@ -2058,6 +2058,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
2058
2058
|
};
|
|
2059
2059
|
title: string;
|
|
2060
2060
|
description: string;
|
|
2061
|
+
url?: string | undefined;
|
|
2061
2062
|
longDescription?: string | undefined;
|
|
2062
2063
|
changelog?: string | undefined;
|
|
2063
2064
|
logo?: {
|
|
@@ -2065,7 +2066,6 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
2065
2066
|
mimeType: string;
|
|
2066
2067
|
content: Uint8Array<ArrayBuffer>;
|
|
2067
2068
|
} | undefined;
|
|
2068
|
-
url?: string | undefined;
|
|
2069
2069
|
docs?: string | undefined;
|
|
2070
2070
|
support?: string | undefined;
|
|
2071
2071
|
tags?: string[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-sdk/block-tools",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.65",
|
|
4
4
|
"description": "Utility to manipulate Platforma Blocks and Block Registry",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"bin": {
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"undici": "~7.16.0",
|
|
33
33
|
"yaml": "^2.8.0",
|
|
34
34
|
"zod": "~3.23.8",
|
|
35
|
-
"@milaboratories/pl-http": "1.2.
|
|
36
|
-
"@milaboratories/pl-model-
|
|
37
|
-
"@milaboratories/
|
|
38
|
-
"@milaboratories/pl-model-
|
|
39
|
-
"@milaboratories/
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
35
|
+
"@milaboratories/pl-http": "1.2.4",
|
|
36
|
+
"@milaboratories/pl-model-common": "1.25.2",
|
|
37
|
+
"@milaboratories/resolve-helper": "1.1.3",
|
|
38
|
+
"@milaboratories/pl-model-middle-layer": "1.12.10",
|
|
39
|
+
"@milaboratories/ts-helpers-oclif": "1.1.38",
|
|
40
|
+
"@milaboratories/ts-helpers": "1.7.3",
|
|
41
|
+
"@platforma-sdk/blocks-deps-updater": "2.0.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"vite": "8.0.0-beta.15",
|
|
54
54
|
"vite-plugin-dts": "^4.5.3",
|
|
55
55
|
"vitest": "^4.0.18",
|
|
56
|
-
"@milaboratories/
|
|
56
|
+
"@milaboratories/build-configs": "1.5.1",
|
|
57
57
|
"@milaboratories/oclif-index": "1.1.1",
|
|
58
|
-
"@milaboratories/
|
|
59
|
-
"@milaboratories/ts-configs": "1.2.
|
|
58
|
+
"@milaboratories/ts-builder": "1.2.13",
|
|
59
|
+
"@milaboratories/ts-configs": "1.2.2"
|
|
60
60
|
},
|
|
61
61
|
"oclif": {
|
|
62
62
|
"bin": "block-tools",
|