@platforma-sdk/block-tools 2.5.9 → 2.5.11

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.
@@ -1810,95 +1810,7 @@ export declare function GlobalOverviewEntry<const Description extends z.ZodTypeA
1810
1810
  description: Description;
1811
1811
  manifestSha256: z.ZodString;
1812
1812
  }>[k_1]; }>>>;
1813
- }>[k_1_1]; }>, { [k_2 in keyof z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
1814
- id: z.ZodObject<Omit<{
1815
- organization: z.ZodString;
1816
- name: z.ZodString;
1817
- version: z.ZodString;
1818
- }, "version">, "strict", z.ZodTypeAny, {
1819
- organization: string;
1820
- name: string;
1821
- }, {
1822
- organization: string;
1823
- name: string;
1824
- }>;
1825
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
1826
- allVersions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1827
- allVersionsWithChannels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1828
- version: z.ZodString;
1829
- channels: z.ZodArray<z.ZodString, "many">;
1830
- }, "strip", z.ZodTypeAny, {
1831
- version: string;
1832
- channels: string[];
1833
- }, {
1834
- version: string;
1835
- channels: string[];
1836
- }>, "many">>;
1837
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
1838
- latest: Description;
1839
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
1840
- latestManifestSha256: z.ZodString;
1841
- latestByChannel: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1842
- description: Description;
1843
- manifestSha256: z.ZodString;
1844
- }, "strip", z.ZodTypeAny, { [k in keyof z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
1845
- description: Description;
1846
- manifestSha256: z.ZodString;
1847
- }>, any>]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
1848
- description: Description;
1849
- manifestSha256: z.ZodString;
1850
- }>, any>[k]; }, { [k_1 in keyof z.baseObjectInputType<{
1851
- description: Description;
1852
- manifestSha256: z.ZodString;
1853
- }>]: z.baseObjectInputType<{
1854
- description: Description;
1855
- manifestSha256: z.ZodString;
1856
- }>[k_1]; }>>>;
1857
- }>, any>]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
1858
- id: z.ZodObject<Omit<{
1859
- organization: z.ZodString;
1860
- name: z.ZodString;
1861
- version: z.ZodString;
1862
- }, "version">, "strict", z.ZodTypeAny, {
1863
- organization: string;
1864
- name: string;
1865
- }, {
1866
- organization: string;
1867
- name: string;
1868
- }>;
1869
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
1870
- allVersions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1871
- allVersionsWithChannels: z.ZodOptional<z.ZodArray<z.ZodObject<{
1872
- version: z.ZodString;
1873
- channels: z.ZodArray<z.ZodString, "many">;
1874
- }, "strip", z.ZodTypeAny, {
1875
- version: string;
1876
- channels: string[];
1877
- }, {
1878
- version: string;
1879
- channels: string[];
1880
- }>, "many">>;
1881
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
1882
- latest: Description;
1883
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
1884
- latestManifestSha256: z.ZodString;
1885
- latestByChannel: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
1886
- description: Description;
1887
- manifestSha256: z.ZodString;
1888
- }, "strip", z.ZodTypeAny, { [k in keyof z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
1889
- description: Description;
1890
- manifestSha256: z.ZodString;
1891
- }>, any>]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
1892
- description: Description;
1893
- manifestSha256: z.ZodString;
1894
- }>, any>[k]; }, { [k_1 in keyof z.baseObjectInputType<{
1895
- description: Description;
1896
- manifestSha256: z.ZodString;
1897
- }>]: z.baseObjectInputType<{
1898
- description: Description;
1899
- manifestSha256: z.ZodString;
1900
- }>[k_1]; }>>>;
1901
- }>, any>[k_2]; }, { [k_1_1 in keyof z.baseObjectInputType<{
1813
+ }>[k_1_1]; }>, any, { [k_1_1 in keyof z.baseObjectInputType<{
1902
1814
  id: z.ZodObject<Omit<{
1903
1815
  organization: z.ZodString;
1904
1816
  name: z.ZodString;
@@ -4122,155 +4034,7 @@ export declare const GlobalOverviewEntryReg: z.ZodPipeline<z.ZodEffects<z.ZodEff
4122
4034
  };
4123
4035
  manifestSha256: string;
4124
4036
  }> | undefined;
4125
- }>, {
4126
- id: {
4127
- organization: string;
4128
- name: string;
4129
- };
4130
- latest: {
4131
- components: {
4132
- ui: {
4133
- type: "relative";
4134
- path: string;
4135
- };
4136
- workflow: {
4137
- type: "workflow-v1";
4138
- main: {
4139
- type: "relative";
4140
- path: string;
4141
- };
4142
- };
4143
- model: {
4144
- type: "relative";
4145
- path: string;
4146
- };
4147
- };
4148
- meta: {
4149
- organization: {
4150
- url: string;
4151
- name: string;
4152
- logo?: {
4153
- type: "explicit-base64";
4154
- content: string;
4155
- mimeType: string;
4156
- } | {
4157
- type: "relative";
4158
- path: string;
4159
- } | undefined;
4160
- };
4161
- title: string;
4162
- description: string;
4163
- url?: string | undefined;
4164
- longDescription?: {
4165
- type: "explicit-string";
4166
- content: string;
4167
- } | {
4168
- type: "relative";
4169
- path: string;
4170
- } | undefined;
4171
- changelog?: {
4172
- type: "explicit-string";
4173
- content: string;
4174
- } | {
4175
- type: "relative";
4176
- path: string;
4177
- } | undefined;
4178
- logo?: {
4179
- type: "explicit-base64";
4180
- content: string;
4181
- mimeType: string;
4182
- } | {
4183
- type: "relative";
4184
- path: string;
4185
- } | undefined;
4186
- docs?: string | undefined;
4187
- support?: string | undefined;
4188
- tags?: string[] | undefined;
4189
- marketplaceRanking?: number | undefined;
4190
- };
4191
- id: {
4192
- organization: string;
4193
- name: string;
4194
- version: string;
4195
- };
4196
- };
4197
- latestManifestSha256: string;
4198
- latestByChannel: Record<string, {
4199
- description: {
4200
- components: {
4201
- ui: {
4202
- type: "relative";
4203
- path: string;
4204
- };
4205
- workflow: {
4206
- type: "workflow-v1";
4207
- main: {
4208
- type: "relative";
4209
- path: string;
4210
- };
4211
- };
4212
- model: {
4213
- type: "relative";
4214
- path: string;
4215
- };
4216
- };
4217
- meta: {
4218
- organization: {
4219
- url: string;
4220
- name: string;
4221
- logo?: {
4222
- type: "explicit-base64";
4223
- content: string;
4224
- mimeType: string;
4225
- } | {
4226
- type: "relative";
4227
- path: string;
4228
- } | undefined;
4229
- };
4230
- title: string;
4231
- description: string;
4232
- url?: string | undefined;
4233
- longDescription?: {
4234
- type: "explicit-string";
4235
- content: string;
4236
- } | {
4237
- type: "relative";
4238
- path: string;
4239
- } | undefined;
4240
- changelog?: {
4241
- type: "explicit-string";
4242
- content: string;
4243
- } | {
4244
- type: "relative";
4245
- path: string;
4246
- } | undefined;
4247
- logo?: {
4248
- type: "explicit-base64";
4249
- content: string;
4250
- mimeType: string;
4251
- } | {
4252
- type: "relative";
4253
- path: string;
4254
- } | undefined;
4255
- docs?: string | undefined;
4256
- support?: string | undefined;
4257
- tags?: string[] | undefined;
4258
- marketplaceRanking?: number | undefined;
4259
- };
4260
- id: {
4261
- organization: string;
4262
- name: string;
4263
- version: string;
4264
- };
4265
- };
4266
- manifestSha256: string;
4267
- }>;
4268
- allVersions?: string[] | undefined;
4269
- allVersionsWithChannels?: {
4270
- version: string;
4271
- channels: string[];
4272
- }[] | undefined;
4273
- }, {
4037
+ }>, any, {
4274
4038
  id: {
4275
4039
  organization: string;
4276
4040
  name: string;
@@ -6244,95 +6008,7 @@ export declare function GlobalOverview<const Description extends z.ZodTypeAny>(d
6244
6008
  description: Description;
6245
6009
  manifestSha256: z.ZodString;
6246
6010
  }>[k_1]; }>>>;
6247
- }>[k_1_1]; }>, { [k_2 in keyof z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
6248
- id: z.ZodObject<Omit<{
6249
- organization: z.ZodString;
6250
- name: z.ZodString;
6251
- version: z.ZodString;
6252
- }, "version">, "strict", z.ZodTypeAny, {
6253
- organization: string;
6254
- name: string;
6255
- }, {
6256
- organization: string;
6257
- name: string;
6258
- }>;
6259
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
6260
- allVersions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6261
- allVersionsWithChannels: z.ZodOptional<z.ZodArray<z.ZodObject<{
6262
- version: z.ZodString;
6263
- channels: z.ZodArray<z.ZodString, "many">;
6264
- }, "strip", z.ZodTypeAny, {
6265
- version: string;
6266
- channels: string[];
6267
- }, {
6268
- version: string;
6269
- channels: string[];
6270
- }>, "many">>;
6271
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
6272
- latest: Description;
6273
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
6274
- latestManifestSha256: z.ZodString;
6275
- latestByChannel: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
6276
- description: Description;
6277
- manifestSha256: z.ZodString;
6278
- }, "strip", z.ZodTypeAny, { [k in keyof z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
6279
- description: Description;
6280
- manifestSha256: z.ZodString;
6281
- }>, any>]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
6282
- description: Description;
6283
- manifestSha256: z.ZodString;
6284
- }>, any>[k]; }, { [k_1 in keyof z.baseObjectInputType<{
6285
- description: Description;
6286
- manifestSha256: z.ZodString;
6287
- }>]: z.baseObjectInputType<{
6288
- description: Description;
6289
- manifestSha256: z.ZodString;
6290
- }>[k_1]; }>>>;
6291
- }>, any>]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
6292
- id: z.ZodObject<Omit<{
6293
- organization: z.ZodString;
6294
- name: z.ZodString;
6295
- version: z.ZodString;
6296
- }, "version">, "strict", z.ZodTypeAny, {
6297
- organization: string;
6298
- name: string;
6299
- }, {
6300
- organization: string;
6301
- name: string;
6302
- }>;
6303
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
6304
- allVersions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6305
- allVersionsWithChannels: z.ZodOptional<z.ZodArray<z.ZodObject<{
6306
- version: z.ZodString;
6307
- channels: z.ZodArray<z.ZodString, "many">;
6308
- }, "strip", z.ZodTypeAny, {
6309
- version: string;
6310
- channels: string[];
6311
- }, {
6312
- version: string;
6313
- channels: string[];
6314
- }>, "many">>;
6315
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
6316
- latest: Description;
6317
- /** @deprecated to be removed at some point, not used, left for compatibility with older versions */
6318
- latestManifestSha256: z.ZodString;
6319
- latestByChannel: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
6320
- description: Description;
6321
- manifestSha256: z.ZodString;
6322
- }, "strip", z.ZodTypeAny, { [k in keyof z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
6323
- description: Description;
6324
- manifestSha256: z.ZodString;
6325
- }>, any>]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
6326
- description: Description;
6327
- manifestSha256: z.ZodString;
6328
- }>, any>[k]; }, { [k_1 in keyof z.baseObjectInputType<{
6329
- description: Description;
6330
- manifestSha256: z.ZodString;
6331
- }>]: z.baseObjectInputType<{
6332
- description: Description;
6333
- manifestSha256: z.ZodString;
6334
- }>[k_1]; }>>>;
6335
- }>, any>[k_2]; }, { [k_1_1 in keyof z.baseObjectInputType<{
6011
+ }>[k_1_1]; }>, any, { [k_1_1 in keyof z.baseObjectInputType<{
6336
6012
  id: z.ZodObject<Omit<{
6337
6013
  organization: z.ZodString;
6338
6014
  name: z.ZodString;
@@ -8811,161 +8487,13 @@ export declare const GlobalOverviewReg: z.ZodObject<{
8811
8487
  };
8812
8488
  id: {
8813
8489
  organization: string;
8814
- name: string;
8815
- version: string;
8816
- };
8817
- };
8818
- manifestSha256: string;
8819
- }> | undefined;
8820
- }>, {
8821
- id: {
8822
- organization: string;
8823
- name: string;
8824
- };
8825
- latest: {
8826
- components: {
8827
- ui: {
8828
- type: "relative";
8829
- path: string;
8830
- };
8831
- workflow: {
8832
- type: "workflow-v1";
8833
- main: {
8834
- type: "relative";
8835
- path: string;
8836
- };
8837
- };
8838
- model: {
8839
- type: "relative";
8840
- path: string;
8841
- };
8842
- };
8843
- meta: {
8844
- organization: {
8845
- url: string;
8846
- name: string;
8847
- logo?: {
8848
- type: "explicit-base64";
8849
- content: string;
8850
- mimeType: string;
8851
- } | {
8852
- type: "relative";
8853
- path: string;
8854
- } | undefined;
8855
- };
8856
- title: string;
8857
- description: string;
8858
- url?: string | undefined;
8859
- longDescription?: {
8860
- type: "explicit-string";
8861
- content: string;
8862
- } | {
8863
- type: "relative";
8864
- path: string;
8865
- } | undefined;
8866
- changelog?: {
8867
- type: "explicit-string";
8868
- content: string;
8869
- } | {
8870
- type: "relative";
8871
- path: string;
8872
- } | undefined;
8873
- logo?: {
8874
- type: "explicit-base64";
8875
- content: string;
8876
- mimeType: string;
8877
- } | {
8878
- type: "relative";
8879
- path: string;
8880
- } | undefined;
8881
- docs?: string | undefined;
8882
- support?: string | undefined;
8883
- tags?: string[] | undefined;
8884
- marketplaceRanking?: number | undefined;
8885
- };
8886
- id: {
8887
- organization: string;
8888
- name: string;
8889
- version: string;
8890
- };
8891
- };
8892
- latestManifestSha256: string;
8893
- latestByChannel: Record<string, {
8894
- description: {
8895
- components: {
8896
- ui: {
8897
- type: "relative";
8898
- path: string;
8899
- };
8900
- workflow: {
8901
- type: "workflow-v1";
8902
- main: {
8903
- type: "relative";
8904
- path: string;
8905
- };
8906
- };
8907
- model: {
8908
- type: "relative";
8909
- path: string;
8910
- };
8911
- };
8912
- meta: {
8913
- organization: {
8914
- url: string;
8915
- name: string;
8916
- logo?: {
8917
- type: "explicit-base64";
8918
- content: string;
8919
- mimeType: string;
8920
- } | {
8921
- type: "relative";
8922
- path: string;
8923
- } | undefined;
8924
- };
8925
- title: string;
8926
- description: string;
8927
- url?: string | undefined;
8928
- longDescription?: {
8929
- type: "explicit-string";
8930
- content: string;
8931
- } | {
8932
- type: "relative";
8933
- path: string;
8934
- } | undefined;
8935
- changelog?: {
8936
- type: "explicit-string";
8937
- content: string;
8938
- } | {
8939
- type: "relative";
8940
- path: string;
8941
- } | undefined;
8942
- logo?: {
8943
- type: "explicit-base64";
8944
- content: string;
8945
- mimeType: string;
8946
- } | {
8947
- type: "relative";
8948
- path: string;
8949
- } | undefined;
8950
- docs?: string | undefined;
8951
- support?: string | undefined;
8952
- tags?: string[] | undefined;
8953
- marketplaceRanking?: number | undefined;
8954
- };
8955
- id: {
8956
- organization: string;
8957
- name: string;
8958
- version: string;
8959
- };
8960
- };
8961
- manifestSha256: string;
8962
- }>;
8963
- allVersions?: string[] | undefined;
8964
- allVersionsWithChannels?: {
8965
- version: string;
8966
- channels: string[];
8967
- }[] | undefined;
8968
- }, {
8490
+ name: string;
8491
+ version: string;
8492
+ };
8493
+ };
8494
+ manifestSha256: string;
8495
+ }> | undefined;
8496
+ }>, any, {
8969
8497
  id: {
8970
8498
  organization: string;
8971
8499
  name: string;
@@ -13031,131 +12559,7 @@ export declare function GlobalOverviewToExplicitBinaryBytes(reader: RelativeCont
13031
12559
  };
13032
12560
  manifestSha256: string;
13033
12561
  }> | undefined;
13034
- }>, {
13035
- id: {
13036
- organization: string;
13037
- name: string;
13038
- };
13039
- latest: {
13040
- id: {
13041
- organization: string;
13042
- name: string;
13043
- version: string;
13044
- };
13045
- components: {
13046
- ui: {
13047
- type: "relative";
13048
- path: string;
13049
- };
13050
- workflow: {
13051
- type: "workflow-v1";
13052
- main: {
13053
- type: "relative";
13054
- path: string;
13055
- };
13056
- };
13057
- model: {
13058
- type: "relative";
13059
- path: string;
13060
- };
13061
- };
13062
- meta: {
13063
- title: string;
13064
- description: string;
13065
- organization: {
13066
- url: string;
13067
- name: string;
13068
- logo?: {
13069
- type: "explicit-bytes";
13070
- content: Uint8Array;
13071
- mimeType: string;
13072
- } | undefined;
13073
- };
13074
- longDescription?: {
13075
- type: "explicit-string";
13076
- content: string;
13077
- } | undefined;
13078
- changelog?: {
13079
- type: "explicit-string";
13080
- content: string;
13081
- } | undefined;
13082
- logo?: {
13083
- type: "explicit-bytes";
13084
- content: Uint8Array;
13085
- mimeType: string;
13086
- } | undefined;
13087
- url?: string | undefined;
13088
- docs?: string | undefined;
13089
- support?: string | undefined;
13090
- tags?: string[] | undefined;
13091
- marketplaceRanking?: number | undefined;
13092
- };
13093
- };
13094
- latestManifestSha256: string;
13095
- latestByChannel: Record<string, {
13096
- description: {
13097
- id: {
13098
- organization: string;
13099
- name: string;
13100
- version: string;
13101
- };
13102
- components: {
13103
- ui: {
13104
- type: "relative";
13105
- path: string;
13106
- };
13107
- workflow: {
13108
- type: "workflow-v1";
13109
- main: {
13110
- type: "relative";
13111
- path: string;
13112
- };
13113
- };
13114
- model: {
13115
- type: "relative";
13116
- path: string;
13117
- };
13118
- };
13119
- meta: {
13120
- title: string;
13121
- description: string;
13122
- organization: {
13123
- url: string;
13124
- name: string;
13125
- logo?: {
13126
- type: "explicit-bytes";
13127
- content: Uint8Array;
13128
- mimeType: string;
13129
- } | undefined;
13130
- };
13131
- longDescription?: {
13132
- type: "explicit-string";
13133
- content: string;
13134
- } | undefined;
13135
- changelog?: {
13136
- type: "explicit-string";
13137
- content: string;
13138
- } | undefined;
13139
- logo?: {
13140
- type: "explicit-bytes";
13141
- content: Uint8Array;
13142
- mimeType: string;
13143
- } | undefined;
13144
- url?: string | undefined;
13145
- docs?: string | undefined;
13146
- support?: string | undefined;
13147
- tags?: string[] | undefined;
13148
- marketplaceRanking?: number | undefined;
13149
- };
13150
- };
13151
- manifestSha256: string;
13152
- }>;
13153
- allVersions?: string[] | undefined;
13154
- allVersionsWithChannels?: {
13155
- version: string;
13156
- channels: string[];
13157
- }[] | undefined;
13158
- }, {
12562
+ }>, any, {
13159
12563
  id: {
13160
12564
  organization: string;
13161
12565
  name: string;
@@ -16699,131 +16103,7 @@ export declare function GlobalOverviewToExplicitBinaryBase64(reader: RelativeCon
16699
16103
  };
16700
16104
  manifestSha256: string;
16701
16105
  }> | undefined;
16702
- }>, {
16703
- id: {
16704
- organization: string;
16705
- name: string;
16706
- };
16707
- latest: {
16708
- id: {
16709
- organization: string;
16710
- name: string;
16711
- version: string;
16712
- };
16713
- components: {
16714
- ui: {
16715
- type: "relative";
16716
- path: string;
16717
- };
16718
- workflow: {
16719
- type: "workflow-v1";
16720
- main: {
16721
- type: "relative";
16722
- path: string;
16723
- };
16724
- };
16725
- model: {
16726
- type: "relative";
16727
- path: string;
16728
- };
16729
- };
16730
- meta: {
16731
- title: string;
16732
- description: string;
16733
- organization: {
16734
- url: string;
16735
- name: string;
16736
- logo?: {
16737
- type: "explicit-bytes";
16738
- content: Uint8Array;
16739
- mimeType: string;
16740
- } | undefined;
16741
- };
16742
- longDescription?: {
16743
- type: "explicit-string";
16744
- content: string;
16745
- } | undefined;
16746
- changelog?: {
16747
- type: "explicit-string";
16748
- content: string;
16749
- } | undefined;
16750
- logo?: {
16751
- type: "explicit-bytes";
16752
- content: Uint8Array;
16753
- mimeType: string;
16754
- } | undefined;
16755
- url?: string | undefined;
16756
- docs?: string | undefined;
16757
- support?: string | undefined;
16758
- tags?: string[] | undefined;
16759
- marketplaceRanking?: number | undefined;
16760
- };
16761
- };
16762
- latestManifestSha256: string;
16763
- latestByChannel: Record<string, {
16764
- description: {
16765
- id: {
16766
- organization: string;
16767
- name: string;
16768
- version: string;
16769
- };
16770
- components: {
16771
- ui: {
16772
- type: "relative";
16773
- path: string;
16774
- };
16775
- workflow: {
16776
- type: "workflow-v1";
16777
- main: {
16778
- type: "relative";
16779
- path: string;
16780
- };
16781
- };
16782
- model: {
16783
- type: "relative";
16784
- path: string;
16785
- };
16786
- };
16787
- meta: {
16788
- title: string;
16789
- description: string;
16790
- organization: {
16791
- url: string;
16792
- name: string;
16793
- logo?: {
16794
- type: "explicit-bytes";
16795
- content: Uint8Array;
16796
- mimeType: string;
16797
- } | undefined;
16798
- };
16799
- longDescription?: {
16800
- type: "explicit-string";
16801
- content: string;
16802
- } | undefined;
16803
- changelog?: {
16804
- type: "explicit-string";
16805
- content: string;
16806
- } | undefined;
16807
- logo?: {
16808
- type: "explicit-bytes";
16809
- content: Uint8Array;
16810
- mimeType: string;
16811
- } | undefined;
16812
- url?: string | undefined;
16813
- docs?: string | undefined;
16814
- support?: string | undefined;
16815
- tags?: string[] | undefined;
16816
- marketplaceRanking?: number | undefined;
16817
- };
16818
- };
16819
- manifestSha256: string;
16820
- }>;
16821
- allVersions?: string[] | undefined;
16822
- allVersionsWithChannels?: {
16823
- version: string;
16824
- channels: string[];
16825
- }[] | undefined;
16826
- }, {
16106
+ }>, any, {
16827
16107
  id: {
16828
16108
  organization: string;
16829
16109
  name: string;