@hashgraphonline/standards-sdk 0.1.143-feat-solana-register.canary.16fb796.75 → 0.1.143-feat-solana-register.canary.5634c6d.76

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.
Files changed (60) hide show
  1. package/dist/cjs/hcs-10/base-client.d.ts.map +1 -1
  2. package/dist/cjs/services/registry-broker/client/base-client.d.ts +14 -1
  3. package/dist/cjs/services/registry-broker/client/base-client.d.ts.map +1 -1
  4. package/dist/cjs/services/registry-broker/client/feedback.d.ts +6 -6
  5. package/dist/cjs/services/registry-broker/client/feedback.d.ts.map +1 -1
  6. package/dist/cjs/services/registry-broker/client.d.ts +1 -0
  7. package/dist/cjs/services/registry-broker/client.d.ts.map +1 -1
  8. package/dist/cjs/services/registry-broker/schemas.d.ts +542 -294
  9. package/dist/cjs/services/registry-broker/schemas.d.ts.map +1 -1
  10. package/dist/cjs/services/registry-broker/types.d.ts +3 -2
  11. package/dist/cjs/services/registry-broker/types.d.ts.map +1 -1
  12. package/dist/cjs/standards-sdk.cjs +2 -2
  13. package/dist/cjs/standards-sdk.cjs.map +1 -1
  14. package/dist/es/hcs-10/base-client.d.ts.map +1 -1
  15. package/dist/es/services/registry-broker/client/base-client.d.ts +14 -1
  16. package/dist/es/services/registry-broker/client/base-client.d.ts.map +1 -1
  17. package/dist/es/services/registry-broker/client/feedback.d.ts +6 -6
  18. package/dist/es/services/registry-broker/client/feedback.d.ts.map +1 -1
  19. package/dist/es/services/registry-broker/client.d.ts +1 -0
  20. package/dist/es/services/registry-broker/client.d.ts.map +1 -1
  21. package/dist/es/services/registry-broker/schemas.d.ts +542 -294
  22. package/dist/es/services/registry-broker/schemas.d.ts.map +1 -1
  23. package/dist/es/services/registry-broker/types.d.ts +3 -2
  24. package/dist/es/services/registry-broker/types.d.ts.map +1 -1
  25. package/dist/es/standards-sdk.es.js +2 -1
  26. package/dist/es/standards-sdk.es110.js +0 -1
  27. package/dist/es/standards-sdk.es110.js.map +1 -1
  28. package/dist/es/standards-sdk.es125.js +1 -1
  29. package/dist/es/standards-sdk.es126.js +1 -1
  30. package/dist/es/standards-sdk.es136.js +8 -54
  31. package/dist/es/standards-sdk.es136.js.map +1 -1
  32. package/dist/es/standards-sdk.es137.js +44 -1
  33. package/dist/es/standards-sdk.es137.js.map +1 -1
  34. package/dist/es/standards-sdk.es150.js +12284 -12
  35. package/dist/es/standards-sdk.es150.js.map +1 -1
  36. package/dist/es/standards-sdk.es151.js +38 -3
  37. package/dist/es/standards-sdk.es151.js.map +1 -1
  38. package/dist/es/standards-sdk.es152.js +12 -12284
  39. package/dist/es/standards-sdk.es152.js.map +1 -1
  40. package/dist/es/standards-sdk.es17.js +0 -1
  41. package/dist/es/standards-sdk.es17.js.map +1 -1
  42. package/dist/es/standards-sdk.es19.js +1 -2
  43. package/dist/es/standards-sdk.es19.js.map +1 -1
  44. package/dist/es/standards-sdk.es20.js +1 -2
  45. package/dist/es/standards-sdk.es20.js.map +1 -1
  46. package/dist/es/standards-sdk.es28.js +1 -2
  47. package/dist/es/standards-sdk.es28.js.map +1 -1
  48. package/dist/es/standards-sdk.es31.js +1 -1
  49. package/dist/es/standards-sdk.es32.js +1 -1
  50. package/dist/es/standards-sdk.es36.js +1 -2
  51. package/dist/es/standards-sdk.es36.js.map +1 -1
  52. package/dist/es/standards-sdk.es37.js +1 -1
  53. package/dist/es/standards-sdk.es38.js +1 -1
  54. package/dist/es/standards-sdk.es61.js +0 -1
  55. package/dist/es/standards-sdk.es61.js.map +1 -1
  56. package/dist/es/standards-sdk.es65.js +1 -1
  57. package/dist/es/standards-sdk.es66.js +1 -1
  58. package/dist/es/standards-sdk.es78.js +0 -1
  59. package/dist/es/standards-sdk.es78.js.map +1 -1
  60. package/package.json +1 -1
@@ -34,7 +34,7 @@ export declare const searchResponseSchema: z.ZodObject<{
34
34
  registry: z.ZodString;
35
35
  name: z.ZodString;
36
36
  description: z.ZodOptional<z.ZodString>;
37
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
37
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
38
38
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
39
39
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
40
40
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -49,15 +49,15 @@ export declare const searchResponseSchema: z.ZodObject<{
49
49
  type: z.ZodNativeEnum<typeof AIAgentType>;
50
50
  creator: z.ZodOptional<z.ZodString>;
51
51
  model: z.ZodOptional<z.ZodString>;
52
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
52
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
53
53
  }, "strip", z.ZodTypeAny, {
54
54
  type?: AIAgentType;
55
- capabilities?: AIAgentCapability[];
55
+ capabilities?: number[];
56
56
  creator?: string;
57
57
  model?: string;
58
58
  }, {
59
59
  type?: AIAgentType;
60
- capabilities?: AIAgentCapability[];
60
+ capabilities?: number[];
61
61
  creator?: string;
62
62
  model?: string;
63
63
  }>>;
@@ -72,7 +72,7 @@ export declare const searchResponseSchema: z.ZodObject<{
72
72
  uaid?: string;
73
73
  aiAgent?: {
74
74
  type?: AIAgentType;
75
- capabilities?: AIAgentCapability[];
75
+ capabilities?: number[];
76
76
  creator?: string;
77
77
  model?: string;
78
78
  };
@@ -86,7 +86,7 @@ export declare const searchResponseSchema: z.ZodObject<{
86
86
  uaid?: string;
87
87
  aiAgent?: {
88
88
  type?: AIAgentType;
89
- capabilities?: AIAgentCapability[];
89
+ capabilities?: number[];
90
90
  creator?: string;
91
91
  model?: string;
92
92
  };
@@ -115,7 +115,7 @@ export declare const searchResponseSchema: z.ZodObject<{
115
115
  registry: z.ZodString;
116
116
  name: z.ZodString;
117
117
  description: z.ZodOptional<z.ZodString>;
118
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
118
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
119
119
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
120
120
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
121
121
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -130,15 +130,15 @@ export declare const searchResponseSchema: z.ZodObject<{
130
130
  type: z.ZodNativeEnum<typeof AIAgentType>;
131
131
  creator: z.ZodOptional<z.ZodString>;
132
132
  model: z.ZodOptional<z.ZodString>;
133
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
133
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
134
134
  }, "strip", z.ZodTypeAny, {
135
135
  type?: AIAgentType;
136
- capabilities?: AIAgentCapability[];
136
+ capabilities?: number[];
137
137
  creator?: string;
138
138
  model?: string;
139
139
  }, {
140
140
  type?: AIAgentType;
141
- capabilities?: AIAgentCapability[];
141
+ capabilities?: number[];
142
142
  creator?: string;
143
143
  model?: string;
144
144
  }>>;
@@ -153,7 +153,7 @@ export declare const searchResponseSchema: z.ZodObject<{
153
153
  uaid?: string;
154
154
  aiAgent?: {
155
155
  type?: AIAgentType;
156
- capabilities?: AIAgentCapability[];
156
+ capabilities?: number[];
157
157
  creator?: string;
158
158
  model?: string;
159
159
  };
@@ -167,7 +167,7 @@ export declare const searchResponseSchema: z.ZodObject<{
167
167
  uaid?: string;
168
168
  aiAgent?: {
169
169
  type?: AIAgentType;
170
- capabilities?: AIAgentCapability[];
170
+ capabilities?: number[];
171
171
  creator?: string;
172
172
  model?: string;
173
173
  };
@@ -196,7 +196,7 @@ export declare const searchResponseSchema: z.ZodObject<{
196
196
  registry: z.ZodString;
197
197
  name: z.ZodString;
198
198
  description: z.ZodOptional<z.ZodString>;
199
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
199
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
200
200
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
201
201
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
202
202
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -211,15 +211,15 @@ export declare const searchResponseSchema: z.ZodObject<{
211
211
  type: z.ZodNativeEnum<typeof AIAgentType>;
212
212
  creator: z.ZodOptional<z.ZodString>;
213
213
  model: z.ZodOptional<z.ZodString>;
214
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
214
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
215
215
  }, "strip", z.ZodTypeAny, {
216
216
  type?: AIAgentType;
217
- capabilities?: AIAgentCapability[];
217
+ capabilities?: number[];
218
218
  creator?: string;
219
219
  model?: string;
220
220
  }, {
221
221
  type?: AIAgentType;
222
- capabilities?: AIAgentCapability[];
222
+ capabilities?: number[];
223
223
  creator?: string;
224
224
  model?: string;
225
225
  }>>;
@@ -234,7 +234,7 @@ export declare const searchResponseSchema: z.ZodObject<{
234
234
  uaid?: string;
235
235
  aiAgent?: {
236
236
  type?: AIAgentType;
237
- capabilities?: AIAgentCapability[];
237
+ capabilities?: number[];
238
238
  creator?: string;
239
239
  model?: string;
240
240
  };
@@ -248,7 +248,7 @@ export declare const searchResponseSchema: z.ZodObject<{
248
248
  uaid?: string;
249
249
  aiAgent?: {
250
250
  type?: AIAgentType;
251
- capabilities?: AIAgentCapability[];
251
+ capabilities?: number[];
252
252
  creator?: string;
253
253
  model?: string;
254
254
  };
@@ -283,7 +283,7 @@ export declare const searchResponseSchema: z.ZodObject<{
283
283
  registry: z.ZodString;
284
284
  name: z.ZodString;
285
285
  description: z.ZodOptional<z.ZodString>;
286
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
286
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
287
287
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
288
288
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
289
289
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -298,15 +298,15 @@ export declare const searchResponseSchema: z.ZodObject<{
298
298
  type: z.ZodNativeEnum<typeof AIAgentType>;
299
299
  creator: z.ZodOptional<z.ZodString>;
300
300
  model: z.ZodOptional<z.ZodString>;
301
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
301
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
302
302
  }, "strip", z.ZodTypeAny, {
303
303
  type?: AIAgentType;
304
- capabilities?: AIAgentCapability[];
304
+ capabilities?: number[];
305
305
  creator?: string;
306
306
  model?: string;
307
307
  }, {
308
308
  type?: AIAgentType;
309
- capabilities?: AIAgentCapability[];
309
+ capabilities?: number[];
310
310
  creator?: string;
311
311
  model?: string;
312
312
  }>>;
@@ -321,7 +321,7 @@ export declare const searchResponseSchema: z.ZodObject<{
321
321
  uaid?: string;
322
322
  aiAgent?: {
323
323
  type?: AIAgentType;
324
- capabilities?: AIAgentCapability[];
324
+ capabilities?: number[];
325
325
  creator?: string;
326
326
  model?: string;
327
327
  };
@@ -335,7 +335,7 @@ export declare const searchResponseSchema: z.ZodObject<{
335
335
  uaid?: string;
336
336
  aiAgent?: {
337
337
  type?: AIAgentType;
338
- capabilities?: AIAgentCapability[];
338
+ capabilities?: number[];
339
339
  creator?: string;
340
340
  model?: string;
341
341
  };
@@ -369,7 +369,7 @@ export declare const searchResponseSchema: z.ZodObject<{
369
369
  registry: z.ZodString;
370
370
  name: z.ZodString;
371
371
  description: z.ZodOptional<z.ZodString>;
372
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
372
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
373
373
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
374
374
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
375
375
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -384,15 +384,15 @@ export declare const searchResponseSchema: z.ZodObject<{
384
384
  type: z.ZodNativeEnum<typeof AIAgentType>;
385
385
  creator: z.ZodOptional<z.ZodString>;
386
386
  model: z.ZodOptional<z.ZodString>;
387
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
387
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
388
388
  }, "strip", z.ZodTypeAny, {
389
389
  type?: AIAgentType;
390
- capabilities?: AIAgentCapability[];
390
+ capabilities?: number[];
391
391
  creator?: string;
392
392
  model?: string;
393
393
  }, {
394
394
  type?: AIAgentType;
395
- capabilities?: AIAgentCapability[];
395
+ capabilities?: number[];
396
396
  creator?: string;
397
397
  model?: string;
398
398
  }>>;
@@ -407,7 +407,7 @@ export declare const searchResponseSchema: z.ZodObject<{
407
407
  uaid?: string;
408
408
  aiAgent?: {
409
409
  type?: AIAgentType;
410
- capabilities?: AIAgentCapability[];
410
+ capabilities?: number[];
411
411
  creator?: string;
412
412
  model?: string;
413
413
  };
@@ -421,7 +421,7 @@ export declare const searchResponseSchema: z.ZodObject<{
421
421
  uaid?: string;
422
422
  aiAgent?: {
423
423
  type?: AIAgentType;
424
- capabilities?: AIAgentCapability[];
424
+ capabilities?: number[];
425
425
  creator?: string;
426
426
  model?: string;
427
427
  };
@@ -488,7 +488,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
488
488
  registry: z.ZodString;
489
489
  name: z.ZodString;
490
490
  description: z.ZodOptional<z.ZodString>;
491
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
491
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
492
492
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
493
493
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
494
494
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -503,15 +503,15 @@ export declare const resolveResponseSchema: z.ZodObject<{
503
503
  type: z.ZodNativeEnum<typeof AIAgentType>;
504
504
  creator: z.ZodOptional<z.ZodString>;
505
505
  model: z.ZodOptional<z.ZodString>;
506
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
506
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
507
507
  }, "strip", z.ZodTypeAny, {
508
508
  type?: AIAgentType;
509
- capabilities?: AIAgentCapability[];
509
+ capabilities?: number[];
510
510
  creator?: string;
511
511
  model?: string;
512
512
  }, {
513
513
  type?: AIAgentType;
514
- capabilities?: AIAgentCapability[];
514
+ capabilities?: number[];
515
515
  creator?: string;
516
516
  model?: string;
517
517
  }>>;
@@ -526,7 +526,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
526
526
  uaid?: string;
527
527
  aiAgent?: {
528
528
  type?: AIAgentType;
529
- capabilities?: AIAgentCapability[];
529
+ capabilities?: number[];
530
530
  creator?: string;
531
531
  model?: string;
532
532
  };
@@ -540,7 +540,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
540
540
  uaid?: string;
541
541
  aiAgent?: {
542
542
  type?: AIAgentType;
543
- capabilities?: AIAgentCapability[];
543
+ capabilities?: number[];
544
544
  creator?: string;
545
545
  model?: string;
546
546
  };
@@ -569,7 +569,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
569
569
  registry: z.ZodString;
570
570
  name: z.ZodString;
571
571
  description: z.ZodOptional<z.ZodString>;
572
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
572
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
573
573
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
574
574
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
575
575
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -584,15 +584,15 @@ export declare const resolveResponseSchema: z.ZodObject<{
584
584
  type: z.ZodNativeEnum<typeof AIAgentType>;
585
585
  creator: z.ZodOptional<z.ZodString>;
586
586
  model: z.ZodOptional<z.ZodString>;
587
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
587
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
588
588
  }, "strip", z.ZodTypeAny, {
589
589
  type?: AIAgentType;
590
- capabilities?: AIAgentCapability[];
590
+ capabilities?: number[];
591
591
  creator?: string;
592
592
  model?: string;
593
593
  }, {
594
594
  type?: AIAgentType;
595
- capabilities?: AIAgentCapability[];
595
+ capabilities?: number[];
596
596
  creator?: string;
597
597
  model?: string;
598
598
  }>>;
@@ -607,7 +607,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
607
607
  uaid?: string;
608
608
  aiAgent?: {
609
609
  type?: AIAgentType;
610
- capabilities?: AIAgentCapability[];
610
+ capabilities?: number[];
611
611
  creator?: string;
612
612
  model?: string;
613
613
  };
@@ -621,7 +621,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
621
621
  uaid?: string;
622
622
  aiAgent?: {
623
623
  type?: AIAgentType;
624
- capabilities?: AIAgentCapability[];
624
+ capabilities?: number[];
625
625
  creator?: string;
626
626
  model?: string;
627
627
  };
@@ -650,7 +650,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
650
650
  registry: z.ZodString;
651
651
  name: z.ZodString;
652
652
  description: z.ZodOptional<z.ZodString>;
653
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
653
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
654
654
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
655
655
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
656
656
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -665,15 +665,15 @@ export declare const resolveResponseSchema: z.ZodObject<{
665
665
  type: z.ZodNativeEnum<typeof AIAgentType>;
666
666
  creator: z.ZodOptional<z.ZodString>;
667
667
  model: z.ZodOptional<z.ZodString>;
668
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
668
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
669
669
  }, "strip", z.ZodTypeAny, {
670
670
  type?: AIAgentType;
671
- capabilities?: AIAgentCapability[];
671
+ capabilities?: number[];
672
672
  creator?: string;
673
673
  model?: string;
674
674
  }, {
675
675
  type?: AIAgentType;
676
- capabilities?: AIAgentCapability[];
676
+ capabilities?: number[];
677
677
  creator?: string;
678
678
  model?: string;
679
679
  }>>;
@@ -688,7 +688,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
688
688
  uaid?: string;
689
689
  aiAgent?: {
690
690
  type?: AIAgentType;
691
- capabilities?: AIAgentCapability[];
691
+ capabilities?: number[];
692
692
  creator?: string;
693
693
  model?: string;
694
694
  };
@@ -702,7 +702,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
702
702
  uaid?: string;
703
703
  aiAgent?: {
704
704
  type?: AIAgentType;
705
- capabilities?: AIAgentCapability[];
705
+ capabilities?: number[];
706
706
  creator?: string;
707
707
  model?: string;
708
708
  };
@@ -731,7 +731,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
731
731
  image?: string;
732
732
  metadata?: Record<string, JsonValue>;
733
733
  name?: string;
734
- capabilities?: (string | AIAgentCapability)[];
734
+ capabilities?: (string | number)[];
735
735
  uaid?: string;
736
736
  description?: string;
737
737
  registry?: string;
@@ -751,7 +751,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
751
751
  uaid?: string;
752
752
  aiAgent?: {
753
753
  type?: AIAgentType;
754
- capabilities?: AIAgentCapability[];
754
+ capabilities?: number[];
755
755
  creator?: string;
756
756
  model?: string;
757
757
  };
@@ -778,7 +778,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
778
778
  image?: string;
779
779
  metadata?: Record<string, JsonValue>;
780
780
  name?: string;
781
- capabilities?: (string | AIAgentCapability)[];
781
+ capabilities?: (string | number)[];
782
782
  uaid?: string;
783
783
  description?: string;
784
784
  registry?: string;
@@ -798,7 +798,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
798
798
  uaid?: string;
799
799
  aiAgent?: {
800
800
  type?: AIAgentType;
801
- capabilities?: AIAgentCapability[];
801
+ capabilities?: number[];
802
802
  creator?: string;
803
803
  model?: string;
804
804
  };
@@ -936,6 +936,25 @@ export declare const agentFeedbackEligibilityResponseSchema: z.ZodObject<{
936
936
  messageCount: z.ZodNumber;
937
937
  minimumMessages: z.ZodNumber;
938
938
  reason: z.ZodOptional<z.ZodString>;
939
+ onchain: z.ZodOptional<z.ZodObject<{
940
+ eligible: z.ZodBoolean;
941
+ reason: z.ZodOptional<z.ZodString>;
942
+ estimatedCredits: z.ZodOptional<z.ZodNumber>;
943
+ usdEstimate: z.ZodOptional<z.ZodNumber>;
944
+ nativeFeeEstimate: z.ZodOptional<z.ZodNumber>;
945
+ }, "strip", z.ZodTypeAny, {
946
+ eligible?: boolean;
947
+ reason?: string;
948
+ estimatedCredits?: number;
949
+ usdEstimate?: number;
950
+ nativeFeeEstimate?: number;
951
+ }, {
952
+ eligible?: boolean;
953
+ reason?: string;
954
+ estimatedCredits?: number;
955
+ usdEstimate?: number;
956
+ nativeFeeEstimate?: number;
957
+ }>>;
939
958
  }, "strip", z.ZodTypeAny, {
940
959
  uaid?: string;
941
960
  sessionId?: string;
@@ -943,6 +962,13 @@ export declare const agentFeedbackEligibilityResponseSchema: z.ZodObject<{
943
962
  messageCount?: number;
944
963
  minimumMessages?: number;
945
964
  reason?: string;
965
+ onchain?: {
966
+ eligible?: boolean;
967
+ reason?: string;
968
+ estimatedCredits?: number;
969
+ usdEstimate?: number;
970
+ nativeFeeEstimate?: number;
971
+ };
946
972
  }, {
947
973
  uaid?: string;
948
974
  sessionId?: string;
@@ -950,6 +976,13 @@ export declare const agentFeedbackEligibilityResponseSchema: z.ZodObject<{
950
976
  messageCount?: number;
951
977
  minimumMessages?: number;
952
978
  reason?: string;
979
+ onchain?: {
980
+ eligible?: boolean;
981
+ reason?: string;
982
+ estimatedCredits?: number;
983
+ usdEstimate?: number;
984
+ nativeFeeEstimate?: number;
985
+ };
953
986
  }>;
954
987
  export declare const agentFeedbackSubmissionResponseSchema: z.ZodObject<{
955
988
  uaid: z.ZodString;
@@ -994,6 +1027,221 @@ export declare const agentFeedbackSubmissionResponseSchema: z.ZodObject<{
994
1027
  fileHash?: string;
995
1028
  transactionHash?: string;
996
1029
  }>;
1030
+ export declare const agentFeedbackIndexResponseSchema: z.ZodObject<{
1031
+ page: z.ZodNumber;
1032
+ limit: z.ZodNumber;
1033
+ total: z.ZodNumber;
1034
+ items: z.ZodArray<z.ZodObject<{
1035
+ uaid: z.ZodString;
1036
+ registry: z.ZodString;
1037
+ network: z.ZodOptional<z.ZodString>;
1038
+ agentId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1039
+ summary: z.ZodNullable<z.ZodObject<{
1040
+ averageScore: z.ZodNumber;
1041
+ totalFeedbacks: z.ZodNumber;
1042
+ registry: z.ZodOptional<z.ZodString>;
1043
+ network: z.ZodOptional<z.ZodString>;
1044
+ updatedAt: z.ZodOptional<z.ZodString>;
1045
+ }, "strip", z.ZodTypeAny, {
1046
+ network?: string;
1047
+ registry?: string;
1048
+ updatedAt?: string;
1049
+ averageScore?: number;
1050
+ totalFeedbacks?: number;
1051
+ }, {
1052
+ network?: string;
1053
+ registry?: string;
1054
+ updatedAt?: string;
1055
+ averageScore?: number;
1056
+ totalFeedbacks?: number;
1057
+ }>>;
1058
+ trustScore: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1059
+ }, "strip", z.ZodTypeAny, {
1060
+ network?: string;
1061
+ summary?: {
1062
+ network?: string;
1063
+ registry?: string;
1064
+ updatedAt?: string;
1065
+ averageScore?: number;
1066
+ totalFeedbacks?: number;
1067
+ };
1068
+ uaid?: string;
1069
+ registry?: string;
1070
+ agentId?: number;
1071
+ trustScore?: number;
1072
+ }, {
1073
+ network?: string;
1074
+ summary?: {
1075
+ network?: string;
1076
+ registry?: string;
1077
+ updatedAt?: string;
1078
+ averageScore?: number;
1079
+ totalFeedbacks?: number;
1080
+ };
1081
+ uaid?: string;
1082
+ registry?: string;
1083
+ agentId?: number;
1084
+ trustScore?: number;
1085
+ }>, "many">;
1086
+ }, "strip", z.ZodTypeAny, {
1087
+ limit?: number;
1088
+ total?: number;
1089
+ page?: number;
1090
+ items?: {
1091
+ network?: string;
1092
+ summary?: {
1093
+ network?: string;
1094
+ registry?: string;
1095
+ updatedAt?: string;
1096
+ averageScore?: number;
1097
+ totalFeedbacks?: number;
1098
+ };
1099
+ uaid?: string;
1100
+ registry?: string;
1101
+ agentId?: number;
1102
+ trustScore?: number;
1103
+ }[];
1104
+ }, {
1105
+ limit?: number;
1106
+ total?: number;
1107
+ page?: number;
1108
+ items?: {
1109
+ network?: string;
1110
+ summary?: {
1111
+ network?: string;
1112
+ registry?: string;
1113
+ updatedAt?: string;
1114
+ averageScore?: number;
1115
+ totalFeedbacks?: number;
1116
+ };
1117
+ uaid?: string;
1118
+ registry?: string;
1119
+ agentId?: number;
1120
+ trustScore?: number;
1121
+ }[];
1122
+ }>;
1123
+ export declare const agentFeedbackEntriesIndexResponseSchema: z.ZodObject<{
1124
+ page: z.ZodNumber;
1125
+ limit: z.ZodNumber;
1126
+ total: z.ZodNumber;
1127
+ items: z.ZodArray<z.ZodObject<{
1128
+ uaid: z.ZodString;
1129
+ entry: z.ZodObject<{
1130
+ registry: z.ZodString;
1131
+ network: z.ZodOptional<z.ZodString>;
1132
+ agentId: z.ZodNumber;
1133
+ client: z.ZodString;
1134
+ score: z.ZodNumber;
1135
+ tag1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1136
+ tag2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1137
+ revoked: z.ZodBoolean;
1138
+ feedbackIndex: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1139
+ fileUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1140
+ fileHash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1141
+ createdAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1142
+ }, "strip", z.ZodTypeAny, {
1143
+ network?: string;
1144
+ client?: string;
1145
+ registry?: string;
1146
+ createdAt?: string;
1147
+ agentId?: number;
1148
+ score?: number;
1149
+ tag1?: string;
1150
+ tag2?: string;
1151
+ revoked?: boolean;
1152
+ feedbackIndex?: number;
1153
+ fileUri?: string;
1154
+ fileHash?: string;
1155
+ }, {
1156
+ network?: string;
1157
+ client?: string;
1158
+ registry?: string;
1159
+ createdAt?: string;
1160
+ agentId?: number;
1161
+ score?: number;
1162
+ tag1?: string;
1163
+ tag2?: string;
1164
+ revoked?: boolean;
1165
+ feedbackIndex?: number;
1166
+ fileUri?: string;
1167
+ fileHash?: string;
1168
+ }>;
1169
+ }, "strip", z.ZodTypeAny, {
1170
+ uaid?: string;
1171
+ entry?: {
1172
+ network?: string;
1173
+ client?: string;
1174
+ registry?: string;
1175
+ createdAt?: string;
1176
+ agentId?: number;
1177
+ score?: number;
1178
+ tag1?: string;
1179
+ tag2?: string;
1180
+ revoked?: boolean;
1181
+ feedbackIndex?: number;
1182
+ fileUri?: string;
1183
+ fileHash?: string;
1184
+ };
1185
+ }, {
1186
+ uaid?: string;
1187
+ entry?: {
1188
+ network?: string;
1189
+ client?: string;
1190
+ registry?: string;
1191
+ createdAt?: string;
1192
+ agentId?: number;
1193
+ score?: number;
1194
+ tag1?: string;
1195
+ tag2?: string;
1196
+ revoked?: boolean;
1197
+ feedbackIndex?: number;
1198
+ fileUri?: string;
1199
+ fileHash?: string;
1200
+ };
1201
+ }>, "many">;
1202
+ }, "strip", z.ZodTypeAny, {
1203
+ limit?: number;
1204
+ total?: number;
1205
+ page?: number;
1206
+ items?: {
1207
+ uaid?: string;
1208
+ entry?: {
1209
+ network?: string;
1210
+ client?: string;
1211
+ registry?: string;
1212
+ createdAt?: string;
1213
+ agentId?: number;
1214
+ score?: number;
1215
+ tag1?: string;
1216
+ tag2?: string;
1217
+ revoked?: boolean;
1218
+ feedbackIndex?: number;
1219
+ fileUri?: string;
1220
+ fileHash?: string;
1221
+ };
1222
+ }[];
1223
+ }, {
1224
+ limit?: number;
1225
+ total?: number;
1226
+ page?: number;
1227
+ items?: {
1228
+ uaid?: string;
1229
+ entry?: {
1230
+ network?: string;
1231
+ client?: string;
1232
+ registry?: string;
1233
+ createdAt?: string;
1234
+ agentId?: number;
1235
+ score?: number;
1236
+ tag1?: string;
1237
+ tag2?: string;
1238
+ revoked?: boolean;
1239
+ feedbackIndex?: number;
1240
+ fileUri?: string;
1241
+ fileHash?: string;
1242
+ };
1243
+ }[];
1244
+ }>;
997
1245
  export declare const createSessionResponseSchema: z.ZodObject<{
998
1246
  sessionId: z.ZodString;
999
1247
  uaid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3237,7 +3485,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3237
3485
  registry: z.ZodString;
3238
3486
  name: z.ZodString;
3239
3487
  description: z.ZodOptional<z.ZodString>;
3240
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
3488
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
3241
3489
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
3242
3490
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
3243
3491
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -3252,15 +3500,15 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3252
3500
  type: z.ZodNativeEnum<typeof AIAgentType>;
3253
3501
  creator: z.ZodOptional<z.ZodString>;
3254
3502
  model: z.ZodOptional<z.ZodString>;
3255
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
3503
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
3256
3504
  }, "strip", z.ZodTypeAny, {
3257
3505
  type?: AIAgentType;
3258
- capabilities?: AIAgentCapability[];
3506
+ capabilities?: number[];
3259
3507
  creator?: string;
3260
3508
  model?: string;
3261
3509
  }, {
3262
3510
  type?: AIAgentType;
3263
- capabilities?: AIAgentCapability[];
3511
+ capabilities?: number[];
3264
3512
  creator?: string;
3265
3513
  model?: string;
3266
3514
  }>>;
@@ -3275,7 +3523,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3275
3523
  uaid?: string;
3276
3524
  aiAgent?: {
3277
3525
  type?: AIAgentType;
3278
- capabilities?: AIAgentCapability[];
3526
+ capabilities?: number[];
3279
3527
  creator?: string;
3280
3528
  model?: string;
3281
3529
  };
@@ -3289,7 +3537,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3289
3537
  uaid?: string;
3290
3538
  aiAgent?: {
3291
3539
  type?: AIAgentType;
3292
- capabilities?: AIAgentCapability[];
3540
+ capabilities?: number[];
3293
3541
  creator?: string;
3294
3542
  model?: string;
3295
3543
  };
@@ -3318,7 +3566,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3318
3566
  registry: z.ZodString;
3319
3567
  name: z.ZodString;
3320
3568
  description: z.ZodOptional<z.ZodString>;
3321
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
3569
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
3322
3570
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
3323
3571
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
3324
3572
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -3333,15 +3581,15 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3333
3581
  type: z.ZodNativeEnum<typeof AIAgentType>;
3334
3582
  creator: z.ZodOptional<z.ZodString>;
3335
3583
  model: z.ZodOptional<z.ZodString>;
3336
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
3584
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
3337
3585
  }, "strip", z.ZodTypeAny, {
3338
3586
  type?: AIAgentType;
3339
- capabilities?: AIAgentCapability[];
3587
+ capabilities?: number[];
3340
3588
  creator?: string;
3341
3589
  model?: string;
3342
3590
  }, {
3343
3591
  type?: AIAgentType;
3344
- capabilities?: AIAgentCapability[];
3592
+ capabilities?: number[];
3345
3593
  creator?: string;
3346
3594
  model?: string;
3347
3595
  }>>;
@@ -3356,7 +3604,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3356
3604
  uaid?: string;
3357
3605
  aiAgent?: {
3358
3606
  type?: AIAgentType;
3359
- capabilities?: AIAgentCapability[];
3607
+ capabilities?: number[];
3360
3608
  creator?: string;
3361
3609
  model?: string;
3362
3610
  };
@@ -3370,7 +3618,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3370
3618
  uaid?: string;
3371
3619
  aiAgent?: {
3372
3620
  type?: AIAgentType;
3373
- capabilities?: AIAgentCapability[];
3621
+ capabilities?: number[];
3374
3622
  creator?: string;
3375
3623
  model?: string;
3376
3624
  };
@@ -3399,7 +3647,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3399
3647
  registry: z.ZodString;
3400
3648
  name: z.ZodString;
3401
3649
  description: z.ZodOptional<z.ZodString>;
3402
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
3650
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
3403
3651
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
3404
3652
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
3405
3653
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -3414,15 +3662,15 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3414
3662
  type: z.ZodNativeEnum<typeof AIAgentType>;
3415
3663
  creator: z.ZodOptional<z.ZodString>;
3416
3664
  model: z.ZodOptional<z.ZodString>;
3417
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
3665
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
3418
3666
  }, "strip", z.ZodTypeAny, {
3419
3667
  type?: AIAgentType;
3420
- capabilities?: AIAgentCapability[];
3668
+ capabilities?: number[];
3421
3669
  creator?: string;
3422
3670
  model?: string;
3423
3671
  }, {
3424
3672
  type?: AIAgentType;
3425
- capabilities?: AIAgentCapability[];
3673
+ capabilities?: number[];
3426
3674
  creator?: string;
3427
3675
  model?: string;
3428
3676
  }>>;
@@ -3437,7 +3685,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3437
3685
  uaid?: string;
3438
3686
  aiAgent?: {
3439
3687
  type?: AIAgentType;
3440
- capabilities?: AIAgentCapability[];
3688
+ capabilities?: number[];
3441
3689
  creator?: string;
3442
3690
  model?: string;
3443
3691
  };
@@ -3451,7 +3699,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3451
3699
  uaid?: string;
3452
3700
  aiAgent?: {
3453
3701
  type?: AIAgentType;
3454
- capabilities?: AIAgentCapability[];
3702
+ capabilities?: number[];
3455
3703
  creator?: string;
3456
3704
  model?: string;
3457
3705
  };
@@ -3486,7 +3734,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3486
3734
  registry: z.ZodString;
3487
3735
  name: z.ZodString;
3488
3736
  description: z.ZodOptional<z.ZodString>;
3489
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
3737
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
3490
3738
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
3491
3739
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
3492
3740
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -3501,15 +3749,15 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3501
3749
  type: z.ZodNativeEnum<typeof AIAgentType>;
3502
3750
  creator: z.ZodOptional<z.ZodString>;
3503
3751
  model: z.ZodOptional<z.ZodString>;
3504
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
3752
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
3505
3753
  }, "strip", z.ZodTypeAny, {
3506
3754
  type?: AIAgentType;
3507
- capabilities?: AIAgentCapability[];
3755
+ capabilities?: number[];
3508
3756
  creator?: string;
3509
3757
  model?: string;
3510
3758
  }, {
3511
3759
  type?: AIAgentType;
3512
- capabilities?: AIAgentCapability[];
3760
+ capabilities?: number[];
3513
3761
  creator?: string;
3514
3762
  model?: string;
3515
3763
  }>>;
@@ -3524,7 +3772,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3524
3772
  uaid?: string;
3525
3773
  aiAgent?: {
3526
3774
  type?: AIAgentType;
3527
- capabilities?: AIAgentCapability[];
3775
+ capabilities?: number[];
3528
3776
  creator?: string;
3529
3777
  model?: string;
3530
3778
  };
@@ -3538,7 +3786,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3538
3786
  uaid?: string;
3539
3787
  aiAgent?: {
3540
3788
  type?: AIAgentType;
3541
- capabilities?: AIAgentCapability[];
3789
+ capabilities?: number[];
3542
3790
  creator?: string;
3543
3791
  model?: string;
3544
3792
  };
@@ -3572,7 +3820,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3572
3820
  registry: z.ZodString;
3573
3821
  name: z.ZodString;
3574
3822
  description: z.ZodOptional<z.ZodString>;
3575
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
3823
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
3576
3824
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
3577
3825
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
3578
3826
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -3587,15 +3835,15 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3587
3835
  type: z.ZodNativeEnum<typeof AIAgentType>;
3588
3836
  creator: z.ZodOptional<z.ZodString>;
3589
3837
  model: z.ZodOptional<z.ZodString>;
3590
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
3838
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
3591
3839
  }, "strip", z.ZodTypeAny, {
3592
3840
  type?: AIAgentType;
3593
- capabilities?: AIAgentCapability[];
3841
+ capabilities?: number[];
3594
3842
  creator?: string;
3595
3843
  model?: string;
3596
3844
  }, {
3597
3845
  type?: AIAgentType;
3598
- capabilities?: AIAgentCapability[];
3846
+ capabilities?: number[];
3599
3847
  creator?: string;
3600
3848
  model?: string;
3601
3849
  }>>;
@@ -3610,7 +3858,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3610
3858
  uaid?: string;
3611
3859
  aiAgent?: {
3612
3860
  type?: AIAgentType;
3613
- capabilities?: AIAgentCapability[];
3861
+ capabilities?: number[];
3614
3862
  creator?: string;
3615
3863
  model?: string;
3616
3864
  };
@@ -3624,7 +3872,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
3624
3872
  uaid?: string;
3625
3873
  aiAgent?: {
3626
3874
  type?: AIAgentType;
3627
- capabilities?: AIAgentCapability[];
3875
+ capabilities?: number[];
3628
3876
  creator?: string;
3629
3877
  model?: string;
3630
3878
  };
@@ -3705,7 +3953,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3705
3953
  registry: z.ZodString;
3706
3954
  name: z.ZodString;
3707
3955
  description: z.ZodOptional<z.ZodString>;
3708
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
3956
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
3709
3957
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
3710
3958
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
3711
3959
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -3720,15 +3968,15 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3720
3968
  type: z.ZodNativeEnum<typeof AIAgentType>;
3721
3969
  creator: z.ZodOptional<z.ZodString>;
3722
3970
  model: z.ZodOptional<z.ZodString>;
3723
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
3971
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
3724
3972
  }, "strip", z.ZodTypeAny, {
3725
3973
  type?: AIAgentType;
3726
- capabilities?: AIAgentCapability[];
3974
+ capabilities?: number[];
3727
3975
  creator?: string;
3728
3976
  model?: string;
3729
3977
  }, {
3730
3978
  type?: AIAgentType;
3731
- capabilities?: AIAgentCapability[];
3979
+ capabilities?: number[];
3732
3980
  creator?: string;
3733
3981
  model?: string;
3734
3982
  }>>;
@@ -3743,7 +3991,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3743
3991
  uaid?: string;
3744
3992
  aiAgent?: {
3745
3993
  type?: AIAgentType;
3746
- capabilities?: AIAgentCapability[];
3994
+ capabilities?: number[];
3747
3995
  creator?: string;
3748
3996
  model?: string;
3749
3997
  };
@@ -3757,7 +4005,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3757
4005
  uaid?: string;
3758
4006
  aiAgent?: {
3759
4007
  type?: AIAgentType;
3760
- capabilities?: AIAgentCapability[];
4008
+ capabilities?: number[];
3761
4009
  creator?: string;
3762
4010
  model?: string;
3763
4011
  };
@@ -3786,7 +4034,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3786
4034
  registry: z.ZodString;
3787
4035
  name: z.ZodString;
3788
4036
  description: z.ZodOptional<z.ZodString>;
3789
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
4037
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
3790
4038
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
3791
4039
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
3792
4040
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -3801,15 +4049,15 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3801
4049
  type: z.ZodNativeEnum<typeof AIAgentType>;
3802
4050
  creator: z.ZodOptional<z.ZodString>;
3803
4051
  model: z.ZodOptional<z.ZodString>;
3804
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
4052
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
3805
4053
  }, "strip", z.ZodTypeAny, {
3806
4054
  type?: AIAgentType;
3807
- capabilities?: AIAgentCapability[];
4055
+ capabilities?: number[];
3808
4056
  creator?: string;
3809
4057
  model?: string;
3810
4058
  }, {
3811
4059
  type?: AIAgentType;
3812
- capabilities?: AIAgentCapability[];
4060
+ capabilities?: number[];
3813
4061
  creator?: string;
3814
4062
  model?: string;
3815
4063
  }>>;
@@ -3824,7 +4072,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3824
4072
  uaid?: string;
3825
4073
  aiAgent?: {
3826
4074
  type?: AIAgentType;
3827
- capabilities?: AIAgentCapability[];
4075
+ capabilities?: number[];
3828
4076
  creator?: string;
3829
4077
  model?: string;
3830
4078
  };
@@ -3838,7 +4086,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3838
4086
  uaid?: string;
3839
4087
  aiAgent?: {
3840
4088
  type?: AIAgentType;
3841
- capabilities?: AIAgentCapability[];
4089
+ capabilities?: number[];
3842
4090
  creator?: string;
3843
4091
  model?: string;
3844
4092
  };
@@ -3867,7 +4115,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3867
4115
  registry: z.ZodString;
3868
4116
  name: z.ZodString;
3869
4117
  description: z.ZodOptional<z.ZodString>;
3870
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
4118
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
3871
4119
  endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
3872
4120
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
3873
4121
  metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
@@ -3882,15 +4130,15 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3882
4130
  type: z.ZodNativeEnum<typeof AIAgentType>;
3883
4131
  creator: z.ZodOptional<z.ZodString>;
3884
4132
  model: z.ZodOptional<z.ZodString>;
3885
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
4133
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
3886
4134
  }, "strip", z.ZodTypeAny, {
3887
4135
  type?: AIAgentType;
3888
- capabilities?: AIAgentCapability[];
4136
+ capabilities?: number[];
3889
4137
  creator?: string;
3890
4138
  model?: string;
3891
4139
  }, {
3892
4140
  type?: AIAgentType;
3893
- capabilities?: AIAgentCapability[];
4141
+ capabilities?: number[];
3894
4142
  creator?: string;
3895
4143
  model?: string;
3896
4144
  }>>;
@@ -3905,7 +4153,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3905
4153
  uaid?: string;
3906
4154
  aiAgent?: {
3907
4155
  type?: AIAgentType;
3908
- capabilities?: AIAgentCapability[];
4156
+ capabilities?: number[];
3909
4157
  creator?: string;
3910
4158
  model?: string;
3911
4159
  };
@@ -3919,7 +4167,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3919
4167
  uaid?: string;
3920
4168
  aiAgent?: {
3921
4169
  type?: AIAgentType;
3922
- capabilities?: AIAgentCapability[];
4170
+ capabilities?: number[];
3923
4171
  creator?: string;
3924
4172
  model?: string;
3925
4173
  };
@@ -3950,7 +4198,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3950
4198
  image?: string;
3951
4199
  metadata?: Record<string, JsonValue>;
3952
4200
  name?: string;
3953
- capabilities?: (string | AIAgentCapability)[];
4201
+ capabilities?: (string | number)[];
3954
4202
  uaid?: string;
3955
4203
  description?: string;
3956
4204
  registry?: string;
@@ -3970,7 +4218,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3970
4218
  uaid?: string;
3971
4219
  aiAgent?: {
3972
4220
  type?: AIAgentType;
3973
- capabilities?: AIAgentCapability[];
4221
+ capabilities?: number[];
3974
4222
  creator?: string;
3975
4223
  model?: string;
3976
4224
  };
@@ -3999,7 +4247,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
3999
4247
  image?: string;
4000
4248
  metadata?: Record<string, JsonValue>;
4001
4249
  name?: string;
4002
- capabilities?: (string | AIAgentCapability)[];
4250
+ capabilities?: (string | number)[];
4003
4251
  uaid?: string;
4004
4252
  description?: string;
4005
4253
  registry?: string;
@@ -4019,7 +4267,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
4019
4267
  uaid?: string;
4020
4268
  aiAgent?: {
4021
4269
  type?: AIAgentType;
4022
- capabilities?: AIAgentCapability[];
4270
+ capabilities?: number[];
4023
4271
  creator?: string;
4024
4272
  model?: string;
4025
4273
  };
@@ -4056,7 +4304,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
4056
4304
  image?: string;
4057
4305
  metadata?: Record<string, JsonValue>;
4058
4306
  name?: string;
4059
- capabilities?: (string | AIAgentCapability)[];
4307
+ capabilities?: (string | number)[];
4060
4308
  uaid?: string;
4061
4309
  description?: string;
4062
4310
  registry?: string;
@@ -4076,7 +4324,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
4076
4324
  uaid?: string;
4077
4325
  aiAgent?: {
4078
4326
  type?: AIAgentType;
4079
- capabilities?: AIAgentCapability[];
4327
+ capabilities?: number[];
4080
4328
  creator?: string;
4081
4329
  model?: string;
4082
4330
  };
@@ -4113,7 +4361,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
4113
4361
  image?: string;
4114
4362
  metadata?: Record<string, JsonValue>;
4115
4363
  name?: string;
4116
- capabilities?: (string | AIAgentCapability)[];
4364
+ capabilities?: (string | number)[];
4117
4365
  uaid?: string;
4118
4366
  description?: string;
4119
4367
  registry?: string;
@@ -4133,7 +4381,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
4133
4381
  uaid?: string;
4134
4382
  aiAgent?: {
4135
4383
  type?: AIAgentType;
4136
- capabilities?: AIAgentCapability[];
4384
+ capabilities?: number[];
4137
4385
  creator?: string;
4138
4386
  model?: string;
4139
4387
  };
@@ -4812,7 +5060,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4812
5060
  name: z.ZodString;
4813
5061
  type: z.ZodString;
4814
5062
  endpoint: z.ZodOptional<z.ZodString>;
4815
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
5063
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
4816
5064
  registry: z.ZodOptional<z.ZodString>;
4817
5065
  protocol: z.ZodOptional<z.ZodString>;
4818
5066
  profile: z.ZodOptional<z.ZodObject<{
@@ -4826,15 +5074,15 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4826
5074
  type: z.ZodNativeEnum<typeof AIAgentType>;
4827
5075
  creator: z.ZodOptional<z.ZodString>;
4828
5076
  model: z.ZodOptional<z.ZodString>;
4829
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
5077
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
4830
5078
  }, "strip", z.ZodTypeAny, {
4831
5079
  type?: AIAgentType;
4832
- capabilities?: AIAgentCapability[];
5080
+ capabilities?: number[];
4833
5081
  creator?: string;
4834
5082
  model?: string;
4835
5083
  }, {
4836
5084
  type?: AIAgentType;
4837
- capabilities?: AIAgentCapability[];
5085
+ capabilities?: number[];
4838
5086
  creator?: string;
4839
5087
  model?: string;
4840
5088
  }>>;
@@ -4849,7 +5097,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4849
5097
  uaid?: string;
4850
5098
  aiAgent?: {
4851
5099
  type?: AIAgentType;
4852
- capabilities?: AIAgentCapability[];
5100
+ capabilities?: number[];
4853
5101
  creator?: string;
4854
5102
  model?: string;
4855
5103
  };
@@ -4863,7 +5111,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4863
5111
  uaid?: string;
4864
5112
  aiAgent?: {
4865
5113
  type?: AIAgentType;
4866
- capabilities?: AIAgentCapability[];
5114
+ capabilities?: number[];
4867
5115
  creator?: string;
4868
5116
  model?: string;
4869
5117
  };
@@ -4874,7 +5122,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4874
5122
  metadata?: Record<string, JsonValue>;
4875
5123
  type?: string;
4876
5124
  name?: string;
4877
- capabilities?: (string | AIAgentCapability)[];
5125
+ capabilities?: (string | number)[];
4878
5126
  registry?: string;
4879
5127
  id?: string;
4880
5128
  profile?: {
@@ -4887,7 +5135,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4887
5135
  uaid?: string;
4888
5136
  aiAgent?: {
4889
5137
  type?: AIAgentType;
4890
- capabilities?: AIAgentCapability[];
5138
+ capabilities?: number[];
4891
5139
  creator?: string;
4892
5140
  model?: string;
4893
5141
  };
@@ -4899,7 +5147,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4899
5147
  metadata?: Record<string, JsonValue>;
4900
5148
  type?: string;
4901
5149
  name?: string;
4902
- capabilities?: (string | AIAgentCapability)[];
5150
+ capabilities?: (string | number)[];
4903
5151
  registry?: string;
4904
5152
  id?: string;
4905
5153
  profile?: {
@@ -4912,7 +5160,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4912
5160
  uaid?: string;
4913
5161
  aiAgent?: {
4914
5162
  type?: AIAgentType;
4915
- capabilities?: AIAgentCapability[];
5163
+ capabilities?: number[];
4916
5164
  creator?: string;
4917
5165
  model?: string;
4918
5166
  };
@@ -4934,15 +5182,15 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4934
5182
  type: z.ZodNativeEnum<typeof AIAgentType>;
4935
5183
  creator: z.ZodOptional<z.ZodString>;
4936
5184
  model: z.ZodOptional<z.ZodString>;
4937
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
5185
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
4938
5186
  }, "strip", z.ZodTypeAny, {
4939
5187
  type?: AIAgentType;
4940
- capabilities?: AIAgentCapability[];
5188
+ capabilities?: number[];
4941
5189
  creator?: string;
4942
5190
  model?: string;
4943
5191
  }, {
4944
5192
  type?: AIAgentType;
4945
- capabilities?: AIAgentCapability[];
5193
+ capabilities?: number[];
4946
5194
  creator?: string;
4947
5195
  model?: string;
4948
5196
  }>>;
@@ -4957,7 +5205,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4957
5205
  uaid?: string;
4958
5206
  aiAgent?: {
4959
5207
  type?: AIAgentType;
4960
- capabilities?: AIAgentCapability[];
5208
+ capabilities?: number[];
4961
5209
  creator?: string;
4962
5210
  model?: string;
4963
5211
  };
@@ -4971,7 +5219,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4971
5219
  uaid?: string;
4972
5220
  aiAgent?: {
4973
5221
  type?: AIAgentType;
4974
- capabilities?: AIAgentCapability[];
5222
+ capabilities?: number[];
4975
5223
  creator?: string;
4976
5224
  model?: string;
4977
5225
  };
@@ -4989,7 +5237,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
4989
5237
  uaid?: string;
4990
5238
  aiAgent?: {
4991
5239
  type?: AIAgentType;
4992
- capabilities?: AIAgentCapability[];
5240
+ capabilities?: number[];
4993
5241
  creator?: string;
4994
5242
  model?: string;
4995
5243
  };
@@ -5007,7 +5255,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5007
5255
  uaid?: string;
5008
5256
  aiAgent?: {
5009
5257
  type?: AIAgentType;
5010
- capabilities?: AIAgentCapability[];
5258
+ capabilities?: number[];
5011
5259
  creator?: string;
5012
5260
  model?: string;
5013
5261
  };
@@ -5162,12 +5410,12 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5162
5410
  metadata?: Record<string, JsonValue>;
5163
5411
  registry?: string;
5164
5412
  agentId?: string;
5413
+ estimatedCredits?: number;
5165
5414
  agentUri?: string;
5166
5415
  registryKey?: string;
5167
5416
  networkId?: string;
5168
5417
  networkName?: string;
5169
5418
  chainId?: number;
5170
- estimatedCredits?: number;
5171
5419
  gasEstimateCredits?: number;
5172
5420
  gasEstimateUsd?: number;
5173
5421
  gasPriceGwei?: number;
@@ -5194,12 +5442,12 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5194
5442
  metadata?: Record<string, JsonValue>;
5195
5443
  registry?: string;
5196
5444
  agentId?: string;
5445
+ estimatedCredits?: number;
5197
5446
  agentUri?: string;
5198
5447
  registryKey?: string;
5199
5448
  networkId?: string;
5200
5449
  networkName?: string;
5201
5450
  chainId?: number;
5202
- estimatedCredits?: number;
5203
5451
  gasEstimateCredits?: number;
5204
5452
  gasEstimateUsd?: number;
5205
5453
  gasPriceGwei?: number;
@@ -5293,12 +5541,12 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5293
5541
  metadata?: Record<string, JsonValue>;
5294
5542
  registry?: string;
5295
5543
  agentId?: string;
5544
+ estimatedCredits?: number;
5296
5545
  agentUri?: string;
5297
5546
  registryKey?: string;
5298
5547
  networkId?: string;
5299
5548
  networkName?: string;
5300
5549
  chainId?: number;
5301
- estimatedCredits?: number;
5302
5550
  gasEstimateCredits?: number;
5303
5551
  gasEstimateUsd?: number;
5304
5552
  gasPriceGwei?: number;
@@ -5325,12 +5573,12 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5325
5573
  metadata?: Record<string, JsonValue>;
5326
5574
  registry?: string;
5327
5575
  agentId?: string;
5576
+ estimatedCredits?: number;
5328
5577
  agentUri?: string;
5329
5578
  registryKey?: string;
5330
5579
  networkId?: string;
5331
5580
  networkName?: string;
5332
5581
  chainId?: number;
5333
- estimatedCredits?: number;
5334
5582
  gasEstimateCredits?: number;
5335
5583
  gasEstimateUsd?: number;
5336
5584
  gasPriceGwei?: number;
@@ -5362,7 +5610,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5362
5610
  metadata?: Record<string, JsonValue>;
5363
5611
  type?: string;
5364
5612
  name?: string;
5365
- capabilities?: (string | AIAgentCapability)[];
5613
+ capabilities?: (string | number)[];
5366
5614
  registry?: string;
5367
5615
  id?: string;
5368
5616
  profile?: {
@@ -5375,7 +5623,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5375
5623
  uaid?: string;
5376
5624
  aiAgent?: {
5377
5625
  type?: AIAgentType;
5378
- capabilities?: AIAgentCapability[];
5626
+ capabilities?: number[];
5379
5627
  creator?: string;
5380
5628
  model?: string;
5381
5629
  };
@@ -5408,7 +5656,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5408
5656
  uaid?: string;
5409
5657
  aiAgent?: {
5410
5658
  type?: AIAgentType;
5411
- capabilities?: AIAgentCapability[];
5659
+ capabilities?: number[];
5412
5660
  creator?: string;
5413
5661
  model?: string;
5414
5662
  };
@@ -5444,12 +5692,12 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5444
5692
  metadata?: Record<string, JsonValue>;
5445
5693
  registry?: string;
5446
5694
  agentId?: string;
5695
+ estimatedCredits?: number;
5447
5696
  agentUri?: string;
5448
5697
  registryKey?: string;
5449
5698
  networkId?: string;
5450
5699
  networkName?: string;
5451
5700
  chainId?: number;
5452
- estimatedCredits?: number;
5453
5701
  gasEstimateCredits?: number;
5454
5702
  gasEstimateUsd?: number;
5455
5703
  gasPriceGwei?: number;
@@ -5477,12 +5725,12 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5477
5725
  metadata?: Record<string, JsonValue>;
5478
5726
  registry?: string;
5479
5727
  agentId?: string;
5728
+ estimatedCredits?: number;
5480
5729
  agentUri?: string;
5481
5730
  registryKey?: string;
5482
5731
  networkId?: string;
5483
5732
  networkName?: string;
5484
5733
  chainId?: number;
5485
- estimatedCredits?: number;
5486
5734
  gasEstimateCredits?: number;
5487
5735
  gasEstimateUsd?: number;
5488
5736
  gasPriceGwei?: number;
@@ -5514,7 +5762,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5514
5762
  metadata?: Record<string, JsonValue>;
5515
5763
  type?: string;
5516
5764
  name?: string;
5517
- capabilities?: (string | AIAgentCapability)[];
5765
+ capabilities?: (string | number)[];
5518
5766
  registry?: string;
5519
5767
  id?: string;
5520
5768
  profile?: {
@@ -5527,7 +5775,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5527
5775
  uaid?: string;
5528
5776
  aiAgent?: {
5529
5777
  type?: AIAgentType;
5530
- capabilities?: AIAgentCapability[];
5778
+ capabilities?: number[];
5531
5779
  creator?: string;
5532
5780
  model?: string;
5533
5781
  };
@@ -5560,7 +5808,7 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5560
5808
  uaid?: string;
5561
5809
  aiAgent?: {
5562
5810
  type?: AIAgentType;
5563
- capabilities?: AIAgentCapability[];
5811
+ capabilities?: number[];
5564
5812
  creator?: string;
5565
5813
  model?: string;
5566
5814
  };
@@ -5596,12 +5844,12 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5596
5844
  metadata?: Record<string, JsonValue>;
5597
5845
  registry?: string;
5598
5846
  agentId?: string;
5847
+ estimatedCredits?: number;
5599
5848
  agentUri?: string;
5600
5849
  registryKey?: string;
5601
5850
  networkId?: string;
5602
5851
  networkName?: string;
5603
5852
  chainId?: number;
5604
- estimatedCredits?: number;
5605
5853
  gasEstimateCredits?: number;
5606
5854
  gasEstimateUsd?: number;
5607
5855
  gasPriceGwei?: number;
@@ -5629,12 +5877,12 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5629
5877
  metadata?: Record<string, JsonValue>;
5630
5878
  registry?: string;
5631
5879
  agentId?: string;
5880
+ estimatedCredits?: number;
5632
5881
  agentUri?: string;
5633
5882
  registryKey?: string;
5634
5883
  networkId?: string;
5635
5884
  networkName?: string;
5636
5885
  chainId?: number;
5637
- estimatedCredits?: number;
5638
5886
  gasEstimateCredits?: number;
5639
5887
  gasEstimateUsd?: number;
5640
5888
  gasPriceGwei?: number;
@@ -5671,7 +5919,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5671
5919
  name: z.ZodString;
5672
5920
  type: z.ZodString;
5673
5921
  endpoint: z.ZodOptional<z.ZodString>;
5674
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
5922
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
5675
5923
  registry: z.ZodOptional<z.ZodString>;
5676
5924
  protocol: z.ZodOptional<z.ZodString>;
5677
5925
  profile: z.ZodOptional<z.ZodObject<{
@@ -5685,15 +5933,15 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5685
5933
  type: z.ZodNativeEnum<typeof AIAgentType>;
5686
5934
  creator: z.ZodOptional<z.ZodString>;
5687
5935
  model: z.ZodOptional<z.ZodString>;
5688
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
5936
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
5689
5937
  }, "strip", z.ZodTypeAny, {
5690
5938
  type?: AIAgentType;
5691
- capabilities?: AIAgentCapability[];
5939
+ capabilities?: number[];
5692
5940
  creator?: string;
5693
5941
  model?: string;
5694
5942
  }, {
5695
5943
  type?: AIAgentType;
5696
- capabilities?: AIAgentCapability[];
5944
+ capabilities?: number[];
5697
5945
  creator?: string;
5698
5946
  model?: string;
5699
5947
  }>>;
@@ -5708,7 +5956,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5708
5956
  uaid?: string;
5709
5957
  aiAgent?: {
5710
5958
  type?: AIAgentType;
5711
- capabilities?: AIAgentCapability[];
5959
+ capabilities?: number[];
5712
5960
  creator?: string;
5713
5961
  model?: string;
5714
5962
  };
@@ -5722,7 +5970,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5722
5970
  uaid?: string;
5723
5971
  aiAgent?: {
5724
5972
  type?: AIAgentType;
5725
- capabilities?: AIAgentCapability[];
5973
+ capabilities?: number[];
5726
5974
  creator?: string;
5727
5975
  model?: string;
5728
5976
  };
@@ -5733,7 +5981,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5733
5981
  metadata?: Record<string, JsonValue>;
5734
5982
  type?: string;
5735
5983
  name?: string;
5736
- capabilities?: (string | AIAgentCapability)[];
5984
+ capabilities?: (string | number)[];
5737
5985
  registry?: string;
5738
5986
  id?: string;
5739
5987
  profile?: {
@@ -5746,7 +5994,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5746
5994
  uaid?: string;
5747
5995
  aiAgent?: {
5748
5996
  type?: AIAgentType;
5749
- capabilities?: AIAgentCapability[];
5997
+ capabilities?: number[];
5750
5998
  creator?: string;
5751
5999
  model?: string;
5752
6000
  };
@@ -5758,7 +6006,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5758
6006
  metadata?: Record<string, JsonValue>;
5759
6007
  type?: string;
5760
6008
  name?: string;
5761
- capabilities?: (string | AIAgentCapability)[];
6009
+ capabilities?: (string | number)[];
5762
6010
  registry?: string;
5763
6011
  id?: string;
5764
6012
  profile?: {
@@ -5771,7 +6019,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5771
6019
  uaid?: string;
5772
6020
  aiAgent?: {
5773
6021
  type?: AIAgentType;
5774
- capabilities?: AIAgentCapability[];
6022
+ capabilities?: number[];
5775
6023
  creator?: string;
5776
6024
  model?: string;
5777
6025
  };
@@ -5793,15 +6041,15 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5793
6041
  type: z.ZodNativeEnum<typeof AIAgentType>;
5794
6042
  creator: z.ZodOptional<z.ZodString>;
5795
6043
  model: z.ZodOptional<z.ZodString>;
5796
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
6044
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
5797
6045
  }, "strip", z.ZodTypeAny, {
5798
6046
  type?: AIAgentType;
5799
- capabilities?: AIAgentCapability[];
6047
+ capabilities?: number[];
5800
6048
  creator?: string;
5801
6049
  model?: string;
5802
6050
  }, {
5803
6051
  type?: AIAgentType;
5804
- capabilities?: AIAgentCapability[];
6052
+ capabilities?: number[];
5805
6053
  creator?: string;
5806
6054
  model?: string;
5807
6055
  }>>;
@@ -5816,7 +6064,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5816
6064
  uaid?: string;
5817
6065
  aiAgent?: {
5818
6066
  type?: AIAgentType;
5819
- capabilities?: AIAgentCapability[];
6067
+ capabilities?: number[];
5820
6068
  creator?: string;
5821
6069
  model?: string;
5822
6070
  };
@@ -5830,7 +6078,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5830
6078
  uaid?: string;
5831
6079
  aiAgent?: {
5832
6080
  type?: AIAgentType;
5833
- capabilities?: AIAgentCapability[];
6081
+ capabilities?: number[];
5834
6082
  creator?: string;
5835
6083
  model?: string;
5836
6084
  };
@@ -5848,7 +6096,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5848
6096
  uaid?: string;
5849
6097
  aiAgent?: {
5850
6098
  type?: AIAgentType;
5851
- capabilities?: AIAgentCapability[];
6099
+ capabilities?: number[];
5852
6100
  creator?: string;
5853
6101
  model?: string;
5854
6102
  };
@@ -5866,7 +6114,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
5866
6114
  uaid?: string;
5867
6115
  aiAgent?: {
5868
6116
  type?: AIAgentType;
5869
- capabilities?: AIAgentCapability[];
6117
+ capabilities?: number[];
5870
6118
  creator?: string;
5871
6119
  model?: string;
5872
6120
  };
@@ -6021,12 +6269,12 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6021
6269
  metadata?: Record<string, JsonValue>;
6022
6270
  registry?: string;
6023
6271
  agentId?: string;
6272
+ estimatedCredits?: number;
6024
6273
  agentUri?: string;
6025
6274
  registryKey?: string;
6026
6275
  networkId?: string;
6027
6276
  networkName?: string;
6028
6277
  chainId?: number;
6029
- estimatedCredits?: number;
6030
6278
  gasEstimateCredits?: number;
6031
6279
  gasEstimateUsd?: number;
6032
6280
  gasPriceGwei?: number;
@@ -6053,12 +6301,12 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6053
6301
  metadata?: Record<string, JsonValue>;
6054
6302
  registry?: string;
6055
6303
  agentId?: string;
6304
+ estimatedCredits?: number;
6056
6305
  agentUri?: string;
6057
6306
  registryKey?: string;
6058
6307
  networkId?: string;
6059
6308
  networkName?: string;
6060
6309
  chainId?: number;
6061
- estimatedCredits?: number;
6062
6310
  gasEstimateCredits?: number;
6063
6311
  gasEstimateUsd?: number;
6064
6312
  gasPriceGwei?: number;
@@ -6152,12 +6400,12 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6152
6400
  metadata?: Record<string, JsonValue>;
6153
6401
  registry?: string;
6154
6402
  agentId?: string;
6403
+ estimatedCredits?: number;
6155
6404
  agentUri?: string;
6156
6405
  registryKey?: string;
6157
6406
  networkId?: string;
6158
6407
  networkName?: string;
6159
6408
  chainId?: number;
6160
- estimatedCredits?: number;
6161
6409
  gasEstimateCredits?: number;
6162
6410
  gasEstimateUsd?: number;
6163
6411
  gasPriceGwei?: number;
@@ -6184,12 +6432,12 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6184
6432
  metadata?: Record<string, JsonValue>;
6185
6433
  registry?: string;
6186
6434
  agentId?: string;
6435
+ estimatedCredits?: number;
6187
6436
  agentUri?: string;
6188
6437
  registryKey?: string;
6189
6438
  networkId?: string;
6190
6439
  networkName?: string;
6191
6440
  chainId?: number;
6192
- estimatedCredits?: number;
6193
6441
  gasEstimateCredits?: number;
6194
6442
  gasEstimateUsd?: number;
6195
6443
  gasPriceGwei?: number;
@@ -6221,7 +6469,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6221
6469
  metadata?: Record<string, JsonValue>;
6222
6470
  type?: string;
6223
6471
  name?: string;
6224
- capabilities?: (string | AIAgentCapability)[];
6472
+ capabilities?: (string | number)[];
6225
6473
  registry?: string;
6226
6474
  id?: string;
6227
6475
  profile?: {
@@ -6234,7 +6482,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6234
6482
  uaid?: string;
6235
6483
  aiAgent?: {
6236
6484
  type?: AIAgentType;
6237
- capabilities?: AIAgentCapability[];
6485
+ capabilities?: number[];
6238
6486
  creator?: string;
6239
6487
  model?: string;
6240
6488
  };
@@ -6267,7 +6515,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6267
6515
  uaid?: string;
6268
6516
  aiAgent?: {
6269
6517
  type?: AIAgentType;
6270
- capabilities?: AIAgentCapability[];
6518
+ capabilities?: number[];
6271
6519
  creator?: string;
6272
6520
  model?: string;
6273
6521
  };
@@ -6303,12 +6551,12 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6303
6551
  metadata?: Record<string, JsonValue>;
6304
6552
  registry?: string;
6305
6553
  agentId?: string;
6554
+ estimatedCredits?: number;
6306
6555
  agentUri?: string;
6307
6556
  registryKey?: string;
6308
6557
  networkId?: string;
6309
6558
  networkName?: string;
6310
6559
  chainId?: number;
6311
- estimatedCredits?: number;
6312
6560
  gasEstimateCredits?: number;
6313
6561
  gasEstimateUsd?: number;
6314
6562
  gasPriceGwei?: number;
@@ -6336,12 +6584,12 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6336
6584
  metadata?: Record<string, JsonValue>;
6337
6585
  registry?: string;
6338
6586
  agentId?: string;
6587
+ estimatedCredits?: number;
6339
6588
  agentUri?: string;
6340
6589
  registryKey?: string;
6341
6590
  networkId?: string;
6342
6591
  networkName?: string;
6343
6592
  chainId?: number;
6344
- estimatedCredits?: number;
6345
6593
  gasEstimateCredits?: number;
6346
6594
  gasEstimateUsd?: number;
6347
6595
  gasPriceGwei?: number;
@@ -6373,7 +6621,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6373
6621
  metadata?: Record<string, JsonValue>;
6374
6622
  type?: string;
6375
6623
  name?: string;
6376
- capabilities?: (string | AIAgentCapability)[];
6624
+ capabilities?: (string | number)[];
6377
6625
  registry?: string;
6378
6626
  id?: string;
6379
6627
  profile?: {
@@ -6386,7 +6634,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6386
6634
  uaid?: string;
6387
6635
  aiAgent?: {
6388
6636
  type?: AIAgentType;
6389
- capabilities?: AIAgentCapability[];
6637
+ capabilities?: number[];
6390
6638
  creator?: string;
6391
6639
  model?: string;
6392
6640
  };
@@ -6419,7 +6667,7 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6419
6667
  uaid?: string;
6420
6668
  aiAgent?: {
6421
6669
  type?: AIAgentType;
6422
- capabilities?: AIAgentCapability[];
6670
+ capabilities?: number[];
6423
6671
  creator?: string;
6424
6672
  model?: string;
6425
6673
  };
@@ -6455,12 +6703,12 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6455
6703
  metadata?: Record<string, JsonValue>;
6456
6704
  registry?: string;
6457
6705
  agentId?: string;
6706
+ estimatedCredits?: number;
6458
6707
  agentUri?: string;
6459
6708
  registryKey?: string;
6460
6709
  networkId?: string;
6461
6710
  networkName?: string;
6462
6711
  chainId?: number;
6463
- estimatedCredits?: number;
6464
6712
  gasEstimateCredits?: number;
6465
6713
  gasEstimateUsd?: number;
6466
6714
  gasPriceGwei?: number;
@@ -6488,12 +6736,12 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
6488
6736
  metadata?: Record<string, JsonValue>;
6489
6737
  registry?: string;
6490
6738
  agentId?: string;
6739
+ estimatedCredits?: number;
6491
6740
  agentUri?: string;
6492
6741
  registryKey?: string;
6493
6742
  networkId?: string;
6494
6743
  networkName?: string;
6495
6744
  chainId?: number;
6496
- estimatedCredits?: number;
6497
6745
  gasEstimateCredits?: number;
6498
6746
  gasEstimateUsd?: number;
6499
6747
  gasPriceGwei?: number;
@@ -6530,7 +6778,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6530
6778
  name: z.ZodString;
6531
6779
  type: z.ZodString;
6532
6780
  endpoint: z.ZodOptional<z.ZodString>;
6533
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
6781
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
6534
6782
  registry: z.ZodOptional<z.ZodString>;
6535
6783
  protocol: z.ZodOptional<z.ZodString>;
6536
6784
  profile: z.ZodOptional<z.ZodObject<{
@@ -6544,15 +6792,15 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6544
6792
  type: z.ZodNativeEnum<typeof AIAgentType>;
6545
6793
  creator: z.ZodOptional<z.ZodString>;
6546
6794
  model: z.ZodOptional<z.ZodString>;
6547
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
6795
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
6548
6796
  }, "strip", z.ZodTypeAny, {
6549
6797
  type?: AIAgentType;
6550
- capabilities?: AIAgentCapability[];
6798
+ capabilities?: number[];
6551
6799
  creator?: string;
6552
6800
  model?: string;
6553
6801
  }, {
6554
6802
  type?: AIAgentType;
6555
- capabilities?: AIAgentCapability[];
6803
+ capabilities?: number[];
6556
6804
  creator?: string;
6557
6805
  model?: string;
6558
6806
  }>>;
@@ -6567,7 +6815,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6567
6815
  uaid?: string;
6568
6816
  aiAgent?: {
6569
6817
  type?: AIAgentType;
6570
- capabilities?: AIAgentCapability[];
6818
+ capabilities?: number[];
6571
6819
  creator?: string;
6572
6820
  model?: string;
6573
6821
  };
@@ -6581,7 +6829,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6581
6829
  uaid?: string;
6582
6830
  aiAgent?: {
6583
6831
  type?: AIAgentType;
6584
- capabilities?: AIAgentCapability[];
6832
+ capabilities?: number[];
6585
6833
  creator?: string;
6586
6834
  model?: string;
6587
6835
  };
@@ -6592,7 +6840,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6592
6840
  metadata?: Record<string, JsonValue>;
6593
6841
  type?: string;
6594
6842
  name?: string;
6595
- capabilities?: (string | AIAgentCapability)[];
6843
+ capabilities?: (string | number)[];
6596
6844
  registry?: string;
6597
6845
  id?: string;
6598
6846
  profile?: {
@@ -6605,7 +6853,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6605
6853
  uaid?: string;
6606
6854
  aiAgent?: {
6607
6855
  type?: AIAgentType;
6608
- capabilities?: AIAgentCapability[];
6856
+ capabilities?: number[];
6609
6857
  creator?: string;
6610
6858
  model?: string;
6611
6859
  };
@@ -6617,7 +6865,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6617
6865
  metadata?: Record<string, JsonValue>;
6618
6866
  type?: string;
6619
6867
  name?: string;
6620
- capabilities?: (string | AIAgentCapability)[];
6868
+ capabilities?: (string | number)[];
6621
6869
  registry?: string;
6622
6870
  id?: string;
6623
6871
  profile?: {
@@ -6630,7 +6878,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6630
6878
  uaid?: string;
6631
6879
  aiAgent?: {
6632
6880
  type?: AIAgentType;
6633
- capabilities?: AIAgentCapability[];
6881
+ capabilities?: number[];
6634
6882
  creator?: string;
6635
6883
  model?: string;
6636
6884
  };
@@ -6652,15 +6900,15 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6652
6900
  type: z.ZodNativeEnum<typeof AIAgentType>;
6653
6901
  creator: z.ZodOptional<z.ZodString>;
6654
6902
  model: z.ZodOptional<z.ZodString>;
6655
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
6903
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
6656
6904
  }, "strip", z.ZodTypeAny, {
6657
6905
  type?: AIAgentType;
6658
- capabilities?: AIAgentCapability[];
6906
+ capabilities?: number[];
6659
6907
  creator?: string;
6660
6908
  model?: string;
6661
6909
  }, {
6662
6910
  type?: AIAgentType;
6663
- capabilities?: AIAgentCapability[];
6911
+ capabilities?: number[];
6664
6912
  creator?: string;
6665
6913
  model?: string;
6666
6914
  }>>;
@@ -6675,7 +6923,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6675
6923
  uaid?: string;
6676
6924
  aiAgent?: {
6677
6925
  type?: AIAgentType;
6678
- capabilities?: AIAgentCapability[];
6926
+ capabilities?: number[];
6679
6927
  creator?: string;
6680
6928
  model?: string;
6681
6929
  };
@@ -6689,7 +6937,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6689
6937
  uaid?: string;
6690
6938
  aiAgent?: {
6691
6939
  type?: AIAgentType;
6692
- capabilities?: AIAgentCapability[];
6940
+ capabilities?: number[];
6693
6941
  creator?: string;
6694
6942
  model?: string;
6695
6943
  };
@@ -6707,7 +6955,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6707
6955
  uaid?: string;
6708
6956
  aiAgent?: {
6709
6957
  type?: AIAgentType;
6710
- capabilities?: AIAgentCapability[];
6958
+ capabilities?: number[];
6711
6959
  creator?: string;
6712
6960
  model?: string;
6713
6961
  };
@@ -6725,7 +6973,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6725
6973
  uaid?: string;
6726
6974
  aiAgent?: {
6727
6975
  type?: AIAgentType;
6728
- capabilities?: AIAgentCapability[];
6976
+ capabilities?: number[];
6729
6977
  creator?: string;
6730
6978
  model?: string;
6731
6979
  };
@@ -6880,12 +7128,12 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6880
7128
  metadata?: Record<string, JsonValue>;
6881
7129
  registry?: string;
6882
7130
  agentId?: string;
7131
+ estimatedCredits?: number;
6883
7132
  agentUri?: string;
6884
7133
  registryKey?: string;
6885
7134
  networkId?: string;
6886
7135
  networkName?: string;
6887
7136
  chainId?: number;
6888
- estimatedCredits?: number;
6889
7137
  gasEstimateCredits?: number;
6890
7138
  gasEstimateUsd?: number;
6891
7139
  gasPriceGwei?: number;
@@ -6912,12 +7160,12 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
6912
7160
  metadata?: Record<string, JsonValue>;
6913
7161
  registry?: string;
6914
7162
  agentId?: string;
7163
+ estimatedCredits?: number;
6915
7164
  agentUri?: string;
6916
7165
  registryKey?: string;
6917
7166
  networkId?: string;
6918
7167
  networkName?: string;
6919
7168
  chainId?: number;
6920
- estimatedCredits?: number;
6921
7169
  gasEstimateCredits?: number;
6922
7170
  gasEstimateUsd?: number;
6923
7171
  gasPriceGwei?: number;
@@ -7011,12 +7259,12 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7011
7259
  metadata?: Record<string, JsonValue>;
7012
7260
  registry?: string;
7013
7261
  agentId?: string;
7262
+ estimatedCredits?: number;
7014
7263
  agentUri?: string;
7015
7264
  registryKey?: string;
7016
7265
  networkId?: string;
7017
7266
  networkName?: string;
7018
7267
  chainId?: number;
7019
- estimatedCredits?: number;
7020
7268
  gasEstimateCredits?: number;
7021
7269
  gasEstimateUsd?: number;
7022
7270
  gasPriceGwei?: number;
@@ -7043,12 +7291,12 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7043
7291
  metadata?: Record<string, JsonValue>;
7044
7292
  registry?: string;
7045
7293
  agentId?: string;
7294
+ estimatedCredits?: number;
7046
7295
  agentUri?: string;
7047
7296
  registryKey?: string;
7048
7297
  networkId?: string;
7049
7298
  networkName?: string;
7050
7299
  chainId?: number;
7051
- estimatedCredits?: number;
7052
7300
  gasEstimateCredits?: number;
7053
7301
  gasEstimateUsd?: number;
7054
7302
  gasPriceGwei?: number;
@@ -7098,7 +7346,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7098
7346
  metadata?: Record<string, JsonValue>;
7099
7347
  type?: string;
7100
7348
  name?: string;
7101
- capabilities?: (string | AIAgentCapability)[];
7349
+ capabilities?: (string | number)[];
7102
7350
  registry?: string;
7103
7351
  id?: string;
7104
7352
  profile?: {
@@ -7111,7 +7359,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7111
7359
  uaid?: string;
7112
7360
  aiAgent?: {
7113
7361
  type?: AIAgentType;
7114
- capabilities?: AIAgentCapability[];
7362
+ capabilities?: number[];
7115
7363
  creator?: string;
7116
7364
  model?: string;
7117
7365
  };
@@ -7144,7 +7392,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7144
7392
  uaid?: string;
7145
7393
  aiAgent?: {
7146
7394
  type?: AIAgentType;
7147
- capabilities?: AIAgentCapability[];
7395
+ capabilities?: number[];
7148
7396
  creator?: string;
7149
7397
  model?: string;
7150
7398
  };
@@ -7180,12 +7428,12 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7180
7428
  metadata?: Record<string, JsonValue>;
7181
7429
  registry?: string;
7182
7430
  agentId?: string;
7431
+ estimatedCredits?: number;
7183
7432
  agentUri?: string;
7184
7433
  registryKey?: string;
7185
7434
  networkId?: string;
7186
7435
  networkName?: string;
7187
7436
  chainId?: number;
7188
- estimatedCredits?: number;
7189
7437
  gasEstimateCredits?: number;
7190
7438
  gasEstimateUsd?: number;
7191
7439
  gasPriceGwei?: number;
@@ -7213,12 +7461,12 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7213
7461
  metadata?: Record<string, JsonValue>;
7214
7462
  registry?: string;
7215
7463
  agentId?: string;
7464
+ estimatedCredits?: number;
7216
7465
  agentUri?: string;
7217
7466
  registryKey?: string;
7218
7467
  networkId?: string;
7219
7468
  networkName?: string;
7220
7469
  chainId?: number;
7221
- estimatedCredits?: number;
7222
7470
  gasEstimateCredits?: number;
7223
7471
  gasEstimateUsd?: number;
7224
7472
  gasPriceGwei?: number;
@@ -7255,7 +7503,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7255
7503
  metadata?: Record<string, JsonValue>;
7256
7504
  type?: string;
7257
7505
  name?: string;
7258
- capabilities?: (string | AIAgentCapability)[];
7506
+ capabilities?: (string | number)[];
7259
7507
  registry?: string;
7260
7508
  id?: string;
7261
7509
  profile?: {
@@ -7268,7 +7516,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7268
7516
  uaid?: string;
7269
7517
  aiAgent?: {
7270
7518
  type?: AIAgentType;
7271
- capabilities?: AIAgentCapability[];
7519
+ capabilities?: number[];
7272
7520
  creator?: string;
7273
7521
  model?: string;
7274
7522
  };
@@ -7301,7 +7549,7 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7301
7549
  uaid?: string;
7302
7550
  aiAgent?: {
7303
7551
  type?: AIAgentType;
7304
- capabilities?: AIAgentCapability[];
7552
+ capabilities?: number[];
7305
7553
  creator?: string;
7306
7554
  model?: string;
7307
7555
  };
@@ -7337,12 +7585,12 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7337
7585
  metadata?: Record<string, JsonValue>;
7338
7586
  registry?: string;
7339
7587
  agentId?: string;
7588
+ estimatedCredits?: number;
7340
7589
  agentUri?: string;
7341
7590
  registryKey?: string;
7342
7591
  networkId?: string;
7343
7592
  networkName?: string;
7344
7593
  chainId?: number;
7345
- estimatedCredits?: number;
7346
7594
  gasEstimateCredits?: number;
7347
7595
  gasEstimateUsd?: number;
7348
7596
  gasPriceGwei?: number;
@@ -7370,12 +7618,12 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
7370
7618
  metadata?: Record<string, JsonValue>;
7371
7619
  registry?: string;
7372
7620
  agentId?: string;
7621
+ estimatedCredits?: number;
7373
7622
  agentUri?: string;
7374
7623
  registryKey?: string;
7375
7624
  networkId?: string;
7376
7625
  networkName?: string;
7377
7626
  chainId?: number;
7378
- estimatedCredits?: number;
7379
7627
  gasEstimateCredits?: number;
7380
7628
  gasEstimateUsd?: number;
7381
7629
  gasPriceGwei?: number;
@@ -7412,7 +7660,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7412
7660
  name: z.ZodString;
7413
7661
  type: z.ZodString;
7414
7662
  endpoint: z.ZodOptional<z.ZodString>;
7415
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
7663
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
7416
7664
  registry: z.ZodOptional<z.ZodString>;
7417
7665
  protocol: z.ZodOptional<z.ZodString>;
7418
7666
  profile: z.ZodOptional<z.ZodObject<{
@@ -7426,15 +7674,15 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7426
7674
  type: z.ZodNativeEnum<typeof AIAgentType>;
7427
7675
  creator: z.ZodOptional<z.ZodString>;
7428
7676
  model: z.ZodOptional<z.ZodString>;
7429
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
7677
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
7430
7678
  }, "strip", z.ZodTypeAny, {
7431
7679
  type?: AIAgentType;
7432
- capabilities?: AIAgentCapability[];
7680
+ capabilities?: number[];
7433
7681
  creator?: string;
7434
7682
  model?: string;
7435
7683
  }, {
7436
7684
  type?: AIAgentType;
7437
- capabilities?: AIAgentCapability[];
7685
+ capabilities?: number[];
7438
7686
  creator?: string;
7439
7687
  model?: string;
7440
7688
  }>>;
@@ -7449,7 +7697,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7449
7697
  uaid?: string;
7450
7698
  aiAgent?: {
7451
7699
  type?: AIAgentType;
7452
- capabilities?: AIAgentCapability[];
7700
+ capabilities?: number[];
7453
7701
  creator?: string;
7454
7702
  model?: string;
7455
7703
  };
@@ -7463,7 +7711,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7463
7711
  uaid?: string;
7464
7712
  aiAgent?: {
7465
7713
  type?: AIAgentType;
7466
- capabilities?: AIAgentCapability[];
7714
+ capabilities?: number[];
7467
7715
  creator?: string;
7468
7716
  model?: string;
7469
7717
  };
@@ -7474,7 +7722,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7474
7722
  metadata?: Record<string, JsonValue>;
7475
7723
  type?: string;
7476
7724
  name?: string;
7477
- capabilities?: (string | AIAgentCapability)[];
7725
+ capabilities?: (string | number)[];
7478
7726
  registry?: string;
7479
7727
  id?: string;
7480
7728
  profile?: {
@@ -7487,7 +7735,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7487
7735
  uaid?: string;
7488
7736
  aiAgent?: {
7489
7737
  type?: AIAgentType;
7490
- capabilities?: AIAgentCapability[];
7738
+ capabilities?: number[];
7491
7739
  creator?: string;
7492
7740
  model?: string;
7493
7741
  };
@@ -7499,7 +7747,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7499
7747
  metadata?: Record<string, JsonValue>;
7500
7748
  type?: string;
7501
7749
  name?: string;
7502
- capabilities?: (string | AIAgentCapability)[];
7750
+ capabilities?: (string | number)[];
7503
7751
  registry?: string;
7504
7752
  id?: string;
7505
7753
  profile?: {
@@ -7512,7 +7760,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7512
7760
  uaid?: string;
7513
7761
  aiAgent?: {
7514
7762
  type?: AIAgentType;
7515
- capabilities?: AIAgentCapability[];
7763
+ capabilities?: number[];
7516
7764
  creator?: string;
7517
7765
  model?: string;
7518
7766
  };
@@ -7534,15 +7782,15 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7534
7782
  type: z.ZodNativeEnum<typeof AIAgentType>;
7535
7783
  creator: z.ZodOptional<z.ZodString>;
7536
7784
  model: z.ZodOptional<z.ZodString>;
7537
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
7785
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
7538
7786
  }, "strip", z.ZodTypeAny, {
7539
7787
  type?: AIAgentType;
7540
- capabilities?: AIAgentCapability[];
7788
+ capabilities?: number[];
7541
7789
  creator?: string;
7542
7790
  model?: string;
7543
7791
  }, {
7544
7792
  type?: AIAgentType;
7545
- capabilities?: AIAgentCapability[];
7793
+ capabilities?: number[];
7546
7794
  creator?: string;
7547
7795
  model?: string;
7548
7796
  }>>;
@@ -7557,7 +7805,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7557
7805
  uaid?: string;
7558
7806
  aiAgent?: {
7559
7807
  type?: AIAgentType;
7560
- capabilities?: AIAgentCapability[];
7808
+ capabilities?: number[];
7561
7809
  creator?: string;
7562
7810
  model?: string;
7563
7811
  };
@@ -7571,7 +7819,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7571
7819
  uaid?: string;
7572
7820
  aiAgent?: {
7573
7821
  type?: AIAgentType;
7574
- capabilities?: AIAgentCapability[];
7822
+ capabilities?: number[];
7575
7823
  creator?: string;
7576
7824
  model?: string;
7577
7825
  };
@@ -7589,7 +7837,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7589
7837
  uaid?: string;
7590
7838
  aiAgent?: {
7591
7839
  type?: AIAgentType;
7592
- capabilities?: AIAgentCapability[];
7840
+ capabilities?: number[];
7593
7841
  creator?: string;
7594
7842
  model?: string;
7595
7843
  };
@@ -7607,7 +7855,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7607
7855
  uaid?: string;
7608
7856
  aiAgent?: {
7609
7857
  type?: AIAgentType;
7610
- capabilities?: AIAgentCapability[];
7858
+ capabilities?: number[];
7611
7859
  creator?: string;
7612
7860
  model?: string;
7613
7861
  };
@@ -7762,12 +8010,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7762
8010
  metadata?: Record<string, JsonValue>;
7763
8011
  registry?: string;
7764
8012
  agentId?: string;
8013
+ estimatedCredits?: number;
7765
8014
  agentUri?: string;
7766
8015
  registryKey?: string;
7767
8016
  networkId?: string;
7768
8017
  networkName?: string;
7769
8018
  chainId?: number;
7770
- estimatedCredits?: number;
7771
8019
  gasEstimateCredits?: number;
7772
8020
  gasEstimateUsd?: number;
7773
8021
  gasPriceGwei?: number;
@@ -7794,12 +8042,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7794
8042
  metadata?: Record<string, JsonValue>;
7795
8043
  registry?: string;
7796
8044
  agentId?: string;
8045
+ estimatedCredits?: number;
7797
8046
  agentUri?: string;
7798
8047
  registryKey?: string;
7799
8048
  networkId?: string;
7800
8049
  networkName?: string;
7801
8050
  chainId?: number;
7802
- estimatedCredits?: number;
7803
8051
  gasEstimateCredits?: number;
7804
8052
  gasEstimateUsd?: number;
7805
8053
  gasPriceGwei?: number;
@@ -7893,12 +8141,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7893
8141
  metadata?: Record<string, JsonValue>;
7894
8142
  registry?: string;
7895
8143
  agentId?: string;
8144
+ estimatedCredits?: number;
7896
8145
  agentUri?: string;
7897
8146
  registryKey?: string;
7898
8147
  networkId?: string;
7899
8148
  networkName?: string;
7900
8149
  chainId?: number;
7901
- estimatedCredits?: number;
7902
8150
  gasEstimateCredits?: number;
7903
8151
  gasEstimateUsd?: number;
7904
8152
  gasPriceGwei?: number;
@@ -7925,12 +8173,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7925
8173
  metadata?: Record<string, JsonValue>;
7926
8174
  registry?: string;
7927
8175
  agentId?: string;
8176
+ estimatedCredits?: number;
7928
8177
  agentUri?: string;
7929
8178
  registryKey?: string;
7930
8179
  networkId?: string;
7931
8180
  networkName?: string;
7932
8181
  chainId?: number;
7933
- estimatedCredits?: number;
7934
8182
  gasEstimateCredits?: number;
7935
8183
  gasEstimateUsd?: number;
7936
8184
  gasPriceGwei?: number;
@@ -7962,7 +8210,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7962
8210
  metadata?: Record<string, JsonValue>;
7963
8211
  type?: string;
7964
8212
  name?: string;
7965
- capabilities?: (string | AIAgentCapability)[];
8213
+ capabilities?: (string | number)[];
7966
8214
  registry?: string;
7967
8215
  id?: string;
7968
8216
  profile?: {
@@ -7975,7 +8223,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
7975
8223
  uaid?: string;
7976
8224
  aiAgent?: {
7977
8225
  type?: AIAgentType;
7978
- capabilities?: AIAgentCapability[];
8226
+ capabilities?: number[];
7979
8227
  creator?: string;
7980
8228
  model?: string;
7981
8229
  };
@@ -8008,7 +8256,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8008
8256
  uaid?: string;
8009
8257
  aiAgent?: {
8010
8258
  type?: AIAgentType;
8011
- capabilities?: AIAgentCapability[];
8259
+ capabilities?: number[];
8012
8260
  creator?: string;
8013
8261
  model?: string;
8014
8262
  };
@@ -8044,12 +8292,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8044
8292
  metadata?: Record<string, JsonValue>;
8045
8293
  registry?: string;
8046
8294
  agentId?: string;
8295
+ estimatedCredits?: number;
8047
8296
  agentUri?: string;
8048
8297
  registryKey?: string;
8049
8298
  networkId?: string;
8050
8299
  networkName?: string;
8051
8300
  chainId?: number;
8052
- estimatedCredits?: number;
8053
8301
  gasEstimateCredits?: number;
8054
8302
  gasEstimateUsd?: number;
8055
8303
  gasPriceGwei?: number;
@@ -8077,12 +8325,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8077
8325
  metadata?: Record<string, JsonValue>;
8078
8326
  registry?: string;
8079
8327
  agentId?: string;
8328
+ estimatedCredits?: number;
8080
8329
  agentUri?: string;
8081
8330
  registryKey?: string;
8082
8331
  networkId?: string;
8083
8332
  networkName?: string;
8084
8333
  chainId?: number;
8085
- estimatedCredits?: number;
8086
8334
  gasEstimateCredits?: number;
8087
8335
  gasEstimateUsd?: number;
8088
8336
  gasPriceGwei?: number;
@@ -8114,7 +8362,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8114
8362
  metadata?: Record<string, JsonValue>;
8115
8363
  type?: string;
8116
8364
  name?: string;
8117
- capabilities?: (string | AIAgentCapability)[];
8365
+ capabilities?: (string | number)[];
8118
8366
  registry?: string;
8119
8367
  id?: string;
8120
8368
  profile?: {
@@ -8127,7 +8375,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8127
8375
  uaid?: string;
8128
8376
  aiAgent?: {
8129
8377
  type?: AIAgentType;
8130
- capabilities?: AIAgentCapability[];
8378
+ capabilities?: number[];
8131
8379
  creator?: string;
8132
8380
  model?: string;
8133
8381
  };
@@ -8160,7 +8408,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8160
8408
  uaid?: string;
8161
8409
  aiAgent?: {
8162
8410
  type?: AIAgentType;
8163
- capabilities?: AIAgentCapability[];
8411
+ capabilities?: number[];
8164
8412
  creator?: string;
8165
8413
  model?: string;
8166
8414
  };
@@ -8196,12 +8444,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8196
8444
  metadata?: Record<string, JsonValue>;
8197
8445
  registry?: string;
8198
8446
  agentId?: string;
8447
+ estimatedCredits?: number;
8199
8448
  agentUri?: string;
8200
8449
  registryKey?: string;
8201
8450
  networkId?: string;
8202
8451
  networkName?: string;
8203
8452
  chainId?: number;
8204
- estimatedCredits?: number;
8205
8453
  gasEstimateCredits?: number;
8206
8454
  gasEstimateUsd?: number;
8207
8455
  gasPriceGwei?: number;
@@ -8229,12 +8477,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8229
8477
  metadata?: Record<string, JsonValue>;
8230
8478
  registry?: string;
8231
8479
  agentId?: string;
8480
+ estimatedCredits?: number;
8232
8481
  agentUri?: string;
8233
8482
  registryKey?: string;
8234
8483
  networkId?: string;
8235
8484
  networkName?: string;
8236
8485
  chainId?: number;
8237
- estimatedCredits?: number;
8238
8486
  gasEstimateCredits?: number;
8239
8487
  gasEstimateUsd?: number;
8240
8488
  gasPriceGwei?: number;
@@ -8270,7 +8518,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8270
8518
  name: z.ZodString;
8271
8519
  type: z.ZodString;
8272
8520
  endpoint: z.ZodOptional<z.ZodString>;
8273
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
8521
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
8274
8522
  registry: z.ZodOptional<z.ZodString>;
8275
8523
  protocol: z.ZodOptional<z.ZodString>;
8276
8524
  profile: z.ZodOptional<z.ZodObject<{
@@ -8284,15 +8532,15 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8284
8532
  type: z.ZodNativeEnum<typeof AIAgentType>;
8285
8533
  creator: z.ZodOptional<z.ZodString>;
8286
8534
  model: z.ZodOptional<z.ZodString>;
8287
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
8535
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
8288
8536
  }, "strip", z.ZodTypeAny, {
8289
8537
  type?: AIAgentType;
8290
- capabilities?: AIAgentCapability[];
8538
+ capabilities?: number[];
8291
8539
  creator?: string;
8292
8540
  model?: string;
8293
8541
  }, {
8294
8542
  type?: AIAgentType;
8295
- capabilities?: AIAgentCapability[];
8543
+ capabilities?: number[];
8296
8544
  creator?: string;
8297
8545
  model?: string;
8298
8546
  }>>;
@@ -8307,7 +8555,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8307
8555
  uaid?: string;
8308
8556
  aiAgent?: {
8309
8557
  type?: AIAgentType;
8310
- capabilities?: AIAgentCapability[];
8558
+ capabilities?: number[];
8311
8559
  creator?: string;
8312
8560
  model?: string;
8313
8561
  };
@@ -8321,7 +8569,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8321
8569
  uaid?: string;
8322
8570
  aiAgent?: {
8323
8571
  type?: AIAgentType;
8324
- capabilities?: AIAgentCapability[];
8572
+ capabilities?: number[];
8325
8573
  creator?: string;
8326
8574
  model?: string;
8327
8575
  };
@@ -8332,7 +8580,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8332
8580
  metadata?: Record<string, JsonValue>;
8333
8581
  type?: string;
8334
8582
  name?: string;
8335
- capabilities?: (string | AIAgentCapability)[];
8583
+ capabilities?: (string | number)[];
8336
8584
  registry?: string;
8337
8585
  id?: string;
8338
8586
  profile?: {
@@ -8345,7 +8593,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8345
8593
  uaid?: string;
8346
8594
  aiAgent?: {
8347
8595
  type?: AIAgentType;
8348
- capabilities?: AIAgentCapability[];
8596
+ capabilities?: number[];
8349
8597
  creator?: string;
8350
8598
  model?: string;
8351
8599
  };
@@ -8357,7 +8605,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8357
8605
  metadata?: Record<string, JsonValue>;
8358
8606
  type?: string;
8359
8607
  name?: string;
8360
- capabilities?: (string | AIAgentCapability)[];
8608
+ capabilities?: (string | number)[];
8361
8609
  registry?: string;
8362
8610
  id?: string;
8363
8611
  profile?: {
@@ -8370,7 +8618,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8370
8618
  uaid?: string;
8371
8619
  aiAgent?: {
8372
8620
  type?: AIAgentType;
8373
- capabilities?: AIAgentCapability[];
8621
+ capabilities?: number[];
8374
8622
  creator?: string;
8375
8623
  model?: string;
8376
8624
  };
@@ -8392,15 +8640,15 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8392
8640
  type: z.ZodNativeEnum<typeof AIAgentType>;
8393
8641
  creator: z.ZodOptional<z.ZodString>;
8394
8642
  model: z.ZodOptional<z.ZodString>;
8395
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
8643
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
8396
8644
  }, "strip", z.ZodTypeAny, {
8397
8645
  type?: AIAgentType;
8398
- capabilities?: AIAgentCapability[];
8646
+ capabilities?: number[];
8399
8647
  creator?: string;
8400
8648
  model?: string;
8401
8649
  }, {
8402
8650
  type?: AIAgentType;
8403
- capabilities?: AIAgentCapability[];
8651
+ capabilities?: number[];
8404
8652
  creator?: string;
8405
8653
  model?: string;
8406
8654
  }>>;
@@ -8415,7 +8663,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8415
8663
  uaid?: string;
8416
8664
  aiAgent?: {
8417
8665
  type?: AIAgentType;
8418
- capabilities?: AIAgentCapability[];
8666
+ capabilities?: number[];
8419
8667
  creator?: string;
8420
8668
  model?: string;
8421
8669
  };
@@ -8429,7 +8677,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8429
8677
  uaid?: string;
8430
8678
  aiAgent?: {
8431
8679
  type?: AIAgentType;
8432
- capabilities?: AIAgentCapability[];
8680
+ capabilities?: number[];
8433
8681
  creator?: string;
8434
8682
  model?: string;
8435
8683
  };
@@ -8447,7 +8695,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8447
8695
  uaid?: string;
8448
8696
  aiAgent?: {
8449
8697
  type?: AIAgentType;
8450
- capabilities?: AIAgentCapability[];
8698
+ capabilities?: number[];
8451
8699
  creator?: string;
8452
8700
  model?: string;
8453
8701
  };
@@ -8465,7 +8713,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8465
8713
  uaid?: string;
8466
8714
  aiAgent?: {
8467
8715
  type?: AIAgentType;
8468
- capabilities?: AIAgentCapability[];
8716
+ capabilities?: number[];
8469
8717
  creator?: string;
8470
8718
  model?: string;
8471
8719
  };
@@ -8620,12 +8868,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8620
8868
  metadata?: Record<string, JsonValue>;
8621
8869
  registry?: string;
8622
8870
  agentId?: string;
8871
+ estimatedCredits?: number;
8623
8872
  agentUri?: string;
8624
8873
  registryKey?: string;
8625
8874
  networkId?: string;
8626
8875
  networkName?: string;
8627
8876
  chainId?: number;
8628
- estimatedCredits?: number;
8629
8877
  gasEstimateCredits?: number;
8630
8878
  gasEstimateUsd?: number;
8631
8879
  gasPriceGwei?: number;
@@ -8652,12 +8900,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8652
8900
  metadata?: Record<string, JsonValue>;
8653
8901
  registry?: string;
8654
8902
  agentId?: string;
8903
+ estimatedCredits?: number;
8655
8904
  agentUri?: string;
8656
8905
  registryKey?: string;
8657
8906
  networkId?: string;
8658
8907
  networkName?: string;
8659
8908
  chainId?: number;
8660
- estimatedCredits?: number;
8661
8909
  gasEstimateCredits?: number;
8662
8910
  gasEstimateUsd?: number;
8663
8911
  gasPriceGwei?: number;
@@ -8751,12 +8999,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8751
8999
  metadata?: Record<string, JsonValue>;
8752
9000
  registry?: string;
8753
9001
  agentId?: string;
9002
+ estimatedCredits?: number;
8754
9003
  agentUri?: string;
8755
9004
  registryKey?: string;
8756
9005
  networkId?: string;
8757
9006
  networkName?: string;
8758
9007
  chainId?: number;
8759
- estimatedCredits?: number;
8760
9008
  gasEstimateCredits?: number;
8761
9009
  gasEstimateUsd?: number;
8762
9010
  gasPriceGwei?: number;
@@ -8783,12 +9031,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8783
9031
  metadata?: Record<string, JsonValue>;
8784
9032
  registry?: string;
8785
9033
  agentId?: string;
9034
+ estimatedCredits?: number;
8786
9035
  agentUri?: string;
8787
9036
  registryKey?: string;
8788
9037
  networkId?: string;
8789
9038
  networkName?: string;
8790
9039
  chainId?: number;
8791
- estimatedCredits?: number;
8792
9040
  gasEstimateCredits?: number;
8793
9041
  gasEstimateUsd?: number;
8794
9042
  gasPriceGwei?: number;
@@ -8820,7 +9068,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8820
9068
  metadata?: Record<string, JsonValue>;
8821
9069
  type?: string;
8822
9070
  name?: string;
8823
- capabilities?: (string | AIAgentCapability)[];
9071
+ capabilities?: (string | number)[];
8824
9072
  registry?: string;
8825
9073
  id?: string;
8826
9074
  profile?: {
@@ -8833,7 +9081,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8833
9081
  uaid?: string;
8834
9082
  aiAgent?: {
8835
9083
  type?: AIAgentType;
8836
- capabilities?: AIAgentCapability[];
9084
+ capabilities?: number[];
8837
9085
  creator?: string;
8838
9086
  model?: string;
8839
9087
  };
@@ -8866,7 +9114,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8866
9114
  uaid?: string;
8867
9115
  aiAgent?: {
8868
9116
  type?: AIAgentType;
8869
- capabilities?: AIAgentCapability[];
9117
+ capabilities?: number[];
8870
9118
  creator?: string;
8871
9119
  model?: string;
8872
9120
  };
@@ -8902,12 +9150,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8902
9150
  metadata?: Record<string, JsonValue>;
8903
9151
  registry?: string;
8904
9152
  agentId?: string;
9153
+ estimatedCredits?: number;
8905
9154
  agentUri?: string;
8906
9155
  registryKey?: string;
8907
9156
  networkId?: string;
8908
9157
  networkName?: string;
8909
9158
  chainId?: number;
8910
- estimatedCredits?: number;
8911
9159
  gasEstimateCredits?: number;
8912
9160
  gasEstimateUsd?: number;
8913
9161
  gasPriceGwei?: number;
@@ -8935,12 +9183,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8935
9183
  metadata?: Record<string, JsonValue>;
8936
9184
  registry?: string;
8937
9185
  agentId?: string;
9186
+ estimatedCredits?: number;
8938
9187
  agentUri?: string;
8939
9188
  registryKey?: string;
8940
9189
  networkId?: string;
8941
9190
  networkName?: string;
8942
9191
  chainId?: number;
8943
- estimatedCredits?: number;
8944
9192
  gasEstimateCredits?: number;
8945
9193
  gasEstimateUsd?: number;
8946
9194
  gasPriceGwei?: number;
@@ -8972,7 +9220,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8972
9220
  metadata?: Record<string, JsonValue>;
8973
9221
  type?: string;
8974
9222
  name?: string;
8975
- capabilities?: (string | AIAgentCapability)[];
9223
+ capabilities?: (string | number)[];
8976
9224
  registry?: string;
8977
9225
  id?: string;
8978
9226
  profile?: {
@@ -8985,7 +9233,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8985
9233
  uaid?: string;
8986
9234
  aiAgent?: {
8987
9235
  type?: AIAgentType;
8988
- capabilities?: AIAgentCapability[];
9236
+ capabilities?: number[];
8989
9237
  creator?: string;
8990
9238
  model?: string;
8991
9239
  };
@@ -9018,7 +9266,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9018
9266
  uaid?: string;
9019
9267
  aiAgent?: {
9020
9268
  type?: AIAgentType;
9021
- capabilities?: AIAgentCapability[];
9269
+ capabilities?: number[];
9022
9270
  creator?: string;
9023
9271
  model?: string;
9024
9272
  };
@@ -9054,12 +9302,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9054
9302
  metadata?: Record<string, JsonValue>;
9055
9303
  registry?: string;
9056
9304
  agentId?: string;
9305
+ estimatedCredits?: number;
9057
9306
  agentUri?: string;
9058
9307
  registryKey?: string;
9059
9308
  networkId?: string;
9060
9309
  networkName?: string;
9061
9310
  chainId?: number;
9062
- estimatedCredits?: number;
9063
9311
  gasEstimateCredits?: number;
9064
9312
  gasEstimateUsd?: number;
9065
9313
  gasPriceGwei?: number;
@@ -9087,12 +9335,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9087
9335
  metadata?: Record<string, JsonValue>;
9088
9336
  registry?: string;
9089
9337
  agentId?: string;
9338
+ estimatedCredits?: number;
9090
9339
  agentUri?: string;
9091
9340
  registryKey?: string;
9092
9341
  networkId?: string;
9093
9342
  networkName?: string;
9094
9343
  chainId?: number;
9095
- estimatedCredits?: number;
9096
9344
  gasEstimateCredits?: number;
9097
9345
  gasEstimateUsd?: number;
9098
9346
  gasPriceGwei?: number;
@@ -9128,7 +9376,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9128
9376
  name: z.ZodString;
9129
9377
  type: z.ZodString;
9130
9378
  endpoint: z.ZodOptional<z.ZodString>;
9131
- capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
9379
+ capabilities: z.ZodArray<z.ZodUnion<[z.ZodNumber, z.ZodString]>, "many">;
9132
9380
  registry: z.ZodOptional<z.ZodString>;
9133
9381
  protocol: z.ZodOptional<z.ZodString>;
9134
9382
  profile: z.ZodOptional<z.ZodObject<{
@@ -9142,15 +9390,15 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9142
9390
  type: z.ZodNativeEnum<typeof AIAgentType>;
9143
9391
  creator: z.ZodOptional<z.ZodString>;
9144
9392
  model: z.ZodOptional<z.ZodString>;
9145
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
9393
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
9146
9394
  }, "strip", z.ZodTypeAny, {
9147
9395
  type?: AIAgentType;
9148
- capabilities?: AIAgentCapability[];
9396
+ capabilities?: number[];
9149
9397
  creator?: string;
9150
9398
  model?: string;
9151
9399
  }, {
9152
9400
  type?: AIAgentType;
9153
- capabilities?: AIAgentCapability[];
9401
+ capabilities?: number[];
9154
9402
  creator?: string;
9155
9403
  model?: string;
9156
9404
  }>>;
@@ -9165,7 +9413,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9165
9413
  uaid?: string;
9166
9414
  aiAgent?: {
9167
9415
  type?: AIAgentType;
9168
- capabilities?: AIAgentCapability[];
9416
+ capabilities?: number[];
9169
9417
  creator?: string;
9170
9418
  model?: string;
9171
9419
  };
@@ -9179,7 +9427,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9179
9427
  uaid?: string;
9180
9428
  aiAgent?: {
9181
9429
  type?: AIAgentType;
9182
- capabilities?: AIAgentCapability[];
9430
+ capabilities?: number[];
9183
9431
  creator?: string;
9184
9432
  model?: string;
9185
9433
  };
@@ -9190,7 +9438,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9190
9438
  metadata?: Record<string, JsonValue>;
9191
9439
  type?: string;
9192
9440
  name?: string;
9193
- capabilities?: (string | AIAgentCapability)[];
9441
+ capabilities?: (string | number)[];
9194
9442
  registry?: string;
9195
9443
  id?: string;
9196
9444
  profile?: {
@@ -9203,7 +9451,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9203
9451
  uaid?: string;
9204
9452
  aiAgent?: {
9205
9453
  type?: AIAgentType;
9206
- capabilities?: AIAgentCapability[];
9454
+ capabilities?: number[];
9207
9455
  creator?: string;
9208
9456
  model?: string;
9209
9457
  };
@@ -9215,7 +9463,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9215
9463
  metadata?: Record<string, JsonValue>;
9216
9464
  type?: string;
9217
9465
  name?: string;
9218
- capabilities?: (string | AIAgentCapability)[];
9466
+ capabilities?: (string | number)[];
9219
9467
  registry?: string;
9220
9468
  id?: string;
9221
9469
  profile?: {
@@ -9228,7 +9476,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9228
9476
  uaid?: string;
9229
9477
  aiAgent?: {
9230
9478
  type?: AIAgentType;
9231
- capabilities?: AIAgentCapability[];
9479
+ capabilities?: number[];
9232
9480
  creator?: string;
9233
9481
  model?: string;
9234
9482
  };
@@ -9250,15 +9498,15 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9250
9498
  type: z.ZodNativeEnum<typeof AIAgentType>;
9251
9499
  creator: z.ZodOptional<z.ZodString>;
9252
9500
  model: z.ZodOptional<z.ZodString>;
9253
- capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
9501
+ capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodNumber]>, "many">>;
9254
9502
  }, "strip", z.ZodTypeAny, {
9255
9503
  type?: AIAgentType;
9256
- capabilities?: AIAgentCapability[];
9504
+ capabilities?: number[];
9257
9505
  creator?: string;
9258
9506
  model?: string;
9259
9507
  }, {
9260
9508
  type?: AIAgentType;
9261
- capabilities?: AIAgentCapability[];
9509
+ capabilities?: number[];
9262
9510
  creator?: string;
9263
9511
  model?: string;
9264
9512
  }>>;
@@ -9273,7 +9521,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9273
9521
  uaid?: string;
9274
9522
  aiAgent?: {
9275
9523
  type?: AIAgentType;
9276
- capabilities?: AIAgentCapability[];
9524
+ capabilities?: number[];
9277
9525
  creator?: string;
9278
9526
  model?: string;
9279
9527
  };
@@ -9287,7 +9535,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9287
9535
  uaid?: string;
9288
9536
  aiAgent?: {
9289
9537
  type?: AIAgentType;
9290
- capabilities?: AIAgentCapability[];
9538
+ capabilities?: number[];
9291
9539
  creator?: string;
9292
9540
  model?: string;
9293
9541
  };
@@ -9305,7 +9553,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9305
9553
  uaid?: string;
9306
9554
  aiAgent?: {
9307
9555
  type?: AIAgentType;
9308
- capabilities?: AIAgentCapability[];
9556
+ capabilities?: number[];
9309
9557
  creator?: string;
9310
9558
  model?: string;
9311
9559
  };
@@ -9323,7 +9571,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9323
9571
  uaid?: string;
9324
9572
  aiAgent?: {
9325
9573
  type?: AIAgentType;
9326
- capabilities?: AIAgentCapability[];
9574
+ capabilities?: number[];
9327
9575
  creator?: string;
9328
9576
  model?: string;
9329
9577
  };
@@ -9478,12 +9726,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9478
9726
  metadata?: Record<string, JsonValue>;
9479
9727
  registry?: string;
9480
9728
  agentId?: string;
9729
+ estimatedCredits?: number;
9481
9730
  agentUri?: string;
9482
9731
  registryKey?: string;
9483
9732
  networkId?: string;
9484
9733
  networkName?: string;
9485
9734
  chainId?: number;
9486
- estimatedCredits?: number;
9487
9735
  gasEstimateCredits?: number;
9488
9736
  gasEstimateUsd?: number;
9489
9737
  gasPriceGwei?: number;
@@ -9510,12 +9758,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9510
9758
  metadata?: Record<string, JsonValue>;
9511
9759
  registry?: string;
9512
9760
  agentId?: string;
9761
+ estimatedCredits?: number;
9513
9762
  agentUri?: string;
9514
9763
  registryKey?: string;
9515
9764
  networkId?: string;
9516
9765
  networkName?: string;
9517
9766
  chainId?: number;
9518
- estimatedCredits?: number;
9519
9767
  gasEstimateCredits?: number;
9520
9768
  gasEstimateUsd?: number;
9521
9769
  gasPriceGwei?: number;
@@ -9609,12 +9857,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9609
9857
  metadata?: Record<string, JsonValue>;
9610
9858
  registry?: string;
9611
9859
  agentId?: string;
9860
+ estimatedCredits?: number;
9612
9861
  agentUri?: string;
9613
9862
  registryKey?: string;
9614
9863
  networkId?: string;
9615
9864
  networkName?: string;
9616
9865
  chainId?: number;
9617
- estimatedCredits?: number;
9618
9866
  gasEstimateCredits?: number;
9619
9867
  gasEstimateUsd?: number;
9620
9868
  gasPriceGwei?: number;
@@ -9641,12 +9889,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9641
9889
  metadata?: Record<string, JsonValue>;
9642
9890
  registry?: string;
9643
9891
  agentId?: string;
9892
+ estimatedCredits?: number;
9644
9893
  agentUri?: string;
9645
9894
  registryKey?: string;
9646
9895
  networkId?: string;
9647
9896
  networkName?: string;
9648
9897
  chainId?: number;
9649
- estimatedCredits?: number;
9650
9898
  gasEstimateCredits?: number;
9651
9899
  gasEstimateUsd?: number;
9652
9900
  gasPriceGwei?: number;
@@ -9696,7 +9944,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9696
9944
  metadata?: Record<string, JsonValue>;
9697
9945
  type?: string;
9698
9946
  name?: string;
9699
- capabilities?: (string | AIAgentCapability)[];
9947
+ capabilities?: (string | number)[];
9700
9948
  registry?: string;
9701
9949
  id?: string;
9702
9950
  profile?: {
@@ -9709,7 +9957,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9709
9957
  uaid?: string;
9710
9958
  aiAgent?: {
9711
9959
  type?: AIAgentType;
9712
- capabilities?: AIAgentCapability[];
9960
+ capabilities?: number[];
9713
9961
  creator?: string;
9714
9962
  model?: string;
9715
9963
  };
@@ -9742,7 +9990,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9742
9990
  uaid?: string;
9743
9991
  aiAgent?: {
9744
9992
  type?: AIAgentType;
9745
- capabilities?: AIAgentCapability[];
9993
+ capabilities?: number[];
9746
9994
  creator?: string;
9747
9995
  model?: string;
9748
9996
  };
@@ -9778,12 +10026,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9778
10026
  metadata?: Record<string, JsonValue>;
9779
10027
  registry?: string;
9780
10028
  agentId?: string;
10029
+ estimatedCredits?: number;
9781
10030
  agentUri?: string;
9782
10031
  registryKey?: string;
9783
10032
  networkId?: string;
9784
10033
  networkName?: string;
9785
10034
  chainId?: number;
9786
- estimatedCredits?: number;
9787
10035
  gasEstimateCredits?: number;
9788
10036
  gasEstimateUsd?: number;
9789
10037
  gasPriceGwei?: number;
@@ -9811,12 +10059,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9811
10059
  metadata?: Record<string, JsonValue>;
9812
10060
  registry?: string;
9813
10061
  agentId?: string;
10062
+ estimatedCredits?: number;
9814
10063
  agentUri?: string;
9815
10064
  registryKey?: string;
9816
10065
  networkId?: string;
9817
10066
  networkName?: string;
9818
10067
  chainId?: number;
9819
- estimatedCredits?: number;
9820
10068
  gasEstimateCredits?: number;
9821
10069
  gasEstimateUsd?: number;
9822
10070
  gasPriceGwei?: number;
@@ -9853,7 +10101,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9853
10101
  metadata?: Record<string, JsonValue>;
9854
10102
  type?: string;
9855
10103
  name?: string;
9856
- capabilities?: (string | AIAgentCapability)[];
10104
+ capabilities?: (string | number)[];
9857
10105
  registry?: string;
9858
10106
  id?: string;
9859
10107
  profile?: {
@@ -9866,7 +10114,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9866
10114
  uaid?: string;
9867
10115
  aiAgent?: {
9868
10116
  type?: AIAgentType;
9869
- capabilities?: AIAgentCapability[];
10117
+ capabilities?: number[];
9870
10118
  creator?: string;
9871
10119
  model?: string;
9872
10120
  };
@@ -9899,7 +10147,7 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9899
10147
  uaid?: string;
9900
10148
  aiAgent?: {
9901
10149
  type?: AIAgentType;
9902
- capabilities?: AIAgentCapability[];
10150
+ capabilities?: number[];
9903
10151
  creator?: string;
9904
10152
  model?: string;
9905
10153
  };
@@ -9935,12 +10183,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9935
10183
  metadata?: Record<string, JsonValue>;
9936
10184
  registry?: string;
9937
10185
  agentId?: string;
10186
+ estimatedCredits?: number;
9938
10187
  agentUri?: string;
9939
10188
  registryKey?: string;
9940
10189
  networkId?: string;
9941
10190
  networkName?: string;
9942
10191
  chainId?: number;
9943
- estimatedCredits?: number;
9944
10192
  gasEstimateCredits?: number;
9945
10193
  gasEstimateUsd?: number;
9946
10194
  gasPriceGwei?: number;
@@ -9968,12 +10216,12 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9968
10216
  metadata?: Record<string, JsonValue>;
9969
10217
  registry?: string;
9970
10218
  agentId?: string;
10219
+ estimatedCredits?: number;
9971
10220
  agentUri?: string;
9972
10221
  registryKey?: string;
9973
10222
  networkId?: string;
9974
10223
  networkName?: string;
9975
10224
  chainId?: number;
9976
- estimatedCredits?: number;
9977
10225
  gasEstimateCredits?: number;
9978
10226
  gasEstimateUsd?: number;
9979
10227
  gasPriceGwei?: number;