Skip to content

Commit

Permalink
v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
James Robertson authored and James Robertson committed Oct 10, 2022
1 parent ec0c179 commit 6868f81
Show file tree
Hide file tree
Showing 692 changed files with 4,204 additions and 708 deletions.
353 changes: 353 additions & 0 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ListBannedChannelsResponseBannedChannelsInner.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start_at** | **float** | | [optional]
**description** | **str** | | [optional]
**channel** | **SendBirdChannelResponse** | | [optional]
**channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional]
**end_at** | **float** | | [optional]
**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]

Expand Down
40 changes: 24 additions & 16 deletions docs/MetadataApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ No authorization required
[[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)

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

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

### Return type

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

### Authorization

Expand All @@ -890,7 +891,7 @@ No authorization required
[[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)

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

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

### Return type

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

### Authorization

Expand All @@ -975,7 +977,7 @@ No authorization required
[[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)

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

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

### Return type

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

### Authorization

Expand Down Expand Up @@ -1142,7 +1145,7 @@ No authorization required
[[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)

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

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

### Return type

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

### Authorization

Expand All @@ -1223,7 +1227,7 @@ No authorization required
[[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)

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

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

### Return type

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

### Authorization

Expand Down Expand Up @@ -1380,7 +1385,7 @@ No authorization required
[[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)

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

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

### Return type

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

### Authorization

Expand All @@ -1465,7 +1471,7 @@ No authorization required
[[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)

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

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

### Return type

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

### Authorization

Expand Down Expand Up @@ -1621,7 +1628,7 @@ No authorization required
[[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)

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

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

### Return type

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

### Authorization

Expand Down
2 changes: 1 addition & 1 deletion docs/ReportUserByIdResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**reporting_user** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
**offending_user** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
**reported_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional]
**channel** | **SendBirdChannelResponse** | | [optional]
**channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional]
**report_description** | **str** | | [optional]
**created_at** | **float** | | [optional]
**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]
Expand Down
11 changes: 11 additions & 0 deletions docs/UpdateChannelMetacounterByKeyResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# UpdateChannelMetacounterByKeyResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]

[[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 changes: 11 additions & 0 deletions docs/UpdateChannelMetadataByKeyResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# UpdateChannelMetadataByKeyResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]

[[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 changes: 11 additions & 0 deletions docs/UpdateChannelMetadataResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# UpdateChannelMetadataResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]

[[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 changes: 11 additions & 0 deletions docs/UpdateUserMetadataByKeyResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# UpdateUserMetadataByKeyResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]

[[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 changes: 11 additions & 0 deletions docs/ViewChannelMetacounterResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ViewChannelMetacounterResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]

[[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 changes: 11 additions & 0 deletions docs/ViewChannelMetadataByKeyResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ViewChannelMetadataByKeyResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]

[[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 changes: 11 additions & 0 deletions docs/ViewChannelMetadataResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ViewChannelMetadataResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]

[[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 changes: 11 additions & 0 deletions docs/ViewUserMetadataByKeyResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ViewUserMetadataByKeyResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**any string name** | **str** | any string name can be used but the value must be the correct type | [optional]

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


5 changes: 3 additions & 2 deletions sendbird_platform_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"""
Sendbird Platform SDK
Sendbird Platform API Javascript SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
Sendbird Platform API SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""


__version__ = "1.0.12"
__version__ = "0.0.14"

# import ApiClient
from sendbird_platform_sdk.api_client import ApiClient
Expand Down
3 changes: 2 additions & 1 deletion sendbird_platform_sdk/api/announcement_api.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""
Sendbird Platform SDK
Sendbird Platform API Javascript SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
Sendbird Platform API SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""

Expand Down
3 changes: 2 additions & 1 deletion sendbird_platform_sdk/api/application_api.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""
Sendbird Platform SDK
Sendbird Platform API Javascript SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
Sendbird Platform API SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""

Expand Down
3 changes: 2 additions & 1 deletion sendbird_platform_sdk/api/bot_api.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""
Sendbird Platform SDK
Sendbird Platform API Javascript SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
Sendbird Platform API SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""

Expand Down
3 changes: 2 additions & 1 deletion sendbird_platform_sdk/api/data_export_api.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""
Sendbird Platform SDK
Sendbird Platform API Javascript SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
Sendbird Platform API SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""

Expand Down
3 changes: 2 additions & 1 deletion sendbird_platform_sdk/api/group_channel_api.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""
Sendbird Platform SDK
Sendbird Platform API Javascript SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
Sendbird Platform API SDK https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api # noqa: E501
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""

Expand Down
Loading

0 comments on commit 6868f81

Please sign in to comment.