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.94.1
v3.95.1
18 changes: 11 additions & 7 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.94.1</version>
<version>3.95.1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -31,7 +31,7 @@ repositories {
}

dependencies {
implementation "ai.reveng:sdk:3.94.1"
implementation "ai.reveng:sdk:3.95.1"
}
```

Expand Down Expand Up @@ -193,12 +193,12 @@ Class | Method | HTTP request | Description
*FunctionsCoreApi* | [**getFunctionDetails**](docs/FunctionsCoreApi.md#getFunctionDetails) | **GET** /v2/functions/{function_id} | Get function details
*FunctionsCoreApi* | [**getFunctionStrings**](docs/FunctionsCoreApi.md#getFunctionStrings) | **GET** /v2/functions/{function_id}/strings | Get string information found in the function
*FunctionsCoreApi* | [**getFunctionStrings_0**](docs/FunctionsCoreApi.md#getFunctionStrings_0) | **GET** /v3/functions/{function_id}/strings | List strings for a function.
*FunctionsDataTypesApi* | [**batchUpdateFunctionDataTypes**](docs/FunctionsDataTypesApi.md#batchUpdateFunctionDataTypes) | **PUT** /v3/analyses/{analysis_id}/functions/data-types | Batch update function data types
*FunctionsDataTypesApi* | [**generateFunctionDataTypesForAnalysis**](docs/FunctionsDataTypesApi.md#generateFunctionDataTypesForAnalysis) | **POST** /v2/analyses/{analysis_id}/functions/data_types | Generate Function Data Types
*FunctionsDataTypesApi* | [**generateFunctionDataTypesForFunctions**](docs/FunctionsDataTypesApi.md#generateFunctionDataTypesForFunctions) | **POST** /v2/functions/data_types | Generate Function Data Types for an arbitrary list of functions
*FunctionsDataTypesApi* | [**getFunctionDataTypes**](docs/FunctionsDataTypesApi.md#getFunctionDataTypes) | **GET** /v2/analyses/{analysis_id}/functions/{function_id}/data_types | Get Function Data Types
*FunctionsDataTypesApi* | [**listFunctionDataTypesForAnalysis**](docs/FunctionsDataTypesApi.md#listFunctionDataTypesForAnalysis) | **GET** /v2/analyses/{analysis_id}/functions/data_types | List Function Data Types
*FunctionsDataTypesApi* | [**listFunctionDataTypesForFunctions**](docs/FunctionsDataTypesApi.md#listFunctionDataTypesForFunctions) | **GET** /v2/functions/data_types | List Function Data Types
*FunctionsDataTypesApi* | [**updateFunctionDataTypes**](docs/FunctionsDataTypesApi.md#updateFunctionDataTypes) | **PUT** /v2/analyses/{analysis_id}/functions/{function_id}/data_types | Update Function Data Types
*FunctionsRenamingHistoryApi* | [**batchRenameFunction**](docs/FunctionsRenamingHistoryApi.md#batchRenameFunction) | **POST** /v2/functions/rename/batch | Batch Rename Functions
*FunctionsRenamingHistoryApi* | [**batchRenameFunctions**](docs/FunctionsRenamingHistoryApi.md#batchRenameFunctions) | **POST** /v3/functions/rename | Batch rename functions
*FunctionsRenamingHistoryApi* | [**getFunctionHistory**](docs/FunctionsRenamingHistoryApi.md#getFunctionHistory) | **GET** /v3/functions/{function_id}/history | Get function name history
Expand Down Expand Up @@ -339,6 +339,10 @@ Class | Method | HTTP request | Description
- [BatchRenameInputBody](docs/BatchRenameInputBody.md)
- [BatchRenameItem](docs/BatchRenameItem.md)
- [BatchRenameOutputBody](docs/BatchRenameOutputBody.md)
- [BatchUpdateDataTypesInputBody](docs/BatchUpdateDataTypesInputBody.md)
- [BatchUpdateDataTypesItem](docs/BatchUpdateDataTypesItem.md)
- [BatchUpdateDataTypesOutputBody](docs/BatchUpdateDataTypesOutputBody.md)
- [BatchUpdateDataTypesResult](docs/BatchUpdateDataTypesResult.md)
- [BinariesRelatedStatusResponse](docs/BinariesRelatedStatusResponse.md)
- [BinariesTaskStatus](docs/BinariesTaskStatus.md)
- [Binary](docs/Binary.md)
Expand Down Expand Up @@ -458,8 +462,7 @@ Class | Method | HTTP request | Description
- [FunctionDataTypesParams](docs/FunctionDataTypesParams.md)
- [FunctionDataTypesStatus](docs/FunctionDataTypesStatus.md)
- [FunctionHeader](docs/FunctionHeader.md)
- [FunctionInfoInput](docs/FunctionInfoInput.md)
- [FunctionInfoOutput](docs/FunctionInfoOutput.md)
- [FunctionInfo](docs/FunctionInfo.md)
- [FunctionListItem](docs/FunctionListItem.md)
- [FunctionLocalVariableResponse](docs/FunctionLocalVariableResponse.md)
- [FunctionMapping](docs/FunctionMapping.md)
Expand All @@ -477,7 +480,7 @@ Class | Method | HTTP request | Description
- [FunctionString](docs/FunctionString.md)
- [FunctionStringItem](docs/FunctionStringItem.md)
- [FunctionStringsResponse](docs/FunctionStringsResponse.md)
- [FunctionTypeInput](docs/FunctionTypeInput.md)
- [FunctionType](docs/FunctionType.md)
- [FunctionsDetailResponse](docs/FunctionsDetailResponse.md)
- [FunctionsListRename](docs/FunctionsListRename.md)
- [GenerateFunctionDataTypes](docs/GenerateFunctionDataTypes.md)
Expand Down Expand Up @@ -621,7 +624,8 @@ Class | Method | HTTP request | Description
- [TriggerDynamicExecutionInputBody](docs/TriggerDynamicExecutionInputBody.md)
- [Ttp](docs/Ttp.md)
- [TypeDefinition](docs/TypeDefinition.md)
- [UpdateFunctionDataTypes](docs/UpdateFunctionDataTypes.md)
- [UpdateDataTypesInputBody](docs/UpdateDataTypesInputBody.md)
- [UpdateDataTypesOutputBody](docs/UpdateDataTypesOutputBody.md)
- [UploadFileType](docs/UploadFileType.md)
- [UploadResponse](docs/UploadResponse.md)
- [UpsertAiDecomplationRatingRequest](docs/UpsertAiDecomplationRatingRequest.md)
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.94.1'
version = '3.95.1'



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

coordinates("ai.reveng", "sdk", "3.94.1")
coordinates("ai.reveng", "sdk", "3.95.1")

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.94.1",
version := "3.95.1",
scalaVersion := "2.11.12",
scalacOptions ++= Seq("-feature"),
compile / javacOptions ++= Seq("-Xlint:deprecation"),
Expand Down
13 changes: 13 additions & 0 deletions docs/BatchUpdateDataTypesInputBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# BatchUpdateDataTypesInputBody


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**functions** | [**List&lt;BatchUpdateDataTypesItem&gt;**](BatchUpdateDataTypesItem.md) | List of functions to update. All function IDs must belong to the analysis in the URL. | |



15 changes: 15 additions & 0 deletions docs/BatchUpdateDataTypesItem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


# BatchUpdateDataTypesItem


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**dataTypes** | **Object** | | |
|**dataTypesVersion** | **Long** | Current stored version. Pass 0 on the first write. | |
|**functionId** | **Long** | Function ID | |



13 changes: 13 additions & 0 deletions docs/BatchUpdateDataTypesOutputBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# BatchUpdateDataTypesOutputBody


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**results** | [**List&lt;BatchUpdateDataTypesResult&gt;**](BatchUpdateDataTypesResult.md) | Per-function outcomes in the same order as the input | |



28 changes: 28 additions & 0 deletions docs/BatchUpdateDataTypesResult.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@


# BatchUpdateDataTypesResult


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**dataTypes** | **Object** | | [optional] |
|**dataTypesVersion** | **Long** | Version after update (present when status is &#39;updated&#39;) | [optional] |
|**error** | **String** | Error message (present when status is &#39;error&#39;) | [optional] |
|**functionId** | **Long** | Function ID | |
|**status** | [**StatusEnum**](#StatusEnum) | Outcome for this function | |



## Enum: StatusEnum

| Name | Value |
|---- | -----|
| UPDATED | &quot;updated&quot; |
| VERSION_CONFLICT | &quot;version_conflict&quot; |
| ERROR | &quot;error&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



2 changes: 1 addition & 1 deletion docs/FunctionDataTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**completed** | **Boolean** | Whether the service has completed data types generation | |
|**status** | **String** | The current status of the data types service | |
|**dataTypes** | [**FunctionInfoOutput**](FunctionInfoOutput.md) | Function data types information if available | [optional] |
|**dataTypes** | [**FunctionInfo**](FunctionInfo.md) | Function data types information if available | [optional] |
|**dataTypesVersion** | **Integer** | If the data types information has been updated by the user, this field will be populated | [optional] |


Expand Down
2 changes: 1 addition & 1 deletion docs/FunctionDataTypesListItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**completed** | **Boolean** | Whether the service has completed data types generation | |
|**status** | **String** | The current status of the data types service | |
|**dataTypes** | [**FunctionInfoOutput**](FunctionInfoOutput.md) | Function data types information if available | [optional] |
|**dataTypes** | [**FunctionInfo**](FunctionInfo.md) | Function data types information if available | [optional] |
|**dataTypesVersion** | **Integer** | If the data types information has been updated by the user, this field will be populated | [optional] |
|**functionId** | **Long** | Function id | |

Expand Down
4 changes: 2 additions & 2 deletions docs/FunctionInfoInput.md β†’ docs/FunctionInfo.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@


# FunctionInfoInput
# FunctionInfo


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**funcTypes** | [**FunctionTypeInput**](FunctionTypeInput.md) | Function type information | [optional] |
|**funcTypes** | [**FunctionType**](FunctionType.md) | Function type information | [optional] |
|**funcDeps** | [**List&lt;FuncDepsInner&gt;**](FuncDepsInner.md) | List of function dependencies | |


Expand Down
14 changes: 0 additions & 14 deletions docs/FunctionInfoOutput.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/FunctionTypeInput.md β†’ docs/FunctionType.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# FunctionTypeInput
# FunctionType


## Properties
Expand Down
Loading