@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.
@@ -265,6 +265,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
265
265
  } | undefined;
266
266
  }>;
267
267
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
268
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
268
269
  }, "strip", z.ZodTypeAny, {
269
270
  organization: {
270
271
  url: string;
@@ -307,6 +308,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
307
308
  support?: string | undefined;
308
309
  tags?: string[] | undefined;
309
310
  marketplaceRanking?: number | undefined;
311
+ termsOfServiceUrl?: string | undefined;
310
312
  }, {
311
313
  organization: {
312
314
  url: string;
@@ -349,6 +351,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
349
351
  support?: string | undefined;
350
352
  tags?: string[] | undefined;
351
353
  marketplaceRanking?: number | undefined;
354
+ termsOfServiceUrl?: string | undefined;
352
355
  }>;
353
356
  }, "strip", z.ZodTypeAny, {
354
357
  components: {
@@ -410,6 +413,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
410
413
  support?: string | undefined;
411
414
  tags?: string[] | undefined;
412
415
  marketplaceRanking?: number | undefined;
416
+ termsOfServiceUrl?: string | undefined;
413
417
  };
414
418
  id: {
415
419
  organization: string;
@@ -479,6 +483,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
479
483
  support?: string | undefined;
480
484
  tags?: string[] | undefined;
481
485
  marketplaceRanking?: number | undefined;
486
+ termsOfServiceUrl?: string | undefined;
482
487
  };
483
488
  id: {
484
489
  organization: string;
@@ -549,6 +554,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
549
554
  support?: string | undefined;
550
555
  tags?: string[] | undefined;
551
556
  marketplaceRanking?: number | undefined;
557
+ termsOfServiceUrl?: string | undefined;
552
558
  };
553
559
  id: {
554
560
  organization: string;
@@ -622,6 +628,7 @@ export declare const PackageOverviewVersionEntry: z.ZodObject<{
622
628
  support?: string | undefined;
623
629
  tags?: string[] | undefined;
624
630
  marketplaceRanking?: number | undefined;
631
+ termsOfServiceUrl?: string | undefined;
625
632
  };
626
633
  id: {
627
634
  organization: string;
@@ -890,6 +897,7 @@ export declare const PackageOverview: z.ZodObject<{
890
897
  } | undefined;
891
898
  }>;
892
899
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
900
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
893
901
  }, "strip", z.ZodTypeAny, {
894
902
  organization: {
895
903
  url: string;
@@ -932,6 +940,7 @@ export declare const PackageOverview: z.ZodObject<{
932
940
  support?: string | undefined;
933
941
  tags?: string[] | undefined;
934
942
  marketplaceRanking?: number | undefined;
943
+ termsOfServiceUrl?: string | undefined;
935
944
  }, {
936
945
  organization: {
937
946
  url: string;
@@ -974,6 +983,7 @@ export declare const PackageOverview: z.ZodObject<{
974
983
  support?: string | undefined;
975
984
  tags?: string[] | undefined;
976
985
  marketplaceRanking?: number | undefined;
986
+ termsOfServiceUrl?: string | undefined;
977
987
  }>;
978
988
  }, "strip", z.ZodTypeAny, {
979
989
  components: {
@@ -1035,6 +1045,7 @@ export declare const PackageOverview: z.ZodObject<{
1035
1045
  support?: string | undefined;
1036
1046
  tags?: string[] | undefined;
1037
1047
  marketplaceRanking?: number | undefined;
1048
+ termsOfServiceUrl?: string | undefined;
1038
1049
  };
1039
1050
  id: {
1040
1051
  organization: string;
@@ -1104,6 +1115,7 @@ export declare const PackageOverview: z.ZodObject<{
1104
1115
  support?: string | undefined;
1105
1116
  tags?: string[] | undefined;
1106
1117
  marketplaceRanking?: number | undefined;
1118
+ termsOfServiceUrl?: string | undefined;
1107
1119
  };
1108
1120
  id: {
1109
1121
  organization: string;
@@ -1174,6 +1186,7 @@ export declare const PackageOverview: z.ZodObject<{
1174
1186
  support?: string | undefined;
1175
1187
  tags?: string[] | undefined;
1176
1188
  marketplaceRanking?: number | undefined;
1189
+ termsOfServiceUrl?: string | undefined;
1177
1190
  };
1178
1191
  id: {
1179
1192
  organization: string;
@@ -1247,6 +1260,7 @@ export declare const PackageOverview: z.ZodObject<{
1247
1260
  support?: string | undefined;
1248
1261
  tags?: string[] | undefined;
1249
1262
  marketplaceRanking?: number | undefined;
1263
+ termsOfServiceUrl?: string | undefined;
1250
1264
  };
1251
1265
  id: {
1252
1266
  organization: string;
@@ -1320,6 +1334,7 @@ export declare const PackageOverview: z.ZodObject<{
1320
1334
  support?: string | undefined;
1321
1335
  tags?: string[] | undefined;
1322
1336
  marketplaceRanking?: number | undefined;
1337
+ termsOfServiceUrl?: string | undefined;
1323
1338
  };
1324
1339
  id: {
1325
1340
  organization: string;
@@ -1396,6 +1411,7 @@ export declare const PackageOverview: z.ZodObject<{
1396
1411
  support?: string | undefined;
1397
1412
  tags?: string[] | undefined;
1398
1413
  marketplaceRanking?: number | undefined;
1414
+ termsOfServiceUrl?: string | undefined;
1399
1415
  };
1400
1416
  id: {
1401
1417
  organization: string;
@@ -2588,6 +2604,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
2588
2604
  } | undefined;
2589
2605
  }>;
2590
2606
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
2607
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
2591
2608
  }, "strip", z.ZodTypeAny, {
2592
2609
  organization: {
2593
2610
  url: string;
@@ -2630,6 +2647,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
2630
2647
  support?: string | undefined;
2631
2648
  tags?: string[] | undefined;
2632
2649
  marketplaceRanking?: number | undefined;
2650
+ termsOfServiceUrl?: string | undefined;
2633
2651
  }, {
2634
2652
  organization: {
2635
2653
  url: string;
@@ -2672,6 +2690,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
2672
2690
  support?: string | undefined;
2673
2691
  tags?: string[] | undefined;
2674
2692
  marketplaceRanking?: number | undefined;
2693
+ termsOfServiceUrl?: string | undefined;
2675
2694
  }>;
2676
2695
  }, "strip", z.ZodTypeAny, {
2677
2696
  components: {
@@ -2733,6 +2752,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
2733
2752
  support?: string | undefined;
2734
2753
  tags?: string[] | undefined;
2735
2754
  marketplaceRanking?: number | undefined;
2755
+ termsOfServiceUrl?: string | undefined;
2736
2756
  };
2737
2757
  id: {
2738
2758
  organization: string;
@@ -2802,6 +2822,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
2802
2822
  support?: string | undefined;
2803
2823
  tags?: string[] | undefined;
2804
2824
  marketplaceRanking?: number | undefined;
2825
+ termsOfServiceUrl?: string | undefined;
2805
2826
  };
2806
2827
  id: {
2807
2828
  organization: string;
@@ -3066,6 +3087,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3066
3087
  } | undefined;
3067
3088
  }>;
3068
3089
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
3090
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
3069
3091
  }, "strip", z.ZodTypeAny, {
3070
3092
  organization: {
3071
3093
  url: string;
@@ -3108,6 +3130,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3108
3130
  support?: string | undefined;
3109
3131
  tags?: string[] | undefined;
3110
3132
  marketplaceRanking?: number | undefined;
3133
+ termsOfServiceUrl?: string | undefined;
3111
3134
  }, {
3112
3135
  organization: {
3113
3136
  url: string;
@@ -3150,6 +3173,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3150
3173
  support?: string | undefined;
3151
3174
  tags?: string[] | undefined;
3152
3175
  marketplaceRanking?: number | undefined;
3176
+ termsOfServiceUrl?: string | undefined;
3153
3177
  }>;
3154
3178
  }, "strip", z.ZodTypeAny, {
3155
3179
  components: {
@@ -3211,6 +3235,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3211
3235
  support?: string | undefined;
3212
3236
  tags?: string[] | undefined;
3213
3237
  marketplaceRanking?: number | undefined;
3238
+ termsOfServiceUrl?: string | undefined;
3214
3239
  };
3215
3240
  id: {
3216
3241
  organization: string;
@@ -3280,6 +3305,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3280
3305
  support?: string | undefined;
3281
3306
  tags?: string[] | undefined;
3282
3307
  marketplaceRanking?: number | undefined;
3308
+ termsOfServiceUrl?: string | undefined;
3283
3309
  };
3284
3310
  id: {
3285
3311
  organization: string;
@@ -3349,6 +3375,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3349
3375
  support?: string | undefined;
3350
3376
  tags?: string[] | undefined;
3351
3377
  marketplaceRanking?: number | undefined;
3378
+ termsOfServiceUrl?: string | undefined;
3352
3379
  };
3353
3380
  id: {
3354
3381
  organization: string;
@@ -3421,6 +3448,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3421
3448
  support?: string | undefined;
3422
3449
  tags?: string[] | undefined;
3423
3450
  marketplaceRanking?: number | undefined;
3451
+ termsOfServiceUrl?: string | undefined;
3424
3452
  };
3425
3453
  id: {
3426
3454
  organization: string;
@@ -3495,6 +3523,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3495
3523
  support?: string | undefined;
3496
3524
  tags?: string[] | undefined;
3497
3525
  marketplaceRanking?: number | undefined;
3526
+ termsOfServiceUrl?: string | undefined;
3498
3527
  };
3499
3528
  id: {
3500
3529
  organization: string;
@@ -3564,6 +3593,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3564
3593
  support?: string | undefined;
3565
3594
  tags?: string[] | undefined;
3566
3595
  marketplaceRanking?: number | undefined;
3596
+ termsOfServiceUrl?: string | undefined;
3567
3597
  };
3568
3598
  id: {
3569
3599
  organization: string;
@@ -3646,6 +3676,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3646
3676
  support?: string | undefined;
3647
3677
  tags?: string[] | undefined;
3648
3678
  marketplaceRanking?: number | undefined;
3679
+ termsOfServiceUrl?: string | undefined;
3649
3680
  };
3650
3681
  id: {
3651
3682
  organization: string;
@@ -3723,6 +3754,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3723
3754
  support?: string | undefined;
3724
3755
  tags?: string[] | undefined;
3725
3756
  marketplaceRanking?: number | undefined;
3757
+ termsOfServiceUrl?: string | undefined;
3726
3758
  };
3727
3759
  id: {
3728
3760
  organization: string;
@@ -3797,6 +3829,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3797
3829
  support?: string | undefined;
3798
3830
  tags?: string[] | undefined;
3799
3831
  marketplaceRanking?: number | undefined;
3832
+ termsOfServiceUrl?: string | undefined;
3800
3833
  };
3801
3834
  id: {
3802
3835
  organization: string;
@@ -3866,6 +3899,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3866
3899
  support?: string | undefined;
3867
3900
  tags?: string[] | undefined;
3868
3901
  marketplaceRanking?: number | undefined;
3902
+ termsOfServiceUrl?: string | undefined;
3869
3903
  };
3870
3904
  id: {
3871
3905
  organization: string;
@@ -3948,6 +3982,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
3948
3982
  support?: string | undefined;
3949
3983
  tags?: string[] | undefined;
3950
3984
  marketplaceRanking?: number | undefined;
3985
+ termsOfServiceUrl?: string | undefined;
3951
3986
  };
3952
3987
  id: {
3953
3988
  organization: string;
@@ -4025,6 +4060,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
4025
4060
  support?: string | undefined;
4026
4061
  tags?: string[] | undefined;
4027
4062
  marketplaceRanking?: number | undefined;
4063
+ termsOfServiceUrl?: string | undefined;
4028
4064
  };
4029
4065
  id: {
4030
4066
  organization: string;
@@ -4102,6 +4138,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
4102
4138
  support?: string | undefined;
4103
4139
  tags?: string[] | undefined;
4104
4140
  marketplaceRanking?: number | undefined;
4141
+ termsOfServiceUrl?: string | undefined;
4105
4142
  };
4106
4143
  id: {
4107
4144
  organization: string;
@@ -4179,6 +4216,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
4179
4216
  support?: string | undefined;
4180
4217
  tags?: string[] | undefined;
4181
4218
  marketplaceRanking?: number | undefined;
4219
+ termsOfServiceUrl?: string | undefined;
4182
4220
  };
4183
4221
  id: {
4184
4222
  organization: string;
@@ -4465,6 +4503,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
4465
4503
  } | undefined;
4466
4504
  }>;
4467
4505
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
4506
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
4468
4507
  }, "strip", z.ZodTypeAny, {
4469
4508
  organization: {
4470
4509
  url: string;
@@ -4507,6 +4546,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
4507
4546
  support?: string | undefined;
4508
4547
  tags?: string[] | undefined;
4509
4548
  marketplaceRanking?: number | undefined;
4549
+ termsOfServiceUrl?: string | undefined;
4510
4550
  }, {
4511
4551
  organization: {
4512
4552
  url: string;
@@ -4549,6 +4589,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
4549
4589
  support?: string | undefined;
4550
4590
  tags?: string[] | undefined;
4551
4591
  marketplaceRanking?: number | undefined;
4592
+ termsOfServiceUrl?: string | undefined;
4552
4593
  }>;
4553
4594
  }, "strip", z.ZodTypeAny, {
4554
4595
  components: {
@@ -4610,6 +4651,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
4610
4651
  support?: string | undefined;
4611
4652
  tags?: string[] | undefined;
4612
4653
  marketplaceRanking?: number | undefined;
4654
+ termsOfServiceUrl?: string | undefined;
4613
4655
  };
4614
4656
  id: {
4615
4657
  organization: string;
@@ -4679,6 +4721,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
4679
4721
  support?: string | undefined;
4680
4722
  tags?: string[] | undefined;
4681
4723
  marketplaceRanking?: number | undefined;
4724
+ termsOfServiceUrl?: string | undefined;
4682
4725
  };
4683
4726
  id: {
4684
4727
  organization: string;
@@ -4942,6 +4985,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
4942
4985
  } | undefined;
4943
4986
  }>;
4944
4987
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
4988
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
4945
4989
  }, "strip", z.ZodTypeAny, {
4946
4990
  organization: {
4947
4991
  url: string;
@@ -4984,6 +5028,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
4984
5028
  support?: string | undefined;
4985
5029
  tags?: string[] | undefined;
4986
5030
  marketplaceRanking?: number | undefined;
5031
+ termsOfServiceUrl?: string | undefined;
4987
5032
  }, {
4988
5033
  organization: {
4989
5034
  url: string;
@@ -5026,6 +5071,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
5026
5071
  support?: string | undefined;
5027
5072
  tags?: string[] | undefined;
5028
5073
  marketplaceRanking?: number | undefined;
5074
+ termsOfServiceUrl?: string | undefined;
5029
5075
  }>;
5030
5076
  }, "strip", z.ZodTypeAny, {
5031
5077
  components: {
@@ -5087,6 +5133,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
5087
5133
  support?: string | undefined;
5088
5134
  tags?: string[] | undefined;
5089
5135
  marketplaceRanking?: number | undefined;
5136
+ termsOfServiceUrl?: string | undefined;
5090
5137
  };
5091
5138
  id: {
5092
5139
  organization: string;
@@ -5156,6 +5203,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
5156
5203
  support?: string | undefined;
5157
5204
  tags?: string[] | undefined;
5158
5205
  marketplaceRanking?: number | undefined;
5206
+ termsOfServiceUrl?: string | undefined;
5159
5207
  };
5160
5208
  id: {
5161
5209
  organization: string;
@@ -5225,6 +5273,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
5225
5273
  support?: string | undefined;
5226
5274
  tags?: string[] | undefined;
5227
5275
  marketplaceRanking?: number | undefined;
5276
+ termsOfServiceUrl?: string | undefined;
5228
5277
  };
5229
5278
  id: {
5230
5279
  organization: string;
@@ -5297,6 +5346,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
5297
5346
  support?: string | undefined;
5298
5347
  tags?: string[] | undefined;
5299
5348
  marketplaceRanking?: number | undefined;
5349
+ termsOfServiceUrl?: string | undefined;
5300
5350
  };
5301
5351
  id: {
5302
5352
  organization: string;
@@ -5375,6 +5425,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
5375
5425
  support?: string | undefined;
5376
5426
  tags?: string[] | undefined;
5377
5427
  marketplaceRanking?: number | undefined;
5428
+ termsOfServiceUrl?: string | undefined;
5378
5429
  };
5379
5430
  id: {
5380
5431
  organization: string;
@@ -5444,6 +5495,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
5444
5495
  support?: string | undefined;
5445
5496
  tags?: string[] | undefined;
5446
5497
  marketplaceRanking?: number | undefined;
5498
+ termsOfServiceUrl?: string | undefined;
5447
5499
  };
5448
5500
  id: {
5449
5501
  organization: string;
@@ -5526,6 +5578,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
5526
5578
  support?: string | undefined;
5527
5579
  tags?: string[] | undefined;
5528
5580
  marketplaceRanking?: number | undefined;
5581
+ termsOfServiceUrl?: string | undefined;
5529
5582
  };
5530
5583
  id: {
5531
5584
  organization: string;
@@ -5599,6 +5652,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
5599
5652
  support?: string | undefined;
5600
5653
  tags?: string[] | undefined;
5601
5654
  marketplaceRanking?: number | undefined;
5655
+ termsOfServiceUrl?: string | undefined;
5602
5656
  };
5603
5657
  id: {
5604
5658
  organization: string;
@@ -7047,6 +7101,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7047
7101
  } | undefined;
7048
7102
  }>;
7049
7103
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
7104
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
7050
7105
  }, "strip", z.ZodTypeAny, {
7051
7106
  organization: {
7052
7107
  url: string;
@@ -7089,6 +7144,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7089
7144
  support?: string | undefined;
7090
7145
  tags?: string[] | undefined;
7091
7146
  marketplaceRanking?: number | undefined;
7147
+ termsOfServiceUrl?: string | undefined;
7092
7148
  }, {
7093
7149
  organization: {
7094
7150
  url: string;
@@ -7131,6 +7187,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7131
7187
  support?: string | undefined;
7132
7188
  tags?: string[] | undefined;
7133
7189
  marketplaceRanking?: number | undefined;
7190
+ termsOfServiceUrl?: string | undefined;
7134
7191
  }>;
7135
7192
  }, "strip", z.ZodTypeAny, {
7136
7193
  components: {
@@ -7192,6 +7249,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7192
7249
  support?: string | undefined;
7193
7250
  tags?: string[] | undefined;
7194
7251
  marketplaceRanking?: number | undefined;
7252
+ termsOfServiceUrl?: string | undefined;
7195
7253
  };
7196
7254
  id: {
7197
7255
  organization: string;
@@ -7261,6 +7319,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7261
7319
  support?: string | undefined;
7262
7320
  tags?: string[] | undefined;
7263
7321
  marketplaceRanking?: number | undefined;
7322
+ termsOfServiceUrl?: string | undefined;
7264
7323
  };
7265
7324
  id: {
7266
7325
  organization: string;
@@ -7525,6 +7584,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7525
7584
  } | undefined;
7526
7585
  }>;
7527
7586
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
7587
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
7528
7588
  }, "strip", z.ZodTypeAny, {
7529
7589
  organization: {
7530
7590
  url: string;
@@ -7567,6 +7627,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7567
7627
  support?: string | undefined;
7568
7628
  tags?: string[] | undefined;
7569
7629
  marketplaceRanking?: number | undefined;
7630
+ termsOfServiceUrl?: string | undefined;
7570
7631
  }, {
7571
7632
  organization: {
7572
7633
  url: string;
@@ -7609,6 +7670,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7609
7670
  support?: string | undefined;
7610
7671
  tags?: string[] | undefined;
7611
7672
  marketplaceRanking?: number | undefined;
7673
+ termsOfServiceUrl?: string | undefined;
7612
7674
  }>;
7613
7675
  }, "strip", z.ZodTypeAny, {
7614
7676
  components: {
@@ -7670,6 +7732,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7670
7732
  support?: string | undefined;
7671
7733
  tags?: string[] | undefined;
7672
7734
  marketplaceRanking?: number | undefined;
7735
+ termsOfServiceUrl?: string | undefined;
7673
7736
  };
7674
7737
  id: {
7675
7738
  organization: string;
@@ -7739,6 +7802,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7739
7802
  support?: string | undefined;
7740
7803
  tags?: string[] | undefined;
7741
7804
  marketplaceRanking?: number | undefined;
7805
+ termsOfServiceUrl?: string | undefined;
7742
7806
  };
7743
7807
  id: {
7744
7808
  organization: string;
@@ -7808,6 +7872,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7808
7872
  support?: string | undefined;
7809
7873
  tags?: string[] | undefined;
7810
7874
  marketplaceRanking?: number | undefined;
7875
+ termsOfServiceUrl?: string | undefined;
7811
7876
  };
7812
7877
  id: {
7813
7878
  organization: string;
@@ -7880,6 +7945,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7880
7945
  support?: string | undefined;
7881
7946
  tags?: string[] | undefined;
7882
7947
  marketplaceRanking?: number | undefined;
7948
+ termsOfServiceUrl?: string | undefined;
7883
7949
  };
7884
7950
  id: {
7885
7951
  organization: string;
@@ -7954,6 +8020,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
7954
8020
  support?: string | undefined;
7955
8021
  tags?: string[] | undefined;
7956
8022
  marketplaceRanking?: number | undefined;
8023
+ termsOfServiceUrl?: string | undefined;
7957
8024
  };
7958
8025
  id: {
7959
8026
  organization: string;
@@ -8023,6 +8090,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8023
8090
  support?: string | undefined;
8024
8091
  tags?: string[] | undefined;
8025
8092
  marketplaceRanking?: number | undefined;
8093
+ termsOfServiceUrl?: string | undefined;
8026
8094
  };
8027
8095
  id: {
8028
8096
  organization: string;
@@ -8105,6 +8173,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8105
8173
  support?: string | undefined;
8106
8174
  tags?: string[] | undefined;
8107
8175
  marketplaceRanking?: number | undefined;
8176
+ termsOfServiceUrl?: string | undefined;
8108
8177
  };
8109
8178
  id: {
8110
8179
  organization: string;
@@ -8182,6 +8251,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8182
8251
  support?: string | undefined;
8183
8252
  tags?: string[] | undefined;
8184
8253
  marketplaceRanking?: number | undefined;
8254
+ termsOfServiceUrl?: string | undefined;
8185
8255
  };
8186
8256
  id: {
8187
8257
  organization: string;
@@ -8256,6 +8326,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8256
8326
  support?: string | undefined;
8257
8327
  tags?: string[] | undefined;
8258
8328
  marketplaceRanking?: number | undefined;
8329
+ termsOfServiceUrl?: string | undefined;
8259
8330
  };
8260
8331
  id: {
8261
8332
  organization: string;
@@ -8325,6 +8396,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8325
8396
  support?: string | undefined;
8326
8397
  tags?: string[] | undefined;
8327
8398
  marketplaceRanking?: number | undefined;
8399
+ termsOfServiceUrl?: string | undefined;
8328
8400
  };
8329
8401
  id: {
8330
8402
  organization: string;
@@ -8407,6 +8479,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8407
8479
  support?: string | undefined;
8408
8480
  tags?: string[] | undefined;
8409
8481
  marketplaceRanking?: number | undefined;
8482
+ termsOfServiceUrl?: string | undefined;
8410
8483
  };
8411
8484
  id: {
8412
8485
  organization: string;
@@ -8484,6 +8557,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8484
8557
  support?: string | undefined;
8485
8558
  tags?: string[] | undefined;
8486
8559
  marketplaceRanking?: number | undefined;
8560
+ termsOfServiceUrl?: string | undefined;
8487
8561
  };
8488
8562
  id: {
8489
8563
  organization: string;
@@ -8561,6 +8635,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8561
8635
  support?: string | undefined;
8562
8636
  tags?: string[] | undefined;
8563
8637
  marketplaceRanking?: number | undefined;
8638
+ termsOfServiceUrl?: string | undefined;
8564
8639
  };
8565
8640
  id: {
8566
8641
  organization: string;
@@ -8638,6 +8713,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8638
8713
  support?: string | undefined;
8639
8714
  tags?: string[] | undefined;
8640
8715
  marketplaceRanking?: number | undefined;
8716
+ termsOfServiceUrl?: string | undefined;
8641
8717
  };
8642
8718
  id: {
8643
8719
  organization: string;
@@ -8924,6 +9000,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8924
9000
  } | undefined;
8925
9001
  }>;
8926
9002
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
9003
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
8927
9004
  }, "strip", z.ZodTypeAny, {
8928
9005
  organization: {
8929
9006
  url: string;
@@ -8966,6 +9043,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8966
9043
  support?: string | undefined;
8967
9044
  tags?: string[] | undefined;
8968
9045
  marketplaceRanking?: number | undefined;
9046
+ termsOfServiceUrl?: string | undefined;
8969
9047
  }, {
8970
9048
  organization: {
8971
9049
  url: string;
@@ -9008,6 +9086,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9008
9086
  support?: string | undefined;
9009
9087
  tags?: string[] | undefined;
9010
9088
  marketplaceRanking?: number | undefined;
9089
+ termsOfServiceUrl?: string | undefined;
9011
9090
  }>;
9012
9091
  }, "strip", z.ZodTypeAny, {
9013
9092
  components: {
@@ -9069,6 +9148,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9069
9148
  support?: string | undefined;
9070
9149
  tags?: string[] | undefined;
9071
9150
  marketplaceRanking?: number | undefined;
9151
+ termsOfServiceUrl?: string | undefined;
9072
9152
  };
9073
9153
  id: {
9074
9154
  organization: string;
@@ -9138,6 +9218,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9138
9218
  support?: string | undefined;
9139
9219
  tags?: string[] | undefined;
9140
9220
  marketplaceRanking?: number | undefined;
9221
+ termsOfServiceUrl?: string | undefined;
9141
9222
  };
9142
9223
  id: {
9143
9224
  organization: string;
@@ -9401,6 +9482,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9401
9482
  } | undefined;
9402
9483
  }>;
9403
9484
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
9485
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
9404
9486
  }, "strip", z.ZodTypeAny, {
9405
9487
  organization: {
9406
9488
  url: string;
@@ -9443,6 +9525,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9443
9525
  support?: string | undefined;
9444
9526
  tags?: string[] | undefined;
9445
9527
  marketplaceRanking?: number | undefined;
9528
+ termsOfServiceUrl?: string | undefined;
9446
9529
  }, {
9447
9530
  organization: {
9448
9531
  url: string;
@@ -9485,6 +9568,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9485
9568
  support?: string | undefined;
9486
9569
  tags?: string[] | undefined;
9487
9570
  marketplaceRanking?: number | undefined;
9571
+ termsOfServiceUrl?: string | undefined;
9488
9572
  }>;
9489
9573
  }, "strip", z.ZodTypeAny, {
9490
9574
  components: {
@@ -9546,6 +9630,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9546
9630
  support?: string | undefined;
9547
9631
  tags?: string[] | undefined;
9548
9632
  marketplaceRanking?: number | undefined;
9633
+ termsOfServiceUrl?: string | undefined;
9549
9634
  };
9550
9635
  id: {
9551
9636
  organization: string;
@@ -9615,6 +9700,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9615
9700
  support?: string | undefined;
9616
9701
  tags?: string[] | undefined;
9617
9702
  marketplaceRanking?: number | undefined;
9703
+ termsOfServiceUrl?: string | undefined;
9618
9704
  };
9619
9705
  id: {
9620
9706
  organization: string;
@@ -9684,6 +9770,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9684
9770
  support?: string | undefined;
9685
9771
  tags?: string[] | undefined;
9686
9772
  marketplaceRanking?: number | undefined;
9773
+ termsOfServiceUrl?: string | undefined;
9687
9774
  };
9688
9775
  id: {
9689
9776
  organization: string;
@@ -9756,6 +9843,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9756
9843
  support?: string | undefined;
9757
9844
  tags?: string[] | undefined;
9758
9845
  marketplaceRanking?: number | undefined;
9846
+ termsOfServiceUrl?: string | undefined;
9759
9847
  };
9760
9848
  id: {
9761
9849
  organization: string;
@@ -9834,6 +9922,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9834
9922
  support?: string | undefined;
9835
9923
  tags?: string[] | undefined;
9836
9924
  marketplaceRanking?: number | undefined;
9925
+ termsOfServiceUrl?: string | undefined;
9837
9926
  };
9838
9927
  id: {
9839
9928
  organization: string;
@@ -9903,6 +9992,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9903
9992
  support?: string | undefined;
9904
9993
  tags?: string[] | undefined;
9905
9994
  marketplaceRanking?: number | undefined;
9995
+ termsOfServiceUrl?: string | undefined;
9906
9996
  };
9907
9997
  id: {
9908
9998
  organization: string;
@@ -9985,6 +10075,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
9985
10075
  support?: string | undefined;
9986
10076
  tags?: string[] | undefined;
9987
10077
  marketplaceRanking?: number | undefined;
10078
+ termsOfServiceUrl?: string | undefined;
9988
10079
  };
9989
10080
  id: {
9990
10081
  organization: string;
@@ -10058,6 +10149,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
10058
10149
  support?: string | undefined;
10059
10150
  tags?: string[] | undefined;
10060
10151
  marketplaceRanking?: number | undefined;
10152
+ termsOfServiceUrl?: string | undefined;
10061
10153
  };
10062
10154
  id: {
10063
10155
  organization: string;
@@ -10139,6 +10231,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
10139
10231
  support?: string | undefined;
10140
10232
  tags?: string[] | undefined;
10141
10233
  marketplaceRanking?: number | undefined;
10234
+ termsOfServiceUrl?: string | undefined;
10142
10235
  };
10143
10236
  id: {
10144
10237
  organization: string;
@@ -10208,6 +10301,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
10208
10301
  support?: string | undefined;
10209
10302
  tags?: string[] | undefined;
10210
10303
  marketplaceRanking?: number | undefined;
10304
+ termsOfServiceUrl?: string | undefined;
10211
10305
  };
10212
10306
  id: {
10213
10307
  organization: string;
@@ -10289,6 +10383,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
10289
10383
  support?: string | undefined;
10290
10384
  tags?: string[] | undefined;
10291
10385
  marketplaceRanking?: number | undefined;
10386
+ termsOfServiceUrl?: string | undefined;
10292
10387
  };
10293
10388
  id: {
10294
10389
  organization: string;
@@ -10366,6 +10461,7 @@ export declare const GlobalOverviewReg: z.ZodObject<{
10366
10461
  support?: string | undefined;
10367
10462
  tags?: string[] | undefined;
10368
10463
  marketplaceRanking?: number | undefined;
10464
+ termsOfServiceUrl?: string | undefined;
10369
10465
  };
10370
10466
  id: {
10371
10467
  organization: string;
@@ -10669,6 +10765,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
10669
10765
  } | undefined;
10670
10766
  }>;
10671
10767
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
10768
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
10672
10769
  }, "strip", z.ZodTypeAny, {
10673
10770
  title: string;
10674
10771
  description: string;
@@ -10699,6 +10796,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
10699
10796
  support?: string | undefined;
10700
10797
  tags?: string[] | undefined;
10701
10798
  marketplaceRanking?: number | undefined;
10799
+ termsOfServiceUrl?: string | undefined;
10702
10800
  }, {
10703
10801
  title: string;
10704
10802
  description: string;
@@ -10741,6 +10839,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
10741
10839
  support?: string | undefined;
10742
10840
  tags?: string[] | undefined;
10743
10841
  marketplaceRanking?: number | undefined;
10842
+ termsOfServiceUrl?: string | undefined;
10744
10843
  }>;
10745
10844
  }, "strip", z.ZodTypeAny, {
10746
10845
  id: {
@@ -10795,6 +10894,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
10795
10894
  support?: string | undefined;
10796
10895
  tags?: string[] | undefined;
10797
10896
  marketplaceRanking?: number | undefined;
10897
+ termsOfServiceUrl?: string | undefined;
10798
10898
  };
10799
10899
  }, {
10800
10900
  id: {
@@ -10864,6 +10964,7 @@ export declare function BlockDescriptionToExplicitBinaryBytes(reader: RelativeCo
10864
10964
  support?: string | undefined;
10865
10965
  tags?: string[] | undefined;
10866
10966
  marketplaceRanking?: number | undefined;
10967
+ termsOfServiceUrl?: string | undefined;
10867
10968
  };
10868
10969
  }>;
10869
10970
  export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeContentReader): z.ZodObject<{
@@ -11184,6 +11285,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11184
11285
  } | undefined;
11185
11286
  }>;
11186
11287
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
11288
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
11187
11289
  }, "strip", z.ZodTypeAny, {
11188
11290
  title: string;
11189
11291
  description: string;
@@ -11214,6 +11316,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11214
11316
  support?: string | undefined;
11215
11317
  tags?: string[] | undefined;
11216
11318
  marketplaceRanking?: number | undefined;
11319
+ termsOfServiceUrl?: string | undefined;
11217
11320
  }, {
11218
11321
  title: string;
11219
11322
  description: string;
@@ -11256,6 +11359,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11256
11359
  support?: string | undefined;
11257
11360
  tags?: string[] | undefined;
11258
11361
  marketplaceRanking?: number | undefined;
11362
+ termsOfServiceUrl?: string | undefined;
11259
11363
  }>;
11260
11364
  }, "strip", z.ZodTypeAny, {
11261
11365
  id: {
@@ -11310,6 +11414,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11310
11414
  support?: string | undefined;
11311
11415
  tags?: string[] | undefined;
11312
11416
  marketplaceRanking?: number | undefined;
11417
+ termsOfServiceUrl?: string | undefined;
11313
11418
  };
11314
11419
  }, {
11315
11420
  id: {
@@ -11379,6 +11484,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11379
11484
  support?: string | undefined;
11380
11485
  tags?: string[] | undefined;
11381
11486
  marketplaceRanking?: number | undefined;
11487
+ termsOfServiceUrl?: string | undefined;
11382
11488
  };
11383
11489
  }>;
11384
11490
  /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
@@ -11675,6 +11781,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11675
11781
  } | undefined;
11676
11782
  }>;
11677
11783
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
11784
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
11678
11785
  }, "strip", z.ZodTypeAny, {
11679
11786
  title: string;
11680
11787
  description: string;
@@ -11705,6 +11812,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11705
11812
  support?: string | undefined;
11706
11813
  tags?: string[] | undefined;
11707
11814
  marketplaceRanking?: number | undefined;
11815
+ termsOfServiceUrl?: string | undefined;
11708
11816
  }, {
11709
11817
  title: string;
11710
11818
  description: string;
@@ -11747,6 +11855,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11747
11855
  support?: string | undefined;
11748
11856
  tags?: string[] | undefined;
11749
11857
  marketplaceRanking?: number | undefined;
11858
+ termsOfServiceUrl?: string | undefined;
11750
11859
  }>;
11751
11860
  }, "strip", z.ZodTypeAny, {
11752
11861
  id: {
@@ -11801,6 +11910,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11801
11910
  support?: string | undefined;
11802
11911
  tags?: string[] | undefined;
11803
11912
  marketplaceRanking?: number | undefined;
11913
+ termsOfServiceUrl?: string | undefined;
11804
11914
  };
11805
11915
  }, {
11806
11916
  id: {
@@ -11870,6 +11980,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11870
11980
  support?: string | undefined;
11871
11981
  tags?: string[] | undefined;
11872
11982
  marketplaceRanking?: number | undefined;
11983
+ termsOfServiceUrl?: string | undefined;
11873
11984
  };
11874
11985
  }>;
11875
11986
  manifestSha256: z.ZodString;
@@ -11927,6 +12038,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11927
12038
  support?: string | undefined;
11928
12039
  tags?: string[] | undefined;
11929
12040
  marketplaceRanking?: number | undefined;
12041
+ termsOfServiceUrl?: string | undefined;
11930
12042
  };
11931
12043
  };
11932
12044
  manifestSha256: string;
@@ -11999,6 +12111,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
11999
12111
  support?: string | undefined;
12000
12112
  tags?: string[] | undefined;
12001
12113
  marketplaceRanking?: number | undefined;
12114
+ termsOfServiceUrl?: string | undefined;
12002
12115
  };
12003
12116
  };
12004
12117
  manifestSha256: string;
@@ -12061,6 +12174,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
12061
12174
  support?: string | undefined;
12062
12175
  tags?: string[] | undefined;
12063
12176
  marketplaceRanking?: number | undefined;
12177
+ termsOfServiceUrl?: string | undefined;
12064
12178
  };
12065
12179
  };
12066
12180
  latestManifestSha256: string;
@@ -12118,6 +12232,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
12118
12232
  support?: string | undefined;
12119
12233
  tags?: string[] | undefined;
12120
12234
  marketplaceRanking?: number | undefined;
12235
+ termsOfServiceUrl?: string | undefined;
12121
12236
  };
12122
12237
  };
12123
12238
  manifestSha256: string;
@@ -12200,6 +12315,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
12200
12315
  support?: string | undefined;
12201
12316
  tags?: string[] | undefined;
12202
12317
  marketplaceRanking?: number | undefined;
12318
+ termsOfServiceUrl?: string | undefined;
12203
12319
  };
12204
12320
  };
12205
12321
  latestManifestSha256: string;
@@ -12277,6 +12393,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
12277
12393
  support?: string | undefined;
12278
12394
  tags?: string[] | undefined;
12279
12395
  marketplaceRanking?: number | undefined;
12396
+ termsOfServiceUrl?: string | undefined;
12280
12397
  };
12281
12398
  };
12282
12399
  manifestSha256: string;
@@ -12339,6 +12456,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
12339
12456
  support?: string | undefined;
12340
12457
  tags?: string[] | undefined;
12341
12458
  marketplaceRanking?: number | undefined;
12459
+ termsOfServiceUrl?: string | undefined;
12342
12460
  };
12343
12461
  };
12344
12462
  latestManifestSha256: string;
@@ -12396,6 +12514,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
12396
12514
  support?: string | undefined;
12397
12515
  tags?: string[] | undefined;
12398
12516
  marketplaceRanking?: number | undefined;
12517
+ termsOfServiceUrl?: string | undefined;
12399
12518
  };
12400
12519
  };
12401
12520
  manifestSha256: string;
@@ -12478,6 +12597,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
12478
12597
  support?: string | undefined;
12479
12598
  tags?: string[] | undefined;
12480
12599
  marketplaceRanking?: number | undefined;
12600
+ termsOfServiceUrl?: string | undefined;
12481
12601
  };
12482
12602
  };
12483
12603
  latestManifestSha256: string;
@@ -12555,6 +12675,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
12555
12675
  support?: string | undefined;
12556
12676
  tags?: string[] | undefined;
12557
12677
  marketplaceRanking?: number | undefined;
12678
+ termsOfServiceUrl?: string | undefined;
12558
12679
  };
12559
12680
  };
12560
12681
  manifestSha256: string;
@@ -12632,6 +12753,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
12632
12753
  support?: string | undefined;
12633
12754
  tags?: string[] | undefined;
12634
12755
  marketplaceRanking?: number | undefined;
12756
+ termsOfServiceUrl?: string | undefined;
12635
12757
  };
12636
12758
  };
12637
12759
  latestManifestSha256: string;
@@ -12709,6 +12831,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
12709
12831
  support?: string | undefined;
12710
12832
  tags?: string[] | undefined;
12711
12833
  marketplaceRanking?: number | undefined;
12834
+ termsOfServiceUrl?: string | undefined;
12712
12835
  };
12713
12836
  };
12714
12837
  manifestSha256: string;
@@ -13027,6 +13150,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13027
13150
  } | undefined;
13028
13151
  }>;
13029
13152
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
13153
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
13030
13154
  }, "strip", z.ZodTypeAny, {
13031
13155
  title: string;
13032
13156
  description: string;
@@ -13057,6 +13181,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13057
13181
  support?: string | undefined;
13058
13182
  tags?: string[] | undefined;
13059
13183
  marketplaceRanking?: number | undefined;
13184
+ termsOfServiceUrl?: string | undefined;
13060
13185
  }, {
13061
13186
  title: string;
13062
13187
  description: string;
@@ -13099,6 +13224,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13099
13224
  support?: string | undefined;
13100
13225
  tags?: string[] | undefined;
13101
13226
  marketplaceRanking?: number | undefined;
13227
+ termsOfServiceUrl?: string | undefined;
13102
13228
  }>;
13103
13229
  }, "strip", z.ZodTypeAny, {
13104
13230
  id: {
@@ -13153,6 +13279,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13153
13279
  support?: string | undefined;
13154
13280
  tags?: string[] | undefined;
13155
13281
  marketplaceRanking?: number | undefined;
13282
+ termsOfServiceUrl?: string | undefined;
13156
13283
  };
13157
13284
  }, {
13158
13285
  id: {
@@ -13222,6 +13349,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13222
13349
  support?: string | undefined;
13223
13350
  tags?: string[] | undefined;
13224
13351
  marketplaceRanking?: number | undefined;
13352
+ termsOfServiceUrl?: string | undefined;
13225
13353
  };
13226
13354
  }>;
13227
13355
  latestManifestSha256: z.ZodString;
@@ -13517,6 +13645,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13517
13645
  } | undefined;
13518
13646
  }>;
13519
13647
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
13648
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
13520
13649
  }, "strip", z.ZodTypeAny, {
13521
13650
  title: string;
13522
13651
  description: string;
@@ -13547,6 +13676,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13547
13676
  support?: string | undefined;
13548
13677
  tags?: string[] | undefined;
13549
13678
  marketplaceRanking?: number | undefined;
13679
+ termsOfServiceUrl?: string | undefined;
13550
13680
  }, {
13551
13681
  title: string;
13552
13682
  description: string;
@@ -13589,6 +13719,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13589
13719
  support?: string | undefined;
13590
13720
  tags?: string[] | undefined;
13591
13721
  marketplaceRanking?: number | undefined;
13722
+ termsOfServiceUrl?: string | undefined;
13592
13723
  }>;
13593
13724
  }, "strip", z.ZodTypeAny, {
13594
13725
  id: {
@@ -13643,6 +13774,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13643
13774
  support?: string | undefined;
13644
13775
  tags?: string[] | undefined;
13645
13776
  marketplaceRanking?: number | undefined;
13777
+ termsOfServiceUrl?: string | undefined;
13646
13778
  };
13647
13779
  }, {
13648
13780
  id: {
@@ -13712,6 +13844,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13712
13844
  support?: string | undefined;
13713
13845
  tags?: string[] | undefined;
13714
13846
  marketplaceRanking?: number | undefined;
13847
+ termsOfServiceUrl?: string | undefined;
13715
13848
  };
13716
13849
  }>;
13717
13850
  manifestSha256: z.ZodString;
@@ -13769,6 +13902,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13769
13902
  support?: string | undefined;
13770
13903
  tags?: string[] | undefined;
13771
13904
  marketplaceRanking?: number | undefined;
13905
+ termsOfServiceUrl?: string | undefined;
13772
13906
  };
13773
13907
  };
13774
13908
  manifestSha256: string;
@@ -13841,6 +13975,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13841
13975
  support?: string | undefined;
13842
13976
  tags?: string[] | undefined;
13843
13977
  marketplaceRanking?: number | undefined;
13978
+ termsOfServiceUrl?: string | undefined;
13844
13979
  };
13845
13980
  };
13846
13981
  manifestSha256: string;
@@ -13907,6 +14042,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13907
14042
  support?: string | undefined;
13908
14043
  tags?: string[] | undefined;
13909
14044
  marketplaceRanking?: number | undefined;
14045
+ termsOfServiceUrl?: string | undefined;
13910
14046
  };
13911
14047
  };
13912
14048
  latestManifestSha256: string;
@@ -13964,6 +14100,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13964
14100
  support?: string | undefined;
13965
14101
  tags?: string[] | undefined;
13966
14102
  marketplaceRanking?: number | undefined;
14103
+ termsOfServiceUrl?: string | undefined;
13967
14104
  };
13968
14105
  };
13969
14106
  manifestSha256: string;
@@ -14046,6 +14183,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
14046
14183
  support?: string | undefined;
14047
14184
  tags?: string[] | undefined;
14048
14185
  marketplaceRanking?: number | undefined;
14186
+ termsOfServiceUrl?: string | undefined;
14049
14187
  };
14050
14188
  };
14051
14189
  latestManifestSha256: string;
@@ -14119,6 +14257,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
14119
14257
  support?: string | undefined;
14120
14258
  tags?: string[] | undefined;
14121
14259
  marketplaceRanking?: number | undefined;
14260
+ termsOfServiceUrl?: string | undefined;
14122
14261
  };
14123
14262
  };
14124
14263
  manifestSha256: string;
@@ -14188,6 +14327,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
14188
14327
  support?: string | undefined;
14189
14328
  tags?: string[] | undefined;
14190
14329
  marketplaceRanking?: number | undefined;
14330
+ termsOfServiceUrl?: string | undefined;
14191
14331
  };
14192
14332
  };
14193
14333
  latestManifestSha256: string;
@@ -14245,6 +14385,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
14245
14385
  support?: string | undefined;
14246
14386
  tags?: string[] | undefined;
14247
14387
  marketplaceRanking?: number | undefined;
14388
+ termsOfServiceUrl?: string | undefined;
14248
14389
  };
14249
14390
  };
14250
14391
  manifestSha256: string;
@@ -14326,6 +14467,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
14326
14467
  support?: string | undefined;
14327
14468
  tags?: string[] | undefined;
14328
14469
  marketplaceRanking?: number | undefined;
14470
+ termsOfServiceUrl?: string | undefined;
14329
14471
  };
14330
14472
  };
14331
14473
  latestManifestSha256: string;
@@ -14403,6 +14545,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
14403
14545
  support?: string | undefined;
14404
14546
  tags?: string[] | undefined;
14405
14547
  marketplaceRanking?: number | undefined;
14548
+ termsOfServiceUrl?: string | undefined;
14406
14549
  };
14407
14550
  };
14408
14551
  manifestSha256: string;
@@ -14728,6 +14871,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
14728
14871
  } | undefined;
14729
14872
  }>;
14730
14873
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
14874
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
14731
14875
  }, "strip", z.ZodTypeAny, {
14732
14876
  title: string;
14733
14877
  description: string;
@@ -14758,6 +14902,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
14758
14902
  support?: string | undefined;
14759
14903
  tags?: string[] | undefined;
14760
14904
  marketplaceRanking?: number | undefined;
14905
+ termsOfServiceUrl?: string | undefined;
14761
14906
  }, {
14762
14907
  title: string;
14763
14908
  description: string;
@@ -14800,6 +14945,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
14800
14945
  support?: string | undefined;
14801
14946
  tags?: string[] | undefined;
14802
14947
  marketplaceRanking?: number | undefined;
14948
+ termsOfServiceUrl?: string | undefined;
14803
14949
  }>;
14804
14950
  }, "strip", z.ZodTypeAny, {
14805
14951
  id: {
@@ -14854,6 +15000,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
14854
15000
  support?: string | undefined;
14855
15001
  tags?: string[] | undefined;
14856
15002
  marketplaceRanking?: number | undefined;
15003
+ termsOfServiceUrl?: string | undefined;
14857
15004
  };
14858
15005
  }, {
14859
15006
  id: {
@@ -14923,6 +15070,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
14923
15070
  support?: string | undefined;
14924
15071
  tags?: string[] | undefined;
14925
15072
  marketplaceRanking?: number | undefined;
15073
+ termsOfServiceUrl?: string | undefined;
14926
15074
  };
14927
15075
  }>;
14928
15076
  /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
@@ -15219,6 +15367,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15219
15367
  } | undefined;
15220
15368
  }>;
15221
15369
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
15370
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
15222
15371
  }, "strip", z.ZodTypeAny, {
15223
15372
  title: string;
15224
15373
  description: string;
@@ -15249,6 +15398,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15249
15398
  support?: string | undefined;
15250
15399
  tags?: string[] | undefined;
15251
15400
  marketplaceRanking?: number | undefined;
15401
+ termsOfServiceUrl?: string | undefined;
15252
15402
  }, {
15253
15403
  title: string;
15254
15404
  description: string;
@@ -15291,6 +15441,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15291
15441
  support?: string | undefined;
15292
15442
  tags?: string[] | undefined;
15293
15443
  marketplaceRanking?: number | undefined;
15444
+ termsOfServiceUrl?: string | undefined;
15294
15445
  }>;
15295
15446
  }, "strip", z.ZodTypeAny, {
15296
15447
  id: {
@@ -15345,6 +15496,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15345
15496
  support?: string | undefined;
15346
15497
  tags?: string[] | undefined;
15347
15498
  marketplaceRanking?: number | undefined;
15499
+ termsOfServiceUrl?: string | undefined;
15348
15500
  };
15349
15501
  }, {
15350
15502
  id: {
@@ -15414,6 +15566,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15414
15566
  support?: string | undefined;
15415
15567
  tags?: string[] | undefined;
15416
15568
  marketplaceRanking?: number | undefined;
15569
+ termsOfServiceUrl?: string | undefined;
15417
15570
  };
15418
15571
  }>;
15419
15572
  manifestSha256: z.ZodString;
@@ -15471,6 +15624,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15471
15624
  support?: string | undefined;
15472
15625
  tags?: string[] | undefined;
15473
15626
  marketplaceRanking?: number | undefined;
15627
+ termsOfServiceUrl?: string | undefined;
15474
15628
  };
15475
15629
  };
15476
15630
  manifestSha256: string;
@@ -15543,6 +15697,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15543
15697
  support?: string | undefined;
15544
15698
  tags?: string[] | undefined;
15545
15699
  marketplaceRanking?: number | undefined;
15700
+ termsOfServiceUrl?: string | undefined;
15546
15701
  };
15547
15702
  };
15548
15703
  manifestSha256: string;
@@ -15605,6 +15760,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15605
15760
  support?: string | undefined;
15606
15761
  tags?: string[] | undefined;
15607
15762
  marketplaceRanking?: number | undefined;
15763
+ termsOfServiceUrl?: string | undefined;
15608
15764
  };
15609
15765
  };
15610
15766
  latestManifestSha256: string;
@@ -15662,6 +15818,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15662
15818
  support?: string | undefined;
15663
15819
  tags?: string[] | undefined;
15664
15820
  marketplaceRanking?: number | undefined;
15821
+ termsOfServiceUrl?: string | undefined;
15665
15822
  };
15666
15823
  };
15667
15824
  manifestSha256: string;
@@ -15744,6 +15901,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15744
15901
  support?: string | undefined;
15745
15902
  tags?: string[] | undefined;
15746
15903
  marketplaceRanking?: number | undefined;
15904
+ termsOfServiceUrl?: string | undefined;
15747
15905
  };
15748
15906
  };
15749
15907
  latestManifestSha256: string;
@@ -15821,6 +15979,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15821
15979
  support?: string | undefined;
15822
15980
  tags?: string[] | undefined;
15823
15981
  marketplaceRanking?: number | undefined;
15982
+ termsOfServiceUrl?: string | undefined;
15824
15983
  };
15825
15984
  };
15826
15985
  manifestSha256: string;
@@ -15883,6 +16042,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15883
16042
  support?: string | undefined;
15884
16043
  tags?: string[] | undefined;
15885
16044
  marketplaceRanking?: number | undefined;
16045
+ termsOfServiceUrl?: string | undefined;
15886
16046
  };
15887
16047
  };
15888
16048
  latestManifestSha256: string;
@@ -15940,6 +16100,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
15940
16100
  support?: string | undefined;
15941
16101
  tags?: string[] | undefined;
15942
16102
  marketplaceRanking?: number | undefined;
16103
+ termsOfServiceUrl?: string | undefined;
15943
16104
  };
15944
16105
  };
15945
16106
  manifestSha256: string;
@@ -16022,6 +16183,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
16022
16183
  support?: string | undefined;
16023
16184
  tags?: string[] | undefined;
16024
16185
  marketplaceRanking?: number | undefined;
16186
+ termsOfServiceUrl?: string | undefined;
16025
16187
  };
16026
16188
  };
16027
16189
  latestManifestSha256: string;
@@ -16099,6 +16261,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
16099
16261
  support?: string | undefined;
16100
16262
  tags?: string[] | undefined;
16101
16263
  marketplaceRanking?: number | undefined;
16264
+ termsOfServiceUrl?: string | undefined;
16102
16265
  };
16103
16266
  };
16104
16267
  manifestSha256: string;
@@ -16176,6 +16339,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
16176
16339
  support?: string | undefined;
16177
16340
  tags?: string[] | undefined;
16178
16341
  marketplaceRanking?: number | undefined;
16342
+ termsOfServiceUrl?: string | undefined;
16179
16343
  };
16180
16344
  };
16181
16345
  latestManifestSha256: string;
@@ -16253,6 +16417,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
16253
16417
  support?: string | undefined;
16254
16418
  tags?: string[] | undefined;
16255
16419
  marketplaceRanking?: number | undefined;
16420
+ termsOfServiceUrl?: string | undefined;
16256
16421
  };
16257
16422
  };
16258
16423
  manifestSha256: string;
@@ -16571,6 +16736,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
16571
16736
  } | undefined;
16572
16737
  }>;
16573
16738
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
16739
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
16574
16740
  }, "strip", z.ZodTypeAny, {
16575
16741
  title: string;
16576
16742
  description: string;
@@ -16601,6 +16767,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
16601
16767
  support?: string | undefined;
16602
16768
  tags?: string[] | undefined;
16603
16769
  marketplaceRanking?: number | undefined;
16770
+ termsOfServiceUrl?: string | undefined;
16604
16771
  }, {
16605
16772
  title: string;
16606
16773
  description: string;
@@ -16643,6 +16810,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
16643
16810
  support?: string | undefined;
16644
16811
  tags?: string[] | undefined;
16645
16812
  marketplaceRanking?: number | undefined;
16813
+ termsOfServiceUrl?: string | undefined;
16646
16814
  }>;
16647
16815
  }, "strip", z.ZodTypeAny, {
16648
16816
  id: {
@@ -16697,6 +16865,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
16697
16865
  support?: string | undefined;
16698
16866
  tags?: string[] | undefined;
16699
16867
  marketplaceRanking?: number | undefined;
16868
+ termsOfServiceUrl?: string | undefined;
16700
16869
  };
16701
16870
  }, {
16702
16871
  id: {
@@ -16766,6 +16935,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
16766
16935
  support?: string | undefined;
16767
16936
  tags?: string[] | undefined;
16768
16937
  marketplaceRanking?: number | undefined;
16938
+ termsOfServiceUrl?: string | undefined;
16769
16939
  };
16770
16940
  }>;
16771
16941
  latestManifestSha256: z.ZodString;
@@ -17061,6 +17231,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17061
17231
  } | undefined;
17062
17232
  }>;
17063
17233
  marketplaceRanking: z.ZodOptional<z.ZodNumber>;
17234
+ termsOfServiceUrl: z.ZodOptional<z.ZodString>;
17064
17235
  }, "strip", z.ZodTypeAny, {
17065
17236
  title: string;
17066
17237
  description: string;
@@ -17091,6 +17262,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17091
17262
  support?: string | undefined;
17092
17263
  tags?: string[] | undefined;
17093
17264
  marketplaceRanking?: number | undefined;
17265
+ termsOfServiceUrl?: string | undefined;
17094
17266
  }, {
17095
17267
  title: string;
17096
17268
  description: string;
@@ -17133,6 +17305,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17133
17305
  support?: string | undefined;
17134
17306
  tags?: string[] | undefined;
17135
17307
  marketplaceRanking?: number | undefined;
17308
+ termsOfServiceUrl?: string | undefined;
17136
17309
  }>;
17137
17310
  }, "strip", z.ZodTypeAny, {
17138
17311
  id: {
@@ -17187,6 +17360,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17187
17360
  support?: string | undefined;
17188
17361
  tags?: string[] | undefined;
17189
17362
  marketplaceRanking?: number | undefined;
17363
+ termsOfServiceUrl?: string | undefined;
17190
17364
  };
17191
17365
  }, {
17192
17366
  id: {
@@ -17256,6 +17430,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17256
17430
  support?: string | undefined;
17257
17431
  tags?: string[] | undefined;
17258
17432
  marketplaceRanking?: number | undefined;
17433
+ termsOfServiceUrl?: string | undefined;
17259
17434
  };
17260
17435
  }>;
17261
17436
  manifestSha256: z.ZodString;
@@ -17313,6 +17488,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17313
17488
  support?: string | undefined;
17314
17489
  tags?: string[] | undefined;
17315
17490
  marketplaceRanking?: number | undefined;
17491
+ termsOfServiceUrl?: string | undefined;
17316
17492
  };
17317
17493
  };
17318
17494
  manifestSha256: string;
@@ -17385,6 +17561,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17385
17561
  support?: string | undefined;
17386
17562
  tags?: string[] | undefined;
17387
17563
  marketplaceRanking?: number | undefined;
17564
+ termsOfServiceUrl?: string | undefined;
17388
17565
  };
17389
17566
  };
17390
17567
  manifestSha256: string;
@@ -17451,6 +17628,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17451
17628
  support?: string | undefined;
17452
17629
  tags?: string[] | undefined;
17453
17630
  marketplaceRanking?: number | undefined;
17631
+ termsOfServiceUrl?: string | undefined;
17454
17632
  };
17455
17633
  };
17456
17634
  latestManifestSha256: string;
@@ -17508,6 +17686,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17508
17686
  support?: string | undefined;
17509
17687
  tags?: string[] | undefined;
17510
17688
  marketplaceRanking?: number | undefined;
17689
+ termsOfServiceUrl?: string | undefined;
17511
17690
  };
17512
17691
  };
17513
17692
  manifestSha256: string;
@@ -17590,6 +17769,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17590
17769
  support?: string | undefined;
17591
17770
  tags?: string[] | undefined;
17592
17771
  marketplaceRanking?: number | undefined;
17772
+ termsOfServiceUrl?: string | undefined;
17593
17773
  };
17594
17774
  };
17595
17775
  latestManifestSha256: string;
@@ -17663,6 +17843,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17663
17843
  support?: string | undefined;
17664
17844
  tags?: string[] | undefined;
17665
17845
  marketplaceRanking?: number | undefined;
17846
+ termsOfServiceUrl?: string | undefined;
17666
17847
  };
17667
17848
  };
17668
17849
  manifestSha256: string;
@@ -17732,6 +17913,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17732
17913
  support?: string | undefined;
17733
17914
  tags?: string[] | undefined;
17734
17915
  marketplaceRanking?: number | undefined;
17916
+ termsOfServiceUrl?: string | undefined;
17735
17917
  };
17736
17918
  };
17737
17919
  latestManifestSha256: string;
@@ -17789,6 +17971,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17789
17971
  support?: string | undefined;
17790
17972
  tags?: string[] | undefined;
17791
17973
  marketplaceRanking?: number | undefined;
17974
+ termsOfServiceUrl?: string | undefined;
17792
17975
  };
17793
17976
  };
17794
17977
  manifestSha256: string;
@@ -17870,6 +18053,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17870
18053
  support?: string | undefined;
17871
18054
  tags?: string[] | undefined;
17872
18055
  marketplaceRanking?: number | undefined;
18056
+ termsOfServiceUrl?: string | undefined;
17873
18057
  };
17874
18058
  };
17875
18059
  latestManifestSha256: string;
@@ -17947,6 +18131,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
17947
18131
  support?: string | undefined;
17948
18132
  tags?: string[] | undefined;
17949
18133
  marketplaceRanking?: number | undefined;
18134
+ termsOfServiceUrl?: string | undefined;
17950
18135
  };
17951
18136
  };
17952
18137
  manifestSha256: string;