rozod 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/lib/endpoints/accountinformationv1.d.ts +551 -0
  2. package/lib/endpoints/accountinformationv1.js +652 -0
  3. package/lib/endpoints/accountsettingsv1.d.ts +548 -0
  4. package/lib/endpoints/accountsettingsv1.js +712 -0
  5. package/lib/endpoints/assetdeliveryv1.d.ts +599 -0
  6. package/lib/endpoints/assetdeliveryv1.js +268 -0
  7. package/lib/endpoints/assetdeliveryv2.d.ts +780 -0
  8. package/lib/endpoints/assetdeliveryv2.js +271 -0
  9. package/lib/endpoints/authv1.d.ts +1328 -0
  10. package/lib/endpoints/authv1.js +1168 -0
  11. package/lib/endpoints/authv2.d.ts +1239 -0
  12. package/lib/endpoints/authv2.js +1057 -0
  13. package/lib/endpoints/authv3.d.ts +35 -0
  14. package/lib/endpoints/authv3.js +41 -0
  15. package/lib/endpoints/avatarv1.d.ts +1841 -0
  16. package/lib/endpoints/avatarv1.js +726 -0
  17. package/lib/endpoints/avatarv2.d.ts +1077 -0
  18. package/lib/endpoints/avatarv2.js +316 -0
  19. package/lib/endpoints/avatarv3.d.ts +656 -0
  20. package/lib/endpoints/avatarv3.js +219 -0
  21. package/lib/endpoints/badgesv1.d.ts +641 -0
  22. package/lib/endpoints/badgesv1.js +345 -0
  23. package/lib/endpoints/catalogv1.d.ts +1715 -0
  24. package/lib/endpoints/catalogv1.js +792 -0
  25. package/lib/endpoints/chatv2.d.ts +2179 -0
  26. package/lib/endpoints/chatv2.js +721 -0
  27. package/lib/endpoints/developv1.d.ts +2097 -0
  28. package/lib/endpoints/developv1.js +1537 -0
  29. package/lib/endpoints/developv2.d.ts +619 -0
  30. package/lib/endpoints/developv2.js +316 -0
  31. package/lib/endpoints/economyv1.d.ts +20 -0
  32. package/lib/endpoints/economyv1.js +28 -0
  33. package/lib/endpoints/friendsv1.d.ts +1093 -0
  34. package/lib/endpoints/friendsv1.js +818 -0
  35. package/lib/endpoints/gamesv1.d.ts +2749 -0
  36. package/lib/endpoints/gamesv1.js +1294 -0
  37. package/lib/endpoints/gamesv2.d.ts +582 -0
  38. package/lib/endpoints/gamesv2.js +258 -0
  39. package/lib/endpoints/groupsv1.d.ts +5528 -0
  40. package/lib/endpoints/groupsv1.js +2434 -0
  41. package/lib/endpoints/groupsv2.d.ts +530 -0
  42. package/lib/endpoints/groupsv2.js +201 -0
  43. package/lib/endpoints/inventoryv1.d.ts +436 -0
  44. package/lib/endpoints/inventoryv1.js +434 -0
  45. package/lib/endpoints/inventoryv2.d.ts +256 -0
  46. package/lib/endpoints/inventoryv2.js +241 -0
  47. package/lib/endpoints/presencev1.d.ts +134 -0
  48. package/lib/endpoints/presencev1.js +93 -0
  49. package/lib/endpoints/privatemessagesv1.d.ts +620 -0
  50. package/lib/endpoints/privatemessagesv1.js +338 -0
  51. package/lib/endpoints/thumbnailsv1.d.ts +897 -0
  52. package/lib/endpoints/thumbnailsv1.js +560 -0
  53. package/lib/endpoints/tradesv1.d.ts +473 -0
  54. package/lib/endpoints/tradesv1.js +403 -0
  55. package/lib/endpoints/translationsv1.d.ts +80 -0
  56. package/lib/endpoints/translationsv1.js +122 -0
  57. package/lib/endpoints/usersv1.d.ts +391 -0
  58. package/lib/endpoints/usersv1.js +344 -0
  59. package/lib/index.d.ts +85 -0
  60. package/lib/index.js +293 -0
  61. package/package.json +39 -0
  62. package/readme.md +99 -0
@@ -0,0 +1,548 @@
1
+ import { z } from 'zod';
2
+ export declare const getV1accountsettingsmetadata: {
3
+ method: "get";
4
+ path: string;
5
+ baseUrl: string;
6
+ requestFormat: "json";
7
+ response: z.ZodObject<{
8
+ IsAccountsRestrictionsSpamBugFixEnabled: z.ZodOptional<z.ZodBoolean>;
9
+ MaximumParentalControlsMonthlySpendLimitInUSD: z.ZodOptional<z.ZodNumber>;
10
+ IsParentalMonthlyLimitInUIEnabled: z.ZodOptional<z.ZodBoolean>;
11
+ IsParentalNotificationSettingsInUIEnabled: z.ZodOptional<z.ZodBoolean>;
12
+ IsContentControlsEnabled: z.ZodOptional<z.ZodBoolean>;
13
+ }, "strip", z.ZodTypeAny, {
14
+ IsAccountsRestrictionsSpamBugFixEnabled?: boolean | undefined;
15
+ MaximumParentalControlsMonthlySpendLimitInUSD?: number | undefined;
16
+ IsParentalMonthlyLimitInUIEnabled?: boolean | undefined;
17
+ IsParentalNotificationSettingsInUIEnabled?: boolean | undefined;
18
+ IsContentControlsEnabled?: boolean | undefined;
19
+ }, {
20
+ IsAccountsRestrictionsSpamBugFixEnabled?: boolean | undefined;
21
+ MaximumParentalControlsMonthlySpendLimitInUSD?: number | undefined;
22
+ IsParentalMonthlyLimitInUIEnabled?: boolean | undefined;
23
+ IsParentalNotificationSettingsInUIEnabled?: boolean | undefined;
24
+ IsContentControlsEnabled?: boolean | undefined;
25
+ }>;
26
+ errors: {
27
+ status: number;
28
+ description: string;
29
+ schema: z.ZodVoid;
30
+ }[];
31
+ };
32
+ export declare const getV1appChatPrivacy: {
33
+ method: "get";
34
+ path: string;
35
+ baseUrl: string;
36
+ requestFormat: "json";
37
+ response: z.ZodObject<{
38
+ appChatPrivacy: z.ZodOptional<z.ZodString>;
39
+ }, "strip", z.ZodTypeAny, {
40
+ appChatPrivacy?: string | undefined;
41
+ }, {
42
+ appChatPrivacy?: string | undefined;
43
+ }>;
44
+ errors: {
45
+ status: number;
46
+ description: string;
47
+ schema: z.ZodVoid;
48
+ }[];
49
+ };
50
+ export declare const postV1appChatPrivacy: {
51
+ method: "post";
52
+ path: string;
53
+ baseUrl: string;
54
+ requestFormat: "json";
55
+ parameters: {
56
+ body: z.ZodObject<{
57
+ appChatPrivacy: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<6>]>>;
58
+ }, "strip", z.ZodTypeAny, {
59
+ appChatPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
60
+ }, {
61
+ appChatPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
62
+ }>;
63
+ };
64
+ response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
65
+ errors: {
66
+ status: number;
67
+ description: string;
68
+ schema: z.ZodVoid;
69
+ }[];
70
+ };
71
+ export declare const getV1email: {
72
+ method: "get";
73
+ path: string;
74
+ baseUrl: string;
75
+ requestFormat: "json";
76
+ response: z.ZodObject<{
77
+ emailAddress: z.ZodOptional<z.ZodString>;
78
+ verified: z.ZodOptional<z.ZodBoolean>;
79
+ canBypassPasswordForEmailUpdate: z.ZodOptional<z.ZodBoolean>;
80
+ }, "strip", z.ZodTypeAny, {
81
+ emailAddress?: string | undefined;
82
+ verified?: boolean | undefined;
83
+ canBypassPasswordForEmailUpdate?: boolean | undefined;
84
+ }, {
85
+ emailAddress?: string | undefined;
86
+ verified?: boolean | undefined;
87
+ canBypassPasswordForEmailUpdate?: boolean | undefined;
88
+ }>;
89
+ errors: {
90
+ status: number;
91
+ description: string;
92
+ schema: z.ZodVoid;
93
+ }[];
94
+ };
95
+ export declare const patchV1email: {
96
+ method: "patch";
97
+ path: string;
98
+ baseUrl: string;
99
+ requestFormat: "json";
100
+ parameters: {
101
+ body: z.ZodObject<{
102
+ password: z.ZodOptional<z.ZodString>;
103
+ emailAddress: z.ZodOptional<z.ZodString>;
104
+ skipVerificationEmail: z.ZodOptional<z.ZodBoolean>;
105
+ isAdsAccount: z.ZodOptional<z.ZodBoolean>;
106
+ }, "strip", z.ZodTypeAny, {
107
+ password?: string | undefined;
108
+ emailAddress?: string | undefined;
109
+ skipVerificationEmail?: boolean | undefined;
110
+ isAdsAccount?: boolean | undefined;
111
+ }, {
112
+ password?: string | undefined;
113
+ emailAddress?: string | undefined;
114
+ skipVerificationEmail?: boolean | undefined;
115
+ isAdsAccount?: boolean | undefined;
116
+ }>;
117
+ };
118
+ response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
119
+ errors: {
120
+ status: number;
121
+ description: string;
122
+ schema: z.ZodVoid;
123
+ }[];
124
+ };
125
+ export declare const postV1email: {
126
+ method: "post";
127
+ path: string;
128
+ baseUrl: string;
129
+ requestFormat: "json";
130
+ parameters: {
131
+ body: z.ZodObject<{
132
+ password: z.ZodOptional<z.ZodString>;
133
+ emailAddress: z.ZodOptional<z.ZodString>;
134
+ skipVerificationEmail: z.ZodOptional<z.ZodBoolean>;
135
+ isAdsAccount: z.ZodOptional<z.ZodBoolean>;
136
+ }, "strip", z.ZodTypeAny, {
137
+ password?: string | undefined;
138
+ emailAddress?: string | undefined;
139
+ skipVerificationEmail?: boolean | undefined;
140
+ isAdsAccount?: boolean | undefined;
141
+ }, {
142
+ password?: string | undefined;
143
+ emailAddress?: string | undefined;
144
+ skipVerificationEmail?: boolean | undefined;
145
+ isAdsAccount?: boolean | undefined;
146
+ }>;
147
+ };
148
+ response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
149
+ errors: {
150
+ status: number;
151
+ description: string;
152
+ schema: z.ZodVoid;
153
+ }[];
154
+ };
155
+ export declare const postV1emailverify: {
156
+ method: "post";
157
+ path: string;
158
+ baseUrl: string;
159
+ requestFormat: "json";
160
+ parameters: {
161
+ body: z.ZodObject<{
162
+ freeItem: z.ZodOptional<z.ZodBoolean>;
163
+ isAdsAccount: z.ZodOptional<z.ZodBoolean>;
164
+ }, "strip", z.ZodTypeAny, {
165
+ freeItem?: boolean | undefined;
166
+ isAdsAccount?: boolean | undefined;
167
+ }, {
168
+ freeItem?: boolean | undefined;
169
+ isAdsAccount?: boolean | undefined;
170
+ }>;
171
+ };
172
+ response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
173
+ errors: {
174
+ status: number;
175
+ description: string;
176
+ schema: z.ZodVoid;
177
+ }[];
178
+ };
179
+ export declare const getV1gameChatPrivacy: {
180
+ method: "get";
181
+ path: string;
182
+ baseUrl: string;
183
+ requestFormat: "json";
184
+ response: z.ZodObject<{
185
+ gameChatPrivacy: z.ZodOptional<z.ZodString>;
186
+ }, "strip", z.ZodTypeAny, {
187
+ gameChatPrivacy?: string | undefined;
188
+ }, {
189
+ gameChatPrivacy?: string | undefined;
190
+ }>;
191
+ errors: {
192
+ status: number;
193
+ description: string;
194
+ schema: z.ZodVoid;
195
+ }[];
196
+ };
197
+ export declare const postV1gameChatPrivacy: {
198
+ method: "post";
199
+ path: string;
200
+ baseUrl: string;
201
+ requestFormat: "json";
202
+ parameters: {
203
+ body: z.ZodObject<{
204
+ gameChatPrivacy: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<6>]>>;
205
+ }, "strip", z.ZodTypeAny, {
206
+ gameChatPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
207
+ }, {
208
+ gameChatPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
209
+ }>;
210
+ };
211
+ response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
212
+ errors: {
213
+ status: number;
214
+ description: string;
215
+ schema: z.ZodVoid;
216
+ }[];
217
+ };
218
+ export declare const getV1inventoryPrivacy: {
219
+ method: "get";
220
+ path: string;
221
+ baseUrl: string;
222
+ requestFormat: "json";
223
+ response: z.ZodObject<{
224
+ inventoryPrivacy: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<6>]>>;
225
+ }, "strip", z.ZodTypeAny, {
226
+ inventoryPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
227
+ }, {
228
+ inventoryPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
229
+ }>;
230
+ errors: {
231
+ status: number;
232
+ description: string;
233
+ schema: z.ZodVoid;
234
+ }[];
235
+ };
236
+ export declare const postV1inventoryPrivacy: {
237
+ method: "post";
238
+ path: string;
239
+ baseUrl: string;
240
+ requestFormat: "json";
241
+ parameters: {
242
+ body: z.ZodObject<{
243
+ inventoryPrivacy: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<6>]>>;
244
+ }, "strip", z.ZodTypeAny, {
245
+ inventoryPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
246
+ }, {
247
+ inventoryPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
248
+ }>;
249
+ };
250
+ response: z.ZodObject<{
251
+ inventoryPrivacy: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<6>]>>;
252
+ tradePrivacy: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<6>, z.ZodLiteral<7>]>>;
253
+ privacySettingResponse: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>>;
254
+ }, "strip", z.ZodTypeAny, {
255
+ inventoryPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
256
+ tradePrivacy?: 0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | undefined;
257
+ privacySettingResponse?: 0 | 1 | undefined;
258
+ }, {
259
+ inventoryPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
260
+ tradePrivacy?: 0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | undefined;
261
+ privacySettingResponse?: 0 | 1 | undefined;
262
+ }>;
263
+ errors: {
264
+ status: number;
265
+ description: string;
266
+ schema: z.ZodVoid;
267
+ }[];
268
+ };
269
+ export declare const getV1privateMessagePrivacy: {
270
+ method: "get";
271
+ path: string;
272
+ baseUrl: string;
273
+ requestFormat: "json";
274
+ response: z.ZodObject<{
275
+ privateMessagePrivacy: z.ZodOptional<z.ZodString>;
276
+ }, "strip", z.ZodTypeAny, {
277
+ privateMessagePrivacy?: string | undefined;
278
+ }, {
279
+ privateMessagePrivacy?: string | undefined;
280
+ }>;
281
+ errors: {
282
+ status: number;
283
+ description: string;
284
+ schema: z.ZodVoid;
285
+ }[];
286
+ };
287
+ export declare const postV1privateMessagePrivacy: {
288
+ method: "post";
289
+ path: string;
290
+ baseUrl: string;
291
+ requestFormat: "json";
292
+ parameters: {
293
+ body: z.ZodObject<{
294
+ privateMessagePrivacy: z.ZodOptional<z.ZodString>;
295
+ }, "strip", z.ZodTypeAny, {
296
+ privateMessagePrivacy?: string | undefined;
297
+ }, {
298
+ privateMessagePrivacy?: string | undefined;
299
+ }>;
300
+ };
301
+ response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
302
+ errors: {
303
+ status: number;
304
+ description: string;
305
+ schema: z.ZodVoid;
306
+ }[];
307
+ };
308
+ export declare const getV1themesConsumerTypeConsumerId: {
309
+ method: "get";
310
+ path: string;
311
+ baseUrl: string;
312
+ requestFormat: "json";
313
+ parameters: {
314
+ consumerType: z.ZodLiteral<1>;
315
+ consumerId: z.ZodString;
316
+ };
317
+ response: z.ZodObject<{
318
+ themeType: z.ZodOptional<z.ZodString>;
319
+ }, "strip", z.ZodTypeAny, {
320
+ themeType?: string | undefined;
321
+ }, {
322
+ themeType?: string | undefined;
323
+ }>;
324
+ errors: {
325
+ status: number;
326
+ description: string;
327
+ schema: z.ZodVoid;
328
+ }[];
329
+ };
330
+ export declare const patchV1themesConsumerTypeConsumerId: {
331
+ method: "patch";
332
+ path: string;
333
+ baseUrl: string;
334
+ requestFormat: "json";
335
+ parameters: {
336
+ body: z.ZodObject<{
337
+ themeType: z.ZodOptional<z.ZodString>;
338
+ }, "strip", z.ZodTypeAny, {
339
+ themeType?: string | undefined;
340
+ }, {
341
+ themeType?: string | undefined;
342
+ }>;
343
+ consumerType: z.ZodLiteral<1>;
344
+ consumerId: z.ZodNumber;
345
+ };
346
+ response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
347
+ errors: {
348
+ status: number;
349
+ description: string;
350
+ schema: z.ZodVoid;
351
+ }[];
352
+ };
353
+ export declare const getV1themestypes: {
354
+ method: "get";
355
+ path: string;
356
+ baseUrl: string;
357
+ requestFormat: "json";
358
+ response: z.ZodObject<{
359
+ data: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
360
+ }, "strip", z.ZodTypeAny, {
361
+ data?: string[] | undefined;
362
+ }, {
363
+ data?: string[] | undefined;
364
+ }>;
365
+ errors: never[];
366
+ };
367
+ export declare const getV1tradePrivacy: {
368
+ method: "get";
369
+ path: string;
370
+ baseUrl: string;
371
+ requestFormat: "json";
372
+ response: z.ZodObject<{
373
+ tradePrivacy: z.ZodOptional<z.ZodString>;
374
+ }, "strip", z.ZodTypeAny, {
375
+ tradePrivacy?: string | undefined;
376
+ }, {
377
+ tradePrivacy?: string | undefined;
378
+ }>;
379
+ errors: {
380
+ status: number;
381
+ description: string;
382
+ schema: z.ZodVoid;
383
+ }[];
384
+ };
385
+ export declare const postV1tradePrivacy: {
386
+ method: "post";
387
+ path: string;
388
+ baseUrl: string;
389
+ requestFormat: "json";
390
+ parameters: {
391
+ body: z.ZodObject<{
392
+ tradePrivacy: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<6>, z.ZodLiteral<7>]>>;
393
+ }, "strip", z.ZodTypeAny, {
394
+ tradePrivacy?: 0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | undefined;
395
+ }, {
396
+ tradePrivacy?: 0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | undefined;
397
+ }>;
398
+ };
399
+ response: z.ZodObject<{
400
+ tradePrivacy: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<6>, z.ZodLiteral<7>]>>;
401
+ inventoryPrivacy: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<6>]>>;
402
+ privacySettingResponse: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>>;
403
+ }, "strip", z.ZodTypeAny, {
404
+ tradePrivacy?: 0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | undefined;
405
+ inventoryPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
406
+ privacySettingResponse?: 0 | 1 | undefined;
407
+ }, {
408
+ tradePrivacy?: 0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | undefined;
409
+ inventoryPrivacy?: 2 | 1 | 3 | 4 | 5 | 6 | undefined;
410
+ privacySettingResponse?: 0 | 1 | undefined;
411
+ }>;
412
+ errors: {
413
+ status: number;
414
+ description: string;
415
+ schema: z.ZodVoid;
416
+ }[];
417
+ };
418
+ export declare const getV1tradeValue: {
419
+ method: "get";
420
+ path: string;
421
+ baseUrl: string;
422
+ requestFormat: "json";
423
+ response: z.ZodObject<{
424
+ tradeValue: z.ZodOptional<z.ZodString>;
425
+ }, "strip", z.ZodTypeAny, {
426
+ tradeValue?: string | undefined;
427
+ }, {
428
+ tradeValue?: string | undefined;
429
+ }>;
430
+ errors: {
431
+ status: number;
432
+ description: string;
433
+ schema: z.ZodVoid;
434
+ }[];
435
+ };
436
+ export declare const postV1tradeValue: {
437
+ method: "post";
438
+ path: string;
439
+ baseUrl: string;
440
+ requestFormat: "json";
441
+ parameters: {
442
+ body: z.ZodObject<{
443
+ tradeValue: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>;
444
+ }, "strip", z.ZodTypeAny, {
445
+ tradeValue?: 0 | 2 | 1 | 3 | 4 | undefined;
446
+ }, {
447
+ tradeValue?: 0 | 2 | 1 | 3 | 4 | undefined;
448
+ }>;
449
+ };
450
+ response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
451
+ errors: {
452
+ status: number;
453
+ description: string;
454
+ schema: z.ZodVoid;
455
+ }[];
456
+ };
457
+ export declare const postV1usersUserIdblock: {
458
+ method: "post";
459
+ path: string;
460
+ baseUrl: string;
461
+ requestFormat: "json";
462
+ parameters: {
463
+ userId: z.ZodNumber;
464
+ };
465
+ response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
466
+ errors: {
467
+ status: number;
468
+ description: string;
469
+ schema: z.ZodVoid;
470
+ }[];
471
+ };
472
+ export declare const postV1usersUserIdunblock: {
473
+ method: "post";
474
+ path: string;
475
+ baseUrl: string;
476
+ requestFormat: "json";
477
+ parameters: {
478
+ userId: z.ZodNumber;
479
+ };
480
+ response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
481
+ errors: {
482
+ status: number;
483
+ description: string;
484
+ schema: z.ZodVoid;
485
+ }[];
486
+ };
487
+ export declare const getV1usersgetBlockedUsers: {
488
+ method: "get";
489
+ path: string;
490
+ baseUrl: string;
491
+ requestFormat: "json";
492
+ response: z.ZodObject<{
493
+ blockedUserIds: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
494
+ }, "strip", z.ZodTypeAny, {
495
+ blockedUserIds?: number[] | undefined;
496
+ }, {
497
+ blockedUserIds?: number[] | undefined;
498
+ }>;
499
+ errors: {
500
+ status: number;
501
+ description: string;
502
+ schema: z.ZodVoid;
503
+ }[];
504
+ };
505
+ export declare const getV1usersgetDetailedBlockedUsers: {
506
+ method: "get";
507
+ path: string;
508
+ baseUrl: string;
509
+ requestFormat: "json";
510
+ response: z.ZodObject<{
511
+ blockedUsers: z.ZodOptional<z.ZodArray<z.ZodObject<{
512
+ userId: z.ZodOptional<z.ZodNumber>;
513
+ name: z.ZodOptional<z.ZodString>;
514
+ displayName: z.ZodOptional<z.ZodString>;
515
+ }, "strip", z.ZodTypeAny, {
516
+ userId?: number | undefined;
517
+ name?: string | undefined;
518
+ displayName?: string | undefined;
519
+ }, {
520
+ userId?: number | undefined;
521
+ name?: string | undefined;
522
+ displayName?: string | undefined;
523
+ }>, "many">>;
524
+ maxBlockedUsers: z.ZodOptional<z.ZodNumber>;
525
+ total: z.ZodOptional<z.ZodNumber>;
526
+ }, "strip", z.ZodTypeAny, {
527
+ blockedUsers?: {
528
+ userId?: number | undefined;
529
+ name?: string | undefined;
530
+ displayName?: string | undefined;
531
+ }[] | undefined;
532
+ maxBlockedUsers?: number | undefined;
533
+ total?: number | undefined;
534
+ }, {
535
+ blockedUsers?: {
536
+ userId?: number | undefined;
537
+ name?: string | undefined;
538
+ displayName?: string | undefined;
539
+ }[] | undefined;
540
+ maxBlockedUsers?: number | undefined;
541
+ total?: number | undefined;
542
+ }>;
543
+ errors: {
544
+ status: number;
545
+ description: string;
546
+ schema: z.ZodVoid;
547
+ }[];
548
+ };