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

Filter by extension

Filter by extension


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

dependencies {
implementation "ai.reveng:sdk:3.96.2"
implementation "ai.reveng:sdk:3.96.3"
}
```

Expand Down Expand Up @@ -222,6 +222,8 @@ Class | Method | HTTP request | Description
*FunctionsRenamingHistoryApi* | [**renameFunctionId**](docs/FunctionsRenamingHistoryApi.md#renameFunctionId) | **POST** /v2/functions/rename/{function_id} | Rename Function
*FunctionsRenamingHistoryApi* | [**revertFunctionName**](docs/FunctionsRenamingHistoryApi.md#revertFunctionName) | **POST** /v2/functions/history/{function_id}/{history_id} | Revert the function name
*FunctionsRenamingHistoryApi* | [**revertFunctionName_0**](docs/FunctionsRenamingHistoryApi.md#revertFunctionName_0) | **POST** /v3/functions/{function_id}/history/{history_id}/revert | Revert function name
*IamUsersApi* | [**getMe**](docs/IamUsersApi.md#getMe) | **GET** /v2/iam/me | Get current user
*IamUsersApi* | [**getMyPermissions**](docs/IamUsersApi.md#getMyPermissions) | **GET** /v2/iam/me/permissions | Get current user permissions
*ModelsApi* | [**getModels**](docs/ModelsApi.md#getModels) | **GET** /v2/models | Gets models
*ReportsApi* | [**createPdfReport**](docs/ReportsApi.md#createPdfReport) | **POST** /v3/analyses/{analysis_id}/pdf | Start PDF report generation
*ReportsApi* | [**downloadPdfReport**](docs/ReportsApi.md#downloadPdfReport) | **GET** /v3/analyses/{analysis_id}/pdf | Download generated PDF report
Expand All @@ -239,6 +241,9 @@ Class | Method | HTTP request | Description
- [AIDecompInverseStringMapItem](docs/AIDecompInverseStringMapItem.md)
- [APIError](docs/APIError.md)
- [AddCalleeInputBody](docs/AddCalleeInputBody.md)
- [AddIssuerDomainInputBody](docs/AddIssuerDomainInputBody.md)
- [AddOwnerInputBody](docs/AddOwnerInputBody.md)
- [AddTeamMemberInputBody](docs/AddTeamMemberInputBody.md)
- [AddUserStringInputBody](docs/AddUserStringInputBody.md)
- [AddUserStringToFunctionInputBody](docs/AddUserStringToFunctionInputBody.md)
- [AdditionalDetailsStatusResponse](docs/AdditionalDetailsStatusResponse.md)
Expand Down Expand Up @@ -372,6 +377,8 @@ Class | Method | HTTP request | Description
- [BinarySearchResponse](docs/BinarySearchResponse.md)
- [BinarySearchResult](docs/BinarySearchResult.md)
- [BinaryTaskStatus](docs/BinaryTaskStatus.md)
- [BulkCreateUserResult](docs/BulkCreateUserResult.md)
- [BulkCreateUsersOutputBody](docs/BulkCreateUsersOutputBody.md)
- [BulkDeleteAnalysesRequest](docs/BulkDeleteAnalysesRequest.md)
- [CallEdge](docs/CallEdge.md)
- [CallEdgesOutputBody](docs/CallEdgesOutputBody.md)
Expand Down Expand Up @@ -415,7 +422,13 @@ Class | Method | HTTP request | Description
- [CreateCollectionInputBody](docs/CreateCollectionInputBody.md)
- [CreateCollectionOutputBody](docs/CreateCollectionOutputBody.md)
- [CreateConversationRequest](docs/CreateConversationRequest.md)
- [CreateGroupInputBody](docs/CreateGroupInputBody.md)
- [CreateIdentityInputBody](docs/CreateIdentityInputBody.md)
- [CreateIssuerInputBody](docs/CreateIssuerInputBody.md)
- [CreateOrganisationInputBody](docs/CreateOrganisationInputBody.md)
- [CreatePortalSessionInputBody](docs/CreatePortalSessionInputBody.md)
- [CreateTeamInputBody](docs/CreateTeamInputBody.md)
- [CreateUserInputBody](docs/CreateUserInputBody.md)
- [Created](docs/Created.md)
- [DataTypesEntry](docs/DataTypesEntry.md)
- [DecompFailedEvent](docs/DecompFailedEvent.md)
Expand Down Expand Up @@ -474,6 +487,7 @@ Class | Method | HTTP request | Description
- [FileHashes](docs/FileHashes.md)
- [FileMetadata](docs/FileMetadata.md)
- [Filters](docs/Filters.md)
- [FormFile](docs/FormFile.md)
- [FuncDepsInner](docs/FuncDepsInner.md)
- [FunctionArgument](docs/FunctionArgument.md)
- [FunctionBlockDestinationResponse](docs/FunctionBlockDestinationResponse.md)
Expand Down Expand Up @@ -534,19 +548,25 @@ Class | Method | HTTP request | Description
- [ImportModel](docs/ImportModel.md)
- [InlineComment](docs/InlineComment.md)
- [InsertAnalysisLogRequest](docs/InsertAnalysisLogRequest.md)
- [InviteUserInputBody](docs/InviteUserInputBody.md)
- [IssuerAllowedDomain](docs/IssuerAllowedDomain.md)
- [ListAnalysisFunctionsDataTypesOutputBody](docs/ListAnalysisFunctionsDataTypesOutputBody.md)
- [ListAnalysisFunctionsOutputBody](docs/ListAnalysisFunctionsOutputBody.md)
- [ListAnalysisStringsOutputBody](docs/ListAnalysisStringsOutputBody.md)
- [ListCollectionResults](docs/ListCollectionResults.md)
- [ListCollectionsOutputBody](docs/ListCollectionsOutputBody.md)
- [ListFunctionStringsOutputBody](docs/ListFunctionStringsOutputBody.md)
- [ListFunctionsDataTypesOutputBody](docs/ListFunctionsDataTypesOutputBody.md)
- [ListTeamsOutputBody](docs/ListTeamsOutputBody.md)
- [ListUsersOutputBody](docs/ListUsersOutputBody.md)
- [LocationOutputBody](docs/LocationOutputBody.md)
- [Logs](docs/Logs.md)
- [MITRETechnique](docs/MITRETechnique.md)
- [MatchFilters](docs/MatchFilters.md)
- [MatchedFunction](docs/MatchedFunction.md)
- [MatchedFunctionSuggestion](docs/MatchedFunctionSuggestion.md)
- [MemdumpEntry](docs/MemdumpEntry.md)
- [MessageBody](docs/MessageBody.md)
- [MetaModel](docs/MetaModel.md)
- [ModelName](docs/ModelName.md)
- [ModelsResponse](docs/ModelsResponse.md)
Expand All @@ -555,11 +575,17 @@ Class | Method | HTTP request | Description
- [NameConfidence](docs/NameConfidence.md)
- [NameSourceType](docs/NameSourceType.md)
- [NetworkActivity](docs/NetworkActivity.md)
- [OIDCCallbackInputBody](docs/OIDCCallbackInputBody.md)
- [Order](docs/Order.md)
- [Organisation](docs/Organisation.md)
- [OrganisationGroup](docs/OrganisationGroup.md)
- [OrganisationIssuer](docs/OrganisationIssuer.md)
- [OrganisationOwner](docs/OrganisationOwner.md)
- [PDBDebugModel](docs/PDBDebugModel.md)
- [PEModel](docs/PEModel.md)
- [PaginationModel](docs/PaginationModel.md)
- [Params](docs/Params.md)
- [PasswordResetInputBody](docs/PasswordResetInputBody.md)
- [PatchCollectionBinariesInputBody](docs/PatchCollectionBinariesInputBody.md)
- [PatchCollectionBinariesOutputBody](docs/PatchCollectionBinariesOutputBody.md)
- [PatchCollectionInputBody](docs/PatchCollectionInputBody.md)
Expand All @@ -568,6 +594,7 @@ Class | Method | HTTP request | Description
- [PatchCollectionTagsOutputBody](docs/PatchCollectionTagsOutputBody.md)
- [PatchCommentBody](docs/PatchCommentBody.md)
- [PcapBodyInfo](docs/PcapBodyInfo.md)
- [Permissions](docs/Permissions.md)
- [Platform](docs/Platform.md)
- [PriceOutput](docs/PriceOutput.md)
- [PriceSummary](docs/PriceSummary.md)
Expand All @@ -583,7 +610,9 @@ Class | Method | HTTP request | Description
- [QueuedWorkflowTaskResponse](docs/QueuedWorkflowTaskResponse.md)
- [ReAnalysisForm](docs/ReAnalysisForm.md)
- [Recent](docs/Recent.md)
- [RefreshBody](docs/RefreshBody.md)
- [RegenerateOutputBody](docs/RegenerateOutputBody.md)
- [RegisterUserInputBody](docs/RegisterUserInputBody.md)
- [RegistryOperation](docs/RegistryOperation.md)
- [RelativeBinaryResponse](docs/RelativeBinaryResponse.md)
- [RenameAppliedEvent](docs/RenameAppliedEvent.md)
Expand All @@ -594,8 +623,11 @@ Class | Method | HTTP request | Description
- [ReportEvent](docs/ReportEvent.md)
- [ReportInfo](docs/ReportInfo.md)
- [ReportOptions](docs/ReportOptions.md)
- [RevokeBody](docs/RevokeBody.md)
- [SBOM](docs/SBOM.md)
- [SBOMPackage](docs/SBOMPackage.md)
- [SSOProvider](docs/SSOProvider.md)
- [SSOProvidersOutputBody](docs/SSOProvidersOutputBody.md)
- [SandboxOptions](docs/SandboxOptions.md)
- [SandboxStartMethod](docs/SandboxStartMethod.md)
- [SandboxTimeout](docs/SandboxTimeout.md)
Expand Down Expand Up @@ -656,7 +688,11 @@ Class | Method | HTTP request | Description
- [TaskStatus](docs/TaskStatus.md)
- [TaskStatusResponse](docs/TaskStatusResponse.md)
- [TcpCarvedFile](docs/TcpCarvedFile.md)
- [Team](docs/Team.md)
- [TeamMember](docs/TeamMember.md)
- [TimestampModel](docs/TimestampModel.md)
- [TokenInputBody](docs/TokenInputBody.md)
- [TokenResponse](docs/TokenResponse.md)
- [TokenisedData](docs/TokenisedData.md)
- [TriageFunctionResponse](docs/TriageFunctionResponse.md)
- [TriageReportResponse](docs/TriageReportResponse.md)
Expand All @@ -665,12 +701,24 @@ Class | Method | HTTP request | Description
- [TypeDefinition](docs/TypeDefinition.md)
- [UpdateDataTypesInputBody](docs/UpdateDataTypesInputBody.md)
- [UpdateDataTypesOutputBody](docs/UpdateDataTypesOutputBody.md)
- [UpdateIssuerInputBody](docs/UpdateIssuerInputBody.md)
- [UpdateOrganisationInputBody](docs/UpdateOrganisationInputBody.md)
- [UpdatePasswordInputBody](docs/UpdatePasswordInputBody.md)
- [UpdateProfileInputBody](docs/UpdateProfileInputBody.md)
- [UpdateTeamInputBody](docs/UpdateTeamInputBody.md)
- [UpdateUserCreditsInputBody](docs/UpdateUserCreditsInputBody.md)
- [UpdateUserInputBody](docs/UpdateUserInputBody.md)
- [UpdateUserPasswordInputBody](docs/UpdateUserPasswordInputBody.md)
- [UploadFileType](docs/UploadFileType.md)
- [UploadResponse](docs/UploadResponse.md)
- [UpsertAiDecomplationRatingRequest](docs/UpsertAiDecomplationRatingRequest.md)
- [UpsertOverridesData](docs/UpsertOverridesData.md)
- [UpsertOverridesInputBody](docs/UpsertOverridesInputBody.md)
- [User](docs/User.md)
- [UserActivityResponse](docs/UserActivityResponse.md)
- [UserCredits](docs/UserCredits.md)
- [UserIdentity](docs/UserIdentity.md)
- [UserProfile](docs/UserProfile.md)
- [Vulnerabilities](docs/Vulnerabilities.md)
- [Vulnerability](docs/Vulnerability.md)
- [WarningEvent](docs/WarningEvent.md)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'ai.reveng'
version = '3.96.2'
version = '3.96.3'



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

coordinates("ai.reveng", "sdk", "3.96.2")
coordinates("ai.reveng", "sdk", "3.96.3")

pom {
name = "sdk"
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "ai.reveng",
name := "sdk",
version := "3.96.2",
version := "3.96.3",
scalaVersion := "2.11.12",
scalacOptions ++= Seq("-feature"),
compile / javacOptions ++= Seq("-Xlint:deprecation"),
Expand Down
13 changes: 13 additions & 0 deletions docs/AddIssuerDomainInputBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# AddIssuerDomainInputBody


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**domain** | **String** | Email domain to allow (e.g. acme.com) | |



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


# AddOwnerInputBody


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**userId** | **Long** | User ID to add as owner | |



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


# AddTeamMemberInputBody


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**userId** | **Long** | User ID to add | |



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


# BulkCreateUserResult


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**email** | **String** | Search is applied to string value | |
|**error** | **String** | Error description; present on failure | [optional] |
|**index** | **Long** | 1-based row index in the CSV | |
|**success** | **Boolean** | | |
|**user** | [**User**](User.md) | Created user; present on success | [optional] |
|**username** | **String** | Search is applied to string value | |



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


# BulkCreateUsersOutputBody


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**failed** | **Long** | | |
|**results** | [**List&lt;BulkCreateUserResult&gt;**](BulkCreateUserResult.md) | | |
|**succeeded** | **Long** | | |
|**total** | **Long** | | |



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


# CreateGroupInputBody


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**name** | **String** | Group name | |



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


# CreateIdentityInputBody


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**issuerUrl** | **String** | Issuer URL (must be trusted by this organisation) | |
|**subject** | **String** | External subject identifier from the issuer | |
|**userId** | **Long** | Internal user ID to link | |



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


# CreateIssuerInputBody


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**clientId** | **String** | OIDC client ID for audience validation (recommended) | [optional] |
|**issuerUrl** | **String** | OIDC issuer URL to trust | |



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


# CreateOrganisationInputBody


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**name** | **String** | Organisation name | |



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


# CreateTeamInputBody


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**name** | **String** | Team name | |



Loading