@revengai/sdk 3.96.0 → 3.96.4
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 +87 -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/apis/IAMUsersApi.d.ts +13 -0
- package/dist/apis/IAMUsersApi.js +225 -0
- package/dist/apis/IAMUsersApi.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/models/AddIssuerDomainInputBody.d.ts +20 -0
- package/dist/models/AddIssuerDomainInputBody.js +23 -0
- package/dist/models/AddIssuerDomainInputBody.js.map +1 -0
- package/dist/models/AddOwnerInputBody.d.ts +20 -0
- package/dist/models/AddOwnerInputBody.js +23 -0
- package/dist/models/AddOwnerInputBody.js.map +1 -0
- package/dist/models/AddTeamMemberInputBody.d.ts +20 -0
- package/dist/models/AddTeamMemberInputBody.js +23 -0
- package/dist/models/AddTeamMemberInputBody.js.map +1 -0
- 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/BulkCreateUserResult.d.ts +26 -0
- package/dist/models/BulkCreateUserResult.js +53 -0
- package/dist/models/BulkCreateUserResult.js.map +1 -0
- package/dist/models/BulkCreateUsersOutputBody.d.ts +24 -0
- package/dist/models/BulkCreateUsersOutputBody.js +41 -0
- package/dist/models/BulkCreateUsersOutputBody.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/CreateGroupInputBody.d.ts +20 -0
- package/dist/models/CreateGroupInputBody.js +23 -0
- package/dist/models/CreateGroupInputBody.js.map +1 -0
- package/dist/models/CreateIdentityInputBody.d.ts +22 -0
- package/dist/models/CreateIdentityInputBody.js +35 -0
- package/dist/models/CreateIdentityInputBody.js.map +1 -0
- package/dist/models/CreateIssuerInputBody.d.ts +21 -0
- package/dist/models/CreateIssuerInputBody.js +29 -0
- package/dist/models/CreateIssuerInputBody.js.map +1 -0
- package/dist/models/CreateOrganisationInputBody.d.ts +20 -0
- package/dist/models/CreateOrganisationInputBody.js +23 -0
- package/dist/models/CreateOrganisationInputBody.js.map +1 -0
- package/dist/models/CreateTeamInputBody.d.ts +20 -0
- package/dist/models/CreateTeamInputBody.js +23 -0
- package/dist/models/CreateTeamInputBody.js.map +1 -0
- package/dist/models/CreateUserInputBody.d.ts +42 -0
- package/dist/models/CreateUserInputBody.js +87 -0
- package/dist/models/CreateUserInputBody.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/FormFile.d.ts +23 -0
- package/dist/models/FormFile.js +41 -0
- package/dist/models/FormFile.js.map +1 -0
- 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/InviteUserInputBody.d.ts +25 -0
- package/dist/models/InviteUserInputBody.js +53 -0
- package/dist/models/InviteUserInputBody.js.map +1 -0
- package/dist/models/IssuerAllowedDomain.d.ts +25 -0
- package/dist/models/IssuerAllowedDomain.js +53 -0
- package/dist/models/IssuerAllowedDomain.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/ListTeamsOutputBody.d.ts +22 -0
- package/dist/models/ListTeamsOutputBody.js +29 -0
- package/dist/models/ListTeamsOutputBody.js.map +1 -0
- package/dist/models/ListUsersOutputBody.d.ts +22 -0
- package/dist/models/ListUsersOutputBody.js +29 -0
- package/dist/models/ListUsersOutputBody.js.map +1 -0
- package/dist/models/LocationOutputBody.d.ts +30 -0
- package/dist/models/LocationOutputBody.js +44 -0
- package/dist/models/LocationOutputBody.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/MessageBody.d.ts +20 -0
- package/dist/models/MessageBody.js +23 -0
- package/dist/models/MessageBody.js.map +1 -0
- package/dist/models/OIDCCallbackInputBody.d.ts +23 -0
- package/dist/models/OIDCCallbackInputBody.js +41 -0
- package/dist/models/OIDCCallbackInputBody.js.map +1 -0
- package/dist/models/ObjectSerializer.d.ts +70 -0
- package/dist/models/ObjectSerializer.js +224 -0
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/Organisation.d.ts +23 -0
- package/dist/models/Organisation.js +41 -0
- package/dist/models/Organisation.js.map +1 -0
- package/dist/models/OrganisationGroup.d.ts +25 -0
- package/dist/models/OrganisationGroup.js +53 -0
- package/dist/models/OrganisationGroup.js.map +1 -0
- package/dist/models/OrganisationIssuer.d.ts +27 -0
- package/dist/models/OrganisationIssuer.js +65 -0
- package/dist/models/OrganisationIssuer.js.map +1 -0
- package/dist/models/OrganisationOwner.d.ts +23 -0
- package/dist/models/OrganisationOwner.js +41 -0
- package/dist/models/OrganisationOwner.js.map +1 -0
- package/dist/models/PasswordResetInputBody.d.ts +20 -0
- package/dist/models/PasswordResetInputBody.js +23 -0
- package/dist/models/PasswordResetInputBody.js.map +1 -0
- package/dist/models/Permissions.d.ts +24 -0
- package/dist/models/Permissions.js +47 -0
- package/dist/models/Permissions.js.map +1 -0
- package/dist/models/RefreshBody.d.ts +20 -0
- package/dist/models/RefreshBody.js +23 -0
- package/dist/models/RefreshBody.js.map +1 -0
- package/dist/models/RegisterUserInputBody.d.ts +25 -0
- package/dist/models/RegisterUserInputBody.js +53 -0
- package/dist/models/RegisterUserInputBody.js.map +1 -0
- package/dist/models/RevokeBody.d.ts +20 -0
- package/dist/models/RevokeBody.js +23 -0
- package/dist/models/RevokeBody.js.map +1 -0
- package/dist/models/SSOProvider.d.ts +21 -0
- package/dist/models/SSOProvider.js +29 -0
- package/dist/models/SSOProvider.js.map +1 -0
- package/dist/models/SSOProvidersOutputBody.d.ts +21 -0
- package/dist/models/SSOProvidersOutputBody.js +23 -0
- package/dist/models/SSOProvidersOutputBody.js.map +1 -0
- 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/Team.d.ts +30 -0
- package/dist/models/Team.js +49 -0
- package/dist/models/Team.js.map +1 -0
- package/dist/models/TeamMember.d.ts +31 -0
- package/dist/models/TeamMember.js +55 -0
- package/dist/models/TeamMember.js.map +1 -0
- package/dist/models/TokenInputBody.d.ts +23 -0
- package/dist/models/TokenInputBody.js +41 -0
- package/dist/models/TokenInputBody.js.map +1 -0
- package/dist/models/TokenResponse.d.ts +23 -0
- package/dist/models/TokenResponse.js +41 -0
- package/dist/models/TokenResponse.js.map +1 -0
- package/dist/models/UpdateIssuerInputBody.d.ts +20 -0
- package/dist/models/UpdateIssuerInputBody.js +23 -0
- package/dist/models/UpdateIssuerInputBody.js.map +1 -0
- package/dist/models/UpdateOrganisationInputBody.d.ts +20 -0
- package/dist/models/UpdateOrganisationInputBody.js +23 -0
- package/dist/models/UpdateOrganisationInputBody.js.map +1 -0
- package/dist/models/UpdatePasswordInputBody.d.ts +21 -0
- package/dist/models/UpdatePasswordInputBody.js +29 -0
- package/dist/models/UpdatePasswordInputBody.js.map +1 -0
- package/dist/models/UpdateProfileInputBody.d.ts +24 -0
- package/dist/models/UpdateProfileInputBody.js +47 -0
- package/dist/models/UpdateProfileInputBody.js.map +1 -0
- package/dist/models/UpdateTeamInputBody.d.ts +20 -0
- package/dist/models/UpdateTeamInputBody.js +23 -0
- package/dist/models/UpdateTeamInputBody.js.map +1 -0
- package/dist/models/UpdateUserCreditsInputBody.d.ts +20 -0
- package/dist/models/UpdateUserCreditsInputBody.js +23 -0
- package/dist/models/UpdateUserCreditsInputBody.js.map +1 -0
- package/dist/models/UpdateUserInputBody.d.ts +40 -0
- package/dist/models/UpdateUserInputBody.js +75 -0
- package/dist/models/UpdateUserInputBody.js.map +1 -0
- package/dist/models/UpdateUserPasswordInputBody.d.ts +21 -0
- package/dist/models/UpdateUserPasswordInputBody.js +29 -0
- package/dist/models/UpdateUserPasswordInputBody.js.map +1 -0
- package/dist/models/User.d.ts +41 -0
- package/dist/models/User.js +70 -0
- package/dist/models/User.js.map +1 -0
- package/dist/models/UserCredits.d.ts +23 -0
- package/dist/models/UserCredits.js +41 -0
- package/dist/models/UserCredits.js.map +1 -0
- package/dist/models/UserIdentity.d.ts +25 -0
- package/dist/models/UserIdentity.js +53 -0
- package/dist/models/UserIdentity.js.map +1 -0
- package/dist/models/UserProfile.d.ts +24 -0
- package/dist/models/UserProfile.js +47 -0
- package/dist/models/UserProfile.js.map +1 -0
- package/dist/models/all.d.ts +70 -0
- package/dist/models/all.js +70 -0
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +111 -2
- package/dist/types/ObjectParamAPI.js +124 -10
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +58 -2
- package/dist/types/ObservableAPI.js +966 -480
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +56 -2
- package/dist/types/PromiseAPI.js +188 -10
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
package/dist/models/all.js
CHANGED
|
@@ -19,6 +19,9 @@ __exportStar(require("../models/AIDecompInverseFunctionMapItem"), exports);
|
|
|
19
19
|
__exportStar(require("../models/AIDecompInverseStringMapItem"), exports);
|
|
20
20
|
__exportStar(require("../models/APIError"), exports);
|
|
21
21
|
__exportStar(require("../models/AddCalleeInputBody"), exports);
|
|
22
|
+
__exportStar(require("../models/AddIssuerDomainInputBody"), exports);
|
|
23
|
+
__exportStar(require("../models/AddOwnerInputBody"), exports);
|
|
24
|
+
__exportStar(require("../models/AddTeamMemberInputBody"), exports);
|
|
22
25
|
__exportStar(require("../models/AddUserStringInputBody"), exports);
|
|
23
26
|
__exportStar(require("../models/AddUserStringToFunctionInputBody"), exports);
|
|
24
27
|
__exportStar(require("../models/AdditionalDetailsStatusResponse"), exports);
|
|
@@ -33,6 +36,7 @@ __exportStar(require("../models/AnalysisConfig"), exports);
|
|
|
33
36
|
__exportStar(require("../models/AnalysisCreateRequest"), exports);
|
|
34
37
|
__exportStar(require("../models/AnalysisCreateResponse"), exports);
|
|
35
38
|
__exportStar(require("../models/AnalysisDetailResponse"), exports);
|
|
39
|
+
__exportStar(require("../models/AnalysisFunctionEntry"), exports);
|
|
36
40
|
__exportStar(require("../models/AnalysisFunctionMapping"), exports);
|
|
37
41
|
__exportStar(require("../models/AnalysisFunctionMatchingRequest"), exports);
|
|
38
42
|
__exportStar(require("../models/AnalysisFunctions"), exports);
|
|
@@ -131,6 +135,8 @@ __exportStar(require("../models/BaseResponseUploadResponse"), exports);
|
|
|
131
135
|
__exportStar(require("../models/BaseResponseVulnerabilities"), exports);
|
|
132
136
|
__exportStar(require("../models/BaseResponseXrefResponse"), exports);
|
|
133
137
|
__exportStar(require("../models/Basic"), exports);
|
|
138
|
+
__exportStar(require("../models/BatchBinaryMatchResult"), exports);
|
|
139
|
+
__exportStar(require("../models/BatchMatchingOutputBody"), exports);
|
|
134
140
|
__exportStar(require("../models/BatchRenameInputBody"), exports);
|
|
135
141
|
__exportStar(require("../models/BatchRenameItem"), exports);
|
|
136
142
|
__exportStar(require("../models/BatchRenameOutputBody"), exports);
|
|
@@ -149,12 +155,18 @@ __exportStar(require("../models/BinaryExternalsResponse"), exports);
|
|
|
149
155
|
__exportStar(require("../models/BinarySearchResponse"), exports);
|
|
150
156
|
__exportStar(require("../models/BinarySearchResult"), exports);
|
|
151
157
|
__exportStar(require("../models/BinaryTaskStatus"), exports);
|
|
158
|
+
__exportStar(require("../models/BulkCreateUserResult"), exports);
|
|
159
|
+
__exportStar(require("../models/BulkCreateUsersOutputBody"), exports);
|
|
152
160
|
__exportStar(require("../models/BulkDeleteAnalysesRequest"), exports);
|
|
161
|
+
__exportStar(require("../models/CallEdge"), exports);
|
|
162
|
+
__exportStar(require("../models/CallEdgesOutputBody"), exports);
|
|
153
163
|
__exportStar(require("../models/CalleeFunctionInfo"), exports);
|
|
154
164
|
__exportStar(require("../models/CalleesCallerFunctionsResponse"), exports);
|
|
155
165
|
__exportStar(require("../models/CallerFunctionInfo"), exports);
|
|
156
166
|
__exportStar(require("../models/Capabilities"), exports);
|
|
157
167
|
__exportStar(require("../models/CapabilitiesAgentResponse"), exports);
|
|
168
|
+
__exportStar(require("../models/CapabilitiesOutputBody"), exports);
|
|
169
|
+
__exportStar(require("../models/CapabilityEntry"), exports);
|
|
158
170
|
__exportStar(require("../models/ChildBinariesResponse"), exports);
|
|
159
171
|
__exportStar(require("../models/CodeSignatureModel"), exports);
|
|
160
172
|
__exportStar(require("../models/CollectionBinariesUpdateRequest"), exports);
|
|
@@ -188,13 +200,21 @@ __exportStar(require("../models/CreateCheckoutSessionInputBody"), exports);
|
|
|
188
200
|
__exportStar(require("../models/CreateCollectionInputBody"), exports);
|
|
189
201
|
__exportStar(require("../models/CreateCollectionOutputBody"), exports);
|
|
190
202
|
__exportStar(require("../models/CreateConversationRequest"), exports);
|
|
203
|
+
__exportStar(require("../models/CreateGroupInputBody"), exports);
|
|
204
|
+
__exportStar(require("../models/CreateIdentityInputBody"), exports);
|
|
205
|
+
__exportStar(require("../models/CreateIssuerInputBody"), exports);
|
|
206
|
+
__exportStar(require("../models/CreateOrganisationInputBody"), exports);
|
|
191
207
|
__exportStar(require("../models/CreatePortalSessionInputBody"), exports);
|
|
208
|
+
__exportStar(require("../models/CreateTeamInputBody"), exports);
|
|
209
|
+
__exportStar(require("../models/CreateUserInputBody"), exports);
|
|
192
210
|
__exportStar(require("../models/Created"), exports);
|
|
211
|
+
__exportStar(require("../models/DataTypesEntry"), exports);
|
|
193
212
|
__exportStar(require("../models/DecompFailedEvent"), exports);
|
|
194
213
|
__exportStar(require("../models/DecompFinishedEvent"), exports);
|
|
195
214
|
__exportStar(require("../models/DecompilationCommentContext"), exports);
|
|
196
215
|
__exportStar(require("../models/DecompilationData"), exports);
|
|
197
216
|
__exportStar(require("../models/DieMatch"), exports);
|
|
217
|
+
__exportStar(require("../models/DisassemblyOutputBody"), exports);
|
|
198
218
|
__exportStar(require("../models/DnsQuery"), exports);
|
|
199
219
|
__exportStar(require("../models/DrakvufFileMetadata"), exports);
|
|
200
220
|
__exportStar(require("../models/DynamicExecutionStatus"), exports);
|
|
@@ -245,16 +265,21 @@ __exportStar(require("../models/FileFormat"), exports);
|
|
|
245
265
|
__exportStar(require("../models/FileHashes"), exports);
|
|
246
266
|
__exportStar(require("../models/FileMetadata"), exports);
|
|
247
267
|
__exportStar(require("../models/Filters"), exports);
|
|
268
|
+
__exportStar(require("../models/FormFile"), exports);
|
|
269
|
+
__exportStar(require("../models/FunctionArgument"), exports);
|
|
248
270
|
__exportStar(require("../models/FunctionBlockDestinationResponse"), exports);
|
|
249
271
|
__exportStar(require("../models/FunctionBlockResponse"), exports);
|
|
250
272
|
__exportStar(require("../models/FunctionBlocksResponse"), exports);
|
|
251
273
|
__exportStar(require("../models/FunctionBoundary"), exports);
|
|
274
|
+
__exportStar(require("../models/FunctionCallEdges"), exports);
|
|
252
275
|
__exportStar(require("../models/FunctionCapabilityResponse"), exports);
|
|
253
276
|
__exportStar(require("../models/FunctionDataTypes"), exports);
|
|
254
277
|
__exportStar(require("../models/FunctionDataTypesList"), exports);
|
|
255
278
|
__exportStar(require("../models/FunctionDataTypesListItem"), exports);
|
|
256
279
|
__exportStar(require("../models/FunctionDataTypesParams"), exports);
|
|
257
280
|
__exportStar(require("../models/FunctionDataTypesStatus"), exports);
|
|
281
|
+
__exportStar(require("../models/FunctionDependency"), exports);
|
|
282
|
+
__exportStar(require("../models/FunctionDetailsOutputBody"), exports);
|
|
258
283
|
__exportStar(require("../models/FunctionHeader"), exports);
|
|
259
284
|
__exportStar(require("../models/FunctionInfo"), exports);
|
|
260
285
|
__exportStar(require("../models/FunctionInfoFuncDepsInner"), exports);
|
|
@@ -272,6 +297,7 @@ __exportStar(require("../models/FunctionRenameMap"), exports);
|
|
|
272
297
|
__exportStar(require("../models/FunctionSearchResponse"), exports);
|
|
273
298
|
__exportStar(require("../models/FunctionSearchResult"), exports);
|
|
274
299
|
__exportStar(require("../models/FunctionSourceType"), exports);
|
|
300
|
+
__exportStar(require("../models/FunctionStackVariable"), exports);
|
|
275
301
|
__exportStar(require("../models/FunctionString"), exports);
|
|
276
302
|
__exportStar(require("../models/FunctionStringItem"), exports);
|
|
277
303
|
__exportStar(require("../models/FunctionStringsResponse"), exports);
|
|
@@ -286,6 +312,8 @@ __exportStar(require("../models/GetAdditionalDetailsStatusOutputBody"), exports)
|
|
|
286
312
|
__exportStar(require("../models/GetAiDecompilationRatingResponse"), exports);
|
|
287
313
|
__exportStar(require("../models/GetAnalysisStringsStatusOutputBody"), exports);
|
|
288
314
|
__exportStar(require("../models/GetCollectionOutputBody"), exports);
|
|
315
|
+
__exportStar(require("../models/GetMatchesOutputBody"), exports);
|
|
316
|
+
__exportStar(require("../models/GetMatchesStatusOutputBody"), exports);
|
|
289
317
|
__exportStar(require("../models/GetProductsOutputBody"), exports);
|
|
290
318
|
__exportStar(require("../models/GetPublicUserResponse"), exports);
|
|
291
319
|
__exportStar(require("../models/GetSubscriptionOutputBody"), exports);
|
|
@@ -298,15 +326,25 @@ __exportStar(require("../models/IconModel"), exports);
|
|
|
298
326
|
__exportStar(require("../models/ImportModel"), exports);
|
|
299
327
|
__exportStar(require("../models/InlineComment"), exports);
|
|
300
328
|
__exportStar(require("../models/InsertAnalysisLogRequest"), exports);
|
|
329
|
+
__exportStar(require("../models/InviteUserInputBody"), exports);
|
|
330
|
+
__exportStar(require("../models/IssuerAllowedDomain"), exports);
|
|
331
|
+
__exportStar(require("../models/ListAnalysisFunctionsDataTypesOutputBody"), exports);
|
|
332
|
+
__exportStar(require("../models/ListAnalysisFunctionsOutputBody"), exports);
|
|
301
333
|
__exportStar(require("../models/ListAnalysisStringsOutputBody"), exports);
|
|
302
334
|
__exportStar(require("../models/ListCollectionResults"), exports);
|
|
303
335
|
__exportStar(require("../models/ListCollectionsOutputBody"), exports);
|
|
304
336
|
__exportStar(require("../models/ListFunctionStringsOutputBody"), exports);
|
|
337
|
+
__exportStar(require("../models/ListFunctionsDataTypesOutputBody"), exports);
|
|
338
|
+
__exportStar(require("../models/ListTeamsOutputBody"), exports);
|
|
339
|
+
__exportStar(require("../models/ListUsersOutputBody"), exports);
|
|
340
|
+
__exportStar(require("../models/LocationOutputBody"), exports);
|
|
305
341
|
__exportStar(require("../models/Logs"), exports);
|
|
306
342
|
__exportStar(require("../models/MITRETechnique"), exports);
|
|
343
|
+
__exportStar(require("../models/MatchFilters"), exports);
|
|
307
344
|
__exportStar(require("../models/MatchedFunction"), exports);
|
|
308
345
|
__exportStar(require("../models/MatchedFunctionSuggestion"), exports);
|
|
309
346
|
__exportStar(require("../models/MemdumpEntry"), exports);
|
|
347
|
+
__exportStar(require("../models/MessageBody"), exports);
|
|
310
348
|
__exportStar(require("../models/MetaModel"), exports);
|
|
311
349
|
__exportStar(require("../models/ModelName"), exports);
|
|
312
350
|
__exportStar(require("../models/ModelsResponse"), exports);
|
|
@@ -315,11 +353,17 @@ __exportStar(require("../models/MutexEntry"), exports);
|
|
|
315
353
|
__exportStar(require("../models/NameConfidence"), exports);
|
|
316
354
|
__exportStar(require("../models/NameSourceType"), exports);
|
|
317
355
|
__exportStar(require("../models/NetworkActivity"), exports);
|
|
356
|
+
__exportStar(require("../models/OIDCCallbackInputBody"), exports);
|
|
318
357
|
__exportStar(require("../models/Order"), exports);
|
|
358
|
+
__exportStar(require("../models/Organisation"), exports);
|
|
359
|
+
__exportStar(require("../models/OrganisationGroup"), exports);
|
|
360
|
+
__exportStar(require("../models/OrganisationIssuer"), exports);
|
|
361
|
+
__exportStar(require("../models/OrganisationOwner"), exports);
|
|
319
362
|
__exportStar(require("../models/PDBDebugModel"), exports);
|
|
320
363
|
__exportStar(require("../models/PEModel"), exports);
|
|
321
364
|
__exportStar(require("../models/PaginationModel"), exports);
|
|
322
365
|
__exportStar(require("../models/Params"), exports);
|
|
366
|
+
__exportStar(require("../models/PasswordResetInputBody"), exports);
|
|
323
367
|
__exportStar(require("../models/PatchCollectionBinariesInputBody"), exports);
|
|
324
368
|
__exportStar(require("../models/PatchCollectionBinariesOutputBody"), exports);
|
|
325
369
|
__exportStar(require("../models/PatchCollectionInputBody"), exports);
|
|
@@ -328,6 +372,7 @@ __exportStar(require("../models/PatchCollectionTagsInputBody"), exports);
|
|
|
328
372
|
__exportStar(require("../models/PatchCollectionTagsOutputBody"), exports);
|
|
329
373
|
__exportStar(require("../models/PatchCommentBody"), exports);
|
|
330
374
|
__exportStar(require("../models/PcapBodyInfo"), exports);
|
|
375
|
+
__exportStar(require("../models/Permissions"), exports);
|
|
331
376
|
__exportStar(require("../models/Platform"), exports);
|
|
332
377
|
__exportStar(require("../models/PriceOutput"), exports);
|
|
333
378
|
__exportStar(require("../models/PriceSummary"), exports);
|
|
@@ -343,7 +388,9 @@ __exportStar(require("../models/PutAnalysisStringsRequest"), exports);
|
|
|
343
388
|
__exportStar(require("../models/QueuedWorkflowTaskResponse"), exports);
|
|
344
389
|
__exportStar(require("../models/ReAnalysisForm"), exports);
|
|
345
390
|
__exportStar(require("../models/Recent"), exports);
|
|
391
|
+
__exportStar(require("../models/RefreshBody"), exports);
|
|
346
392
|
__exportStar(require("../models/RegenerateOutputBody"), exports);
|
|
393
|
+
__exportStar(require("../models/RegisterUserInputBody"), exports);
|
|
347
394
|
__exportStar(require("../models/RegistryOperation"), exports);
|
|
348
395
|
__exportStar(require("../models/RelativeBinaryResponse"), exports);
|
|
349
396
|
__exportStar(require("../models/RenameAppliedEvent"), exports);
|
|
@@ -354,8 +401,11 @@ __exportStar(require("../models/ReportAnalysisResponse"), exports);
|
|
|
354
401
|
__exportStar(require("../models/ReportEvent"), exports);
|
|
355
402
|
__exportStar(require("../models/ReportInfo"), exports);
|
|
356
403
|
__exportStar(require("../models/ReportOptions"), exports);
|
|
404
|
+
__exportStar(require("../models/RevokeBody"), exports);
|
|
357
405
|
__exportStar(require("../models/SBOM"), exports);
|
|
358
406
|
__exportStar(require("../models/SBOMPackage"), exports);
|
|
407
|
+
__exportStar(require("../models/SSOProvider"), exports);
|
|
408
|
+
__exportStar(require("../models/SSOProvidersOutputBody"), exports);
|
|
359
409
|
__exportStar(require("../models/SandboxOptions"), exports);
|
|
360
410
|
__exportStar(require("../models/SandboxStartMethod"), exports);
|
|
361
411
|
__exportStar(require("../models/SandboxTimeout"), exports);
|
|
@@ -390,6 +440,10 @@ __exportStar(require("../models/SseEventToolCallResultData"), exports);
|
|
|
390
440
|
__exportStar(require("../models/SseEventToolCallStartData"), exports);
|
|
391
441
|
__exportStar(require("../models/SseEventToolConfirmationRequiredData"), exports);
|
|
392
442
|
__exportStar(require("../models/StackVariable"), exports);
|
|
443
|
+
__exportStar(require("../models/StartBatchMatchingInputBody"), exports);
|
|
444
|
+
__exportStar(require("../models/StartMatchingForAnalysisInputBody"), exports);
|
|
445
|
+
__exportStar(require("../models/StartMatchingForFunctionsInputBody"), exports);
|
|
446
|
+
__exportStar(require("../models/StartMatchingOutputBody"), exports);
|
|
393
447
|
__exportStar(require("../models/StartupInfo"), exports);
|
|
394
448
|
__exportStar(require("../models/StatusInput"), exports);
|
|
395
449
|
__exportStar(require("../models/StatusOutput"), exports);
|
|
@@ -412,7 +466,11 @@ __exportStar(require("../models/TaskResponse"), exports);
|
|
|
412
466
|
__exportStar(require("../models/TaskStatus"), exports);
|
|
413
467
|
__exportStar(require("../models/TaskStatusResponse"), exports);
|
|
414
468
|
__exportStar(require("../models/TcpCarvedFile"), exports);
|
|
469
|
+
__exportStar(require("../models/Team"), exports);
|
|
470
|
+
__exportStar(require("../models/TeamMember"), exports);
|
|
415
471
|
__exportStar(require("../models/TimestampModel"), exports);
|
|
472
|
+
__exportStar(require("../models/TokenInputBody"), exports);
|
|
473
|
+
__exportStar(require("../models/TokenResponse"), exports);
|
|
416
474
|
__exportStar(require("../models/TokenisedData"), exports);
|
|
417
475
|
__exportStar(require("../models/TriageFunctionResponse"), exports);
|
|
418
476
|
__exportStar(require("../models/TriageReportResponse"), exports);
|
|
@@ -421,12 +479,24 @@ __exportStar(require("../models/Ttp"), exports);
|
|
|
421
479
|
__exportStar(require("../models/TypeDefinition"), exports);
|
|
422
480
|
__exportStar(require("../models/UpdateDataTypesInputBody"), exports);
|
|
423
481
|
__exportStar(require("../models/UpdateDataTypesOutputBody"), exports);
|
|
482
|
+
__exportStar(require("../models/UpdateIssuerInputBody"), exports);
|
|
483
|
+
__exportStar(require("../models/UpdateOrganisationInputBody"), exports);
|
|
484
|
+
__exportStar(require("../models/UpdatePasswordInputBody"), exports);
|
|
485
|
+
__exportStar(require("../models/UpdateProfileInputBody"), exports);
|
|
486
|
+
__exportStar(require("../models/UpdateTeamInputBody"), exports);
|
|
487
|
+
__exportStar(require("../models/UpdateUserCreditsInputBody"), exports);
|
|
488
|
+
__exportStar(require("../models/UpdateUserInputBody"), exports);
|
|
489
|
+
__exportStar(require("../models/UpdateUserPasswordInputBody"), exports);
|
|
424
490
|
__exportStar(require("../models/UploadFileType"), exports);
|
|
425
491
|
__exportStar(require("../models/UploadResponse"), exports);
|
|
426
492
|
__exportStar(require("../models/UpsertAiDecomplationRatingRequest"), exports);
|
|
427
493
|
__exportStar(require("../models/UpsertOverridesData"), exports);
|
|
428
494
|
__exportStar(require("../models/UpsertOverridesInputBody"), exports);
|
|
495
|
+
__exportStar(require("../models/User"), exports);
|
|
429
496
|
__exportStar(require("../models/UserActivityResponse"), exports);
|
|
497
|
+
__exportStar(require("../models/UserCredits"), exports);
|
|
498
|
+
__exportStar(require("../models/UserIdentity"), exports);
|
|
499
|
+
__exportStar(require("../models/UserProfile"), exports);
|
|
430
500
|
__exportStar(require("../models/Vulnerabilities"), exports);
|
|
431
501
|
__exportStar(require("../models/Vulnerability"), exports);
|
|
432
502
|
__exportStar(require("../models/WarningEvent"), exports);
|
package/dist/models/all.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../models/all.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../models/all.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oEAAiD;AACjD,2EAAwD;AACxD,yEAAsD;AACtD,qDAAkC;AAClC,+DAA4C;AAC5C,qEAAkD;AAClD,8DAA2C;AAC3C,mEAAgD;AAChD,mEAAgD;AAChD,6EAA0D;AAC1D,4EAAyD;AACzD,kEAA+C;AAC/C,6DAA0C;AAC1C,+DAA4C;AAC5C,wEAAqD;AACrD,uEAAoD;AACpD,wEAAqD;AACrD,4EAAyD;AACzD,2DAAwC;AACxC,kEAA+C;AAC/C,mEAAgD;AAChD,mEAAgD;AAChD,kEAA+C;AAC/C,oEAAiD;AACjD,4EAAyD;AACzD,8DAA2C;AAC3C,kEAA+C;AAC/C,+DAA4C;AAC5C,yDAAsC;AACtC,2DAAwC;AACxC,2DAAwC;AACxC,0DAAuC;AACvC,mEAAgD;AAChD,gEAA6C;AAC7C,+DAA4C;AAC5C,oEAAiD;AACjD,0EAAuD;AACvD,yDAAsC;AACtC,kEAA+C;AAC/C,sEAAmD;AACnD,uEAAoD;AACpD,oDAAiC;AACjC,8EAA2D;AAC3D,6EAA0D;AAC1D,gFAA6D;AAC7D,mFAAgE;AAChE,+EAA4D;AAC5D,4EAAyD;AACzD,qDAAkC;AAClC,qDAAkC;AAClC,+DAA4C;AAC5C,gEAA6C;AAC7C,0DAAuC;AACvC,+DAA4C;AAC5C,gEAA6C;AAC7C,yDAAsC;AACtC,wFAAqE;AACrE,oFAAiE;AACjE,+EAA4D;AAC5D,+EAA4D;AAC5D,gFAA6D;AAC7D,0EAAuD;AACvD,8EAA2D;AAC3D,gFAA6D;AAC7D,sFAAmE;AACnE,qEAAkD;AAClD,mFAAgE;AAChE,8DAA2C;AAC3C,sFAAmE;AACnE,iFAA8D;AAC9D,8EAA2D;AAC3D,gFAA6D;AAC7D,6EAA0D;AAC1D,6DAA0C;AAC1C,uFAAoE;AACpE,qEAAkD;AAClD,kFAA+D;AAC/D,8EAA2D;AAC3D,yFAAsE;AACtE,2EAAwD;AACxD,iFAA8D;AAC9D,qFAAkE;AAClE,wEAAqD;AACrD,uEAAoD;AACpD,gEAA6C;AAC7C,6DAA0C;AAC1C,yEAAsD;AACtD,+EAA4D;AAC5D,mFAAgE;AAChE,0EAAuD;AACvD,8EAA2D;AAC3D,+EAA4D;AAC5D,gFAA6D;AAC7D,gFAA6D;AAC7D,kFAA+D;AAC/D,6EAA0D;AAC1D,8EAA2D;AAC3D,2FAAwE;AACxE,8EAA2D;AAC3D,4EAAyD;AACzD,qEAAkD;AAClD,gFAA6D;AAC7D,iEAA8C;AAC9C,iFAA8D;AAC9D,6DAA0C;AAC1C,uEAAoD;AACpD,+DAA4C;AAC5C,mFAAgE;AAChE,+DAA4C;AAC5C,+EAA4D;AAC5D,+DAA4C;AAC5C,4DAAyC;AACzC,0EAAuD;AACvD,qEAAkD;AAClD,2EAAwD;AACxD,6EAA0D;AAC1D,sGAAmF;AACnF,uEAAoD;AACpD,wEAAqD;AACrD,qEAAkD;AAClD,kDAA+B;AAC/B,mEAAgD;AAChD,oEAAiD;AACjD,iEAA8C;AAC9C,4DAAyC;AACzC,kEAA+C;AAC/C,0EAAuD;AACvD,qEAAkD;AAClD,2EAAwD;AACxD,uEAAoD;AACpD,0EAAuD;AACvD,+DAA4C;AAC5C,mDAAgC;AAChC,gFAA6D;AAC7D,qEAAkD;AAClD,yDAAsC;AACtC,kEAA+C;AAC/C,oEAAiD;AACjD,iEAA8C;AAC9C,+DAA4C;AAC5C,6DAA0C;AAC1C,iEAA8C;AAC9C,sEAAmD;AACnD,sEAAmD;AACnD,qDAAkC;AAClC,gEAA6C;AAC7C,+DAA4C;AAC5C,2EAAwD;AACxD,+DAA4C;AAC5C,yDAAsC;AACtC,sEAAmD;AACnD,mEAAgD;AAChD,4DAAyC;AACzC,kEAA+C;AAC/C,+DAA4C;AAC5C,4EAAyD;AACzD,6EAA0D;AAC1D,qEAAkD;AAClD,oEAAiD;AACjD,+DAA4C;AAC5C,mEAAgD;AAChD,+DAA4C;AAC5C,4EAAyD;AACzD,4DAAyC;AACzC,qEAAkD;AAClD,mEAAgD;AAChD,wEAAqD;AACrD,yEAAsD;AACtD,oEAAiD;AACjD,wDAAqC;AACrC,4DAAyC;AACzC,iEAA8C;AAC9C,yDAAsC;AACtC,2DAAwC;AACxC,iEAA8C;AAC9C,uDAAoC;AACpC,+DAA4C;AAC5C,oDAAiC;AACjC,yDAAsC;AACtC,gEAA6C;AAC7C,mEAAgD;AAChD,qEAAkD;AAClD,2EAAwD;AACxD,sEAAmD;AACnD,uEAAoD;AACpD,sEAAmD;AACnD,iEAA8C;AAC9C,oEAAiD;AACjD,kEAA+C;AAC/C,wEAAqD;AACrD,yEAAsD;AACtD,gEAA6C;AAC7C,gEAA6C;AAC7C,oDAAiC;AACjC,2DAAwC;AACxC,8DAA2C;AAC3C,gEAA6C;AAC7C,wEAAqD;AACrD,8DAA2C;AAC3C,qDAAkC;AAClC,kEAA+C;AAC/C,qDAAkC;AAClC,gEAA6C;AAC7C,mEAAgD;AAChD,2EAAwD;AACxD,2DAAwC;AACxC,qDAAkC;AAClC,0DAAuC;AACvC,uDAAoC;AACpC,wDAAqC;AACrC,uDAAoC;AACpC,sDAAmC;AACnC,4DAAyC;AACzC,4DAAyC;AACzC,wDAAqC;AACrC,sDAAmC;AACnC,uDAAoC;AACpC,kDAA+B;AAC/B,+DAA4C;AAC5C,gEAA6C;AAC7C,kEAA+C;AAC/C,8DAA2C;AAC3C,gEAA6C;AAC7C,uDAAoC;AACpC,8DAA2C;AAC3C,0DAAuC;AACvC,6DAA0C;AAC1C,4DAAyC;AACzC,+DAA4C;AAC5C,8DAA2C;AAC3C,6DAA0C;AAC1C,6DAA0C;AAC1C,6DAA0C;AAC1C,oEAAiD;AACjD,gEAA6C;AAC7C,kEAA+C;AAC/C,8DAA2C;AAC3C,mEAAgD;AAChD,6DAA0C;AAC1C,gEAA6C;AAC7C,+DAA4C;AAC5C,0EAAuD;AACvD,yDAAsC;AACtC,wDAAqC;AACrC,6DAA0C;AAC1C,yDAAsC;AACtC,8DAA2C;AAC3C,uDAAoC;AACpC,uDAAoC;AACpC,yDAAsC;AACtC,oDAAiC;AACjC,qDAAkC;AAClC,6DAA0C;AAC1C,6EAA0D;AAC1D,kEAA+C;AAC/C,mEAAgD;AAChD,6DAA0C;AAC1C,8DAA2C;AAC3C,uEAAoD;AACpD,8DAA2C;AAC3C,kEAA+C;AAC/C,sEAAmD;AACnD,oEAAiD;AACjD,oEAAiD;AACjD,+DAA4C;AAC5C,sEAAmD;AACnD,2DAAwC;AACxC,yDAAsC;AACtC,sEAAmD;AACnD,6DAA0C;AAC1C,0EAAuD;AACvD,4DAAyC;AACzC,0DAAuC;AACvC,oEAAiD;AACjD,oEAAiD;AACjD,qEAAkD;AAClD,gEAA6C;AAC7C,kEAA+C;AAC/C,2DAAwC;AACxC,8DAA2C;AAC3C,mEAAgD;AAChD,iEAA8C;AAC9C,+DAA4C;AAC5C,kEAA+C;AAC/C,2DAAwC;AACxC,+DAA4C;AAC5C,oEAAiD;AACjD,yDAAsC;AACtC,oEAAiD;AACjD,gEAA6C;AAC7C,sEAAmD;AACnD,kEAA+C;AAC/C,iEAA8C;AAC9C,2EAAwD;AACxD,iFAA8D;AAC9D,6EAA0D;AAC1D,+EAA4D;AAC5D,oEAAiD;AACjD,iEAA8C;AAC9C,uEAAoD;AACpD,kEAA+C;AAC/C,kEAA+C;AAC/C,sEAAmD;AACnD,2DAAwC;AACxC,yDAAsC;AACtC,wDAAqC;AACrC,gDAA6B;AAC7B,gDAA6B;AAC7B,sDAAmC;AACnC,wDAAqC;AACrC,0DAAuC;AACvC,qEAAkD;AAClD,gEAA6C;AAC7C,gEAA6C;AAC7C,qFAAkE;AAClE,4EAAyD;AACzD,0EAAuD;AACvD,kEAA+C;AAC/C,sEAAmD;AACnD,0EAAuD;AACvD,6EAA0D;AAC1D,gEAA6C;AAC7C,gEAA6C;AAC7C,+DAA4C;AAC5C,iDAA8B;AAC9B,2DAAwC;AACxC,yDAAsC;AACtC,4DAAyC;AACzC,sEAAmD;AACnD,yDAAsC;AACtC,wDAAqC;AACrC,sDAAmC;AACnC,sDAAmC;AACnC,2DAAwC;AACxC,4DAAyC;AACzC,uDAAoC;AACpC,2DAAwC;AACxC,2DAAwC;AACxC,4DAAyC;AACzC,kEAA+C;AAC/C,kDAA+B;AAC/B,yDAAsC;AACtC,8DAA2C;AAC3C,+DAA4C;AAC5C,8DAA2C;AAC3C,0DAAuC;AACvC,oDAAiC;AACjC,4DAAyC;AACzC,mDAAgC;AAChC,mEAAgD;AAChD,6EAA0D;AAC1D,8EAA2D;AAC3D,qEAAkD;AAClD,sEAAmD;AACnD,yEAAsD;AACtD,0EAAuD;AACvD,6DAA0C;AAC1C,yDAAsC;AACtC,wDAAqC;AACrC,qDAAkC;AAClC,wDAAqC;AACrC,yDAAsC;AACtC,iEAA8C;AAC9C,4DAAyC;AACzC,wDAAqC;AACrC,wDAAqC;AACrC,0DAAuC;AACvC,2DAAwC;AACxC,4DAAyC;AACzC,uDAAoC;AACpC,sEAAmD;AACnD,uEAAoD;AACpD,2DAAwC;AACxC,mDAAgC;AAChC,wDAAqC;AACrC,iEAA8C;AAC9C,kEAA+C;AAC/C,8DAA2C;AAC3C,mEAAgD;AAChD,+DAA4C;AAC5C,4DAAyC;AACzC,6DAA0C;AAC1C,6DAA0C;AAC1C,mEAAgD;AAChD,wDAAqC;AACrC,uDAAoC;AACpC,0DAAuC;AACvC,uDAAoC;AACpC,iDAA8B;AAC9B,wDAAqC;AACrC,wDAAqC;AACrC,mEAAgD;AAChD,2DAAwC;AACxC,+DAA4C;AAC5C,2DAAwC;AACxC,+DAA4C;AAC5C,mEAAgD;AAChD,yDAAsC;AACtC,0DAAuC;AACvC,wDAAqC;AACrC,+DAA4C;AAC5C,yDAAsC;AACtC,8DAA2C;AAC3C,uEAAoD;AACpD,qEAAkD;AAClD,gEAA6C;AAC7C,+DAA4C;AAC5C,6DAA0C;AAC1C,6DAA0C;AAC1C,yEAAsD;AACtD,qEAAkD;AAClD,iEAA8C;AAC9C,oEAAiD;AACjD,mEAAgD;AAChD,qEAAkD;AAClD,oEAAiD;AACjD,2EAAwD;AACxD,uEAAoD;AACpD,yEAAsD;AACtD,qEAAkD;AAClD,0EAAuD;AACvD,oEAAiD;AACjD,uEAAoD;AACpD,sEAAmD;AACnD,iFAA8D;AAC9D,0DAAuC;AACvC,wEAAqD;AACrD,8EAA2D;AAC3D,+EAA4D;AAC5D,oEAAiD;AACjD,wDAAqC;AACrC,wDAAqC;AACrC,yDAAsC;AACtC,2DAAwC;AACxC,kFAA+D;AAC/D,yEAAsD;AACtD,4DAAyC;AACzC,yDAAsC;AACtC,sDAAmC;AACnC,4DAAyC;AACzC,sEAAmD;AACnD,wDAAqC;AACrC,oDAAiC;AACjC,gDAA6B;AAC7B,oDAAiC;AACjC,wDAAqC;AACrC,8DAA2C;AAC3C,4DAAyC;AACzC,yDAAsC;AACtC,uDAAoC;AACpC,+DAA4C;AAC5C,0DAAuC;AACvC,iDAA8B;AAC9B,uDAAoC;AACpC,2DAAwC;AACxC,2DAAwC;AACxC,0DAAuC;AACvC,0DAAuC;AACvC,mEAAgD;AAChD,iEAA8C;AAC9C,6EAA0D;AAC1D,gDAA6B;AAC7B,2DAAwC;AACxC,qEAAkD;AAClD,sEAAmD;AACnD,kEAA+C;AAC/C,wEAAqD;AACrD,oEAAiD;AACjD,mEAAgD;AAChD,gEAA6C;AAC7C,uEAAoD;AACpD,gEAA6C;AAC7C,wEAAqD;AACrD,2DAAwC;AACxC,2DAAwC;AACxC,8EAA2D;AAC3D,gEAA6C;AAC7C,qEAAkD;AAClD,iDAA8B;AAC9B,iEAA8C;AAC9C,wDAAqC;AACrC,yDAAsC;AACtC,wDAAqC;AACrC,4DAAyC;AACzC,0DAAuC;AACvC,yDAAsC;AACtC,6DAA0C;AAC1C,sDAAmC;AACnC,6DAA0C;AAC1C,yDAAsC;AACtC,2DAAwC"}
|
|
@@ -84,6 +84,8 @@ import { BatchRenameOutputBody } from '../models/BatchRenameOutputBody';
|
|
|
84
84
|
import { BatchUpdateDataTypesInputBody } from '../models/BatchUpdateDataTypesInputBody';
|
|
85
85
|
import { BatchUpdateDataTypesOutputBody } from '../models/BatchUpdateDataTypesOutputBody';
|
|
86
86
|
import { BulkDeleteAnalysesRequest } from '../models/BulkDeleteAnalysesRequest';
|
|
87
|
+
import { CallEdgesOutputBody } from '../models/CallEdgesOutputBody';
|
|
88
|
+
import { CapabilitiesOutputBody } from '../models/CapabilitiesOutputBody';
|
|
87
89
|
import { CollectionBinariesUpdateRequest } from '../models/CollectionBinariesUpdateRequest';
|
|
88
90
|
import { CollectionCreateRequest } from '../models/CollectionCreateRequest';
|
|
89
91
|
import { CollectionTagsUpdateRequest } from '../models/CollectionTagsUpdateRequest';
|
|
@@ -98,11 +100,14 @@ import { CreateAIDecompOutputBody } from '../models/CreateAIDecompOutputBody';
|
|
|
98
100
|
import { CreateCollectionInputBody } from '../models/CreateCollectionInputBody';
|
|
99
101
|
import { CreateCollectionOutputBody } from '../models/CreateCollectionOutputBody';
|
|
100
102
|
import { CreateConversationRequest } from '../models/CreateConversationRequest';
|
|
103
|
+
import { DataTypesEntry } from '../models/DataTypesEntry';
|
|
101
104
|
import { DecompilationData } from '../models/DecompilationData';
|
|
105
|
+
import { DisassemblyOutputBody } from '../models/DisassemblyOutputBody';
|
|
102
106
|
import { DynamicExecutionStatus } from '../models/DynamicExecutionStatus';
|
|
103
107
|
import { DynamicExecutionStatusResponse } from '../models/DynamicExecutionStatusResponse';
|
|
104
108
|
import { Filters } from '../models/Filters';
|
|
105
109
|
import { FunctionDataTypesParams } from '../models/FunctionDataTypesParams';
|
|
110
|
+
import { FunctionDetailsOutputBody } from '../models/FunctionDetailsOutputBody';
|
|
106
111
|
import { FunctionMatchingRequest } from '../models/FunctionMatchingRequest';
|
|
107
112
|
import { FunctionMatchingResponse } from '../models/FunctionMatchingResponse';
|
|
108
113
|
import { FunctionRename } from '../models/FunctionRename';
|
|
@@ -112,11 +117,16 @@ import { GetAdditionalDetailsOutputBody } from '../models/GetAdditionalDetailsOu
|
|
|
112
117
|
import { GetAdditionalDetailsStatusOutputBody } from '../models/GetAdditionalDetailsStatusOutputBody';
|
|
113
118
|
import { GetAnalysisStringsStatusOutputBody } from '../models/GetAnalysisStringsStatusOutputBody';
|
|
114
119
|
import { GetCollectionOutputBody } from '../models/GetCollectionOutputBody';
|
|
120
|
+
import { GetMatchesOutputBody } from '../models/GetMatchesOutputBody';
|
|
121
|
+
import { GetMatchesStatusOutputBody } from '../models/GetMatchesStatusOutputBody';
|
|
115
122
|
import { HistoryEntry } from '../models/HistoryEntry';
|
|
116
123
|
import { InsertAnalysisLogRequest } from '../models/InsertAnalysisLogRequest';
|
|
124
|
+
import { ListAnalysisFunctionsDataTypesOutputBody } from '../models/ListAnalysisFunctionsDataTypesOutputBody';
|
|
125
|
+
import { ListAnalysisFunctionsOutputBody } from '../models/ListAnalysisFunctionsOutputBody';
|
|
117
126
|
import { ListAnalysisStringsOutputBody } from '../models/ListAnalysisStringsOutputBody';
|
|
118
127
|
import { ListCollectionsOutputBody } from '../models/ListCollectionsOutputBody';
|
|
119
128
|
import { ListFunctionStringsOutputBody } from '../models/ListFunctionStringsOutputBody';
|
|
129
|
+
import { ListFunctionsDataTypesOutputBody } from '../models/ListFunctionsDataTypesOutputBody';
|
|
120
130
|
import { ModelName } from '../models/ModelName';
|
|
121
131
|
import { Order } from '../models/Order';
|
|
122
132
|
import { PatchCollectionBinariesInputBody } from '../models/PatchCollectionBinariesInputBody';
|
|
@@ -126,6 +136,7 @@ import { PatchCollectionOutputBody } from '../models/PatchCollectionOutputBody';
|
|
|
126
136
|
import { PatchCollectionTagsInputBody } from '../models/PatchCollectionTagsInputBody';
|
|
127
137
|
import { PatchCollectionTagsOutputBody } from '../models/PatchCollectionTagsOutputBody';
|
|
128
138
|
import { PatchCommentBody } from '../models/PatchCommentBody';
|
|
139
|
+
import { Permissions } from '../models/Permissions';
|
|
129
140
|
import { PutAnalysisStringsRequest } from '../models/PutAnalysisStringsRequest';
|
|
130
141
|
import { QueuedWorkflowTaskResponse } from '../models/QueuedWorkflowTaskResponse';
|
|
131
142
|
import { ReAnalysisForm } from '../models/ReAnalysisForm';
|
|
@@ -133,6 +144,9 @@ import { RegenerateOutputBody } from '../models/RegenerateOutputBody';
|
|
|
133
144
|
import { RenameInputBody } from '../models/RenameInputBody';
|
|
134
145
|
import { RenameOutputBody } from '../models/RenameOutputBody';
|
|
135
146
|
import { SendMessageRequest } from '../models/SendMessageRequest';
|
|
147
|
+
import { StartMatchingForAnalysisInputBody } from '../models/StartMatchingForAnalysisInputBody';
|
|
148
|
+
import { StartMatchingForFunctionsInputBody } from '../models/StartMatchingForFunctionsInputBody';
|
|
149
|
+
import { StartMatchingOutputBody } from '../models/StartMatchingOutputBody';
|
|
136
150
|
import { StatusInput } from '../models/StatusInput';
|
|
137
151
|
import { StatusResponse } from '../models/StatusResponse';
|
|
138
152
|
import { StreamAiDecompilation200ResponseInner } from '../models/StreamAiDecompilation200ResponseInner';
|
|
@@ -145,6 +159,7 @@ import { UploadFileType } from '../models/UploadFileType';
|
|
|
145
159
|
import { UpsertAiDecomplationRatingRequest } from '../models/UpsertAiDecomplationRatingRequest';
|
|
146
160
|
import { UpsertOverridesData } from '../models/UpsertOverridesData';
|
|
147
161
|
import { UpsertOverridesInputBody } from '../models/UpsertOverridesInputBody';
|
|
162
|
+
import { User } from '../models/User';
|
|
148
163
|
import { WorkflowProgress } from '../models/WorkflowProgress';
|
|
149
164
|
import { Workspace } from '../models/Workspace';
|
|
150
165
|
import { AgentApiRequestFactory, AgentApiResponseProcessor } from "../apis/AgentApi";
|
|
@@ -266,6 +281,12 @@ export interface AnalysesCoreApiGetAnalysisBytesRequest {
|
|
|
266
281
|
export interface AnalysesCoreApiGetAnalysisFunctionMapRequest {
|
|
267
282
|
analysisId: number;
|
|
268
283
|
}
|
|
284
|
+
export interface AnalysesCoreApiGetAnalysisFunctionMatchesRequest {
|
|
285
|
+
analysisId: number;
|
|
286
|
+
}
|
|
287
|
+
export interface AnalysesCoreApiGetAnalysisFunctionMatchingStatusRequest {
|
|
288
|
+
analysisId: number;
|
|
289
|
+
}
|
|
269
290
|
export interface AnalysesCoreApiGetAnalysisLogsRequest {
|
|
270
291
|
analysisId: number;
|
|
271
292
|
}
|
|
@@ -310,6 +331,10 @@ export interface AnalysesCoreApiRequeueAnalysisRequest {
|
|
|
310
331
|
reAnalysisForm: ReAnalysisForm;
|
|
311
332
|
xRevEngApplication?: string;
|
|
312
333
|
}
|
|
334
|
+
export interface AnalysesCoreApiStartAnalysisFunctionMatchingRequest {
|
|
335
|
+
analysisId: number;
|
|
336
|
+
startMatchingForAnalysisInputBody: StartMatchingForAnalysisInputBody;
|
|
337
|
+
}
|
|
313
338
|
export interface AnalysesCoreApiUpdateAnalysisRequest {
|
|
314
339
|
analysisId: number;
|
|
315
340
|
analysisUpdateRequest: AnalysisUpdateRequest;
|
|
@@ -357,6 +382,10 @@ export declare class ObjectAnalysesCoreApi {
|
|
|
357
382
|
getAnalysisBytes(param: AnalysesCoreApiGetAnalysisBytesRequest, options?: ConfigurationOptions): Promise<void>;
|
|
358
383
|
getAnalysisFunctionMapWithHttpInfo(param: AnalysesCoreApiGetAnalysisFunctionMapRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisFunctionMapping>>;
|
|
359
384
|
getAnalysisFunctionMap(param: AnalysesCoreApiGetAnalysisFunctionMapRequest, options?: ConfigurationOptions): Promise<BaseResponseAnalysisFunctionMapping>;
|
|
385
|
+
getAnalysisFunctionMatchesWithHttpInfo(param: AnalysesCoreApiGetAnalysisFunctionMatchesRequest, options?: ConfigurationOptions): Promise<HttpInfo<GetMatchesOutputBody>>;
|
|
386
|
+
getAnalysisFunctionMatches(param: AnalysesCoreApiGetAnalysisFunctionMatchesRequest, options?: ConfigurationOptions): Promise<GetMatchesOutputBody>;
|
|
387
|
+
getAnalysisFunctionMatchingStatusWithHttpInfo(param: AnalysesCoreApiGetAnalysisFunctionMatchingStatusRequest, options?: ConfigurationOptions): Promise<HttpInfo<GetMatchesStatusOutputBody>>;
|
|
388
|
+
getAnalysisFunctionMatchingStatus(param: AnalysesCoreApiGetAnalysisFunctionMatchingStatusRequest, options?: ConfigurationOptions): Promise<GetMatchesStatusOutputBody>;
|
|
360
389
|
getAnalysisLogsWithHttpInfo(param: AnalysesCoreApiGetAnalysisLogsRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseLogs>>;
|
|
361
390
|
getAnalysisLogs(param: AnalysesCoreApiGetAnalysisLogsRequest, options?: ConfigurationOptions): Promise<BaseResponseLogs>;
|
|
362
391
|
getAnalysisParamsWithHttpInfo(param: AnalysesCoreApiGetAnalysisParamsRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseParams>>;
|
|
@@ -377,6 +406,8 @@ export declare class ObjectAnalysesCoreApi {
|
|
|
377
406
|
putAnalysisStrings(param: AnalysesCoreApiPutAnalysisStringsRequest, options?: ConfigurationOptions): Promise<BaseResponse>;
|
|
378
407
|
requeueAnalysisWithHttpInfo(param: AnalysesCoreApiRequeueAnalysisRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseCreated>>;
|
|
379
408
|
requeueAnalysis(param: AnalysesCoreApiRequeueAnalysisRequest, options?: ConfigurationOptions): Promise<BaseResponseCreated>;
|
|
409
|
+
startAnalysisFunctionMatchingWithHttpInfo(param: AnalysesCoreApiStartAnalysisFunctionMatchingRequest, options?: ConfigurationOptions): Promise<HttpInfo<StartMatchingOutputBody>>;
|
|
410
|
+
startAnalysisFunctionMatching(param: AnalysesCoreApiStartAnalysisFunctionMatchingRequest, options?: ConfigurationOptions): Promise<StartMatchingOutputBody>;
|
|
380
411
|
updateAnalysisWithHttpInfo(param: AnalysesCoreApiUpdateAnalysisRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisDetailResponse>>;
|
|
381
412
|
updateAnalysis(param: AnalysesCoreApiUpdateAnalysisRequest, options?: ConfigurationOptions): Promise<BaseResponseAnalysisDetailResponse>;
|
|
382
413
|
updateAnalysisTagsWithHttpInfo(param: AnalysesCoreApiUpdateAnalysisTagsRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisUpdateTagsResponse>>;
|
|
@@ -840,18 +871,30 @@ export interface FunctionsCoreApiGetAnalysisStringsStatusRequest {
|
|
|
840
871
|
export interface FunctionsCoreApiGetFunctionBlocksRequest {
|
|
841
872
|
functionId: number;
|
|
842
873
|
}
|
|
874
|
+
export interface FunctionsCoreApiGetFunctionBlocks0Request {
|
|
875
|
+
functionId: number;
|
|
876
|
+
}
|
|
843
877
|
export interface FunctionsCoreApiGetFunctionCalleesCallersRequest {
|
|
844
878
|
functionId: number;
|
|
845
879
|
}
|
|
846
880
|
export interface FunctionsCoreApiGetFunctionCalleesCallersBulkRequest {
|
|
847
881
|
functionIds: Array<number>;
|
|
848
882
|
}
|
|
883
|
+
export interface FunctionsCoreApiGetFunctionCalleesCallers0Request {
|
|
884
|
+
functionId: number;
|
|
885
|
+
}
|
|
849
886
|
export interface FunctionsCoreApiGetFunctionCapabilitiesRequest {
|
|
850
887
|
functionId: number;
|
|
851
888
|
}
|
|
889
|
+
export interface FunctionsCoreApiGetFunctionCapabilities0Request {
|
|
890
|
+
functionId: number;
|
|
891
|
+
}
|
|
852
892
|
export interface FunctionsCoreApiGetFunctionDetailsRequest {
|
|
853
893
|
functionId: number;
|
|
854
894
|
}
|
|
895
|
+
export interface FunctionsCoreApiGetFunctionDetails0Request {
|
|
896
|
+
functionId: number;
|
|
897
|
+
}
|
|
855
898
|
export interface FunctionsCoreApiGetFunctionStringsRequest {
|
|
856
899
|
functionId: number;
|
|
857
900
|
page?: number;
|
|
@@ -864,6 +907,23 @@ export interface FunctionsCoreApiGetFunctionStrings0Request {
|
|
|
864
907
|
pageSize?: number;
|
|
865
908
|
search?: string;
|
|
866
909
|
}
|
|
910
|
+
export interface FunctionsCoreApiGetFunctionsCalleesCallersRequest {
|
|
911
|
+
functionIds: Array<number>;
|
|
912
|
+
}
|
|
913
|
+
export interface FunctionsCoreApiGetFunctionsMatchesRequest {
|
|
914
|
+
functionIds: Array<number>;
|
|
915
|
+
}
|
|
916
|
+
export interface FunctionsCoreApiGetFunctionsMatchingStatusRequest {
|
|
917
|
+
functionIds: Array<number>;
|
|
918
|
+
}
|
|
919
|
+
export interface FunctionsCoreApiListAnalysisFunctionsRequest {
|
|
920
|
+
analysisId: number;
|
|
921
|
+
offset?: number;
|
|
922
|
+
limit?: number;
|
|
923
|
+
}
|
|
924
|
+
export interface FunctionsCoreApiStartFunctionsMatchingRequest {
|
|
925
|
+
startMatchingForFunctionsInputBody: StartMatchingForFunctionsInputBody;
|
|
926
|
+
}
|
|
867
927
|
export declare class ObjectFunctionsCoreApi {
|
|
868
928
|
private api;
|
|
869
929
|
constructor(configuration: Configuration, requestFactory?: FunctionsCoreApiRequestFactory, responseProcessor?: FunctionsCoreApiResponseProcessor);
|
|
@@ -897,18 +957,36 @@ export declare class ObjectFunctionsCoreApi {
|
|
|
897
957
|
getAnalysisStringsStatus(param: FunctionsCoreApiGetAnalysisStringsStatusRequest, options?: ConfigurationOptions): Promise<BaseResponseAnalysisStringsStatusResponse>;
|
|
898
958
|
getFunctionBlocksWithHttpInfo(param: FunctionsCoreApiGetFunctionBlocksRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseFunctionBlocksResponse>>;
|
|
899
959
|
getFunctionBlocks(param: FunctionsCoreApiGetFunctionBlocksRequest, options?: ConfigurationOptions): Promise<BaseResponseFunctionBlocksResponse>;
|
|
960
|
+
getFunctionBlocks_1WithHttpInfo(param: FunctionsCoreApiGetFunctionBlocks0Request, options?: ConfigurationOptions): Promise<HttpInfo<DisassemblyOutputBody>>;
|
|
961
|
+
getFunctionBlocks_1(param: FunctionsCoreApiGetFunctionBlocks0Request, options?: ConfigurationOptions): Promise<DisassemblyOutputBody>;
|
|
900
962
|
getFunctionCalleesCallersWithHttpInfo(param: FunctionsCoreApiGetFunctionCalleesCallersRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseCalleesCallerFunctionsResponse>>;
|
|
901
963
|
getFunctionCalleesCallers(param: FunctionsCoreApiGetFunctionCalleesCallersRequest, options?: ConfigurationOptions): Promise<BaseResponseCalleesCallerFunctionsResponse>;
|
|
902
964
|
getFunctionCalleesCallersBulkWithHttpInfo(param: FunctionsCoreApiGetFunctionCalleesCallersBulkRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseListCalleesCallerFunctionsResponse>>;
|
|
903
965
|
getFunctionCalleesCallersBulk(param: FunctionsCoreApiGetFunctionCalleesCallersBulkRequest, options?: ConfigurationOptions): Promise<BaseResponseListCalleesCallerFunctionsResponse>;
|
|
966
|
+
getFunctionCalleesCallers_2WithHttpInfo(param: FunctionsCoreApiGetFunctionCalleesCallers0Request, options?: ConfigurationOptions): Promise<HttpInfo<CallEdgesOutputBody>>;
|
|
967
|
+
getFunctionCalleesCallers_2(param: FunctionsCoreApiGetFunctionCalleesCallers0Request, options?: ConfigurationOptions): Promise<CallEdgesOutputBody>;
|
|
904
968
|
getFunctionCapabilitiesWithHttpInfo(param: FunctionsCoreApiGetFunctionCapabilitiesRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseFunctionCapabilityResponse>>;
|
|
905
969
|
getFunctionCapabilities(param: FunctionsCoreApiGetFunctionCapabilitiesRequest, options?: ConfigurationOptions): Promise<BaseResponseFunctionCapabilityResponse>;
|
|
970
|
+
getFunctionCapabilities_3WithHttpInfo(param: FunctionsCoreApiGetFunctionCapabilities0Request, options?: ConfigurationOptions): Promise<HttpInfo<CapabilitiesOutputBody>>;
|
|
971
|
+
getFunctionCapabilities_3(param: FunctionsCoreApiGetFunctionCapabilities0Request, options?: ConfigurationOptions): Promise<CapabilitiesOutputBody>;
|
|
906
972
|
getFunctionDetailsWithHttpInfo(param: FunctionsCoreApiGetFunctionDetailsRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseFunctionsDetailResponse>>;
|
|
907
973
|
getFunctionDetails(param: FunctionsCoreApiGetFunctionDetailsRequest, options?: ConfigurationOptions): Promise<BaseResponseFunctionsDetailResponse>;
|
|
974
|
+
getFunctionDetails_4WithHttpInfo(param: FunctionsCoreApiGetFunctionDetails0Request, options?: ConfigurationOptions): Promise<HttpInfo<FunctionDetailsOutputBody>>;
|
|
975
|
+
getFunctionDetails_4(param: FunctionsCoreApiGetFunctionDetails0Request, options?: ConfigurationOptions): Promise<FunctionDetailsOutputBody>;
|
|
908
976
|
getFunctionStringsWithHttpInfo(param: FunctionsCoreApiGetFunctionStringsRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseFunctionStringsResponse>>;
|
|
909
977
|
getFunctionStrings(param: FunctionsCoreApiGetFunctionStringsRequest, options?: ConfigurationOptions): Promise<BaseResponseFunctionStringsResponse>;
|
|
910
|
-
|
|
911
|
-
|
|
978
|
+
getFunctionStrings_5WithHttpInfo(param: FunctionsCoreApiGetFunctionStrings0Request, options?: ConfigurationOptions): Promise<HttpInfo<ListFunctionStringsOutputBody>>;
|
|
979
|
+
getFunctionStrings_5(param: FunctionsCoreApiGetFunctionStrings0Request, options?: ConfigurationOptions): Promise<ListFunctionStringsOutputBody>;
|
|
980
|
+
getFunctionsCalleesCallersWithHttpInfo(param: FunctionsCoreApiGetFunctionsCalleesCallersRequest, options?: ConfigurationOptions): Promise<HttpInfo<CallEdgesOutputBody>>;
|
|
981
|
+
getFunctionsCalleesCallers(param: FunctionsCoreApiGetFunctionsCalleesCallersRequest, options?: ConfigurationOptions): Promise<CallEdgesOutputBody>;
|
|
982
|
+
getFunctionsMatchesWithHttpInfo(param: FunctionsCoreApiGetFunctionsMatchesRequest, options?: ConfigurationOptions): Promise<HttpInfo<GetMatchesOutputBody>>;
|
|
983
|
+
getFunctionsMatches(param: FunctionsCoreApiGetFunctionsMatchesRequest, options?: ConfigurationOptions): Promise<GetMatchesOutputBody>;
|
|
984
|
+
getFunctionsMatchingStatusWithHttpInfo(param: FunctionsCoreApiGetFunctionsMatchingStatusRequest, options?: ConfigurationOptions): Promise<HttpInfo<GetMatchesStatusOutputBody>>;
|
|
985
|
+
getFunctionsMatchingStatus(param: FunctionsCoreApiGetFunctionsMatchingStatusRequest, options?: ConfigurationOptions): Promise<GetMatchesStatusOutputBody>;
|
|
986
|
+
listAnalysisFunctionsWithHttpInfo(param: FunctionsCoreApiListAnalysisFunctionsRequest, options?: ConfigurationOptions): Promise<HttpInfo<ListAnalysisFunctionsOutputBody>>;
|
|
987
|
+
listAnalysisFunctions(param: FunctionsCoreApiListAnalysisFunctionsRequest, options?: ConfigurationOptions): Promise<ListAnalysisFunctionsOutputBody>;
|
|
988
|
+
startFunctionsMatchingWithHttpInfo(param: FunctionsCoreApiStartFunctionsMatchingRequest, options?: ConfigurationOptions): Promise<HttpInfo<StartMatchingOutputBody>>;
|
|
989
|
+
startFunctionsMatching(param: FunctionsCoreApiStartFunctionsMatchingRequest, options?: ConfigurationOptions): Promise<StartMatchingOutputBody>;
|
|
912
990
|
}
|
|
913
991
|
import { FunctionsDataTypesApiRequestFactory, FunctionsDataTypesApiResponseProcessor } from "../apis/FunctionsDataTypesApi";
|
|
914
992
|
export interface FunctionsDataTypesApiBatchUpdateFunctionDataTypesRequest {
|
|
@@ -926,6 +1004,15 @@ export interface FunctionsDataTypesApiGetFunctionDataTypesRequest {
|
|
|
926
1004
|
analysisId: number;
|
|
927
1005
|
functionId: number;
|
|
928
1006
|
}
|
|
1007
|
+
export interface FunctionsDataTypesApiGetFunctionDataTypes0Request {
|
|
1008
|
+
analysisId: number;
|
|
1009
|
+
functionId: number;
|
|
1010
|
+
}
|
|
1011
|
+
export interface FunctionsDataTypesApiListAnalysisFunctionsDataTypesRequest {
|
|
1012
|
+
analysisId: number;
|
|
1013
|
+
offset?: number;
|
|
1014
|
+
limit?: number;
|
|
1015
|
+
}
|
|
929
1016
|
export interface FunctionsDataTypesApiListFunctionDataTypesForAnalysisRequest {
|
|
930
1017
|
analysisId: number;
|
|
931
1018
|
functionIds?: Array<number>;
|
|
@@ -933,6 +1020,9 @@ export interface FunctionsDataTypesApiListFunctionDataTypesForAnalysisRequest {
|
|
|
933
1020
|
export interface FunctionsDataTypesApiListFunctionDataTypesForFunctionsRequest {
|
|
934
1021
|
functionIds?: Array<number>;
|
|
935
1022
|
}
|
|
1023
|
+
export interface FunctionsDataTypesApiListFunctionsDataTypesRequest {
|
|
1024
|
+
functionIds: Array<number>;
|
|
1025
|
+
}
|
|
936
1026
|
export declare class ObjectFunctionsDataTypesApi {
|
|
937
1027
|
private api;
|
|
938
1028
|
constructor(configuration: Configuration, requestFactory?: FunctionsDataTypesApiRequestFactory, responseProcessor?: FunctionsDataTypesApiResponseProcessor);
|
|
@@ -944,10 +1034,16 @@ export declare class ObjectFunctionsDataTypesApi {
|
|
|
944
1034
|
generateFunctionDataTypesForFunctions(param: FunctionsDataTypesApiGenerateFunctionDataTypesForFunctionsRequest, options?: ConfigurationOptions): Promise<BaseResponseGenerationStatusList>;
|
|
945
1035
|
getFunctionDataTypesWithHttpInfo(param: FunctionsDataTypesApiGetFunctionDataTypesRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseFunctionDataTypes>>;
|
|
946
1036
|
getFunctionDataTypes(param: FunctionsDataTypesApiGetFunctionDataTypesRequest, options?: ConfigurationOptions): Promise<BaseResponseFunctionDataTypes>;
|
|
1037
|
+
getFunctionDataTypes_1WithHttpInfo(param: FunctionsDataTypesApiGetFunctionDataTypes0Request, options?: ConfigurationOptions): Promise<HttpInfo<DataTypesEntry>>;
|
|
1038
|
+
getFunctionDataTypes_1(param: FunctionsDataTypesApiGetFunctionDataTypes0Request, options?: ConfigurationOptions): Promise<DataTypesEntry>;
|
|
1039
|
+
listAnalysisFunctionsDataTypesWithHttpInfo(param: FunctionsDataTypesApiListAnalysisFunctionsDataTypesRequest, options?: ConfigurationOptions): Promise<HttpInfo<ListAnalysisFunctionsDataTypesOutputBody>>;
|
|
1040
|
+
listAnalysisFunctionsDataTypes(param: FunctionsDataTypesApiListAnalysisFunctionsDataTypesRequest, options?: ConfigurationOptions): Promise<ListAnalysisFunctionsDataTypesOutputBody>;
|
|
947
1041
|
listFunctionDataTypesForAnalysisWithHttpInfo(param: FunctionsDataTypesApiListFunctionDataTypesForAnalysisRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseFunctionDataTypesList>>;
|
|
948
1042
|
listFunctionDataTypesForAnalysis(param: FunctionsDataTypesApiListFunctionDataTypesForAnalysisRequest, options?: ConfigurationOptions): Promise<BaseResponseFunctionDataTypesList>;
|
|
949
1043
|
listFunctionDataTypesForFunctionsWithHttpInfo(param?: FunctionsDataTypesApiListFunctionDataTypesForFunctionsRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseFunctionDataTypesList>>;
|
|
950
1044
|
listFunctionDataTypesForFunctions(param?: FunctionsDataTypesApiListFunctionDataTypesForFunctionsRequest, options?: ConfigurationOptions): Promise<BaseResponseFunctionDataTypesList>;
|
|
1045
|
+
listFunctionsDataTypesWithHttpInfo(param: FunctionsDataTypesApiListFunctionsDataTypesRequest, options?: ConfigurationOptions): Promise<HttpInfo<ListFunctionsDataTypesOutputBody>>;
|
|
1046
|
+
listFunctionsDataTypes(param: FunctionsDataTypesApiListFunctionsDataTypesRequest, options?: ConfigurationOptions): Promise<ListFunctionsDataTypesOutputBody>;
|
|
951
1047
|
}
|
|
952
1048
|
import { FunctionsRenamingHistoryApiRequestFactory, FunctionsRenamingHistoryApiResponseProcessor } from "../apis/FunctionsRenamingHistoryApi";
|
|
953
1049
|
export interface FunctionsRenamingHistoryApiBatchRenameFunctionRequest {
|
|
@@ -1002,6 +1098,19 @@ export declare class ObjectFunctionsRenamingHistoryApi {
|
|
|
1002
1098
|
[key: string]: any;
|
|
1003
1099
|
}>;
|
|
1004
1100
|
}
|
|
1101
|
+
import { IAMUsersApiRequestFactory, IAMUsersApiResponseProcessor } from "../apis/IAMUsersApi";
|
|
1102
|
+
export interface IAMUsersApiGetMeRequest {
|
|
1103
|
+
}
|
|
1104
|
+
export interface IAMUsersApiGetMyPermissionsRequest {
|
|
1105
|
+
}
|
|
1106
|
+
export declare class ObjectIAMUsersApi {
|
|
1107
|
+
private api;
|
|
1108
|
+
constructor(configuration: Configuration, requestFactory?: IAMUsersApiRequestFactory, responseProcessor?: IAMUsersApiResponseProcessor);
|
|
1109
|
+
getMeWithHttpInfo(param?: IAMUsersApiGetMeRequest, options?: ConfigurationOptions): Promise<HttpInfo<User>>;
|
|
1110
|
+
getMe(param?: IAMUsersApiGetMeRequest, options?: ConfigurationOptions): Promise<User>;
|
|
1111
|
+
getMyPermissionsWithHttpInfo(param?: IAMUsersApiGetMyPermissionsRequest, options?: ConfigurationOptions): Promise<HttpInfo<Permissions>>;
|
|
1112
|
+
getMyPermissions(param?: IAMUsersApiGetMyPermissionsRequest, options?: ConfigurationOptions): Promise<Permissions>;
|
|
1113
|
+
}
|
|
1005
1114
|
import { ModelsApiRequestFactory, ModelsApiResponseProcessor } from "../apis/ModelsApi";
|
|
1006
1115
|
export interface ModelsApiGetModelsRequest {
|
|
1007
1116
|
}
|