@hashgraphonline/standards-sdk 0.1.138 → 0.1.139-feat-pong-agent.canary.a1ed1f6.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/hcs-21/base-client.d.ts +11 -9
- package/dist/cjs/hcs-21/base-client.d.ts.map +1 -1
- package/dist/cjs/hcs-21/browser.d.ts +3 -3
- package/dist/cjs/hcs-21/sdk.d.ts +5 -5
- package/dist/cjs/hcs-21/sdk.d.ts.map +1 -1
- package/dist/cjs/hcs-21/tx.d.ts +2 -2
- package/dist/cjs/hcs-21/tx.d.ts.map +1 -1
- package/dist/cjs/hcs-21/types.d.ts +50 -33
- package/dist/cjs/hcs-21/types.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/client.d.ts +4 -1
- package/dist/cjs/services/registry-broker/client.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/schemas.d.ts +1107 -222
- package/dist/cjs/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/types.d.ts +2 -1
- package/dist/cjs/services/registry-broker/types.d.ts.map +1 -1
- package/dist/cjs/standards-sdk.cjs +1 -1
- package/dist/cjs/standards-sdk.cjs.map +1 -1
- package/dist/es/hcs-21/base-client.d.ts +11 -9
- package/dist/es/hcs-21/base-client.d.ts.map +1 -1
- package/dist/es/hcs-21/browser.d.ts +3 -3
- package/dist/es/hcs-21/sdk.d.ts +5 -5
- package/dist/es/hcs-21/sdk.d.ts.map +1 -1
- package/dist/es/hcs-21/tx.d.ts +2 -2
- package/dist/es/hcs-21/tx.d.ts.map +1 -1
- package/dist/es/hcs-21/types.d.ts +50 -33
- package/dist/es/hcs-21/types.d.ts.map +1 -1
- package/dist/es/services/registry-broker/client.d.ts +4 -1
- package/dist/es/services/registry-broker/client.d.ts.map +1 -1
- package/dist/es/services/registry-broker/schemas.d.ts +1107 -222
- package/dist/es/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/es/services/registry-broker/types.d.ts +2 -1
- package/dist/es/services/registry-broker/types.d.ts.map +1 -1
- package/dist/es/standards-sdk.es.js +3 -2
- package/dist/es/standards-sdk.es109.js +1 -1
- package/dist/es/standards-sdk.es124.js +1 -1
- package/dist/es/standards-sdk.es125.js +1 -1
- package/dist/es/standards-sdk.es127.js +102 -14
- package/dist/es/standards-sdk.es127.js.map +1 -1
- package/dist/es/standards-sdk.es137.js +732 -56
- package/dist/es/standards-sdk.es137.js.map +1 -1
- package/dist/es/standards-sdk.es138.js +12254 -44
- package/dist/es/standards-sdk.es138.js.map +1 -1
- package/dist/es/standards-sdk.es139.js +17 -694
- package/dist/es/standards-sdk.es139.js.map +1 -1
- package/dist/es/standards-sdk.es140.js +54 -15
- package/dist/es/standards-sdk.es140.js.map +1 -1
- package/dist/es/standards-sdk.es141.js +45 -12255
- package/dist/es/standards-sdk.es141.js.map +1 -1
- package/dist/es/standards-sdk.es17.js +1 -1
- package/dist/es/standards-sdk.es19.js +2 -2
- package/dist/es/standards-sdk.es20.js +2 -2
- package/dist/es/standards-sdk.es28.js +2 -2
- package/dist/es/standards-sdk.es31.js +1 -1
- package/dist/es/standards-sdk.es32.js +1 -1
- package/dist/es/standards-sdk.es36.js +2 -2
- package/dist/es/standards-sdk.es37.js +1 -1
- package/dist/es/standards-sdk.es38.js +1 -1
- package/dist/es/standards-sdk.es57.js +1 -1
- package/dist/es/standards-sdk.es59.js +1 -1
- package/dist/es/standards-sdk.es60.js +1 -1
- package/dist/es/standards-sdk.es61.js +1 -1
- package/dist/es/standards-sdk.es63.js +1 -1
- package/dist/es/standards-sdk.es65.js +1 -1
- package/dist/es/standards-sdk.es66.js +1 -1
- package/dist/es/standards-sdk.es78.js +1 -1
- package/dist/es/standards-sdk.es80.js +22 -6
- package/dist/es/standards-sdk.es80.js.map +1 -1
- package/dist/es/standards-sdk.es82.js.map +1 -1
- package/dist/es/standards-sdk.es83.js +8 -6
- package/dist/es/standards-sdk.es83.js.map +1 -1
- package/dist/es/standards-sdk.es84.js +2 -2
- package/dist/es/standards-sdk.es84.js.map +1 -1
- package/dist/es/standards-sdk.es85.js.map +1 -1
- package/package.json +63 -60
|
@@ -13,6 +13,7 @@ export declare const searchResponseSchema: z.ZodObject<{
|
|
|
13
13
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
14
14
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
15
15
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
16
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
16
17
|
profile: z.ZodOptional<z.ZodObject<{
|
|
17
18
|
version: z.ZodString;
|
|
18
19
|
type: z.ZodNumber;
|
|
@@ -66,21 +67,59 @@ export declare const searchResponseSchema: z.ZodObject<{
|
|
|
66
67
|
model?: string;
|
|
67
68
|
};
|
|
68
69
|
}>>;
|
|
70
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
71
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
72
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
73
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
74
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
75
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
76
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
77
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
78
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
79
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
80
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
81
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
82
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
83
|
+
image: z.ZodOptional<z.ZodString>;
|
|
69
84
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
70
85
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
71
86
|
lastSeen: z.ZodOptional<z.ZodString>;
|
|
72
87
|
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
73
|
-
}, "
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
description
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
profile
|
|
88
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
89
|
+
id: z.ZodString;
|
|
90
|
+
uaid: z.ZodString;
|
|
91
|
+
registry: z.ZodString;
|
|
92
|
+
name: z.ZodString;
|
|
93
|
+
description: z.ZodOptional<z.ZodString>;
|
|
94
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
95
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
96
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
97
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
98
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
99
|
+
version: z.ZodString;
|
|
100
|
+
type: z.ZodNumber;
|
|
101
|
+
display_name: z.ZodString;
|
|
102
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
103
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
104
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
105
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
106
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
107
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
108
|
+
model: z.ZodOptional<z.ZodString>;
|
|
109
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
110
|
+
}, "strip", z.ZodTypeAny, {
|
|
111
|
+
type?: AIAgentType;
|
|
112
|
+
capabilities?: AIAgentCapability[];
|
|
113
|
+
creator?: string;
|
|
114
|
+
model?: string;
|
|
115
|
+
}, {
|
|
116
|
+
type?: AIAgentType;
|
|
117
|
+
capabilities?: AIAgentCapability[];
|
|
118
|
+
creator?: string;
|
|
119
|
+
model?: string;
|
|
120
|
+
}>>;
|
|
121
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
122
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
84
123
|
type?: number;
|
|
85
124
|
alias?: string;
|
|
86
125
|
bio?: string;
|
|
@@ -94,21 +133,7 @@ export declare const searchResponseSchema: z.ZodObject<{
|
|
|
94
133
|
creator?: string;
|
|
95
134
|
model?: string;
|
|
96
135
|
};
|
|
97
|
-
}
|
|
98
|
-
updatedAt?: string;
|
|
99
|
-
lastSeen?: string;
|
|
100
|
-
lastIndexed?: string;
|
|
101
|
-
}, {
|
|
102
|
-
metadata?: Record<string, JsonValue>;
|
|
103
|
-
name?: string;
|
|
104
|
-
capabilities?: (string | AIAgentCapability)[];
|
|
105
|
-
uaid?: string;
|
|
106
|
-
description?: string;
|
|
107
|
-
createdAt?: string;
|
|
108
|
-
id?: string;
|
|
109
|
-
registry?: string;
|
|
110
|
-
endpoints?: string[] | Record<string, JsonValue>;
|
|
111
|
-
profile?: {
|
|
136
|
+
}, {
|
|
112
137
|
type?: number;
|
|
113
138
|
alias?: string;
|
|
114
139
|
bio?: string;
|
|
@@ -122,27 +147,147 @@ export declare const searchResponseSchema: z.ZodObject<{
|
|
|
122
147
|
creator?: string;
|
|
123
148
|
model?: string;
|
|
124
149
|
};
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
150
|
+
}>>;
|
|
151
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
152
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
153
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
154
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
155
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
156
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
157
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
158
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
159
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
160
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
161
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
162
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
163
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
164
|
+
image: z.ZodOptional<z.ZodString>;
|
|
165
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
166
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
167
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
168
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
169
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
170
|
+
id: z.ZodString;
|
|
171
|
+
uaid: z.ZodString;
|
|
172
|
+
registry: z.ZodString;
|
|
173
|
+
name: z.ZodString;
|
|
174
|
+
description: z.ZodOptional<z.ZodString>;
|
|
175
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
176
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
177
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
178
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
179
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
180
|
+
version: z.ZodString;
|
|
181
|
+
type: z.ZodNumber;
|
|
182
|
+
display_name: z.ZodString;
|
|
183
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
184
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
185
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
186
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
187
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
188
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
189
|
+
model: z.ZodOptional<z.ZodString>;
|
|
190
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
191
|
+
}, "strip", z.ZodTypeAny, {
|
|
192
|
+
type?: AIAgentType;
|
|
193
|
+
capabilities?: AIAgentCapability[];
|
|
194
|
+
creator?: string;
|
|
195
|
+
model?: string;
|
|
196
|
+
}, {
|
|
197
|
+
type?: AIAgentType;
|
|
198
|
+
capabilities?: AIAgentCapability[];
|
|
199
|
+
creator?: string;
|
|
200
|
+
model?: string;
|
|
201
|
+
}>>;
|
|
202
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
203
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
204
|
+
type?: number;
|
|
205
|
+
alias?: string;
|
|
206
|
+
bio?: string;
|
|
207
|
+
version?: string;
|
|
208
|
+
display_name?: string;
|
|
209
|
+
socials?: JsonValue[];
|
|
210
|
+
uaid?: string;
|
|
211
|
+
aiAgent?: {
|
|
212
|
+
type?: AIAgentType;
|
|
213
|
+
capabilities?: AIAgentCapability[];
|
|
214
|
+
creator?: string;
|
|
215
|
+
model?: string;
|
|
216
|
+
};
|
|
217
|
+
}, {
|
|
218
|
+
type?: number;
|
|
219
|
+
alias?: string;
|
|
220
|
+
bio?: string;
|
|
221
|
+
version?: string;
|
|
222
|
+
display_name?: string;
|
|
223
|
+
socials?: JsonValue[];
|
|
224
|
+
uaid?: string;
|
|
225
|
+
aiAgent?: {
|
|
226
|
+
type?: AIAgentType;
|
|
227
|
+
capabilities?: AIAgentCapability[];
|
|
228
|
+
creator?: string;
|
|
229
|
+
model?: string;
|
|
230
|
+
};
|
|
231
|
+
}>>;
|
|
232
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
233
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
234
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
235
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
236
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
237
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
238
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
239
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
240
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
241
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
242
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
243
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
244
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
245
|
+
image: z.ZodOptional<z.ZodString>;
|
|
246
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
247
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
248
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
249
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
250
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
130
251
|
total: z.ZodNumber;
|
|
131
252
|
page: z.ZodNumber;
|
|
132
253
|
limit: z.ZodNumber;
|
|
133
254
|
}, "strip", z.ZodTypeAny, {
|
|
134
255
|
limit?: number;
|
|
135
|
-
hits?: {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
description
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
profile
|
|
256
|
+
hits?: z.objectOutputType<{
|
|
257
|
+
id: z.ZodString;
|
|
258
|
+
uaid: z.ZodString;
|
|
259
|
+
registry: z.ZodString;
|
|
260
|
+
name: z.ZodString;
|
|
261
|
+
description: z.ZodOptional<z.ZodString>;
|
|
262
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
263
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
264
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
265
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
266
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
267
|
+
version: z.ZodString;
|
|
268
|
+
type: z.ZodNumber;
|
|
269
|
+
display_name: z.ZodString;
|
|
270
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
271
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
272
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
273
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
274
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
275
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
276
|
+
model: z.ZodOptional<z.ZodString>;
|
|
277
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
278
|
+
}, "strip", z.ZodTypeAny, {
|
|
279
|
+
type?: AIAgentType;
|
|
280
|
+
capabilities?: AIAgentCapability[];
|
|
281
|
+
creator?: string;
|
|
282
|
+
model?: string;
|
|
283
|
+
}, {
|
|
284
|
+
type?: AIAgentType;
|
|
285
|
+
capabilities?: AIAgentCapability[];
|
|
286
|
+
creator?: string;
|
|
287
|
+
model?: string;
|
|
288
|
+
}>>;
|
|
289
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
290
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
146
291
|
type?: number;
|
|
147
292
|
alias?: string;
|
|
148
293
|
bio?: string;
|
|
@@ -156,26 +301,79 @@ export declare const searchResponseSchema: z.ZodObject<{
|
|
|
156
301
|
creator?: string;
|
|
157
302
|
model?: string;
|
|
158
303
|
};
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
304
|
+
}, {
|
|
305
|
+
type?: number;
|
|
306
|
+
alias?: string;
|
|
307
|
+
bio?: string;
|
|
308
|
+
version?: string;
|
|
309
|
+
display_name?: string;
|
|
310
|
+
socials?: JsonValue[];
|
|
311
|
+
uaid?: string;
|
|
312
|
+
aiAgent?: {
|
|
313
|
+
type?: AIAgentType;
|
|
314
|
+
capabilities?: AIAgentCapability[];
|
|
315
|
+
creator?: string;
|
|
316
|
+
model?: string;
|
|
317
|
+
};
|
|
318
|
+
}>>;
|
|
319
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
320
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
321
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
322
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
323
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
324
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
325
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
326
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
327
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
328
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
329
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
330
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
331
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
332
|
+
image: z.ZodOptional<z.ZodString>;
|
|
333
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
334
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
335
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
336
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
337
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
164
338
|
total?: number;
|
|
165
339
|
page?: number;
|
|
166
340
|
}, {
|
|
167
341
|
limit?: number;
|
|
168
|
-
hits?: {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
description
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
profile
|
|
342
|
+
hits?: z.objectInputType<{
|
|
343
|
+
id: z.ZodString;
|
|
344
|
+
uaid: z.ZodString;
|
|
345
|
+
registry: z.ZodString;
|
|
346
|
+
name: z.ZodString;
|
|
347
|
+
description: z.ZodOptional<z.ZodString>;
|
|
348
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
349
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
350
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
351
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
352
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
353
|
+
version: z.ZodString;
|
|
354
|
+
type: z.ZodNumber;
|
|
355
|
+
display_name: z.ZodString;
|
|
356
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
357
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
358
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
359
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
360
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
361
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
362
|
+
model: z.ZodOptional<z.ZodString>;
|
|
363
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
364
|
+
}, "strip", z.ZodTypeAny, {
|
|
365
|
+
type?: AIAgentType;
|
|
366
|
+
capabilities?: AIAgentCapability[];
|
|
367
|
+
creator?: string;
|
|
368
|
+
model?: string;
|
|
369
|
+
}, {
|
|
370
|
+
type?: AIAgentType;
|
|
371
|
+
capabilities?: AIAgentCapability[];
|
|
372
|
+
creator?: string;
|
|
373
|
+
model?: string;
|
|
374
|
+
}>>;
|
|
375
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
376
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
179
377
|
type?: number;
|
|
180
378
|
alias?: string;
|
|
181
379
|
bio?: string;
|
|
@@ -189,11 +387,40 @@ export declare const searchResponseSchema: z.ZodObject<{
|
|
|
189
387
|
creator?: string;
|
|
190
388
|
model?: string;
|
|
191
389
|
};
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
390
|
+
}, {
|
|
391
|
+
type?: number;
|
|
392
|
+
alias?: string;
|
|
393
|
+
bio?: string;
|
|
394
|
+
version?: string;
|
|
395
|
+
display_name?: string;
|
|
396
|
+
socials?: JsonValue[];
|
|
397
|
+
uaid?: string;
|
|
398
|
+
aiAgent?: {
|
|
399
|
+
type?: AIAgentType;
|
|
400
|
+
capabilities?: AIAgentCapability[];
|
|
401
|
+
creator?: string;
|
|
402
|
+
model?: string;
|
|
403
|
+
};
|
|
404
|
+
}>>;
|
|
405
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
406
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
407
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
408
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
409
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
410
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
411
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
412
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
413
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
414
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
415
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
416
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
417
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
418
|
+
image: z.ZodOptional<z.ZodString>;
|
|
419
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
420
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
421
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
422
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
423
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
197
424
|
total?: number;
|
|
198
425
|
page?: number;
|
|
199
426
|
}>;
|
|
@@ -240,6 +467,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
240
467
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
241
468
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
242
469
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
470
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
243
471
|
profile: z.ZodOptional<z.ZodObject<{
|
|
244
472
|
version: z.ZodString;
|
|
245
473
|
type: z.ZodNumber;
|
|
@@ -293,21 +521,59 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
293
521
|
model?: string;
|
|
294
522
|
};
|
|
295
523
|
}>>;
|
|
524
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
525
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
526
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
527
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
528
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
529
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
530
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
531
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
532
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
533
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
534
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
535
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
536
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
537
|
+
image: z.ZodOptional<z.ZodString>;
|
|
296
538
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
297
539
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
298
540
|
lastSeen: z.ZodOptional<z.ZodString>;
|
|
299
541
|
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
300
|
-
}, "
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
description
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
profile
|
|
542
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
543
|
+
id: z.ZodString;
|
|
544
|
+
uaid: z.ZodString;
|
|
545
|
+
registry: z.ZodString;
|
|
546
|
+
name: z.ZodString;
|
|
547
|
+
description: z.ZodOptional<z.ZodString>;
|
|
548
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
549
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
550
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
551
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
552
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
553
|
+
version: z.ZodString;
|
|
554
|
+
type: z.ZodNumber;
|
|
555
|
+
display_name: z.ZodString;
|
|
556
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
557
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
558
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
559
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
560
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
561
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
562
|
+
model: z.ZodOptional<z.ZodString>;
|
|
563
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
564
|
+
}, "strip", z.ZodTypeAny, {
|
|
565
|
+
type?: AIAgentType;
|
|
566
|
+
capabilities?: AIAgentCapability[];
|
|
567
|
+
creator?: string;
|
|
568
|
+
model?: string;
|
|
569
|
+
}, {
|
|
570
|
+
type?: AIAgentType;
|
|
571
|
+
capabilities?: AIAgentCapability[];
|
|
572
|
+
creator?: string;
|
|
573
|
+
model?: string;
|
|
574
|
+
}>>;
|
|
575
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
576
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
311
577
|
type?: number;
|
|
312
578
|
alias?: string;
|
|
313
579
|
bio?: string;
|
|
@@ -321,21 +587,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
321
587
|
creator?: string;
|
|
322
588
|
model?: string;
|
|
323
589
|
};
|
|
324
|
-
}
|
|
325
|
-
updatedAt?: string;
|
|
326
|
-
lastSeen?: string;
|
|
327
|
-
lastIndexed?: string;
|
|
328
|
-
}, {
|
|
329
|
-
metadata?: Record<string, JsonValue>;
|
|
330
|
-
name?: string;
|
|
331
|
-
capabilities?: (string | AIAgentCapability)[];
|
|
332
|
-
uaid?: string;
|
|
333
|
-
description?: string;
|
|
334
|
-
createdAt?: string;
|
|
335
|
-
id?: string;
|
|
336
|
-
registry?: string;
|
|
337
|
-
endpoints?: string[] | Record<string, JsonValue>;
|
|
338
|
-
profile?: {
|
|
590
|
+
}, {
|
|
339
591
|
type?: number;
|
|
340
592
|
alias?: string;
|
|
341
593
|
bio?: string;
|
|
@@ -349,13 +601,110 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
349
601
|
creator?: string;
|
|
350
602
|
model?: string;
|
|
351
603
|
};
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
604
|
+
}>>;
|
|
605
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
606
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
607
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
608
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
609
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
610
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
611
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
612
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
613
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
614
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
615
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
616
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
617
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
618
|
+
image: z.ZodOptional<z.ZodString>;
|
|
619
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
620
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
621
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
622
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
623
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
624
|
+
id: z.ZodString;
|
|
625
|
+
uaid: z.ZodString;
|
|
626
|
+
registry: z.ZodString;
|
|
627
|
+
name: z.ZodString;
|
|
628
|
+
description: z.ZodOptional<z.ZodString>;
|
|
629
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
630
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
631
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
632
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
633
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
634
|
+
version: z.ZodString;
|
|
635
|
+
type: z.ZodNumber;
|
|
636
|
+
display_name: z.ZodString;
|
|
637
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
638
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
639
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
640
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
641
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
642
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
643
|
+
model: z.ZodOptional<z.ZodString>;
|
|
644
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
645
|
+
}, "strip", z.ZodTypeAny, {
|
|
646
|
+
type?: AIAgentType;
|
|
647
|
+
capabilities?: AIAgentCapability[];
|
|
648
|
+
creator?: string;
|
|
649
|
+
model?: string;
|
|
650
|
+
}, {
|
|
651
|
+
type?: AIAgentType;
|
|
652
|
+
capabilities?: AIAgentCapability[];
|
|
653
|
+
creator?: string;
|
|
654
|
+
model?: string;
|
|
655
|
+
}>>;
|
|
656
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
657
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
658
|
+
type?: number;
|
|
659
|
+
alias?: string;
|
|
660
|
+
bio?: string;
|
|
661
|
+
version?: string;
|
|
662
|
+
display_name?: string;
|
|
663
|
+
socials?: JsonValue[];
|
|
664
|
+
uaid?: string;
|
|
665
|
+
aiAgent?: {
|
|
666
|
+
type?: AIAgentType;
|
|
667
|
+
capabilities?: AIAgentCapability[];
|
|
668
|
+
creator?: string;
|
|
669
|
+
model?: string;
|
|
670
|
+
};
|
|
671
|
+
}, {
|
|
672
|
+
type?: number;
|
|
673
|
+
alias?: string;
|
|
674
|
+
bio?: string;
|
|
675
|
+
version?: string;
|
|
676
|
+
display_name?: string;
|
|
677
|
+
socials?: JsonValue[];
|
|
678
|
+
uaid?: string;
|
|
679
|
+
aiAgent?: {
|
|
680
|
+
type?: AIAgentType;
|
|
681
|
+
capabilities?: AIAgentCapability[];
|
|
682
|
+
creator?: string;
|
|
683
|
+
model?: string;
|
|
684
|
+
};
|
|
685
|
+
}>>;
|
|
686
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
687
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
688
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
689
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
690
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
691
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
692
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
693
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
694
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
695
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
696
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
697
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
698
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
699
|
+
image: z.ZodOptional<z.ZodString>;
|
|
700
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
701
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
702
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
703
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
704
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
357
705
|
}, "strip", z.ZodTypeAny, {
|
|
358
706
|
agent?: {
|
|
707
|
+
image?: string;
|
|
359
708
|
metadata?: Record<string, JsonValue>;
|
|
360
709
|
name?: string;
|
|
361
710
|
capabilities?: (string | AIAgentCapability)[];
|
|
@@ -365,6 +714,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
365
714
|
id?: string;
|
|
366
715
|
registry?: string;
|
|
367
716
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
717
|
+
metadataFacet?: Record<string, JsonValue[]>;
|
|
368
718
|
profile?: {
|
|
369
719
|
type?: number;
|
|
370
720
|
alias?: string;
|
|
@@ -380,12 +730,28 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
380
730
|
model?: string;
|
|
381
731
|
};
|
|
382
732
|
};
|
|
733
|
+
protocols?: string[];
|
|
734
|
+
adapter?: string;
|
|
735
|
+
originalId?: string;
|
|
736
|
+
communicationSupported?: boolean;
|
|
737
|
+
routingSupported?: boolean;
|
|
738
|
+
available?: boolean;
|
|
739
|
+
availabilityStatus?: string;
|
|
740
|
+
availabilityCheckedAt?: string;
|
|
741
|
+
availabilitySource?: string;
|
|
742
|
+
availabilityLatencyMs?: number;
|
|
743
|
+
availabilityScore?: number;
|
|
744
|
+
capabilityLabels?: string[];
|
|
745
|
+
capabilityTokens?: string[];
|
|
383
746
|
updatedAt?: string;
|
|
384
747
|
lastSeen?: string;
|
|
385
748
|
lastIndexed?: string;
|
|
749
|
+
} & {
|
|
750
|
+
[k: string]: unknown;
|
|
386
751
|
};
|
|
387
752
|
}, {
|
|
388
753
|
agent?: {
|
|
754
|
+
image?: string;
|
|
389
755
|
metadata?: Record<string, JsonValue>;
|
|
390
756
|
name?: string;
|
|
391
757
|
capabilities?: (string | AIAgentCapability)[];
|
|
@@ -395,6 +761,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
395
761
|
id?: string;
|
|
396
762
|
registry?: string;
|
|
397
763
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
764
|
+
metadataFacet?: Record<string, JsonValue[]>;
|
|
398
765
|
profile?: {
|
|
399
766
|
type?: number;
|
|
400
767
|
alias?: string;
|
|
@@ -410,9 +777,24 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
410
777
|
model?: string;
|
|
411
778
|
};
|
|
412
779
|
};
|
|
780
|
+
protocols?: string[];
|
|
781
|
+
adapter?: string;
|
|
782
|
+
originalId?: string;
|
|
783
|
+
communicationSupported?: boolean;
|
|
784
|
+
routingSupported?: boolean;
|
|
785
|
+
available?: boolean;
|
|
786
|
+
availabilityStatus?: string;
|
|
787
|
+
availabilityCheckedAt?: string;
|
|
788
|
+
availabilitySource?: string;
|
|
789
|
+
availabilityLatencyMs?: number;
|
|
790
|
+
availabilityScore?: number;
|
|
791
|
+
capabilityLabels?: string[];
|
|
792
|
+
capabilityTokens?: string[];
|
|
413
793
|
updatedAt?: string;
|
|
414
794
|
lastSeen?: string;
|
|
415
795
|
lastIndexed?: string;
|
|
796
|
+
} & {
|
|
797
|
+
[k: string]: unknown;
|
|
416
798
|
};
|
|
417
799
|
}>;
|
|
418
800
|
export declare const createSessionResponseSchema: z.ZodObject<{
|
|
@@ -2661,6 +3043,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
|
|
|
2661
3043
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
2662
3044
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
2663
3045
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3046
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
2664
3047
|
profile: z.ZodOptional<z.ZodObject<{
|
|
2665
3048
|
version: z.ZodString;
|
|
2666
3049
|
type: z.ZodNumber;
|
|
@@ -2714,21 +3097,59 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
|
|
|
2714
3097
|
model?: string;
|
|
2715
3098
|
};
|
|
2716
3099
|
}>>;
|
|
3100
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3101
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
3102
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
3103
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3104
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3105
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
3106
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
3107
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
3108
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
3109
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
3110
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
3111
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3112
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3113
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2717
3114
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
2718
3115
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
2719
3116
|
lastSeen: z.ZodOptional<z.ZodString>;
|
|
2720
3117
|
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
2721
|
-
}, "
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
description
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
profile
|
|
3118
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3119
|
+
id: z.ZodString;
|
|
3120
|
+
uaid: z.ZodString;
|
|
3121
|
+
registry: z.ZodString;
|
|
3122
|
+
name: z.ZodString;
|
|
3123
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3124
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3125
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3126
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3127
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3128
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
3129
|
+
version: z.ZodString;
|
|
3130
|
+
type: z.ZodNumber;
|
|
3131
|
+
display_name: z.ZodString;
|
|
3132
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
3133
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
3134
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
3135
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
3136
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
3137
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
3138
|
+
model: z.ZodOptional<z.ZodString>;
|
|
3139
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
3140
|
+
}, "strip", z.ZodTypeAny, {
|
|
3141
|
+
type?: AIAgentType;
|
|
3142
|
+
capabilities?: AIAgentCapability[];
|
|
3143
|
+
creator?: string;
|
|
3144
|
+
model?: string;
|
|
3145
|
+
}, {
|
|
3146
|
+
type?: AIAgentType;
|
|
3147
|
+
capabilities?: AIAgentCapability[];
|
|
3148
|
+
creator?: string;
|
|
3149
|
+
model?: string;
|
|
3150
|
+
}>>;
|
|
3151
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
3152
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
2732
3153
|
type?: number;
|
|
2733
3154
|
alias?: string;
|
|
2734
3155
|
bio?: string;
|
|
@@ -2742,21 +3163,175 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
|
|
|
2742
3163
|
creator?: string;
|
|
2743
3164
|
model?: string;
|
|
2744
3165
|
};
|
|
2745
|
-
}
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
3166
|
+
}, {
|
|
3167
|
+
type?: number;
|
|
3168
|
+
alias?: string;
|
|
3169
|
+
bio?: string;
|
|
3170
|
+
version?: string;
|
|
3171
|
+
display_name?: string;
|
|
3172
|
+
socials?: JsonValue[];
|
|
3173
|
+
uaid?: string;
|
|
3174
|
+
aiAgent?: {
|
|
3175
|
+
type?: AIAgentType;
|
|
3176
|
+
capabilities?: AIAgentCapability[];
|
|
3177
|
+
creator?: string;
|
|
3178
|
+
model?: string;
|
|
3179
|
+
};
|
|
3180
|
+
}>>;
|
|
3181
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3182
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
3183
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
3184
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3185
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3186
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
3187
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
3188
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
3189
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
3190
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
3191
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
3192
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3193
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3194
|
+
image: z.ZodOptional<z.ZodString>;
|
|
3195
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
3196
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
3197
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
3198
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
3199
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3200
|
+
id: z.ZodString;
|
|
3201
|
+
uaid: z.ZodString;
|
|
3202
|
+
registry: z.ZodString;
|
|
3203
|
+
name: z.ZodString;
|
|
3204
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3205
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3206
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3207
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3208
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3209
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
3210
|
+
version: z.ZodString;
|
|
3211
|
+
type: z.ZodNumber;
|
|
3212
|
+
display_name: z.ZodString;
|
|
3213
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
3214
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
3215
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
3216
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
3217
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
3218
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
3219
|
+
model: z.ZodOptional<z.ZodString>;
|
|
3220
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
3221
|
+
}, "strip", z.ZodTypeAny, {
|
|
3222
|
+
type?: AIAgentType;
|
|
3223
|
+
capabilities?: AIAgentCapability[];
|
|
3224
|
+
creator?: string;
|
|
3225
|
+
model?: string;
|
|
3226
|
+
}, {
|
|
3227
|
+
type?: AIAgentType;
|
|
3228
|
+
capabilities?: AIAgentCapability[];
|
|
3229
|
+
creator?: string;
|
|
3230
|
+
model?: string;
|
|
3231
|
+
}>>;
|
|
3232
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
3233
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
3234
|
+
type?: number;
|
|
3235
|
+
alias?: string;
|
|
3236
|
+
bio?: string;
|
|
3237
|
+
version?: string;
|
|
3238
|
+
display_name?: string;
|
|
3239
|
+
socials?: JsonValue[];
|
|
3240
|
+
uaid?: string;
|
|
3241
|
+
aiAgent?: {
|
|
3242
|
+
type?: AIAgentType;
|
|
3243
|
+
capabilities?: AIAgentCapability[];
|
|
3244
|
+
creator?: string;
|
|
3245
|
+
model?: string;
|
|
3246
|
+
};
|
|
3247
|
+
}, {
|
|
3248
|
+
type?: number;
|
|
3249
|
+
alias?: string;
|
|
3250
|
+
bio?: string;
|
|
3251
|
+
version?: string;
|
|
3252
|
+
display_name?: string;
|
|
3253
|
+
socials?: JsonValue[];
|
|
3254
|
+
uaid?: string;
|
|
3255
|
+
aiAgent?: {
|
|
3256
|
+
type?: AIAgentType;
|
|
3257
|
+
capabilities?: AIAgentCapability[];
|
|
3258
|
+
creator?: string;
|
|
3259
|
+
model?: string;
|
|
3260
|
+
};
|
|
3261
|
+
}>>;
|
|
3262
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3263
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
3264
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
3265
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3266
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3267
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
3268
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
3269
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
3270
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
3271
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
3272
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
3273
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3274
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3275
|
+
image: z.ZodOptional<z.ZodString>;
|
|
3276
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
3277
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
3278
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
3279
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
3280
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
3281
|
+
total: z.ZodNumber;
|
|
3282
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
3283
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
3284
|
+
}, "strip", z.ZodTypeAny, {
|
|
3285
|
+
limit?: number;
|
|
3286
|
+
hits?: z.objectOutputType<{
|
|
3287
|
+
id: z.ZodString;
|
|
3288
|
+
uaid: z.ZodString;
|
|
3289
|
+
registry: z.ZodString;
|
|
3290
|
+
name: z.ZodString;
|
|
3291
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3292
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3293
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3294
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3295
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3296
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
3297
|
+
version: z.ZodString;
|
|
3298
|
+
type: z.ZodNumber;
|
|
3299
|
+
display_name: z.ZodString;
|
|
3300
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
3301
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
3302
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
3303
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
3304
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
3305
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
3306
|
+
model: z.ZodOptional<z.ZodString>;
|
|
3307
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
3308
|
+
}, "strip", z.ZodTypeAny, {
|
|
3309
|
+
type?: AIAgentType;
|
|
3310
|
+
capabilities?: AIAgentCapability[];
|
|
3311
|
+
creator?: string;
|
|
3312
|
+
model?: string;
|
|
3313
|
+
}, {
|
|
3314
|
+
type?: AIAgentType;
|
|
3315
|
+
capabilities?: AIAgentCapability[];
|
|
3316
|
+
creator?: string;
|
|
3317
|
+
model?: string;
|
|
3318
|
+
}>>;
|
|
3319
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
3320
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
3321
|
+
type?: number;
|
|
3322
|
+
alias?: string;
|
|
3323
|
+
bio?: string;
|
|
3324
|
+
version?: string;
|
|
3325
|
+
display_name?: string;
|
|
3326
|
+
socials?: JsonValue[];
|
|
3327
|
+
uaid?: string;
|
|
3328
|
+
aiAgent?: {
|
|
3329
|
+
type?: AIAgentType;
|
|
3330
|
+
capabilities?: AIAgentCapability[];
|
|
3331
|
+
creator?: string;
|
|
3332
|
+
model?: string;
|
|
3333
|
+
};
|
|
3334
|
+
}, {
|
|
2760
3335
|
type?: number;
|
|
2761
3336
|
alias?: string;
|
|
2762
3337
|
bio?: string;
|
|
@@ -2769,28 +3344,66 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
|
|
|
2769
3344
|
capabilities?: AIAgentCapability[];
|
|
2770
3345
|
creator?: string;
|
|
2771
3346
|
model?: string;
|
|
2772
|
-
};
|
|
2773
|
-
}
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
3347
|
+
};
|
|
3348
|
+
}>>;
|
|
3349
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3350
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
3351
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
3352
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3353
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3354
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
3355
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
3356
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
3357
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
3358
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
3359
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
3360
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3361
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3362
|
+
image: z.ZodOptional<z.ZodString>;
|
|
3363
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
3364
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
3365
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
3366
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
3367
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
3368
|
+
total?: number;
|
|
3369
|
+
page?: number;
|
|
3370
|
+
}, {
|
|
3371
|
+
limit?: number;
|
|
3372
|
+
hits?: z.objectInputType<{
|
|
3373
|
+
id: z.ZodString;
|
|
3374
|
+
uaid: z.ZodString;
|
|
3375
|
+
registry: z.ZodString;
|
|
3376
|
+
name: z.ZodString;
|
|
3377
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3378
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3379
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3380
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3381
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3382
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
3383
|
+
version: z.ZodString;
|
|
3384
|
+
type: z.ZodNumber;
|
|
3385
|
+
display_name: z.ZodString;
|
|
3386
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
3387
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
3388
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
3389
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
3390
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
3391
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
3392
|
+
model: z.ZodOptional<z.ZodString>;
|
|
3393
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
3394
|
+
}, "strip", z.ZodTypeAny, {
|
|
3395
|
+
type?: AIAgentType;
|
|
3396
|
+
capabilities?: AIAgentCapability[];
|
|
3397
|
+
creator?: string;
|
|
3398
|
+
model?: string;
|
|
3399
|
+
}, {
|
|
3400
|
+
type?: AIAgentType;
|
|
3401
|
+
capabilities?: AIAgentCapability[];
|
|
3402
|
+
creator?: string;
|
|
3403
|
+
model?: string;
|
|
3404
|
+
}>>;
|
|
3405
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
3406
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
2794
3407
|
type?: number;
|
|
2795
3408
|
alias?: string;
|
|
2796
3409
|
bio?: string;
|
|
@@ -2804,26 +3417,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
|
|
|
2804
3417
|
creator?: string;
|
|
2805
3418
|
model?: string;
|
|
2806
3419
|
};
|
|
2807
|
-
}
|
|
2808
|
-
updatedAt?: string;
|
|
2809
|
-
lastSeen?: string;
|
|
2810
|
-
lastIndexed?: string;
|
|
2811
|
-
}[];
|
|
2812
|
-
total?: number;
|
|
2813
|
-
page?: number;
|
|
2814
|
-
}, {
|
|
2815
|
-
limit?: number;
|
|
2816
|
-
hits?: {
|
|
2817
|
-
metadata?: Record<string, JsonValue>;
|
|
2818
|
-
name?: string;
|
|
2819
|
-
capabilities?: (string | AIAgentCapability)[];
|
|
2820
|
-
uaid?: string;
|
|
2821
|
-
description?: string;
|
|
2822
|
-
createdAt?: string;
|
|
2823
|
-
id?: string;
|
|
2824
|
-
registry?: string;
|
|
2825
|
-
endpoints?: string[] | Record<string, JsonValue>;
|
|
2826
|
-
profile?: {
|
|
3420
|
+
}, {
|
|
2827
3421
|
type?: number;
|
|
2828
3422
|
alias?: string;
|
|
2829
3423
|
bio?: string;
|
|
@@ -2837,50 +3431,70 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
|
|
|
2837
3431
|
creator?: string;
|
|
2838
3432
|
model?: string;
|
|
2839
3433
|
};
|
|
2840
|
-
}
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
3434
|
+
}>>;
|
|
3435
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3436
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
3437
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
3438
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3439
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3440
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
3441
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
3442
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
3443
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
3444
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
3445
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
3446
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3447
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3448
|
+
image: z.ZodOptional<z.ZodString>;
|
|
3449
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
3450
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
3451
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
3452
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
3453
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
2845
3454
|
total?: number;
|
|
2846
3455
|
page?: number;
|
|
2847
3456
|
}>;
|
|
2848
3457
|
export declare const vectorSearchRequestSchema: z.ZodObject<{
|
|
2849
3458
|
query: z.ZodString;
|
|
2850
3459
|
filter: z.ZodOptional<z.ZodObject<{
|
|
2851
|
-
capabilities: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2852
|
-
type: z.ZodOptional<z.
|
|
3460
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "many">>;
|
|
3461
|
+
type: z.ZodOptional<z.ZodEnum<["ai-agents", "mcp-servers"]>>;
|
|
2853
3462
|
registry: z.ZodOptional<z.ZodString>;
|
|
2854
3463
|
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3464
|
+
adapter: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2855
3465
|
}, "strict", z.ZodTypeAny, {
|
|
2856
|
-
type?:
|
|
2857
|
-
capabilities?: string[];
|
|
3466
|
+
type?: "ai-agents" | "mcp-servers";
|
|
3467
|
+
capabilities?: (string | number)[];
|
|
2858
3468
|
registry?: string;
|
|
2859
3469
|
protocols?: string[];
|
|
3470
|
+
adapter?: string[];
|
|
2860
3471
|
}, {
|
|
2861
|
-
type?:
|
|
2862
|
-
capabilities?: string[];
|
|
3472
|
+
type?: "ai-agents" | "mcp-servers";
|
|
3473
|
+
capabilities?: (string | number)[];
|
|
2863
3474
|
registry?: string;
|
|
2864
3475
|
protocols?: string[];
|
|
3476
|
+
adapter?: string[];
|
|
2865
3477
|
}>>;
|
|
2866
3478
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
2867
3479
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
2868
3480
|
}, "strict", z.ZodTypeAny, {
|
|
2869
3481
|
filter?: {
|
|
2870
|
-
type?:
|
|
2871
|
-
capabilities?: string[];
|
|
3482
|
+
type?: "ai-agents" | "mcp-servers";
|
|
3483
|
+
capabilities?: (string | number)[];
|
|
2872
3484
|
registry?: string;
|
|
2873
3485
|
protocols?: string[];
|
|
3486
|
+
adapter?: string[];
|
|
2874
3487
|
};
|
|
2875
3488
|
limit?: number;
|
|
2876
3489
|
query?: string;
|
|
2877
3490
|
offset?: number;
|
|
2878
3491
|
}, {
|
|
2879
3492
|
filter?: {
|
|
2880
|
-
type?:
|
|
2881
|
-
capabilities?: string[];
|
|
3493
|
+
type?: "ai-agents" | "mcp-servers";
|
|
3494
|
+
capabilities?: (string | number)[];
|
|
2882
3495
|
registry?: string;
|
|
2883
3496
|
protocols?: string[];
|
|
3497
|
+
adapter?: string[];
|
|
2884
3498
|
};
|
|
2885
3499
|
limit?: number;
|
|
2886
3500
|
query?: string;
|
|
@@ -2897,6 +3511,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
2897
3511
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
2898
3512
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
2899
3513
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3514
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
2900
3515
|
profile: z.ZodOptional<z.ZodObject<{
|
|
2901
3516
|
version: z.ZodString;
|
|
2902
3517
|
type: z.ZodNumber;
|
|
@@ -2950,21 +3565,59 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
2950
3565
|
model?: string;
|
|
2951
3566
|
};
|
|
2952
3567
|
}>>;
|
|
3568
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3569
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
3570
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
3571
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3572
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3573
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
3574
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
3575
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
3576
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
3577
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
3578
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
3579
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3580
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3581
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2953
3582
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
2954
3583
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
2955
3584
|
lastSeen: z.ZodOptional<z.ZodString>;
|
|
2956
3585
|
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
2957
|
-
}, "
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
description
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
profile
|
|
3586
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3587
|
+
id: z.ZodString;
|
|
3588
|
+
uaid: z.ZodString;
|
|
3589
|
+
registry: z.ZodString;
|
|
3590
|
+
name: z.ZodString;
|
|
3591
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3592
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3593
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3594
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3595
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3596
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
3597
|
+
version: z.ZodString;
|
|
3598
|
+
type: z.ZodNumber;
|
|
3599
|
+
display_name: z.ZodString;
|
|
3600
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
3601
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
3602
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
3603
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
3604
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
3605
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
3606
|
+
model: z.ZodOptional<z.ZodString>;
|
|
3607
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
3608
|
+
}, "strip", z.ZodTypeAny, {
|
|
3609
|
+
type?: AIAgentType;
|
|
3610
|
+
capabilities?: AIAgentCapability[];
|
|
3611
|
+
creator?: string;
|
|
3612
|
+
model?: string;
|
|
3613
|
+
}, {
|
|
3614
|
+
type?: AIAgentType;
|
|
3615
|
+
capabilities?: AIAgentCapability[];
|
|
3616
|
+
creator?: string;
|
|
3617
|
+
model?: string;
|
|
3618
|
+
}>>;
|
|
3619
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
3620
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
2968
3621
|
type?: number;
|
|
2969
3622
|
alias?: string;
|
|
2970
3623
|
bio?: string;
|
|
@@ -2978,21 +3631,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
2978
3631
|
creator?: string;
|
|
2979
3632
|
model?: string;
|
|
2980
3633
|
};
|
|
2981
|
-
}
|
|
2982
|
-
updatedAt?: string;
|
|
2983
|
-
lastSeen?: string;
|
|
2984
|
-
lastIndexed?: string;
|
|
2985
|
-
}, {
|
|
2986
|
-
metadata?: Record<string, JsonValue>;
|
|
2987
|
-
name?: string;
|
|
2988
|
-
capabilities?: (string | AIAgentCapability)[];
|
|
2989
|
-
uaid?: string;
|
|
2990
|
-
description?: string;
|
|
2991
|
-
createdAt?: string;
|
|
2992
|
-
id?: string;
|
|
2993
|
-
registry?: string;
|
|
2994
|
-
endpoints?: string[] | Record<string, JsonValue>;
|
|
2995
|
-
profile?: {
|
|
3634
|
+
}, {
|
|
2996
3635
|
type?: number;
|
|
2997
3636
|
alias?: string;
|
|
2998
3637
|
bio?: string;
|
|
@@ -3006,15 +3645,112 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3006
3645
|
creator?: string;
|
|
3007
3646
|
model?: string;
|
|
3008
3647
|
};
|
|
3009
|
-
}
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3648
|
+
}>>;
|
|
3649
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3650
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
3651
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
3652
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3653
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3654
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
3655
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
3656
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
3657
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
3658
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
3659
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
3660
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3661
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3662
|
+
image: z.ZodOptional<z.ZodString>;
|
|
3663
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
3664
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
3665
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
3666
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
3667
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3668
|
+
id: z.ZodString;
|
|
3669
|
+
uaid: z.ZodString;
|
|
3670
|
+
registry: z.ZodString;
|
|
3671
|
+
name: z.ZodString;
|
|
3672
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3673
|
+
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3674
|
+
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3675
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3676
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3677
|
+
profile: z.ZodOptional<z.ZodObject<{
|
|
3678
|
+
version: z.ZodString;
|
|
3679
|
+
type: z.ZodNumber;
|
|
3680
|
+
display_name: z.ZodString;
|
|
3681
|
+
alias: z.ZodOptional<z.ZodString>;
|
|
3682
|
+
bio: z.ZodOptional<z.ZodString>;
|
|
3683
|
+
socials: z.ZodOptional<z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>;
|
|
3684
|
+
aiAgent: z.ZodOptional<z.ZodObject<{
|
|
3685
|
+
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
3686
|
+
creator: z.ZodOptional<z.ZodString>;
|
|
3687
|
+
model: z.ZodOptional<z.ZodString>;
|
|
3688
|
+
capabilities: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AIAgentCapability>, "many">>;
|
|
3689
|
+
}, "strip", z.ZodTypeAny, {
|
|
3690
|
+
type?: AIAgentType;
|
|
3691
|
+
capabilities?: AIAgentCapability[];
|
|
3692
|
+
creator?: string;
|
|
3693
|
+
model?: string;
|
|
3694
|
+
}, {
|
|
3695
|
+
type?: AIAgentType;
|
|
3696
|
+
capabilities?: AIAgentCapability[];
|
|
3697
|
+
creator?: string;
|
|
3698
|
+
model?: string;
|
|
3699
|
+
}>>;
|
|
3700
|
+
uaid: z.ZodOptional<z.ZodString>;
|
|
3701
|
+
}, "strip", z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, {
|
|
3702
|
+
type?: number;
|
|
3703
|
+
alias?: string;
|
|
3704
|
+
bio?: string;
|
|
3705
|
+
version?: string;
|
|
3706
|
+
display_name?: string;
|
|
3707
|
+
socials?: JsonValue[];
|
|
3708
|
+
uaid?: string;
|
|
3709
|
+
aiAgent?: {
|
|
3710
|
+
type?: AIAgentType;
|
|
3711
|
+
capabilities?: AIAgentCapability[];
|
|
3712
|
+
creator?: string;
|
|
3713
|
+
model?: string;
|
|
3714
|
+
};
|
|
3715
|
+
}, {
|
|
3716
|
+
type?: number;
|
|
3717
|
+
alias?: string;
|
|
3718
|
+
bio?: string;
|
|
3719
|
+
version?: string;
|
|
3720
|
+
display_name?: string;
|
|
3721
|
+
socials?: JsonValue[];
|
|
3722
|
+
uaid?: string;
|
|
3723
|
+
aiAgent?: {
|
|
3724
|
+
type?: AIAgentType;
|
|
3725
|
+
capabilities?: AIAgentCapability[];
|
|
3726
|
+
creator?: string;
|
|
3727
|
+
model?: string;
|
|
3728
|
+
};
|
|
3729
|
+
}>>;
|
|
3730
|
+
protocols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3731
|
+
adapter: z.ZodOptional<z.ZodString>;
|
|
3732
|
+
originalId: z.ZodOptional<z.ZodString>;
|
|
3733
|
+
communicationSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3734
|
+
routingSupported: z.ZodOptional<z.ZodBoolean>;
|
|
3735
|
+
available: z.ZodOptional<z.ZodBoolean>;
|
|
3736
|
+
availabilityStatus: z.ZodOptional<z.ZodString>;
|
|
3737
|
+
availabilityCheckedAt: z.ZodOptional<z.ZodString>;
|
|
3738
|
+
availabilitySource: z.ZodOptional<z.ZodString>;
|
|
3739
|
+
availabilityLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
3740
|
+
availabilityScore: z.ZodOptional<z.ZodNumber>;
|
|
3741
|
+
capabilityLabels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3742
|
+
capabilityTokens: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3743
|
+
image: z.ZodOptional<z.ZodString>;
|
|
3744
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
3745
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
3746
|
+
lastSeen: z.ZodOptional<z.ZodString>;
|
|
3747
|
+
lastIndexed: z.ZodOptional<z.ZodString>;
|
|
3748
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
3014
3749
|
score: z.ZodOptional<z.ZodNumber>;
|
|
3015
3750
|
highlights: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
|
|
3016
3751
|
}, "strip", z.ZodTypeAny, {
|
|
3017
3752
|
agent?: {
|
|
3753
|
+
image?: string;
|
|
3018
3754
|
metadata?: Record<string, JsonValue>;
|
|
3019
3755
|
name?: string;
|
|
3020
3756
|
capabilities?: (string | AIAgentCapability)[];
|
|
@@ -3024,6 +3760,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3024
3760
|
id?: string;
|
|
3025
3761
|
registry?: string;
|
|
3026
3762
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3763
|
+
metadataFacet?: Record<string, JsonValue[]>;
|
|
3027
3764
|
profile?: {
|
|
3028
3765
|
type?: number;
|
|
3029
3766
|
alias?: string;
|
|
@@ -3039,14 +3776,30 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3039
3776
|
model?: string;
|
|
3040
3777
|
};
|
|
3041
3778
|
};
|
|
3779
|
+
protocols?: string[];
|
|
3780
|
+
adapter?: string;
|
|
3781
|
+
originalId?: string;
|
|
3782
|
+
communicationSupported?: boolean;
|
|
3783
|
+
routingSupported?: boolean;
|
|
3784
|
+
available?: boolean;
|
|
3785
|
+
availabilityStatus?: string;
|
|
3786
|
+
availabilityCheckedAt?: string;
|
|
3787
|
+
availabilitySource?: string;
|
|
3788
|
+
availabilityLatencyMs?: number;
|
|
3789
|
+
availabilityScore?: number;
|
|
3790
|
+
capabilityLabels?: string[];
|
|
3791
|
+
capabilityTokens?: string[];
|
|
3042
3792
|
updatedAt?: string;
|
|
3043
3793
|
lastSeen?: string;
|
|
3044
3794
|
lastIndexed?: string;
|
|
3795
|
+
} & {
|
|
3796
|
+
[k: string]: unknown;
|
|
3045
3797
|
};
|
|
3046
3798
|
score?: number;
|
|
3047
3799
|
highlights?: Record<string, string[]>;
|
|
3048
3800
|
}, {
|
|
3049
3801
|
agent?: {
|
|
3802
|
+
image?: string;
|
|
3050
3803
|
metadata?: Record<string, JsonValue>;
|
|
3051
3804
|
name?: string;
|
|
3052
3805
|
capabilities?: (string | AIAgentCapability)[];
|
|
@@ -3056,6 +3809,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3056
3809
|
id?: string;
|
|
3057
3810
|
registry?: string;
|
|
3058
3811
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3812
|
+
metadataFacet?: Record<string, JsonValue[]>;
|
|
3059
3813
|
profile?: {
|
|
3060
3814
|
type?: number;
|
|
3061
3815
|
alias?: string;
|
|
@@ -3071,19 +3825,38 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3071
3825
|
model?: string;
|
|
3072
3826
|
};
|
|
3073
3827
|
};
|
|
3828
|
+
protocols?: string[];
|
|
3829
|
+
adapter?: string;
|
|
3830
|
+
originalId?: string;
|
|
3831
|
+
communicationSupported?: boolean;
|
|
3832
|
+
routingSupported?: boolean;
|
|
3833
|
+
available?: boolean;
|
|
3834
|
+
availabilityStatus?: string;
|
|
3835
|
+
availabilityCheckedAt?: string;
|
|
3836
|
+
availabilitySource?: string;
|
|
3837
|
+
availabilityLatencyMs?: number;
|
|
3838
|
+
availabilityScore?: number;
|
|
3839
|
+
capabilityLabels?: string[];
|
|
3840
|
+
capabilityTokens?: string[];
|
|
3074
3841
|
updatedAt?: string;
|
|
3075
3842
|
lastSeen?: string;
|
|
3076
3843
|
lastIndexed?: string;
|
|
3844
|
+
} & {
|
|
3845
|
+
[k: string]: unknown;
|
|
3077
3846
|
};
|
|
3078
3847
|
score?: number;
|
|
3079
3848
|
highlights?: Record<string, string[]>;
|
|
3080
3849
|
}>, "many">;
|
|
3081
3850
|
total: z.ZodNumber;
|
|
3082
3851
|
took: z.ZodNumber;
|
|
3852
|
+
totalAvailable: z.ZodOptional<z.ZodNumber>;
|
|
3853
|
+
visible: z.ZodOptional<z.ZodNumber>;
|
|
3854
|
+
limited: z.ZodOptional<z.ZodBoolean>;
|
|
3083
3855
|
credits_used: z.ZodOptional<z.ZodNumber>;
|
|
3084
3856
|
}, "strip", z.ZodTypeAny, {
|
|
3085
3857
|
hits?: {
|
|
3086
3858
|
agent?: {
|
|
3859
|
+
image?: string;
|
|
3087
3860
|
metadata?: Record<string, JsonValue>;
|
|
3088
3861
|
name?: string;
|
|
3089
3862
|
capabilities?: (string | AIAgentCapability)[];
|
|
@@ -3093,6 +3866,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3093
3866
|
id?: string;
|
|
3094
3867
|
registry?: string;
|
|
3095
3868
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3869
|
+
metadataFacet?: Record<string, JsonValue[]>;
|
|
3096
3870
|
profile?: {
|
|
3097
3871
|
type?: number;
|
|
3098
3872
|
alias?: string;
|
|
@@ -3108,19 +3882,38 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3108
3882
|
model?: string;
|
|
3109
3883
|
};
|
|
3110
3884
|
};
|
|
3885
|
+
protocols?: string[];
|
|
3886
|
+
adapter?: string;
|
|
3887
|
+
originalId?: string;
|
|
3888
|
+
communicationSupported?: boolean;
|
|
3889
|
+
routingSupported?: boolean;
|
|
3890
|
+
available?: boolean;
|
|
3891
|
+
availabilityStatus?: string;
|
|
3892
|
+
availabilityCheckedAt?: string;
|
|
3893
|
+
availabilitySource?: string;
|
|
3894
|
+
availabilityLatencyMs?: number;
|
|
3895
|
+
availabilityScore?: number;
|
|
3896
|
+
capabilityLabels?: string[];
|
|
3897
|
+
capabilityTokens?: string[];
|
|
3111
3898
|
updatedAt?: string;
|
|
3112
3899
|
lastSeen?: string;
|
|
3113
3900
|
lastIndexed?: string;
|
|
3901
|
+
} & {
|
|
3902
|
+
[k: string]: unknown;
|
|
3114
3903
|
};
|
|
3115
3904
|
score?: number;
|
|
3116
3905
|
highlights?: Record<string, string[]>;
|
|
3117
3906
|
}[];
|
|
3118
3907
|
total?: number;
|
|
3119
3908
|
took?: number;
|
|
3909
|
+
totalAvailable?: number;
|
|
3910
|
+
visible?: number;
|
|
3911
|
+
limited?: boolean;
|
|
3120
3912
|
credits_used?: number;
|
|
3121
3913
|
}, {
|
|
3122
3914
|
hits?: {
|
|
3123
3915
|
agent?: {
|
|
3916
|
+
image?: string;
|
|
3124
3917
|
metadata?: Record<string, JsonValue>;
|
|
3125
3918
|
name?: string;
|
|
3126
3919
|
capabilities?: (string | AIAgentCapability)[];
|
|
@@ -3130,6 +3923,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3130
3923
|
id?: string;
|
|
3131
3924
|
registry?: string;
|
|
3132
3925
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3926
|
+
metadataFacet?: Record<string, JsonValue[]>;
|
|
3133
3927
|
profile?: {
|
|
3134
3928
|
type?: number;
|
|
3135
3929
|
alias?: string;
|
|
@@ -3145,17 +3939,108 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3145
3939
|
model?: string;
|
|
3146
3940
|
};
|
|
3147
3941
|
};
|
|
3942
|
+
protocols?: string[];
|
|
3943
|
+
adapter?: string;
|
|
3944
|
+
originalId?: string;
|
|
3945
|
+
communicationSupported?: boolean;
|
|
3946
|
+
routingSupported?: boolean;
|
|
3947
|
+
available?: boolean;
|
|
3948
|
+
availabilityStatus?: string;
|
|
3949
|
+
availabilityCheckedAt?: string;
|
|
3950
|
+
availabilitySource?: string;
|
|
3951
|
+
availabilityLatencyMs?: number;
|
|
3952
|
+
availabilityScore?: number;
|
|
3953
|
+
capabilityLabels?: string[];
|
|
3954
|
+
capabilityTokens?: string[];
|
|
3148
3955
|
updatedAt?: string;
|
|
3149
3956
|
lastSeen?: string;
|
|
3150
3957
|
lastIndexed?: string;
|
|
3958
|
+
} & {
|
|
3959
|
+
[k: string]: unknown;
|
|
3151
3960
|
};
|
|
3152
3961
|
score?: number;
|
|
3153
3962
|
highlights?: Record<string, string[]>;
|
|
3154
3963
|
}[];
|
|
3155
3964
|
total?: number;
|
|
3156
3965
|
took?: number;
|
|
3966
|
+
totalAvailable?: number;
|
|
3967
|
+
visible?: number;
|
|
3968
|
+
limited?: boolean;
|
|
3157
3969
|
credits_used?: number;
|
|
3158
3970
|
}>;
|
|
3971
|
+
export declare const searchStatusResponseSchema: z.ZodObject<{
|
|
3972
|
+
storageMode: z.ZodString;
|
|
3973
|
+
vectorStatus: z.ZodObject<{
|
|
3974
|
+
enabled: z.ZodBoolean;
|
|
3975
|
+
healthy: z.ZodBoolean;
|
|
3976
|
+
mode: z.ZodEnum<["disabled", "initializing", "healthy", "degraded", "error"]>;
|
|
3977
|
+
lastUpdated: z.ZodString;
|
|
3978
|
+
details: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3979
|
+
lastError: z.ZodOptional<z.ZodObject<{
|
|
3980
|
+
message: z.ZodString;
|
|
3981
|
+
stack: z.ZodOptional<z.ZodString>;
|
|
3982
|
+
timestamp: z.ZodOptional<z.ZodString>;
|
|
3983
|
+
}, "strip", z.ZodTypeAny, {
|
|
3984
|
+
message?: string;
|
|
3985
|
+
timestamp?: string;
|
|
3986
|
+
stack?: string;
|
|
3987
|
+
}, {
|
|
3988
|
+
message?: string;
|
|
3989
|
+
timestamp?: string;
|
|
3990
|
+
stack?: string;
|
|
3991
|
+
}>>;
|
|
3992
|
+
}, "strip", z.ZodTypeAny, {
|
|
3993
|
+
details?: Record<string, any>;
|
|
3994
|
+
mode?: "error" | "healthy" | "disabled" | "initializing" | "degraded";
|
|
3995
|
+
enabled?: boolean;
|
|
3996
|
+
healthy?: boolean;
|
|
3997
|
+
lastUpdated?: string;
|
|
3998
|
+
lastError?: {
|
|
3999
|
+
message?: string;
|
|
4000
|
+
timestamp?: string;
|
|
4001
|
+
stack?: string;
|
|
4002
|
+
};
|
|
4003
|
+
}, {
|
|
4004
|
+
details?: Record<string, any>;
|
|
4005
|
+
mode?: "error" | "healthy" | "disabled" | "initializing" | "degraded";
|
|
4006
|
+
enabled?: boolean;
|
|
4007
|
+
healthy?: boolean;
|
|
4008
|
+
lastUpdated?: string;
|
|
4009
|
+
lastError?: {
|
|
4010
|
+
message?: string;
|
|
4011
|
+
timestamp?: string;
|
|
4012
|
+
stack?: string;
|
|
4013
|
+
};
|
|
4014
|
+
}>;
|
|
4015
|
+
}, "strip", z.ZodTypeAny, {
|
|
4016
|
+
storageMode?: string;
|
|
4017
|
+
vectorStatus?: {
|
|
4018
|
+
details?: Record<string, any>;
|
|
4019
|
+
mode?: "error" | "healthy" | "disabled" | "initializing" | "degraded";
|
|
4020
|
+
enabled?: boolean;
|
|
4021
|
+
healthy?: boolean;
|
|
4022
|
+
lastUpdated?: string;
|
|
4023
|
+
lastError?: {
|
|
4024
|
+
message?: string;
|
|
4025
|
+
timestamp?: string;
|
|
4026
|
+
stack?: string;
|
|
4027
|
+
};
|
|
4028
|
+
};
|
|
4029
|
+
}, {
|
|
4030
|
+
storageMode?: string;
|
|
4031
|
+
vectorStatus?: {
|
|
4032
|
+
details?: Record<string, any>;
|
|
4033
|
+
mode?: "error" | "healthy" | "disabled" | "initializing" | "degraded";
|
|
4034
|
+
enabled?: boolean;
|
|
4035
|
+
healthy?: boolean;
|
|
4036
|
+
lastUpdated?: string;
|
|
4037
|
+
lastError?: {
|
|
4038
|
+
message?: string;
|
|
4039
|
+
timestamp?: string;
|
|
4040
|
+
stack?: string;
|
|
4041
|
+
};
|
|
4042
|
+
};
|
|
4043
|
+
}>;
|
|
3159
4044
|
export declare const websocketStatsResponseSchema: z.ZodObject<{
|
|
3160
4045
|
clients: z.ZodNumber;
|
|
3161
4046
|
stats: z.ZodObject<{
|
|
@@ -3460,6 +4345,7 @@ export declare const uaidConnectionStatusSchema: z.ZodObject<{
|
|
|
3460
4345
|
adapter: z.ZodOptional<z.ZodString>;
|
|
3461
4346
|
agentId: z.ZodOptional<z.ZodString>;
|
|
3462
4347
|
}, "strip", z.ZodTypeAny, {
|
|
4348
|
+
adapter?: string;
|
|
3463
4349
|
agentId?: string;
|
|
3464
4350
|
connected?: boolean;
|
|
3465
4351
|
connection?: {
|
|
@@ -3471,8 +4357,8 @@ export declare const uaidConnectionStatusSchema: z.ZodObject<{
|
|
|
3471
4357
|
agentId?: string;
|
|
3472
4358
|
endpoint?: string;
|
|
3473
4359
|
};
|
|
3474
|
-
adapter?: string;
|
|
3475
4360
|
}, {
|
|
4361
|
+
adapter?: string;
|
|
3476
4362
|
agentId?: string;
|
|
3477
4363
|
connected?: boolean;
|
|
3478
4364
|
connection?: {
|
|
@@ -3484,7 +4370,6 @@ export declare const uaidConnectionStatusSchema: z.ZodObject<{
|
|
|
3484
4370
|
agentId?: string;
|
|
3485
4371
|
endpoint?: string;
|
|
3486
4372
|
};
|
|
3487
|
-
adapter?: string;
|
|
3488
4373
|
}>;
|
|
3489
4374
|
export declare const dashboardStatsResponseSchema: z.ZodObject<{
|
|
3490
4375
|
operatorId: z.ZodOptional<z.ZodString>;
|
|
@@ -8958,6 +9843,7 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
8958
9843
|
error?: string;
|
|
8959
9844
|
label?: string;
|
|
8960
9845
|
metadata?: Record<string, JsonValue>;
|
|
9846
|
+
lastUpdated?: string;
|
|
8961
9847
|
agentId?: string;
|
|
8962
9848
|
agentUri?: string;
|
|
8963
9849
|
registryKey?: string;
|
|
@@ -8966,12 +9852,12 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
8966
9852
|
chainId?: number;
|
|
8967
9853
|
credits?: number;
|
|
8968
9854
|
registryId?: string;
|
|
8969
|
-
lastUpdated?: string;
|
|
8970
9855
|
}, {
|
|
8971
9856
|
status?: "pending" | "failed" | "completed" | "in_progress";
|
|
8972
9857
|
error?: string;
|
|
8973
9858
|
label?: string;
|
|
8974
9859
|
metadata?: Record<string, JsonValue>;
|
|
9860
|
+
lastUpdated?: string;
|
|
8975
9861
|
agentId?: string;
|
|
8976
9862
|
agentUri?: string;
|
|
8977
9863
|
registryKey?: string;
|
|
@@ -8980,7 +9866,6 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
8980
9866
|
chainId?: number;
|
|
8981
9867
|
credits?: number;
|
|
8982
9868
|
registryId?: string;
|
|
8983
|
-
lastUpdated?: string;
|
|
8984
9869
|
}>>;
|
|
8985
9870
|
errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8986
9871
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8996,6 +9881,7 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
8996
9881
|
error?: string;
|
|
8997
9882
|
label?: string;
|
|
8998
9883
|
metadata?: Record<string, JsonValue>;
|
|
9884
|
+
lastUpdated?: string;
|
|
8999
9885
|
agentId?: string;
|
|
9000
9886
|
agentUri?: string;
|
|
9001
9887
|
registryKey?: string;
|
|
@@ -9004,7 +9890,6 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9004
9890
|
chainId?: number;
|
|
9005
9891
|
credits?: number;
|
|
9006
9892
|
registryId?: string;
|
|
9007
|
-
lastUpdated?: string;
|
|
9008
9893
|
}>;
|
|
9009
9894
|
registryNamespace?: string;
|
|
9010
9895
|
startedAt?: string;
|
|
@@ -9027,6 +9912,7 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9027
9912
|
error?: string;
|
|
9028
9913
|
label?: string;
|
|
9029
9914
|
metadata?: Record<string, JsonValue>;
|
|
9915
|
+
lastUpdated?: string;
|
|
9030
9916
|
agentId?: string;
|
|
9031
9917
|
agentUri?: string;
|
|
9032
9918
|
registryKey?: string;
|
|
@@ -9035,7 +9921,6 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9035
9921
|
chainId?: number;
|
|
9036
9922
|
credits?: number;
|
|
9037
9923
|
registryId?: string;
|
|
9038
|
-
lastUpdated?: string;
|
|
9039
9924
|
}>;
|
|
9040
9925
|
registryNamespace?: string;
|
|
9041
9926
|
startedAt?: string;
|
|
@@ -9060,6 +9945,7 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9060
9945
|
error?: string;
|
|
9061
9946
|
label?: string;
|
|
9062
9947
|
metadata?: Record<string, JsonValue>;
|
|
9948
|
+
lastUpdated?: string;
|
|
9063
9949
|
agentId?: string;
|
|
9064
9950
|
agentUri?: string;
|
|
9065
9951
|
registryKey?: string;
|
|
@@ -9068,7 +9954,6 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9068
9954
|
chainId?: number;
|
|
9069
9955
|
credits?: number;
|
|
9070
9956
|
registryId?: string;
|
|
9071
|
-
lastUpdated?: string;
|
|
9072
9957
|
}>;
|
|
9073
9958
|
registryNamespace?: string;
|
|
9074
9959
|
startedAt?: string;
|
|
@@ -9093,6 +9978,7 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9093
9978
|
error?: string;
|
|
9094
9979
|
label?: string;
|
|
9095
9980
|
metadata?: Record<string, JsonValue>;
|
|
9981
|
+
lastUpdated?: string;
|
|
9096
9982
|
agentId?: string;
|
|
9097
9983
|
agentUri?: string;
|
|
9098
9984
|
registryKey?: string;
|
|
@@ -9101,7 +9987,6 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9101
9987
|
chainId?: number;
|
|
9102
9988
|
credits?: number;
|
|
9103
9989
|
registryId?: string;
|
|
9104
|
-
lastUpdated?: string;
|
|
9105
9990
|
}>;
|
|
9106
9991
|
registryNamespace?: string;
|
|
9107
9992
|
startedAt?: string;
|
|
@@ -9132,6 +10017,7 @@ export declare const registrationProgressAdditionalEntrySchema: z.ZodObject<{
|
|
|
9132
10017
|
error?: string;
|
|
9133
10018
|
label?: string;
|
|
9134
10019
|
metadata?: Record<string, JsonValue>;
|
|
10020
|
+
lastUpdated?: string;
|
|
9135
10021
|
agentId?: string;
|
|
9136
10022
|
agentUri?: string;
|
|
9137
10023
|
registryKey?: string;
|
|
@@ -9140,12 +10026,12 @@ export declare const registrationProgressAdditionalEntrySchema: z.ZodObject<{
|
|
|
9140
10026
|
chainId?: number;
|
|
9141
10027
|
credits?: number;
|
|
9142
10028
|
registryId?: string;
|
|
9143
|
-
lastUpdated?: string;
|
|
9144
10029
|
}, {
|
|
9145
10030
|
status?: "pending" | "failed" | "completed" | "in_progress";
|
|
9146
10031
|
error?: string;
|
|
9147
10032
|
label?: string;
|
|
9148
10033
|
metadata?: Record<string, JsonValue>;
|
|
10034
|
+
lastUpdated?: string;
|
|
9149
10035
|
agentId?: string;
|
|
9150
10036
|
agentUri?: string;
|
|
9151
10037
|
registryKey?: string;
|
|
@@ -9154,7 +10040,6 @@ export declare const registrationProgressAdditionalEntrySchema: z.ZodObject<{
|
|
|
9154
10040
|
chainId?: number;
|
|
9155
10041
|
credits?: number;
|
|
9156
10042
|
registryId?: string;
|
|
9157
|
-
lastUpdated?: string;
|
|
9158
10043
|
}>;
|
|
9159
10044
|
export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
9160
10045
|
attemptId: z.ZodString;
|
|
@@ -9198,6 +10083,7 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
9198
10083
|
error?: string;
|
|
9199
10084
|
label?: string;
|
|
9200
10085
|
metadata?: Record<string, JsonValue>;
|
|
10086
|
+
lastUpdated?: string;
|
|
9201
10087
|
agentId?: string;
|
|
9202
10088
|
agentUri?: string;
|
|
9203
10089
|
registryKey?: string;
|
|
@@ -9206,12 +10092,12 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
9206
10092
|
chainId?: number;
|
|
9207
10093
|
credits?: number;
|
|
9208
10094
|
registryId?: string;
|
|
9209
|
-
lastUpdated?: string;
|
|
9210
10095
|
}, {
|
|
9211
10096
|
status?: "pending" | "failed" | "completed" | "in_progress";
|
|
9212
10097
|
error?: string;
|
|
9213
10098
|
label?: string;
|
|
9214
10099
|
metadata?: Record<string, JsonValue>;
|
|
10100
|
+
lastUpdated?: string;
|
|
9215
10101
|
agentId?: string;
|
|
9216
10102
|
agentUri?: string;
|
|
9217
10103
|
registryKey?: string;
|
|
@@ -9220,7 +10106,6 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
9220
10106
|
chainId?: number;
|
|
9221
10107
|
credits?: number;
|
|
9222
10108
|
registryId?: string;
|
|
9223
|
-
lastUpdated?: string;
|
|
9224
10109
|
}>>;
|
|
9225
10110
|
errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
9226
10111
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9236,6 +10121,7 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
9236
10121
|
error?: string;
|
|
9237
10122
|
label?: string;
|
|
9238
10123
|
metadata?: Record<string, JsonValue>;
|
|
10124
|
+
lastUpdated?: string;
|
|
9239
10125
|
agentId?: string;
|
|
9240
10126
|
agentUri?: string;
|
|
9241
10127
|
registryKey?: string;
|
|
@@ -9244,7 +10130,6 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
9244
10130
|
chainId?: number;
|
|
9245
10131
|
credits?: number;
|
|
9246
10132
|
registryId?: string;
|
|
9247
|
-
lastUpdated?: string;
|
|
9248
10133
|
}>;
|
|
9249
10134
|
registryNamespace?: string;
|
|
9250
10135
|
startedAt?: string;
|
|
@@ -9267,6 +10152,7 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
9267
10152
|
error?: string;
|
|
9268
10153
|
label?: string;
|
|
9269
10154
|
metadata?: Record<string, JsonValue>;
|
|
10155
|
+
lastUpdated?: string;
|
|
9270
10156
|
agentId?: string;
|
|
9271
10157
|
agentUri?: string;
|
|
9272
10158
|
registryKey?: string;
|
|
@@ -9275,7 +10161,6 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
9275
10161
|
chainId?: number;
|
|
9276
10162
|
credits?: number;
|
|
9277
10163
|
registryId?: string;
|
|
9278
|
-
lastUpdated?: string;
|
|
9279
10164
|
}>;
|
|
9280
10165
|
registryNamespace?: string;
|
|
9281
10166
|
startedAt?: string;
|