Skip to content

Commit c106737

Browse files
committed
Upgrade Python SDK to spec 1.10.1
1 parent d267df6 commit c106737

File tree

144 files changed

+387
-149
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

+387
-149
lines changed

.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ docs/APIConfigAnnouncement.md
44
docs/APIConfigDownloadURLList.md
55
docs/APIConfigEvents.md
66
docs/APIHealth.md
7+
docs/AccountDeletionLog.md
78
docs/AddFavoriteRequest.md
89
docs/AddGroupGalleryImageRequest.md
910
docs/AuthenticationApi.md
@@ -159,6 +160,7 @@ vrchatapi/api_client.py
159160
vrchatapi/configuration.py
160161
vrchatapi/exceptions.py
161162
vrchatapi/models/__init__.py
163+
vrchatapi/models/account_deletion_log.py
162164
vrchatapi/models/add_favorite_request.py
163165
vrchatapi/models/add_group_gallery_image_request.py
164166
vrchatapi/models/api_config.py

docs/AccountDeletionLog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AccountDeletionLog
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**message** | **str** | Typically \"Deletion requested\" or \"Deletion canceled\". Other messages like \"Deletion completed\" may exist, but are these are not possible to see as a regular user. | [optional] [default to 'Deletion requested']
8+
**deletion_scheduled** | **datetime** | When the deletion is scheduled to happen, standard is 14 days after the request. | [optional]
9+
**date_time** | **datetime** | Date and time of the deletion request. | [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/CurrentUser.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**accepted_tos_version** | **int** | |
88
**account_deletion_date** | **date** | | [optional]
9-
**active_friends** | **list[str]** | | [optional]
9+
**account_deletion_log** | [**list[AccountDeletionLog]**](AccountDeletionLog.md) | | [optional]
10+
**active_friends** | **list[str]** | | [optional]
1011
**allow_avatar_copying** | **bool** | |
1112
**bio** | **str** | |
12-
**bio_links** | **list[str]** | |
13+
**bio_links** | **list[str]** | |
1314
**current_avatar** | **str** | |
1415
**current_avatar_asset_url** | **str** | |
1516
**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. |

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
7777
Join the [Discord server](https://discord.gg/Ge2APMhPfD) to get in touch with us.
7878
79-
The version of the OpenAPI document: 1.10.0
79+
The version of the OpenAPI document: 1.10.1
8080
Contact: me@ariesclark.com
8181
Generated by: https://openapi-generator.tech
8282
"""
@@ -85,7 +85,7 @@
8585
from setuptools import setup, find_packages # noqa: H301
8686

8787
NAME = "vrchatapi"
88-
VERSION = "1.10.0"
88+
VERSION = "1.10.1"
8989
# To install the library, run the following
9090
#
9191
# python setup.py install

vrchatapi/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
VRChat API Documentation
77
88
9-
The version of the OpenAPI document: 1.10.0
9+
The version of the OpenAPI document: 1.10.1
1010
Contact: me@ariesclark.com
1111
Generated by: https://openapi-generator.tech
1212
"""
@@ -48,6 +48,7 @@
4848
from vrchatapi.models.api_config_download_url_list import APIConfigDownloadURLList
4949
from vrchatapi.models.api_config_events import APIConfigEvents
5050
from vrchatapi.models.api_health import APIHealth
51+
from vrchatapi.models.account_deletion_log import AccountDeletionLog
5152
from vrchatapi.models.add_favorite_request import AddFavoriteRequest
5253
from vrchatapi.models.add_group_gallery_image_request import AddGroupGalleryImageRequest
5354
from vrchatapi.models.avatar import Avatar

vrchatapi/api/authentication_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.10.0
7+
The version of the OpenAPI document: 1.10.1
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/avatars_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.10.0
7+
The version of the OpenAPI document: 1.10.1
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/economy_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.10.0
7+
The version of the OpenAPI document: 1.10.1
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/favorites_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.10.0
7+
The version of the OpenAPI document: 1.10.1
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/files_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.10.0
7+
The version of the OpenAPI document: 1.10.1
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

0 commit comments

Comments
 (0)