vrchat 1.18.0 → 1.18.3

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/api.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * VRChat API Documentation
5
5
  *
6
- * The version of the OpenAPI document: 1.18.0
6
+ * The version of the OpenAPI document: 1.18.3
7
7
  * Contact: vrchatapi.lpv0t@aries.fyi
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -58,6 +58,18 @@ export interface APIConfig {
58
58
  * @deprecated
59
59
  */
60
60
  'appName': string;
61
+ /**
62
+ * List of supported Languages
63
+ * @type {Array<string>}
64
+ * @memberof APIConfig
65
+ */
66
+ 'availableLanguageCodes': Array<string>;
67
+ /**
68
+ * List of supported Languages
69
+ * @type {Array<string>}
70
+ * @memberof APIConfig
71
+ */
72
+ 'availableLanguages': Array<string>;
61
73
  /**
62
74
  * Build tag of the API server
63
75
  * @type {string}
@@ -82,6 +94,66 @@ export interface APIConfig {
82
94
  * @memberof APIConfig
83
95
  */
84
96
  'clientDisconnectTimeout': number;
97
+ /**
98
+ * Unknown
99
+ * @type {boolean}
100
+ * @memberof APIConfig
101
+ */
102
+ 'clientNetDispatchThread'?: boolean;
103
+ /**
104
+ * Unknown
105
+ * @type {boolean}
106
+ * @memberof APIConfig
107
+ */
108
+ 'clientNetInThread'?: boolean;
109
+ /**
110
+ * Unknown
111
+ * @type {boolean}
112
+ * @memberof APIConfig
113
+ */
114
+ 'clientNetInThread2'?: boolean;
115
+ /**
116
+ * Unknown
117
+ * @type {boolean}
118
+ * @memberof APIConfig
119
+ */
120
+ 'clientNetInThreadMobile'?: boolean;
121
+ /**
122
+ * Unknown
123
+ * @type {boolean}
124
+ * @memberof APIConfig
125
+ */
126
+ 'clientNetInThreadMobile2'?: boolean;
127
+ /**
128
+ * Unknown
129
+ * @type {boolean}
130
+ * @memberof APIConfig
131
+ */
132
+ 'clientNetOutThread'?: boolean;
133
+ /**
134
+ * Unknown
135
+ * @type {boolean}
136
+ * @memberof APIConfig
137
+ */
138
+ 'clientNetOutThread2'?: boolean;
139
+ /**
140
+ * Unknown
141
+ * @type {boolean}
142
+ * @memberof APIConfig
143
+ */
144
+ 'clientNetOutThreadMobile'?: boolean;
145
+ /**
146
+ * Unknown
147
+ * @type {boolean}
148
+ * @memberof APIConfig
149
+ */
150
+ 'clientNetOutThreadMobile2'?: boolean;
151
+ /**
152
+ * Unknown
153
+ * @type {number}
154
+ * @memberof APIConfig
155
+ */
156
+ 'clientQR'?: number;
85
157
  /**
86
158
  * Unknown
87
159
  * @type {number}
@@ -106,6 +178,12 @@ export interface APIConfig {
106
178
  * @memberof APIConfig
107
179
  */
108
180
  'copyrightEmail': string;
181
+ /**
182
+ * Current version number of the Privacy Agreement
183
+ * @type {number}
184
+ * @memberof APIConfig
185
+ */
186
+ 'currentPrivacyVersion'?: number;
109
187
  /**
110
188
  * Current version number of the Terms of Service
111
189
  * @type {number}
@@ -125,19 +203,11 @@ export interface APIConfig {
125
203
  */
126
204
  'deploymentGroup': DeploymentGroup;
127
205
  /**
128
- * Version number for game development build
129
- * @type {string}
130
- * @memberof APIConfig
131
- * @deprecated
132
- */
133
- 'devAppVersionStandalone': string;
134
- /**
135
- * Developer Download link
136
- * @type {string}
206
+ * Unknown
207
+ * @type {Array<string>}
137
208
  * @memberof APIConfig
138
- * @deprecated
139
209
  */
140
- 'devDownloadLinkWindows': string;
210
+ 'devLanguageCodes'?: Array<string>;
141
211
  /**
142
212
  * Link to download the development SDK, use downloadUrls instead
143
213
  * @type {string}
@@ -153,18 +223,17 @@ export interface APIConfig {
153
223
  */
154
224
  'devSdkVersion': string;
155
225
  /**
156
- * Version number for server development build
226
+ * Unknown, \"dis\" maybe for disconnect?
157
227
  * @type {string}
158
228
  * @memberof APIConfig
159
- * @deprecated
160
229
  */
161
- 'devServerVersionStandalone': string;
230
+ 'dis-countdown': string;
162
231
  /**
163
- * Unknown, \"dis\" maybe for disconnect?
164
- * @type {string}
232
+ * Unknown
233
+ * @type {boolean}
165
234
  * @memberof APIConfig
166
235
  */
167
- 'dis-countdown': string;
236
+ 'disableAVProInProton'?: boolean;
168
237
  /**
169
238
  * Toggles if copying avatars should be disabled
170
239
  * @type {boolean}
@@ -195,6 +264,12 @@ export interface APIConfig {
195
264
  * @memberof APIConfig
196
265
  */
197
266
  'disableEmail': boolean;
267
+ /**
268
+ * Unknown
269
+ * @type {boolean}
270
+ * @memberof APIConfig
271
+ */
272
+ 'disableCaptcha'?: boolean;
198
273
  /**
199
274
  * Toggles if Analytics should be disabled.
200
275
  * @type {boolean}
@@ -275,18 +350,29 @@ export interface APIConfig {
275
350
  */
276
351
  'dynamicWorldRows': Set<DynamicContentRow>;
277
352
  /**
278
- *
279
- * @type {APIConfigEvents}
353
+ * Unknown
354
+ * @type {string}
280
355
  * @memberof APIConfig
281
356
  */
282
- 'events': APIConfigEvents;
357
+ 'economyPauseEnd'?: string;
283
358
  /**
284
359
  * Unknown
285
360
  * @type {string}
286
361
  * @memberof APIConfig
287
- * @deprecated
288
362
  */
289
- 'gearDemoRoomId': string;
363
+ 'economyPauseStart'?: string;
364
+ /**
365
+ * Unknown
366
+ * @type {number}
367
+ * @memberof APIConfig
368
+ */
369
+ 'economyState'?: number;
370
+ /**
371
+ *
372
+ * @type {APIConfigEvents}
373
+ * @memberof APIConfig
374
+ */
375
+ 'events': APIConfigEvents;
290
376
  /**
291
377
  * WorldID be \"offline\" on User profiles if you are not friends with that user.
292
378
  * @type {string}
@@ -306,70 +392,29 @@ export interface APIConfig {
306
392
  */
307
393
  'hubWorldId': string;
308
394
  /**
309
- * VRChat\'s job application email
310
- * @type {string}
395
+ * A list of explicitly allowed origins that worlds can request images from via the Udon\'s [VRCImageDownloader#DownloadImage](https://creators.vrchat.com/worlds/udon/image-loading/#downloadimage).
396
+ * @type {Array<string>}
311
397
  * @memberof APIConfig
312
398
  */
313
- 'jobsEmail': string;
399
+ 'imageHostUrlList': Array<string>;
314
400
  /**
315
- * MOTD
401
+ * VRChat\'s job application email
316
402
  * @type {string}
317
403
  * @memberof APIConfig
318
- * @deprecated
319
404
  */
320
- 'messageOfTheDay': string;
405
+ 'jobsEmail': string;
321
406
  /**
322
407
  * VRChat\'s moderation related email
323
408
  * @type {string}
324
409
  * @memberof APIConfig
325
410
  */
326
411
  'moderationEmail': string;
327
- /**
328
- * Unknown
329
- * @type {number}
330
- * @memberof APIConfig
331
- */
332
- 'moderationQueryPeriod': number;
333
412
  /**
334
413
  * Used in-game to notify a user they aren\'t allowed to select avatars in private worlds
335
414
  * @type {string}
336
415
  * @memberof APIConfig
337
416
  */
338
417
  'notAllowedToSelectAvatarInPrivateWorldMessage': string;
339
- /**
340
- * Extra [plugin](https://doc.photonengine.com/en-us/server/current/plugins/manual) to run in each instance
341
- * @type {string}
342
- * @memberof APIConfig
343
- */
344
- 'plugin': string;
345
- /**
346
- * Version number for game release build
347
- * @type {string}
348
- * @memberof APIConfig
349
- * @deprecated
350
- */
351
- 'releaseAppVersionStandalone': string;
352
- /**
353
- * Link to download the release SDK
354
- * @type {string}
355
- * @memberof APIConfig
356
- * @deprecated
357
- */
358
- 'releaseSdkUrl': string;
359
- /**
360
- * Version of the release SDK
361
- * @type {string}
362
- * @memberof APIConfig
363
- * @deprecated
364
- */
365
- 'releaseSdkVersion': string;
366
- /**
367
- * Version number for server release build
368
- * @type {string}
369
- * @memberof APIConfig
370
- * @deprecated
371
- */
372
- 'releaseServerVersionStandalone': string;
373
418
  /**
374
419
  * Link to the developer FAQ
375
420
  * @type {string}
@@ -400,6 +445,12 @@ export interface APIConfig {
400
445
  * @memberof APIConfig
401
446
  */
402
447
  'serverName': string;
448
+ /**
449
+ * A list of explicitly allowed origins that worlds can request strings from via the Udon\'s [VRCStringDownloader.LoadUrl](https://creators.vrchat.com/worlds/udon/string-loading/#ivrcstringdownload).
450
+ * @type {Array<string>}
451
+ * @memberof APIConfig
452
+ */
453
+ 'stringHostUrlList': Array<string>;
403
454
  /**
404
455
  * VRChat\'s support email
405
456
  * @type {string}
@@ -460,30 +511,6 @@ export interface APIConfig {
460
511
  * @memberof APIConfig
461
512
  */
462
513
  'useReliableUdpForVoice': boolean;
463
- /**
464
- * Unknown
465
- * @type {number}
466
- * @memberof APIConfig
467
- */
468
- 'userUpdatePeriod': number;
469
- /**
470
- * Unknown
471
- * @type {number}
472
- * @memberof APIConfig
473
- */
474
- 'userVerificationDelay': number;
475
- /**
476
- * Unknown
477
- * @type {number}
478
- * @memberof APIConfig
479
- */
480
- 'userVerificationRetry': number;
481
- /**
482
- * Unknown
483
- * @type {number}
484
- * @memberof APIConfig
485
- */
486
- 'userVerificationTimeout': number;
487
514
  /**
488
515
  * Download link for game on the Steam website.
489
516
  * @type {string}
@@ -497,23 +524,17 @@ export interface APIConfig {
497
524
  */
498
525
  'whiteListedAssetUrls': Array<string>;
499
526
  /**
500
- * Unknown
501
- * @type {number}
502
- * @memberof APIConfig
503
- */
504
- 'worldUpdatePeriod': number;
505
- /**
506
- * Currently used youtube-dl.exe hash in SHA-256-delimited format
527
+ * Currently used youtube-dl.exe version
507
528
  * @type {string}
508
529
  * @memberof APIConfig
509
530
  */
510
- 'player-url-resolver-hash': string;
531
+ 'player-url-resolver-version': string;
511
532
  /**
512
- * Currently used youtube-dl.exe version
533
+ * Currently used youtube-dl.exe hash in SHA1-delimited format
513
534
  * @type {string}
514
535
  * @memberof APIConfig
515
536
  */
516
- 'player-url-resolver-version': string;
537
+ 'player-url-resolver-sha1': string;
517
538
  }
518
539
  /**
519
540
  * Public Announcement
@@ -1764,6 +1785,18 @@ export interface CurrentUser {
1764
1785
  * @memberof CurrentUser
1765
1786
  */
1766
1787
  'pronouns': string;
1788
+ /**
1789
+ *
1790
+ * @type {string}
1791
+ * @memberof CurrentUser
1792
+ */
1793
+ 'queuedInstance'?: string | null;
1794
+ /**
1795
+ *
1796
+ * @type {boolean}
1797
+ * @memberof CurrentUser
1798
+ */
1799
+ 'receiveMobileInvitations'?: boolean;
1767
1800
  /**
1768
1801
  *
1769
1802
  * @type {UserState}
@@ -1862,6 +1895,12 @@ export interface CurrentUserPresence {
1862
1895
  * @memberof CurrentUserPresence
1863
1896
  */
1864
1897
  'avatarThumbnail'?: string | null;
1898
+ /**
1899
+ *
1900
+ * @type {string}
1901
+ * @memberof CurrentUserPresence
1902
+ */
1903
+ 'currentAvatarTags'?: string;
1865
1904
  /**
1866
1905
  *
1867
1906
  * @type {string}
@@ -1928,6 +1967,12 @@ export interface CurrentUserPresence {
1928
1967
  * @memberof CurrentUserPresence
1929
1968
  */
1930
1969
  'travelingToWorld'?: string;
1970
+ /**
1971
+ *
1972
+ * @type {string}
1973
+ * @memberof CurrentUserPresence
1974
+ */
1975
+ 'userIcon'?: string | null;
1931
1976
  /**
1932
1977
  * WorldID be \"offline\" on User profiles if you are not friends with that user.
1933
1978
  * @type {string}
@@ -2161,7 +2206,7 @@ export interface FileData {
2161
2206
  * @type {string}
2162
2207
  * @memberof FileData
2163
2208
  */
2164
- 'md5': string;
2209
+ 'md5'?: string;
2165
2210
  /**
2166
2211
  *
2167
2212
  * @type {number}
@@ -2484,13 +2529,19 @@ export interface Group {
2484
2529
  */
2485
2530
  'joinState'?: GroupJoinState;
2486
2531
  /**
2487
- *
2532
+ *
2488
2533
  * @type {Array<string>}
2489
2534
  * @memberof Group
2490
2535
  */
2491
2536
  'tags'?: Array<string>;
2492
2537
  /**
2493
- *
2538
+ * A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
2539
+ * @type {string}
2540
+ * @memberof Group
2541
+ */
2542
+ 'transferTargetId'?: string;
2543
+ /**
2544
+ *
2494
2545
  * @type {Array<GroupGallery>}
2495
2546
  * @memberof Group
2496
2547
  */
@@ -2501,6 +2552,18 @@ export interface Group {
2501
2552
  * @memberof Group
2502
2553
  */
2503
2554
  'createdAt'?: string;
2555
+ /**
2556
+ *
2557
+ * @type {string}
2558
+ * @memberof Group
2559
+ */
2560
+ 'updatedAt'?: string;
2561
+ /**
2562
+ *
2563
+ * @type {string}
2564
+ * @memberof Group
2565
+ */
2566
+ 'lastPostCreatedAt'?: string | null;
2504
2567
  /**
2505
2568
  *
2506
2569
  * @type {number}
@@ -3155,6 +3218,24 @@ export interface GroupMyMember {
3155
3218
  * @memberof GroupMyMember
3156
3219
  */
3157
3220
  'roleIds'?: Array<string>;
3221
+ /**
3222
+ *
3223
+ * @type {string}
3224
+ * @memberof GroupMyMember
3225
+ */
3226
+ 'acceptedByDisplayName'?: string | null;
3227
+ /**
3228
+ * A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
3229
+ * @type {string}
3230
+ * @memberof GroupMyMember
3231
+ */
3232
+ 'acceptedById'?: string;
3233
+ /**
3234
+ *
3235
+ * @type {string}
3236
+ * @memberof GroupMyMember
3237
+ */
3238
+ 'createdAt'?: string;
3158
3239
  /**
3159
3240
  *
3160
3241
  * @type {string}
@@ -3203,6 +3284,24 @@ export interface GroupMyMember {
3203
3284
  * @memberof GroupMyMember
3204
3285
  */
3205
3286
  'has2FA'?: boolean;
3287
+ /**
3288
+ *
3289
+ * @type {boolean}
3290
+ * @memberof GroupMyMember
3291
+ */
3292
+ 'hasJoinedFromPurchase'?: boolean;
3293
+ /**
3294
+ *
3295
+ * @type {string}
3296
+ * @memberof GroupMyMember
3297
+ */
3298
+ 'lastPostReadAt'?: string | null;
3299
+ /**
3300
+ *
3301
+ * @type {Array<string>}
3302
+ * @memberof GroupMyMember
3303
+ */
3304
+ 'mRoleIds'?: Array<string>;
3206
3305
  /**
3207
3306
  *
3208
3307
  * @type {Array<string>}
@@ -3926,7 +4025,8 @@ export const InstanceRegion = {
3926
4025
  Us: 'us',
3927
4026
  Use: 'use',
3928
4027
  Eu: 'eu',
3929
- Jp: 'jp'
4028
+ Jp: 'jp',
4029
+ Unknown: 'unknown'
3930
4030
  } as const;
3931
4031
 
3932
4032
  export type InstanceRegion = typeof InstanceRegion[keyof typeof InstanceRegion];
@@ -5032,6 +5132,12 @@ export interface Permission {
5032
5132
  * @memberof Permission
5033
5133
  */
5034
5134
  'id': string;
5135
+ /**
5136
+ *
5137
+ * @type {string}
5138
+ * @memberof Permission
5139
+ */
5140
+ 'ownerDisplayName': string;
5035
5141
  /**
5036
5142
  *
5037
5143
  * @type {string}
@@ -5563,7 +5669,7 @@ export interface Transaction {
5563
5669
  'isTokens'?: boolean;
5564
5670
  }
5565
5671
  /**
5566
- *
5672
+ * Represents a single Transaction, which is likely between VRChat and Steam.
5567
5673
  * @export
5568
5674
  * @interface TransactionAgreement
5569
5675
  */
@@ -5580,6 +5686,12 @@ export interface TransactionAgreement {
5580
5686
  * @memberof TransactionAgreement
5581
5687
  */
5582
5688
  'itemId': number;
5689
+ /**
5690
+ *
5691
+ * @type {string}
5692
+ * @memberof TransactionAgreement
5693
+ */
5694
+ 'agreement': string;
5583
5695
  /**
5584
5696
  * This is NOT TransactionStatus, but whatever Steam return.
5585
5697
  * @type {string}
@@ -5817,6 +5929,12 @@ export interface UnityPackage {
5817
5929
  * @memberof UnityPackage
5818
5930
  */
5819
5931
  'created_at'?: string;
5932
+ /**
5933
+ *
5934
+ * @type {string}
5935
+ * @memberof UnityPackage
5936
+ */
5937
+ 'impostorizerVersion'?: string;
5820
5938
  /**
5821
5939
  * This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`.
5822
5940
  * @type {string}
@@ -6415,6 +6533,12 @@ export interface User {
6415
6533
  * @memberof User
6416
6534
  */
6417
6535
  'last_login': string;
6536
+ /**
6537
+ *
6538
+ * @type {string}
6539
+ * @memberof User
6540
+ */
6541
+ 'last_mobile'?: string | null;
6418
6542
  /**
6419
6543
  * This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`.
6420
6544
  * @type {string}
@@ -6438,7 +6562,7 @@ export interface User {
6438
6562
  * @type {string}
6439
6563
  * @memberof User
6440
6564
  */
6441
- 'platform': string;
6565
+ 'platform'?: string;
6442
6566
  /**
6443
6567
  *
6444
6568
  * @type {string}
@@ -6531,6 +6655,12 @@ export interface UserExists {
6531
6655
  * @memberof UserExists
6532
6656
  */
6533
6657
  'userExists': boolean;
6658
+ /**
6659
+ * Is the username valid?
6660
+ * @type {boolean}
6661
+ * @memberof UserExists
6662
+ */
6663
+ 'nameOk': boolean;
6534
6664
  }
6535
6665
  /**
6536
6666
  * * \"online\" User is online in VRChat * \"active\" User is online, but not in VRChat * \"offline\" User is offline Always offline when returned through `getCurrentUser` (/auth/user).
@@ -6630,6 +6760,12 @@ export interface UserSubscription {
6630
6760
  * @memberof UserSubscription
6631
6761
  */
6632
6762
  'status': TransactionStatus;
6763
+ /**
6764
+ *
6765
+ * @type {string}
6766
+ * @memberof UserSubscription
6767
+ */
6768
+ 'starts'?: string;
6633
6769
  /**
6634
6770
  *
6635
6771
  * @type {string}
@@ -6937,12 +7073,12 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf
6937
7073
  * @summary Check User Exists
6938
7074
  * @param {string} [email] Filter by email.
6939
7075
  * @param {string} [displayName] Filter by displayName.
6940
- * @param {string} [userId] Filter by UserID.
7076
+ * @param {string} [username] Filter by Username.
6941
7077
  * @param {string} [excludeUserId] Exclude by UserID.
6942
7078
  * @param {*} [options] Override http request option.
6943
7079
  * @throws {RequiredError}
6944
7080
  */
6945
- checkUserExists: async (email?: string, displayName?: string, userId?: string, excludeUserId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
7081
+ checkUserExists: async (email?: string, displayName?: string, username?: string, excludeUserId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
6946
7082
  const localVarPath = `/auth/exists`;
6947
7083
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
6948
7084
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -6963,8 +7099,8 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf
6963
7099
  localVarQueryParameter['displayName'] = displayName;
6964
7100
  }
6965
7101
 
6966
- if (userId !== undefined) {
6967
- localVarQueryParameter['userId'] = userId;
7102
+ if (username !== undefined) {
7103
+ localVarQueryParameter['username'] = username;
6968
7104
  }
6969
7105
 
6970
7106
  if (excludeUserId !== undefined) {
@@ -7249,13 +7385,13 @@ export const AuthenticationApiFp = function(configuration?: Configuration) {
7249
7385
  * @summary Check User Exists
7250
7386
  * @param {string} [email] Filter by email.
7251
7387
  * @param {string} [displayName] Filter by displayName.
7252
- * @param {string} [userId] Filter by UserID.
7388
+ * @param {string} [username] Filter by Username.
7253
7389
  * @param {string} [excludeUserId] Exclude by UserID.
7254
7390
  * @param {*} [options] Override http request option.
7255
7391
  * @throws {RequiredError}
7256
7392
  */
7257
- async checkUserExists(email?: string, displayName?: string, userId?: string, excludeUserId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserExists>> {
7258
- const localVarAxiosArgs = await localVarAxiosParamCreator.checkUserExists(email, displayName, userId, excludeUserId, options);
7393
+ async checkUserExists(email?: string, displayName?: string, username?: string, excludeUserId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserExists>> {
7394
+ const localVarAxiosArgs = await localVarAxiosParamCreator.checkUserExists(email, displayName, username, excludeUserId, options);
7259
7395
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
7260
7396
  },
7261
7397
  /**
@@ -7347,13 +7483,13 @@ export const AuthenticationApiFactory = function (configuration?: Configuration,
7347
7483
  * @summary Check User Exists
7348
7484
  * @param {string} [email] Filter by email.
7349
7485
  * @param {string} [displayName] Filter by displayName.
7350
- * @param {string} [userId] Filter by UserID.
7486
+ * @param {string} [username] Filter by Username.
7351
7487
  * @param {string} [excludeUserId] Exclude by UserID.
7352
7488
  * @param {*} [options] Override http request option.
7353
7489
  * @throws {RequiredError}
7354
7490
  */
7355
- checkUserExists(email?: string, displayName?: string, userId?: string, excludeUserId?: string, options?: any): AxiosPromise<UserExists> {
7356
- return localVarFp.checkUserExists(email, displayName, userId, excludeUserId, options).then((request) => request(axios, basePath));
7491
+ checkUserExists(email?: string, displayName?: string, username?: string, excludeUserId?: string, options?: any): AxiosPromise<UserExists> {
7492
+ return localVarFp.checkUserExists(email, displayName, username, excludeUserId, options).then((request) => request(axios, basePath));
7357
7493
  },
7358
7494
  /**
7359
7495
  * Deletes the account with given ID. Normal users only have permission to delete their own account. Account deletion is 14 days from this request, and will be cancelled if you do an authenticated request with the account afterwards. **VRC+ NOTE:** Despite the 14-days cooldown, any VRC+ subscription will be cancelled **immediately**. **METHOD NOTE:** Despite this being a Delete action, the method type required is PUT.
@@ -7437,14 +7573,14 @@ export class AuthenticationApi extends BaseAPI {
7437
7573
  * @summary Check User Exists
7438
7574
  * @param {string} [email] Filter by email.
7439
7575
  * @param {string} [displayName] Filter by displayName.
7440
- * @param {string} [userId] Filter by UserID.
7576
+ * @param {string} [username] Filter by Username.
7441
7577
  * @param {string} [excludeUserId] Exclude by UserID.
7442
7578
  * @param {*} [options] Override http request option.
7443
7579
  * @throws {RequiredError}
7444
7580
  * @memberof AuthenticationApi
7445
7581
  */
7446
- public checkUserExists(email?: string, displayName?: string, userId?: string, excludeUserId?: string, options?: AxiosRequestConfig) {
7447
- return AuthenticationApiFp(this.configuration).checkUserExists(email, displayName, userId, excludeUserId, options).then((request) => request(this.axios, this.basePath));
7582
+ public checkUserExists(email?: string, displayName?: string, username?: string, excludeUserId?: string, options?: AxiosRequestConfig) {
7583
+ return AuthenticationApiFp(this.configuration).checkUserExists(email, displayName, username, excludeUserId, options).then((request) => request(this.axios, this.basePath));
7448
7584
  }
7449
7585
 
7450
7586
  /**
@@ -9904,7 +10040,7 @@ export const FilesApiFp = function(configuration?: Configuration) {
9904
10040
  * @param {*} [options] Override http request option.
9905
10041
  * @throws {RequiredError}
9906
10042
  */
9907
- async deleteFile(fileId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Success>> {
10043
+ async deleteFile(fileId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
9908
10044
  const localVarAxiosArgs = await localVarAxiosParamCreator.deleteFile(fileId, options);
9909
10045
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
9910
10046
  },
@@ -10036,7 +10172,7 @@ export const FilesApiFactory = function (configuration?: Configuration, basePath
10036
10172
  * @param {*} [options] Override http request option.
10037
10173
  * @throws {RequiredError}
10038
10174
  */
10039
- deleteFile(fileId: string, options?: any): AxiosPromise<Success> {
10175
+ deleteFile(fileId: string, options?: any): AxiosPromise<any> {
10040
10176
  return localVarFp.deleteFile(fileId, options).then((request) => request(axios, basePath));
10041
10177
  },
10042
10178
  /**
@@ -11733,10 +11869,11 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
11733
11869
  * @param {number} [n] The number of objects to return.
11734
11870
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
11735
11871
  * @param {GroupSearchSort} [sort] The sort order of Group Member results
11872
+ * @param {string} [roleId] Only returns members with a specific groupRoleId
11736
11873
  * @param {*} [options] Override http request option.
11737
11874
  * @throws {RequiredError}
11738
11875
  */
11739
- getGroupMembers: async (groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
11876
+ getGroupMembers: async (groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
11740
11877
  // verify required parameter 'groupId' is not null or undefined
11741
11878
  assertParamExists('getGroupMembers', 'groupId', groupId)
11742
11879
  const localVarPath = `/groups/{groupId}/members`
@@ -11766,6 +11903,10 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
11766
11903
  localVarQueryParameter['sort'] = sort;
11767
11904
  }
11768
11905
 
11906
+ if (roleId !== undefined) {
11907
+ localVarQueryParameter['roleId'] = roleId;
11908
+ }
11909
+
11769
11910
 
11770
11911
 
11771
11912
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -12778,11 +12919,12 @@ export const GroupsApiFp = function(configuration?: Configuration) {
12778
12919
  * @param {number} [n] The number of objects to return.
12779
12920
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
12780
12921
  * @param {GroupSearchSort} [sort] The sort order of Group Member results
12922
+ * @param {string} [roleId] Only returns members with a specific groupRoleId
12781
12923
  * @param {*} [options] Override http request option.
12782
12924
  * @throws {RequiredError}
12783
12925
  */
12784
- async getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GroupMember>>> {
12785
- const localVarAxiosArgs = await localVarAxiosParamCreator.getGroupMembers(groupId, n, offset, sort, options);
12926
+ async getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GroupMember>>> {
12927
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getGroupMembers(groupId, n, offset, sort, roleId, options);
12786
12928
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
12787
12929
  },
12788
12930
  /**
@@ -13281,11 +13423,12 @@ export const GroupsApiFactory = function (configuration?: Configuration, basePat
13281
13423
  * @param {number} [n] The number of objects to return.
13282
13424
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
13283
13425
  * @param {GroupSearchSort} [sort] The sort order of Group Member results
13426
+ * @param {string} [roleId] Only returns members with a specific groupRoleId
13284
13427
  * @param {*} [options] Override http request option.
13285
13428
  * @throws {RequiredError}
13286
13429
  */
13287
- getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options?: any): AxiosPromise<Array<GroupMember>> {
13288
- return localVarFp.getGroupMembers(groupId, n, offset, sort, options).then((request) => request(axios, basePath));
13430
+ getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options?: any): AxiosPromise<Array<GroupMember>> {
13431
+ return localVarFp.getGroupMembers(groupId, n, offset, sort, roleId, options).then((request) => request(axios, basePath));
13289
13432
  },
13290
13433
  /**
13291
13434
  * Returns a List of all possible/available permissions for a Group.
@@ -13817,12 +13960,13 @@ export class GroupsApi extends BaseAPI {
13817
13960
  * @param {number} [n] The number of objects to return.
13818
13961
  * @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
13819
13962
  * @param {GroupSearchSort} [sort] The sort order of Group Member results
13963
+ * @param {string} [roleId] Only returns members with a specific groupRoleId
13820
13964
  * @param {*} [options] Override http request option.
13821
13965
  * @throws {RequiredError}
13822
13966
  * @memberof GroupsApi
13823
13967
  */
13824
- public getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options?: AxiosRequestConfig) {
13825
- return GroupsApiFp(this.configuration).getGroupMembers(groupId, n, offset, sort, options).then((request) => request(this.axios, this.basePath));
13968
+ public getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options?: AxiosRequestConfig) {
13969
+ return GroupsApiFp(this.configuration).getGroupMembers(groupId, n, offset, sort, roleId, options).then((request) => request(this.axios, this.basePath));
13826
13970
  }
13827
13971
 
13828
13972
  /**
@@ -17893,10 +18037,11 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
17893
18037
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
17894
18038
  * @param {string} [minUnityVersion] The minimum Unity version supported by the asset.
17895
18039
  * @param {string} [platform] The platform the asset supports.
18040
+ * @param {boolean} [fuzzy]
17896
18041
  * @param {*} [options] Override http request option.
17897
18042
  * @throws {RequiredError}
17898
18043
  */
17899
- searchWorlds: async (featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
18044
+ searchWorlds: async (featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, fuzzy?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
17900
18045
  const localVarPath = `/worlds`;
17901
18046
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
17902
18047
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -17967,6 +18112,10 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
17967
18112
  localVarQueryParameter['platform'] = platform;
17968
18113
  }
17969
18114
 
18115
+ if (fuzzy !== undefined) {
18116
+ localVarQueryParameter['fuzzy'] = fuzzy;
18117
+ }
18118
+
17970
18119
 
17971
18120
 
17972
18121
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -18228,11 +18377,12 @@ export const WorldsApiFp = function(configuration?: Configuration) {
18228
18377
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
18229
18378
  * @param {string} [minUnityVersion] The minimum Unity version supported by the asset.
18230
18379
  * @param {string} [platform] The platform the asset supports.
18380
+ * @param {boolean} [fuzzy]
18231
18381
  * @param {*} [options] Override http request option.
18232
18382
  * @throws {RequiredError}
18233
18383
  */
18234
- async searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>> {
18235
- const localVarAxiosArgs = await localVarAxiosParamCreator.searchWorlds(featured, sort, user, userId, n, order, offset, search, tag, notag, releaseStatus, maxUnityVersion, minUnityVersion, platform, options);
18384
+ async searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, fuzzy?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>> {
18385
+ const localVarAxiosArgs = await localVarAxiosParamCreator.searchWorlds(featured, sort, user, userId, n, order, offset, search, tag, notag, releaseStatus, maxUnityVersion, minUnityVersion, platform, fuzzy, options);
18236
18386
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
18237
18387
  },
18238
18388
  /**
@@ -18422,11 +18572,12 @@ export const WorldsApiFactory = function (configuration?: Configuration, basePat
18422
18572
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
18423
18573
  * @param {string} [minUnityVersion] The minimum Unity version supported by the asset.
18424
18574
  * @param {string} [platform] The platform the asset supports.
18575
+ * @param {boolean} [fuzzy]
18425
18576
  * @param {*} [options] Override http request option.
18426
18577
  * @throws {RequiredError}
18427
18578
  */
18428
- searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: any): AxiosPromise<Array<LimitedWorld>> {
18429
- return localVarFp.searchWorlds(featured, sort, user, userId, n, order, offset, search, tag, notag, releaseStatus, maxUnityVersion, minUnityVersion, platform, options).then((request) => request(axios, basePath));
18579
+ searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, fuzzy?: boolean, options?: any): AxiosPromise<Array<LimitedWorld>> {
18580
+ return localVarFp.searchWorlds(featured, sort, user, userId, n, order, offset, search, tag, notag, releaseStatus, maxUnityVersion, minUnityVersion, platform, fuzzy, options).then((request) => request(axios, basePath));
18430
18581
  },
18431
18582
  /**
18432
18583
  * Unpublish a world.
@@ -18633,12 +18784,13 @@ export class WorldsApi extends BaseAPI {
18633
18784
  * @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
18634
18785
  * @param {string} [minUnityVersion] The minimum Unity version supported by the asset.
18635
18786
  * @param {string} [platform] The platform the asset supports.
18787
+ * @param {boolean} [fuzzy]
18636
18788
  * @param {*} [options] Override http request option.
18637
18789
  * @throws {RequiredError}
18638
18790
  * @memberof WorldsApi
18639
18791
  */
18640
- public searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig) {
18641
- return WorldsApiFp(this.configuration).searchWorlds(featured, sort, user, userId, n, order, offset, search, tag, notag, releaseStatus, maxUnityVersion, minUnityVersion, platform, options).then((request) => request(this.axios, this.basePath));
18792
+ public searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, fuzzy?: boolean, options?: AxiosRequestConfig) {
18793
+ return WorldsApiFp(this.configuration).searchWorlds(featured, sort, user, userId, n, order, offset, search, tag, notag, releaseStatus, maxUnityVersion, minUnityVersion, platform, fuzzy, options).then((request) => request(this.axios, this.basePath));
18642
18794
  }
18643
18795
 
18644
18796
  /**