Skip to content

Commit ec0c179

Browse files
James RobertsonJames Robertson
authored andcommitted
release v0.0.12
1 parent c5a7013 commit ec0c179

20 files changed

+1038
-363
lines changed

.openapi-generator/FILES

Lines changed: 4 additions & 327 deletions
Large diffs are not rendered by default.

docs/SendBirdChannelResponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
**ignore_profanity_filter** | **bool** | | [optional]
1717
**hidden_state** | **str** | | [optional]
1818
**invited_at** | **float** | | [optional]
19-
**inviter** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
19+
**inviter** | [**SendBirdGroupChannelInviter**](SendBirdGroupChannelInviter.md) | | [optional]
2020
**is_access_code_required** | **bool** | | [optional]
2121
**is_broadcast** | **bool** | | [optional]
2222
**is_created** | **bool** | | [optional]
@@ -30,7 +30,7 @@ Name | Type | Description | Notes
3030
**is_super** | **bool** | | [optional]
3131
**joined_at** | **float** | | [optional]
3232
**joined_member_count** | **float** | | [optional]
33-
**last_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional]
33+
**last_message** | [**SendBirdGroupChannelLastMessage**](SendBirdGroupChannelLastMessage.md) | | [optional]
3434
**max_length_message** | **float** | | [optional]
3535
**member_count** | **float** | | [optional]
3636
**members** | [**[SendBirdMember]**](SendBirdMember.md) | | [optional]

docs/SendBirdGroupChannel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
**ignore_profanity_filter** | **bool** | | [optional]
1717
**hidden_state** | **str** | | [optional]
1818
**invited_at** | **float** | | [optional]
19-
**inviter** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
19+
**inviter** | [**SendBirdGroupChannelInviter**](SendBirdGroupChannelInviter.md) | | [optional]
2020
**is_access_code_required** | **bool** | | [optional]
2121
**is_broadcast** | **bool** | | [optional]
2222
**is_created** | **bool** | | [optional]
@@ -30,7 +30,7 @@ Name | Type | Description | Notes
3030
**is_super** | **bool** | | [optional]
3131
**joined_at** | **float** | | [optional]
3232
**joined_member_count** | **float** | | [optional]
33-
**last_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional]
33+
**last_message** | [**SendBirdGroupChannelLastMessage**](SendBirdGroupChannelLastMessage.md) | | [optional]
3434
**max_length_message** | **float** | | [optional]
3535
**member_count** | **float** | | [optional]
3636
**members** | [**[SendBirdMember]**](SendBirdMember.md) | | [optional]
@@ -43,7 +43,7 @@ Name | Type | Description | Notes
4343
**my_push_trigger_option** | **str** | | [optional]
4444
**my_role** | **str** | | [optional]
4545
**name** | **str** | | [optional]
46-
**operators** | **[str]** | | [optional]
46+
**operators** | **[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]** | | [optional]
4747
**sms_fallback** | [**SendBirdGroupChannelSmsFallback**](SendBirdGroupChannelSmsFallback.md) | | [optional]
4848
**unread_mention_count** | **float** | | [optional]
4949
**unread_message_count** | **float** | | [optional]
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# SendBirdGroupChannelInviter
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**require_auth_for_profile_image** | **bool** | | [optional]
8+
**is_online** | **bool** | | [optional]
9+
**user_id** | **str** | | [optional]
10+
**access_token** | **str** | | [optional]
11+
**has_ever_logged_in** | **bool** | | [optional]
12+
**is_active** | **bool** | | [optional]
13+
**last_seen_at** | **int** | | [optional]
14+
**nickname** | **str** | | [optional]
15+
**discovery_keys** | **[str]** | | [optional]
16+
**session_tokens** | **[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]** | | [optional]
17+
**preferred_languages** | **[str]** | | [optional]
18+
**profile_url** | **str** | | [optional]
19+
**created_at** | **int** | | [optional]
20+
**phone_number** | **str** | | [optional]
21+
**local** | **str** | | [optional]
22+
**locale** | **str** | | [optional]
23+
**is_hide_me_from_friends** | **bool** | | [optional]
24+
**is_shadow_blocked** | **bool** | | [optional]
25+
**is_created** | **bool** | | [optional]
26+
**metadata** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional]
27+
**description** | **str** | | [optional]
28+
**end_at** | **float** | | [optional]
29+
**start_at** | **float** | | [optional]
30+
**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]
31+
32+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
33+
34+
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# SendBirdGroupChannelLastMessage
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**require_auth** | **bool** | | [optional]
8+
**message_survival_seconds** | **float** | | [optional]
9+
**custom_type** | **str** | | [optional]
10+
**mentioned_users** | [**[SendBirdMessageResponseMentionedUsersInner]**](SendBirdMessageResponseMentionedUsersInner.md) | | [optional]
11+
**translations** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional]
12+
**updated_at** | **float** | | [optional]
13+
**is_op_msg** | **bool** | | [optional]
14+
**is_removed** | **bool** | | [optional]
15+
**user** | [**SendBirdMessageResponseUser**](SendBirdMessageResponseUser.md) | | [optional]
16+
**file** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional]
17+
**message** | **str** | | [optional]
18+
**data** | **str** | | [optional]
19+
**message_retention_hour** | **float** | | [optional]
20+
**silent** | **bool** | | [optional]
21+
**type** | **str** | | [optional]
22+
**created_at** | **float** | | [optional]
23+
**channel_type** | **str** | | [optional]
24+
**req_id** | **str** | | [optional]
25+
**mention_type** | **str** | | [optional]
26+
**channel_url** | **str** | | [optional]
27+
**message_id** | **float** | | [optional]
28+
**size** | **float** | | [optional]
29+
**sorted_metaarray** | **[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]** | | [optional]
30+
**thread_info** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional]
31+
**parent_message_id** | **float** | | [optional]
32+
**parent_message_info** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional]
33+
**is_reply_to_channel** | **bool** | | [optional]
34+
**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]
35+
36+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
37+
38+

docs/SendBirdMember.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**connection_status** | **str** | | [optional]
8-
**friend_discovery_key** | **str** | | [optional]
9-
**friend_name** | **str** | | [optional]
8+
**friend_discovery_key** | **str, none_type** | | [optional]
9+
**friend_name** | **str, none_type** | | [optional]
1010
**is_active** | **bool** | | [optional]
1111
**is_muted** | **bool** | | [optional]
1212
**last_seen_at** | **int** | | [optional]

sendbird_platform_sdk/__init__.py

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

1212

13-
__version__ = "1.0.9"
13+
__version__ = "1.0.12"
1414

1515
# import ApiClient
1616
from sendbird_platform_sdk.api_client import ApiClient

sendbird_platform_sdk/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'OpenAPI-Generator/1.0.9/python'
79+
self.user_agent = 'OpenAPI-Generator/1.0.12/python'
8080

8181
def __enter__(self):
8282
return self

sendbird_platform_sdk/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def to_debug_report(self):
380380
"OS: {env}\n"\
381381
"Python Version: {pyversion}\n"\
382382
"Version of the API: 1.0.0\n"\
383-
"SDK Package Version: 1.0.9".\
383+
"SDK Package Version: 1.0.12".\
384384
format(env=sys.platform, pyversion=sys.version)
385385

386386
def get_host_settings(self):

sendbird_platform_sdk/model/send_bird_channel_response.py

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,20 @@ def lazy_import():
3434
from sendbird_platform_sdk.model.send_bird_group_channel_channel import SendBirdGroupChannelChannel
3535
from sendbird_platform_sdk.model.send_bird_group_channel_created_by import SendBirdGroupChannelCreatedBy
3636
from sendbird_platform_sdk.model.send_bird_group_channel_disappearing_message import SendBirdGroupChannelDisappearingMessage
37+
from sendbird_platform_sdk.model.send_bird_group_channel_inviter import SendBirdGroupChannelInviter
38+
from sendbird_platform_sdk.model.send_bird_group_channel_last_message import SendBirdGroupChannelLastMessage
3739
from sendbird_platform_sdk.model.send_bird_group_channel_sms_fallback import SendBirdGroupChannelSmsFallback
3840
from sendbird_platform_sdk.model.send_bird_member import SendBirdMember
39-
from sendbird_platform_sdk.model.send_bird_message_response import SendBirdMessageResponse
4041
from sendbird_platform_sdk.model.send_bird_open_channel import SendBirdOpenChannel
4142
from sendbird_platform_sdk.model.send_bird_user import SendBirdUser
4243
globals()['SendBirdGroupChannel'] = SendBirdGroupChannel
4344
globals()['SendBirdGroupChannelChannel'] = SendBirdGroupChannelChannel
4445
globals()['SendBirdGroupChannelCreatedBy'] = SendBirdGroupChannelCreatedBy
4546
globals()['SendBirdGroupChannelDisappearingMessage'] = SendBirdGroupChannelDisappearingMessage
47+
globals()['SendBirdGroupChannelInviter'] = SendBirdGroupChannelInviter
48+
globals()['SendBirdGroupChannelLastMessage'] = SendBirdGroupChannelLastMessage
4649
globals()['SendBirdGroupChannelSmsFallback'] = SendBirdGroupChannelSmsFallback
4750
globals()['SendBirdMember'] = SendBirdMember
48-
globals()['SendBirdMessageResponse'] = SendBirdMessageResponse
4951
globals()['SendBirdOpenChannel'] = SendBirdOpenChannel
5052
globals()['SendBirdUser'] = SendBirdUser
5153

@@ -96,6 +98,7 @@ class SendBirdChannelResponse(ModelComposed):
9698
'FALSE': "false",
9799
},
98100
('my_role',): {
101+
'EMPTY': "",
99102
'NONE': "none",
100103
'OPERATOR': "operator",
101104
},
@@ -139,7 +142,7 @@ def openapi_types():
139142
'ignore_profanity_filter': (bool,), # noqa: E501
140143
'hidden_state': (str,), # noqa: E501
141144
'invited_at': (float,), # noqa: E501
142-
'inviter': (SendBirdUser,), # noqa: E501
145+
'inviter': (SendBirdGroupChannelInviter,), # noqa: E501
143146
'is_access_code_required': (bool,), # noqa: E501
144147
'is_broadcast': (bool,), # noqa: E501
145148
'is_created': (bool,), # noqa: E501
@@ -153,7 +156,7 @@ def openapi_types():
153156
'is_super': (bool,), # noqa: E501
154157
'joined_at': (float,), # noqa: E501
155158
'joined_member_count': (float,), # noqa: E501
156-
'last_message': (SendBirdMessageResponse,), # noqa: E501
159+
'last_message': (SendBirdGroupChannelLastMessage,), # noqa: E501
157160
'max_length_message': (float,), # noqa: E501
158161
'member_count': (float,), # noqa: E501
159162
'members': ([SendBirdMember],), # noqa: E501
@@ -280,7 +283,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
280283
ignore_profanity_filter (bool): [optional] # noqa: E501
281284
hidden_state (str): [optional] # noqa: E501
282285
invited_at (float): [optional] # noqa: E501
283-
inviter (SendBirdUser): [optional] # noqa: E501
286+
inviter (SendBirdGroupChannelInviter): [optional] # noqa: E501
284287
is_access_code_required (bool): [optional] # noqa: E501
285288
is_broadcast (bool): [optional] # noqa: E501
286289
is_created (bool): [optional] # noqa: E501
@@ -294,7 +297,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
294297
is_super (bool): [optional] # noqa: E501
295298
joined_at (float): [optional] # noqa: E501
296299
joined_member_count (float): [optional] # noqa: E501
297-
last_message (SendBirdMessageResponse): [optional] # noqa: E501
300+
last_message (SendBirdGroupChannelLastMessage): [optional] # noqa: E501
298301
max_length_message (float): [optional] # noqa: E501
299302
member_count (float): [optional] # noqa: E501
300303
members ([SendBirdMember]): [optional] # noqa: E501
@@ -429,7 +432,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
429432
ignore_profanity_filter (bool): [optional] # noqa: E501
430433
hidden_state (str): [optional] # noqa: E501
431434
invited_at (float): [optional] # noqa: E501
432-
inviter (SendBirdUser): [optional] # noqa: E501
435+
inviter (SendBirdGroupChannelInviter): [optional] # noqa: E501
433436
is_access_code_required (bool): [optional] # noqa: E501
434437
is_broadcast (bool): [optional] # noqa: E501
435438
is_created (bool): [optional] # noqa: E501
@@ -443,7 +446,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
443446
is_super (bool): [optional] # noqa: E501
444447
joined_at (float): [optional] # noqa: E501
445448
joined_member_count (float): [optional] # noqa: E501
446-
last_message (SendBirdMessageResponse): [optional] # noqa: E501
449+
last_message (SendBirdGroupChannelLastMessage): [optional] # noqa: E501
447450
max_length_message (float): [optional] # noqa: E501
448451
member_count (float): [optional] # noqa: E501
449452
members ([SendBirdMember]): [optional] # noqa: E501

0 commit comments

Comments
 (0)