Skip to content

Commit af1fae7

Browse files
committed
Upgrade Rust SDK to spec 1.20.8-nightly.17
1 parent 310ac58 commit af1fae7

11 files changed

Lines changed: 30 additions & 30 deletions

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.8-nightly.16"
3+
version = "1.20.8-nightly.17"
44
authors = ["vrchatapi.lpv0t@aries.fyi"]
55
description = "VRChat API Client for Rust"
66
license = "MIT"

docs/EconomyApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Method | HTTP request | Description
3636
[**get_tilia_status**](EconomyApi.md#get_tilia_status) | **GET** /tilia/status | Get Tilia Status
3737
[**get_tilia_tos**](EconomyApi.md#get_tilia_tos) | **GET** /user/{userId}/tilia/tos | Get Tilia TOS Agreement Status
3838
[**get_token_bundles**](EconomyApi.md#get_token_bundles) | **GET** /tokenBundles | List Token Bundles
39-
[**get_user_credits_eligible**](EconomyApi.md#get_user_credits_eligible) | **GET** /users/{userId}/credits/eligible | Get User Credits Eligiblity
40-
[**get_user_subscription_eligible**](EconomyApi.md#get_user_subscription_eligible) | **GET** /users/{userId}/subscription/eligible | Get User Subscription Eligiblity
39+
[**get_user_credits_eligible**](EconomyApi.md#get_user_credits_eligible) | **GET** /users/{userId}/credits/eligible | Get User Credits Eligibility
40+
[**get_user_subscription_eligible**](EconomyApi.md#get_user_subscription_eligible) | **GET** /users/{userId}/subscription/eligible | Get User Subscription Eligibility
4141
[**get_user_tilia_kyc**](EconomyApi.md#get_user_tilia_kyc) | **GET** /user/{userId}/tilia/kyc | Get User Tilia KYC
4242
[**list_stores**](EconomyApi.md#list_stores) | **GET** /economy/stores | List Stores
4343
[**list_user_products**](EconomyApi.md#list_user_products) | **GET** /user/{userId}/products | List User Products
@@ -1015,7 +1015,7 @@ This endpoint does not need any parameter.
10151015
## get_user_credits_eligible
10161016

10171017
> models::UserCreditsEligible get_user_credits_eligible(user_id, subscription_id)
1018-
Get User Credits Eligiblity
1018+
Get User Credits Eligibility
10191019

10201020
Get the user's eligibility status for subscriptions based on available credits.
10211021

@@ -1046,7 +1046,7 @@ Name | Type | Description | Required | Notes
10461046
## get_user_subscription_eligible
10471047

10481048
> models::UserSubscriptionEligible get_user_subscription_eligible(user_id, steam_id)
1049-
Get User Subscription Eligiblity
1049+
Get User Subscription Eligibility
10501050

10511051
Get the user's eligibility status for subscriptions.
10521052

docs/FavoritesApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Name | Type | Description | Required | Notes
124124
**n** | Option<**i32**> | The number of objects to return. | |[default to 60]
125125
**offset** | Option<**i32**> | A zero-based offset from the default object sorting from where search results start. | |
126126
**user_id** | Option<**String**> | Target user to see information on, admin-only. | |
127-
**owner_id** | Option<**String**> | The owner of whoms favorite groups to return. Must be a UserID. | |
127+
**owner_id** | Option<**String**> | The owner whose favorite groups to return. Must be a UserID. | |
128128

129129
### Return type
130130

docs/FilesApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Name | Type | Description | Required | Notes
155155
> std::path::PathBuf download_file_version(file_id, version_id)
156156
Download File Version
157157

158-
Downloads the file with the provided version number. **Version Note:** Version 0 is always when the file was created. The real data is usually always located in version 1 and up. **Extension Note:** Files are not guaranteed to have a file extensions. UnityPackage files tends to have it, images through this endpoint do not. You are responsible for appending file extension from the `extension` field when neccesary.
158+
Downloads the file with the provided version number. **Version Note:** Version 0 is always when the file was created. The real data is usually always located in version 1 and up. **Extension Note:** Files are not guaranteed to have a file extensions. UnityPackage files tends to have it, images through this endpoint do not. You are responsible for appending file extension from the `extension` field when necessary.
159159

160160
### Parameters
161161

docs/GroupsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ Name | Type | Description | Required | Notes
11861186
> models::Success initiate_or_accept_group_transfer(group_id, transfer_group_request)
11871187
Initiate or Accept Group Transfer
11881188

1189-
To initiate, must be logged in as the current owner and specify the transferTargetId in the body. To accept, must be logged in as the user targetted by a pending transfer, no body is required.
1189+
To initiate, must be logged in as the current owner and specify the transferTargetId in the body. To accept, must be logged in as the user targeted by a pending transfer, no body is required.
11901190

11911191
### Parameters
11921192

docs/RegisterUserAccountRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**email** | **String** | Email address |
1111
**month** | **String** | Birth month of year |
1212
**password** | **String** | Password |
13-
**subscribe** | **bool** | Whether to recieve promotional emails |
13+
**subscribe** | **bool** | Whether to receive promotional emails |
1414
**username** | **String** | Display Name / Username (Username is a sanitized version) |
1515
**year** | **String** | Birth year |
1616

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@openapitools/openapi-generator-cli": "^2.39.0"
3+
"@openapitools/openapi-generator-cli": "^2.39.1"
44
}
55
}

src/apis/files_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ pub async fn delete_file_version(
368368
}
369369
}
370370

371-
/// Downloads the file with the provided version number. **Version Note:** Version 0 is always when the file was created. The real data is usually always located in version 1 and up. **Extension Note:** Files are not guaranteed to have a file extensions. UnityPackage files tends to have it, images through this endpoint do not. You are responsible for appending file extension from the `extension` field when neccesary.
371+
/// Downloads the file with the provided version number. **Version Note:** Version 0 is always when the file was created. The real data is usually always located in version 1 and up. **Extension Note:** Files are not guaranteed to have a file extensions. UnityPackage files tends to have it, images through this endpoint do not. You are responsible for appending file extension from the `extension` field when necessary.
372372
pub async fn download_file_version(
373373
configuration: &configuration::Configuration,
374374
file_id: &str,

src/apis/groups_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ pub async fn get_group_transferability(
23912391
}
23922392
}
23932393

2394-
/// To initiate, must be logged in as the current owner and specify the transferTargetId in the body. To accept, must be logged in as the user targetted by a pending transfer, no body is required.
2394+
/// To initiate, must be logged in as the current owner and specify the transferTargetId in the body. To accept, must be logged in as the user targeted by a pending transfer, no body is required.
23952395
pub async fn initiate_or_accept_group_transfer(
23962396
configuration: &configuration::Configuration,
23972397
group_id: &str,

0 commit comments

Comments
 (0)