@hol-org/rb-client 0.1.172 → 0.1.174

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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
+ import { Buffer } from 'buffer';
1
2
  import { z, ZodError } from 'zod';
2
3
  import { Signer } from '@hashgraph/sdk';
3
- import { Buffer } from 'buffer';
4
4
 
5
5
  interface AdapterPackage {
6
6
  registry: string;
@@ -105,17 +105,17 @@ declare const adapterManifestSchema: z.ZodObject<{
105
105
  dependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
106
106
  env: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
107
107
  }, "strip", z.ZodTypeAny, {
108
+ env?: string[];
108
109
  platforms?: string[];
109
110
  primary?: string;
110
111
  entry?: string;
111
112
  dependencies?: string[];
112
- env?: string[];
113
113
  }, {
114
+ env?: string[];
114
115
  platforms?: string[];
115
116
  primary?: string;
116
117
  entry?: string;
117
118
  dependencies?: string[];
118
- env?: string[];
119
119
  }>;
120
120
  capabilities: z.ZodObject<{
121
121
  discovery: z.ZodBoolean;
@@ -192,11 +192,11 @@ declare const adapterManifestSchema: z.ZodObject<{
192
192
  license?: string;
193
193
  };
194
194
  runtime?: {
195
+ env?: string[];
195
196
  platforms?: string[];
196
197
  primary?: string;
197
198
  entry?: string;
198
199
  dependencies?: string[];
199
- env?: string[];
200
200
  };
201
201
  consensus?: {
202
202
  state_model?: string;
@@ -239,11 +239,11 @@ declare const adapterManifestSchema: z.ZodObject<{
239
239
  license?: string;
240
240
  };
241
241
  runtime?: {
242
+ env?: string[];
242
243
  platforms?: string[];
243
244
  primary?: string;
244
245
  entry?: string;
245
246
  dependencies?: string[];
246
- env?: string[];
247
247
  };
248
248
  consensus?: {
249
249
  state_model?: string;
@@ -22707,6 +22707,7 @@ declare const uaidConnectionStatusSchema: z.ZodObject<{
22707
22707
  adapter: z.ZodOptional<z.ZodString>;
22708
22708
  agentId: z.ZodOptional<z.ZodString>;
22709
22709
  }, "strip", z.ZodTypeAny, {
22710
+ connected?: boolean;
22710
22711
  connection?: {
22711
22712
  metadata?: Record<string, string | number | boolean>;
22712
22713
  status?: "error" | "connected" | "disconnected";
@@ -22718,8 +22719,8 @@ declare const uaidConnectionStatusSchema: z.ZodObject<{
22718
22719
  };
22719
22720
  adapter?: string;
22720
22721
  agentId?: string;
22721
- connected?: boolean;
22722
22722
  }, {
22723
+ connected?: boolean;
22723
22724
  connection?: {
22724
22725
  metadata?: Record<string, string | number | boolean>;
22725
22726
  status?: "error" | "connected" | "disconnected";
@@ -22731,7 +22732,6 @@ declare const uaidConnectionStatusSchema: z.ZodObject<{
22731
22732
  };
22732
22733
  adapter?: string;
22733
22734
  agentId?: string;
22734
- connected?: boolean;
22735
22735
  }>;
22736
22736
  declare const dashboardStatsResponseSchema: z.ZodObject<{
22737
22737
  operatorId: z.ZodOptional<z.ZodString>;
@@ -29463,16 +29463,6 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
29463
29463
  p?: "hcs-21";
29464
29464
  op?: "delete" | "register" | "update";
29465
29465
  signature?: string;
29466
- adapter_id?: string;
29467
- entity?: string;
29468
- package?: {
29469
- name?: string;
29470
- version?: string;
29471
- registry?: string;
29472
- integrity?: string;
29473
- };
29474
- manifest?: string;
29475
- manifest_sequence?: number;
29476
29466
  config?: {
29477
29467
  threshold?: string;
29478
29468
  type?: string;
@@ -29483,11 +29473,6 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
29483
29473
  } & {
29484
29474
  [k: string]: unknown;
29485
29475
  };
29486
- state_model?: string;
29487
- }, {
29488
- p?: "hcs-21";
29489
- op?: "delete" | "register" | "update";
29490
- signature?: string;
29491
29476
  adapter_id?: string;
29492
29477
  entity?: string;
29493
29478
  package?: {
@@ -29498,6 +29483,11 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
29498
29483
  };
29499
29484
  manifest?: string;
29500
29485
  manifest_sequence?: number;
29486
+ state_model?: string;
29487
+ }, {
29488
+ p?: "hcs-21";
29489
+ op?: "delete" | "register" | "update";
29490
+ signature?: string;
29501
29491
  config?: {
29502
29492
  threshold?: string;
29503
29493
  type?: string;
@@ -29508,6 +29498,16 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
29508
29498
  } & {
29509
29499
  [k: string]: unknown;
29510
29500
  };
29501
+ adapter_id?: string;
29502
+ entity?: string;
29503
+ package?: {
29504
+ name?: string;
29505
+ version?: string;
29506
+ registry?: string;
29507
+ integrity?: string;
29508
+ };
29509
+ manifest?: string;
29510
+ manifest_sequence?: number;
29511
29511
  state_model?: string;
29512
29512
  }>;
29513
29513
  transactionId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -29584,16 +29584,6 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
29584
29584
  p?: "hcs-21";
29585
29585
  op?: "delete" | "register" | "update";
29586
29586
  signature?: string;
29587
- adapter_id?: string;
29588
- entity?: string;
29589
- package?: {
29590
- name?: string;
29591
- version?: string;
29592
- registry?: string;
29593
- integrity?: string;
29594
- };
29595
- manifest?: string;
29596
- manifest_sequence?: number;
29597
29587
  config?: {
29598
29588
  threshold?: string;
29599
29589
  type?: string;
@@ -29604,6 +29594,16 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
29604
29594
  } & {
29605
29595
  [k: string]: unknown;
29606
29596
  };
29597
+ adapter_id?: string;
29598
+ entity?: string;
29599
+ package?: {
29600
+ name?: string;
29601
+ version?: string;
29602
+ registry?: string;
29603
+ integrity?: string;
29604
+ };
29605
+ manifest?: string;
29606
+ manifest_sequence?: number;
29607
29607
  state_model?: string;
29608
29608
  };
29609
29609
  }, {
@@ -29630,16 +29630,6 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
29630
29630
  p?: "hcs-21";
29631
29631
  op?: "delete" | "register" | "update";
29632
29632
  signature?: string;
29633
- adapter_id?: string;
29634
- entity?: string;
29635
- package?: {
29636
- name?: string;
29637
- version?: string;
29638
- registry?: string;
29639
- integrity?: string;
29640
- };
29641
- manifest?: string;
29642
- manifest_sequence?: number;
29643
29633
  config?: {
29644
29634
  threshold?: string;
29645
29635
  type?: string;
@@ -29650,6 +29640,16 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
29650
29640
  } & {
29651
29641
  [k: string]: unknown;
29652
29642
  };
29643
+ adapter_id?: string;
29644
+ entity?: string;
29645
+ package?: {
29646
+ name?: string;
29647
+ version?: string;
29648
+ registry?: string;
29649
+ integrity?: string;
29650
+ };
29651
+ manifest?: string;
29652
+ manifest_sequence?: number;
29653
29653
  state_model?: string;
29654
29654
  };
29655
29655
  }>;
@@ -32158,7 +32158,764 @@ declare const skillDeprecationsResponseSchema: z.ZodObject<{
32158
32158
  deprecatedBy: z.ZodString;
32159
32159
  }, z.ZodTypeAny, "passthrough">>, "many">;
32160
32160
  }, z.ZodTypeAny, "passthrough">>;
32161
- declare const skillBadgeMetricSchema: z.ZodEnum<["version", "status", "verification", "repo_commit", "manifest", "domain", "trust", "safety", "upvotes", "updated"]>;
32161
+ declare const skillPublisherQuickstartCommandSchema: z.ZodObject<{
32162
+ id: z.ZodString;
32163
+ label: z.ZodString;
32164
+ description: z.ZodString;
32165
+ command: z.ZodString;
32166
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32167
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32168
+ id: z.ZodString;
32169
+ label: z.ZodString;
32170
+ description: z.ZodString;
32171
+ command: z.ZodString;
32172
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32173
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32174
+ id: z.ZodString;
32175
+ label: z.ZodString;
32176
+ description: z.ZodString;
32177
+ command: z.ZodString;
32178
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32179
+ }, z.ZodTypeAny, "passthrough">>;
32180
+ declare const skillPublisherTemplatePresetSchema: z.ZodObject<{
32181
+ presetId: z.ZodString;
32182
+ label: z.ZodString;
32183
+ description: z.ZodString;
32184
+ recommendedFor: z.ZodString;
32185
+ command: z.ZodString;
32186
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32187
+ presetId: z.ZodString;
32188
+ label: z.ZodString;
32189
+ description: z.ZodString;
32190
+ recommendedFor: z.ZodString;
32191
+ command: z.ZodString;
32192
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32193
+ presetId: z.ZodString;
32194
+ label: z.ZodString;
32195
+ description: z.ZodString;
32196
+ recommendedFor: z.ZodString;
32197
+ command: z.ZodString;
32198
+ }, z.ZodTypeAny, "passthrough">>;
32199
+ declare const skillPublisherMetadataSchema: z.ZodObject<{
32200
+ cliPackageUrl: z.ZodString;
32201
+ cliCommand: z.ZodString;
32202
+ actionMarketplaceUrl: z.ZodString;
32203
+ repositoryUrl: z.ZodString;
32204
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32205
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32206
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32207
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32208
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32209
+ id: z.ZodString;
32210
+ label: z.ZodString;
32211
+ description: z.ZodString;
32212
+ command: z.ZodString;
32213
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32214
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32215
+ id: z.ZodString;
32216
+ label: z.ZodString;
32217
+ description: z.ZodString;
32218
+ command: z.ZodString;
32219
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32220
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32221
+ id: z.ZodString;
32222
+ label: z.ZodString;
32223
+ description: z.ZodString;
32224
+ command: z.ZodString;
32225
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32226
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32227
+ templatePresets: z.ZodArray<z.ZodObject<{
32228
+ presetId: z.ZodString;
32229
+ label: z.ZodString;
32230
+ description: z.ZodString;
32231
+ recommendedFor: z.ZodString;
32232
+ command: z.ZodString;
32233
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32234
+ presetId: z.ZodString;
32235
+ label: z.ZodString;
32236
+ description: z.ZodString;
32237
+ recommendedFor: z.ZodString;
32238
+ command: z.ZodString;
32239
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32240
+ presetId: z.ZodString;
32241
+ label: z.ZodString;
32242
+ description: z.ZodString;
32243
+ recommendedFor: z.ZodString;
32244
+ command: z.ZodString;
32245
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32246
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32247
+ cliPackageUrl: z.ZodString;
32248
+ cliCommand: z.ZodString;
32249
+ actionMarketplaceUrl: z.ZodString;
32250
+ repositoryUrl: z.ZodString;
32251
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32252
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32253
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32254
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32255
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32256
+ id: z.ZodString;
32257
+ label: z.ZodString;
32258
+ description: z.ZodString;
32259
+ command: z.ZodString;
32260
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32261
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32262
+ id: z.ZodString;
32263
+ label: z.ZodString;
32264
+ description: z.ZodString;
32265
+ command: z.ZodString;
32266
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32267
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32268
+ id: z.ZodString;
32269
+ label: z.ZodString;
32270
+ description: z.ZodString;
32271
+ command: z.ZodString;
32272
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32273
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32274
+ templatePresets: z.ZodArray<z.ZodObject<{
32275
+ presetId: z.ZodString;
32276
+ label: z.ZodString;
32277
+ description: z.ZodString;
32278
+ recommendedFor: z.ZodString;
32279
+ command: z.ZodString;
32280
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32281
+ presetId: z.ZodString;
32282
+ label: z.ZodString;
32283
+ description: z.ZodString;
32284
+ recommendedFor: z.ZodString;
32285
+ command: z.ZodString;
32286
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32287
+ presetId: z.ZodString;
32288
+ label: z.ZodString;
32289
+ description: z.ZodString;
32290
+ recommendedFor: z.ZodString;
32291
+ command: z.ZodString;
32292
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32293
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32294
+ cliPackageUrl: z.ZodString;
32295
+ cliCommand: z.ZodString;
32296
+ actionMarketplaceUrl: z.ZodString;
32297
+ repositoryUrl: z.ZodString;
32298
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32299
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32300
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32301
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32302
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32303
+ id: z.ZodString;
32304
+ label: z.ZodString;
32305
+ description: z.ZodString;
32306
+ command: z.ZodString;
32307
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32308
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32309
+ id: z.ZodString;
32310
+ label: z.ZodString;
32311
+ description: z.ZodString;
32312
+ command: z.ZodString;
32313
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32314
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32315
+ id: z.ZodString;
32316
+ label: z.ZodString;
32317
+ description: z.ZodString;
32318
+ command: z.ZodString;
32319
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32320
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32321
+ templatePresets: z.ZodArray<z.ZodObject<{
32322
+ presetId: z.ZodString;
32323
+ label: z.ZodString;
32324
+ description: z.ZodString;
32325
+ recommendedFor: z.ZodString;
32326
+ command: z.ZodString;
32327
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32328
+ presetId: z.ZodString;
32329
+ label: z.ZodString;
32330
+ description: z.ZodString;
32331
+ recommendedFor: z.ZodString;
32332
+ command: z.ZodString;
32333
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32334
+ presetId: z.ZodString;
32335
+ label: z.ZodString;
32336
+ description: z.ZodString;
32337
+ recommendedFor: z.ZodString;
32338
+ command: z.ZodString;
32339
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32340
+ }, z.ZodTypeAny, "passthrough">>;
32341
+ declare const skillTrustTierSchema: z.ZodEnum<["unpublished", "published", "verified", "hardened"]>;
32342
+ declare const skillStatusChecksSchema: z.ZodObject<{
32343
+ repoCommitIntegrity: z.ZodBoolean;
32344
+ manifestIntegrity: z.ZodBoolean;
32345
+ domainProof: z.ZodBoolean;
32346
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32347
+ repoCommitIntegrity: z.ZodBoolean;
32348
+ manifestIntegrity: z.ZodBoolean;
32349
+ domainProof: z.ZodBoolean;
32350
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32351
+ repoCommitIntegrity: z.ZodBoolean;
32352
+ manifestIntegrity: z.ZodBoolean;
32353
+ domainProof: z.ZodBoolean;
32354
+ }, z.ZodTypeAny, "passthrough">>;
32355
+ declare const skillStatusNextStepSchema: z.ZodObject<{
32356
+ id: z.ZodString;
32357
+ label: z.ZodString;
32358
+ description: z.ZodString;
32359
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32360
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32361
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32362
+ id: z.ZodString;
32363
+ label: z.ZodString;
32364
+ description: z.ZodString;
32365
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32366
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32367
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32368
+ id: z.ZodString;
32369
+ label: z.ZodString;
32370
+ description: z.ZodString;
32371
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32372
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32373
+ }, z.ZodTypeAny, "passthrough">>;
32374
+ declare const skillBadgeMetricSchema: z.ZodEnum<["version", "status", "verification", "repo_commit", "manifest", "domain", "trust", "tier", "safety", "upvotes", "updated"]>;
32375
+ declare const skillStatusResponseSchema: z.ZodObject<{
32376
+ name: z.ZodString;
32377
+ version: z.ZodNullable<z.ZodString>;
32378
+ published: z.ZodBoolean;
32379
+ verifiedDomain: z.ZodBoolean;
32380
+ trustTier: z.ZodEnum<["unpublished", "published", "verified", "hardened"]>;
32381
+ badgeMetric: z.ZodEnum<["version", "status", "verification", "repo_commit", "manifest", "domain", "trust", "tier", "safety", "upvotes", "updated"]>;
32382
+ checks: z.ZodObject<{
32383
+ repoCommitIntegrity: z.ZodBoolean;
32384
+ manifestIntegrity: z.ZodBoolean;
32385
+ domainProof: z.ZodBoolean;
32386
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32387
+ repoCommitIntegrity: z.ZodBoolean;
32388
+ manifestIntegrity: z.ZodBoolean;
32389
+ domainProof: z.ZodBoolean;
32390
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32391
+ repoCommitIntegrity: z.ZodBoolean;
32392
+ manifestIntegrity: z.ZodBoolean;
32393
+ domainProof: z.ZodBoolean;
32394
+ }, z.ZodTypeAny, "passthrough">>;
32395
+ nextSteps: z.ZodArray<z.ZodObject<{
32396
+ id: z.ZodString;
32397
+ label: z.ZodString;
32398
+ description: z.ZodString;
32399
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32400
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32401
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32402
+ id: z.ZodString;
32403
+ label: z.ZodString;
32404
+ description: z.ZodString;
32405
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32406
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32407
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32408
+ id: z.ZodString;
32409
+ label: z.ZodString;
32410
+ description: z.ZodString;
32411
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32412
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32413
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32414
+ publisher: z.ZodOptional<z.ZodNullable<z.ZodObject<{
32415
+ cliPackageUrl: z.ZodString;
32416
+ cliCommand: z.ZodString;
32417
+ actionMarketplaceUrl: z.ZodString;
32418
+ repositoryUrl: z.ZodString;
32419
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32420
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32421
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32422
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32423
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32424
+ id: z.ZodString;
32425
+ label: z.ZodString;
32426
+ description: z.ZodString;
32427
+ command: z.ZodString;
32428
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32429
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32430
+ id: z.ZodString;
32431
+ label: z.ZodString;
32432
+ description: z.ZodString;
32433
+ command: z.ZodString;
32434
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32435
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32436
+ id: z.ZodString;
32437
+ label: z.ZodString;
32438
+ description: z.ZodString;
32439
+ command: z.ZodString;
32440
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32441
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32442
+ templatePresets: z.ZodArray<z.ZodObject<{
32443
+ presetId: z.ZodString;
32444
+ label: z.ZodString;
32445
+ description: z.ZodString;
32446
+ recommendedFor: z.ZodString;
32447
+ command: z.ZodString;
32448
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32449
+ presetId: z.ZodString;
32450
+ label: z.ZodString;
32451
+ description: z.ZodString;
32452
+ recommendedFor: z.ZodString;
32453
+ command: z.ZodString;
32454
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32455
+ presetId: z.ZodString;
32456
+ label: z.ZodString;
32457
+ description: z.ZodString;
32458
+ recommendedFor: z.ZodString;
32459
+ command: z.ZodString;
32460
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32461
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32462
+ cliPackageUrl: z.ZodString;
32463
+ cliCommand: z.ZodString;
32464
+ actionMarketplaceUrl: z.ZodString;
32465
+ repositoryUrl: z.ZodString;
32466
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32467
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32468
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32469
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32470
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32471
+ id: z.ZodString;
32472
+ label: z.ZodString;
32473
+ description: z.ZodString;
32474
+ command: z.ZodString;
32475
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32476
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32477
+ id: z.ZodString;
32478
+ label: z.ZodString;
32479
+ description: z.ZodString;
32480
+ command: z.ZodString;
32481
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32482
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32483
+ id: z.ZodString;
32484
+ label: z.ZodString;
32485
+ description: z.ZodString;
32486
+ command: z.ZodString;
32487
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32488
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32489
+ templatePresets: z.ZodArray<z.ZodObject<{
32490
+ presetId: z.ZodString;
32491
+ label: z.ZodString;
32492
+ description: z.ZodString;
32493
+ recommendedFor: z.ZodString;
32494
+ command: z.ZodString;
32495
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32496
+ presetId: z.ZodString;
32497
+ label: z.ZodString;
32498
+ description: z.ZodString;
32499
+ recommendedFor: z.ZodString;
32500
+ command: z.ZodString;
32501
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32502
+ presetId: z.ZodString;
32503
+ label: z.ZodString;
32504
+ description: z.ZodString;
32505
+ recommendedFor: z.ZodString;
32506
+ command: z.ZodString;
32507
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32508
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32509
+ cliPackageUrl: z.ZodString;
32510
+ cliCommand: z.ZodString;
32511
+ actionMarketplaceUrl: z.ZodString;
32512
+ repositoryUrl: z.ZodString;
32513
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32514
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32515
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32516
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32517
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32518
+ id: z.ZodString;
32519
+ label: z.ZodString;
32520
+ description: z.ZodString;
32521
+ command: z.ZodString;
32522
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32523
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32524
+ id: z.ZodString;
32525
+ label: z.ZodString;
32526
+ description: z.ZodString;
32527
+ command: z.ZodString;
32528
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32529
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32530
+ id: z.ZodString;
32531
+ label: z.ZodString;
32532
+ description: z.ZodString;
32533
+ command: z.ZodString;
32534
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32535
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32536
+ templatePresets: z.ZodArray<z.ZodObject<{
32537
+ presetId: z.ZodString;
32538
+ label: z.ZodString;
32539
+ description: z.ZodString;
32540
+ recommendedFor: z.ZodString;
32541
+ command: z.ZodString;
32542
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32543
+ presetId: z.ZodString;
32544
+ label: z.ZodString;
32545
+ description: z.ZodString;
32546
+ recommendedFor: z.ZodString;
32547
+ command: z.ZodString;
32548
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32549
+ presetId: z.ZodString;
32550
+ label: z.ZodString;
32551
+ description: z.ZodString;
32552
+ recommendedFor: z.ZodString;
32553
+ command: z.ZodString;
32554
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32555
+ }, z.ZodTypeAny, "passthrough">>>>;
32556
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32557
+ name: z.ZodString;
32558
+ version: z.ZodNullable<z.ZodString>;
32559
+ published: z.ZodBoolean;
32560
+ verifiedDomain: z.ZodBoolean;
32561
+ trustTier: z.ZodEnum<["unpublished", "published", "verified", "hardened"]>;
32562
+ badgeMetric: z.ZodEnum<["version", "status", "verification", "repo_commit", "manifest", "domain", "trust", "tier", "safety", "upvotes", "updated"]>;
32563
+ checks: z.ZodObject<{
32564
+ repoCommitIntegrity: z.ZodBoolean;
32565
+ manifestIntegrity: z.ZodBoolean;
32566
+ domainProof: z.ZodBoolean;
32567
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32568
+ repoCommitIntegrity: z.ZodBoolean;
32569
+ manifestIntegrity: z.ZodBoolean;
32570
+ domainProof: z.ZodBoolean;
32571
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32572
+ repoCommitIntegrity: z.ZodBoolean;
32573
+ manifestIntegrity: z.ZodBoolean;
32574
+ domainProof: z.ZodBoolean;
32575
+ }, z.ZodTypeAny, "passthrough">>;
32576
+ nextSteps: z.ZodArray<z.ZodObject<{
32577
+ id: z.ZodString;
32578
+ label: z.ZodString;
32579
+ description: z.ZodString;
32580
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32581
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32582
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32583
+ id: z.ZodString;
32584
+ label: z.ZodString;
32585
+ description: z.ZodString;
32586
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32587
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32588
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32589
+ id: z.ZodString;
32590
+ label: z.ZodString;
32591
+ description: z.ZodString;
32592
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32593
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32594
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32595
+ publisher: z.ZodOptional<z.ZodNullable<z.ZodObject<{
32596
+ cliPackageUrl: z.ZodString;
32597
+ cliCommand: z.ZodString;
32598
+ actionMarketplaceUrl: z.ZodString;
32599
+ repositoryUrl: z.ZodString;
32600
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32601
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32602
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32603
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32604
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32605
+ id: z.ZodString;
32606
+ label: z.ZodString;
32607
+ description: z.ZodString;
32608
+ command: z.ZodString;
32609
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32610
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32611
+ id: z.ZodString;
32612
+ label: z.ZodString;
32613
+ description: z.ZodString;
32614
+ command: z.ZodString;
32615
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32616
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32617
+ id: z.ZodString;
32618
+ label: z.ZodString;
32619
+ description: z.ZodString;
32620
+ command: z.ZodString;
32621
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32622
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32623
+ templatePresets: z.ZodArray<z.ZodObject<{
32624
+ presetId: z.ZodString;
32625
+ label: z.ZodString;
32626
+ description: z.ZodString;
32627
+ recommendedFor: z.ZodString;
32628
+ command: z.ZodString;
32629
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32630
+ presetId: z.ZodString;
32631
+ label: z.ZodString;
32632
+ description: z.ZodString;
32633
+ recommendedFor: z.ZodString;
32634
+ command: z.ZodString;
32635
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32636
+ presetId: z.ZodString;
32637
+ label: z.ZodString;
32638
+ description: z.ZodString;
32639
+ recommendedFor: z.ZodString;
32640
+ command: z.ZodString;
32641
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32642
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32643
+ cliPackageUrl: z.ZodString;
32644
+ cliCommand: z.ZodString;
32645
+ actionMarketplaceUrl: z.ZodString;
32646
+ repositoryUrl: z.ZodString;
32647
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32648
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32649
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32650
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32651
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32652
+ id: z.ZodString;
32653
+ label: z.ZodString;
32654
+ description: z.ZodString;
32655
+ command: z.ZodString;
32656
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32657
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32658
+ id: z.ZodString;
32659
+ label: z.ZodString;
32660
+ description: z.ZodString;
32661
+ command: z.ZodString;
32662
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32663
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32664
+ id: z.ZodString;
32665
+ label: z.ZodString;
32666
+ description: z.ZodString;
32667
+ command: z.ZodString;
32668
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32669
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32670
+ templatePresets: z.ZodArray<z.ZodObject<{
32671
+ presetId: z.ZodString;
32672
+ label: z.ZodString;
32673
+ description: z.ZodString;
32674
+ recommendedFor: z.ZodString;
32675
+ command: z.ZodString;
32676
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32677
+ presetId: z.ZodString;
32678
+ label: z.ZodString;
32679
+ description: z.ZodString;
32680
+ recommendedFor: z.ZodString;
32681
+ command: z.ZodString;
32682
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32683
+ presetId: z.ZodString;
32684
+ label: z.ZodString;
32685
+ description: z.ZodString;
32686
+ recommendedFor: z.ZodString;
32687
+ command: z.ZodString;
32688
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32689
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32690
+ cliPackageUrl: z.ZodString;
32691
+ cliCommand: z.ZodString;
32692
+ actionMarketplaceUrl: z.ZodString;
32693
+ repositoryUrl: z.ZodString;
32694
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32695
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32696
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32697
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32698
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32699
+ id: z.ZodString;
32700
+ label: z.ZodString;
32701
+ description: z.ZodString;
32702
+ command: z.ZodString;
32703
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32704
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32705
+ id: z.ZodString;
32706
+ label: z.ZodString;
32707
+ description: z.ZodString;
32708
+ command: z.ZodString;
32709
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32710
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32711
+ id: z.ZodString;
32712
+ label: z.ZodString;
32713
+ description: z.ZodString;
32714
+ command: z.ZodString;
32715
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32716
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32717
+ templatePresets: z.ZodArray<z.ZodObject<{
32718
+ presetId: z.ZodString;
32719
+ label: z.ZodString;
32720
+ description: z.ZodString;
32721
+ recommendedFor: z.ZodString;
32722
+ command: z.ZodString;
32723
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32724
+ presetId: z.ZodString;
32725
+ label: z.ZodString;
32726
+ description: z.ZodString;
32727
+ recommendedFor: z.ZodString;
32728
+ command: z.ZodString;
32729
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32730
+ presetId: z.ZodString;
32731
+ label: z.ZodString;
32732
+ description: z.ZodString;
32733
+ recommendedFor: z.ZodString;
32734
+ command: z.ZodString;
32735
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32736
+ }, z.ZodTypeAny, "passthrough">>>>;
32737
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32738
+ name: z.ZodString;
32739
+ version: z.ZodNullable<z.ZodString>;
32740
+ published: z.ZodBoolean;
32741
+ verifiedDomain: z.ZodBoolean;
32742
+ trustTier: z.ZodEnum<["unpublished", "published", "verified", "hardened"]>;
32743
+ badgeMetric: z.ZodEnum<["version", "status", "verification", "repo_commit", "manifest", "domain", "trust", "tier", "safety", "upvotes", "updated"]>;
32744
+ checks: z.ZodObject<{
32745
+ repoCommitIntegrity: z.ZodBoolean;
32746
+ manifestIntegrity: z.ZodBoolean;
32747
+ domainProof: z.ZodBoolean;
32748
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32749
+ repoCommitIntegrity: z.ZodBoolean;
32750
+ manifestIntegrity: z.ZodBoolean;
32751
+ domainProof: z.ZodBoolean;
32752
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32753
+ repoCommitIntegrity: z.ZodBoolean;
32754
+ manifestIntegrity: z.ZodBoolean;
32755
+ domainProof: z.ZodBoolean;
32756
+ }, z.ZodTypeAny, "passthrough">>;
32757
+ nextSteps: z.ZodArray<z.ZodObject<{
32758
+ id: z.ZodString;
32759
+ label: z.ZodString;
32760
+ description: z.ZodString;
32761
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32762
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32763
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32764
+ id: z.ZodString;
32765
+ label: z.ZodString;
32766
+ description: z.ZodString;
32767
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32768
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32769
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32770
+ id: z.ZodString;
32771
+ label: z.ZodString;
32772
+ description: z.ZodString;
32773
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32774
+ command: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32775
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32776
+ publisher: z.ZodOptional<z.ZodNullable<z.ZodObject<{
32777
+ cliPackageUrl: z.ZodString;
32778
+ cliCommand: z.ZodString;
32779
+ actionMarketplaceUrl: z.ZodString;
32780
+ repositoryUrl: z.ZodString;
32781
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32782
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32783
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32784
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32785
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32786
+ id: z.ZodString;
32787
+ label: z.ZodString;
32788
+ description: z.ZodString;
32789
+ command: z.ZodString;
32790
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32791
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32792
+ id: z.ZodString;
32793
+ label: z.ZodString;
32794
+ description: z.ZodString;
32795
+ command: z.ZodString;
32796
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32797
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32798
+ id: z.ZodString;
32799
+ label: z.ZodString;
32800
+ description: z.ZodString;
32801
+ command: z.ZodString;
32802
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32803
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32804
+ templatePresets: z.ZodArray<z.ZodObject<{
32805
+ presetId: z.ZodString;
32806
+ label: z.ZodString;
32807
+ description: z.ZodString;
32808
+ recommendedFor: z.ZodString;
32809
+ command: z.ZodString;
32810
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32811
+ presetId: z.ZodString;
32812
+ label: z.ZodString;
32813
+ description: z.ZodString;
32814
+ recommendedFor: z.ZodString;
32815
+ command: z.ZodString;
32816
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32817
+ presetId: z.ZodString;
32818
+ label: z.ZodString;
32819
+ description: z.ZodString;
32820
+ recommendedFor: z.ZodString;
32821
+ command: z.ZodString;
32822
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32823
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32824
+ cliPackageUrl: z.ZodString;
32825
+ cliCommand: z.ZodString;
32826
+ actionMarketplaceUrl: z.ZodString;
32827
+ repositoryUrl: z.ZodString;
32828
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32829
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32830
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32831
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32832
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32833
+ id: z.ZodString;
32834
+ label: z.ZodString;
32835
+ description: z.ZodString;
32836
+ command: z.ZodString;
32837
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32838
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32839
+ id: z.ZodString;
32840
+ label: z.ZodString;
32841
+ description: z.ZodString;
32842
+ command: z.ZodString;
32843
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32844
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32845
+ id: z.ZodString;
32846
+ label: z.ZodString;
32847
+ description: z.ZodString;
32848
+ command: z.ZodString;
32849
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32850
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32851
+ templatePresets: z.ZodArray<z.ZodObject<{
32852
+ presetId: z.ZodString;
32853
+ label: z.ZodString;
32854
+ description: z.ZodString;
32855
+ recommendedFor: z.ZodString;
32856
+ command: z.ZodString;
32857
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32858
+ presetId: z.ZodString;
32859
+ label: z.ZodString;
32860
+ description: z.ZodString;
32861
+ recommendedFor: z.ZodString;
32862
+ command: z.ZodString;
32863
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32864
+ presetId: z.ZodString;
32865
+ label: z.ZodString;
32866
+ description: z.ZodString;
32867
+ recommendedFor: z.ZodString;
32868
+ command: z.ZodString;
32869
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32870
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32871
+ cliPackageUrl: z.ZodString;
32872
+ cliCommand: z.ZodString;
32873
+ actionMarketplaceUrl: z.ZodString;
32874
+ repositoryUrl: z.ZodString;
32875
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32876
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32877
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32878
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32879
+ quickstartCommands: z.ZodArray<z.ZodObject<{
32880
+ id: z.ZodString;
32881
+ label: z.ZodString;
32882
+ description: z.ZodString;
32883
+ command: z.ZodString;
32884
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32885
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32886
+ id: z.ZodString;
32887
+ label: z.ZodString;
32888
+ description: z.ZodString;
32889
+ command: z.ZodString;
32890
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32891
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32892
+ id: z.ZodString;
32893
+ label: z.ZodString;
32894
+ description: z.ZodString;
32895
+ command: z.ZodString;
32896
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32897
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32898
+ templatePresets: z.ZodArray<z.ZodObject<{
32899
+ presetId: z.ZodString;
32900
+ label: z.ZodString;
32901
+ description: z.ZodString;
32902
+ recommendedFor: z.ZodString;
32903
+ command: z.ZodString;
32904
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
32905
+ presetId: z.ZodString;
32906
+ label: z.ZodString;
32907
+ description: z.ZodString;
32908
+ recommendedFor: z.ZodString;
32909
+ command: z.ZodString;
32910
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
32911
+ presetId: z.ZodString;
32912
+ label: z.ZodString;
32913
+ description: z.ZodString;
32914
+ recommendedFor: z.ZodString;
32915
+ command: z.ZodString;
32916
+ }, z.ZodTypeAny, "passthrough">>, "many">;
32917
+ }, z.ZodTypeAny, "passthrough">>>>;
32918
+ }, z.ZodTypeAny, "passthrough">>;
32162
32919
  declare const skillBadgeStyleSchema: z.ZodEnum<["flat", "flat-square", "for-the-badge", "plastic", "social"]>;
32163
32920
  declare const skillBadgeResponseSchema: z.ZodObject<{
32164
32921
  schemaVersion: z.ZodNumber;
@@ -35090,6 +35847,148 @@ declare const skillRegistryConfigResponseSchema: z.ZodObject<{
35090
35847
  maxTotalSizeBytes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
35091
35848
  allowedMimeTypes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
35092
35849
  network: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>>>;
35850
+ publisher: z.ZodOptional<z.ZodNullable<z.ZodObject<{
35851
+ cliPackageUrl: z.ZodString;
35852
+ cliCommand: z.ZodString;
35853
+ actionMarketplaceUrl: z.ZodString;
35854
+ repositoryUrl: z.ZodString;
35855
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35856
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35857
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35858
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35859
+ quickstartCommands: z.ZodArray<z.ZodObject<{
35860
+ id: z.ZodString;
35861
+ label: z.ZodString;
35862
+ description: z.ZodString;
35863
+ command: z.ZodString;
35864
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35865
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
35866
+ id: z.ZodString;
35867
+ label: z.ZodString;
35868
+ description: z.ZodString;
35869
+ command: z.ZodString;
35870
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35871
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
35872
+ id: z.ZodString;
35873
+ label: z.ZodString;
35874
+ description: z.ZodString;
35875
+ command: z.ZodString;
35876
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35877
+ }, z.ZodTypeAny, "passthrough">>, "many">;
35878
+ templatePresets: z.ZodArray<z.ZodObject<{
35879
+ presetId: z.ZodString;
35880
+ label: z.ZodString;
35881
+ description: z.ZodString;
35882
+ recommendedFor: z.ZodString;
35883
+ command: z.ZodString;
35884
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
35885
+ presetId: z.ZodString;
35886
+ label: z.ZodString;
35887
+ description: z.ZodString;
35888
+ recommendedFor: z.ZodString;
35889
+ command: z.ZodString;
35890
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
35891
+ presetId: z.ZodString;
35892
+ label: z.ZodString;
35893
+ description: z.ZodString;
35894
+ recommendedFor: z.ZodString;
35895
+ command: z.ZodString;
35896
+ }, z.ZodTypeAny, "passthrough">>, "many">;
35897
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
35898
+ cliPackageUrl: z.ZodString;
35899
+ cliCommand: z.ZodString;
35900
+ actionMarketplaceUrl: z.ZodString;
35901
+ repositoryUrl: z.ZodString;
35902
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35903
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35904
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35905
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35906
+ quickstartCommands: z.ZodArray<z.ZodObject<{
35907
+ id: z.ZodString;
35908
+ label: z.ZodString;
35909
+ description: z.ZodString;
35910
+ command: z.ZodString;
35911
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35912
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
35913
+ id: z.ZodString;
35914
+ label: z.ZodString;
35915
+ description: z.ZodString;
35916
+ command: z.ZodString;
35917
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35918
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
35919
+ id: z.ZodString;
35920
+ label: z.ZodString;
35921
+ description: z.ZodString;
35922
+ command: z.ZodString;
35923
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35924
+ }, z.ZodTypeAny, "passthrough">>, "many">;
35925
+ templatePresets: z.ZodArray<z.ZodObject<{
35926
+ presetId: z.ZodString;
35927
+ label: z.ZodString;
35928
+ description: z.ZodString;
35929
+ recommendedFor: z.ZodString;
35930
+ command: z.ZodString;
35931
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
35932
+ presetId: z.ZodString;
35933
+ label: z.ZodString;
35934
+ description: z.ZodString;
35935
+ recommendedFor: z.ZodString;
35936
+ command: z.ZodString;
35937
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
35938
+ presetId: z.ZodString;
35939
+ label: z.ZodString;
35940
+ description: z.ZodString;
35941
+ recommendedFor: z.ZodString;
35942
+ command: z.ZodString;
35943
+ }, z.ZodTypeAny, "passthrough">>, "many">;
35944
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
35945
+ cliPackageUrl: z.ZodString;
35946
+ cliCommand: z.ZodString;
35947
+ actionMarketplaceUrl: z.ZodString;
35948
+ repositoryUrl: z.ZodString;
35949
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35950
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35951
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35952
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35953
+ quickstartCommands: z.ZodArray<z.ZodObject<{
35954
+ id: z.ZodString;
35955
+ label: z.ZodString;
35956
+ description: z.ZodString;
35957
+ command: z.ZodString;
35958
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35959
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
35960
+ id: z.ZodString;
35961
+ label: z.ZodString;
35962
+ description: z.ZodString;
35963
+ command: z.ZodString;
35964
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35965
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
35966
+ id: z.ZodString;
35967
+ label: z.ZodString;
35968
+ description: z.ZodString;
35969
+ command: z.ZodString;
35970
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35971
+ }, z.ZodTypeAny, "passthrough">>, "many">;
35972
+ templatePresets: z.ZodArray<z.ZodObject<{
35973
+ presetId: z.ZodString;
35974
+ label: z.ZodString;
35975
+ description: z.ZodString;
35976
+ recommendedFor: z.ZodString;
35977
+ command: z.ZodString;
35978
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
35979
+ presetId: z.ZodString;
35980
+ label: z.ZodString;
35981
+ description: z.ZodString;
35982
+ recommendedFor: z.ZodString;
35983
+ command: z.ZodString;
35984
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
35985
+ presetId: z.ZodString;
35986
+ label: z.ZodString;
35987
+ description: z.ZodString;
35988
+ recommendedFor: z.ZodString;
35989
+ command: z.ZodString;
35990
+ }, z.ZodTypeAny, "passthrough">>, "many">;
35991
+ }, z.ZodTypeAny, "passthrough">>>>;
35093
35992
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
35094
35993
  enabled: z.ZodBoolean;
35095
35994
  directoryTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -35097,6 +35996,148 @@ declare const skillRegistryConfigResponseSchema: z.ZodObject<{
35097
35996
  maxTotalSizeBytes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
35098
35997
  allowedMimeTypes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
35099
35998
  network: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>>>;
35999
+ publisher: z.ZodOptional<z.ZodNullable<z.ZodObject<{
36000
+ cliPackageUrl: z.ZodString;
36001
+ cliCommand: z.ZodString;
36002
+ actionMarketplaceUrl: z.ZodString;
36003
+ repositoryUrl: z.ZodString;
36004
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36005
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36006
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36007
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36008
+ quickstartCommands: z.ZodArray<z.ZodObject<{
36009
+ id: z.ZodString;
36010
+ label: z.ZodString;
36011
+ description: z.ZodString;
36012
+ command: z.ZodString;
36013
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36014
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36015
+ id: z.ZodString;
36016
+ label: z.ZodString;
36017
+ description: z.ZodString;
36018
+ command: z.ZodString;
36019
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36020
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36021
+ id: z.ZodString;
36022
+ label: z.ZodString;
36023
+ description: z.ZodString;
36024
+ command: z.ZodString;
36025
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36026
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36027
+ templatePresets: z.ZodArray<z.ZodObject<{
36028
+ presetId: z.ZodString;
36029
+ label: z.ZodString;
36030
+ description: z.ZodString;
36031
+ recommendedFor: z.ZodString;
36032
+ command: z.ZodString;
36033
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36034
+ presetId: z.ZodString;
36035
+ label: z.ZodString;
36036
+ description: z.ZodString;
36037
+ recommendedFor: z.ZodString;
36038
+ command: z.ZodString;
36039
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36040
+ presetId: z.ZodString;
36041
+ label: z.ZodString;
36042
+ description: z.ZodString;
36043
+ recommendedFor: z.ZodString;
36044
+ command: z.ZodString;
36045
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36046
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36047
+ cliPackageUrl: z.ZodString;
36048
+ cliCommand: z.ZodString;
36049
+ actionMarketplaceUrl: z.ZodString;
36050
+ repositoryUrl: z.ZodString;
36051
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36052
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36053
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36054
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36055
+ quickstartCommands: z.ZodArray<z.ZodObject<{
36056
+ id: z.ZodString;
36057
+ label: z.ZodString;
36058
+ description: z.ZodString;
36059
+ command: z.ZodString;
36060
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36061
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36062
+ id: z.ZodString;
36063
+ label: z.ZodString;
36064
+ description: z.ZodString;
36065
+ command: z.ZodString;
36066
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36067
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36068
+ id: z.ZodString;
36069
+ label: z.ZodString;
36070
+ description: z.ZodString;
36071
+ command: z.ZodString;
36072
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36073
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36074
+ templatePresets: z.ZodArray<z.ZodObject<{
36075
+ presetId: z.ZodString;
36076
+ label: z.ZodString;
36077
+ description: z.ZodString;
36078
+ recommendedFor: z.ZodString;
36079
+ command: z.ZodString;
36080
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36081
+ presetId: z.ZodString;
36082
+ label: z.ZodString;
36083
+ description: z.ZodString;
36084
+ recommendedFor: z.ZodString;
36085
+ command: z.ZodString;
36086
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36087
+ presetId: z.ZodString;
36088
+ label: z.ZodString;
36089
+ description: z.ZodString;
36090
+ recommendedFor: z.ZodString;
36091
+ command: z.ZodString;
36092
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36093
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36094
+ cliPackageUrl: z.ZodString;
36095
+ cliCommand: z.ZodString;
36096
+ actionMarketplaceUrl: z.ZodString;
36097
+ repositoryUrl: z.ZodString;
36098
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36099
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36100
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36101
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36102
+ quickstartCommands: z.ZodArray<z.ZodObject<{
36103
+ id: z.ZodString;
36104
+ label: z.ZodString;
36105
+ description: z.ZodString;
36106
+ command: z.ZodString;
36107
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36108
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36109
+ id: z.ZodString;
36110
+ label: z.ZodString;
36111
+ description: z.ZodString;
36112
+ command: z.ZodString;
36113
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36114
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36115
+ id: z.ZodString;
36116
+ label: z.ZodString;
36117
+ description: z.ZodString;
36118
+ command: z.ZodString;
36119
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36120
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36121
+ templatePresets: z.ZodArray<z.ZodObject<{
36122
+ presetId: z.ZodString;
36123
+ label: z.ZodString;
36124
+ description: z.ZodString;
36125
+ recommendedFor: z.ZodString;
36126
+ command: z.ZodString;
36127
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36128
+ presetId: z.ZodString;
36129
+ label: z.ZodString;
36130
+ description: z.ZodString;
36131
+ recommendedFor: z.ZodString;
36132
+ command: z.ZodString;
36133
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36134
+ presetId: z.ZodString;
36135
+ label: z.ZodString;
36136
+ description: z.ZodString;
36137
+ recommendedFor: z.ZodString;
36138
+ command: z.ZodString;
36139
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36140
+ }, z.ZodTypeAny, "passthrough">>>>;
35100
36141
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
35101
36142
  enabled: z.ZodBoolean;
35102
36143
  directoryTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -35104,6 +36145,148 @@ declare const skillRegistryConfigResponseSchema: z.ZodObject<{
35104
36145
  maxTotalSizeBytes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
35105
36146
  allowedMimeTypes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
35106
36147
  network: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>>>;
36148
+ publisher: z.ZodOptional<z.ZodNullable<z.ZodObject<{
36149
+ cliPackageUrl: z.ZodString;
36150
+ cliCommand: z.ZodString;
36151
+ actionMarketplaceUrl: z.ZodString;
36152
+ repositoryUrl: z.ZodString;
36153
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36154
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36155
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36156
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36157
+ quickstartCommands: z.ZodArray<z.ZodObject<{
36158
+ id: z.ZodString;
36159
+ label: z.ZodString;
36160
+ description: z.ZodString;
36161
+ command: z.ZodString;
36162
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36163
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36164
+ id: z.ZodString;
36165
+ label: z.ZodString;
36166
+ description: z.ZodString;
36167
+ command: z.ZodString;
36168
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36169
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36170
+ id: z.ZodString;
36171
+ label: z.ZodString;
36172
+ description: z.ZodString;
36173
+ command: z.ZodString;
36174
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36175
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36176
+ templatePresets: z.ZodArray<z.ZodObject<{
36177
+ presetId: z.ZodString;
36178
+ label: z.ZodString;
36179
+ description: z.ZodString;
36180
+ recommendedFor: z.ZodString;
36181
+ command: z.ZodString;
36182
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36183
+ presetId: z.ZodString;
36184
+ label: z.ZodString;
36185
+ description: z.ZodString;
36186
+ recommendedFor: z.ZodString;
36187
+ command: z.ZodString;
36188
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36189
+ presetId: z.ZodString;
36190
+ label: z.ZodString;
36191
+ description: z.ZodString;
36192
+ recommendedFor: z.ZodString;
36193
+ command: z.ZodString;
36194
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36195
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36196
+ cliPackageUrl: z.ZodString;
36197
+ cliCommand: z.ZodString;
36198
+ actionMarketplaceUrl: z.ZodString;
36199
+ repositoryUrl: z.ZodString;
36200
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36201
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36202
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36203
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36204
+ quickstartCommands: z.ZodArray<z.ZodObject<{
36205
+ id: z.ZodString;
36206
+ label: z.ZodString;
36207
+ description: z.ZodString;
36208
+ command: z.ZodString;
36209
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36210
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36211
+ id: z.ZodString;
36212
+ label: z.ZodString;
36213
+ description: z.ZodString;
36214
+ command: z.ZodString;
36215
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36216
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36217
+ id: z.ZodString;
36218
+ label: z.ZodString;
36219
+ description: z.ZodString;
36220
+ command: z.ZodString;
36221
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36222
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36223
+ templatePresets: z.ZodArray<z.ZodObject<{
36224
+ presetId: z.ZodString;
36225
+ label: z.ZodString;
36226
+ description: z.ZodString;
36227
+ recommendedFor: z.ZodString;
36228
+ command: z.ZodString;
36229
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36230
+ presetId: z.ZodString;
36231
+ label: z.ZodString;
36232
+ description: z.ZodString;
36233
+ recommendedFor: z.ZodString;
36234
+ command: z.ZodString;
36235
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36236
+ presetId: z.ZodString;
36237
+ label: z.ZodString;
36238
+ description: z.ZodString;
36239
+ recommendedFor: z.ZodString;
36240
+ command: z.ZodString;
36241
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36242
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36243
+ cliPackageUrl: z.ZodString;
36244
+ cliCommand: z.ZodString;
36245
+ actionMarketplaceUrl: z.ZodString;
36246
+ repositoryUrl: z.ZodString;
36247
+ guideUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36248
+ docsUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36249
+ submitUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36250
+ skillsIndexUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36251
+ quickstartCommands: z.ZodArray<z.ZodObject<{
36252
+ id: z.ZodString;
36253
+ label: z.ZodString;
36254
+ description: z.ZodString;
36255
+ command: z.ZodString;
36256
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36257
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36258
+ id: z.ZodString;
36259
+ label: z.ZodString;
36260
+ description: z.ZodString;
36261
+ command: z.ZodString;
36262
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36263
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36264
+ id: z.ZodString;
36265
+ label: z.ZodString;
36266
+ description: z.ZodString;
36267
+ command: z.ZodString;
36268
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36269
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36270
+ templatePresets: z.ZodArray<z.ZodObject<{
36271
+ presetId: z.ZodString;
36272
+ label: z.ZodString;
36273
+ description: z.ZodString;
36274
+ recommendedFor: z.ZodString;
36275
+ command: z.ZodString;
36276
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36277
+ presetId: z.ZodString;
36278
+ label: z.ZodString;
36279
+ description: z.ZodString;
36280
+ recommendedFor: z.ZodString;
36281
+ command: z.ZodString;
36282
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
36283
+ presetId: z.ZodString;
36284
+ label: z.ZodString;
36285
+ description: z.ZodString;
36286
+ recommendedFor: z.ZodString;
36287
+ command: z.ZodString;
36288
+ }, z.ZodTypeAny, "passthrough">>, "many">;
36289
+ }, z.ZodTypeAny, "passthrough">>>>;
35107
36290
  }, z.ZodTypeAny, "passthrough">>;
35108
36291
  declare const skillRegistryOwnershipResponseSchema: z.ZodObject<{
35109
36292
  name: z.ZodString;
@@ -47817,6 +49000,13 @@ type SkillRegistryQuoteResponse = z.infer<typeof skillRegistryQuoteResponseSchem
47817
49000
  type SkillRegistryPublishResponse = z.infer<typeof skillRegistryPublishResponseSchema>;
47818
49001
  type SkillRegistryJobStatusResponse = z.infer<typeof skillRegistryJobStatusResponseSchema>;
47819
49002
  type SkillRegistryConfigResponse = z.infer<typeof skillRegistryConfigResponseSchema>;
49003
+ type SkillPublisherQuickstartCommand = z.infer<typeof skillPublisherQuickstartCommandSchema>;
49004
+ type SkillPublisherTemplatePreset = z.infer<typeof skillPublisherTemplatePresetSchema>;
49005
+ type SkillPublisherMetadata = z.infer<typeof skillPublisherMetadataSchema>;
49006
+ type SkillTrustTier = z.infer<typeof skillTrustTierSchema>;
49007
+ type SkillStatusChecks = z.infer<typeof skillStatusChecksSchema>;
49008
+ type SkillStatusNextStep = z.infer<typeof skillStatusNextStepSchema>;
49009
+ type SkillStatusResponse = z.infer<typeof skillStatusResponseSchema>;
47820
49010
  type SkillCatalogChannel = z.infer<typeof skillCatalogChannelSchema>;
47821
49011
  type SkillCatalogSortBy = z.infer<typeof skillCatalogSortBySchema>;
47822
49012
  type SkillCatalogVersionSummary = z.infer<typeof skillCatalogVersionSummarySchema>;
@@ -48251,6 +49441,18 @@ interface RegistryBrokerChatApi {
48251
49441
  acceptConversation: (options: AcceptConversationOptions) => Promise<ChatConversationHandle>;
48252
49442
  }
48253
49443
 
49444
+ interface RegistryBrokerEncryptionApi {
49445
+ registerKey: (payload: RegisterEncryptionKeyPayload) => Promise<RegisterEncryptionKeyResponse>;
49446
+ generateEphemeralKeyPair: () => EphemeralKeyPair;
49447
+ deriveSharedSecret: (options: DeriveSharedSecretOptions) => Buffer;
49448
+ encryptCipherEnvelope: (options: EncryptCipherEnvelopeOptions) => CipherEnvelope;
49449
+ decryptCipherEnvelope: (options: DecryptCipherEnvelopeOptions) => string;
49450
+ ensureAgentKey: (options: EnsureAgentKeyOptions) => Promise<{
49451
+ publicKey: string;
49452
+ privateKey?: string;
49453
+ }>;
49454
+ }
49455
+
48254
49456
  type X402NetworkId = 'base' | 'base-sepolia';
48255
49457
 
48256
49458
  interface PurchaseCreditsWithX402Params {
@@ -48355,6 +49557,10 @@ declare class RegistryBrokerClient {
48355
49557
  facets(adapter?: string): Promise<SearchFacetsResponse>;
48356
49558
  adapters(): Promise<AdaptersResponse>;
48357
49559
  skillsConfig(): Promise<SkillRegistryConfigResponse>;
49560
+ getSkillStatus(params: {
49561
+ name: string;
49562
+ version?: string;
49563
+ }): Promise<SkillStatusResponse>;
48358
49564
  listSkills(options?: SkillListOptions): Promise<SkillRegistryListResponse>;
48359
49565
  getSkillSecurityBreakdown(params: SkillSecurityBreakdownRequest): Promise<SkillSecurityBreakdownResponse>;
48360
49566
  getSkillsCatalog(options?: SkillCatalogQueryOptions): Promise<SkillCatalogResponse>;
@@ -48485,6 +49691,7 @@ declare class RegistryBrokerClient {
48485
49691
  parseWithSchema<T>(value: JsonValue, schema: z.ZodType<T, z.ZodTypeDef, unknown>, context: string): T;
48486
49692
  delay(ms: number, signal?: AbortSignal): Promise<void>;
48487
49693
  assertNodeRuntime(feature: string): void;
49694
+ private getNodeCrypto;
48488
49695
  createEphemeralKeyPair(): EphemeralKeyPair;
48489
49696
  deriveSharedSecret(options: DeriveSharedSecretOptions): Buffer;
48490
49697
  buildCipherEnvelope(options: EncryptCipherEnvelopeOptions): CipherEnvelope;
@@ -48508,29 +49715,6 @@ declare const isPendingRegisterAgentResponse: (response: RegisterAgentResponse)
48508
49715
  declare const isPartialRegisterAgentResponse: (response: RegisterAgentResponse) => response is RegisterAgentPartialResponse;
48509
49716
  declare const isSuccessRegisterAgentResponse: (response: RegisterAgentResponse) => response is RegisterAgentSuccessResponse;
48510
49717
 
48511
- interface RegistryBrokerEncryptionApi {
48512
- registerKey: (payload: RegisterEncryptionKeyPayload) => Promise<RegisterEncryptionKeyResponse>;
48513
- generateEphemeralKeyPair: () => EphemeralKeyPair;
48514
- deriveSharedSecret: (options: DeriveSharedSecretOptions) => Buffer;
48515
- encryptCipherEnvelope: (options: EncryptCipherEnvelopeOptions) => CipherEnvelope;
48516
- decryptCipherEnvelope: (options: DecryptCipherEnvelopeOptions) => string;
48517
- ensureAgentKey: (options: EnsureAgentKeyOptions) => Promise<{
48518
- publicKey: string;
48519
- privateKey?: string;
48520
- }>;
48521
- }
48522
-
48523
- declare function resolveUaid(client: RegistryBrokerClient, uaid: string): Promise<ResolvedAgentResponse>;
48524
- declare function registerAgent(client: RegistryBrokerClient, payload: AgentRegistrationRequest, options?: RegisterAgentOptions): Promise<RegisterAgentResponse>;
48525
- declare function getRegistrationQuote(client: RegistryBrokerClient, payload: AgentRegistrationRequest): Promise<RegisterAgentQuoteResponse>;
48526
- declare function updateAgent(client: RegistryBrokerClient, uaid: string, payload: AgentRegistrationRequest): Promise<RegisterAgentResponse>;
48527
- declare function getRegistrationProgress(client: RegistryBrokerClient, attemptId: string): Promise<RegistrationProgressRecord | null>;
48528
- declare function waitForRegistrationCompletion(client: RegistryBrokerClient, attemptId: string, options?: RegistrationProgressWaitOptions): Promise<RegistrationProgressRecord>;
48529
- declare function validateUaid(client: RegistryBrokerClient, uaid: string): Promise<UaidValidationResponse>;
48530
- declare function getUaidConnectionStatus(client: RegistryBrokerClient, uaid: string): Promise<UaidConnectionStatus>;
48531
- declare function closeUaidConnection(client: RegistryBrokerClient, uaid: string): Promise<void>;
48532
- declare function dashboardStats(client: RegistryBrokerClient): Promise<DashboardStatsResponse>;
48533
-
48534
49718
  interface ErrorDetails {
48535
49719
  status: number;
48536
49720
  statusText: string;
@@ -48548,6 +49732,17 @@ declare class RegistryBrokerParseError extends Error {
48548
49732
  constructor(message: string, cause: ZodError | Error | string, rawValue?: JsonValue);
48549
49733
  }
48550
49734
 
49735
+ declare function resolveUaid(client: RegistryBrokerClient, uaid: string): Promise<ResolvedAgentResponse>;
49736
+ declare function registerAgent(client: RegistryBrokerClient, payload: AgentRegistrationRequest, options?: RegisterAgentOptions): Promise<RegisterAgentResponse>;
49737
+ declare function getRegistrationQuote(client: RegistryBrokerClient, payload: AgentRegistrationRequest): Promise<RegisterAgentQuoteResponse>;
49738
+ declare function updateAgent(client: RegistryBrokerClient, uaid: string, payload: AgentRegistrationRequest): Promise<RegisterAgentResponse>;
49739
+ declare function getRegistrationProgress(client: RegistryBrokerClient, attemptId: string): Promise<RegistrationProgressRecord | null>;
49740
+ declare function waitForRegistrationCompletion(client: RegistryBrokerClient, attemptId: string, options?: RegistrationProgressWaitOptions): Promise<RegistrationProgressRecord>;
49741
+ declare function validateUaid(client: RegistryBrokerClient, uaid: string): Promise<UaidValidationResponse>;
49742
+ declare function getUaidConnectionStatus(client: RegistryBrokerClient, uaid: string): Promise<UaidConnectionStatus>;
49743
+ declare function closeUaidConnection(client: RegistryBrokerClient, uaid: string): Promise<void>;
49744
+ declare function dashboardStats(client: RegistryBrokerClient): Promise<DashboardStatsResponse>;
49745
+
48551
49746
  interface PrivateKeySignerOptions {
48552
49747
  accountId: string;
48553
49748
  privateKey: string;
@@ -48591,4 +49786,4 @@ declare const buildJobStatusMessage: (input: {
48591
49786
  jobId: number;
48592
49787
  }) => string;
48593
49788
 
48594
- export { type AcceptConversationOptions, type AcceptEncryptedChatSessionOptions, type AdapterDetailsResponse, type AdapterRegistryAdaptersResponse, type AdapterRegistryCategoriesResponse, type AdapterRegistryCategory, type AdapterRegistryCreateCategoryResponse, type AdapterRegistrySubmissionStatusResponse, type AdapterRegistrySubmitAdapterAcceptedResponse, type AdapterRegistrySubmitAdapterResponse, type AdaptersResponse, type AdditionalRegistryCatalogResponse, type AdditionalRegistryDescriptor, type AdditionalRegistryNetworkDescriptor, type AgentAuthConfig, type AgentAuthType, type AgentFeedbackEligibilityRequest, type AgentFeedbackEligibilityResponse, type AgentFeedbackEntriesIndexResponse, type AgentFeedbackIndexResponse, type AgentFeedbackQuery, type AgentFeedbackResponse, type AgentFeedbackSubmissionRequest, type AgentFeedbackSubmissionResponse, type AgentProfile, type AgentRegistrationRequest, type AgentRegistrationRequestMetadata, type AgentSearchHit, type AutoRegisterEncryptionKeyOptions, type AutoTopUpOptions, type CanonicalLedgerNetwork, type ChatConversationHandle, type ChatHistoryCompactionResponse, type ChatHistoryEntry, type ChatHistoryFetchOptions, type ChatHistorySnapshotResponse, type ChatHistorySnapshotWithDecryptedEntries, type CipherEnvelope, type CipherEnvelopeRecipient, type ClientEncryptionOptions, type CompactHistoryRequestPayload, type ConversationEncryptionOptions, type ConversationMode, type CreateAdapterRegistryCategoryRequest, type CreateSessionRequestPayload, type CreateSessionResponse, type CreditPurchaseResponse, type DashboardStatsResponse, type DecryptCipherEnvelopeOptions, type DecryptedHistoryEntry, type DelegationOpportunity, type DelegationPlanCandidate, type DelegationPlanFilter, type DelegationPlanRequest, type DelegationPlanResponse, type DelegationWorkspaceContext, type DeriveSharedSecretOptions, type DetectProtocolResponse, type EncryptCipherEnvelopeOptions, type EncryptedChatSendOptions, type EncryptedChatSessionHandle, type EncryptionHandshakeRecord, type EncryptionHandshakeResponse, type EncryptionHandshakeSubmissionPayload, type EnsureAgentKeyOptions, type EphemeralKeyPair, type GenerateEncryptionKeyPairOptions, HOL_CHAT_PROTOCOL_ID, type HistoryAutoTopUpOptions, type HolChatOp, type HolChatOpBase, type HolChatOpName, type InitializeAgentClientOptions, type InitializedAgentClient, type JsonObject, type JsonPrimitive, type JsonValue, type LedgerAuthenticationLogger, type LedgerAuthenticationOptions, type LedgerAuthenticationSignerResult, type LedgerChallengeRequest, type LedgerChallengeResponse, type LedgerCredentialAuthOptions, type LedgerVerifyRequest, type LedgerVerifyResponse, type MetricsSummaryResponse, type MoltbookOwnerRegistrationUpdateRequest, type MoltbookOwnerRegistrationUpdateResponse, type PopularSearchesResponse, type PrivateKeySignerOptions, type ProtocolDetectionMessage, type ProtocolsResponse, type RecipientIdentity, type RegisterAgentOptions, type RegisterAgentPartialResponse, type RegisterAgentPendingResponse, type RegisterAgentQuoteResponse, type RegisterAgentResponse, type RegisterAgentSuccessResponse, type RegisterEncryptionKeyPayload, type RegisterEncryptionKeyResponse, type RegisterStatusResponse, type RegistrationProgressAdditionalEntry, type RegistrationProgressRecord, type RegistrationProgressResponse, type RegistrationProgressWaitOptions, type RegistriesResponse, RegistryBrokerClient, type RegistryBrokerClientOptions, RegistryBrokerError, RegistryBrokerParseError, type RegistrySearchByNamespaceResponse, type RegistryStatsResponse, type ResolvedAgentResponse, type SearchFacetsResponse, type SearchParams, type SearchResult, type SearchStatusResponse, type SendMessageBasePayload, type SendMessageEncryptionOptions, type SendMessageRequestPayload, type SendMessageResponse, type SessionEncryptionStatusResponse, type SessionEncryptionSummary, type SharedSecretInput, type SkillBadgeMetric, type SkillBadgeQuery, type SkillBadgeResponse, type SkillBadgeStyle, type SkillCatalogChannel, type SkillCatalogItem, type SkillCatalogQueryOptions, type SkillCatalogResponse, type SkillCatalogSortBy, type SkillCatalogVersionSummary, type SkillDeprecationRecord, type SkillDeprecationSetRequest, type SkillDeprecationsResponse, type SkillListOptions, type SkillRecommendedVersionResponse, type SkillRecommendedVersionSetRequest, type SkillRegistryCategoriesResponse, type SkillRegistryConfigResponse, type SkillRegistryFileDescriptor, type SkillRegistryFileInput, type SkillRegistryFileRole, type SkillRegistryJobStatusResponse, type SkillRegistryListResponse, type SkillRegistryMineResponse, type SkillRegistryMyListResponse, type SkillRegistryOwnershipResponse, type SkillRegistryPublishRequest, type SkillRegistryPublishResponse, type SkillRegistryPublishSummary, type SkillRegistryQuoteRequest, type SkillRegistryQuoteResponse, type SkillRegistryTagsResponse, type SkillRegistryVersionsResponse, type SkillRegistryVoteRequest, type SkillRegistryVoteStatusResponse, type SkillResolverManifestResponse, type SkillSecurityBreakdownRequest, type SkillSecurityBreakdownResponse, type SkillVerificationDomainProofChallengeRequest, type SkillVerificationDomainProofChallengeResponse, type SkillVerificationDomainProofVerifyRequest, type SkillVerificationDomainProofVerifyResponse, type SkillVerificationRequest, type SkillVerificationRequestCreateRequest, type SkillVerificationRequestCreateResponse, type SkillVerificationStatusResponse, type SkillVerificationTier, type StartChatBaseOptions, type StartChatOptions, type StartConversationOptions, type StartEncryptedChatSessionOptions, type SubmitAdapterRegistryAdapterRequest, type UaidConnectionStatus, type UaidValidationResponse, type VectorSearchFilter, type VectorSearchRequest, type VectorSearchResponse, type VerificationChallengeDetailsResponse, type VerificationChallengeResponse, type VerificationDnsStatusQuery, type VerificationDnsStatusResponse, type VerificationDnsVerifyRequest, type VerificationOwnershipResponse, type VerificationStatusResponse, type VerificationVerifyResponse, type VerificationVerifySenderResponse, type WebsocketStatsResponse, type X402CreditPurchaseResponse, type X402MinimumsResponse, buildJobStatusMessage, buildPaymentApproveMessage, buildPaymentDeclineMessage, canonicalizeLedgerNetwork, closeUaidConnection, createPrivateKeySigner, createPrivateKeySignerAsync, dashboardStats, getRegistrationProgress, getRegistrationQuote, getUaidConnectionStatus, isHolChatOp, isPartialRegisterAgentResponse, isPendingRegisterAgentResponse, isSuccessRegisterAgentResponse, parseHolChatOps, registerAgent, resolveUaid, updateAgent, validateUaid, waitForRegistrationCompletion };
49789
+ export { type AcceptConversationOptions, type AcceptEncryptedChatSessionOptions, type AdapterDetailsResponse, type AdapterRegistryAdaptersResponse, type AdapterRegistryCategoriesResponse, type AdapterRegistryCategory, type AdapterRegistryCreateCategoryResponse, type AdapterRegistrySubmissionStatusResponse, type AdapterRegistrySubmitAdapterAcceptedResponse, type AdapterRegistrySubmitAdapterResponse, type AdaptersResponse, type AdditionalRegistryCatalogResponse, type AdditionalRegistryDescriptor, type AdditionalRegistryNetworkDescriptor, type AgentAuthConfig, type AgentAuthType, type AgentFeedbackEligibilityRequest, type AgentFeedbackEligibilityResponse, type AgentFeedbackEntriesIndexResponse, type AgentFeedbackIndexResponse, type AgentFeedbackQuery, type AgentFeedbackResponse, type AgentFeedbackSubmissionRequest, type AgentFeedbackSubmissionResponse, type AgentProfile, type AgentRegistrationRequest, type AgentRegistrationRequestMetadata, type AgentSearchHit, type AutoRegisterEncryptionKeyOptions, type AutoTopUpOptions, type CanonicalLedgerNetwork, type ChatConversationHandle, type ChatHistoryCompactionResponse, type ChatHistoryEntry, type ChatHistoryFetchOptions, type ChatHistorySnapshotResponse, type ChatHistorySnapshotWithDecryptedEntries, type CipherEnvelope, type CipherEnvelopeRecipient, type ClientEncryptionOptions, type CompactHistoryRequestPayload, type ConversationEncryptionOptions, type ConversationMode, type CreateAdapterRegistryCategoryRequest, type CreateSessionRequestPayload, type CreateSessionResponse, type CreditPurchaseResponse, type DashboardStatsResponse, type DecryptCipherEnvelopeOptions, type DecryptedHistoryEntry, type DelegationOpportunity, type DelegationPlanCandidate, type DelegationPlanFilter, type DelegationPlanRequest, type DelegationPlanResponse, type DelegationWorkspaceContext, type DeriveSharedSecretOptions, type DetectProtocolResponse, type EncryptCipherEnvelopeOptions, type EncryptedChatSendOptions, type EncryptedChatSessionHandle, type EncryptionHandshakeRecord, type EncryptionHandshakeResponse, type EncryptionHandshakeSubmissionPayload, type EnsureAgentKeyOptions, type EphemeralKeyPair, type GenerateEncryptionKeyPairOptions, HOL_CHAT_PROTOCOL_ID, type HistoryAutoTopUpOptions, type HolChatOp, type HolChatOpBase, type HolChatOpName, type InitializeAgentClientOptions, type InitializedAgentClient, type JsonObject, type JsonPrimitive, type JsonValue, type LedgerAuthenticationLogger, type LedgerAuthenticationOptions, type LedgerAuthenticationSignerResult, type LedgerChallengeRequest, type LedgerChallengeResponse, type LedgerCredentialAuthOptions, type LedgerVerifyRequest, type LedgerVerifyResponse, type MetricsSummaryResponse, type MoltbookOwnerRegistrationUpdateRequest, type MoltbookOwnerRegistrationUpdateResponse, type PopularSearchesResponse, type PrivateKeySignerOptions, type ProtocolDetectionMessage, type ProtocolsResponse, type RecipientIdentity, type RegisterAgentOptions, type RegisterAgentPartialResponse, type RegisterAgentPendingResponse, type RegisterAgentQuoteResponse, type RegisterAgentResponse, type RegisterAgentSuccessResponse, type RegisterEncryptionKeyPayload, type RegisterEncryptionKeyResponse, type RegisterStatusResponse, type RegistrationProgressAdditionalEntry, type RegistrationProgressRecord, type RegistrationProgressResponse, type RegistrationProgressWaitOptions, type RegistriesResponse, RegistryBrokerClient, type RegistryBrokerClientOptions, RegistryBrokerError, RegistryBrokerParseError, type RegistrySearchByNamespaceResponse, type RegistryStatsResponse, type ResolvedAgentResponse, type SearchFacetsResponse, type SearchParams, type SearchResult, type SearchStatusResponse, type SendMessageBasePayload, type SendMessageEncryptionOptions, type SendMessageRequestPayload, type SendMessageResponse, type SessionEncryptionStatusResponse, type SessionEncryptionSummary, type SharedSecretInput, type SkillBadgeMetric, type SkillBadgeQuery, type SkillBadgeResponse, type SkillBadgeStyle, type SkillCatalogChannel, type SkillCatalogItem, type SkillCatalogQueryOptions, type SkillCatalogResponse, type SkillCatalogSortBy, type SkillCatalogVersionSummary, type SkillDeprecationRecord, type SkillDeprecationSetRequest, type SkillDeprecationsResponse, type SkillListOptions, type SkillPublisherMetadata, type SkillPublisherQuickstartCommand, type SkillPublisherTemplatePreset, type SkillRecommendedVersionResponse, type SkillRecommendedVersionSetRequest, type SkillRegistryCategoriesResponse, type SkillRegistryConfigResponse, type SkillRegistryFileDescriptor, type SkillRegistryFileInput, type SkillRegistryFileRole, type SkillRegistryJobStatusResponse, type SkillRegistryListResponse, type SkillRegistryMineResponse, type SkillRegistryMyListResponse, type SkillRegistryOwnershipResponse, type SkillRegistryPublishRequest, type SkillRegistryPublishResponse, type SkillRegistryPublishSummary, type SkillRegistryQuoteRequest, type SkillRegistryQuoteResponse, type SkillRegistryTagsResponse, type SkillRegistryVersionsResponse, type SkillRegistryVoteRequest, type SkillRegistryVoteStatusResponse, type SkillResolverManifestResponse, type SkillSecurityBreakdownRequest, type SkillSecurityBreakdownResponse, type SkillStatusChecks, type SkillStatusNextStep, type SkillStatusResponse, type SkillTrustTier, type SkillVerificationDomainProofChallengeRequest, type SkillVerificationDomainProofChallengeResponse, type SkillVerificationDomainProofVerifyRequest, type SkillVerificationDomainProofVerifyResponse, type SkillVerificationRequest, type SkillVerificationRequestCreateRequest, type SkillVerificationRequestCreateResponse, type SkillVerificationStatusResponse, type SkillVerificationTier, type StartChatBaseOptions, type StartChatOptions, type StartConversationOptions, type StartEncryptedChatSessionOptions, type SubmitAdapterRegistryAdapterRequest, type UaidConnectionStatus, type UaidValidationResponse, type VectorSearchFilter, type VectorSearchRequest, type VectorSearchResponse, type VerificationChallengeDetailsResponse, type VerificationChallengeResponse, type VerificationDnsStatusQuery, type VerificationDnsStatusResponse, type VerificationDnsVerifyRequest, type VerificationOwnershipResponse, type VerificationStatusResponse, type VerificationVerifyResponse, type VerificationVerifySenderResponse, type WebsocketStatsResponse, type X402CreditPurchaseResponse, type X402MinimumsResponse, buildJobStatusMessage, buildPaymentApproveMessage, buildPaymentDeclineMessage, canonicalizeLedgerNetwork, closeUaidConnection, createPrivateKeySigner, createPrivateKeySignerAsync, dashboardStats, getRegistrationProgress, getRegistrationQuote, getUaidConnectionStatus, isHolChatOp, isPartialRegisterAgentResponse, isPendingRegisterAgentResponse, isSuccessRegisterAgentResponse, parseHolChatOps, registerAgent, resolveUaid, updateAgent, validateUaid, waitForRegistrationCompletion };