@steamsets/client-ts 0.11.5 → 0.11.6

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 (37) hide show
  1. package/README.md +17 -6
  2. package/docs/sdks/account/README.md +89 -109
  3. package/docs/sdks/app/README.md +6 -7
  4. package/docs/sdks/badge/README.md +6 -7
  5. package/docs/sdks/connection/README.md +12 -15
  6. package/docs/sdks/data/README.md +27 -35
  7. package/docs/sdks/developer/README.md +9 -11
  8. package/docs/sdks/leaderboard/README.md +22 -19
  9. package/docs/sdks/liveness/README.md +2 -2
  10. package/docs/sdks/location/README.md +3 -3
  11. package/docs/sdks/public/README.md +24 -31
  12. package/docs/sdks/session/README.md +11 -14
  13. package/docs/sdks/settings/README.md +20 -26
  14. package/lib/config.d.ts +3 -3
  15. package/lib/config.js +3 -3
  16. package/models/components/index.d.ts +1 -0
  17. package/models/components/index.d.ts.map +1 -1
  18. package/models/components/index.js +1 -0
  19. package/models/components/index.js.map +1 -1
  20. package/models/components/leaderboardapp.d.ts +21 -0
  21. package/models/components/leaderboardapp.d.ts.map +1 -0
  22. package/models/components/leaderboardapp.js +46 -0
  23. package/models/components/leaderboardapp.js.map +1 -0
  24. package/models/components/v1accountleaderboardrequestbody.d.ts +5 -2
  25. package/models/components/v1accountleaderboardrequestbody.d.ts.map +1 -1
  26. package/models/components/v1accountleaderboardrequestbody.js +3 -2
  27. package/models/components/v1accountleaderboardrequestbody.js.map +1 -1
  28. package/models/components/v1accountleaderboardresponsebody.d.ts +7 -7
  29. package/models/components/v1accountleaderboardresponsebody.d.ts.map +1 -1
  30. package/models/components/v1accountleaderboardresponsebody.js +8 -7
  31. package/models/components/v1accountleaderboardresponsebody.js.map +1 -1
  32. package/package.json +1 -1
  33. package/src/lib/config.ts +3 -3
  34. package/src/models/components/index.ts +1 -0
  35. package/src/models/components/leaderboardapp.ts +37 -0
  36. package/src/models/components/v1accountleaderboardrequestbody.ts +8 -4
  37. package/src/models/components/v1accountleaderboardresponsebody.ts +18 -17
@@ -85,11 +85,10 @@ run();
85
85
 
86
86
  ### Errors
87
87
 
88
- | Error Object | Status Code | Content Type |
88
+ | Error Type | Status Code | Content Type |
89
89
  | ------------------------ | ------------------------ | ------------------------ |
90
- | errors.ErrorModel | 400,404,422,500 | application/problem+json |
91
- | errors.SDKError | 4xx-5xx | */* |
92
-
90
+ | errors.ErrorModel | 400, 404, 422, 500 | application/problem+json |
91
+ | errors.SDKError | 4XX, 5XX | \*/\* |
93
92
 
94
93
  ## accountV1GetBadges
95
94
 
@@ -159,11 +158,10 @@ run();
159
158
 
160
159
  ### Errors
161
160
 
162
- | Error Object | Status Code | Content Type |
161
+ | Error Type | Status Code | Content Type |
163
162
  | ------------------------ | ------------------------ | ------------------------ |
164
- | errors.ErrorModel | 400,404,422,500 | application/problem+json |
165
- | errors.SDKError | 4xx-5xx | */* |
166
-
163
+ | errors.ErrorModel | 400, 404, 422, 500 | application/problem+json |
164
+ | errors.SDKError | 4XX, 5XX | \*/\* |
167
165
 
168
166
  ## accountV1GetDataPoints
169
167
 
@@ -233,11 +231,10 @@ run();
233
231
 
234
232
  ### Errors
235
233
 
236
- | Error Object | Status Code | Content Type |
234
+ | Error Type | Status Code | Content Type |
237
235
  | ------------------------ | ------------------------ | ------------------------ |
238
- | errors.ErrorModel | 400,404,422,500 | application/problem+json |
239
- | errors.SDKError | 4xx-5xx | */* |
240
-
236
+ | errors.ErrorModel | 400, 404, 422, 500 | application/problem+json |
237
+ | errors.SDKError | 4XX, 5XX | \*/\* |
241
238
 
242
239
  ## accountV1GetFriends
243
240
 
@@ -307,11 +304,10 @@ run();
307
304
 
308
305
  ### Errors
309
306
 
310
- | Error Object | Status Code | Content Type |
307
+ | Error Type | Status Code | Content Type |
311
308
  | ------------------------ | ------------------------ | ------------------------ |
312
- | errors.ErrorModel | 400,404,422,500 | application/problem+json |
313
- | errors.SDKError | 4xx-5xx | */* |
314
-
309
+ | errors.ErrorModel | 400, 404, 422, 500 | application/problem+json |
310
+ | errors.SDKError | 4XX, 5XX | \*/\* |
315
311
 
316
312
  ## accountV1GetInfo
317
313
 
@@ -381,11 +377,10 @@ run();
381
377
 
382
378
  ### Errors
383
379
 
384
- | Error Object | Status Code | Content Type |
380
+ | Error Type | Status Code | Content Type |
385
381
  | ------------------------ | ------------------------ | ------------------------ |
386
- | errors.ErrorModel | 404,422,429,500 | application/problem+json |
387
- | errors.SDKError | 4xx-5xx | */* |
388
-
382
+ | errors.ErrorModel | 404, 422, 429, 500 | application/problem+json |
383
+ | errors.SDKError | 4XX, 5XX | \*/\* |
389
384
 
390
385
  ## accountV1GetLeaderboardHistory
391
386
 
@@ -455,11 +450,10 @@ run();
455
450
 
456
451
  ### Errors
457
452
 
458
- | Error Object | Status Code | Content Type |
453
+ | Error Type | Status Code | Content Type |
459
454
  | ------------------------ | ------------------------ | ------------------------ |
460
- | errors.ErrorModel | 400,404,422,500 | application/problem+json |
461
- | errors.SDKError | 4xx-5xx | */* |
462
-
455
+ | errors.ErrorModel | 400, 404, 422, 500 | application/problem+json |
456
+ | errors.SDKError | 4XX, 5XX | \*/\* |
463
457
 
464
458
  ## accountV1GetStaff
465
459
 
@@ -528,11 +522,10 @@ run();
528
522
 
529
523
  ### Errors
530
524
 
531
- | Error Object | Status Code | Content Type |
525
+ | Error Type | Status Code | Content Type |
532
526
  | ------------------------ | ------------------------ | ------------------------ |
533
- | errors.ErrorModel | 404,429,500 | application/problem+json |
534
- | errors.SDKError | 4xx-5xx | */* |
535
-
527
+ | errors.ErrorModel | 404, 429, 500 | application/problem+json |
528
+ | errors.SDKError | 4XX, 5XX | \*/\* |
536
529
 
537
530
  ## accountV1Queue
538
531
 
@@ -606,11 +599,10 @@ run();
606
599
 
607
600
  ### Errors
608
601
 
609
- | Error Object | Status Code | Content Type |
602
+ | Error Type | Status Code | Content Type |
610
603
  | ------------------------ | ------------------------ | ------------------------ |
611
- | errors.ErrorModel | 400,422,429,500 | application/problem+json |
612
- | errors.SDKError | 4xx-5xx | */* |
613
-
604
+ | errors.ErrorModel | 400, 422, 429, 500 | application/problem+json |
605
+ | errors.SDKError | 4XX, 5XX | \*/\* |
614
606
 
615
607
  ## appV1Queue
616
608
 
@@ -684,7 +676,7 @@ run();
684
676
 
685
677
  ### Errors
686
678
 
687
- | Error Object | Status Code | Content Type |
679
+ | Error Type | Status Code | Content Type |
688
680
  | ------------------------ | ------------------------ | ------------------------ |
689
- | errors.ErrorModel | 400,422,429,500 | application/problem+json |
690
- | errors.SDKError | 4xx-5xx | */* |
681
+ | errors.ErrorModel | 400, 422, 429, 500 | application/problem+json |
682
+ | errors.SDKError | 4XX, 5XX | \*/\* |
@@ -91,11 +91,10 @@ run();
91
91
 
92
92
  ### Errors
93
93
 
94
- | Error Object | Status Code | Content Type |
94
+ | Error Type | Status Code | Content Type |
95
95
  | ------------------------ | ------------------------ | ------------------------ |
96
- | errors.ErrorModel | 404,422,429,500 | application/problem+json |
97
- | errors.SDKError | 4xx-5xx | */* |
98
-
96
+ | errors.ErrorModel | 404, 422, 429, 500 | application/problem+json |
97
+ | errors.SDKError | 4XX, 5XX | \*/\* |
99
98
 
100
99
  ## accountV1SettingsDeveloperAppDelete
101
100
 
@@ -169,11 +168,10 @@ run();
169
168
 
170
169
  ### Errors
171
170
 
172
- | Error Object | Status Code | Content Type |
171
+ | Error Type | Status Code | Content Type |
173
172
  | ------------------------ | ------------------------ | ------------------------ |
174
- | errors.ErrorModel | 404,422,429,500 | application/problem+json |
175
- | errors.SDKError | 4xx-5xx | */* |
176
-
173
+ | errors.ErrorModel | 404, 422, 429, 500 | application/problem+json |
174
+ | errors.SDKError | 4XX, 5XX | \*/\* |
177
175
 
178
176
  ## accountV1SettingsDeveloperAppUpdate
179
177
 
@@ -255,7 +253,7 @@ run();
255
253
 
256
254
  ### Errors
257
255
 
258
- | Error Object | Status Code | Content Type |
256
+ | Error Type | Status Code | Content Type |
259
257
  | ------------------------ | ------------------------ | ------------------------ |
260
- | errors.ErrorModel | 404,422,429,500 | application/problem+json |
261
- | errors.SDKError | 4xx-5xx | */* |
258
+ | errors.ErrorModel | 404, 422, 429, 500 | application/problem+json |
259
+ | errors.SDKError | 4XX, 5XX | \*/\* |
@@ -82,11 +82,10 @@ run();
82
82
 
83
83
  ### Errors
84
84
 
85
- | Error Object | Status Code | Content Type |
85
+ | Error Type | Status Code | Content Type |
86
86
  | ------------------------ | ------------------------ | ------------------------ |
87
- | errors.ErrorModel | 404,422,500 | application/problem+json |
88
- | errors.SDKError | 4xx-5xx | */* |
89
-
87
+ | errors.ErrorModel | 404, 422, 500 | application/problem+json |
88
+ | errors.SDKError | 4XX, 5XX | \*/\* |
90
89
 
91
90
  ## leaderboardV1GetAccount
92
91
 
@@ -108,12 +107,14 @@ async function run() {
108
107
  badgeIsFoil: true,
109
108
  end: 10,
110
109
  leaderboard: "xp",
111
- location: {
112
- city: "Bad Krozingen",
113
- country: "Germany",
114
- region: "Europe",
115
- state: "Baden-Wurttemberg",
116
- },
110
+ location: [
111
+ {
112
+ city: "Bad Krozingen",
113
+ country: "Germany",
114
+ region: "Europe",
115
+ state: "Baden-Wurttemberg",
116
+ },
117
+ ],
117
118
  start: 1,
118
119
  });
119
120
 
@@ -145,12 +146,14 @@ async function run() {
145
146
  badgeIsFoil: true,
146
147
  end: 10,
147
148
  leaderboard: "xp",
148
- location: {
149
- city: "Bad Krozingen",
150
- country: "Germany",
151
- region: "Europe",
152
- state: "Baden-Wurttemberg",
153
- },
149
+ location: [
150
+ {
151
+ city: "Bad Krozingen",
152
+ country: "Germany",
153
+ region: "Europe",
154
+ state: "Baden-Wurttemberg",
155
+ },
156
+ ],
154
157
  start: 1,
155
158
  });
156
159
 
@@ -182,7 +185,7 @@ run();
182
185
 
183
186
  ### Errors
184
187
 
185
- | Error Object | Status Code | Content Type |
188
+ | Error Type | Status Code | Content Type |
186
189
  | ------------------------ | ------------------------ | ------------------------ |
187
- | errors.ErrorModel | 404,422,500 | application/problem+json |
188
- | errors.SDKError | 4xx-5xx | */* |
190
+ | errors.ErrorModel | 404, 422, 500 | application/problem+json |
191
+ | errors.SDKError | 4XX, 5XX | \*/\* |
@@ -76,7 +76,7 @@ run();
76
76
 
77
77
  ### Errors
78
78
 
79
- | Error Object | Status Code | Content Type |
79
+ | Error Type | Status Code | Content Type |
80
80
  | ------------------------ | ------------------------ | ------------------------ |
81
81
  | errors.ErrorModel | 500 | application/problem+json |
82
- | errors.SDKError | 4xx-5xx | */* |
82
+ | errors.SDKError | 4XX, 5XX | \*/\* |
@@ -74,7 +74,7 @@ run();
74
74
 
75
75
  ### Errors
76
76
 
77
- | Error Object | Status Code | Content Type |
77
+ | Error Type | Status Code | Content Type |
78
78
  | ------------------------ | ------------------------ | ------------------------ |
79
- | errors.ErrorModel | 401,500 | application/problem+json |
80
- | errors.SDKError | 4xx-5xx | */* |
79
+ | errors.ErrorModel | 401, 500 | application/problem+json |
80
+ | errors.SDKError | 4XX, 5XX | \*/\* |
@@ -84,11 +84,10 @@ run();
84
84
 
85
85
  ### Errors
86
86
 
87
- | Error Object | Status Code | Content Type |
87
+ | Error Type | Status Code | Content Type |
88
88
  | ------------------------ | ------------------------ | ------------------------ |
89
- | errors.ErrorModel | 400,404,422,500 | application/problem+json |
90
- | errors.SDKError | 4xx-5xx | */* |
91
-
89
+ | errors.ErrorModel | 400, 404, 422, 500 | application/problem+json |
90
+ | errors.SDKError | 4XX, 5XX | \*/\* |
92
91
 
93
92
  ## accountV1GetBadges
94
93
 
@@ -158,11 +157,10 @@ run();
158
157
 
159
158
  ### Errors
160
159
 
161
- | Error Object | Status Code | Content Type |
160
+ | Error Type | Status Code | Content Type |
162
161
  | ------------------------ | ------------------------ | ------------------------ |
163
- | errors.ErrorModel | 400,404,422,500 | application/problem+json |
164
- | errors.SDKError | 4xx-5xx | */* |
165
-
162
+ | errors.ErrorModel | 400, 404, 422, 500 | application/problem+json |
163
+ | errors.SDKError | 4XX, 5XX | \*/\* |
166
164
 
167
165
  ## accountV1GetDataPoints
168
166
 
@@ -232,11 +230,10 @@ run();
232
230
 
233
231
  ### Errors
234
232
 
235
- | Error Object | Status Code | Content Type |
233
+ | Error Type | Status Code | Content Type |
236
234
  | ------------------------ | ------------------------ | ------------------------ |
237
- | errors.ErrorModel | 400,404,422,500 | application/problem+json |
238
- | errors.SDKError | 4xx-5xx | */* |
239
-
235
+ | errors.ErrorModel | 400, 404, 422, 500 | application/problem+json |
236
+ | errors.SDKError | 4XX, 5XX | \*/\* |
240
237
 
241
238
  ## accountV1GetFriends
242
239
 
@@ -306,11 +303,10 @@ run();
306
303
 
307
304
  ### Errors
308
305
 
309
- | Error Object | Status Code | Content Type |
306
+ | Error Type | Status Code | Content Type |
310
307
  | ------------------------ | ------------------------ | ------------------------ |
311
- | errors.ErrorModel | 400,404,422,500 | application/problem+json |
312
- | errors.SDKError | 4xx-5xx | */* |
313
-
308
+ | errors.ErrorModel | 400, 404, 422, 500 | application/problem+json |
309
+ | errors.SDKError | 4XX, 5XX | \*/\* |
314
310
 
315
311
  ## accountV1GetInfo
316
312
 
@@ -380,11 +376,10 @@ run();
380
376
 
381
377
  ### Errors
382
378
 
383
- | Error Object | Status Code | Content Type |
379
+ | Error Type | Status Code | Content Type |
384
380
  | ------------------------ | ------------------------ | ------------------------ |
385
- | errors.ErrorModel | 404,422,429,500 | application/problem+json |
386
- | errors.SDKError | 4xx-5xx | */* |
387
-
381
+ | errors.ErrorModel | 404, 422, 429, 500 | application/problem+json |
382
+ | errors.SDKError | 4XX, 5XX | \*/\* |
388
383
 
389
384
  ## accountV1GetLeaderboardHistory
390
385
 
@@ -454,11 +449,10 @@ run();
454
449
 
455
450
  ### Errors
456
451
 
457
- | Error Object | Status Code | Content Type |
452
+ | Error Type | Status Code | Content Type |
458
453
  | ------------------------ | ------------------------ | ------------------------ |
459
- | errors.ErrorModel | 400,404,422,500 | application/problem+json |
460
- | errors.SDKError | 4xx-5xx | */* |
461
-
454
+ | errors.ErrorModel | 400, 404, 422, 500 | application/problem+json |
455
+ | errors.SDKError | 4XX, 5XX | \*/\* |
462
456
 
463
457
  ## accountV1Queue
464
458
 
@@ -532,11 +526,10 @@ run();
532
526
 
533
527
  ### Errors
534
528
 
535
- | Error Object | Status Code | Content Type |
529
+ | Error Type | Status Code | Content Type |
536
530
  | ------------------------ | ------------------------ | ------------------------ |
537
- | errors.ErrorModel | 400,422,429,500 | application/problem+json |
538
- | errors.SDKError | 4xx-5xx | */* |
539
-
531
+ | errors.ErrorModel | 400, 422, 429, 500 | application/problem+json |
532
+ | errors.SDKError | 4XX, 5XX | \*/\* |
540
533
 
541
534
  ## appV1Queue
542
535
 
@@ -610,7 +603,7 @@ run();
610
603
 
611
604
  ### Errors
612
605
 
613
- | Error Object | Status Code | Content Type |
606
+ | Error Type | Status Code | Content Type |
614
607
  | ------------------------ | ------------------------ | ------------------------ |
615
- | errors.ErrorModel | 400,422,429,500 | application/problem+json |
616
- | errors.SDKError | 4xx-5xx | */* |
608
+ | errors.ErrorModel | 400, 422, 429, 500 | application/problem+json |
609
+ | errors.SDKError | 4XX, 5XX | \*/\* |
@@ -78,11 +78,10 @@ run();
78
78
 
79
79
  ### Errors
80
80
 
81
- | Error Object | Status Code | Content Type |
81
+ | Error Type | Status Code | Content Type |
82
82
  | ------------------------ | ------------------------ | ------------------------ |
83
- | errors.ErrorModel | 422,500 | application/problem+json |
84
- | errors.SDKError | 4xx-5xx | */* |
85
-
83
+ | errors.ErrorModel | 422, 500 | application/problem+json |
84
+ | errors.SDKError | 4XX, 5XX | \*/\* |
86
85
 
87
86
  ## accountV1SessionDelete
88
87
 
@@ -156,11 +155,10 @@ run();
156
155
 
157
156
  ### Errors
158
157
 
159
- | Error Object | Status Code | Content Type |
158
+ | Error Type | Status Code | Content Type |
160
159
  | ------------------------ | ------------------------ | ------------------------ |
161
- | errors.ErrorModel | 404,422,500 | application/problem+json |
162
- | errors.SDKError | 4xx-5xx | */* |
163
-
160
+ | errors.ErrorModel | 404, 422, 500 | application/problem+json |
161
+ | errors.SDKError | 4XX, 5XX | \*/\* |
164
162
 
165
163
  ## accountV1SessionGet
166
164
 
@@ -229,11 +227,10 @@ run();
229
227
 
230
228
  ### Errors
231
229
 
232
- | Error Object | Status Code | Content Type |
230
+ | Error Type | Status Code | Content Type |
233
231
  | ------------------------ | ------------------------ | ------------------------ |
234
232
  | errors.ErrorModel | 500 | application/problem+json |
235
- | errors.SDKError | 4xx-5xx | */* |
236
-
233
+ | errors.SDKError | 4XX, 5XX | \*/\* |
237
234
 
238
235
  ## accountV1SessionLogin
239
236
 
@@ -329,7 +326,7 @@ run();
329
326
 
330
327
  ### Errors
331
328
 
332
- | Error Object | Status Code | Content Type |
329
+ | Error Type | Status Code | Content Type |
333
330
  | ------------------------ | ------------------------ | ------------------------ |
334
- | errors.ErrorModel | 400,422,429,500 | application/problem+json |
335
- | errors.SDKError | 4xx-5xx | */* |
331
+ | errors.ErrorModel | 400, 422, 429, 500 | application/problem+json |
332
+ | errors.SDKError | 4XX, 5XX | \*/\* |
@@ -89,11 +89,10 @@ run();
89
89
 
90
90
  ### Errors
91
91
 
92
- | Error Object | Status Code | Content Type |
92
+ | Error Type | Status Code | Content Type |
93
93
  | ------------------------ | ------------------------ | ------------------------ |
94
- | errors.ErrorModel | 404,422,500 | application/problem+json |
95
- | errors.SDKError | 4xx-5xx | */* |
96
-
94
+ | errors.ErrorModel | 404, 422, 500 | application/problem+json |
95
+ | errors.SDKError | 4XX, 5XX | \*/\* |
97
96
 
98
97
  ## accountV1SettingsGet
99
98
 
@@ -162,11 +161,10 @@ run();
162
161
 
163
162
  ### Errors
164
163
 
165
- | Error Object | Status Code | Content Type |
164
+ | Error Type | Status Code | Content Type |
166
165
  | ------------------------ | ------------------------ | ------------------------ |
167
166
  | errors.ErrorModel | 500 | application/problem+json |
168
- | errors.SDKError | 4xx-5xx | */* |
169
-
167
+ | errors.SDKError | 4XX, 5XX | \*/\* |
170
168
 
171
169
  ## accountV1SettingsSendEmailVerification
172
170
 
@@ -236,11 +234,10 @@ run();
236
234
 
237
235
  ### Errors
238
236
 
239
- | Error Object | Status Code | Content Type |
237
+ | Error Type | Status Code | Content Type |
240
238
  | ------------------------ | ------------------------ | ------------------------ |
241
- | errors.ErrorModel | 404,422,429,500 | application/problem+json |
242
- | errors.SDKError | 4xx-5xx | */* |
243
-
239
+ | errors.ErrorModel | 404, 422, 429, 500 | application/problem+json |
240
+ | errors.SDKError | 4XX, 5XX | \*/\* |
244
241
 
245
242
  ## accountV1SettingsUpdateImage
246
243
 
@@ -316,11 +313,10 @@ run();
316
313
 
317
314
  ### Errors
318
315
 
319
- | Error Object | Status Code | Content Type |
316
+ | Error Type | Status Code | Content Type |
320
317
  | ------------------------ | ------------------------ | ------------------------ |
321
- | errors.ErrorModel | 404,422,500 | application/problem+json |
322
- | errors.SDKError | 4xx-5xx | */* |
323
-
318
+ | errors.ErrorModel | 404, 422, 500 | application/problem+json |
319
+ | errors.SDKError | 4XX, 5XX | \*/\* |
324
320
 
325
321
  ## accountV1SettingsUpdate
326
322
 
@@ -422,11 +418,10 @@ run();
422
418
 
423
419
  ### Errors
424
420
 
425
- | Error Object | Status Code | Content Type |
421
+ | Error Type | Status Code | Content Type |
426
422
  | ------------------------ | ------------------------ | ------------------------ |
427
- | errors.ErrorModel | 422,429,500 | application/problem+json |
428
- | errors.SDKError | 4xx-5xx | */* |
429
-
423
+ | errors.ErrorModel | 422, 429, 500 | application/problem+json |
424
+ | errors.SDKError | 4XX, 5XX | \*/\* |
430
425
 
431
426
  ## accountV1SettingsUploadImages
432
427
 
@@ -510,11 +505,10 @@ run();
510
505
 
511
506
  ### Errors
512
507
 
513
- | Error Object | Status Code | Content Type |
508
+ | Error Type | Status Code | Content Type |
514
509
  | ------------------------ | ------------------------ | ------------------------ |
515
- | errors.ErrorModel | 422,500 | application/problem+json |
516
- | errors.SDKError | 4xx-5xx | */* |
517
-
510
+ | errors.ErrorModel | 422, 500 | application/problem+json |
511
+ | errors.SDKError | 4XX, 5XX | \*/\* |
518
512
 
519
513
  ## accountV1SettingsVerfyEmail
520
514
 
@@ -588,7 +582,7 @@ run();
588
582
 
589
583
  ### Errors
590
584
 
591
- | Error Object | Status Code | Content Type |
585
+ | Error Type | Status Code | Content Type |
592
586
  | ------------------------ | ------------------------ | ------------------------ |
593
- | errors.ErrorModel | 404,422,429,500 | application/problem+json |
594
- | errors.SDKError | 4xx-5xx | */* |
587
+ | errors.ErrorModel | 404, 422, 429, 500 | application/problem+json |
588
+ | errors.SDKError | 4XX, 5XX | \*/\* |
package/lib/config.d.ts CHANGED
@@ -27,8 +27,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
27
27
  export declare const SDK_METADATA: {
28
28
  readonly language: "typescript";
29
29
  readonly openapiDocVersion: "1.0.0";
30
- readonly sdkVersion: "0.11.5";
31
- readonly genVersion: "2.426.2";
32
- readonly userAgent: "speakeasy-sdk/typescript 0.11.5 2.426.2 1.0.0 @steamsets/client-ts";
30
+ readonly sdkVersion: "0.11.6";
31
+ readonly genVersion: "2.428.1";
32
+ readonly userAgent: "speakeasy-sdk/typescript 0.11.6 2.428.1 1.0.0 @steamsets/client-ts";
33
33
  };
34
34
  //# sourceMappingURL=config.d.ts.map
package/lib/config.js CHANGED
@@ -30,8 +30,8 @@ function serverURLFromOptions(options) {
30
30
  exports.SDK_METADATA = {
31
31
  language: "typescript",
32
32
  openapiDocVersion: "1.0.0",
33
- sdkVersion: "0.11.5",
34
- genVersion: "2.426.2",
35
- userAgent: "speakeasy-sdk/typescript 0.11.5 2.426.2 1.0.0 @steamsets/client-ts",
33
+ sdkVersion: "0.11.6",
34
+ genVersion: "2.428.1",
35
+ userAgent: "speakeasy-sdk/typescript 0.11.6 2.428.1 1.0.0 @steamsets/client-ts",
36
36
  };
37
37
  //# sourceMappingURL=config.js.map
@@ -19,6 +19,7 @@ export * from "./errordetail.js";
19
19
  export * from "./httpmetadata.js";
20
20
  export * from "./image.js";
21
21
  export * from "./leaderboardaccount.js";
22
+ export * from "./leaderboardapp.js";
22
23
  export * from "./leaderboardbadgeinfo.js";
23
24
  export * from "./location.js";
24
25
  export * from "./loginrequestbody.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"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"}
@@ -38,6 +38,7 @@ __exportStar(require("./errordetail.js"), exports);
38
38
  __exportStar(require("./httpmetadata.js"), exports);
39
39
  __exportStar(require("./image.js"), exports);
40
40
  __exportStar(require("./leaderboardaccount.js"), exports);
41
+ __exportStar(require("./leaderboardapp.js"), exports);
41
42
  __exportStar(require("./leaderboardbadgeinfo.js"), exports);
42
43
  __exportStar(require("./location.js"), exports);
43
44
  __exportStar(require("./loginrequestbody.js"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,mEAAiD;AACjD,qEAAmD;AACnD,uDAAqC;AACrC,iEAA+C;AAC/C,gEAA8C;AAC9C,qDAAmC;AACnC,6DAA2C;AAC3C,iEAA+C;AAC/C,iDAA+B;AAC/B,2DAAyC;AACzC,4CAA0B;AAC1B,gDAA8B;AAC9B,kDAAgC;AAChC,+CAA6B;AAC7B,iDAA+B;AAC/B,oDAAkC;AAClC,yDAAuC;AACvC,mDAAiC;AACjC,oDAAkC;AAClC,6CAA2B;AAC3B,0DAAwC;AACxC,4DAA0C;AAC1C,gDAA8B;AAC9B,wDAAsC;AACtC,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,gDAA8B;AAC9B,+CAA6B;AAC7B,oDAAkC;AAClC,6CAA2B;AAC3B,oDAAkC;AAClC,yDAAuC;AACvC,gEAA8C;AAC9C,uEAAqD;AACrD,8EAA4D;AAC5D,+EAA6D;AAC7D,8EAA4D;AAC5D,+EAA6D;AAC7D,uDAAqC;AACrC,oEAAkD;AAClD,mEAAiD;AACjD,qEAAmD;AACnD,+EAA6D;AAC7D,8EAA4D;AAC5D,+EAA6D;AAC7D,uEAAqD;AACrD,wEAAsD;AACtD,kEAAgD;AAChD,kDAAgC;AAChC,mDAAiC;AACjC,iDAA+B;AAC/B,wDAAsC;AACtC,yDAAuC;AACvC,4DAA0C;AAC1C,6DAA2C;AAC3C,8DAA4C;AAC5C,8DAA4C;AAC5C,+DAA6C;AAC7C,4DAA0C;AAC1C,6DAA2C;AAC3C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,iEAA+C;AAC/C,kEAAgD;AAChD,kEAAgD;AAChD,mEAAiD;AACjD,uEAAqD;AACrD,wEAAsD;AACtD,wDAAsC;AACtC,yDAAuC;AACvC,6DAA2C;AAC3C,8DAA4C;AAC5C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,oEAAkD;AAClD,uDAAqC;AACrC,iEAA+C;AAC/C,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,mEAAiD;AACjD,qEAAmD;AACnD,uDAAqC;AACrC,iEAA+C;AAC/C,gEAA8C;AAC9C,qDAAmC;AACnC,6DAA2C;AAC3C,iEAA+C;AAC/C,iDAA+B;AAC/B,2DAAyC;AACzC,4CAA0B;AAC1B,gDAA8B;AAC9B,kDAAgC;AAChC,+CAA6B;AAC7B,iDAA+B;AAC/B,oDAAkC;AAClC,yDAAuC;AACvC,mDAAiC;AACjC,oDAAkC;AAClC,6CAA2B;AAC3B,0DAAwC;AACxC,sDAAoC;AACpC,4DAA0C;AAC1C,gDAA8B;AAC9B,wDAAsC;AACtC,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,gDAA8B;AAC9B,+CAA6B;AAC7B,oDAAkC;AAClC,6CAA2B;AAC3B,oDAAkC;AAClC,yDAAuC;AACvC,gEAA8C;AAC9C,uEAAqD;AACrD,8EAA4D;AAC5D,+EAA6D;AAC7D,8EAA4D;AAC5D,+EAA6D;AAC7D,uDAAqC;AACrC,oEAAkD;AAClD,mEAAiD;AACjD,qEAAmD;AACnD,+EAA6D;AAC7D,8EAA4D;AAC5D,+EAA6D;AAC7D,uEAAqD;AACrD,wEAAsD;AACtD,kEAAgD;AAChD,kDAAgC;AAChC,mDAAiC;AACjC,iDAA+B;AAC/B,wDAAsC;AACtC,yDAAuC;AACvC,4DAA0C;AAC1C,6DAA2C;AAC3C,8DAA4C;AAC5C,8DAA4C;AAC5C,+DAA6C;AAC7C,4DAA0C;AAC1C,6DAA2C;AAC3C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,iEAA+C;AAC/C,kEAAgD;AAChD,kEAAgD;AAChD,mEAAiD;AACjD,uEAAqD;AACrD,wEAAsD;AACtD,wDAAsC;AACtC,yDAAuC;AACvC,6DAA2C;AAC3C,8DAA4C;AAC5C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,oEAAkD;AAClD,uDAAqC;AACrC,iEAA+C;AAC/C,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C"}
@@ -0,0 +1,21 @@
1
+ import * as z from "zod";
2
+ export type LeaderboardApp = {};
3
+ /** @internal */
4
+ export declare const LeaderboardApp$inboundSchema: z.ZodType<LeaderboardApp, z.ZodTypeDef, unknown>;
5
+ /** @internal */
6
+ export type LeaderboardApp$Outbound = {};
7
+ /** @internal */
8
+ export declare const LeaderboardApp$outboundSchema: z.ZodType<LeaderboardApp$Outbound, z.ZodTypeDef, LeaderboardApp>;
9
+ /**
10
+ * @internal
11
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
12
+ */
13
+ export declare namespace LeaderboardApp$ {
14
+ /** @deprecated use `LeaderboardApp$inboundSchema` instead. */
15
+ const inboundSchema: z.ZodType<LeaderboardApp, z.ZodTypeDef, unknown>;
16
+ /** @deprecated use `LeaderboardApp$outboundSchema` instead. */
17
+ const outboundSchema: z.ZodType<LeaderboardApp$Outbound, z.ZodTypeDef, LeaderboardApp>;
18
+ /** @deprecated use `LeaderboardApp$Outbound` instead. */
19
+ type Outbound = LeaderboardApp$Outbound;
20
+ }
21
+ //# sourceMappingURL=leaderboardapp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"leaderboardapp.d.ts","sourceRoot":"","sources":["../../src/models/components/leaderboardapp.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,cAAc,GAAG,EAAE,CAAC;AAEhC,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAClD,cAAc,EACd,CAAC,CAAC,UAAU,EACZ,OAAO,CACO,CAAC;AAEjB,gBAAgB;AAChB,MAAM,MAAM,uBAAuB,GAAG,EAAE,CAAC;AAEzC,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,cAAc,CACA,CAAC;AAEjB;;;GAGG;AACH,yBAAiB,eAAe,CAAC;IAC/B,8DAA8D;IACvD,MAAM,aAAa,kDAA+B,CAAC;IAC1D,+DAA+D;IACxD,MAAM,cAAc,kEAAgC,CAAC;IAC5D,yDAAyD;IACzD,KAAY,QAAQ,GAAG,uBAAuB,CAAC;CAChD"}