Skip to content

Commit 160c487

Browse files
James RobertsonJames Robertson
authored andcommitted
v0.0.14
1 parent c47c6ed commit 160c487

File tree

334 files changed

+3321
-909
lines changed

Some content is hidden

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

334 files changed

+3321
-909
lines changed

.openapi-generator/FILES

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ docs/CreateChannelMetadataResponse.md
4646
docs/CreateUserData.md
4747
docs/CreateUserMetadataData.md
4848
docs/CreateUserMetadataResponse.md
49+
docs/CreateUserTokenData.md
50+
docs/CreateUserTokenResponse.md
4951
docs/CustomTypeListBannedUsersResponse.md
5052
docs/DataExportApi.md
5153
docs/DeleteAllowedIpsFromWhitelistResponse.md
@@ -206,6 +208,8 @@ docs/SendBirdGroupChannelChannel.md
206208
docs/SendBirdGroupChannelCollection.md
207209
docs/SendBirdGroupChannelCreatedBy.md
208210
docs/SendBirdGroupChannelDisappearingMessage.md
211+
docs/SendBirdGroupChannelInviter.md
212+
docs/SendBirdGroupChannelLastMessage.md
209213
docs/SendBirdGroupChannelSmsFallback.md
210214
docs/SendBirdMember.md
211215
docs/SendBirdMessageMetaArray.md
@@ -305,7 +309,6 @@ docs/WebhookApi.md
305309
git_push.sh
306310
mono_nunit_test.sh
307311
sendbird_platform_sdk.sln
308-
src/sendbird_platform_sdk.Test/Model/ViewWhoOwnsRegistrationOrDeviceTokenByTokenResponseInnerTests.cs
309312
src/sendbird_platform_sdk.Test/packages.config
310313
src/sendbird_platform_sdk.Test/sendbird_platform_sdk.Test.csproj
311314
src/sendbird_platform_sdk/Api/AnnouncementApi.cs
@@ -371,6 +374,8 @@ src/sendbird_platform_sdk/Model/CreateChannelMetadataResponse.cs
371374
src/sendbird_platform_sdk/Model/CreateUserData.cs
372375
src/sendbird_platform_sdk/Model/CreateUserMetadataData.cs
373376
src/sendbird_platform_sdk/Model/CreateUserMetadataResponse.cs
377+
src/sendbird_platform_sdk/Model/CreateUserTokenData.cs
378+
src/sendbird_platform_sdk/Model/CreateUserTokenResponse.cs
374379
src/sendbird_platform_sdk/Model/CustomTypeListBannedUsersResponse.cs
375380
src/sendbird_platform_sdk/Model/DeleteAllowedIpsFromWhitelistResponse.cs
376381
src/sendbird_platform_sdk/Model/DeleteApnsCertificateByIdResponse.cs
@@ -523,6 +528,8 @@ src/sendbird_platform_sdk/Model/SendBirdGroupChannelChannel.cs
523528
src/sendbird_platform_sdk/Model/SendBirdGroupChannelCollection.cs
524529
src/sendbird_platform_sdk/Model/SendBirdGroupChannelCreatedBy.cs
525530
src/sendbird_platform_sdk/Model/SendBirdGroupChannelDisappearingMessage.cs
531+
src/sendbird_platform_sdk/Model/SendBirdGroupChannelInviter.cs
532+
src/sendbird_platform_sdk/Model/SendBirdGroupChannelLastMessage.cs
526533
src/sendbird_platform_sdk/Model/SendBirdGroupChannelSmsFallback.cs
527534
src/sendbird_platform_sdk/Model/SendBirdMember.cs
528535
src/sendbird_platform_sdk/Model/SendBirdMessageMetaArray.cs

docs/CreateUserTokenData.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# sendbird_platform_sdk.Model.CreateUserTokenData
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**ExpiresAt** | **decimal** | 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]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models)
11+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
12+
[[Back to README]](../README.md)
13+

docs/CreateUserTokenResponse.md

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

docs/ListBannedChannelsResponseBannedChannelsInner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**StartAt** | **decimal** | | [optional]
99
**Description** | **string** | | [optional]
10-
**Channel** | [**SendBirdChannelResponse**](.md) | | [optional]
10+
**Channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional]
1111
**EndAt** | **decimal** | | [optional]
1212

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

docs/MessageApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ No authorization required
16401640

16411641
## ListMessages
16421642

1643-
> ListMessagesResponse ListMessages (string apiToken, string channelType, string channelUrl, int? messageTs = null, int? messageId = null, int? prevLimit = null, int? nextLimit = null, bool? include = null, bool? reverse = null, string senderId = null, string senderIds = null, string operatorFilter = null, string customTypes = null, string messageType = null, bool? includingRemoved = null, bool? includeReactions = null, bool? withSortedMetaArray = null, bool? showSubchannelMessagesOnly = null, string userId = null, string customType = null, bool? withMetaArray = null)
1643+
> ListMessagesResponse ListMessages (string apiToken, string channelType, string channelUrl, string messageTs = null, int? messageId = null, int? prevLimit = null, int? nextLimit = null, bool? include = null, bool? reverse = null, string senderId = null, string senderIds = null, string operatorFilter = null, string customTypes = null, string messageType = null, bool? includingRemoved = null, bool? includeReactions = null, bool? withSortedMetaArray = null, bool? showSubchannelMessagesOnly = null, string userId = null, string customType = null, bool? withMetaArray = null)
16441644
16451645
List messages
16461646

@@ -1666,7 +1666,7 @@ namespace Example
16661666
var apiToken = {{API_TOKEN}}; // string |
16671667
var channelType = "channelType_example"; // string |
16681668
var channelUrl = "channelUrl_example"; // string |
1669-
var messageTs = 56; // int? | (optional)
1669+
var messageTs = "messageTs_example"; // string | (optional)
16701670
var messageId = 56; // int? | (optional)
16711671
var prevLimit = 56; // int? | (optional)
16721672
var nextLimit = 56; // int? | (optional)
@@ -1710,7 +1710,7 @@ Name | Type | Description | Notes
17101710
**apiToken** | **string**| |
17111711
**channelType** | **string**| |
17121712
**channelUrl** | **string**| |
1713-
**messageTs** | **int?**| | [optional]
1713+
**messageTs** | **string**| | [optional]
17141714
**messageId** | **int?**| | [optional]
17151715
**prevLimit** | **int?**| | [optional]
17161716
**nextLimit** | **int?**| | [optional]

docs/MetadataApi.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ No authorization required
836836

837837
## UpdateChannelMetacounterByKey
838838

839-
> Object UpdateChannelMetacounterByKey (string apiToken, string channelType, string channelUrl, string key, Object body = null)
839+
> Dictionary<string, string> UpdateChannelMetacounterByKey (string apiToken, string channelType, string channelUrl, string key, Object body = null)
840840
841841
Update a channel metacounter - When updating a specific item of a channel metacounter by its key
842842

@@ -868,7 +868,7 @@ namespace Example
868868
try
869869
{
870870
// Update a channel metacounter - When updating a specific item of a channel metacounter by its key
871-
Object result = apiInstance.UpdateChannelMetacounterByKey(apiToken, channelType, channelUrl, key, body);
871+
Dictionary<string, string> result = apiInstance.UpdateChannelMetacounterByKey(apiToken, channelType, channelUrl, key, body);
872872
Debug.WriteLine(result);
873873
}
874874
catch (ApiException e)
@@ -895,7 +895,7 @@ Name | Type | Description | Notes
895895

896896
### Return type
897897

898-
**Object**
898+
**Dictionary<string, string>**
899899

900900
### Authorization
901901

@@ -920,7 +920,7 @@ No authorization required
920920

921921
## UpdateChannelMetadata
922922

923-
> Object UpdateChannelMetadata (string apiToken, string channelType, string channelUrl, UpdateChannelMetadataData updateChannelMetadataData = null)
923+
> Dictionary&lt;string, string&gt; UpdateChannelMetadata (string apiToken, string channelType, string channelUrl, UpdateChannelMetadataData updateChannelMetadataData = null)
924924
925925
Update a channel metadata - When updating existing items of a channel metadata by their keys or adding new items to the metadata
926926

@@ -951,7 +951,7 @@ namespace Example
951951
try
952952
{
953953
// Update a channel metadata - When updating existing items of a channel metadata by their keys or adding new items to the metadata
954-
Object result = apiInstance.UpdateChannelMetadata(apiToken, channelType, channelUrl, updateChannelMetadataData);
954+
Dictionary<string, string> result = apiInstance.UpdateChannelMetadata(apiToken, channelType, channelUrl, updateChannelMetadataData);
955955
Debug.WriteLine(result);
956956
}
957957
catch (ApiException e)
@@ -977,7 +977,7 @@ Name | Type | Description | Notes
977977

978978
### Return type
979979

980-
**Object**
980+
**Dictionary<string, string>**
981981

982982
### Authorization
983983

@@ -1002,7 +1002,7 @@ No authorization required
10021002

10031003
## UpdateChannelMetadataByKey
10041004

1005-
> Object UpdateChannelMetadataByKey (string apiToken, string channelType, string channelUrl, string key, Object body = null)
1005+
> Dictionary&lt;string, string&gt; UpdateChannelMetadataByKey (string apiToken, string channelType, string channelUrl, string key, Object body = null)
10061006
10071007
Update a channel metadata - When updating a specific item of a channel metadata by its key
10081008

@@ -1034,7 +1034,7 @@ namespace Example
10341034
try
10351035
{
10361036
// Update a channel metadata - When updating a specific item of a channel metadata by its key
1037-
Object result = apiInstance.UpdateChannelMetadataByKey(apiToken, channelType, channelUrl, key, body);
1037+
Dictionary<string, string> result = apiInstance.UpdateChannelMetadataByKey(apiToken, channelType, channelUrl, key, body);
10381038
Debug.WriteLine(result);
10391039
}
10401040
catch (ApiException e)
@@ -1061,7 +1061,7 @@ Name | Type | Description | Notes
10611061

10621062
### Return type
10631063

1064-
**Object**
1064+
**Dictionary<string, string>**
10651065

10661066
### Authorization
10671067

@@ -1166,7 +1166,7 @@ No authorization required
11661166

11671167
## UpdateUserMetadataByKey
11681168

1169-
> Object UpdateUserMetadataByKey (string apiToken, string userId, string key, Object body = null)
1169+
> Dictionary&lt;string, string&gt; UpdateUserMetadataByKey (string apiToken, string userId, string key, Object body = null)
11701170
11711171
Update a user metadata - When updating a specific item of a user metadata by its key
11721172

@@ -1197,7 +1197,7 @@ namespace Example
11971197
try
11981198
{
11991199
// Update a user metadata - When updating a specific item of a user metadata by its key
1200-
Object result = apiInstance.UpdateUserMetadataByKey(apiToken, userId, key, body);
1200+
Dictionary<string, string> result = apiInstance.UpdateUserMetadataByKey(apiToken, userId, key, body);
12011201
Debug.WriteLine(result);
12021202
}
12031203
catch (ApiException e)
@@ -1223,7 +1223,7 @@ Name | Type | Description | Notes
12231223

12241224
### Return type
12251225

1226-
**Object**
1226+
**Dictionary<string, string>**
12271227

12281228
### Authorization
12291229

@@ -1248,7 +1248,7 @@ No authorization required
12481248

12491249
## ViewChannelMetacounter
12501250

1251-
> Object ViewChannelMetacounter (string apiToken, string channelType, string channelUrl, string key = null, List<string> keys = null)
1251+
> Dictionary&lt;string, string&gt; ViewChannelMetacounter (string apiToken, string channelType, string channelUrl, string key = null, List<string> keys = null)
12521252
12531253
View a channel metacounter - When retrieving all items of a channel metacounter
12541254

@@ -1280,7 +1280,7 @@ namespace Example
12801280
try
12811281
{
12821282
// View a channel metacounter - When retrieving all items of a channel metacounter
1283-
Object result = apiInstance.ViewChannelMetacounter(apiToken, channelType, channelUrl, key, keys);
1283+
Dictionary<string, string> result = apiInstance.ViewChannelMetacounter(apiToken, channelType, channelUrl, key, keys);
12841284
Debug.WriteLine(result);
12851285
}
12861286
catch (ApiException e)
@@ -1307,7 +1307,7 @@ Name | Type | Description | Notes
13071307

13081308
### Return type
13091309

1310-
**Object**
1310+
**Dictionary<string, string>**
13111311

13121312
### Authorization
13131313

@@ -1414,7 +1414,7 @@ No authorization required
14141414

14151415
## ViewChannelMetadata
14161416

1417-
> Object ViewChannelMetadata (string apiToken, string channelType, string channelUrl, string key = null, List<string> keys = null)
1417+
> Dictionary&lt;string, string&gt; ViewChannelMetadata (string apiToken, string channelType, string channelUrl, string key = null, List<string> keys = null)
14181418
14191419
View a channel metadata - When retrieving all items of a channel metadata
14201420

@@ -1446,7 +1446,7 @@ namespace Example
14461446
try
14471447
{
14481448
// View a channel metadata - When retrieving all items of a channel metadata
1449-
Object result = apiInstance.ViewChannelMetadata(apiToken, channelType, channelUrl, key, keys);
1449+
Dictionary<string, string> result = apiInstance.ViewChannelMetadata(apiToken, channelType, channelUrl, key, keys);
14501450
Debug.WriteLine(result);
14511451
}
14521452
catch (ApiException e)
@@ -1473,7 +1473,7 @@ Name | Type | Description | Notes
14731473

14741474
### Return type
14751475

1476-
**Object**
1476+
**Dictionary<string, string>**
14771477

14781478
### Authorization
14791479

@@ -1498,7 +1498,7 @@ No authorization required
14981498

14991499
## ViewChannelMetadataByKey
15001500

1501-
> Object ViewChannelMetadataByKey (string apiToken, string channelType, string channelUrl, string key)
1501+
> Dictionary&lt;string, string&gt; ViewChannelMetadataByKey (string apiToken, string channelType, string channelUrl, string key)
15021502
15031503
View a channel metadata - When retrieving a specific item of a channel metadata by its key
15041504

@@ -1529,7 +1529,7 @@ namespace Example
15291529
try
15301530
{
15311531
// View a channel metadata - When retrieving a specific item of a channel metadata by its key
1532-
Object result = apiInstance.ViewChannelMetadataByKey(apiToken, channelType, channelUrl, key);
1532+
Dictionary<string, string> result = apiInstance.ViewChannelMetadataByKey(apiToken, channelType, channelUrl, key);
15331533
Debug.WriteLine(result);
15341534
}
15351535
catch (ApiException e)
@@ -1555,7 +1555,7 @@ Name | Type | Description | Notes
15551555

15561556
### Return type
15571557

1558-
**Object**
1558+
**Dictionary<string, string>**
15591559

15601560
### Authorization
15611561

@@ -1662,7 +1662,7 @@ No authorization required
16621662

16631663
## ViewUserMetadataByKey
16641664

1665-
> Object ViewUserMetadataByKey (string apiToken, string userId, string key)
1665+
> Dictionary&lt;string, string&gt; ViewUserMetadataByKey (string apiToken, string userId, string key)
16661666
16671667
View a user metadata - When retrieving a specific item of a user metadata by its key
16681668

@@ -1692,7 +1692,7 @@ namespace Example
16921692
try
16931693
{
16941694
// View a user metadata - When retrieving a specific item of a user metadata by its key
1695-
Object result = apiInstance.ViewUserMetadataByKey(apiToken, userId, key);
1695+
Dictionary<string, string> result = apiInstance.ViewUserMetadataByKey(apiToken, userId, key);
16961696
Debug.WriteLine(result);
16971697
}
16981698
catch (ApiException e)
@@ -1717,7 +1717,7 @@ Name | Type | Description | Notes
17171717

17181718
### Return type
17191719

1720-
**Object**
1720+
**Dictionary<string, string>**
17211721

17221722
### Authorization
17231723

docs/SendBirdChannelResponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**IgnoreProfanityFilter** | **bool** | | [optional]
1818
**HiddenState** | **string** | | [optional]
1919
**InvitedAt** | **decimal** | | [optional]
20-
**Inviter** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
20+
**Inviter** | [**SendBirdGroupChannelInviter**](SendBirdGroupChannelInviter.md) | | [optional]
2121
**IsAccessCodeRequired** | **bool** | | [optional]
2222
**IsBroadcast** | **bool** | | [optional]
2323
**IsCreated** | **bool** | | [optional]
@@ -31,7 +31,7 @@ Name | Type | Description | Notes
3131
**IsSuper** | **bool** | | [optional]
3232
**JoinedAt** | **decimal** | | [optional]
3333
**JoinedMemberCount** | **decimal** | | [optional]
34-
**LastMessage** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional]
34+
**LastMessage** | [**SendBirdGroupChannelLastMessage**](SendBirdGroupChannelLastMessage.md) | | [optional]
3535
**MaxLengthMessage** | **decimal** | | [optional]
3636
**MemberCount** | **decimal** | | [optional]
3737
**Members** | [**List&lt;SendBirdMember&gt;**](SendBirdMember.md) | | [optional]

docs/SendBirdGroupChannel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**IgnoreProfanityFilter** | **bool** | | [optional]
1818
**HiddenState** | **string** | | [optional]
1919
**InvitedAt** | **decimal** | | [optional]
20-
**Inviter** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
20+
**Inviter** | [**SendBirdGroupChannelInviter**](SendBirdGroupChannelInviter.md) | | [optional]
2121
**IsAccessCodeRequired** | **bool** | | [optional]
2222
**IsBroadcast** | **bool** | | [optional]
2323
**IsCreated** | **bool** | | [optional]
@@ -31,7 +31,7 @@ Name | Type | Description | Notes
3131
**IsSuper** | **bool** | | [optional]
3232
**JoinedAt** | **decimal** | | [optional]
3333
**JoinedMemberCount** | **decimal** | | [optional]
34-
**LastMessage** | [**SendBirdMessageResponse**](SendBirdMessageResponse.md) | | [optional]
34+
**LastMessage** | [**SendBirdGroupChannelLastMessage**](SendBirdGroupChannelLastMessage.md) | | [optional]
3535
**MaxLengthMessage** | **decimal** | | [optional]
3636
**MemberCount** | **decimal** | | [optional]
3737
**Members** | [**List&lt;SendBirdMember&gt;**](SendBirdMember.md) | | [optional]
@@ -44,7 +44,7 @@ Name | Type | Description | Notes
4444
**MyPushTriggerOption** | **string** | | [optional]
4545
**MyRole** | **string** | | [optional]
4646
**Name** | **string** | | [optional]
47-
**Operators** | **List&lt;string&gt;** | | [optional]
47+
**Operators** | **List&lt;Object&gt;** | | [optional]
4848
**SmsFallback** | [**SendBirdGroupChannelSmsFallback**](SendBirdGroupChannelSmsFallback.md) | | [optional]
4949
**UnreadMentionCount** | **decimal** | | [optional]
5050
**UnreadMessageCount** | **decimal** | | [optional]

0 commit comments

Comments
 (0)