Skip to content

Commit 174d2d7

Browse files
Update SDK to version v3.93.2
- Generated from OpenAPI spec version v3.93.2 - Auto-generated by GitHub Actions
1 parent 43ac2c4 commit 174d2d7

33 files changed

Lines changed: 626 additions & 235 deletions

.sdk-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.93.0
1+
v3.93.2

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ Class | Method | HTTP request | Description
236236
- [AppApiRestV2FunctionsTypesFunction](docs/AppApiRestV2FunctionsTypesFunction.md)
237237
- [AppApiRestV2InfoTypesCapability](docs/AppApiRestV2InfoTypesCapability.md)
238238
- [Argument](docs/Argument.md)
239+
- [Artifact](docs/Artifact.md)
239240
- [AttemptFailedEvent](docs/AttemptFailedEvent.md)
240241
- [AttemptStartedEvent](docs/AttemptStartedEvent.md)
241242
- [AutoRunAgents](docs/AutoRunAgents.md)
@@ -352,6 +353,7 @@ Class | Method | HTTP request | Description
352353
- [ConfigResponse](docs/ConfigResponse.md)
353354
- [ConfirmToolInputBody](docs/ConfirmToolInputBody.md)
354355
- [Connection](docs/Connection.md)
356+
- [ConsoleOutputEntry](docs/ConsoleOutputEntry.md)
355357
- [Context](docs/Context.md)
356358
- [Conversation](docs/Conversation.md)
357359
- [ConversationContext](docs/ConversationContext.md)
@@ -412,7 +414,6 @@ Class | Method | HTTP request | Description
412414
- [EventWarning](docs/EventWarning.md)
413415
- [ExportModel](docs/ExportModel.md)
414416
- [ExternalResponse](docs/ExternalResponse.md)
415-
- [ExtractedFileEntry](docs/ExtractedFileEntry.md)
416417
- [ExtractedURL](docs/ExtractedURL.md)
417418
- [FileActivityEntry](docs/FileActivityEntry.md)
418419
- [FileFormat](docs/FileFormat.md)
@@ -499,7 +500,6 @@ Class | Method | HTTP request | Description
499500
- [NameConfidence](docs/NameConfidence.md)
500501
- [NameSourceType](docs/NameSourceType.md)
501502
- [NetworkActivity](docs/NetworkActivity.md)
502-
- [NumericAddr](docs/NumericAddr.md)
503503
- [Order](docs/Order.md)
504504
- [PDBDebugModel](docs/PDBDebugModel.md)
505505
- [PEModel](docs/PEModel.md)
@@ -512,11 +512,11 @@ Class | Method | HTTP request | Description
512512
- [PatchCollectionTagsInputBody](docs/PatchCollectionTagsInputBody.md)
513513
- [PatchCollectionTagsOutputBody](docs/PatchCollectionTagsOutputBody.md)
514514
- [PatchCommentBody](docs/PatchCommentBody.md)
515+
- [PcapBodyInfo](docs/PcapBodyInfo.md)
515516
- [Platform](docs/Platform.md)
516517
- [PriceOutput](docs/PriceOutput.md)
517518
- [PriceSummary](docs/PriceSummary.md)
518519
- [ProcessActivityEntry](docs/ProcessActivityEntry.md)
519-
- [ProcessExtractedFiles](docs/ProcessExtractedFiles.md)
520520
- [ProcessMemdumps](docs/ProcessMemdumps.md)
521521
- [ProcessNode](docs/ProcessNode.md)
522522
- [ProcessTree](docs/ProcessTree.md)
@@ -597,6 +597,7 @@ Class | Method | HTTP request | Description
597597
- [TaskResponse](docs/TaskResponse.md)
598598
- [TaskStatus](docs/TaskStatus.md)
599599
- [TaskStatusResponse](docs/TaskStatusResponse.md)
600+
- [TcpCarvedFile](docs/TcpCarvedFile.md)
600601
- [TimestampModel](docs/TimestampModel.md)
601602
- [TokenisedData](docs/TokenisedData.md)
602603
- [TriageFunctionResponse](docs/TriageFunctionResponse.md)

docs/AIDecompInverseFunctionMapItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**addr** | [**NumericAddr**](NumericAddr.md) | |
8+
**addr** | **int** | |
99
**is_external** | **bool** | |
1010
**name** | **str** | |
1111

docs/AIDecompInverseStringMapItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**addr** | [**NumericAddr**](NumericAddr.md) | |
8+
**addr** | **int** | |
99
**string** | **str** | |
1010

1111
## Example

docs/AnalysisReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**extracted_files** | [**List[ProcessExtractedFiles]**](ProcessExtractedFiles.md) | | [optional]
8+
**artifacts** | [**List[Artifact]**](Artifact.md) | | [optional]
9+
**console_output** | [**List[ConsoleOutputEntry]**](ConsoleOutputEntry.md) | | [optional]
910
**file_activity** | [**List[FileActivityEntry]**](FileActivityEntry.md) | | [optional]
1011
**info** | [**ReportInfo**](ReportInfo.md) | |
1112
**memdumps** | [**List[ProcessMemdumps]**](ProcessMemdumps.md) | | [optional]
@@ -18,7 +19,6 @@ Name | Type | Description | Notes
1819
**scheduled_tasks** | [**List[ScheduledTaskEntry]**](ScheduledTaskEntry.md) | | [optional]
1920
**services** | [**List[ServiceEntry]**](ServiceEntry.md) | | [optional]
2021
**startup** | [**StartupInfo**](StartupInfo.md) | | [optional]
21-
**threat_score** | **int** | |
2222
**ttps** | [**List[Ttp]**](Ttp.md) | | [optional]
2323

2424
## Example

docs/Artifact.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Artifact
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**direction** | **str** | | [optional]
9+
**dump_addr** | **str** | | [optional]
10+
**dump_pid** | **int** | | [optional]
11+
**file_type** | **str** | | [optional]
12+
**host** | **str** | | [optional]
13+
**is_pe** | **bool** | |
14+
**mime_type** | **str** | | [optional]
15+
**name** | **str** | |
16+
**network_source** | **str** | | [optional]
17+
**original_filename** | **str** | | [optional]
18+
**path** | **str** | |
19+
**process_seqid** | **int** | | [optional]
20+
**reason** | **str** | |
21+
**response_status** | **int** | | [optional]
22+
**sha256** | **str** | | [optional]
23+
**size** | **int** | |
24+
**source** | **str** | |
25+
**uri** | **str** | | [optional]
26+
**was_mapped** | **bool** | | [optional]
27+
**yara_hits** | **List[str]** | | [optional]
28+
29+
## Example
30+
31+
```python
32+
from revengai.models.artifact import Artifact
33+
34+
# TODO update the JSON string below
35+
json = "{}"
36+
# create an instance of Artifact from a JSON string
37+
artifact_instance = Artifact.from_json(json)
38+
# print the JSON string representation of the object
39+
print(Artifact.to_json())
40+
41+
# convert the object into a dict
42+
artifact_dict = artifact_instance.to_dict()
43+
# create an instance of Artifact from a dict
44+
artifact_from_dict = Artifact.from_dict(artifact_dict)
45+
```
46+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
47+
48+

docs/Connection.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8+
**bytes_received** | **int** | | [optional]
9+
**bytes_sent** | **int** | | [optional]
810
**events** | [**List[ReportEvent]**](ReportEvent.md) | | [optional]
11+
**ja3** | **str** | | [optional]
12+
**ja3s** | **str** | | [optional]
913
**local_ip** | **str** | |
1014
**local_port** | **object** | |
1115
**protocol** | **str** | |
1216
**remote_ip** | **str** | |
1317
**remote_port** | **object** | |
18+
**tcp_carved_files** | [**List[TcpCarvedFile]**](TcpCarvedFile.md) | | [optional]
1419

1520
## Example
1621

docs/ConsoleOutputEntry.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# ConsoleOutputEntry
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**output** | **str** | |
9+
**process_seqid** | **int** | |
10+
11+
## Example
12+
13+
```python
14+
from revengai.models.console_output_entry import ConsoleOutputEntry
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of ConsoleOutputEntry from a JSON string
19+
console_output_entry_instance = ConsoleOutputEntry.from_json(json)
20+
# print the JSON string representation of the object
21+
print(ConsoleOutputEntry.to_json())
22+
23+
# convert the object into a dict
24+
console_output_entry_dict = console_output_entry_instance.to_dict()
25+
# create an instance of ConsoleOutputEntry from a dict
26+
console_output_entry_from_dict = ConsoleOutputEntry.from_dict(console_output_entry_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

docs/DnsQuery.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8+
**cname_chain** | **List[str]** | | [optional]
89
**domain** | **str** | |
910
**events** | [**List[ReportEvent]**](ReportEvent.md) | | [optional]
11+
**min_ttl** | **int** | | [optional]
12+
**resolved_ips** | **List[str]** | | [optional]
1013

1114
## Example
1215

docs/ExtractedFileEntry.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)