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
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ Class | Method | HTTP request | Description
*FunctionsAiDecompilationApi* | [**patchAiDecompilationInlineComment**](docs/FunctionsAiDecompilationApi.md#patchAiDecompilationInlineComment) | **PATCH** /v3/functions/{function_id}/ai-decompilation/inline-comments | Update a single inline comment
*FunctionsAiDecompilationApi* | [**regenerateAiDecompilationInlineComments**](docs/FunctionsAiDecompilationApi.md#regenerateAiDecompilationInlineComments) | **POST** /v3/functions/{function_id}/ai-decompilation/inline-comments | Regenerate AI decompilation inline comments
*FunctionsAiDecompilationApi* | [**regenerateAiDecompilationSummary**](docs/FunctionsAiDecompilationApi.md#regenerateAiDecompilationSummary) | **POST** /v3/functions/{function_id}/ai-decompilation/summary | Regenerate AI decompilation summary
*FunctionsAiDecompilationApi* | [**streamAiDecompilation**](docs/FunctionsAiDecompilationApi.md#streamAiDecompilation) | **GET** /v3/functions/{function_id}/ai-decompilation/events | Stream live AI decompilation output (SSE)
*FunctionsAiDecompilationApi* | [**updateAiDecompilationComment**](docs/FunctionsAiDecompilationApi.md#updateAiDecompilationComment) | **PATCH** /v2/functions/{function_id}/ai-decompilation/comments/{comment_id} | Update a comment
*FunctionsAiDecompilationApi* | [**upsertAiDecompilationOverrides**](docs/FunctionsAiDecompilationApi.md#upsertAiDecompilationOverrides) | **PATCH** /v3/functions/{function_id}/ai-decompilation/overrides | Upsert variable/function name overrides
*FunctionsAiDecompilationApi* | [**upsertAiDecompilationRating**](docs/FunctionsAiDecompilationApi.md#upsertAiDecompilationRating) | **PATCH** /v2/functions/{function_id}/ai-decompilation/rating | Upsert rating for AI decompilation
Expand Down Expand Up @@ -246,6 +247,8 @@ Class | Method | HTTP request | Description
- [AppApiRestV2FunctionsTypesFunction](docs/AppApiRestV2FunctionsTypesFunction.md)
- [AppApiRestV2InfoTypesCapability](docs/AppApiRestV2InfoTypesCapability.md)
- [Argument](docs/Argument.md)
- [AttemptFailedEvent](docs/AttemptFailedEvent.md)
- [AttemptStartedEvent](docs/AttemptStartedEvent.md)
- [AutoRunAgents](docs/AutoRunAgents.md)
- [AutoUnstripRequest](docs/AutoUnstripRequest.md)
- [AutoUnstripResponse](docs/AutoUnstripResponse.md)
Expand Down Expand Up @@ -366,6 +369,9 @@ Class | Method | HTTP request | Description
- [CreateAIDecompOutputBody](docs/CreateAIDecompOutputBody.md)
- [CreateConversationRequest](docs/CreateConversationRequest.md)
- [Created](docs/Created.md)
- [DebugPromptEvent](docs/DebugPromptEvent.md)
- [DecompFailedEvent](docs/DecompFailedEvent.md)
- [DecompFinishedEvent](docs/DecompFinishedEvent.md)
- [DecompilationCommentContext](docs/DecompilationCommentContext.md)
- [DecompilationData](docs/DecompilationData.md)
- [DieMatch](docs/DieMatch.md)
Expand All @@ -386,13 +392,22 @@ Class | Method | HTTP request | Description
- [ErrorBody](docs/ErrorBody.md)
- [ErrorModel](docs/ErrorModel.md)
- [Event](docs/Event.md)
- [EventAttemptFailed](docs/EventAttemptFailed.md)
- [EventAttemptStarted](docs/EventAttemptStarted.md)
- [EventCONTEXTCOMPACTED](docs/EventCONTEXTCOMPACTED.md)
- [EventDebugPrompt](docs/EventDebugPrompt.md)
- [EventDecompFailed](docs/EventDecompFailed.md)
- [EventDecompFinished](docs/EventDecompFinished.md)
- [EventProse](docs/EventProse.md)
- [EventRUNCANCELLED](docs/EventRUNCANCELLED.md)
- [EventRUNERROR](docs/EventRUNERROR.md)
- [EventRUNFINISHED](docs/EventRUNFINISHED.md)
- [EventRUNSTARTED](docs/EventRUNSTARTED.md)
- [EventRenameApplied](docs/EventRenameApplied.md)
- [EventSTEPFINISHED](docs/EventSTEPFINISHED.md)
- [EventSTEPSTARTED](docs/EventSTEPSTARTED.md)
- [EventSourceDelta](docs/EventSourceDelta.md)
- [EventSourceReset](docs/EventSourceReset.md)
- [EventTEXTMESSAGECONTENT](docs/EventTEXTMESSAGECONTENT.md)
- [EventTEXTMESSAGEEND](docs/EventTEXTMESSAGEEND.md)
- [EventTEXTMESSAGESTART](docs/EventTEXTMESSAGESTART.md)
Expand All @@ -402,6 +417,7 @@ Class | Method | HTTP request | Description
- [EventTOOLCALLRESULT](docs/EventTOOLCALLRESULT.md)
- [EventTOOLCALLSTART](docs/EventTOOLCALLSTART.md)
- [EventTOOLCONFIRMATIONREQUIRED](docs/EventTOOLCONFIRMATIONREQUIRED.md)
- [EventWarning](docs/EventWarning.md)
- [ExportModel](docs/ExportModel.md)
- [ExternalResponse](docs/ExternalResponse.md)
- [ExtractedURL](docs/ExtractedURL.md)
Expand Down Expand Up @@ -494,6 +510,7 @@ Class | Method | HTTP request | Description
- [ProcessNode](docs/ProcessNode.md)
- [ProcessTree](docs/ProcessTree.md)
- [ProgressMessage](docs/ProgressMessage.md)
- [ProseEvent](docs/ProseEvent.md)
- [PutAnalysisStringsRequest](docs/PutAnalysisStringsRequest.md)
- [QueuePositionResponse](docs/QueuePositionResponse.md)
- [QueuedWorkflowTaskResponse](docs/QueuedWorkflowTaskResponse.md)
Expand All @@ -503,6 +520,7 @@ Class | Method | HTTP request | Description
- [RegenerateTarget](docs/RegenerateTarget.md)
- [RegistryOperation](docs/RegistryOperation.md)
- [RelativeBinaryResponse](docs/RelativeBinaryResponse.md)
- [RenameAppliedEvent](docs/RenameAppliedEvent.md)
- [RenameInputBody](docs/RenameInputBody.md)
- [RenameOutputBody](docs/RenameOutputBody.md)
- [ReplacementValue](docs/ReplacementValue.md)
Expand All @@ -526,6 +544,8 @@ Class | Method | HTTP request | Description
- [SingleCodeSignatureModel](docs/SingleCodeSignatureModel.md)
- [SinglePDBEntryModel](docs/SinglePDBEntryModel.md)
- [SingleSectionModel](docs/SingleSectionModel.md)
- [SourceDeltaEvent](docs/SourceDeltaEvent.md)
- [SourceResetEvent](docs/SourceResetEvent.md)
- [SseEventContextCompactedData](docs/SseEventContextCompactedData.md)
- [SseEventRunCancelledData](docs/SseEventRunCancelledData.md)
- [SseEventRunErrorData](docs/SseEventRunErrorData.md)
Expand All @@ -547,6 +567,7 @@ 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)
Expand Down Expand Up @@ -578,6 +599,7 @@ Class | Method | HTTP request | Description
- [UserActivityResponse](docs/UserActivityResponse.md)
- [Vulnerabilities](docs/Vulnerabilities.md)
- [Vulnerability](docs/Vulnerability.md)
- [WarningEvent](docs/WarningEvent.md)
- [WorkflowProgress](docs/WorkflowProgress.md)
- [Workspace](docs/Workspace.md)
- [XrefFromResponse](docs/XrefFromResponse.md)
Expand Down
16 changes: 16 additions & 0 deletions docs/AttemptFailedEvent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@


# AttemptFailedEvent


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**attempt** | **Integer** | | |
|**error** | **String** | | |
|**seq** | **Integer** | | |
|**type** | **String** | | |



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


# AttemptStartedEvent


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**attempt** | **Integer** | | |
|**seq** | **Integer** | | |
|**type** | **String** | | |



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


# DebugPromptEvent


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**activity** | **String** | | |
|**attempt** | **Integer** | | |
|**seq** | **Integer** | | |
|**type** | **String** | | |
|**userPrompt** | **String** | | |



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


# DecompFailedEvent


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**attempt** | **Integer** | | |
|**error** | **String** | | |
|**errorCode** | **String** | | [optional] |
|**seq** | **Integer** | | |
|**type** | **String** | | |



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


# DecompFinishedEvent


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**attempt** | **Integer** | | |
|**seq** | **Integer** | | |
|**type** | **String** | | |



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


# EventAttemptFailed


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | **AttemptFailedEvent** | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |



## Enum: EventEnum

| Name | Value |
|---- | -----|
| ATTEMPT_FAILED | "attempt_failed" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |



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


# EventAttemptStarted


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | **AttemptStartedEvent** | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |



## Enum: EventEnum

| Name | Value |
|---- | -----|
| ATTEMPT_STARTED | "attempt_started" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |



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


# EventDebugPrompt


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | **DebugPromptEvent** | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |



## Enum: EventEnum

| Name | Value |
|---- | -----|
| DEBUG_PROMPT | "debug_prompt" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |



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


# EventDecompFailed


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | **DecompFailedEvent** | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |



## Enum: EventEnum

| Name | Value |
|---- | -----|
| DECOMP_FAILED | "decomp_failed" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |



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


# EventDecompFinished


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | **DecompFinishedEvent** | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |



## Enum: EventEnum

| Name | Value |
|---- | -----|
| DECOMP_FINISHED | "decomp_finished" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |



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


# EventProse


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | **ProseEvent** | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |



## Enum: EventEnum

| Name | Value |
|---- | -----|
| PROSE | "prose" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |



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


# EventRenameApplied


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | **RenameAppliedEvent** | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |



## Enum: EventEnum

| Name | Value |
|---- | -----|
| RENAME_APPLIED | "rename_applied" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |



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


# EventSourceDelta


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**data** | **SourceDeltaEvent** | | |
|**event** | [**EventEnum**](#EventEnum) | The event name. | |
|**id** | **Integer** | The event ID. | [optional] |
|**retry** | **Integer** | The retry time in milliseconds. | [optional] |



## Enum: EventEnum

| Name | Value |
|---- | -----|
| SOURCE_DELTA | "source_delta" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |



Loading