Skip to content

Commit 65151ed

Browse files
authored
Merge pull request #33 from sendbird/feature/jerry/1.0.27
Updated version to 1.0.27
2 parents 9563d9a + 2c5d6e4 commit 65151ed

File tree

352 files changed

+2886
-1467
lines changed

Some content is hidden

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

352 files changed

+2886
-1467
lines changed

api/openapi.yaml

Lines changed: 1715 additions & 827 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.25'
6+
version = '1.0.27'
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.25",
5+
version := "1.0.27",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
Compile / javacOptions ++= Seq("-Xlint:deprecation"),

docs/GcUpdateChannelByUrlData.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
1010
|**channelUrl** | **String** | Specifies the URL of the channel to update. | |
11-
|**name** | **String** | Specifies the name of the channel, or the channel topic. The length is limited to 191 characters. | |
12-
|**coverUrl** | **String** | Specifies the unique URL of the cover image. The length is limited to 2,048 characters. | |
13-
|**coverFile** | **File** | Uploads the cover image file for the channel. | |
14-
|**customType** | **String** | Specifies the custom channel type which is used for channel grouping. The length is limited to 128 characters.<br /><br /> Custom types are also used within Sendbird's [Advanced analytics](/docs/chat/v3/platform-api/guides/advanced-analytics) to segment metrics, which enables the sub-classification of data views. | |
15-
|**data** | **String** | Specifies additional channel information such as a long description of the channel or `JSON` formatted string. | |
16-
|**isDistinct** | **Boolean** | Determines whether to reuse an existing channel or create a new channel. If set to true, returns a channel with the current channel members users or creates a new channel if no match is found. Sendbird server can also use the custom channel type in the custom_type property if specified along with the users to return the corresponding channel. If set to false, Sendbird server always creates a new channel with a combination of the users as well as the channel custom type if specified. (Default: false)<br /><br /> Under this property, Sendbird server does not distinguish channels based on other properties such as channel URL or channel name. | |
17-
|**isPublic** | **Boolean** | Determines whether to allow a user to join the channel without an invitation. (Default: false) | |
18-
|**accessCode** | **String** | This property can be used only when the channel operator wants to set an access code for a public group channel. If specified, the is_access_code_required property of the channel resource is then set to true, and the channel begins to require the specified access code to a user who attempts to join. | |
19-
|**operatorIds** | **List<String>** | Specifies an array of one or more IDs of users to register as operators of the channel. If the operators are not members of the channel yet, they need an [invitation](#2-invite-as-members) to [join](#2-join-a-channel) a privte group channel while they don't need any to join a [public](#-3-private-vs-public) group channel. The maximum allowed number of operators per channel is 100. | |
11+
|**name** | **String** | Specifies the name of the channel, or the channel topic. The length is limited to 191 characters. | [optional] |
12+
|**coverUrl** | **String** | Specifies the unique URL of the cover image. The length is limited to 2,048 characters. | [optional] |
13+
|**coverFile** | **File** | Uploads the cover image file for the channel. | [optional] |
14+
|**customType** | **String** | Specifies the custom channel type which is used for channel grouping. The length is limited to 128 characters.<br /><br /> Custom types are also used within Sendbird's [Advanced analytics](/docs/chat/v3/platform-api/guides/advanced-analytics) to segment metrics, which enables the sub-classification of data views. | [optional] |
15+
|**data** | **String** | Specifies additional channel information such as a long description of the channel or `JSON` formatted string. | [optional] |
16+
|**isDistinct** | **Boolean** | Determines whether to reuse an existing channel or create a new channel. If set to true, returns a channel with the current channel members users or creates a new channel if no match is found. Sendbird server can also use the custom channel type in the custom_type property if specified along with the users to return the corresponding channel. If set to false, Sendbird server always creates a new channel with a combination of the users as well as the channel custom type if specified. (Default: false)<br /><br /> Under this property, Sendbird server does not distinguish channels based on other properties such as channel URL or channel name. | [optional] |
17+
|**isPublic** | **Boolean** | Determines whether to allow a user to join the channel without an invitation. (Default: false) | [optional] |
18+
|**accessCode** | **String** | This property can be used only when the channel operator wants to set an access code for a public group channel. If specified, the is_access_code_required property of the channel resource is then set to true, and the channel begins to require the specified access code to a user who attempts to join. | [optional] |
19+
|**operatorIds** | **List<String>** | Specifies an array of one or more IDs of users to register as operators of the channel. If the operators are not members of the channel yet, they need an [invitation](#2-invite-as-members) to [join](#2-join-a-channel) a privte group channel while they don't need any to join a [public](#-3-private-vs-public) group channel. The maximum allowed number of operators per channel is 100. | [optional] |
2020

2121

2222

docs/ListMessagesResponseMessagesInner.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
|**isRemoved** | **Boolean** | | [optional] |
1717
|**user** | [**SendBirdMessageResponseUser**](SendBirdMessageResponseUser.md) | | [optional] |
1818
|**_file** | **Object** | | [optional] |
19+
|**files** | [**List<SendBirdFile>**](SendBirdFile.md) | | [optional] |
1920
|**message** | **String** | | [optional] |
2021
|**data** | **String** | | [optional] |
2122
|**messageRetentionHour** | **BigDecimal** | | [optional] |

docs/SendBirdGroupChannelInviter.md

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

33
# SendBirdGroupChannelInviter
44

5-
## anyOf schemas
5+
## oneOf schemas
66
* [SendBirdUser](SendBirdUser.md)
77

88
NOTE: this class is nullable.

docs/SendBirdMessageResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
|**isRemoved** | **Boolean** | | [optional] |
1818
|**user** | [**SendBirdMessageResponseUser**](SendBirdMessageResponseUser.md) | | [optional] |
1919
|**_file** | **Object** | | [optional] |
20+
|**files** | [**List<SendBirdFile>**](SendBirdFile.md) | | [optional] |
2021
|**message** | **String** | | [optional] |
2122
|**data** | **String** | | [optional] |
2223
|**messageRetentionHour** | **BigDecimal** | | [optional] |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>sendbird-platform-sdk</artifactId>
66
<packaging>jar</packaging>
77
<name>sendbird-platform-sdk</name>
8-
<version>1.0.25</version>
8+
<version>1.0.27</version>
99
<url>https://github.com/sendbird/sendbird-platform-sdk-java</url>
1010
<description>Sendbird Platform API SDK</description>
1111
<scm>

src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
2626
*/
27-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-15T20:36:02.608219+09:00[Asia/Seoul]")
27+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-24T16:05:51.854046+09:00[Asia/Seoul]")
2828
public abstract class AbstractOpenApiSchema {
2929

3030
// store the actual instance of the schema/object

src/main/java/org/openapitools/client/model/AddApnsPushConfigurationData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
AddApnsPushConfigurationData.JSON_PROPERTY_APNS_TYPE
4444
})
4545
@JsonTypeName("addApnsPushConfigurationData")
46-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-07-15T20:36:02.608219+09:00[Asia/Seoul]")
46+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-24T16:05:51.854046+09:00[Asia/Seoul]")
4747
public class AddApnsPushConfigurationData {
4848
public static final String JSON_PROPERTY_APNS_CERT = "apns_cert";
4949
private File apnsCert;

0 commit comments

Comments
 (0)