Skip to content

Commit aa51cb9

Browse files
authored
Merge pull request #12 from sendbird/release/1.0.26
Updated version to 1.0.26
2 parents 78f1077 + c950ff5 commit aa51cb9

22 files changed

+50
-115
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ docs/ListGdprRequestsResponseRequestsInner.md
133133
docs/ListMessagesResponse.md
134134
docs/ListMessagesResponseMessagesInner.md
135135
docs/ListMessagesResponseMessagesInnerOgTag.md
136-
docs/ListMessagesResponseMessagesInnerOgTagOgImage.md
137136
docs/ListMessagesResponseMessagesInnerSortedMetaarrayInner.md
138137
docs/ListMutedChannelsResponse.md
139138
docs/ListMutedUsersInChannelsWithCustomChannelType200Response.md
@@ -520,7 +519,6 @@ sendbird_platform_sdk/model/list_gdpr_requests_response_requests_inner.py
520519
sendbird_platform_sdk/model/list_messages_response.py
521520
sendbird_platform_sdk/model/list_messages_response_messages_inner.py
522521
sendbird_platform_sdk/model/list_messages_response_messages_inner_og_tag.py
523-
sendbird_platform_sdk/model/list_messages_response_messages_inner_og_tag_og_image.py
524522
sendbird_platform_sdk/model/list_messages_response_messages_inner_sorted_metaarray_inner.py
525523
sendbird_platform_sdk/model/list_muted_channels_response.py
526524
sendbird_platform_sdk/model/list_muted_users_in_channels_with_custom_channel_type200_response.py
@@ -748,31 +746,4 @@ setup.cfg
748746
setup.py
749747
test-requirements.txt
750748
test/__init__.py
751-
test/test_delete_a_pin_api.py
752-
test/test_gc_typing_indicators_data.py
753-
test/test_pin_a_message_api.py
754-
test/test_poll_api.py
755-
test/test_push_notifications_api.py
756-
test/test_scheduled_message_api.py
757-
test/test_send_bird_bots_message_response.py
758-
test/test_send_bird_bots_message_response_message.py
759-
test/test_send_bird_bots_message_response_message_extended_message_payload.py
760-
test/test_send_bird_bots_message_response_message_message_events.py
761-
test/test_send_bird_file.py
762-
test/test_send_bird_parent_message_info.py
763-
test/test_send_bird_scheduled_message.py
764-
test/test_send_bot_s_message_data_extended_message_payload.py
765-
test/test_v3_applications_push_settings_get200_response.py
766-
test/test_v3_applications_push_settings_get_request.py
767-
test/test_v3_group_channels_channel_url_scheduled_messages_scheduled_message_id_delete_request.py
768-
test/test_v3_polls_get_request.py
769-
test/test_v3_polls_poll_id_delete_request.py
770-
test/test_v3_polls_poll_id_delete_request1.py
771-
test/test_v3_polls_poll_id_options_option_id_delete_request.py
772-
test/test_v3_polls_poll_id_options_option_id_voters_get200_response.py
773-
test/test_v3_polls_poll_id_options_option_id_voters_get200_response_voters_inner.py
774-
test/test_v3_polls_poll_id_options_option_id_voters_get_request.py
775-
test/test_v3_polls_poll_id_vote_put_request.py
776-
test/test_v3_scheduled_messages_count_get200_response.py
777-
test/test_v3_scheduled_messages_get200_response.py
778749
tox.ini

docs/GcUpdateChannelByUrlData.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**channel_url** | **str** | Specifies the URL of the channel to update. |
8-
**name** | **str** | Specifies the name of the channel, or the channel topic. The length is limited to 191 characters. |
9-
**cover_url** | **str** | Specifies the unique URL of the cover image. The length is limited to 2,048 characters. |
10-
**cover_file** | **file_type** | Uploads the cover image file for the channel. |
11-
**custom_type** | **str** | Specifies the custom channel type which is used for channel grouping. The length is limited to 128 characters.<br /><br /> Custom types are also used within Sendbird's [Advanced analytics](/docs/chat/v3/platform-api/guides/advanced-analytics) to segment metrics, which enables the sub-classification of data views. |
12-
**data** | **str** | Specifies additional channel information such as a long description of the channel or `JSON` formatted string. |
13-
**is_distinct** | **bool** | Determines whether to reuse an existing channel or create a new channel. If set to true, returns a channel with the current channel members users or creates a new channel if no match is found. Sendbird server can also use the custom channel type in the custom_type property if specified along with the users to return the corresponding channel. If set to false, Sendbird server always creates a new channel with a combination of the users as well as the channel custom type if specified. (Default: false)<br /><br /> Under this property, Sendbird server does not distinguish channels based on other properties such as channel URL or channel name. |
14-
**is_public** | **bool** | Determines whether to allow a user to join the channel without an invitation. (Default: false) |
15-
**access_code** | **str** | This property can be used only when the channel operator wants to set an access code for a public group channel. If specified, the is_access_code_required property of the channel resource is then set to true, and the channel begins to require the specified access code to a user who attempts to join. |
16-
**operator_ids** | **[str]** | Specifies an array of one or more IDs of users to register as operators of the channel. If the operators are not members of the channel yet, they need an [invitation](#2-invite-as-members) to [join](#2-join-a-channel) a privte group channel while they don't need any to join a [public](#-3-private-vs-public) group channel. The maximum allowed number of operators per channel is 100. |
8+
**name** | **str** | Specifies the name of the channel, or the channel topic. The length is limited to 191 characters. | [optional]
9+
**cover_url** | **str** | Specifies the unique URL of the cover image. The length is limited to 2,048 characters. | [optional]
10+
**cover_file** | **file_type** | Uploads the cover image file for the channel. | [optional]
11+
**custom_type** | **str** | Specifies the custom channel type which is used for channel grouping. The length is limited to 128 characters.<br /><br /> Custom types are also used within Sendbird's [Advanced analytics](/docs/chat/v3/platform-api/guides/advanced-analytics) to segment metrics, which enables the sub-classification of data views. | [optional]
12+
**data** | **str** | Specifies additional channel information such as a long description of the channel or `JSON` formatted string. | [optional]
13+
**is_distinct** | **bool** | Determines whether to reuse an existing channel or create a new channel. If set to true, returns a channel with the current channel members users or creates a new channel if no match is found. Sendbird server can also use the custom channel type in the custom_type property if specified along with the users to return the corresponding channel. If set to false, Sendbird server always creates a new channel with a combination of the users as well as the channel custom type if specified. (Default: false)<br /><br /> Under this property, Sendbird server does not distinguish channels based on other properties such as channel URL or channel name. | [optional]
14+
**is_public** | **bool** | Determines whether to allow a user to join the channel without an invitation. (Default: false) | [optional]
15+
**access_code** | **str** | This property can be used only when the channel operator wants to set an access code for a public group channel. If specified, the is_access_code_required property of the channel resource is then set to true, and the channel begins to require the specified access code to a user who attempts to join. | [optional]
16+
**operator_ids** | **[str]** | Specifies an array of one or more IDs of users to register as operators of the channel. If the operators are not members of the channel yet, they need an [invitation](#2-invite-as-members) to [join](#2-join-a-channel) a privte group channel while they don't need any to join a [public](#-3-private-vs-public) group channel. The maximum allowed number of operators per channel is 100. | [optional]
1717
**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]
1818

1919
[[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/ListMessagesResponseMessagesInnerOgTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**ogurl** | **str** | | [optional]
88
**ogtitle** | **str** | | [optional]
99
**ogdescription** | **str** | | [optional]
10-
**ogimage** | [**ListMessagesResponseMessagesInnerOgTagOgImage**](ListMessagesResponseMessagesInnerOgTagOgImage.md) | | [optional]
10+
**ogimage** | [**SendBirdOGImage**](SendBirdOGImage.md) | | [optional]
1111
**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]
1212

1313
[[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/MessageApi.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,9 @@ with sendbird_platform_sdk.ApiClient() as api_client:
867867
api_instance = message_api.MessageApi(api_client)
868868
channel_url = "channel_url_example" # str |
869869
api_token = "{{API_TOKEN}}" # str | (optional)
870-
user_ids = "user_ids_example" # str | (optional)
870+
user_ids = [
871+
"user_ids_example",
872+
] # [str] | (optional)
871873

872874
# example passing only required values which don't have defaults set
873875
try:
@@ -894,7 +896,7 @@ Name | Type | Description | Notes
894896
------------- | ------------- | ------------- | -------------
895897
**channel_url** | **str**| |
896898
**api_token** | **str**| | [optional]
897-
**user_ids** | **str**| | [optional]
899+
**user_ids** | **[str]**| | [optional]
898900

899901
### Return type
900902

docs/RemoveRegistrationOrDeviceTokenByTokenResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**token** | **[str]** | | [optional]
7+
**token** | **str** | | [optional]
88
**user** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
99
**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]
1010

docs/SendBirdBaseChannel.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Name | Type | Description | Notes
1010
**custom_type** | **str** | | [optional]
1111
**data** | **str** | | [optional]
1212
**is_ephemeral** | **bool** | | [optional]
13-
**is_frozen** | **bool** | | [optional]
1413
**name** | **str** | | [optional]
1514
**url** | **str** | | [optional]
1615
**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/SendBirdChannelResponse.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Name | Type | Description | Notes
2323
**is_discoverable** | **bool** | | [optional]
2424
**is_distinct** | **bool** | | [optional]
2525
**is_ephemeral** | **bool** | | [optional]
26-
**is_frozen** | **bool** | | [optional]
2726
**is_hidden** | **bool** | | [optional]
2827
**is_public** | **bool** | | [optional]
2928
**is_push_enabled** | **bool** | | [optional]

docs/SendBirdGroupChannel.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Name | Type | Description | Notes
2323
**is_discoverable** | **bool** | | [optional]
2424
**is_distinct** | **bool** | | [optional]
2525
**is_ephemeral** | **bool** | | [optional]
26-
**is_frozen** | **bool** | | [optional]
2726
**is_hidden** | **bool** | | [optional]
2827
**is_public** | **bool** | | [optional]
2928
**is_push_enabled** | **bool** | | [optional]

docs/SendBirdOpenChannel.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Name | Type | Description | Notes
1313
**data** | **str** | | [optional]
1414
**is_dynamic_partitioned** | **bool** | | [optional]
1515
**is_ephemeral** | **bool** | | [optional]
16-
**is_frozen** | **bool** | | [optional]
1716
**max_length_message** | **float** | | [optional]
1817
**operators** | [**[SendBirdUser]**](SendBirdUser.md) | | [optional]
1918
**participant_count** | **float** | | [optional]

sendbird_platform_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
__version__ = "1.0.24"
14+
__version__ = "1.0.26"
1515

1616
# import ApiClient
1717
from sendbird_platform_sdk.api_client import ApiClient

0 commit comments

Comments
 (0)