@oxyhq/contracts 0.2.0 → 0.2.1
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/.tsbuildinfo +1 -1
- package/dist/cjs/userResponse.js +0 -11
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/userResponse.js +0 -11
- package/dist/types/.tsbuildinfo +1 -1
- package/dist/types/recommendations.d.ts +6 -96
- package/dist/types/userResponse.d.ts +50 -435
- package/package.json +2 -1
|
@@ -181,22 +181,7 @@ export type RecommendationCount = z.infer<typeof recommendationCountSchema>;
|
|
|
181
181
|
export declare const recommendationItemSchema: z.ZodObject<{
|
|
182
182
|
id: z.ZodString;
|
|
183
183
|
username: z.ZodOptional<z.ZodString>;
|
|
184
|
-
name: z.
|
|
185
|
-
first: z.ZodOptional<z.ZodString>;
|
|
186
|
-
last: z.ZodOptional<z.ZodString>;
|
|
187
|
-
full: z.ZodOptional<z.ZodString>;
|
|
188
|
-
displayName: z.ZodString;
|
|
189
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
190
|
-
first: z.ZodOptional<z.ZodString>;
|
|
191
|
-
last: z.ZodOptional<z.ZodString>;
|
|
192
|
-
full: z.ZodOptional<z.ZodString>;
|
|
193
|
-
displayName: z.ZodString;
|
|
194
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
195
|
-
first: z.ZodOptional<z.ZodString>;
|
|
196
|
-
last: z.ZodOptional<z.ZodString>;
|
|
197
|
-
full: z.ZodOptional<z.ZodString>;
|
|
198
|
-
displayName: z.ZodString;
|
|
199
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
184
|
+
name: z.ZodType<import("./userResponse").UserNameResponse, z.ZodTypeDef, import("./userResponse").UserNameResponse>;
|
|
200
185
|
avatar: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
201
186
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
202
187
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -221,22 +206,7 @@ export declare const recommendationItemSchema: z.ZodObject<{
|
|
|
221
206
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
222
207
|
id: z.ZodString;
|
|
223
208
|
username: z.ZodOptional<z.ZodString>;
|
|
224
|
-
name: z.
|
|
225
|
-
first: z.ZodOptional<z.ZodString>;
|
|
226
|
-
last: z.ZodOptional<z.ZodString>;
|
|
227
|
-
full: z.ZodOptional<z.ZodString>;
|
|
228
|
-
displayName: z.ZodString;
|
|
229
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
230
|
-
first: z.ZodOptional<z.ZodString>;
|
|
231
|
-
last: z.ZodOptional<z.ZodString>;
|
|
232
|
-
full: z.ZodOptional<z.ZodString>;
|
|
233
|
-
displayName: z.ZodString;
|
|
234
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
235
|
-
first: z.ZodOptional<z.ZodString>;
|
|
236
|
-
last: z.ZodOptional<z.ZodString>;
|
|
237
|
-
full: z.ZodOptional<z.ZodString>;
|
|
238
|
-
displayName: z.ZodString;
|
|
239
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
209
|
+
name: z.ZodType<import("./userResponse").UserNameResponse, z.ZodTypeDef, import("./userResponse").UserNameResponse>;
|
|
240
210
|
avatar: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
241
211
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
242
212
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -261,22 +231,7 @@ export declare const recommendationItemSchema: z.ZodObject<{
|
|
|
261
231
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
262
232
|
id: z.ZodString;
|
|
263
233
|
username: z.ZodOptional<z.ZodString>;
|
|
264
|
-
name: z.
|
|
265
|
-
first: z.ZodOptional<z.ZodString>;
|
|
266
|
-
last: z.ZodOptional<z.ZodString>;
|
|
267
|
-
full: z.ZodOptional<z.ZodString>;
|
|
268
|
-
displayName: z.ZodString;
|
|
269
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
270
|
-
first: z.ZodOptional<z.ZodString>;
|
|
271
|
-
last: z.ZodOptional<z.ZodString>;
|
|
272
|
-
full: z.ZodOptional<z.ZodString>;
|
|
273
|
-
displayName: z.ZodString;
|
|
274
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
275
|
-
first: z.ZodOptional<z.ZodString>;
|
|
276
|
-
last: z.ZodOptional<z.ZodString>;
|
|
277
|
-
full: z.ZodOptional<z.ZodString>;
|
|
278
|
-
displayName: z.ZodString;
|
|
279
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
234
|
+
name: z.ZodType<import("./userResponse").UserNameResponse, z.ZodTypeDef, import("./userResponse").UserNameResponse>;
|
|
280
235
|
avatar: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
281
236
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
282
237
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -304,22 +259,7 @@ export type RecommendationItem = z.infer<typeof recommendationItemSchema>;
|
|
|
304
259
|
export declare const recommendationResponseSchema: z.ZodArray<z.ZodObject<{
|
|
305
260
|
id: z.ZodString;
|
|
306
261
|
username: z.ZodOptional<z.ZodString>;
|
|
307
|
-
name: z.
|
|
308
|
-
first: z.ZodOptional<z.ZodString>;
|
|
309
|
-
last: z.ZodOptional<z.ZodString>;
|
|
310
|
-
full: z.ZodOptional<z.ZodString>;
|
|
311
|
-
displayName: z.ZodString;
|
|
312
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
313
|
-
first: z.ZodOptional<z.ZodString>;
|
|
314
|
-
last: z.ZodOptional<z.ZodString>;
|
|
315
|
-
full: z.ZodOptional<z.ZodString>;
|
|
316
|
-
displayName: z.ZodString;
|
|
317
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
318
|
-
first: z.ZodOptional<z.ZodString>;
|
|
319
|
-
last: z.ZodOptional<z.ZodString>;
|
|
320
|
-
full: z.ZodOptional<z.ZodString>;
|
|
321
|
-
displayName: z.ZodString;
|
|
322
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
262
|
+
name: z.ZodType<import("./userResponse").UserNameResponse, z.ZodTypeDef, import("./userResponse").UserNameResponse>;
|
|
323
263
|
avatar: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
324
264
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
325
265
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -344,22 +284,7 @@ export declare const recommendationResponseSchema: z.ZodArray<z.ZodObject<{
|
|
|
344
284
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
345
285
|
id: z.ZodString;
|
|
346
286
|
username: z.ZodOptional<z.ZodString>;
|
|
347
|
-
name: z.
|
|
348
|
-
first: z.ZodOptional<z.ZodString>;
|
|
349
|
-
last: z.ZodOptional<z.ZodString>;
|
|
350
|
-
full: z.ZodOptional<z.ZodString>;
|
|
351
|
-
displayName: z.ZodString;
|
|
352
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
353
|
-
first: z.ZodOptional<z.ZodString>;
|
|
354
|
-
last: z.ZodOptional<z.ZodString>;
|
|
355
|
-
full: z.ZodOptional<z.ZodString>;
|
|
356
|
-
displayName: z.ZodString;
|
|
357
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
358
|
-
first: z.ZodOptional<z.ZodString>;
|
|
359
|
-
last: z.ZodOptional<z.ZodString>;
|
|
360
|
-
full: z.ZodOptional<z.ZodString>;
|
|
361
|
-
displayName: z.ZodString;
|
|
362
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
287
|
+
name: z.ZodType<import("./userResponse").UserNameResponse, z.ZodTypeDef, import("./userResponse").UserNameResponse>;
|
|
363
288
|
avatar: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
364
289
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
365
290
|
verified: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -384,22 +309,7 @@ export declare const recommendationResponseSchema: z.ZodArray<z.ZodObject<{
|
|
|
384
309
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
385
310
|
id: z.ZodString;
|
|
386
311
|
username: z.ZodOptional<z.ZodString>;
|
|
387
|
-
name: z.
|
|
388
|
-
first: z.ZodOptional<z.ZodString>;
|
|
389
|
-
last: z.ZodOptional<z.ZodString>;
|
|
390
|
-
full: z.ZodOptional<z.ZodString>;
|
|
391
|
-
displayName: z.ZodString;
|
|
392
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
393
|
-
first: z.ZodOptional<z.ZodString>;
|
|
394
|
-
last: z.ZodOptional<z.ZodString>;
|
|
395
|
-
full: z.ZodOptional<z.ZodString>;
|
|
396
|
-
displayName: z.ZodString;
|
|
397
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
398
|
-
first: z.ZodOptional<z.ZodString>;
|
|
399
|
-
last: z.ZodOptional<z.ZodString>;
|
|
400
|
-
full: z.ZodOptional<z.ZodString>;
|
|
401
|
-
displayName: z.ZodString;
|
|
402
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
312
|
+
name: z.ZodType<import("./userResponse").UserNameResponse, z.ZodTypeDef, import("./userResponse").UserNameResponse>;
|
|
403
313
|
avatar: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
404
314
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
405
315
|
verified: z.ZodOptional<z.ZodBoolean>;
|