diff --git a/docs/AddApnsPushConfigurationResponsePushConfigurationsInner.md b/docs/AddApnsPushConfigurationResponsePushConfigurationsInner.md index d2b2ccd..3fa2050 100644 --- a/docs/AddApnsPushConfigurationResponsePushConfigurationsInner.md +++ b/docs/AddApnsPushConfigurationResponsePushConfigurationsInner.md @@ -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] diff --git a/docs/AddEmojiCategoriesResponseEmojiCategoriesInner.md b/docs/AddEmojiCategoriesResponseEmojiCategoriesInner.md index 41363a5..20953b9 100644 --- a/docs/AddEmojiCategoriesResponseEmojiCategoriesInner.md +++ b/docs/AddEmojiCategoriesResponseEmojiCategoriesInner.md @@ -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] diff --git a/docs/AddReactionToAMessageResponse.md b/docs/AddReactionToAMessageResponse.md index 39b094d..32ad4ae 100644 --- a/docs/AddReactionToAMessageResponse.md +++ b/docs/AddReactionToAMessageResponse.md @@ -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) diff --git a/docs/ApplicationApi.md b/docs/ApplicationApi.md index 11a3b9b..48ab2f8 100644 --- a/docs/ApplicationApi.md +++ b/docs/ApplicationApi.md @@ -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", ), ], @@ -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) diff --git a/docs/BanUsersInChannelsWithCustomChannelTypeDataBannedListInner.md b/docs/BanUsersInChannelsWithCustomChannelTypeDataBannedListInner.md index e2e0054..2e0bc21 100644 --- a/docs/BanUsersInChannelsWithCustomChannelTypeDataBannedListInner.md +++ b/docs/BanUsersInChannelsWithCustomChannelTypeDataBannedListInner.md @@ -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] diff --git a/docs/Blob.md b/docs/Blob.md index f9f6467..9cf78a4 100644 --- a/docs/Blob.md +++ b/docs/Blob.md @@ -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] diff --git a/docs/CreateBotResponse.md b/docs/CreateBotResponse.md index e267dbc..6980c33 100644 --- a/docs/CreateBotResponse.md +++ b/docs/CreateBotResponse.md @@ -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) diff --git a/docs/CreateChannelMetadataResponse.md b/docs/CreateChannelMetadataResponse.md index c6008a0..4770577 100644 --- a/docs/CreateChannelMetadataResponse.md +++ b/docs/CreateChannelMetadataResponse.md @@ -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) diff --git a/docs/CreateUserTokenData.md b/docs/CreateUserTokenData.md index a02af7e..ade63c9 100644 --- a/docs/CreateUserTokenData.md +++ b/docs/CreateUserTokenData.md @@ -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) diff --git a/docs/CreateUserTokenResponse.md b/docs/CreateUserTokenResponse.md index 4cf7462..1379532 100644 --- a/docs/CreateUserTokenResponse.md +++ b/docs/CreateUserTokenResponse.md @@ -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) diff --git a/docs/File.md b/docs/File.md index 9dc6e60..ac9f4b3 100644 --- a/docs/File.md +++ b/docs/File.md @@ -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] diff --git a/docs/Function.md b/docs/Function.md index 8b14c2f..1a64e94 100644 --- a/docs/Function.md +++ b/docs/Function.md @@ -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] diff --git a/docs/GcBanUserResponse.md b/docs/GcBanUserResponse.md index 8737f96..74754d5 100644 --- a/docs/GcBanUserResponse.md +++ b/docs/GcBanUserResponse.md @@ -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] diff --git a/docs/GcListBannedUsersResponse.md b/docs/GcListBannedUsersResponse.md index fd7c2ab..0a21c97 100644 --- a/docs/GcListBannedUsersResponse.md +++ b/docs/GcListBannedUsersResponse.md @@ -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] diff --git a/docs/GcListChannelsResponse.md b/docs/GcListChannelsResponse.md index 890749d..d24fa2c 100644 --- a/docs/GcListChannelsResponse.md +++ b/docs/GcListChannelsResponse.md @@ -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) diff --git a/docs/GcListMutedUsersResponse.md b/docs/GcListMutedUsersResponse.md index 6ca530f..250d215 100644 --- a/docs/GcListMutedUsersResponse.md +++ b/docs/GcListMutedUsersResponse.md @@ -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] diff --git a/docs/GcMarkAllMessagesAsDeliveredResponse.md b/docs/GcMarkAllMessagesAsDeliveredResponse.md index 2cbfe1f..c44ccbf 100644 --- a/docs/GcMarkAllMessagesAsDeliveredResponse.md +++ b/docs/GcMarkAllMessagesAsDeliveredResponse.md @@ -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) diff --git a/docs/GcResetChatHistoryResponse.md b/docs/GcResetChatHistoryResponse.md index 60dab5a..9f1bb9f 100644 --- a/docs/GcResetChatHistoryResponse.md +++ b/docs/GcResetChatHistoryResponse.md @@ -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) diff --git a/docs/GcUpdateBanByIdResponse.md b/docs/GcUpdateBanByIdResponse.md index 95da262..fd53630 100644 --- a/docs/GcUpdateBanByIdResponse.md +++ b/docs/GcUpdateBanByIdResponse.md @@ -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] diff --git a/docs/GcViewBanByIdResponse.md b/docs/GcViewBanByIdResponse.md index 3943d94..186ced9 100644 --- a/docs/GcViewBanByIdResponse.md +++ b/docs/GcViewBanByIdResponse.md @@ -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] diff --git a/docs/GcViewMuteByIdResponse.md b/docs/GcViewMuteByIdResponse.md index fe16bf9..e596b3d 100644 --- a/docs/GcViewMuteByIdResponse.md +++ b/docs/GcViewMuteByIdResponse.md @@ -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] diff --git a/docs/GcViewNumberOfEachMembersUnreadMessagesResponse.md b/docs/GcViewNumberOfEachMembersUnreadMessagesResponse.md index e3b2435..6407cff 100644 --- a/docs/GcViewNumberOfEachMembersUnreadMessagesResponse.md +++ b/docs/GcViewNumberOfEachMembersUnreadMessagesResponse.md @@ -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) diff --git a/docs/GenerateSecondaryApiTokenResponse.md b/docs/GenerateSecondaryApiTokenResponse.md index c8ec799..ee33096 100644 --- a/docs/GenerateSecondaryApiTokenResponse.md +++ b/docs/GenerateSecondaryApiTokenResponse.md @@ -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) diff --git a/docs/GetDetailedOpenRateOfAnnouncementByIdResponse.md b/docs/GetDetailedOpenRateOfAnnouncementByIdResponse.md index cc4341c..1b7dd4a 100644 --- a/docs/GetDetailedOpenRateOfAnnouncementByIdResponse.md +++ b/docs/GetDetailedOpenRateOfAnnouncementByIdResponse.md @@ -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] diff --git a/docs/GetDetailedOpenRateOfAnnouncementGroupResponse.md b/docs/GetDetailedOpenRateOfAnnouncementGroupResponse.md index 01b8017..10a43b5 100644 --- a/docs/GetDetailedOpenRateOfAnnouncementGroupResponse.md +++ b/docs/GetDetailedOpenRateOfAnnouncementGroupResponse.md @@ -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] diff --git a/docs/GetDetailedOpenStatusOfAnnouncementByIdResponseOpenStatusInner.md b/docs/GetDetailedOpenStatusOfAnnouncementByIdResponseOpenStatusInner.md index 4da3748..9165d0d 100644 --- a/docs/GetDetailedOpenStatusOfAnnouncementByIdResponseOpenStatusInner.md +++ b/docs/GetDetailedOpenStatusOfAnnouncementByIdResponseOpenStatusInner.md @@ -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) diff --git a/docs/GetStatisticsDailyResponse.md b/docs/GetStatisticsDailyResponse.md index 9a4b6b5..7235eb4 100644 --- a/docs/GetStatisticsDailyResponse.md +++ b/docs/GetStatisticsDailyResponse.md @@ -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) diff --git a/docs/GetStatisticsDailyResponseStatisticsInner.md b/docs/GetStatisticsDailyResponseStatisticsInner.md index 0c6ef14..c5ea09a 100644 --- a/docs/GetStatisticsDailyResponseStatisticsInner.md +++ b/docs/GetStatisticsDailyResponseStatisticsInner.md @@ -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) diff --git a/docs/GetStatisticsMonthlyResponse.md b/docs/GetStatisticsMonthlyResponse.md index 137f698..32596fd 100644 --- a/docs/GetStatisticsMonthlyResponse.md +++ b/docs/GetStatisticsMonthlyResponse.md @@ -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) diff --git a/docs/GetStatisticsResponse.md b/docs/GetStatisticsResponse.md index f2b9474..49f88c3 100644 --- a/docs/GetStatisticsResponse.md +++ b/docs/GetStatisticsResponse.md @@ -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) diff --git a/docs/GroupChannelApi.md b/docs/GroupChannelApi.md index f51e1f4..4ce718f 100644 --- a/docs/GroupChannelApi.md +++ b/docs/GroupChannelApi.md @@ -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", diff --git a/docs/ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInner.md b/docs/ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInner.md index 28cd12e..07e4b11 100644 --- a/docs/ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInner.md +++ b/docs/ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInner.md @@ -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] diff --git a/docs/ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInnerEmojisInner.md b/docs/ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInnerEmojisInner.md index 3caded8..15ffa15 100644 --- a/docs/ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInnerEmojisInner.md +++ b/docs/ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInnerEmojisInner.md @@ -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] diff --git a/docs/ListAnnouncementsResponseAnnouncementsInner.md b/docs/ListAnnouncementsResponseAnnouncementsInner.md index 5ff5a70..84c4cac 100644 --- a/docs/ListAnnouncementsResponseAnnouncementsInner.md +++ b/docs/ListAnnouncementsResponseAnnouncementsInner.md @@ -9,21 +9,21 @@ Name | Type | Description | Notes **message** | [**ScheduleAnnouncementResponseMessage**](ScheduleAnnouncementResponseMessage.md) | | [optional] **enable_push** | **bool** | | [optional] **target_at** | **str** | | [optional] -**target_user_count** | **float** | | [optional] -**target_channel_count** | **float** | | [optional] +**target_user_count** | **int** | | [optional] +**target_channel_count** | **int** | | [optional] **status** | **str** | | [optional] -**scheduled_at** | **float** | | [optional] +**scheduled_at** | **int** | | [optional] **cease_at** | **str** | | [optional] **resume_at** | **str** | | [optional] -**completed_at** | **float** | | [optional] -**sent_user_count** | **float** | | [optional] -**open_count** | **float** | | [optional] +**completed_at** | **int** | | [optional] +**sent_user_count** | **int** | | [optional] +**open_count** | **int** | | [optional] **open_rate** | **float** | | [optional] **create_channel** | **bool** | | [optional] **create_channel_options** | [**ScheduleAnnouncementResponseCreateChannelOptions**](ScheduleAnnouncementResponseCreateChannelOptions.md) | | [optional] -**end_at** | **float** | | [optional] +**end_at** | **int** | | [optional] **mark_as_read** | **bool** | | [optional] -**sent_channel_count** | **float** | | [optional] +**sent_channel_count** | **int** | | [optional] **target_channel_type** | **str** | | [optional] **target_custom_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] diff --git a/docs/ListBannedChannelsResponseBannedChannelsInner.md b/docs/ListBannedChannelsResponseBannedChannelsInner.md index 713af6d..afad90c 100644 --- a/docs/ListBannedChannelsResponseBannedChannelsInner.md +++ b/docs/ListBannedChannelsResponseBannedChannelsInner.md @@ -4,10 +4,10 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**start_at** | **float** | | [optional] +**start_at** | **int** | | [optional] **description** | **str** | | [optional] **channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional] -**end_at** | **float** | | [optional] +**end_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) diff --git a/docs/ListBotsResponseBotsInner.md b/docs/ListBotsResponseBotsInner.md index 26315c1..9f87161 100644 --- a/docs/ListBotsResponseBotsInner.md +++ b/docs/ListBotsResponseBotsInner.md @@ -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) diff --git a/docs/ListDataExportsByMessageChannelOrUserResponseExportedDataInner.md b/docs/ListDataExportsByMessageChannelOrUserResponseExportedDataInner.md index 355ed14..573cf72 100644 --- a/docs/ListDataExportsByMessageChannelOrUserResponseExportedDataInner.md +++ b/docs/ListDataExportsByMessageChannelOrUserResponseExportedDataInner.md @@ -9,9 +9,9 @@ Name | Type | Description | Notes **format** | **str** | | [optional] **csv_delimiter** | **str** | | [optional] **timezone** | **str** | | [optional] -**created_at** | **float** | | [optional] -**start_ts** | **float** | | [optional] -**end_ts** | **float** | | [optional] +**created_at** | **int** | | [optional] +**start_ts** | **int** | | [optional] +**end_ts** | **int** | | [optional] **channel_urls** | **[str]** | | [optional] **sender_ids** | **[str]** | | [optional] **file** | [**ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile**](ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile.md) | | [optional] diff --git a/docs/ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile.md b/docs/ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile.md index a5b47d5..f637210 100644 --- a/docs/ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile.md +++ b/docs/ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **url** | **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) diff --git a/docs/ListGdprRequestsResponseRequestsInner.md b/docs/ListGdprRequestsResponseRequestsInner.md index 02f73a1..10b4729 100644 --- a/docs/ListGdprRequestsResponseRequestsInner.md +++ b/docs/ListGdprRequestsResponseRequestsInner.md @@ -11,7 +11,7 @@ Name | Type | Description | Notes **files** | [**ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile**](ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile.md) | | [optional] **user_ids** | **[str]** | | [optional] **channel_delete_option** | **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) diff --git a/docs/ListMessagesResponseMessagesInner.md b/docs/ListMessagesResponseMessagesInner.md index 6ac9932..fe1c508 100644 --- a/docs/ListMessagesResponseMessagesInner.md +++ b/docs/ListMessagesResponseMessagesInner.md @@ -4,11 +4,11 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**message_survival_seconds** | **float** | | [optional] +**message_survival_seconds** | **int** | | [optional] **custom_type** | **str** | | [optional] **mentioned_users** | [**[SendBirdMessageResponseMentionedUsersInner]**](SendBirdMessageResponseMentionedUsersInner.md) | | [optional] **translations** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional] -**updated_at** | **float** | | [optional] +**updated_at** | **int** | | [optional] **is_op_msg** | **bool** | | [optional] **is_removed** | **bool** | | [optional] **user** | [**SendBirdMessageResponseUser**](SendBirdMessageResponseUser.md) | | [optional] @@ -16,15 +16,15 @@ Name | Type | Description | Notes **files** | [**[SendBirdFile]**](SendBirdFile.md) | | [optional] **message** | **str** | | [optional] **data** | **str** | | [optional] -**message_retention_hour** | **float** | | [optional] +**message_retention_hour** | **int** | | [optional] **silent** | **bool** | | [optional] **type** | **str** | | [optional] -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **channel_type** | **str** | | [optional] **req_id** | **str** | | [optional] **mention_type** | **str** | | [optional] **channel_url** | **str** | | [optional] -**message_id** | **float** | | [optional] +**message_id** | **int** | | [optional] **sorted_metaarray** | [**[ListMessagesResponseMessagesInnerSortedMetaarrayInner]**](ListMessagesResponseMessagesInnerSortedMetaarrayInner.md) | | [optional] **og_tag** | [**ListMessagesResponseMessagesInnerOgTag**](ListMessagesResponseMessagesInnerOgTag.md) | | [optional] **parent_message_info** | [**SendBirdParentMessageInfo**](SendBirdParentMessageInfo.md) | | [optional] diff --git a/docs/ListMyGroupChannelsResponse.md b/docs/ListMyGroupChannelsResponse.md index 29a71ea..58c97b0 100644 --- a/docs/ListMyGroupChannelsResponse.md +++ b/docs/ListMyGroupChannelsResponse.md @@ -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) diff --git a/docs/ListPushConfigurationsResponsePushConfigurationsInner.md b/docs/ListPushConfigurationsResponsePushConfigurationsInner.md index 58c18b4..7cf0631 100644 --- a/docs/ListPushConfigurationsResponsePushConfigurationsInner.md +++ b/docs/ListPushConfigurationsResponsePushConfigurationsInner.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **str** | | [optional] **push_type** | **str** | | [optional] -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **api_key** | **str** | | [optional] **sender_id** | **str** | | [optional] **push_sound** | **str** | | [optional] diff --git a/docs/ListReportsOnMessageByIdResponseReportLogsInner.md b/docs/ListReportsOnMessageByIdResponseReportLogsInner.md index 42ad526..836e11d 100644 --- a/docs/ListReportsOnMessageByIdResponseReportLogsInner.md +++ b/docs/ListReportsOnMessageByIdResponseReportLogsInner.md @@ -11,7 +11,7 @@ Name | Type | Description | Notes **reported_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional] **channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional] **report_description** | **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) diff --git a/docs/ListReportsResponseReportLogsInner.md b/docs/ListReportsResponseReportLogsInner.md index 6463a56..191d947 100644 --- a/docs/ListReportsResponseReportLogsInner.md +++ b/docs/ListReportsResponseReportLogsInner.md @@ -11,7 +11,7 @@ Name | Type | Description | Notes **reported_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional] **channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional] **report_description** | **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) diff --git a/docs/ListSecondaryApiTokensResponseApiTokensInner.md b/docs/ListSecondaryApiTokensResponseApiTokensInner.md index c719e9d..88b553f 100644 --- a/docs/ListSecondaryApiTokensResponseApiTokensInner.md +++ b/docs/ListSecondaryApiTokensResponseApiTokensInner.md @@ -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) diff --git a/docs/MessageApi.md b/docs/MessageApi.md index 449137e..aa407db 100644 --- a/docs/MessageApi.md +++ b/docs/MessageApi.md @@ -1796,7 +1796,7 @@ with sendbird_platform_sdk.ApiClient() as api_client: url="url_example", file="file_example", file_name="file_name_example", - file_size=3.14, + file_size=1, file_type="file_type_example", thumbnails=[ "thumbnails_example", diff --git a/docs/MuteUsersInChannelsWithCustomChannelTypeData.md b/docs/MuteUsersInChannelsWithCustomChannelTypeData.md index 3664fe4..4639815 100644 --- a/docs/MuteUsersInChannelsWithCustomChannelTypeData.md +++ b/docs/MuteUsersInChannelsWithCustomChannelTypeData.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user_ids** | **[str]** | | -**seconds** | **float** | | [optional] +**seconds** | **int** | | [optional] **description** | **str** | | [optional] **on_demand_upsert** | **bool** | | [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] diff --git a/docs/OcBanUserResponse.md b/docs/OcBanUserResponse.md index d000862..c44c2b6 100644 --- a/docs/OcBanUserResponse.md +++ b/docs/OcBanUserResponse.md @@ -4,8 +4,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**start_at** | **float** | | [optional] -**end_at** | **float** | | [optional] +**start_at** | **int** | | [optional] +**end_at** | **int** | | [optional] **description** | **str** | | [optional] **user_id** | **str** | | [optional] **user** | [**SendBirdUser**](SendBirdUser.md) | | [optional] diff --git a/docs/OcListBannedUsersResponse.md b/docs/OcListBannedUsersResponse.md index 8338779..a90e199 100644 --- a/docs/OcListBannedUsersResponse.md +++ b/docs/OcListBannedUsersResponse.md @@ -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] diff --git a/docs/OcListBannedUsersResponseBannedListInner.md b/docs/OcListBannedUsersResponseBannedListInner.md index ff82674..d6714cd 100644 --- a/docs/OcListBannedUsersResponseBannedListInner.md +++ b/docs/OcListBannedUsersResponseBannedListInner.md @@ -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] diff --git a/docs/OcListChannelsResponse.md b/docs/OcListChannelsResponse.md index 9e35aaf..e71efd8 100644 --- a/docs/OcListChannelsResponse.md +++ b/docs/OcListChannelsResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **channels** | [**[SendBirdOpenChannel]**](SendBirdOpenChannel.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) diff --git a/docs/OcListMutedUsersResponse.md b/docs/OcListMutedUsersResponse.md index e47bf33..e143f36 100644 --- a/docs/OcListMutedUsersResponse.md +++ b/docs/OcListMutedUsersResponse.md @@ -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] diff --git a/docs/OcUpdateBanByIdResponse.md b/docs/OcUpdateBanByIdResponse.md index 90f758b..3121958 100644 --- a/docs/OcUpdateBanByIdResponse.md +++ b/docs/OcUpdateBanByIdResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | [**SendBirdUser**](SendBirdUser.md) | | [optional] **description** | **str** | | [optional] -**end_at** | **float** | | [optional] -**start_at** | **float** | | [optional] +**end_at** | **int** | | [optional] +**start_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) diff --git a/docs/OcViewBanByIdResponse.md b/docs/OcViewBanByIdResponse.md index 112a1c9..1208286 100644 --- a/docs/OcViewBanByIdResponse.md +++ b/docs/OcViewBanByIdResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | [**SendBirdUser**](SendBirdUser.md) | | [optional] **description** | **str** | | [optional] -**end_at** | **float** | | [optional] -**start_at** | **float** | | [optional] +**end_at** | **int** | | [optional] +**start_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) diff --git a/docs/OcViewMuteByIdResponse.md b/docs/OcViewMuteByIdResponse.md index c6233b8..c68c0a1 100644 --- a/docs/OcViewMuteByIdResponse.md +++ b/docs/OcViewMuteByIdResponse.md @@ -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] diff --git a/docs/RegisterAndScheduleDataExportResponse.md b/docs/RegisterAndScheduleDataExportResponse.md index 81dd2b2..ed7eaf6 100644 --- a/docs/RegisterAndScheduleDataExportResponse.md +++ b/docs/RegisterAndScheduleDataExportResponse.md @@ -11,9 +11,9 @@ Name | Type | Description | Notes **format** | **str** | | [optional] **csv_delimiter** | **str** | | [optional] **timezone** | **str** | | [optional] -**created_at** | **float** | | [optional] -**start_ts** | **float** | | [optional] -**end_ts** | **float** | | [optional] +**created_at** | **int** | | [optional] +**start_ts** | **int** | | [optional] +**end_ts** | **int** | | [optional] **channel_urls** | **[str]** | | [optional] **sender_ids** | **[str]** | | [optional] **file** | [**ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile**](ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile.md) | | [optional] diff --git a/docs/RegisterGdprRequestResponse.md b/docs/RegisterGdprRequestResponse.md index 6144088..27345e5 100644 --- a/docs/RegisterGdprRequestResponse.md +++ b/docs/RegisterGdprRequestResponse.md @@ -10,7 +10,7 @@ Name | Type | Description | Notes **user_id** | **str** | | [optional] **user_ids** | **[str]** | | [optional] **channel_delete_option** | **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) diff --git a/docs/RemoveReactionFromAMessageResponse.md b/docs/RemoveReactionFromAMessageResponse.md index b748367..bd79b3a 100644 --- a/docs/RemoveReactionFromAMessageResponse.md +++ b/docs/RemoveReactionFromAMessageResponse.md @@ -5,10 +5,10 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **reaction** | **str** | | [optional] -**user_id** | **float** | | [optional] +**user_id** | **int** | | [optional] **success** | **bool** | | [optional] -**msg_id** | **float** | | [optional] -**updated_at** | **float** | | [optional] +**msg_id** | **int** | | [optional] +**updated_at** | **int** | | [optional] **operation** | **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] diff --git a/docs/ReportChannelByUrlResponse.md b/docs/ReportChannelByUrlResponse.md index d458539..ca37025 100644 --- a/docs/ReportChannelByUrlResponse.md +++ b/docs/ReportChannelByUrlResponse.md @@ -11,7 +11,7 @@ Name | Type | Description | Notes **reported_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional] **channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional] **report_description** | **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) diff --git a/docs/ReportMessageByIdResponse.md b/docs/ReportMessageByIdResponse.md index c454a93..da7b2de 100644 --- a/docs/ReportMessageByIdResponse.md +++ b/docs/ReportMessageByIdResponse.md @@ -11,7 +11,7 @@ Name | Type | Description | Notes **reported_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional] **channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional] **report_description** | **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) diff --git a/docs/ReportUserByIdResponse.md b/docs/ReportUserByIdResponse.md index 0575158..a274d49 100644 --- a/docs/ReportUserByIdResponse.md +++ b/docs/ReportUserByIdResponse.md @@ -11,7 +11,7 @@ Name | Type | Description | Notes **reported_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional] **channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional] **report_description** | **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) diff --git a/docs/ResetPushPreferencesResponse.md b/docs/ResetPushPreferencesResponse.md index d6f3fe6..0c0f1ea 100644 --- a/docs/ResetPushPreferencesResponse.md +++ b/docs/ResetPushPreferencesResponse.md @@ -5,16 +5,16 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **snooze_start_ts** | **str** | | [optional] -**start_hour** | **float** | | [optional] +**start_hour** | **int** | | [optional] **snooze_enabled** | **bool** | | [optional] -**end_min** | **float** | | [optional] +**end_min** | **int** | | [optional] **timezone** | **str** | | [optional] **block_push_from_bots** | **bool** | | [optional] -**push_blocked_bot_ids** | **[float]** | | [optional] -**start_min** | **float** | | [optional] +**push_blocked_bot_ids** | **[int]** | | [optional] +**start_min** | **int** | | [optional] **snooze_end_ts** | **str** | | [optional] **do_not_disturb** | **bool** | | [optional] -**end_hour** | **float** | | [optional] +**end_hour** | **int** | | [optional] **enable_push_for_replies** | **bool** | | [optional] **push_sound** | **str** | | [optional] **push_trigger_option** | **str** | | [optional] diff --git a/docs/RetrieveAdvancedAnalyticsMetricsResponse.md b/docs/RetrieveAdvancedAnalyticsMetricsResponse.md index 0c0bd16..16573d1 100644 --- a/docs/RetrieveAdvancedAnalyticsMetricsResponse.md +++ b/docs/RetrieveAdvancedAnalyticsMetricsResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **segments** | **str** | | [optional] **date** | **str** | | [optional] -**value** | **float** | | [optional] +**value** | **int** | | [optional] **channel_type** | **str** | | [optional] **custom_channel_type** | **str** | | [optional] **custom_message_type** | **str** | | [optional] diff --git a/docs/RevokeSecondaryApiTokenByTokenResponse.md b/docs/RevokeSecondaryApiTokenByTokenResponse.md index ae4355b..6b00dcb 100644 --- a/docs/RevokeSecondaryApiTokenByTokenResponse.md +++ b/docs/RevokeSecondaryApiTokenByTokenResponse.md @@ -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) diff --git a/docs/ScheduleAnnouncementResponse.md b/docs/ScheduleAnnouncementResponse.md index 8f9d4d9..bdf6168 100644 --- a/docs/ScheduleAnnouncementResponse.md +++ b/docs/ScheduleAnnouncementResponse.md @@ -9,18 +9,18 @@ Name | Type | Description | Notes **message** | [**ScheduleAnnouncementResponseMessage**](ScheduleAnnouncementResponseMessage.md) | | [optional] **enable_push** | **bool** | | [optional] **target_at** | **str** | | [optional] -**target_user_count** | **float** | | [optional] -**target_channel_count** | **float** | | [optional] +**target_user_count** | **int** | | [optional] +**target_channel_count** | **int** | | [optional] **target_channel_type** | **str** | | [optional] **create_channel_options** | [**ScheduleAnnouncementResponseCreateChannelOptions**](ScheduleAnnouncementResponseCreateChannelOptions.md) | | [optional] **status** | **str** | | [optional] -**scheduled_at** | **float** | | [optional] +**scheduled_at** | **int** | | [optional] **cease_at** | **str** | | [optional] **resume_at** | **str** | | [optional] -**completed_at** | **float** | | [optional] -**sent_user_count** | **float** | | [optional] -**sent_channel_count** | **float** | | [optional] -**open_count** | **float** | | [optional] +**completed_at** | **int** | | [optional] +**sent_user_count** | **int** | | [optional] +**sent_channel_count** | **int** | | [optional] +**open_count** | **int** | | [optional] **open_rate** | **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] diff --git a/docs/ScheduledMessageApi.md b/docs/ScheduledMessageApi.md index dc5b856..1d0a2f2 100644 --- a/docs/ScheduledMessageApi.md +++ b/docs/ScheduledMessageApi.md @@ -130,7 +130,7 @@ with sendbird_platform_sdk.ApiClient() as api_client: message="message_example", file="file_example", url="url_example", - scheduled_at=3.14, + scheduled_at=1, custom_type="custom_type_example", data="data_example", send_push=True, @@ -396,7 +396,7 @@ with sendbird_platform_sdk.ApiClient() as api_client: message="message_example", file="file_example", url="url_example", - scheduled_at=3.14, + scheduled_at=1, custom_type="custom_type_example", data="data_example", send_push=True, diff --git a/docs/SendBirdAdminMessage.md b/docs/SendBirdAdminMessage.md index 861d536..1e4af53 100644 --- a/docs/SendBirdAdminMessage.md +++ b/docs/SendBirdAdminMessage.md @@ -7,27 +7,27 @@ Name | Type | Description | Notes **apple_critical_alert_options** | [**SendBirdAppleCriticalAlertOptions**](SendBirdAppleCriticalAlertOptions.md) | | [optional] **channel_type** | **str** | | [optional] **channel_url** | **str** | | [optional] -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **custom_type** | **str** | | [optional] **data** | **str** | | [optional] **is_reply_to_channel** | **bool** | | [optional] **mention_type** | **str** | | [optional] **mentioned_users** | [**[SendBirdUser]**](SendBirdUser.md) | | [optional] **message** | **str** | | [optional] -**message_id** | **float** | | [optional] +**message_id** | **int** | | [optional] **message_type** | **str** | | [optional] **meta_array** | [**SBObject**](SBObject.md) | | [optional] **meta_arrays** | [**[SendBirdMessageMetaArray]**](SendBirdMessageMetaArray.md) | | [optional] **og_meta_data** | [**SendBirdOGMetaData**](SendBirdOGMetaData.md) | | [optional] **parent_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional] -**parent_message_id** | **float** | | [optional] +**parent_message_id** | **int** | | [optional] **parent_message_text** | **str** | | [optional] **reactions** | [**[SendBirdReaction]**](SendBirdReaction.md) | | [optional] **sending_status** | **str** | | [optional] **silent** | **bool** | | [optional] **thread_info** | [**SendBirdThreadInfo**](SendBirdThreadInfo.md) | | [optional] **translations** | [**SBObject**](SBObject.md) | | [optional] -**updated_at** | **float** | | [optional] +**updated_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) diff --git a/docs/SendBirdAppleCriticalAlertOptions.md b/docs/SendBirdAppleCriticalAlertOptions.md index 6e3e348..ff9cb28 100644 --- a/docs/SendBirdAppleCriticalAlertOptions.md +++ b/docs/SendBirdAppleCriticalAlertOptions.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **str** | | [optional] -**volume** | **float** | | [optional] +**volume** | **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) diff --git a/docs/SendBirdBaseChannel.md b/docs/SendBirdBaseChannel.md index 6ae2bd3..453e10c 100644 --- a/docs/SendBirdBaseChannel.md +++ b/docs/SendBirdBaseChannel.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cover_url** | **str** | | [optional] -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **creator** | [**SendBirdUser**](SendBirdUser.md) | | [optional] **custom_type** | **str** | | [optional] **data** | **str** | | [optional] diff --git a/docs/SendBirdBaseMessageInstance.md b/docs/SendBirdBaseMessageInstance.md index 2f5d02b..77962ff 100644 --- a/docs/SendBirdBaseMessageInstance.md +++ b/docs/SendBirdBaseMessageInstance.md @@ -8,25 +8,25 @@ Name | Type | Description | Notes **apple_critical_alert_options** | [**SendBirdAppleCriticalAlertOptions**](SendBirdAppleCriticalAlertOptions.md) | | [optional] **channel_type** | **str** | | [optional] **channel_url** | **str** | | [optional] -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **custom_type** | **str** | | [optional] **data** | **str** | | [optional] **is_reply_to_channel** | **bool** | | [optional] **mention_type** | **str** | | [optional] **mentioned_users** | [**[SendBirdUser]**](SendBirdUser.md) | | [optional] -**message_id** | **float** | | [optional] +**message_id** | **int** | | [optional] **message_type** | **str** | | [optional] **meta_array** | [**SBObject**](SBObject.md) | | [optional] **meta_arrays** | [**[SendBirdMessageMetaArray]**](SendBirdMessageMetaArray.md) | | [optional] **og_meta_data** | [**SendBirdOGMetaData**](SendBirdOGMetaData.md) | | [optional] **parent_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional] -**parent_message_id** | **float** | | [optional] +**parent_message_id** | **int** | | [optional] **parent_message_text** | **str** | | [optional] **reactions** | [**[SendBirdReaction]**](SendBirdReaction.md) | | [optional] **sending_status** | **str** | | [optional] **silent** | **bool** | | [optional] **thread_info** | [**SendBirdThreadInfo**](SendBirdThreadInfo.md) | | [optional] -**updated_at** | **float** | | [optional] +**updated_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) diff --git a/docs/SendBirdBotsMessageResponseMessage.md b/docs/SendBirdBotsMessageResponseMessage.md index 8268095..1b0311b 100644 --- a/docs/SendBirdBotsMessageResponseMessage.md +++ b/docs/SendBirdBotsMessageResponseMessage.md @@ -4,25 +4,25 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**message_survival_seconds** | **float** | | [optional] +**message_survival_seconds** | **int** | | [optional] **custom_type** | **str** | | [optional] **mentioned_users** | [**[SendBirdMessageResponseMentionedUsersInner]**](SendBirdMessageResponseMentionedUsersInner.md) | | [optional] **translations** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional] -**updated_at** | **float** | | [optional] +**updated_at** | **int** | | [optional] **is_op_msg** | **bool** | | [optional] **is_removed** | **bool** | | [optional] **user** | [**SendBirdMessageResponseUser**](SendBirdMessageResponseUser.md) | | [optional] **file** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional] **message** | **str** | | [optional] **data** | **str** | | [optional] -**message_retention_hour** | **float** | | [optional] +**message_retention_hour** | **int** | | [optional] **silent** | **bool** | | [optional] **type** | **str** | | [optional] -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **channel_type** | **str** | | [optional] **mention_type** | **str** | | [optional] **channel_url** | **str** | | [optional] -**message_id** | **float** | | [optional] +**message_id** | **int** | | [optional] **message_events** | [**SendBirdBotsMessageResponseMessageMessageEvents**](SendBirdBotsMessageResponseMessageMessageEvents.md) | | [optional] **extended_message_payload** | [**SendBirdBotsMessageResponseMessageExtendedMessagePayload**](SendBirdBotsMessageResponseMessageExtendedMessagePayload.md) | | [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] diff --git a/docs/SendBirdChannelResponse.md b/docs/SendBirdChannelResponse.md index 57c3deb..3596b46 100644 --- a/docs/SendBirdChannelResponse.md +++ b/docs/SendBirdChannelResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **channel_url** | **str** | | [optional] **cover_url** | **str** | | [optional] -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **created_by** | [**SendBirdGroupChannelCreatedBy**](SendBirdGroupChannelCreatedBy.md) | | [optional] **creator** | [**SendBirdUser**](SendBirdUser.md) | | [optional] **custom_type** | **str** | | [optional] @@ -15,7 +15,7 @@ Name | Type | Description | Notes **freeze** | **bool** | | [optional] **ignore_profanity_filter** | **bool** | | [optional] **hidden_state** | **str** | | [optional] -**invited_at** | **float** | | [optional] +**invited_at** | **int** | | [optional] **inviter** | [**SendBirdUser**](SendBirdUser.md) | | [optional] **is_access_code_required** | **bool** | | [optional] **is_broadcast** | **bool** | | [optional] @@ -27,16 +27,16 @@ Name | Type | Description | Notes **is_public** | **bool** | | [optional] **is_push_enabled** | **bool** | | [optional] **is_super** | **bool** | | [optional] -**joined_at** | **float** | | [optional] -**joined_member_count** | **float** | | [optional] +**joined_at** | **int** | | [optional] +**joined_member_count** | **int** | | [optional] **last_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional] -**max_length_message** | **float** | | [optional] -**member_count** | **float** | | [optional] +**max_length_message** | **int** | | [optional] +**member_count** | **int** | | [optional] **members** | [**[SendBirdMember]**](SendBirdMember.md) | | [optional] -**message_offset_timestamp** | **float** | | [optional] -**message_survival_seconds** | **float** | | [optional] +**message_offset_timestamp** | **int** | | [optional] +**message_survival_seconds** | **int** | | [optional] **my_count_preference** | **str** | | [optional] -**my_last_read** | **float** | | [optional] +**my_last_read** | **int** | | [optional] **my_member_state** | **str** | | [optional] **my_muted_state** | **str** | | [optional] **my_push_trigger_option** | **str** | | [optional] @@ -44,12 +44,12 @@ Name | Type | Description | Notes **name** | **str** | | [optional] **operators** | [**[SendBirdUser]**](SendBirdUser.md) | | [optional] **sms_fallback** | [**SendBirdGroupChannelSmsFallback**](SendBirdGroupChannelSmsFallback.md) | | [optional] -**unread_mention_count** | **float** | | [optional] -**unread_message_count** | **float** | | [optional] +**unread_mention_count** | **int** | | [optional] +**unread_message_count** | **int** | | [optional] **channel** | [**SendBirdGroupChannelChannel**](SendBirdGroupChannelChannel.md) | | [optional] **read_receipt** | **{str: (int,)}** | | [optional] **is_dynamic_partitioned** | **bool** | | [optional] -**participant_count** | **float** | | [optional] +**participant_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) diff --git a/docs/SendBirdEmojiCategory.md b/docs/SendBirdEmojiCategory.md index 0bbd14b..edadadd 100644 --- a/docs/SendBirdEmojiCategory.md +++ b/docs/SendBirdEmojiCategory.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **emojis** | [**[SendBirdEmoji]**](SendBirdEmoji.md) | | [optional] -**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] diff --git a/docs/SendBirdFile.md b/docs/SendBirdFile.md index efa4e64..b9c0a18 100644 --- a/docs/SendBirdFile.md +++ b/docs/SendBirdFile.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **url** | **str** | | [optional] **file_name** | **str** | | [optional] -**file_size** | **float** | | [optional] +**file_size** | **int** | | [optional] **file_type** | **str** | | [optional] **thumbnails** | [**[SendBirdThumbnailSBObject]**](SendBirdThumbnailSBObject.md) | | [optional] **require_auth** | **bool** | | [optional] diff --git a/docs/SendBirdFileMessageParams.md b/docs/SendBirdFileMessageParams.md index f2bfc27..8b79506 100644 --- a/docs/SendBirdFileMessageParams.md +++ b/docs/SendBirdFileMessageParams.md @@ -9,7 +9,7 @@ Name | Type | Description | Notes **data** | **str** | | [optional] **file** | [**Blob**](Blob.md) | | [optional] **file_name** | **str** | | [optional] -**file_size** | **float** | | [optional] +**file_size** | **int** | | [optional] **file_url** | **str** | | [optional] **is_reply_to_channel** | **bool** | | [optional] **mention_type** | **str** | | [optional] @@ -18,7 +18,7 @@ Name | Type | Description | Notes **meta_array_keys** | **[str]** | | [optional] **meta_arrays** | [**[SendBirdMessageMetaArray]**](SendBirdMessageMetaArray.md) | | [optional] **mime_type** | **str** | | [optional] -**parent_message_id** | **float** | | [optional] +**parent_message_id** | **int** | | [optional] **push_notification_delivery_option** | **str** | | [optional] **thumbnail_sizes** | [**[SendBirdThumbnailSize]**](SendBirdThumbnailSize.md) | | [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] diff --git a/docs/SendBirdGroupChannel.md b/docs/SendBirdGroupChannel.md index 40411c6..1b457fe 100644 --- a/docs/SendBirdGroupChannel.md +++ b/docs/SendBirdGroupChannel.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **channel_url** | **str** | | [optional] **cover_url** | **str** | | [optional] -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **created_by** | [**SendBirdGroupChannelCreatedBy**](SendBirdGroupChannelCreatedBy.md) | | [optional] **creator** | [**SendBirdUser**](SendBirdUser.md) | | [optional] **custom_type** | **str** | | [optional] @@ -15,7 +15,7 @@ Name | Type | Description | Notes **freeze** | **bool** | | [optional] **ignore_profanity_filter** | **bool** | | [optional] **hidden_state** | **str** | | [optional] -**invited_at** | **float** | | [optional] +**invited_at** | **int** | | [optional] **inviter** | [**SendBirdUser**](SendBirdUser.md) | | [optional] **is_access_code_required** | **bool** | | [optional] **is_broadcast** | **bool** | | [optional] @@ -27,16 +27,16 @@ Name | Type | Description | Notes **is_public** | **bool** | | [optional] **is_push_enabled** | **bool** | | [optional] **is_super** | **bool** | | [optional] -**joined_at** | **float** | | [optional] -**joined_member_count** | **float** | | [optional] +**joined_at** | **int** | | [optional] +**joined_member_count** | **int** | | [optional] **last_message** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional] -**max_length_message** | **float** | | [optional] -**member_count** | **float** | | [optional] +**max_length_message** | **int** | | [optional] +**member_count** | **int** | | [optional] **members** | [**[SendBirdMember]**](SendBirdMember.md) | | [optional] -**message_offset_timestamp** | **float** | | [optional] -**message_survival_seconds** | **float** | | [optional] +**message_offset_timestamp** | **int** | | [optional] +**message_survival_seconds** | **int** | | [optional] **my_count_preference** | **str** | | [optional] -**my_last_read** | **float** | | [optional] +**my_last_read** | **int** | | [optional] **my_member_state** | **str** | | [optional] **my_muted_state** | **str** | | [optional] **my_push_trigger_option** | **str** | | [optional] @@ -44,8 +44,8 @@ Name | Type | Description | Notes **name** | **str** | | [optional] **operators** | **[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]** | | [optional] **sms_fallback** | [**SendBirdGroupChannelSmsFallback**](SendBirdGroupChannelSmsFallback.md) | | [optional] -**unread_mention_count** | **float** | | [optional] -**unread_message_count** | **float** | | [optional] +**unread_mention_count** | **int** | | [optional] +**unread_message_count** | **int** | | [optional] **channel** | [**SendBirdGroupChannelChannel**](SendBirdGroupChannelChannel.md) | | [optional] **read_receipt** | **{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] diff --git a/docs/SendBirdGroupChannelChannel.md b/docs/SendBirdGroupChannelChannel.md index 8813f41..86d866b 100644 --- a/docs/SendBirdGroupChannelChannel.md +++ b/docs/SendBirdGroupChannelChannel.md @@ -8,10 +8,10 @@ Name | Type | Description | Notes **name** | **str** | | [optional] **cover_url** | **str** | | [optional] **data** | **str** | | [optional] -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **custom_type** | **str** | | [optional] -**max_length_message** | **float** | | [optional] -**member_count** | **float** | | [optional] +**max_length_message** | **int** | | [optional] +**member_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) diff --git a/docs/SendBirdGroupChannelDisappearingMessage.md b/docs/SendBirdGroupChannelDisappearingMessage.md index b0c6dec..f4f0469 100644 --- a/docs/SendBirdGroupChannelDisappearingMessage.md +++ b/docs/SendBirdGroupChannelDisappearingMessage.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**message_survival_seconds** | **float** | | [optional] +**message_survival_seconds** | **int** | | [optional] **is_triggered_by_message_read** | **bool** | | [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] diff --git a/docs/SendBirdGroupChannelSmsFallback.md b/docs/SendBirdGroupChannelSmsFallback.md index 0899efc..057ca92 100644 --- a/docs/SendBirdGroupChannelSmsFallback.md +++ b/docs/SendBirdGroupChannelSmsFallback.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**wait_seconds** | **float** | | [optional] +**wait_seconds** | **int** | | [optional] **exclude_user_ids** | **[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] diff --git a/docs/SendBirdMessageResponse.md b/docs/SendBirdMessageResponse.md index afec5c1..84acea7 100644 --- a/docs/SendBirdMessageResponse.md +++ b/docs/SendBirdMessageResponse.md @@ -5,11 +5,11 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **require_auth** | **bool** | | [optional] -**message_survival_seconds** | **float** | | [optional] +**message_survival_seconds** | **int** | | [optional] **custom_type** | **str** | | [optional] **mentioned_users** | [**[SendBirdMessageResponseMentionedUsersInner]**](SendBirdMessageResponseMentionedUsersInner.md) | | [optional] **translations** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional] -**updated_at** | **float** | | [optional] +**updated_at** | **int** | | [optional] **is_op_msg** | **bool** | | [optional] **is_removed** | **bool** | | [optional] **user** | [**SendBirdMessageResponseUser**](SendBirdMessageResponseUser.md) | | [optional] @@ -17,19 +17,19 @@ Name | Type | Description | Notes **files** | [**[SendBirdFile]**](SendBirdFile.md) | | [optional] **message** | **str** | | [optional] **data** | **str** | | [optional] -**message_retention_hour** | **float** | | [optional] +**message_retention_hour** | **int** | | [optional] **silent** | **bool** | | [optional] **type** | **str** | | [optional] -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **channel_type** | **str** | | [optional] **req_id** | **str** | | [optional] **mention_type** | **str** | | [optional] **channel_url** | **str** | | [optional] -**message_id** | **float** | | [optional] -**size** | **float** | | [optional] +**message_id** | **int** | | [optional] +**size** | **int** | | [optional] **sorted_metaarray** | **[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]** | | [optional] **thread_info** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional] -**parent_message_id** | **float** | | [optional] +**parent_message_id** | **int** | | [optional] **parent_message_info** | [**SendBirdParentMessageInfo**](SendBirdParentMessageInfo.md) | | [optional] **is_reply_to_channel** | **bool** | | [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] diff --git a/docs/SendBirdOGImage.md b/docs/SendBirdOGImage.md index 26ccc01..9104b60 100644 --- a/docs/SendBirdOGImage.md +++ b/docs/SendBirdOGImage.md @@ -5,11 +5,11 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **alt** | **str** | | [optional] -**height** | **float** | | [optional] +**height** | **int** | | [optional] **secure_url** | **str** | | [optional] **type** | **str** | | [optional] **url** | **str** | | [optional] -**width** | **float** | | [optional] +**width** | **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) diff --git a/docs/SendBirdOpenChannel.md b/docs/SendBirdOpenChannel.md index ba318d2..151a7fd 100644 --- a/docs/SendBirdOpenChannel.md +++ b/docs/SendBirdOpenChannel.md @@ -7,15 +7,15 @@ Name | Type | Description | Notes **name** | **str** | | [optional] **custom_type** | **str** | | [optional] **channel_url** | **str** | | [optional] -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **cover_url** | **str** | | [optional] **creator** | [**SendBirdUser**](SendBirdUser.md) | | [optional] **data** | **str** | | [optional] **is_dynamic_partitioned** | **bool** | | [optional] **is_ephemeral** | **bool** | | [optional] -**max_length_message** | **float** | | [optional] +**max_length_message** | **int** | | [optional] **operators** | [**[SendBirdUser]**](SendBirdUser.md) | | [optional] -**participant_count** | **float** | | [optional] +**participant_count** | **int** | | [optional] **freeze** | **bool** | | [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] diff --git a/docs/SendBirdParentMessageInfo.md b/docs/SendBirdParentMessageInfo.md index 6f18b01..e37e60d 100644 --- a/docs/SendBirdParentMessageInfo.md +++ b/docs/SendBirdParentMessageInfo.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes **custom_type** | **str** | | [optional] **message** | **str** | | [optional] **type** | **str** | | [optional] -**ts** | **float** | | [optional] +**ts** | **int** | | [optional] **user** | [**SendBirdUser**](SendBirdUser.md) | | [optional] **file** | [**SendBirdFile**](SendBirdFile.md) | | [optional] **files** | [**[SendBirdFile]**](SendBirdFile.md) | | [optional] diff --git a/docs/SendBirdPoll.md b/docs/SendBirdPoll.md index d31f5ec..953bde6 100644 --- a/docs/SendBirdPoll.md +++ b/docs/SendBirdPoll.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **details** | [**SendBirdPollDetails**](SendBirdPollDetails.md) | | [optional] -**id** | **float** | | [optional] +**id** | **int** | | [optional] **title** | **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] diff --git a/docs/SendBirdPollDetails.md b/docs/SendBirdPollDetails.md index 64c3b87..bb03fa6 100644 --- a/docs/SendBirdPollDetails.md +++ b/docs/SendBirdPollDetails.md @@ -6,14 +6,14 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **allow_multiple_votes** | **bool** | | [optional] **allow_user_suggestion** | **bool** | | [optional] -**close_at** | **float** | | [optional] -**created_at** | **float** | | [optional] +**close_at** | **int** | | [optional] +**created_at** | **int** | | [optional] **created_by** | **str** | | [optional] **is_anonymous** | **bool** | | [optional] **options** | [**[SendBirdPollOption]**](SendBirdPollOption.md) | | [optional] **status** | **str** | | [optional] -**updated_at** | **float** | | [optional] -**voter_count** | **float** | | [optional] +**updated_at** | **int** | | [optional] +**voter_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) diff --git a/docs/SendBirdPollOption.md b/docs/SendBirdPollOption.md index 48ba99f..11c5f45 100644 --- a/docs/SendBirdPollOption.md +++ b/docs/SendBirdPollOption.md @@ -4,14 +4,14 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**created_at** | **float** | | [optional] +**created_at** | **int** | | [optional] **created_by** | **str** | | [optional] -**id** | **float** | | [optional] +**id** | **int** | | [optional] **partial_voters** | [**[SendBirdUser]**](SendBirdUser.md) | | [optional] -**poll_id** | **float** | | [optional] +**poll_id** | **int** | | [optional] **text** | **str** | | [optional] -**updated_at** | **float** | | [optional] -**vote_count** | **float** | | [optional] +**updated_at** | **int** | | [optional] +**vote_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) diff --git a/docs/SendBirdPollUpdatedVoteCount.md b/docs/SendBirdPollUpdatedVoteCount.md index 61cd7d0..44ab5e1 100644 --- a/docs/SendBirdPollUpdatedVoteCount.md +++ b/docs/SendBirdPollUpdatedVoteCount.md @@ -4,8 +4,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**option_id** | **float** | | [optional] -**vote_count** | **float** | | [optional] +**option_id** | **int** | | [optional] +**vote_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) diff --git a/docs/SendBirdReaction.md b/docs/SendBirdReaction.md index c79a5c0..e36ed14 100644 --- a/docs/SendBirdReaction.md +++ b/docs/SendBirdReaction.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **key** | **str** | | [optional] -**updated_at** | **float** | | [optional] +**updated_at** | **int** | | [optional] **user_ids** | **[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] diff --git a/docs/SendBirdRestrictionInfo.md b/docs/SendBirdRestrictionInfo.md index a4d0cbf..f01bd16 100644 --- a/docs/SendBirdRestrictionInfo.md +++ b/docs/SendBirdRestrictionInfo.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **str** | | [optional] -**end_at** | **float** | | [optional] +**end_at** | **int** | | [optional] **restriction_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] diff --git a/docs/SendBirdScheduledMessage.md b/docs/SendBirdScheduledMessage.md index 572569b..1b739b2 100644 --- a/docs/SendBirdScheduledMessage.md +++ b/docs/SendBirdScheduledMessage.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**scheduled_message_id** | **float** | | [optional] +**scheduled_message_id** | **int** | | [optional] **message_type** | **str** | | [optional] **message** | **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] diff --git a/docs/SendBirdThreadInfo.md b/docs/SendBirdThreadInfo.md index 0829fb0..d9f779c 100644 --- a/docs/SendBirdThreadInfo.md +++ b/docs/SendBirdThreadInfo.md @@ -4,10 +4,10 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**last_replied_at** | **float** | | [optional] +**last_replied_at** | **int** | | [optional] **most_replied_users** | [**[SendBirdUser]**](SendBirdUser.md) | | [optional] -**reply_count** | **float** | | [optional] -**updated_at** | **float** | | [optional] +**reply_count** | **int** | | [optional] +**updated_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) diff --git a/docs/SendBirdThumbnailSBObject.md b/docs/SendBirdThumbnailSBObject.md index 8673465..e0cecaf 100644 --- a/docs/SendBirdThumbnailSBObject.md +++ b/docs/SendBirdThumbnailSBObject.md @@ -4,12 +4,12 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**height** | **float** | | [optional] +**height** | **int** | | [optional] **plain_url** | **str** | | [optional] -**real_height** | **float** | | [optional] -**real_width** | **float** | | [optional] +**real_height** | **int** | | [optional] +**real_width** | **int** | | [optional] **url** | **str** | | [optional] -**width** | **float** | | [optional] +**width** | **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) diff --git a/docs/SendBirdThumbnailSize.md b/docs/SendBirdThumbnailSize.md index 236759c..85efbc4 100644 --- a/docs/SendBirdThumbnailSize.md +++ b/docs/SendBirdThumbnailSize.md @@ -4,8 +4,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**max_height** | **float** | | [optional] -**max_width** | **float** | | [optional] +**max_height** | **int** | | [optional] +**max_width** | **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) diff --git a/docs/SendBirdUser.md b/docs/SendBirdUser.md index 149ee78..abf53a5 100644 --- a/docs/SendBirdUser.md +++ b/docs/SendBirdUser.md @@ -26,8 +26,8 @@ Name | Type | Description | Notes **is_created** | **bool** | | [optional] **metadata** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional] **description** | **str** | | [optional] -**end_at** | **float** | | [optional] -**start_at** | **float** | | [optional] +**end_at** | **int** | | [optional] +**start_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) diff --git a/docs/SendBirdUserMessageParams.md b/docs/SendBirdUserMessageParams.md index 307e51f..60cc8f4 100644 --- a/docs/SendBirdUserMessageParams.md +++ b/docs/SendBirdUserMessageParams.md @@ -14,8 +14,8 @@ Name | Type | Description | Notes **message** | **str** | | [optional] **meta_array_keys** | **[str]** | | [optional] **meta_arrays** | [**[SendBirdMessageMetaArray]**](SendBirdMessageMetaArray.md) | | [optional] -**parent_message_id** | **float** | | [optional] -**poll_id** | **float** | | [optional] +**parent_message_id** | **int** | | [optional] +**poll_id** | **int** | | [optional] **push_notification_delivery_option** | **str** | | [optional] **target_languages** | **[str]** | | [optional] **translation_target_languages** | **[str]** | | [optional] diff --git a/docs/SendMessageData.md b/docs/SendMessageData.md index dbb7709..307a979 100644 --- a/docs/SendMessageData.md +++ b/docs/SendMessageData.md @@ -24,7 +24,7 @@ Name | Type | Description | Notes **url** | **str** | | [optional] **file** | **str** | | [optional] **file_name** | **str** | | [optional] -**file_size** | **float** | | [optional] +**file_size** | **int** | | [optional] **file_type** | **str** | | [optional] **thumbnails** | **[str]** | | [optional] **thumbnail1** | **str** | | [optional] diff --git a/docs/UpdateAnnouncementByIdResponseMessage.md b/docs/UpdateAnnouncementByIdResponseMessage.md index 443264e..7a313ed 100644 --- a/docs/UpdateAnnouncementByIdResponseMessage.md +++ b/docs/UpdateAnnouncementByIdResponseMessage.md @@ -11,13 +11,13 @@ Name | Type | Description | Notes **data** | **str** | | [optional] **enable_push** | **bool** | | [optional] **target_at** | **str** | | [optional] -**target_user_count** | **float** | | [optional] -**target_channel_count** | **float** | | [optional] +**target_user_count** | **int** | | [optional] +**target_channel_count** | **int** | | [optional] **status** | **str** | | [optional] -**scheduled_at** | **float** | | [optional] -**completed_at** | **float** | | [optional] -**sent_user_count** | **float** | | [optional] -**open_count** | **float** | | [optional] +**scheduled_at** | **int** | | [optional] +**completed_at** | **int** | | [optional] +**sent_user_count** | **int** | | [optional] +**open_count** | **int** | | [optional] **open_rate** | **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] diff --git a/docs/UpdateBotByIdResponse.md b/docs/UpdateBotByIdResponse.md index b7fe9b4..f45f9d9 100644 --- a/docs/UpdateBotByIdResponse.md +++ b/docs/UpdateBotByIdResponse.md @@ -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) diff --git a/docs/UpdatePushPreferencesForChannelByUrlResponse.md b/docs/UpdatePushPreferencesForChannelByUrlResponse.md index da63f9d..70c9bef 100644 --- a/docs/UpdatePushPreferencesForChannelByUrlResponse.md +++ b/docs/UpdatePushPreferencesForChannelByUrlResponse.md @@ -6,13 +6,13 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **push_trigger_option** | **str** | | [optional] **do_not_disturb** | **bool** | | [optional] -**start_hour** | **float** | | [optional] -**start_min** | **float** | | [optional] -**end_hour** | **float** | | [optional] -**end_min** | **float** | | [optional] +**start_hour** | **int** | | [optional] +**start_min** | **int** | | [optional] +**end_hour** | **int** | | [optional] +**end_min** | **int** | | [optional] **snooze_enabled** | **bool** | | [optional] -**snooze_start_ts** | **float** | | [optional] -**snooze_end_ts** | **float** | | [optional] +**snooze_start_ts** | **int** | | [optional] +**snooze_end_ts** | **int** | | [optional] **timezone** | **str** | | [optional] **push_sound** | **str** | | [optional] **enable** | **bool** | | [optional] diff --git a/docs/UpdatePushPreferencesResponse.md b/docs/UpdatePushPreferencesResponse.md index 8fc2e49..afb0d71 100644 --- a/docs/UpdatePushPreferencesResponse.md +++ b/docs/UpdatePushPreferencesResponse.md @@ -9,13 +9,13 @@ Name | Type | Description | Notes **push_blocked_bot_ids** | **[str]** | | [optional] **push_trigger_option** | **str** | | [optional] **do_not_disturb** | **bool** | | [optional] -**start_hour** | **float** | | [optional] -**start_min** | **float** | | [optional] -**end_hour** | **float** | | [optional] -**end_min** | **float** | | [optional] +**start_hour** | **int** | | [optional] +**start_min** | **int** | | [optional] +**end_hour** | **int** | | [optional] +**end_min** | **int** | | [optional] **snooze_enabled** | **bool** | | [optional] -**snooze_start_ts** | **float** | | [optional] -**snooze_end_ts** | **float** | | [optional] +**snooze_start_ts** | **int** | | [optional] +**snooze_end_ts** | **int** | | [optional] **timezone** | **str** | | [optional] **push_sound** | **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] diff --git a/docs/UserApi.md b/docs/UserApi.md index d1f2477..9833c46 100644 --- a/docs/UserApi.md +++ b/docs/UserApi.md @@ -315,7 +315,7 @@ with sendbird_platform_sdk.ApiClient() as api_client: user_id = "user_id_example" # str | api_token = "{{API_TOKEN}}" # str | (optional) create_user_token_data = CreateUserTokenData( - expires_at=3.14, + expires_at=1, ) # CreateUserTokenData | (optional) # example passing only required values which don't have defaults set diff --git a/docs/V3GroupChannelsChannelUrlScheduledMessagesScheduledMessageIdDeleteRequest.md b/docs/V3GroupChannelsChannelUrlScheduledMessagesScheduledMessageIdDeleteRequest.md index e54274e..251667b 100644 --- a/docs/V3GroupChannelsChannelUrlScheduledMessagesScheduledMessageIdDeleteRequest.md +++ b/docs/V3GroupChannelsChannelUrlScheduledMessagesScheduledMessageIdDeleteRequest.md @@ -9,7 +9,7 @@ Name | Type | Description | Notes **message** | **str** | Specifies the content of the message. | [optional] **file** | **str** | Depending on the file upload method, this specifies the data of the file to upload to the Sendbird server either in raw binary format or by the file's location. When sending a request containing a file, you must change the value of the content-type header to multipart/form-data; boundary={your_unique_boundary_string} in the request. The code examples of HTTP multipart request and cURL are provided below the tables for your reference. If this file property is specified, the url property is not required. This doesn't allow a converted base64-encoded string from a file as its value. | [optional] **url** | **str** | Specifies the URL of the file hosted on the server of your own or other third-party companies. If this url property is specified, the file property is not required. | [optional] -**scheduled_at** | **float** | The specified time that indicates when to send the message, in Unix milliseconds format. Since messages are scheduled in minutes, values less than seconds are discarded. The specified time can be between 5 minutes and 43,200 minutes (30 days) from the current time. | [optional] +**scheduled_at** | **int** | The specified time that indicates when to send the message, in Unix milliseconds format. Since messages are scheduled in minutes, values less than seconds are discarded. The specified time can be between 5 minutes and 43,200 minutes (30 days) from the current time. | [optional] **custom_type** | **str** | Specifies a custom message type used for message grouping. The length is limited to 128 characters. * Custom types are also used to segment metrics within Sendbird's Advanced analytics, which enables the sub-classification of data views. | [optional] **data** | **str** | Specifies additional message information such as custom font size, font type, or JSON formatted string. | [optional] **send_push** | **bool** | Determines whether to send a push notification of the message to the channel members. This property only applies to group channels. (Default is true) | [optional] diff --git a/docs/V3ScheduledMessagesCountGet200Response.md b/docs/V3ScheduledMessagesCountGet200Response.md index 19a043c..9abade6 100644 --- a/docs/V3ScheduledMessagesCountGet200Response.md +++ b/docs/V3ScheduledMessagesCountGet200Response.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**count** | **float** | | [optional] +**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) diff --git a/docs/ViewAnnouncementByIdResponse.md b/docs/ViewAnnouncementByIdResponse.md index 159e5dc..63345de 100644 --- a/docs/ViewAnnouncementByIdResponse.md +++ b/docs/ViewAnnouncementByIdResponse.md @@ -9,21 +9,21 @@ Name | Type | Description | Notes **message** | [**ScheduleAnnouncementResponseMessage**](ScheduleAnnouncementResponseMessage.md) | | [optional] **enable_push** | **bool** | | [optional] **target_at** | **str** | | [optional] -**target_user_count** | **float** | | [optional] -**target_channel_count** | **float** | | [optional] +**target_user_count** | **int** | | [optional] +**target_channel_count** | **int** | | [optional] **status** | **str** | | [optional] -**scheduled_at** | **float** | | [optional] +**scheduled_at** | **int** | | [optional] **cease_at** | **str** | | [optional] **resume_at** | **str** | | [optional] -**completed_at** | **float** | | [optional] -**sent_user_count** | **float** | | [optional] -**open_count** | **float** | | [optional] +**completed_at** | **int** | | [optional] +**sent_user_count** | **int** | | [optional] +**open_count** | **int** | | [optional] **open_rate** | **float** | | [optional] **create_channel** | **bool** | | [optional] **create_channel_options** | [**ScheduleAnnouncementResponseCreateChannelOptions**](ScheduleAnnouncementResponseCreateChannelOptions.md) | | [optional] -**end_at** | **float** | | [optional] +**end_at** | **int** | | [optional] **mark_as_read** | **bool** | | [optional] -**sent_channel_count** | **float** | | [optional] +**sent_channel_count** | **int** | | [optional] **target_channel_type** | **str** | | [optional] **target_custom_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] diff --git a/docs/ViewBotByIdResponse.md b/docs/ViewBotByIdResponse.md index 6fcf041..20bf4f2 100644 --- a/docs/ViewBotByIdResponse.md +++ b/docs/ViewBotByIdResponse.md @@ -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) diff --git a/docs/ViewDataExportByIdResponse.md b/docs/ViewDataExportByIdResponse.md index 678cec8..3ca7d30 100644 --- a/docs/ViewDataExportByIdResponse.md +++ b/docs/ViewDataExportByIdResponse.md @@ -10,9 +10,9 @@ Name | Type | Description | Notes **format** | **str** | | [optional] **csv_delimiter** | **str** | | [optional] **timezone** | **str** | | [optional] -**created_at** | **float** | | [optional] -**start_ts** | **float** | | [optional] -**end_ts** | **float** | | [optional] +**created_at** | **int** | | [optional] +**start_ts** | **int** | | [optional] +**end_ts** | **int** | | [optional] **channel_urls** | **[str]** | | [optional] **channel_custom_types** | **[str]** | | [optional] **sender_ids** | **[str]** | | [optional] diff --git a/docs/ViewGdprRequestByIdResponse.md b/docs/ViewGdprRequestByIdResponse.md index 6ea9d73..9499059 100644 --- a/docs/ViewGdprRequestByIdResponse.md +++ b/docs/ViewGdprRequestByIdResponse.md @@ -11,7 +11,7 @@ Name | Type | Description | Notes **files** | [**ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile**](ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile.md) | | [optional] **user_ids** | **[str]** | | [optional] **channel_delete_option** | **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) diff --git a/docs/ViewNumberOfChannelsByJoinStatusResponse.md b/docs/ViewNumberOfChannelsByJoinStatusResponse.md index 24a6e63..9e6b296 100644 --- a/docs/ViewNumberOfChannelsByJoinStatusResponse.md +++ b/docs/ViewNumberOfChannelsByJoinStatusResponse.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**group_channel_count** | **float** | | [optional] +**group_channel_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) diff --git a/docs/ViewNumberOfChannelsWithUnreadMessagesResponse.md b/docs/ViewNumberOfChannelsWithUnreadMessagesResponse.md index 771552e..fd666fe 100644 --- a/docs/ViewNumberOfChannelsWithUnreadMessagesResponse.md +++ b/docs/ViewNumberOfChannelsWithUnreadMessagesResponse.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**unread_count** | **float** | | [optional] +**unread_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) diff --git a/docs/ViewNumberOfConcurrentConnectionsResponse.md b/docs/ViewNumberOfConcurrentConnectionsResponse.md index 7ee44f2..698ca81 100644 --- a/docs/ViewNumberOfConcurrentConnectionsResponse.md +++ b/docs/ViewNumberOfConcurrentConnectionsResponse.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ccu** | **float** | | [optional] +**ccu** | **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) diff --git a/docs/ViewNumberOfDailyActiveUsersResponse.md b/docs/ViewNumberOfDailyActiveUsersResponse.md index 8a5bf7b..317d62a 100644 --- a/docs/ViewNumberOfDailyActiveUsersResponse.md +++ b/docs/ViewNumberOfDailyActiveUsersResponse.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**dau** | **float** | | [optional] +**dau** | **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) diff --git a/docs/ViewNumberOfMonthlyActiveUsersResponse.md b/docs/ViewNumberOfMonthlyActiveUsersResponse.md index a76ed2f..a8a9872 100644 --- a/docs/ViewNumberOfMonthlyActiveUsersResponse.md +++ b/docs/ViewNumberOfMonthlyActiveUsersResponse.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**mau** | **float** | | [optional] +**mau** | **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) diff --git a/docs/ViewNumberOfPeakConnectionsResponsePeakConnectionsInner.md b/docs/ViewNumberOfPeakConnectionsResponsePeakConnectionsInner.md index ec65073..71527da 100644 --- a/docs/ViewNumberOfPeakConnectionsResponsePeakConnectionsInner.md +++ b/docs/ViewNumberOfPeakConnectionsResponsePeakConnectionsInner.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **date** | **str** | | [optional] -**peak_connections** | **float** | | [optional] +**peak_connections** | **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) diff --git a/docs/ViewNumberOfUnreadItemsResponse.md b/docs/ViewNumberOfUnreadItemsResponse.md index dbcb392..b78db57 100644 --- a/docs/ViewNumberOfUnreadItemsResponse.md +++ b/docs/ViewNumberOfUnreadItemsResponse.md @@ -4,15 +4,15 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**non_super_group_channel_unread_message_count** | **float** | | [optional] -**super_group_channel_unread_message_count** | **float** | | [optional] -**group_channel_unread_message_count** | **float** | | [optional] -**super_group_channel_invitation_count** | **float** | | [optional] -**group_channel_invitation_count** | **float** | | [optional] -**super_group_channel_unread_mention_count** | **float** | | [optional] -**group_channel_unread_mention_count** | **float** | | [optional] -**non_super_group_channel_unread_mention_count** | **float** | | [optional] -**non_super_group_channel_invitation_count** | **float** | | [optional] +**non_super_group_channel_unread_message_count** | **int** | | [optional] +**super_group_channel_unread_message_count** | **int** | | [optional] +**group_channel_unread_message_count** | **int** | | [optional] +**super_group_channel_invitation_count** | **int** | | [optional] +**group_channel_invitation_count** | **int** | | [optional] +**super_group_channel_unread_mention_count** | **int** | | [optional] +**group_channel_unread_mention_count** | **int** | | [optional] +**non_super_group_channel_unread_mention_count** | **int** | | [optional] +**non_super_group_channel_invitation_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) diff --git a/docs/ViewNumberOfUnreadMessagesResponse.md b/docs/ViewNumberOfUnreadMessagesResponse.md index 026bc98..3976228 100644 --- a/docs/ViewNumberOfUnreadMessagesResponse.md +++ b/docs/ViewNumberOfUnreadMessagesResponse.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**unread_count** | **float** | | [optional] +**unread_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) diff --git a/docs/ViewPushPreferencesForChannelByUrlResponse.md b/docs/ViewPushPreferencesForChannelByUrlResponse.md index e5766f6..9ec3dea 100644 --- a/docs/ViewPushPreferencesForChannelByUrlResponse.md +++ b/docs/ViewPushPreferencesForChannelByUrlResponse.md @@ -6,13 +6,13 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **push_trigger_option** | **str** | | [optional] **do_not_disturb** | **bool** | | [optional] -**start_hour** | **float** | | [optional] -**start_min** | **float** | | [optional] -**end_hour** | **float** | | [optional] -**end_min** | **float** | | [optional] +**start_hour** | **int** | | [optional] +**start_min** | **int** | | [optional] +**end_hour** | **int** | | [optional] +**end_min** | **int** | | [optional] **snooze_enabled** | **bool** | | [optional] -**snooze_start_ts** | **float** | | [optional] -**snooze_end_ts** | **float** | | [optional] +**snooze_start_ts** | **int** | | [optional] +**snooze_end_ts** | **int** | | [optional] **timezone** | **str** | | [optional] **push_sound** | **str** | | [optional] **enable** | **bool** | | [optional] diff --git a/docs/ViewPushPreferencesResponse.md b/docs/ViewPushPreferencesResponse.md index a01f3ee..2dd55e6 100644 --- a/docs/ViewPushPreferencesResponse.md +++ b/docs/ViewPushPreferencesResponse.md @@ -5,16 +5,16 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **snooze_start_ts** | **str** | | [optional] -**start_hour** | **float** | | [optional] +**start_hour** | **int** | | [optional] **snooze_enabled** | **bool** | | [optional] -**end_min** | **float** | | [optional] +**end_min** | **int** | | [optional] **timezone** | **str** | | [optional] **block_push_from_bots** | **bool** | | [optional] **push_blocked_bot_ids** | **[str]** | | [optional] -**start_min** | **float** | | [optional] +**start_min** | **int** | | [optional] **snooze_end_ts** | **str** | | [optional] **do_not_disturb** | **bool** | | [optional] -**end_hour** | **float** | | [optional] +**end_hour** | **int** | | [optional] **enable_push_for_replies** | **bool** | | [optional] **push_sound** | **str** | | [optional] **push_trigger_option** | **str** | | [optional] diff --git a/docs/ViewSecondaryApiTokenByTokenResponse.md b/docs/ViewSecondaryApiTokenByTokenResponse.md index 0ea23fb..fcbe749 100644 --- a/docs/ViewSecondaryApiTokenByTokenResponse.md +++ b/docs/ViewSecondaryApiTokenByTokenResponse.md @@ -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) diff --git a/docs/ViewTotalNumberOfMessagesInChannelResponse.md b/docs/ViewTotalNumberOfMessagesInChannelResponse.md index 9b0bcce..25e6aee 100644 --- a/docs/ViewTotalNumberOfMessagesInChannelResponse.md +++ b/docs/ViewTotalNumberOfMessagesInChannelResponse.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**total** | **float** | | [optional] +**total** | **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) diff --git a/sendbird_platform_sdk/model/add_apns_push_configuration_response_push_configurations_inner.py b/sendbird_platform_sdk/model/add_apns_push_configuration_response_push_configurations_inner.py index f9cb46d..26d27bd 100644 --- a/sendbird_platform_sdk/model/add_apns_push_configuration_response_push_configurations_inner.py +++ b/sendbird_platform_sdk/model/add_apns_push_configuration_response_push_configurations_inner.py @@ -84,11 +84,11 @@ def openapi_types(): return { 'id': (str,), # noqa: E501 'push_type': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'apns_cer_env_type': (str,), # noqa: E501 - 'apns_expiration': (float,), # noqa: E501 + 'apns_expiration': (int,), # noqa: E501 'apns_name': (str,), # noqa: E501 - 'has_unread_count_badge': (float,), # noqa: E501 + 'has_unread_count_badge': (int,), # noqa: E501 'content_available': (bool,), # noqa: E501 'mutable_content': (bool,), # noqa: E501 'push_sound': (str,), # noqa: E501 @@ -155,11 +155,11 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) id (str): [optional] # noqa: E501 push_type (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 apns_cer_env_type (str): [optional] # noqa: E501 - apns_expiration (float): [optional] # noqa: E501 + apns_expiration (int): [optional] # noqa: E501 apns_name (str): [optional] # noqa: E501 - has_unread_count_badge (float): [optional] # noqa: E501 + has_unread_count_badge (int): [optional] # noqa: E501 content_available (bool): [optional] # noqa: E501 mutable_content (bool): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 @@ -250,11 +250,11 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) id (str): [optional] # noqa: E501 push_type (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 apns_cer_env_type (str): [optional] # noqa: E501 - apns_expiration (float): [optional] # noqa: E501 + apns_expiration (int): [optional] # noqa: E501 apns_name (str): [optional] # noqa: E501 - has_unread_count_badge (float): [optional] # noqa: E501 + has_unread_count_badge (int): [optional] # noqa: E501 content_available (bool): [optional] # noqa: E501 mutable_content (bool): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/add_emoji_categories_response_emoji_categories_inner.py b/sendbird_platform_sdk/model/add_emoji_categories_response_emoji_categories_inner.py index cf3e7d4..9086177 100644 --- a/sendbird_platform_sdk/model/add_emoji_categories_response_emoji_categories_inner.py +++ b/sendbird_platform_sdk/model/add_emoji_categories_response_emoji_categories_inner.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'id': (float,), # noqa: E501 + 'id': (int,), # noqa: E501 'name': (str,), # noqa: E501 'url': (str,), # noqa: E501 } @@ -139,7 +139,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 name (str): [optional] # noqa: E501 url (str): [optional] # noqa: E501 """ @@ -227,7 +227,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 name (str): [optional] # noqa: E501 url (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/add_reaction_to_a_message_response.py b/sendbird_platform_sdk/model/add_reaction_to_a_message_response.py index 33a2886..fbf8d75 100644 --- a/sendbird_platform_sdk/model/add_reaction_to_a_message_response.py +++ b/sendbird_platform_sdk/model/add_reaction_to_a_message_response.py @@ -86,8 +86,8 @@ def openapi_types(): 'operation': (str,), # noqa: E501 'success': (bool,), # noqa: E501 'reaction': (str,), # noqa: E501 - 'updated_at': (float,), # noqa: E501 - 'msg_id': (float,), # noqa: E501 + 'updated_at': (int,), # noqa: E501 + 'msg_id': (int,), # noqa: E501 } @cached_property @@ -149,8 +149,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 operation (str): [optional] # noqa: E501 success (bool): [optional] # noqa: E501 reaction (str): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 - msg_id (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 + msg_id (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -240,8 +240,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 operation (str): [optional] # noqa: E501 success (bool): [optional] # noqa: E501 reaction (str): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 - msg_id (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 + msg_id (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/ban_users_in_channels_with_custom_channel_type_data_banned_list_inner.py b/sendbird_platform_sdk/model/ban_users_in_channels_with_custom_channel_type_data_banned_list_inner.py index 6411474..9bcfc08 100644 --- a/sendbird_platform_sdk/model/ban_users_in_channels_with_custom_channel_type_data_banned_list_inner.py +++ b/sendbird_platform_sdk/model/ban_users_in_channels_with_custom_channel_type_data_banned_list_inner.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'user_id': (str,), # noqa: E501 - 'seconds': (float,), # noqa: E501 + 'seconds': (int,), # noqa: E501 'description': (str,), # noqa: E501 } @@ -142,7 +142,7 @@ def _from_openapi_data(cls, user_id, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - seconds (float): [optional] # noqa: E501 + seconds (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ @@ -233,7 +233,7 @@ def __init__(self, user_id, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - seconds (float): [optional] # noqa: E501 + seconds (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/blob.py b/sendbird_platform_sdk/model/blob.py index cc2ccb5..6b6c402 100644 --- a/sendbird_platform_sdk/model/blob.py +++ b/sendbird_platform_sdk/model/blob.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'size': (float,), # noqa: E501 + 'size': (int,), # noqa: E501 'type': (str,), # noqa: E501 } @@ -137,7 +137,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - size (float): [optional] # noqa: E501 + size (int): [optional] # noqa: E501 type (str): [optional] # noqa: E501 """ @@ -224,7 +224,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - size (float): [optional] # noqa: E501 + size (int): [optional] # noqa: E501 type (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/create_bot_response.py b/sendbird_platform_sdk/model/create_bot_response.py index b3ed9f8..fad5b78 100644 --- a/sendbird_platform_sdk/model/create_bot_response.py +++ b/sendbird_platform_sdk/model/create_bot_response.py @@ -93,7 +93,7 @@ def openapi_types(): 'enable_mark_as_read': (bool,), # noqa: E501 'is_privacy_mode': (bool,), # noqa: E501 'show_member': (bool,), # noqa: E501 - 'channel_invitation_preference': (float,), # noqa: E501 + 'channel_invitation_preference': (int,), # noqa: E501 } @cached_property @@ -156,7 +156,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 enable_mark_as_read (bool): [optional] # noqa: E501 is_privacy_mode (bool): [optional] # noqa: E501 show_member (bool): [optional] # noqa: E501 - channel_invitation_preference (float): [optional] # noqa: E501 + channel_invitation_preference (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -247,7 +247,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 enable_mark_as_read (bool): [optional] # noqa: E501 is_privacy_mode (bool): [optional] # noqa: E501 show_member (bool): [optional] # noqa: E501 - channel_invitation_preference (float): [optional] # noqa: E501 + channel_invitation_preference (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/create_channel_metadata_response.py b/sendbird_platform_sdk/model/create_channel_metadata_response.py index 5ddff87..6aa6663 100644 --- a/sendbird_platform_sdk/model/create_channel_metadata_response.py +++ b/sendbird_platform_sdk/model/create_channel_metadata_response.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'metadata': ({str: (str,)},), # noqa: E501 - 'include_ts': (float,), # noqa: E501 + 'include_ts': (int,), # noqa: E501 } @cached_property @@ -138,7 +138,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) metadata ({str: (str,)}): [optional] # noqa: E501 - include_ts (float): [optional] # noqa: E501 + include_ts (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -225,7 +225,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) metadata ({str: (str,)}): [optional] # noqa: E501 - include_ts (float): [optional] # noqa: E501 + include_ts (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/create_user_token_data.py b/sendbird_platform_sdk/model/create_user_token_data.py index fc7dd0c..397fd3a 100644 --- a/sendbird_platform_sdk/model/create_user_token_data.py +++ b/sendbird_platform_sdk/model/create_user_token_data.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'expires_at': (float,), # noqa: E501 + 'expires_at': (int,), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - 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] # noqa: E501 + 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] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - 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] # noqa: E501 + 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] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/create_user_token_response.py b/sendbird_platform_sdk/model/create_user_token_response.py index 0e8cb2d..d70390e 100644 --- a/sendbird_platform_sdk/model/create_user_token_response.py +++ b/sendbird_platform_sdk/model/create_user_token_response.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'token': (str,), # noqa: E501 - 'expires_at': (float,), # noqa: E501 + 'expires_at': (int,), # noqa: E501 } @cached_property @@ -138,7 +138,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) token (str): [optional] # noqa: E501 - expires_at (float): [optional] # noqa: E501 + expires_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -225,7 +225,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) token (str): [optional] # noqa: E501 - expires_at (float): [optional] # noqa: E501 + expires_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/file.py b/sendbird_platform_sdk/model/file.py index d86df34..162a47d 100644 --- a/sendbird_platform_sdk/model/file.py +++ b/sendbird_platform_sdk/model/file.py @@ -82,9 +82,9 @@ def openapi_types(): and the value is attribute type. """ return { - 'last_modified': (float,), # noqa: E501 + 'last_modified': (int,), # noqa: E501 'name': (str,), # noqa: E501 - 'size': (float,), # noqa: E501 + 'size': (int,), # noqa: E501 'type': (str,), # noqa: E501 'webkit_relative_path': (str,), # noqa: E501 } @@ -143,9 +143,9 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - last_modified (float): [optional] # noqa: E501 + last_modified (int): [optional] # noqa: E501 name (str): [optional] # noqa: E501 - size (float): [optional] # noqa: E501 + size (int): [optional] # noqa: E501 type (str): [optional] # noqa: E501 webkit_relative_path (str): [optional] # noqa: E501 """ @@ -233,9 +233,9 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - last_modified (float): [optional] # noqa: E501 + last_modified (int): [optional] # noqa: E501 name (str): [optional] # noqa: E501 - size (float): [optional] # noqa: E501 + size (int): [optional] # noqa: E501 type (str): [optional] # noqa: E501 webkit_relative_path (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/function.py b/sendbird_platform_sdk/model/function.py index 4bc0bd1..1a84567 100644 --- a/sendbird_platform_sdk/model/function.py +++ b/sendbird_platform_sdk/model/function.py @@ -84,7 +84,7 @@ def openapi_types(): return { 'arguments': (bool, date, datetime, dict, float, int, list, str, none_type,), # noqa: E501 'caller': (Function,), # noqa: E501 - 'length': (float,), # noqa: E501 + 'length': (int,), # noqa: E501 'prototype': (bool, date, datetime, dict, float, int, list, str, none_type,), # noqa: E501 } @@ -143,7 +143,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) arguments (bool, date, datetime, dict, float, int, list, str, none_type): [optional] # noqa: E501 caller (Function): [optional] # noqa: E501 - length (float): [optional] # noqa: E501 + length (int): [optional] # noqa: E501 prototype (bool, date, datetime, dict, float, int, list, str, none_type): [optional] # noqa: E501 """ @@ -232,7 +232,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) arguments (bool, date, datetime, dict, float, int, list, str, none_type): [optional] # noqa: E501 caller (Function): [optional] # noqa: E501 - length (float): [optional] # noqa: E501 + length (int): [optional] # noqa: E501 prototype (bool, date, datetime, dict, float, int, list, str, none_type): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/gc_ban_user_response.py b/sendbird_platform_sdk/model/gc_ban_user_response.py index b50fbd6..385f9c4 100644 --- a/sendbird_platform_sdk/model/gc_ban_user_response.py +++ b/sendbird_platform_sdk/model/gc_ban_user_response.py @@ -91,8 +91,8 @@ def openapi_types(): lazy_import() return { 'user': (SendBirdUser,), # noqa: E501 - 'start_at': (float,), # noqa: E501 - 'end_at': (float,), # noqa: E501 + 'start_at': (int,), # noqa: E501 + 'end_at': (int,), # noqa: E501 'description': (str,), # noqa: E501 'metadata': (OcDeleteChannelByUrl200Response,), # noqa: E501 'next_url': (str,), # noqa: E501 @@ -162,8 +162,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 metadata (OcDeleteChannelByUrl200Response): [optional] # noqa: E501 next_url (str): [optional] # noqa: E501 @@ -257,8 +257,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 metadata (OcDeleteChannelByUrl200Response): [optional] # noqa: E501 next_url (str): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/gc_list_banned_users_response.py b/sendbird_platform_sdk/model/gc_list_banned_users_response.py index 8ee89d3..bf47d90 100644 --- a/sendbird_platform_sdk/model/gc_list_banned_users_response.py +++ b/sendbird_platform_sdk/model/gc_list_banned_users_response.py @@ -89,7 +89,7 @@ def openapi_types(): lazy_import() return { 'banned_list': ([OcListBannedUsersResponseBannedListInner],), # noqa: E501 - 'total_ban_count': (float,), # noqa: E501 + 'total_ban_count': (int,), # noqa: E501 'next': (str,), # noqa: E501 } @@ -146,7 +146,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) banned_list ([OcListBannedUsersResponseBannedListInner]): [optional] # noqa: E501 - total_ban_count (float): [optional] # noqa: E501 + total_ban_count (int): [optional] # noqa: E501 next (str): [optional] # noqa: E501 """ @@ -234,7 +234,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) banned_list ([OcListBannedUsersResponseBannedListInner]): [optional] # noqa: E501 - total_ban_count (float): [optional] # noqa: E501 + total_ban_count (int): [optional] # noqa: E501 next (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/gc_list_channels_response.py b/sendbird_platform_sdk/model/gc_list_channels_response.py index a097f1f..1236309 100644 --- a/sendbird_platform_sdk/model/gc_list_channels_response.py +++ b/sendbird_platform_sdk/model/gc_list_channels_response.py @@ -90,7 +90,7 @@ def openapi_types(): return { 'channels': ([SendBirdGroupChannel],), # noqa: E501 'next': (str,), # noqa: E501 - 'ts': (float,), # noqa: E501 + 'ts': (int,), # noqa: E501 } @cached_property @@ -147,7 +147,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) channels ([SendBirdGroupChannel]): [optional] # noqa: E501 next (str): [optional] # noqa: E501 - ts (float): [optional] # noqa: E501 + ts (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -235,7 +235,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) channels ([SendBirdGroupChannel]): [optional] # noqa: E501 next (str): [optional] # noqa: E501 - ts (float): [optional] # noqa: E501 + ts (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/gc_list_muted_users_response.py b/sendbird_platform_sdk/model/gc_list_muted_users_response.py index d2c7a27..1dce954 100644 --- a/sendbird_platform_sdk/model/gc_list_muted_users_response.py +++ b/sendbird_platform_sdk/model/gc_list_muted_users_response.py @@ -89,7 +89,7 @@ def openapi_types(): lazy_import() return { 'muted_list': ([SendBirdUser],), # noqa: E501 - 'total_mute_count': (float,), # noqa: E501 + 'total_mute_count': (int,), # noqa: E501 'next': (str,), # noqa: E501 } @@ -146,7 +146,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) muted_list ([SendBirdUser]): [optional] # noqa: E501 - total_mute_count (float): [optional] # noqa: E501 + total_mute_count (int): [optional] # noqa: E501 next (str): [optional] # noqa: E501 """ @@ -234,7 +234,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) muted_list ([SendBirdUser]): [optional] # noqa: E501 - total_mute_count (float): [optional] # noqa: E501 + total_mute_count (int): [optional] # noqa: E501 next (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/gc_mark_all_messages_as_delivered_response.py b/sendbird_platform_sdk/model/gc_mark_all_messages_as_delivered_response.py index c20ec3b..541dbb9 100644 --- a/sendbird_platform_sdk/model/gc_mark_all_messages_as_delivered_response.py +++ b/sendbird_platform_sdk/model/gc_mark_all_messages_as_delivered_response.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'ts': (float,), # noqa: E501 + 'ts': (int,), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - ts (float): [optional] # noqa: E501 + ts (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - ts (float): [optional] # noqa: E501 + ts (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/gc_reset_chat_history_response.py b/sendbird_platform_sdk/model/gc_reset_chat_history_response.py index c634d3d..2ffb3b2 100644 --- a/sendbird_platform_sdk/model/gc_reset_chat_history_response.py +++ b/sendbird_platform_sdk/model/gc_reset_chat_history_response.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'ts_message_offset': (float,), # noqa: E501 + 'ts_message_offset': (int,), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - ts_message_offset (float): [optional] # noqa: E501 + ts_message_offset (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - ts_message_offset (float): [optional] # noqa: E501 + ts_message_offset (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/gc_update_ban_by_id_response.py b/sendbird_platform_sdk/model/gc_update_ban_by_id_response.py index cd8710d..279ae75 100644 --- a/sendbird_platform_sdk/model/gc_update_ban_by_id_response.py +++ b/sendbird_platform_sdk/model/gc_update_ban_by_id_response.py @@ -89,8 +89,8 @@ def openapi_types(): lazy_import() return { 'user': (SendBirdUser,), # noqa: E501 - 'start_at': (float,), # noqa: E501 - 'end_at': (float,), # noqa: E501 + 'start_at': (int,), # noqa: E501 + 'end_at': (int,), # noqa: E501 'description': (str,), # noqa: E501 } @@ -148,8 +148,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ @@ -237,8 +237,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/gc_view_ban_by_id_response.py b/sendbird_platform_sdk/model/gc_view_ban_by_id_response.py index 87e4df3..2c7655f 100644 --- a/sendbird_platform_sdk/model/gc_view_ban_by_id_response.py +++ b/sendbird_platform_sdk/model/gc_view_ban_by_id_response.py @@ -89,8 +89,8 @@ def openapi_types(): lazy_import() return { 'user': (SendBirdUser,), # noqa: E501 - 'start_at': (float,), # noqa: E501 - 'end_at': (float,), # noqa: E501 + 'start_at': (int,), # noqa: E501 + 'end_at': (int,), # noqa: E501 'description': (str,), # noqa: E501 } @@ -148,8 +148,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ @@ -237,8 +237,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/gc_view_mute_by_id_response.py b/sendbird_platform_sdk/model/gc_view_mute_by_id_response.py index 334fa23..94fdddf 100644 --- a/sendbird_platform_sdk/model/gc_view_mute_by_id_response.py +++ b/sendbird_platform_sdk/model/gc_view_mute_by_id_response.py @@ -83,9 +83,9 @@ def openapi_types(): """ return { 'is_muted': (bool,), # noqa: E501 - 'remaining_duration': (float,), # noqa: E501 - 'start_at': (float,), # noqa: E501 - 'end_at': (float,), # noqa: E501 + 'remaining_duration': (int,), # noqa: E501 + 'start_at': (int,), # noqa: E501 + 'end_at': (int,), # noqa: E501 'description': (str,), # noqa: E501 } @@ -144,9 +144,9 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) is_muted (bool): [optional] # noqa: E501 - remaining_duration (float): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + remaining_duration (int): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ @@ -234,9 +234,9 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) is_muted (bool): [optional] # noqa: E501 - remaining_duration (float): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + remaining_duration (int): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/gc_view_number_of_each_members_unread_messages_response.py b/sendbird_platform_sdk/model/gc_view_number_of_each_members_unread_messages_response.py index d4c49eb..190ff36 100644 --- a/sendbird_platform_sdk/model/gc_view_number_of_each_members_unread_messages_response.py +++ b/sendbird_platform_sdk/model/gc_view_number_of_each_members_unread_messages_response.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'unread': ({str: (float,)},), # noqa: E501 + 'unread': ({str: (int,)},), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - unread ({str: (float,)}): [optional] # noqa: E501 + unread ({str: (int,)}): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - unread ({str: (float,)}): [optional] # noqa: E501 + unread ({str: (int,)}): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/generate_secondary_api_token_response.py b/sendbird_platform_sdk/model/generate_secondary_api_token_response.py index 0e70580..1c85bce 100644 --- a/sendbird_platform_sdk/model/generate_secondary_api_token_response.py +++ b/sendbird_platform_sdk/model/generate_secondary_api_token_response.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'token': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -138,7 +138,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) token (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -225,7 +225,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) token (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/get_detailed_open_rate_of_announcement_by_id_response.py b/sendbird_platform_sdk/model/get_detailed_open_rate_of_announcement_by_id_response.py index 963afe2..e3b025e 100644 --- a/sendbird_platform_sdk/model/get_detailed_open_rate_of_announcement_by_id_response.py +++ b/sendbird_platform_sdk/model/get_detailed_open_rate_of_announcement_by_id_response.py @@ -83,9 +83,9 @@ def openapi_types(): """ return { 'unique_id': (str,), # noqa: E501 - 'open_counts': ([float],), # noqa: E501 + 'open_counts': ([int],), # noqa: E501 'open_rates': ([float],), # noqa: E501 - 'cumulative_open_counts': ([float],), # noqa: E501 + 'cumulative_open_counts': ([int],), # noqa: E501 'cumulative_open_rates': ([float],), # noqa: E501 } @@ -144,9 +144,9 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) unique_id (str): [optional] # noqa: E501 - open_counts ([float]): [optional] # noqa: E501 + open_counts ([int]): [optional] # noqa: E501 open_rates ([float]): [optional] # noqa: E501 - cumulative_open_counts ([float]): [optional] # noqa: E501 + cumulative_open_counts ([int]): [optional] # noqa: E501 cumulative_open_rates ([float]): [optional] # noqa: E501 """ @@ -234,9 +234,9 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) unique_id (str): [optional] # noqa: E501 - open_counts ([float]): [optional] # noqa: E501 + open_counts ([int]): [optional] # noqa: E501 open_rates ([float]): [optional] # noqa: E501 - cumulative_open_counts ([float]): [optional] # noqa: E501 + cumulative_open_counts ([int]): [optional] # noqa: E501 cumulative_open_rates ([float]): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/get_detailed_open_rate_of_announcement_group_response.py b/sendbird_platform_sdk/model/get_detailed_open_rate_of_announcement_group_response.py index 34454a5..1604566 100644 --- a/sendbird_platform_sdk/model/get_detailed_open_rate_of_announcement_group_response.py +++ b/sendbird_platform_sdk/model/get_detailed_open_rate_of_announcement_group_response.py @@ -84,9 +84,9 @@ def openapi_types(): return { 'unique_id': (str,), # noqa: E501 'announcement_group': (str,), # noqa: E501 - 'open_counts': ([float],), # noqa: E501 + 'open_counts': ([int],), # noqa: E501 'open_rates': ([float],), # noqa: E501 - 'cumulative_open_counts': ([float],), # noqa: E501 + 'cumulative_open_counts': ([int],), # noqa: E501 'cumulative_open_rates': ([float],), # noqa: E501 } @@ -147,9 +147,9 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) unique_id (str): [optional] # noqa: E501 announcement_group (str): [optional] # noqa: E501 - open_counts ([float]): [optional] # noqa: E501 + open_counts ([int]): [optional] # noqa: E501 open_rates ([float]): [optional] # noqa: E501 - cumulative_open_counts ([float]): [optional] # noqa: E501 + cumulative_open_counts ([int]): [optional] # noqa: E501 cumulative_open_rates ([float]): [optional] # noqa: E501 """ @@ -238,9 +238,9 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) unique_id (str): [optional] # noqa: E501 announcement_group (str): [optional] # noqa: E501 - open_counts ([float]): [optional] # noqa: E501 + open_counts ([int]): [optional] # noqa: E501 open_rates ([float]): [optional] # noqa: E501 - cumulative_open_counts ([float]): [optional] # noqa: E501 + cumulative_open_counts ([int]): [optional] # noqa: E501 cumulative_open_rates ([float]): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/get_detailed_open_status_of_announcement_by_id_response_open_status_inner.py b/sendbird_platform_sdk/model/get_detailed_open_status_of_announcement_by_id_response_open_status_inner.py index cbaef58..a8c077c 100644 --- a/sendbird_platform_sdk/model/get_detailed_open_status_of_announcement_by_id_response_open_status_inner.py +++ b/sendbird_platform_sdk/model/get_detailed_open_status_of_announcement_by_id_response_open_status_inner.py @@ -85,8 +85,8 @@ def openapi_types(): 'user_id': (str,), # noqa: E501 'channel_url': (str,), # noqa: E501 'has_opened': (bool,), # noqa: E501 - 'sent_at': (float,), # noqa: E501 - 'open_at': (float,), # noqa: E501 + 'sent_at': (int,), # noqa: E501 + 'open_at': (int,), # noqa: E501 } @cached_property @@ -146,8 +146,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 user_id (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 has_opened (bool): [optional] # noqa: E501 - sent_at (float): [optional] # noqa: E501 - open_at (float): [optional] # noqa: E501 + sent_at (int): [optional] # noqa: E501 + open_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -236,8 +236,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 user_id (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 has_opened (bool): [optional] # noqa: E501 - sent_at (float): [optional] # noqa: E501 - open_at (float): [optional] # noqa: E501 + sent_at (int): [optional] # noqa: E501 + open_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/get_statistics_daily_response.py b/sendbird_platform_sdk/model/get_statistics_daily_response.py index e299263..0918a24 100644 --- a/sendbird_platform_sdk/model/get_statistics_daily_response.py +++ b/sendbird_platform_sdk/model/get_statistics_daily_response.py @@ -89,7 +89,7 @@ def openapi_types(): lazy_import() return { 'statistics': ([GetStatisticsDailyResponseStatisticsInner],), # noqa: E501 - 'week': (float,), # noqa: E501 + 'weeks': (int,), # noqa: E501 } @cached_property @@ -99,7 +99,7 @@ def discriminator(): attribute_map = { 'statistics': 'statistics', # noqa: E501 - 'week': 'week', # noqa: E501 + 'weeks': 'weeks', # noqa: E501 } read_only_vars = { @@ -144,7 +144,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) statistics ([GetStatisticsDailyResponseStatisticsInner]): [optional] # noqa: E501 - week (float): [optional] # noqa: E501 + weeks (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -231,7 +231,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) statistics ([GetStatisticsDailyResponseStatisticsInner]): [optional] # noqa: E501 - week (float): [optional] # noqa: E501 + weeks (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/get_statistics_daily_response_statistics_inner.py b/sendbird_platform_sdk/model/get_statistics_daily_response_statistics_inner.py index 6ec1a36..aebf699 100644 --- a/sendbird_platform_sdk/model/get_statistics_daily_response_statistics_inner.py +++ b/sendbird_platform_sdk/model/get_statistics_daily_response_statistics_inner.py @@ -83,16 +83,16 @@ def openapi_types(): """ return { 'date_range': (str,), # noqa: E501 - 'canceled_announcement_count': (float,), # noqa: E501 - 'stopped_announcement_count': (float,), # noqa: E501 - 'completed_announcement_count': (float,), # noqa: E501 - 'total_announcement_count': (float,), # noqa: E501 - 'target_channel_count': (float,), # noqa: E501 - 'target_user_count': (float,), # noqa: E501 - 'sent_channel_count': (float,), # noqa: E501 - 'sent_user_count': (float,), # noqa: E501 + 'canceled_announcement_count': (int,), # noqa: E501 + 'stopped_announcement_count': (int,), # noqa: E501 + 'completed_announcement_count': (int,), # noqa: E501 + 'total_announcement_count': (int,), # noqa: E501 + 'target_channel_count': (int,), # noqa: E501 + 'target_user_count': (int,), # noqa: E501 + 'sent_channel_count': (int,), # noqa: E501 + 'sent_user_count': (int,), # noqa: E501 'open_rate': (float,), # noqa: E501 - 'open_count': (float,), # noqa: E501 + 'open_count': (int,), # noqa: E501 } @cached_property @@ -156,16 +156,16 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) date_range (str): [optional] # noqa: E501 - canceled_announcement_count (float): [optional] # noqa: E501 - stopped_announcement_count (float): [optional] # noqa: E501 - completed_announcement_count (float): [optional] # noqa: E501 - total_announcement_count (float): [optional] # noqa: E501 - target_channel_count (float): [optional] # noqa: E501 - target_user_count (float): [optional] # noqa: E501 - sent_channel_count (float): [optional] # noqa: E501 - sent_user_count (float): [optional] # noqa: E501 + canceled_announcement_count (int): [optional] # noqa: E501 + stopped_announcement_count (int): [optional] # noqa: E501 + completed_announcement_count (int): [optional] # noqa: E501 + total_announcement_count (int): [optional] # noqa: E501 + target_channel_count (int): [optional] # noqa: E501 + target_user_count (int): [optional] # noqa: E501 + sent_channel_count (int): [optional] # noqa: E501 + sent_user_count (int): [optional] # noqa: E501 open_rate (float): [optional] # noqa: E501 - open_count (float): [optional] # noqa: E501 + open_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -252,16 +252,16 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) date_range (str): [optional] # noqa: E501 - canceled_announcement_count (float): [optional] # noqa: E501 - stopped_announcement_count (float): [optional] # noqa: E501 - completed_announcement_count (float): [optional] # noqa: E501 - total_announcement_count (float): [optional] # noqa: E501 - target_channel_count (float): [optional] # noqa: E501 - target_user_count (float): [optional] # noqa: E501 - sent_channel_count (float): [optional] # noqa: E501 - sent_user_count (float): [optional] # noqa: E501 + canceled_announcement_count (int): [optional] # noqa: E501 + stopped_announcement_count (int): [optional] # noqa: E501 + completed_announcement_count (int): [optional] # noqa: E501 + total_announcement_count (int): [optional] # noqa: E501 + target_channel_count (int): [optional] # noqa: E501 + target_user_count (int): [optional] # noqa: E501 + sent_channel_count (int): [optional] # noqa: E501 + sent_user_count (int): [optional] # noqa: E501 open_rate (float): [optional] # noqa: E501 - open_count (float): [optional] # noqa: E501 + open_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/get_statistics_monthly_response.py b/sendbird_platform_sdk/model/get_statistics_monthly_response.py index d8144cb..45a3767 100644 --- a/sendbird_platform_sdk/model/get_statistics_monthly_response.py +++ b/sendbird_platform_sdk/model/get_statistics_monthly_response.py @@ -89,7 +89,7 @@ def openapi_types(): lazy_import() return { 'statistics': ([GetStatisticsDailyResponseStatisticsInner],), # noqa: E501 - 'week': (float,), # noqa: E501 + 'weeks': (int,), # noqa: E501 } @cached_property @@ -99,7 +99,7 @@ def discriminator(): attribute_map = { 'statistics': 'statistics', # noqa: E501 - 'week': 'week', # noqa: E501 + 'weeks': 'weeks', # noqa: E501 } read_only_vars = { @@ -144,7 +144,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) statistics ([GetStatisticsDailyResponseStatisticsInner]): [optional] # noqa: E501 - week (float): [optional] # noqa: E501 + weeks (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -231,7 +231,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) statistics ([GetStatisticsDailyResponseStatisticsInner]): [optional] # noqa: E501 - week (float): [optional] # noqa: E501 + weeks (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/get_statistics_response.py b/sendbird_platform_sdk/model/get_statistics_response.py index afee533..b3e5639 100644 --- a/sendbird_platform_sdk/model/get_statistics_response.py +++ b/sendbird_platform_sdk/model/get_statistics_response.py @@ -89,7 +89,7 @@ def openapi_types(): lazy_import() return { 'statistics': ([GetStatisticsDailyResponseStatisticsInner],), # noqa: E501 - 'week': (float,), # noqa: E501 + 'weeks': (int,), # noqa: E501 } @cached_property @@ -99,7 +99,7 @@ def discriminator(): attribute_map = { 'statistics': 'statistics', # noqa: E501 - 'week': 'week', # noqa: E501 + 'weeks': 'weeks', # noqa: E501 } read_only_vars = { @@ -144,7 +144,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) statistics ([GetStatisticsDailyResponseStatisticsInner]): [optional] # noqa: E501 - week (float): [optional] # noqa: E501 + weeks (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -231,7 +231,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) statistics ([GetStatisticsDailyResponseStatisticsInner]): [optional] # noqa: E501 - week (float): [optional] # noqa: E501 + weeks (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/list_all_emojis_and_emoji_categories_response_emoji_categories_inner.py b/sendbird_platform_sdk/model/list_all_emojis_and_emoji_categories_response_emoji_categories_inner.py index 50d77eb..8f3fd45 100644 --- a/sendbird_platform_sdk/model/list_all_emojis_and_emoji_categories_response_emoji_categories_inner.py +++ b/sendbird_platform_sdk/model/list_all_emojis_and_emoji_categories_response_emoji_categories_inner.py @@ -88,7 +88,7 @@ def openapi_types(): """ lazy_import() return { - 'id': (float,), # noqa: E501 + 'id': (int,), # noqa: E501 'name': (str,), # noqa: E501 'url': (str,), # noqa: E501 'emojis': ([ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInnerEmojisInner],), # noqa: E501 @@ -147,7 +147,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 name (str): [optional] # noqa: E501 url (str): [optional] # noqa: E501 emojis ([ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInnerEmojisInner]): [optional] # noqa: E501 @@ -236,7 +236,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 name (str): [optional] # noqa: E501 url (str): [optional] # noqa: E501 emojis ([ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInnerEmojisInner]): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/list_all_emojis_and_emoji_categories_response_emoji_categories_inner_emojis_inner.py b/sendbird_platform_sdk/model/list_all_emojis_and_emoji_categories_response_emoji_categories_inner_emojis_inner.py index a260cc6..7397070 100644 --- a/sendbird_platform_sdk/model/list_all_emojis_and_emoji_categories_response_emoji_categories_inner_emojis_inner.py +++ b/sendbird_platform_sdk/model/list_all_emojis_and_emoji_categories_response_emoji_categories_inner_emojis_inner.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'id': (float,), # noqa: E501 + 'id': (int,), # noqa: E501 'key': (str,), # noqa: E501 'url': (str,), # noqa: E501 } @@ -139,7 +139,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 key (str): [optional] # noqa: E501 url (str): [optional] # noqa: E501 """ @@ -227,7 +227,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 key (str): [optional] # noqa: E501 url (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/list_announcements_response_announcements_inner.py b/sendbird_platform_sdk/model/list_announcements_response_announcements_inner.py index 6c68c6c..c5b0ed0 100644 --- a/sendbird_platform_sdk/model/list_announcements_response_announcements_inner.py +++ b/sendbird_platform_sdk/model/list_announcements_response_announcements_inner.py @@ -95,21 +95,21 @@ def openapi_types(): 'message': (ScheduleAnnouncementResponseMessage,), # noqa: E501 'enable_push': (bool,), # noqa: E501 'target_at': (str,), # noqa: E501 - 'target_user_count': (float,), # noqa: E501 - 'target_channel_count': (float,), # noqa: E501 + 'target_user_count': (int,), # noqa: E501 + 'target_channel_count': (int,), # noqa: E501 'status': (str,), # noqa: E501 - 'scheduled_at': (float,), # noqa: E501 + 'scheduled_at': (int,), # noqa: E501 'cease_at': (str,), # noqa: E501 'resume_at': (str,), # noqa: E501 - 'completed_at': (float,), # noqa: E501 - 'sent_user_count': (float,), # noqa: E501 - 'open_count': (float,), # noqa: E501 + 'completed_at': (int,), # noqa: E501 + 'sent_user_count': (int,), # noqa: E501 + 'open_count': (int,), # noqa: E501 'open_rate': (float,), # noqa: E501 'create_channel': (bool,), # noqa: E501 'create_channel_options': (ScheduleAnnouncementResponseCreateChannelOptions,), # noqa: E501 - 'end_at': (float,), # noqa: E501 + 'end_at': (int,), # noqa: E501 'mark_as_read': (bool,), # noqa: E501 - 'sent_channel_count': (float,), # noqa: E501 + 'sent_channel_count': (int,), # noqa: E501 'target_channel_type': (str,), # noqa: E501 'target_custom_type': (str,), # noqa: E501 } @@ -190,21 +190,21 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 message (ScheduleAnnouncementResponseMessage): [optional] # noqa: E501 enable_push (bool): [optional] # noqa: E501 target_at (str): [optional] # noqa: E501 - target_user_count (float): [optional] # noqa: E501 - target_channel_count (float): [optional] # noqa: E501 + target_user_count (int): [optional] # noqa: E501 + target_channel_count (int): [optional] # noqa: E501 status (str): [optional] # noqa: E501 - scheduled_at (float): [optional] # noqa: E501 + scheduled_at (int): [optional] # noqa: E501 cease_at (str): [optional] # noqa: E501 resume_at (str): [optional] # noqa: E501 - completed_at (float): [optional] # noqa: E501 - sent_user_count (float): [optional] # noqa: E501 - open_count (float): [optional] # noqa: E501 + completed_at (int): [optional] # noqa: E501 + sent_user_count (int): [optional] # noqa: E501 + open_count (int): [optional] # noqa: E501 open_rate (float): [optional] # noqa: E501 create_channel (bool): [optional] # noqa: E501 create_channel_options (ScheduleAnnouncementResponseCreateChannelOptions): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 mark_as_read (bool): [optional] # noqa: E501 - sent_channel_count (float): [optional] # noqa: E501 + sent_channel_count (int): [optional] # noqa: E501 target_channel_type (str): [optional] # noqa: E501 target_custom_type (str): [optional] # noqa: E501 """ @@ -297,21 +297,21 @@ def __init__(self, *args, **kwargs): # noqa: E501 message (ScheduleAnnouncementResponseMessage): [optional] # noqa: E501 enable_push (bool): [optional] # noqa: E501 target_at (str): [optional] # noqa: E501 - target_user_count (float): [optional] # noqa: E501 - target_channel_count (float): [optional] # noqa: E501 + target_user_count (int): [optional] # noqa: E501 + target_channel_count (int): [optional] # noqa: E501 status (str): [optional] # noqa: E501 - scheduled_at (float): [optional] # noqa: E501 + scheduled_at (int): [optional] # noqa: E501 cease_at (str): [optional] # noqa: E501 resume_at (str): [optional] # noqa: E501 - completed_at (float): [optional] # noqa: E501 - sent_user_count (float): [optional] # noqa: E501 - open_count (float): [optional] # noqa: E501 + completed_at (int): [optional] # noqa: E501 + sent_user_count (int): [optional] # noqa: E501 + open_count (int): [optional] # noqa: E501 open_rate (float): [optional] # noqa: E501 create_channel (bool): [optional] # noqa: E501 create_channel_options (ScheduleAnnouncementResponseCreateChannelOptions): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 mark_as_read (bool): [optional] # noqa: E501 - sent_channel_count (float): [optional] # noqa: E501 + sent_channel_count (int): [optional] # noqa: E501 target_channel_type (str): [optional] # noqa: E501 target_custom_type (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/list_banned_channels_response_banned_channels_inner.py b/sendbird_platform_sdk/model/list_banned_channels_response_banned_channels_inner.py index b7b04db..35cbb5c 100644 --- a/sendbird_platform_sdk/model/list_banned_channels_response_banned_channels_inner.py +++ b/sendbird_platform_sdk/model/list_banned_channels_response_banned_channels_inner.py @@ -88,10 +88,10 @@ def openapi_types(): """ lazy_import() return { - 'start_at': (float,), # noqa: E501 + 'start_at': (int,), # noqa: E501 'description': (str,), # noqa: E501 'channel': (SendBirdChannelResponse,), # noqa: E501 - 'end_at': (float,), # noqa: E501 + 'end_at': (int,), # noqa: E501 } @cached_property @@ -147,10 +147,10 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - start_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -236,10 +236,10 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - start_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/list_bots_response_bots_inner.py b/sendbird_platform_sdk/model/list_bots_response_bots_inner.py index c8b59c5..7e7fb30 100644 --- a/sendbird_platform_sdk/model/list_bots_response_bots_inner.py +++ b/sendbird_platform_sdk/model/list_bots_response_bots_inner.py @@ -93,7 +93,7 @@ def openapi_types(): 'enable_mark_as_read': (bool,), # noqa: E501 'is_privacy_mode': (bool,), # noqa: E501 'show_member': (bool,), # noqa: E501 - 'channel_invitation_preference': (float,), # noqa: E501 + 'channel_invitation_preference': (int,), # noqa: E501 } @cached_property @@ -156,7 +156,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 enable_mark_as_read (bool): [optional] # noqa: E501 is_privacy_mode (bool): [optional] # noqa: E501 show_member (bool): [optional] # noqa: E501 - channel_invitation_preference (float): [optional] # noqa: E501 + channel_invitation_preference (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -247,7 +247,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 enable_mark_as_read (bool): [optional] # noqa: E501 is_privacy_mode (bool): [optional] # noqa: E501 show_member (bool): [optional] # noqa: E501 - channel_invitation_preference (float): [optional] # noqa: E501 + channel_invitation_preference (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/list_data_exports_by_message_channel_or_user_response_exported_data_inner.py b/sendbird_platform_sdk/model/list_data_exports_by_message_channel_or_user_response_exported_data_inner.py index bb07937..0faecb4 100644 --- a/sendbird_platform_sdk/model/list_data_exports_by_message_channel_or_user_response_exported_data_inner.py +++ b/sendbird_platform_sdk/model/list_data_exports_by_message_channel_or_user_response_exported_data_inner.py @@ -93,9 +93,9 @@ def openapi_types(): 'format': (str,), # noqa: E501 'csv_delimiter': (str,), # noqa: E501 'timezone': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 - 'start_ts': (float,), # noqa: E501 - 'end_ts': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 + 'start_ts': (int,), # noqa: E501 + 'end_ts': (int,), # noqa: E501 'channel_urls': ([str],), # noqa: E501 'sender_ids': ([str],), # noqa: E501 'file': (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile,), # noqa: E501 @@ -168,9 +168,9 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 format (str): [optional] # noqa: E501 csv_delimiter (str): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 - start_ts (float): [optional] # noqa: E501 - end_ts (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 + start_ts (int): [optional] # noqa: E501 + end_ts (int): [optional] # noqa: E501 channel_urls ([str]): [optional] # noqa: E501 sender_ids ([str]): [optional] # noqa: E501 file (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile): [optional] # noqa: E501 @@ -265,9 +265,9 @@ def __init__(self, *args, **kwargs): # noqa: E501 format (str): [optional] # noqa: E501 csv_delimiter (str): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 - start_ts (float): [optional] # noqa: E501 - end_ts (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 + start_ts (int): [optional] # noqa: E501 + end_ts (int): [optional] # noqa: E501 channel_urls ([str]): [optional] # noqa: E501 sender_ids ([str]): [optional] # noqa: E501 file (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/list_data_exports_by_message_channel_or_user_response_exported_data_inner_file.py b/sendbird_platform_sdk/model/list_data_exports_by_message_channel_or_user_response_exported_data_inner_file.py index 21f1250..4fcad3d 100644 --- a/sendbird_platform_sdk/model/list_data_exports_by_message_channel_or_user_response_exported_data_inner_file.py +++ b/sendbird_platform_sdk/model/list_data_exports_by_message_channel_or_user_response_exported_data_inner_file.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'url': (str,), # noqa: E501 - 'expires_at': (float,), # noqa: E501 + 'expires_at': (int,), # noqa: E501 } @cached_property @@ -138,7 +138,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) url (str): [optional] # noqa: E501 - expires_at (float): [optional] # noqa: E501 + expires_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -225,7 +225,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) url (str): [optional] # noqa: E501 - expires_at (float): [optional] # noqa: E501 + expires_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/list_gdpr_requests_response_requests_inner.py b/sendbird_platform_sdk/model/list_gdpr_requests_response_requests_inner.py index c7450ff..addd34f 100644 --- a/sendbird_platform_sdk/model/list_gdpr_requests_response_requests_inner.py +++ b/sendbird_platform_sdk/model/list_gdpr_requests_response_requests_inner.py @@ -95,7 +95,7 @@ def openapi_types(): 'files': (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile,), # noqa: E501 'user_ids': ([str],), # noqa: E501 'channel_delete_option': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -162,7 +162,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 files (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile): [optional] # noqa: E501 user_ids ([str]): [optional] # noqa: E501 channel_delete_option (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -255,7 +255,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 files (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile): [optional] # noqa: E501 user_ids ([str]): [optional] # noqa: E501 channel_delete_option (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/list_messages_response_messages_inner.py b/sendbird_platform_sdk/model/list_messages_response_messages_inner.py index 1a75f10..208ba15 100644 --- a/sendbird_platform_sdk/model/list_messages_response_messages_inner.py +++ b/sendbird_platform_sdk/model/list_messages_response_messages_inner.py @@ -98,11 +98,11 @@ def openapi_types(): """ lazy_import() return { - 'message_survival_seconds': (float,), # noqa: E501 + 'message_survival_seconds': (int,), # noqa: E501 'custom_type': (str,), # noqa: E501 'mentioned_users': ([SendBirdMessageResponseMentionedUsersInner],), # noqa: E501 'translations': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},), # noqa: E501 - 'updated_at': (float,), # noqa: E501 + 'updated_at': (int,), # noqa: E501 'is_op_msg': (bool,), # noqa: E501 'is_removed': (bool,), # noqa: E501 'user': (SendBirdMessageResponseUser,), # noqa: E501 @@ -110,15 +110,15 @@ def openapi_types(): 'files': ([SendBirdFile],), # noqa: E501 'message': (str,), # noqa: E501 'data': (str,), # noqa: E501 - 'message_retention_hour': (float,), # noqa: E501 + 'message_retention_hour': (int,), # noqa: E501 'silent': (bool,), # noqa: E501 'type': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'channel_type': (str,), # noqa: E501 'req_id': (str,), # noqa: E501 'mention_type': (str,), # noqa: E501 'channel_url': (str,), # noqa: E501 - 'message_id': (float,), # noqa: E501 + 'message_id': (int,), # noqa: E501 'sorted_metaarray': ([ListMessagesResponseMessagesInnerSortedMetaarrayInner],), # noqa: E501 'og_tag': (ListMessagesResponseMessagesInnerOgTag,), # noqa: E501 'parent_message_info': (SendBirdParentMessageInfo,), # noqa: E501 @@ -197,11 +197,11 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - message_survival_seconds (float): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 mentioned_users ([SendBirdMessageResponseMentionedUsersInner]): [optional] # noqa: E501 translations ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 is_op_msg (bool): [optional] # noqa: E501 is_removed (bool): [optional] # noqa: E501 user (SendBirdMessageResponseUser): [optional] # noqa: E501 @@ -209,15 +209,15 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 files ([SendBirdFile]): [optional] # noqa: E501 message (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 - message_retention_hour (float): [optional] # noqa: E501 + message_retention_hour (int): [optional] # noqa: E501 silent (bool): [optional] # noqa: E501 type (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 req_id (str): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - message_id (float): [optional] # noqa: E501 + message_id (int): [optional] # noqa: E501 sorted_metaarray ([ListMessagesResponseMessagesInnerSortedMetaarrayInner]): [optional] # noqa: E501 og_tag (ListMessagesResponseMessagesInnerOgTag): [optional] # noqa: E501 parent_message_info (SendBirdParentMessageInfo): [optional] # noqa: E501 @@ -306,11 +306,11 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - message_survival_seconds (float): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 mentioned_users ([SendBirdMessageResponseMentionedUsersInner]): [optional] # noqa: E501 translations ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 is_op_msg (bool): [optional] # noqa: E501 is_removed (bool): [optional] # noqa: E501 user (SendBirdMessageResponseUser): [optional] # noqa: E501 @@ -318,15 +318,15 @@ def __init__(self, *args, **kwargs): # noqa: E501 files ([SendBirdFile]): [optional] # noqa: E501 message (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 - message_retention_hour (float): [optional] # noqa: E501 + message_retention_hour (int): [optional] # noqa: E501 silent (bool): [optional] # noqa: E501 type (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 req_id (str): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - message_id (float): [optional] # noqa: E501 + message_id (int): [optional] # noqa: E501 sorted_metaarray ([ListMessagesResponseMessagesInnerSortedMetaarrayInner]): [optional] # noqa: E501 og_tag (ListMessagesResponseMessagesInnerOgTag): [optional] # noqa: E501 parent_message_info (SendBirdParentMessageInfo): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/list_my_group_channels_response.py b/sendbird_platform_sdk/model/list_my_group_channels_response.py index 2d93a40..ffd69f4 100644 --- a/sendbird_platform_sdk/model/list_my_group_channels_response.py +++ b/sendbird_platform_sdk/model/list_my_group_channels_response.py @@ -90,7 +90,7 @@ def openapi_types(): return { 'channels': ([SendBirdGroupChannel],), # noqa: E501 'next': (str,), # noqa: E501 - 'ts': (float,), # noqa: E501 + 'ts': (int,), # noqa: E501 } @cached_property @@ -147,7 +147,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) channels ([SendBirdGroupChannel]): [optional] # noqa: E501 next (str): [optional] # noqa: E501 - ts (float): [optional] # noqa: E501 + ts (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -235,7 +235,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) channels ([SendBirdGroupChannel]): [optional] # noqa: E501 next (str): [optional] # noqa: E501 - ts (float): [optional] # noqa: E501 + ts (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/list_push_configurations_response_push_configurations_inner.py b/sendbird_platform_sdk/model/list_push_configurations_response_push_configurations_inner.py index 49c047d..9464c54 100644 --- a/sendbird_platform_sdk/model/list_push_configurations_response_push_configurations_inner.py +++ b/sendbird_platform_sdk/model/list_push_configurations_response_push_configurations_inner.py @@ -84,7 +84,7 @@ def openapi_types(): return { 'id': (str,), # noqa: E501 'push_type': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'api_key': (str,), # noqa: E501 'sender_id': (str,), # noqa: E501 'push_sound': (str,), # noqa: E501 @@ -147,7 +147,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) id (str): [optional] # noqa: E501 push_type (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 api_key (str): [optional] # noqa: E501 sender_id (str): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 @@ -238,7 +238,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) id (str): [optional] # noqa: E501 push_type (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 api_key (str): [optional] # noqa: E501 sender_id (str): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/list_reports_on_message_by_id_response_report_logs_inner.py b/sendbird_platform_sdk/model/list_reports_on_message_by_id_response_report_logs_inner.py index 62a3203..1fdc071 100644 --- a/sendbird_platform_sdk/model/list_reports_on_message_by_id_response_report_logs_inner.py +++ b/sendbird_platform_sdk/model/list_reports_on_message_by_id_response_report_logs_inner.py @@ -99,7 +99,7 @@ def openapi_types(): 'reported_message': (SendBirdMessageResponse,), # noqa: E501 'channel': (SendBirdChannelResponse,), # noqa: E501 'report_description': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -166,7 +166,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 reported_message (SendBirdMessageResponse): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 report_description (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -259,7 +259,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 reported_message (SendBirdMessageResponse): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 report_description (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/list_reports_response_report_logs_inner.py b/sendbird_platform_sdk/model/list_reports_response_report_logs_inner.py index 46f4a18..b7bbd99 100644 --- a/sendbird_platform_sdk/model/list_reports_response_report_logs_inner.py +++ b/sendbird_platform_sdk/model/list_reports_response_report_logs_inner.py @@ -99,7 +99,7 @@ def openapi_types(): 'reported_message': (SendBirdMessageResponse,), # noqa: E501 'channel': (SendBirdChannelResponse,), # noqa: E501 'report_description': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -166,7 +166,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 reported_message (SendBirdMessageResponse): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 report_description (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -259,7 +259,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 reported_message (SendBirdMessageResponse): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 report_description (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/list_secondary_api_tokens_response_api_tokens_inner.py b/sendbird_platform_sdk/model/list_secondary_api_tokens_response_api_tokens_inner.py index 440b2d6..0c551b3 100644 --- a/sendbird_platform_sdk/model/list_secondary_api_tokens_response_api_tokens_inner.py +++ b/sendbird_platform_sdk/model/list_secondary_api_tokens_response_api_tokens_inner.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'token': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -138,7 +138,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) token (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -225,7 +225,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) token (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/mute_users_in_channels_with_custom_channel_type_data.py b/sendbird_platform_sdk/model/mute_users_in_channels_with_custom_channel_type_data.py index 7bfd96f..6df8766 100644 --- a/sendbird_platform_sdk/model/mute_users_in_channels_with_custom_channel_type_data.py +++ b/sendbird_platform_sdk/model/mute_users_in_channels_with_custom_channel_type_data.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'user_ids': ([str],), # noqa: E501 - 'seconds': (float,), # noqa: E501 + 'seconds': (int,), # noqa: E501 'description': (str,), # noqa: E501 'on_demand_upsert': (bool,), # noqa: E501 } @@ -144,7 +144,7 @@ def _from_openapi_data(cls, user_ids, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - seconds (float): [optional] # noqa: E501 + seconds (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 on_demand_upsert (bool): [optional] # noqa: E501 """ @@ -236,7 +236,7 @@ def __init__(self, user_ids, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - seconds (float): [optional] # noqa: E501 + seconds (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 on_demand_upsert (bool): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/oc_ban_user_response.py b/sendbird_platform_sdk/model/oc_ban_user_response.py index 651826a..403d7a8 100644 --- a/sendbird_platform_sdk/model/oc_ban_user_response.py +++ b/sendbird_platform_sdk/model/oc_ban_user_response.py @@ -90,8 +90,8 @@ def openapi_types(): """ lazy_import() return { - 'start_at': (float,), # noqa: E501 - 'end_at': (float,), # noqa: E501 + 'start_at': (int,), # noqa: E501 + 'end_at': (int,), # noqa: E501 'description': (str,), # noqa: E501 'user_id': (str,), # noqa: E501 'user': (SendBirdUser,), # noqa: E501 @@ -161,8 +161,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 user_id (str): [optional] # noqa: E501 user (SendBirdUser): [optional] # noqa: E501 @@ -256,8 +256,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 user_id (str): [optional] # noqa: E501 user (SendBirdUser): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/oc_list_banned_users_response.py b/sendbird_platform_sdk/model/oc_list_banned_users_response.py index b2e2b19..7ea8908 100644 --- a/sendbird_platform_sdk/model/oc_list_banned_users_response.py +++ b/sendbird_platform_sdk/model/oc_list_banned_users_response.py @@ -89,7 +89,7 @@ def openapi_types(): lazy_import() return { 'banned_list': ([OcListBannedUsersResponseBannedListInner],), # noqa: E501 - 'total_ban_count': (float,), # noqa: E501 + 'total_ban_count': (int,), # noqa: E501 'next': (str,), # noqa: E501 } @@ -146,7 +146,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) banned_list ([OcListBannedUsersResponseBannedListInner]): [optional] # noqa: E501 - total_ban_count (float): [optional] # noqa: E501 + total_ban_count (int): [optional] # noqa: E501 next (str): [optional] # noqa: E501 """ @@ -234,7 +234,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) banned_list ([OcListBannedUsersResponseBannedListInner]): [optional] # noqa: E501 - total_ban_count (float): [optional] # noqa: E501 + total_ban_count (int): [optional] # noqa: E501 next (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/oc_list_banned_users_response_banned_list_inner.py b/sendbird_platform_sdk/model/oc_list_banned_users_response_banned_list_inner.py index 1f59dea..5cc1c2e 100644 --- a/sendbird_platform_sdk/model/oc_list_banned_users_response_banned_list_inner.py +++ b/sendbird_platform_sdk/model/oc_list_banned_users_response_banned_list_inner.py @@ -89,8 +89,8 @@ def openapi_types(): lazy_import() return { 'user': (SendBirdUser,), # noqa: E501 - 'start_at': (float,), # noqa: E501 - 'end_at': (float,), # noqa: E501 + 'start_at': (int,), # noqa: E501 + 'end_at': (int,), # noqa: E501 'description': (str,), # noqa: E501 } @@ -148,8 +148,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ @@ -237,8 +237,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/oc_list_channels_response.py b/sendbird_platform_sdk/model/oc_list_channels_response.py index 56dc348..c5e08c4 100644 --- a/sendbird_platform_sdk/model/oc_list_channels_response.py +++ b/sendbird_platform_sdk/model/oc_list_channels_response.py @@ -90,7 +90,7 @@ def openapi_types(): return { 'channels': ([SendBirdOpenChannel],), # noqa: E501 'next': (str,), # noqa: E501 - 'ts': (float,), # noqa: E501 + 'ts': (int,), # noqa: E501 } @cached_property @@ -147,7 +147,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) channels ([SendBirdOpenChannel]): [optional] # noqa: E501 next (str): [optional] # noqa: E501 - ts (float): [optional] # noqa: E501 + ts (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -235,7 +235,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) channels ([SendBirdOpenChannel]): [optional] # noqa: E501 next (str): [optional] # noqa: E501 - ts (float): [optional] # noqa: E501 + ts (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/oc_list_muted_users_response.py b/sendbird_platform_sdk/model/oc_list_muted_users_response.py index 7d866c6..bcb326d 100644 --- a/sendbird_platform_sdk/model/oc_list_muted_users_response.py +++ b/sendbird_platform_sdk/model/oc_list_muted_users_response.py @@ -89,7 +89,7 @@ def openapi_types(): lazy_import() return { 'muted_list': ([SendBirdUser],), # noqa: E501 - 'total_mute_count': (float,), # noqa: E501 + 'total_mute_count': (int,), # noqa: E501 'next': (str,), # noqa: E501 } @@ -146,7 +146,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) muted_list ([SendBirdUser]): [optional] # noqa: E501 - total_mute_count (float): [optional] # noqa: E501 + total_mute_count (int): [optional] # noqa: E501 next (str): [optional] # noqa: E501 """ @@ -234,7 +234,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) muted_list ([SendBirdUser]): [optional] # noqa: E501 - total_mute_count (float): [optional] # noqa: E501 + total_mute_count (int): [optional] # noqa: E501 next (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/oc_update_ban_by_id_response.py b/sendbird_platform_sdk/model/oc_update_ban_by_id_response.py index b49d739..3e7589e 100644 --- a/sendbird_platform_sdk/model/oc_update_ban_by_id_response.py +++ b/sendbird_platform_sdk/model/oc_update_ban_by_id_response.py @@ -90,8 +90,8 @@ def openapi_types(): return { 'user': (SendBirdUser,), # noqa: E501 'description': (str,), # noqa: E501 - 'end_at': (float,), # noqa: E501 - 'start_at': (float,), # noqa: E501 + 'end_at': (int,), # noqa: E501 + 'start_at': (int,), # noqa: E501 } @cached_property @@ -149,8 +149,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 description (str): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -238,8 +238,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 description (str): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/oc_view_ban_by_id_response.py b/sendbird_platform_sdk/model/oc_view_ban_by_id_response.py index 651d642..d0af6a7 100644 --- a/sendbird_platform_sdk/model/oc_view_ban_by_id_response.py +++ b/sendbird_platform_sdk/model/oc_view_ban_by_id_response.py @@ -90,8 +90,8 @@ def openapi_types(): return { 'user': (SendBirdUser,), # noqa: E501 'description': (str,), # noqa: E501 - 'end_at': (float,), # noqa: E501 - 'start_at': (float,), # noqa: E501 + 'end_at': (int,), # noqa: E501 + 'start_at': (int,), # noqa: E501 } @cached_property @@ -149,8 +149,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 description (str): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -238,8 +238,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) user (SendBirdUser): [optional] # noqa: E501 description (str): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/oc_view_mute_by_id_response.py b/sendbird_platform_sdk/model/oc_view_mute_by_id_response.py index 04735e0..619ae97 100644 --- a/sendbird_platform_sdk/model/oc_view_mute_by_id_response.py +++ b/sendbird_platform_sdk/model/oc_view_mute_by_id_response.py @@ -83,9 +83,9 @@ def openapi_types(): """ return { 'is_muted': (bool,), # noqa: E501 - 'remaining_duration': (float,), # noqa: E501 - 'start_at': (float,), # noqa: E501 - 'end_at': (float,), # noqa: E501 + 'remaining_duration': (int,), # noqa: E501 + 'start_at': (int,), # noqa: E501 + 'end_at': (int,), # noqa: E501 'description': (str,), # noqa: E501 } @@ -144,9 +144,9 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) is_muted (bool): [optional] # noqa: E501 - remaining_duration (float): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + remaining_duration (int): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ @@ -234,9 +234,9 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) is_muted (bool): [optional] # noqa: E501 - remaining_duration (float): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + remaining_duration (int): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 description (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/register_and_schedule_data_export_response.py b/sendbird_platform_sdk/model/register_and_schedule_data_export_response.py index 7e9e5c0..a7570b8 100644 --- a/sendbird_platform_sdk/model/register_and_schedule_data_export_response.py +++ b/sendbird_platform_sdk/model/register_and_schedule_data_export_response.py @@ -95,9 +95,9 @@ def openapi_types(): 'format': (str,), # noqa: E501 'csv_delimiter': (str,), # noqa: E501 'timezone': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 - 'start_ts': (float,), # noqa: E501 - 'end_ts': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 + 'start_ts': (int,), # noqa: E501 + 'end_ts': (int,), # noqa: E501 'channel_urls': ([str],), # noqa: E501 'sender_ids': ([str],), # noqa: E501 'file': (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile,), # noqa: E501 @@ -174,9 +174,9 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 format (str): [optional] # noqa: E501 csv_delimiter (str): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 - start_ts (float): [optional] # noqa: E501 - end_ts (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 + start_ts (int): [optional] # noqa: E501 + end_ts (int): [optional] # noqa: E501 channel_urls ([str]): [optional] # noqa: E501 sender_ids ([str]): [optional] # noqa: E501 file (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile): [optional] # noqa: E501 @@ -273,9 +273,9 @@ def __init__(self, *args, **kwargs): # noqa: E501 format (str): [optional] # noqa: E501 csv_delimiter (str): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 - start_ts (float): [optional] # noqa: E501 - end_ts (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 + start_ts (int): [optional] # noqa: E501 + end_ts (int): [optional] # noqa: E501 channel_urls ([str]): [optional] # noqa: E501 sender_ids ([str]): [optional] # noqa: E501 file (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/register_gdpr_request_response.py b/sendbird_platform_sdk/model/register_gdpr_request_response.py index 6bd9a22..5d2e20d 100644 --- a/sendbird_platform_sdk/model/register_gdpr_request_response.py +++ b/sendbird_platform_sdk/model/register_gdpr_request_response.py @@ -88,7 +88,7 @@ def openapi_types(): 'user_id': (str,), # noqa: E501 'user_ids': ([str],), # noqa: E501 'channel_delete_option': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -153,7 +153,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 user_id (str): [optional] # noqa: E501 user_ids ([str]): [optional] # noqa: E501 channel_delete_option (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -245,7 +245,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 user_id (str): [optional] # noqa: E501 user_ids ([str]): [optional] # noqa: E501 channel_delete_option (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/remove_reaction_from_a_message_response.py b/sendbird_platform_sdk/model/remove_reaction_from_a_message_response.py index 376bd85..9def1dc 100644 --- a/sendbird_platform_sdk/model/remove_reaction_from_a_message_response.py +++ b/sendbird_platform_sdk/model/remove_reaction_from_a_message_response.py @@ -83,10 +83,10 @@ def openapi_types(): """ return { 'reaction': (str,), # noqa: E501 - 'user_id': (float,), # noqa: E501 + 'user_id': (int,), # noqa: E501 'success': (bool,), # noqa: E501 - 'msg_id': (float,), # noqa: E501 - 'updated_at': (float,), # noqa: E501 + 'msg_id': (int,), # noqa: E501 + 'updated_at': (int,), # noqa: E501 'operation': (str,), # noqa: E501 } @@ -146,10 +146,10 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) reaction (str): [optional] # noqa: E501 - user_id (float): [optional] # noqa: E501 + user_id (int): [optional] # noqa: E501 success (bool): [optional] # noqa: E501 - msg_id (float): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + msg_id (int): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 operation (str): [optional] # noqa: E501 """ @@ -237,10 +237,10 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) reaction (str): [optional] # noqa: E501 - user_id (float): [optional] # noqa: E501 + user_id (int): [optional] # noqa: E501 success (bool): [optional] # noqa: E501 - msg_id (float): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + msg_id (int): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 operation (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/report_channel_by_url_response.py b/sendbird_platform_sdk/model/report_channel_by_url_response.py index ef6218f..7893772 100644 --- a/sendbird_platform_sdk/model/report_channel_by_url_response.py +++ b/sendbird_platform_sdk/model/report_channel_by_url_response.py @@ -99,7 +99,7 @@ def openapi_types(): 'reported_message': (SendBirdMessageResponse,), # noqa: E501 'channel': (SendBirdChannelResponse,), # noqa: E501 'report_description': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -166,7 +166,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 reported_message (SendBirdMessageResponse): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 report_description (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -259,7 +259,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 reported_message (SendBirdMessageResponse): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 report_description (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/report_message_by_id_response.py b/sendbird_platform_sdk/model/report_message_by_id_response.py index 45eb7b8..8646c6b 100644 --- a/sendbird_platform_sdk/model/report_message_by_id_response.py +++ b/sendbird_platform_sdk/model/report_message_by_id_response.py @@ -99,7 +99,7 @@ def openapi_types(): 'reported_message': (SendBirdMessageResponse,), # noqa: E501 'channel': (SendBirdChannelResponse,), # noqa: E501 'report_description': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -166,7 +166,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 reported_message (SendBirdMessageResponse): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 report_description (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -259,7 +259,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 reported_message (SendBirdMessageResponse): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 report_description (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/report_user_by_id_response.py b/sendbird_platform_sdk/model/report_user_by_id_response.py index 2685ef4..a2abfe3 100644 --- a/sendbird_platform_sdk/model/report_user_by_id_response.py +++ b/sendbird_platform_sdk/model/report_user_by_id_response.py @@ -99,7 +99,7 @@ def openapi_types(): 'reported_message': (SendBirdMessageResponse,), # noqa: E501 'channel': (SendBirdChannelResponse,), # noqa: E501 'report_description': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -166,7 +166,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 reported_message (SendBirdMessageResponse): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 report_description (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -259,7 +259,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 reported_message (SendBirdMessageResponse): [optional] # noqa: E501 channel (SendBirdChannelResponse): [optional] # noqa: E501 report_description (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/reset_push_preferences_response.py b/sendbird_platform_sdk/model/reset_push_preferences_response.py index 1fb8608..a0dcb6c 100644 --- a/sendbird_platform_sdk/model/reset_push_preferences_response.py +++ b/sendbird_platform_sdk/model/reset_push_preferences_response.py @@ -83,16 +83,16 @@ def openapi_types(): """ return { 'snooze_start_ts': (str,), # noqa: E501 - 'start_hour': (float,), # noqa: E501 + 'start_hour': (int,), # noqa: E501 'snooze_enabled': (bool,), # noqa: E501 - 'end_min': (float,), # noqa: E501 + 'end_min': (int,), # noqa: E501 'timezone': (str,), # noqa: E501 'block_push_from_bots': (bool,), # noqa: E501 - 'push_blocked_bot_ids': ([float],), # noqa: E501 - 'start_min': (float,), # noqa: E501 + 'push_blocked_bot_ids': ([int],), # noqa: E501 + 'start_min': (int,), # noqa: E501 'snooze_end_ts': (str,), # noqa: E501 'do_not_disturb': (bool,), # noqa: E501 - 'end_hour': (float,), # noqa: E501 + 'end_hour': (int,), # noqa: E501 'enable_push_for_replies': (bool,), # noqa: E501 'push_sound': (str,), # noqa: E501 'push_trigger_option': (str,), # noqa: E501 @@ -162,16 +162,16 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) snooze_start_ts (str): [optional] # noqa: E501 - start_hour (float): [optional] # noqa: E501 + start_hour (int): [optional] # noqa: E501 snooze_enabled (bool): [optional] # noqa: E501 - end_min (float): [optional] # noqa: E501 + end_min (int): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 block_push_from_bots (bool): [optional] # noqa: E501 - push_blocked_bot_ids ([float]): [optional] # noqa: E501 - start_min (float): [optional] # noqa: E501 + push_blocked_bot_ids ([int]): [optional] # noqa: E501 + start_min (int): [optional] # noqa: E501 snooze_end_ts (str): [optional] # noqa: E501 do_not_disturb (bool): [optional] # noqa: E501 - end_hour (float): [optional] # noqa: E501 + end_hour (int): [optional] # noqa: E501 enable_push_for_replies (bool): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 push_trigger_option (str): [optional] # noqa: E501 @@ -261,16 +261,16 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) snooze_start_ts (str): [optional] # noqa: E501 - start_hour (float): [optional] # noqa: E501 + start_hour (int): [optional] # noqa: E501 snooze_enabled (bool): [optional] # noqa: E501 - end_min (float): [optional] # noqa: E501 + end_min (int): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 block_push_from_bots (bool): [optional] # noqa: E501 - push_blocked_bot_ids ([float]): [optional] # noqa: E501 - start_min (float): [optional] # noqa: E501 + push_blocked_bot_ids ([int]): [optional] # noqa: E501 + start_min (int): [optional] # noqa: E501 snooze_end_ts (str): [optional] # noqa: E501 do_not_disturb (bool): [optional] # noqa: E501 - end_hour (float): [optional] # noqa: E501 + end_hour (int): [optional] # noqa: E501 enable_push_for_replies (bool): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 push_trigger_option (str): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/retrieve_advanced_analytics_metrics_response.py b/sendbird_platform_sdk/model/retrieve_advanced_analytics_metrics_response.py index 08dc44b..da483b2 100644 --- a/sendbird_platform_sdk/model/retrieve_advanced_analytics_metrics_response.py +++ b/sendbird_platform_sdk/model/retrieve_advanced_analytics_metrics_response.py @@ -84,7 +84,7 @@ def openapi_types(): return { 'segments': (str,), # noqa: E501 'date': (str,), # noqa: E501 - 'value': (float,), # noqa: E501 + 'value': (int,), # noqa: E501 'channel_type': (str,), # noqa: E501 'custom_channel_type': (str,), # noqa: E501 'custom_message_type': (str,), # noqa: E501 @@ -147,7 +147,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) segments (str): [optional] # noqa: E501 date (str): [optional] # noqa: E501 - value (float): [optional] # noqa: E501 + value (int): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 custom_channel_type (str): [optional] # noqa: E501 custom_message_type (str): [optional] # noqa: E501 @@ -238,7 +238,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) segments (str): [optional] # noqa: E501 date (str): [optional] # noqa: E501 - value (float): [optional] # noqa: E501 + value (int): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 custom_channel_type (str): [optional] # noqa: E501 custom_message_type (str): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/revoke_secondary_api_token_by_token_response.py b/sendbird_platform_sdk/model/revoke_secondary_api_token_by_token_response.py index 95d95a0..220519f 100644 --- a/sendbird_platform_sdk/model/revoke_secondary_api_token_by_token_response.py +++ b/sendbird_platform_sdk/model/revoke_secondary_api_token_by_token_response.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'token': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -138,7 +138,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) token (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -225,7 +225,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) token (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/schedule_announcement_response.py b/sendbird_platform_sdk/model/schedule_announcement_response.py index 3f7e13c..8678113 100644 --- a/sendbird_platform_sdk/model/schedule_announcement_response.py +++ b/sendbird_platform_sdk/model/schedule_announcement_response.py @@ -95,18 +95,18 @@ def openapi_types(): 'message': (ScheduleAnnouncementResponseMessage,), # noqa: E501 'enable_push': (bool,), # noqa: E501 'target_at': (str,), # noqa: E501 - 'target_user_count': (float,), # noqa: E501 - 'target_channel_count': (float,), # noqa: E501 + 'target_user_count': (int,), # noqa: E501 + 'target_channel_count': (int,), # noqa: E501 'target_channel_type': (str,), # noqa: E501 'create_channel_options': (ScheduleAnnouncementResponseCreateChannelOptions,), # noqa: E501 'status': (str,), # noqa: E501 - 'scheduled_at': (float,), # noqa: E501 + 'scheduled_at': (int,), # noqa: E501 'cease_at': (str,), # noqa: E501 'resume_at': (str,), # noqa: E501 - 'completed_at': (float,), # noqa: E501 - 'sent_user_count': (float,), # noqa: E501 - 'sent_channel_count': (float,), # noqa: E501 - 'open_count': (float,), # noqa: E501 + 'completed_at': (int,), # noqa: E501 + 'sent_user_count': (int,), # noqa: E501 + 'sent_channel_count': (int,), # noqa: E501 + 'open_count': (int,), # noqa: E501 'open_rate': (float,), # noqa: E501 } @@ -182,18 +182,18 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 message (ScheduleAnnouncementResponseMessage): [optional] # noqa: E501 enable_push (bool): [optional] # noqa: E501 target_at (str): [optional] # noqa: E501 - target_user_count (float): [optional] # noqa: E501 - target_channel_count (float): [optional] # noqa: E501 + target_user_count (int): [optional] # noqa: E501 + target_channel_count (int): [optional] # noqa: E501 target_channel_type (str): [optional] # noqa: E501 create_channel_options (ScheduleAnnouncementResponseCreateChannelOptions): [optional] # noqa: E501 status (str): [optional] # noqa: E501 - scheduled_at (float): [optional] # noqa: E501 + scheduled_at (int): [optional] # noqa: E501 cease_at (str): [optional] # noqa: E501 resume_at (str): [optional] # noqa: E501 - completed_at (float): [optional] # noqa: E501 - sent_user_count (float): [optional] # noqa: E501 - sent_channel_count (float): [optional] # noqa: E501 - open_count (float): [optional] # noqa: E501 + completed_at (int): [optional] # noqa: E501 + sent_user_count (int): [optional] # noqa: E501 + sent_channel_count (int): [optional] # noqa: E501 + open_count (int): [optional] # noqa: E501 open_rate (float): [optional] # noqa: E501 """ @@ -285,18 +285,18 @@ def __init__(self, *args, **kwargs): # noqa: E501 message (ScheduleAnnouncementResponseMessage): [optional] # noqa: E501 enable_push (bool): [optional] # noqa: E501 target_at (str): [optional] # noqa: E501 - target_user_count (float): [optional] # noqa: E501 - target_channel_count (float): [optional] # noqa: E501 + target_user_count (int): [optional] # noqa: E501 + target_channel_count (int): [optional] # noqa: E501 target_channel_type (str): [optional] # noqa: E501 create_channel_options (ScheduleAnnouncementResponseCreateChannelOptions): [optional] # noqa: E501 status (str): [optional] # noqa: E501 - scheduled_at (float): [optional] # noqa: E501 + scheduled_at (int): [optional] # noqa: E501 cease_at (str): [optional] # noqa: E501 resume_at (str): [optional] # noqa: E501 - completed_at (float): [optional] # noqa: E501 - sent_user_count (float): [optional] # noqa: E501 - sent_channel_count (float): [optional] # noqa: E501 - open_count (float): [optional] # noqa: E501 + completed_at (int): [optional] # noqa: E501 + sent_user_count (int): [optional] # noqa: E501 + sent_channel_count (int): [optional] # noqa: E501 + open_count (int): [optional] # noqa: E501 open_rate (float): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_admin_message.py b/sendbird_platform_sdk/model/send_bird_admin_message.py index daa0ec9..272f190 100644 --- a/sendbird_platform_sdk/model/send_bird_admin_message.py +++ b/sendbird_platform_sdk/model/send_bird_admin_message.py @@ -117,27 +117,27 @@ def openapi_types(): 'apple_critical_alert_options': (SendBirdAppleCriticalAlertOptions,), # noqa: E501 'channel_type': (str,), # noqa: E501 'channel_url': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'custom_type': (str,), # noqa: E501 'data': (str,), # noqa: E501 'is_reply_to_channel': (bool,), # noqa: E501 'mention_type': (str,), # noqa: E501 'mentioned_users': ([SendBirdUser],), # noqa: E501 'message': (str,), # noqa: E501 - 'message_id': (float,), # noqa: E501 + 'message_id': (int,), # noqa: E501 'message_type': (str,), # noqa: E501 'meta_array': (SBObject,), # noqa: E501 'meta_arrays': ([SendBirdMessageMetaArray],), # noqa: E501 'og_meta_data': (SendBirdOGMetaData,), # noqa: E501 'parent_message': (SendBirdMessageResponse,), # noqa: E501 - 'parent_message_id': (float,), # noqa: E501 + 'parent_message_id': (int,), # noqa: E501 'parent_message_text': (str,), # noqa: E501 'reactions': ([SendBirdReaction],), # noqa: E501 'sending_status': (str,), # noqa: E501 'silent': (bool,), # noqa: E501 'thread_info': (SendBirdThreadInfo,), # noqa: E501 'translations': (SBObject,), # noqa: E501 - 'updated_at': (float,), # noqa: E501 + 'updated_at': (int,), # noqa: E501 } @cached_property @@ -216,27 +216,27 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 apple_critical_alert_options (SendBirdAppleCriticalAlertOptions): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 is_reply_to_channel (bool): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 mentioned_users ([SendBirdUser]): [optional] # noqa: E501 message (str): [optional] # noqa: E501 - message_id (float): [optional] # noqa: E501 + message_id (int): [optional] # noqa: E501 message_type (str): [optional] # noqa: E501 meta_array (SBObject): [optional] # noqa: E501 meta_arrays ([SendBirdMessageMetaArray]): [optional] # noqa: E501 og_meta_data (SendBirdOGMetaData): [optional] # noqa: E501 parent_message (SendBirdMessageResponse): [optional] # noqa: E501 - parent_message_id (float): [optional] # noqa: E501 + parent_message_id (int): [optional] # noqa: E501 parent_message_text (str): [optional] # noqa: E501 reactions ([SendBirdReaction]): [optional] # noqa: E501 sending_status (str): [optional] # noqa: E501 silent (bool): [optional] # noqa: E501 thread_info (SendBirdThreadInfo): [optional] # noqa: E501 translations (SBObject): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -325,27 +325,27 @@ def __init__(self, *args, **kwargs): # noqa: E501 apple_critical_alert_options (SendBirdAppleCriticalAlertOptions): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 is_reply_to_channel (bool): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 mentioned_users ([SendBirdUser]): [optional] # noqa: E501 message (str): [optional] # noqa: E501 - message_id (float): [optional] # noqa: E501 + message_id (int): [optional] # noqa: E501 message_type (str): [optional] # noqa: E501 meta_array (SBObject): [optional] # noqa: E501 meta_arrays ([SendBirdMessageMetaArray]): [optional] # noqa: E501 og_meta_data (SendBirdOGMetaData): [optional] # noqa: E501 parent_message (SendBirdMessageResponse): [optional] # noqa: E501 - parent_message_id (float): [optional] # noqa: E501 + parent_message_id (int): [optional] # noqa: E501 parent_message_text (str): [optional] # noqa: E501 reactions ([SendBirdReaction]): [optional] # noqa: E501 sending_status (str): [optional] # noqa: E501 silent (bool): [optional] # noqa: E501 thread_info (SendBirdThreadInfo): [optional] # noqa: E501 translations (SBObject): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_apple_critical_alert_options.py b/sendbird_platform_sdk/model/send_bird_apple_critical_alert_options.py index b070b92..b8effca 100644 --- a/sendbird_platform_sdk/model/send_bird_apple_critical_alert_options.py +++ b/sendbird_platform_sdk/model/send_bird_apple_critical_alert_options.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'name': (str,), # noqa: E501 - 'volume': (float,), # noqa: E501 + 'volume': (int,), # noqa: E501 } @cached_property @@ -138,7 +138,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) name (str): [optional] # noqa: E501 - volume (float): [optional] # noqa: E501 + volume (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -225,7 +225,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) name (str): [optional] # noqa: E501 - volume (float): [optional] # noqa: E501 + volume (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_base_channel.py b/sendbird_platform_sdk/model/send_bird_base_channel.py index 023fe70..e4e090a 100644 --- a/sendbird_platform_sdk/model/send_bird_base_channel.py +++ b/sendbird_platform_sdk/model/send_bird_base_channel.py @@ -89,7 +89,7 @@ def openapi_types(): lazy_import() return { 'cover_url': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'creator': (SendBirdUser,), # noqa: E501 'custom_type': (str,), # noqa: E501 'data': (str,), # noqa: E501 @@ -156,7 +156,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) cover_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 creator (SendBirdUser): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 @@ -249,7 +249,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) cover_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 creator (SendBirdUser): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/send_bird_base_message_instance.py b/sendbird_platform_sdk/model/send_bird_base_message_instance.py index 48f6431..9653462 100644 --- a/sendbird_platform_sdk/model/send_bird_base_message_instance.py +++ b/sendbird_platform_sdk/model/send_bird_base_message_instance.py @@ -118,25 +118,25 @@ def openapi_types(): 'apple_critical_alert_options': (SendBirdAppleCriticalAlertOptions,), # noqa: E501 'channel_type': (str,), # noqa: E501 'channel_url': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'custom_type': (str,), # noqa: E501 'data': (str,), # noqa: E501 'is_reply_to_channel': (bool,), # noqa: E501 'mention_type': (str,), # noqa: E501 'mentioned_users': ([SendBirdUser],), # noqa: E501 - 'message_id': (float,), # noqa: E501 + 'message_id': (int,), # noqa: E501 'message_type': (str,), # noqa: E501 'meta_array': (SBObject,), # noqa: E501 'meta_arrays': ([SendBirdMessageMetaArray],), # noqa: E501 'og_meta_data': (SendBirdOGMetaData,), # noqa: E501 'parent_message': (SendBirdMessageResponse,), # noqa: E501 - 'parent_message_id': (float,), # noqa: E501 + 'parent_message_id': (int,), # noqa: E501 'parent_message_text': (str,), # noqa: E501 'reactions': ([SendBirdReaction],), # noqa: E501 'sending_status': (str,), # noqa: E501 'silent': (bool,), # noqa: E501 'thread_info': (SendBirdThreadInfo,), # noqa: E501 - 'updated_at': (float,), # noqa: E501 + 'updated_at': (int,), # noqa: E501 } @cached_property @@ -213,25 +213,25 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 apple_critical_alert_options (SendBirdAppleCriticalAlertOptions): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 is_reply_to_channel (bool): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 mentioned_users ([SendBirdUser]): [optional] # noqa: E501 - message_id (float): [optional] # noqa: E501 + message_id (int): [optional] # noqa: E501 message_type (str): [optional] # noqa: E501 meta_array (SBObject): [optional] # noqa: E501 meta_arrays ([SendBirdMessageMetaArray]): [optional] # noqa: E501 og_meta_data (SendBirdOGMetaData): [optional] # noqa: E501 parent_message (SendBirdMessageResponse): [optional] # noqa: E501 - parent_message_id (float): [optional] # noqa: E501 + parent_message_id (int): [optional] # noqa: E501 parent_message_text (str): [optional] # noqa: E501 reactions ([SendBirdReaction]): [optional] # noqa: E501 sending_status (str): [optional] # noqa: E501 silent (bool): [optional] # noqa: E501 thread_info (SendBirdThreadInfo): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -320,25 +320,25 @@ def __init__(self, *args, **kwargs): # noqa: E501 apple_critical_alert_options (SendBirdAppleCriticalAlertOptions): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 is_reply_to_channel (bool): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 mentioned_users ([SendBirdUser]): [optional] # noqa: E501 - message_id (float): [optional] # noqa: E501 + message_id (int): [optional] # noqa: E501 message_type (str): [optional] # noqa: E501 meta_array (SBObject): [optional] # noqa: E501 meta_arrays ([SendBirdMessageMetaArray]): [optional] # noqa: E501 og_meta_data (SendBirdOGMetaData): [optional] # noqa: E501 parent_message (SendBirdMessageResponse): [optional] # noqa: E501 - parent_message_id (float): [optional] # noqa: E501 + parent_message_id (int): [optional] # noqa: E501 parent_message_text (str): [optional] # noqa: E501 reactions ([SendBirdReaction]): [optional] # noqa: E501 sending_status (str): [optional] # noqa: E501 silent (bool): [optional] # noqa: E501 thread_info (SendBirdThreadInfo): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_bots_message_response_message.py b/sendbird_platform_sdk/model/send_bird_bots_message_response_message.py index 9ea8ebc..d01a3ec 100644 --- a/sendbird_platform_sdk/model/send_bird_bots_message_response_message.py +++ b/sendbird_platform_sdk/model/send_bird_bots_message_response_message.py @@ -94,25 +94,25 @@ def openapi_types(): """ lazy_import() return { - 'message_survival_seconds': (float,), # noqa: E501 + 'message_survival_seconds': (int,), # noqa: E501 'custom_type': (str,), # noqa: E501 'mentioned_users': ([SendBirdMessageResponseMentionedUsersInner],), # noqa: E501 'translations': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},), # noqa: E501 - 'updated_at': (float,), # noqa: E501 + 'updated_at': (int,), # noqa: E501 'is_op_msg': (bool,), # noqa: E501 'is_removed': (bool,), # noqa: E501 'user': (SendBirdMessageResponseUser,), # noqa: E501 'file': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},), # noqa: E501 'message': (str,), # noqa: E501 'data': (str,), # noqa: E501 - 'message_retention_hour': (float,), # noqa: E501 + 'message_retention_hour': (int,), # noqa: E501 'silent': (bool,), # noqa: E501 'type': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'channel_type': (str,), # noqa: E501 'mention_type': (str,), # noqa: E501 'channel_url': (str,), # noqa: E501 - 'message_id': (float,), # noqa: E501 + 'message_id': (int,), # noqa: E501 'message_events': (SendBirdBotsMessageResponseMessageMessageEvents,), # noqa: E501 'extended_message_payload': (SendBirdBotsMessageResponseMessageExtendedMessagePayload,), # noqa: E501 } @@ -187,25 +187,25 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - message_survival_seconds (float): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 mentioned_users ([SendBirdMessageResponseMentionedUsersInner]): [optional] # noqa: E501 translations ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 is_op_msg (bool): [optional] # noqa: E501 is_removed (bool): [optional] # noqa: E501 user (SendBirdMessageResponseUser): [optional] # noqa: E501 file ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 message (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 - message_retention_hour (float): [optional] # noqa: E501 + message_retention_hour (int): [optional] # noqa: E501 silent (bool): [optional] # noqa: E501 type (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - message_id (float): [optional] # noqa: E501 + message_id (int): [optional] # noqa: E501 message_events (SendBirdBotsMessageResponseMessageMessageEvents): [optional] # noqa: E501 extended_message_payload (SendBirdBotsMessageResponseMessageExtendedMessagePayload): [optional] # noqa: E501 """ @@ -293,25 +293,25 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - message_survival_seconds (float): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 mentioned_users ([SendBirdMessageResponseMentionedUsersInner]): [optional] # noqa: E501 translations ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 is_op_msg (bool): [optional] # noqa: E501 is_removed (bool): [optional] # noqa: E501 user (SendBirdMessageResponseUser): [optional] # noqa: E501 file ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 message (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 - message_retention_hour (float): [optional] # noqa: E501 + message_retention_hour (int): [optional] # noqa: E501 silent (bool): [optional] # noqa: E501 type (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - message_id (float): [optional] # noqa: E501 + message_id (int): [optional] # noqa: E501 message_events (SendBirdBotsMessageResponseMessageMessageEvents): [optional] # noqa: E501 extended_message_payload (SendBirdBotsMessageResponseMessageExtendedMessagePayload): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_channel_response.py b/sendbird_platform_sdk/model/send_bird_channel_response.py index 9c5443a..3665d64 100644 --- a/sendbird_platform_sdk/model/send_bird_channel_response.py +++ b/sendbird_platform_sdk/model/send_bird_channel_response.py @@ -131,7 +131,7 @@ def openapi_types(): return { 'channel_url': (str,), # noqa: E501 'cover_url': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'created_by': (SendBirdGroupChannelCreatedBy,), # noqa: E501 'creator': (SendBirdUser,), # noqa: E501 'custom_type': (str,), # noqa: E501 @@ -140,7 +140,7 @@ def openapi_types(): 'freeze': (bool,), # noqa: E501 'ignore_profanity_filter': (bool,), # noqa: E501 'hidden_state': (str,), # noqa: E501 - 'invited_at': (float,), # noqa: E501 + 'invited_at': (int,), # noqa: E501 'inviter': (SendBirdUser,), # noqa: E501 'is_access_code_required': (bool,), # noqa: E501 'is_broadcast': (bool,), # noqa: E501 @@ -152,16 +152,16 @@ def openapi_types(): 'is_public': (bool,), # noqa: E501 'is_push_enabled': (bool,), # noqa: E501 'is_super': (bool,), # noqa: E501 - 'joined_at': (float,), # noqa: E501 - 'joined_member_count': (float,), # noqa: E501 + 'joined_at': (int,), # noqa: E501 + 'joined_member_count': (int,), # noqa: E501 'last_message': (SendBirdMessageResponse,), # noqa: E501 - 'max_length_message': (float,), # noqa: E501 - 'member_count': (float,), # noqa: E501 + 'max_length_message': (int,), # noqa: E501 + 'member_count': (int,), # noqa: E501 'members': ([SendBirdMember],), # noqa: E501 - 'message_offset_timestamp': (float,), # noqa: E501 - 'message_survival_seconds': (float,), # noqa: E501 + 'message_offset_timestamp': (int,), # noqa: E501 + 'message_survival_seconds': (int,), # noqa: E501 'my_count_preference': (str,), # noqa: E501 - 'my_last_read': (float,), # noqa: E501 + 'my_last_read': (int,), # noqa: E501 'my_member_state': (str,), # noqa: E501 'my_muted_state': (str,), # noqa: E501 'my_push_trigger_option': (str,), # noqa: E501 @@ -169,12 +169,12 @@ def openapi_types(): 'name': (str,), # noqa: E501 'operators': ([SendBirdUser],), # noqa: E501 'sms_fallback': (SendBirdGroupChannelSmsFallback,), # noqa: E501 - 'unread_mention_count': (float,), # noqa: E501 - 'unread_message_count': (float,), # noqa: E501 + 'unread_mention_count': (int,), # noqa: E501 + 'unread_message_count': (int,), # noqa: E501 'channel': (SendBirdGroupChannelChannel,), # noqa: E501 'read_receipt': ({str: (int,)},), # noqa: E501 'is_dynamic_partitioned': (bool,), # noqa: E501 - 'participant_count': (float,), # noqa: E501 + 'participant_count': (int,), # noqa: E501 } @cached_property @@ -272,7 +272,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) channel_url (str): [optional] # noqa: E501 cover_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 created_by (SendBirdGroupChannelCreatedBy): [optional] # noqa: E501 creator (SendBirdUser): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 @@ -281,7 +281,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 freeze (bool): [optional] # noqa: E501 ignore_profanity_filter (bool): [optional] # noqa: E501 hidden_state (str): [optional] # noqa: E501 - invited_at (float): [optional] # noqa: E501 + invited_at (int): [optional] # noqa: E501 inviter (SendBirdUser): [optional] # noqa: E501 is_access_code_required (bool): [optional] # noqa: E501 is_broadcast (bool): [optional] # noqa: E501 @@ -293,16 +293,16 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 is_public (bool): [optional] # noqa: E501 is_push_enabled (bool): [optional] # noqa: E501 is_super (bool): [optional] # noqa: E501 - joined_at (float): [optional] # noqa: E501 - joined_member_count (float): [optional] # noqa: E501 + joined_at (int): [optional] # noqa: E501 + joined_member_count (int): [optional] # noqa: E501 last_message (SendBirdMessageResponse): [optional] # noqa: E501 - max_length_message (float): [optional] # noqa: E501 - member_count (float): [optional] # noqa: E501 + max_length_message (int): [optional] # noqa: E501 + member_count (int): [optional] # noqa: E501 members ([SendBirdMember]): [optional] # noqa: E501 - message_offset_timestamp (float): [optional] # noqa: E501 - message_survival_seconds (float): [optional] # noqa: E501 + message_offset_timestamp (int): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 my_count_preference (str): [optional] # noqa: E501 - my_last_read (float): [optional] # noqa: E501 + my_last_read (int): [optional] # noqa: E501 my_member_state (str): [optional] # noqa: E501 my_muted_state (str): [optional] # noqa: E501 my_push_trigger_option (str): [optional] # noqa: E501 @@ -310,12 +310,12 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 name (str): [optional] # noqa: E501 operators ([SendBirdUser]): [optional] # noqa: E501 sms_fallback (SendBirdGroupChannelSmsFallback): [optional] # noqa: E501 - unread_mention_count (float): [optional] # noqa: E501 - unread_message_count (float): [optional] # noqa: E501 + unread_mention_count (int): [optional] # noqa: E501 + unread_message_count (int): [optional] # noqa: E501 channel (SendBirdGroupChannelChannel): [optional] # noqa: E501 read_receipt ({str: (int,)}): [optional] # noqa: E501 is_dynamic_partitioned (bool): [optional] # noqa: E501 - participant_count (float): [optional] # noqa: E501 + participant_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -421,7 +421,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) channel_url (str): [optional] # noqa: E501 cover_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 created_by (SendBirdGroupChannelCreatedBy): [optional] # noqa: E501 creator (SendBirdUser): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 @@ -430,7 +430,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 freeze (bool): [optional] # noqa: E501 ignore_profanity_filter (bool): [optional] # noqa: E501 hidden_state (str): [optional] # noqa: E501 - invited_at (float): [optional] # noqa: E501 + invited_at (int): [optional] # noqa: E501 inviter (SendBirdUser): [optional] # noqa: E501 is_access_code_required (bool): [optional] # noqa: E501 is_broadcast (bool): [optional] # noqa: E501 @@ -442,16 +442,16 @@ def __init__(self, *args, **kwargs): # noqa: E501 is_public (bool): [optional] # noqa: E501 is_push_enabled (bool): [optional] # noqa: E501 is_super (bool): [optional] # noqa: E501 - joined_at (float): [optional] # noqa: E501 - joined_member_count (float): [optional] # noqa: E501 + joined_at (int): [optional] # noqa: E501 + joined_member_count (int): [optional] # noqa: E501 last_message (SendBirdMessageResponse): [optional] # noqa: E501 - max_length_message (float): [optional] # noqa: E501 - member_count (float): [optional] # noqa: E501 + max_length_message (int): [optional] # noqa: E501 + member_count (int): [optional] # noqa: E501 members ([SendBirdMember]): [optional] # noqa: E501 - message_offset_timestamp (float): [optional] # noqa: E501 - message_survival_seconds (float): [optional] # noqa: E501 + message_offset_timestamp (int): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 my_count_preference (str): [optional] # noqa: E501 - my_last_read (float): [optional] # noqa: E501 + my_last_read (int): [optional] # noqa: E501 my_member_state (str): [optional] # noqa: E501 my_muted_state (str): [optional] # noqa: E501 my_push_trigger_option (str): [optional] # noqa: E501 @@ -459,12 +459,12 @@ def __init__(self, *args, **kwargs): # noqa: E501 name (str): [optional] # noqa: E501 operators ([SendBirdUser]): [optional] # noqa: E501 sms_fallback (SendBirdGroupChannelSmsFallback): [optional] # noqa: E501 - unread_mention_count (float): [optional] # noqa: E501 - unread_message_count (float): [optional] # noqa: E501 + unread_mention_count (int): [optional] # noqa: E501 + unread_message_count (int): [optional] # noqa: E501 channel (SendBirdGroupChannelChannel): [optional] # noqa: E501 read_receipt ({str: (int,)}): [optional] # noqa: E501 is_dynamic_partitioned (bool): [optional] # noqa: E501 - participant_count (float): [optional] # noqa: E501 + participant_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_emoji_category.py b/sendbird_platform_sdk/model/send_bird_emoji_category.py index cfd9de5..1a101f5 100644 --- a/sendbird_platform_sdk/model/send_bird_emoji_category.py +++ b/sendbird_platform_sdk/model/send_bird_emoji_category.py @@ -89,7 +89,7 @@ def openapi_types(): lazy_import() return { 'emojis': ([SendBirdEmoji],), # noqa: E501 - 'id': (float,), # noqa: E501 + 'id': (int,), # noqa: E501 'name': (str,), # noqa: E501 'url': (str,), # noqa: E501 } @@ -148,7 +148,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) emojis ([SendBirdEmoji]): [optional] # noqa: E501 - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 name (str): [optional] # noqa: E501 url (str): [optional] # noqa: E501 """ @@ -237,7 +237,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) emojis ([SendBirdEmoji]): [optional] # noqa: E501 - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 name (str): [optional] # noqa: E501 url (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_file.py b/sendbird_platform_sdk/model/send_bird_file.py index dd5003f..a8589f1 100644 --- a/sendbird_platform_sdk/model/send_bird_file.py +++ b/sendbird_platform_sdk/model/send_bird_file.py @@ -90,7 +90,7 @@ def openapi_types(): return { 'url': (str,), # noqa: E501 'file_name': (str,), # noqa: E501 - 'file_size': (float,), # noqa: E501 + 'file_size': (int,), # noqa: E501 'file_type': (str,), # noqa: E501 'thumbnails': ([SendBirdThumbnailSBObject],), # noqa: E501 'require_auth': (bool,), # noqa: E501 @@ -153,7 +153,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) url (str): [optional] # noqa: E501 file_name (str): [optional] # noqa: E501 - file_size (float): [optional] # noqa: E501 + file_size (int): [optional] # noqa: E501 file_type (str): [optional] # noqa: E501 thumbnails ([SendBirdThumbnailSBObject]): [optional] # noqa: E501 require_auth (bool): [optional] # noqa: E501 @@ -244,7 +244,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) url (str): [optional] # noqa: E501 file_name (str): [optional] # noqa: E501 - file_size (float): [optional] # noqa: E501 + file_size (int): [optional] # noqa: E501 file_type (str): [optional] # noqa: E501 thumbnails ([SendBirdThumbnailSBObject]): [optional] # noqa: E501 require_auth (bool): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/send_bird_file_message_params.py b/sendbird_platform_sdk/model/send_bird_file_message_params.py index 0cb631f..312eecc 100644 --- a/sendbird_platform_sdk/model/send_bird_file_message_params.py +++ b/sendbird_platform_sdk/model/send_bird_file_message_params.py @@ -109,7 +109,7 @@ def openapi_types(): 'data': (str,), # noqa: E501 'file': (Blob,), # noqa: E501 'file_name': (str,), # noqa: E501 - 'file_size': (float,), # noqa: E501 + 'file_size': (int,), # noqa: E501 'file_url': (str,), # noqa: E501 'is_reply_to_channel': (bool,), # noqa: E501 'mention_type': (str,), # noqa: E501 @@ -118,7 +118,7 @@ def openapi_types(): 'meta_array_keys': ([str],), # noqa: E501 'meta_arrays': ([SendBirdMessageMetaArray],), # noqa: E501 'mime_type': (str,), # noqa: E501 - 'parent_message_id': (float,), # noqa: E501 + 'parent_message_id': (int,), # noqa: E501 'push_notification_delivery_option': (str,), # noqa: E501 'thumbnail_sizes': ([SendBirdThumbnailSize],), # noqa: E501 } @@ -194,7 +194,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 data (str): [optional] # noqa: E501 file (Blob): [optional] # noqa: E501 file_name (str): [optional] # noqa: E501 - file_size (float): [optional] # noqa: E501 + file_size (int): [optional] # noqa: E501 file_url (str): [optional] # noqa: E501 is_reply_to_channel (bool): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 @@ -203,7 +203,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 meta_array_keys ([str]): [optional] # noqa: E501 meta_arrays ([SendBirdMessageMetaArray]): [optional] # noqa: E501 mime_type (str): [optional] # noqa: E501 - parent_message_id (float): [optional] # noqa: E501 + parent_message_id (int): [optional] # noqa: E501 push_notification_delivery_option (str): [optional] # noqa: E501 thumbnail_sizes ([SendBirdThumbnailSize]): [optional] # noqa: E501 """ @@ -296,7 +296,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 data (str): [optional] # noqa: E501 file (Blob): [optional] # noqa: E501 file_name (str): [optional] # noqa: E501 - file_size (float): [optional] # noqa: E501 + file_size (int): [optional] # noqa: E501 file_url (str): [optional] # noqa: E501 is_reply_to_channel (bool): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 @@ -305,7 +305,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 meta_array_keys ([str]): [optional] # noqa: E501 meta_arrays ([SendBirdMessageMetaArray]): [optional] # noqa: E501 mime_type (str): [optional] # noqa: E501 - parent_message_id (float): [optional] # noqa: E501 + parent_message_id (int): [optional] # noqa: E501 push_notification_delivery_option (str): [optional] # noqa: E501 thumbnail_sizes ([SendBirdThumbnailSize]): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_group_channel.py b/sendbird_platform_sdk/model/send_bird_group_channel.py index e6a0a86..ef46d31 100644 --- a/sendbird_platform_sdk/model/send_bird_group_channel.py +++ b/sendbird_platform_sdk/model/send_bird_group_channel.py @@ -127,7 +127,7 @@ def openapi_types(): return { 'channel_url': (str,), # noqa: E501 'cover_url': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'created_by': (SendBirdGroupChannelCreatedBy,), # noqa: E501 'creator': (SendBirdUser,), # noqa: E501 'custom_type': (str,), # noqa: E501 @@ -136,7 +136,7 @@ def openapi_types(): 'freeze': (bool,), # noqa: E501 'ignore_profanity_filter': (bool,), # noqa: E501 'hidden_state': (str,), # noqa: E501 - 'invited_at': (float,), # noqa: E501 + 'invited_at': (int,), # noqa: E501 'inviter': (SendBirdUser,), # noqa: E501 'is_access_code_required': (bool,), # noqa: E501 'is_broadcast': (bool,), # noqa: E501 @@ -148,16 +148,16 @@ def openapi_types(): 'is_public': (bool,), # noqa: E501 'is_push_enabled': (bool,), # noqa: E501 'is_super': (bool,), # noqa: E501 - 'joined_at': (float,), # noqa: E501 - 'joined_member_count': (float,), # noqa: E501 + 'joined_at': (int,), # noqa: E501 + 'joined_member_count': (int,), # noqa: E501 'last_message': (SendBirdMessageResponse,), # noqa: E501 - 'max_length_message': (float,), # noqa: E501 - 'member_count': (float,), # noqa: E501 + 'max_length_message': (int,), # noqa: E501 + 'member_count': (int,), # noqa: E501 'members': ([SendBirdMember],), # noqa: E501 - 'message_offset_timestamp': (float,), # noqa: E501 - 'message_survival_seconds': (float,), # noqa: E501 + 'message_offset_timestamp': (int,), # noqa: E501 + 'message_survival_seconds': (int,), # noqa: E501 'my_count_preference': (str,), # noqa: E501 - 'my_last_read': (float,), # noqa: E501 + 'my_last_read': (int,), # noqa: E501 'my_member_state': (str,), # noqa: E501 'my_muted_state': (str,), # noqa: E501 'my_push_trigger_option': (str,), # noqa: E501 @@ -165,8 +165,8 @@ def openapi_types(): 'name': (str,), # noqa: E501 'operators': ([{str: (bool, date, datetime, dict, float, int, list, str, none_type)}],), # noqa: E501 'sms_fallback': (SendBirdGroupChannelSmsFallback,), # noqa: E501 - 'unread_mention_count': (float,), # noqa: E501 - 'unread_message_count': (float,), # noqa: E501 + 'unread_mention_count': (int,), # noqa: E501 + 'unread_message_count': (int,), # noqa: E501 'channel': (SendBirdGroupChannelChannel,), # noqa: E501 'read_receipt': ({str: (int,)},), # noqa: E501 } @@ -266,7 +266,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) channel_url (str): [optional] # noqa: E501 cover_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 created_by (SendBirdGroupChannelCreatedBy): [optional] # noqa: E501 creator (SendBirdUser): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 @@ -275,7 +275,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 freeze (bool): [optional] # noqa: E501 ignore_profanity_filter (bool): [optional] # noqa: E501 hidden_state (str): [optional] # noqa: E501 - invited_at (float): [optional] # noqa: E501 + invited_at (int): [optional] # noqa: E501 inviter (SendBirdUser): [optional] # noqa: E501 is_access_code_required (bool): [optional] # noqa: E501 is_broadcast (bool): [optional] # noqa: E501 @@ -287,16 +287,16 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 is_public (bool): [optional] # noqa: E501 is_push_enabled (bool): [optional] # noqa: E501 is_super (bool): [optional] # noqa: E501 - joined_at (float): [optional] # noqa: E501 - joined_member_count (float): [optional] # noqa: E501 + joined_at (int): [optional] # noqa: E501 + joined_member_count (int): [optional] # noqa: E501 last_message (SendBirdMessageResponse): [optional] # noqa: E501 - max_length_message (float): [optional] # noqa: E501 - member_count (float): [optional] # noqa: E501 + max_length_message (int): [optional] # noqa: E501 + member_count (int): [optional] # noqa: E501 members ([SendBirdMember]): [optional] # noqa: E501 - message_offset_timestamp (float): [optional] # noqa: E501 - message_survival_seconds (float): [optional] # noqa: E501 + message_offset_timestamp (int): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 my_count_preference (str): [optional] # noqa: E501 - my_last_read (float): [optional] # noqa: E501 + my_last_read (int): [optional] # noqa: E501 my_member_state (str): [optional] # noqa: E501 my_muted_state (str): [optional] # noqa: E501 my_push_trigger_option (str): [optional] # noqa: E501 @@ -304,8 +304,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 name (str): [optional] # noqa: E501 operators ([{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]): [optional] # noqa: E501 sms_fallback (SendBirdGroupChannelSmsFallback): [optional] # noqa: E501 - unread_mention_count (float): [optional] # noqa: E501 - unread_message_count (float): [optional] # noqa: E501 + unread_mention_count (int): [optional] # noqa: E501 + unread_message_count (int): [optional] # noqa: E501 channel (SendBirdGroupChannelChannel): [optional] # noqa: E501 read_receipt ({str: (int,)}): [optional] # noqa: E501 """ @@ -395,7 +395,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) channel_url (str): [optional] # noqa: E501 cover_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 created_by (SendBirdGroupChannelCreatedBy): [optional] # noqa: E501 creator (SendBirdUser): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 @@ -404,7 +404,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 freeze (bool): [optional] # noqa: E501 ignore_profanity_filter (bool): [optional] # noqa: E501 hidden_state (str): [optional] # noqa: E501 - invited_at (float): [optional] # noqa: E501 + invited_at (int): [optional] # noqa: E501 inviter (SendBirdUser): [optional] # noqa: E501 is_access_code_required (bool): [optional] # noqa: E501 is_broadcast (bool): [optional] # noqa: E501 @@ -416,16 +416,16 @@ def __init__(self, *args, **kwargs): # noqa: E501 is_public (bool): [optional] # noqa: E501 is_push_enabled (bool): [optional] # noqa: E501 is_super (bool): [optional] # noqa: E501 - joined_at (float): [optional] # noqa: E501 - joined_member_count (float): [optional] # noqa: E501 + joined_at (int): [optional] # noqa: E501 + joined_member_count (int): [optional] # noqa: E501 last_message (SendBirdMessageResponse): [optional] # noqa: E501 - max_length_message (float): [optional] # noqa: E501 - member_count (float): [optional] # noqa: E501 + max_length_message (int): [optional] # noqa: E501 + member_count (int): [optional] # noqa: E501 members ([SendBirdMember]): [optional] # noqa: E501 - message_offset_timestamp (float): [optional] # noqa: E501 - message_survival_seconds (float): [optional] # noqa: E501 + message_offset_timestamp (int): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 my_count_preference (str): [optional] # noqa: E501 - my_last_read (float): [optional] # noqa: E501 + my_last_read (int): [optional] # noqa: E501 my_member_state (str): [optional] # noqa: E501 my_muted_state (str): [optional] # noqa: E501 my_push_trigger_option (str): [optional] # noqa: E501 @@ -433,8 +433,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 name (str): [optional] # noqa: E501 operators ([{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]): [optional] # noqa: E501 sms_fallback (SendBirdGroupChannelSmsFallback): [optional] # noqa: E501 - unread_mention_count (float): [optional] # noqa: E501 - unread_message_count (float): [optional] # noqa: E501 + unread_mention_count (int): [optional] # noqa: E501 + unread_message_count (int): [optional] # noqa: E501 channel (SendBirdGroupChannelChannel): [optional] # noqa: E501 read_receipt ({str: (int,)}): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_group_channel_channel.py b/sendbird_platform_sdk/model/send_bird_group_channel_channel.py index 0d0c069..9db90ac 100644 --- a/sendbird_platform_sdk/model/send_bird_group_channel_channel.py +++ b/sendbird_platform_sdk/model/send_bird_group_channel_channel.py @@ -86,10 +86,10 @@ def openapi_types(): 'name': (str,), # noqa: E501 'cover_url': (str,), # noqa: E501 'data': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'custom_type': (str,), # noqa: E501 - 'max_length_message': (float,), # noqa: E501 - 'member_count': (float,), # noqa: E501 + 'max_length_message': (int,), # noqa: E501 + 'member_count': (int,), # noqa: E501 } @cached_property @@ -153,10 +153,10 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 name (str): [optional] # noqa: E501 cover_url (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 - max_length_message (float): [optional] # noqa: E501 - member_count (float): [optional] # noqa: E501 + max_length_message (int): [optional] # noqa: E501 + member_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -246,10 +246,10 @@ def __init__(self, *args, **kwargs): # noqa: E501 name (str): [optional] # noqa: E501 cover_url (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 - max_length_message (float): [optional] # noqa: E501 - member_count (float): [optional] # noqa: E501 + max_length_message (int): [optional] # noqa: E501 + member_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_group_channel_disappearing_message.py b/sendbird_platform_sdk/model/send_bird_group_channel_disappearing_message.py index 4d69940..093f2f6 100644 --- a/sendbird_platform_sdk/model/send_bird_group_channel_disappearing_message.py +++ b/sendbird_platform_sdk/model/send_bird_group_channel_disappearing_message.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'message_survival_seconds': (float,), # noqa: E501 + 'message_survival_seconds': (int,), # noqa: E501 'is_triggered_by_message_read': (bool,), # noqa: E501 } @@ -137,7 +137,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - message_survival_seconds (float): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 is_triggered_by_message_read (bool): [optional] # noqa: E501 """ @@ -224,7 +224,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - message_survival_seconds (float): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 is_triggered_by_message_read (bool): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_group_channel_sms_fallback.py b/sendbird_platform_sdk/model/send_bird_group_channel_sms_fallback.py index 53c8021..ccda1be 100644 --- a/sendbird_platform_sdk/model/send_bird_group_channel_sms_fallback.py +++ b/sendbird_platform_sdk/model/send_bird_group_channel_sms_fallback.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'wait_seconds': (float,), # noqa: E501 + 'wait_seconds': (int,), # noqa: E501 'exclude_user_ids': ([str],), # noqa: E501 } @@ -137,7 +137,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - wait_seconds (float): [optional] # noqa: E501 + wait_seconds (int): [optional] # noqa: E501 exclude_user_ids ([str]): [optional] # noqa: E501 """ @@ -224,7 +224,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - wait_seconds (float): [optional] # noqa: E501 + wait_seconds (int): [optional] # noqa: E501 exclude_user_ids ([str]): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_message_response.py b/sendbird_platform_sdk/model/send_bird_message_response.py index 6e9ff87..627c86c 100644 --- a/sendbird_platform_sdk/model/send_bird_message_response.py +++ b/sendbird_platform_sdk/model/send_bird_message_response.py @@ -95,11 +95,11 @@ def openapi_types(): lazy_import() return { 'require_auth': (bool,), # noqa: E501 - 'message_survival_seconds': (float,), # noqa: E501 + 'message_survival_seconds': (int,), # noqa: E501 'custom_type': (str,), # noqa: E501 'mentioned_users': ([SendBirdMessageResponseMentionedUsersInner],), # noqa: E501 'translations': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},), # noqa: E501 - 'updated_at': (float,), # noqa: E501 + 'updated_at': (int,), # noqa: E501 'is_op_msg': (bool,), # noqa: E501 'is_removed': (bool,), # noqa: E501 'user': (SendBirdMessageResponseUser,), # noqa: E501 @@ -107,19 +107,19 @@ def openapi_types(): 'files': ([SendBirdFile],), # noqa: E501 'message': (str,), # noqa: E501 'data': (str,), # noqa: E501 - 'message_retention_hour': (float,), # noqa: E501 + 'message_retention_hour': (int,), # noqa: E501 'silent': (bool,), # noqa: E501 'type': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'channel_type': (str,), # noqa: E501 'req_id': (str,), # noqa: E501 'mention_type': (str,), # noqa: E501 'channel_url': (str,), # noqa: E501 - 'message_id': (float,), # noqa: E501 - 'size': (float,), # noqa: E501 + 'message_id': (int,), # noqa: E501 + 'size': (int,), # noqa: E501 'sorted_metaarray': ([{str: (bool, date, datetime, dict, float, int, list, str, none_type)}],), # noqa: E501 'thread_info': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},), # noqa: E501 - 'parent_message_id': (float,), # noqa: E501 + 'parent_message_id': (int,), # noqa: E501 'parent_message_info': (SendBirdParentMessageInfo,), # noqa: E501 'is_reply_to_channel': (bool,), # noqa: E501 } @@ -202,11 +202,11 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) require_auth (bool): [optional] # noqa: E501 - message_survival_seconds (float): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 mentioned_users ([SendBirdMessageResponseMentionedUsersInner]): [optional] # noqa: E501 translations ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 is_op_msg (bool): [optional] # noqa: E501 is_removed (bool): [optional] # noqa: E501 user (SendBirdMessageResponseUser): [optional] # noqa: E501 @@ -214,19 +214,19 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 files ([SendBirdFile]): [optional] # noqa: E501 message (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 - message_retention_hour (float): [optional] # noqa: E501 + message_retention_hour (int): [optional] # noqa: E501 silent (bool): [optional] # noqa: E501 type (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 req_id (str): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - message_id (float): [optional] # noqa: E501 - size (float): [optional] # noqa: E501 + message_id (int): [optional] # noqa: E501 + size (int): [optional] # noqa: E501 sorted_metaarray ([{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]): [optional] # noqa: E501 thread_info ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 - parent_message_id (float): [optional] # noqa: E501 + parent_message_id (int): [optional] # noqa: E501 parent_message_info (SendBirdParentMessageInfo): [optional] # noqa: E501 is_reply_to_channel (bool): [optional] # noqa: E501 """ @@ -315,11 +315,11 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) require_auth (bool): [optional] # noqa: E501 - message_survival_seconds (float): [optional] # noqa: E501 + message_survival_seconds (int): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 mentioned_users ([SendBirdMessageResponseMentionedUsersInner]): [optional] # noqa: E501 translations ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 is_op_msg (bool): [optional] # noqa: E501 is_removed (bool): [optional] # noqa: E501 user (SendBirdMessageResponseUser): [optional] # noqa: E501 @@ -327,19 +327,19 @@ def __init__(self, *args, **kwargs): # noqa: E501 files ([SendBirdFile]): [optional] # noqa: E501 message (str): [optional] # noqa: E501 data (str): [optional] # noqa: E501 - message_retention_hour (float): [optional] # noqa: E501 + message_retention_hour (int): [optional] # noqa: E501 silent (bool): [optional] # noqa: E501 type (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 channel_type (str): [optional] # noqa: E501 req_id (str): [optional] # noqa: E501 mention_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - message_id (float): [optional] # noqa: E501 - size (float): [optional] # noqa: E501 + message_id (int): [optional] # noqa: E501 + size (int): [optional] # noqa: E501 sorted_metaarray ([{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]): [optional] # noqa: E501 thread_info ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 - parent_message_id (float): [optional] # noqa: E501 + parent_message_id (int): [optional] # noqa: E501 parent_message_info (SendBirdParentMessageInfo): [optional] # noqa: E501 is_reply_to_channel (bool): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_og_image.py b/sendbird_platform_sdk/model/send_bird_og_image.py index a544a46..c64b0fb 100644 --- a/sendbird_platform_sdk/model/send_bird_og_image.py +++ b/sendbird_platform_sdk/model/send_bird_og_image.py @@ -83,11 +83,11 @@ def openapi_types(): """ return { 'alt': (str,), # noqa: E501 - 'height': (float,), # noqa: E501 + 'height': (int,), # noqa: E501 'secure_url': (str,), # noqa: E501 'type': (str,), # noqa: E501 'url': (str,), # noqa: E501 - 'width': (float,), # noqa: E501 + 'width': (int,), # noqa: E501 } @cached_property @@ -146,11 +146,11 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) alt (str): [optional] # noqa: E501 - height (float): [optional] # noqa: E501 + height (int): [optional] # noqa: E501 secure_url (str): [optional] # noqa: E501 type (str): [optional] # noqa: E501 url (str): [optional] # noqa: E501 - width (float): [optional] # noqa: E501 + width (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -237,11 +237,11 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) alt (str): [optional] # noqa: E501 - height (float): [optional] # noqa: E501 + height (int): [optional] # noqa: E501 secure_url (str): [optional] # noqa: E501 type (str): [optional] # noqa: E501 url (str): [optional] # noqa: E501 - width (float): [optional] # noqa: E501 + width (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_open_channel.py b/sendbird_platform_sdk/model/send_bird_open_channel.py index c36d34e..9e7cf09 100644 --- a/sendbird_platform_sdk/model/send_bird_open_channel.py +++ b/sendbird_platform_sdk/model/send_bird_open_channel.py @@ -91,15 +91,15 @@ def openapi_types(): 'name': (str,), # noqa: E501 'custom_type': (str,), # noqa: E501 'channel_url': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'cover_url': (str,), # noqa: E501 'creator': (SendBirdUser,), # noqa: E501 'data': (str,), # noqa: E501 'is_dynamic_partitioned': (bool,), # noqa: E501 'is_ephemeral': (bool,), # noqa: E501 - 'max_length_message': (float,), # noqa: E501 + 'max_length_message': (int,), # noqa: E501 'operators': ([SendBirdUser],), # noqa: E501 - 'participant_count': (float,), # noqa: E501 + 'participant_count': (int,), # noqa: E501 'freeze': (bool,), # noqa: E501 } @@ -168,15 +168,15 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 name (str): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 cover_url (str): [optional] # noqa: E501 creator (SendBirdUser): [optional] # noqa: E501 data (str): [optional] # noqa: E501 is_dynamic_partitioned (bool): [optional] # noqa: E501 is_ephemeral (bool): [optional] # noqa: E501 - max_length_message (float): [optional] # noqa: E501 + max_length_message (int): [optional] # noqa: E501 operators ([SendBirdUser]): [optional] # noqa: E501 - participant_count (float): [optional] # noqa: E501 + participant_count (int): [optional] # noqa: E501 freeze (bool): [optional] # noqa: E501 """ @@ -266,15 +266,15 @@ def __init__(self, *args, **kwargs): # noqa: E501 name (str): [optional] # noqa: E501 custom_type (str): [optional] # noqa: E501 channel_url (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 cover_url (str): [optional] # noqa: E501 creator (SendBirdUser): [optional] # noqa: E501 data (str): [optional] # noqa: E501 is_dynamic_partitioned (bool): [optional] # noqa: E501 is_ephemeral (bool): [optional] # noqa: E501 - max_length_message (float): [optional] # noqa: E501 + max_length_message (int): [optional] # noqa: E501 operators ([SendBirdUser]): [optional] # noqa: E501 - participant_count (float): [optional] # noqa: E501 + participant_count (int): [optional] # noqa: E501 freeze (bool): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_parent_message_info.py b/sendbird_platform_sdk/model/send_bird_parent_message_info.py index 297a20a..8bb409f 100644 --- a/sendbird_platform_sdk/model/send_bird_parent_message_info.py +++ b/sendbird_platform_sdk/model/send_bird_parent_message_info.py @@ -93,7 +93,7 @@ def openapi_types(): 'custom_type': (str,), # noqa: E501 'message': (str,), # noqa: E501 'type': (str,), # noqa: E501 - 'ts': (float,), # noqa: E501 + 'ts': (int,), # noqa: E501 'user': (SendBirdUser,), # noqa: E501 'file': (SendBirdFile,), # noqa: E501 'files': ([SendBirdFile],), # noqa: E501 @@ -158,7 +158,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 custom_type (str): [optional] # noqa: E501 message (str): [optional] # noqa: E501 type (str): [optional] # noqa: E501 - ts (float): [optional] # noqa: E501 + ts (int): [optional] # noqa: E501 user (SendBirdUser): [optional] # noqa: E501 file (SendBirdFile): [optional] # noqa: E501 files ([SendBirdFile]): [optional] # noqa: E501 @@ -250,7 +250,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 custom_type (str): [optional] # noqa: E501 message (str): [optional] # noqa: E501 type (str): [optional] # noqa: E501 - ts (float): [optional] # noqa: E501 + ts (int): [optional] # noqa: E501 user (SendBirdUser): [optional] # noqa: E501 file (SendBirdFile): [optional] # noqa: E501 files ([SendBirdFile]): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/send_bird_poll.py b/sendbird_platform_sdk/model/send_bird_poll.py index b8d8511..7d1abf8 100644 --- a/sendbird_platform_sdk/model/send_bird_poll.py +++ b/sendbird_platform_sdk/model/send_bird_poll.py @@ -89,7 +89,7 @@ def openapi_types(): lazy_import() return { 'details': (SendBirdPollDetails,), # noqa: E501 - 'id': (float,), # noqa: E501 + 'id': (int,), # noqa: E501 'title': (str,), # noqa: E501 } @@ -146,7 +146,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) details (SendBirdPollDetails): [optional] # noqa: E501 - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 title (str): [optional] # noqa: E501 """ @@ -234,7 +234,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) details (SendBirdPollDetails): [optional] # noqa: E501 - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 title (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_poll_details.py b/sendbird_platform_sdk/model/send_bird_poll_details.py index 8fbdcca..489c616 100644 --- a/sendbird_platform_sdk/model/send_bird_poll_details.py +++ b/sendbird_platform_sdk/model/send_bird_poll_details.py @@ -95,14 +95,14 @@ def openapi_types(): return { 'allow_multiple_votes': (bool,), # noqa: E501 'allow_user_suggestion': (bool,), # noqa: E501 - 'close_at': (float,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'close_at': (int,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'created_by': (str,), # noqa: E501 'is_anonymous': (bool,), # noqa: E501 'options': ([SendBirdPollOption],), # noqa: E501 'status': (str,), # noqa: E501 - 'updated_at': (float,), # noqa: E501 - 'voter_count': (float,), # noqa: E501 + 'updated_at': (int,), # noqa: E501 + 'voter_count': (int,), # noqa: E501 } @cached_property @@ -166,14 +166,14 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) allow_multiple_votes (bool): [optional] # noqa: E501 allow_user_suggestion (bool): [optional] # noqa: E501 - close_at (float): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + close_at (int): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 created_by (str): [optional] # noqa: E501 is_anonymous (bool): [optional] # noqa: E501 options ([SendBirdPollOption]): [optional] # noqa: E501 status (str): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 - voter_count (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 + voter_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -261,14 +261,14 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) allow_multiple_votes (bool): [optional] # noqa: E501 allow_user_suggestion (bool): [optional] # noqa: E501 - close_at (float): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + close_at (int): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 created_by (str): [optional] # noqa: E501 is_anonymous (bool): [optional] # noqa: E501 options ([SendBirdPollOption]): [optional] # noqa: E501 status (str): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 - voter_count (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 + voter_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_poll_option.py b/sendbird_platform_sdk/model/send_bird_poll_option.py index 860772e..e71d921 100644 --- a/sendbird_platform_sdk/model/send_bird_poll_option.py +++ b/sendbird_platform_sdk/model/send_bird_poll_option.py @@ -88,14 +88,14 @@ def openapi_types(): """ lazy_import() return { - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 'created_by': (str,), # noqa: E501 - 'id': (float,), # noqa: E501 + 'id': (int,), # noqa: E501 'partial_voters': ([SendBirdUser],), # noqa: E501 - 'poll_id': (float,), # noqa: E501 + 'poll_id': (int,), # noqa: E501 'text': (str,), # noqa: E501 - 'updated_at': (float,), # noqa: E501 - 'vote_count': (float,), # noqa: E501 + 'updated_at': (int,), # noqa: E501 + 'vote_count': (int,), # noqa: E501 } @cached_property @@ -155,14 +155,14 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 created_by (str): [optional] # noqa: E501 - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 partial_voters ([SendBirdUser]): [optional] # noqa: E501 - poll_id (float): [optional] # noqa: E501 + poll_id (int): [optional] # noqa: E501 text (str): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 - vote_count (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 + vote_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -248,14 +248,14 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 created_by (str): [optional] # noqa: E501 - id (float): [optional] # noqa: E501 + id (int): [optional] # noqa: E501 partial_voters ([SendBirdUser]): [optional] # noqa: E501 - poll_id (float): [optional] # noqa: E501 + poll_id (int): [optional] # noqa: E501 text (str): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 - vote_count (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 + vote_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_poll_updated_vote_count.py b/sendbird_platform_sdk/model/send_bird_poll_updated_vote_count.py index 797d3aa..6c33663 100644 --- a/sendbird_platform_sdk/model/send_bird_poll_updated_vote_count.py +++ b/sendbird_platform_sdk/model/send_bird_poll_updated_vote_count.py @@ -82,8 +82,8 @@ def openapi_types(): and the value is attribute type. """ return { - 'option_id': (float,), # noqa: E501 - 'vote_count': (float,), # noqa: E501 + 'option_id': (int,), # noqa: E501 + 'vote_count': (int,), # noqa: E501 } @cached_property @@ -137,8 +137,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - option_id (float): [optional] # noqa: E501 - vote_count (float): [optional] # noqa: E501 + option_id (int): [optional] # noqa: E501 + vote_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -224,8 +224,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - option_id (float): [optional] # noqa: E501 - vote_count (float): [optional] # noqa: E501 + option_id (int): [optional] # noqa: E501 + vote_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_reaction.py b/sendbird_platform_sdk/model/send_bird_reaction.py index 14a1f73..75ae9d1 100644 --- a/sendbird_platform_sdk/model/send_bird_reaction.py +++ b/sendbird_platform_sdk/model/send_bird_reaction.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'key': (str,), # noqa: E501 - 'updated_at': (float,), # noqa: E501 + 'updated_at': (int,), # noqa: E501 'user_ids': ([str],), # noqa: E501 } @@ -140,7 +140,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) key (str): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 user_ids ([str]): [optional] # noqa: E501 """ @@ -228,7 +228,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) key (str): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 user_ids ([str]): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_restriction_info.py b/sendbird_platform_sdk/model/send_bird_restriction_info.py index 2ee58c4..36a8241 100644 --- a/sendbird_platform_sdk/model/send_bird_restriction_info.py +++ b/sendbird_platform_sdk/model/send_bird_restriction_info.py @@ -87,7 +87,7 @@ def openapi_types(): """ return { 'description': (str,), # noqa: E501 - 'end_at': (float,), # noqa: E501 + 'end_at': (int,), # noqa: E501 'restriction_type': (str,), # noqa: E501 } @@ -144,7 +144,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) description (str): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 restriction_type (str): [optional] # noqa: E501 """ @@ -232,7 +232,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) description (str): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 restriction_type (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_scheduled_message.py b/sendbird_platform_sdk/model/send_bird_scheduled_message.py index 1674254..2926f0c 100644 --- a/sendbird_platform_sdk/model/send_bird_scheduled_message.py +++ b/sendbird_platform_sdk/model/send_bird_scheduled_message.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'scheduled_message_id': (float,), # noqa: E501 + 'scheduled_message_id': (int,), # noqa: E501 'message_type': (str,), # noqa: E501 'message': (str,), # noqa: E501 } @@ -139,7 +139,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - scheduled_message_id (float): [optional] # noqa: E501 + scheduled_message_id (int): [optional] # noqa: E501 message_type (str): [optional] # noqa: E501 message (str): [optional] # noqa: E501 """ @@ -227,7 +227,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - scheduled_message_id (float): [optional] # noqa: E501 + scheduled_message_id (int): [optional] # noqa: E501 message_type (str): [optional] # noqa: E501 message (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/send_bird_thread_info.py b/sendbird_platform_sdk/model/send_bird_thread_info.py index c9e34e3..d0313b4 100644 --- a/sendbird_platform_sdk/model/send_bird_thread_info.py +++ b/sendbird_platform_sdk/model/send_bird_thread_info.py @@ -88,10 +88,10 @@ def openapi_types(): """ lazy_import() return { - 'last_replied_at': (float,), # noqa: E501 + 'last_replied_at': (int,), # noqa: E501 'most_replied_users': ([SendBirdUser],), # noqa: E501 - 'reply_count': (float,), # noqa: E501 - 'updated_at': (float,), # noqa: E501 + 'reply_count': (int,), # noqa: E501 + 'updated_at': (int,), # noqa: E501 } @cached_property @@ -147,10 +147,10 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - last_replied_at (float): [optional] # noqa: E501 + last_replied_at (int): [optional] # noqa: E501 most_replied_users ([SendBirdUser]): [optional] # noqa: E501 - reply_count (float): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + reply_count (int): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -236,10 +236,10 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - last_replied_at (float): [optional] # noqa: E501 + last_replied_at (int): [optional] # noqa: E501 most_replied_users ([SendBirdUser]): [optional] # noqa: E501 - reply_count (float): [optional] # noqa: E501 - updated_at (float): [optional] # noqa: E501 + reply_count (int): [optional] # noqa: E501 + updated_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_thumbnail_sb_object.py b/sendbird_platform_sdk/model/send_bird_thumbnail_sb_object.py index 2cb4930..a78466f 100644 --- a/sendbird_platform_sdk/model/send_bird_thumbnail_sb_object.py +++ b/sendbird_platform_sdk/model/send_bird_thumbnail_sb_object.py @@ -82,12 +82,12 @@ def openapi_types(): and the value is attribute type. """ return { - 'height': (float,), # noqa: E501 + 'height': (int,), # noqa: E501 'plain_url': (str,), # noqa: E501 - 'real_height': (float,), # noqa: E501 - 'real_width': (float,), # noqa: E501 + 'real_height': (int,), # noqa: E501 + 'real_width': (int,), # noqa: E501 'url': (str,), # noqa: E501 - 'width': (float,), # noqa: E501 + 'width': (int,), # noqa: E501 } @cached_property @@ -145,12 +145,12 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - height (float): [optional] # noqa: E501 + height (int): [optional] # noqa: E501 plain_url (str): [optional] # noqa: E501 - real_height (float): [optional] # noqa: E501 - real_width (float): [optional] # noqa: E501 + real_height (int): [optional] # noqa: E501 + real_width (int): [optional] # noqa: E501 url (str): [optional] # noqa: E501 - width (float): [optional] # noqa: E501 + width (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -236,12 +236,12 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - height (float): [optional] # noqa: E501 + height (int): [optional] # noqa: E501 plain_url (str): [optional] # noqa: E501 - real_height (float): [optional] # noqa: E501 - real_width (float): [optional] # noqa: E501 + real_height (int): [optional] # noqa: E501 + real_width (int): [optional] # noqa: E501 url (str): [optional] # noqa: E501 - width (float): [optional] # noqa: E501 + width (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_thumbnail_size.py b/sendbird_platform_sdk/model/send_bird_thumbnail_size.py index b1a49a5..d6c9874 100644 --- a/sendbird_platform_sdk/model/send_bird_thumbnail_size.py +++ b/sendbird_platform_sdk/model/send_bird_thumbnail_size.py @@ -82,8 +82,8 @@ def openapi_types(): and the value is attribute type. """ return { - 'max_height': (float,), # noqa: E501 - 'max_width': (float,), # noqa: E501 + 'max_height': (int,), # noqa: E501 + 'max_width': (int,), # noqa: E501 } @cached_property @@ -137,8 +137,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - max_height (float): [optional] # noqa: E501 - max_width (float): [optional] # noqa: E501 + max_height (int): [optional] # noqa: E501 + max_width (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -224,8 +224,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - max_height (float): [optional] # noqa: E501 - max_width (float): [optional] # noqa: E501 + max_height (int): [optional] # noqa: E501 + max_width (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_user.py b/sendbird_platform_sdk/model/send_bird_user.py index 1e3215f..ea3e2ae 100644 --- a/sendbird_platform_sdk/model/send_bird_user.py +++ b/sendbird_platform_sdk/model/send_bird_user.py @@ -103,8 +103,8 @@ def openapi_types(): 'is_created': (bool,), # noqa: E501 'metadata': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},), # noqa: E501 'description': (str,), # noqa: E501 - 'end_at': (float,), # noqa: E501 - 'start_at': (float,), # noqa: E501 + 'end_at': (int,), # noqa: E501 + 'start_at': (int,), # noqa: E501 } @cached_property @@ -200,8 +200,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 is_created (bool): [optional] # noqa: E501 metadata ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 description (str): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -308,8 +308,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 is_created (bool): [optional] # noqa: E501 metadata ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): [optional] # noqa: E501 description (str): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 - start_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 + start_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/send_bird_user_message_params.py b/sendbird_platform_sdk/model/send_bird_user_message_params.py index 0a72441..2437ecd 100644 --- a/sendbird_platform_sdk/model/send_bird_user_message_params.py +++ b/sendbird_platform_sdk/model/send_bird_user_message_params.py @@ -110,8 +110,8 @@ def openapi_types(): 'message': (str,), # noqa: E501 'meta_array_keys': ([str],), # noqa: E501 'meta_arrays': ([SendBirdMessageMetaArray],), # noqa: E501 - 'parent_message_id': (float,), # noqa: E501 - 'poll_id': (float,), # noqa: E501 + 'parent_message_id': (int,), # noqa: E501 + 'poll_id': (int,), # noqa: E501 'push_notification_delivery_option': (str,), # noqa: E501 'target_languages': ([str],), # noqa: E501 'translation_target_languages': ([str],), # noqa: E501 @@ -191,8 +191,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 message (str): [optional] # noqa: E501 meta_array_keys ([str]): [optional] # noqa: E501 meta_arrays ([SendBirdMessageMetaArray]): [optional] # noqa: E501 - parent_message_id (float): [optional] # noqa: E501 - poll_id (float): [optional] # noqa: E501 + parent_message_id (int): [optional] # noqa: E501 + poll_id (int): [optional] # noqa: E501 push_notification_delivery_option (str): [optional] # noqa: E501 target_languages ([str]): [optional] # noqa: E501 translation_target_languages ([str]): [optional] # noqa: E501 @@ -291,8 +291,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 message (str): [optional] # noqa: E501 meta_array_keys ([str]): [optional] # noqa: E501 meta_arrays ([SendBirdMessageMetaArray]): [optional] # noqa: E501 - parent_message_id (float): [optional] # noqa: E501 - poll_id (float): [optional] # noqa: E501 + parent_message_id (int): [optional] # noqa: E501 + poll_id (int): [optional] # noqa: E501 push_notification_delivery_option (str): [optional] # noqa: E501 target_languages ([str]): [optional] # noqa: E501 translation_target_languages ([str]): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/send_message_data.py b/sendbird_platform_sdk/model/send_message_data.py index 7a75f7e..2295952 100644 --- a/sendbird_platform_sdk/model/send_message_data.py +++ b/sendbird_platform_sdk/model/send_message_data.py @@ -102,7 +102,7 @@ def openapi_types(): 'url': (str,), # noqa: E501 'file': (str,), # noqa: E501 'file_name': (str,), # noqa: E501 - 'file_size': (float,), # noqa: E501 + 'file_size': (int,), # noqa: E501 'file_type': (str,), # noqa: E501 'thumbnails': ([str],), # noqa: E501 'thumbnail1': (str,), # noqa: E501 @@ -207,7 +207,7 @@ def _from_openapi_data(cls, user_id, message_type, message, *args, **kwargs): # url (str): [optional] # noqa: E501 file (str): [optional] # noqa: E501 file_name (str): [optional] # noqa: E501 - file_size (float): [optional] # noqa: E501 + file_size (int): [optional] # noqa: E501 file_type (str): [optional] # noqa: E501 thumbnails ([str]): [optional] # noqa: E501 thumbnail1 (str): [optional] # noqa: E501 @@ -323,7 +323,7 @@ def __init__(self, user_id, message_type, message, *args, **kwargs): # noqa: E5 url (str): [optional] # noqa: E501 file (str): [optional] # noqa: E501 file_name (str): [optional] # noqa: E501 - file_size (float): [optional] # noqa: E501 + file_size (int): [optional] # noqa: E501 file_type (str): [optional] # noqa: E501 thumbnails ([str]): [optional] # noqa: E501 thumbnail1 (str): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/update_announcement_by_id_response_message.py b/sendbird_platform_sdk/model/update_announcement_by_id_response_message.py index f4f2538..3d7e4ab 100644 --- a/sendbird_platform_sdk/model/update_announcement_by_id_response_message.py +++ b/sendbird_platform_sdk/model/update_announcement_by_id_response_message.py @@ -89,13 +89,13 @@ def openapi_types(): 'data': (str,), # noqa: E501 'enable_push': (bool,), # noqa: E501 'target_at': (str,), # noqa: E501 - 'target_user_count': (float,), # noqa: E501 - 'target_channel_count': (float,), # noqa: E501 + 'target_user_count': (int,), # noqa: E501 + 'target_channel_count': (int,), # noqa: E501 'status': (str,), # noqa: E501 - 'scheduled_at': (float,), # noqa: E501 - 'completed_at': (float,), # noqa: E501 - 'sent_user_count': (float,), # noqa: E501 - 'open_count': (float,), # noqa: E501 + 'scheduled_at': (int,), # noqa: E501 + 'completed_at': (int,), # noqa: E501 + 'sent_user_count': (int,), # noqa: E501 + 'open_count': (int,), # noqa: E501 'open_rate': (float,), # noqa: E501 } @@ -170,13 +170,13 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 data (str): [optional] # noqa: E501 enable_push (bool): [optional] # noqa: E501 target_at (str): [optional] # noqa: E501 - target_user_count (float): [optional] # noqa: E501 - target_channel_count (float): [optional] # noqa: E501 + target_user_count (int): [optional] # noqa: E501 + target_channel_count (int): [optional] # noqa: E501 status (str): [optional] # noqa: E501 - scheduled_at (float): [optional] # noqa: E501 - completed_at (float): [optional] # noqa: E501 - sent_user_count (float): [optional] # noqa: E501 - open_count (float): [optional] # noqa: E501 + scheduled_at (int): [optional] # noqa: E501 + completed_at (int): [optional] # noqa: E501 + sent_user_count (int): [optional] # noqa: E501 + open_count (int): [optional] # noqa: E501 open_rate (float): [optional] # noqa: E501 """ @@ -270,13 +270,13 @@ def __init__(self, *args, **kwargs): # noqa: E501 data (str): [optional] # noqa: E501 enable_push (bool): [optional] # noqa: E501 target_at (str): [optional] # noqa: E501 - target_user_count (float): [optional] # noqa: E501 - target_channel_count (float): [optional] # noqa: E501 + target_user_count (int): [optional] # noqa: E501 + target_channel_count (int): [optional] # noqa: E501 status (str): [optional] # noqa: E501 - scheduled_at (float): [optional] # noqa: E501 - completed_at (float): [optional] # noqa: E501 - sent_user_count (float): [optional] # noqa: E501 - open_count (float): [optional] # noqa: E501 + scheduled_at (int): [optional] # noqa: E501 + completed_at (int): [optional] # noqa: E501 + sent_user_count (int): [optional] # noqa: E501 + open_count (int): [optional] # noqa: E501 open_rate (float): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/update_bot_by_id_response.py b/sendbird_platform_sdk/model/update_bot_by_id_response.py index a7d3be1..c9386e4 100644 --- a/sendbird_platform_sdk/model/update_bot_by_id_response.py +++ b/sendbird_platform_sdk/model/update_bot_by_id_response.py @@ -93,7 +93,7 @@ def openapi_types(): 'enable_mark_as_read': (bool,), # noqa: E501 'is_privacy_mode': (bool,), # noqa: E501 'show_member': (bool,), # noqa: E501 - 'channel_invitation_preference': (float,), # noqa: E501 + 'channel_invitation_preference': (int,), # noqa: E501 } @cached_property @@ -156,7 +156,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 enable_mark_as_read (bool): [optional] # noqa: E501 is_privacy_mode (bool): [optional] # noqa: E501 show_member (bool): [optional] # noqa: E501 - channel_invitation_preference (float): [optional] # noqa: E501 + channel_invitation_preference (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -247,7 +247,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 enable_mark_as_read (bool): [optional] # noqa: E501 is_privacy_mode (bool): [optional] # noqa: E501 show_member (bool): [optional] # noqa: E501 - channel_invitation_preference (float): [optional] # noqa: E501 + channel_invitation_preference (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/update_push_preferences_for_channel_by_url_response.py b/sendbird_platform_sdk/model/update_push_preferences_for_channel_by_url_response.py index 3875eab..12991c0 100644 --- a/sendbird_platform_sdk/model/update_push_preferences_for_channel_by_url_response.py +++ b/sendbird_platform_sdk/model/update_push_preferences_for_channel_by_url_response.py @@ -84,13 +84,13 @@ def openapi_types(): return { 'push_trigger_option': (str,), # noqa: E501 'do_not_disturb': (bool,), # noqa: E501 - 'start_hour': (float,), # noqa: E501 - 'start_min': (float,), # noqa: E501 - 'end_hour': (float,), # noqa: E501 - 'end_min': (float,), # noqa: E501 + 'start_hour': (int,), # noqa: E501 + 'start_min': (int,), # noqa: E501 + 'end_hour': (int,), # noqa: E501 + 'end_min': (int,), # noqa: E501 'snooze_enabled': (bool,), # noqa: E501 - 'snooze_start_ts': (float,), # noqa: E501 - 'snooze_end_ts': (float,), # noqa: E501 + 'snooze_start_ts': (int,), # noqa: E501 + 'snooze_end_ts': (int,), # noqa: E501 'timezone': (str,), # noqa: E501 'push_sound': (str,), # noqa: E501 'enable': (bool,), # noqa: E501 @@ -159,13 +159,13 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) push_trigger_option (str): [optional] # noqa: E501 do_not_disturb (bool): [optional] # noqa: E501 - start_hour (float): [optional] # noqa: E501 - start_min (float): [optional] # noqa: E501 - end_hour (float): [optional] # noqa: E501 - end_min (float): [optional] # noqa: E501 + start_hour (int): [optional] # noqa: E501 + start_min (int): [optional] # noqa: E501 + end_hour (int): [optional] # noqa: E501 + end_min (int): [optional] # noqa: E501 snooze_enabled (bool): [optional] # noqa: E501 - snooze_start_ts (float): [optional] # noqa: E501 - snooze_end_ts (float): [optional] # noqa: E501 + snooze_start_ts (int): [optional] # noqa: E501 + snooze_end_ts (int): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 enable (bool): [optional] # noqa: E501 @@ -256,13 +256,13 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) push_trigger_option (str): [optional] # noqa: E501 do_not_disturb (bool): [optional] # noqa: E501 - start_hour (float): [optional] # noqa: E501 - start_min (float): [optional] # noqa: E501 - end_hour (float): [optional] # noqa: E501 - end_min (float): [optional] # noqa: E501 + start_hour (int): [optional] # noqa: E501 + start_min (int): [optional] # noqa: E501 + end_hour (int): [optional] # noqa: E501 + end_min (int): [optional] # noqa: E501 snooze_enabled (bool): [optional] # noqa: E501 - snooze_start_ts (float): [optional] # noqa: E501 - snooze_end_ts (float): [optional] # noqa: E501 + snooze_start_ts (int): [optional] # noqa: E501 + snooze_end_ts (int): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 enable (bool): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/update_push_preferences_response.py b/sendbird_platform_sdk/model/update_push_preferences_response.py index eb9021c..0cfb94b 100644 --- a/sendbird_platform_sdk/model/update_push_preferences_response.py +++ b/sendbird_platform_sdk/model/update_push_preferences_response.py @@ -87,13 +87,13 @@ def openapi_types(): 'push_blocked_bot_ids': ([str],), # noqa: E501 'push_trigger_option': (str,), # noqa: E501 'do_not_disturb': (bool,), # noqa: E501 - 'start_hour': (float,), # noqa: E501 - 'start_min': (float,), # noqa: E501 - 'end_hour': (float,), # noqa: E501 - 'end_min': (float,), # noqa: E501 + 'start_hour': (int,), # noqa: E501 + 'start_min': (int,), # noqa: E501 + 'end_hour': (int,), # noqa: E501 + 'end_min': (int,), # noqa: E501 'snooze_enabled': (bool,), # noqa: E501 - 'snooze_start_ts': (float,), # noqa: E501 - 'snooze_end_ts': (float,), # noqa: E501 + 'snooze_start_ts': (int,), # noqa: E501 + 'snooze_end_ts': (int,), # noqa: E501 'timezone': (str,), # noqa: E501 'push_sound': (str,), # noqa: E501 } @@ -166,13 +166,13 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 push_blocked_bot_ids ([str]): [optional] # noqa: E501 push_trigger_option (str): [optional] # noqa: E501 do_not_disturb (bool): [optional] # noqa: E501 - start_hour (float): [optional] # noqa: E501 - start_min (float): [optional] # noqa: E501 - end_hour (float): [optional] # noqa: E501 - end_min (float): [optional] # noqa: E501 + start_hour (int): [optional] # noqa: E501 + start_min (int): [optional] # noqa: E501 + end_hour (int): [optional] # noqa: E501 + end_min (int): [optional] # noqa: E501 snooze_enabled (bool): [optional] # noqa: E501 - snooze_start_ts (float): [optional] # noqa: E501 - snooze_end_ts (float): [optional] # noqa: E501 + snooze_start_ts (int): [optional] # noqa: E501 + snooze_end_ts (int): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 """ @@ -265,13 +265,13 @@ def __init__(self, *args, **kwargs): # noqa: E501 push_blocked_bot_ids ([str]): [optional] # noqa: E501 push_trigger_option (str): [optional] # noqa: E501 do_not_disturb (bool): [optional] # noqa: E501 - start_hour (float): [optional] # noqa: E501 - start_min (float): [optional] # noqa: E501 - end_hour (float): [optional] # noqa: E501 - end_min (float): [optional] # noqa: E501 + start_hour (int): [optional] # noqa: E501 + start_min (int): [optional] # noqa: E501 + end_hour (int): [optional] # noqa: E501 + end_min (int): [optional] # noqa: E501 snooze_enabled (bool): [optional] # noqa: E501 - snooze_start_ts (float): [optional] # noqa: E501 - snooze_end_ts (float): [optional] # noqa: E501 + snooze_start_ts (int): [optional] # noqa: E501 + snooze_end_ts (int): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/v3_group_channels_channel_url_scheduled_messages_scheduled_message_id_delete_request.py b/sendbird_platform_sdk/model/v3_group_channels_channel_url_scheduled_messages_scheduled_message_id_delete_request.py index 002e4eb..e875a65 100644 --- a/sendbird_platform_sdk/model/v3_group_channels_channel_url_scheduled_messages_scheduled_message_id_delete_request.py +++ b/sendbird_platform_sdk/model/v3_group_channels_channel_url_scheduled_messages_scheduled_message_id_delete_request.py @@ -87,7 +87,7 @@ def openapi_types(): 'message': (str,), # noqa: E501 'file': (str,), # noqa: E501 'url': (str,), # noqa: E501 - 'scheduled_at': (float,), # noqa: E501 + 'scheduled_at': (int,), # noqa: E501 'custom_type': (str,), # noqa: E501 'data': (str,), # noqa: E501 'send_push': (bool,), # noqa: E501 @@ -176,7 +176,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 message (str): Specifies the content of the message.. [optional] # noqa: E501 file (str): Depending on the file upload method, this specifies the data of the file to upload to the Sendbird server either in raw binary format or by the file's location. When sending a request containing a file, you must change the value of the content-type header to multipart/form-data; boundary={your_unique_boundary_string} in the request. The code examples of HTTP multipart request and cURL are provided below the tables for your reference. If this file property is specified, the url property is not required. This doesn't allow a converted base64-encoded string from a file as its value.. [optional] # noqa: E501 url (str): Specifies the URL of the file hosted on the server of your own or other third-party companies. If this url property is specified, the file property is not required.. [optional] # noqa: E501 - scheduled_at (float): The specified time that indicates when to send the message, in Unix milliseconds format. Since messages are scheduled in minutes, values less than seconds are discarded. The specified time can be between 5 minutes and 43,200 minutes (30 days) from the current time.. [optional] # noqa: E501 + scheduled_at (int): The specified time that indicates when to send the message, in Unix milliseconds format. Since messages are scheduled in minutes, values less than seconds are discarded. The specified time can be between 5 minutes and 43,200 minutes (30 days) from the current time.. [optional] # noqa: E501 custom_type (str): Specifies a custom message type used for message grouping. The length is limited to 128 characters. * Custom types are also used to segment metrics within Sendbird's Advanced analytics, which enables the sub-classification of data views.. [optional] # noqa: E501 data (str): Specifies additional message information such as custom font size, font type, or JSON formatted string.. [optional] # noqa: E501 send_push (bool): Determines whether to send a push notification of the message to the channel members. This property only applies to group channels. (Default is true). [optional] # noqa: E501 @@ -280,7 +280,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 message (str): Specifies the content of the message.. [optional] # noqa: E501 file (str): Depending on the file upload method, this specifies the data of the file to upload to the Sendbird server either in raw binary format or by the file's location. When sending a request containing a file, you must change the value of the content-type header to multipart/form-data; boundary={your_unique_boundary_string} in the request. The code examples of HTTP multipart request and cURL are provided below the tables for your reference. If this file property is specified, the url property is not required. This doesn't allow a converted base64-encoded string from a file as its value.. [optional] # noqa: E501 url (str): Specifies the URL of the file hosted on the server of your own or other third-party companies. If this url property is specified, the file property is not required.. [optional] # noqa: E501 - scheduled_at (float): The specified time that indicates when to send the message, in Unix milliseconds format. Since messages are scheduled in minutes, values less than seconds are discarded. The specified time can be between 5 minutes and 43,200 minutes (30 days) from the current time.. [optional] # noqa: E501 + scheduled_at (int): The specified time that indicates when to send the message, in Unix milliseconds format. Since messages are scheduled in minutes, values less than seconds are discarded. The specified time can be between 5 minutes and 43,200 minutes (30 days) from the current time.. [optional] # noqa: E501 custom_type (str): Specifies a custom message type used for message grouping. The length is limited to 128 characters. * Custom types are also used to segment metrics within Sendbird's Advanced analytics, which enables the sub-classification of data views.. [optional] # noqa: E501 data (str): Specifies additional message information such as custom font size, font type, or JSON formatted string.. [optional] # noqa: E501 send_push (bool): Determines whether to send a push notification of the message to the channel members. This property only applies to group channels. (Default is true). [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/v3_scheduled_messages_count_get200_response.py b/sendbird_platform_sdk/model/v3_scheduled_messages_count_get200_response.py index 40673af..34e6bfd 100644 --- a/sendbird_platform_sdk/model/v3_scheduled_messages_count_get200_response.py +++ b/sendbird_platform_sdk/model/v3_scheduled_messages_count_get200_response.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'count': (float,), # noqa: E501 + 'count': (int,), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - count (float): [optional] # noqa: E501 + count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - count (float): [optional] # noqa: E501 + count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_announcement_by_id_response.py b/sendbird_platform_sdk/model/view_announcement_by_id_response.py index 59522ca..fe749a5 100644 --- a/sendbird_platform_sdk/model/view_announcement_by_id_response.py +++ b/sendbird_platform_sdk/model/view_announcement_by_id_response.py @@ -95,21 +95,21 @@ def openapi_types(): 'message': (ScheduleAnnouncementResponseMessage,), # noqa: E501 'enable_push': (bool,), # noqa: E501 'target_at': (str,), # noqa: E501 - 'target_user_count': (float,), # noqa: E501 - 'target_channel_count': (float,), # noqa: E501 + 'target_user_count': (int,), # noqa: E501 + 'target_channel_count': (int,), # noqa: E501 'status': (str,), # noqa: E501 - 'scheduled_at': (float,), # noqa: E501 + 'scheduled_at': (int,), # noqa: E501 'cease_at': (str,), # noqa: E501 'resume_at': (str,), # noqa: E501 - 'completed_at': (float,), # noqa: E501 - 'sent_user_count': (float,), # noqa: E501 - 'open_count': (float,), # noqa: E501 + 'completed_at': (int,), # noqa: E501 + 'sent_user_count': (int,), # noqa: E501 + 'open_count': (int,), # noqa: E501 'open_rate': (float,), # noqa: E501 'create_channel': (bool,), # noqa: E501 'create_channel_options': (ScheduleAnnouncementResponseCreateChannelOptions,), # noqa: E501 - 'end_at': (float,), # noqa: E501 + 'end_at': (int,), # noqa: E501 'mark_as_read': (bool,), # noqa: E501 - 'sent_channel_count': (float,), # noqa: E501 + 'sent_channel_count': (int,), # noqa: E501 'target_channel_type': (str,), # noqa: E501 'target_custom_type': (str,), # noqa: E501 } @@ -190,21 +190,21 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 message (ScheduleAnnouncementResponseMessage): [optional] # noqa: E501 enable_push (bool): [optional] # noqa: E501 target_at (str): [optional] # noqa: E501 - target_user_count (float): [optional] # noqa: E501 - target_channel_count (float): [optional] # noqa: E501 + target_user_count (int): [optional] # noqa: E501 + target_channel_count (int): [optional] # noqa: E501 status (str): [optional] # noqa: E501 - scheduled_at (float): [optional] # noqa: E501 + scheduled_at (int): [optional] # noqa: E501 cease_at (str): [optional] # noqa: E501 resume_at (str): [optional] # noqa: E501 - completed_at (float): [optional] # noqa: E501 - sent_user_count (float): [optional] # noqa: E501 - open_count (float): [optional] # noqa: E501 + completed_at (int): [optional] # noqa: E501 + sent_user_count (int): [optional] # noqa: E501 + open_count (int): [optional] # noqa: E501 open_rate (float): [optional] # noqa: E501 create_channel (bool): [optional] # noqa: E501 create_channel_options (ScheduleAnnouncementResponseCreateChannelOptions): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 mark_as_read (bool): [optional] # noqa: E501 - sent_channel_count (float): [optional] # noqa: E501 + sent_channel_count (int): [optional] # noqa: E501 target_channel_type (str): [optional] # noqa: E501 target_custom_type (str): [optional] # noqa: E501 """ @@ -297,21 +297,21 @@ def __init__(self, *args, **kwargs): # noqa: E501 message (ScheduleAnnouncementResponseMessage): [optional] # noqa: E501 enable_push (bool): [optional] # noqa: E501 target_at (str): [optional] # noqa: E501 - target_user_count (float): [optional] # noqa: E501 - target_channel_count (float): [optional] # noqa: E501 + target_user_count (int): [optional] # noqa: E501 + target_channel_count (int): [optional] # noqa: E501 status (str): [optional] # noqa: E501 - scheduled_at (float): [optional] # noqa: E501 + scheduled_at (int): [optional] # noqa: E501 cease_at (str): [optional] # noqa: E501 resume_at (str): [optional] # noqa: E501 - completed_at (float): [optional] # noqa: E501 - sent_user_count (float): [optional] # noqa: E501 - open_count (float): [optional] # noqa: E501 + completed_at (int): [optional] # noqa: E501 + sent_user_count (int): [optional] # noqa: E501 + open_count (int): [optional] # noqa: E501 open_rate (float): [optional] # noqa: E501 create_channel (bool): [optional] # noqa: E501 create_channel_options (ScheduleAnnouncementResponseCreateChannelOptions): [optional] # noqa: E501 - end_at (float): [optional] # noqa: E501 + end_at (int): [optional] # noqa: E501 mark_as_read (bool): [optional] # noqa: E501 - sent_channel_count (float): [optional] # noqa: E501 + sent_channel_count (int): [optional] # noqa: E501 target_channel_type (str): [optional] # noqa: E501 target_custom_type (str): [optional] # noqa: E501 """ diff --git a/sendbird_platform_sdk/model/view_bot_by_id_response.py b/sendbird_platform_sdk/model/view_bot_by_id_response.py index 9ad3129..103cdb4 100644 --- a/sendbird_platform_sdk/model/view_bot_by_id_response.py +++ b/sendbird_platform_sdk/model/view_bot_by_id_response.py @@ -93,7 +93,7 @@ def openapi_types(): 'enable_mark_as_read': (bool,), # noqa: E501 'is_privacy_mode': (bool,), # noqa: E501 'show_member': (bool,), # noqa: E501 - 'channel_invitation_preference': (float,), # noqa: E501 + 'channel_invitation_preference': (int,), # noqa: E501 } @cached_property @@ -156,7 +156,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 enable_mark_as_read (bool): [optional] # noqa: E501 is_privacy_mode (bool): [optional] # noqa: E501 show_member (bool): [optional] # noqa: E501 - channel_invitation_preference (float): [optional] # noqa: E501 + channel_invitation_preference (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -247,7 +247,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 enable_mark_as_read (bool): [optional] # noqa: E501 is_privacy_mode (bool): [optional] # noqa: E501 show_member (bool): [optional] # noqa: E501 - channel_invitation_preference (float): [optional] # noqa: E501 + channel_invitation_preference (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_data_export_by_id_response.py b/sendbird_platform_sdk/model/view_data_export_by_id_response.py index 004430b..79a242b 100644 --- a/sendbird_platform_sdk/model/view_data_export_by_id_response.py +++ b/sendbird_platform_sdk/model/view_data_export_by_id_response.py @@ -94,9 +94,9 @@ def openapi_types(): 'format': (str,), # noqa: E501 'csv_delimiter': (str,), # noqa: E501 'timezone': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 - 'start_ts': (float,), # noqa: E501 - 'end_ts': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 + 'start_ts': (int,), # noqa: E501 + 'end_ts': (int,), # noqa: E501 'channel_urls': ([str],), # noqa: E501 'channel_custom_types': ([str],), # noqa: E501 'sender_ids': ([str],), # noqa: E501 @@ -173,9 +173,9 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 format (str): [optional] # noqa: E501 csv_delimiter (str): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 - start_ts (float): [optional] # noqa: E501 - end_ts (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 + start_ts (int): [optional] # noqa: E501 + end_ts (int): [optional] # noqa: E501 channel_urls ([str]): [optional] # noqa: E501 channel_custom_types ([str]): [optional] # noqa: E501 sender_ids ([str]): [optional] # noqa: E501 @@ -272,9 +272,9 @@ def __init__(self, *args, **kwargs): # noqa: E501 format (str): [optional] # noqa: E501 csv_delimiter (str): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 - start_ts (float): [optional] # noqa: E501 - end_ts (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 + start_ts (int): [optional] # noqa: E501 + end_ts (int): [optional] # noqa: E501 channel_urls ([str]): [optional] # noqa: E501 channel_custom_types ([str]): [optional] # noqa: E501 sender_ids ([str]): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/view_gdpr_request_by_id_response.py b/sendbird_platform_sdk/model/view_gdpr_request_by_id_response.py index 3655934..4f01983 100644 --- a/sendbird_platform_sdk/model/view_gdpr_request_by_id_response.py +++ b/sendbird_platform_sdk/model/view_gdpr_request_by_id_response.py @@ -95,7 +95,7 @@ def openapi_types(): 'files': (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile,), # noqa: E501 'user_ids': ([str],), # noqa: E501 'channel_delete_option': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -162,7 +162,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 files (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile): [optional] # noqa: E501 user_ids ([str]): [optional] # noqa: E501 channel_delete_option (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -255,7 +255,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 files (ListDataExportsByMessageChannelOrUserResponseExportedDataInnerFile): [optional] # noqa: E501 user_ids ([str]): [optional] # noqa: E501 channel_delete_option (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_number_of_channels_by_join_status_response.py b/sendbird_platform_sdk/model/view_number_of_channels_by_join_status_response.py index abba4a0..c0b5ef8 100644 --- a/sendbird_platform_sdk/model/view_number_of_channels_by_join_status_response.py +++ b/sendbird_platform_sdk/model/view_number_of_channels_by_join_status_response.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'group_channel_count': (float,), # noqa: E501 + 'group_channel_count': (int,), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - group_channel_count (float): [optional] # noqa: E501 + group_channel_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - group_channel_count (float): [optional] # noqa: E501 + group_channel_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_number_of_channels_with_unread_messages_response.py b/sendbird_platform_sdk/model/view_number_of_channels_with_unread_messages_response.py index f647b7c..a7eab6b 100644 --- a/sendbird_platform_sdk/model/view_number_of_channels_with_unread_messages_response.py +++ b/sendbird_platform_sdk/model/view_number_of_channels_with_unread_messages_response.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'unread_count': (float,), # noqa: E501 + 'unread_count': (int,), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - unread_count (float): [optional] # noqa: E501 + unread_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - unread_count (float): [optional] # noqa: E501 + unread_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_number_of_concurrent_connections_response.py b/sendbird_platform_sdk/model/view_number_of_concurrent_connections_response.py index 2c14a9e..4c9fd42 100644 --- a/sendbird_platform_sdk/model/view_number_of_concurrent_connections_response.py +++ b/sendbird_platform_sdk/model/view_number_of_concurrent_connections_response.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'ccu': (float,), # noqa: E501 + 'ccu': (int,), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - ccu (float): [optional] # noqa: E501 + ccu (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - ccu (float): [optional] # noqa: E501 + ccu (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_number_of_daily_active_users_response.py b/sendbird_platform_sdk/model/view_number_of_daily_active_users_response.py index b8609f5..554cffe 100644 --- a/sendbird_platform_sdk/model/view_number_of_daily_active_users_response.py +++ b/sendbird_platform_sdk/model/view_number_of_daily_active_users_response.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'dau': (float,), # noqa: E501 + 'dau': (int,), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - dau (float): [optional] # noqa: E501 + dau (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - dau (float): [optional] # noqa: E501 + dau (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_number_of_monthly_active_users_response.py b/sendbird_platform_sdk/model/view_number_of_monthly_active_users_response.py index 3fcb709..cddbd0e 100644 --- a/sendbird_platform_sdk/model/view_number_of_monthly_active_users_response.py +++ b/sendbird_platform_sdk/model/view_number_of_monthly_active_users_response.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'mau': (float,), # noqa: E501 + 'mau': (int,), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - mau (float): [optional] # noqa: E501 + mau (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - mau (float): [optional] # noqa: E501 + mau (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_number_of_peak_connections_response_peak_connections_inner.py b/sendbird_platform_sdk/model/view_number_of_peak_connections_response_peak_connections_inner.py index 8beac1f..bdba4b9 100644 --- a/sendbird_platform_sdk/model/view_number_of_peak_connections_response_peak_connections_inner.py +++ b/sendbird_platform_sdk/model/view_number_of_peak_connections_response_peak_connections_inner.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'date': (str,), # noqa: E501 - 'peak_connections': (float,), # noqa: E501 + 'peak_connections': (int,), # noqa: E501 } @cached_property @@ -138,7 +138,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) date (str): [optional] # noqa: E501 - peak_connections (float): [optional] # noqa: E501 + peak_connections (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -225,7 +225,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) date (str): [optional] # noqa: E501 - peak_connections (float): [optional] # noqa: E501 + peak_connections (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_number_of_unread_items_response.py b/sendbird_platform_sdk/model/view_number_of_unread_items_response.py index b5d4bba..41071a5 100644 --- a/sendbird_platform_sdk/model/view_number_of_unread_items_response.py +++ b/sendbird_platform_sdk/model/view_number_of_unread_items_response.py @@ -82,15 +82,15 @@ def openapi_types(): and the value is attribute type. """ return { - 'non_super_group_channel_unread_message_count': (float,), # noqa: E501 - 'super_group_channel_unread_message_count': (float,), # noqa: E501 - 'group_channel_unread_message_count': (float,), # noqa: E501 - 'super_group_channel_invitation_count': (float,), # noqa: E501 - 'group_channel_invitation_count': (float,), # noqa: E501 - 'super_group_channel_unread_mention_count': (float,), # noqa: E501 - 'group_channel_unread_mention_count': (float,), # noqa: E501 - 'non_super_group_channel_unread_mention_count': (float,), # noqa: E501 - 'non_super_group_channel_invitation_count': (float,), # noqa: E501 + 'non_super_group_channel_unread_message_count': (int,), # noqa: E501 + 'super_group_channel_unread_message_count': (int,), # noqa: E501 + 'group_channel_unread_message_count': (int,), # noqa: E501 + 'super_group_channel_invitation_count': (int,), # noqa: E501 + 'group_channel_invitation_count': (int,), # noqa: E501 + 'super_group_channel_unread_mention_count': (int,), # noqa: E501 + 'group_channel_unread_mention_count': (int,), # noqa: E501 + 'non_super_group_channel_unread_mention_count': (int,), # noqa: E501 + 'non_super_group_channel_invitation_count': (int,), # noqa: E501 } @cached_property @@ -151,15 +151,15 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - non_super_group_channel_unread_message_count (float): [optional] # noqa: E501 - super_group_channel_unread_message_count (float): [optional] # noqa: E501 - group_channel_unread_message_count (float): [optional] # noqa: E501 - super_group_channel_invitation_count (float): [optional] # noqa: E501 - group_channel_invitation_count (float): [optional] # noqa: E501 - super_group_channel_unread_mention_count (float): [optional] # noqa: E501 - group_channel_unread_mention_count (float): [optional] # noqa: E501 - non_super_group_channel_unread_mention_count (float): [optional] # noqa: E501 - non_super_group_channel_invitation_count (float): [optional] # noqa: E501 + non_super_group_channel_unread_message_count (int): [optional] # noqa: E501 + super_group_channel_unread_message_count (int): [optional] # noqa: E501 + group_channel_unread_message_count (int): [optional] # noqa: E501 + super_group_channel_invitation_count (int): [optional] # noqa: E501 + group_channel_invitation_count (int): [optional] # noqa: E501 + super_group_channel_unread_mention_count (int): [optional] # noqa: E501 + group_channel_unread_mention_count (int): [optional] # noqa: E501 + non_super_group_channel_unread_mention_count (int): [optional] # noqa: E501 + non_super_group_channel_invitation_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -245,15 +245,15 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - non_super_group_channel_unread_message_count (float): [optional] # noqa: E501 - super_group_channel_unread_message_count (float): [optional] # noqa: E501 - group_channel_unread_message_count (float): [optional] # noqa: E501 - super_group_channel_invitation_count (float): [optional] # noqa: E501 - group_channel_invitation_count (float): [optional] # noqa: E501 - super_group_channel_unread_mention_count (float): [optional] # noqa: E501 - group_channel_unread_mention_count (float): [optional] # noqa: E501 - non_super_group_channel_unread_mention_count (float): [optional] # noqa: E501 - non_super_group_channel_invitation_count (float): [optional] # noqa: E501 + non_super_group_channel_unread_message_count (int): [optional] # noqa: E501 + super_group_channel_unread_message_count (int): [optional] # noqa: E501 + group_channel_unread_message_count (int): [optional] # noqa: E501 + super_group_channel_invitation_count (int): [optional] # noqa: E501 + group_channel_invitation_count (int): [optional] # noqa: E501 + super_group_channel_unread_mention_count (int): [optional] # noqa: E501 + group_channel_unread_mention_count (int): [optional] # noqa: E501 + non_super_group_channel_unread_mention_count (int): [optional] # noqa: E501 + non_super_group_channel_invitation_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_number_of_unread_messages_response.py b/sendbird_platform_sdk/model/view_number_of_unread_messages_response.py index 61a34b3..89e5eca 100644 --- a/sendbird_platform_sdk/model/view_number_of_unread_messages_response.py +++ b/sendbird_platform_sdk/model/view_number_of_unread_messages_response.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'unread_count': (float,), # noqa: E501 + 'unread_count': (int,), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - unread_count (float): [optional] # noqa: E501 + unread_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - unread_count (float): [optional] # noqa: E501 + unread_count (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_push_preferences_for_channel_by_url_response.py b/sendbird_platform_sdk/model/view_push_preferences_for_channel_by_url_response.py index dab33e8..94bf068 100644 --- a/sendbird_platform_sdk/model/view_push_preferences_for_channel_by_url_response.py +++ b/sendbird_platform_sdk/model/view_push_preferences_for_channel_by_url_response.py @@ -84,13 +84,13 @@ def openapi_types(): return { 'push_trigger_option': (str,), # noqa: E501 'do_not_disturb': (bool,), # noqa: E501 - 'start_hour': (float,), # noqa: E501 - 'start_min': (float,), # noqa: E501 - 'end_hour': (float,), # noqa: E501 - 'end_min': (float,), # noqa: E501 + 'start_hour': (int,), # noqa: E501 + 'start_min': (int,), # noqa: E501 + 'end_hour': (int,), # noqa: E501 + 'end_min': (int,), # noqa: E501 'snooze_enabled': (bool,), # noqa: E501 - 'snooze_start_ts': (float,), # noqa: E501 - 'snooze_end_ts': (float,), # noqa: E501 + 'snooze_start_ts': (int,), # noqa: E501 + 'snooze_end_ts': (int,), # noqa: E501 'timezone': (str,), # noqa: E501 'push_sound': (str,), # noqa: E501 'enable': (bool,), # noqa: E501 @@ -159,13 +159,13 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) push_trigger_option (str): [optional] # noqa: E501 do_not_disturb (bool): [optional] # noqa: E501 - start_hour (float): [optional] # noqa: E501 - start_min (float): [optional] # noqa: E501 - end_hour (float): [optional] # noqa: E501 - end_min (float): [optional] # noqa: E501 + start_hour (int): [optional] # noqa: E501 + start_min (int): [optional] # noqa: E501 + end_hour (int): [optional] # noqa: E501 + end_min (int): [optional] # noqa: E501 snooze_enabled (bool): [optional] # noqa: E501 - snooze_start_ts (float): [optional] # noqa: E501 - snooze_end_ts (float): [optional] # noqa: E501 + snooze_start_ts (int): [optional] # noqa: E501 + snooze_end_ts (int): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 enable (bool): [optional] # noqa: E501 @@ -256,13 +256,13 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) push_trigger_option (str): [optional] # noqa: E501 do_not_disturb (bool): [optional] # noqa: E501 - start_hour (float): [optional] # noqa: E501 - start_min (float): [optional] # noqa: E501 - end_hour (float): [optional] # noqa: E501 - end_min (float): [optional] # noqa: E501 + start_hour (int): [optional] # noqa: E501 + start_min (int): [optional] # noqa: E501 + end_hour (int): [optional] # noqa: E501 + end_min (int): [optional] # noqa: E501 snooze_enabled (bool): [optional] # noqa: E501 - snooze_start_ts (float): [optional] # noqa: E501 - snooze_end_ts (float): [optional] # noqa: E501 + snooze_start_ts (int): [optional] # noqa: E501 + snooze_end_ts (int): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 enable (bool): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/view_push_preferences_response.py b/sendbird_platform_sdk/model/view_push_preferences_response.py index dbf12bf..0fbd2aa 100644 --- a/sendbird_platform_sdk/model/view_push_preferences_response.py +++ b/sendbird_platform_sdk/model/view_push_preferences_response.py @@ -83,16 +83,16 @@ def openapi_types(): """ return { 'snooze_start_ts': (str,), # noqa: E501 - 'start_hour': (float,), # noqa: E501 + 'start_hour': (int,), # noqa: E501 'snooze_enabled': (bool,), # noqa: E501 - 'end_min': (float,), # noqa: E501 + 'end_min': (int,), # noqa: E501 'timezone': (str,), # noqa: E501 'block_push_from_bots': (bool,), # noqa: E501 'push_blocked_bot_ids': ([str],), # noqa: E501 - 'start_min': (float,), # noqa: E501 + 'start_min': (int,), # noqa: E501 'snooze_end_ts': (str,), # noqa: E501 'do_not_disturb': (bool,), # noqa: E501 - 'end_hour': (float,), # noqa: E501 + 'end_hour': (int,), # noqa: E501 'enable_push_for_replies': (bool,), # noqa: E501 'push_sound': (str,), # noqa: E501 'push_trigger_option': (str,), # noqa: E501 @@ -162,16 +162,16 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) snooze_start_ts (str): [optional] # noqa: E501 - start_hour (float): [optional] # noqa: E501 + start_hour (int): [optional] # noqa: E501 snooze_enabled (bool): [optional] # noqa: E501 - end_min (float): [optional] # noqa: E501 + end_min (int): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 block_push_from_bots (bool): [optional] # noqa: E501 push_blocked_bot_ids ([str]): [optional] # noqa: E501 - start_min (float): [optional] # noqa: E501 + start_min (int): [optional] # noqa: E501 snooze_end_ts (str): [optional] # noqa: E501 do_not_disturb (bool): [optional] # noqa: E501 - end_hour (float): [optional] # noqa: E501 + end_hour (int): [optional] # noqa: E501 enable_push_for_replies (bool): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 push_trigger_option (str): [optional] # noqa: E501 @@ -261,16 +261,16 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) snooze_start_ts (str): [optional] # noqa: E501 - start_hour (float): [optional] # noqa: E501 + start_hour (int): [optional] # noqa: E501 snooze_enabled (bool): [optional] # noqa: E501 - end_min (float): [optional] # noqa: E501 + end_min (int): [optional] # noqa: E501 timezone (str): [optional] # noqa: E501 block_push_from_bots (bool): [optional] # noqa: E501 push_blocked_bot_ids ([str]): [optional] # noqa: E501 - start_min (float): [optional] # noqa: E501 + start_min (int): [optional] # noqa: E501 snooze_end_ts (str): [optional] # noqa: E501 do_not_disturb (bool): [optional] # noqa: E501 - end_hour (float): [optional] # noqa: E501 + end_hour (int): [optional] # noqa: E501 enable_push_for_replies (bool): [optional] # noqa: E501 push_sound (str): [optional] # noqa: E501 push_trigger_option (str): [optional] # noqa: E501 diff --git a/sendbird_platform_sdk/model/view_secondary_api_token_by_token_response.py b/sendbird_platform_sdk/model/view_secondary_api_token_by_token_response.py index dcafe88..4948c19 100644 --- a/sendbird_platform_sdk/model/view_secondary_api_token_by_token_response.py +++ b/sendbird_platform_sdk/model/view_secondary_api_token_by_token_response.py @@ -83,7 +83,7 @@ def openapi_types(): """ return { 'token': (str,), # noqa: E501 - 'created_at': (float,), # noqa: E501 + 'created_at': (int,), # noqa: E501 } @cached_property @@ -138,7 +138,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) token (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -225,7 +225,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) token (str): [optional] # noqa: E501 - created_at (float): [optional] # noqa: E501 + created_at (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/sendbird_platform_sdk/model/view_total_number_of_messages_in_channel_response.py b/sendbird_platform_sdk/model/view_total_number_of_messages_in_channel_response.py index 76d1c6d..2c794d3 100644 --- a/sendbird_platform_sdk/model/view_total_number_of_messages_in_channel_response.py +++ b/sendbird_platform_sdk/model/view_total_number_of_messages_in_channel_response.py @@ -82,7 +82,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'total': (float,), # noqa: E501 + 'total': (int,), # noqa: E501 } @cached_property @@ -135,7 +135,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - total (float): [optional] # noqa: E501 + total (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -221,7 +221,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - total (float): [optional] # noqa: E501 + total (int): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True)