Skip to content

Commit b74117d

Browse files
James RobertsonJames Robertson
authored andcommitted
v0.0.14
1 parent 89e4466 commit b74117d

File tree

643 files changed

+4249
-3794
lines changed

Some content is hidden

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

643 files changed

+4249
-3794
lines changed

.openapi-generator/FILES

Lines changed: 8 additions & 300 deletions
Large diffs are not rendered by default.

api/openapi.yaml

Lines changed: 806 additions & 1688 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'com.diffplug.spotless'
44

55
group = 'org.sendbird'
6-
version = '1.0.9'
6+
version = '0.0.14'
77

88
buildscript {
99
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "org.sendbird",
44
name := "sendbird-platform-sdk",
5-
version := "1.0.9",
5+
version := "0.0.14",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
Compile / javacOptions ++= Seq("-Xlint:deprecation"),

docs/CreateUserTokenData.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# CreateUserTokenData
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**expiresAt** | **BigDecimal** | 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] |
11+
12+
13+

docs/CreateUserTokenResponse.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# CreateUserTokenResponse
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**token** | **String** | | [optional] |
11+
|**expiresAt** | **BigDecimal** | | [optional] |
12+
13+
14+

docs/GcListChannelsResponse.md

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

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
|**channels** | **List<SendBirdGroupChannel>** | | [optional] |
10+
|**channels** | [**List<SendBirdGroupChannel>**](SendBirdGroupChannel.md) | | [optional] |
1111
|**next** | **String** | | [optional] |
1212
|**ts** | **BigDecimal** | | [optional] |
1313

docs/JoinChannelsResponse.md

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

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
|**channels** | **List<SendBirdGroupChannel>** | | [optional] |
10+
|**channels** | [**List<SendBirdGroupChannel>**](SendBirdGroupChannel.md) | | [optional] |
1111

1212

1313

docs/ListBannedChannelsResponseBannedChannelsInner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
|------------ | ------------- | ------------- | -------------|
1010
|**startAt** | **BigDecimal** | | [optional] |
1111
|**description** | **String** | | [optional] |
12-
|**channel** | **SendBirdChannelResponse** | | [optional] |
12+
|**channel** | [**SendBirdChannelResponse**](SendBirdChannelResponse.md) | | [optional] |
1313
|**endAt** | **BigDecimal** | | [optional] |
1414

1515

docs/ListMutedChannelsResponse.md

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

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
|**mutedChannels** | **List<SendBirdChannelResponse>** | | [optional] |
10+
|**mutedChannels** | [**List<SendBirdChannelResponse>**](SendBirdChannelResponse.md) | | [optional] |
1111
|**next** | **String** | | [optional] |
1212

1313

0 commit comments

Comments
 (0)