Skip to content

Commit 0285f8d

Browse files
James RobertsonJames Robertson
authored andcommitted
0.0.9
1 parent b6b359e commit 0285f8d

29 files changed

+1512
-99
lines changed

.openapi-generator/FILES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ docs/CreateUserData.md
4747
docs/CreateUserMetadataData.md
4848
docs/CreateUserMetadataResponse.md
4949
docs/CreateUserResponse.md
50+
docs/CreateUserTokenData.md
51+
docs/CreateUserTokenResponse.md
5052
docs/CustomTypeListBannedUsersResponse.md
5153
docs/DataExportApi.md
5254
docs/DeleteAllowedIpsFromWhitelistResponse.md
@@ -391,6 +393,8 @@ sendbird_platform_sdk/model/create_user_data.py
391393
sendbird_platform_sdk/model/create_user_metadata_data.py
392394
sendbird_platform_sdk/model/create_user_metadata_response.py
393395
sendbird_platform_sdk/model/create_user_response.py
396+
sendbird_platform_sdk/model/create_user_token_data.py
397+
sendbird_platform_sdk/model/create_user_token_response.py
394398
sendbird_platform_sdk/model/custom_type_list_banned_users_response.py
395399
sendbird_platform_sdk/model/delete_allowed_ips_from_whitelist_response.py
396400
sendbird_platform_sdk/model/delete_apns_certificate_by_id_response.py
@@ -711,6 +715,8 @@ test/test_create_user_data.py
711715
test/test_create_user_metadata_data.py
712716
test/test_create_user_metadata_response.py
713717
test/test_create_user_response.py
718+
test/test_create_user_token_data.py
719+
test/test_create_user_token_response.py
714720
test/test_custom_type_list_banned_users_response.py
715721
test/test_data_export_api.py
716722
test/test_delete_allowed_ips_from_whitelist_response.py

README.md

Lines changed: 606 additions & 39 deletions
Large diffs are not rendered by default.

docs/CreateUserTokenData.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CreateUserTokenData
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**expires_at** | **float** | Specifies the expiration time of the new session token in Unix milliseconds format. By default, the expiration time of a session token is seven days from the timestamp when the token was issued. | [optional]
8+
**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]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

docs/CreateUserTokenResponse.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CreateUserTokenResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**token** | **str** | | [optional]
8+
**expires_at** | **float** | | [optional]
9+
**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]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

docs/GroupChannelApi.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ with sendbird_platform_sdk.ApiClient() as api_client:
311311
"discovery_keys_example",
312312
],
313313
session_tokens=[
314-
"session_tokens_example",
314+
{},
315315
],
316316
preferred_languages=[
317317
"preferred_languages_example",
@@ -324,14 +324,7 @@ with sendbird_platform_sdk.ApiClient() as api_client:
324324
is_hide_me_from_friends=True,
325325
is_shadow_blocked=True,
326326
is_created=True,
327-
metadata=SBObject(
328-
constructor=Function(
329-
arguments=None,
330-
caller=Function(),
331-
length=3.14,
332-
prototype=None,
333-
),
334-
),
327+
metadata={},
335328
description="description_example",
336329
end_at=3.14,
337330
start_at=3.14,

docs/MessageApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ with sendbird_platform_sdk.ApiClient() as api_client:
16141614
api_token = "{{API_TOKEN}}" # str |
16151615
channel_type = "channel_type_example" # str |
16161616
channel_url = "channel_url_example" # str |
1617-
message_ts = 1 # int | (optional)
1617+
message_ts = "message_ts_example" # str | (optional)
16181618
message_id = 1 # int | (optional)
16191619
prev_limit = 1 # int | (optional)
16201620
next_limit = 1 # int | (optional)
@@ -1659,7 +1659,7 @@ Name | Type | Description | Notes
16591659
**api_token** | **str**| |
16601660
**channel_type** | **str**| |
16611661
**channel_url** | **str**| |
1662-
**message_ts** | **int**| | [optional]
1662+
**message_ts** | **str**| | [optional]
16631663
**message_id** | **int**| | [optional]
16641664
**prev_limit** | **int**| | [optional]
16651665
**next_limit** | **int**| | [optional]

docs/ReportUserByIdResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**reporting_user** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
1010
**offending_user** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
1111
**reported_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional]
12-
**channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional]
12+
**channel** | **SendBirdChannelResponse** | | [optional]
1313
**report_description** | **str** | | [optional]
1414
**created_at** | **float** | | [optional]
1515
**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]

docs/SendBirdMember.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Name | Type | Description | Notes
1010
**is_active** | **bool** | | [optional]
1111
**is_muted** | **bool** | | [optional]
1212
**last_seen_at** | **int** | | [optional]
13-
**meta_data** | [**SBObject**](SBObject.md) | | [optional]
1413
**nickname** | **str** | | [optional]
1514
**plain_profile_url** | **str** | | [optional]
1615
**preferred_languages** | **[str]** | | [optional]
@@ -23,7 +22,7 @@ Name | Type | Description | Notes
2322
**muted_description** | **str** | | [optional]
2423
**restriction_info** | [**SendBirdRestrictionInfo**](SendBirdRestrictionInfo.md) | | [optional]
2524
**role** | **str, none_type** | | [optional]
26-
**state** | **str** | | [optional]
25+
**state** | **str, none_type** | | [optional]
2726
**user_id** | **str** | | [optional]
2827
**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]
2928

docs/SendBirdSender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**is_active** | **bool** | | [optional]
1111
**is_blocked_by_me** | **bool** | | [optional]
1212
**last_seen_at** | **int** | | [optional]
13-
**meta_data** | [**SBObject**](SBObject.md) | | [optional]
13+
**metadata** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional]
1414
**nickname** | **str** | | [optional]
1515
**plain_profile_url** | **str** | | [optional]
1616
**preferred_languages** | **[str]** | | [optional]

docs/SendBirdUser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
1414
**last_seen_at** | **int** | | [optional]
1515
**nickname** | **str** | | [optional]
1616
**discovery_keys** | **[str]** | | [optional]
17-
**session_tokens** | **[str]** | | [optional]
17+
**session_tokens** | **[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]** | | [optional]
1818
**preferred_languages** | **[str]** | | [optional]
1919
**profile_url** | **str** | | [optional]
2020
**created_at** | **int** | | [optional]
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
2424
**is_hide_me_from_friends** | **bool** | | [optional]
2525
**is_shadow_blocked** | **bool** | | [optional]
2626
**is_created** | **bool** | | [optional]
27-
**metadata** | [**SBObject**](SBObject.md) | | [optional]
27+
**metadata** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional]
2828
**description** | **str** | | [optional]
2929
**end_at** | **float** | | [optional]
3030
**start_at** | **float** | | [optional]

0 commit comments

Comments
 (0)