@revengai/sdk 3.94.1 → 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 +49 -7
- 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 +13 -3
- package/dist/apis/FunctionsDataTypesApi.js +396 -37
- package/dist/apis/FunctionsDataTypesApi.js.map +1 -1
- package/dist/models/{FunctionInfoOutput.d.ts → AnalysisFunctionEntry.d.ts} +10 -5
- 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/BatchUpdateDataTypesInputBody.d.ts +21 -0
- package/dist/models/BatchUpdateDataTypesInputBody.js +23 -0
- package/dist/models/BatchUpdateDataTypesInputBody.js.map +1 -0
- package/dist/models/{UpdateFunctionDataTypes.d.ts → BatchUpdateDataTypesItem.d.ts} +3 -3
- package/dist/models/BatchUpdateDataTypesItem.js +35 -0
- package/dist/models/BatchUpdateDataTypesItem.js.map +1 -0
- package/dist/models/BatchUpdateDataTypesOutputBody.d.ts +21 -0
- package/dist/models/BatchUpdateDataTypesOutputBody.js +23 -0
- package/dist/models/BatchUpdateDataTypesOutputBody.js.map +1 -0
- package/dist/models/BatchUpdateDataTypesResult.d.ts +30 -0
- package/dist/models/BatchUpdateDataTypesResult.js +54 -0
- package/dist/models/BatchUpdateDataTypesResult.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/{FunctionInfoInput.d.ts → CallEdgesOutputBody.d.ts} +3 -5
- 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/FunctionDataTypes.d.ts +2 -2
- package/dist/models/FunctionDataTypes.js +1 -1
- package/dist/models/FunctionDataTypes.js.map +1 -1
- package/dist/models/FunctionDataTypesListItem.d.ts +2 -2
- package/dist/models/FunctionDataTypesListItem.js +1 -1
- package/dist/models/FunctionDataTypesListItem.js.map +1 -1
- package/dist/models/FunctionDependency.d.ts +27 -0
- package/dist/models/{FunctionTypeOutput.js → FunctionDependency.js} +31 -31
- 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/FunctionInfo.d.ts +23 -0
- package/dist/models/FunctionInfo.js +29 -0
- package/dist/models/FunctionInfo.js.map +1 -0
- package/dist/models/{FunctionInfoInputFuncDepsInner.d.ts → FunctionInfoFuncDepsInner.d.ts} +1 -1
- package/dist/models/{FunctionInfoInputFuncDepsInner.js → FunctionInfoFuncDepsInner.js} +11 -11
- package/dist/models/FunctionInfoFuncDepsInner.js.map +1 -0
- package/dist/models/{FunctionTypeOutput.d.ts → FunctionStackVariable.d.ts} +6 -11
- package/dist/models/FunctionStackVariable.js +59 -0
- package/dist/models/FunctionStackVariable.js.map +1 -0
- package/dist/models/{FunctionTypeInput.d.ts → FunctionType.d.ts} +1 -1
- package/dist/models/{FunctionTypeInput.js → FunctionType.js} +11 -11
- package/dist/models/FunctionType.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 +33 -6
- package/dist/models/ObjectSerializer.js +105 -18
- 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/UpdateDataTypesInputBody.d.ts +21 -0
- package/dist/models/UpdateDataTypesInputBody.js +29 -0
- package/dist/models/UpdateDataTypesInputBody.js.map +1 -0
- package/dist/models/UpdateDataTypesOutputBody.d.ts +22 -0
- package/dist/models/UpdateDataTypesOutputBody.js +35 -0
- package/dist/models/UpdateDataTypesOutputBody.js.map +1 -0
- package/dist/models/all.d.ts +33 -6
- package/dist/models/all.js +33 -6
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +103 -9
- package/dist/types/ObjectParamAPI.js +98 -8
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +49 -5
- package/dist/types/ObservableAPI.js +919 -499
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +49 -5
- package/dist/types/PromiseAPI.js +158 -8
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/FunctionInfoInput.js +0 -29
- package/dist/models/FunctionInfoInput.js.map +0 -1
- package/dist/models/FunctionInfoInputFuncDepsInner.js.map +0 -1
- package/dist/models/FunctionInfoOutput.js +0 -29
- package/dist/models/FunctionInfoOutput.js.map +0 -1
- package/dist/models/FunctionTypeInput.js.map +0 -1
- package/dist/models/FunctionTypeOutput.js.map +0 -1
- package/dist/models/UpdateFunctionDataTypes.js +0 -29
- package/dist/models/UpdateFunctionDataTypes.js.map +0 -1
|
@@ -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,9 +116,15 @@ 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';
|
|
124
|
+
export * from '../models/BatchUpdateDataTypesInputBody';
|
|
125
|
+
export * from '../models/BatchUpdateDataTypesItem';
|
|
126
|
+
export * from '../models/BatchUpdateDataTypesOutputBody';
|
|
127
|
+
export * from '../models/BatchUpdateDataTypesResult';
|
|
121
128
|
export * from '../models/BinariesRelatedStatusResponse';
|
|
122
129
|
export * from '../models/BinariesTaskStatus';
|
|
123
130
|
export * from '../models/Binary';
|
|
@@ -130,11 +137,15 @@ export * from '../models/BinarySearchResponse';
|
|
|
130
137
|
export * from '../models/BinarySearchResult';
|
|
131
138
|
export * from '../models/BinaryTaskStatus';
|
|
132
139
|
export * from '../models/BulkDeleteAnalysesRequest';
|
|
140
|
+
export * from '../models/CallEdge';
|
|
141
|
+
export * from '../models/CallEdgesOutputBody';
|
|
133
142
|
export * from '../models/CalleeFunctionInfo';
|
|
134
143
|
export * from '../models/CalleesCallerFunctionsResponse';
|
|
135
144
|
export * from '../models/CallerFunctionInfo';
|
|
136
145
|
export * from '../models/Capabilities';
|
|
137
146
|
export * from '../models/CapabilitiesAgentResponse';
|
|
147
|
+
export * from '../models/CapabilitiesOutputBody';
|
|
148
|
+
export * from '../models/CapabilityEntry';
|
|
138
149
|
export * from '../models/ChildBinariesResponse';
|
|
139
150
|
export * from '../models/CodeSignatureModel';
|
|
140
151
|
export * from '../models/CollectionBinariesUpdateRequest';
|
|
@@ -170,11 +181,13 @@ export * from '../models/CreateCollectionOutputBody';
|
|
|
170
181
|
export * from '../models/CreateConversationRequest';
|
|
171
182
|
export * from '../models/CreatePortalSessionInputBody';
|
|
172
183
|
export * from '../models/Created';
|
|
184
|
+
export * from '../models/DataTypesEntry';
|
|
173
185
|
export * from '../models/DecompFailedEvent';
|
|
174
186
|
export * from '../models/DecompFinishedEvent';
|
|
175
187
|
export * from '../models/DecompilationCommentContext';
|
|
176
188
|
export * from '../models/DecompilationData';
|
|
177
189
|
export * from '../models/DieMatch';
|
|
190
|
+
export * from '../models/DisassemblyOutputBody';
|
|
178
191
|
export * from '../models/DnsQuery';
|
|
179
192
|
export * from '../models/DrakvufFileMetadata';
|
|
180
193
|
export * from '../models/DynamicExecutionStatus';
|
|
@@ -225,20 +238,23 @@ export * from '../models/FileFormat';
|
|
|
225
238
|
export * from '../models/FileHashes';
|
|
226
239
|
export * from '../models/FileMetadata';
|
|
227
240
|
export * from '../models/Filters';
|
|
241
|
+
export * from '../models/FunctionArgument';
|
|
228
242
|
export * from '../models/FunctionBlockDestinationResponse';
|
|
229
243
|
export * from '../models/FunctionBlockResponse';
|
|
230
244
|
export * from '../models/FunctionBlocksResponse';
|
|
231
245
|
export * from '../models/FunctionBoundary';
|
|
246
|
+
export * from '../models/FunctionCallEdges';
|
|
232
247
|
export * from '../models/FunctionCapabilityResponse';
|
|
233
248
|
export * from '../models/FunctionDataTypes';
|
|
234
249
|
export * from '../models/FunctionDataTypesList';
|
|
235
250
|
export * from '../models/FunctionDataTypesListItem';
|
|
236
251
|
export * from '../models/FunctionDataTypesParams';
|
|
237
252
|
export * from '../models/FunctionDataTypesStatus';
|
|
253
|
+
export * from '../models/FunctionDependency';
|
|
254
|
+
export * from '../models/FunctionDetailsOutputBody';
|
|
238
255
|
export * from '../models/FunctionHeader';
|
|
239
|
-
export * from '../models/
|
|
240
|
-
export * from '../models/
|
|
241
|
-
export * from '../models/FunctionInfoOutput';
|
|
256
|
+
export * from '../models/FunctionInfo';
|
|
257
|
+
export * from '../models/FunctionInfoFuncDepsInner';
|
|
242
258
|
export * from '../models/FunctionListItem';
|
|
243
259
|
export * from '../models/FunctionLocalVariableResponse';
|
|
244
260
|
export * from '../models/FunctionMapping';
|
|
@@ -253,11 +269,11 @@ export * from '../models/FunctionRenameMap';
|
|
|
253
269
|
export * from '../models/FunctionSearchResponse';
|
|
254
270
|
export * from '../models/FunctionSearchResult';
|
|
255
271
|
export * from '../models/FunctionSourceType';
|
|
272
|
+
export * from '../models/FunctionStackVariable';
|
|
256
273
|
export * from '../models/FunctionString';
|
|
257
274
|
export * from '../models/FunctionStringItem';
|
|
258
275
|
export * from '../models/FunctionStringsResponse';
|
|
259
|
-
export * from '../models/
|
|
260
|
-
export * from '../models/FunctionTypeOutput';
|
|
276
|
+
export * from '../models/FunctionType';
|
|
261
277
|
export * from '../models/FunctionsDetailResponse';
|
|
262
278
|
export * from '../models/FunctionsListRename';
|
|
263
279
|
export * from '../models/GenerateFunctionDataTypes';
|
|
@@ -268,6 +284,8 @@ export * from '../models/GetAdditionalDetailsStatusOutputBody';
|
|
|
268
284
|
export * from '../models/GetAiDecompilationRatingResponse';
|
|
269
285
|
export * from '../models/GetAnalysisStringsStatusOutputBody';
|
|
270
286
|
export * from '../models/GetCollectionOutputBody';
|
|
287
|
+
export * from '../models/GetMatchesOutputBody';
|
|
288
|
+
export * from '../models/GetMatchesStatusOutputBody';
|
|
271
289
|
export * from '../models/GetProductsOutputBody';
|
|
272
290
|
export * from '../models/GetPublicUserResponse';
|
|
273
291
|
export * from '../models/GetSubscriptionOutputBody';
|
|
@@ -280,12 +298,16 @@ export * from '../models/IconModel';
|
|
|
280
298
|
export * from '../models/ImportModel';
|
|
281
299
|
export * from '../models/InlineComment';
|
|
282
300
|
export * from '../models/InsertAnalysisLogRequest';
|
|
301
|
+
export * from '../models/ListAnalysisFunctionsDataTypesOutputBody';
|
|
302
|
+
export * from '../models/ListAnalysisFunctionsOutputBody';
|
|
283
303
|
export * from '../models/ListAnalysisStringsOutputBody';
|
|
284
304
|
export * from '../models/ListCollectionResults';
|
|
285
305
|
export * from '../models/ListCollectionsOutputBody';
|
|
286
306
|
export * from '../models/ListFunctionStringsOutputBody';
|
|
307
|
+
export * from '../models/ListFunctionsDataTypesOutputBody';
|
|
287
308
|
export * from '../models/Logs';
|
|
288
309
|
export * from '../models/MITRETechnique';
|
|
310
|
+
export * from '../models/MatchFilters';
|
|
289
311
|
export * from '../models/MatchedFunction';
|
|
290
312
|
export * from '../models/MatchedFunctionSuggestion';
|
|
291
313
|
export * from '../models/MemdumpEntry';
|
|
@@ -372,6 +394,10 @@ export * from '../models/SseEventToolCallResultData';
|
|
|
372
394
|
export * from '../models/SseEventToolCallStartData';
|
|
373
395
|
export * from '../models/SseEventToolConfirmationRequiredData';
|
|
374
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';
|
|
375
401
|
export * from '../models/StartupInfo';
|
|
376
402
|
export * from '../models/StatusInput';
|
|
377
403
|
export * from '../models/StatusOutput';
|
|
@@ -401,7 +427,8 @@ export * from '../models/TriageReportResponse';
|
|
|
401
427
|
export * from '../models/TriggerDynamicExecutionInputBody';
|
|
402
428
|
export * from '../models/Ttp';
|
|
403
429
|
export * from '../models/TypeDefinition';
|
|
404
|
-
export * from '../models/
|
|
430
|
+
export * from '../models/UpdateDataTypesInputBody';
|
|
431
|
+
export * from '../models/UpdateDataTypesOutputBody';
|
|
405
432
|
export * from '../models/UploadFileType';
|
|
406
433
|
export * from '../models/UploadResponse';
|
|
407
434
|
export * from '../models/UpsertAiDecomplationRatingRequest';
|