diff --git a/.sdk-version b/.sdk-version
index b9ecbb2c..c2239b06 100644
--- a/.sdk-version
+++ b/.sdk-version
@@ -1 +1 @@
-v3.93.1
+v3.93.2
diff --git a/README.md b/README.md
index f0be2ee9..f8fe84b0 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Add this dependency to your project's POM:
ai.reveng
sdk
- 3.93.1
+ 3.93.2
compile
```
@@ -31,7 +31,7 @@ repositories {
}
dependencies {
- implementation "ai.reveng:sdk:3.93.1"
+ implementation "ai.reveng:sdk:3.93.2"
}
```
@@ -271,6 +271,7 @@ Class | Method | HTTP request | Description
- [AppApiRestV2FunctionsTypesFunction](docs/AppApiRestV2FunctionsTypesFunction.md)
- [AppApiRestV2InfoTypesCapability](docs/AppApiRestV2InfoTypesCapability.md)
- [Argument](docs/Argument.md)
+ - [Artifact](docs/Artifact.md)
- [AttemptFailedEvent](docs/AttemptFailedEvent.md)
- [AttemptStartedEvent](docs/AttemptStartedEvent.md)
- [AutoRunAgents](docs/AutoRunAgents.md)
@@ -387,6 +388,7 @@ Class | Method | HTTP request | Description
- [ConfigResponse](docs/ConfigResponse.md)
- [ConfirmToolInputBody](docs/ConfirmToolInputBody.md)
- [Connection](docs/Connection.md)
+ - [ConsoleOutputEntry](docs/ConsoleOutputEntry.md)
- [Context](docs/Context.md)
- [Conversation](docs/Conversation.md)
- [ConversationContext](docs/ConversationContext.md)
@@ -447,13 +449,13 @@ Class | Method | HTTP request | Description
- [EventWarning](docs/EventWarning.md)
- [ExportModel](docs/ExportModel.md)
- [ExternalResponse](docs/ExternalResponse.md)
- - [ExtractedFileEntry](docs/ExtractedFileEntry.md)
- [ExtractedURL](docs/ExtractedURL.md)
- [FileActivityEntry](docs/FileActivityEntry.md)
- [FileFormat](docs/FileFormat.md)
- [FileHashes](docs/FileHashes.md)
- [FileMetadata](docs/FileMetadata.md)
- [Filters](docs/Filters.md)
+ - [FuncDepsInner](docs/FuncDepsInner.md)
- [FunctionBlockDestinationResponse](docs/FunctionBlockDestinationResponse.md)
- [FunctionBlockResponse](docs/FunctionBlockResponse.md)
- [FunctionBlocksResponse](docs/FunctionBlocksResponse.md)
@@ -467,7 +469,6 @@ Class | Method | HTTP request | Description
- [FunctionDataTypesStatus](docs/FunctionDataTypesStatus.md)
- [FunctionHeader](docs/FunctionHeader.md)
- [FunctionInfoInput](docs/FunctionInfoInput.md)
- - [FunctionInfoInputFuncDepsInner](docs/FunctionInfoInputFuncDepsInner.md)
- [FunctionInfoOutput](docs/FunctionInfoOutput.md)
- [FunctionListItem](docs/FunctionListItem.md)
- [FunctionLocalVariableResponse](docs/FunctionLocalVariableResponse.md)
@@ -490,7 +491,6 @@ Class | Method | HTTP request | Description
- [FunctionTaskResponse](docs/FunctionTaskResponse.md)
- [FunctionTaskStatus](docs/FunctionTaskStatus.md)
- [FunctionTypeInput](docs/FunctionTypeInput.md)
- - [FunctionTypeOutput](docs/FunctionTypeOutput.md)
- [FunctionsDetailResponse](docs/FunctionsDetailResponse.md)
- [FunctionsListRename](docs/FunctionsListRename.md)
- [GenerateFunctionDataTypes](docs/GenerateFunctionDataTypes.md)
@@ -546,11 +546,11 @@ Class | Method | HTTP request | Description
- [PatchCollectionTagsInputBody](docs/PatchCollectionTagsInputBody.md)
- [PatchCollectionTagsOutputBody](docs/PatchCollectionTagsOutputBody.md)
- [PatchCommentBody](docs/PatchCommentBody.md)
+ - [PcapBodyInfo](docs/PcapBodyInfo.md)
- [Platform](docs/Platform.md)
- [PriceOutput](docs/PriceOutput.md)
- [PriceSummary](docs/PriceSummary.md)
- [ProcessActivityEntry](docs/ProcessActivityEntry.md)
- - [ProcessExtractedFiles](docs/ProcessExtractedFiles.md)
- [ProcessMemdumps](docs/ProcessMemdumps.md)
- [ProcessNode](docs/ProcessNode.md)
- [ProcessTree](docs/ProcessTree.md)
@@ -585,6 +585,8 @@ Class | Method | HTTP request | Description
- [SecurityModel](docs/SecurityModel.md)
- [SegmentInfo](docs/SegmentInfo.md)
- [SendMessageRequest](docs/SendMessageRequest.md)
+ - [ServerSentEventsInner](docs/ServerSentEventsInner.md)
+ - [ServerSentEventsInner1](docs/ServerSentEventsInner1.md)
- [ServiceEntry](docs/ServiceEntry.md)
- [SessionOutputBody](docs/SessionOutputBody.md)
- [SingleCodeCertificateModel](docs/SingleCodeCertificateModel.md)
@@ -614,8 +616,6 @@ Class | Method | HTTP request | Description
- [StatusInput](docs/StatusInput.md)
- [StatusOutput](docs/StatusOutput.md)
- [StatusResponse](docs/StatusResponse.md)
- - [StreamAiDecompilation200ResponseInner](docs/StreamAiDecompilation200ResponseInner.md)
- - [StreamEvents200ResponseInner](docs/StreamEvents200ResponseInner.md)
- [StringFunctions](docs/StringFunctions.md)
- [StringSource](docs/StringSource.md)
- [Structure](docs/Structure.md)
@@ -631,6 +631,7 @@ Class | Method | HTTP request | Description
- [TaskResponse](docs/TaskResponse.md)
- [TaskStatus](docs/TaskStatus.md)
- [TaskStatusResponse](docs/TaskStatusResponse.md)
+ - [TcpCarvedFile](docs/TcpCarvedFile.md)
- [TimestampModel](docs/TimestampModel.md)
- [TokenisedData](docs/TokenisedData.md)
- [TriageFunctionResponse](docs/TriageFunctionResponse.md)
diff --git a/build.gradle b/build.gradle
index 3479c736..e87fc581 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'
group = 'ai.reveng'
-version = '3.93.1'
+version = '3.93.2'
@@ -171,7 +171,7 @@ mavenPublishing {
publishToMavenCentral(true)
signAllPublications()
- coordinates("ai.reveng", "sdk", "3.93.1")
+ coordinates("ai.reveng", "sdk", "3.93.2")
pom {
name = "sdk"
diff --git a/build.sbt b/build.sbt
index dd28a3f8..d0cbac64 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "ai.reveng",
name := "sdk",
- version := "3.93.1",
+ version := "3.93.2",
scalaVersion := "2.11.12",
scalacOptions ++= Seq("-feature"),
compile / javacOptions ++= Seq("-Xlint:deprecation"),
@@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
"com.google.code.gson" % "gson" % "2.9.1",
"org.apache.commons" % "commons-lang3" % "3.18.0",
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
- "org.openapitools" % "jackson-databind-nullable" % "0.2.8",
+ "org.openapitools" % "jackson-databind-nullable" % "0.2.10",
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
diff --git a/docs/AIDecompFunctionMapping.md b/docs/AIDecompFunctionMapping.md
index 70a7a793..5852b494 100644
--- a/docs/AIDecompFunctionMapping.md
+++ b/docs/AIDecompFunctionMapping.md
@@ -8,18 +8,18 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**fields** | **Map<String, Map<String, ReplacementValue>>** | | |
-|**inverseFunctionMap** | **Map<String, AIDecompInverseFunctionMapItem>** | | |
-|**inverseStringMap** | **Map<String, AIDecompInverseStringMapItem>** | | |
-|**unmatchedCustomFunctionPointers** | **Map<String, ReplacementValue>** | | |
-|**unmatchedCustomTypes** | **Map<String, ReplacementValue>** | | |
-|**unmatchedEnums** | **Map<String, ReplacementValue>** | | |
-|**unmatchedExternalVars** | **Map<String, ReplacementValue>** | | |
-|**unmatchedFunctions** | **Map<String, ReplacementValue>** | | |
-|**unmatchedGlobalVars** | **Map<String, ReplacementValue>** | | |
-|**unmatchedGoToLabels** | **Map<String, ReplacementValue>** | | |
-|**unmatchedStrings** | **Map<String, ReplacementValue>** | | |
-|**unmatchedVariadicLists** | **Map<String, ReplacementValue>** | | |
-|**unmatchedVars** | **Map<String, ReplacementValue>** | | |
+|**inverseFunctionMap** | [**Map<String, AIDecompInverseFunctionMapItem>**](AIDecompInverseFunctionMapItem.md) | | |
+|**inverseStringMap** | [**Map<String, AIDecompInverseStringMapItem>**](AIDecompInverseStringMapItem.md) | | |
+|**unmatchedCustomFunctionPointers** | [**Map<String, ReplacementValue>**](ReplacementValue.md) | | |
+|**unmatchedCustomTypes** | [**Map<String, ReplacementValue>**](ReplacementValue.md) | | |
+|**unmatchedEnums** | [**Map<String, ReplacementValue>**](ReplacementValue.md) | | |
+|**unmatchedExternalVars** | [**Map<String, ReplacementValue>**](ReplacementValue.md) | | |
+|**unmatchedFunctions** | [**Map<String, ReplacementValue>**](ReplacementValue.md) | | |
+|**unmatchedGlobalVars** | [**Map<String, ReplacementValue>**](ReplacementValue.md) | | |
+|**unmatchedGoToLabels** | [**Map<String, ReplacementValue>**](ReplacementValue.md) | | |
+|**unmatchedStrings** | [**Map<String, ReplacementValue>**](ReplacementValue.md) | | |
+|**unmatchedVariadicLists** | [**Map<String, ReplacementValue>**](ReplacementValue.md) | | |
+|**unmatchedVars** | [**Map<String, ReplacementValue>**](ReplacementValue.md) | | |
|**userOverrideMappings** | **Map<String, String>** | | |
diff --git a/docs/APIError.md b/docs/APIError.md
index 55b5b075..ef1aadbd 100644
--- a/docs/APIError.md
+++ b/docs/APIError.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**error** | **ErrorBody** | | |
+|**error** | [**ErrorBody**](ErrorBody.md) | | |
diff --git a/docs/AnalysesCoreApi.md b/docs/AnalysesCoreApi.md
index d785c6c6..acb8ce5d 100644
--- a/docs/AnalysesCoreApi.md
+++ b/docs/AnalysesCoreApi.md
@@ -28,7 +28,7 @@ All URIs are relative to *https://api.reveng.ai*
# **addUserStringToAnalysis**
-> Map<String, Object> addUserStringToAnalysis(analysisId, addUserStringInputBody)
+> Object addUserStringToAnalysis(analysisId, addUserStringInputBody)
Add a user-provided string to an analysis.
@@ -59,7 +59,7 @@ public class Example {
Long analysisId = 56L; // Long | Analysis ID
AddUserStringInputBody addUserStringInputBody = new AddUserStringInputBody(); // AddUserStringInputBody |
try {
- Map result = apiInstance.addUserStringToAnalysis(analysisId, addUserStringInputBody);
+ Object result = apiInstance.addUserStringToAnalysis(analysisId, addUserStringInputBody);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling AnalysesCoreApi#addUserStringToAnalysis");
@@ -81,7 +81,7 @@ public class Example {
### Return type
-**Map<String, Object>**
+**Object**
### Authorization
@@ -885,8 +885,8 @@ public class Example {
| **sha256Hash** | **String**| | [optional] |
| **limit** | **Integer**| | [optional] [default to 20] |
| **offset** | **Integer**| | [optional] [default to 0] |
-| **orderBy** | [**AppApiRestV2AnalysesEnumsOrderBy**](.md)| | [optional] [enum: created, name, size] |
-| **order** | [**Order**](.md)| | [optional] [enum: ASC, DESC] |
+| **orderBy** | [**AppApiRestV2AnalysesEnumsOrderBy**](.md)| | [optional] [default to created] [enum: created, name, size] |
+| **order** | [**Order**](.md)| | [optional] [default to DESC] [enum: ASC, DESC] |
### Return type
diff --git a/docs/AnalysisBulkAddTagsResponseItem.md b/docs/AnalysisBulkAddTagsResponseItem.md
index 595418f0..7bd58ca4 100644
--- a/docs/AnalysisBulkAddTagsResponseItem.md
+++ b/docs/AnalysisBulkAddTagsResponseItem.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**analysisId** | **Integer** | | |
-|**message** | **String** | | |
-|**error** | **String** | | [optional] |
+|**message** | **String** | Success message if the update was successful | |
+|**error** | **String** | Error message if the update failed | [optional] |
diff --git a/docs/AnalysisCreateRequest.md b/docs/AnalysisCreateRequest.md
index 17a1897e..212be48e 100644
--- a/docs/AnalysisCreateRequest.md
+++ b/docs/AnalysisCreateRequest.md
@@ -11,8 +11,8 @@
|**sha256Hash** | **String** | The sha256 hash of the file | |
|**tags** | [**List<Tag>**](Tag.md) | List of tags to assign to an analysis | [optional] |
|**analysisScope** | **AnalysisScope** | The scope of the analysis determines who can access it | [optional] |
-|**symbols** | [**Symbols**](Symbols.md) | | [optional] |
-|**debugHash** | **String** | | [optional] |
+|**symbols** | [**Symbols**](Symbols.md) | Symbols are user-defined properties which inform how the binary is decompiled | [optional] |
+|**debugHash** | **String** | Hash of the debug file | [optional] |
|**analysisConfig** | [**AnalysisConfig**](AnalysisConfig.md) | The analysis config enables the configuration of optional analysis stages | [optional] |
|**binaryConfig** | [**BinaryConfig**](BinaryConfig.md) | The binary config can override automatically determined values such as ISA, Platform, File Format, etc | [optional] |
|**autoRunAgents** | [**AutoRunAgents**](AutoRunAgents.md) | | [optional] |
diff --git a/docs/AnalysisFunctionMatchingRequest.md b/docs/AnalysisFunctionMatchingRequest.md
index 8fbc4380..d7c6de82 100644
--- a/docs/AnalysisFunctionMatchingRequest.md
+++ b/docs/AnalysisFunctionMatchingRequest.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**minSimilarity** | **BigDecimal** | Minimum similarity expected for a match as a percentage, default is 90 | [optional] |
-|**filters** | [**FunctionMatchingFilters**](FunctionMatchingFilters.md) | | [optional] |
+|**filters** | [**FunctionMatchingFilters**](FunctionMatchingFilters.md) | Used to limit the search to specific binaries, collections, and functions | [optional] |
|**resultsPerFunction** | **Integer** | Maximum number of matches to return per function, default is 1, max is 30 | [optional] |
|**page** | **Integer** | Page number for paginated results, default is 1 (first page) | [optional] |
|**pageSize** | **Integer** | Number of functions to return per page, default is 0 (all functions), max is 1000 | [optional] |
diff --git a/docs/AnalysisLogMessage.md b/docs/AnalysisLogMessage.md
index 519d1969..e2b6a7dc 100644
--- a/docs/AnalysisLogMessage.md
+++ b/docs/AnalysisLogMessage.md
@@ -7,8 +7,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**message** | **String** | | |
-|**time** | **String** | | |
+|**message** | **String** | Search is applied to string value | |
+|**time** | **String** | Search is applied to string value | |
diff --git a/docs/AnalysisLogs.md b/docs/AnalysisLogs.md
index f3bc5f5d..9b8d541b 100644
--- a/docs/AnalysisLogs.md
+++ b/docs/AnalysisLogs.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**messageCount** | **Long** | | |
-|**messages** | **List<AnalysisLogMessage>** | | |
+|**messages** | [**List<AnalysisLogMessage>**](AnalysisLogMessage.md) | | |
diff --git a/docs/AnalysisRecord.md b/docs/AnalysisRecord.md
index a79033de..df315f7d 100644
--- a/docs/AnalysisRecord.md
+++ b/docs/AnalysisRecord.md
@@ -20,8 +20,8 @@
|**functionBoundariesHash** | **String** | The hash of the function boundaries | |
|**binarySize** | **Integer** | The size of the binary | |
|**username** | **String** | The username of the analysis owner | |
-|**dynamicExecutionStatus** | **DynamicExecutionStatus** | | [optional] |
-|**dynamicExecutionTaskId** | **Integer** | | [optional] |
+|**dynamicExecutionStatus** | **DynamicExecutionStatus** | If searching for dynamic execution, the status of the task | [optional] |
+|**dynamicExecutionTaskId** | **Integer** | If searching for dynamic execution, the task ID of the task | [optional] |
|**baseAddress** | **BigInteger** | The base address of the binary | |
|**tags** | [**List<TagItem>**](TagItem.md) | List of tags associated with the analysis | [optional] |
diff --git a/docs/AnalysisReport.md b/docs/AnalysisReport.md
index b80b7461..8aa44f60 100644
--- a/docs/AnalysisReport.md
+++ b/docs/AnalysisReport.md
@@ -7,21 +7,21 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**extractedFiles** | **List<ProcessExtractedFiles>** | | [optional] |
-|**fileActivity** | **List<FileActivityEntry>** | | [optional] |
-|**info** | **ReportInfo** | | |
-|**memdumps** | **List<ProcessMemdumps>** | | [optional] |
-|**moduleLoadAddresses** | **List<ModuleLoadEntry>** | | [optional] |
-|**mutexes** | **List<MutexEntry>** | | [optional] |
-|**networkActivity** | **NetworkActivity** | | [optional] |
-|**processActivity** | **List<ProcessActivityEntry>** | | [optional] |
-|**processTree** | **ProcessTree** | | [optional] |
-|**registryOperations** | **List<RegistryOperation>** | | [optional] |
-|**scheduledTasks** | **List<ScheduledTaskEntry>** | | [optional] |
-|**services** | **List<ServiceEntry>** | | [optional] |
-|**startup** | **StartupInfo** | | [optional] |
-|**threatScore** | **Long** | | |
-|**ttps** | **List<Ttp>** | | [optional] |
+|**artifacts** | [**List<Artifact>**](Artifact.md) | | [optional] |
+|**consoleOutput** | [**List<ConsoleOutputEntry>**](ConsoleOutputEntry.md) | | [optional] |
+|**fileActivity** | [**List<FileActivityEntry>**](FileActivityEntry.md) | | [optional] |
+|**info** | [**ReportInfo**](ReportInfo.md) | | |
+|**memdumps** | [**List<ProcessMemdumps>**](ProcessMemdumps.md) | | [optional] |
+|**moduleLoadAddresses** | [**List<ModuleLoadEntry>**](ModuleLoadEntry.md) | | [optional] |
+|**mutexes** | [**List<MutexEntry>**](MutexEntry.md) | | [optional] |
+|**networkActivity** | [**NetworkActivity**](NetworkActivity.md) | | [optional] |
+|**processActivity** | [**List<ProcessActivityEntry>**](ProcessActivityEntry.md) | | [optional] |
+|**processTree** | [**ProcessTree**](ProcessTree.md) | | [optional] |
+|**registryOperations** | [**List<RegistryOperation>**](RegistryOperation.md) | | [optional] |
+|**scheduledTasks** | [**List<ScheduledTaskEntry>**](ScheduledTaskEntry.md) | | [optional] |
+|**services** | [**List<ServiceEntry>**](ServiceEntry.md) | | [optional] |
+|**startup** | [**StartupInfo**](StartupInfo.md) | | [optional] |
+|**ttps** | [**List<Ttp>**](Ttp.md) | | [optional] |
diff --git a/docs/AnalysisStringItem.md b/docs/AnalysisStringItem.md
index 43c049de..b72632d9 100644
--- a/docs/AnalysisStringItem.md
+++ b/docs/AnalysisStringItem.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**functions** | **List<AnalysisStringFunction>** | | |
+|**functions** | [**List<AnalysisStringFunction>**](AnalysisStringFunction.md) | | |
|**source** | **String** | | |
|**value** | **String** | | |
diff --git a/docs/Argument.md b/docs/Argument.md
index 9da3375b..3e2dcda0 100644
--- a/docs/Argument.md
+++ b/docs/Argument.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**lastChange** | **String** | | [optional] |
+|**lastChange** | **String** | Timestamp of the last change to this argument | [optional] |
|**offset** | **Integer** | Offset of the argument in the function signature | |
|**name** | **String** | Name of the argument | |
|**type** | **String** | Data type of the argument | |
diff --git a/docs/Artifact.md b/docs/Artifact.md
new file mode 100644
index 00000000..14957dbf
--- /dev/null
+++ b/docs/Artifact.md
@@ -0,0 +1,46 @@
+
+
+# Artifact
+
+
+## Properties
+
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
+|**direction** | **String** | | [optional] |
+|**dumpAddr** | **String** | | [optional] |
+|**dumpPid** | **Long** | | [optional] |
+|**fileType** | **String** | | [optional] |
+|**host** | **String** | | [optional] |
+|**isPe** | **Boolean** | | |
+|**mimeType** | **String** | | [optional] |
+|**name** | **String** | | |
+|**networkSource** | **String** | | [optional] |
+|**originalFilename** | **String** | | [optional] |
+|**path** | **String** | | |
+|**processSeqid** | **Long** | | [optional] |
+|**reason** | [**ReasonEnum**](#ReasonEnum) | | |
+|**responseStatus** | **Long** | | [optional] |
+|**sha256** | **String** | | [optional] |
+|**size** | **Long** | | |
+|**source** | **String** | | |
+|**uri** | **String** | | [optional] |
+|**wasMapped** | **Boolean** | | [optional] |
+|**yaraHits** | **List<String>** | | [optional] |
+
+
+
+## Enum: ReasonEnum
+
+| Name | Value |
+|---- | -----|
+| WRITTEN_BY_TARGET_PROCESS | "written_by_target_process" |
+| BINARY_DETECTED | "binary_detected" |
+| SHELLCODE_DETECTED | "shellcode_detected" |
+| FILE_TYPE_DETECTED | "file_type_detected" |
+| YARA_MATCH | "yara_match" |
+| NETWORK_REQUEST | "network_request" |
+| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |
+
+
+
diff --git a/docs/AutoUnstripResponse.md b/docs/AutoUnstripResponse.md
index 6e648663..e32d97cd 100644
--- a/docs/AutoUnstripResponse.md
+++ b/docs/AutoUnstripResponse.md
@@ -8,11 +8,11 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**progress** | **Integer** | Progress of the auto-unstrip operation, represented as a percentage | [optional] |
-|**status** | **String** | | [optional] |
-|**totalTime** | **Integer** | | [optional] |
-|**matches** | [**List<MatchedFunctionSuggestion>**](MatchedFunctionSuggestion.md) | | [optional] |
-|**applied** | **Boolean** | | [optional] |
-|**errorMessage** | **String** | | [optional] |
+|**status** | **String** | Status of the function matching operation | [optional] |
+|**totalTime** | **Integer** | Total time taken for the auto-unstrip operation in seconds | [optional] |
+|**matches** | [**List<MatchedFunctionSuggestion>**](MatchedFunctionSuggestion.md) | Map of function IDs to their matching results with best match information | [optional] |
+|**applied** | **Boolean** | Indicates whether the matched function names were applied to the target binary | [optional] |
+|**errorMessage** | **String** | Error message if the operation failed | [optional] |
diff --git a/docs/BaseResponse.md b/docs/BaseResponse.md
index 7572fbf9..0666328f 100644
--- a/docs/BaseResponse.md
+++ b/docs/BaseResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | **Object** | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | **Object** | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseAdditionalDetailsStatusResponse.md b/docs/BaseResponseAdditionalDetailsStatusResponse.md
index 78bf60a5..f2f6d2d3 100644
--- a/docs/BaseResponseAdditionalDetailsStatusResponse.md
+++ b/docs/BaseResponseAdditionalDetailsStatusResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**AdditionalDetailsStatusResponse**](AdditionalDetailsStatusResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**AdditionalDetailsStatusResponse**](AdditionalDetailsStatusResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseAnalysisBulkAddTagsResponse.md b/docs/BaseResponseAnalysisBulkAddTagsResponse.md
index 82af94f2..4d17a533 100644
--- a/docs/BaseResponseAnalysisBulkAddTagsResponse.md
+++ b/docs/BaseResponseAnalysisBulkAddTagsResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**AnalysisBulkAddTagsResponse**](AnalysisBulkAddTagsResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**AnalysisBulkAddTagsResponse**](AnalysisBulkAddTagsResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseAnalysisCreateResponse.md b/docs/BaseResponseAnalysisCreateResponse.md
index d12fecdc..74256af5 100644
--- a/docs/BaseResponseAnalysisCreateResponse.md
+++ b/docs/BaseResponseAnalysisCreateResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**AnalysisCreateResponse**](AnalysisCreateResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**AnalysisCreateResponse**](AnalysisCreateResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseAnalysisDetailResponse.md b/docs/BaseResponseAnalysisDetailResponse.md
index b3a5d929..369f81c2 100644
--- a/docs/BaseResponseAnalysisDetailResponse.md
+++ b/docs/BaseResponseAnalysisDetailResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**AnalysisDetailResponse**](AnalysisDetailResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**AnalysisDetailResponse**](AnalysisDetailResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseAnalysisFunctionMapping.md b/docs/BaseResponseAnalysisFunctionMapping.md
index 884732d0..4f7fa6c7 100644
--- a/docs/BaseResponseAnalysisFunctionMapping.md
+++ b/docs/BaseResponseAnalysisFunctionMapping.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**AnalysisFunctionMapping**](AnalysisFunctionMapping.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**AnalysisFunctionMapping**](AnalysisFunctionMapping.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseAnalysisFunctions.md b/docs/BaseResponseAnalysisFunctions.md
index 5346a857..62eea18a 100644
--- a/docs/BaseResponseAnalysisFunctions.md
+++ b/docs/BaseResponseAnalysisFunctions.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**AnalysisFunctions**](AnalysisFunctions.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**AnalysisFunctions**](AnalysisFunctions.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseAnalysisFunctionsList.md b/docs/BaseResponseAnalysisFunctionsList.md
index 46ea744a..61b0ef80 100644
--- a/docs/BaseResponseAnalysisFunctionsList.md
+++ b/docs/BaseResponseAnalysisFunctionsList.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**AnalysisFunctionsList**](AnalysisFunctionsList.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**AnalysisFunctionsList**](AnalysisFunctionsList.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseAnalysisStringsResponse.md b/docs/BaseResponseAnalysisStringsResponse.md
index b2a02d34..e51f701b 100644
--- a/docs/BaseResponseAnalysisStringsResponse.md
+++ b/docs/BaseResponseAnalysisStringsResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**AnalysisStringsResponse**](AnalysisStringsResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**AnalysisStringsResponse**](AnalysisStringsResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseAnalysisStringsStatusResponse.md b/docs/BaseResponseAnalysisStringsStatusResponse.md
index 71f06797..a194a5ac 100644
--- a/docs/BaseResponseAnalysisStringsStatusResponse.md
+++ b/docs/BaseResponseAnalysisStringsStatusResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**AnalysisStringsStatusResponse**](AnalysisStringsStatusResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**AnalysisStringsStatusResponse**](AnalysisStringsStatusResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseAnalysisTags.md b/docs/BaseResponseAnalysisTags.md
index f030b053..1ca5c6cc 100644
--- a/docs/BaseResponseAnalysisTags.md
+++ b/docs/BaseResponseAnalysisTags.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**AnalysisTags**](AnalysisTags.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**AnalysisTags**](AnalysisTags.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseAnalysisUpdateTagsResponse.md b/docs/BaseResponseAnalysisUpdateTagsResponse.md
index d650dbd5..9ae42c59 100644
--- a/docs/BaseResponseAnalysisUpdateTagsResponse.md
+++ b/docs/BaseResponseAnalysisUpdateTagsResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**AnalysisUpdateTagsResponse**](AnalysisUpdateTagsResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**AnalysisUpdateTagsResponse**](AnalysisUpdateTagsResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseBasic.md b/docs/BaseResponseBasic.md
index ede9b874..88d2092b 100644
--- a/docs/BaseResponseBasic.md
+++ b/docs/BaseResponseBasic.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**Basic**](Basic.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**Basic**](Basic.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseBinariesRelatedStatusResponse.md b/docs/BaseResponseBinariesRelatedStatusResponse.md
index dfc9f09a..ee5a0010 100644
--- a/docs/BaseResponseBinariesRelatedStatusResponse.md
+++ b/docs/BaseResponseBinariesRelatedStatusResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**BinariesRelatedStatusResponse**](BinariesRelatedStatusResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**BinariesRelatedStatusResponse**](BinariesRelatedStatusResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseBinaryAdditionalResponse.md b/docs/BaseResponseBinaryAdditionalResponse.md
index dcfaddc7..9796fdcd 100644
--- a/docs/BaseResponseBinaryAdditionalResponse.md
+++ b/docs/BaseResponseBinaryAdditionalResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**BinaryAdditionalResponse**](BinaryAdditionalResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**BinaryAdditionalResponse**](BinaryAdditionalResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseBinaryDetailsResponse.md b/docs/BaseResponseBinaryDetailsResponse.md
index d6f31b69..56bb40c0 100644
--- a/docs/BaseResponseBinaryDetailsResponse.md
+++ b/docs/BaseResponseBinaryDetailsResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**BinaryDetailsResponse**](BinaryDetailsResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**BinaryDetailsResponse**](BinaryDetailsResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseBinaryExternalsResponse.md b/docs/BaseResponseBinaryExternalsResponse.md
index 630b000d..cdc22167 100644
--- a/docs/BaseResponseBinaryExternalsResponse.md
+++ b/docs/BaseResponseBinaryExternalsResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**BinaryExternalsResponse**](BinaryExternalsResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**BinaryExternalsResponse**](BinaryExternalsResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseBinarySearchResponse.md b/docs/BaseResponseBinarySearchResponse.md
index 700f9f4c..f747d596 100644
--- a/docs/BaseResponseBinarySearchResponse.md
+++ b/docs/BaseResponseBinarySearchResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**BinarySearchResponse**](BinarySearchResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**BinarySearchResponse**](BinarySearchResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseBool.md b/docs/BaseResponseBool.md
index 9b0360cf..02a6c422 100644
--- a/docs/BaseResponseBool.md
+++ b/docs/BaseResponseBool.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | **Boolean** | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | **Boolean** | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseCalleesCallerFunctionsResponse.md b/docs/BaseResponseCalleesCallerFunctionsResponse.md
index 7a782414..e77133b9 100644
--- a/docs/BaseResponseCalleesCallerFunctionsResponse.md
+++ b/docs/BaseResponseCalleesCallerFunctionsResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**CalleesCallerFunctionsResponse**](CalleesCallerFunctionsResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**CalleesCallerFunctionsResponse**](CalleesCallerFunctionsResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseCapabilities.md b/docs/BaseResponseCapabilities.md
index 711c4f24..76eb6ac7 100644
--- a/docs/BaseResponseCapabilities.md
+++ b/docs/BaseResponseCapabilities.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**Capabilities**](Capabilities.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**Capabilities**](Capabilities.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseCapabilitiesAgentResponse.md b/docs/BaseResponseCapabilitiesAgentResponse.md
index 8ac1ff1c..db534b55 100644
--- a/docs/BaseResponseCapabilitiesAgentResponse.md
+++ b/docs/BaseResponseCapabilitiesAgentResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**CapabilitiesAgentResponse**](CapabilitiesAgentResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**CapabilitiesAgentResponse**](CapabilitiesAgentResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseChildBinariesResponse.md b/docs/BaseResponseChildBinariesResponse.md
index f0223ba0..06fdee4d 100644
--- a/docs/BaseResponseChildBinariesResponse.md
+++ b/docs/BaseResponseChildBinariesResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**ChildBinariesResponse**](ChildBinariesResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**ChildBinariesResponse**](ChildBinariesResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseCollectionBinariesUpdateResponse.md b/docs/BaseResponseCollectionBinariesUpdateResponse.md
index c7101f5c..4bc771f1 100644
--- a/docs/BaseResponseCollectionBinariesUpdateResponse.md
+++ b/docs/BaseResponseCollectionBinariesUpdateResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**CollectionBinariesUpdateResponse**](CollectionBinariesUpdateResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**CollectionBinariesUpdateResponse**](CollectionBinariesUpdateResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseCollectionResponse.md b/docs/BaseResponseCollectionResponse.md
index 74bdee94..ba86979f 100644
--- a/docs/BaseResponseCollectionResponse.md
+++ b/docs/BaseResponseCollectionResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**CollectionResponse**](CollectionResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**CollectionResponse**](CollectionResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseCollectionSearchResponse.md b/docs/BaseResponseCollectionSearchResponse.md
index 52c06fb1..0f4383ec 100644
--- a/docs/BaseResponseCollectionSearchResponse.md
+++ b/docs/BaseResponseCollectionSearchResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**CollectionSearchResponse**](CollectionSearchResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**CollectionSearchResponse**](CollectionSearchResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseCollectionTagsUpdateResponse.md b/docs/BaseResponseCollectionTagsUpdateResponse.md
index aff71ba7..d220ce26 100644
--- a/docs/BaseResponseCollectionTagsUpdateResponse.md
+++ b/docs/BaseResponseCollectionTagsUpdateResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**CollectionTagsUpdateResponse**](CollectionTagsUpdateResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**CollectionTagsUpdateResponse**](CollectionTagsUpdateResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseCommentResponse.md b/docs/BaseResponseCommentResponse.md
index a3b8f6b8..31df0e2a 100644
--- a/docs/BaseResponseCommentResponse.md
+++ b/docs/BaseResponseCommentResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**CommentResponse**](CommentResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**CommentResponse**](CommentResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseConfigResponse.md b/docs/BaseResponseConfigResponse.md
index 01e910a7..791bfabe 100644
--- a/docs/BaseResponseConfigResponse.md
+++ b/docs/BaseResponseConfigResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**ConfigResponse**](ConfigResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**ConfigResponse**](ConfigResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseCreated.md b/docs/BaseResponseCreated.md
index ae74d228..b69f560b 100644
--- a/docs/BaseResponseCreated.md
+++ b/docs/BaseResponseCreated.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**Created**](Created.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**Created**](Created.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseDict.md b/docs/BaseResponseDict.md
index 1cbd395d..f4ac7a2e 100644
--- a/docs/BaseResponseDict.md
+++ b/docs/BaseResponseDict.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | **Map<String, Object>** | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | **Map<String, Object>** | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseExternalResponse.md b/docs/BaseResponseExternalResponse.md
index e792d35c..4a6990d8 100644
--- a/docs/BaseResponseExternalResponse.md
+++ b/docs/BaseResponseExternalResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**ExternalResponse**](ExternalResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**ExternalResponse**](ExternalResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseFunctionBlocksResponse.md b/docs/BaseResponseFunctionBlocksResponse.md
index 22f65709..55cc297c 100644
--- a/docs/BaseResponseFunctionBlocksResponse.md
+++ b/docs/BaseResponseFunctionBlocksResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**FunctionBlocksResponse**](FunctionBlocksResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**FunctionBlocksResponse**](FunctionBlocksResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseFunctionCapabilityResponse.md b/docs/BaseResponseFunctionCapabilityResponse.md
index 6d56132a..5c013f52 100644
--- a/docs/BaseResponseFunctionCapabilityResponse.md
+++ b/docs/BaseResponseFunctionCapabilityResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**FunctionCapabilityResponse**](FunctionCapabilityResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**FunctionCapabilityResponse**](FunctionCapabilityResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseFunctionDataTypes.md b/docs/BaseResponseFunctionDataTypes.md
index f9d85e3c..63ad39c1 100644
--- a/docs/BaseResponseFunctionDataTypes.md
+++ b/docs/BaseResponseFunctionDataTypes.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**FunctionDataTypes**](FunctionDataTypes.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**FunctionDataTypes**](FunctionDataTypes.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseFunctionDataTypesList.md b/docs/BaseResponseFunctionDataTypesList.md
index c857f1e5..6e562b38 100644
--- a/docs/BaseResponseFunctionDataTypesList.md
+++ b/docs/BaseResponseFunctionDataTypesList.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**FunctionDataTypesList**](FunctionDataTypesList.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**FunctionDataTypesList**](FunctionDataTypesList.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseFunctionSearchResponse.md b/docs/BaseResponseFunctionSearchResponse.md
index 93cfbea9..d9d1176c 100644
--- a/docs/BaseResponseFunctionSearchResponse.md
+++ b/docs/BaseResponseFunctionSearchResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**FunctionSearchResponse**](FunctionSearchResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**FunctionSearchResponse**](FunctionSearchResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseFunctionStringsResponse.md b/docs/BaseResponseFunctionStringsResponse.md
index f1a04e56..3ae8b7c6 100644
--- a/docs/BaseResponseFunctionStringsResponse.md
+++ b/docs/BaseResponseFunctionStringsResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**FunctionStringsResponse**](FunctionStringsResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**FunctionStringsResponse**](FunctionStringsResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseFunctionTaskResponse.md b/docs/BaseResponseFunctionTaskResponse.md
index a0598587..687c3307 100644
--- a/docs/BaseResponseFunctionTaskResponse.md
+++ b/docs/BaseResponseFunctionTaskResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**FunctionTaskResponse**](FunctionTaskResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**FunctionTaskResponse**](FunctionTaskResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseFunctionsDetailResponse.md b/docs/BaseResponseFunctionsDetailResponse.md
index eb6c17bd..744ae6c6 100644
--- a/docs/BaseResponseFunctionsDetailResponse.md
+++ b/docs/BaseResponseFunctionsDetailResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**FunctionsDetailResponse**](FunctionsDetailResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**FunctionsDetailResponse**](FunctionsDetailResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseGenerateFunctionDataTypes.md b/docs/BaseResponseGenerateFunctionDataTypes.md
index c0baf800..a34b8e7e 100644
--- a/docs/BaseResponseGenerateFunctionDataTypes.md
+++ b/docs/BaseResponseGenerateFunctionDataTypes.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**GenerateFunctionDataTypes**](GenerateFunctionDataTypes.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**GenerateFunctionDataTypes**](GenerateFunctionDataTypes.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseGenerationStatusList.md b/docs/BaseResponseGenerationStatusList.md
index f03dbdbb..46664809 100644
--- a/docs/BaseResponseGenerationStatusList.md
+++ b/docs/BaseResponseGenerationStatusList.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**GenerationStatusList**](GenerationStatusList.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**GenerationStatusList**](GenerationStatusList.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseGetAiDecompilationTask.md b/docs/BaseResponseGetAiDecompilationTask.md
index 309b7cec..90b2dc2d 100644
--- a/docs/BaseResponseGetAiDecompilationTask.md
+++ b/docs/BaseResponseGetAiDecompilationTask.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**GetAiDecompilationTask**](GetAiDecompilationTask.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**GetAiDecompilationTask**](GetAiDecompilationTask.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseGetPublicUserResponse.md b/docs/BaseResponseGetPublicUserResponse.md
index 26ba58da..3391416d 100644
--- a/docs/BaseResponseGetPublicUserResponse.md
+++ b/docs/BaseResponseGetPublicUserResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**GetPublicUserResponse**](GetPublicUserResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**GetPublicUserResponse**](GetPublicUserResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseListCalleesCallerFunctionsResponse.md b/docs/BaseResponseListCalleesCallerFunctionsResponse.md
index a110c404..63a7df44 100644
--- a/docs/BaseResponseListCalleesCallerFunctionsResponse.md
+++ b/docs/BaseResponseListCalleesCallerFunctionsResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**List<CalleesCallerFunctionsResponse>**](CalleesCallerFunctionsResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**List<CalleesCallerFunctionsResponse>**](CalleesCallerFunctionsResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseListCollectionResults.md b/docs/BaseResponseListCollectionResults.md
index 118b684b..1ff0dfcb 100644
--- a/docs/BaseResponseListCollectionResults.md
+++ b/docs/BaseResponseListCollectionResults.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**ListCollectionResults**](ListCollectionResults.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**ListCollectionResults**](ListCollectionResults.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseListCommentResponse.md b/docs/BaseResponseListCommentResponse.md
index 3bfe5835..ec3f7185 100644
--- a/docs/BaseResponseListCommentResponse.md
+++ b/docs/BaseResponseListCommentResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**List<CommentResponse>**](CommentResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**List<CommentResponse>**](CommentResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseListDieMatch.md b/docs/BaseResponseListDieMatch.md
index e2448e9e..b872a85e 100644
--- a/docs/BaseResponseListDieMatch.md
+++ b/docs/BaseResponseListDieMatch.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**List<DieMatch>**](DieMatch.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**List<DieMatch>**](DieMatch.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseListFunctionNameHistory.md b/docs/BaseResponseListFunctionNameHistory.md
index 803b6a4e..f3a5adab 100644
--- a/docs/BaseResponseListFunctionNameHistory.md
+++ b/docs/BaseResponseListFunctionNameHistory.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**List<FunctionNameHistory>**](FunctionNameHistory.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**List<FunctionNameHistory>**](FunctionNameHistory.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseListSBOM.md b/docs/BaseResponseListSBOM.md
index 6a4ccc33..a6464dbb 100644
--- a/docs/BaseResponseListSBOM.md
+++ b/docs/BaseResponseListSBOM.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**List<SBOM>**](SBOM.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**List<SBOM>**](SBOM.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseListUserActivityResponse.md b/docs/BaseResponseListUserActivityResponse.md
index a62ed06f..c96574b8 100644
--- a/docs/BaseResponseListUserActivityResponse.md
+++ b/docs/BaseResponseListUserActivityResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**List<UserActivityResponse>**](UserActivityResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**List<UserActivityResponse>**](UserActivityResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseLogs.md b/docs/BaseResponseLogs.md
index 06e624c9..4f070c75 100644
--- a/docs/BaseResponseLogs.md
+++ b/docs/BaseResponseLogs.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**Logs**](Logs.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**Logs**](Logs.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseModelsResponse.md b/docs/BaseResponseModelsResponse.md
index 29da8bad..e85d4a36 100644
--- a/docs/BaseResponseModelsResponse.md
+++ b/docs/BaseResponseModelsResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**ModelsResponse**](ModelsResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**ModelsResponse**](ModelsResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseParams.md b/docs/BaseResponseParams.md
index a4c98936..71086c8b 100644
--- a/docs/BaseResponseParams.md
+++ b/docs/BaseResponseParams.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**Params**](Params.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**Params**](Params.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseQueuedWorkflowTaskResponse.md b/docs/BaseResponseQueuedWorkflowTaskResponse.md
index 1fff1b28..645c4208 100644
--- a/docs/BaseResponseQueuedWorkflowTaskResponse.md
+++ b/docs/BaseResponseQueuedWorkflowTaskResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**QueuedWorkflowTaskResponse**](QueuedWorkflowTaskResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**QueuedWorkflowTaskResponse**](QueuedWorkflowTaskResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseRecent.md b/docs/BaseResponseRecent.md
index 69906905..a5ac022e 100644
--- a/docs/BaseResponseRecent.md
+++ b/docs/BaseResponseRecent.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**Recent**](Recent.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**Recent**](Recent.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseReportAnalysisResponse.md b/docs/BaseResponseReportAnalysisResponse.md
index 1369341b..05caff21 100644
--- a/docs/BaseResponseReportAnalysisResponse.md
+++ b/docs/BaseResponseReportAnalysisResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**ReportAnalysisResponse**](ReportAnalysisResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**ReportAnalysisResponse**](ReportAnalysisResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseStatus.md b/docs/BaseResponseStatus.md
index d2d585b9..d02b3598 100644
--- a/docs/BaseResponseStatus.md
+++ b/docs/BaseResponseStatus.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**StatusOutput**](StatusOutput.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**StatusOutput**](StatusOutput.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseStr.md b/docs/BaseResponseStr.md
index 066806e8..0b4c4e21 100644
--- a/docs/BaseResponseStr.md
+++ b/docs/BaseResponseStr.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | **String** | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | **String** | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseTagSearchResponse.md b/docs/BaseResponseTagSearchResponse.md
index d8fcf8c0..98cb5d8d 100644
--- a/docs/BaseResponseTagSearchResponse.md
+++ b/docs/BaseResponseTagSearchResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**TagSearchResponse**](TagSearchResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**TagSearchResponse**](TagSearchResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseTaskResponse.md b/docs/BaseResponseTaskResponse.md
index 35b4ae8c..ca9d0383 100644
--- a/docs/BaseResponseTaskResponse.md
+++ b/docs/BaseResponseTaskResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**TaskResponse**](TaskResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**TaskResponse**](TaskResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseTaskStatusResponse.md b/docs/BaseResponseTaskStatusResponse.md
index bc72e9e6..4b6e206e 100644
--- a/docs/BaseResponseTaskStatusResponse.md
+++ b/docs/BaseResponseTaskStatusResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**TaskStatusResponse**](TaskStatusResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**TaskStatusResponse**](TaskStatusResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseTriageReportResponse.md b/docs/BaseResponseTriageReportResponse.md
index 62c2e891..2fe21e52 100644
--- a/docs/BaseResponseTriageReportResponse.md
+++ b/docs/BaseResponseTriageReportResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**TriageReportResponse**](TriageReportResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**TriageReportResponse**](TriageReportResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseUnionGetAiDecompilationRatingResponseNoneType.md b/docs/BaseResponseUnionGetAiDecompilationRatingResponseNoneType.md
index 19bff492..3167247b 100644
--- a/docs/BaseResponseUnionGetAiDecompilationRatingResponseNoneType.md
+++ b/docs/BaseResponseUnionGetAiDecompilationRatingResponseNoneType.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**GetAiDecompilationRatingResponse**](GetAiDecompilationRatingResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**GetAiDecompilationRatingResponse**](GetAiDecompilationRatingResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseUploadResponse.md b/docs/BaseResponseUploadResponse.md
index 15daeb0d..efb913bd 100644
--- a/docs/BaseResponseUploadResponse.md
+++ b/docs/BaseResponseUploadResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**UploadResponse**](UploadResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**UploadResponse**](UploadResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseVulnerabilities.md b/docs/BaseResponseVulnerabilities.md
index 5b0ed9c5..8024972c 100644
--- a/docs/BaseResponseVulnerabilities.md
+++ b/docs/BaseResponseVulnerabilities.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**Vulnerabilities**](Vulnerabilities.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**Vulnerabilities**](Vulnerabilities.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/BaseResponseXrefResponse.md b/docs/BaseResponseXrefResponse.md
index 275a552f..18f2358e 100644
--- a/docs/BaseResponseXrefResponse.md
+++ b/docs/BaseResponseXrefResponse.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **Boolean** | Response status on whether the request succeeded | [optional] |
-|**data** | [**XrefResponse**](XrefResponse.md) | | [optional] |
-|**message** | **String** | | [optional] |
-|**errors** | [**List<ErrorModel>**](ErrorModel.md) | | [optional] |
+|**data** | [**XrefResponse**](XrefResponse.md) | Response data | [optional] |
+|**message** | **String** | Response message | [optional] |
+|**errors** | [**List<ErrorModel>**](ErrorModel.md) | List of errors | [optional] |
|**meta** | [**MetaModel**](MetaModel.md) | Metadata | [optional] |
diff --git a/docs/Basic.md b/docs/Basic.md
index cb24fc9f..571d396a 100644
--- a/docs/Basic.md
+++ b/docs/Basic.md
@@ -21,9 +21,9 @@
|**debug** | **Boolean** | Whether the current analysis was analysed with debug symbols | |
|**functionCount** | **Integer** | The number of functions in the binary | |
|**isAdvanced** | **Boolean** | Whether the analysis was advanced | |
-|**baseAddress** | **Integer** | | |
-|**binaryUuid** | **String** | | [optional] |
-|**sequencerVersion** | **String** | | [optional] |
+|**baseAddress** | **Integer** | The base address of the binary | |
+|**binaryUuid** | **String** | The UUID of the binary | [optional] |
+|**sequencerVersion** | **String** | The sequencer version used for analysis | [optional] |
|**teamId** | **Integer** | The team ID of the analysis | |
diff --git a/docs/BatchRenameInputBody.md b/docs/BatchRenameInputBody.md
index 4d7ac679..54261089 100644
--- a/docs/BatchRenameInputBody.md
+++ b/docs/BatchRenameInputBody.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**functions** | **List<BatchRenameItem>** | List of functions to rename | |
+|**functions** | [**List<BatchRenameItem>**](BatchRenameItem.md) | List of functions to rename | |
diff --git a/docs/BinaryConfig.md b/docs/BinaryConfig.md
index 1e55ef97..ff69e9c1 100644
--- a/docs/BinaryConfig.md
+++ b/docs/BinaryConfig.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**isa** | **ISA** | | [optional] |
+|**isa** | **ISA** | Instruction Set Architecture | [optional] |
|**platform** | **Platform** | | [optional] |
|**fileFormat** | **FileFormat** | | [optional] |
diff --git a/docs/BinarySearchResult.md b/docs/BinarySearchResult.md
index 27700923..680094c2 100644
--- a/docs/BinarySearchResult.md
+++ b/docs/BinarySearchResult.md
@@ -11,7 +11,7 @@
|**binaryName** | **String** | The name of the binary | |
|**analysisId** | **Integer** | The analysis ID | |
|**sha256Hash** | **String** | The SHA-256 hash of the binary | |
-|**tags** | **List<String>** | | |
+|**tags** | **List<String>** | The tags of the binary | |
|**createdAt** | **OffsetDateTime** | The creation date of the binary | |
|**modelId** | **Integer** | The model ID of the binary | |
|**modelName** | **String** | The name of the model | |
diff --git a/docs/CalleeFunctionInfo.md b/docs/CalleeFunctionInfo.md
index eedf81d7..88b1820c 100644
--- a/docs/CalleeFunctionInfo.md
+++ b/docs/CalleeFunctionInfo.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**functionId** | **Long** | Unique identifier of the function | |
-|**matchedFunctionId** | **Integer** | | |
+|**matchedFunctionId** | **Integer** | Unique identifier of the matched function | |
|**dashboardUrl** | **String** | | |
|**isExternal** | **Boolean** | Indicates if the function is external | [optional] |
|**calleeName** | **String** | Name of the called function | |
diff --git a/docs/CallerFunctionInfo.md b/docs/CallerFunctionInfo.md
index 2a705803..1c7b0db3 100644
--- a/docs/CallerFunctionInfo.md
+++ b/docs/CallerFunctionInfo.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**functionId** | **Long** | Unique identifier of the function | |
-|**matchedFunctionId** | **Integer** | | |
+|**matchedFunctionId** | **Integer** | Unique identifier of the matched function | |
|**dashboardUrl** | **String** | | |
|**isExternal** | **Boolean** | Indicates if the function is external | [optional] |
|**callerName** | **String** | Name of the calling function | |
diff --git a/docs/ChildBinariesResponse.md b/docs/ChildBinariesResponse.md
index 3bc4c4a1..57fae559 100644
--- a/docs/ChildBinariesResponse.md
+++ b/docs/ChildBinariesResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**children** | [**List<RelativeBinaryResponse>**](RelativeBinaryResponse.md) | List of child binaries associated with the parent binary | |
-|**parent** | [**RelativeBinaryResponse**](RelativeBinaryResponse.md) | | [optional] |
+|**parent** | [**RelativeBinaryResponse**](RelativeBinaryResponse.md) | Details of the parent binary if it exists | [optional] |
diff --git a/docs/CollectionListItem.md b/docs/CollectionListItem.md
index d967ffc1..3153e1f6 100644
--- a/docs/CollectionListItem.md
+++ b/docs/CollectionListItem.md
@@ -17,7 +17,7 @@
|**collectionId** | **Integer** | The ID of the collection | |
|**creation** | **OffsetDateTime** | The datetime of when the collection was created | |
|**modelName** | **String** | The model being used for the collection | |
-|**teamId** | **Integer** | | [optional] |
+|**teamId** | **Integer** | The team ID for the collection | [optional] |
diff --git a/docs/CollectionResponse.md b/docs/CollectionResponse.md
index c87011eb..dab9c02a 100644
--- a/docs/CollectionResponse.md
+++ b/docs/CollectionResponse.md
@@ -12,12 +12,12 @@
|**description** | **String** | Collection description | |
|**modelId** | **Integer** | Collection model ID | |
|**userId** | **Integer** | Collection user ID | |
-|**teamId** | **Integer** | | [optional] |
+|**teamId** | **Integer** | Collection team ID | [optional] |
|**collectionScope** | **CollectionScope** | Collection public status | |
|**createdAt** | **OffsetDateTime** | Collection creation date | |
|**updatedAt** | **OffsetDateTime** | Collection last update date | |
-|**tags** | **List<String>** | | [optional] |
-|**binaries** | [**List<CollectionResponseBinariesInner>**](CollectionResponseBinariesInner.md) | | [optional] |
+|**tags** | **List<String>** | Collection tags | [optional] |
+|**binaries** | [**List<CollectionResponseBinariesInner>**](CollectionResponseBinariesInner.md) | Collection binaries | [optional] |
diff --git a/docs/CollectionSearchResult.md b/docs/CollectionSearchResult.md
index 67e3310d..cadc3cce 100644
--- a/docs/CollectionSearchResult.md
+++ b/docs/CollectionSearchResult.md
@@ -15,10 +15,10 @@
|**modelId** | **Integer** | The model ID of the binary | |
|**modelName** | **String** | The name of the model | |
|**ownedBy** | **String** | The owner of the collection | |
-|**tags** | **List<String>** | | [optional] |
-|**size** | **Integer** | | [optional] |
+|**tags** | **List<String>** | The tags of the collection | [optional] |
+|**size** | **Integer** | The number of binaries in the collection | [optional] |
|**description** | **String** | The description of the collection | |
-|**teamId** | **Integer** | | [optional] |
+|**teamId** | **Integer** | The team ID of the collection | [optional] |
diff --git a/docs/CollectionsApi.md b/docs/CollectionsApi.md
index b38f6434..bd6f31e3 100644
--- a/docs/CollectionsApi.md
+++ b/docs/CollectionsApi.md
@@ -298,8 +298,8 @@ public class Example {
| **filters** | [**List<Filters>**](Filters.md)| | [optional] |
| **limit** | **Integer**| | [optional] [default to 20] |
| **offset** | **Integer**| | [optional] [default to 0] |
-| **orderBy** | [**AppApiRestV2CollectionsEnumsOrderBy**](.md)| | [optional] [enum: created, collection, model, owner, collection_size, updated] |
-| **order** | [**Order**](.md)| | [optional] [enum: ASC, DESC] |
+| **orderBy** | [**AppApiRestV2CollectionsEnumsOrderBy**](.md)| | [optional] [default to collection] [enum: created, collection, model, owner, collection_size, updated] |
+| **order** | [**Order**](.md)| | [optional] [default to ASC] [enum: ASC, DESC] |
### Return type
diff --git a/docs/CommentsData.md b/docs/CommentsData.md
index 38f9136e..96254081 100644
--- a/docs/CommentsData.md
+++ b/docs/CommentsData.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**inlineComments** | **List<InlineComment>** | Structured inline comments with line numbers | |
+|**inlineComments** | [**List<InlineComment>**](InlineComment.md) | Structured inline comments with line numbers | |
|**taskStatus** | [**TaskStatusEnum**](#TaskStatusEnum) | Task status | |
diff --git a/docs/Connection.md b/docs/Connection.md
index 8e163dac..b0b3643b 100644
--- a/docs/Connection.md
+++ b/docs/Connection.md
@@ -7,12 +7,17 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**events** | **List<ReportEvent>** | | [optional] |
+|**bytesReceived** | **Long** | | [optional] |
+|**bytesSent** | **Long** | | [optional] |
+|**events** | [**List<ReportEvent>**](ReportEvent.md) | | [optional] |
+|**ja3** | **String** | | [optional] |
+|**ja3s** | **String** | | [optional] |
|**localIp** | **String** | | |
|**localPort** | **Object** | | |
|**protocol** | **String** | | |
|**remoteIp** | **String** | | |
|**remotePort** | **Object** | | |
+|**tcpCarvedFiles** | [**List<TcpCarvedFile>**](TcpCarvedFile.md) | | [optional] |
diff --git a/docs/ProcessExtractedFiles.md b/docs/ConsoleOutputEntry.md
similarity index 63%
rename from docs/ProcessExtractedFiles.md
rename to docs/ConsoleOutputEntry.md
index 6c3b7cb9..a859e712 100644
--- a/docs/ProcessExtractedFiles.md
+++ b/docs/ConsoleOutputEntry.md
@@ -1,13 +1,13 @@
-# ProcessExtractedFiles
+# ConsoleOutputEntry
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**files** | **List<ExtractedFileEntry>** | | [optional] |
+|**output** | **String** | | |
|**processSeqid** | **Long** | | |
diff --git a/docs/ConversationWithEvents.md b/docs/ConversationWithEvents.md
index d570b0ef..22853f7b 100644
--- a/docs/ConversationWithEvents.md
+++ b/docs/ConversationWithEvents.md
@@ -10,7 +10,7 @@
|**context** | **Object** | | [optional] |
|**conversationUuid** | **String** | | |
|**createdAt** | **OffsetDateTime** | | |
-|**events** | **List<Event>** | | |
+|**events** | [**List<Event>**](Event.md) | | |
|**title** | **String** | | |
|**updatedAt** | **OffsetDateTime** | | |
|**userId** | **Long** | | |
diff --git a/docs/ConversationsApi.md b/docs/ConversationsApi.md
index abad2734..df8be5b4 100644
--- a/docs/ConversationsApi.md
+++ b/docs/ConversationsApi.md
@@ -452,7 +452,7 @@ public class Example {
# **streamEvents**
-> List<StreamEvents200ResponseInner> streamEvents(id, lastEventId)
+> List<ServerSentEventsInner> streamEvents(id, lastEventId)
Stream conversation events (SSE)
@@ -483,7 +483,7 @@ public class Example {
UUID id = UUID.randomUUID(); // UUID | Conversation UUID
Long lastEventId = 56L; // Long | Replay events after this ID
try {
- List result = apiInstance.streamEvents(id, lastEventId);
+ List result = apiInstance.streamEvents(id, lastEventId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ConversationsApi#streamEvents");
@@ -505,7 +505,7 @@ public class Example {
### Return type
-[**List<StreamEvents200ResponseInner>**](StreamEvents200ResponseInner.md)
+[**List<ServerSentEventsInner>**](ServerSentEventsInner.md)
### Authorization
diff --git a/docs/CreateCollectionOutputBody.md b/docs/CreateCollectionOutputBody.md
index 8c8c77fd..b9aeff55 100644
--- a/docs/CreateCollectionOutputBody.md
+++ b/docs/CreateCollectionOutputBody.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**binaries** | **List<Binary>** | | [optional] |
+|**binaries** | [**List<Binary>**](Binary.md) | | [optional] |
|**collectionId** | **Long** | | |
|**collectionName** | **String** | | |
|**collectionScope** | **String** | | |
diff --git a/docs/CreateConversationRequest.md b/docs/CreateConversationRequest.md
index cdacf9ad..b05699d0 100644
--- a/docs/CreateConversationRequest.md
+++ b/docs/CreateConversationRequest.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**context** | **ConversationContext** | | [optional] |
+|**context** | [**ConversationContext**](ConversationContext.md) | | [optional] |
|**title** | **String** | | [optional] |
diff --git a/docs/DnsQuery.md b/docs/DnsQuery.md
index 324b53bb..1305ea42 100644
--- a/docs/DnsQuery.md
+++ b/docs/DnsQuery.md
@@ -7,8 +7,11 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
+|**cnameChain** | **List<String>** | | [optional] |
|**domain** | **String** | | |
-|**events** | **List<ReportEvent>** | | [optional] |
+|**events** | [**List<ReportEvent>**](ReportEvent.md) | | [optional] |
+|**minTtl** | **Long** | | [optional] |
+|**resolvedIps** | **List<String>** | | [optional] |
diff --git a/docs/DynamicExecutionStatusResponse.md b/docs/DynamicExecutionStatusResponse.md
index b45a0be8..9b28bf1d 100644
--- a/docs/DynamicExecutionStatusResponse.md
+++ b/docs/DynamicExecutionStatusResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**errorMessage** | **String** | Error detail, set when status is ERROR | [optional] |
-|**logs** | **AnalysisLogs** | Sandbox status log messages captured during the run. Contains a single \"No logs available\" message when none have been captured yet. | |
+|**logs** | [**AnalysisLogs**](AnalysisLogs.md) | Sandbox status log messages captured during the run. Contains a single \"No logs available\" message when none have been captured yet. | |
|**status** | **String** | Task status: UNINITIALISED, PENDING, RUNNING, COMPLETED, or ERROR | |
diff --git a/docs/Enumeration.md b/docs/Enumeration.md
index d9d31c23..c79166fe 100644
--- a/docs/Enumeration.md
+++ b/docs/Enumeration.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**lastChange** | **String** | | [optional] |
+|**lastChange** | **String** | Timestamp of the last change to this enumeration | [optional] |
|**name** | **String** | Name of the enumeration | |
|**members** | **Map<String, Integer>** | Dictionary of enumeration members and their values | |
|**artifactType** | **String** | Type of artifact that the enumeration is associated with | [optional] |
diff --git a/docs/EventAttemptFailed.md b/docs/EventAttemptFailed.md
index d0785f8d..0e762936 100644
--- a/docs/EventAttemptFailed.md
+++ b/docs/EventAttemptFailed.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **AttemptFailedEvent** | | |
+|**data** | [**AttemptFailedEvent**](AttemptFailedEvent.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventAttemptStarted.md b/docs/EventAttemptStarted.md
index 79bf23f5..dad1fe57 100644
--- a/docs/EventAttemptStarted.md
+++ b/docs/EventAttemptStarted.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **AttemptStartedEvent** | | |
+|**data** | [**AttemptStartedEvent**](AttemptStartedEvent.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventCONTEXTCOMPACTED.md b/docs/EventCONTEXTCOMPACTED.md
index 1908eb58..bf346d62 100644
--- a/docs/EventCONTEXTCOMPACTED.md
+++ b/docs/EventCONTEXTCOMPACTED.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventContextCompactedData** | | |
+|**data** | [**SseEventContextCompactedData**](SseEventContextCompactedData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventDecompFailed.md b/docs/EventDecompFailed.md
index b35cd520..37cee435 100644
--- a/docs/EventDecompFailed.md
+++ b/docs/EventDecompFailed.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **DecompFailedEvent** | | |
+|**data** | [**DecompFailedEvent**](DecompFailedEvent.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventDecompFinished.md b/docs/EventDecompFinished.md
index 0a0d346f..53a89e2a 100644
--- a/docs/EventDecompFinished.md
+++ b/docs/EventDecompFinished.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **DecompFinishedEvent** | | |
+|**data** | [**DecompFinishedEvent**](DecompFinishedEvent.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventProse.md b/docs/EventProse.md
index d1259f78..be636af9 100644
--- a/docs/EventProse.md
+++ b/docs/EventProse.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **ProseEvent** | | |
+|**data** | [**ProseEvent**](ProseEvent.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventRUNCANCELLED.md b/docs/EventRUNCANCELLED.md
index 7885d32b..5cf796d5 100644
--- a/docs/EventRUNCANCELLED.md
+++ b/docs/EventRUNCANCELLED.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventRunCancelledData** | | |
+|**data** | [**SseEventRunCancelledData**](SseEventRunCancelledData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventRUNERROR.md b/docs/EventRUNERROR.md
index 98aa3d83..ca39024c 100644
--- a/docs/EventRUNERROR.md
+++ b/docs/EventRUNERROR.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventRunErrorData** | | |
+|**data** | [**SseEventRunErrorData**](SseEventRunErrorData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventRUNFINISHED.md b/docs/EventRUNFINISHED.md
index 73b8959a..1632ea8a 100644
--- a/docs/EventRUNFINISHED.md
+++ b/docs/EventRUNFINISHED.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventRunFinishedData** | | |
+|**data** | [**SseEventRunFinishedData**](SseEventRunFinishedData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventRUNSTARTED.md b/docs/EventRUNSTARTED.md
index e5feb036..8cef2498 100644
--- a/docs/EventRUNSTARTED.md
+++ b/docs/EventRUNSTARTED.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventRunStartedData** | | |
+|**data** | [**SseEventRunStartedData**](SseEventRunStartedData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventRenameApplied.md b/docs/EventRenameApplied.md
index 14272f71..c8005916 100644
--- a/docs/EventRenameApplied.md
+++ b/docs/EventRenameApplied.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **RenameAppliedEvent** | | |
+|**data** | [**RenameAppliedEvent**](RenameAppliedEvent.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventSTEPFINISHED.md b/docs/EventSTEPFINISHED.md
index a0274a7d..90b815d0 100644
--- a/docs/EventSTEPFINISHED.md
+++ b/docs/EventSTEPFINISHED.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventStepFinishedData** | | |
+|**data** | [**SseEventStepFinishedData**](SseEventStepFinishedData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventSTEPSTARTED.md b/docs/EventSTEPSTARTED.md
index 6cf63ead..24c9d297 100644
--- a/docs/EventSTEPSTARTED.md
+++ b/docs/EventSTEPSTARTED.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventStepStartedData** | | |
+|**data** | [**SseEventStepStartedData**](SseEventStepStartedData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventSourceDelta.md b/docs/EventSourceDelta.md
index fd47d40e..c17af258 100644
--- a/docs/EventSourceDelta.md
+++ b/docs/EventSourceDelta.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SourceDeltaEvent** | | |
+|**data** | [**SourceDeltaEvent**](SourceDeltaEvent.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventSourceReset.md b/docs/EventSourceReset.md
index 3771eab9..d89f32f8 100644
--- a/docs/EventSourceReset.md
+++ b/docs/EventSourceReset.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SourceResetEvent** | | |
+|**data** | [**SourceResetEvent**](SourceResetEvent.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventTEXTMESSAGECONTENT.md b/docs/EventTEXTMESSAGECONTENT.md
index 686a8151..628710a5 100644
--- a/docs/EventTEXTMESSAGECONTENT.md
+++ b/docs/EventTEXTMESSAGECONTENT.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventTextMessageContentData** | | |
+|**data** | [**SseEventTextMessageContentData**](SseEventTextMessageContentData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventTEXTMESSAGEEND.md b/docs/EventTEXTMESSAGEEND.md
index fe89c0d2..62dda38b 100644
--- a/docs/EventTEXTMESSAGEEND.md
+++ b/docs/EventTEXTMESSAGEEND.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventTextMessageEndData** | | |
+|**data** | [**SseEventTextMessageEndData**](SseEventTextMessageEndData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventTEXTMESSAGESTART.md b/docs/EventTEXTMESSAGESTART.md
index 95d3c1f3..c73748a3 100644
--- a/docs/EventTEXTMESSAGESTART.md
+++ b/docs/EventTEXTMESSAGESTART.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventTextMessageStartData** | | |
+|**data** | [**SseEventTextMessageStartData**](SseEventTextMessageStartData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventTITLEUPDATED.md b/docs/EventTITLEUPDATED.md
index e649defb..0a3f2b75 100644
--- a/docs/EventTITLEUPDATED.md
+++ b/docs/EventTITLEUPDATED.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventTitleUpdatedData** | | |
+|**data** | [**SseEventTitleUpdatedData**](SseEventTitleUpdatedData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventTOOLCALLARGSDELTA.md b/docs/EventTOOLCALLARGSDELTA.md
index 87771992..d0591f26 100644
--- a/docs/EventTOOLCALLARGSDELTA.md
+++ b/docs/EventTOOLCALLARGSDELTA.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventToolCallArgsDeltaData** | | |
+|**data** | [**SseEventToolCallArgsDeltaData**](SseEventToolCallArgsDeltaData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventTOOLCALLEND.md b/docs/EventTOOLCALLEND.md
index 3a885fc9..db4cd41c 100644
--- a/docs/EventTOOLCALLEND.md
+++ b/docs/EventTOOLCALLEND.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventToolCallEndData** | | |
+|**data** | [**SseEventToolCallEndData**](SseEventToolCallEndData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventTOOLCALLRESULT.md b/docs/EventTOOLCALLRESULT.md
index e3721d52..9d5595ca 100644
--- a/docs/EventTOOLCALLRESULT.md
+++ b/docs/EventTOOLCALLRESULT.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventToolCallResultData** | | |
+|**data** | [**SseEventToolCallResultData**](SseEventToolCallResultData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventTOOLCALLSTART.md b/docs/EventTOOLCALLSTART.md
index 9d296203..bcb7fb57 100644
--- a/docs/EventTOOLCALLSTART.md
+++ b/docs/EventTOOLCALLSTART.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventToolCallStartData** | | |
+|**data** | [**SseEventToolCallStartData**](SseEventToolCallStartData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventTOOLCONFIRMATIONREQUIRED.md b/docs/EventTOOLCONFIRMATIONREQUIRED.md
index a5b57459..b38229c0 100644
--- a/docs/EventTOOLCONFIRMATIONREQUIRED.md
+++ b/docs/EventTOOLCONFIRMATIONREQUIRED.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventToolConfirmationRequiredData** | | |
+|**data** | [**SseEventToolConfirmationRequiredData**](SseEventToolConfirmationRequiredData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/EventWarning.md b/docs/EventWarning.md
index d7cd5cf0..2313d861 100644
--- a/docs/EventWarning.md
+++ b/docs/EventWarning.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **WarningEvent** | | |
+|**data** | [**WarningEvent**](WarningEvent.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/ExtractedFileEntry.md b/docs/ExtractedFileEntry.md
deleted file mode 100644
index 156ce940..00000000
--- a/docs/ExtractedFileEntry.md
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-# ExtractedFileEntry
-
-
-## Properties
-
-| Name | Type | Description | Notes |
-|------------ | ------------- | ------------- | -------------|
-|**fileHash** | **String** | | [optional] |
-|**fileSize** | **Long** | | |
-|**fileType** | **String** | | [optional] |
-|**filename** | **String** | | |
-|**isPe** | **Boolean** | | [optional] |
-|**mimeType** | **String** | | [optional] |
-|**reason** | **String** | | [optional] |
-|**seqNum** | **Long** | | |
-|**sha256** | **String** | | [optional] |
-|**zipFilename** | **String** | | |
-
-
-
diff --git a/docs/ExtractedURL.md b/docs/ExtractedURL.md
index a4b464de..c02a2410 100644
--- a/docs/ExtractedURL.md
+++ b/docs/ExtractedURL.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**events** | **List<ReportEvent>** | | [optional] |
+|**events** | [**List<ReportEvent>**](ReportEvent.md) | | [optional] |
|**url** | **String** | | |
diff --git a/docs/FileActivityEntry.md b/docs/FileActivityEntry.md
index 2b8edbe4..14eade42 100644
--- a/docs/FileActivityEntry.md
+++ b/docs/FileActivityEntry.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**events** | **List<ReportEvent>** | | [optional] |
+|**events** | [**List<ReportEvent>**](ReportEvent.md) | | [optional] |
|**path** | **String** | | |
diff --git a/docs/FirmwareApi.md b/docs/FirmwareApi.md
index c0a20c13..697c7090 100644
--- a/docs/FirmwareApi.md
+++ b/docs/FirmwareApi.md
@@ -108,7 +108,7 @@ public class Example {
//APIKey.setApiKeyPrefix("Token");
FirmwareApi apiInstance = new FirmwareApi(defaultClient);
- String _file = "_file_example"; // String |
+ File _file = new File("/path/to/file"); // File |
String password = "password_example"; // String |
try {
Object result = apiInstance.uploadFirmware(_file, password);
@@ -128,7 +128,7 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **_file** | **String**| | |
+| **_file** | **File**| | |
| **password** | **String**| | [optional] |
### Return type
diff --git a/docs/FunctionInfoInputFuncDepsInner.md b/docs/FuncDepsInner.md
similarity index 83%
rename from docs/FunctionInfoInputFuncDepsInner.md
rename to docs/FuncDepsInner.md
index 065aa269..ef74ffd3 100644
--- a/docs/FunctionInfoInputFuncDepsInner.md
+++ b/docs/FuncDepsInner.md
@@ -1,13 +1,13 @@
-# FunctionInfoInputFuncDepsInner
+# FuncDepsInner
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**lastChange** | **String** | | [optional] |
+|**lastChange** | **String** | Timestamp of the last change to this global variable | [optional] |
|**name** | **String** | Name of the global variable | |
|**size** | **Integer** | Size of the global variable in bytes | |
|**members** | **Map<String, Integer>** | Dictionary of enumeration members and their values | |
diff --git a/docs/FunctionBlockDestinationResponse.md b/docs/FunctionBlockDestinationResponse.md
index e17de664..e330b60a 100644
--- a/docs/FunctionBlockDestinationResponse.md
+++ b/docs/FunctionBlockDestinationResponse.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**destinationBlockId** | **Integer** | | |
+|**destinationBlockId** | **Integer** | The block where execution can flow to from the current block | |
|**flowtype** | **String** | The type of execution flow between chunks | |
|**vaddr** | **String** | The vaddr of the destination where the execution flow continues from | |
diff --git a/docs/FunctionBlockResponse.md b/docs/FunctionBlockResponse.md
index 2f89b346..ad8f0320 100644
--- a/docs/FunctionBlockResponse.md
+++ b/docs/FunctionBlockResponse.md
@@ -12,7 +12,7 @@
|**minAddr** | **Integer** | The minimum vaddr of the block | |
|**maxAddr** | **Integer** | The maximum vaddr of the block | |
|**destinations** | [**List<FunctionBlockDestinationResponse>**](FunctionBlockDestinationResponse.md) | The potential execution flow destinations from this block | |
-|**comment** | **String** | | [optional] |
+|**comment** | **String** | An optional comment associated with this block, if any | [optional] |
diff --git a/docs/FunctionBlocksResponse.md b/docs/FunctionBlocksResponse.md
index 735ab558..e8a3fcef 100644
--- a/docs/FunctionBlocksResponse.md
+++ b/docs/FunctionBlocksResponse.md
@@ -11,7 +11,7 @@ Response for returning disassembly of a function.
|**blocks** | [**List<FunctionBlockResponse>**](FunctionBlockResponse.md) | Disassembly is broken into control flow blocks | |
|**localVariables** | [**List<FunctionLocalVariableResponse>**](FunctionLocalVariableResponse.md) | Local variables associated with this function | |
|**params** | [**List<FunctionParamResponse>**](FunctionParamResponse.md) | Params associated with this function | |
-|**overviewComment** | **String** | | [optional] |
+|**overviewComment** | **String** | An overview comment for the whole function | [optional] |
diff --git a/docs/FunctionBoundary.md b/docs/FunctionBoundary.md
index ea6e6dc6..8ce1e713 100644
--- a/docs/FunctionBoundary.md
+++ b/docs/FunctionBoundary.md
@@ -10,7 +10,7 @@
|**mangledName** | **String** | | |
|**startAddress** | **Long** | | |
|**endAddress** | **Long** | | |
-|**includeInAnalysis** | **Boolean** | | [optional] |
+|**includeInAnalysis** | **Boolean** | Indicates whether the function should be included in the analysis | [optional] |
diff --git a/docs/FunctionDataTypes.md b/docs/FunctionDataTypes.md
index 921ea8cc..a169f6ca 100644
--- a/docs/FunctionDataTypes.md
+++ b/docs/FunctionDataTypes.md
@@ -9,8 +9,8 @@
|------------ | ------------- | ------------- | -------------|
|**completed** | **Boolean** | Whether the service has completed data types generation | |
|**status** | **String** | The current status of the data types service | |
-|**dataTypes** | [**FunctionInfoOutput**](FunctionInfoOutput.md) | | [optional] |
-|**dataTypesVersion** | **Integer** | | [optional] |
+|**dataTypes** | [**FunctionInfoOutput**](FunctionInfoOutput.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] |
diff --git a/docs/FunctionDataTypesListItem.md b/docs/FunctionDataTypesListItem.md
index 4904417f..83ac4e1d 100644
--- a/docs/FunctionDataTypesListItem.md
+++ b/docs/FunctionDataTypesListItem.md
@@ -9,8 +9,8 @@
|------------ | ------------- | ------------- | -------------|
|**completed** | **Boolean** | Whether the service has completed data types generation | |
|**status** | **String** | The current status of the data types service | |
-|**dataTypes** | [**FunctionInfoOutput**](FunctionInfoOutput.md) | | [optional] |
-|**dataTypesVersion** | **Integer** | | [optional] |
+|**dataTypes** | [**FunctionInfoOutput**](FunctionInfoOutput.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 | |
diff --git a/docs/FunctionHeader.md b/docs/FunctionHeader.md
index 8b7a9eff..5e4cf776 100644
--- a/docs/FunctionHeader.md
+++ b/docs/FunctionHeader.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**lastChange** | **String** | | [optional] |
+|**lastChange** | **String** | Timestamp of the last change to this function header | [optional] |
|**name** | **String** | Name of the function | |
|**addr** | **Integer** | Memory address of the function | |
|**type** | **String** | Return type of the function | |
diff --git a/docs/FunctionInfoInput.md b/docs/FunctionInfoInput.md
index 02b5a59b..ba6215f4 100644
--- a/docs/FunctionInfoInput.md
+++ b/docs/FunctionInfoInput.md
@@ -7,8 +7,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**funcTypes** | [**FunctionTypeInput**](FunctionTypeInput.md) | | [optional] |
-|**funcDeps** | [**List<FunctionInfoInputFuncDepsInner>**](FunctionInfoInputFuncDepsInner.md) | List of function dependencies | |
+|**funcTypes** | [**FunctionTypeInput**](FunctionTypeInput.md) | Function type information | [optional] |
+|**funcDeps** | [**List<FuncDepsInner>**](FuncDepsInner.md) | List of function dependencies | |
diff --git a/docs/FunctionInfoOutput.md b/docs/FunctionInfoOutput.md
index 075340ef..9fc46c97 100644
--- a/docs/FunctionInfoOutput.md
+++ b/docs/FunctionInfoOutput.md
@@ -7,8 +7,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**funcTypes** | [**FunctionTypeOutput**](FunctionTypeOutput.md) | | [optional] |
-|**funcDeps** | [**List<FunctionInfoInputFuncDepsInner>**](FunctionInfoInputFuncDepsInner.md) | List of function dependencies | |
+|**funcTypes** | [**FunctionTypeInput**](FunctionTypeInput.md) | Function type information | [optional] |
+|**funcDeps** | [**List<FuncDepsInner>**](FuncDepsInner.md) | List of function dependencies | |
diff --git a/docs/FunctionMatchingRequest.md b/docs/FunctionMatchingRequest.md
index 45c0acb0..ecbe7d7a 100644
--- a/docs/FunctionMatchingRequest.md
+++ b/docs/FunctionMatchingRequest.md
@@ -10,7 +10,7 @@
|**modelId** | **Integer** | ID of the model used for function matching, used to determine the embedding model | |
|**functionIds** | **List<Long>** | ID's of functions to find matches for, must be at least one function ID | |
|**minSimilarity** | **BigDecimal** | Minimum similarity expected for a match as a percentage, default is 90 | [optional] |
-|**filters** | [**FunctionMatchingFilters**](FunctionMatchingFilters.md) | | [optional] |
+|**filters** | [**FunctionMatchingFilters**](FunctionMatchingFilters.md) | Used to limit the search to specific binaries, collections, and functions | [optional] |
|**resultsPerFunction** | **Integer** | Maximum number of matches to return per function, default is 1, max is 50 | [optional] |
|**page** | **Integer** | Page number for paginated results, default is 1 (first page) | [optional] |
|**pageSize** | **Integer** | Number of functions to return per page, default is 0 (all functions), max is 1000 | [optional] |
diff --git a/docs/FunctionMatchingResponse.md b/docs/FunctionMatchingResponse.md
index c9edcd92..bf309f67 100644
--- a/docs/FunctionMatchingResponse.md
+++ b/docs/FunctionMatchingResponse.md
@@ -8,15 +8,15 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**progress** | **Integer** | Progress of the matching operation, represented as a percentage | [optional] |
-|**status** | **String** | | [optional] |
-|**totalTime** | **Integer** | | [optional] |
-|**errorMessage** | **String** | | [optional] |
-|**currentPage** | **Integer** | | [optional] |
-|**totalPages** | **Integer** | | [optional] |
-|**matches** | [**List<FunctionMatch>**](FunctionMatch.md) | | [optional] |
-|**numMatches** | **Integer** | | [optional] |
-|**numDebugMatches** | **Integer** | | [optional] |
-|**updatedAt** | **String** | | [optional] |
+|**status** | **String** | Status of the function matching operation | [optional] |
+|**totalTime** | **Integer** | Total time taken for the matching operation in seconds | [optional] |
+|**errorMessage** | **String** | Optional message providing additional information about the operation | [optional] |
+|**currentPage** | **Integer** | Current page number of the results, if pagination is used | [optional] |
+|**totalPages** | **Integer** | Total number of pages available, if pagination is used | [optional] |
+|**matches** | [**List<FunctionMatch>**](FunctionMatch.md) | List of function matching results with best match information | [optional] |
+|**numMatches** | **Integer** | Total number of function matches found | [optional] |
+|**numDebugMatches** | **Integer** | Total number of debug function matches found | [optional] |
+|**updatedAt** | **String** | Timestamp of the last time function matching with the same request parameters was performed | [optional] |
diff --git a/docs/FunctionTypeInput.md b/docs/FunctionTypeInput.md
index 0fa3f38c..b0772025 100644
--- a/docs/FunctionTypeInput.md
+++ b/docs/FunctionTypeInput.md
@@ -7,11 +7,11 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**lastChange** | **String** | | [optional] |
+|**lastChange** | **String** | Timestamp of the last change to this function type | [optional] |
|**addr** | **Integer** | Memory address of the function | |
|**size** | **Integer** | Size of the function in bytes | |
|**header** | [**FunctionHeader**](FunctionHeader.md) | Function header information | |
-|**stackVars** | [**Map<String, StackVariable>**](StackVariable.md) | | [optional] |
+|**stackVars** | [**Map<String, StackVariable>**](StackVariable.md) | Dictionary of stack variables | [optional] |
|**name** | **String** | Name of the function | |
|**type** | **String** | Return type of the function | |
|**artifactType** | **String** | Type of artifact that the structure is associated with | [optional] |
diff --git a/docs/FunctionTypeOutput.md b/docs/FunctionTypeOutput.md
deleted file mode 100644
index a27ae3d1..00000000
--- a/docs/FunctionTypeOutput.md
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-# FunctionTypeOutput
-
-
-## Properties
-
-| Name | Type | Description | Notes |
-|------------ | ------------- | ------------- | -------------|
-|**lastChange** | **String** | | [optional] |
-|**addr** | **Integer** | Memory address of the function | |
-|**size** | **Integer** | Size of the function in bytes | |
-|**header** | [**FunctionHeader**](FunctionHeader.md) | Function header information | |
-|**stackVars** | [**Map<String, StackVariable>**](StackVariable.md) | | [optional] |
-|**name** | **String** | Name of the function | |
-|**type** | **String** | Return type of the function | |
-|**artifactType** | **String** | Type of artifact that the structure is associated with | [optional] |
-
-
-
diff --git a/docs/FunctionsAiDecompilationApi.md b/docs/FunctionsAiDecompilationApi.md
index 622640ae..02d8ab0e 100644
--- a/docs/FunctionsAiDecompilationApi.md
+++ b/docs/FunctionsAiDecompilationApi.md
@@ -1421,7 +1421,7 @@ public class Example {
# **streamAiDecompilation**
-> List<StreamAiDecompilation200ResponseInner> streamAiDecompilation(functionId)
+> List<ServerSentEventsInner1> streamAiDecompilation(functionId)
Stream live AI decompilation output (SSE)
@@ -1451,7 +1451,7 @@ public class Example {
FunctionsAiDecompilationApi apiInstance = new FunctionsAiDecompilationApi(defaultClient);
Long functionId = 56L; // Long | Function ID
try {
- List result = apiInstance.streamAiDecompilation(functionId);
+ List result = apiInstance.streamAiDecompilation(functionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FunctionsAiDecompilationApi#streamAiDecompilation");
@@ -1472,7 +1472,7 @@ public class Example {
### Return type
-[**List<StreamAiDecompilation200ResponseInner>**](StreamAiDecompilation200ResponseInner.md)
+[**List<ServerSentEventsInner1>**](ServerSentEventsInner1.md)
### Authorization
diff --git a/docs/FunctionsCoreApi.md b/docs/FunctionsCoreApi.md
index 0197a3e4..43c2fc9d 100644
--- a/docs/FunctionsCoreApi.md
+++ b/docs/FunctionsCoreApi.md
@@ -25,7 +25,7 @@ All URIs are relative to *https://api.reveng.ai*
# **addFunctionCallee**
-> Map<String, Object> addFunctionCallee(functionId, addCalleeInputBody)
+> Object addFunctionCallee(functionId, addCalleeInputBody)
Add a callee to a function
@@ -56,7 +56,7 @@ public class Example {
Long functionId = 56L; // Long | Function ID
AddCalleeInputBody addCalleeInputBody = new AddCalleeInputBody(); // AddCalleeInputBody |
try {
- Map result = apiInstance.addFunctionCallee(functionId, addCalleeInputBody);
+ Object result = apiInstance.addFunctionCallee(functionId, addCalleeInputBody);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FunctionsCoreApi#addFunctionCallee");
@@ -78,7 +78,7 @@ public class Example {
### Return type
-**Map<String, Object>**
+**Object**
### Authorization
@@ -101,7 +101,7 @@ public class Example {
# **addUserStringToFunction**
-> Map<String, Object> addUserStringToFunction(functionId, addUserStringToFunctionInputBody)
+> Object addUserStringToFunction(functionId, addUserStringToFunctionInputBody)
Add a user-provided string to a function.
@@ -132,7 +132,7 @@ public class Example {
Long functionId = 56L; // Long | Function ID
AddUserStringToFunctionInputBody addUserStringToFunctionInputBody = new AddUserStringToFunctionInputBody(); // AddUserStringToFunctionInputBody |
try {
- Map result = apiInstance.addUserStringToFunction(functionId, addUserStringToFunctionInputBody);
+ Object result = apiInstance.addUserStringToFunction(functionId, addUserStringToFunctionInputBody);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FunctionsCoreApi#addUserStringToFunction");
@@ -154,7 +154,7 @@ public class Example {
### Return type
-**Map<String, Object>**
+**Object**
### Authorization
diff --git a/docs/FunctionsRenamingHistoryApi.md b/docs/FunctionsRenamingHistoryApi.md
index 5003a54c..12d40bf9 100644
--- a/docs/FunctionsRenamingHistoryApi.md
+++ b/docs/FunctionsRenamingHistoryApi.md
@@ -521,7 +521,7 @@ public class Example {
# **revertFunctionName_0**
-> Map<String, Object> revertFunctionName_0(functionId, historyId)
+> Object revertFunctionName_0(functionId, historyId)
Revert function name
@@ -552,7 +552,7 @@ public class Example {
Long functionId = 56L; // Long | Function ID
Long historyId = 56L; // Long | History ID to revert to
try {
- Map result = apiInstance.revertFunctionName_0(functionId, historyId);
+ Object result = apiInstance.revertFunctionName_0(functionId, historyId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FunctionsRenamingHistoryApi#revertFunctionName_0");
@@ -574,7 +574,7 @@ public class Example {
### Return type
-**Map<String, Object>**
+**Object**
### Authorization
diff --git a/docs/GetAiDecompilationRatingResponse.md b/docs/GetAiDecompilationRatingResponse.md
index 78805bf8..22100b6b 100644
--- a/docs/GetAiDecompilationRatingResponse.md
+++ b/docs/GetAiDecompilationRatingResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**rating** | **AiDecompilationRating** | The rating the user has given to the AI decompilation response | |
-|**reason** | **String** | | |
+|**reason** | **String** | The optional reason the user has given for the rating | |
diff --git a/docs/GetAiDecompilationTask.md b/docs/GetAiDecompilationTask.md
index bda4b105..a4ec5b54 100644
--- a/docs/GetAiDecompilationTask.md
+++ b/docs/GetAiDecompilationTask.md
@@ -8,14 +8,14 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **AiDecompilationTaskStatus** | The status of the AI decompilation task | |
-|**decompilation** | **String** | | |
-|**rawDecompilation** | **String** | | |
-|**functionMapping** | [**Map<String, InverseFunctionMapItem>**](InverseFunctionMapItem.md) | | |
-|**functionMappingFull** | [**FunctionMappingFull**](FunctionMappingFull.md) | | |
-|**summary** | **String** | | [optional] |
-|**aiSummary** | **String** | | [optional] |
-|**rawAiSummary** | **String** | | [optional] |
-|**predictedFunctionName** | **String** | | [optional] |
+|**decompilation** | **String** | The AI decompilation string with values from function mappings already replaced | |
+|**rawDecompilation** | **String** | The unedited AI Decompilation string | |
+|**functionMapping** | [**Map<String, InverseFunctionMapItem>**](InverseFunctionMapItem.md) | Deprecated structure | |
+|**functionMappingFull** | [**FunctionMappingFull**](FunctionMappingFull.md) | The full mapping, useful for swapping out values within raw_decompilation | |
+|**summary** | **String** | The summary comment for the decompilation (deprecated, please use raw_ai_summary instead) | [optional] |
+|**aiSummary** | **String** | The summary comment for the decompilation with values from function mappings already replaced | [optional] |
+|**rawAiSummary** | **String** | The summary comment for the decompilation with no replacements | [optional] |
+|**predictedFunctionName** | **String** | The predicted function name from the AI model | [optional] |
diff --git a/docs/GetCollectionOutputBody.md b/docs/GetCollectionOutputBody.md
index fca6b9db..cf7a012d 100644
--- a/docs/GetCollectionOutputBody.md
+++ b/docs/GetCollectionOutputBody.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**binaries** | **List<Binary>** | | [optional] |
+|**binaries** | [**List<Binary>**](Binary.md) | | [optional] |
|**collectionId** | **Long** | | |
|**collectionName** | **String** | | |
|**collectionScope** | **String** | | |
diff --git a/docs/GetProductsOutputBody.md b/docs/GetProductsOutputBody.md
index d15aa7bd..9683ddd7 100644
--- a/docs/GetProductsOutputBody.md
+++ b/docs/GetProductsOutputBody.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**products** | **List<ProductOutput>** | List of available products | |
+|**products** | [**List<ProductOutput>**](ProductOutput.md) | List of available products | |
diff --git a/docs/GetSubscriptionOutputBody.md b/docs/GetSubscriptionOutputBody.md
index 506d9694..a542f03c 100644
--- a/docs/GetSubscriptionOutputBody.md
+++ b/docs/GetSubscriptionOutputBody.md
@@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**endsAt** | **OffsetDateTime** | Date access ends (CANCELING only). | [optional] |
-|**price** | **PriceSummary** | Current price (ACTIVE / CANCELING / PAYMENT_ISSUE only). | [optional] |
-|**product** | **ProductSummary** | Subscribed product (ACTIVE / CANCELING / PAYMENT_ISSUE only). | [optional] |
+|**price** | [**PriceSummary**](PriceSummary.md) | Current price (ACTIVE / CANCELING / PAYMENT_ISSUE only). | [optional] |
+|**product** | [**ProductSummary**](ProductSummary.md) | Subscribed product (ACTIVE / CANCELING / PAYMENT_ISSUE only). | [optional] |
|**renewsAt** | **OffsetDateTime** | Next billing date (ACTIVE only). | [optional] |
|**status** | [**StatusEnum**](#StatusEnum) | Subscription state. | |
|**tier** | [**TierEnum**](#TierEnum) | User's effective tier. | |
diff --git a/docs/GlobalVariable.md b/docs/GlobalVariable.md
index ae590bf6..8ff59460 100644
--- a/docs/GlobalVariable.md
+++ b/docs/GlobalVariable.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**lastChange** | **String** | | [optional] |
+|**lastChange** | **String** | Timestamp of the last change to this global variable | [optional] |
|**addr** | **Integer** | Memory address of the global variable | |
|**name** | **String** | Name of the global variable | |
|**type** | **String** | Data type of the global variable | |
diff --git a/docs/HttpRequest.md b/docs/HttpRequest.md
index 23a19c55..f70b1ccf 100644
--- a/docs/HttpRequest.md
+++ b/docs/HttpRequest.md
@@ -7,15 +7,22 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**events** | **List<ReportEvent>** | | [optional] |
+|**bytesReceived** | **Long** | | [optional] |
+|**bytesSent** | **Long** | | [optional] |
+|**events** | [**List<ReportEvent>**](ReportEvent.md) | | [optional] |
|**extraHeaders** | **List<String>** | | [optional] |
|**flags** | **Long** | | [optional] |
|**password** | **String** | | [optional] |
|**path** | **String** | | [optional] |
+|**pcapStreamId** | **Long** | | [optional] |
|**postData** | **String** | | [optional] |
|**proxy** | **String** | | [optional] |
|**proxyBypass** | **String** | | [optional] |
|**referer** | **String** | | [optional] |
+|**requestBody** | [**PcapBodyInfo**](PcapBodyInfo.md) | | [optional] |
+|**responseBody** | [**PcapBodyInfo**](PcapBodyInfo.md) | | [optional] |
+|**responseStatus** | **Long** | | [optional] |
+|**serverIp** | **String** | | [optional] |
|**serverName** | **String** | | [optional] |
|**serverPort** | **Long** | | [optional] |
|**service** | **Long** | | [optional] |
diff --git a/docs/IOC.md b/docs/IOC.md
index 7ce8a4d1..4b5ac0c1 100644
--- a/docs/IOC.md
+++ b/docs/IOC.md
@@ -10,9 +10,9 @@
|**type** | [**TypeEnum**](#TypeEnum) | Type of the IOC | |
|**value** | **String** | Value of the IOC | |
|**description** | **String** | Description of the IOC | |
-|**source** | **String** | | [optional] |
-|**functionId** | **Integer** | | [optional] |
-|**functionName** | **String** | | [optional] |
+|**source** | **String** | The source address where the IOC can be found in the binary if possible. | [optional] |
+|**functionId** | **Integer** | Unique identifier of the function containing the IOC | [optional] |
+|**functionName** | **String** | Name of the function containing the IOC | [optional] |
diff --git a/docs/ListAnalysisStringsOutputBody.md b/docs/ListAnalysisStringsOutputBody.md
index 3c7e8404..8877ae0f 100644
--- a/docs/ListAnalysisStringsOutputBody.md
+++ b/docs/ListAnalysisStringsOutputBody.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**strings** | **List<AnalysisStringItem>** | | |
+|**strings** | [**List<AnalysisStringItem>**](AnalysisStringItem.md) | | |
|**totalStrings** | **Long** | | |
diff --git a/docs/ListCollectionsOutputBody.md b/docs/ListCollectionsOutputBody.md
index edbad9ba..87f139a5 100644
--- a/docs/ListCollectionsOutputBody.md
+++ b/docs/ListCollectionsOutputBody.md
@@ -10,7 +10,7 @@
|**hasNextPage** | **Boolean** | | |
|**pageNumber** | **Long** | | |
|**pageSize** | **Long** | | |
-|**results** | **List<CollectionListItemBody>** | | |
+|**results** | [**List<CollectionListItemBody>**](CollectionListItemBody.md) | | |
diff --git a/docs/ListFunctionStringsOutputBody.md b/docs/ListFunctionStringsOutputBody.md
index 75e90ef0..ba483690 100644
--- a/docs/ListFunctionStringsOutputBody.md
+++ b/docs/ListFunctionStringsOutputBody.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**strings** | **List<FunctionStringItem>** | | |
+|**strings** | [**List<FunctionStringItem>**](FunctionStringItem.md) | | |
|**totalStrings** | **Long** | | |
diff --git a/docs/MatchedFunctionSuggestion.md b/docs/MatchedFunctionSuggestion.md
index 32fef317..2e3e87b9 100644
--- a/docs/MatchedFunctionSuggestion.md
+++ b/docs/MatchedFunctionSuggestion.md
@@ -9,7 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**functionId** | **Long** | Unique identifier of the matched function | |
|**functionVaddr** | **Long** | Virtual address of the matched function | |
-|**suggestedName** | **String** | | [optional] |
+|**suggestedName** | **String** | Mangled name of the function group that contains the matched functions | [optional] |
|**suggestedDemangledName** | **String** | De-mangled name of the function group that contains the matched functions | |
diff --git a/docs/MutexEntry.md b/docs/MutexEntry.md
index 5abc90dc..a664797b 100644
--- a/docs/MutexEntry.md
+++ b/docs/MutexEntry.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**events** | **List<ReportEvent>** | | [optional] |
+|**events** | [**List<ReportEvent>**](ReportEvent.md) | | [optional] |
|**name** | **String** | | |
diff --git a/docs/NameSourceType.md b/docs/NameSourceType.md
index 4f63b145..28c40f8d 100644
--- a/docs/NameSourceType.md
+++ b/docs/NameSourceType.md
@@ -8,9 +8,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**type** | [**TypeEnum**](#TypeEnum) | The source (process) the function name came from | |
-|**functionId** | **Integer** | | [optional] |
-|**binaryId** | **Integer** | | [optional] |
-|**analysisId** | **Integer** | | [optional] |
+|**functionId** | **Integer** | The function id of the function the function name was copied from. | [optional] |
+|**binaryId** | **Integer** | The binary id of the function that the function name was copied from. | [optional] |
+|**analysisId** | **Integer** | The analysis id of the function that the function name was copied from. | [optional] |
diff --git a/docs/NetworkActivity.md b/docs/NetworkActivity.md
index 398ade54..6df65e9b 100644
--- a/docs/NetworkActivity.md
+++ b/docs/NetworkActivity.md
@@ -7,10 +7,10 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**connections** | **List<Connection>** | | [optional] |
-|**dnsQueries** | **List<DnsQuery>** | | [optional] |
-|**extractedUrls** | **List<ExtractedURL>** | | [optional] |
-|**httpRequests** | **List<HttpRequest>** | | [optional] |
+|**connections** | [**List<Connection>**](Connection.md) | | [optional] |
+|**dnsQueries** | [**List<DnsQuery>**](DnsQuery.md) | | [optional] |
+|**extractedUrls** | [**List<ExtractedURL>**](ExtractedURL.md) | | [optional] |
+|**httpRequests** | [**List<HttpRequest>**](HttpRequest.md) | | [optional] |
diff --git a/docs/Params.md b/docs/Params.md
index 305c3c9d..8a64d20e 100644
--- a/docs/Params.md
+++ b/docs/Params.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**debugHash** | **String** | | |
+|**debugHash** | **String** | The debug hash, if one was supplied | |
|**binarySize** | **Integer** | The size of the binary data | |
|**architecture** | **String** | The architecture of the binary data | |
|**binaryType** | **String** | The type of binary data | |
diff --git a/docs/PatchCollectionBinariesOutputBody.md b/docs/PatchCollectionBinariesOutputBody.md
index da1eec56..6bb642f1 100644
--- a/docs/PatchCollectionBinariesOutputBody.md
+++ b/docs/PatchCollectionBinariesOutputBody.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**binaries** | **List<Binary>** | | |
+|**binaries** | [**List<Binary>**](Binary.md) | | |
diff --git a/docs/PcapBodyInfo.md b/docs/PcapBodyInfo.md
new file mode 100644
index 00000000..50eb387b
--- /dev/null
+++ b/docs/PcapBodyInfo.md
@@ -0,0 +1,19 @@
+
+
+# PcapBodyInfo
+
+
+## Properties
+
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
+|**filename** | **String** | | [optional] |
+|**isPe** | **Boolean** | | |
+|**mimeType** | **String** | | [optional] |
+|**preview** | **String** | | [optional] |
+|**sha256** | **String** | | [optional] |
+|**size** | **Long** | | |
+|**yaraHits** | **List<String>** | | [optional] |
+
+
+
diff --git a/docs/ProcessActivityEntry.md b/docs/ProcessActivityEntry.md
index 730cfbb7..fac0f3f8 100644
--- a/docs/ProcessActivityEntry.md
+++ b/docs/ProcessActivityEntry.md
@@ -9,7 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**args** | **List<String>** | | [optional] |
|**childSeqid** | **Long** | | |
-|**events** | **List<ReportEvent>** | | [optional] |
+|**events** | [**List<ReportEvent>**](ReportEvent.md) | | [optional] |
|**exitCode** | **Long** | | [optional] |
|**exitCodeStr** | **String** | | [optional] |
|**name** | **String** | | |
diff --git a/docs/ProcessMemdumps.md b/docs/ProcessMemdumps.md
index 5c180f92..f4da9250 100644
--- a/docs/ProcessMemdumps.md
+++ b/docs/ProcessMemdumps.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**dumps** | **List<MemdumpEntry>** | | [optional] |
+|**dumps** | [**List<MemdumpEntry>**](MemdumpEntry.md) | | [optional] |
|**processSeqid** | **Long** | | |
diff --git a/docs/ProcessNode.md b/docs/ProcessNode.md
index b2d2c0c7..bbbaeb83 100644
--- a/docs/ProcessNode.md
+++ b/docs/ProcessNode.md
@@ -9,7 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**args** | **List<String>** | | [optional] |
|**attributed** | **Boolean** | | |
-|**children** | **List<ProcessNode>** | | [optional] |
+|**children** | [**List<ProcessNode>**](ProcessNode.md) | | [optional] |
|**exitCode** | **Long** | | [optional] |
|**exitCodeStr** | **String** | | [optional] |
|**exitedAt** | **Double** | | [optional] |
diff --git a/docs/ProcessTree.md b/docs/ProcessTree.md
index 6df7d7e3..b73d3309 100644
--- a/docs/ProcessTree.md
+++ b/docs/ProcessTree.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**nodes** | **List<ProcessNode>** | | [optional] |
+|**nodes** | [**List<ProcessNode>**](ProcessNode.md) | | [optional] |
|**sampleSeqid** | **Long** | | [optional] |
diff --git a/docs/ProductOutput.md b/docs/ProductOutput.md
index dcfe6d08..97242366 100644
--- a/docs/ProductOutput.md
+++ b/docs/ProductOutput.md
@@ -12,7 +12,7 @@
|**features** | **List<String>** | Marketing feature list for this product. | |
|**id** | **String** | Product ID. | |
|**name** | **String** | Human-readable product name. | |
-|**prices** | **List<PriceOutput>** | All active recurring prices for this product. | |
+|**prices** | [**List<PriceOutput>**](PriceOutput.md) | All active recurring prices for this product. | |
|**tier** | **String** | User tier associated with this product, if any. | [optional] |
diff --git a/docs/ReAnalysisForm.md b/docs/ReAnalysisForm.md
index 3ed77bcf..894a06a5 100644
--- a/docs/ReAnalysisForm.md
+++ b/docs/ReAnalysisForm.md
@@ -12,7 +12,7 @@ Form Model for receiving the analysis request
|**commandLineArgs** | **String** | Command line arguments for dynamic execution | [optional] |
|**priority** | **Integer** | Priority of the analysis | [optional] |
|**essential** | **Boolean** | Only runs essential parts of the analysis, skips tags/sbom/cves etc. | [optional] |
-|**modelName** | **String** | | [optional] |
+|**modelName** | **String** | Model name allows reprocessing using a different model | [optional] |
|**noCache** | **Boolean** | When enabled, skips using cached data within the processing. | [optional] |
diff --git a/docs/RegistryOperation.md b/docs/RegistryOperation.md
index 6545fe1d..cf816c66 100644
--- a/docs/RegistryOperation.md
+++ b/docs/RegistryOperation.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**events** | **List<ReportEvent>** | | [optional] |
+|**events** | [**List<ReportEvent>**](ReportEvent.md) | | [optional] |
|**key** | **String** | | |
diff --git a/docs/RelativeBinaryResponse.md b/docs/RelativeBinaryResponse.md
index 32cd9106..7c9fd53c 100644
--- a/docs/RelativeBinaryResponse.md
+++ b/docs/RelativeBinaryResponse.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**binaryId** | **Integer** | ID of the relative binary | |
-|**analysisId** | **Integer** | | [optional] |
+|**analysisId** | **Integer** | ID of the active analysis for this binary | [optional] |
|**name** | **String** | Name of the relative binary | |
|**sha256** | **String** | SHA256 hash of the relative binary | |
diff --git a/docs/ReportEvent.md b/docs/ReportEvent.md
index 9cc4a23d..ec32ed88 100644
--- a/docs/ReportEvent.md
+++ b/docs/ReportEvent.md
@@ -7,13 +7,14 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**apiCalls** | **List<ApiCall>** | | [optional] |
+|**apiCalls** | [**List<ApiCall>**](ApiCall.md) | | [optional] |
+|**count** | **Long** | | [optional] |
+|**desiredAccess** | **List<String>** | | [optional] |
|**processSeqid** | **Long** | | [optional] |
-|**totalBytesRequested** | **Long** | | [optional] |
+|**totalBytes** | **Long** | | [optional] |
|**type** | **String** | | |
|**value** | **String** | | [optional] |
|**valueName** | **String** | | [optional] |
-|**writeCount** | **Long** | | [optional] |
diff --git a/docs/ReportInfo.md b/docs/ReportInfo.md
index 408758e6..d343a34b 100644
--- a/docs/ReportInfo.md
+++ b/docs/ReportInfo.md
@@ -7,9 +7,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**_file** | **DrakvufFileMetadata** | | [optional] |
+|**_file** | [**DrakvufFileMetadata**](DrakvufFileMetadata.md) | | [optional] |
|**id** | **String** | | |
-|**options** | **ReportOptions** | | [optional] |
+|**options** | [**ReportOptions**](ReportOptions.md) | | [optional] |
|**osProfile** | **String** | | [optional] |
|**status** | **String** | | [optional] |
|**timeAnalysisFinished** | **String** | | [optional] |
diff --git a/docs/SandboxOptions.md b/docs/SandboxOptions.md
index 47e7a4c3..e2ffb626 100644
--- a/docs/SandboxOptions.md
+++ b/docs/SandboxOptions.md
@@ -9,7 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**enabled** | **Boolean** | | [optional] |
|**commandLineArgs** | **String** | The command line parameters to pass to the dynamic execution sandbox. Requires `sandbox` to be True. | [optional] |
-|**startMethod** | **SandboxStartMethod** | | [optional] |
+|**startMethod** | **SandboxStartMethod** | The method used by the sandbox to launch the sample. | [optional] |
|**timeout** | **SandboxTimeout** | Maximum execution time for the sandbox run, in seconds. Allowed values: 120 (2m), 180 (3m), 300 (5m), 600 (10m). | [optional] |
diff --git a/docs/ScheduledTaskEntry.md b/docs/ScheduledTaskEntry.md
index 385c366a..1f4883c1 100644
--- a/docs/ScheduledTaskEntry.md
+++ b/docs/ScheduledTaskEntry.md
@@ -10,7 +10,7 @@
|**command** | **String** | | [optional] |
|**day** | **String** | | [optional] |
|**endDate** | **String** | | [optional] |
-|**events** | **List<ReportEvent>** | | [optional] |
+|**events** | [**List<ReportEvent>**](ReportEvent.md) | | [optional] |
|**executable** | **String** | | [optional] |
|**modifier** | **String** | | [optional] |
|**runAs** | **String** | | [optional] |
diff --git a/docs/SearchApi.md b/docs/SearchApi.md
index 5eb2ae82..098cc435 100644
--- a/docs/SearchApi.md
+++ b/docs/SearchApi.md
@@ -160,8 +160,8 @@ public class Example {
| **tags** | [**List<String>**](String.md)| The tags to be searched for | [optional] |
| **modelName** | **String**| The name of the model used to analyze the binary the function belongs to | [optional] |
| **filters** | [**List<Filters>**](Filters.md)| The filters to be used for the search | [optional] |
-| **orderBy** | [**AppApiRestV2CollectionsEnumsOrderBy**](.md)| The field to sort the order by in the results | [optional] [enum: created, collection, model, owner, collection_size, updated] |
-| **orderByDirection** | [**Order**](.md)| The order direction in which to return results | [optional] [enum: ASC, DESC] |
+| **orderBy** | [**AppApiRestV2CollectionsEnumsOrderBy**](.md)| The field to sort the order by in the results | [optional] [default to created] [enum: created, collection, model, owner, collection_size, updated] |
+| **orderByDirection** | [**Order**](.md)| The order direction in which to return results | [optional] [default to DESC] [enum: ASC, DESC] |
### Return type
diff --git a/docs/SendMessageRequest.md b/docs/SendMessageRequest.md
index 5994244d..b48f45ba 100644
--- a/docs/SendMessageRequest.md
+++ b/docs/SendMessageRequest.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**content** | **String** | | |
-|**context** | **ConversationContext** | | [optional] |
+|**context** | [**ConversationContext**](ConversationContext.md) | | [optional] |
diff --git a/docs/StreamEvents200ResponseInner.md b/docs/ServerSentEventsInner.md
similarity index 79%
rename from docs/StreamEvents200ResponseInner.md
rename to docs/ServerSentEventsInner.md
index fa99d1d7..45012048 100644
--- a/docs/StreamEvents200ResponseInner.md
+++ b/docs/ServerSentEventsInner.md
@@ -1,13 +1,13 @@
-# StreamEvents200ResponseInner
+# ServerSentEventsInner
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **SseEventToolConfirmationRequiredData** | | |
+|**data** | [**SseEventToolConfirmationRequiredData**](SseEventToolConfirmationRequiredData.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/StreamAiDecompilation200ResponseInner.md b/docs/ServerSentEventsInner1.md
similarity index 85%
rename from docs/StreamAiDecompilation200ResponseInner.md
rename to docs/ServerSentEventsInner1.md
index 0905c645..71b4fc7a 100644
--- a/docs/StreamAiDecompilation200ResponseInner.md
+++ b/docs/ServerSentEventsInner1.md
@@ -1,13 +1,13 @@
-# StreamAiDecompilation200ResponseInner
+# ServerSentEventsInner1
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**data** | **WarningEvent** | | |
+|**data** | [**WarningEvent**](WarningEvent.md) | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |
diff --git a/docs/ServiceEntry.md b/docs/ServiceEntry.md
index 24dab9f1..df172a08 100644
--- a/docs/ServiceEntry.md
+++ b/docs/ServiceEntry.md
@@ -9,7 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**binaryPath** | **String** | | [optional] |
|**displayName** | **String** | | [optional] |
-|**events** | **List<ReportEvent>** | | [optional] |
+|**events** | [**List<ReportEvent>**](ReportEvent.md) | | [optional] |
|**name** | **String** | | [optional] |
|**serviceType** | **String** | | [optional] |
|**startType** | **String** | | [optional] |
diff --git a/docs/StackVariable.md b/docs/StackVariable.md
index dd309185..2e7c9b83 100644
--- a/docs/StackVariable.md
+++ b/docs/StackVariable.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**lastChange** | **String** | | [optional] |
+|**lastChange** | **String** | Timestamp of the last change to this stack variable | [optional] |
|**offset** | **Integer** | Offset of the stack variable | |
|**name** | **String** | Name of the stack variable | |
|**type** | **String** | Data type of the stack variable | |
diff --git a/docs/Structure.md b/docs/Structure.md
index b3aa4b1f..fee259b0 100644
--- a/docs/Structure.md
+++ b/docs/Structure.md
@@ -7,9 +7,9 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**lastChange** | **String** | | [optional] |
+|**lastChange** | **String** | Timestamp of the last change to this structure | [optional] |
|**name** | **String** | Name of the structure | |
-|**size** | **Integer** | | [optional] |
+|**size** | **Integer** | Total size of the structure in bytes | [optional] |
|**members** | [**Map<String, StructureMember>**](StructureMember.md) | Dictionary of structure members | |
|**artifactType** | **String** | Type of artifact that the structure is associated with | [optional] |
diff --git a/docs/StructureMember.md b/docs/StructureMember.md
index f7929f0a..43ec1c2c 100644
--- a/docs/StructureMember.md
+++ b/docs/StructureMember.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**lastChange** | **String** | | [optional] |
+|**lastChange** | **String** | Timestamp of the last change to this structure member | [optional] |
|**name** | **String** | Name of the structure member | |
|**offset** | **Integer** | Offset of the member within the structure | |
|**type** | **String** | Data type of the structure member | |
diff --git a/docs/SubmitUserFeedbackRequest.md b/docs/SubmitUserFeedbackRequest.md
index 6662fd9d..6d7f6e9e 100644
--- a/docs/SubmitUserFeedbackRequest.md
+++ b/docs/SubmitUserFeedbackRequest.md
@@ -9,7 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**currentRoute** | **String** | The route from where the feedback was submitted | |
|**feedback** | **String** | The user's feedback | |
-|**screenCaptureUrl** | **String** | | [optional] |
+|**screenCaptureUrl** | **String** | An optional URL to a screen capture related to the feedback | [optional] |
diff --git a/docs/TagItem.md b/docs/TagItem.md
index a2849707..84a374d2 100644
--- a/docs/TagItem.md
+++ b/docs/TagItem.md
@@ -9,7 +9,7 @@
|------------ | ------------- | ------------- | -------------|
|**name** | **String** | | |
|**origin** | **String** | | |
-|**collectionId** | **Integer** | | [optional] |
+|**collectionId** | **Integer** | The ID of the analysis owner's associated collection | [optional] |
diff --git a/docs/TcpCarvedFile.md b/docs/TcpCarvedFile.md
new file mode 100644
index 00000000..d74012ba
--- /dev/null
+++ b/docs/TcpCarvedFile.md
@@ -0,0 +1,20 @@
+
+
+# TcpCarvedFile
+
+
+## Properties
+
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
+|**direction** | **String** | | |
+|**filename** | **String** | | [optional] |
+|**isPe** | **Boolean** | | |
+|**mimeType** | **String** | | [optional] |
+|**offset** | **Long** | | |
+|**sha256** | **String** | | |
+|**size** | **Long** | | |
+|**yaraHits** | **List<String>** | | [optional] |
+
+
+
diff --git a/docs/TokenisedData.md b/docs/TokenisedData.md
index fefb4d51..7275b133 100644
--- a/docs/TokenisedData.md
+++ b/docs/TokenisedData.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**functionMapping** | **AIDecompFunctionMapping** | Complete mapping data for token resolution | [optional] |
+|**functionMapping** | [**AIDecompFunctionMapping**](AIDecompFunctionMapping.md) | Complete mapping data for token resolution | [optional] |
|**predictedFunctionName** | **String** | Predicted function name from the AI model | [optional] |
|**status** | [**StatusEnum**](#StatusEnum) | Task status | |
|**tokenisedDecompilation** | **String** | Source code with placeholder tokens | [optional] |
diff --git a/docs/TypeDefinition.md b/docs/TypeDefinition.md
index c4c8e8fb..3aa1e79a 100644
--- a/docs/TypeDefinition.md
+++ b/docs/TypeDefinition.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**lastChange** | **String** | | [optional] |
+|**lastChange** | **String** | Timestamp of the last change to this type definition | [optional] |
|**name** | **String** | Name of the type definition | |
|**type** | **String** | Underlying type of the type definition | |
|**artifactType** | **String** | Type of artifact the type definition is associated with | [optional] |
diff --git a/docs/UpsertAiDecomplationRatingRequest.md b/docs/UpsertAiDecomplationRatingRequest.md
index 8ddc8c8d..f01df24e 100644
--- a/docs/UpsertAiDecomplationRatingRequest.md
+++ b/docs/UpsertAiDecomplationRatingRequest.md
@@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**rating** | **AiDecompilationRating** | The rating for the AI decompilation response | |
-|**reason** | **String** | | |
+|**reason** | **String** | An optional reason for the rating | |
diff --git a/docs/WorkflowProgress.md b/docs/WorkflowProgress.md
index 18ec6d13..9ace5cb4 100644
--- a/docs/WorkflowProgress.md
+++ b/docs/WorkflowProgress.md
@@ -7,7 +7,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
-|**messages** | **List<ProgressMessage>** | Log messages emitted during execution | |
+|**messages** | [**List<ProgressMessage>**](ProgressMessage.md) | Log messages emitted during execution | |
|**status** | [**StatusEnum**](#StatusEnum) | Current workflow status | |
|**step** | **String** | Name of the current step | |
|**stepIndex** | **Long** | Zero-based index of the current step | |
diff --git a/docs/XrefFromResponse.md b/docs/XrefFromResponse.md
index a042e780..5bfab718 100644
--- a/docs/XrefFromResponse.md
+++ b/docs/XrefFromResponse.md
@@ -12,7 +12,7 @@
|**isCall** | **Boolean** | | [optional] |
|**isData** | **Boolean** | | [optional] |
|**isString** | **Boolean** | | [optional] |
-|**rawData** | **String** | | [optional] |
+|**rawData** | **File** | | [optional] |
|**segment** | [**SegmentInfo**](SegmentInfo.md) | | [optional] |
|**origStrEncoding** | **String** | | [optional] |
|**xrefTo** | **String** | | |
diff --git a/docs/XrefToResponse.md b/docs/XrefToResponse.md
index 36955f06..040234ba 100644
--- a/docs/XrefToResponse.md
+++ b/docs/XrefToResponse.md
@@ -12,7 +12,7 @@
|**isCall** | **Boolean** | | [optional] |
|**isData** | **Boolean** | | [optional] |
|**isString** | **Boolean** | | [optional] |
-|**rawData** | **String** | | [optional] |
+|**rawData** | **File** | | [optional] |
|**segment** | [**SegmentInfo**](SegmentInfo.md) | | [optional] |
|**origStrEncoding** | **String** | | [optional] |
|**xrefFrom** | **String** | | |
diff --git a/pom.xml b/pom.xml
index f8190f6b..f4b278b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
sdk
jar
sdk
- 3.93.1
+ 3.93.2
https://github.com/RevEngAI/sdk-java
Java SDK for the RevEng.AI API
@@ -327,7 +327,7 @@
4.12.0
2.10.1
3.18.0
- 0.2.8
+ 0.2.10
1.3.5
2.0.2
5.10.3
diff --git a/src/main/java/ai/reveng/api/AnalysesCoreApi.java b/src/main/java/ai/reveng/api/AnalysesCoreApi.java
index 58423194..442d72d5 100644
--- a/src/main/java/ai/reveng/api/AnalysesCoreApi.java
+++ b/src/main/java/ai/reveng/api/AnalysesCoreApi.java
@@ -187,7 +187,7 @@ private okhttp3.Call addUserStringToAnalysisValidateBeforeCall(@javax.annotation
* Attaches a user-provided string to an analysis at the given virtual address. The string is stored with source `USER` and complements strings discovered automatically during analysis. **Error codes:** - `404` [`NOT_FOUND`](/errors/NOT_FOUND) — Not Found - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied
* @param analysisId Analysis ID (required)
* @param addUserStringInputBody (required)
- * @return Map<String, Object>
+ * @return Object
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -200,8 +200,8 @@ private okhttp3.Call addUserStringToAnalysisValidateBeforeCall(@javax.annotation
| 500 | Internal Server Error | - |
*/
- public Map addUserStringToAnalysis(@javax.annotation.Nonnull Long analysisId, @javax.annotation.Nonnull AddUserStringInputBody addUserStringInputBody) throws ApiException {
- ApiResponse