Skip to content

Fixed numbers to integers #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | | [optional]
**push_type** | **str** | | [optional]
**created_at** | **float** | | [optional]
**created_at** | **int** | | [optional]
**apns_cer_env_type** | **str** | | [optional]
**apns_expiration** | **float** | | [optional]
**apns_expiration** | **int** | | [optional]
**apns_name** | **str** | | [optional]
**has_unread_count_badge** | **float** | | [optional]
**has_unread_count_badge** | **int** | | [optional]
**content_available** | **bool** | | [optional]
**mutable_content** | **bool** | | [optional]
**push_sound** | **str** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/AddEmojiCategoriesResponseEmojiCategoriesInner.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **float** | | [optional]
**id** | **int** | | [optional]
**name** | **str** | | [optional]
**url** | **str** | | [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
4 changes: 2 additions & 2 deletions docs/AddReactionToAMessageResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Name | Type | Description | Notes
**operation** | **str** | | [optional]
**success** | **bool** | | [optional]
**reaction** | **str** | | [optional]
**updated_at** | **float** | | [optional]
**msg_id** | **float** | | [optional]
**updated_at** | **int** | | [optional]
**msg_id** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/ApplicationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ with sendbird_platform_sdk.ApiClient() as api_client:
banned_list=[
BanUsersInChannelsWithCustomChannelTypeDataBannedListInner(
user_id="user_id_example",
seconds=3.14,
seconds=1,
description="description_example",
),
],
Expand Down Expand Up @@ -1218,7 +1218,7 @@ with sendbird_platform_sdk.ApiClient() as api_client:
user_ids=[
"user_ids_example",
],
seconds=3.14,
seconds=1,
description="description_example",
on_demand_upsert=True,
) # MuteUsersInChannelsWithCustomChannelTypeData | (optional)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_id** | **str** | |
**seconds** | **float** | | [optional]
**seconds** | **int** | | [optional]
**description** | **str** | | [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
2 changes: 1 addition & 1 deletion docs/Blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**size** | **float** | | [optional]
**size** | **int** | | [optional]
**type** | **str** | | [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
2 changes: 1 addition & 1 deletion docs/CreateBotResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**enable_mark_as_read** | **bool** | | [optional]
**is_privacy_mode** | **bool** | | [optional]
**show_member** | **bool** | | [optional]
**channel_invitation_preference** | **float** | | [optional]
**channel_invitation_preference** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/CreateChannelMetadataResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**metadata** | **{str: (str,)}** | | [optional]
**include_ts** | **float** | | [optional]
**include_ts** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/CreateUserTokenData.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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]
**expires_at** | **int** | 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]
**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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/CreateUserTokenResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**token** | **str** | | [optional]
**expires_at** | **float** | | [optional]
**expires_at** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/File.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**last_modified** | **float** | | [optional]
**last_modified** | **int** | | [optional]
**name** | **str** | | [optional]
**size** | **float** | | [optional]
**size** | **int** | | [optional]
**type** | **str** | | [optional]
**webkit_relative_path** | **str** | | [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
2 changes: 1 addition & 1 deletion docs/Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**arguments** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
**caller** | [**Function**](Function.md) | | [optional]
**length** | **float** | | [optional]
**length** | **int** | | [optional]
**prototype** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [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
4 changes: 2 additions & 2 deletions docs/GcBanUserResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
**start_at** | **float** | | [optional]
**end_at** | **float** | | [optional]
**start_at** | **int** | | [optional]
**end_at** | **int** | | [optional]
**description** | **str** | | [optional]
**metadata** | [**OcDeleteChannelByUrl200Response**](OcDeleteChannelByUrl200Response.md) | | [optional]
**next_url** | **str** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/GcListBannedUsersResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**banned_list** | [**[OcListBannedUsersResponseBannedListInner]**](OcListBannedUsersResponseBannedListInner.md) | | [optional]
**total_ban_count** | **float** | | [optional]
**total_ban_count** | **int** | | [optional]
**next** | **str** | | [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
2 changes: 1 addition & 1 deletion docs/GcListChannelsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**channels** | [**[SendBirdGroupChannel]**](SendBirdGroupChannel.md) | | [optional]
**next** | **str** | | [optional]
**ts** | **float** | | [optional]
**ts** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/GcListMutedUsersResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**muted_list** | [**[SendBirdUser]**](SendBirdUser.md) | | [optional]
**total_mute_count** | **float** | | [optional]
**total_mute_count** | **int** | | [optional]
**next** | **str** | | [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
2 changes: 1 addition & 1 deletion docs/GcMarkAllMessagesAsDeliveredResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ts** | **float** | | [optional]
**ts** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/GcResetChatHistoryResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ts_message_offset** | **float** | | [optional]
**ts_message_offset** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/GcUpdateBanByIdResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
**start_at** | **float** | | [optional]
**end_at** | **float** | | [optional]
**start_at** | **int** | | [optional]
**end_at** | **int** | | [optional]
**description** | **str** | | [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
4 changes: 2 additions & 2 deletions docs/GcViewBanByIdResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
**start_at** | **float** | | [optional]
**end_at** | **float** | | [optional]
**start_at** | **int** | | [optional]
**end_at** | **int** | | [optional]
**description** | **str** | | [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
6 changes: 3 additions & 3 deletions docs/GcViewMuteByIdResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**is_muted** | **bool** | | [optional]
**remaining_duration** | **float** | | [optional]
**start_at** | **float** | | [optional]
**end_at** | **float** | | [optional]
**remaining_duration** | **int** | | [optional]
**start_at** | **int** | | [optional]
**end_at** | **int** | | [optional]
**description** | **str** | | [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
2 changes: 1 addition & 1 deletion docs/GcViewNumberOfEachMembersUnreadMessagesResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**unread** | **{str: (float,)}** | | [optional]
**unread** | **{str: (int,)}** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/GenerateSecondaryApiTokenResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**token** | **str** | | [optional]
**created_at** | **float** | | [optional]
**created_at** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/GetDetailedOpenRateOfAnnouncementByIdResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**unique_id** | **str** | | [optional]
**open_counts** | **[float]** | | [optional]
**open_counts** | **[int]** | | [optional]
**open_rates** | **[float]** | | [optional]
**cumulative_open_counts** | **[float]** | | [optional]
**cumulative_open_counts** | **[int]** | | [optional]
**cumulative_open_rates** | **[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
4 changes: 2 additions & 2 deletions docs/GetDetailedOpenRateOfAnnouncementGroupResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**unique_id** | **str** | | [optional]
**announcement_group** | **str** | | [optional]
**open_counts** | **[float]** | | [optional]
**open_counts** | **[int]** | | [optional]
**open_rates** | **[float]** | | [optional]
**cumulative_open_counts** | **[float]** | | [optional]
**cumulative_open_counts** | **[int]** | | [optional]
**cumulative_open_rates** | **[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
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Name | Type | Description | Notes
**user_id** | **str** | | [optional]
**channel_url** | **str** | | [optional]
**has_opened** | **bool** | | [optional]
**sent_at** | **float** | | [optional]
**open_at** | **float** | | [optional]
**sent_at** | **int** | | [optional]
**open_at** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/GetStatisticsDailyResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**statistics** | [**[GetStatisticsDailyResponseStatisticsInner]**](GetStatisticsDailyResponseStatisticsInner.md) | | [optional]
**week** | **float** | | [optional]
**weeks** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
18 changes: 9 additions & 9 deletions docs/GetStatisticsDailyResponseStatisticsInner.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**date_range** | **str** | | [optional]
**canceled_announcement_count** | **float** | | [optional]
**stopped_announcement_count** | **float** | | [optional]
**completed_announcement_count** | **float** | | [optional]
**total_announcement_count** | **float** | | [optional]
**target_channel_count** | **float** | | [optional]
**target_user_count** | **float** | | [optional]
**sent_channel_count** | **float** | | [optional]
**sent_user_count** | **float** | | [optional]
**canceled_announcement_count** | **int** | | [optional]
**stopped_announcement_count** | **int** | | [optional]
**completed_announcement_count** | **int** | | [optional]
**total_announcement_count** | **int** | | [optional]
**target_channel_count** | **int** | | [optional]
**target_user_count** | **int** | | [optional]
**sent_channel_count** | **int** | | [optional]
**sent_user_count** | **int** | | [optional]
**open_rate** | **float** | | [optional]
**open_count** | **float** | | [optional]
**open_count** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/GetStatisticsMonthlyResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**statistics** | [**[GetStatisticsDailyResponseStatisticsInner]**](GetStatisticsDailyResponseStatisticsInner.md) | | [optional]
**week** | **float** | | [optional]
**weeks** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/GetStatisticsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**statistics** | [**[GetStatisticsDailyResponseStatisticsInner]**](GetStatisticsDailyResponseStatisticsInner.md) | | [optional]
**week** | **float** | | [optional]
**weeks** | **int** | | [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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/GroupChannelApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ with sendbird_platform_sdk.ApiClient() as api_client:
is_created=True,
metadata={},
description="description_example",
end_at=3.14,
start_at=3.14,
end_at=1,
start_at=1,
),
],
name="name_example",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **float** | | [optional]
**id** | **int** | | [optional]
**name** | **str** | | [optional]
**url** | **str** | | [optional]
**emojis** | [**[ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInnerEmojisInner]**](ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInnerEmojisInner.md) | | [optional]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **float** | | [optional]
**id** | **int** | | [optional]
**key** | **str** | | [optional]
**url** | **str** | | [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
Loading