@revengai/sdk 3.56.0 → 3.57.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 +1 -1
- package/dist/apis/AnalysesCommentsApi.d.ts +4 -4
- package/dist/apis/AnalysesCommentsApi.js +76 -4
- package/dist/apis/AnalysesCommentsApi.js.map +1 -1
- package/dist/apis/AnalysesCoreApi.d.ts +11 -11
- package/dist/apis/AnalysesCoreApi.js +209 -11
- package/dist/apis/AnalysesCoreApi.js.map +1 -1
- package/dist/apis/AuthenticationUsersApi.d.ts +1 -1
- package/dist/apis/AuthenticationUsersApi.js +19 -1
- package/dist/apis/AuthenticationUsersApi.js.map +1 -1
- package/dist/apis/BinariesApi.d.ts +8 -8
- package/dist/apis/BinariesApi.js +152 -8
- package/dist/apis/BinariesApi.js.map +1 -1
- package/dist/apis/FirmwareApi.d.ts +1 -1
- package/dist/apis/FirmwareApi.js +19 -1
- package/dist/apis/FirmwareApi.js.map +1 -1
- package/dist/apis/FunctionsAIDecompilationApi.d.ts +6 -6
- package/dist/apis/FunctionsAIDecompilationApi.js +78 -6
- package/dist/apis/FunctionsAIDecompilationApi.js.map +1 -1
- package/dist/apis/FunctionsDecompilationApi.d.ts +4 -4
- package/dist/apis/FunctionsDecompilationApi.js +76 -4
- package/dist/apis/FunctionsDecompilationApi.js.map +1 -1
- package/dist/models/{BaseResponseGetAiDecompilationRatingResponse.d.ts → BaseResponseUnionGetAiDecompilationRatingResponseNoneType.d.ts} +1 -1
- package/dist/models/BaseResponseUnionGetAiDecompilationRatingResponseNoneType.js +47 -0
- package/dist/models/BaseResponseUnionGetAiDecompilationRatingResponseNoneType.js.map +1 -0
- package/dist/models/ObjectSerializer.d.ts +1 -1
- package/dist/models/ObjectSerializer.js +3 -3
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/all.d.ts +1 -1
- package/dist/models/all.js +1 -1
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +201 -3
- package/dist/types/ObjectParamAPI.js +66 -66
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +69 -69
- package/dist/types/ObservableAPI.js +132 -132
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +69 -69
- package/dist/types/PromiseAPI.js +132 -132
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/BaseResponseGetAiDecompilationRatingResponse.js +0 -47
- package/dist/models/BaseResponseGetAiDecompilationRatingResponse.js.map +0 -1
|
@@ -55,7 +55,6 @@ import { BaseResponseFunctionTaskResponse } from '../models/BaseResponseFunction
|
|
|
55
55
|
import { BaseResponseFunctionsDetailResponse } from '../models/BaseResponseFunctionsDetailResponse';
|
|
56
56
|
import { BaseResponseGenerateFunctionDataTypes } from '../models/BaseResponseGenerateFunctionDataTypes';
|
|
57
57
|
import { BaseResponseGenerationStatusList } from '../models/BaseResponseGenerationStatusList';
|
|
58
|
-
import { BaseResponseGetAiDecompilationRatingResponse } from '../models/BaseResponseGetAiDecompilationRatingResponse';
|
|
59
58
|
import { BaseResponseGetAiDecompilationTask } from '../models/BaseResponseGetAiDecompilationTask';
|
|
60
59
|
import { BaseResponseGetMeResponse } from '../models/BaseResponseGetMeResponse';
|
|
61
60
|
import { BaseResponseGetPublicUserResponse } from '../models/BaseResponseGetPublicUserResponse';
|
|
@@ -82,6 +81,7 @@ import { BaseResponseStr } from '../models/BaseResponseStr';
|
|
|
82
81
|
import { BaseResponseTTPS } from '../models/BaseResponseTTPS';
|
|
83
82
|
import { BaseResponseTagSearchResponse } from '../models/BaseResponseTagSearchResponse';
|
|
84
83
|
import { BaseResponseTaskResponse } from '../models/BaseResponseTaskResponse';
|
|
84
|
+
import { BaseResponseUnionGetAiDecompilationRatingResponseNoneType } from '../models/BaseResponseUnionGetAiDecompilationRatingResponseNoneType';
|
|
85
85
|
import { BaseResponseUploadResponse } from '../models/BaseResponseUploadResponse';
|
|
86
86
|
import { BaseResponseVulnerabilities } from '../models/BaseResponseVulnerabilities';
|
|
87
87
|
import { BaseResponseXrefResponse } from '../models/BaseResponseXrefResponse';
|
|
@@ -117,51 +117,51 @@ import { AnalysesCommentsApiRequestFactory, AnalysesCommentsApiResponseProcessor
|
|
|
117
117
|
export declare class PromiseAnalysesCommentsApi {
|
|
118
118
|
private api;
|
|
119
119
|
constructor(configuration: Configuration, requestFactory?: AnalysesCommentsApiRequestFactory, responseProcessor?: AnalysesCommentsApiResponseProcessor);
|
|
120
|
-
createAnalysisCommentWithHttpInfo(analysisId: number, commentBase: CommentBase, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
121
|
-
createAnalysisComment(analysisId: number, commentBase: CommentBase, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
122
|
-
deleteAnalysisCommentWithHttpInfo(commentId: number, analysisId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBool>>;
|
|
123
|
-
deleteAnalysisComment(commentId: number, analysisId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBool>;
|
|
124
|
-
getAnalysisCommentsWithHttpInfo(analysisId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseListCommentResponse>>;
|
|
125
|
-
getAnalysisComments(analysisId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseListCommentResponse>;
|
|
126
|
-
updateAnalysisCommentWithHttpInfo(commentId: number, analysisId: number, commentUpdateRequest: CommentUpdateRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
127
|
-
updateAnalysisComment(commentId: number, analysisId: number, commentUpdateRequest: CommentUpdateRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
120
|
+
createAnalysisCommentWithHttpInfo(analysisId: number, commentBase: CommentBase, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
121
|
+
createAnalysisComment(analysisId: number, commentBase: CommentBase, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
122
|
+
deleteAnalysisCommentWithHttpInfo(commentId: number, analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBool>>;
|
|
123
|
+
deleteAnalysisComment(commentId: number, analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBool>;
|
|
124
|
+
getAnalysisCommentsWithHttpInfo(analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseListCommentResponse>>;
|
|
125
|
+
getAnalysisComments(analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseListCommentResponse>;
|
|
126
|
+
updateAnalysisCommentWithHttpInfo(commentId: number, analysisId: number, commentUpdateRequest: CommentUpdateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
127
|
+
updateAnalysisComment(commentId: number, analysisId: number, commentUpdateRequest: CommentUpdateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
128
128
|
}
|
|
129
129
|
import { AnalysesCoreApiRequestFactory, AnalysesCoreApiResponseProcessor } from "../apis/AnalysesCoreApi";
|
|
130
130
|
export declare class PromiseAnalysesCoreApi {
|
|
131
131
|
private api;
|
|
132
132
|
constructor(configuration: Configuration, requestFactory?: AnalysesCoreApiRequestFactory, responseProcessor?: AnalysesCoreApiResponseProcessor);
|
|
133
|
-
bulkAddAnalysisTagsWithHttpInfo(analysisBulkAddTagsRequest: AnalysisBulkAddTagsRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisBulkAddTagsResponse>>;
|
|
134
|
-
bulkAddAnalysisTags(analysisBulkAddTagsRequest: AnalysisBulkAddTagsRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponseAnalysisBulkAddTagsResponse>;
|
|
135
|
-
createAnalysisWithHttpInfo(analysisCreateRequest: AnalysisCreateRequest, xRevEngApplication?: string, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisCreateResponse>>;
|
|
136
|
-
createAnalysis(analysisCreateRequest: AnalysisCreateRequest, xRevEngApplication?: string, _options?: PromiseConfigurationOptions): Promise<BaseResponseAnalysisCreateResponse>;
|
|
137
|
-
deleteAnalysisWithHttpInfo(analysisId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseDict>>;
|
|
138
|
-
deleteAnalysis(analysisId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseDict>;
|
|
133
|
+
bulkAddAnalysisTagsWithHttpInfo(analysisBulkAddTagsRequest: AnalysisBulkAddTagsRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisBulkAddTagsResponse>>;
|
|
134
|
+
bulkAddAnalysisTags(analysisBulkAddTagsRequest: AnalysisBulkAddTagsRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseAnalysisBulkAddTagsResponse>;
|
|
135
|
+
createAnalysisWithHttpInfo(analysisCreateRequest: AnalysisCreateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, xRevEngApplication?: string, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisCreateResponse>>;
|
|
136
|
+
createAnalysis(analysisCreateRequest: AnalysisCreateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, xRevEngApplication?: string, _options?: PromiseConfigurationOptions): Promise<BaseResponseAnalysisCreateResponse>;
|
|
137
|
+
deleteAnalysisWithHttpInfo(analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseDict>>;
|
|
138
|
+
deleteAnalysis(analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseDict>;
|
|
139
139
|
getAnalysisBasicInfoWithHttpInfo(analysisId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBasic>>;
|
|
140
140
|
getAnalysisBasicInfo(analysisId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBasic>;
|
|
141
|
-
getAnalysisFunctionMapWithHttpInfo(analysisId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisFunctionMapping>>;
|
|
142
|
-
getAnalysisFunctionMap(analysisId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseAnalysisFunctionMapping>;
|
|
143
|
-
getAnalysisLogsWithHttpInfo(analysisId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseLogs>>;
|
|
144
|
-
getAnalysisLogs(analysisId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseLogs>;
|
|
145
|
-
getAnalysisParamsWithHttpInfo(analysisId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseParams>>;
|
|
146
|
-
getAnalysisParams(analysisId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseParams>;
|
|
141
|
+
getAnalysisFunctionMapWithHttpInfo(analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisFunctionMapping>>;
|
|
142
|
+
getAnalysisFunctionMap(analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseAnalysisFunctionMapping>;
|
|
143
|
+
getAnalysisLogsWithHttpInfo(analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseLogs>>;
|
|
144
|
+
getAnalysisLogs(analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseLogs>;
|
|
145
|
+
getAnalysisParamsWithHttpInfo(analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseParams>>;
|
|
146
|
+
getAnalysisParams(analysisId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseParams>;
|
|
147
147
|
getAnalysisStatusWithHttpInfo(analysisId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseStatus>>;
|
|
148
148
|
getAnalysisStatus(analysisId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseStatus>;
|
|
149
|
-
insertAnalysisLogWithHttpInfo(analysisId: number, insertAnalysisLogRequest: InsertAnalysisLogRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponse>>;
|
|
150
|
-
insertAnalysisLog(analysisId: number, insertAnalysisLogRequest: InsertAnalysisLogRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponse>;
|
|
149
|
+
insertAnalysisLogWithHttpInfo(analysisId: number, insertAnalysisLogRequest: InsertAnalysisLogRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponse>>;
|
|
150
|
+
insertAnalysisLog(analysisId: number, insertAnalysisLogRequest: InsertAnalysisLogRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponse>;
|
|
151
151
|
listAnalysesWithHttpInfo(searchTerm?: string, workspace?: Array<Workspace>, status?: Array<StatusInput>, modelName?: Array<ModelName>, dynamicExecutionStatus?: DynamicExecutionStatusInput, usernames?: Array<string>, sha256Hash?: string, limit?: number, offset?: number, orderBy?: AppApiRestV2AnalysesEnumsOrderBy, order?: Order, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseRecent>>;
|
|
152
152
|
listAnalyses(searchTerm?: string, workspace?: Array<Workspace>, status?: Array<StatusInput>, modelName?: Array<ModelName>, dynamicExecutionStatus?: DynamicExecutionStatusInput, usernames?: Array<string>, sha256Hash?: string, limit?: number, offset?: number, orderBy?: AppApiRestV2AnalysesEnumsOrderBy, order?: Order, _options?: PromiseConfigurationOptions): Promise<BaseResponseRecent>;
|
|
153
153
|
lookupBinaryIdWithHttpInfo(binaryId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<any>>;
|
|
154
154
|
lookupBinaryId(binaryId: number, _options?: PromiseConfigurationOptions): Promise<any>;
|
|
155
155
|
putAnalysisStringsWithHttpInfo(analysisId: number, putAnalysisStringsRequest: PutAnalysisStringsRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponse>>;
|
|
156
156
|
putAnalysisStrings(analysisId: number, putAnalysisStringsRequest: PutAnalysisStringsRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponse>;
|
|
157
|
-
requeueAnalysisWithHttpInfo(analysisId: number, reAnalysisForm: ReAnalysisForm, xRevEngApplication?: string, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCreated>>;
|
|
158
|
-
requeueAnalysis(analysisId: number, reAnalysisForm: ReAnalysisForm, xRevEngApplication?: string, _options?: PromiseConfigurationOptions): Promise<BaseResponseCreated>;
|
|
159
|
-
updateAnalysisWithHttpInfo(analysisId: number, analysisUpdateRequest: AnalysisUpdateRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisDetailResponse>>;
|
|
160
|
-
updateAnalysis(analysisId: number, analysisUpdateRequest: AnalysisUpdateRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponseAnalysisDetailResponse>;
|
|
161
|
-
updateAnalysisTagsWithHttpInfo(analysisId: number, analysisUpdateTagsRequest: AnalysisUpdateTagsRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisUpdateTagsResponse>>;
|
|
162
|
-
updateAnalysisTags(analysisId: number, analysisUpdateTagsRequest: AnalysisUpdateTagsRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponseAnalysisUpdateTagsResponse>;
|
|
163
|
-
uploadFileWithHttpInfo(uploadFileType: UploadFileType, file: HttpFile, packedPassword?: string, forceOverwrite?: boolean, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseUploadResponse>>;
|
|
164
|
-
uploadFile(uploadFileType: UploadFileType, file: HttpFile, packedPassword?: string, forceOverwrite?: boolean, _options?: PromiseConfigurationOptions): Promise<BaseResponseUploadResponse>;
|
|
157
|
+
requeueAnalysisWithHttpInfo(analysisId: number, reAnalysisForm: ReAnalysisForm, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, xRevEngApplication?: string, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCreated>>;
|
|
158
|
+
requeueAnalysis(analysisId: number, reAnalysisForm: ReAnalysisForm, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, xRevEngApplication?: string, _options?: PromiseConfigurationOptions): Promise<BaseResponseCreated>;
|
|
159
|
+
updateAnalysisWithHttpInfo(analysisId: number, analysisUpdateRequest: AnalysisUpdateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisDetailResponse>>;
|
|
160
|
+
updateAnalysis(analysisId: number, analysisUpdateRequest: AnalysisUpdateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseAnalysisDetailResponse>;
|
|
161
|
+
updateAnalysisTagsWithHttpInfo(analysisId: number, analysisUpdateTagsRequest: AnalysisUpdateTagsRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisUpdateTagsResponse>>;
|
|
162
|
+
updateAnalysisTags(analysisId: number, analysisUpdateTagsRequest: AnalysisUpdateTagsRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseAnalysisUpdateTagsResponse>;
|
|
163
|
+
uploadFileWithHttpInfo(uploadFileType: UploadFileType, file: HttpFile, packedPassword?: string, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, forceOverwrite?: boolean, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseUploadResponse>>;
|
|
164
|
+
uploadFile(uploadFileType: UploadFileType, file: HttpFile, packedPassword?: string, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, forceOverwrite?: boolean, _options?: PromiseConfigurationOptions): Promise<BaseResponseUploadResponse>;
|
|
165
165
|
}
|
|
166
166
|
import { AnalysesDynamicExecutionApiRequestFactory, AnalysesDynamicExecutionApiResponseProcessor } from "../apis/AnalysesDynamicExecutionApi";
|
|
167
167
|
export declare class PromiseAnalysesDynamicExecutionApi {
|
|
@@ -238,8 +238,8 @@ export declare class PromiseAuthenticationUsersApi {
|
|
|
238
238
|
getUser(userId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseGetPublicUserResponse>;
|
|
239
239
|
getUserActivityWithHttpInfo(_options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseListUserActivityResponse>>;
|
|
240
240
|
getUserActivity(_options?: PromiseConfigurationOptions): Promise<BaseResponseListUserActivityResponse>;
|
|
241
|
-
getUserCommentsWithHttpInfo(_options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseListCommentResponse>>;
|
|
242
|
-
getUserComments(_options?: PromiseConfigurationOptions): Promise<BaseResponseListCommentResponse>;
|
|
241
|
+
getUserCommentsWithHttpInfo(endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseListCommentResponse>>;
|
|
242
|
+
getUserComments(endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseListCommentResponse>;
|
|
243
243
|
loginUserWithHttpInfo(loginRequest: LoginRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseLoginResponse>>;
|
|
244
244
|
loginUser(loginRequest: LoginRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponseLoginResponse>;
|
|
245
245
|
}
|
|
@@ -247,22 +247,22 @@ import { BinariesApiRequestFactory, BinariesApiResponseProcessor } from "../apis
|
|
|
247
247
|
export declare class PromiseBinariesApi {
|
|
248
248
|
private api;
|
|
249
249
|
constructor(configuration: Configuration, requestFactory?: BinariesApiRequestFactory, responseProcessor?: BinariesApiResponseProcessor);
|
|
250
|
-
downloadZippedBinaryWithHttpInfo(binaryId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<HttpFile>>;
|
|
251
|
-
downloadZippedBinary(binaryId: number, _options?: PromiseConfigurationOptions): Promise<HttpFile>;
|
|
252
|
-
getBinaryAdditionalDetailsWithHttpInfo(binaryId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBinaryAdditionalResponse>>;
|
|
253
|
-
getBinaryAdditionalDetails(binaryId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBinaryAdditionalResponse>;
|
|
254
|
-
getBinaryAdditionalDetailsStatusWithHttpInfo(binaryId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAdditionalDetailsStatusResponse>>;
|
|
255
|
-
getBinaryAdditionalDetailsStatus(binaryId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseAdditionalDetailsStatusResponse>;
|
|
256
|
-
getBinaryDetailsWithHttpInfo(binaryId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBinaryDetailsResponse>>;
|
|
257
|
-
getBinaryDetails(binaryId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBinaryDetailsResponse>;
|
|
258
|
-
getBinaryDieInfoWithHttpInfo(binaryId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseListDieMatch>>;
|
|
259
|
-
getBinaryDieInfo(binaryId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseListDieMatch>;
|
|
260
|
-
getBinaryExternalsWithHttpInfo(binaryId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBinaryExternalsResponse>>;
|
|
261
|
-
getBinaryExternals(binaryId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBinaryExternalsResponse>;
|
|
262
|
-
getBinaryRelatedStatusWithHttpInfo(binaryId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBinariesRelatedStatusResponse>>;
|
|
263
|
-
getBinaryRelatedStatus(binaryId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBinariesRelatedStatusResponse>;
|
|
264
|
-
getRelatedBinariesWithHttpInfo(binaryId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseChildBinariesResponse>>;
|
|
265
|
-
getRelatedBinaries(binaryId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseChildBinariesResponse>;
|
|
250
|
+
downloadZippedBinaryWithHttpInfo(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<HttpFile>>;
|
|
251
|
+
downloadZippedBinary(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpFile>;
|
|
252
|
+
getBinaryAdditionalDetailsWithHttpInfo(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBinaryAdditionalResponse>>;
|
|
253
|
+
getBinaryAdditionalDetails(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBinaryAdditionalResponse>;
|
|
254
|
+
getBinaryAdditionalDetailsStatusWithHttpInfo(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseAdditionalDetailsStatusResponse>>;
|
|
255
|
+
getBinaryAdditionalDetailsStatus(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseAdditionalDetailsStatusResponse>;
|
|
256
|
+
getBinaryDetailsWithHttpInfo(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBinaryDetailsResponse>>;
|
|
257
|
+
getBinaryDetails(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBinaryDetailsResponse>;
|
|
258
|
+
getBinaryDieInfoWithHttpInfo(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseListDieMatch>>;
|
|
259
|
+
getBinaryDieInfo(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseListDieMatch>;
|
|
260
|
+
getBinaryExternalsWithHttpInfo(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBinaryExternalsResponse>>;
|
|
261
|
+
getBinaryExternals(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBinaryExternalsResponse>;
|
|
262
|
+
getBinaryRelatedStatusWithHttpInfo(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBinariesRelatedStatusResponse>>;
|
|
263
|
+
getBinaryRelatedStatus(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBinariesRelatedStatusResponse>;
|
|
264
|
+
getRelatedBinariesWithHttpInfo(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseChildBinariesResponse>>;
|
|
265
|
+
getRelatedBinaries(binaryId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseChildBinariesResponse>;
|
|
266
266
|
}
|
|
267
267
|
import { CollectionsApiRequestFactory, CollectionsApiResponseProcessor } from "../apis/CollectionsApi";
|
|
268
268
|
export declare class PromiseCollectionsApi {
|
|
@@ -307,29 +307,29 @@ export declare class PromiseFirmwareApi {
|
|
|
307
307
|
constructor(configuration: Configuration, requestFactory?: FirmwareApiRequestFactory, responseProcessor?: FirmwareApiResponseProcessor);
|
|
308
308
|
getBinariesForFirmwareTaskWithHttpInfo(taskId: string, _options?: PromiseConfigurationOptions): Promise<HttpInfo<any>>;
|
|
309
309
|
getBinariesForFirmwareTask(taskId: string, _options?: PromiseConfigurationOptions): Promise<any>;
|
|
310
|
-
uploadFirmwareWithHttpInfo(file: HttpFile, password?: string, _options?: PromiseConfigurationOptions): Promise<HttpInfo<any>>;
|
|
311
|
-
uploadFirmware(file: HttpFile, password?: string, _options?: PromiseConfigurationOptions): Promise<any>;
|
|
310
|
+
uploadFirmwareWithHttpInfo(file: HttpFile, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, password?: string, _options?: PromiseConfigurationOptions): Promise<HttpInfo<any>>;
|
|
311
|
+
uploadFirmware(file: HttpFile, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, password?: string, _options?: PromiseConfigurationOptions): Promise<any>;
|
|
312
312
|
}
|
|
313
313
|
import { FunctionsAIDecompilationApiRequestFactory, FunctionsAIDecompilationApiResponseProcessor } from "../apis/FunctionsAIDecompilationApi";
|
|
314
314
|
export declare class PromiseFunctionsAIDecompilationApi {
|
|
315
315
|
private api;
|
|
316
316
|
constructor(configuration: Configuration, requestFactory?: FunctionsAIDecompilationApiRequestFactory, responseProcessor?: FunctionsAIDecompilationApiResponseProcessor);
|
|
317
|
-
createAiDecompilationCommentWithHttpInfo(functionId: number, functionCommentCreateRequest: FunctionCommentCreateRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
318
|
-
createAiDecompilationComment(functionId: number, functionCommentCreateRequest: FunctionCommentCreateRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
317
|
+
createAiDecompilationCommentWithHttpInfo(functionId: number, functionCommentCreateRequest: FunctionCommentCreateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
318
|
+
createAiDecompilationComment(functionId: number, functionCommentCreateRequest: FunctionCommentCreateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
319
319
|
createAiDecompilationTaskWithHttpInfo(functionId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponse>>;
|
|
320
320
|
createAiDecompilationTask(functionId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponse>;
|
|
321
|
-
deleteAiDecompilationCommentWithHttpInfo(commentId: number, functionId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBool>>;
|
|
322
|
-
deleteAiDecompilationComment(commentId: number, functionId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBool>;
|
|
323
|
-
getAiDecompilationCommentsWithHttpInfo(functionId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseListCommentResponse>>;
|
|
324
|
-
getAiDecompilationComments(functionId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseListCommentResponse>;
|
|
325
|
-
getAiDecompilationRatingWithHttpInfo(functionId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<
|
|
326
|
-
getAiDecompilationRating(functionId: number, _options?: PromiseConfigurationOptions): Promise<
|
|
321
|
+
deleteAiDecompilationCommentWithHttpInfo(commentId: number, functionId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBool>>;
|
|
322
|
+
deleteAiDecompilationComment(commentId: number, functionId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBool>;
|
|
323
|
+
getAiDecompilationCommentsWithHttpInfo(functionId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseListCommentResponse>>;
|
|
324
|
+
getAiDecompilationComments(functionId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseListCommentResponse>;
|
|
325
|
+
getAiDecompilationRatingWithHttpInfo(functionId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseUnionGetAiDecompilationRatingResponseNoneType>>;
|
|
326
|
+
getAiDecompilationRating(functionId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseUnionGetAiDecompilationRatingResponseNoneType>;
|
|
327
327
|
getAiDecompilationTaskResultWithHttpInfo(functionId: number, summarise?: boolean, generateInlineComments?: boolean, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseGetAiDecompilationTask>>;
|
|
328
328
|
getAiDecompilationTaskResult(functionId: number, summarise?: boolean, generateInlineComments?: boolean, _options?: PromiseConfigurationOptions): Promise<BaseResponseGetAiDecompilationTask>;
|
|
329
329
|
getAiDecompilationTaskStatusWithHttpInfo(functionId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseFunctionTaskResponse>>;
|
|
330
330
|
getAiDecompilationTaskStatus(functionId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseFunctionTaskResponse>;
|
|
331
|
-
updateAiDecompilationCommentWithHttpInfo(commentId: number, functionId: number, commentUpdateRequest: CommentUpdateRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
332
|
-
updateAiDecompilationComment(commentId: number, functionId: number, commentUpdateRequest: CommentUpdateRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
331
|
+
updateAiDecompilationCommentWithHttpInfo(commentId: number, functionId: number, commentUpdateRequest: CommentUpdateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
332
|
+
updateAiDecompilationComment(commentId: number, functionId: number, commentUpdateRequest: CommentUpdateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
333
333
|
upsertAiDecompilationRatingWithHttpInfo(functionId: number, upsertAiDecomplationRatingRequest: UpsertAiDecomplationRatingRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponse>>;
|
|
334
334
|
upsertAiDecompilationRating(functionId: number, upsertAiDecomplationRatingRequest: UpsertAiDecomplationRatingRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponse>;
|
|
335
335
|
}
|
|
@@ -398,14 +398,14 @@ import { FunctionsDecompilationApiRequestFactory, FunctionsDecompilationApiRespo
|
|
|
398
398
|
export declare class PromiseFunctionsDecompilationApi {
|
|
399
399
|
private api;
|
|
400
400
|
constructor(configuration: Configuration, requestFactory?: FunctionsDecompilationApiRequestFactory, responseProcessor?: FunctionsDecompilationApiResponseProcessor);
|
|
401
|
-
createDecompilationCommentWithHttpInfo(functionId: number, functionCommentCreateRequest: FunctionCommentCreateRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
402
|
-
createDecompilationComment(functionId: number, functionCommentCreateRequest: FunctionCommentCreateRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
403
|
-
deleteDecompilationCommentWithHttpInfo(commentId: number, functionId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBool>>;
|
|
404
|
-
deleteDecompilationComment(commentId: number, functionId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBool>;
|
|
405
|
-
getDecompilationCommentsWithHttpInfo(functionId: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseListCommentResponse>>;
|
|
406
|
-
getDecompilationComments(functionId: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseListCommentResponse>;
|
|
407
|
-
updateDecompilationCommentWithHttpInfo(commentId: number, functionId: number, commentUpdateRequest: CommentUpdateRequest, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
408
|
-
updateDecompilationComment(commentId: number, functionId: number, commentUpdateRequest: CommentUpdateRequest, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
401
|
+
createDecompilationCommentWithHttpInfo(functionId: number, functionCommentCreateRequest: FunctionCommentCreateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
402
|
+
createDecompilationComment(functionId: number, functionCommentCreateRequest: FunctionCommentCreateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
403
|
+
deleteDecompilationCommentWithHttpInfo(commentId: number, functionId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseBool>>;
|
|
404
|
+
deleteDecompilationComment(commentId: number, functionId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseBool>;
|
|
405
|
+
getDecompilationCommentsWithHttpInfo(functionId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseListCommentResponse>>;
|
|
406
|
+
getDecompilationComments(functionId: number, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseListCommentResponse>;
|
|
407
|
+
updateDecompilationCommentWithHttpInfo(commentId: number, functionId: number, commentUpdateRequest: CommentUpdateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<HttpInfo<BaseResponseCommentResponse>>;
|
|
408
|
+
updateDecompilationComment(commentId: number, functionId: number, commentUpdateRequest: CommentUpdateRequest, endpointUrl?: string, localCacheDir?: string, localCacheMaxSizeMb?: number, customerSamplesBucket?: string, firmwareSamplesBucket?: string, maxRetryAttempts?: number, _options?: PromiseConfigurationOptions): Promise<BaseResponseCommentResponse>;
|
|
409
409
|
}
|
|
410
410
|
import { FunctionsRenamingHistoryApiRequestFactory, FunctionsRenamingHistoryApiResponseProcessor } from "../apis/FunctionsRenamingHistoryApi";
|
|
411
411
|
export declare class PromiseFunctionsRenamingHistoryApi {
|