Skip to content

Commit 3a6b7e5

Browse files
committed
Upgrade Python SDK to spec 1.20.3
1 parent b3c9202 commit 3a6b7e5

File tree

267 files changed

+636
-435
lines changed

Some content is hidden

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

267 files changed

+636
-435
lines changed

docs/Avatar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
1616
**highest_price** | **int** | | [optional]
1717
**id** | **str** | |
1818
**image_url** | **str** | |
19+
**listing_date** | **str** | |
1920
**lock** | **bool** | | [optional]
2021
**lowest_price** | **int** | | [optional]
2122
**name** | **str** | |

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** | **str** | |
6161
**profile_pic_override_thumbnail** | **str** | |
6262
**pronouns** | **str** | |
63+
**pronouns_history** | **list[str]** | |
6364
**queued_instance** | **str** | | [optional]
6465
**receive_mobile_invitations** | **bool** | | [optional]
6566
**state** | [**UserState**](UserState.md) | |

docs/FavoritedWorld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**author_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. |
8+
**author_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]
99
**author_name** | **str** | |
1010
**capacity** | **int** | |
1111
**description** | **str** | |

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** | **int** | | [optional]
1313
**cloth_count** | **int** | |
1414
**constraint_count** | **int** | |
15+
**constraint_depth** | **int** | |
1516
**contact_count** | **int** | |
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** | [**GroupMemberStatus**](GroupMemberStatus.md) | | [optional]
1515
**visibility** | **str** | | [optional]
1616
**is_subscribed_to_announcements** | **bool** | | [optional] [default to False]
17+
**is_subscribed_to_event_announcements** | **bool** | | [optional]
1718
**created_at** | **datetime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
1819
**banned_at** | **datetime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
1920
**manager_notes** | **str** | 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** | [**GroupMemberStatus**](GroupMemberStatus.md) | | [optional]
1818
**visibility** | **str** | | [optional]
1919
**is_subscribed_to_announcements** | **bool** | | [optional] [default to False]
20+
**is_subscribed_to_event_announcements** | **bool** | | [optional]
2021
**created_at** | **datetime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
2122
**banned_at** | **datetime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
2223
**manager_notes** | **str** | 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** | **str** | | [optional]
1515
**membership_status** | **str** | | [optional]
1616
**is_subscribed_to_announcements** | **bool** | | [optional] [default to True]
17+
**is_subscribed_to_event_announcements** | **bool** | | [optional]
1718
**visibility** | **str** | | [optional]
1819
**is_representing** | **bool** | | [optional] [default to False]
1920
**joined_at** | **datetime** | | [optional]

docs/LimitedUnityPackage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8+
**created_at** | **datetime** | |
89
**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`. |
910
**unity_version** | **str** | |
1011

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** | **datetime** | |
119
**description** | **str** | |
1210
**display_name** | **str** | |
1311
**duration** | **int** | | [optional]
1412
**duration_type** | **str** | | [optional]
15-
**group_icon** | **str** | |
16-
**group_id** | **str** | |
17-
**group_name** | **str** | |
13+
**group_icon** | **str** | | [optional]
14+
**group_id** | **str** | | [optional]
15+
**group_name** | **str** | | [optional]
16+
**has_avatar** | **bool** | |
17+
**has_udon** | **bool** | |
1818
**hydrated_products** | [**list[Product]**](Product.md) | | [optional]
1919
**id** | **str** | |
20-
**image_id** | **str** | |
21-
**instant** | **bool** | |
20+
**image_id** | **str** | | [optional]
21+
**image_url** | **str** | | [optional]
2222
**listing_type** | [**ProductListingType**](ProductListingType.md) | |
23-
**listing_variants** | [**list[ProductListingVariant]**](ProductListingVariant.md) | |
24-
**permanent** | **bool** | |
23+
**listing_variants** | [**list[ProductListingVariant]**](ProductListingVariant.md) | | [optional]
24+
**permanent** | **bool** | | [optional]
2525
**price_tokens** | **int** | |
2626
**product_ids** | **list[str]** | |
2727
**product_type** | [**ProductType**](ProductType.md) | |
@@ -33,8 +33,7 @@ Name | Type | Description | Notes
3333
**seller_id** | **str** | |
3434
**stackable** | **bool** | |
3535
**store_ids** | **list[str]** | |
36-
**tags** | **list[str]** | |
37-
**updated** | **datetime** | |
36+
**tags** | **list[str]** | | [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

docs/TokenBundle.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**id** | **str** | |
8+
**apple_product_id** | **str** | |
89
**steam_item_id** | **str** | |
910
**oculus_sku** | **str** | |
1011
**google_product_id** | **str** | | [optional]

0 commit comments

Comments
 (0)