Skip to content

Commit 852a30d

Browse files
committed
Upgrade Python SDK to spec ${vrchat_sdk_version}
1 parent f8385c6 commit 852a30d

File tree

510 files changed

+37500
-15269
lines changed

Some content is hidden

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

510 files changed

+37500
-15269
lines changed

β€Ž.openapi-generator/FILESβ€Ž

Lines changed: 116 additions & 18 deletions
Large diffs are not rendered by default.

β€Ždocs/APIConfig.mdβ€Ž

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# APIConfig
22

3-
3+
Global configuration for various features.
44

55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8+
**campaign_status** | **str** | The current platform-wide event taking place |
9+
**disable_background_preloads** | **bool** | Toggles if certain assets are preloaded in the background | [default to True]
10+
**location_gifting_non_sub_prio_enabled** | **bool** | Toggles whether users without a current VRC+ subscription are priority recipients for gift drops | [default to True]
811
**voice_enable_degradation** | **bool** | Unknown, probably voice optimization testing | [default to False]
912
**voice_enable_receiver_limiting** | **bool** | Unknown, probably voice optimization testing | [default to True]
1013
**access_logs_urls** | [**APIConfigAccessLogsUrls**](APIConfigAccessLogsUrls.md) | |
@@ -14,9 +17,10 @@ Name | Type | Description | Notes
1417
**age_verification_status_visible** | **bool** | |
1518
**analysis_max_retries** | **int** | Max retries for avatar analysis requests |
1619
**analysis_retry_interval** | **int** | Interval between retries for avatar analysis requests |
17-
**announcements** | [**list[APIConfigAnnouncement]**](APIConfigAnnouncement.md) | Public Announcements |
1820
**analytics_segment_new_ui_pct_of_users** | **int** | Unknown |
1921
**analytics_segment_new_ui_salt** | **str** | Unknown |
22+
**announcements** | [**list[APIConfigAnnouncement]**](APIConfigAnnouncement.md) | Public Announcements |
23+
**audio_config** | [**APIConfigAudioConfig**](APIConfigAudioConfig.md) | | [optional]
2024
**available_language_codes** | **list[str]** | List of supported Languages |
2125
**available_languages** | **list[str]** | List of supported Languages |
2226
**avatar_perf_limiter** | [**APIConfigAvatarPerfLimiter**](APIConfigAvatarPerfLimiter.md) | |
@@ -40,7 +44,8 @@ Name | Type | Description | Notes
4044
**constants** | [**APIConfigConstants**](APIConfigConstants.md) | |
4145
**contact_email** | **str** | VRChat's contact email |
4246
**copyright_email** | **str** | VRChat's copyright-issues-related email |
43-
**current_privacy_version** | **int** | Current version number of the Privacy Agreement | [optional] [default to 1]
47+
**copyright_form_url** | **str** | VRChat's DMCA claim webform url |
48+
**current_privacy_version** | **int** | Current version number of the Privacy Agreement | [default to 1]
4449
**current_tos_version** | **int** | Current version number of the Terms of Service |
4550
**default_avatar** | **str** | |
4651
**default_sticker_set** | **str** | |
@@ -51,10 +56,10 @@ Name | Type | Description | Notes
5156
**disable_av_pro_in_proton** | **bool** | Unknown | [optional] [default to False]
5257
**disable_avatar_copying** | **bool** | Toggles if copying avatars should be disabled | [default to False]
5358
**disable_avatar_gating** | **bool** | Toggles if avatar gating should be disabled. Avatar gating restricts uploading of avatars to people with the `system_avatar_access` Tag or `admin_avatar_access` Tag | [default to False]
59+
**disable_captcha** | **bool** | Unknown | [optional] [default to True]
5460
**disable_community_labs** | **bool** | Toggles if the Community Labs should be disabled | [default to False]
5561
**disable_community_labs_promotion** | **bool** | Toggles if promotion out of Community Labs should be disabled | [default to False]
5662
**disable_email** | **bool** | Unknown | [default to False]
57-
**disable_captcha** | **bool** | Unknown | [optional] [default to True]
5863
**disable_event_stream** | **bool** | Toggles if Analytics should be disabled. | [default to False]
5964
**disable_feedback_gating** | **bool** | Toggles if feedback gating should be disabled. Feedback gating restricts submission of feedback (reporting a World or User) to people with the `system_feedback_access` Tag. | [default to False]
6065
**disable_frontend_builds** | **bool** | Unknown, probably toggles compilation of frontend web builds? So internal flag? | [default to False]
@@ -69,9 +74,13 @@ Name | Type | Description | Notes
6974
**download_link_windows** | **str** | Download link for game on the Oculus Rift website. |
7075
**download_urls** | [**APIConfigDownloadURLList**](APIConfigDownloadURLList.md) | |
7176
**dynamic_world_rows** | [**list[DynamicContentRow]**](DynamicContentRow.md) | Array of DynamicWorldRow objects, used by the game to display the list of world rows |
72-
**economy_pause_end** | **str** | Unknown | [optional]
73-
**economy_pause_start** | **str** | Unknown | [optional]
74-
**economy_state** | **int** | Unknown | [optional] [default to 1]
77+
**economy_ledger_backfill** | **bool** | Unknown |
78+
**economy_ledger_migration_stop** | **str** | Unknown |
79+
**economy_ledger_mode** | **str** | Unknown |
80+
**economy_pause_end** | **datetime** | Unknown |
81+
**economy_pause_start** | **datetime** | Unknown |
82+
**economy_purchase_repair_enabled** | **bool** | Unknown |
83+
**economy_state** | **int** | Unknown | [default to 1]
7584
**events** | [**APIConfigEvents**](APIConfigEvents.md) | |
7685
**force_use_latest_world** | **bool** | Unknown | [default to True]
7786
**gift_display_type** | **str** | Display type of gifts |
@@ -80,18 +89,25 @@ Name | Type | Description | Notes
8089
**homepage_redirect_target** | **str** | Redirect target if you try to open the base API domain in your browser | [default to 'https://hello.vrchat.com']
8190
**hub_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
8291
**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). |
92+
**ios_app_version** | **list[str]** | Current app version for iOS |
93+
**ios_version** | [**APIConfigIosVersion**](APIConfigIosVersion.md) | |
8394
**jobs_email** | **str** | VRChat's job application email |
95+
**max_user_emoji** | **int** | The maximum number of custom emoji each user may have at a given time. | [default to 18]
96+
**max_user_stickers** | **int** | The maximum number of custom stickers each user may have at a given time. | [default to 18]
8497
**min_supported_client_build_number** | [**APIConfigMinSupportedClientBuildNumber**](APIConfigMinSupportedClientBuildNumber.md) | |
8598
**minimum_unity_version_for_uploads** | **str** | Minimum Unity version required for uploading assets | [default to '2019.0.0f1']
8699
**moderation_email** | **str** | VRChat's moderation related email |
87100
**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 |
88101
**offline_analysis** | [**APIConfigOfflineAnalysis**](APIConfigOfflineAnalysis.md) | |
89102
**photon_nameserver_overrides** | **list[str]** | Unknown |
90103
**photon_public_keys** | **list[str]** | Unknown |
91-
**report_categories** | [**APIConfigReportCategories**](APIConfigReportCategories.md) | |
104+
**player_url_resolver_sha1** | **str** | Currently used youtube-dl.exe hash in SHA1-delimited format |
105+
**player_url_resolver_version** | **str** | Currently used youtube-dl.exe version |
106+
**public_key** | **str** | Public key, hex encoded |
107+
**report_categories** | [**dict(str, ReportCategory)**](ReportCategory.md) | Categories available for reporting objectionable content |
92108
**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}']
93-
**report_options** | [**APIConfigReportOptions**](APIConfigReportOptions.md) | |
94-
**report_reasons** | [**APIConfigReportReasons**](APIConfigReportReasons.md) | |
109+
**report_options** | **dict(str, dict(str, list[str]))** | Options for reporting content. Select a key+value from this mapping as the `type` of the report. Select one key+value from the object at reportOptions[type] as the `category` of the report. reportCategories[category] contains user-facing text to display for all possible categories. Select one value from the array at reportOptions[type][category] as the `reason` of the report. reportReasons[reason] contains user-facing text to display for all possible categories. |
110+
**report_reasons** | [**dict(str, ReportReason)**](ReportReason.md) | Reasons available for submitting a report |
95111
**require_age_verification_beta_tag** | **bool** | |
96112
**sdk_developer_faq_url** | **str** | Link to the developer FAQ |
97113
**sdk_discord_url** | **str** | Link to the official VRChat Discord |
@@ -100,8 +116,8 @@ Name | Type | Description | Notes
100116
**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). |
101117
**support_email** | **str** | VRChat's support email |
102118
**support_form_url** | **str** | VRChat's support form |
103-
**timekeeping** | **bool** | Unknown | [default to True]
104119
**time_out_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
120+
**timekeeping** | **bool** | Unknown | [default to True]
105121
**tutorial_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
106122
**update_rate_ms_maximum** | **int** | Unknown |
107123
**update_rate_ms_minimum** | **int** | Unknown |
@@ -111,13 +127,10 @@ Name | Type | Description | Notes
111127
**url_list** | **list[str]** | List of allowed URLs that bypass the \"Allow untrusted URL's\" setting in-game |
112128
**use_reliable_udp_for_voice** | **bool** | Unknown | [default to False]
113129
**vive_windows_url** | **str** | Download link for game on the Steam website. |
114-
**white_listed_asset_urls** | **list[str]** | List of allowed URLs that are allowed to host avatar assets |
115-
**player_url_resolver_version** | **str** | Currently used youtube-dl.exe version |
116-
**player_url_resolver_sha1** | **str** | Currently used youtube-dl.exe hash in SHA1-delimited format |
117-
**public_key** | **str** | Public key, hex encoded |
118130
**websocket_max_friends_refresh_delay** | **int** | Unknown | [default to 900]
119131
**websocket_quick_reconnect_time** | **int** | Unknown | [default to 2]
120132
**websocket_reconnect_max_delay** | **int** | Unknown | [default to 2]
133+
**white_listed_asset_urls** | **list[str]** | List of allowed URLs that are allowed to host avatar assets |
121134

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

β€Ždocs/APIConfigAudioConfig.mdβ€Ž

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# APIConfigAudioConfig
2+
3+
Global configuration for Steam Audio
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**eq** | **float** | Unknown |
9+
**near_field_ild_nudge** | **float** | Unknown |
10+
**near_field_ild_nudge_distance** | **float** | Unknown |
11+
**near_field_ild_nudge_ear_radius** | **float** | Unknown |
12+
**per_ear_directionality_ear_radius** | **float** | Unknown |
13+
**per_ear_directionality_fade_distance** | **float** | Unknown |
14+
**per_ear_directionality_max_scale** | **float** | Unknown |
15+
**per_ear_directionality_pc_factor** | **float** | Unknown |
16+
**tracking_scale_max** | **float** | Unknown |
17+
**tracking_scale_min** | **float** | Unknown |
18+
**tracking_scale_multiplier** | **float** | Unknown |
19+
20+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
21+
22+

β€Ždocs/APIConfigDownloadURLList.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Download links for various development assets.
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8+
**bootstrap** | **str** | Download link for ??? |
89
**sdk2** | **str** | Download link for legacy SDK2 |
910
**sdk3_avatars** | **str** | Download link for SDK3 for Avatars |
1011
**sdk3_worlds** | **str** | Download link for SDK3 for Worlds |
1112
**vcc** | **str** | Download link for the Creator Companion |
12-
**bootstrap** | **str** | Download link for ??? |
1313

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

β€Ždocs/APIConfigEvents.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
1313
**player_order_bucket_size** | **int** | Unknown |
1414
**player_order_factor** | **int** | Unknown |
1515
**slow_update_factor_threshold** | **int** | Unknown |
16+
**use_direct_player_serialization** | **bool** | Unknown |
1617
**view_segment_length** | **int** | Unknown |
1718

1819
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# APIConfigReportOptionsGroup
1+
# APIConfigIosVersion
22

3+
Current version for iOS
34

45
## Properties
56
Name | Type | Description | Notes
67
------------ | ------------- | ------------- | -------------
7-
**groupstore** | **list[str]** | | [optional]
8-
**image** | **list[str]** | | [optional]
9-
**text** | **list[str]** | | [optional]
8+
**major** | **int** | |
9+
**minor** | **int** | |
1010

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

β€Ždocs/APIConfigReportCategories.mdβ€Ž

Lines changed: 0 additions & 24 deletions
This file was deleted.

β€Ždocs/APIConfigReportOptions.mdβ€Ž

Lines changed: 0 additions & 15 deletions
This file was deleted.

β€Ždocs/APIConfigReportOptionsUser.mdβ€Ž

Lines changed: 0 additions & 16 deletions
This file was deleted.

β€Ždocs/APIConfigReportReasons.mdβ€Ž

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
Β (0)