Skip to content

Commit c47c6ed

Browse files
James RobertsonJames Robertson
authored andcommitted
update to version 1.0.7
1 parent 0048195 commit c47c6ed

File tree

359 files changed

+11840
-31968
lines changed

Some content is hidden

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

359 files changed

+11840
-31968
lines changed

.openapi-generator/FILES

Lines changed: 85 additions & 80 deletions
Large diffs are not rendered by default.

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.1
1+
6.0.0

docs/AddApnsPushConfigurationResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**PushConfigurations** | [**List<AddApnsPushConfigurationResponsePushConfigurations>**](AddApnsPushConfigurationResponsePushConfigurations.md) | | [optional]
8+
**PushConfigurations** | [**List<AddApnsPushConfigurationResponsePushConfigurationsInner>**](AddApnsPushConfigurationResponsePushConfigurationsInner.md) | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models)
1111
[[Back to API list]](../README.md#documentation-for-api-endpoints)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
# sendbird_platform_sdk.Model.AddApnsPushConfigurationResponsePushConfigurationsInner
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Id** | **string** | | [optional]
9+
**PushType** | **string** | | [optional]
10+
**CreatedAt** | **decimal** | | [optional]
11+
**ApnsCerEnvType** | **string** | | [optional]
12+
**ApnsExpiration** | **decimal** | | [optional]
13+
**ApnsName** | **string** | | [optional]
14+
**HasUnreadCountBadge** | **decimal** | | [optional]
15+
**ContentAvailable** | **bool** | | [optional]
16+
**MutableContent** | **bool** | | [optional]
17+
**PushSound** | **string** | | [optional]
18+
19+
[[Back to Model list]](../README.md#documentation-for-models)
20+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
21+
[[Back to README]](../README.md)
22+

docs/AddEmojiCategoriesResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**EmojiCategories** | [**List<AddEmojiCategoriesResponseEmojiCategories>**](AddEmojiCategoriesResponseEmojiCategories.md) | | [optional]
8+
**EmojiCategories** | [**List<AddEmojiCategoriesResponseEmojiCategoriesInner>**](AddEmojiCategoriesResponseEmojiCategoriesInner.md) | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models)
1111
[[Back to API list]](../README.md#documentation-for-api-endpoints)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# sendbird_platform_sdk.Model.AddEmojiCategoriesResponseEmojiCategoriesInner
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Id** | **decimal** | | [optional]
9+
**Name** | **string** | | [optional]
10+
**Url** | **string** | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models)
13+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
14+
[[Back to README]](../README.md)
15+

docs/AddEmojisData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**EmojiCategoryId** | **int** | Specifies the unique ID of the emoji category that a list of new emojis belong to. |
9-
**Emojis** | **List<string>** | Specifies a list of one or more new emojis to register. |
9+
**Emojis** | **List<Object>** | Specifies a list of one or more new emojis to register. |
1010

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

docs/AddEmojisResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**Emojis** | [**List<ListAllEmojisAndEmojiCategoriesResponseEmojis>**](ListAllEmojisAndEmojiCategoriesResponseEmojis.md) | | [optional]
8+
**Emojis** | [**List<ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInnerEmojisInner>**](ListAllEmojisAndEmojiCategoriesResponseEmojiCategoriesInnerEmojisInner.md) | | [optional]
99

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

docs/AddExtraDataToMessageResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**SortedMetaarray** | [**List<ListMessagesResponseSortedMetaarray>**](ListMessagesResponseSortedMetaarray.md) | | [optional]
8+
**SortedMetaarray** | [**List<ListMessagesResponseMessagesInnerSortedMetaarrayInner>**](ListMessagesResponseMessagesInnerSortedMetaarrayInner.md) | | [optional]
99

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

docs/AddFcmPushConfigurationResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**PushConfigurations** | [**List<AddFcmPushConfigurationResponsePushConfigurations>**](AddFcmPushConfigurationResponsePushConfigurations.md) | | [optional]
8+
**PushConfigurations** | [**List<AddFcmPushConfigurationResponsePushConfigurationsInner>**](AddFcmPushConfigurationResponsePushConfigurationsInner.md) | | [optional]
99

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

0 commit comments

Comments
 (0)