@platforma-sdk/block-tools 2.5.17 → 2.5.19
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 +185 -0
- package/dist/v2/registry/schema_public.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -370,6 +370,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
370
370
|
} | undefined;
|
|
371
371
|
}>;
|
|
372
372
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
373
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
373
374
|
}, "strip", z.ZodTypeAny, {
|
|
374
375
|
title: string;
|
|
375
376
|
description: string;
|
|
@@ -438,6 +439,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
438
439
|
support?: string | undefined;
|
|
439
440
|
tags?: string[] | undefined;
|
|
440
441
|
marketplaceRanking?: number | undefined;
|
|
442
|
+
termsOfServiceUrl?: string | undefined;
|
|
441
443
|
}, {
|
|
442
444
|
title: string;
|
|
443
445
|
description: string;
|
|
@@ -492,6 +494,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
492
494
|
support?: string | undefined;
|
|
493
495
|
tags?: string[] | undefined;
|
|
494
496
|
marketplaceRanking?: number | undefined;
|
|
497
|
+
termsOfServiceUrl?: string | undefined;
|
|
495
498
|
}>;
|
|
496
499
|
}, "strip", z.ZodTypeAny, {
|
|
497
500
|
id: {
|
|
@@ -590,6 +593,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
590
593
|
support?: string | undefined;
|
|
591
594
|
tags?: string[] | undefined;
|
|
592
595
|
marketplaceRanking?: number | undefined;
|
|
596
|
+
termsOfServiceUrl?: string | undefined;
|
|
593
597
|
};
|
|
594
598
|
}, {
|
|
595
599
|
id: {
|
|
@@ -659,6 +663,7 @@ export declare function ResolvedBlockPackDescriptionFromPackageJson(root: string
|
|
|
659
663
|
support?: string | undefined;
|
|
660
664
|
tags?: string[] | undefined;
|
|
661
665
|
marketplaceRanking?: number | undefined;
|
|
666
|
+
termsOfServiceUrl?: string | undefined;
|
|
662
667
|
};
|
|
663
668
|
}>;
|
|
664
669
|
export type BlockPackDescriptionAbsolute = z.infer<ReturnType<typeof ResolvedBlockPackDescriptionFromPackageJson>>;
|
|
@@ -1255,6 +1260,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1255
1260
|
} | undefined;
|
|
1256
1261
|
}>;
|
|
1257
1262
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1263
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1258
1264
|
}, "strip", z.ZodTypeAny, {
|
|
1259
1265
|
title: string;
|
|
1260
1266
|
description: string;
|
|
@@ -1297,6 +1303,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1297
1303
|
support?: string | undefined;
|
|
1298
1304
|
tags?: string[] | undefined;
|
|
1299
1305
|
marketplaceRanking?: number | undefined;
|
|
1306
|
+
termsOfServiceUrl?: string | undefined;
|
|
1300
1307
|
}, {
|
|
1301
1308
|
title: string;
|
|
1302
1309
|
description: string;
|
|
@@ -1339,6 +1346,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1339
1346
|
support?: string | undefined;
|
|
1340
1347
|
tags?: string[] | undefined;
|
|
1341
1348
|
marketplaceRanking?: number | undefined;
|
|
1349
|
+
termsOfServiceUrl?: string | undefined;
|
|
1342
1350
|
}>;
|
|
1343
1351
|
}, "strip", z.ZodTypeAny, {
|
|
1344
1352
|
id: {
|
|
@@ -1405,6 +1413,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1405
1413
|
support?: string | undefined;
|
|
1406
1414
|
tags?: string[] | undefined;
|
|
1407
1415
|
marketplaceRanking?: number | undefined;
|
|
1416
|
+
termsOfServiceUrl?: string | undefined;
|
|
1408
1417
|
};
|
|
1409
1418
|
}, {
|
|
1410
1419
|
id: {
|
|
@@ -1486,6 +1495,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1486
1495
|
support?: string | undefined;
|
|
1487
1496
|
tags?: string[] | undefined;
|
|
1488
1497
|
marketplaceRanking?: number | undefined;
|
|
1498
|
+
termsOfServiceUrl?: string | undefined;
|
|
1489
1499
|
};
|
|
1490
1500
|
}>, z.ZodObject<{
|
|
1491
1501
|
id: z.ZodObject<{
|
|
@@ -1741,6 +1751,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1741
1751
|
} | undefined;
|
|
1742
1752
|
}>;
|
|
1743
1753
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1754
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1744
1755
|
}, "strip", z.ZodTypeAny, {
|
|
1745
1756
|
organization: {
|
|
1746
1757
|
url: string;
|
|
@@ -1783,6 +1794,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1783
1794
|
support?: string | undefined;
|
|
1784
1795
|
tags?: string[] | undefined;
|
|
1785
1796
|
marketplaceRanking?: number | undefined;
|
|
1797
|
+
termsOfServiceUrl?: string | undefined;
|
|
1786
1798
|
}, {
|
|
1787
1799
|
organization: {
|
|
1788
1800
|
url: string;
|
|
@@ -1825,6 +1837,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1825
1837
|
support?: string | undefined;
|
|
1826
1838
|
tags?: string[] | undefined;
|
|
1827
1839
|
marketplaceRanking?: number | undefined;
|
|
1840
|
+
termsOfServiceUrl?: string | undefined;
|
|
1828
1841
|
}>;
|
|
1829
1842
|
}, "strip", z.ZodTypeAny, {
|
|
1830
1843
|
components: {
|
|
@@ -1886,6 +1899,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1886
1899
|
support?: string | undefined;
|
|
1887
1900
|
tags?: string[] | undefined;
|
|
1888
1901
|
marketplaceRanking?: number | undefined;
|
|
1902
|
+
termsOfServiceUrl?: string | undefined;
|
|
1889
1903
|
};
|
|
1890
1904
|
id: {
|
|
1891
1905
|
organization: string;
|
|
@@ -1955,6 +1969,7 @@ export declare function BlockPackDescriptionConsolidateToFolder(dstFolder: strin
|
|
|
1955
1969
|
support?: string | undefined;
|
|
1956
1970
|
tags?: string[] | undefined;
|
|
1957
1971
|
marketplaceRanking?: number | undefined;
|
|
1972
|
+
termsOfServiceUrl?: string | undefined;
|
|
1958
1973
|
};
|
|
1959
1974
|
id: {
|
|
1960
1975
|
organization: string;
|
|
@@ -2216,6 +2231,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2216
2231
|
} | undefined;
|
|
2217
2232
|
}>;
|
|
2218
2233
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
2234
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
2219
2235
|
}, "strip", z.ZodTypeAny, {
|
|
2220
2236
|
organization: {
|
|
2221
2237
|
url: string;
|
|
@@ -2258,6 +2274,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2258
2274
|
support?: string | undefined;
|
|
2259
2275
|
tags?: string[] | undefined;
|
|
2260
2276
|
marketplaceRanking?: number | undefined;
|
|
2277
|
+
termsOfServiceUrl?: string | undefined;
|
|
2261
2278
|
}, {
|
|
2262
2279
|
organization: {
|
|
2263
2280
|
url: string;
|
|
@@ -2300,6 +2317,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2300
2317
|
support?: string | undefined;
|
|
2301
2318
|
tags?: string[] | undefined;
|
|
2302
2319
|
marketplaceRanking?: number | undefined;
|
|
2320
|
+
termsOfServiceUrl?: string | undefined;
|
|
2303
2321
|
}>;
|
|
2304
2322
|
}, "strip", z.ZodTypeAny, {
|
|
2305
2323
|
components: {
|
|
@@ -2361,6 +2379,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2361
2379
|
support?: string | undefined;
|
|
2362
2380
|
tags?: string[] | undefined;
|
|
2363
2381
|
marketplaceRanking?: number | undefined;
|
|
2382
|
+
termsOfServiceUrl?: string | undefined;
|
|
2364
2383
|
};
|
|
2365
2384
|
id: {
|
|
2366
2385
|
organization: string;
|
|
@@ -2430,6 +2449,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2430
2449
|
support?: string | undefined;
|
|
2431
2450
|
tags?: string[] | undefined;
|
|
2432
2451
|
marketplaceRanking?: number | undefined;
|
|
2452
|
+
termsOfServiceUrl?: string | undefined;
|
|
2433
2453
|
};
|
|
2434
2454
|
id: {
|
|
2435
2455
|
organization: string;
|
|
@@ -2778,6 +2798,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2778
2798
|
} | undefined;
|
|
2779
2799
|
}>;
|
|
2780
2800
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
2801
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
2781
2802
|
}, "strip", z.ZodTypeAny, {
|
|
2782
2803
|
title: string;
|
|
2783
2804
|
description: string;
|
|
@@ -2820,6 +2841,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2820
2841
|
support?: string | undefined;
|
|
2821
2842
|
tags?: string[] | undefined;
|
|
2822
2843
|
marketplaceRanking?: number | undefined;
|
|
2844
|
+
termsOfServiceUrl?: string | undefined;
|
|
2823
2845
|
}, {
|
|
2824
2846
|
title: string;
|
|
2825
2847
|
description: string;
|
|
@@ -2862,6 +2884,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2862
2884
|
support?: string | undefined;
|
|
2863
2885
|
tags?: string[] | undefined;
|
|
2864
2886
|
marketplaceRanking?: number | undefined;
|
|
2887
|
+
termsOfServiceUrl?: string | undefined;
|
|
2865
2888
|
}>;
|
|
2866
2889
|
}, "strip", z.ZodTypeAny, {
|
|
2867
2890
|
id: {
|
|
@@ -2934,6 +2957,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
2934
2957
|
support?: string | undefined;
|
|
2935
2958
|
tags?: string[] | undefined;
|
|
2936
2959
|
marketplaceRanking?: number | undefined;
|
|
2960
|
+
termsOfServiceUrl?: string | undefined;
|
|
2937
2961
|
};
|
|
2938
2962
|
}, {
|
|
2939
2963
|
id: {
|
|
@@ -3003,6 +3027,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3003
3027
|
support?: string | undefined;
|
|
3004
3028
|
tags?: string[] | undefined;
|
|
3005
3029
|
marketplaceRanking?: number | undefined;
|
|
3030
|
+
termsOfServiceUrl?: string | undefined;
|
|
3006
3031
|
};
|
|
3007
3032
|
}>>, z.ZodObject<{
|
|
3008
3033
|
id: z.ZodObject<{
|
|
@@ -3258,6 +3283,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3258
3283
|
} | undefined;
|
|
3259
3284
|
}>;
|
|
3260
3285
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
3286
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
3261
3287
|
}, "strip", z.ZodTypeAny, {
|
|
3262
3288
|
organization: {
|
|
3263
3289
|
url: string;
|
|
@@ -3300,6 +3326,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3300
3326
|
support?: string | undefined;
|
|
3301
3327
|
tags?: string[] | undefined;
|
|
3302
3328
|
marketplaceRanking?: number | undefined;
|
|
3329
|
+
termsOfServiceUrl?: string | undefined;
|
|
3303
3330
|
}, {
|
|
3304
3331
|
organization: {
|
|
3305
3332
|
url: string;
|
|
@@ -3342,6 +3369,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3342
3369
|
support?: string | undefined;
|
|
3343
3370
|
tags?: string[] | undefined;
|
|
3344
3371
|
marketplaceRanking?: number | undefined;
|
|
3372
|
+
termsOfServiceUrl?: string | undefined;
|
|
3345
3373
|
}>;
|
|
3346
3374
|
}, "strip", z.ZodTypeAny, {
|
|
3347
3375
|
components: {
|
|
@@ -3403,6 +3431,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3403
3431
|
support?: string | undefined;
|
|
3404
3432
|
tags?: string[] | undefined;
|
|
3405
3433
|
marketplaceRanking?: number | undefined;
|
|
3434
|
+
termsOfServiceUrl?: string | undefined;
|
|
3406
3435
|
};
|
|
3407
3436
|
id: {
|
|
3408
3437
|
organization: string;
|
|
@@ -3472,6 +3501,7 @@ export declare function BlockPackDescriptionManifestAddRelativePathPrefix(prefix
|
|
|
3472
3501
|
support?: string | undefined;
|
|
3473
3502
|
tags?: string[] | undefined;
|
|
3474
3503
|
marketplaceRanking?: number | undefined;
|
|
3504
|
+
termsOfServiceUrl?: string | undefined;
|
|
3475
3505
|
};
|
|
3476
3506
|
id: {
|
|
3477
3507
|
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":"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"}
|
|
@@ -278,6 +278,7 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
278
278
|
} | undefined;
|
|
279
279
|
}>;
|
|
280
280
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
281
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
281
282
|
}, "strip", z.ZodTypeAny, {
|
|
282
283
|
title: string;
|
|
283
284
|
description: string;
|
|
@@ -346,6 +347,7 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
346
347
|
support?: string | undefined;
|
|
347
348
|
tags?: string[] | undefined;
|
|
348
349
|
marketplaceRanking?: number | undefined;
|
|
350
|
+
termsOfServiceUrl?: string | undefined;
|
|
349
351
|
}, {
|
|
350
352
|
title: string;
|
|
351
353
|
description: string;
|
|
@@ -400,6 +402,7 @@ export declare function BlockPackMetaDescription(root: string): z.ZodObject<{
|
|
|
400
402
|
support?: string | undefined;
|
|
401
403
|
tags?: string[] | undefined;
|
|
402
404
|
marketplaceRanking?: number | undefined;
|
|
405
|
+
termsOfServiceUrl?: string | undefined;
|
|
403
406
|
}>;
|
|
404
407
|
export type BlockPackMetaDescription = z.infer<ReturnType<typeof BlockPackMetaDescription>>;
|
|
405
408
|
export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumulator?: string[]): z.ZodObject<{
|
|
@@ -570,6 +573,7 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
570
573
|
} | undefined;
|
|
571
574
|
}>;
|
|
572
575
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
576
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
573
577
|
}, "strip", z.ZodTypeAny, {
|
|
574
578
|
title: string;
|
|
575
579
|
description: string;
|
|
@@ -612,6 +616,7 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
612
616
|
support?: string | undefined;
|
|
613
617
|
tags?: string[] | undefined;
|
|
614
618
|
marketplaceRanking?: number | undefined;
|
|
619
|
+
termsOfServiceUrl?: string | undefined;
|
|
615
620
|
}, {
|
|
616
621
|
title: string;
|
|
617
622
|
description: string;
|
|
@@ -654,6 +659,7 @@ export declare function BlockPackMetaConsolidate(dstFolder: string, fileAccumula
|
|
|
654
659
|
support?: string | undefined;
|
|
655
660
|
tags?: string[] | undefined;
|
|
656
661
|
marketplaceRanking?: number | undefined;
|
|
662
|
+
termsOfServiceUrl?: string | undefined;
|
|
657
663
|
}>;
|
|
658
664
|
export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject<{
|
|
659
665
|
title: z.ZodString;
|
|
@@ -802,6 +808,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
802
808
|
} | undefined;
|
|
803
809
|
}>;
|
|
804
810
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
811
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
805
812
|
}, "strip", z.ZodTypeAny, {
|
|
806
813
|
title: string;
|
|
807
814
|
description: string;
|
|
@@ -826,6 +833,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
826
833
|
support?: string | undefined;
|
|
827
834
|
tags?: string[] | undefined;
|
|
828
835
|
marketplaceRanking?: number | undefined;
|
|
836
|
+
termsOfServiceUrl?: string | undefined;
|
|
829
837
|
}, {
|
|
830
838
|
title: string;
|
|
831
839
|
description: string;
|
|
@@ -868,6 +876,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
868
876
|
support?: string | undefined;
|
|
869
877
|
tags?: string[] | undefined;
|
|
870
878
|
marketplaceRanking?: number | undefined;
|
|
879
|
+
termsOfServiceUrl?: string | undefined;
|
|
871
880
|
}>, z.ZodObject<{
|
|
872
881
|
title: z.ZodString;
|
|
873
882
|
description: z.ZodString;
|
|
@@ -924,6 +933,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
924
933
|
} | undefined;
|
|
925
934
|
}>;
|
|
926
935
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
936
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
927
937
|
}, "strip", z.ZodTypeAny, {
|
|
928
938
|
organization: {
|
|
929
939
|
url: string;
|
|
@@ -948,6 +958,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
948
958
|
support?: string | undefined;
|
|
949
959
|
tags?: string[] | undefined;
|
|
950
960
|
marketplaceRanking?: number | undefined;
|
|
961
|
+
termsOfServiceUrl?: string | undefined;
|
|
951
962
|
}, {
|
|
952
963
|
organization: {
|
|
953
964
|
url: string;
|
|
@@ -972,6 +983,7 @@ export declare const BlockPackMetaEmbedAbsoluteBase64: z.ZodPipeline<z.ZodObject
|
|
|
972
983
|
support?: string | undefined;
|
|
973
984
|
tags?: string[] | undefined;
|
|
974
985
|
marketplaceRanking?: number | undefined;
|
|
986
|
+
termsOfServiceUrl?: string | undefined;
|
|
975
987
|
}>>;
|
|
976
988
|
export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<{
|
|
977
989
|
title: z.ZodString;
|
|
@@ -1120,6 +1132,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1120
1132
|
} | undefined;
|
|
1121
1133
|
}>;
|
|
1122
1134
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1135
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1123
1136
|
}, "strip", z.ZodTypeAny, {
|
|
1124
1137
|
title: string;
|
|
1125
1138
|
description: string;
|
|
@@ -1144,6 +1157,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1144
1157
|
support?: string | undefined;
|
|
1145
1158
|
tags?: string[] | undefined;
|
|
1146
1159
|
marketplaceRanking?: number | undefined;
|
|
1160
|
+
termsOfServiceUrl?: string | undefined;
|
|
1147
1161
|
}, {
|
|
1148
1162
|
title: string;
|
|
1149
1163
|
description: string;
|
|
@@ -1186,6 +1200,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1186
1200
|
support?: string | undefined;
|
|
1187
1201
|
tags?: string[] | undefined;
|
|
1188
1202
|
marketplaceRanking?: number | undefined;
|
|
1203
|
+
termsOfServiceUrl?: string | undefined;
|
|
1189
1204
|
}>, z.ZodObject<{
|
|
1190
1205
|
title: z.ZodString;
|
|
1191
1206
|
description: z.ZodString;
|
|
@@ -1242,6 +1257,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1242
1257
|
} | undefined;
|
|
1243
1258
|
}>;
|
|
1244
1259
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1260
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1245
1261
|
}, "strip", z.ZodTypeAny, {
|
|
1246
1262
|
organization: {
|
|
1247
1263
|
url: string;
|
|
@@ -1266,6 +1282,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1266
1282
|
support?: string | undefined;
|
|
1267
1283
|
tags?: string[] | undefined;
|
|
1268
1284
|
marketplaceRanking?: number | undefined;
|
|
1285
|
+
termsOfServiceUrl?: string | undefined;
|
|
1269
1286
|
}, {
|
|
1270
1287
|
organization: {
|
|
1271
1288
|
url: string;
|
|
@@ -1290,6 +1307,7 @@ export declare const BlockPackMetaEmbedAbsoluteBytes: z.ZodPipeline<z.ZodObject<
|
|
|
1290
1307
|
support?: string | undefined;
|
|
1291
1308
|
tags?: string[] | undefined;
|
|
1292
1309
|
marketplaceRanking?: number | undefined;
|
|
1310
|
+
termsOfServiceUrl?: string | undefined;
|
|
1293
1311
|
}>>;
|
|
1294
1312
|
export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader): z.ZodPipeline<z.ZodObject<{
|
|
1295
1313
|
title: z.ZodString;
|
|
@@ -1438,6 +1456,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1438
1456
|
} | undefined;
|
|
1439
1457
|
}>;
|
|
1440
1458
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1459
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1441
1460
|
}, "strip", z.ZodTypeAny, {
|
|
1442
1461
|
title: string;
|
|
1443
1462
|
description: string;
|
|
@@ -1462,6 +1481,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1462
1481
|
support?: string | undefined;
|
|
1463
1482
|
tags?: string[] | undefined;
|
|
1464
1483
|
marketplaceRanking?: number | undefined;
|
|
1484
|
+
termsOfServiceUrl?: string | undefined;
|
|
1465
1485
|
}, {
|
|
1466
1486
|
title: string;
|
|
1467
1487
|
description: string;
|
|
@@ -1504,6 +1524,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1504
1524
|
support?: string | undefined;
|
|
1505
1525
|
tags?: string[] | undefined;
|
|
1506
1526
|
marketplaceRanking?: number | undefined;
|
|
1527
|
+
termsOfServiceUrl?: string | undefined;
|
|
1507
1528
|
}>, z.ZodObject<{
|
|
1508
1529
|
title: z.ZodString;
|
|
1509
1530
|
description: z.ZodString;
|
|
@@ -1560,6 +1581,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1560
1581
|
} | undefined;
|
|
1561
1582
|
}>;
|
|
1562
1583
|
marketplaceRanking: z.ZodOptional<z.ZodNumber>;
|
|
1584
|
+
termsOfServiceUrl: z.ZodOptional<z.ZodString>;
|
|
1563
1585
|
}, "strip", z.ZodTypeAny, {
|
|
1564
1586
|
organization: {
|
|
1565
1587
|
url: string;
|
|
@@ -1584,6 +1606,7 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1584
1606
|
support?: string | undefined;
|
|
1585
1607
|
tags?: string[] | undefined;
|
|
1586
1608
|
marketplaceRanking?: number | undefined;
|
|
1609
|
+
termsOfServiceUrl?: string | undefined;
|
|
1587
1610
|
}, {
|
|
1588
1611
|
organization: {
|
|
1589
1612
|
url: string;
|
|
@@ -1608,5 +1631,6 @@ export declare function BlockPackMetaEmbedBytes(reader: RelativeContentReader):
|
|
|
1608
1631
|
support?: string | undefined;
|
|
1609
1632
|
tags?: string[] | undefined;
|
|
1610
1633
|
marketplaceRanking?: number | undefined;
|
|
1634
|
+
termsOfServiceUrl?: string | undefined;
|
|
1611
1635
|
}>>;
|
|
1612
1636
|
//# 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":"AAWA,OAAO,EAML,qBAAqB,EAGtB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKpD;AACD,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC,CAAC;AAE5F,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,MAAM,EAAE,eAAe,CAAC,EAAE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKrF;AAED,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAgB8ugB,CAAC;;;;;;;;YAA2L,CAAC;;;;;;;;;;;;YAAurB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;YAAypB,CAAC;;;;;;;;;;;;;;;;;;;;;GAbvwjB,CAAC;AAEpC,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAWw0nB,CAAC;;;;;;;;YAA8L,CAAC;;;;;;;;;;;;YAA0rB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;YAA+pB,CAAC;;;;;;;;;;;;;;;;;;;;;GAR72qB,CAAC;AAEnC,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAM+ynB,CAAC;;;;;;;;YAA8L,CAAC;;;;;;;;;;;;YAA0rB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;YAA+pB,CAAC;;;;;;;;;;;;;;;;;;;;;IAD94qB"}
|