@milaboratories/pl-model-middle-layer 1.8.41 → 1.8.43
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.cjs +4 -4
- package/dist/block_meta/block_components.cjs.map +1 -1
- package/dist/block_meta/block_components.d.ts +0 -1
- package/dist/block_meta/block_components.d.ts.map +1 -1
- package/dist/block_meta/block_components.js +4 -4
- package/dist/block_meta/block_components.js.map +1 -1
- package/dist/block_meta/block_description.cjs +2 -2
- package/dist/block_meta/block_description.cjs.map +1 -1
- package/dist/block_meta/block_description.d.ts +116 -115
- package/dist/block_meta/block_description.d.ts.map +1 -1
- package/dist/block_meta/block_description.js +2 -2
- package/dist/block_meta/block_description.js.map +1 -1
- package/dist/block_meta/block_id.cjs +1 -1
- package/dist/block_meta/block_id.cjs.map +1 -1
- package/dist/block_meta/block_id.js +1 -1
- package/dist/block_meta/block_id.js.map +1 -1
- package/dist/block_meta/block_manifest.cjs +2 -2
- package/dist/block_meta/block_manifest.cjs.map +1 -1
- package/dist/block_meta/block_manifest.d.ts +1 -1
- package/dist/block_meta/block_manifest.d.ts.map +1 -1
- package/dist/block_meta/block_manifest.js +2 -2
- package/dist/block_meta/block_manifest.js.map +1 -1
- package/dist/block_meta/block_meta.cjs +3 -3
- package/dist/block_meta/block_meta.cjs.map +1 -1
- package/dist/block_meta/block_meta.js +3 -3
- package/dist/block_meta/block_meta.js.map +1 -1
- package/dist/block_meta/content_conversion.cjs.map +1 -1
- package/dist/block_meta/content_conversion.d.ts +1 -1
- package/dist/block_meta/content_conversion.d.ts.map +1 -1
- package/dist/block_meta/content_conversion.js.map +1 -1
- package/dist/block_meta/content_types.cjs +23 -23
- package/dist/block_meta/content_types.cjs.map +1 -1
- package/dist/block_meta/content_types.js +23 -23
- package/dist/block_meta/content_types.js.map +1 -1
- package/dist/block_meta/semver.cjs.map +1 -1
- package/dist/block_meta/semver.js.map +1 -1
- package/dist/block_registry/block_pack_spec.cjs +5 -5
- package/dist/block_registry/block_pack_spec.cjs.map +1 -1
- package/dist/block_registry/block_pack_spec.js +5 -5
- package/dist/block_registry/block_pack_spec.js.map +1 -1
- package/dist/block_registry/overview.cjs +6 -6
- package/dist/block_registry/overview.cjs.map +1 -1
- package/dist/block_registry/overview.d.ts.map +1 -1
- package/dist/block_registry/overview.js +6 -6
- package/dist/block_registry/overview.js.map +1 -1
- package/dist/block_registry/registry_spec.cjs +5 -5
- package/dist/block_registry/registry_spec.cjs.map +1 -1
- package/dist/block_registry/registry_spec.js +5 -5
- package/dist/block_registry/registry_spec.js.map +1 -1
- package/dist/block_state.d.ts +2 -2
- package/dist/block_state.d.ts.map +1 -1
- package/dist/pframe/internal_api/api_factory.cjs.map +1 -1
- package/dist/pframe/internal_api/api_factory.d.ts +2 -2
- package/dist/pframe/internal_api/api_factory.d.ts.map +1 -1
- package/dist/pframe/internal_api/api_factory.js.map +1 -1
- package/dist/pframe/internal_api/api_read.d.ts +9 -8
- package/dist/pframe/internal_api/api_read.d.ts.map +1 -1
- package/dist/pframe/internal_api/common.d.ts +3 -1
- package/dist/pframe/internal_api/common.d.ts.map +1 -1
- package/dist/pframe/internal_api/create_table.d.ts +2 -2
- package/dist/pframe/internal_api/create_table.d.ts.map +1 -1
- package/dist/pframe/internal_api/delete_column.d.ts +1 -1
- package/dist/pframe/internal_api/delete_column.d.ts.map +1 -1
- package/dist/pframe/internal_api/find_columns.d.ts +2 -2
- package/dist/pframe/internal_api/find_columns.d.ts.map +1 -1
- package/dist/pframe/internal_api/http_helpers.cjs.map +1 -1
- package/dist/pframe/internal_api/http_helpers.d.ts +27 -27
- package/dist/pframe/internal_api/http_helpers.d.ts.map +1 -1
- package/dist/pframe/internal_api/http_helpers.js.map +1 -1
- package/dist/pframe/internal_api/pframe.d.ts +8 -5
- package/dist/pframe/internal_api/pframe.d.ts.map +1 -1
- package/dist/pframe/internal_api/table.d.ts +5 -5
- package/dist/pframe/internal_api/table.d.ts.map +1 -1
- package/dist/project_list.d.ts +1 -1
- package/dist/project_list.d.ts.map +1 -1
- package/dist/project_overview.d.ts +5 -5
- package/dist/project_overview.d.ts.map +1 -1
- package/dist/update_info.d.ts +1 -1
- package/dist/update_info.d.ts.map +1 -1
- package/package.json +7 -4
- package/src/block_meta/block_components.ts +6 -8
- package/src/block_meta/block_description.ts +8 -7
- package/src/block_meta/block_id.ts +4 -4
- package/src/block_meta/block_manifest.ts +5 -5
- package/src/block_meta/block_meta.ts +8 -8
- package/src/block_meta/content_conversion.ts +4 -4
- package/src/block_meta/content_types.ts +24 -24
- package/src/block_meta/semver.ts +1 -1
- package/src/block_registry/block_pack_spec.ts +5 -5
- package/src/block_registry/overview.ts +10 -9
- package/src/block_registry/registry_spec.ts +5 -5
- package/src/block_state.ts +3 -3
- package/src/pframe/internal_api/api_factory.ts +3 -6
- package/src/pframe/internal_api/api_read.ts +11 -10
- package/src/pframe/internal_api/common.ts +11 -2
- package/src/pframe/internal_api/create_table.ts +3 -3
- package/src/pframe/internal_api/delete_column.ts +1 -1
- package/src/pframe/internal_api/find_columns.ts +2 -2
- package/src/pframe/internal_api/http_helpers.ts +44 -44
- package/src/pframe/internal_api/pframe.ts +9 -6
- package/src/pframe/internal_api/table.ts +10 -10
- package/src/project_list.ts +1 -1
- package/src/project_overview.ts +5 -5
- package/src/update_info.ts +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ZodTypeAny } from 'zod';
|
|
2
|
+
import { z } from 'zod';
|
|
2
3
|
import { BlockPackId } from './block_id';
|
|
3
|
-
import { BlockCodeKnownFeatureFlags } from '@milaboratories/pl-model-common';
|
|
4
|
+
import type { BlockCodeKnownFeatureFlags } from '@milaboratories/pl-model-common';
|
|
4
5
|
/** Description, as appears in root block package.json file,
|
|
5
6
|
* `file:` references are parsed into relative content of corresponding type, depending on the context,
|
|
6
7
|
* strings are converted to explicit content type. */
|
|
@@ -12,7 +13,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
12
13
|
}, string>, z.ZodObject<{
|
|
13
14
|
type: z.ZodLiteral<"workflow-v1">;
|
|
14
15
|
main: z.ZodString;
|
|
15
|
-
}, "strip",
|
|
16
|
+
}, "strip", ZodTypeAny, {
|
|
16
17
|
type: "workflow-v1";
|
|
17
18
|
main: string;
|
|
18
19
|
}, {
|
|
@@ -21,7 +22,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
21
22
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
22
23
|
type: z.ZodLiteral<"workflow-v1">;
|
|
23
24
|
main: z.ZodString;
|
|
24
|
-
}, "strip",
|
|
25
|
+
}, "strip", ZodTypeAny, {
|
|
25
26
|
type: "workflow-v1";
|
|
26
27
|
main: string;
|
|
27
28
|
}, {
|
|
@@ -30,7 +31,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
30
31
|
}>]>]>;
|
|
31
32
|
model: z.ZodString;
|
|
32
33
|
ui: z.ZodString;
|
|
33
|
-
}, "strip",
|
|
34
|
+
}, "strip", ZodTypeAny, {
|
|
34
35
|
ui: string;
|
|
35
36
|
workflow: {
|
|
36
37
|
type: "workflow-v1";
|
|
@@ -57,7 +58,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
57
58
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
58
59
|
type: z.ZodLiteral<"explicit-string">;
|
|
59
60
|
content: z.ZodString;
|
|
60
|
-
}, "strict",
|
|
61
|
+
}, "strict", ZodTypeAny, {
|
|
61
62
|
type: "explicit-string";
|
|
62
63
|
content: string;
|
|
63
64
|
}, {
|
|
@@ -66,7 +67,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
66
67
|
}>, z.ZodObject<{
|
|
67
68
|
type: z.ZodLiteral<"relative">;
|
|
68
69
|
path: z.ZodString;
|
|
69
|
-
}, "strict",
|
|
70
|
+
}, "strict", ZodTypeAny, {
|
|
70
71
|
type: "relative";
|
|
71
72
|
path: string;
|
|
72
73
|
}, {
|
|
@@ -75,7 +76,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
75
76
|
}>, z.ZodObject<{
|
|
76
77
|
type: z.ZodLiteral<"absolute-file">;
|
|
77
78
|
file: z.ZodString;
|
|
78
|
-
}, "strict",
|
|
79
|
+
}, "strict", ZodTypeAny, {
|
|
79
80
|
type: "absolute-file";
|
|
80
81
|
file: string;
|
|
81
82
|
}, {
|
|
@@ -91,7 +92,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
91
92
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
92
93
|
type: z.ZodLiteral<"explicit-string">;
|
|
93
94
|
content: z.ZodString;
|
|
94
|
-
}, "strict",
|
|
95
|
+
}, "strict", ZodTypeAny, {
|
|
95
96
|
type: "explicit-string";
|
|
96
97
|
content: string;
|
|
97
98
|
}, {
|
|
@@ -100,7 +101,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
100
101
|
}>, z.ZodObject<{
|
|
101
102
|
type: z.ZodLiteral<"relative">;
|
|
102
103
|
path: z.ZodString;
|
|
103
|
-
}, "strict",
|
|
104
|
+
}, "strict", ZodTypeAny, {
|
|
104
105
|
type: "relative";
|
|
105
106
|
path: string;
|
|
106
107
|
}, {
|
|
@@ -109,7 +110,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
109
110
|
}>, z.ZodObject<{
|
|
110
111
|
type: z.ZodLiteral<"absolute-file">;
|
|
111
112
|
file: z.ZodString;
|
|
112
|
-
}, "strict",
|
|
113
|
+
}, "strict", ZodTypeAny, {
|
|
113
114
|
type: "absolute-file";
|
|
114
115
|
file: string;
|
|
115
116
|
}, {
|
|
@@ -127,7 +128,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
127
128
|
type: z.ZodLiteral<"explicit-base64">;
|
|
128
129
|
mimeType: z.ZodString;
|
|
129
130
|
content: z.ZodString;
|
|
130
|
-
}, "strict",
|
|
131
|
+
}, "strict", ZodTypeAny, {
|
|
131
132
|
type: "explicit-base64";
|
|
132
133
|
content: string;
|
|
133
134
|
mimeType: string;
|
|
@@ -138,7 +139,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
138
139
|
}>, z.ZodObject<{
|
|
139
140
|
type: z.ZodLiteral<"relative">;
|
|
140
141
|
path: z.ZodString;
|
|
141
|
-
}, "strict",
|
|
142
|
+
}, "strict", ZodTypeAny, {
|
|
142
143
|
type: "relative";
|
|
143
144
|
path: string;
|
|
144
145
|
}, {
|
|
@@ -147,7 +148,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
147
148
|
}>, z.ZodObject<{
|
|
148
149
|
type: z.ZodLiteral<"absolute-file">;
|
|
149
150
|
file: z.ZodString;
|
|
150
|
-
}, "strict",
|
|
151
|
+
}, "strict", ZodTypeAny, {
|
|
151
152
|
type: "absolute-file";
|
|
152
153
|
file: string;
|
|
153
154
|
}, {
|
|
@@ -172,7 +173,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
172
173
|
type: z.ZodLiteral<"explicit-base64">;
|
|
173
174
|
mimeType: z.ZodString;
|
|
174
175
|
content: z.ZodString;
|
|
175
|
-
}, "strict",
|
|
176
|
+
}, "strict", ZodTypeAny, {
|
|
176
177
|
type: "explicit-base64";
|
|
177
178
|
content: string;
|
|
178
179
|
mimeType: string;
|
|
@@ -183,7 +184,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
183
184
|
}>, z.ZodObject<{
|
|
184
185
|
type: z.ZodLiteral<"relative">;
|
|
185
186
|
path: z.ZodString;
|
|
186
|
-
}, "strict",
|
|
187
|
+
}, "strict", ZodTypeAny, {
|
|
187
188
|
type: "relative";
|
|
188
189
|
path: string;
|
|
189
190
|
}, {
|
|
@@ -192,14 +193,14 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
192
193
|
}>, z.ZodObject<{
|
|
193
194
|
type: z.ZodLiteral<"absolute-file">;
|
|
194
195
|
file: z.ZodString;
|
|
195
|
-
}, "strict",
|
|
196
|
+
}, "strict", ZodTypeAny, {
|
|
196
197
|
type: "absolute-file";
|
|
197
198
|
file: string;
|
|
198
199
|
}, {
|
|
199
200
|
type: "absolute-file";
|
|
200
201
|
file: string;
|
|
201
202
|
}>]>]>>;
|
|
202
|
-
}, "passthrough",
|
|
203
|
+
}, "passthrough", ZodTypeAny, z.objectOutputType<{
|
|
203
204
|
name: z.ZodString;
|
|
204
205
|
url: z.ZodString;
|
|
205
206
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
@@ -213,7 +214,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
213
214
|
type: z.ZodLiteral<"explicit-base64">;
|
|
214
215
|
mimeType: z.ZodString;
|
|
215
216
|
content: z.ZodString;
|
|
216
|
-
}, "strict",
|
|
217
|
+
}, "strict", ZodTypeAny, {
|
|
217
218
|
type: "explicit-base64";
|
|
218
219
|
content: string;
|
|
219
220
|
mimeType: string;
|
|
@@ -224,7 +225,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
224
225
|
}>, z.ZodObject<{
|
|
225
226
|
type: z.ZodLiteral<"relative">;
|
|
226
227
|
path: z.ZodString;
|
|
227
|
-
}, "strict",
|
|
228
|
+
}, "strict", ZodTypeAny, {
|
|
228
229
|
type: "relative";
|
|
229
230
|
path: string;
|
|
230
231
|
}, {
|
|
@@ -233,14 +234,14 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
233
234
|
}>, z.ZodObject<{
|
|
234
235
|
type: z.ZodLiteral<"absolute-file">;
|
|
235
236
|
file: z.ZodString;
|
|
236
|
-
}, "strict",
|
|
237
|
+
}, "strict", ZodTypeAny, {
|
|
237
238
|
type: "absolute-file";
|
|
238
239
|
file: string;
|
|
239
240
|
}, {
|
|
240
241
|
type: "absolute-file";
|
|
241
242
|
file: string;
|
|
242
243
|
}>]>]>>;
|
|
243
|
-
},
|
|
244
|
+
}, ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
244
245
|
name: z.ZodString;
|
|
245
246
|
url: z.ZodString;
|
|
246
247
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
@@ -254,7 +255,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
254
255
|
type: z.ZodLiteral<"explicit-base64">;
|
|
255
256
|
mimeType: z.ZodString;
|
|
256
257
|
content: z.ZodString;
|
|
257
|
-
}, "strict",
|
|
258
|
+
}, "strict", ZodTypeAny, {
|
|
258
259
|
type: "explicit-base64";
|
|
259
260
|
content: string;
|
|
260
261
|
mimeType: string;
|
|
@@ -265,7 +266,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
265
266
|
}>, z.ZodObject<{
|
|
266
267
|
type: z.ZodLiteral<"relative">;
|
|
267
268
|
path: z.ZodString;
|
|
268
|
-
}, "strict",
|
|
269
|
+
}, "strict", ZodTypeAny, {
|
|
269
270
|
type: "relative";
|
|
270
271
|
path: string;
|
|
271
272
|
}, {
|
|
@@ -274,19 +275,19 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
274
275
|
}>, z.ZodObject<{
|
|
275
276
|
type: z.ZodLiteral<"absolute-file">;
|
|
276
277
|
file: z.ZodString;
|
|
277
|
-
}, "strict",
|
|
278
|
+
}, "strict", ZodTypeAny, {
|
|
278
279
|
type: "absolute-file";
|
|
279
280
|
file: string;
|
|
280
281
|
}, {
|
|
281
282
|
type: "absolute-file";
|
|
282
283
|
file: string;
|
|
283
284
|
}>]>]>>;
|
|
284
|
-
},
|
|
285
|
+
}, ZodTypeAny, "passthrough">>;
|
|
285
286
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
286
287
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
287
288
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
288
289
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
289
|
-
}, "strip",
|
|
290
|
+
}, "strip", ZodTypeAny, {
|
|
290
291
|
organization: {
|
|
291
292
|
url: string;
|
|
292
293
|
name: string;
|
|
@@ -405,7 +406,7 @@ export declare const BlockPackDescriptionFromPackageJsonRaw: z.ZodObject<{
|
|
|
405
406
|
termsOfServiceUrl?: string | undefined;
|
|
406
407
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
407
408
|
}>;
|
|
408
|
-
}, "strip",
|
|
409
|
+
}, "strip", ZodTypeAny, {
|
|
409
410
|
components: {
|
|
410
411
|
ui: string;
|
|
411
412
|
workflow: {
|
|
@@ -550,7 +551,7 @@ export declare function CreateBlockPackDescriptionSchema<Components extends ZodT
|
|
|
550
551
|
organization: z.ZodString;
|
|
551
552
|
name: z.ZodString;
|
|
552
553
|
version: z.ZodString;
|
|
553
|
-
}, "strict",
|
|
554
|
+
}, "strict", ZodTypeAny, {
|
|
554
555
|
organization: string;
|
|
555
556
|
name: string;
|
|
556
557
|
version: string;
|
|
@@ -562,12 +563,12 @@ export declare function CreateBlockPackDescriptionSchema<Components extends ZodT
|
|
|
562
563
|
components: Components;
|
|
563
564
|
meta: Meta;
|
|
564
565
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
565
|
-
}, "passthrough",
|
|
566
|
+
}, "passthrough", ZodTypeAny, z.objectOutputType<{
|
|
566
567
|
id: z.ZodObject<{
|
|
567
568
|
organization: z.ZodString;
|
|
568
569
|
name: z.ZodString;
|
|
569
570
|
version: z.ZodString;
|
|
570
|
-
}, "strict",
|
|
571
|
+
}, "strict", ZodTypeAny, {
|
|
571
572
|
organization: string;
|
|
572
573
|
name: string;
|
|
573
574
|
version: string;
|
|
@@ -579,12 +580,12 @@ export declare function CreateBlockPackDescriptionSchema<Components extends ZodT
|
|
|
579
580
|
components: Components;
|
|
580
581
|
meta: Meta;
|
|
581
582
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
582
|
-
},
|
|
583
|
+
}, ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
583
584
|
id: z.ZodObject<{
|
|
584
585
|
organization: z.ZodString;
|
|
585
586
|
name: z.ZodString;
|
|
586
587
|
version: z.ZodString;
|
|
587
|
-
}, "strict",
|
|
588
|
+
}, "strict", ZodTypeAny, {
|
|
588
589
|
organization: string;
|
|
589
590
|
name: string;
|
|
590
591
|
version: string;
|
|
@@ -596,13 +597,13 @@ export declare function CreateBlockPackDescriptionSchema<Components extends ZodT
|
|
|
596
597
|
components: Components;
|
|
597
598
|
meta: Meta;
|
|
598
599
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
599
|
-
},
|
|
600
|
+
}, ZodTypeAny, "passthrough">>;
|
|
600
601
|
export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
601
602
|
id: z.ZodObject<{
|
|
602
603
|
organization: z.ZodString;
|
|
603
604
|
name: z.ZodString;
|
|
604
605
|
version: z.ZodString;
|
|
605
|
-
}, "strict",
|
|
606
|
+
}, "strict", ZodTypeAny, {
|
|
606
607
|
organization: string;
|
|
607
608
|
name: string;
|
|
608
609
|
version: string;
|
|
@@ -618,7 +619,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
618
619
|
}, string>, z.ZodObject<{
|
|
619
620
|
type: z.ZodLiteral<"workflow-v1">;
|
|
620
621
|
main: z.ZodString;
|
|
621
|
-
}, "strip",
|
|
622
|
+
}, "strip", ZodTypeAny, {
|
|
622
623
|
type: "workflow-v1";
|
|
623
624
|
main: string;
|
|
624
625
|
}, {
|
|
@@ -627,7 +628,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
627
628
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
628
629
|
type: z.ZodLiteral<"workflow-v1">;
|
|
629
630
|
main: z.ZodString;
|
|
630
|
-
}, "strip",
|
|
631
|
+
}, "strip", ZodTypeAny, {
|
|
631
632
|
type: "workflow-v1";
|
|
632
633
|
main: string;
|
|
633
634
|
}, {
|
|
@@ -636,7 +637,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
636
637
|
}>]>]>;
|
|
637
638
|
model: z.ZodString;
|
|
638
639
|
ui: z.ZodString;
|
|
639
|
-
}, "strip",
|
|
640
|
+
}, "strip", ZodTypeAny, {
|
|
640
641
|
ui: string;
|
|
641
642
|
workflow: {
|
|
642
643
|
type: "workflow-v1";
|
|
@@ -663,7 +664,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
663
664
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
664
665
|
type: z.ZodLiteral<"explicit-string">;
|
|
665
666
|
content: z.ZodString;
|
|
666
|
-
}, "strict",
|
|
667
|
+
}, "strict", ZodTypeAny, {
|
|
667
668
|
type: "explicit-string";
|
|
668
669
|
content: string;
|
|
669
670
|
}, {
|
|
@@ -672,7 +673,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
672
673
|
}>, z.ZodObject<{
|
|
673
674
|
type: z.ZodLiteral<"relative">;
|
|
674
675
|
path: z.ZodString;
|
|
675
|
-
}, "strict",
|
|
676
|
+
}, "strict", ZodTypeAny, {
|
|
676
677
|
type: "relative";
|
|
677
678
|
path: string;
|
|
678
679
|
}, {
|
|
@@ -681,7 +682,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
681
682
|
}>, z.ZodObject<{
|
|
682
683
|
type: z.ZodLiteral<"absolute-file">;
|
|
683
684
|
file: z.ZodString;
|
|
684
|
-
}, "strict",
|
|
685
|
+
}, "strict", ZodTypeAny, {
|
|
685
686
|
type: "absolute-file";
|
|
686
687
|
file: string;
|
|
687
688
|
}, {
|
|
@@ -697,7 +698,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
697
698
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
698
699
|
type: z.ZodLiteral<"explicit-string">;
|
|
699
700
|
content: z.ZodString;
|
|
700
|
-
}, "strict",
|
|
701
|
+
}, "strict", ZodTypeAny, {
|
|
701
702
|
type: "explicit-string";
|
|
702
703
|
content: string;
|
|
703
704
|
}, {
|
|
@@ -706,7 +707,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
706
707
|
}>, z.ZodObject<{
|
|
707
708
|
type: z.ZodLiteral<"relative">;
|
|
708
709
|
path: z.ZodString;
|
|
709
|
-
}, "strict",
|
|
710
|
+
}, "strict", ZodTypeAny, {
|
|
710
711
|
type: "relative";
|
|
711
712
|
path: string;
|
|
712
713
|
}, {
|
|
@@ -715,7 +716,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
715
716
|
}>, z.ZodObject<{
|
|
716
717
|
type: z.ZodLiteral<"absolute-file">;
|
|
717
718
|
file: z.ZodString;
|
|
718
|
-
}, "strict",
|
|
719
|
+
}, "strict", ZodTypeAny, {
|
|
719
720
|
type: "absolute-file";
|
|
720
721
|
file: string;
|
|
721
722
|
}, {
|
|
@@ -733,7 +734,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
733
734
|
type: z.ZodLiteral<"explicit-base64">;
|
|
734
735
|
mimeType: z.ZodString;
|
|
735
736
|
content: z.ZodString;
|
|
736
|
-
}, "strict",
|
|
737
|
+
}, "strict", ZodTypeAny, {
|
|
737
738
|
type: "explicit-base64";
|
|
738
739
|
content: string;
|
|
739
740
|
mimeType: string;
|
|
@@ -744,7 +745,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
744
745
|
}>, z.ZodObject<{
|
|
745
746
|
type: z.ZodLiteral<"relative">;
|
|
746
747
|
path: z.ZodString;
|
|
747
|
-
}, "strict",
|
|
748
|
+
}, "strict", ZodTypeAny, {
|
|
748
749
|
type: "relative";
|
|
749
750
|
path: string;
|
|
750
751
|
}, {
|
|
@@ -753,7 +754,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
753
754
|
}>, z.ZodObject<{
|
|
754
755
|
type: z.ZodLiteral<"absolute-file">;
|
|
755
756
|
file: z.ZodString;
|
|
756
|
-
}, "strict",
|
|
757
|
+
}, "strict", ZodTypeAny, {
|
|
757
758
|
type: "absolute-file";
|
|
758
759
|
file: string;
|
|
759
760
|
}, {
|
|
@@ -778,7 +779,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
778
779
|
type: z.ZodLiteral<"explicit-base64">;
|
|
779
780
|
mimeType: z.ZodString;
|
|
780
781
|
content: z.ZodString;
|
|
781
|
-
}, "strict",
|
|
782
|
+
}, "strict", ZodTypeAny, {
|
|
782
783
|
type: "explicit-base64";
|
|
783
784
|
content: string;
|
|
784
785
|
mimeType: string;
|
|
@@ -789,7 +790,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
789
790
|
}>, z.ZodObject<{
|
|
790
791
|
type: z.ZodLiteral<"relative">;
|
|
791
792
|
path: z.ZodString;
|
|
792
|
-
}, "strict",
|
|
793
|
+
}, "strict", ZodTypeAny, {
|
|
793
794
|
type: "relative";
|
|
794
795
|
path: string;
|
|
795
796
|
}, {
|
|
@@ -798,14 +799,14 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
798
799
|
}>, z.ZodObject<{
|
|
799
800
|
type: z.ZodLiteral<"absolute-file">;
|
|
800
801
|
file: z.ZodString;
|
|
801
|
-
}, "strict",
|
|
802
|
+
}, "strict", ZodTypeAny, {
|
|
802
803
|
type: "absolute-file";
|
|
803
804
|
file: string;
|
|
804
805
|
}, {
|
|
805
806
|
type: "absolute-file";
|
|
806
807
|
file: string;
|
|
807
808
|
}>]>]>>;
|
|
808
|
-
}, "passthrough",
|
|
809
|
+
}, "passthrough", ZodTypeAny, z.objectOutputType<{
|
|
809
810
|
name: z.ZodString;
|
|
810
811
|
url: z.ZodString;
|
|
811
812
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
@@ -819,7 +820,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
819
820
|
type: z.ZodLiteral<"explicit-base64">;
|
|
820
821
|
mimeType: z.ZodString;
|
|
821
822
|
content: z.ZodString;
|
|
822
|
-
}, "strict",
|
|
823
|
+
}, "strict", ZodTypeAny, {
|
|
823
824
|
type: "explicit-base64";
|
|
824
825
|
content: string;
|
|
825
826
|
mimeType: string;
|
|
@@ -830,7 +831,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
830
831
|
}>, z.ZodObject<{
|
|
831
832
|
type: z.ZodLiteral<"relative">;
|
|
832
833
|
path: z.ZodString;
|
|
833
|
-
}, "strict",
|
|
834
|
+
}, "strict", ZodTypeAny, {
|
|
834
835
|
type: "relative";
|
|
835
836
|
path: string;
|
|
836
837
|
}, {
|
|
@@ -839,14 +840,14 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
839
840
|
}>, z.ZodObject<{
|
|
840
841
|
type: z.ZodLiteral<"absolute-file">;
|
|
841
842
|
file: z.ZodString;
|
|
842
|
-
}, "strict",
|
|
843
|
+
}, "strict", ZodTypeAny, {
|
|
843
844
|
type: "absolute-file";
|
|
844
845
|
file: string;
|
|
845
846
|
}, {
|
|
846
847
|
type: "absolute-file";
|
|
847
848
|
file: string;
|
|
848
849
|
}>]>]>>;
|
|
849
|
-
},
|
|
850
|
+
}, ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
850
851
|
name: z.ZodString;
|
|
851
852
|
url: z.ZodString;
|
|
852
853
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
@@ -860,7 +861,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
860
861
|
type: z.ZodLiteral<"explicit-base64">;
|
|
861
862
|
mimeType: z.ZodString;
|
|
862
863
|
content: z.ZodString;
|
|
863
|
-
}, "strict",
|
|
864
|
+
}, "strict", ZodTypeAny, {
|
|
864
865
|
type: "explicit-base64";
|
|
865
866
|
content: string;
|
|
866
867
|
mimeType: string;
|
|
@@ -871,7 +872,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
871
872
|
}>, z.ZodObject<{
|
|
872
873
|
type: z.ZodLiteral<"relative">;
|
|
873
874
|
path: z.ZodString;
|
|
874
|
-
}, "strict",
|
|
875
|
+
}, "strict", ZodTypeAny, {
|
|
875
876
|
type: "relative";
|
|
876
877
|
path: string;
|
|
877
878
|
}, {
|
|
@@ -880,19 +881,19 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
880
881
|
}>, z.ZodObject<{
|
|
881
882
|
type: z.ZodLiteral<"absolute-file">;
|
|
882
883
|
file: z.ZodString;
|
|
883
|
-
}, "strict",
|
|
884
|
+
}, "strict", ZodTypeAny, {
|
|
884
885
|
type: "absolute-file";
|
|
885
886
|
file: string;
|
|
886
887
|
}, {
|
|
887
888
|
type: "absolute-file";
|
|
888
889
|
file: string;
|
|
889
890
|
}>]>]>>;
|
|
890
|
-
},
|
|
891
|
+
}, ZodTypeAny, "passthrough">>;
|
|
891
892
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
892
893
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
893
894
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
894
895
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
895
|
-
}, "strip",
|
|
896
|
+
}, "strip", ZodTypeAny, {
|
|
896
897
|
organization: {
|
|
897
898
|
url: string;
|
|
898
899
|
name: string;
|
|
@@ -1012,12 +1013,12 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1012
1013
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1013
1014
|
}>;
|
|
1014
1015
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
1015
|
-
}, "passthrough",
|
|
1016
|
+
}, "passthrough", ZodTypeAny, z.objectOutputType<{
|
|
1016
1017
|
id: z.ZodObject<{
|
|
1017
1018
|
organization: z.ZodString;
|
|
1018
1019
|
name: z.ZodString;
|
|
1019
1020
|
version: z.ZodString;
|
|
1020
|
-
}, "strict",
|
|
1021
|
+
}, "strict", ZodTypeAny, {
|
|
1021
1022
|
organization: string;
|
|
1022
1023
|
name: string;
|
|
1023
1024
|
version: string;
|
|
@@ -1033,7 +1034,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1033
1034
|
}, string>, z.ZodObject<{
|
|
1034
1035
|
type: z.ZodLiteral<"workflow-v1">;
|
|
1035
1036
|
main: z.ZodString;
|
|
1036
|
-
}, "strip",
|
|
1037
|
+
}, "strip", ZodTypeAny, {
|
|
1037
1038
|
type: "workflow-v1";
|
|
1038
1039
|
main: string;
|
|
1039
1040
|
}, {
|
|
@@ -1042,7 +1043,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1042
1043
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1043
1044
|
type: z.ZodLiteral<"workflow-v1">;
|
|
1044
1045
|
main: z.ZodString;
|
|
1045
|
-
}, "strip",
|
|
1046
|
+
}, "strip", ZodTypeAny, {
|
|
1046
1047
|
type: "workflow-v1";
|
|
1047
1048
|
main: string;
|
|
1048
1049
|
}, {
|
|
@@ -1051,7 +1052,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1051
1052
|
}>]>]>;
|
|
1052
1053
|
model: z.ZodString;
|
|
1053
1054
|
ui: z.ZodString;
|
|
1054
|
-
}, "strip",
|
|
1055
|
+
}, "strip", ZodTypeAny, {
|
|
1055
1056
|
ui: string;
|
|
1056
1057
|
workflow: {
|
|
1057
1058
|
type: "workflow-v1";
|
|
@@ -1078,7 +1079,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1078
1079
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1079
1080
|
type: z.ZodLiteral<"explicit-string">;
|
|
1080
1081
|
content: z.ZodString;
|
|
1081
|
-
}, "strict",
|
|
1082
|
+
}, "strict", ZodTypeAny, {
|
|
1082
1083
|
type: "explicit-string";
|
|
1083
1084
|
content: string;
|
|
1084
1085
|
}, {
|
|
@@ -1087,7 +1088,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1087
1088
|
}>, z.ZodObject<{
|
|
1088
1089
|
type: z.ZodLiteral<"relative">;
|
|
1089
1090
|
path: z.ZodString;
|
|
1090
|
-
}, "strict",
|
|
1091
|
+
}, "strict", ZodTypeAny, {
|
|
1091
1092
|
type: "relative";
|
|
1092
1093
|
path: string;
|
|
1093
1094
|
}, {
|
|
@@ -1096,7 +1097,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1096
1097
|
}>, z.ZodObject<{
|
|
1097
1098
|
type: z.ZodLiteral<"absolute-file">;
|
|
1098
1099
|
file: z.ZodString;
|
|
1099
|
-
}, "strict",
|
|
1100
|
+
}, "strict", ZodTypeAny, {
|
|
1100
1101
|
type: "absolute-file";
|
|
1101
1102
|
file: string;
|
|
1102
1103
|
}, {
|
|
@@ -1112,7 +1113,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1112
1113
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1113
1114
|
type: z.ZodLiteral<"explicit-string">;
|
|
1114
1115
|
content: z.ZodString;
|
|
1115
|
-
}, "strict",
|
|
1116
|
+
}, "strict", ZodTypeAny, {
|
|
1116
1117
|
type: "explicit-string";
|
|
1117
1118
|
content: string;
|
|
1118
1119
|
}, {
|
|
@@ -1121,7 +1122,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1121
1122
|
}>, z.ZodObject<{
|
|
1122
1123
|
type: z.ZodLiteral<"relative">;
|
|
1123
1124
|
path: z.ZodString;
|
|
1124
|
-
}, "strict",
|
|
1125
|
+
}, "strict", ZodTypeAny, {
|
|
1125
1126
|
type: "relative";
|
|
1126
1127
|
path: string;
|
|
1127
1128
|
}, {
|
|
@@ -1130,7 +1131,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1130
1131
|
}>, z.ZodObject<{
|
|
1131
1132
|
type: z.ZodLiteral<"absolute-file">;
|
|
1132
1133
|
file: z.ZodString;
|
|
1133
|
-
}, "strict",
|
|
1134
|
+
}, "strict", ZodTypeAny, {
|
|
1134
1135
|
type: "absolute-file";
|
|
1135
1136
|
file: string;
|
|
1136
1137
|
}, {
|
|
@@ -1148,7 +1149,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1148
1149
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1149
1150
|
mimeType: z.ZodString;
|
|
1150
1151
|
content: z.ZodString;
|
|
1151
|
-
}, "strict",
|
|
1152
|
+
}, "strict", ZodTypeAny, {
|
|
1152
1153
|
type: "explicit-base64";
|
|
1153
1154
|
content: string;
|
|
1154
1155
|
mimeType: string;
|
|
@@ -1159,7 +1160,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1159
1160
|
}>, z.ZodObject<{
|
|
1160
1161
|
type: z.ZodLiteral<"relative">;
|
|
1161
1162
|
path: z.ZodString;
|
|
1162
|
-
}, "strict",
|
|
1163
|
+
}, "strict", ZodTypeAny, {
|
|
1163
1164
|
type: "relative";
|
|
1164
1165
|
path: string;
|
|
1165
1166
|
}, {
|
|
@@ -1168,7 +1169,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1168
1169
|
}>, z.ZodObject<{
|
|
1169
1170
|
type: z.ZodLiteral<"absolute-file">;
|
|
1170
1171
|
file: z.ZodString;
|
|
1171
|
-
}, "strict",
|
|
1172
|
+
}, "strict", ZodTypeAny, {
|
|
1172
1173
|
type: "absolute-file";
|
|
1173
1174
|
file: string;
|
|
1174
1175
|
}, {
|
|
@@ -1193,7 +1194,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1193
1194
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1194
1195
|
mimeType: z.ZodString;
|
|
1195
1196
|
content: z.ZodString;
|
|
1196
|
-
}, "strict",
|
|
1197
|
+
}, "strict", ZodTypeAny, {
|
|
1197
1198
|
type: "explicit-base64";
|
|
1198
1199
|
content: string;
|
|
1199
1200
|
mimeType: string;
|
|
@@ -1204,7 +1205,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1204
1205
|
}>, z.ZodObject<{
|
|
1205
1206
|
type: z.ZodLiteral<"relative">;
|
|
1206
1207
|
path: z.ZodString;
|
|
1207
|
-
}, "strict",
|
|
1208
|
+
}, "strict", ZodTypeAny, {
|
|
1208
1209
|
type: "relative";
|
|
1209
1210
|
path: string;
|
|
1210
1211
|
}, {
|
|
@@ -1213,14 +1214,14 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1213
1214
|
}>, z.ZodObject<{
|
|
1214
1215
|
type: z.ZodLiteral<"absolute-file">;
|
|
1215
1216
|
file: z.ZodString;
|
|
1216
|
-
}, "strict",
|
|
1217
|
+
}, "strict", ZodTypeAny, {
|
|
1217
1218
|
type: "absolute-file";
|
|
1218
1219
|
file: string;
|
|
1219
1220
|
}, {
|
|
1220
1221
|
type: "absolute-file";
|
|
1221
1222
|
file: string;
|
|
1222
1223
|
}>]>]>>;
|
|
1223
|
-
}, "passthrough",
|
|
1224
|
+
}, "passthrough", ZodTypeAny, z.objectOutputType<{
|
|
1224
1225
|
name: z.ZodString;
|
|
1225
1226
|
url: z.ZodString;
|
|
1226
1227
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
@@ -1234,7 +1235,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1234
1235
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1235
1236
|
mimeType: z.ZodString;
|
|
1236
1237
|
content: z.ZodString;
|
|
1237
|
-
}, "strict",
|
|
1238
|
+
}, "strict", ZodTypeAny, {
|
|
1238
1239
|
type: "explicit-base64";
|
|
1239
1240
|
content: string;
|
|
1240
1241
|
mimeType: string;
|
|
@@ -1245,7 +1246,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1245
1246
|
}>, z.ZodObject<{
|
|
1246
1247
|
type: z.ZodLiteral<"relative">;
|
|
1247
1248
|
path: z.ZodString;
|
|
1248
|
-
}, "strict",
|
|
1249
|
+
}, "strict", ZodTypeAny, {
|
|
1249
1250
|
type: "relative";
|
|
1250
1251
|
path: string;
|
|
1251
1252
|
}, {
|
|
@@ -1254,14 +1255,14 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1254
1255
|
}>, z.ZodObject<{
|
|
1255
1256
|
type: z.ZodLiteral<"absolute-file">;
|
|
1256
1257
|
file: z.ZodString;
|
|
1257
|
-
}, "strict",
|
|
1258
|
+
}, "strict", ZodTypeAny, {
|
|
1258
1259
|
type: "absolute-file";
|
|
1259
1260
|
file: string;
|
|
1260
1261
|
}, {
|
|
1261
1262
|
type: "absolute-file";
|
|
1262
1263
|
file: string;
|
|
1263
1264
|
}>]>]>>;
|
|
1264
|
-
},
|
|
1265
|
+
}, ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1265
1266
|
name: z.ZodString;
|
|
1266
1267
|
url: z.ZodString;
|
|
1267
1268
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
@@ -1275,7 +1276,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1275
1276
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1276
1277
|
mimeType: z.ZodString;
|
|
1277
1278
|
content: z.ZodString;
|
|
1278
|
-
}, "strict",
|
|
1279
|
+
}, "strict", ZodTypeAny, {
|
|
1279
1280
|
type: "explicit-base64";
|
|
1280
1281
|
content: string;
|
|
1281
1282
|
mimeType: string;
|
|
@@ -1286,7 +1287,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1286
1287
|
}>, z.ZodObject<{
|
|
1287
1288
|
type: z.ZodLiteral<"relative">;
|
|
1288
1289
|
path: z.ZodString;
|
|
1289
|
-
}, "strict",
|
|
1290
|
+
}, "strict", ZodTypeAny, {
|
|
1290
1291
|
type: "relative";
|
|
1291
1292
|
path: string;
|
|
1292
1293
|
}, {
|
|
@@ -1295,19 +1296,19 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1295
1296
|
}>, z.ZodObject<{
|
|
1296
1297
|
type: z.ZodLiteral<"absolute-file">;
|
|
1297
1298
|
file: z.ZodString;
|
|
1298
|
-
}, "strict",
|
|
1299
|
+
}, "strict", ZodTypeAny, {
|
|
1299
1300
|
type: "absolute-file";
|
|
1300
1301
|
file: string;
|
|
1301
1302
|
}, {
|
|
1302
1303
|
type: "absolute-file";
|
|
1303
1304
|
file: string;
|
|
1304
1305
|
}>]>]>>;
|
|
1305
|
-
},
|
|
1306
|
+
}, ZodTypeAny, "passthrough">>;
|
|
1306
1307
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1307
1308
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
1308
1309
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1309
1310
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1310
|
-
}, "strip",
|
|
1311
|
+
}, "strip", ZodTypeAny, {
|
|
1311
1312
|
organization: {
|
|
1312
1313
|
url: string;
|
|
1313
1314
|
name: string;
|
|
@@ -1427,12 +1428,12 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1427
1428
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1428
1429
|
}>;
|
|
1429
1430
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
1430
|
-
},
|
|
1431
|
+
}, ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1431
1432
|
id: z.ZodObject<{
|
|
1432
1433
|
organization: z.ZodString;
|
|
1433
1434
|
name: z.ZodString;
|
|
1434
1435
|
version: z.ZodString;
|
|
1435
|
-
}, "strict",
|
|
1436
|
+
}, "strict", ZodTypeAny, {
|
|
1436
1437
|
organization: string;
|
|
1437
1438
|
name: string;
|
|
1438
1439
|
version: string;
|
|
@@ -1448,7 +1449,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1448
1449
|
}, string>, z.ZodObject<{
|
|
1449
1450
|
type: z.ZodLiteral<"workflow-v1">;
|
|
1450
1451
|
main: z.ZodString;
|
|
1451
|
-
}, "strip",
|
|
1452
|
+
}, "strip", ZodTypeAny, {
|
|
1452
1453
|
type: "workflow-v1";
|
|
1453
1454
|
main: string;
|
|
1454
1455
|
}, {
|
|
@@ -1457,7 +1458,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1457
1458
|
}>>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1458
1459
|
type: z.ZodLiteral<"workflow-v1">;
|
|
1459
1460
|
main: z.ZodString;
|
|
1460
|
-
}, "strip",
|
|
1461
|
+
}, "strip", ZodTypeAny, {
|
|
1461
1462
|
type: "workflow-v1";
|
|
1462
1463
|
main: string;
|
|
1463
1464
|
}, {
|
|
@@ -1466,7 +1467,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1466
1467
|
}>]>]>;
|
|
1467
1468
|
model: z.ZodString;
|
|
1468
1469
|
ui: z.ZodString;
|
|
1469
|
-
}, "strip",
|
|
1470
|
+
}, "strip", ZodTypeAny, {
|
|
1470
1471
|
ui: string;
|
|
1471
1472
|
workflow: {
|
|
1472
1473
|
type: "workflow-v1";
|
|
@@ -1493,7 +1494,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1493
1494
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1494
1495
|
type: z.ZodLiteral<"explicit-string">;
|
|
1495
1496
|
content: z.ZodString;
|
|
1496
|
-
}, "strict",
|
|
1497
|
+
}, "strict", ZodTypeAny, {
|
|
1497
1498
|
type: "explicit-string";
|
|
1498
1499
|
content: string;
|
|
1499
1500
|
}, {
|
|
@@ -1502,7 +1503,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1502
1503
|
}>, z.ZodObject<{
|
|
1503
1504
|
type: z.ZodLiteral<"relative">;
|
|
1504
1505
|
path: z.ZodString;
|
|
1505
|
-
}, "strict",
|
|
1506
|
+
}, "strict", ZodTypeAny, {
|
|
1506
1507
|
type: "relative";
|
|
1507
1508
|
path: string;
|
|
1508
1509
|
}, {
|
|
@@ -1511,7 +1512,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1511
1512
|
}>, z.ZodObject<{
|
|
1512
1513
|
type: z.ZodLiteral<"absolute-file">;
|
|
1513
1514
|
file: z.ZodString;
|
|
1514
|
-
}, "strict",
|
|
1515
|
+
}, "strict", ZodTypeAny, {
|
|
1515
1516
|
type: "absolute-file";
|
|
1516
1517
|
file: string;
|
|
1517
1518
|
}, {
|
|
@@ -1527,7 +1528,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1527
1528
|
}, string>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1528
1529
|
type: z.ZodLiteral<"explicit-string">;
|
|
1529
1530
|
content: z.ZodString;
|
|
1530
|
-
}, "strict",
|
|
1531
|
+
}, "strict", ZodTypeAny, {
|
|
1531
1532
|
type: "explicit-string";
|
|
1532
1533
|
content: string;
|
|
1533
1534
|
}, {
|
|
@@ -1536,7 +1537,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1536
1537
|
}>, z.ZodObject<{
|
|
1537
1538
|
type: z.ZodLiteral<"relative">;
|
|
1538
1539
|
path: z.ZodString;
|
|
1539
|
-
}, "strict",
|
|
1540
|
+
}, "strict", ZodTypeAny, {
|
|
1540
1541
|
type: "relative";
|
|
1541
1542
|
path: string;
|
|
1542
1543
|
}, {
|
|
@@ -1545,7 +1546,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1545
1546
|
}>, z.ZodObject<{
|
|
1546
1547
|
type: z.ZodLiteral<"absolute-file">;
|
|
1547
1548
|
file: z.ZodString;
|
|
1548
|
-
}, "strict",
|
|
1549
|
+
}, "strict", ZodTypeAny, {
|
|
1549
1550
|
type: "absolute-file";
|
|
1550
1551
|
file: string;
|
|
1551
1552
|
}, {
|
|
@@ -1563,7 +1564,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1563
1564
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1564
1565
|
mimeType: z.ZodString;
|
|
1565
1566
|
content: z.ZodString;
|
|
1566
|
-
}, "strict",
|
|
1567
|
+
}, "strict", ZodTypeAny, {
|
|
1567
1568
|
type: "explicit-base64";
|
|
1568
1569
|
content: string;
|
|
1569
1570
|
mimeType: string;
|
|
@@ -1574,7 +1575,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1574
1575
|
}>, z.ZodObject<{
|
|
1575
1576
|
type: z.ZodLiteral<"relative">;
|
|
1576
1577
|
path: z.ZodString;
|
|
1577
|
-
}, "strict",
|
|
1578
|
+
}, "strict", ZodTypeAny, {
|
|
1578
1579
|
type: "relative";
|
|
1579
1580
|
path: string;
|
|
1580
1581
|
}, {
|
|
@@ -1583,7 +1584,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1583
1584
|
}>, z.ZodObject<{
|
|
1584
1585
|
type: z.ZodLiteral<"absolute-file">;
|
|
1585
1586
|
file: z.ZodString;
|
|
1586
|
-
}, "strict",
|
|
1587
|
+
}, "strict", ZodTypeAny, {
|
|
1587
1588
|
type: "absolute-file";
|
|
1588
1589
|
file: string;
|
|
1589
1590
|
}, {
|
|
@@ -1608,7 +1609,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1608
1609
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1609
1610
|
mimeType: z.ZodString;
|
|
1610
1611
|
content: z.ZodString;
|
|
1611
|
-
}, "strict",
|
|
1612
|
+
}, "strict", ZodTypeAny, {
|
|
1612
1613
|
type: "explicit-base64";
|
|
1613
1614
|
content: string;
|
|
1614
1615
|
mimeType: string;
|
|
@@ -1619,7 +1620,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1619
1620
|
}>, z.ZodObject<{
|
|
1620
1621
|
type: z.ZodLiteral<"relative">;
|
|
1621
1622
|
path: z.ZodString;
|
|
1622
|
-
}, "strict",
|
|
1623
|
+
}, "strict", ZodTypeAny, {
|
|
1623
1624
|
type: "relative";
|
|
1624
1625
|
path: string;
|
|
1625
1626
|
}, {
|
|
@@ -1628,14 +1629,14 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1628
1629
|
}>, z.ZodObject<{
|
|
1629
1630
|
type: z.ZodLiteral<"absolute-file">;
|
|
1630
1631
|
file: z.ZodString;
|
|
1631
|
-
}, "strict",
|
|
1632
|
+
}, "strict", ZodTypeAny, {
|
|
1632
1633
|
type: "absolute-file";
|
|
1633
1634
|
file: string;
|
|
1634
1635
|
}, {
|
|
1635
1636
|
type: "absolute-file";
|
|
1636
1637
|
file: string;
|
|
1637
1638
|
}>]>]>>;
|
|
1638
|
-
}, "passthrough",
|
|
1639
|
+
}, "passthrough", ZodTypeAny, z.objectOutputType<{
|
|
1639
1640
|
name: z.ZodString;
|
|
1640
1641
|
url: z.ZodString;
|
|
1641
1642
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
@@ -1649,7 +1650,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1649
1650
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1650
1651
|
mimeType: z.ZodString;
|
|
1651
1652
|
content: z.ZodString;
|
|
1652
|
-
}, "strict",
|
|
1653
|
+
}, "strict", ZodTypeAny, {
|
|
1653
1654
|
type: "explicit-base64";
|
|
1654
1655
|
content: string;
|
|
1655
1656
|
mimeType: string;
|
|
@@ -1660,7 +1661,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1660
1661
|
}>, z.ZodObject<{
|
|
1661
1662
|
type: z.ZodLiteral<"relative">;
|
|
1662
1663
|
path: z.ZodString;
|
|
1663
|
-
}, "strict",
|
|
1664
|
+
}, "strict", ZodTypeAny, {
|
|
1664
1665
|
type: "relative";
|
|
1665
1666
|
path: string;
|
|
1666
1667
|
}, {
|
|
@@ -1669,14 +1670,14 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1669
1670
|
}>, z.ZodObject<{
|
|
1670
1671
|
type: z.ZodLiteral<"absolute-file">;
|
|
1671
1672
|
file: z.ZodString;
|
|
1672
|
-
}, "strict",
|
|
1673
|
+
}, "strict", ZodTypeAny, {
|
|
1673
1674
|
type: "absolute-file";
|
|
1674
1675
|
file: string;
|
|
1675
1676
|
}, {
|
|
1676
1677
|
type: "absolute-file";
|
|
1677
1678
|
file: string;
|
|
1678
1679
|
}>]>]>>;
|
|
1679
|
-
},
|
|
1680
|
+
}, ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1680
1681
|
name: z.ZodString;
|
|
1681
1682
|
url: z.ZodString;
|
|
1682
1683
|
logo: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, {
|
|
@@ -1690,7 +1691,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1690
1691
|
type: z.ZodLiteral<"explicit-base64">;
|
|
1691
1692
|
mimeType: z.ZodString;
|
|
1692
1693
|
content: z.ZodString;
|
|
1693
|
-
}, "strict",
|
|
1694
|
+
}, "strict", ZodTypeAny, {
|
|
1694
1695
|
type: "explicit-base64";
|
|
1695
1696
|
content: string;
|
|
1696
1697
|
mimeType: string;
|
|
@@ -1701,7 +1702,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1701
1702
|
}>, z.ZodObject<{
|
|
1702
1703
|
type: z.ZodLiteral<"relative">;
|
|
1703
1704
|
path: z.ZodString;
|
|
1704
|
-
}, "strict",
|
|
1705
|
+
}, "strict", ZodTypeAny, {
|
|
1705
1706
|
type: "relative";
|
|
1706
1707
|
path: string;
|
|
1707
1708
|
}, {
|
|
@@ -1710,19 +1711,19 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1710
1711
|
}>, z.ZodObject<{
|
|
1711
1712
|
type: z.ZodLiteral<"absolute-file">;
|
|
1712
1713
|
file: z.ZodString;
|
|
1713
|
-
}, "strict",
|
|
1714
|
+
}, "strict", ZodTypeAny, {
|
|
1714
1715
|
type: "absolute-file";
|
|
1715
1716
|
file: string;
|
|
1716
1717
|
}, {
|
|
1717
1718
|
type: "absolute-file";
|
|
1718
1719
|
file: string;
|
|
1719
1720
|
}>]>]>>;
|
|
1720
|
-
},
|
|
1721
|
+
}, ZodTypeAny, "passthrough">>;
|
|
1721
1722
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1722
1723
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
1723
1724
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1724
1725
|
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1725
|
-
}, "strip",
|
|
1726
|
+
}, "strip", ZodTypeAny, {
|
|
1726
1727
|
organization: {
|
|
1727
1728
|
url: string;
|
|
1728
1729
|
name: string;
|
|
@@ -1842,7 +1843,7 @@ export declare const BlockPackDescriptionRaw: z.ZodObject<{
|
|
|
1842
1843
|
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1843
1844
|
}>;
|
|
1844
1845
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
1845
|
-
},
|
|
1846
|
+
}, ZodTypeAny, "passthrough">>;
|
|
1846
1847
|
export type BlockPackDescriptionRaw = z.infer<typeof BlockPackDescriptionRaw>;
|
|
1847
1848
|
export declare function overrideDescriptionVersion<T extends {
|
|
1848
1849
|
id: BlockPackId;
|