Skip to content

Commit 49783b6

Browse files
committed
Upgrade Python SDK to spec 1.18.5
1 parent edb1899 commit 49783b6

File tree

209 files changed

+5316
-581
lines changed

Some content is hidden

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

209 files changed

+5316
-581
lines changed

.openapi-generator/FILES

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
.gitlab-ci.yml
22
docs/APIConfig.md
33
docs/APIConfigAnnouncement.md
4+
docs/APIConfigConstants.md
5+
docs/APIConfigConstantsGROUPS.md
6+
docs/APIConfigConstantsINSTANCE.md
7+
docs/APIConfigConstantsINSTANCEPOPULATIONBRACKETS.md
8+
docs/APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.md
9+
docs/APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW.md
10+
docs/APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY.md
11+
docs/APIConfigConstantsLANGUAGE.md
412
docs/APIConfigDownloadURLList.md
513
docs/APIConfigEvents.md
14+
docs/APIConfigMinSupportedClientBuildNumber.md
15+
docs/APIConfigOfflineAnalysis.md
16+
docs/APIConfigReportCategories.md
17+
docs/APIConfigReportReasons.md
618
docs/APIHealth.md
719
docs/AccountDeletionLog.md
820
docs/AddFavoriteRequest.md
@@ -107,13 +119,17 @@ docs/NotificationsApi.md
107119
docs/OrderOption.md
108120
docs/PaginatedGroupAuditLogEntryList.md
109121
docs/PastDisplayName.md
122+
docs/PerformanceRatings.md
110123
docs/Permission.md
111124
docs/PermissionsApi.md
125+
docs/PlatformBuildInfo.md
112126
docs/PlayerModeration.md
113127
docs/PlayerModerationType.md
114128
docs/PlayermoderationApi.md
115129
docs/Region.md
116130
docs/ReleaseStatus.md
131+
docs/ReportCategory.md
132+
docs/ReportReason.md
117133
docs/RepresentedGroup.md
118134
docs/RequestInviteRequest.md
119135
docs/RespondGroupJoinRequest.md
@@ -186,8 +202,20 @@ vrchatapi/models/add_favorite_request.py
186202
vrchatapi/models/add_group_gallery_image_request.py
187203
vrchatapi/models/api_config.py
188204
vrchatapi/models/api_config_announcement.py
205+
vrchatapi/models/api_config_constants.py
206+
vrchatapi/models/api_config_constants_groups.py
207+
vrchatapi/models/api_config_constants_instance.py
208+
vrchatapi/models/api_config_constants_instancepopulationbrackets.py
209+
vrchatapi/models/api_config_constants_instancepopulationbracketscrowded.py
210+
vrchatapi/models/api_config_constants_instancepopulationbracketsfew.py
211+
vrchatapi/models/api_config_constants_instancepopulationbracketsmany.py
212+
vrchatapi/models/api_config_constants_language.py
189213
vrchatapi/models/api_config_download_url_list.py
190214
vrchatapi/models/api_config_events.py
215+
vrchatapi/models/api_config_min_supported_client_build_number.py
216+
vrchatapi/models/api_config_offline_analysis.py
217+
vrchatapi/models/api_config_report_categories.py
218+
vrchatapi/models/api_config_report_reasons.py
191219
vrchatapi/models/api_health.py
192220
vrchatapi/models/avatar.py
193221
vrchatapi/models/avatar_unity_package_url_object.py
@@ -279,11 +307,15 @@ vrchatapi/models/notification_type.py
279307
vrchatapi/models/order_option.py
280308
vrchatapi/models/paginated_group_audit_log_entry_list.py
281309
vrchatapi/models/past_display_name.py
310+
vrchatapi/models/performance_ratings.py
282311
vrchatapi/models/permission.py
312+
vrchatapi/models/platform_build_info.py
283313
vrchatapi/models/player_moderation.py
284314
vrchatapi/models/player_moderation_type.py
285315
vrchatapi/models/region.py
286316
vrchatapi/models/release_status.py
317+
vrchatapi/models/report_category.py
318+
vrchatapi/models/report_reason.py
287319
vrchatapi/models/represented_group.py
288320
vrchatapi/models/request_invite_request.py
289321
vrchatapi/models/respond_group_join_request.py

docs/APIConfig.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ Name | Type | Description | Notes
99
**voice_enable_receiver_limiting** | **bool** | Unknown, probably voice optimization testing | [default to True]
1010
**address** | **str** | VRChat's office address |
1111
**announcements** | [**list[APIConfigAnnouncement]**](APIConfigAnnouncement.md) | Public Announcements |
12+
**analytics_segment_new_ui_pct_of_users** | **int** | Unknown |
13+
**analytics_segment_new_ui_salt** | **str** | Unknown |
1214
**app_name** | **str** | Game name | [default to 'VrChat']
1315
**available_language_codes** | **list[str]** | List of supported Languages |
1416
**available_languages** | **list[str]** | List of supported Languages |
1517
**build_version_tag** | **str** | Build tag of the API server |
18+
**chatbox_log_buffer_seconds** | **int** | Unknown | [default to 40]
1619
**client_api_key** | **str** | apiKey to be used for all other requests |
1720
**client_bps_ceiling** | **int** | Unknown | [default to 18432]
1821
**client_disconnect_timeout** | **int** | Unknown | [default to 30000]
1922
**client_net_dispatch_thread** | **bool** | Unknown | [optional] [default to False]
23+
**client_net_dispatch_thread_mobile** | **bool** | Unknown | [default to True]
2024
**client_net_in_thread** | **bool** | Unknown | [optional] [default to False]
2125
**client_net_in_thread2** | **bool** | Unknown | [optional] [default to False]
2226
**client_net_in_thread_mobile** | **bool** | Unknown | [optional] [default to False]
@@ -28,6 +32,7 @@ Name | Type | Description | Notes
2832
**client_qr** | **int** | Unknown | [optional] [default to 1]
2933
**client_reserved_player_bps** | **int** | Unknown | [default to 7168]
3034
**client_sent_count_allowance** | **int** | Unknown | [default to 15]
35+
**constants** | [**APIConfigConstants**](APIConfigConstants.md) | |
3136
**contact_email** | **str** | VRChat's contact email |
3237
**copyright_email** | **str** | VRChat's copyright-issues-related email |
3338
**current_privacy_version** | **int** | Current version number of the Privacy Agreement | [optional] [default to 1]
@@ -62,20 +67,32 @@ Name | Type | Description | Notes
6267
**economy_pause_start** | **str** | Unknown | [optional]
6368
**economy_state** | **int** | Unknown | [optional] [default to 1]
6469
**events** | [**APIConfigEvents**](APIConfigEvents.md) | |
70+
**force_use_latest_world** | **bool** | Unknown | [default to True]
71+
**google_api_client_id** | **str** | Unknown | [default to '827942544393-r2ouvckvouldn9dg9uruseje575e878f.apps.googleusercontent.com']
6572
**home_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
6673
**homepage_redirect_target** | **str** | Redirect target if you try to open the base API domain in your browser | [default to 'https://hello.vrchat.com']
6774
**hub_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
6875
**image_host_url_list** | **list[str]** | 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). |
6976
**jobs_email** | **str** | VRChat's job application email |
77+
**min_supported_client_build_number** | [**APIConfigMinSupportedClientBuildNumber**](APIConfigMinSupportedClientBuildNumber.md) | |
78+
**minimum_unity_version_for_uploads** | **str** | Minimum Unity version required for uploading assets | [default to '2019.0.0f1']
7079
**moderation_email** | **str** | VRChat's moderation related email |
7180
**not_allowed_to_select_avatar_in_private_world_message** | **str** | Used in-game to notify a user they aren't allowed to select avatars in private worlds |
81+
**offline_analysis** | [**APIConfigOfflineAnalysis**](APIConfigOfflineAnalysis.md) | |
82+
**photon_nameserver_overrides** | **list[str]** | Unknown |
83+
**photon_public_keys** | **list[str]** | Unknown |
84+
**report_categories** | [**APIConfigReportCategories**](APIConfigReportCategories.md) | |
85+
**report_form_url** | **str** | URL to the report form | [default to 'https://help.vrchat.com/hc/en-us/requests/new?ticket_form_id=1500000182242&tf_360056455174=user_report&tf_360057451993={userId}&tf_1500001445142={reportedId}&tf_subject={reason} {category} By {contentType} {reportedName}&tf_description={description}']
86+
**report_options** | **object** | Options for reporting content |
87+
**report_reasons** | [**APIConfigReportReasons**](APIConfigReportReasons.md) | |
7288
**sdk_developer_faq_url** | **str** | Link to the developer FAQ |
7389
**sdk_discord_url** | **str** | Link to the official VRChat Discord |
7490
**sdk_not_allowed_to_publish_message** | **str** | Used in the SDK to notify a user they aren't allowed to upload avatars/worlds yet |
7591
**sdk_unity_version** | **str** | Unity version supported by the SDK |
7692
**server_name** | **str** | Server name of the API server currently responding |
7793
**string_host_url_list** | **list[str]** | 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). |
7894
**support_email** | **str** | VRChat's support email |
95+
**timekeeping** | **bool** | Unknown | [default to True]
7996
**time_out_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
8097
**tutorial_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
8198
**update_rate_ms_maximum** | **int** | Unknown |
@@ -89,6 +106,9 @@ Name | Type | Description | Notes
89106
**white_listed_asset_urls** | **list[str]** | List of allowed URLs that are allowed to host avatar assets |
90107
**player_url_resolver_version** | **str** | Currently used youtube-dl.exe version |
91108
**player_url_resolver_sha1** | **str** | Currently used youtube-dl.exe hash in SHA1-delimited format |
109+
**websocket_max_friends_refresh_delay** | **int** | Unknown | [default to 900]
110+
**websocket_quick_reconnect_time** | **int** | Unknown | [default to 2]
111+
**websocket_reconnect_max_delay** | **int** | Unknown | [default to 2]
92112

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

docs/APIConfigConstants.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# APIConfigConstants
2+
3+
Constants
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**groups** | [**APIConfigConstantsGROUPS**](APIConfigConstantsGROUPS.md) | |
9+
**instance** | [**APIConfigConstantsINSTANCE**](APIConfigConstantsINSTANCE.md) | |
10+
**language** | [**APIConfigConstantsLANGUAGE**](APIConfigConstantsLANGUAGE.md) | |
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+

docs/APIConfigConstantsGROUPS.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# APIConfigConstantsGROUPS
2+
3+
Group-related constants
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**capacity** | **int** | Maximum group capacity | [optional] [default to 100000]
9+
**group_transfer_requirements** | **list[str]** | Requirements for transferring group ownership | [optional]
10+
**max_invites_requests** | **int** | Maximum number of invite requests | [optional] [default to 50]
11+
**max_joined** | **int** | Maximum number of joined groups | [optional] [default to 100]
12+
**max_joined_plus** | **int** | Maximum number of joined groups for VRChat Plus members | [optional] [default to 200]
13+
**max_languages** | **int** | Maximum number of supported languages | [optional] [default to 10]
14+
**max_links** | **int** | Maximum number of group links | [optional] [default to 3]
15+
**max_management_roles** | **int** | Maximum number of management roles in a group | [optional] [default to 5]
16+
**max_owned** | **int** | Maximum number of groups a user can own | [optional] [default to 5]
17+
**max_roles** | **int** | Maximum number of roles in a group | [optional] [default to 50]
18+
19+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
20+
21+

docs/APIConfigConstantsINSTANCE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# APIConfigConstantsINSTANCE
2+
3+
Instance-related constants
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**population_brackets** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETS**](APIConfigConstantsINSTANCEPOPULATIONBRACKETS.md) | | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# APIConfigConstantsINSTANCEPOPULATIONBRACKETS
2+
3+
Population brackets based on instance population
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**crowded** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED**](APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.md) | | [optional]
9+
**few** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW**](APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW.md) | | [optional]
10+
**many** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY**](APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY.md) | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED
2+
3+
Crowded population range
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**max** | **int** | Maximum population for a crowded instance | [optional]
9+
**min** | **int** | Minimum population for a crowded instance | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW
2+
3+
Few population range
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**max** | **int** | Maximum population for a few instance | [optional]
9+
**min** | **int** | Minimum population for a few instance | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY
2+
3+
Many population range
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**max** | **int** | Maximum population for a many instance | [optional]
9+
**min** | **int** | Minimum population for a many instance | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

docs/APIConfigConstantsLANGUAGE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# APIConfigConstantsLANGUAGE
2+
3+
Language-related constants
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**spoken_language_options** | **dict(str, str)** | Supported spoken language options | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

0 commit comments

Comments
 (0)