@revengai/sdk 3.96.0 → 3.96.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -0
- package/dist/apis/AnalysesCoreApi.d.ts +10 -0
- package/dist/apis/AnalysesCoreApi.js +324 -0
- package/dist/apis/AnalysesCoreApi.js.map +1 -1
- package/dist/apis/AnalysesResultsMetadataApi.js.map +1 -1
- package/dist/apis/FunctionsCoreApi.d.ts +29 -2
- package/dist/apis/FunctionsCoreApi.js +1123 -152
- package/dist/apis/FunctionsCoreApi.js.map +1 -1
- package/dist/apis/FunctionsDataTypesApi.d.ts +9 -0
- package/dist/apis/FunctionsDataTypesApi.js +327 -0
- package/dist/apis/FunctionsDataTypesApi.js.map +1 -1
- package/dist/models/AnalysisFunctionEntry.d.ts +28 -0
- package/dist/models/AnalysisFunctionEntry.js +71 -0
- package/dist/models/AnalysisFunctionEntry.js.map +1 -0
- package/dist/models/BatchBinaryMatchResult.d.ts +31 -0
- package/dist/models/BatchBinaryMatchResult.js +50 -0
- package/dist/models/BatchBinaryMatchResult.js.map +1 -0
- package/dist/models/BatchMatchingOutputBody.d.ts +30 -0
- package/dist/models/BatchMatchingOutputBody.js +38 -0
- package/dist/models/BatchMatchingOutputBody.js.map +1 -0
- package/dist/models/CallEdge.d.ts +27 -0
- package/dist/models/CallEdge.js +65 -0
- package/dist/models/CallEdge.js.map +1 -0
- package/dist/models/CallEdgesOutputBody.d.ts +21 -0
- package/dist/models/CallEdgesOutputBody.js +23 -0
- package/dist/models/CallEdgesOutputBody.js.map +1 -0
- package/dist/models/CapabilitiesOutputBody.d.ts +21 -0
- package/dist/models/CapabilitiesOutputBody.js +23 -0
- package/dist/models/CapabilitiesOutputBody.js.map +1 -0
- package/dist/models/CapabilityEntry.d.ts +25 -0
- package/dist/models/CapabilityEntry.js +53 -0
- package/dist/models/CapabilityEntry.js.map +1 -0
- package/dist/models/DataTypesEntry.d.ts +22 -0
- package/dist/models/DataTypesEntry.js +29 -0
- package/dist/models/DataTypesEntry.js.map +1 -0
- package/dist/models/DisassemblyOutputBody.d.ts +25 -0
- package/dist/models/DisassemblyOutputBody.js +53 -0
- package/dist/models/DisassemblyOutputBody.js.map +1 -0
- package/dist/models/ErrorBody.d.ts +1 -0
- package/dist/models/ErrorBody.js +1 -0
- package/dist/models/ErrorBody.js.map +1 -1
- package/dist/models/FunctionArgument.d.ts +25 -0
- package/dist/models/FunctionArgument.js +53 -0
- package/dist/models/FunctionArgument.js.map +1 -0
- package/dist/models/FunctionCallEdges.d.ts +23 -0
- package/dist/models/FunctionCallEdges.js +35 -0
- package/dist/models/FunctionCallEdges.js.map +1 -0
- package/dist/models/FunctionDependency.d.ts +27 -0
- package/dist/models/FunctionDependency.js +65 -0
- package/dist/models/FunctionDependency.js.map +1 -0
- package/dist/models/FunctionDetailsOutputBody.d.ts +28 -0
- package/dist/models/FunctionDetailsOutputBody.js +71 -0
- package/dist/models/FunctionDetailsOutputBody.js.map +1 -0
- package/dist/models/FunctionStackVariable.d.ts +26 -0
- package/dist/models/FunctionStackVariable.js +59 -0
- package/dist/models/FunctionStackVariable.js.map +1 -0
- package/dist/models/GetMatchesOutputBody.d.ts +30 -0
- package/dist/models/GetMatchesOutputBody.js +38 -0
- package/dist/models/GetMatchesOutputBody.js.map +1 -0
- package/dist/models/GetMatchesStatusOutputBody.d.ts +33 -0
- package/dist/models/GetMatchesStatusOutputBody.js +56 -0
- package/dist/models/GetMatchesStatusOutputBody.js.map +1 -0
- package/dist/models/ListAnalysisFunctionsDataTypesOutputBody.d.ts +22 -0
- package/dist/models/ListAnalysisFunctionsDataTypesOutputBody.js +29 -0
- package/dist/models/ListAnalysisFunctionsDataTypesOutputBody.js.map +1 -0
- package/dist/models/ListAnalysisFunctionsOutputBody.d.ts +22 -0
- package/dist/models/ListAnalysisFunctionsOutputBody.js +29 -0
- package/dist/models/ListAnalysisFunctionsOutputBody.js.map +1 -0
- package/dist/models/ListFunctionsDataTypesOutputBody.d.ts +21 -0
- package/dist/models/ListFunctionsDataTypesOutputBody.js +23 -0
- package/dist/models/ListFunctionsDataTypesOutputBody.js.map +1 -0
- package/dist/models/MatchFilters.d.ts +24 -0
- package/dist/models/MatchFilters.js +47 -0
- package/dist/models/MatchFilters.js.map +1 -0
- package/dist/models/ObjectSerializer.d.ts +24 -0
- package/dist/models/ObjectSerializer.js +77 -0
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/StartBatchMatchingInputBody.d.ts +23 -0
- package/dist/models/StartBatchMatchingInputBody.js +41 -0
- package/dist/models/StartBatchMatchingInputBody.js.map +1 -0
- package/dist/models/StartMatchingForAnalysisInputBody.d.ts +23 -0
- package/dist/models/StartMatchingForAnalysisInputBody.js +35 -0
- package/dist/models/StartMatchingForAnalysisInputBody.js.map +1 -0
- package/dist/models/StartMatchingForFunctionsInputBody.d.ts +24 -0
- package/dist/models/StartMatchingForFunctionsInputBody.js +41 -0
- package/dist/models/StartMatchingForFunctionsInputBody.js.map +1 -0
- package/dist/models/StartMatchingOutputBody.d.ts +33 -0
- package/dist/models/StartMatchingOutputBody.js +56 -0
- package/dist/models/StartMatchingOutputBody.js.map +1 -0
- package/dist/models/all.d.ts +24 -0
- package/dist/models/all.js +24 -0
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +96 -2
- package/dist/types/ObjectParamAPI.js +94 -4
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +45 -2
- package/dist/types/ObservableAPI.js +914 -494
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +45 -2
- package/dist/types/PromiseAPI.js +154 -4
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AnalysisFunctionEntry } from '../models/AnalysisFunctionEntry';
|
|
2
|
+
export declare class ListAnalysisFunctionsOutputBody {
|
|
3
|
+
'functions': Array<AnalysisFunctionEntry> | null;
|
|
4
|
+
'totalCount': number;
|
|
5
|
+
static readonly discriminator: string | undefined;
|
|
6
|
+
static readonly mapping: {
|
|
7
|
+
[index: string]: string;
|
|
8
|
+
} | undefined;
|
|
9
|
+
static readonly attributeTypeMap: Array<{
|
|
10
|
+
name: string;
|
|
11
|
+
baseName: string;
|
|
12
|
+
type: string;
|
|
13
|
+
format: string;
|
|
14
|
+
}>;
|
|
15
|
+
static getAttributeTypeMap(): {
|
|
16
|
+
name: string;
|
|
17
|
+
baseName: string;
|
|
18
|
+
type: string;
|
|
19
|
+
format: string;
|
|
20
|
+
}[];
|
|
21
|
+
constructor();
|
|
22
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListAnalysisFunctionsOutputBody = void 0;
|
|
4
|
+
var ListAnalysisFunctionsOutputBody = (function () {
|
|
5
|
+
function ListAnalysisFunctionsOutputBody() {
|
|
6
|
+
}
|
|
7
|
+
ListAnalysisFunctionsOutputBody.getAttributeTypeMap = function () {
|
|
8
|
+
return ListAnalysisFunctionsOutputBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
ListAnalysisFunctionsOutputBody.discriminator = undefined;
|
|
11
|
+
ListAnalysisFunctionsOutputBody.mapping = undefined;
|
|
12
|
+
ListAnalysisFunctionsOutputBody.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "functions",
|
|
15
|
+
"baseName": "functions",
|
|
16
|
+
"type": "Array<AnalysisFunctionEntry>",
|
|
17
|
+
"format": ""
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "totalCount",
|
|
21
|
+
"baseName": "total_count",
|
|
22
|
+
"type": "number",
|
|
23
|
+
"format": "int64"
|
|
24
|
+
}
|
|
25
|
+
];
|
|
26
|
+
return ListAnalysisFunctionsOutputBody;
|
|
27
|
+
}());
|
|
28
|
+
exports.ListAnalysisFunctionsOutputBody = ListAnalysisFunctionsOutputBody;
|
|
29
|
+
//# sourceMappingURL=ListAnalysisFunctionsOutputBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAnalysisFunctionsOutputBody.js","sourceRoot":"","sources":["../../models/ListAnalysisFunctionsOutputBody.ts"],"names":[],"mappings":";;;AAcA;IA6BI;IACA,CAAC;IALM,mDAAmB,GAA1B;QACI,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;IApBe,6CAAa,GAAuB,SAAS,CAAC;IAE9C,uCAAO,GAA0C,SAAS,CAAC;IAE3D,gDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,8BAA8B;YACtC,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;KAAK,CAAC;IAQf,sCAAC;CAAA,AA/BD,IA+BC;AA/BY,0EAA+B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DataTypesEntry } from '../models/DataTypesEntry';
|
|
2
|
+
export declare class ListFunctionsDataTypesOutputBody {
|
|
3
|
+
'items': Array<DataTypesEntry> | null;
|
|
4
|
+
static readonly discriminator: string | undefined;
|
|
5
|
+
static readonly mapping: {
|
|
6
|
+
[index: string]: string;
|
|
7
|
+
} | undefined;
|
|
8
|
+
static readonly attributeTypeMap: Array<{
|
|
9
|
+
name: string;
|
|
10
|
+
baseName: string;
|
|
11
|
+
type: string;
|
|
12
|
+
format: string;
|
|
13
|
+
}>;
|
|
14
|
+
static getAttributeTypeMap(): {
|
|
15
|
+
name: string;
|
|
16
|
+
baseName: string;
|
|
17
|
+
type: string;
|
|
18
|
+
format: string;
|
|
19
|
+
}[];
|
|
20
|
+
constructor();
|
|
21
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListFunctionsDataTypesOutputBody = void 0;
|
|
4
|
+
var ListFunctionsDataTypesOutputBody = (function () {
|
|
5
|
+
function ListFunctionsDataTypesOutputBody() {
|
|
6
|
+
}
|
|
7
|
+
ListFunctionsDataTypesOutputBody.getAttributeTypeMap = function () {
|
|
8
|
+
return ListFunctionsDataTypesOutputBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
ListFunctionsDataTypesOutputBody.discriminator = undefined;
|
|
11
|
+
ListFunctionsDataTypesOutputBody.mapping = undefined;
|
|
12
|
+
ListFunctionsDataTypesOutputBody.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "items",
|
|
15
|
+
"baseName": "items",
|
|
16
|
+
"type": "Array<DataTypesEntry>",
|
|
17
|
+
"format": ""
|
|
18
|
+
}
|
|
19
|
+
];
|
|
20
|
+
return ListFunctionsDataTypesOutputBody;
|
|
21
|
+
}());
|
|
22
|
+
exports.ListFunctionsDataTypesOutputBody = ListFunctionsDataTypesOutputBody;
|
|
23
|
+
//# sourceMappingURL=ListFunctionsDataTypesOutputBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListFunctionsDataTypesOutputBody.js","sourceRoot":"","sources":["../../models/ListFunctionsDataTypesOutputBody.ts"],"names":[],"mappings":";;;AAcA;IAmBI;IACA,CAAC;IALM,oDAAmB,GAA1B;QACI,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;IAde,8CAAa,GAAuB,SAAS,CAAC;IAE9C,wCAAO,GAA0C,SAAS,CAAC;IAE3D,iDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,uBAAuB;YAC/B,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,uCAAC;CAAA,AArBD,IAqBC;AArBY,4EAAgC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class MatchFilters {
|
|
2
|
+
'binaryIds'?: Array<number> | null;
|
|
3
|
+
'collectionIds'?: Array<number> | null;
|
|
4
|
+
'debugTypes'?: Array<string> | null;
|
|
5
|
+
'functionIds'?: Array<number> | null;
|
|
6
|
+
'userIds'?: Array<number> | null;
|
|
7
|
+
static readonly discriminator: string | undefined;
|
|
8
|
+
static readonly mapping: {
|
|
9
|
+
[index: string]: string;
|
|
10
|
+
} | undefined;
|
|
11
|
+
static readonly attributeTypeMap: Array<{
|
|
12
|
+
name: string;
|
|
13
|
+
baseName: string;
|
|
14
|
+
type: string;
|
|
15
|
+
format: string;
|
|
16
|
+
}>;
|
|
17
|
+
static getAttributeTypeMap(): {
|
|
18
|
+
name: string;
|
|
19
|
+
baseName: string;
|
|
20
|
+
type: string;
|
|
21
|
+
format: string;
|
|
22
|
+
}[];
|
|
23
|
+
constructor();
|
|
24
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MatchFilters = void 0;
|
|
4
|
+
var MatchFilters = (function () {
|
|
5
|
+
function MatchFilters() {
|
|
6
|
+
}
|
|
7
|
+
MatchFilters.getAttributeTypeMap = function () {
|
|
8
|
+
return MatchFilters.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
MatchFilters.discriminator = undefined;
|
|
11
|
+
MatchFilters.mapping = undefined;
|
|
12
|
+
MatchFilters.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "binaryIds",
|
|
15
|
+
"baseName": "binary_ids",
|
|
16
|
+
"type": "Array<number>",
|
|
17
|
+
"format": "int64"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "collectionIds",
|
|
21
|
+
"baseName": "collection_ids",
|
|
22
|
+
"type": "Array<number>",
|
|
23
|
+
"format": "int64"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "debugTypes",
|
|
27
|
+
"baseName": "debug_types",
|
|
28
|
+
"type": "Array<string>",
|
|
29
|
+
"format": ""
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "functionIds",
|
|
33
|
+
"baseName": "function_ids",
|
|
34
|
+
"type": "Array<number>",
|
|
35
|
+
"format": "int64"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "userIds",
|
|
39
|
+
"baseName": "user_ids",
|
|
40
|
+
"type": "Array<number>",
|
|
41
|
+
"format": "int64"
|
|
42
|
+
}
|
|
43
|
+
];
|
|
44
|
+
return MatchFilters;
|
|
45
|
+
}());
|
|
46
|
+
exports.MatchFilters = MatchFilters;
|
|
47
|
+
//# sourceMappingURL=MatchFilters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MatchFilters.js","sourceRoot":"","sources":["../../models/MatchFilters.ts"],"names":[],"mappings":";;;AAaA;IA8DI;IACA,CAAC;IALM,gCAAmB,GAA1B;QACI,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;IAtCe,0BAAa,GAAuB,SAAS,CAAC;IAE9C,oBAAO,GAA0C,SAAS,CAAC;IAE3D,6BAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,OAAO;SACpB;KAAK,CAAC;IAQf,mBAAC;CAAA,AAhED,IAgEC;AAhEY,oCAAY"}
|
|
@@ -17,6 +17,7 @@ export * from '../models/AnalysisConfig';
|
|
|
17
17
|
export * from '../models/AnalysisCreateRequest';
|
|
18
18
|
export * from '../models/AnalysisCreateResponse';
|
|
19
19
|
export * from '../models/AnalysisDetailResponse';
|
|
20
|
+
export * from '../models/AnalysisFunctionEntry';
|
|
20
21
|
export * from '../models/AnalysisFunctionMapping';
|
|
21
22
|
export * from '../models/AnalysisFunctionMatchingRequest';
|
|
22
23
|
export * from '../models/AnalysisFunctions';
|
|
@@ -115,6 +116,8 @@ export * from '../models/BaseResponseUploadResponse';
|
|
|
115
116
|
export * from '../models/BaseResponseVulnerabilities';
|
|
116
117
|
export * from '../models/BaseResponseXrefResponse';
|
|
117
118
|
export * from '../models/Basic';
|
|
119
|
+
export * from '../models/BatchBinaryMatchResult';
|
|
120
|
+
export * from '../models/BatchMatchingOutputBody';
|
|
118
121
|
export * from '../models/BatchRenameInputBody';
|
|
119
122
|
export * from '../models/BatchRenameItem';
|
|
120
123
|
export * from '../models/BatchRenameOutputBody';
|
|
@@ -134,11 +137,15 @@ export * from '../models/BinarySearchResponse';
|
|
|
134
137
|
export * from '../models/BinarySearchResult';
|
|
135
138
|
export * from '../models/BinaryTaskStatus';
|
|
136
139
|
export * from '../models/BulkDeleteAnalysesRequest';
|
|
140
|
+
export * from '../models/CallEdge';
|
|
141
|
+
export * from '../models/CallEdgesOutputBody';
|
|
137
142
|
export * from '../models/CalleeFunctionInfo';
|
|
138
143
|
export * from '../models/CalleesCallerFunctionsResponse';
|
|
139
144
|
export * from '../models/CallerFunctionInfo';
|
|
140
145
|
export * from '../models/Capabilities';
|
|
141
146
|
export * from '../models/CapabilitiesAgentResponse';
|
|
147
|
+
export * from '../models/CapabilitiesOutputBody';
|
|
148
|
+
export * from '../models/CapabilityEntry';
|
|
142
149
|
export * from '../models/ChildBinariesResponse';
|
|
143
150
|
export * from '../models/CodeSignatureModel';
|
|
144
151
|
export * from '../models/CollectionBinariesUpdateRequest';
|
|
@@ -174,11 +181,13 @@ export * from '../models/CreateCollectionOutputBody';
|
|
|
174
181
|
export * from '../models/CreateConversationRequest';
|
|
175
182
|
export * from '../models/CreatePortalSessionInputBody';
|
|
176
183
|
export * from '../models/Created';
|
|
184
|
+
export * from '../models/DataTypesEntry';
|
|
177
185
|
export * from '../models/DecompFailedEvent';
|
|
178
186
|
export * from '../models/DecompFinishedEvent';
|
|
179
187
|
export * from '../models/DecompilationCommentContext';
|
|
180
188
|
export * from '../models/DecompilationData';
|
|
181
189
|
export * from '../models/DieMatch';
|
|
190
|
+
export * from '../models/DisassemblyOutputBody';
|
|
182
191
|
export * from '../models/DnsQuery';
|
|
183
192
|
export * from '../models/DrakvufFileMetadata';
|
|
184
193
|
export * from '../models/DynamicExecutionStatus';
|
|
@@ -229,16 +238,20 @@ export * from '../models/FileFormat';
|
|
|
229
238
|
export * from '../models/FileHashes';
|
|
230
239
|
export * from '../models/FileMetadata';
|
|
231
240
|
export * from '../models/Filters';
|
|
241
|
+
export * from '../models/FunctionArgument';
|
|
232
242
|
export * from '../models/FunctionBlockDestinationResponse';
|
|
233
243
|
export * from '../models/FunctionBlockResponse';
|
|
234
244
|
export * from '../models/FunctionBlocksResponse';
|
|
235
245
|
export * from '../models/FunctionBoundary';
|
|
246
|
+
export * from '../models/FunctionCallEdges';
|
|
236
247
|
export * from '../models/FunctionCapabilityResponse';
|
|
237
248
|
export * from '../models/FunctionDataTypes';
|
|
238
249
|
export * from '../models/FunctionDataTypesList';
|
|
239
250
|
export * from '../models/FunctionDataTypesListItem';
|
|
240
251
|
export * from '../models/FunctionDataTypesParams';
|
|
241
252
|
export * from '../models/FunctionDataTypesStatus';
|
|
253
|
+
export * from '../models/FunctionDependency';
|
|
254
|
+
export * from '../models/FunctionDetailsOutputBody';
|
|
242
255
|
export * from '../models/FunctionHeader';
|
|
243
256
|
export * from '../models/FunctionInfo';
|
|
244
257
|
export * from '../models/FunctionInfoFuncDepsInner';
|
|
@@ -256,6 +269,7 @@ export * from '../models/FunctionRenameMap';
|
|
|
256
269
|
export * from '../models/FunctionSearchResponse';
|
|
257
270
|
export * from '../models/FunctionSearchResult';
|
|
258
271
|
export * from '../models/FunctionSourceType';
|
|
272
|
+
export * from '../models/FunctionStackVariable';
|
|
259
273
|
export * from '../models/FunctionString';
|
|
260
274
|
export * from '../models/FunctionStringItem';
|
|
261
275
|
export * from '../models/FunctionStringsResponse';
|
|
@@ -270,6 +284,8 @@ export * from '../models/GetAdditionalDetailsStatusOutputBody';
|
|
|
270
284
|
export * from '../models/GetAiDecompilationRatingResponse';
|
|
271
285
|
export * from '../models/GetAnalysisStringsStatusOutputBody';
|
|
272
286
|
export * from '../models/GetCollectionOutputBody';
|
|
287
|
+
export * from '../models/GetMatchesOutputBody';
|
|
288
|
+
export * from '../models/GetMatchesStatusOutputBody';
|
|
273
289
|
export * from '../models/GetProductsOutputBody';
|
|
274
290
|
export * from '../models/GetPublicUserResponse';
|
|
275
291
|
export * from '../models/GetSubscriptionOutputBody';
|
|
@@ -282,12 +298,16 @@ export * from '../models/IconModel';
|
|
|
282
298
|
export * from '../models/ImportModel';
|
|
283
299
|
export * from '../models/InlineComment';
|
|
284
300
|
export * from '../models/InsertAnalysisLogRequest';
|
|
301
|
+
export * from '../models/ListAnalysisFunctionsDataTypesOutputBody';
|
|
302
|
+
export * from '../models/ListAnalysisFunctionsOutputBody';
|
|
285
303
|
export * from '../models/ListAnalysisStringsOutputBody';
|
|
286
304
|
export * from '../models/ListCollectionResults';
|
|
287
305
|
export * from '../models/ListCollectionsOutputBody';
|
|
288
306
|
export * from '../models/ListFunctionStringsOutputBody';
|
|
307
|
+
export * from '../models/ListFunctionsDataTypesOutputBody';
|
|
289
308
|
export * from '../models/Logs';
|
|
290
309
|
export * from '../models/MITRETechnique';
|
|
310
|
+
export * from '../models/MatchFilters';
|
|
291
311
|
export * from '../models/MatchedFunction';
|
|
292
312
|
export * from '../models/MatchedFunctionSuggestion';
|
|
293
313
|
export * from '../models/MemdumpEntry';
|
|
@@ -374,6 +394,10 @@ export * from '../models/SseEventToolCallResultData';
|
|
|
374
394
|
export * from '../models/SseEventToolCallStartData';
|
|
375
395
|
export * from '../models/SseEventToolConfirmationRequiredData';
|
|
376
396
|
export * from '../models/StackVariable';
|
|
397
|
+
export * from '../models/StartBatchMatchingInputBody';
|
|
398
|
+
export * from '../models/StartMatchingForAnalysisInputBody';
|
|
399
|
+
export * from '../models/StartMatchingForFunctionsInputBody';
|
|
400
|
+
export * from '../models/StartMatchingOutputBody';
|
|
377
401
|
export * from '../models/StartupInfo';
|
|
378
402
|
export * from '../models/StatusInput';
|
|
379
403
|
export * from '../models/StatusOutput';
|