Skip to content

Commit

Permalink
Upgrade Python SDK to spec 1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VRCCat committed Sep 22, 2024
1 parent ee7f6f1 commit edb1899
Show file tree
Hide file tree
Showing 177 changed files with 472 additions and 280 deletions.
2 changes: 1 addition & 1 deletion docs/CreateAvatarRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**tags** | **list[str]** | | [optional]
**image_url** | **str** | |
**release_status** | [**ReleaseStatus**](ReleaseStatus.md) | | [optional]
**version** | **float** | | [optional] [default to 1]
**version** | **int** | | [optional] [default to 1]
**unity_package_url** | **str** | | [optional]
**unity_version** | **str** | | [optional] [default to '5.3.4p1']

Expand Down
4 changes: 2 additions & 2 deletions docs/CreateFileVersionRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**signature_md5** | **str** | |
**signature_size_in_bytes** | **float** | |
**signature_size_in_bytes** | **int** | |
**file_md5** | **str** | | [optional]
**file_size_in_bytes** | **float** | | [optional]
**file_size_in_bytes** | **int** | | [optional]

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

Expand Down
2 changes: 2 additions & 0 deletions docs/CurrentUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Name | Type | Description | Notes
**profile_pic_override** | **str** | |
**profile_pic_override_thumbnail** | **str** | |
**pronouns** | **str** | |
**queued_instance** | **str** | | [optional]
**receive_mobile_invitations** | **bool** | | [optional]
**state** | [**UserState**](UserState.md) | |
**status** | [**UserStatus**](UserStatus.md) | |
**status_description** | **str** | |
Expand Down
2 changes: 2 additions & 0 deletions docs/CurrentUserPresence.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**avatar_thumbnail** | **str** | | [optional]
**current_avatar_tags** | **str** | | [optional]
**display_name** | **str** | | [optional]
**groups** | **list[str]** | | [optional]
**id** | **str** | 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]
Expand All @@ -16,6 +17,7 @@ Name | Type | Description | Notes
**status** | **str** | either a UserStatus or empty string | [optional]
**traveling_to_instance** | **str** | | [optional]
**traveling_to_world** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
**user_icon** | **str** | | [optional]
**world** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/FileVersionUploadStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**upload_id** | **str** | |
**file_name** | **str** | |
**next_part_number** | **float** | |
**max_parts** | **float** | |
**next_part_number** | **int** | |
**max_parts** | **int** | |
**parts** | **list[object]** | |
**etags** | **list[object]** | Unknown |

Expand Down
6 changes: 4 additions & 2 deletions docs/GroupsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@ Name | Type | Description | Notes
[[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)

# **get_group_members**
> list[GroupMember] get_group_members(group_id, n=n, offset=offset, sort=sort)
> list[GroupMember] get_group_members(group_id, n=n, offset=offset, sort=sort, role_id=role_id)
List Group Members

Expand Down Expand Up @@ -2027,10 +2027,11 @@ with vrchatapi.ApiClient(configuration) as api_client:
n = 60 # int | The number of objects to return. (optional) (default to 60)
offset = 56 # int | A zero-based offset from the default object sorting from where search results start. (optional)
sort = vrchatapi.GroupSearchSort() # GroupSearchSort | The sort order of Group Member results (optional)
role_id = 'role_id_example' # str | Only returns members with a specific groupRoleId (optional)

try:
# List Group Members
api_response = api_instance.get_group_members(group_id, n=n, offset=offset, sort=sort)
api_response = api_instance.get_group_members(group_id, n=n, offset=offset, sort=sort, role_id=role_id)
pprint(api_response)
except ApiException as e:
print("Exception when calling GroupsApi->get_group_members: %s\n" % e)
Expand All @@ -2044,6 +2045,7 @@ Name | Type | Description | Notes
**n** | **int**| The number of objects to return. | [optional] [default to 60]
**offset** | **int**| A zero-based offset from the default object sorting from where search results start. | [optional]
**sort** | [**GroupSearchSort**](.md)| The sort order of Group Member results | [optional]
**role_id** | **str**| Only returns members with a specific groupRoleId | [optional]

### Return type

Expand Down
2 changes: 1 addition & 1 deletion docs/Subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name | Type | Description | Notes
**amount** | **float** | |
**description** | **str** | |
**period** | [**SubscriptionPeriod**](SubscriptionPeriod.md) | |
**tier** | **float** | |
**tier** | **int** | |

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

Expand Down
8 changes: 4 additions & 4 deletions docs/TransactionAgreement.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Represents a single Transaction, which is likely between VRChat and Steam.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**agreement_id** | **str** | |
**item_id** | **float** | |
**item_id** | **int** | |
**agreement** | **str** | |
**status** | **str** | This is NOT TransactionStatus, but whatever Steam return. |
**period** | **str** | |
**frequency** | **float** | |
**frequency** | **int** | |
**billing_type** | **str** | |
**start_date** | **str** | |
**end_date** | **str** | |
Expand All @@ -21,8 +21,8 @@ Name | Type | Description | Notes
**last_payment** | **str** | |
**last_amount** | **float** | |
**last_amount_vat** | **float** | |
**outstanding** | **float** | |
**failed_attempts** | **float** | |
**outstanding** | **int** | |
**failed_attempts** | **int** | |

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

Expand Down
1 change: 1 addition & 0 deletions docs/UnityPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**asset_url_object** | **object** | | [optional]
**asset_version** | **int** | |
**created_at** | **datetime** | | [optional]
**impostorizer_version** | **str** | | [optional]
**platform** | **str** | 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`. |
**plugin_url** | **str** | | [optional]
**plugin_url_object** | **object** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/UpdateAvatarRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**tags** | **list[str]** | | [optional]
**image_url** | **str** | | [optional]
**release_status** | [**ReleaseStatus**](ReleaseStatus.md) | | [optional]
**version** | **float** | | [optional] [default to 1]
**version** | **int** | | [optional] [default to 1]
**unity_package_url** | **str** | | [optional]
**unity_version** | **str** | | [optional] [default to '5.3.4p1']

Expand Down
2 changes: 1 addition & 1 deletion docs/UpdateUserRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **str** | | [optional]
**birthday** | **date** | | [optional]
**accepted_tos_version** | **float** | | [optional]
**accepted_tos_version** | **int** | | [optional]
**tags** | **list[str]** | | [optional]
**status** | [**UserStatus**](UserStatus.md) | | [optional]
**status_description** | **str** | | [optional]
Expand Down
3 changes: 2 additions & 1 deletion docs/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ Name | Type | Description | Notes
**is_friend** | **bool** | Either their `friendKey`, or empty string if you are not friends. Unknown usage. |
**last_activity** | **str** | Either a date-time or empty string. |
**last_login** | **str** | Either a date-time or empty string. |
**last_mobile** | **str** | | [optional]
**last_platform** | **str** | 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`. |
**location** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
**note** | **str** | | [optional]
**platform** | **str** | |
**platform** | **str** | | [optional]
**profile_pic_override** | **str** | |
**profile_pic_override_thumbnail** | **str** | |
**pronouns** | **str** | |
Expand Down
2 changes: 1 addition & 1 deletion docs/UserSubscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**amount** | **float** | |
**description** | **str** | |
**period** | [**SubscriptionPeriod**](SubscriptionPeriod.md) | |
**tier** | **float** | |
**tier** | **int** | |
**active** | **bool** | | [default to True]
**status** | [**TransactionStatus**](TransactionStatus.md) | |
**starts** | **str** | | [optional]
Expand Down
Loading

0 comments on commit edb1899

Please sign in to comment.