Skip to content

Commit f022002

Browse files
committed
Upgrade Python SDK to spec 1.4.1
1 parent 89df6c8 commit f022002

File tree

102 files changed

+202
-693
lines changed

Some content is hidden

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

102 files changed

+202
-693
lines changed

docs/LimitedWorld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**image_url** | **str** | |
1313
**labs_publication_date** | **str** | |
1414
**name** | **str** | |
15-
**publication_date** | **datetime** | |
15+
**publication_date** | **str** | |
1616
**release_status** | [**ReleaseStatus**](ReleaseStatus.md) | |
1717
**tags** | [**[Tag]**](Tag.md) | |
1818
**thumbnail_image_url** | **str** | |

docs/User.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ Name | Type | Description | Notes
1414
**display_name** | **str** | |
1515
**friend_key** | **str** | |
1616
**id** | **str** | |
17-
**instance_id** | **str** | |
1817
**is_friend** | **bool** | |
1918
**last_login** | **str** | |
2019
**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`. |
21-
**location** | **str** | |
2220
**profile_pic_override** | **str** | |
2321
**state** | [**UserState**](UserState.md) | |
2422
**status** | [**UserStatus**](UserStatus.md) | |
2523
**status_description** | **str** | |
2624
**tags** | [**[Tag]**](Tag.md) | |
2725
**user_icon** | **str** | |
2826
**username** | **str** | |
29-
**world_id** | [**WorldID**](WorldID.md) | |
27+
**instance_id** | **str** | | [optional]
28+
**location** | **str** | | [optional]
29+
**world_id** | [**WorldID**](WorldID.md) | | [optional]
3030
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
3131

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

docs/World.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**name** | **str** | |
1818
**namespace** | **str** | |
1919
**plugin_url_object** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | |
20-
**publication_date** | **datetime** | |
20+
**publication_date** | **str** | |
2121
**release_status** | [**ReleaseStatus**](ReleaseStatus.md) | |
2222
**tags** | [**[Tag]**](Tag.md) | |
2323
**thumbnail_image_url** | **str** | |

0 commit comments

Comments
 (0)