@platforma-sdk/block-tools 2.3.22 → 2.3.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2/model/block_description.d.ts +30 -0
- package/dist/v2/model/block_description.d.ts.map +1 -1
- package/dist/v2/model/block_meta.d.ts +24 -0
- package/dist/v2/model/block_meta.d.ts.map +1 -1
- package/dist/v2/registry/schema_public.d.ts +55 -0
- package/dist/v2/registry/schema_public.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -369,6 +369,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
369
369
|
file: string;
|
|
370
370
|
} | undefined;
|
|
371
371
|
}>;
|
|
372
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
372
373
|
}, "strip", z.ZodTypeAny, {
|
|
373
374
|
title: string;
|
|
374
375
|
description: string;
|
|
@@ -436,6 +437,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
436
437
|
docs?: string | undefined;
|
|
437
438
|
support?: string | undefined;
|
|
438
439
|
tags?: string[] | undefined;
|
|
440
|
+
marketplaceRanking?: number | undefined;
|
|
439
441
|
}, {
|
|
440
442
|
title: string;
|
|
441
443
|
description: string;
|
|
@@ -489,6 +491,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
489
491
|
docs?: string | undefined;
|
|
490
492
|
support?: string | undefined;
|
|
491
493
|
tags?: string[] | undefined;
|
|
494
|
+
marketplaceRanking?: number | undefined;
|
|
492
495
|
}>;
|
|
493
496
|
}, "strip", z.ZodTypeAny, {
|
|
494
497
|
id: {
|
|
@@ -586,6 +589,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
586
589
|
docs?: string | undefined;
|
|
587
590
|
support?: string | undefined;
|
|
588
591
|
tags?: string[] | undefined;
|
|
592
|
+
marketplaceRanking?: number | undefined;
|
|
589
593
|
};
|
|
590
594
|
}, {
|
|
591
595
|
id: {
|
|
@@ -654,6 +658,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
654
658
|
docs?: string | undefined;
|
|
655
659
|
support?: string | undefined;
|
|
656
660
|
tags?: string[] | undefined;
|
|
661
|
+
marketplaceRanking?: number | undefined;
|
|
657
662
|
};
|
|
658
663
|
}>;
|
|
659
664
|
export type BlockPackDescriptionAbsolute = z.infer<ReturnType<typeof ResolvedBlockPackDescriptionFromPackageJson>>;
|
|
@@ -1249,6 +1254,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1249
1254
|
file: string;
|
|
1250
1255
|
} | undefined;
|
|
1251
1256
|
}>;
|
|
1257
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1252
1258
|
}, "strip", z.ZodTypeAny, {
|
|
1253
1259
|
title: string;
|
|
1254
1260
|
description: string;
|
|
@@ -1290,6 +1296,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1290
1296
|
docs?: string | undefined;
|
|
1291
1297
|
support?: string | undefined;
|
|
1292
1298
|
tags?: string[] | undefined;
|
|
1299
|
+
marketplaceRanking?: number | undefined;
|
|
1293
1300
|
}, {
|
|
1294
1301
|
title: string;
|
|
1295
1302
|
description: string;
|
|
@@ -1331,6 +1338,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1331
1338
|
docs?: string | undefined;
|
|
1332
1339
|
support?: string | undefined;
|
|
1333
1340
|
tags?: string[] | undefined;
|
|
1341
|
+
marketplaceRanking?: number | undefined;
|
|
1334
1342
|
}>;
|
|
1335
1343
|
}, "strip", z.ZodTypeAny, {
|
|
1336
1344
|
id: {
|
|
@@ -1396,6 +1404,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1396
1404
|
docs?: string | undefined;
|
|
1397
1405
|
support?: string | undefined;
|
|
1398
1406
|
tags?: string[] | undefined;
|
|
1407
|
+
marketplaceRanking?: number | undefined;
|
|
1399
1408
|
};
|
|
1400
1409
|
}, {
|
|
1401
1410
|
id: {
|
|
@@ -1476,6 +1485,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1476
1485
|
docs?: string | undefined;
|
|
1477
1486
|
support?: string | undefined;
|
|
1478
1487
|
tags?: string[] | undefined;
|
|
1488
|
+
marketplaceRanking?: number | undefined;
|
|
1479
1489
|
};
|
|
1480
1490
|
}>, z.ZodObject<{
|
|
1481
1491
|
id: z.ZodObject<{
|
|
@@ -1730,6 +1740,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1730
1740
|
path: string;
|
|
1731
1741
|
} | undefined;
|
|
1732
1742
|
}>;
|
|
1743
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1733
1744
|
}, "strip", z.ZodTypeAny, {
|
|
1734
1745
|
organization: {
|
|
1735
1746
|
url: string;
|
|
@@ -1771,6 +1782,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1771
1782
|
docs?: string | undefined;
|
|
1772
1783
|
support?: string | undefined;
|
|
1773
1784
|
tags?: string[] | undefined;
|
|
1785
|
+
marketplaceRanking?: number | undefined;
|
|
1774
1786
|
}, {
|
|
1775
1787
|
organization: {
|
|
1776
1788
|
url: string;
|
|
@@ -1812,6 +1824,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1812
1824
|
docs?: string | undefined;
|
|
1813
1825
|
support?: string | undefined;
|
|
1814
1826
|
tags?: string[] | undefined;
|
|
1827
|
+
marketplaceRanking?: number | undefined;
|
|
1815
1828
|
}>;
|
|
1816
1829
|
}, "strip", z.ZodTypeAny, {
|
|
1817
1830
|
components: {
|
|
@@ -1872,6 +1885,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1872
1885
|
docs?: string | undefined;
|
|
1873
1886
|
support?: string | undefined;
|
|
1874
1887
|
tags?: string[] | undefined;
|
|
1888
|
+
marketplaceRanking?: number | undefined;
|
|
1875
1889
|
};
|
|
1876
1890
|
id: {
|
|
1877
1891
|
organization: string;
|
|
@@ -1940,6 +1954,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1940
1954
|
docs?: string | undefined;
|
|
1941
1955
|
support?: string | undefined;
|
|
1942
1956
|
tags?: string[] | undefined;
|
|
1957
|
+
marketplaceRanking?: number | undefined;
|
|
1943
1958
|
};
|
|
1944
1959
|
id: {
|
|
1945
1960
|
organization: string;
|
|
@@ -2200,6 +2215,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2200
2215
|
path: string;
|
|
2201
2216
|
} | undefined;
|
|
2202
2217
|
}>;
|
|
2218
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
2203
2219
|
}, "strip", z.ZodTypeAny, {
|
|
2204
2220
|
organization: {
|
|
2205
2221
|
url: string;
|
|
@@ -2241,6 +2257,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2241
2257
|
docs?: string | undefined;
|
|
2242
2258
|
support?: string | undefined;
|
|
2243
2259
|
tags?: string[] | undefined;
|
|
2260
|
+
marketplaceRanking?: number | undefined;
|
|
2244
2261
|
}, {
|
|
2245
2262
|
organization: {
|
|
2246
2263
|
url: string;
|
|
@@ -2282,6 +2299,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2282
2299
|
docs?: string | undefined;
|
|
2283
2300
|
support?: string | undefined;
|
|
2284
2301
|
tags?: string[] | undefined;
|
|
2302
|
+
marketplaceRanking?: number | undefined;
|
|
2285
2303
|
}>;
|
|
2286
2304
|
}, "strip", z.ZodTypeAny, {
|
|
2287
2305
|
components: {
|
|
@@ -2342,6 +2360,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2342
2360
|
docs?: string | undefined;
|
|
2343
2361
|
support?: string | undefined;
|
|
2344
2362
|
tags?: string[] | undefined;
|
|
2363
|
+
marketplaceRanking?: number | undefined;
|
|
2345
2364
|
};
|
|
2346
2365
|
id: {
|
|
2347
2366
|
organization: string;
|
|
@@ -2410,6 +2429,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2410
2429
|
docs?: string | undefined;
|
|
2411
2430
|
support?: string | undefined;
|
|
2412
2431
|
tags?: string[] | undefined;
|
|
2432
|
+
marketplaceRanking?: number | undefined;
|
|
2413
2433
|
};
|
|
2414
2434
|
id: {
|
|
2415
2435
|
organization: string;
|
|
@@ -2757,6 +2777,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2757
2777
|
path: string;
|
|
2758
2778
|
} | undefined;
|
|
2759
2779
|
}>;
|
|
2780
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
2760
2781
|
}, "strip", z.ZodTypeAny, {
|
|
2761
2782
|
title: string;
|
|
2762
2783
|
description: string;
|
|
@@ -2798,6 +2819,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2798
2819
|
docs?: string | undefined;
|
|
2799
2820
|
support?: string | undefined;
|
|
2800
2821
|
tags?: string[] | undefined;
|
|
2822
|
+
marketplaceRanking?: number | undefined;
|
|
2801
2823
|
}, {
|
|
2802
2824
|
title: string;
|
|
2803
2825
|
description: string;
|
|
@@ -2839,6 +2861,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2839
2861
|
docs?: string | undefined;
|
|
2840
2862
|
support?: string | undefined;
|
|
2841
2863
|
tags?: string[] | undefined;
|
|
2864
|
+
marketplaceRanking?: number | undefined;
|
|
2842
2865
|
}>;
|
|
2843
2866
|
}, "strip", z.ZodTypeAny, {
|
|
2844
2867
|
id: {
|
|
@@ -2910,6 +2933,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2910
2933
|
docs?: string | undefined;
|
|
2911
2934
|
support?: string | undefined;
|
|
2912
2935
|
tags?: string[] | undefined;
|
|
2936
|
+
marketplaceRanking?: number | undefined;
|
|
2913
2937
|
};
|
|
2914
2938
|
}, {
|
|
2915
2939
|
id: {
|
|
@@ -2978,6 +3002,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2978
3002
|
docs?: string | undefined;
|
|
2979
3003
|
support?: string | undefined;
|
|
2980
3004
|
tags?: string[] | undefined;
|
|
3005
|
+
marketplaceRanking?: number | undefined;
|
|
2981
3006
|
};
|
|
2982
3007
|
}>>, z.ZodObject<{
|
|
2983
3008
|
id: z.ZodObject<{
|
|
@@ -3232,6 +3257,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3232
3257
|
path: string;
|
|
3233
3258
|
} | undefined;
|
|
3234
3259
|
}>;
|
|
3260
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
3235
3261
|
}, "strip", z.ZodTypeAny, {
|
|
3236
3262
|
organization: {
|
|
3237
3263
|
url: string;
|
|
@@ -3273,6 +3299,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3273
3299
|
docs?: string | undefined;
|
|
3274
3300
|
support?: string | undefined;
|
|
3275
3301
|
tags?: string[] | undefined;
|
|
3302
|
+
marketplaceRanking?: number | undefined;
|
|
3276
3303
|
}, {
|
|
3277
3304
|
organization: {
|
|
3278
3305
|
url: string;
|
|
@@ -3314,6 +3341,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3314
3341
|
docs?: string | undefined;
|
|
3315
3342
|
support?: string | undefined;
|
|
3316
3343
|
tags?: string[] | undefined;
|
|
3344
|
+
marketplaceRanking?: number | undefined;
|
|
3317
3345
|
}>;
|
|
3318
3346
|
}, "strip", z.ZodTypeAny, {
|
|
3319
3347
|
components: {
|
|
@@ -3374,6 +3402,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3374
3402
|
docs?: string | undefined;
|
|
3375
3403
|
support?: string | undefined;
|
|
3376
3404
|
tags?: string[] | undefined;
|
|
3405
|
+
marketplaceRanking?: number | undefined;
|
|
3377
3406
|
};
|
|
3378
3407
|
id: {
|
|
3379
3408
|
organization: string;
|
|
@@ -3442,6 +3471,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3442
3471
|
docs?: string | undefined;
|
|
3443
3472
|
support?: string | undefined;
|
|
3444
3473
|
tags?: string[] | undefined;
|
|
3474
|
+
marketplaceRanking?: number | undefined;
|
|
3445
3475
|
};
|
|
3446
3476
|
id: {
|
|
3447
3477
|
organization: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block_description.d.ts","sourceRoot":"","sources":["../../../src/v2/model/block_description.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"block_description.d.ts","sourceRoot":"","sources":["../../../src/v2/model/block_description.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKvE;AACD,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,UAAU,CAAC,OAAO,2CAA2C,CAAC,CAC/D,CAAC;AAEF,wBAAgB,uCAAuC,CACrD,SAAS,EAAE,MAAM,EACjB,eAAe,CAAC,EAAE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAuB+kb,CAAC;;;;;;;;;;;gBAA6S,CAAC;;;;;;;;;;;;;;gBAA4Z,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;gBAA0H,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;gBAAkgB,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAA8oB,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;;;IAjBvlnB;AAED,wBAAgB,iDAAiD,CAAC,MAAM,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAe2hb,CAAC;;;;;;;;;;;gBAA6S,CAAC;;;;;;;;;;;;;;gBAA4Z,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;gBAA0H,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;gBAAkgB,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAA8oB,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAA7+L,CAAC;;;;;;;;;;;gBAA6S,CAAC;;;;;;;;;;;;;;gBAA4Z,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;gBAA0H,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;gBAAkgB,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAA8oB,CAAC;;;;;;;;;;;WAAuS,CAAC;uBAA6C,CAAC;;;;;;;iBAAoL,CAAC;;;;;;;YAA+K,CAAC;;;;;;;;YAA6M,CAAC;eAAqC,CAAC;YAAkC,CAAC;0BAAkD,CAAC;;;;;;;IADvlnB"}
|
|
@@ -277,6 +277,7 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
277
277
|
file: string;
|
|
278
278
|
} | undefined;
|
|
279
279
|
}>;
|
|
280
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
280
281
|
}, "strip", z.ZodTypeAny, {
|
|
281
282
|
title: string;
|
|
282
283
|
description: string;
|
|
@@ -344,6 +345,7 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
344
345
|
docs?: string | undefined;
|
|
345
346
|
support?: string | undefined;
|
|
346
347
|
tags?: string[] | undefined;
|
|
348
|
+
marketplaceRanking?: number | undefined;
|
|
347
349
|
}, {
|
|
348
350
|
title: string;
|
|
349
351
|
description: string;
|
|
@@ -397,6 +399,7 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
397
399
|
docs?: string | undefined;
|
|
398
400
|
support?: string | undefined;
|
|
399
401
|
tags?: string[] | undefined;
|
|
402
|
+
marketplaceRanking?: number | undefined;
|
|
400
403
|
}>;
|
|
401
404
|
export type BlockPackMetaDescription = z.infer<ReturnType<typeof BlockPackMetaDescription>>;
|
|
402
405
|
export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumulator?: string[]): z.ZodObject<{
|
|
@@ -566,6 +569,7 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
566
569
|
file: string;
|
|
567
570
|
} | undefined;
|
|
568
571
|
}>;
|
|
572
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
569
573
|
}, "strip", z.ZodTypeAny, {
|
|
570
574
|
title: string;
|
|
571
575
|
description: string;
|
|
@@ -607,6 +611,7 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
607
611
|
docs?: string | undefined;
|
|
608
612
|
support?: string | undefined;
|
|
609
613
|
tags?: string[] | undefined;
|
|
614
|
+
marketplaceRanking?: number | undefined;
|
|
610
615
|
}, {
|
|
611
616
|
title: string;
|
|
612
617
|
description: string;
|
|
@@ -648,6 +653,7 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
648
653
|
docs?: string | undefined;
|
|
649
654
|
support?: string | undefined;
|
|
650
655
|
tags?: string[] | undefined;
|
|
656
|
+
marketplaceRanking?: number | undefined;
|
|
651
657
|
}>;
|
|
652
658
|
export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject<{
|
|
653
659
|
title: z.ZodString;
|
|
@@ -795,6 +801,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
795
801
|
file: string;
|
|
796
802
|
} | undefined;
|
|
797
803
|
}>;
|
|
804
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
798
805
|
}, "strip", z.ZodTypeAny, {
|
|
799
806
|
title: string;
|
|
800
807
|
description: string;
|
|
@@ -818,6 +825,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
818
825
|
docs?: string | undefined;
|
|
819
826
|
support?: string | undefined;
|
|
820
827
|
tags?: string[] | undefined;
|
|
828
|
+
marketplaceRanking?: number | undefined;
|
|
821
829
|
}, {
|
|
822
830
|
title: string;
|
|
823
831
|
description: string;
|
|
@@ -859,6 +867,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
859
867
|
docs?: string | undefined;
|
|
860
868
|
support?: string | undefined;
|
|
861
869
|
tags?: string[] | undefined;
|
|
870
|
+
marketplaceRanking?: number | undefined;
|
|
862
871
|
}>, z.ZodObject<{
|
|
863
872
|
title: z.ZodString;
|
|
864
873
|
description: z.ZodString;
|
|
@@ -914,6 +923,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
914
923
|
mimeType: string;
|
|
915
924
|
} | undefined;
|
|
916
925
|
}>;
|
|
926
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
917
927
|
}, "strip", z.ZodTypeAny, {
|
|
918
928
|
organization: {
|
|
919
929
|
url: string;
|
|
@@ -937,6 +947,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
937
947
|
docs?: string | undefined;
|
|
938
948
|
support?: string | undefined;
|
|
939
949
|
tags?: string[] | undefined;
|
|
950
|
+
marketplaceRanking?: number | undefined;
|
|
940
951
|
}, {
|
|
941
952
|
organization: {
|
|
942
953
|
url: string;
|
|
@@ -960,6 +971,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
960
971
|
docs?: string | undefined;
|
|
961
972
|
support?: string | undefined;
|
|
962
973
|
tags?: string[] | undefined;
|
|
974
|
+
marketplaceRanking?: number | undefined;
|
|
963
975
|
}>>;
|
|
964
976
|
export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<{
|
|
965
977
|
title: z.ZodString;
|
|
@@ -1107,6 +1119,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1107
1119
|
file: string;
|
|
1108
1120
|
} | undefined;
|
|
1109
1121
|
}>;
|
|
1122
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1110
1123
|
}, "strip", z.ZodTypeAny, {
|
|
1111
1124
|
title: string;
|
|
1112
1125
|
description: string;
|
|
@@ -1130,6 +1143,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1130
1143
|
docs?: string | undefined;
|
|
1131
1144
|
support?: string | undefined;
|
|
1132
1145
|
tags?: string[] | undefined;
|
|
1146
|
+
marketplaceRanking?: number | undefined;
|
|
1133
1147
|
}, {
|
|
1134
1148
|
title: string;
|
|
1135
1149
|
description: string;
|
|
@@ -1171,6 +1185,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1171
1185
|
docs?: string | undefined;
|
|
1172
1186
|
support?: string | undefined;
|
|
1173
1187
|
tags?: string[] | undefined;
|
|
1188
|
+
marketplaceRanking?: number | undefined;
|
|
1174
1189
|
}>, z.ZodObject<{
|
|
1175
1190
|
title: z.ZodString;
|
|
1176
1191
|
description: z.ZodString;
|
|
@@ -1226,6 +1241,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1226
1241
|
mimeType: string;
|
|
1227
1242
|
} | undefined;
|
|
1228
1243
|
}>;
|
|
1244
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1229
1245
|
}, "strip", z.ZodTypeAny, {
|
|
1230
1246
|
organization: {
|
|
1231
1247
|
url: string;
|
|
@@ -1249,6 +1265,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1249
1265
|
docs?: string | undefined;
|
|
1250
1266
|
support?: string | undefined;
|
|
1251
1267
|
tags?: string[] | undefined;
|
|
1268
|
+
marketplaceRanking?: number | undefined;
|
|
1252
1269
|
}, {
|
|
1253
1270
|
organization: {
|
|
1254
1271
|
url: string;
|
|
@@ -1272,6 +1289,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1272
1289
|
docs?: string | undefined;
|
|
1273
1290
|
support?: string | undefined;
|
|
1274
1291
|
tags?: string[] | undefined;
|
|
1292
|
+
marketplaceRanking?: number | undefined;
|
|
1275
1293
|
}>>;
|
|
1276
1294
|
export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader): z.ZodPipeline<z.ZodObject<{
|
|
1277
1295
|
title: z.ZodString;
|
|
@@ -1419,6 +1437,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1419
1437
|
path: string;
|
|
1420
1438
|
} | undefined;
|
|
1421
1439
|
}>;
|
|
1440
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1422
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1423
1442
|
title: string;
|
|
1424
1443
|
description: string;
|
|
@@ -1442,6 +1461,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1442
1461
|
docs?: string | undefined;
|
|
1443
1462
|
support?: string | undefined;
|
|
1444
1463
|
tags?: string[] | undefined;
|
|
1464
|
+
marketplaceRanking?: number | undefined;
|
|
1445
1465
|
}, {
|
|
1446
1466
|
title: string;
|
|
1447
1467
|
description: string;
|
|
@@ -1483,6 +1503,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1483
1503
|
docs?: string | undefined;
|
|
1484
1504
|
support?: string | undefined;
|
|
1485
1505
|
tags?: string[] | undefined;
|
|
1506
|
+
marketplaceRanking?: number | undefined;
|
|
1486
1507
|
}>, z.ZodObject<{
|
|
1487
1508
|
title: z.ZodString;
|
|
1488
1509
|
description: z.ZodString;
|
|
@@ -1538,6 +1559,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1538
1559
|
mimeType: string;
|
|
1539
1560
|
} | undefined;
|
|
1540
1561
|
}>;
|
|
1562
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1541
1563
|
}, "strip", z.ZodTypeAny, {
|
|
1542
1564
|
organization: {
|
|
1543
1565
|
url: string;
|
|
@@ -1561,6 +1583,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1561
1583
|
docs?: string | undefined;
|
|
1562
1584
|
support?: string | undefined;
|
|
1563
1585
|
tags?: string[] | undefined;
|
|
1586
|
+
marketplaceRanking?: number | undefined;
|
|
1564
1587
|
}, {
|
|
1565
1588
|
organization: {
|
|
1566
1589
|
url: string;
|
|
@@ -1584,5 +1607,6 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1584
1607
|
docs?: string | undefined;
|
|
1585
1608
|
support?: string | undefined;
|
|
1586
1609
|
tags?: string[] | undefined;
|
|
1610
|
+
marketplaceRanking?: number | undefined;
|
|
1587
1611
|
}>>;
|
|
1588
1612
|
//# sourceMappingURL=block_meta.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block_meta.d.ts","sourceRoot":"","sources":["../../../src/v2/model/block_meta.ts"],"names":[],"mappings":"AAWA,OAAO,EAML,qBAAqB,EAGtB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"block_meta.d.ts","sourceRoot":"","sources":["../../../src/v2/model/block_meta.ts"],"names":[],"mappings":"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"}
|
|
@@ -262,6 +262,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
262
262
|
path: string;
|
|
263
263
|
} | undefined;
|
|
264
264
|
}>;
|
|
265
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
265
266
|
}, "strip", z.ZodTypeAny, {
|
|
266
267
|
organization: {
|
|
267
268
|
url: string;
|
|
@@ -303,6 +304,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
303
304
|
docs?: string | undefined;
|
|
304
305
|
support?: string | undefined;
|
|
305
306
|
tags?: string[] | undefined;
|
|
307
|
+
marketplaceRanking?: number | undefined;
|
|
306
308
|
}, {
|
|
307
309
|
organization: {
|
|
308
310
|
url: string;
|
|
@@ -344,6 +346,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
344
346
|
docs?: string | undefined;
|
|
345
347
|
support?: string | undefined;
|
|
346
348
|
tags?: string[] | undefined;
|
|
349
|
+
marketplaceRanking?: number | undefined;
|
|
347
350
|
}>;
|
|
348
351
|
}, "strip", z.ZodTypeAny, {
|
|
349
352
|
components: {
|
|
@@ -404,6 +407,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
404
407
|
docs?: string | undefined;
|
|
405
408
|
support?: string | undefined;
|
|
406
409
|
tags?: string[] | undefined;
|
|
410
|
+
marketplaceRanking?: number | undefined;
|
|
407
411
|
};
|
|
408
412
|
id: {
|
|
409
413
|
organization: string;
|
|
@@ -472,6 +476,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
472
476
|
docs?: string | undefined;
|
|
473
477
|
support?: string | undefined;
|
|
474
478
|
tags?: string[] | undefined;
|
|
479
|
+
marketplaceRanking?: number | undefined;
|
|
475
480
|
};
|
|
476
481
|
id: {
|
|
477
482
|
organization: string;
|
|
@@ -540,6 +545,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
540
545
|
docs?: string | undefined;
|
|
541
546
|
support?: string | undefined;
|
|
542
547
|
tags?: string[] | undefined;
|
|
548
|
+
marketplaceRanking?: number | undefined;
|
|
543
549
|
};
|
|
544
550
|
id: {
|
|
545
551
|
organization: string;
|
|
@@ -611,6 +617,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
611
617
|
docs?: string | undefined;
|
|
612
618
|
support?: string | undefined;
|
|
613
619
|
tags?: string[] | undefined;
|
|
620
|
+
marketplaceRanking?: number | undefined;
|
|
614
621
|
};
|
|
615
622
|
id: {
|
|
616
623
|
organization: string;
|
|
@@ -877,6 +884,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
877
884
|
path: string;
|
|
878
885
|
} | undefined;
|
|
879
886
|
}>;
|
|
887
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
880
888
|
}, "strip", z.ZodTypeAny, {
|
|
881
889
|
organization: {
|
|
882
890
|
url: string;
|
|
@@ -918,6 +926,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
918
926
|
docs?: string | undefined;
|
|
919
927
|
support?: string | undefined;
|
|
920
928
|
tags?: string[] | undefined;
|
|
929
|
+
marketplaceRanking?: number | undefined;
|
|
921
930
|
}, {
|
|
922
931
|
organization: {
|
|
923
932
|
url: string;
|
|
@@ -959,6 +968,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
959
968
|
docs?: string | undefined;
|
|
960
969
|
support?: string | undefined;
|
|
961
970
|
tags?: string[] | undefined;
|
|
971
|
+
marketplaceRanking?: number | undefined;
|
|
962
972
|
}>;
|
|
963
973
|
}, "strip", z.ZodTypeAny, {
|
|
964
974
|
components: {
|
|
@@ -1019,6 +1029,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1019
1029
|
docs?: string | undefined;
|
|
1020
1030
|
support?: string | undefined;
|
|
1021
1031
|
tags?: string[] | undefined;
|
|
1032
|
+
marketplaceRanking?: number | undefined;
|
|
1022
1033
|
};
|
|
1023
1034
|
id: {
|
|
1024
1035
|
organization: string;
|
|
@@ -1087,6 +1098,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1087
1098
|
docs?: string | undefined;
|
|
1088
1099
|
support?: string | undefined;
|
|
1089
1100
|
tags?: string[] | undefined;
|
|
1101
|
+
marketplaceRanking?: number | undefined;
|
|
1090
1102
|
};
|
|
1091
1103
|
id: {
|
|
1092
1104
|
organization: string;
|
|
@@ -1155,6 +1167,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1155
1167
|
docs?: string | undefined;
|
|
1156
1168
|
support?: string | undefined;
|
|
1157
1169
|
tags?: string[] | undefined;
|
|
1170
|
+
marketplaceRanking?: number | undefined;
|
|
1158
1171
|
};
|
|
1159
1172
|
id: {
|
|
1160
1173
|
organization: string;
|
|
@@ -1226,6 +1239,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1226
1239
|
docs?: string | undefined;
|
|
1227
1240
|
support?: string | undefined;
|
|
1228
1241
|
tags?: string[] | undefined;
|
|
1242
|
+
marketplaceRanking?: number | undefined;
|
|
1229
1243
|
};
|
|
1230
1244
|
id: {
|
|
1231
1245
|
organization: string;
|
|
@@ -1297,6 +1311,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1297
1311
|
docs?: string | undefined;
|
|
1298
1312
|
support?: string | undefined;
|
|
1299
1313
|
tags?: string[] | undefined;
|
|
1314
|
+
marketplaceRanking?: number | undefined;
|
|
1300
1315
|
};
|
|
1301
1316
|
id: {
|
|
1302
1317
|
organization: string;
|
|
@@ -1371,6 +1386,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1371
1386
|
docs?: string | undefined;
|
|
1372
1387
|
support?: string | undefined;
|
|
1373
1388
|
tags?: string[] | undefined;
|
|
1389
|
+
marketplaceRanking?: number | undefined;
|
|
1374
1390
|
};
|
|
1375
1391
|
id: {
|
|
1376
1392
|
organization: string;
|
|
@@ -1726,6 +1742,7 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1726
1742
|
path: string;
|
|
1727
1743
|
} | undefined;
|
|
1728
1744
|
}>;
|
|
1745
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1729
1746
|
}, "strip", z.ZodTypeAny, {
|
|
1730
1747
|
organization: {
|
|
1731
1748
|
url: string;
|
|
@@ -1767,6 +1784,7 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1767
1784
|
docs?: string | undefined;
|
|
1768
1785
|
support?: string | undefined;
|
|
1769
1786
|
tags?: string[] | undefined;
|
|
1787
|
+
marketplaceRanking?: number | undefined;
|
|
1770
1788
|
}, {
|
|
1771
1789
|
organization: {
|
|
1772
1790
|
url: string;
|
|
@@ -1808,6 +1826,7 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1808
1826
|
docs?: string | undefined;
|
|
1809
1827
|
support?: string | undefined;
|
|
1810
1828
|
tags?: string[] | undefined;
|
|
1829
|
+
marketplaceRanking?: number | undefined;
|
|
1811
1830
|
}>;
|
|
1812
1831
|
}, "strip", z.ZodTypeAny, {
|
|
1813
1832
|
components: {
|
|
@@ -1868,6 +1887,7 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1868
1887
|
docs?: string | undefined;
|
|
1869
1888
|
support?: string | undefined;
|
|
1870
1889
|
tags?: string[] | undefined;
|
|
1890
|
+
marketplaceRanking?: number | undefined;
|
|
1871
1891
|
};
|
|
1872
1892
|
id: {
|
|
1873
1893
|
organization: string;
|
|
@@ -1936,6 +1956,7 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
1936
1956
|
docs?: string | undefined;
|
|
1937
1957
|
support?: string | undefined;
|
|
1938
1958
|
tags?: string[] | undefined;
|
|
1959
|
+
marketplaceRanking?: number | undefined;
|
|
1939
1960
|
};
|
|
1940
1961
|
id: {
|
|
1941
1962
|
organization: string;
|
|
@@ -2009,6 +2030,7 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
2009
2030
|
docs?: string | undefined;
|
|
2010
2031
|
support?: string | undefined;
|
|
2011
2032
|
tags?: string[] | undefined;
|
|
2033
|
+
marketplaceRanking?: number | undefined;
|
|
2012
2034
|
};
|
|
2013
2035
|
id: {
|
|
2014
2036
|
organization: string;
|
|
@@ -2085,6 +2107,7 @@ export declare const GlobalOverviewEntryReg: z.ZodObject<{
|
|
|
2085
2107
|
docs?: string | undefined;
|
|
2086
2108
|
support?: string | undefined;
|
|
2087
2109
|
tags?: string[] | undefined;
|
|
2110
|
+
marketplaceRanking?: number | undefined;
|
|
2088
2111
|
};
|
|
2089
2112
|
id: {
|
|
2090
2113
|
organization: string;
|
|
@@ -2508,6 +2531,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2508
2531
|
path: string;
|
|
2509
2532
|
} | undefined;
|
|
2510
2533
|
}>;
|
|
2534
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
2511
2535
|
}, "strip", z.ZodTypeAny, {
|
|
2512
2536
|
organization: {
|
|
2513
2537
|
url: string;
|
|
@@ -2549,6 +2573,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2549
2573
|
docs?: string | undefined;
|
|
2550
2574
|
support?: string | undefined;
|
|
2551
2575
|
tags?: string[] | undefined;
|
|
2576
|
+
marketplaceRanking?: number | undefined;
|
|
2552
2577
|
}, {
|
|
2553
2578
|
organization: {
|
|
2554
2579
|
url: string;
|
|
@@ -2590,6 +2615,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2590
2615
|
docs?: string | undefined;
|
|
2591
2616
|
support?: string | undefined;
|
|
2592
2617
|
tags?: string[] | undefined;
|
|
2618
|
+
marketplaceRanking?: number | undefined;
|
|
2593
2619
|
}>;
|
|
2594
2620
|
}, "strip", z.ZodTypeAny, {
|
|
2595
2621
|
components: {
|
|
@@ -2650,6 +2676,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2650
2676
|
docs?: string | undefined;
|
|
2651
2677
|
support?: string | undefined;
|
|
2652
2678
|
tags?: string[] | undefined;
|
|
2679
|
+
marketplaceRanking?: number | undefined;
|
|
2653
2680
|
};
|
|
2654
2681
|
id: {
|
|
2655
2682
|
organization: string;
|
|
@@ -2718,6 +2745,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2718
2745
|
docs?: string | undefined;
|
|
2719
2746
|
support?: string | undefined;
|
|
2720
2747
|
tags?: string[] | undefined;
|
|
2748
|
+
marketplaceRanking?: number | undefined;
|
|
2721
2749
|
};
|
|
2722
2750
|
id: {
|
|
2723
2751
|
organization: string;
|
|
@@ -2791,6 +2819,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2791
2819
|
docs?: string | undefined;
|
|
2792
2820
|
support?: string | undefined;
|
|
2793
2821
|
tags?: string[] | undefined;
|
|
2822
|
+
marketplaceRanking?: number | undefined;
|
|
2794
2823
|
};
|
|
2795
2824
|
id: {
|
|
2796
2825
|
organization: string;
|
|
@@ -2867,6 +2896,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2867
2896
|
docs?: string | undefined;
|
|
2868
2897
|
support?: string | undefined;
|
|
2869
2898
|
tags?: string[] | undefined;
|
|
2899
|
+
marketplaceRanking?: number | undefined;
|
|
2870
2900
|
};
|
|
2871
2901
|
id: {
|
|
2872
2902
|
organization: string;
|
|
@@ -2943,6 +2973,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
2943
2973
|
docs?: string | undefined;
|
|
2944
2974
|
support?: string | undefined;
|
|
2945
2975
|
tags?: string[] | undefined;
|
|
2976
|
+
marketplaceRanking?: number | undefined;
|
|
2946
2977
|
};
|
|
2947
2978
|
id: {
|
|
2948
2979
|
organization: string;
|
|
@@ -3022,6 +3053,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
3022
3053
|
docs?: string | undefined;
|
|
3023
3054
|
support?: string | undefined;
|
|
3024
3055
|
tags?: string[] | undefined;
|
|
3056
|
+
marketplaceRanking?: number | undefined;
|
|
3025
3057
|
};
|
|
3026
3058
|
id: {
|
|
3027
3059
|
organization: string;
|
|
@@ -3323,6 +3355,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
3323
3355
|
path: string;
|
|
3324
3356
|
} | undefined;
|
|
3325
3357
|
}>;
|
|
3358
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
3326
3359
|
}, "strip", z.ZodTypeAny, {
|
|
3327
3360
|
title: string;
|
|
3328
3361
|
description: string;
|
|
@@ -3352,6 +3385,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
3352
3385
|
docs?: string | undefined;
|
|
3353
3386
|
support?: string | undefined;
|
|
3354
3387
|
tags?: string[] | undefined;
|
|
3388
|
+
marketplaceRanking?: number | undefined;
|
|
3355
3389
|
}, {
|
|
3356
3390
|
title: string;
|
|
3357
3391
|
description: string;
|
|
@@ -3393,6 +3427,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
3393
3427
|
docs?: string | undefined;
|
|
3394
3428
|
support?: string | undefined;
|
|
3395
3429
|
tags?: string[] | undefined;
|
|
3430
|
+
marketplaceRanking?: number | undefined;
|
|
3396
3431
|
}>;
|
|
3397
3432
|
}, "strip", z.ZodTypeAny, {
|
|
3398
3433
|
id: {
|
|
@@ -3446,6 +3481,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
3446
3481
|
docs?: string | undefined;
|
|
3447
3482
|
support?: string | undefined;
|
|
3448
3483
|
tags?: string[] | undefined;
|
|
3484
|
+
marketplaceRanking?: number | undefined;
|
|
3449
3485
|
};
|
|
3450
3486
|
}, {
|
|
3451
3487
|
id: {
|
|
@@ -3514,6 +3550,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
3514
3550
|
docs?: string | undefined;
|
|
3515
3551
|
support?: string | undefined;
|
|
3516
3552
|
tags?: string[] | undefined;
|
|
3553
|
+
marketplaceRanking?: number | undefined;
|
|
3517
3554
|
};
|
|
3518
3555
|
}>;
|
|
3519
3556
|
export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeContentReader): z.ZodObject<{
|
|
@@ -3821,6 +3858,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3821
3858
|
path: string;
|
|
3822
3859
|
} | undefined;
|
|
3823
3860
|
}>;
|
|
3861
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
3824
3862
|
}, "strip", z.ZodTypeAny, {
|
|
3825
3863
|
title: string;
|
|
3826
3864
|
description: string;
|
|
@@ -3850,6 +3888,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3850
3888
|
docs?: string | undefined;
|
|
3851
3889
|
support?: string | undefined;
|
|
3852
3890
|
tags?: string[] | undefined;
|
|
3891
|
+
marketplaceRanking?: number | undefined;
|
|
3853
3892
|
}, {
|
|
3854
3893
|
title: string;
|
|
3855
3894
|
description: string;
|
|
@@ -3891,6 +3930,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3891
3930
|
docs?: string | undefined;
|
|
3892
3931
|
support?: string | undefined;
|
|
3893
3932
|
tags?: string[] | undefined;
|
|
3933
|
+
marketplaceRanking?: number | undefined;
|
|
3894
3934
|
}>;
|
|
3895
3935
|
}, "strip", z.ZodTypeAny, {
|
|
3896
3936
|
id: {
|
|
@@ -3944,6 +3984,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
3944
3984
|
docs?: string | undefined;
|
|
3945
3985
|
support?: string | undefined;
|
|
3946
3986
|
tags?: string[] | undefined;
|
|
3987
|
+
marketplaceRanking?: number | undefined;
|
|
3947
3988
|
};
|
|
3948
3989
|
}, {
|
|
3949
3990
|
id: {
|
|
@@ -4012,6 +4053,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
4012
4053
|
docs?: string | undefined;
|
|
4013
4054
|
support?: string | undefined;
|
|
4014
4055
|
tags?: string[] | undefined;
|
|
4056
|
+
marketplaceRanking?: number | undefined;
|
|
4015
4057
|
};
|
|
4016
4058
|
}>;
|
|
4017
4059
|
latestManifestSha256: z.ZodString;
|
|
@@ -4073,6 +4115,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
4073
4115
|
docs?: string | undefined;
|
|
4074
4116
|
support?: string | undefined;
|
|
4075
4117
|
tags?: string[] | undefined;
|
|
4118
|
+
marketplaceRanking?: number | undefined;
|
|
4076
4119
|
};
|
|
4077
4120
|
};
|
|
4078
4121
|
latestManifestSha256: string;
|
|
@@ -4149,6 +4192,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
4149
4192
|
docs?: string | undefined;
|
|
4150
4193
|
support?: string | undefined;
|
|
4151
4194
|
tags?: string[] | undefined;
|
|
4195
|
+
marketplaceRanking?: number | undefined;
|
|
4152
4196
|
};
|
|
4153
4197
|
};
|
|
4154
4198
|
latestManifestSha256: string;
|
|
@@ -4213,6 +4257,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
4213
4257
|
docs?: string | undefined;
|
|
4214
4258
|
support?: string | undefined;
|
|
4215
4259
|
tags?: string[] | undefined;
|
|
4260
|
+
marketplaceRanking?: number | undefined;
|
|
4216
4261
|
};
|
|
4217
4262
|
};
|
|
4218
4263
|
latestManifestSha256: string;
|
|
@@ -4292,6 +4337,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
4292
4337
|
docs?: string | undefined;
|
|
4293
4338
|
support?: string | undefined;
|
|
4294
4339
|
tags?: string[] | undefined;
|
|
4340
|
+
marketplaceRanking?: number | undefined;
|
|
4295
4341
|
};
|
|
4296
4342
|
};
|
|
4297
4343
|
latestManifestSha256: string;
|
|
@@ -4603,6 +4649,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4603
4649
|
path: string;
|
|
4604
4650
|
} | undefined;
|
|
4605
4651
|
}>;
|
|
4652
|
+
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
4606
4653
|
}, "strip", z.ZodTypeAny, {
|
|
4607
4654
|
title: string;
|
|
4608
4655
|
description: string;
|
|
@@ -4632,6 +4679,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4632
4679
|
docs?: string | undefined;
|
|
4633
4680
|
support?: string | undefined;
|
|
4634
4681
|
tags?: string[] | undefined;
|
|
4682
|
+
marketplaceRanking?: number | undefined;
|
|
4635
4683
|
}, {
|
|
4636
4684
|
title: string;
|
|
4637
4685
|
description: string;
|
|
@@ -4673,6 +4721,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4673
4721
|
docs?: string | undefined;
|
|
4674
4722
|
support?: string | undefined;
|
|
4675
4723
|
tags?: string[] | undefined;
|
|
4724
|
+
marketplaceRanking?: number | undefined;
|
|
4676
4725
|
}>;
|
|
4677
4726
|
}, "strip", z.ZodTypeAny, {
|
|
4678
4727
|
id: {
|
|
@@ -4726,6 +4775,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4726
4775
|
docs?: string | undefined;
|
|
4727
4776
|
support?: string | undefined;
|
|
4728
4777
|
tags?: string[] | undefined;
|
|
4778
|
+
marketplaceRanking?: number | undefined;
|
|
4729
4779
|
};
|
|
4730
4780
|
}, {
|
|
4731
4781
|
id: {
|
|
@@ -4794,6 +4844,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4794
4844
|
docs?: string | undefined;
|
|
4795
4845
|
support?: string | undefined;
|
|
4796
4846
|
tags?: string[] | undefined;
|
|
4847
|
+
marketplaceRanking?: number | undefined;
|
|
4797
4848
|
};
|
|
4798
4849
|
}>;
|
|
4799
4850
|
latestManifestSha256: z.ZodString;
|
|
@@ -4855,6 +4906,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4855
4906
|
docs?: string | undefined;
|
|
4856
4907
|
support?: string | undefined;
|
|
4857
4908
|
tags?: string[] | undefined;
|
|
4909
|
+
marketplaceRanking?: number | undefined;
|
|
4858
4910
|
};
|
|
4859
4911
|
};
|
|
4860
4912
|
latestManifestSha256: string;
|
|
@@ -4931,6 +4983,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4931
4983
|
docs?: string | undefined;
|
|
4932
4984
|
support?: string | undefined;
|
|
4933
4985
|
tags?: string[] | undefined;
|
|
4986
|
+
marketplaceRanking?: number | undefined;
|
|
4934
4987
|
};
|
|
4935
4988
|
};
|
|
4936
4989
|
latestManifestSha256: string;
|
|
@@ -4995,6 +5048,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
4995
5048
|
docs?: string | undefined;
|
|
4996
5049
|
support?: string | undefined;
|
|
4997
5050
|
tags?: string[] | undefined;
|
|
5051
|
+
marketplaceRanking?: number | undefined;
|
|
4998
5052
|
};
|
|
4999
5053
|
};
|
|
5000
5054
|
latestManifestSha256: string;
|
|
@@ -5074,6 +5128,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
5074
5128
|
docs?: string | undefined;
|
|
5075
5129
|
support?: string | undefined;
|
|
5076
5130
|
tags?: string[] | undefined;
|
|
5131
|
+
marketplaceRanking?: number | undefined;
|
|
5077
5132
|
};
|
|
5078
5133
|
};
|
|
5079
5134
|
latestManifestSha256: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema_public.d.ts","sourceRoot":"","sources":["../../../src/v2/registry/schema_public.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,WAAW,EACX,oBAAoB,EAOrB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAqD,MAAM,UAAU,CAAC;AAEpG,eAAO,MAAM,UAAU,QAAQ,CAAC;AAEhC,eAAO,MAAM,sBAAsB,kBAAkB,CAAC;AACtD,eAAO,MAAM,uBAAuB,kBAAkB,CAAC;AACvD,eAAO,MAAM,gBAAgB,kBAAkB,CAAC;AAEhD,wBAAgB,4BAA4B,CAAC,EAAE,EAAE,WAAW,GAAG,MAAM,CAEpE;AAED,wBAAgB,oBAAoB,CAAC,EAAE,EAAE,WAAW,GAAG,MAAM,CAE5D;AAED,eAAO,MAAM,cAAc,QAAyB,CAAC;AAMrD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"schema_public.d.ts","sourceRoot":"","sources":["../../../src/v2/registry/schema_public.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQlF;AACD,wBAAgB,mCAAmC,CAAC,MAAM,EAAE,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUhF;AACD,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,UAAU,CAAC,OAAO,mCAAmC,CAAC,CACvD,CAAC;AAEF,wBAAgB,oCAAoC,CAAC,MAAM,EAAE,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUjF;AACD,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CACtD,UAAU,CAAC,OAAO,oCAAoC,CAAC,CACxD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-sdk/block-tools",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.24",
|
|
4
4
|
"description": "Utility to manipulate Platforma Blocks and Block Registry",
|
|
5
5
|
"types": "./dist/lib.d.ts",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"license": "UNLICENSED",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@aws-sdk/client-s3": "^3.
|
|
26
|
+
"@aws-sdk/client-s3": "^3.689.0",
|
|
27
27
|
"@oclif/core": "^4.0.31",
|
|
28
28
|
"canonicalize": "^2.0.0",
|
|
29
29
|
"lru-cache": "^11.0.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"zod": "^3.23.8",
|
|
35
35
|
"@milaboratories/resolve-helper": "^1.0.1",
|
|
36
36
|
"@milaboratories/ts-helpers": "^1.1.1",
|
|
37
|
-
"@milaboratories/pl-model-middle-layer": "^1.5.
|
|
37
|
+
"@milaboratories/pl-model-middle-layer": "^1.5.8",
|
|
38
38
|
"@milaboratories/ts-helpers-oclif": "^1.1.10"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"@jest/globals": "^29.7.0",
|
|
53
53
|
"oclif": "^4.15.19",
|
|
54
54
|
"ts-jest": "^29.2.5",
|
|
55
|
-
"@milaboratories/
|
|
56
|
-
"@milaboratories/
|
|
55
|
+
"@milaboratories/platforma-build-configs": "1.0.2",
|
|
56
|
+
"@milaboratories/oclif-index": "1.0.2"
|
|
57
57
|
},
|
|
58
58
|
"oclif": {
|
|
59
59
|
"bin": "block-tools",
|