Skip to content

Commit ee31115

Browse files
committed
Upgrade Rust SDK to spec 1.20.4
1 parent 5f31c03 commit ee31115

Some content is hidden

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

53 files changed

+1689
-104
lines changed

.openapi-generator/FILES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ docs/CurrentUserPresence.md
6363
docs/DeveloperType.md
6464
docs/Disable2FaResult.md
6565
docs/DynamicContentRow.md
66+
docs/EconomyAccount.md
6667
docs/EconomyApi.md
6768
docs/Error.md
6869
docs/Favorite.md
@@ -130,6 +131,7 @@ docs/InstancesApi.md
130131
docs/Inventory.md
131132
docs/InventoryApi.md
132133
docs/InventoryDrop.md
134+
docs/InventoryFlag.md
133135
docs/InventoryItem.md
134136
docs/InventoryItemType.md
135137
docs/InventoryMetadata.md
@@ -166,6 +168,7 @@ docs/NotificationDetailRequestInviteResponse.md
166168
docs/NotificationDetailVoteToKick.md
167169
docs/NotificationType.md
168170
docs/NotificationsApi.md
171+
docs/OkStatus.md
169172
docs/OrderOption.md
170173
docs/PaginatedCalendarEventList.md
171174
docs/PaginatedGroupAuditLogEntryList.md
@@ -201,7 +204,12 @@ docs/Response.md
201204
docs/SentNotification.md
202205
docs/ServiceQueueStats.md
203206
docs/ServiceStatus.md
207+
docs/ShareInventoryItemDirectRequest.md
204208
docs/SortOption.md
209+
docs/Store.md
210+
docs/StoreShelf.md
211+
docs/StoreType.md
212+
docs/StoreView.md
205213
docs/Submission.md
206214
docs/Subscription.md
207215
docs/SubscriptionPeriod.md
@@ -227,6 +235,7 @@ docs/UpdateGroupMemberRequest.md
227235
docs/UpdateGroupRepresentationRequest.md
228236
docs/UpdateGroupRequest.md
229237
docs/UpdateGroupRoleRequest.md
238+
docs/UpdateInventoryItemRequest.md
230239
docs/UpdateInviteMessageRequest.md
231240
docs/UpdateUserBadgeRequest.md
232241
docs/UpdateUserNoteRequest.md
@@ -239,6 +248,7 @@ docs/UserNoteTargetUser.md
239248
docs/UserState.md
240249
docs/UserStatus.md
241250
docs/UserSubscription.md
251+
docs/UserSubscriptionEligible.md
242252
docs/UsersApi.md
243253
docs/Verify2FaEmailCodeResult.md
244254
docs/Verify2FaResult.md
@@ -330,6 +340,7 @@ src/models/current_user_presence.rs
330340
src/models/developer_type.rs
331341
src/models/disable2_fa_result.rs
332342
src/models/dynamic_content_row.rs
343+
src/models/economy_account.rs
333344
src/models/error.rs
334345
src/models/favorite.rs
335346
src/models/favorite_group.rs
@@ -390,6 +401,7 @@ src/models/instance_short_name_response.rs
390401
src/models/instance_type.rs
391402
src/models/inventory.rs
392403
src/models/inventory_drop.rs
404+
src/models/inventory_flag.rs
393405
src/models/inventory_item.rs
394406
src/models/inventory_item_type.rs
395407
src/models/inventory_metadata.rs
@@ -423,6 +435,7 @@ src/models/notification_detail_request_invite.rs
423435
src/models/notification_detail_request_invite_response.rs
424436
src/models/notification_detail_vote_to_kick.rs
425437
src/models/notification_type.rs
438+
src/models/ok_status.rs
426439
src/models/order_option.rs
427440
src/models/paginated_calendar_event_list.rs
428441
src/models/paginated_group_audit_log_entry_list.rs
@@ -455,7 +468,12 @@ src/models/response.rs
455468
src/models/sent_notification.rs
456469
src/models/service_queue_stats.rs
457470
src/models/service_status.rs
471+
src/models/share_inventory_item_direct_request.rs
458472
src/models/sort_option.rs
473+
src/models/store.rs
474+
src/models/store_shelf.rs
475+
src/models/store_type.rs
476+
src/models/store_view.rs
459477
src/models/submission.rs
460478
src/models/subscription.rs
461479
src/models/subscription_period.rs
@@ -481,6 +499,7 @@ src/models/update_group_member_request.rs
481499
src/models/update_group_representation_request.rs
482500
src/models/update_group_request.rs
483501
src/models/update_group_role_request.rs
502+
src/models/update_inventory_item_request.rs
484503
src/models/update_invite_message_request.rs
485504
src/models/update_user_badge_request.rs
486505
src/models/update_user_note_request.rs
@@ -493,6 +512,7 @@ src/models/user_note_target_user.rs
493512
src/models/user_state.rs
494513
src/models/user_status.rs
495514
src/models/user_subscription.rs
515+
src/models/user_subscription_eligible.rs
496516
src/models/verify2_fa_email_code_result.rs
497517
src/models/verify2_fa_result.rs
498518
src/models/verify_auth_token_result.rs

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

docs/CalendarApi.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Method | HTTP request | Description
1313
[**get_group_calendar_event**](CalendarApi.md#get_group_calendar_event) | **GET** /calendar/{groupId}/{calendarId} | Get a calendar event
1414
[**get_group_calendar_event_ics**](CalendarApi.md#get_group_calendar_event_ics) | **GET** /calendar/{groupId}/{calendarId}.ics | Download calendar event as ICS
1515
[**get_group_calendar_events**](CalendarApi.md#get_group_calendar_events) | **GET** /calendar/{groupId} | List a group's calendar events
16+
[**search_calendar_events**](CalendarApi.md#search_calendar_events) | **GET** /calendar/search | Search for calendar events
1617
[**update_group_calendar_event**](CalendarApi.md#update_group_calendar_event) | **PUT** /calendar/{groupId}/{calendarId}/event | Update a calendar event
1718

1819

@@ -302,6 +303,39 @@ Name | Type | Description | Required | Notes
302303
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
303304

304305

306+
## search_calendar_events
307+
308+
> models::PaginatedCalendarEventList search_calendar_events(search_term, utc_offset, n, offset)
309+
Search for calendar events
310+
311+
Get a list of calendar events by search terms
312+
313+
### Parameters
314+
315+
316+
Name | Type | Description | Required | Notes
317+
------------- | ------------- | ------------- | ------------- | -------------
318+
**search_term** | **String** | Search term for calendar events. | [required] |
319+
**utc_offset** | Option<**i32**> | The offset from UTC in hours of the client or authenticated user. | |
320+
**n** | Option<**i32**> | The number of objects to return. | |[default to 60]
321+
**offset** | Option<**i32**> | A zero-based offset from the default object sorting from where search results start. | |
322+
323+
### Return type
324+
325+
[**models::PaginatedCalendarEventList**](PaginatedCalendarEventList.md)
326+
327+
### Authorization
328+
329+
[authCookie](../README.md#authCookie)
330+
331+
### HTTP request headers
332+
333+
- **Content-Type**: Not defined
334+
- **Accept**: application/json
335+
336+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
337+
338+
305339
## update_group_calendar_event
306340

307341
> models::CalendarEvent update_group_calendar_event(group_id, calendar_id, update_calendar_event_request)

docs/CalendarEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**access_type** | **String** | |
88
**category** | Option<**String**> | | [optional]
99
**close_instance_after_end_minutes** | Option<**i32**> | | [optional]
10-
**created_at** | **String** | |
10+
**created_at** | Option<**String**> | | [optional]
1111
**deleted_at** | Option<**String**> | | [optional]
1212
**description** | Option<**String**> | | [optional]
1313
**ends_at** | Option<**String**> | | [optional]

docs/CurrentUserPresence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**profile_pic_override** | Option<**String**> | | [optional]
1818
**status** | Option<**String**> | either a UserStatus or empty string | [optional]
1919
**traveling_to_instance** | Option<**String**> | | [optional]
20-
**traveling_to_world** | Option<**String**> | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
20+
**traveling_to_world** | Option<**String**> | Represents a unique location, consisting of a world identifier and an instance identifier, or \"offline\" if the user is not on your friends list. | [optional]
2121
**user_icon** | Option<**String**> | | [optional]
2222
**world** | Option<**String**> | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
2323

docs/EconomyAccount.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EconomyAccount
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**account_activated_on** | Option<**String**> | |
8+
**account_id** | Option<**String**> | |
9+
**blocked** | **bool** | |
10+
**can_spend** | **bool** | |
11+
**source** | **String** | |
12+
**user_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. |
13+
14+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
16+

0 commit comments

Comments
 (0)