Upgrade Rust SDK to spec 1.4.2

This commit is contained in:
Foorack
2021-10-08 12:38:13 +02:00
parent f1b47f29ec
commit 548324ab82
83 changed files with 10 additions and 88 deletions

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
**active** | **bool** | | [default to true]
**can_request_invite** | **bool** | | [default to true]
**capacity** | **i32** | |
**client_number** | **i32** | |
**client_number** | **String** | |
**full** | **bool** | | [default to false]
**id** | **String** | |
**instance_id** | **String** | |
@ -15,7 +15,7 @@ Name | Type | Description | Notes
**n_users** | **i32** | |
**name** | **String** | |
**nonce** | Option<**String**> | | [optional]
**owner_id** | **String** | |
**owner_id** | Option<**String**> | | [optional]
**permanent** | **bool** | | [default to false]
**photon_region** | **String** | |
**platforms** | [**crate::models::InstancePlatforms**](Instance_platforms.md) | |