Skip to content

Commit 6868f81

Browse files
James RobertsonJames Robertson
authored andcommitted
v0.0.14
1 parent ec0c179 commit 6868f81

File tree

692 files changed

+4204
-708
lines changed

Some content is hidden

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

692 files changed

+4204
-708
lines changed

.openapi-generator/FILES

Lines changed: 353 additions & 0 deletions
Large diffs are not rendered by default.

docs/ListBannedChannelsResponseBannedChannelsInner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**start_at** | **float** | | [optional]
88
**description** | **str** | | [optional]
9-
**channel** | **SendBirdChannelResponse** | | [optional]
9+
**channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional]
1010
**end_at** | **float** | | [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

docs/MetadataApi.md

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ No authorization required
807807
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
808808

809809
# **update_channel_metacounter_by_key**
810-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} update_channel_metacounter_by_key(api_token, channel_type, channel_url, key)
810+
> UpdateChannelMetacounterByKeyResponse update_channel_metacounter_by_key(api_token, channel_type, channel_url, key)
811811
812812
Update a channel metacounter - When updating a specific item of a channel metacounter by its key
813813

@@ -820,6 +820,7 @@ Update a channel metacounter - When updating a specific item of a channel metaco
820820
import time
821821
import sendbird_platform_sdk
822822
from sendbird_platform_sdk.api import metadata_api
823+
from sendbird_platform_sdk.model.update_channel_metacounter_by_key_response import UpdateChannelMetacounterByKeyResponse
823824
from pprint import pprint
824825
# Defining the host is optional and defaults to https://api-APP_ID.sendbird.com
825826
# See configuration.py for a list of all supported configuration parameters.
@@ -869,7 +870,7 @@ Name | Type | Description | Notes
869870

870871
### Return type
871872

872-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
873+
[**UpdateChannelMetacounterByKeyResponse**](UpdateChannelMetacounterByKeyResponse.md)
873874

874875
### Authorization
875876

@@ -890,7 +891,7 @@ No authorization required
890891
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
891892

892893
# **update_channel_metadata**
893-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} update_channel_metadata(api_token, channel_type, channel_url)
894+
> UpdateChannelMetadataResponse update_channel_metadata(api_token, channel_type, channel_url)
894895
895896
Update a channel metadata - When updating existing items of a channel metadata by their keys or adding new items to the metadata
896897

@@ -903,6 +904,7 @@ Update a channel metadata - When updating existing items of a channel metadata b
903904
import time
904905
import sendbird_platform_sdk
905906
from sendbird_platform_sdk.api import metadata_api
907+
from sendbird_platform_sdk.model.update_channel_metadata_response import UpdateChannelMetadataResponse
906908
from sendbird_platform_sdk.model.update_channel_metadata_data import UpdateChannelMetadataData
907909
from pprint import pprint
908910
# Defining the host is optional and defaults to https://api-APP_ID.sendbird.com
@@ -954,7 +956,7 @@ Name | Type | Description | Notes
954956

955957
### Return type
956958

957-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
959+
[**UpdateChannelMetadataResponse**](UpdateChannelMetadataResponse.md)
958960

959961
### Authorization
960962

@@ -975,7 +977,7 @@ No authorization required
975977
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
976978

977979
# **update_channel_metadata_by_key**
978-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} update_channel_metadata_by_key(api_token, channel_type, channel_url, key)
980+
> UpdateChannelMetadataByKeyResponse update_channel_metadata_by_key(api_token, channel_type, channel_url, key)
979981
980982
Update a channel metadata - When updating a specific item of a channel metadata by its key
981983

@@ -988,6 +990,7 @@ Update a channel metadata - When updating a specific item of a channel metadata
988990
import time
989991
import sendbird_platform_sdk
990992
from sendbird_platform_sdk.api import metadata_api
993+
from sendbird_platform_sdk.model.update_channel_metadata_by_key_response import UpdateChannelMetadataByKeyResponse
991994
from pprint import pprint
992995
# Defining the host is optional and defaults to https://api-APP_ID.sendbird.com
993996
# See configuration.py for a list of all supported configuration parameters.
@@ -1037,7 +1040,7 @@ Name | Type | Description | Notes
10371040

10381041
### Return type
10391042

1040-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
1043+
[**UpdateChannelMetadataByKeyResponse**](UpdateChannelMetadataByKeyResponse.md)
10411044

10421045
### Authorization
10431046

@@ -1142,7 +1145,7 @@ No authorization required
11421145
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
11431146

11441147
# **update_user_metadata_by_key**
1145-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} update_user_metadata_by_key(api_token, user_id, key)
1148+
> UpdateUserMetadataByKeyResponse update_user_metadata_by_key(api_token, user_id, key)
11461149
11471150
Update a user metadata - When updating a specific item of a user metadata by its key
11481151

@@ -1155,6 +1158,7 @@ Update a user metadata - When updating a specific item of a user metadata by its
11551158
import time
11561159
import sendbird_platform_sdk
11571160
from sendbird_platform_sdk.api import metadata_api
1161+
from sendbird_platform_sdk.model.update_user_metadata_by_key_response import UpdateUserMetadataByKeyResponse
11581162
from pprint import pprint
11591163
# Defining the host is optional and defaults to https://api-APP_ID.sendbird.com
11601164
# See configuration.py for a list of all supported configuration parameters.
@@ -1202,7 +1206,7 @@ Name | Type | Description | Notes
12021206

12031207
### Return type
12041208

1205-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
1209+
[**UpdateUserMetadataByKeyResponse**](UpdateUserMetadataByKeyResponse.md)
12061210

12071211
### Authorization
12081212

@@ -1223,7 +1227,7 @@ No authorization required
12231227
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
12241228

12251229
# **view_channel_metacounter**
1226-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} view_channel_metacounter(api_token, channel_type, channel_url)
1230+
> ViewChannelMetacounterResponse view_channel_metacounter(api_token, channel_type, channel_url)
12271231
12281232
View a channel metacounter - When retrieving all items of a channel metacounter
12291233

@@ -1236,6 +1240,7 @@ View a channel metacounter - When retrieving all items of a channel metacounter
12361240
import time
12371241
import sendbird_platform_sdk
12381242
from sendbird_platform_sdk.api import metadata_api
1243+
from sendbird_platform_sdk.model.view_channel_metacounter_response import ViewChannelMetacounterResponse
12391244
from pprint import pprint
12401245
# Defining the host is optional and defaults to https://api-APP_ID.sendbird.com
12411246
# See configuration.py for a list of all supported configuration parameters.
@@ -1287,7 +1292,7 @@ Name | Type | Description | Notes
12871292

12881293
### Return type
12891294

1290-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
1295+
[**ViewChannelMetacounterResponse**](ViewChannelMetacounterResponse.md)
12911296

12921297
### Authorization
12931298

@@ -1380,7 +1385,7 @@ No authorization required
13801385
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
13811386

13821387
# **view_channel_metadata**
1383-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} view_channel_metadata(api_token, channel_type, channel_url)
1388+
> ViewChannelMetadataResponse view_channel_metadata(api_token, channel_type, channel_url)
13841389
13851390
View a channel metadata - When retrieving all items of a channel metadata
13861391

@@ -1393,6 +1398,7 @@ View a channel metadata - When retrieving all items of a channel metadata
13931398
import time
13941399
import sendbird_platform_sdk
13951400
from sendbird_platform_sdk.api import metadata_api
1401+
from sendbird_platform_sdk.model.view_channel_metadata_response import ViewChannelMetadataResponse
13961402
from pprint import pprint
13971403
# Defining the host is optional and defaults to https://api-APP_ID.sendbird.com
13981404
# See configuration.py for a list of all supported configuration parameters.
@@ -1444,7 +1450,7 @@ Name | Type | Description | Notes
14441450

14451451
### Return type
14461452

1447-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
1453+
[**ViewChannelMetadataResponse**](ViewChannelMetadataResponse.md)
14481454

14491455
### Authorization
14501456

@@ -1465,7 +1471,7 @@ No authorization required
14651471
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
14661472

14671473
# **view_channel_metadata_by_key**
1468-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} view_channel_metadata_by_key(api_token, channel_type, channel_url, key)
1474+
> ViewChannelMetadataByKeyResponse view_channel_metadata_by_key(api_token, channel_type, channel_url, key)
14691475
14701476
View a channel metadata - When retrieving a specific item of a channel metadata by its key
14711477

@@ -1478,6 +1484,7 @@ View a channel metadata - When retrieving a specific item of a channel metadata
14781484
import time
14791485
import sendbird_platform_sdk
14801486
from sendbird_platform_sdk.api import metadata_api
1487+
from sendbird_platform_sdk.model.view_channel_metadata_by_key_response import ViewChannelMetadataByKeyResponse
14811488
from pprint import pprint
14821489
# Defining the host is optional and defaults to https://api-APP_ID.sendbird.com
14831490
# See configuration.py for a list of all supported configuration parameters.
@@ -1516,7 +1523,7 @@ Name | Type | Description | Notes
15161523

15171524
### Return type
15181525

1519-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
1526+
[**ViewChannelMetadataByKeyResponse**](ViewChannelMetadataByKeyResponse.md)
15201527

15211528
### Authorization
15221529

@@ -1621,7 +1628,7 @@ No authorization required
16211628
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
16221629

16231630
# **view_user_metadata_by_key**
1624-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} view_user_metadata_by_key(api_token, user_id, key)
1631+
> ViewUserMetadataByKeyResponse view_user_metadata_by_key(api_token, user_id, key)
16251632
16261633
View a user metadata - When retrieving a specific item of a user metadata by its key
16271634

@@ -1634,6 +1641,7 @@ View a user metadata - When retrieving a specific item of a user metadata by its
16341641
import time
16351642
import sendbird_platform_sdk
16361643
from sendbird_platform_sdk.api import metadata_api
1644+
from sendbird_platform_sdk.model.view_user_metadata_by_key_response import ViewUserMetadataByKeyResponse
16371645
from pprint import pprint
16381646
# Defining the host is optional and defaults to https://api-APP_ID.sendbird.com
16391647
# See configuration.py for a list of all supported configuration parameters.
@@ -1670,7 +1678,7 @@ Name | Type | Description | Notes
16701678

16711679
### Return type
16721680

1673-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
1681+
[**ViewUserMetadataByKeyResponse**](ViewUserMetadataByKeyResponse.md)
16741682

16751683
### Authorization
16761684

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** | | [optional]
12+
**channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [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]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UpdateChannelMetacounterByKeyResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UpdateChannelMetadataByKeyResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UpdateChannelMetadataResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UpdateUserMetadataByKeyResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ViewChannelMetacounterResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ViewChannelMetadataByKeyResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

0 commit comments

Comments
 (0)