Skip to content

Commit 4197a24

Browse files
committed
Upgrade Java SDK to spec 1.19.0
1 parent 2ab4ab6 commit 4197a24

File tree

218 files changed

+218
-218
lines changed

Some content is hidden

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

218 files changed

+218
-218
lines changed

build.gradle

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

66
group = 'io.github.vrchatapi'
7-
version = '1.18.9'
7+
version = '1.19.0'
88

99
buildscript {
1010
repositories {

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "io.github.vrchatapi",
44
name := "vrchatapi",
5-
version := "1.18.9",
5+
version := "1.19.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>vrchatapi</artifactId>
66
<packaging>jar</packaging>
77
<name>vrchatapi</name>
8-
<version>1.18.9</version>
8+
<version>1.19.0</version>
99
<url>https://github.com/openapitools/openapi-generator</url>
1010
<description>OpenAPI Java</description>
1111
<scm>

src/main/java/io/github/vrchatapi/ApiCallback.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/ApiClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/ApiException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/ApiResponse.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/Configuration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/GzipRequestInterceptor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/JSON.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/Pair.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/ProgressRequestBody.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/ProgressResponseBody.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/StringUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/AuthenticationApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/AvatarsApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/EconomyApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/FavoritesApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/FilesApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/FriendsApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/GroupsApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/InstancesApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/InviteApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/JamsApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/NotificationsApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/PermissionsApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/PlayermoderationApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/SystemApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/UsersApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/api/WorldsApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/auth/ApiKeyAuth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/auth/Authentication.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/auth/HttpBasicAuth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/auth/HttpBearerAuth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/model/APIConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/model/APIConfigAnnouncement.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/model/APIConfigAvatarPerfLimiter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/model/APIConfigConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/model/APIConfigConstantsGROUPS.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/model/APIConfigConstantsINSTANCE.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/model/APIConfigConstantsINSTANCEPOPULATIONBRACKETS.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/io/github/vrchatapi/model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* VRChat API Documentation
33
*
4-
* The version of the OpenAPI document: 1.18.9
4+
* The version of the OpenAPI document: 1.19.0
55
* Contact: [email protected]
66
*
77
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)