Skip to content

Commit 14cb11b

Browse files
committed
Upgrade Python SDK to spec 1.19.1
1 parent e41fcbb commit 14cb11b

File tree

230 files changed

+2453
-421
lines changed

Some content is hidden

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

230 files changed

+2453
-421
lines changed

.openapi-generator/FILES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.gitlab-ci.yml
22
docs/APIConfig.md
3+
docs/APIConfigAccessLogsUrls.md
34
docs/APIConfigAnnouncement.md
45
docs/APIConfigAvatarPerfLimiter.md
56
docs/APIConfigConstants.md
@@ -15,6 +16,11 @@ docs/APIConfigEvents.md
1516
docs/APIConfigMinSupportedClientBuildNumber.md
1617
docs/APIConfigOfflineAnalysis.md
1718
docs/APIConfigReportCategories.md
19+
docs/APIConfigReportOptions.md
20+
docs/APIConfigReportOptionsAvatar.md
21+
docs/APIConfigReportOptionsGroup.md
22+
docs/APIConfigReportOptionsUser.md
23+
docs/APIConfigReportOptionsWorld.md
1824
docs/APIConfigReportReasons.md
1925
docs/APIHealth.md
2026
docs/AccountDeletionLog.md
@@ -41,6 +47,7 @@ docs/CreateGroupRoleRequest.md
4147
docs/CreateInstanceRequest.md
4248
docs/CreateWorldRequest.md
4349
docs/CurrentUser.md
50+
docs/CurrentUserPlatformHistoryInner.md
4451
docs/CurrentUserPresence.md
4552
docs/DeploymentGroup.md
4653
docs/DeveloperType.md
@@ -231,6 +238,7 @@ vrchatapi/models/add_favorite_request.py
231238
vrchatapi/models/add_group_gallery_image_request.py
232239
vrchatapi/models/age_verification_status.py
233240
vrchatapi/models/api_config.py
241+
vrchatapi/models/api_config_access_logs_urls.py
234242
vrchatapi/models/api_config_announcement.py
235243
vrchatapi/models/api_config_avatar_perf_limiter.py
236244
vrchatapi/models/api_config_constants.py
@@ -246,6 +254,11 @@ vrchatapi/models/api_config_events.py
246254
vrchatapi/models/api_config_min_supported_client_build_number.py
247255
vrchatapi/models/api_config_offline_analysis.py
248256
vrchatapi/models/api_config_report_categories.py
257+
vrchatapi/models/api_config_report_options.py
258+
vrchatapi/models/api_config_report_options_avatar.py
259+
vrchatapi/models/api_config_report_options_group.py
260+
vrchatapi/models/api_config_report_options_user.py
261+
vrchatapi/models/api_config_report_options_world.py
249262
vrchatapi/models/api_config_report_reasons.py
250263
vrchatapi/models/api_health.py
251264
vrchatapi/models/avatar.py
@@ -266,6 +279,7 @@ vrchatapi/models/create_group_role_request.py
266279
vrchatapi/models/create_instance_request.py
267280
vrchatapi/models/create_world_request.py
268281
vrchatapi/models/current_user.py
282+
vrchatapi/models/current_user_platform_history_inner.py
269283
vrchatapi/models/current_user_presence.py
270284
vrchatapi/models/deployment_group.py
271285
vrchatapi/models/developer_type.py

docs/APIConfig.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**voice_enable_degradation** | **bool** | Unknown, probably voice optimization testing | [default to False]
99
**voice_enable_receiver_limiting** | **bool** | Unknown, probably voice optimization testing | [default to True]
10+
**access_logs_urls** | [**APIConfigAccessLogsUrls**](APIConfigAccessLogsUrls.md) | |
1011
**address** | **str** | VRChat's office address |
12+
**age_verification_invite_visible** | **bool** | |
1113
**age_verification_p** | **bool** | |
1214
**age_verification_status_visible** | **bool** | |
15+
**analysis_max_retries** | **int** | Max retries for avatar analysis requests |
16+
**analysis_retry_interval** | **int** | Interval between retries for avatar analysis requests |
1317
**announcements** | [**list[APIConfigAnnouncement]**](APIConfigAnnouncement.md) | Public Announcements |
1418
**analytics_segment_new_ui_pct_of_users** | **int** | Unknown |
1519
**analytics_segment_new_ui_salt** | **str** | Unknown |
@@ -57,6 +61,7 @@ Name | Type | Description | Notes
5761
**disable_event_stream** | **bool** | Toggles if Analytics should be disabled. | [default to False]
5862
**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]
5963
**disable_frontend_builds** | **bool** | Unknown, probably toggles compilation of frontend web builds? So internal flag? | [default to False]
64+
**disable_gift_drops** | **bool** | Toggles if gift drops should be disabled | [default to False]
6065
**disable_hello** | **bool** | Unknown | [default to False]
6166
**disable_oculus_subs** | **bool** | Toggles if signing up for Subscriptions in Oculus is disabled or not. | [default to False]
6267
**disable_registration** | **bool** | Toggles if new user account registration should be disabled. | [default to False]
@@ -72,6 +77,7 @@ Name | Type | Description | Notes
7277
**economy_state** | **int** | Unknown | [optional] [default to 1]
7378
**events** | [**APIConfigEvents**](APIConfigEvents.md) | |
7479
**force_use_latest_world** | **bool** | Unknown | [default to True]
80+
**gift_display_type** | **str** | Display type of gifts |
7581
**google_api_client_id** | **str** | Unknown | [default to '827942544393-r2ouvckvouldn9dg9uruseje575e878f.apps.googleusercontent.com']
7682
**home_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
7783
**homepage_redirect_target** | **str** | Redirect target if you try to open the base API domain in your browser | [default to 'https://hello.vrchat.com']
@@ -87,8 +93,9 @@ Name | Type | Description | Notes
8793
**photon_public_keys** | **list[str]** | Unknown |
8894
**report_categories** | [**APIConfigReportCategories**](APIConfigReportCategories.md) | |
8995
**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}']
90-
**report_options** | **object** | Options for reporting content |
96+
**report_options** | [**APIConfigReportOptions**](APIConfigReportOptions.md) | |
9197
**report_reasons** | [**APIConfigReportReasons**](APIConfigReportReasons.md) | |
98+
**require_age_verification_beta_tag** | **bool** | |
9299
**sdk_developer_faq_url** | **str** | Link to the developer FAQ |
93100
**sdk_discord_url** | **str** | Link to the official VRChat Discord |
94101
**sdk_not_allowed_to_publish_message** | **str** | Used in the SDK to notify a user they aren't allowed to upload avatars/worlds yet |

docs/APIConfigAccessLogsUrls.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# APIConfigAccessLogsUrls
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**default** | **str** | | [optional]
8+
**pico** | **str** | | [optional]
9+
**quest** | **str** | | [optional]
10+
**xr_elite** | **str** | | [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+

docs/APIConfigReportOptions.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# APIConfigReportOptions
2+
3+
Options for reporting content
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**avatar** | [**APIConfigReportOptionsAvatar**](APIConfigReportOptionsAvatar.md) | | [optional]
9+
**group** | [**APIConfigReportOptionsGroup**](APIConfigReportOptionsGroup.md) | | [optional]
10+
**user** | [**APIConfigReportOptionsUser**](APIConfigReportOptionsUser.md) | | [optional]
11+
**world** | [**APIConfigReportOptionsWorld**](APIConfigReportOptionsWorld.md) | | [optional]
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
15+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# APIConfigReportOptionsAvatar
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**avatar** | **list[str]** | | [optional]
8+
**warnings** | **list[str]** | | [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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# APIConfigReportOptionsGroup
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**groupstore** | **list[str]** | | [optional]
8+
**image** | **list[str]** | | [optional]
9+
**text** | **list[str]** | | [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/APIConfigReportOptionsUser.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# APIConfigReportOptionsUser
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**behavior** | **list[str]** | | [optional]
8+
**chat** | **list[str]** | | [optional]
9+
**emoji** | **list[str]** | | [optional]
10+
**image** | **list[str]** | | [optional]
11+
**sticker** | **list[str]** | | [optional]
12+
**text** | **list[str]** | | [optional]
13+
14+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
16+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# APIConfigReportOptionsWorld
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**environment** | **list[str]** | | [optional]
8+
**text** | **list[str]** | | [optional]
9+
**warnings** | **list[str]** | | [optional]
10+
**worldimage** | **list[str]** | | [optional]
11+
**worldstore** | **list[str]** | | [optional]
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
15+

docs/AgeVerificationStatus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# AgeVerificationStatus
22

3+
`verified` is obsolete. User who have verified and are 18+ can switch to `plus18` status.
34

45
## Properties
56
Name | Type | Description | Notes

docs/CurrentUser.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**account_deletion_log** | [**list[AccountDeletionLog]**](AccountDeletionLog.md) | | [optional]
1111
**active_friends** | **list[str]** | | [optional]
1212
**age_verification_status** | [**AgeVerificationStatus**](AgeVerificationStatus.md) | |
13-
**age_verified** | **bool** | |
13+
**age_verified** | **bool** | `true` if, user is age verified (not 18+). |
1414
**allow_avatar_copying** | **bool** | |
1515
**badges** | [**list[Badge]**](Badge.md) | | [optional]
1616
**bio** | **str** | |
@@ -55,6 +55,7 @@ Name | Type | Description | Notes
5555
**online_friends** | **list[str]** | | [optional]
5656
**past_display_names** | [**list[PastDisplayName]**](PastDisplayName.md) | |
5757
**presence** | [**CurrentUserPresence**](CurrentUserPresence.md) | | [optional]
58+
**platform_history** | [**list[CurrentUserPlatformHistoryInner]**](CurrentUserPlatformHistoryInner.md) | | [optional]
5859
**profile_pic_override** | **str** | |
5960
**profile_pic_override_thumbnail** | **str** | |
6061
**pronouns** | **str** | |

0 commit comments

Comments
 (0)