Skip to content

Commit 6cd7840

Browse files
committed
2 parents e5b9bbc + 48f87d9 commit 6cd7840

File tree

143 files changed

+806
-1487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+806
-1487
lines changed

.openapi-generator/FILES

Lines changed: 38 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
.gitlab-ci.yml
22
docs/APIConfig.md
33
docs/APIEventConfig.md
4+
docs/APIHealth.md
5+
docs/AddFavoriteRequest.md
46
docs/AuthenticationApi.md
57
docs/Avatar.md
68
docs/AvatarID.md
79
docs/AvatarUnityPackageUrlObject.md
810
docs/AvatarsApi.md
11+
docs/CreateAvatarRequest.md
12+
docs/CreateFileRequest.md
13+
docs/CreateFileVersionRequest.md
14+
docs/CreateWorldRequest.md
915
docs/CurrentUser.md
1016
docs/DeploymentGroup.md
1117
docs/DeveloperType.md
@@ -23,32 +29,13 @@ docs/File.md
2329
docs/FileData.md
2430
docs/FileID.md
2531
docs/FileStatus.md
32+
docs/FileUploadURL.md
2633
docs/FileVersion.md
34+
docs/FileVersionUploadStatus.md
2735
docs/FilesApi.md
36+
docs/FinishFileDataUploadRequest.md
2837
docs/FriendStatus.md
2938
docs/FriendsApi.md
30-
docs/InlineObject.md
31-
docs/InlineObject1.md
32-
docs/InlineObject10.md
33-
docs/InlineObject11.md
34-
docs/InlineObject12.md
35-
docs/InlineObject13.md
36-
docs/InlineObject2.md
37-
docs/InlineObject3.md
38-
docs/InlineObject4.md
39-
docs/InlineObject5.md
40-
docs/InlineObject6.md
41-
docs/InlineObject7.md
42-
docs/InlineObject8.md
43-
docs/InlineObject9.md
44-
docs/InlineResponse200.md
45-
docs/InlineResponse2001.md
46-
docs/InlineResponse2002.md
47-
docs/InlineResponse2003.md
48-
docs/InlineResponse2004.md
49-
docs/InlineResponse2005.md
50-
docs/InlineResponse2006.md
51-
docs/InlineResponse400.md
5239
docs/Instance.md
5340
docs/InstanceID.md
5441
docs/InstancePlatforms.md
@@ -62,6 +49,7 @@ docs/LimitedUnityPackage.md
6249
docs/LimitedUser.md
6350
docs/LimitedWorld.md
6451
docs/MIMEType.md
52+
docs/ModerateUserRequest.md
6553
docs/Notification.md
6654
docs/NotificationType.md
6755
docs/NotificationsApi.md
@@ -79,15 +67,24 @@ docs/Response.md
7967
docs/Success.md
8068
docs/SystemApi.md
8169
docs/Tag.md
70+
docs/TwoFactorAuthCode.md
8271
docs/UnityPackage.md
8372
docs/UnityPackageID.md
73+
docs/UpdateAvatarRequest.md
74+
docs/UpdateFavoriteGroupRequest.md
75+
docs/UpdateUserRequest.md
76+
docs/UpdateWorldRequest.md
8477
docs/User.md
8578
docs/UserExists.md
8679
docs/UserState.md
8780
docs/UserStatus.md
8881
docs/UsersApi.md
82+
docs/Verify2FAResult.md
83+
docs/VerifyAuthTokenResult.md
8984
docs/World.md
9085
docs/WorldID.md
86+
docs/WorldMetadata.md
87+
docs/WorldPublishStatus.md
9188
docs/WorldsApi.md
9289
git_push.sh
9390
requirements.txt
@@ -114,11 +111,17 @@ vrchatapi/apis/__init__.py
114111
vrchatapi/configuration.py
115112
vrchatapi/exceptions.py
116113
vrchatapi/model/__init__.py
114+
vrchatapi/model/add_favorite_request.py
117115
vrchatapi/model/api_config.py
118116
vrchatapi/model/api_event_config.py
117+
vrchatapi/model/api_health.py
119118
vrchatapi/model/avatar.py
120119
vrchatapi/model/avatar_id.py
121120
vrchatapi/model/avatar_unity_package_url_object.py
121+
vrchatapi/model/create_avatar_request.py
122+
vrchatapi/model/create_file_request.py
123+
vrchatapi/model/create_file_version_request.py
124+
vrchatapi/model/create_world_request.py
122125
vrchatapi/model/current_user.py
123126
vrchatapi/model/deployment_group.py
124127
vrchatapi/model/developer_type.py
@@ -135,30 +138,11 @@ vrchatapi/model/file.py
135138
vrchatapi/model/file_data.py
136139
vrchatapi/model/file_id.py
137140
vrchatapi/model/file_status.py
141+
vrchatapi/model/file_upload_url.py
138142
vrchatapi/model/file_version.py
143+
vrchatapi/model/file_version_upload_status.py
144+
vrchatapi/model/finish_file_data_upload_request.py
139145
vrchatapi/model/friend_status.py
140-
vrchatapi/model/inline_object.py
141-
vrchatapi/model/inline_object1.py
142-
vrchatapi/model/inline_object10.py
143-
vrchatapi/model/inline_object11.py
144-
vrchatapi/model/inline_object12.py
145-
vrchatapi/model/inline_object13.py
146-
vrchatapi/model/inline_object2.py
147-
vrchatapi/model/inline_object3.py
148-
vrchatapi/model/inline_object4.py
149-
vrchatapi/model/inline_object5.py
150-
vrchatapi/model/inline_object6.py
151-
vrchatapi/model/inline_object7.py
152-
vrchatapi/model/inline_object8.py
153-
vrchatapi/model/inline_object9.py
154-
vrchatapi/model/inline_response200.py
155-
vrchatapi/model/inline_response2001.py
156-
vrchatapi/model/inline_response2002.py
157-
vrchatapi/model/inline_response2003.py
158-
vrchatapi/model/inline_response2004.py
159-
vrchatapi/model/inline_response2005.py
160-
vrchatapi/model/inline_response2006.py
161-
vrchatapi/model/inline_response400.py
162146
vrchatapi/model/instance.py
163147
vrchatapi/model/instance_id.py
164148
vrchatapi/model/instance_platforms.py
@@ -171,6 +155,7 @@ vrchatapi/model/limited_unity_package.py
171155
vrchatapi/model/limited_user.py
172156
vrchatapi/model/limited_world.py
173157
vrchatapi/model/mime_type.py
158+
vrchatapi/model/moderate_user_request.py
174159
vrchatapi/model/notification.py
175160
vrchatapi/model/notification_type.py
176161
vrchatapi/model/past_display_name.py
@@ -184,14 +169,23 @@ vrchatapi/model/release_status.py
184169
vrchatapi/model/response.py
185170
vrchatapi/model/success.py
186171
vrchatapi/model/tag.py
172+
vrchatapi/model/two_factor_auth_code.py
187173
vrchatapi/model/unity_package.py
188174
vrchatapi/model/unity_package_id.py
175+
vrchatapi/model/update_avatar_request.py
176+
vrchatapi/model/update_favorite_group_request.py
177+
vrchatapi/model/update_user_request.py
178+
vrchatapi/model/update_world_request.py
189179
vrchatapi/model/user.py
190180
vrchatapi/model/user_exists.py
191181
vrchatapi/model/user_state.py
192182
vrchatapi/model/user_status.py
183+
vrchatapi/model/verify2_fa_result.py
184+
vrchatapi/model/verify_auth_token_result.py
193185
vrchatapi/model/world.py
194186
vrchatapi/model/world_id.py
187+
vrchatapi/model/world_metadata.py
188+
vrchatapi/model/world_publish_status.py
195189
vrchatapi/model_utils.py
196190
vrchatapi/models/__init__.py
197191
vrchatapi/rest.py
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# InlineResponse2002
1+
# APIHealth
22

33

44
## Properties
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# InlineObject8
1+
# AddFavoriteRequest
22

33

44
## Properties

docs/AuthenticationApi.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ This endpoint does not need any parameter.
354354
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
355355

356356
# **verify2_fa**
357-
> InlineResponse2001 verify2_fa()
357+
> Verify2FAResult verify2_fa()
358358
359359
Verify 2FA code
360360

@@ -368,9 +368,9 @@ Finishes the login sequence with a normal 2FA-generated code for accounts with 2
368368
import time
369369
import vrchatapi
370370
from vrchatapi.api import authentication_api
371-
from vrchatapi.model.inline_object import InlineObject
371+
from vrchatapi.model.two_factor_auth_code import TwoFactorAuthCode
372+
from vrchatapi.model.verify2_fa_result import Verify2FAResult
372373
from vrchatapi.model.error import Error
373-
from vrchatapi.model.inline_response2001 import InlineResponse2001
374374
from pprint import pprint
375375
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
376376
# See configuration.py for a list of all supported configuration parameters.
@@ -393,15 +393,15 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
393393
with vrchatapi.ApiClient(configuration) as api_client:
394394
# Create an instance of the API class
395395
api_instance = authentication_api.AuthenticationApi(api_client)
396-
inline_object = InlineObject(
396+
two_factor_auth_code = TwoFactorAuthCode(
397397
code="code_example",
398-
) # InlineObject | (optional)
398+
) # TwoFactorAuthCode | (optional)
399399

400400
# example passing only required values which don't have defaults set
401401
# and optional values
402402
try:
403403
# Verify 2FA code
404-
api_response = api_instance.verify2_fa(inline_object=inline_object)
404+
api_response = api_instance.verify2_fa(two_factor_auth_code=two_factor_auth_code)
405405
pprint(api_response)
406406
except vrchatapi.ApiException as e:
407407
print("Exception when calling AuthenticationApi->verify2_fa: %s\n" % e)
@@ -412,11 +412,11 @@ with vrchatapi.ApiClient(configuration) as api_client:
412412

413413
Name | Type | Description | Notes
414414
------------- | ------------- | ------------- | -------------
415-
**inline_object** | [**InlineObject**](InlineObject.md)| | [optional]
415+
**two_factor_auth_code** | [**TwoFactorAuthCode**](TwoFactorAuthCode.md)| | [optional]
416416

417417
### Return type
418418

419-
[**InlineResponse2001**](InlineResponse2001.md)
419+
[**Verify2FAResult**](Verify2FAResult.md)
420420

421421
### Authorization
422422

@@ -438,7 +438,7 @@ Name | Type | Description | Notes
438438
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
439439

440440
# **verify_auth_token**
441-
> InlineResponse200 verify_auth_token()
441+
> VerifyAuthTokenResult verify_auth_token()
442442
443443
Verify Auth Token
444444

@@ -452,7 +452,7 @@ Verify whether the currently provided Auth Token is valid.
452452
import time
453453
import vrchatapi
454454
from vrchatapi.api import authentication_api
455-
from vrchatapi.model.inline_response200 import InlineResponse200
455+
from vrchatapi.model.verify_auth_token_result import VerifyAuthTokenResult
456456
from vrchatapi.model.error import Error
457457
from pprint import pprint
458458
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
@@ -492,7 +492,7 @@ This endpoint does not need any parameter.
492492

493493
### Return type
494494

495-
[**InlineResponse200**](InlineResponse200.md)
495+
[**VerifyAuthTokenResult**](VerifyAuthTokenResult.md)
496496

497497
### Authorization
498498

@@ -508,13 +508,13 @@ This endpoint does not need any parameter.
508508

509509
| Status code | Description | Response headers |
510510
|-------------|-------------|------------------|
511-
**200** | OK | - |
511+
**200** | Returns wether a provided auth token is valid or not. | - |
512512
**401** | Error response due to missing apiKey or auth cookie. | - |
513513

514514
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
515515

516516
# **verify_recovery_code**
517-
> InlineResponse2001 verify_recovery_code()
517+
> Verify2FAResult verify_recovery_code()
518518
519519
Verify 2FA code with Recovery code
520520

@@ -528,9 +528,9 @@ Finishes the login sequence with an OTP (One Time Password) recovery code for ac
528528
import time
529529
import vrchatapi
530530
from vrchatapi.api import authentication_api
531-
from vrchatapi.model.inline_object1 import InlineObject1
531+
from vrchatapi.model.two_factor_auth_code import TwoFactorAuthCode
532+
from vrchatapi.model.verify2_fa_result import Verify2FAResult
532533
from vrchatapi.model.error import Error
533-
from vrchatapi.model.inline_response2001 import InlineResponse2001
534534
from pprint import pprint
535535
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
536536
# See configuration.py for a list of all supported configuration parameters.
@@ -553,15 +553,15 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
553553
with vrchatapi.ApiClient(configuration) as api_client:
554554
# Create an instance of the API class
555555
api_instance = authentication_api.AuthenticationApi(api_client)
556-
inline_object1 = InlineObject1(
556+
two_factor_auth_code = TwoFactorAuthCode(
557557
code="code_example",
558-
) # InlineObject1 | (optional)
558+
) # TwoFactorAuthCode | (optional)
559559

560560
# example passing only required values which don't have defaults set
561561
# and optional values
562562
try:
563563
# Verify 2FA code with Recovery code
564-
api_response = api_instance.verify_recovery_code(inline_object1=inline_object1)
564+
api_response = api_instance.verify_recovery_code(two_factor_auth_code=two_factor_auth_code)
565565
pprint(api_response)
566566
except vrchatapi.ApiException as e:
567567
print("Exception when calling AuthenticationApi->verify_recovery_code: %s\n" % e)
@@ -572,11 +572,11 @@ with vrchatapi.ApiClient(configuration) as api_client:
572572

573573
Name | Type | Description | Notes
574574
------------- | ------------- | ------------- | -------------
575-
**inline_object1** | [**InlineObject1**](InlineObject1.md)| | [optional]
575+
**two_factor_auth_code** | [**TwoFactorAuthCode**](TwoFactorAuthCode.md)| | [optional]
576576

577577
### Return type
578578

579-
[**InlineResponse2001**](InlineResponse2001.md)
579+
[**Verify2FAResult**](Verify2FAResult.md)
580580

581581
### Authorization
582582

0 commit comments

Comments
 (0)