Skip to content

Commit 72a742c

Browse files
committed
Upgrade Python SDK to spec 1.17.5
1 parent 03252bd commit 72a742c

File tree

194 files changed

+2366
-549
lines changed

Some content is hidden

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

194 files changed

+2366
-549
lines changed

.openapi-generator/FILES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ docs/AuthenticationApi.md
1111
docs/Avatar.md
1212
docs/AvatarUnityPackageUrlObject.md
1313
docs/AvatarsApi.md
14+
docs/Badge.md
1415
docs/BanGroupMemberRequest.md
1516
docs/CreateAvatarRequest.md
1617
docs/CreateFileRequest.md
@@ -75,6 +76,7 @@ docs/InfoPushDataArticleContent.md
7576
docs/InfoPushDataClickable.md
7677
docs/Instance.md
7778
docs/InstancePlatforms.md
79+
docs/InstanceRegion.md
7880
docs/InstanceShortNameResponse.md
7981
docs/InstanceType.md
8082
docs/InstancesApi.md
@@ -90,6 +92,7 @@ docs/LicenseType.md
9092
docs/LimitedGroup.md
9193
docs/LimitedUnityPackage.md
9294
docs/LimitedUser.md
95+
docs/LimitedUserGroups.md
9396
docs/LimitedWorld.md
9497
docs/MIMEType.md
9598
docs/ModerateUserRequest.md
@@ -188,6 +191,7 @@ vrchatapi/models/api_config_events.py
188191
vrchatapi/models/api_health.py
189192
vrchatapi/models/avatar.py
190193
vrchatapi/models/avatar_unity_package_url_object.py
194+
vrchatapi/models/badge.py
191195
vrchatapi/models/ban_group_member_request.py
192196
vrchatapi/models/create_avatar_request.py
193197
vrchatapi/models/create_file_request.py
@@ -247,6 +251,7 @@ vrchatapi/models/info_push_data_article_content.py
247251
vrchatapi/models/info_push_data_clickable.py
248252
vrchatapi/models/instance.py
249253
vrchatapi/models/instance_platforms.py
254+
vrchatapi/models/instance_region.py
250255
vrchatapi/models/instance_short_name_response.py
251256
vrchatapi/models/instance_type.py
252257
vrchatapi/models/invite_message.py
@@ -260,6 +265,7 @@ vrchatapi/models/license_type.py
260265
vrchatapi/models/limited_group.py
261266
vrchatapi/models/limited_unity_package.py
262267
vrchatapi/models/limited_user.py
268+
vrchatapi/models/limited_user_groups.py
263269
vrchatapi/models/limited_world.py
264270
vrchatapi/models/mime_type.py
265271
vrchatapi/models/moderate_user_request.py

docs/AuthenticationApi.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vrchatapi.AuthenticationApi
22

3-
All URIs are relative to *https://api.vrchat.cloud/api/1*
3+
All URIs are relative to *https://vrchat.com/api/1*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -29,10 +29,10 @@ import time
2929
import vrchatapi
3030
from vrchatapi.rest import ApiException
3131
from pprint import pprint
32-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
32+
# Defining the host is optional and defaults to https://vrchat.com/api/1
3333
# See configuration.py for a list of all supported configuration parameters.
3434
configuration = vrchatapi.Configuration(
35-
host = "https://api.vrchat.cloud/api/1"
35+
host = "https://vrchat.com/api/1"
3636
)
3737

3838

@@ -99,10 +99,10 @@ import time
9999
import vrchatapi
100100
from vrchatapi.rest import ApiException
101101
from pprint import pprint
102-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
102+
# Defining the host is optional and defaults to https://vrchat.com/api/1
103103
# See configuration.py for a list of all supported configuration parameters.
104104
configuration = vrchatapi.Configuration(
105-
host = "https://api.vrchat.cloud/api/1"
105+
host = "https://vrchat.com/api/1"
106106
)
107107

108108
# The client must configure the authentication and authorization parameters
@@ -173,10 +173,10 @@ import time
173173
import vrchatapi
174174
from vrchatapi.rest import ApiException
175175
from pprint import pprint
176-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
176+
# Defining the host is optional and defaults to https://vrchat.com/api/1
177177
# See configuration.py for a list of all supported configuration parameters.
178178
configuration = vrchatapi.Configuration(
179-
host = "https://api.vrchat.cloud/api/1"
179+
host = "https://vrchat.com/api/1"
180180
)
181181

182182
# The client must configure the authentication and authorization parameters
@@ -222,10 +222,10 @@ import time
222222
import vrchatapi
223223
from vrchatapi.rest import ApiException
224224
from pprint import pprint
225-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
225+
# Defining the host is optional and defaults to https://vrchat.com/api/1
226226
# See configuration.py for a list of all supported configuration parameters.
227227
configuration = vrchatapi.Configuration(
228-
host = "https://api.vrchat.cloud/api/1"
228+
host = "https://vrchat.com/api/1"
229229
)
230230

231231
# The client must configure the authentication and authorization parameters
@@ -271,10 +271,10 @@ import time
271271
import vrchatapi
272272
from vrchatapi.rest import ApiException
273273
from pprint import pprint
274-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
274+
# Defining the host is optional and defaults to https://vrchat.com/api/1
275275
# See configuration.py for a list of all supported configuration parameters.
276276
configuration = vrchatapi.Configuration(
277-
host = "https://api.vrchat.cloud/api/1"
277+
host = "https://vrchat.com/api/1"
278278
)
279279

280280
# The client must configure the authentication and authorization parameters
@@ -353,10 +353,10 @@ import time
353353
import vrchatapi
354354
from vrchatapi.rest import ApiException
355355
from pprint import pprint
356-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
356+
# Defining the host is optional and defaults to https://vrchat.com/api/1
357357
# See configuration.py for a list of all supported configuration parameters.
358358
configuration = vrchatapi.Configuration(
359-
host = "https://api.vrchat.cloud/api/1"
359+
host = "https://vrchat.com/api/1"
360360
)
361361

362362
# The client must configure the authentication and authorization parameters
@@ -423,10 +423,10 @@ import time
423423
import vrchatapi
424424
from vrchatapi.rest import ApiException
425425
from pprint import pprint
426-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
426+
# Defining the host is optional and defaults to https://vrchat.com/api/1
427427
# See configuration.py for a list of all supported configuration parameters.
428428
configuration = vrchatapi.Configuration(
429-
host = "https://api.vrchat.cloud/api/1"
429+
host = "https://vrchat.com/api/1"
430430
)
431431

432432
# The client must configure the authentication and authorization parameters
@@ -497,10 +497,10 @@ import time
497497
import vrchatapi
498498
from vrchatapi.rest import ApiException
499499
from pprint import pprint
500-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
500+
# Defining the host is optional and defaults to https://vrchat.com/api/1
501501
# See configuration.py for a list of all supported configuration parameters.
502502
configuration = vrchatapi.Configuration(
503-
host = "https://api.vrchat.cloud/api/1"
503+
host = "https://vrchat.com/api/1"
504504
)
505505

506506
# The client must configure the authentication and authorization parameters
@@ -571,10 +571,10 @@ import time
571571
import vrchatapi
572572
from vrchatapi.rest import ApiException
573573
from pprint import pprint
574-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
574+
# Defining the host is optional and defaults to https://vrchat.com/api/1
575575
# See configuration.py for a list of all supported configuration parameters.
576576
configuration = vrchatapi.Configuration(
577-
host = "https://api.vrchat.cloud/api/1"
577+
host = "https://vrchat.com/api/1"
578578
)
579579

580580
# The client must configure the authentication and authorization parameters
@@ -641,10 +641,10 @@ import time
641641
import vrchatapi
642642
from vrchatapi.rest import ApiException
643643
from pprint import pprint
644-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
644+
# Defining the host is optional and defaults to https://vrchat.com/api/1
645645
# See configuration.py for a list of all supported configuration parameters.
646646
configuration = vrchatapi.Configuration(
647-
host = "https://api.vrchat.cloud/api/1"
647+
host = "https://vrchat.com/api/1"
648648
)
649649

650650
# The client must configure the authentication and authorization parameters

docs/AvatarsApi.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vrchatapi.AvatarsApi
22

3-
All URIs are relative to *https://api.vrchat.cloud/api/1*
3+
All URIs are relative to *https://vrchat.com/api/1*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -31,10 +31,10 @@ import time
3131
import vrchatapi
3232
from vrchatapi.rest import ApiException
3333
from pprint import pprint
34-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
34+
# Defining the host is optional and defaults to https://vrchat.com/api/1
3535
# See configuration.py for a list of all supported configuration parameters.
3636
configuration = vrchatapi.Configuration(
37-
host = "https://api.vrchat.cloud/api/1"
37+
host = "https://vrchat.com/api/1"
3838
)
3939

4040
# The client must configure the authentication and authorization parameters
@@ -105,10 +105,10 @@ import time
105105
import vrchatapi
106106
from vrchatapi.rest import ApiException
107107
from pprint import pprint
108-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
108+
# Defining the host is optional and defaults to https://vrchat.com/api/1
109109
# See configuration.py for a list of all supported configuration parameters.
110110
configuration = vrchatapi.Configuration(
111-
host = "https://api.vrchat.cloud/api/1"
111+
host = "https://vrchat.com/api/1"
112112
)
113113

114114
# The client must configure the authentication and authorization parameters
@@ -180,10 +180,10 @@ import time
180180
import vrchatapi
181181
from vrchatapi.rest import ApiException
182182
from pprint import pprint
183-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
183+
# Defining the host is optional and defaults to https://vrchat.com/api/1
184184
# See configuration.py for a list of all supported configuration parameters.
185185
configuration = vrchatapi.Configuration(
186-
host = "https://api.vrchat.cloud/api/1"
186+
host = "https://vrchat.com/api/1"
187187
)
188188

189189
# The client must configure the authentication and authorization parameters
@@ -255,10 +255,10 @@ import time
255255
import vrchatapi
256256
from vrchatapi.rest import ApiException
257257
from pprint import pprint
258-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
258+
# Defining the host is optional and defaults to https://vrchat.com/api/1
259259
# See configuration.py for a list of all supported configuration parameters.
260260
configuration = vrchatapi.Configuration(
261-
host = "https://api.vrchat.cloud/api/1"
261+
host = "https://vrchat.com/api/1"
262262
)
263263

264264
# The client must configure the authentication and authorization parameters
@@ -354,10 +354,10 @@ import time
354354
import vrchatapi
355355
from vrchatapi.rest import ApiException
356356
from pprint import pprint
357-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
357+
# Defining the host is optional and defaults to https://vrchat.com/api/1
358358
# See configuration.py for a list of all supported configuration parameters.
359359
configuration = vrchatapi.Configuration(
360-
host = "https://api.vrchat.cloud/api/1"
360+
host = "https://vrchat.com/api/1"
361361
)
362362

363363
# The client must configure the authentication and authorization parameters
@@ -429,10 +429,10 @@ import time
429429
import vrchatapi
430430
from vrchatapi.rest import ApiException
431431
from pprint import pprint
432-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
432+
# Defining the host is optional and defaults to https://vrchat.com/api/1
433433
# See configuration.py for a list of all supported configuration parameters.
434434
configuration = vrchatapi.Configuration(
435-
host = "https://api.vrchat.cloud/api/1"
435+
host = "https://vrchat.com/api/1"
436436
)
437437

438438
# The client must configure the authentication and authorization parameters
@@ -527,10 +527,10 @@ import time
527527
import vrchatapi
528528
from vrchatapi.rest import ApiException
529529
from pprint import pprint
530-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
530+
# Defining the host is optional and defaults to https://vrchat.com/api/1
531531
# See configuration.py for a list of all supported configuration parameters.
532532
configuration = vrchatapi.Configuration(
533-
host = "https://api.vrchat.cloud/api/1"
533+
host = "https://vrchat.com/api/1"
534534
)
535535

536536
# The client must configure the authentication and authorization parameters
@@ -602,10 +602,10 @@ import time
602602
import vrchatapi
603603
from vrchatapi.rest import ApiException
604604
from pprint import pprint
605-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
605+
# Defining the host is optional and defaults to https://vrchat.com/api/1
606606
# See configuration.py for a list of all supported configuration parameters.
607607
configuration = vrchatapi.Configuration(
608-
host = "https://api.vrchat.cloud/api/1"
608+
host = "https://vrchat.com/api/1"
609609
)
610610

611611
# The client must configure the authentication and authorization parameters
@@ -678,10 +678,10 @@ import time
678678
import vrchatapi
679679
from vrchatapi.rest import ApiException
680680
from pprint import pprint
681-
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
681+
# Defining the host is optional and defaults to https://vrchat.com/api/1
682682
# See configuration.py for a list of all supported configuration parameters.
683683
configuration = vrchatapi.Configuration(
684-
host = "https://api.vrchat.cloud/api/1"
684+
host = "https://vrchat.com/api/1"
685685
)
686686

687687
# The client must configure the authentication and authorization parameters

docs/Badge.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Badge
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**assigned_at** | **datetime** | only present in CurrentUser badges | [optional]
8+
**badge_description** | **str** | |
9+
**badge_id** | **str** | |
10+
**badge_image_url** | **str** | direct url to image |
11+
**badge_name** | **str** | |
12+
**hidden** | **bool** | only present in CurrentUser badges | [optional]
13+
**showcased** | **bool** | |
14+
**updated_at** | **datetime** | only present in CurrentUser badges | [optional]
15+
16+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
17+
18+

docs/CreateInstanceRequest.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
88
**type** | [**InstanceType**](InstanceType.md) | |
9-
**region** | [**Region**](Region.md) | |
9+
**region** | [**InstanceRegion**](InstanceRegion.md) | |
1010
**owner_id** | **str** | A groupId if the instance type is \"group\", null if instance type is public, or a userId otherwise | [optional]
1111
**role_ids** | **list[str]** | Group roleIds that are allowed to join if the type is \"group\" and groupAccessType is \"member\" | [optional]
1212
**group_access_type** | [**GroupAccessType**](GroupAccessType.md) | | [optional]
1313
**queue_enabled** | **bool** | | [optional] [default to False]
14-
**closed_at** | **datetime** | The time after which users won't be allowed to join the instance | [optional]
14+
**closed_at** | **datetime** | The time after which users won't be allowed to join the instance. This doesn't work for public instances. | [optional]
15+
**can_request_invite** | **bool** | Only applies to invite type instances to make them invite+ | [optional] [default to False]
16+
**hard_close** | **bool** | Currently unused, but will eventually be a flag to set if the closing of the instance should kick people. | [optional] [default to False]
17+
**invite_only** | **bool** | | [optional] [default to False]
1518

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

docs/CurrentUser.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ Name | Type | Description | Notes
1010
**account_deletion_log** | [**list[AccountDeletionLog]**](AccountDeletionLog.md) | | [optional]
1111
**active_friends** | **list[str]** | | [optional]
1212
**allow_avatar_copying** | **bool** | |
13+
**badges** | [**list[Badge]**](Badge.md) | | [optional]
1314
**bio** | **str** | |
1415
**bio_links** | **list[str]** | |
1516
**current_avatar** | **str** | |
1617
**current_avatar_asset_url** | **str** | |
1718
**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
1819
**current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
19-
**current_avatar_tags** | **list[str]** | | [optional]
20+
**current_avatar_tags** | **list[str]** | |
2021
**date_joined** | **date** | |
2122
**developer_type** | [**DeveloperType**](DeveloperType.md) | |
2223
**display_name** | **str** | |
@@ -37,18 +38,21 @@ Name | Type | Description | Notes
3738
**is_friend** | **bool** | | [default to False]
3839
**last_activity** | **datetime** | | [optional]
3940
**last_login** | **datetime** | |
41+
**last_mobile** | **datetime** | |
4042
**last_platform** | **str** | 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`. |
4143
**obfuscated_email** | **str** | |
4244
**obfuscated_pending_email** | **str** | |
4345
**oculus_id** | **str** | |
4446
**google_id** | **str** | | [optional]
47+
**google_details** | **object** | | [optional]
4548
**pico_id** | **str** | | [optional]
4649
**vive_id** | **str** | | [optional]
4750
**offline_friends** | **list[str]** | | [optional]
4851
**online_friends** | **list[str]** | | [optional]
4952
**past_display_names** | [**list[PastDisplayName]**](PastDisplayName.md) | |
5053
**presence** | [**CurrentUserPresence**](CurrentUserPresence.md) | | [optional]
5154
**profile_pic_override** | **str** | |
55+
**pronouns** | **str** | |
5256
**state** | [**UserState**](UserState.md) | |
5357
**status** | [**UserStatus**](UserStatus.md) | |
5458
**status_description** | **str** | |

0 commit comments

Comments
 (0)