Skip to content

Commit 5f31c03

Browse files
committed
Upgrade Rust SDK to spec 1.20.3
1 parent c6511cf commit 5f31c03

27 files changed

+160
-100
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vrchatapi"
3-
version = "1.20.2"
3+
version = "1.20.3"
44
authors = ["vrchatapi.lpv0t@aries.fyi"]
55
description = "VRChat API Client for Rust"
66
license = "MIT"

docs/Avatar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
1515
**highest_price** | Option<**i32**> | | [optional]
1616
**id** | **String** | |
1717
**image_url** | **String** | |
18+
**listing_date** | Option<**String**> | |
1819
**lock** | Option<**bool**> | | [optional]
1920
**lowest_price** | Option<**i32**> | | [optional]
2021
**name** | **String** | |

docs/CurrentUser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Name | Type | Description | Notes
6060
**profile_pic_override** | **String** | |
6161
**profile_pic_override_thumbnail** | **String** | |
6262
**pronouns** | **String** | |
63+
**pronouns_history** | **Vec<String>** | |
6364
**queued_instance** | Option<**String**> | | [optional]
6465
**receive_mobile_invitations** | Option<**bool**> | | [optional]
6566
**state** | [**models::UserState**](UserState.md) | |

docs/FavoritedWorld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**author_id** | **String** | 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. |
7+
**author_id** | Option<**String**> | 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]
88
**author_name** | **String** | |
99
**capacity** | **i32** | |
1010
**description** | **String** | |

docs/FileAnalysisAvatarStats.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**camera_count** | Option<**i32**> | | [optional]
1313
**cloth_count** | **i32** | |
1414
**constraint_count** | **i32** | |
15+
**constraint_depth** | **i32** | |
1516
**contact_count** | **i32** | |
1617
**custom_expressions** | **bool** | |
1718
**customize_animation_layers** | **bool** | |

docs/GroupLimitedMember.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
1414
**membership_status** | Option<[**models::GroupMemberStatus**](GroupMemberStatus.md)> | | [optional]
1515
**visibility** | Option<**String**> | | [optional]
1616
**is_subscribed_to_announcements** | Option<**bool**> | | [optional][default to false]
17+
**is_subscribed_to_event_announcements** | Option<**bool**> | | [optional]
1718
**created_at** | Option<**String**> | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
1819
**banned_at** | Option<**String**> | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
1920
**manager_notes** | Option<**String**> | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]

docs/GroupMember.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
1717
**membership_status** | Option<[**models::GroupMemberStatus**](GroupMemberStatus.md)> | | [optional]
1818
**visibility** | Option<**String**> | | [optional]
1919
**is_subscribed_to_announcements** | Option<**bool**> | | [optional][default to false]
20+
**is_subscribed_to_event_announcements** | Option<**bool**> | | [optional]
2021
**created_at** | Option<**String**> | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
2122
**banned_at** | Option<**String**> | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
2223
**manager_notes** | Option<**String**> | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]

docs/GroupMyMember.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
1414
**manager_notes** | Option<**String**> | | [optional]
1515
**membership_status** | Option<**String**> | | [optional]
1616
**is_subscribed_to_announcements** | Option<**bool**> | | [optional][default to true]
17+
**is_subscribed_to_event_announcements** | Option<**bool**> | | [optional]
1718
**visibility** | Option<**String**> | | [optional]
1819
**is_representing** | Option<**bool**> | | [optional][default to false]
1920
**joined_at** | Option<**String**> | | [optional]

docs/LimitedUnityPackage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**created_at** | Option<**String**> | |
78
**platform** | **String** | 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`. |
89
**unity_version** | **String** | |
910

docs/ProductListing.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**active** | **bool** | |
8-
**archived** | **bool** | |
98
**buyer_refundable** | **bool** | |
10-
**created** | **String** | |
119
**description** | **String** | |
1210
**display_name** | **String** | |
1311
**duration** | Option<**i32**> | | [optional]
1412
**duration_type** | Option<**String**> | | [optional]
15-
**group_icon** | **String** | |
16-
**group_id** | **String** | |
17-
**group_name** | **String** | |
13+
**group_icon** | Option<**String**> | | [optional]
14+
**group_id** | Option<**String**> | | [optional]
15+
**group_name** | Option<**String**> | | [optional]
16+
**has_avatar** | **bool** | |
17+
**has_udon** | **bool** | |
1818
**hydrated_products** | Option<[**Vec<models::Product>**](Product.md)> | | [optional]
1919
**id** | **String** | |
20-
**image_id** | **String** | |
21-
**instant** | **bool** | |
20+
**image_id** | Option<**String**> | | [optional]
21+
**image_url** | Option<**String**> | | [optional]
2222
**listing_type** | [**models::ProductListingType**](ProductListingType.md) | |
23-
**listing_variants** | [**Vec<models::ProductListingVariant>**](ProductListingVariant.md) | |
24-
**permanent** | **bool** | |
23+
**listing_variants** | Option<[**Vec<models::ProductListingVariant>**](ProductListingVariant.md)> | | [optional]
24+
**permanent** | Option<**bool**> | | [optional]
2525
**price_tokens** | **i32** | |
2626
**product_ids** | **Vec<String>** | |
2727
**product_type** | [**models::ProductType**](ProductType.md) | |
@@ -33,8 +33,7 @@ Name | Type | Description | Notes
3333
**seller_id** | **String** | |
3434
**stackable** | **bool** | |
3535
**store_ids** | **Vec<String>** | |
36-
**tags** | **Vec<String>** | |
37-
**updated** | Option<**String**> | |
36+
**tags** | Option<**Vec<String>**> | | [optional]
3837

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

0 commit comments

Comments
 (0)