Skip to content

Commit b90c39d

Browse files
James RobertsonJames Robertson
authored andcommitted
bump to 1.0.4
1 parent 544fb2b commit b90c39d

File tree

295 files changed

+294
-591
lines changed

Some content is hidden

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

295 files changed

+294
-591
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 297 deletions
Large diffs are not rendered by default.

build.gradle

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

66
group = 'org.openapitools'
7-
version = '1.0.3'
7+
version = '1.0.4'
88

99
buildscript {
1010
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.openapitools",
44
name := "openapi-java-client",
5-
version := "1.0.3",
5+
version := "1.0.4",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>openapi-java-client</artifactId>
66
<packaging>jar</packaging>
77
<name>openapi-java-client</name>
8-
<version>1.0.3</version>
8+
<version>1.0.4</version>
99
<url>https://github.com/openapitools/openapi-generator</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 = "2022-06-29T13:37:01.045476+01:00[Europe/London]")
27+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-29T14:16:58.424760+01:00[Europe/London]")
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
@@ -48,7 +48,7 @@
4848
/**
4949
* AddApnsPushConfigurationData
5050
*/
51-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-29T13:37:01.045476+01:00[Europe/London]")
51+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-29T14:16:58.424760+01:00[Europe/London]")
5252
public class AddApnsPushConfigurationData {
5353
public static final String SERIALIZED_NAME_APNS_CERT = "apns_cert";
5454
@SerializedName(SERIALIZED_NAME_APNS_CERT)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* AddApnsPushConfigurationResponse
5252
*/
53-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-29T13:37:01.045476+01:00[Europe/London]")
53+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-29T14:16:58.424760+01:00[Europe/London]")
5454
public class AddApnsPushConfigurationResponse {
5555
public static final String SERIALIZED_NAME_PUSH_CONFIGURATIONS = "push_configurations";
5656
@SerializedName(SERIALIZED_NAME_PUSH_CONFIGURATIONS)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
/**
4949
* AddApnsPushConfigurationResponsePushConfigurationsInner
5050
*/
51-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-29T13:37:01.045476+01:00[Europe/London]")
51+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-29T14:16:58.424760+01:00[Europe/London]")
5252
public class AddApnsPushConfigurationResponsePushConfigurationsInner {
5353
public static final String SERIALIZED_NAME_ID = "id";
5454
@SerializedName(SERIALIZED_NAME_ID)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* AddEmojiCategoriesResponse
5252
*/
53-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-29T13:37:01.045476+01:00[Europe/London]")
53+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-29T14:16:58.424760+01:00[Europe/London]")
5454
public class AddEmojiCategoriesResponse {
5555
public static final String SERIALIZED_NAME_EMOJI_CATEGORIES = "emoji_categories";
5656
@SerializedName(SERIALIZED_NAME_EMOJI_CATEGORIES)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
/**
4949
* AddEmojiCategoriesResponseEmojiCategoriesInner
5050
*/
51-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-29T13:37:01.045476+01:00[Europe/London]")
51+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-29T14:16:58.424760+01:00[Europe/London]")
5252
public class AddEmojiCategoriesResponseEmojiCategoriesInner {
5353
public static final String SERIALIZED_NAME_ID = "id";
5454
@SerializedName(SERIALIZED_NAME_ID)

0 commit comments

Comments
 (0)