Skip to content

Commit 206af27

Browse files
committed
Upgrade Python SDK to spec 1.5.3
1 parent c117a84 commit 206af27

File tree

135 files changed

+1989
-280
lines changed

Some content is hidden

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

135 files changed

+1989
-280
lines changed

.openapi-generator/FILES

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docs/CurrentUser.md
1616
docs/DeploymentGroup.md
1717
docs/DeveloperType.md
1818
docs/DownloadURLList.md
19-
docs/DynamicWorldRow.md
19+
docs/DynamicContentRow.md
2020
docs/EconomyApi.md
2121
docs/Error.md
2222
docs/Favorite.md
@@ -37,6 +37,11 @@ docs/FilesApi.md
3737
docs/FinishFileDataUploadRequest.md
3838
docs/FriendStatus.md
3939
docs/FriendsApi.md
40+
docs/InfoPush.md
41+
docs/InfoPushData.md
42+
docs/InfoPushDataArticle.md
43+
docs/InfoPushDataArticleContent.md
44+
docs/InfoPushDataClickable.md
4045
docs/Instance.md
4146
docs/InstanceID.md
4247
docs/InstancePlatforms.md
@@ -145,7 +150,7 @@ vrchatapi/model/current_user.py
145150
vrchatapi/model/deployment_group.py
146151
vrchatapi/model/developer_type.py
147152
vrchatapi/model/download_url_list.py
148-
vrchatapi/model/dynamic_world_row.py
153+
vrchatapi/model/dynamic_content_row.py
149154
vrchatapi/model/error.py
150155
vrchatapi/model/favorite.py
151156
vrchatapi/model/favorite_group.py
@@ -162,6 +167,11 @@ vrchatapi/model/file_version.py
162167
vrchatapi/model/file_version_upload_status.py
163168
vrchatapi/model/finish_file_data_upload_request.py
164169
vrchatapi/model/friend_status.py
170+
vrchatapi/model/info_push.py
171+
vrchatapi/model/info_push_data.py
172+
vrchatapi/model/info_push_data_article.py
173+
vrchatapi/model/info_push_data_article_content.py
174+
vrchatapi/model/info_push_data_clickable.py
165175
vrchatapi/model/instance.py
166176
vrchatapi/model/instance_id.py
167177
vrchatapi/model/instance_platforms.py

docs/APIConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
2222
**dis_countdown** | **datetime** | Unknown, \"dis\" maybe for disconnect? |
2323
**download_link_windows** | **str** | Download link for game on the Oculus Rift website. |
2424
**download_urls** | [**DownloadURLList**](DownloadURLList.md) | |
25-
**dynamic_world_rows** | [**[DynamicWorldRow]**](DynamicWorldRow.md) | Array of DynamicWorldRow objects, used by the game to display the list of world rows |
25+
**dynamic_world_rows** | [**[DynamicContentRow]**](DynamicContentRow.md) | Array of DynamicWorldRow objects, used by the game to display the list of world rows |
2626
**events** | [**APIEventConfig**](APIEventConfig.md) | |
2727
**gear_demo_room_id** | **str** | Unknown |
2828
**home_world_id** | [**WorldID**](WorldID.md) | |

docs/AvatarsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
343343
order = "descending" # str | (optional) if omitted the server will use the default value of "descending"
344344
offset = 0 # int | A zero-based offset from the default object sorting from where search results start. (optional)
345345
search = "search_example" # str | Filters by world name. (optional)
346-
tag = "tag_example" # str | Tags to include (comma-separated). (optional)
346+
tag = "tag_example" # str | Tags to include (comma-separated). Any of the tags needs to be present. (optional)
347347
notag = "notag_example" # str | Tags to exclude (comma-separated). (optional)
348348
release_status = "public" # str | Filter by ReleaseStatus. (optional) if omitted the server will use the default value of "public"
349349
max_unity_version = "maxUnityVersion_example" # str | The maximum Unity version supported by the asset. (optional)
@@ -372,7 +372,7 @@ Name | Type | Description | Notes
372372
**order** | **str**| | [optional] if omitted the server will use the default value of "descending"
373373
**offset** | **int**| A zero-based offset from the default object sorting from where search results start. | [optional]
374374
**search** | **str**| Filters by world name. | [optional]
375-
**tag** | **str**| Tags to include (comma-separated). | [optional]
375+
**tag** | **str**| Tags to include (comma-separated). Any of the tags needs to be present. | [optional]
376376
**notag** | **str**| Tags to exclude (comma-separated). | [optional]
377377
**release_status** | **str**| Filter by ReleaseStatus. | [optional] if omitted the server will use the default value of "public"
378378
**max_unity_version** | **str**| The maximum Unity version supported by the asset. | [optional]
@@ -457,7 +457,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
457457
n = 60 # int | The number of objects to return. (optional) if omitted the server will use the default value of 60
458458
order = "descending" # str | (optional) if omitted the server will use the default value of "descending"
459459
offset = 0 # int | A zero-based offset from the default object sorting from where search results start. (optional)
460-
tag = "tag_example" # str | Tags to include (comma-separated). (optional)
460+
tag = "tag_example" # str | Tags to include (comma-separated). Any of the tags needs to be present. (optional)
461461
notag = "notag_example" # str | Tags to exclude (comma-separated). (optional)
462462
release_status = "public" # str | Filter by ReleaseStatus. (optional) if omitted the server will use the default value of "public"
463463
max_unity_version = "maxUnityVersion_example" # str | The maximum Unity version supported by the asset. (optional)
@@ -486,7 +486,7 @@ Name | Type | Description | Notes
486486
**n** | **int**| The number of objects to return. | [optional] if omitted the server will use the default value of 60
487487
**order** | **str**| | [optional] if omitted the server will use the default value of "descending"
488488
**offset** | **int**| A zero-based offset from the default object sorting from where search results start. | [optional]
489-
**tag** | **str**| Tags to include (comma-separated). | [optional]
489+
**tag** | **str**| Tags to include (comma-separated). Any of the tags needs to be present. | [optional]
490490
**notag** | **str**| Tags to exclude (comma-separated). | [optional]
491491
**release_status** | **str**| Filter by ReleaseStatus. | [optional] if omitted the server will use the default value of "public"
492492
**max_unity_version** | **str**| The maximum Unity version supported by the asset. | [optional]

docs/CurrentUser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Name | Type | Description | Notes
1010
**bio_links** | **[str]** | |
1111
**current_avatar** | [**AvatarID**](AvatarID.md) | |
1212
**current_avatar_asset_url** | **str** | |
13-
**current_avatar_image_url** | **str** | |
14-
**current_avatar_thumbnail_image_url** | **str** | |
13+
**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
14+
**current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
1515
**date_joined** | **date** | |
1616
**developer_type** | [**DeveloperType**](DeveloperType.md) | |
1717
**display_name** | **str** | |
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# DynamicWorldRow
1+
# DynamicContentRow
22

33

44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**index** | **int** | |
87
**name** | **str** | |
9-
**platform** | **str** | |
8+
**platform** | **str** | Usually \"ThisPlatformSupported\", but can also be other values such as \"all\" or platform specific identifiers. |
109
**sort_heading** | **str** | |
1110
**sort_order** | **str** | |
1211
**sort_ownership** | **str** | |
13-
**tag** | **str** | Tag to filter worlds for this row. Not always present. | [optional]
12+
**index** | **int** | | [optional]
13+
**tag** | **str** | Tag to filter content for this row. | [optional]
14+
**type** | **str** | Type is not present if it is a world. | [optional]
1415
**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]
1516

1617
[[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/FavoritesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
517517
n = 60 # int | The number of objects to return. (optional) if omitted the server will use the default value of 60
518518
offset = 0 # int | A zero-based offset from the default object sorting from where search results start. (optional)
519519
type = "type_example" # str | The type of favorites to return, FavoriteType. (optional)
520-
tag = "tag_example" # str | Tags to include (comma-separated). (optional)
520+
tag = "tag_example" # str | Tags to include (comma-separated). Any of the tags needs to be present. (optional)
521521

522522
# example passing only required values which don't have defaults set
523523
# and optional values
@@ -537,7 +537,7 @@ Name | Type | Description | Notes
537537
**n** | **int**| The number of objects to return. | [optional] if omitted the server will use the default value of 60
538538
**offset** | **int**| A zero-based offset from the default object sorting from where search results start. | [optional]
539539
**type** | **str**| The type of favorites to return, FavoriteType. | [optional]
540-
**tag** | **str**| Tags to include (comma-separated). | [optional]
540+
**tag** | **str**| Tags to include (comma-separated). Any of the tags needs to be present. | [optional]
541541

542542
### Return type
543543

docs/InfoPush.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# InfoPush
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **str** | |
8+
**release_status** | [**ReleaseStatus**](ReleaseStatus.md) | |
9+
**priority** | **int** | |
10+
**tags** | [**[Tag]**](Tag.md) | |
11+
**data** | [**InfoPushData**](InfoPushData.md) | |
12+
**hash** | **str** | Unknown usage, MD5 |
13+
**created_at** | **datetime** | |
14+
**updated_at** | **datetime** | |
15+
**is_enabled** | **bool** | | defaults to True
16+
**start_date** | **datetime** | | [optional]
17+
**end_date** | **datetime** | | [optional]
18+
**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]
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/InfoPushData.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# InfoPushData
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**content_list** | [**DynamicContentRow**](DynamicContentRow.md) | | [optional]
8+
**description** | **str** | | [optional]
9+
**image_url** | **str** | | [optional]
10+
**name** | **str** | | [optional]
11+
**on_pressed** | [**InfoPushDataClickable**](InfoPushDataClickable.md) | | [optional]
12+
**template** | **str** | | [optional]
13+
**version** | **str** | | [optional]
14+
**article** | [**InfoPushDataArticle**](InfoPushDataArticle.md) | | [optional]
15+
**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]
16+
17+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
18+
19+

docs/InfoPushDataArticle.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# InfoPushDataArticle
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**content** | [**InfoPushDataArticleContent**](InfoPushDataArticleContent.md) | | [optional]
8+
**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]
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+

docs/InfoPushDataArticleContent.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# InfoPushDataArticleContent
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**text** | **str** | | [optional]
8+
**image_url** | **str** | | [optional]
9+
**on_pressed** | [**InfoPushDataClickable**](InfoPushDataClickable.md) | | [optional]
10+
**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]
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+

0 commit comments

Comments
 (0)