@platforma-sdk/block-tools 2.5.61 → 2.5.62
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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +4 -3
- package/dist/cli.mjs.map +1 -1
- package/dist/config-26zalc5o.js +3 -0
- package/dist/config-26zalc5o.js.map +1 -0
- package/dist/{config-Bg6-2Pd-.mjs → config-DwOM2V6u.mjs} +266 -256
- package/dist/config-DwOM2V6u.mjs.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +59 -57
- package/dist/index.mjs.map +1 -1
- package/dist/v2/build_dist.d.ts.map +1 -1
- package/dist/v2/model/block_components.d.ts.map +1 -1
- package/dist/v2/model/block_description.d.ts +190 -1
- package/dist/v2/model/block_description.d.ts.map +1 -1
- package/dist/v2/registry/registry_reader.d.ts.map +1 -1
- package/dist/v2/registry/schema_public.d.ts +147 -0
- package/dist/v2/registry/schema_public.d.ts.map +1 -1
- package/dist/v2/source_package.d.ts.map +1 -1
- package/package.json +6 -4
- package/src/v2/build_dist.ts +4 -1
- package/src/v2/model/block_description.ts +11 -1
- package/src/v2/registry/registry_reader.ts +1 -0
- package/src/v2/source_package.ts +2 -1
- package/dist/config-Bg6-2Pd-.mjs.map +0 -1
- package/dist/config-DPNjt6Gf.js +0 -3
- package/dist/config-DPNjt6Gf.js.map +0 -1
|
@@ -353,6 +353,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
353
353
|
marketplaceRanking?: number | undefined;
|
|
354
354
|
termsOfServiceUrl?: string | undefined;
|
|
355
355
|
}>;
|
|
356
|
+
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>>>;
|
|
356
357
|
}, "strip", z.ZodTypeAny, {
|
|
357
358
|
components: {
|
|
358
359
|
ui: {
|
|
@@ -420,6 +421,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
420
421
|
name: string;
|
|
421
422
|
version: string;
|
|
422
423
|
};
|
|
424
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
423
425
|
}, {
|
|
424
426
|
components: {
|
|
425
427
|
ui: {
|
|
@@ -490,6 +492,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
490
492
|
name: string;
|
|
491
493
|
version: string;
|
|
492
494
|
};
|
|
495
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
493
496
|
}>;
|
|
494
497
|
channels: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
495
498
|
manifestSha256: z.ZodString;
|
|
@@ -561,6 +564,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
561
564
|
name: string;
|
|
562
565
|
version: string;
|
|
563
566
|
};
|
|
567
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
564
568
|
};
|
|
565
569
|
channels: string[];
|
|
566
570
|
manifestSha256: string;
|
|
@@ -635,6 +639,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
|
|
|
635
639
|
name: string;
|
|
636
640
|
version: string;
|
|
637
641
|
};
|
|
642
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
638
643
|
};
|
|
639
644
|
manifestSha256: string;
|
|
640
645
|
channels?: string[] | undefined;
|
|
@@ -985,6 +990,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
985
990
|
marketplaceRanking?: number | undefined;
|
|
986
991
|
termsOfServiceUrl?: string | undefined;
|
|
987
992
|
}>;
|
|
993
|
+
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>>>;
|
|
988
994
|
}, "strip", z.ZodTypeAny, {
|
|
989
995
|
components: {
|
|
990
996
|
ui: {
|
|
@@ -1052,6 +1058,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1052
1058
|
name: string;
|
|
1053
1059
|
version: string;
|
|
1054
1060
|
};
|
|
1061
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
1055
1062
|
}, {
|
|
1056
1063
|
components: {
|
|
1057
1064
|
ui: {
|
|
@@ -1122,6 +1129,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1122
1129
|
name: string;
|
|
1123
1130
|
version: string;
|
|
1124
1131
|
};
|
|
1132
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
1125
1133
|
}>;
|
|
1126
1134
|
channels: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1127
1135
|
manifestSha256: z.ZodString;
|
|
@@ -1193,6 +1201,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1193
1201
|
name: string;
|
|
1194
1202
|
version: string;
|
|
1195
1203
|
};
|
|
1204
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
1196
1205
|
};
|
|
1197
1206
|
channels: string[];
|
|
1198
1207
|
manifestSha256: string;
|
|
@@ -1267,6 +1276,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1267
1276
|
name: string;
|
|
1268
1277
|
version: string;
|
|
1269
1278
|
};
|
|
1279
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
1270
1280
|
};
|
|
1271
1281
|
manifestSha256: string;
|
|
1272
1282
|
channels?: string[] | undefined;
|
|
@@ -1341,6 +1351,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1341
1351
|
name: string;
|
|
1342
1352
|
version: string;
|
|
1343
1353
|
};
|
|
1354
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
1344
1355
|
};
|
|
1345
1356
|
channels: string[];
|
|
1346
1357
|
manifestSha256: string;
|
|
@@ -1418,6 +1429,7 @@ export declare const PackageOverview: z.ZodObject<{
|
|
|
1418
1429
|
name: string;
|
|
1419
1430
|
version: string;
|
|
1420
1431
|
};
|
|
1432
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
1421
1433
|
};
|
|
1422
1434
|
manifestSha256: string;
|
|
1423
1435
|
channels?: string[] | undefined;
|
|
@@ -2692,6 +2704,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
2692
2704
|
marketplaceRanking?: number | undefined;
|
|
2693
2705
|
termsOfServiceUrl?: string | undefined;
|
|
2694
2706
|
}>;
|
|
2707
|
+
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>>>;
|
|
2695
2708
|
}, "strip", z.ZodTypeAny, {
|
|
2696
2709
|
components: {
|
|
2697
2710
|
ui: {
|
|
@@ -2759,6 +2772,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
2759
2772
|
name: string;
|
|
2760
2773
|
version: string;
|
|
2761
2774
|
};
|
|
2775
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
2762
2776
|
}, {
|
|
2763
2777
|
components: {
|
|
2764
2778
|
ui: {
|
|
@@ -2829,6 +2843,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
2829
2843
|
name: string;
|
|
2830
2844
|
version: string;
|
|
2831
2845
|
};
|
|
2846
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
2832
2847
|
}>;
|
|
2833
2848
|
/** @deprecated to be removed at some point, not used, left for compatibility with older versions */
|
|
2834
2849
|
latestManifestSha256: z.ZodString;
|
|
@@ -3175,6 +3190,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3175
3190
|
marketplaceRanking?: number | undefined;
|
|
3176
3191
|
termsOfServiceUrl?: string | undefined;
|
|
3177
3192
|
}>;
|
|
3193
|
+
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>>>;
|
|
3178
3194
|
}, "strip", z.ZodTypeAny, {
|
|
3179
3195
|
components: {
|
|
3180
3196
|
ui: {
|
|
@@ -3242,6 +3258,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3242
3258
|
name: string;
|
|
3243
3259
|
version: string;
|
|
3244
3260
|
};
|
|
3261
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
3245
3262
|
}, {
|
|
3246
3263
|
components: {
|
|
3247
3264
|
ui: {
|
|
@@ -3312,6 +3329,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3312
3329
|
name: string;
|
|
3313
3330
|
version: string;
|
|
3314
3331
|
};
|
|
3332
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
3315
3333
|
}>;
|
|
3316
3334
|
manifestSha256: z.ZodString;
|
|
3317
3335
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3382,6 +3400,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3382
3400
|
name: string;
|
|
3383
3401
|
version: string;
|
|
3384
3402
|
};
|
|
3403
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
3385
3404
|
};
|
|
3386
3405
|
manifestSha256: string;
|
|
3387
3406
|
}, {
|
|
@@ -3455,6 +3474,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3455
3474
|
name: string;
|
|
3456
3475
|
version: string;
|
|
3457
3476
|
};
|
|
3477
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
3458
3478
|
};
|
|
3459
3479
|
manifestSha256: string;
|
|
3460
3480
|
}>>>;
|
|
@@ -3530,6 +3550,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3530
3550
|
name: string;
|
|
3531
3551
|
version: string;
|
|
3532
3552
|
};
|
|
3553
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
3533
3554
|
};
|
|
3534
3555
|
latestManifestSha256: string;
|
|
3535
3556
|
latestByChannel: Record<string, {
|
|
@@ -3600,6 +3621,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3600
3621
|
name: string;
|
|
3601
3622
|
version: string;
|
|
3602
3623
|
};
|
|
3624
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
3603
3625
|
};
|
|
3604
3626
|
manifestSha256: string;
|
|
3605
3627
|
}>;
|
|
@@ -3683,6 +3705,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3683
3705
|
name: string;
|
|
3684
3706
|
version: string;
|
|
3685
3707
|
};
|
|
3708
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
3686
3709
|
};
|
|
3687
3710
|
latestManifestSha256: string;
|
|
3688
3711
|
allVersions?: string[] | undefined;
|
|
@@ -3761,6 +3784,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3761
3784
|
name: string;
|
|
3762
3785
|
version: string;
|
|
3763
3786
|
};
|
|
3787
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
3764
3788
|
};
|
|
3765
3789
|
manifestSha256: string;
|
|
3766
3790
|
}> | undefined;
|
|
@@ -3836,6 +3860,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3836
3860
|
name: string;
|
|
3837
3861
|
version: string;
|
|
3838
3862
|
};
|
|
3863
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
3839
3864
|
};
|
|
3840
3865
|
latestManifestSha256: string;
|
|
3841
3866
|
latestByChannel: Record<string, {
|
|
@@ -3906,6 +3931,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3906
3931
|
name: string;
|
|
3907
3932
|
version: string;
|
|
3908
3933
|
};
|
|
3934
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
3909
3935
|
};
|
|
3910
3936
|
manifestSha256: string;
|
|
3911
3937
|
}>;
|
|
@@ -3989,6 +4015,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
3989
4015
|
name: string;
|
|
3990
4016
|
version: string;
|
|
3991
4017
|
};
|
|
4018
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
3992
4019
|
};
|
|
3993
4020
|
latestManifestSha256: string;
|
|
3994
4021
|
allVersions?: string[] | undefined;
|
|
@@ -4067,6 +4094,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4067
4094
|
name: string;
|
|
4068
4095
|
version: string;
|
|
4069
4096
|
};
|
|
4097
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
4070
4098
|
};
|
|
4071
4099
|
manifestSha256: string;
|
|
4072
4100
|
}> | undefined;
|
|
@@ -4145,6 +4173,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4145
4173
|
name: string;
|
|
4146
4174
|
version: string;
|
|
4147
4175
|
};
|
|
4176
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
4148
4177
|
};
|
|
4149
4178
|
latestManifestSha256: string;
|
|
4150
4179
|
allVersions?: string[] | undefined;
|
|
@@ -4223,6 +4252,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4223
4252
|
name: string;
|
|
4224
4253
|
version: string;
|
|
4225
4254
|
};
|
|
4255
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
4226
4256
|
};
|
|
4227
4257
|
manifestSha256: string;
|
|
4228
4258
|
}> | undefined;
|
|
@@ -4591,6 +4621,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4591
4621
|
marketplaceRanking?: number | undefined;
|
|
4592
4622
|
termsOfServiceUrl?: string | undefined;
|
|
4593
4623
|
}>;
|
|
4624
|
+
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>>>;
|
|
4594
4625
|
}, "strip", z.ZodTypeAny, {
|
|
4595
4626
|
components: {
|
|
4596
4627
|
ui: {
|
|
@@ -4658,6 +4689,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4658
4689
|
name: string;
|
|
4659
4690
|
version: string;
|
|
4660
4691
|
};
|
|
4692
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
4661
4693
|
}, {
|
|
4662
4694
|
components: {
|
|
4663
4695
|
ui: {
|
|
@@ -4728,6 +4760,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
4728
4760
|
name: string;
|
|
4729
4761
|
version: string;
|
|
4730
4762
|
};
|
|
4763
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
4731
4764
|
}>;
|
|
4732
4765
|
latestManifestSha256: z.ZodString;
|
|
4733
4766
|
latestByChannel: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -5073,6 +5106,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5073
5106
|
marketplaceRanking?: number | undefined;
|
|
5074
5107
|
termsOfServiceUrl?: string | undefined;
|
|
5075
5108
|
}>;
|
|
5109
|
+
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>>>;
|
|
5076
5110
|
}, "strip", z.ZodTypeAny, {
|
|
5077
5111
|
components: {
|
|
5078
5112
|
ui: {
|
|
@@ -5140,6 +5174,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5140
5174
|
name: string;
|
|
5141
5175
|
version: string;
|
|
5142
5176
|
};
|
|
5177
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
5143
5178
|
}, {
|
|
5144
5179
|
components: {
|
|
5145
5180
|
ui: {
|
|
@@ -5210,6 +5245,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5210
5245
|
name: string;
|
|
5211
5246
|
version: string;
|
|
5212
5247
|
};
|
|
5248
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
5213
5249
|
}>;
|
|
5214
5250
|
manifestSha256: z.ZodString;
|
|
5215
5251
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5280,6 +5316,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5280
5316
|
name: string;
|
|
5281
5317
|
version: string;
|
|
5282
5318
|
};
|
|
5319
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
5283
5320
|
};
|
|
5284
5321
|
manifestSha256: string;
|
|
5285
5322
|
}, {
|
|
@@ -5353,6 +5390,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5353
5390
|
name: string;
|
|
5354
5391
|
version: string;
|
|
5355
5392
|
};
|
|
5393
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
5356
5394
|
};
|
|
5357
5395
|
manifestSha256: string;
|
|
5358
5396
|
}>>>;
|
|
@@ -5432,6 +5470,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5432
5470
|
name: string;
|
|
5433
5471
|
version: string;
|
|
5434
5472
|
};
|
|
5473
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
5435
5474
|
};
|
|
5436
5475
|
latestManifestSha256: string;
|
|
5437
5476
|
latestByChannel: Record<string, {
|
|
@@ -5502,6 +5541,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5502
5541
|
name: string;
|
|
5503
5542
|
version: string;
|
|
5504
5543
|
};
|
|
5544
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
5505
5545
|
};
|
|
5506
5546
|
manifestSha256: string;
|
|
5507
5547
|
}>;
|
|
@@ -5585,6 +5625,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5585
5625
|
name: string;
|
|
5586
5626
|
version: string;
|
|
5587
5627
|
};
|
|
5628
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
5588
5629
|
};
|
|
5589
5630
|
latestManifestSha256: string;
|
|
5590
5631
|
allVersions?: string[] | undefined;
|
|
@@ -5659,6 +5700,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
|
|
|
5659
5700
|
name: string;
|
|
5660
5701
|
version: string;
|
|
5661
5702
|
};
|
|
5703
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
5662
5704
|
};
|
|
5663
5705
|
manifestSha256: string;
|
|
5664
5706
|
}> | undefined;
|
|
@@ -7189,6 +7231,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7189
7231
|
marketplaceRanking?: number | undefined;
|
|
7190
7232
|
termsOfServiceUrl?: string | undefined;
|
|
7191
7233
|
}>;
|
|
7234
|
+
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>>>;
|
|
7192
7235
|
}, "strip", z.ZodTypeAny, {
|
|
7193
7236
|
components: {
|
|
7194
7237
|
ui: {
|
|
@@ -7256,6 +7299,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7256
7299
|
name: string;
|
|
7257
7300
|
version: string;
|
|
7258
7301
|
};
|
|
7302
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
7259
7303
|
}, {
|
|
7260
7304
|
components: {
|
|
7261
7305
|
ui: {
|
|
@@ -7326,6 +7370,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7326
7370
|
name: string;
|
|
7327
7371
|
version: string;
|
|
7328
7372
|
};
|
|
7373
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
7329
7374
|
}>;
|
|
7330
7375
|
/** @deprecated to be removed at some point, not used, left for compatibility with older versions */
|
|
7331
7376
|
latestManifestSha256: z.ZodString;
|
|
@@ -7672,6 +7717,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7672
7717
|
marketplaceRanking?: number | undefined;
|
|
7673
7718
|
termsOfServiceUrl?: string | undefined;
|
|
7674
7719
|
}>;
|
|
7720
|
+
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>>>;
|
|
7675
7721
|
}, "strip", z.ZodTypeAny, {
|
|
7676
7722
|
components: {
|
|
7677
7723
|
ui: {
|
|
@@ -7739,6 +7785,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7739
7785
|
name: string;
|
|
7740
7786
|
version: string;
|
|
7741
7787
|
};
|
|
7788
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
7742
7789
|
}, {
|
|
7743
7790
|
components: {
|
|
7744
7791
|
ui: {
|
|
@@ -7809,6 +7856,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7809
7856
|
name: string;
|
|
7810
7857
|
version: string;
|
|
7811
7858
|
};
|
|
7859
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
7812
7860
|
}>;
|
|
7813
7861
|
manifestSha256: z.ZodString;
|
|
7814
7862
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7879,6 +7927,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7879
7927
|
name: string;
|
|
7880
7928
|
version: string;
|
|
7881
7929
|
};
|
|
7930
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
7882
7931
|
};
|
|
7883
7932
|
manifestSha256: string;
|
|
7884
7933
|
}, {
|
|
@@ -7952,6 +8001,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
7952
8001
|
name: string;
|
|
7953
8002
|
version: string;
|
|
7954
8003
|
};
|
|
8004
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
7955
8005
|
};
|
|
7956
8006
|
manifestSha256: string;
|
|
7957
8007
|
}>>>;
|
|
@@ -8027,6 +8077,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8027
8077
|
name: string;
|
|
8028
8078
|
version: string;
|
|
8029
8079
|
};
|
|
8080
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
8030
8081
|
};
|
|
8031
8082
|
latestManifestSha256: string;
|
|
8032
8083
|
latestByChannel: Record<string, {
|
|
@@ -8097,6 +8148,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8097
8148
|
name: string;
|
|
8098
8149
|
version: string;
|
|
8099
8150
|
};
|
|
8151
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
8100
8152
|
};
|
|
8101
8153
|
manifestSha256: string;
|
|
8102
8154
|
}>;
|
|
@@ -8180,6 +8232,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8180
8232
|
name: string;
|
|
8181
8233
|
version: string;
|
|
8182
8234
|
};
|
|
8235
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
8183
8236
|
};
|
|
8184
8237
|
latestManifestSha256: string;
|
|
8185
8238
|
allVersions?: string[] | undefined;
|
|
@@ -8258,6 +8311,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8258
8311
|
name: string;
|
|
8259
8312
|
version: string;
|
|
8260
8313
|
};
|
|
8314
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
8261
8315
|
};
|
|
8262
8316
|
manifestSha256: string;
|
|
8263
8317
|
}> | undefined;
|
|
@@ -8333,6 +8387,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8333
8387
|
name: string;
|
|
8334
8388
|
version: string;
|
|
8335
8389
|
};
|
|
8390
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
8336
8391
|
};
|
|
8337
8392
|
latestManifestSha256: string;
|
|
8338
8393
|
latestByChannel: Record<string, {
|
|
@@ -8403,6 +8458,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8403
8458
|
name: string;
|
|
8404
8459
|
version: string;
|
|
8405
8460
|
};
|
|
8461
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
8406
8462
|
};
|
|
8407
8463
|
manifestSha256: string;
|
|
8408
8464
|
}>;
|
|
@@ -8486,6 +8542,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8486
8542
|
name: string;
|
|
8487
8543
|
version: string;
|
|
8488
8544
|
};
|
|
8545
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
8489
8546
|
};
|
|
8490
8547
|
latestManifestSha256: string;
|
|
8491
8548
|
allVersions?: string[] | undefined;
|
|
@@ -8564,6 +8621,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8564
8621
|
name: string;
|
|
8565
8622
|
version: string;
|
|
8566
8623
|
};
|
|
8624
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
8567
8625
|
};
|
|
8568
8626
|
manifestSha256: string;
|
|
8569
8627
|
}> | undefined;
|
|
@@ -8642,6 +8700,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8642
8700
|
name: string;
|
|
8643
8701
|
version: string;
|
|
8644
8702
|
};
|
|
8703
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
8645
8704
|
};
|
|
8646
8705
|
latestManifestSha256: string;
|
|
8647
8706
|
allVersions?: string[] | undefined;
|
|
@@ -8720,6 +8779,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
8720
8779
|
name: string;
|
|
8721
8780
|
version: string;
|
|
8722
8781
|
};
|
|
8782
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
8723
8783
|
};
|
|
8724
8784
|
manifestSha256: string;
|
|
8725
8785
|
}> | undefined;
|
|
@@ -9088,6 +9148,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9088
9148
|
marketplaceRanking?: number | undefined;
|
|
9089
9149
|
termsOfServiceUrl?: string | undefined;
|
|
9090
9150
|
}>;
|
|
9151
|
+
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>>>;
|
|
9091
9152
|
}, "strip", z.ZodTypeAny, {
|
|
9092
9153
|
components: {
|
|
9093
9154
|
ui: {
|
|
@@ -9155,6 +9216,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9155
9216
|
name: string;
|
|
9156
9217
|
version: string;
|
|
9157
9218
|
};
|
|
9219
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
9158
9220
|
}, {
|
|
9159
9221
|
components: {
|
|
9160
9222
|
ui: {
|
|
@@ -9225,6 +9287,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9225
9287
|
name: string;
|
|
9226
9288
|
version: string;
|
|
9227
9289
|
};
|
|
9290
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
9228
9291
|
}>;
|
|
9229
9292
|
latestManifestSha256: z.ZodString;
|
|
9230
9293
|
latestByChannel: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -9570,6 +9633,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9570
9633
|
marketplaceRanking?: number | undefined;
|
|
9571
9634
|
termsOfServiceUrl?: string | undefined;
|
|
9572
9635
|
}>;
|
|
9636
|
+
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>>>;
|
|
9573
9637
|
}, "strip", z.ZodTypeAny, {
|
|
9574
9638
|
components: {
|
|
9575
9639
|
ui: {
|
|
@@ -9637,6 +9701,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9637
9701
|
name: string;
|
|
9638
9702
|
version: string;
|
|
9639
9703
|
};
|
|
9704
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
9640
9705
|
}, {
|
|
9641
9706
|
components: {
|
|
9642
9707
|
ui: {
|
|
@@ -9707,6 +9772,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9707
9772
|
name: string;
|
|
9708
9773
|
version: string;
|
|
9709
9774
|
};
|
|
9775
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
9710
9776
|
}>;
|
|
9711
9777
|
manifestSha256: z.ZodString;
|
|
9712
9778
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9777,6 +9843,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9777
9843
|
name: string;
|
|
9778
9844
|
version: string;
|
|
9779
9845
|
};
|
|
9846
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
9780
9847
|
};
|
|
9781
9848
|
manifestSha256: string;
|
|
9782
9849
|
}, {
|
|
@@ -9850,6 +9917,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9850
9917
|
name: string;
|
|
9851
9918
|
version: string;
|
|
9852
9919
|
};
|
|
9920
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
9853
9921
|
};
|
|
9854
9922
|
manifestSha256: string;
|
|
9855
9923
|
}>>>;
|
|
@@ -9929,6 +9997,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9929
9997
|
name: string;
|
|
9930
9998
|
version: string;
|
|
9931
9999
|
};
|
|
10000
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
9932
10001
|
};
|
|
9933
10002
|
latestManifestSha256: string;
|
|
9934
10003
|
latestByChannel: Record<string, {
|
|
@@ -9999,6 +10068,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
9999
10068
|
name: string;
|
|
10000
10069
|
version: string;
|
|
10001
10070
|
};
|
|
10071
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
10002
10072
|
};
|
|
10003
10073
|
manifestSha256: string;
|
|
10004
10074
|
}>;
|
|
@@ -10082,6 +10152,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10082
10152
|
name: string;
|
|
10083
10153
|
version: string;
|
|
10084
10154
|
};
|
|
10155
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
10085
10156
|
};
|
|
10086
10157
|
latestManifestSha256: string;
|
|
10087
10158
|
allVersions?: string[] | undefined;
|
|
@@ -10156,6 +10227,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10156
10227
|
name: string;
|
|
10157
10228
|
version: string;
|
|
10158
10229
|
};
|
|
10230
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
10159
10231
|
};
|
|
10160
10232
|
manifestSha256: string;
|
|
10161
10233
|
}> | undefined;
|
|
@@ -10238,6 +10310,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10238
10310
|
name: string;
|
|
10239
10311
|
version: string;
|
|
10240
10312
|
};
|
|
10313
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
10241
10314
|
};
|
|
10242
10315
|
latestManifestSha256: string;
|
|
10243
10316
|
latestByChannel: Record<string, {
|
|
@@ -10308,6 +10381,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10308
10381
|
name: string;
|
|
10309
10382
|
version: string;
|
|
10310
10383
|
};
|
|
10384
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
10311
10385
|
};
|
|
10312
10386
|
manifestSha256: string;
|
|
10313
10387
|
}>;
|
|
@@ -10390,6 +10464,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10390
10464
|
name: string;
|
|
10391
10465
|
version: string;
|
|
10392
10466
|
};
|
|
10467
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
10393
10468
|
};
|
|
10394
10469
|
latestManifestSha256: string;
|
|
10395
10470
|
allVersions?: string[] | undefined;
|
|
@@ -10468,6 +10543,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
|
|
|
10468
10543
|
name: string;
|
|
10469
10544
|
version: string;
|
|
10470
10545
|
};
|
|
10546
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
10471
10547
|
};
|
|
10472
10548
|
manifestSha256: string;
|
|
10473
10549
|
}> | undefined;
|
|
@@ -10841,6 +10917,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
10841
10917
|
marketplaceRanking?: number | undefined;
|
|
10842
10918
|
termsOfServiceUrl?: string | undefined;
|
|
10843
10919
|
}>;
|
|
10920
|
+
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>>>;
|
|
10844
10921
|
}, "strip", z.ZodTypeAny, {
|
|
10845
10922
|
id: {
|
|
10846
10923
|
organization: string;
|
|
@@ -10896,6 +10973,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
10896
10973
|
marketplaceRanking?: number | undefined;
|
|
10897
10974
|
termsOfServiceUrl?: string | undefined;
|
|
10898
10975
|
};
|
|
10976
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
10899
10977
|
}, {
|
|
10900
10978
|
id: {
|
|
10901
10979
|
organization: string;
|
|
@@ -10966,6 +11044,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
|
|
|
10966
11044
|
marketplaceRanking?: number | undefined;
|
|
10967
11045
|
termsOfServiceUrl?: string | undefined;
|
|
10968
11046
|
};
|
|
11047
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
10969
11048
|
}>;
|
|
10970
11049
|
export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeContentReader): z.ZodObject<{
|
|
10971
11050
|
schema: z.ZodLiteral<"v2">;
|
|
@@ -11361,6 +11440,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11361
11440
|
marketplaceRanking?: number | undefined;
|
|
11362
11441
|
termsOfServiceUrl?: string | undefined;
|
|
11363
11442
|
}>;
|
|
11443
|
+
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>>>;
|
|
11364
11444
|
}, "strip", z.ZodTypeAny, {
|
|
11365
11445
|
id: {
|
|
11366
11446
|
organization: string;
|
|
@@ -11416,6 +11496,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11416
11496
|
marketplaceRanking?: number | undefined;
|
|
11417
11497
|
termsOfServiceUrl?: string | undefined;
|
|
11418
11498
|
};
|
|
11499
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
11419
11500
|
}, {
|
|
11420
11501
|
id: {
|
|
11421
11502
|
organization: string;
|
|
@@ -11486,6 +11567,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11486
11567
|
marketplaceRanking?: number | undefined;
|
|
11487
11568
|
termsOfServiceUrl?: string | undefined;
|
|
11488
11569
|
};
|
|
11570
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
11489
11571
|
}>;
|
|
11490
11572
|
/** @deprecated to be removed at some point, not used, left for compatibility with older versions */
|
|
11491
11573
|
latestManifestSha256: z.ZodString;
|
|
@@ -11857,6 +11939,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11857
11939
|
marketplaceRanking?: number | undefined;
|
|
11858
11940
|
termsOfServiceUrl?: string | undefined;
|
|
11859
11941
|
}>;
|
|
11942
|
+
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>>>;
|
|
11860
11943
|
}, "strip", z.ZodTypeAny, {
|
|
11861
11944
|
id: {
|
|
11862
11945
|
organization: string;
|
|
@@ -11912,6 +11995,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11912
11995
|
marketplaceRanking?: number | undefined;
|
|
11913
11996
|
termsOfServiceUrl?: string | undefined;
|
|
11914
11997
|
};
|
|
11998
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
11915
11999
|
}, {
|
|
11916
12000
|
id: {
|
|
11917
12001
|
organization: string;
|
|
@@ -11982,6 +12066,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
11982
12066
|
marketplaceRanking?: number | undefined;
|
|
11983
12067
|
termsOfServiceUrl?: string | undefined;
|
|
11984
12068
|
};
|
|
12069
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
11985
12070
|
}>;
|
|
11986
12071
|
manifestSha256: z.ZodString;
|
|
11987
12072
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12040,6 +12125,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12040
12125
|
marketplaceRanking?: number | undefined;
|
|
12041
12126
|
termsOfServiceUrl?: string | undefined;
|
|
12042
12127
|
};
|
|
12128
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
12043
12129
|
};
|
|
12044
12130
|
manifestSha256: string;
|
|
12045
12131
|
}, {
|
|
@@ -12113,6 +12199,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12113
12199
|
marketplaceRanking?: number | undefined;
|
|
12114
12200
|
termsOfServiceUrl?: string | undefined;
|
|
12115
12201
|
};
|
|
12202
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
12116
12203
|
};
|
|
12117
12204
|
manifestSha256: string;
|
|
12118
12205
|
}>>>;
|
|
@@ -12176,6 +12263,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12176
12263
|
marketplaceRanking?: number | undefined;
|
|
12177
12264
|
termsOfServiceUrl?: string | undefined;
|
|
12178
12265
|
};
|
|
12266
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
12179
12267
|
};
|
|
12180
12268
|
latestManifestSha256: string;
|
|
12181
12269
|
latestByChannel: Record<string, {
|
|
@@ -12234,6 +12322,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12234
12322
|
marketplaceRanking?: number | undefined;
|
|
12235
12323
|
termsOfServiceUrl?: string | undefined;
|
|
12236
12324
|
};
|
|
12325
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
12237
12326
|
};
|
|
12238
12327
|
manifestSha256: string;
|
|
12239
12328
|
}>;
|
|
@@ -12317,6 +12406,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12317
12406
|
marketplaceRanking?: number | undefined;
|
|
12318
12407
|
termsOfServiceUrl?: string | undefined;
|
|
12319
12408
|
};
|
|
12409
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
12320
12410
|
};
|
|
12321
12411
|
latestManifestSha256: string;
|
|
12322
12412
|
allVersions?: string[] | undefined;
|
|
@@ -12395,6 +12485,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12395
12485
|
marketplaceRanking?: number | undefined;
|
|
12396
12486
|
termsOfServiceUrl?: string | undefined;
|
|
12397
12487
|
};
|
|
12488
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
12398
12489
|
};
|
|
12399
12490
|
manifestSha256: string;
|
|
12400
12491
|
}> | undefined;
|
|
@@ -12458,6 +12549,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12458
12549
|
marketplaceRanking?: number | undefined;
|
|
12459
12550
|
termsOfServiceUrl?: string | undefined;
|
|
12460
12551
|
};
|
|
12552
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
12461
12553
|
};
|
|
12462
12554
|
latestManifestSha256: string;
|
|
12463
12555
|
latestByChannel: Record<string, {
|
|
@@ -12516,6 +12608,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12516
12608
|
marketplaceRanking?: number | undefined;
|
|
12517
12609
|
termsOfServiceUrl?: string | undefined;
|
|
12518
12610
|
};
|
|
12611
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
12519
12612
|
};
|
|
12520
12613
|
manifestSha256: string;
|
|
12521
12614
|
}>;
|
|
@@ -12599,6 +12692,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12599
12692
|
marketplaceRanking?: number | undefined;
|
|
12600
12693
|
termsOfServiceUrl?: string | undefined;
|
|
12601
12694
|
};
|
|
12695
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
12602
12696
|
};
|
|
12603
12697
|
latestManifestSha256: string;
|
|
12604
12698
|
allVersions?: string[] | undefined;
|
|
@@ -12677,6 +12771,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12677
12771
|
marketplaceRanking?: number | undefined;
|
|
12678
12772
|
termsOfServiceUrl?: string | undefined;
|
|
12679
12773
|
};
|
|
12774
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
12680
12775
|
};
|
|
12681
12776
|
manifestSha256: string;
|
|
12682
12777
|
}> | undefined;
|
|
@@ -12755,6 +12850,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12755
12850
|
marketplaceRanking?: number | undefined;
|
|
12756
12851
|
termsOfServiceUrl?: string | undefined;
|
|
12757
12852
|
};
|
|
12853
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
12758
12854
|
};
|
|
12759
12855
|
latestManifestSha256: string;
|
|
12760
12856
|
allVersions?: string[] | undefined;
|
|
@@ -12833,6 +12929,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
12833
12929
|
marketplaceRanking?: number | undefined;
|
|
12834
12930
|
termsOfServiceUrl?: string | undefined;
|
|
12835
12931
|
};
|
|
12932
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
12836
12933
|
};
|
|
12837
12934
|
manifestSha256: string;
|
|
12838
12935
|
}> | undefined;
|
|
@@ -13226,6 +13323,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13226
13323
|
marketplaceRanking?: number | undefined;
|
|
13227
13324
|
termsOfServiceUrl?: string | undefined;
|
|
13228
13325
|
}>;
|
|
13326
|
+
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>>>;
|
|
13229
13327
|
}, "strip", z.ZodTypeAny, {
|
|
13230
13328
|
id: {
|
|
13231
13329
|
organization: string;
|
|
@@ -13281,6 +13379,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13281
13379
|
marketplaceRanking?: number | undefined;
|
|
13282
13380
|
termsOfServiceUrl?: string | undefined;
|
|
13283
13381
|
};
|
|
13382
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
13284
13383
|
}, {
|
|
13285
13384
|
id: {
|
|
13286
13385
|
organization: string;
|
|
@@ -13351,6 +13450,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13351
13450
|
marketplaceRanking?: number | undefined;
|
|
13352
13451
|
termsOfServiceUrl?: string | undefined;
|
|
13353
13452
|
};
|
|
13453
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
13354
13454
|
}>;
|
|
13355
13455
|
latestManifestSha256: z.ZodString;
|
|
13356
13456
|
latestByChannel: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -13721,6 +13821,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13721
13821
|
marketplaceRanking?: number | undefined;
|
|
13722
13822
|
termsOfServiceUrl?: string | undefined;
|
|
13723
13823
|
}>;
|
|
13824
|
+
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>>>;
|
|
13724
13825
|
}, "strip", z.ZodTypeAny, {
|
|
13725
13826
|
id: {
|
|
13726
13827
|
organization: string;
|
|
@@ -13776,6 +13877,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13776
13877
|
marketplaceRanking?: number | undefined;
|
|
13777
13878
|
termsOfServiceUrl?: string | undefined;
|
|
13778
13879
|
};
|
|
13880
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
13779
13881
|
}, {
|
|
13780
13882
|
id: {
|
|
13781
13883
|
organization: string;
|
|
@@ -13846,6 +13948,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13846
13948
|
marketplaceRanking?: number | undefined;
|
|
13847
13949
|
termsOfServiceUrl?: string | undefined;
|
|
13848
13950
|
};
|
|
13951
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
13849
13952
|
}>;
|
|
13850
13953
|
manifestSha256: z.ZodString;
|
|
13851
13954
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13904,6 +14007,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13904
14007
|
marketplaceRanking?: number | undefined;
|
|
13905
14008
|
termsOfServiceUrl?: string | undefined;
|
|
13906
14009
|
};
|
|
14010
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
13907
14011
|
};
|
|
13908
14012
|
manifestSha256: string;
|
|
13909
14013
|
}, {
|
|
@@ -13977,6 +14081,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
13977
14081
|
marketplaceRanking?: number | undefined;
|
|
13978
14082
|
termsOfServiceUrl?: string | undefined;
|
|
13979
14083
|
};
|
|
14084
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
13980
14085
|
};
|
|
13981
14086
|
manifestSha256: string;
|
|
13982
14087
|
}>>>;
|
|
@@ -14044,6 +14149,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14044
14149
|
marketplaceRanking?: number | undefined;
|
|
14045
14150
|
termsOfServiceUrl?: string | undefined;
|
|
14046
14151
|
};
|
|
14152
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
14047
14153
|
};
|
|
14048
14154
|
latestManifestSha256: string;
|
|
14049
14155
|
latestByChannel: Record<string, {
|
|
@@ -14102,6 +14208,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14102
14208
|
marketplaceRanking?: number | undefined;
|
|
14103
14209
|
termsOfServiceUrl?: string | undefined;
|
|
14104
14210
|
};
|
|
14211
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
14105
14212
|
};
|
|
14106
14213
|
manifestSha256: string;
|
|
14107
14214
|
}>;
|
|
@@ -14185,6 +14292,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14185
14292
|
marketplaceRanking?: number | undefined;
|
|
14186
14293
|
termsOfServiceUrl?: string | undefined;
|
|
14187
14294
|
};
|
|
14295
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
14188
14296
|
};
|
|
14189
14297
|
latestManifestSha256: string;
|
|
14190
14298
|
allVersions?: string[] | undefined;
|
|
@@ -14259,6 +14367,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14259
14367
|
marketplaceRanking?: number | undefined;
|
|
14260
14368
|
termsOfServiceUrl?: string | undefined;
|
|
14261
14369
|
};
|
|
14370
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
14262
14371
|
};
|
|
14263
14372
|
manifestSha256: string;
|
|
14264
14373
|
}> | undefined;
|
|
@@ -14329,6 +14438,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14329
14438
|
marketplaceRanking?: number | undefined;
|
|
14330
14439
|
termsOfServiceUrl?: string | undefined;
|
|
14331
14440
|
};
|
|
14441
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
14332
14442
|
};
|
|
14333
14443
|
latestManifestSha256: string;
|
|
14334
14444
|
latestByChannel: Record<string, {
|
|
@@ -14387,6 +14497,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14387
14497
|
marketplaceRanking?: number | undefined;
|
|
14388
14498
|
termsOfServiceUrl?: string | undefined;
|
|
14389
14499
|
};
|
|
14500
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
14390
14501
|
};
|
|
14391
14502
|
manifestSha256: string;
|
|
14392
14503
|
}>;
|
|
@@ -14469,6 +14580,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14469
14580
|
marketplaceRanking?: number | undefined;
|
|
14470
14581
|
termsOfServiceUrl?: string | undefined;
|
|
14471
14582
|
};
|
|
14583
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
14472
14584
|
};
|
|
14473
14585
|
latestManifestSha256: string;
|
|
14474
14586
|
allVersions?: string[] | undefined;
|
|
@@ -14547,6 +14659,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
|
|
|
14547
14659
|
marketplaceRanking?: number | undefined;
|
|
14548
14660
|
termsOfServiceUrl?: string | undefined;
|
|
14549
14661
|
};
|
|
14662
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
14550
14663
|
};
|
|
14551
14664
|
manifestSha256: string;
|
|
14552
14665
|
}> | undefined;
|
|
@@ -14947,6 +15060,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
14947
15060
|
marketplaceRanking?: number | undefined;
|
|
14948
15061
|
termsOfServiceUrl?: string | undefined;
|
|
14949
15062
|
}>;
|
|
15063
|
+
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>>>;
|
|
14950
15064
|
}, "strip", z.ZodTypeAny, {
|
|
14951
15065
|
id: {
|
|
14952
15066
|
organization: string;
|
|
@@ -15002,6 +15116,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15002
15116
|
marketplaceRanking?: number | undefined;
|
|
15003
15117
|
termsOfServiceUrl?: string | undefined;
|
|
15004
15118
|
};
|
|
15119
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
15005
15120
|
}, {
|
|
15006
15121
|
id: {
|
|
15007
15122
|
organization: string;
|
|
@@ -15072,6 +15187,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15072
15187
|
marketplaceRanking?: number | undefined;
|
|
15073
15188
|
termsOfServiceUrl?: string | undefined;
|
|
15074
15189
|
};
|
|
15190
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
15075
15191
|
}>;
|
|
15076
15192
|
/** @deprecated to be removed at some point, not used, left for compatibility with older versions */
|
|
15077
15193
|
latestManifestSha256: z.ZodString;
|
|
@@ -15443,6 +15559,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15443
15559
|
marketplaceRanking?: number | undefined;
|
|
15444
15560
|
termsOfServiceUrl?: string | undefined;
|
|
15445
15561
|
}>;
|
|
15562
|
+
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>>>;
|
|
15446
15563
|
}, "strip", z.ZodTypeAny, {
|
|
15447
15564
|
id: {
|
|
15448
15565
|
organization: string;
|
|
@@ -15498,6 +15615,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15498
15615
|
marketplaceRanking?: number | undefined;
|
|
15499
15616
|
termsOfServiceUrl?: string | undefined;
|
|
15500
15617
|
};
|
|
15618
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
15501
15619
|
}, {
|
|
15502
15620
|
id: {
|
|
15503
15621
|
organization: string;
|
|
@@ -15568,6 +15686,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15568
15686
|
marketplaceRanking?: number | undefined;
|
|
15569
15687
|
termsOfServiceUrl?: string | undefined;
|
|
15570
15688
|
};
|
|
15689
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
15571
15690
|
}>;
|
|
15572
15691
|
manifestSha256: z.ZodString;
|
|
15573
15692
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15626,6 +15745,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15626
15745
|
marketplaceRanking?: number | undefined;
|
|
15627
15746
|
termsOfServiceUrl?: string | undefined;
|
|
15628
15747
|
};
|
|
15748
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
15629
15749
|
};
|
|
15630
15750
|
manifestSha256: string;
|
|
15631
15751
|
}, {
|
|
@@ -15699,6 +15819,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15699
15819
|
marketplaceRanking?: number | undefined;
|
|
15700
15820
|
termsOfServiceUrl?: string | undefined;
|
|
15701
15821
|
};
|
|
15822
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
15702
15823
|
};
|
|
15703
15824
|
manifestSha256: string;
|
|
15704
15825
|
}>>>;
|
|
@@ -15762,6 +15883,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15762
15883
|
marketplaceRanking?: number | undefined;
|
|
15763
15884
|
termsOfServiceUrl?: string | undefined;
|
|
15764
15885
|
};
|
|
15886
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
15765
15887
|
};
|
|
15766
15888
|
latestManifestSha256: string;
|
|
15767
15889
|
latestByChannel: Record<string, {
|
|
@@ -15820,6 +15942,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15820
15942
|
marketplaceRanking?: number | undefined;
|
|
15821
15943
|
termsOfServiceUrl?: string | undefined;
|
|
15822
15944
|
};
|
|
15945
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
15823
15946
|
};
|
|
15824
15947
|
manifestSha256: string;
|
|
15825
15948
|
}>;
|
|
@@ -15903,6 +16026,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15903
16026
|
marketplaceRanking?: number | undefined;
|
|
15904
16027
|
termsOfServiceUrl?: string | undefined;
|
|
15905
16028
|
};
|
|
16029
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
15906
16030
|
};
|
|
15907
16031
|
latestManifestSha256: string;
|
|
15908
16032
|
allVersions?: string[] | undefined;
|
|
@@ -15981,6 +16105,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
15981
16105
|
marketplaceRanking?: number | undefined;
|
|
15982
16106
|
termsOfServiceUrl?: string | undefined;
|
|
15983
16107
|
};
|
|
16108
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
15984
16109
|
};
|
|
15985
16110
|
manifestSha256: string;
|
|
15986
16111
|
}> | undefined;
|
|
@@ -16044,6 +16169,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16044
16169
|
marketplaceRanking?: number | undefined;
|
|
16045
16170
|
termsOfServiceUrl?: string | undefined;
|
|
16046
16171
|
};
|
|
16172
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
16047
16173
|
};
|
|
16048
16174
|
latestManifestSha256: string;
|
|
16049
16175
|
latestByChannel: Record<string, {
|
|
@@ -16102,6 +16228,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16102
16228
|
marketplaceRanking?: number | undefined;
|
|
16103
16229
|
termsOfServiceUrl?: string | undefined;
|
|
16104
16230
|
};
|
|
16231
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
16105
16232
|
};
|
|
16106
16233
|
manifestSha256: string;
|
|
16107
16234
|
}>;
|
|
@@ -16185,6 +16312,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16185
16312
|
marketplaceRanking?: number | undefined;
|
|
16186
16313
|
termsOfServiceUrl?: string | undefined;
|
|
16187
16314
|
};
|
|
16315
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
16188
16316
|
};
|
|
16189
16317
|
latestManifestSha256: string;
|
|
16190
16318
|
allVersions?: string[] | undefined;
|
|
@@ -16263,6 +16391,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16263
16391
|
marketplaceRanking?: number | undefined;
|
|
16264
16392
|
termsOfServiceUrl?: string | undefined;
|
|
16265
16393
|
};
|
|
16394
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
16266
16395
|
};
|
|
16267
16396
|
manifestSha256: string;
|
|
16268
16397
|
}> | undefined;
|
|
@@ -16341,6 +16470,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16341
16470
|
marketplaceRanking?: number | undefined;
|
|
16342
16471
|
termsOfServiceUrl?: string | undefined;
|
|
16343
16472
|
};
|
|
16473
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
16344
16474
|
};
|
|
16345
16475
|
latestManifestSha256: string;
|
|
16346
16476
|
allVersions?: string[] | undefined;
|
|
@@ -16419,6 +16549,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16419
16549
|
marketplaceRanking?: number | undefined;
|
|
16420
16550
|
termsOfServiceUrl?: string | undefined;
|
|
16421
16551
|
};
|
|
16552
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
16422
16553
|
};
|
|
16423
16554
|
manifestSha256: string;
|
|
16424
16555
|
}> | undefined;
|
|
@@ -16812,6 +16943,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16812
16943
|
marketplaceRanking?: number | undefined;
|
|
16813
16944
|
termsOfServiceUrl?: string | undefined;
|
|
16814
16945
|
}>;
|
|
16946
|
+
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>>>;
|
|
16815
16947
|
}, "strip", z.ZodTypeAny, {
|
|
16816
16948
|
id: {
|
|
16817
16949
|
organization: string;
|
|
@@ -16867,6 +16999,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16867
16999
|
marketplaceRanking?: number | undefined;
|
|
16868
17000
|
termsOfServiceUrl?: string | undefined;
|
|
16869
17001
|
};
|
|
17002
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
16870
17003
|
}, {
|
|
16871
17004
|
id: {
|
|
16872
17005
|
organization: string;
|
|
@@ -16937,6 +17070,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
16937
17070
|
marketplaceRanking?: number | undefined;
|
|
16938
17071
|
termsOfServiceUrl?: string | undefined;
|
|
16939
17072
|
};
|
|
17073
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
16940
17074
|
}>;
|
|
16941
17075
|
latestManifestSha256: z.ZodString;
|
|
16942
17076
|
latestByChannel: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -17307,6 +17441,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17307
17441
|
marketplaceRanking?: number | undefined;
|
|
17308
17442
|
termsOfServiceUrl?: string | undefined;
|
|
17309
17443
|
}>;
|
|
17444
|
+
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>>>;
|
|
17310
17445
|
}, "strip", z.ZodTypeAny, {
|
|
17311
17446
|
id: {
|
|
17312
17447
|
organization: string;
|
|
@@ -17362,6 +17497,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17362
17497
|
marketplaceRanking?: number | undefined;
|
|
17363
17498
|
termsOfServiceUrl?: string | undefined;
|
|
17364
17499
|
};
|
|
17500
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
17365
17501
|
}, {
|
|
17366
17502
|
id: {
|
|
17367
17503
|
organization: string;
|
|
@@ -17432,6 +17568,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17432
17568
|
marketplaceRanking?: number | undefined;
|
|
17433
17569
|
termsOfServiceUrl?: string | undefined;
|
|
17434
17570
|
};
|
|
17571
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
17435
17572
|
}>;
|
|
17436
17573
|
manifestSha256: z.ZodString;
|
|
17437
17574
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -17490,6 +17627,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17490
17627
|
marketplaceRanking?: number | undefined;
|
|
17491
17628
|
termsOfServiceUrl?: string | undefined;
|
|
17492
17629
|
};
|
|
17630
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
17493
17631
|
};
|
|
17494
17632
|
manifestSha256: string;
|
|
17495
17633
|
}, {
|
|
@@ -17563,6 +17701,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17563
17701
|
marketplaceRanking?: number | undefined;
|
|
17564
17702
|
termsOfServiceUrl?: string | undefined;
|
|
17565
17703
|
};
|
|
17704
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
17566
17705
|
};
|
|
17567
17706
|
manifestSha256: string;
|
|
17568
17707
|
}>>>;
|
|
@@ -17630,6 +17769,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17630
17769
|
marketplaceRanking?: number | undefined;
|
|
17631
17770
|
termsOfServiceUrl?: string | undefined;
|
|
17632
17771
|
};
|
|
17772
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
17633
17773
|
};
|
|
17634
17774
|
latestManifestSha256: string;
|
|
17635
17775
|
latestByChannel: Record<string, {
|
|
@@ -17688,6 +17828,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17688
17828
|
marketplaceRanking?: number | undefined;
|
|
17689
17829
|
termsOfServiceUrl?: string | undefined;
|
|
17690
17830
|
};
|
|
17831
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
17691
17832
|
};
|
|
17692
17833
|
manifestSha256: string;
|
|
17693
17834
|
}>;
|
|
@@ -17771,6 +17912,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17771
17912
|
marketplaceRanking?: number | undefined;
|
|
17772
17913
|
termsOfServiceUrl?: string | undefined;
|
|
17773
17914
|
};
|
|
17915
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
17774
17916
|
};
|
|
17775
17917
|
latestManifestSha256: string;
|
|
17776
17918
|
allVersions?: string[] | undefined;
|
|
@@ -17845,6 +17987,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17845
17987
|
marketplaceRanking?: number | undefined;
|
|
17846
17988
|
termsOfServiceUrl?: string | undefined;
|
|
17847
17989
|
};
|
|
17990
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
17848
17991
|
};
|
|
17849
17992
|
manifestSha256: string;
|
|
17850
17993
|
}> | undefined;
|
|
@@ -17915,6 +18058,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17915
18058
|
marketplaceRanking?: number | undefined;
|
|
17916
18059
|
termsOfServiceUrl?: string | undefined;
|
|
17917
18060
|
};
|
|
18061
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
17918
18062
|
};
|
|
17919
18063
|
latestManifestSha256: string;
|
|
17920
18064
|
latestByChannel: Record<string, {
|
|
@@ -17973,6 +18117,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
17973
18117
|
marketplaceRanking?: number | undefined;
|
|
17974
18118
|
termsOfServiceUrl?: string | undefined;
|
|
17975
18119
|
};
|
|
18120
|
+
featureFlags?: import('@milaboratories/pl-model-common').BlockCodeKnownFeatureFlags | undefined;
|
|
17976
18121
|
};
|
|
17977
18122
|
manifestSha256: string;
|
|
17978
18123
|
}>;
|
|
@@ -18055,6 +18200,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18055
18200
|
marketplaceRanking?: number | undefined;
|
|
18056
18201
|
termsOfServiceUrl?: string | undefined;
|
|
18057
18202
|
};
|
|
18203
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
18058
18204
|
};
|
|
18059
18205
|
latestManifestSha256: string;
|
|
18060
18206
|
allVersions?: string[] | undefined;
|
|
@@ -18133,6 +18279,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
|
|
|
18133
18279
|
marketplaceRanking?: number | undefined;
|
|
18134
18280
|
termsOfServiceUrl?: string | undefined;
|
|
18135
18281
|
};
|
|
18282
|
+
featureFlags?: Record<string, number | boolean> | undefined;
|
|
18136
18283
|
};
|
|
18137
18284
|
manifestSha256: string;
|
|
18138
18285
|
}> | undefined;
|