@platforma-sdk/block-tools 2.6.5 → 2.6.6
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.
|
@@ -470,6 +470,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
470
470
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
471
471
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
472
472
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
473
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
473
474
|
}, "strip", z.ZodTypeAny, {
|
|
474
475
|
title: string;
|
|
475
476
|
description: string;
|
|
@@ -542,6 +543,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
542
543
|
marketplaceRanking?: number | undefined;
|
|
543
544
|
deprecated?: boolean | undefined;
|
|
544
545
|
termsOfServiceUrl?: string | undefined;
|
|
546
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
545
547
|
}, {
|
|
546
548
|
title: string;
|
|
547
549
|
description: string;
|
|
@@ -600,6 +602,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
600
602
|
marketplaceRanking?: number | undefined;
|
|
601
603
|
deprecated?: boolean | undefined;
|
|
602
604
|
termsOfServiceUrl?: string | undefined;
|
|
605
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
603
606
|
}>;
|
|
604
607
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
605
608
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -1073,6 +1076,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1073
1076
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1074
1077
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
1075
1078
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1079
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1076
1080
|
}, "strip", z.ZodTypeAny, {
|
|
1077
1081
|
title: string;
|
|
1078
1082
|
description: string;
|
|
@@ -1145,6 +1149,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1145
1149
|
marketplaceRanking?: number | undefined;
|
|
1146
1150
|
deprecated?: boolean | undefined;
|
|
1147
1151
|
termsOfServiceUrl?: string | undefined;
|
|
1152
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1148
1153
|
}, {
|
|
1149
1154
|
title: string;
|
|
1150
1155
|
description: string;
|
|
@@ -1203,6 +1208,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1203
1208
|
marketplaceRanking?: number | undefined;
|
|
1204
1209
|
deprecated?: boolean | undefined;
|
|
1205
1210
|
termsOfServiceUrl?: string | undefined;
|
|
1211
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1206
1212
|
}>;
|
|
1207
1213
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
1208
1214
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -1676,6 +1682,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1676
1682
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1677
1683
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
1678
1684
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1685
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1679
1686
|
}, "strip", z.ZodTypeAny, {
|
|
1680
1687
|
title: string;
|
|
1681
1688
|
description: string;
|
|
@@ -1748,6 +1755,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1748
1755
|
marketplaceRanking?: number | undefined;
|
|
1749
1756
|
deprecated?: boolean | undefined;
|
|
1750
1757
|
termsOfServiceUrl?: string | undefined;
|
|
1758
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1751
1759
|
}, {
|
|
1752
1760
|
title: string;
|
|
1753
1761
|
description: string;
|
|
@@ -1806,6 +1814,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1806
1814
|
marketplaceRanking?: number | undefined;
|
|
1807
1815
|
deprecated?: boolean | undefined;
|
|
1808
1816
|
termsOfServiceUrl?: string | undefined;
|
|
1817
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1809
1818
|
}>;
|
|
1810
1819
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
1811
1820
|
}, z.ZodTypeAny, "passthrough">>, {
|
|
@@ -1910,6 +1919,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
1910
1919
|
marketplaceRanking?: number | undefined;
|
|
1911
1920
|
deprecated?: boolean | undefined;
|
|
1912
1921
|
termsOfServiceUrl?: string | undefined;
|
|
1922
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1913
1923
|
};
|
|
1914
1924
|
}, z.objectInputType<{
|
|
1915
1925
|
id: z.ZodObject<{
|
|
@@ -2382,6 +2392,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2382
2392
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
2383
2393
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
2384
2394
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
2395
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
2385
2396
|
}, "strip", z.ZodTypeAny, {
|
|
2386
2397
|
title: string;
|
|
2387
2398
|
description: string;
|
|
@@ -2454,6 +2465,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2454
2465
|
marketplaceRanking?: number | undefined;
|
|
2455
2466
|
deprecated?: boolean | undefined;
|
|
2456
2467
|
termsOfServiceUrl?: string | undefined;
|
|
2468
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
2457
2469
|
}, {
|
|
2458
2470
|
title: string;
|
|
2459
2471
|
description: string;
|
|
@@ -2512,6 +2524,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
2512
2524
|
marketplaceRanking?: number | undefined;
|
|
2513
2525
|
deprecated?: boolean | undefined;
|
|
2514
2526
|
termsOfServiceUrl?: string | undefined;
|
|
2527
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
2515
2528
|
}>;
|
|
2516
2529
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
2517
2530
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -3167,6 +3180,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3167
3180
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
3168
3181
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
3169
3182
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
3183
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
3170
3184
|
}, "strip", z.ZodTypeAny, {
|
|
3171
3185
|
title: string;
|
|
3172
3186
|
description: string;
|
|
@@ -3213,6 +3227,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3213
3227
|
marketplaceRanking?: number | undefined;
|
|
3214
3228
|
deprecated?: boolean | undefined;
|
|
3215
3229
|
termsOfServiceUrl?: string | undefined;
|
|
3230
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
3216
3231
|
}, {
|
|
3217
3232
|
title: string;
|
|
3218
3233
|
description: string;
|
|
@@ -3259,6 +3274,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3259
3274
|
marketplaceRanking?: number | undefined;
|
|
3260
3275
|
deprecated?: boolean | undefined;
|
|
3261
3276
|
termsOfServiceUrl?: string | undefined;
|
|
3277
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
3262
3278
|
}>;
|
|
3263
3279
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
3264
3280
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -3912,6 +3928,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3912
3928
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
3913
3929
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
3914
3930
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
3931
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
3915
3932
|
}, "strip", z.ZodTypeAny, {
|
|
3916
3933
|
title: string;
|
|
3917
3934
|
description: string;
|
|
@@ -3958,6 +3975,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
3958
3975
|
marketplaceRanking?: number | undefined;
|
|
3959
3976
|
deprecated?: boolean | undefined;
|
|
3960
3977
|
termsOfServiceUrl?: string | undefined;
|
|
3978
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
3961
3979
|
}, {
|
|
3962
3980
|
title: string;
|
|
3963
3981
|
description: string;
|
|
@@ -4004,6 +4022,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4004
4022
|
marketplaceRanking?: number | undefined;
|
|
4005
4023
|
deprecated?: boolean | undefined;
|
|
4006
4024
|
termsOfServiceUrl?: string | undefined;
|
|
4025
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
4007
4026
|
}>;
|
|
4008
4027
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
4009
4028
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -4657,6 +4676,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4657
4676
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
4658
4677
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
4659
4678
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
4679
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
4660
4680
|
}, "strip", z.ZodTypeAny, {
|
|
4661
4681
|
title: string;
|
|
4662
4682
|
description: string;
|
|
@@ -4703,6 +4723,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4703
4723
|
marketplaceRanking?: number | undefined;
|
|
4704
4724
|
deprecated?: boolean | undefined;
|
|
4705
4725
|
termsOfServiceUrl?: string | undefined;
|
|
4726
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
4706
4727
|
}, {
|
|
4707
4728
|
title: string;
|
|
4708
4729
|
description: string;
|
|
@@ -4749,6 +4770,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
4749
4770
|
marketplaceRanking?: number | undefined;
|
|
4750
4771
|
deprecated?: boolean | undefined;
|
|
4751
4772
|
termsOfServiceUrl?: string | undefined;
|
|
4773
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
4752
4774
|
}>;
|
|
4753
4775
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
4754
4776
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
@@ -5035,6 +5057,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5035
5057
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
5036
5058
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
5037
5059
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
5060
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
5038
5061
|
}, "strip", z.ZodTypeAny, {
|
|
5039
5062
|
organization: {
|
|
5040
5063
|
url: string;
|
|
@@ -5081,6 +5104,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5081
5104
|
marketplaceRanking?: number | undefined;
|
|
5082
5105
|
deprecated?: boolean | undefined;
|
|
5083
5106
|
termsOfServiceUrl?: string | undefined;
|
|
5107
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
5084
5108
|
}, {
|
|
5085
5109
|
organization: {
|
|
5086
5110
|
url: string;
|
|
@@ -5127,6 +5151,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5127
5151
|
marketplaceRanking?: number | undefined;
|
|
5128
5152
|
deprecated?: boolean | undefined;
|
|
5129
5153
|
termsOfServiceUrl?: string | undefined;
|
|
5154
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
5130
5155
|
}>;
|
|
5131
5156
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
5132
5157
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -5413,6 +5438,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5413
5438
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
5414
5439
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
5415
5440
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
5441
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
5416
5442
|
}, "strip", z.ZodTypeAny, {
|
|
5417
5443
|
organization: {
|
|
5418
5444
|
url: string;
|
|
@@ -5459,6 +5485,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5459
5485
|
marketplaceRanking?: number | undefined;
|
|
5460
5486
|
deprecated?: boolean | undefined;
|
|
5461
5487
|
termsOfServiceUrl?: string | undefined;
|
|
5488
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
5462
5489
|
}, {
|
|
5463
5490
|
organization: {
|
|
5464
5491
|
url: string;
|
|
@@ -5505,6 +5532,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5505
5532
|
marketplaceRanking?: number | undefined;
|
|
5506
5533
|
deprecated?: boolean | undefined;
|
|
5507
5534
|
termsOfServiceUrl?: string | undefined;
|
|
5535
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
5508
5536
|
}>;
|
|
5509
5537
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
5510
5538
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -5791,6 +5819,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5791
5819
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
5792
5820
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
5793
5821
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
5822
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
5794
5823
|
}, "strip", z.ZodTypeAny, {
|
|
5795
5824
|
organization: {
|
|
5796
5825
|
url: string;
|
|
@@ -5837,6 +5866,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5837
5866
|
marketplaceRanking?: number | undefined;
|
|
5838
5867
|
deprecated?: boolean | undefined;
|
|
5839
5868
|
termsOfServiceUrl?: string | undefined;
|
|
5869
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
5840
5870
|
}, {
|
|
5841
5871
|
organization: {
|
|
5842
5872
|
url: string;
|
|
@@ -5883,6 +5913,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
5883
5913
|
marketplaceRanking?: number | undefined;
|
|
5884
5914
|
deprecated?: boolean | undefined;
|
|
5885
5915
|
termsOfServiceUrl?: string | undefined;
|
|
5916
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
5886
5917
|
}>;
|
|
5887
5918
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
5888
5919
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
@@ -6170,6 +6201,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6170
6201
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
6171
6202
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
6172
6203
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
6204
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
6173
6205
|
}, "strip", z.ZodTypeAny, {
|
|
6174
6206
|
organization: {
|
|
6175
6207
|
url: string;
|
|
@@ -6216,6 +6248,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6216
6248
|
marketplaceRanking?: number | undefined;
|
|
6217
6249
|
deprecated?: boolean | undefined;
|
|
6218
6250
|
termsOfServiceUrl?: string | undefined;
|
|
6251
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
6219
6252
|
}, {
|
|
6220
6253
|
organization: {
|
|
6221
6254
|
url: string;
|
|
@@ -6262,6 +6295,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6262
6295
|
marketplaceRanking?: number | undefined;
|
|
6263
6296
|
deprecated?: boolean | undefined;
|
|
6264
6297
|
termsOfServiceUrl?: string | undefined;
|
|
6298
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
6265
6299
|
}>;
|
|
6266
6300
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
6267
6301
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -6548,6 +6582,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6548
6582
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
6549
6583
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
6550
6584
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
6585
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
6551
6586
|
}, "strip", z.ZodTypeAny, {
|
|
6552
6587
|
organization: {
|
|
6553
6588
|
url: string;
|
|
@@ -6594,6 +6629,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6594
6629
|
marketplaceRanking?: number | undefined;
|
|
6595
6630
|
deprecated?: boolean | undefined;
|
|
6596
6631
|
termsOfServiceUrl?: string | undefined;
|
|
6632
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
6597
6633
|
}, {
|
|
6598
6634
|
organization: {
|
|
6599
6635
|
url: string;
|
|
@@ -6640,6 +6676,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6640
6676
|
marketplaceRanking?: number | undefined;
|
|
6641
6677
|
deprecated?: boolean | undefined;
|
|
6642
6678
|
termsOfServiceUrl?: string | undefined;
|
|
6679
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
6643
6680
|
}>;
|
|
6644
6681
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
6645
6682
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -6926,6 +6963,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6926
6963
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
6927
6964
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
6928
6965
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
6966
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
6929
6967
|
}, "strip", z.ZodTypeAny, {
|
|
6930
6968
|
organization: {
|
|
6931
6969
|
url: string;
|
|
@@ -6972,6 +7010,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
6972
7010
|
marketplaceRanking?: number | undefined;
|
|
6973
7011
|
deprecated?: boolean | undefined;
|
|
6974
7012
|
termsOfServiceUrl?: string | undefined;
|
|
7013
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
6975
7014
|
}, {
|
|
6976
7015
|
organization: {
|
|
6977
7016
|
url: string;
|
|
@@ -7018,6 +7057,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7018
7057
|
marketplaceRanking?: number | undefined;
|
|
7019
7058
|
deprecated?: boolean | undefined;
|
|
7020
7059
|
termsOfServiceUrl?: string | undefined;
|
|
7060
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
7021
7061
|
}>;
|
|
7022
7062
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
7023
7063
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
@@ -7420,6 +7460,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7420
7460
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
7421
7461
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
7422
7462
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
7463
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
7423
7464
|
}, "strip", z.ZodTypeAny, {
|
|
7424
7465
|
title: string;
|
|
7425
7466
|
description: string;
|
|
@@ -7466,6 +7507,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7466
7507
|
marketplaceRanking?: number | undefined;
|
|
7467
7508
|
deprecated?: boolean | undefined;
|
|
7468
7509
|
termsOfServiceUrl?: string | undefined;
|
|
7510
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
7469
7511
|
}, {
|
|
7470
7512
|
title: string;
|
|
7471
7513
|
description: string;
|
|
@@ -7512,6 +7554,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7512
7554
|
marketplaceRanking?: number | undefined;
|
|
7513
7555
|
deprecated?: boolean | undefined;
|
|
7514
7556
|
termsOfServiceUrl?: string | undefined;
|
|
7557
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
7515
7558
|
}>;
|
|
7516
7559
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
7517
7560
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -7914,6 +7957,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7914
7957
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
7915
7958
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
7916
7959
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
7960
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
7917
7961
|
}, "strip", z.ZodTypeAny, {
|
|
7918
7962
|
title: string;
|
|
7919
7963
|
description: string;
|
|
@@ -7960,6 +8004,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
7960
8004
|
marketplaceRanking?: number | undefined;
|
|
7961
8005
|
deprecated?: boolean | undefined;
|
|
7962
8006
|
termsOfServiceUrl?: string | undefined;
|
|
8007
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
7963
8008
|
}, {
|
|
7964
8009
|
title: string;
|
|
7965
8010
|
description: string;
|
|
@@ -8006,6 +8051,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8006
8051
|
marketplaceRanking?: number | undefined;
|
|
8007
8052
|
deprecated?: boolean | undefined;
|
|
8008
8053
|
termsOfServiceUrl?: string | undefined;
|
|
8054
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
8009
8055
|
}>;
|
|
8010
8056
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
8011
8057
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -8408,6 +8454,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8408
8454
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
8409
8455
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
8410
8456
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
8457
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
8411
8458
|
}, "strip", z.ZodTypeAny, {
|
|
8412
8459
|
title: string;
|
|
8413
8460
|
description: string;
|
|
@@ -8454,6 +8501,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8454
8501
|
marketplaceRanking?: number | undefined;
|
|
8455
8502
|
deprecated?: boolean | undefined;
|
|
8456
8503
|
termsOfServiceUrl?: string | undefined;
|
|
8504
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
8457
8505
|
}, {
|
|
8458
8506
|
title: string;
|
|
8459
8507
|
description: string;
|
|
@@ -8500,6 +8548,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8500
8548
|
marketplaceRanking?: number | undefined;
|
|
8501
8549
|
deprecated?: boolean | undefined;
|
|
8502
8550
|
termsOfServiceUrl?: string | undefined;
|
|
8551
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
8503
8552
|
}>;
|
|
8504
8553
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
8505
8554
|
}, z.ZodTypeAny, "passthrough">>>, z.ZodObject<{
|
|
@@ -8786,6 +8835,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8786
8835
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
8787
8836
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
8788
8837
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
8838
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
8789
8839
|
}, "strip", z.ZodTypeAny, {
|
|
8790
8840
|
organization: {
|
|
8791
8841
|
url: string;
|
|
@@ -8832,6 +8882,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8832
8882
|
marketplaceRanking?: number | undefined;
|
|
8833
8883
|
deprecated?: boolean | undefined;
|
|
8834
8884
|
termsOfServiceUrl?: string | undefined;
|
|
8885
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
8835
8886
|
}, {
|
|
8836
8887
|
organization: {
|
|
8837
8888
|
url: string;
|
|
@@ -8878,6 +8929,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
8878
8929
|
marketplaceRanking?: number | undefined;
|
|
8879
8930
|
deprecated?: boolean | undefined;
|
|
8880
8931
|
termsOfServiceUrl?: string | undefined;
|
|
8932
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
8881
8933
|
}>;
|
|
8882
8934
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
8883
8935
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -9164,6 +9216,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9164
9216
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
9165
9217
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
9166
9218
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
9219
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
9167
9220
|
}, "strip", z.ZodTypeAny, {
|
|
9168
9221
|
organization: {
|
|
9169
9222
|
url: string;
|
|
@@ -9210,6 +9263,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9210
9263
|
marketplaceRanking?: number | undefined;
|
|
9211
9264
|
deprecated?: boolean | undefined;
|
|
9212
9265
|
termsOfServiceUrl?: string | undefined;
|
|
9266
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
9213
9267
|
}, {
|
|
9214
9268
|
organization: {
|
|
9215
9269
|
url: string;
|
|
@@ -9256,6 +9310,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9256
9310
|
marketplaceRanking?: number | undefined;
|
|
9257
9311
|
deprecated?: boolean | undefined;
|
|
9258
9312
|
termsOfServiceUrl?: string | undefined;
|
|
9313
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
9259
9314
|
}>;
|
|
9260
9315
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
9261
9316
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -9542,6 +9597,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9542
9597
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
9543
9598
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
9544
9599
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
9600
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
9545
9601
|
}, "strip", z.ZodTypeAny, {
|
|
9546
9602
|
organization: {
|
|
9547
9603
|
url: string;
|
|
@@ -9588,6 +9644,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9588
9644
|
marketplaceRanking?: number | undefined;
|
|
9589
9645
|
deprecated?: boolean | undefined;
|
|
9590
9646
|
termsOfServiceUrl?: string | undefined;
|
|
9647
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
9591
9648
|
}, {
|
|
9592
9649
|
organization: {
|
|
9593
9650
|
url: string;
|
|
@@ -9634,6 +9691,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
9634
9691
|
marketplaceRanking?: number | undefined;
|
|
9635
9692
|
deprecated?: boolean | undefined;
|
|
9636
9693
|
termsOfServiceUrl?: string | undefined;
|
|
9694
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
9637
9695
|
}>;
|
|
9638
9696
|
featureFlags: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>, import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags, Record<string, number | boolean>>>;
|
|
9639
9697
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
@@ -378,6 +378,7 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
378
378
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
379
379
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
380
380
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
381
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
381
382
|
}, "strip", z.ZodTypeAny, {
|
|
382
383
|
title: string;
|
|
383
384
|
description: string;
|
|
@@ -450,6 +451,7 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
450
451
|
marketplaceRanking?: number | undefined;
|
|
451
452
|
deprecated?: boolean | undefined;
|
|
452
453
|
termsOfServiceUrl?: string | undefined;
|
|
454
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
453
455
|
}, {
|
|
454
456
|
title: string;
|
|
455
457
|
description: string;
|
|
@@ -508,6 +510,7 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
508
510
|
marketplaceRanking?: number | undefined;
|
|
509
511
|
deprecated?: boolean | undefined;
|
|
510
512
|
termsOfServiceUrl?: string | undefined;
|
|
513
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
511
514
|
}>;
|
|
512
515
|
export type BlockPackMetaDescription = z.infer<ReturnType<typeof BlockPackMetaDescription>>;
|
|
513
516
|
export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumulator?: string[]): z.ZodObject<{
|
|
@@ -736,6 +739,7 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
736
739
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
737
740
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
738
741
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
742
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
739
743
|
}, "strip", z.ZodTypeAny, {
|
|
740
744
|
title: string;
|
|
741
745
|
description: string;
|
|
@@ -782,6 +786,7 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
782
786
|
marketplaceRanking?: number | undefined;
|
|
783
787
|
deprecated?: boolean | undefined;
|
|
784
788
|
termsOfServiceUrl?: string | undefined;
|
|
789
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
785
790
|
}, {
|
|
786
791
|
title: string;
|
|
787
792
|
description: string;
|
|
@@ -828,6 +833,7 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
828
833
|
marketplaceRanking?: number | undefined;
|
|
829
834
|
deprecated?: boolean | undefined;
|
|
830
835
|
termsOfServiceUrl?: string | undefined;
|
|
836
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
831
837
|
}>;
|
|
832
838
|
export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject<{
|
|
833
839
|
title: z.ZodString;
|
|
@@ -1031,6 +1037,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1031
1037
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1032
1038
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
1033
1039
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1040
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1034
1041
|
}, "strip", z.ZodTypeAny, {
|
|
1035
1042
|
title: string;
|
|
1036
1043
|
description: string;
|
|
@@ -1059,6 +1066,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1059
1066
|
marketplaceRanking?: number | undefined;
|
|
1060
1067
|
deprecated?: boolean | undefined;
|
|
1061
1068
|
termsOfServiceUrl?: string | undefined;
|
|
1069
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1062
1070
|
}, {
|
|
1063
1071
|
title: string;
|
|
1064
1072
|
description: string;
|
|
@@ -1105,6 +1113,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1105
1113
|
marketplaceRanking?: number | undefined;
|
|
1106
1114
|
deprecated?: boolean | undefined;
|
|
1107
1115
|
termsOfServiceUrl?: string | undefined;
|
|
1116
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1108
1117
|
}>, z.ZodObject<{
|
|
1109
1118
|
title: z.ZodString;
|
|
1110
1119
|
description: z.ZodString;
|
|
@@ -1179,6 +1188,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1179
1188
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1180
1189
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
1181
1190
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1191
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1182
1192
|
}, "strip", z.ZodTypeAny, {
|
|
1183
1193
|
organization: {
|
|
1184
1194
|
url: string;
|
|
@@ -1207,6 +1217,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1207
1217
|
marketplaceRanking?: number | undefined;
|
|
1208
1218
|
deprecated?: boolean | undefined;
|
|
1209
1219
|
termsOfServiceUrl?: string | undefined;
|
|
1220
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1210
1221
|
}, {
|
|
1211
1222
|
organization: {
|
|
1212
1223
|
url: string;
|
|
@@ -1235,6 +1246,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
1235
1246
|
marketplaceRanking?: number | undefined;
|
|
1236
1247
|
deprecated?: boolean | undefined;
|
|
1237
1248
|
termsOfServiceUrl?: string | undefined;
|
|
1249
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1238
1250
|
}>>;
|
|
1239
1251
|
export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<{
|
|
1240
1252
|
title: z.ZodString;
|
|
@@ -1438,6 +1450,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1438
1450
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1439
1451
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
1440
1452
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1453
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1441
1454
|
}, "strip", z.ZodTypeAny, {
|
|
1442
1455
|
title: string;
|
|
1443
1456
|
description: string;
|
|
@@ -1466,6 +1479,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1466
1479
|
marketplaceRanking?: number | undefined;
|
|
1467
1480
|
deprecated?: boolean | undefined;
|
|
1468
1481
|
termsOfServiceUrl?: string | undefined;
|
|
1482
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1469
1483
|
}, {
|
|
1470
1484
|
title: string;
|
|
1471
1485
|
description: string;
|
|
@@ -1512,6 +1526,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1512
1526
|
marketplaceRanking?: number | undefined;
|
|
1513
1527
|
deprecated?: boolean | undefined;
|
|
1514
1528
|
termsOfServiceUrl?: string | undefined;
|
|
1529
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1515
1530
|
}>, z.ZodObject<{
|
|
1516
1531
|
title: z.ZodString;
|
|
1517
1532
|
description: z.ZodString;
|
|
@@ -1586,6 +1601,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1586
1601
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1587
1602
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
1588
1603
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1604
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1589
1605
|
}, "strip", z.ZodTypeAny, {
|
|
1590
1606
|
organization: {
|
|
1591
1607
|
url: string;
|
|
@@ -1614,6 +1630,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1614
1630
|
marketplaceRanking?: number | undefined;
|
|
1615
1631
|
deprecated?: boolean | undefined;
|
|
1616
1632
|
termsOfServiceUrl?: string | undefined;
|
|
1633
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1617
1634
|
}, {
|
|
1618
1635
|
organization: {
|
|
1619
1636
|
url: string;
|
|
@@ -1642,6 +1659,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1642
1659
|
marketplaceRanking?: number | undefined;
|
|
1643
1660
|
deprecated?: boolean | undefined;
|
|
1644
1661
|
termsOfServiceUrl?: string | undefined;
|
|
1662
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1645
1663
|
}>>;
|
|
1646
1664
|
export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader): z.ZodPipeline<z.ZodObject<{
|
|
1647
1665
|
title: z.ZodString;
|
|
@@ -1845,6 +1863,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1845
1863
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1846
1864
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
1847
1865
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1866
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1848
1867
|
}, "strip", z.ZodTypeAny, {
|
|
1849
1868
|
title: string;
|
|
1850
1869
|
description: string;
|
|
@@ -1873,6 +1892,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1873
1892
|
marketplaceRanking?: number | undefined;
|
|
1874
1893
|
deprecated?: boolean | undefined;
|
|
1875
1894
|
termsOfServiceUrl?: string | undefined;
|
|
1895
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1876
1896
|
}, {
|
|
1877
1897
|
title: string;
|
|
1878
1898
|
description: string;
|
|
@@ -1919,6 +1939,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1919
1939
|
marketplaceRanking?: number | undefined;
|
|
1920
1940
|
deprecated?: boolean | undefined;
|
|
1921
1941
|
termsOfServiceUrl?: string | undefined;
|
|
1942
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
1922
1943
|
}>, z.ZodObject<{
|
|
1923
1944
|
title: z.ZodString;
|
|
1924
1945
|
description: z.ZodString;
|
|
@@ -1993,6 +2014,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1993
2014
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1994
2015
|
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
1995
2016
|
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
2017
|
+
supportedPlatforms: z.ZodOptional<z.ZodArray<z.ZodEnum<["windows-x64", "windows-aarch64", "macosx-x64", "macosx-aarch64", "linux-x64", "linux-aarch64"]>, "many">>;
|
|
1996
2018
|
}, "strip", z.ZodTypeAny, {
|
|
1997
2019
|
organization: {
|
|
1998
2020
|
url: string;
|
|
@@ -2021,6 +2043,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
2021
2043
|
marketplaceRanking?: number | undefined;
|
|
2022
2044
|
deprecated?: boolean | undefined;
|
|
2023
2045
|
termsOfServiceUrl?: string | undefined;
|
|
2046
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
2024
2047
|
}, {
|
|
2025
2048
|
organization: {
|
|
2026
2049
|
url: string;
|
|
@@ -2049,4 +2072,5 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
2049
2072
|
marketplaceRanking?: number | undefined;
|
|
2050
2073
|
deprecated?: boolean | undefined;
|
|
2051
2074
|
termsOfServiceUrl?: string | undefined;
|
|
2075
|
+
supportedPlatforms?: ("windows-x64" | "windows-aarch64" | "macosx-x64" | "macosx-aarch64" | "linux-x64" | "linux-aarch64")[] | undefined;
|
|
2052
2076
|
}>>;
|
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.6",
|
|
4
4
|
"description": "Utility to manipulate Platforma Blocks and Block Registry",
|
|
5
5
|
"types": "./dist/lib.d.ts",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@milaboratories/pl-http": "1.1.7",
|
|
37
37
|
"@milaboratories/resolve-helper": "1.1.1",
|
|
38
38
|
"@milaboratories/pl-model-common": "1.19.19",
|
|
39
|
-
"@milaboratories/
|
|
39
|
+
"@milaboratories/pl-model-middle-layer": "1.8.28",
|
|
40
40
|
"@milaboratories/ts-helpers-oclif": "1.1.28",
|
|
41
|
-
"@milaboratories/
|
|
41
|
+
"@milaboratories/ts-helpers": "1.4.7"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"typescript": "~5.6.3",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"@jest/globals": "^29.7.0",
|
|
56
56
|
"oclif": "^4.16.2",
|
|
57
57
|
"ts-jest": "^29.2.6",
|
|
58
|
-
"@milaboratories/ts-configs": "1.0.6",
|
|
59
58
|
"@milaboratories/build-configs": "1.0.8",
|
|
59
|
+
"@milaboratories/ts-configs": "1.0.6",
|
|
60
60
|
"@milaboratories/oclif-index": "1.1.1"
|
|
61
61
|
},
|
|
62
62
|
"oclif": {
|