Skip to content

Commit 884a307

Browse files
committed
Fixing up license
1 parent 16bb39e commit 884a307

File tree

279 files changed

+284
-285
lines changed

Some content is hidden

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

279 files changed

+284
-285
lines changed

api/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16217,7 +16217,7 @@ components:
1621716217
end_at: 6.027456183070403
1621816218
metadata:
1621916219
anyOf: anyOf
16220-
require_auth_for_profile_image: ""
16220+
require_auth_for_profile_image: true
1622116221
user_id: user_id
1622216222
profile_url: profile_url
1622316223
next_url: next_url
@@ -16272,7 +16272,7 @@ components:
1627216272
next_url:
1627316273
type: string
1627416274
require_auth_for_profile_image:
16275-
type: boolean,
16275+
type: boolean
1627616276
nickname:
1627716277
type: string
1627816278
profile_url:

docs/OcBanUserResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
**userId** | **String** | | [optional]
1414
**user** | [**SendBirdUser**](SendBirdUser.md) | | [optional]
1515
**nextUrl** | **String** | | [optional]
16-
**requireAuthForProfileImage** | **ModelBoolean** | | [optional]
16+
**requireAuthForProfileImage** | **Boolean** | | [optional]
1717
**nickname** | **String** | | [optional]
1818
**profileUrl** | **String** | | [optional]
1919
**metadata** | [**InlineResponse200**](InlineResponse200.md) | | [optional]

pom.xml

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

1717
<licenses>
1818
<license>
19-
<name>Unlicense</name>
19+
<name>MIT</name>
2020
<url>http://unlicense.org</url>
2121
<distribution>repo</distribution>
2222
</license>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* AddApnsPushConfigurationData
3030
*/
31-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-05T15:12:57.551715+01:00[Europe/London]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-09T11:12:40.042740+01:00[Europe/London]")
3232
public class AddApnsPushConfigurationData {
3333
public static final String SERIALIZED_NAME_APNS_CERT = "apns_cert";
3434
@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
@@ -30,7 +30,7 @@
3030
/**
3131
* AddApnsPushConfigurationResponse
3232
*/
33-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-05T15:12:57.551715+01:00[Europe/London]")
33+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-09T11:12:40.042740+01:00[Europe/London]")
3434
public class AddApnsPushConfigurationResponse {
3535
public static final String SERIALIZED_NAME_PUSH_CONFIGURATIONS = "push_configurations";
3636
@SerializedName(SERIALIZED_NAME_PUSH_CONFIGURATIONS)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* AddApnsPushConfigurationResponsePushConfigurations
3030
*/
31-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-05T15:12:57.551715+01:00[Europe/London]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-09T11:12:40.042740+01:00[Europe/London]")
3232
public class AddApnsPushConfigurationResponsePushConfigurations {
3333
public static final String SERIALIZED_NAME_ID = "id";
3434
@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
@@ -30,7 +30,7 @@
3030
/**
3131
* AddEmojiCategoriesResponse
3232
*/
33-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-05T15:12:57.551715+01:00[Europe/London]")
33+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-09T11:12:40.042740+01:00[Europe/London]")
3434
public class AddEmojiCategoriesResponse {
3535
public static final String SERIALIZED_NAME_EMOJI_CATEGORIES = "emoji_categories";
3636
@SerializedName(SERIALIZED_NAME_EMOJI_CATEGORIES)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* AddEmojiCategoriesResponseEmojiCategories
3030
*/
31-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-05T15:12:57.551715+01:00[Europe/London]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-09T11:12:40.042740+01:00[Europe/London]")
3232
public class AddEmojiCategoriesResponseEmojiCategories {
3333
public static final String SERIALIZED_NAME_ID = "id";
3434
@SerializedName(SERIALIZED_NAME_ID)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* AddEmojisData
3131
*/
32-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-05T15:12:57.551715+01:00[Europe/London]")
32+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-09T11:12:40.042740+01:00[Europe/London]")
3333
public class AddEmojisData {
3434
public static final String SERIALIZED_NAME_EMOJI_CATEGORY_ID = "emoji_category_id";
3535
@SerializedName(SERIALIZED_NAME_EMOJI_CATEGORY_ID)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/**
3131
* AddEmojisResponse
3232
*/
33-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-05T15:12:57.551715+01:00[Europe/London]")
33+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-09T11:12:40.042740+01:00[Europe/London]")
3434
public class AddEmojisResponse {
3535
public static final String SERIALIZED_NAME_EMOJIS = "emojis";
3636
@SerializedName(SERIALIZED_NAME_EMOJIS)

0 commit comments

Comments
 (0)