Skip to content

Commit 63b2beb

Browse files
committed
Upgrade Python SDK to spec 1.6.0
1 parent 206af27 commit 63b2beb

File tree

144 files changed

+896
-291
lines changed

Some content is hidden

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

144 files changed

+896
-291
lines changed

.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ docs/InfoPushDataClickable.md
4545
docs/Instance.md
4646
docs/InstanceID.md
4747
docs/InstancePlatforms.md
48+
docs/InstanceType.md
4849
docs/InstancesApi.md
4950
docs/InviteApi.md
5051
docs/InviteMessage.md
@@ -74,6 +75,7 @@ docs/PlayerModerationID.md
7475
docs/PlayerModerationType.md
7576
docs/PlayermoderationApi.md
7677
docs/PublicAnnouncement.md
78+
docs/Region.md
7779
docs/ReleaseStatus.md
7880
docs/Response.md
7981
docs/Subscription.md
@@ -175,6 +177,7 @@ vrchatapi/model/info_push_data_clickable.py
175177
vrchatapi/model/instance.py
176178
vrchatapi/model/instance_id.py
177179
vrchatapi/model/instance_platforms.py
180+
vrchatapi/model/instance_type.py
178181
vrchatapi/model/invite_message.py
179182
vrchatapi/model/invite_message_id.py
180183
vrchatapi/model/invite_message_type.py
@@ -199,6 +202,7 @@ vrchatapi/model/player_moderation.py
199202
vrchatapi/model/player_moderation_id.py
200203
vrchatapi/model/player_moderation_type.py
201204
vrchatapi/model/public_announcement.py
205+
vrchatapi/model/region.py
202206
vrchatapi/model/release_status.py
203207
vrchatapi/model/response.py
204208
vrchatapi/model/subscription.py

docs/Avatar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**author_id** | **str** | |
8-
**author_name** | **str** | | [readonly]
9-
**created_at** | **datetime** | | [readonly]
7+
**author_id** | **str** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. |
8+
**author_name** | **str** | |
9+
**created_at** | **datetime** | |
1010
**description** | **str** | |
1111
**id** | [**AvatarID**](AvatarID.md) | |
1212
**image_url** | **str** | |
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
1919
**unity_packages** | [**[UnityPackage]**](UnityPackage.md) | |
2020
**updated_at** | **datetime** | |
2121
**featured** | **bool** | | defaults to False
22-
**version** | **int** | | [readonly] defaults to 0
22+
**version** | **int** | | defaults to 0
2323
**asset_url** | **str** | Not present from general serach `/avatars`, only on specific requests `/avatars/{avatarId}`. | [optional]
2424
**asset_url_object** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | Not present from general serach `/avatars`, only on specific requests `/avatars/{avatarId}`. **Deprecation:** `Object` has unknown usage/fields, and is always empty. Use normal `Url` field instead. | [optional]
2525
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

docs/CreateWorldRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**image_url** | **str** | |
99
**name** | **str** | |
1010
**asset_version** | **int** | | [optional]
11-
**author_id** | **str** | | [optional]
11+
**author_id** | **str** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [optional]
1212
**author_name** | **str** | | [optional]
1313
**capacity** | **int** | | [optional]
1414
**description** | **str** | | [optional]

docs/CurrentUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
2424
**has_logged_in_from_client** | **bool** | |
2525
**has_pending_email** | **bool** | |
2626
**home_location** | [**WorldID**](WorldID.md) | |
27-
**id** | **str** | |
27+
**id** | **str** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. |
2828
**last_login** | **datetime** | |
2929
**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`. |
3030
**obfuscated_email** | **str** | |

docs/FavoriteGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**id** | [**FavoriteGroupID**](FavoriteGroupID.md) | |
99
**name** | **str** | |
1010
**owner_display_name** | **str** | |
11-
**owner_id** | **str** | |
11+
**owner_id** | **str** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. |
1212
**tags** | [**[Tag]**](Tag.md) | |
1313
**type** | [**FavoriteType**](FavoriteType.md) | |
1414
**visibility** | [**FavoriteGroupVisibility**](FavoriteGroupVisibility.md) | |

docs/File.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**id** | [**FileID**](FileID.md) | |
99
**mime_type** | [**MIMEType**](MIMEType.md) | |
1010
**name** | **str** | |
11-
**owner_id** | **str** | |
11+
**owner_id** | **str** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. |
1212
**tags** | [**[Tag]**](Tag.md) | |
1313
**versions** | [**[FileVersion]**](FileVersion.md) | |
1414
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

docs/FileData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**size_in_bytes** | **int** | |
1010
**status** | [**FileStatus**](FileStatus.md) | |
1111
**url** | **str** | |
12-
**category** | **str** | | [readonly] defaults to "queued"
12+
**category** | **str** | | defaults to "queued"
1313
**upload_id** | **str** | | defaults to ""
1414
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1515

docs/Instance.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
# Instance
22

3+
* `hidden` field is only present if InstanceType is `hidden` aka \"Friends+\", and is instance creator. * `friends` field is only present if InstanceType is `friends` aka \"Friends\", and is instance creator. * `private` field is only present if InstanceType is `private` aka \"Invite\" or \"Invite+\", and is instance creator.
34

45
## Properties
56
Name | Type | Description | Notes
67
------------ | ------------- | ------------- | -------------
78
**capacity** | **int** | |
8-
**client_number** | **str** | |
9+
**client_number** | **str** | Always returns \"unknown\". |
910
**id** | [**InstanceID**](InstanceID.md) | |
1011
**instance_id** | **str** | |
11-
**location** | **str** | |
12+
**location** | [**InstanceID**](InstanceID.md) | |
1213
**n_users** | **int** | |
1314
**name** | **str** | |
14-
**photon_region** | **str** | |
15+
**photon_region** | [**Region**](Region.md) | |
1516
**platforms** | [**InstancePlatforms**](InstancePlatforms.md) | |
16-
**region** | **str** | |
17+
**region** | [**Region**](Region.md) | |
1718
**short_name** | **str** | |
18-
**tags** | [**[Tag]**](Tag.md) | |
19-
**type** | **str** | |
19+
**tags** | [**[Tag]**](Tag.md) | The tags array on Instances usually contain the language tags of the people in the instance. |
20+
**type** | [**InstanceType**](InstanceType.md) | |
2021
**world_id** | [**WorldID**](WorldID.md) | |
2122
**active** | **bool** | | defaults to True
2223
**can_request_invite** | **bool** | | defaults to True
2324
**full** | **bool** | | defaults to False
2425
**permanent** | **bool** | | defaults to False
25-
**nonce** | **str** | | [optional]
26-
**owner_id** | **str** | | [optional]
27-
**users** | **[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]** | Always empty on non-existing instances, and non-present on existing instances. | [optional]
28-
**world** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | Only present on non-existing instances, and only contains a very small subject of World object. Use World API instead. | [optional]
26+
**owner_id** | **str** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [optional]
27+
**hidden** | **str** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [optional]
28+
**friends** | **str** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [optional]
29+
**private** | **str** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [optional]
2930
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
3031

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

docs/InstanceID.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# InstanceID
22

3+
InstanceID be \"offline\" on User profiles if you are not friends with that user.
34

45
## Properties
56
Name | Type | Description | Notes
67
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | |
8+
**value** | **str** | InstanceID be \"offline\" on User profiles if you are not friends with that user. |
89

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

docs/InstanceType.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# InstanceType
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**value** | **str** | | must be one of ["public", "hidden", "friends", "private", ]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

0 commit comments

Comments
 (0)