Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .sdk-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.87.0
v3.88.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>ai.reveng</groupId>
<artifactId>sdk</artifactId>
<version>3.87.0</version>
<version>3.88.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -31,7 +31,7 @@ repositories {
}

dependencies {
implementation "ai.reveng:sdk:3.87.0"
implementation "ai.reveng:sdk:3.88.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'ai.reveng'
version = '3.87.0'
version = '3.88.0'



Expand Down Expand Up @@ -171,7 +171,7 @@ mavenPublishing {
publishToMavenCentral(true)
signAllPublications()

coordinates("ai.reveng", "sdk", "3.87.0")
coordinates("ai.reveng", "sdk", "3.88.0")

pom {
name = "sdk"
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "ai.reveng",
name := "sdk",
version := "3.87.0",
version := "3.88.0",
scalaVersion := "2.11.12",
scalacOptions ++= Seq("-feature"),
compile / javacOptions ++= Seq("-Xlint:deprecation"),
Expand Down
1 change: 1 addition & 0 deletions docs/SseEventContextCompactedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventRunCancelledData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventRunErrorData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventRunFinishedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventRunStartedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventStepFinishedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventStepStartedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventTextMessageContentData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventTextMessageEndData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventTextMessageStartData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventTitleUpdatedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventToolCallArgsDeltaData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventToolCallEndData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventToolCallResultData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventToolCallStartData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
1 change: 1 addition & 0 deletions docs/SseEventToolConfirmationRequiredData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**data** | **Object** | | |
|**eventId** | **Long** | | |
|**sourceRunId** | **String** | | [optional] |
|**type** | **String** | | |


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>sdk</artifactId>
<packaging>jar</packaging>
<name>sdk</name>
<version>3.87.0</version>
<version>3.88.0</version>
<url>https://github.com/RevEngAI/sdk-java</url>
<description>Java SDK for the RevEng.AI API</description>
<scm>
Expand Down
9 changes: 9 additions & 0 deletions src/main/java/ai/reveng/api/AnalysesCoreApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,9 @@ public okhttp3.Call deleteAnalysisAsync(@javax.annotation.Nonnull Integer analys
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public okhttp3.Call getAnalysisBasicInfoCall(@javax.annotation.Nonnull Integer analysisId, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
Expand Down Expand Up @@ -602,6 +604,7 @@ public okhttp3.Call getAnalysisBasicInfoCall(@javax.annotation.Nonnull Integer a
return localVarApiClient.buildCall(basePath, localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarCookieParams, localVarFormParams, localVarAuthNames, _callback);
}

@Deprecated
@SuppressWarnings("rawtypes")
private okhttp3.Call getAnalysisBasicInfoValidateBeforeCall(@javax.annotation.Nonnull Integer analysisId, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'analysisId' is set
Expand All @@ -626,7 +629,9 @@ private okhttp3.Call getAnalysisBasicInfoValidateBeforeCall(@javax.annotation.No
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public BaseResponseBasic getAnalysisBasicInfo(@javax.annotation.Nonnull Integer analysisId) throws ApiException {
ApiResponse<BaseResponseBasic> localVarResp = getAnalysisBasicInfoWithHttpInfo(analysisId);
return localVarResp.getData();
Expand All @@ -645,7 +650,9 @@ public BaseResponseBasic getAnalysisBasicInfo(@javax.annotation.Nonnull Integer
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public ApiResponse<BaseResponseBasic> getAnalysisBasicInfoWithHttpInfo(@javax.annotation.Nonnull Integer analysisId) throws ApiException {
okhttp3.Call localVarCall = getAnalysisBasicInfoValidateBeforeCall(analysisId, null);
Type localVarReturnType = new TypeToken<BaseResponseBasic>(){}.getType();
Expand All @@ -666,7 +673,9 @@ public ApiResponse<BaseResponseBasic> getAnalysisBasicInfoWithHttpInfo(@javax.an
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public okhttp3.Call getAnalysisBasicInfoAsync(@javax.annotation.Nonnull Integer analysisId, final ApiCallback<BaseResponseBasic> _callback) throws ApiException {

okhttp3.Call localVarCall = getAnalysisBasicInfoValidateBeforeCall(analysisId, _callback);
Expand Down
18 changes: 18 additions & 0 deletions src/main/java/ai/reveng/api/BinariesApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@ public okhttp3.Call downloadZippedBinaryAsync(@javax.annotation.Nonnull Integer
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public okhttp3.Call getBinaryAdditionalDetailsCall(@javax.annotation.Nonnull Integer binaryId, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
Expand Down Expand Up @@ -273,6 +275,7 @@ public okhttp3.Call getBinaryAdditionalDetailsCall(@javax.annotation.Nonnull Int
return localVarApiClient.buildCall(basePath, localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarCookieParams, localVarFormParams, localVarAuthNames, _callback);
}

@Deprecated
@SuppressWarnings("rawtypes")
private okhttp3.Call getBinaryAdditionalDetailsValidateBeforeCall(@javax.annotation.Nonnull Integer binaryId, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'binaryId' is set
Expand All @@ -297,7 +300,9 @@ private okhttp3.Call getBinaryAdditionalDetailsValidateBeforeCall(@javax.annotat
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public BaseResponseBinaryAdditionalResponse getBinaryAdditionalDetails(@javax.annotation.Nonnull Integer binaryId) throws ApiException {
ApiResponse<BaseResponseBinaryAdditionalResponse> localVarResp = getBinaryAdditionalDetailsWithHttpInfo(binaryId);
return localVarResp.getData();
Expand All @@ -316,7 +321,9 @@ public BaseResponseBinaryAdditionalResponse getBinaryAdditionalDetails(@javax.an
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public ApiResponse<BaseResponseBinaryAdditionalResponse> getBinaryAdditionalDetailsWithHttpInfo(@javax.annotation.Nonnull Integer binaryId) throws ApiException {
okhttp3.Call localVarCall = getBinaryAdditionalDetailsValidateBeforeCall(binaryId, null);
Type localVarReturnType = new TypeToken<BaseResponseBinaryAdditionalResponse>(){}.getType();
Expand All @@ -337,7 +344,9 @@ public ApiResponse<BaseResponseBinaryAdditionalResponse> getBinaryAdditionalDeta
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public okhttp3.Call getBinaryAdditionalDetailsAsync(@javax.annotation.Nonnull Integer binaryId, final ApiCallback<BaseResponseBinaryAdditionalResponse> _callback) throws ApiException {

okhttp3.Call localVarCall = getBinaryAdditionalDetailsValidateBeforeCall(binaryId, _callback);
Expand All @@ -358,7 +367,9 @@ public okhttp3.Call getBinaryAdditionalDetailsAsync(@javax.annotation.Nonnull In
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public okhttp3.Call getBinaryAdditionalDetailsStatusCall(@javax.annotation.Nonnull Integer binaryId, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
Expand Down Expand Up @@ -404,6 +415,7 @@ public okhttp3.Call getBinaryAdditionalDetailsStatusCall(@javax.annotation.Nonnu
return localVarApiClient.buildCall(basePath, localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarCookieParams, localVarFormParams, localVarAuthNames, _callback);
}

@Deprecated
@SuppressWarnings("rawtypes")
private okhttp3.Call getBinaryAdditionalDetailsStatusValidateBeforeCall(@javax.annotation.Nonnull Integer binaryId, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'binaryId' is set
Expand All @@ -428,7 +440,9 @@ private okhttp3.Call getBinaryAdditionalDetailsStatusValidateBeforeCall(@javax.a
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public BaseResponseAdditionalDetailsStatusResponse getBinaryAdditionalDetailsStatus(@javax.annotation.Nonnull Integer binaryId) throws ApiException {
ApiResponse<BaseResponseAdditionalDetailsStatusResponse> localVarResp = getBinaryAdditionalDetailsStatusWithHttpInfo(binaryId);
return localVarResp.getData();
Expand All @@ -447,7 +461,9 @@ public BaseResponseAdditionalDetailsStatusResponse getBinaryAdditionalDetailsSta
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public ApiResponse<BaseResponseAdditionalDetailsStatusResponse> getBinaryAdditionalDetailsStatusWithHttpInfo(@javax.annotation.Nonnull Integer binaryId) throws ApiException {
okhttp3.Call localVarCall = getBinaryAdditionalDetailsStatusValidateBeforeCall(binaryId, null);
Type localVarReturnType = new TypeToken<BaseResponseAdditionalDetailsStatusResponse>(){}.getType();
Expand All @@ -468,7 +484,9 @@ public ApiResponse<BaseResponseAdditionalDetailsStatusResponse> getBinaryAdditio
<tr><td> 200 </td><td> Successful Response </td><td> - </td></tr>
<tr><td> 422 </td><td> Invalid request parameters </td><td> - </td></tr>
</table>
* @deprecated
*/
@Deprecated
public okhttp3.Call getBinaryAdditionalDetailsStatusAsync(@javax.annotation.Nonnull Integer binaryId, final ApiCallback<BaseResponseAdditionalDetailsStatusResponse> _callback) throws ApiException {

okhttp3.Call localVarCall = getBinaryAdditionalDetailsStatusValidateBeforeCall(binaryId, _callback);
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ protected void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/3.87.0/java");
setUserAgent("OpenAPI-Generator/3.88.0/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Configuration {
public static final String VERSION = "3.87.0";
public static final String VERSION = "3.88.0";

private static final AtomicReference<ApiClient> defaultApiClient = new AtomicReference<>();
private static volatile Supplier<ApiClient> apiClientFactory = ApiClient::new;
Expand Down
Loading