Skip to content

Commit bb8f0a2

Browse files
committed
Upgrade C# SDK to spec 1.20.3
1 parent 935d4c7 commit bb8f0a2

File tree

278 files changed

+564
-449
lines changed

Some content is hidden

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

278 files changed

+564
-449
lines changed

docs/Avatar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
1515
**HighestPrice** | **int** | | [optional]
1616
**Id** | **string** | |
1717
**ImageUrl** | **string** | |
18+
**ListingDate** | **string** | |
1819
**Lock** | **bool** | | [optional]
1920
**LowestPrice** | **int** | | [optional]
2021
**Name** | **string** | |

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
**ProfilePicOverride** | **string** | |
6161
**ProfilePicOverrideThumbnail** | **string** | |
6262
**Pronouns** | **string** | |
63+
**PronounsHistory** | **List<string>** | |
6364
**QueuedInstance** | **string** | | [optional]
6465
**ReceiveMobileInvitations** | **bool** | | [optional]
6566
**State** | **UserState** | |

docs/FavoritedWorld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**AuthorId** | **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. |
7+
**AuthorId** | **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. | [optional]
88
**AuthorName** | **string** | |
99
**Capacity** | **int** | |
1010
**Description** | **string** | |

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
**CameraCount** | **int** | | [optional]
1313
**ClothCount** | **int** | |
1414
**ConstraintCount** | **int** | |
15+
**ConstraintDepth** | **int** | |
1516
**ContactCount** | **int** | |
1617
**CustomExpressions** | **bool** | |
1718
**CustomizeAnimationLayers** | **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
**MembershipStatus** | **GroupMemberStatus** | | [optional]
1515
**Visibility** | **string** | | [optional]
1616
**IsSubscribedToAnnouncements** | **bool** | | [optional] [default to false]
17+
**IsSubscribedToEventAnnouncements** | **bool** | | [optional]
1718
**CreatedAt** | **DateTime?** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
1819
**BannedAt** | **DateTime?** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
1920
**ManagerNotes** | **string** | 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
**MembershipStatus** | **GroupMemberStatus** | | [optional]
1818
**Visibility** | **string** | | [optional]
1919
**IsSubscribedToAnnouncements** | **bool** | | [optional] [default to false]
20+
**IsSubscribedToEventAnnouncements** | **bool** | | [optional]
2021
**CreatedAt** | **DateTime?** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
2122
**BannedAt** | **DateTime?** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional]
2223
**ManagerNotes** | **string** | 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
**ManagerNotes** | **string** | | [optional]
1515
**MembershipStatus** | **string** | | [optional]
1616
**IsSubscribedToAnnouncements** | **bool** | | [optional] [default to true]
17+
**IsSubscribedToEventAnnouncements** | **bool** | | [optional]
1718
**Visibility** | **string** | | [optional]
1819
**IsRepresenting** | **bool** | | [optional] [default to false]
1920
**JoinedAt** | **DateTime** | | [optional]

docs/LimitedUnityPackage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**CreatedAt** | **DateTime?** | |
78
**Platform** | **string** | 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`. |
89
**UnityVersion** | **string** | |
910

docs/ProductListing.md

Lines changed: 11 additions & 12 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
**BuyerRefundable** | **bool** | |
10-
**Created** | **DateTime** | |
119
**Description** | **string** | |
1210
**DisplayName** | **string** | |
13-
**Duration** | **int** | | [optional]
11+
**Duration** | **int?** | | [optional]
1412
**DurationType** | **string** | | [optional]
15-
**GroupIcon** | **string** | |
16-
**GroupId** | **string** | |
17-
**GroupName** | **string** | |
13+
**GroupIcon** | **string** | | [optional]
14+
**GroupId** | **string** | | [optional]
15+
**GroupName** | **string** | | [optional]
16+
**HasAvatar** | **bool** | |
17+
**HasUdon** | **bool** | |
1818
**HydratedProducts** | [**List<Product>**](Product.md) | | [optional]
1919
**Id** | **string** | |
20-
**ImageId** | **string** | |
21-
**Instant** | **bool** | |
20+
**ImageId** | **string** | | [optional]
21+
**ImageUrl** | **string** | | [optional]
2222
**ListingType** | **ProductListingType** | |
23-
**ListingVariants** | [**List<ProductListingVariant>**](ProductListingVariant.md) | |
24-
**Permanent** | **bool** | |
23+
**ListingVariants** | [**List<ProductListingVariant>**](ProductListingVariant.md) | | [optional]
24+
**Permanent** | **bool** | | [optional]
2525
**PriceTokens** | **int** | |
2626
**ProductIds** | **List<string>** | |
2727
**ProductType** | **ProductType** | |
@@ -33,8 +33,7 @@ Name | Type | Description | Notes
3333
**SellerId** | **string** | |
3434
**Stackable** | **bool** | |
3535
**StoreIds** | **List<string>** | |
36-
**Tags** | **List<string>** | |
37-
**Updated** | **DateTime?** | |
36+
**Tags** | **List<string>** | | [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** | **string** | |
8+
**AppleProductId** | **string** | |
89
**SteamItemId** | **string** | |
910
**OculusSku** | **string** | |
1011
**GoogleProductId** | **string** | | [optional]

0 commit comments

Comments
 (0)