@revengai/sdk 3.81.0 → 3.82.0
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/dist/apis/AnalysesBulkActionsApi.d.ts +2 -2
- package/dist/apis/AnalysesBulkActionsApi.js +2 -38
- package/dist/apis/AnalysesBulkActionsApi.js.map +1 -1
- package/dist/apis/AnalysesCommentsApi.d.ts +4 -4
- package/dist/apis/AnalysesCommentsApi.js +4 -76
- package/dist/apis/AnalysesCommentsApi.js.map +1 -1
- package/dist/apis/AnalysesCoreApi.d.ts +10 -10
- package/dist/apis/AnalysesCoreApi.js +10 -190
- package/dist/apis/AnalysesCoreApi.js.map +1 -1
- package/dist/apis/AuthenticationUsersApi.d.ts +1 -1
- package/dist/apis/AuthenticationUsersApi.js +1 -19
- package/dist/apis/AuthenticationUsersApi.js.map +1 -1
- package/dist/apis/BinariesApi.d.ts +8 -8
- package/dist/apis/BinariesApi.js +8 -152
- package/dist/apis/BinariesApi.js.map +1 -1
- package/dist/apis/FirmwareApi.d.ts +1 -1
- package/dist/apis/FirmwareApi.js +1 -19
- package/dist/apis/FirmwareApi.js.map +1 -1
- package/dist/apis/FunctionsAIDecompilationApi.d.ts +4 -4
- package/dist/apis/FunctionsAIDecompilationApi.js +4 -76
- package/dist/apis/FunctionsAIDecompilationApi.js.map +1 -1
- package/dist/models/FunctionListItem.d.ts +2 -1
- package/dist/models/FunctionListItem.js +1 -0
- package/dist/models/FunctionListItem.js.map +1 -1
- package/dist/models/NameSourceType.d.ts +2 -1
- package/dist/models/NameSourceType.js +1 -0
- package/dist/models/NameSourceType.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +0 -180
- package/dist/types/ObjectParamAPI.js +60 -60
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +60 -60
- package/dist/types/ObservableAPI.js +120 -120
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +60 -60
- package/dist/types/PromiseAPI.js +120 -120
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
|
@@ -167,21 +167,9 @@ export declare class ObjectAgentApi {
|
|
|
167
167
|
import { AnalysesBulkActionsApiRequestFactory, AnalysesBulkActionsApiResponseProcessor } from "../apis/AnalysesBulkActionsApi";
|
|
168
168
|
export interface AnalysesBulkActionsApiBulkAddAnalysisTagsRequest {
|
|
169
169
|
analysisBulkAddTagsRequest: AnalysisBulkAddTagsRequest;
|
|
170
|
-
endpointUrl?: string;
|
|
171
|
-
localCacheDir?: string;
|
|
172
|
-
localCacheMaxSizeMb?: number;
|
|
173
|
-
customerSamplesBucket?: string;
|
|
174
|
-
firmwareSamplesBucket?: string;
|
|
175
|
-
maxRetryAttempts?: number;
|
|
176
170
|
}
|
|
177
171
|
export interface AnalysesBulkActionsApiBulkDeleteAnalysesRequest {
|
|
178
172
|
bulkDeleteAnalysesRequest: BulkDeleteAnalysesRequest;
|
|
179
|
-
endpointUrl?: string;
|
|
180
|
-
localCacheDir?: string;
|
|
181
|
-
localCacheMaxSizeMb?: number;
|
|
182
|
-
customerSamplesBucket?: string;
|
|
183
|
-
firmwareSamplesBucket?: string;
|
|
184
|
-
maxRetryAttempts?: number;
|
|
185
173
|
}
|
|
186
174
|
export declare class ObjectAnalysesBulkActionsApi {
|
|
187
175
|
private api;
|
|
@@ -195,42 +183,18 @@ import { AnalysesCommentsApiRequestFactory, AnalysesCommentsApiResponseProcessor
|
|
|
195
183
|
export interface AnalysesCommentsApiCreateAnalysisCommentRequest {
|
|
196
184
|
analysisId: number;
|
|
197
185
|
commentBase: CommentBase;
|
|
198
|
-
endpointUrl?: string;
|
|
199
|
-
localCacheDir?: string;
|
|
200
|
-
localCacheMaxSizeMb?: number;
|
|
201
|
-
customerSamplesBucket?: string;
|
|
202
|
-
firmwareSamplesBucket?: string;
|
|
203
|
-
maxRetryAttempts?: number;
|
|
204
186
|
}
|
|
205
187
|
export interface AnalysesCommentsApiDeleteAnalysisCommentRequest {
|
|
206
188
|
commentId: number;
|
|
207
189
|
analysisId: number;
|
|
208
|
-
endpointUrl?: string;
|
|
209
|
-
localCacheDir?: string;
|
|
210
|
-
localCacheMaxSizeMb?: number;
|
|
211
|
-
customerSamplesBucket?: string;
|
|
212
|
-
firmwareSamplesBucket?: string;
|
|
213
|
-
maxRetryAttempts?: number;
|
|
214
190
|
}
|
|
215
191
|
export interface AnalysesCommentsApiGetAnalysisCommentsRequest {
|
|
216
192
|
analysisId: number;
|
|
217
|
-
endpointUrl?: string;
|
|
218
|
-
localCacheDir?: string;
|
|
219
|
-
localCacheMaxSizeMb?: number;
|
|
220
|
-
customerSamplesBucket?: string;
|
|
221
|
-
firmwareSamplesBucket?: string;
|
|
222
|
-
maxRetryAttempts?: number;
|
|
223
193
|
}
|
|
224
194
|
export interface AnalysesCommentsApiUpdateAnalysisCommentRequest {
|
|
225
195
|
commentId: number;
|
|
226
196
|
analysisId: number;
|
|
227
197
|
commentUpdateRequest: CommentUpdateRequest;
|
|
228
|
-
endpointUrl?: string;
|
|
229
|
-
localCacheDir?: string;
|
|
230
|
-
localCacheMaxSizeMb?: number;
|
|
231
|
-
customerSamplesBucket?: string;
|
|
232
|
-
firmwareSamplesBucket?: string;
|
|
233
|
-
maxRetryAttempts?: number;
|
|
234
198
|
}
|
|
235
199
|
export declare class ObjectAnalysesCommentsApi {
|
|
236
200
|
private api;
|
|
@@ -247,52 +211,22 @@ export declare class ObjectAnalysesCommentsApi {
|
|
|
247
211
|
import { AnalysesCoreApiRequestFactory, AnalysesCoreApiResponseProcessor } from "../apis/AnalysesCoreApi";
|
|
248
212
|
export interface AnalysesCoreApiCreateAnalysisRequest {
|
|
249
213
|
analysisCreateRequest: AnalysisCreateRequest;
|
|
250
|
-
endpointUrl?: string;
|
|
251
|
-
localCacheDir?: string;
|
|
252
|
-
localCacheMaxSizeMb?: number;
|
|
253
|
-
customerSamplesBucket?: string;
|
|
254
|
-
firmwareSamplesBucket?: string;
|
|
255
|
-
maxRetryAttempts?: number;
|
|
256
214
|
xRevEngApplication?: string;
|
|
257
215
|
}
|
|
258
216
|
export interface AnalysesCoreApiDeleteAnalysisRequest {
|
|
259
217
|
analysisId: number;
|
|
260
|
-
endpointUrl?: string;
|
|
261
|
-
localCacheDir?: string;
|
|
262
|
-
localCacheMaxSizeMb?: number;
|
|
263
|
-
customerSamplesBucket?: string;
|
|
264
|
-
firmwareSamplesBucket?: string;
|
|
265
|
-
maxRetryAttempts?: number;
|
|
266
218
|
}
|
|
267
219
|
export interface AnalysesCoreApiGetAnalysisBasicInfoRequest {
|
|
268
220
|
analysisId: number;
|
|
269
221
|
}
|
|
270
222
|
export interface AnalysesCoreApiGetAnalysisFunctionMapRequest {
|
|
271
223
|
analysisId: number;
|
|
272
|
-
endpointUrl?: string;
|
|
273
|
-
localCacheDir?: string;
|
|
274
|
-
localCacheMaxSizeMb?: number;
|
|
275
|
-
customerSamplesBucket?: string;
|
|
276
|
-
firmwareSamplesBucket?: string;
|
|
277
|
-
maxRetryAttempts?: number;
|
|
278
224
|
}
|
|
279
225
|
export interface AnalysesCoreApiGetAnalysisLogsRequest {
|
|
280
226
|
analysisId: number;
|
|
281
|
-
endpointUrl?: string;
|
|
282
|
-
localCacheDir?: string;
|
|
283
|
-
localCacheMaxSizeMb?: number;
|
|
284
|
-
customerSamplesBucket?: string;
|
|
285
|
-
firmwareSamplesBucket?: string;
|
|
286
|
-
maxRetryAttempts?: number;
|
|
287
227
|
}
|
|
288
228
|
export interface AnalysesCoreApiGetAnalysisParamsRequest {
|
|
289
229
|
analysisId: number;
|
|
290
|
-
endpointUrl?: string;
|
|
291
|
-
localCacheDir?: string;
|
|
292
|
-
localCacheMaxSizeMb?: number;
|
|
293
|
-
customerSamplesBucket?: string;
|
|
294
|
-
firmwareSamplesBucket?: string;
|
|
295
|
-
maxRetryAttempts?: number;
|
|
296
230
|
}
|
|
297
231
|
export interface AnalysesCoreApiGetAnalysisQueuePositionRequest {
|
|
298
232
|
analysisId: number;
|
|
@@ -303,12 +237,6 @@ export interface AnalysesCoreApiGetAnalysisStatusRequest {
|
|
|
303
237
|
export interface AnalysesCoreApiInsertAnalysisLogRequest {
|
|
304
238
|
analysisId: number;
|
|
305
239
|
insertAnalysisLogRequest: InsertAnalysisLogRequest;
|
|
306
|
-
endpointUrl?: string;
|
|
307
|
-
localCacheDir?: string;
|
|
308
|
-
localCacheMaxSizeMb?: number;
|
|
309
|
-
customerSamplesBucket?: string;
|
|
310
|
-
firmwareSamplesBucket?: string;
|
|
311
|
-
maxRetryAttempts?: number;
|
|
312
240
|
}
|
|
313
241
|
export interface AnalysesCoreApiListAnalysesRequest {
|
|
314
242
|
searchTerm?: string;
|
|
@@ -333,44 +261,20 @@ export interface AnalysesCoreApiPutAnalysisStringsRequest {
|
|
|
333
261
|
export interface AnalysesCoreApiRequeueAnalysisRequest {
|
|
334
262
|
analysisId: number;
|
|
335
263
|
reAnalysisForm: ReAnalysisForm;
|
|
336
|
-
endpointUrl?: string;
|
|
337
|
-
localCacheDir?: string;
|
|
338
|
-
localCacheMaxSizeMb?: number;
|
|
339
|
-
customerSamplesBucket?: string;
|
|
340
|
-
firmwareSamplesBucket?: string;
|
|
341
|
-
maxRetryAttempts?: number;
|
|
342
264
|
xRevEngApplication?: string;
|
|
343
265
|
}
|
|
344
266
|
export interface AnalysesCoreApiUpdateAnalysisRequest {
|
|
345
267
|
analysisId: number;
|
|
346
268
|
analysisUpdateRequest: AnalysisUpdateRequest;
|
|
347
|
-
endpointUrl?: string;
|
|
348
|
-
localCacheDir?: string;
|
|
349
|
-
localCacheMaxSizeMb?: number;
|
|
350
|
-
customerSamplesBucket?: string;
|
|
351
|
-
firmwareSamplesBucket?: string;
|
|
352
|
-
maxRetryAttempts?: number;
|
|
353
269
|
}
|
|
354
270
|
export interface AnalysesCoreApiUpdateAnalysisTagsRequest {
|
|
355
271
|
analysisId: number;
|
|
356
272
|
analysisUpdateTagsRequest: AnalysisUpdateTagsRequest;
|
|
357
|
-
endpointUrl?: string;
|
|
358
|
-
localCacheDir?: string;
|
|
359
|
-
localCacheMaxSizeMb?: number;
|
|
360
|
-
customerSamplesBucket?: string;
|
|
361
|
-
firmwareSamplesBucket?: string;
|
|
362
|
-
maxRetryAttempts?: number;
|
|
363
273
|
}
|
|
364
274
|
export interface AnalysesCoreApiUploadFileRequest {
|
|
365
275
|
uploadFileType: UploadFileType;
|
|
366
276
|
file: string;
|
|
367
277
|
packedPassword?: string;
|
|
368
|
-
endpointUrl?: string;
|
|
369
|
-
localCacheDir?: string;
|
|
370
|
-
localCacheMaxSizeMb?: number;
|
|
371
|
-
customerSamplesBucket?: string;
|
|
372
|
-
firmwareSamplesBucket?: string;
|
|
373
|
-
maxRetryAttempts?: number;
|
|
374
278
|
forceOverwrite?: boolean;
|
|
375
279
|
}
|
|
376
280
|
export declare class ObjectAnalysesCoreApi {
|
|
@@ -477,12 +381,6 @@ export interface AuthenticationUsersApiGetUserRequest {
|
|
|
477
381
|
export interface AuthenticationUsersApiGetUserActivityRequest {
|
|
478
382
|
}
|
|
479
383
|
export interface AuthenticationUsersApiGetUserCommentsRequest {
|
|
480
|
-
endpointUrl?: string;
|
|
481
|
-
localCacheDir?: string;
|
|
482
|
-
localCacheMaxSizeMb?: number;
|
|
483
|
-
customerSamplesBucket?: string;
|
|
484
|
-
firmwareSamplesBucket?: string;
|
|
485
|
-
maxRetryAttempts?: number;
|
|
486
384
|
}
|
|
487
385
|
export interface AuthenticationUsersApiSubmitUserFeedbackRequest {
|
|
488
386
|
submitUserFeedbackRequest: SubmitUserFeedbackRequest;
|
|
@@ -504,75 +402,27 @@ export declare class ObjectAuthenticationUsersApi {
|
|
|
504
402
|
import { BinariesApiRequestFactory, BinariesApiResponseProcessor } from "../apis/BinariesApi";
|
|
505
403
|
export interface BinariesApiDownloadZippedBinaryRequest {
|
|
506
404
|
binaryId: number;
|
|
507
|
-
endpointUrl?: string;
|
|
508
|
-
localCacheDir?: string;
|
|
509
|
-
localCacheMaxSizeMb?: number;
|
|
510
|
-
customerSamplesBucket?: string;
|
|
511
|
-
firmwareSamplesBucket?: string;
|
|
512
|
-
maxRetryAttempts?: number;
|
|
513
405
|
}
|
|
514
406
|
export interface BinariesApiGetBinaryAdditionalDetailsRequest {
|
|
515
407
|
binaryId: number;
|
|
516
|
-
endpointUrl?: string;
|
|
517
|
-
localCacheDir?: string;
|
|
518
|
-
localCacheMaxSizeMb?: number;
|
|
519
|
-
customerSamplesBucket?: string;
|
|
520
|
-
firmwareSamplesBucket?: string;
|
|
521
|
-
maxRetryAttempts?: number;
|
|
522
408
|
}
|
|
523
409
|
export interface BinariesApiGetBinaryAdditionalDetailsStatusRequest {
|
|
524
410
|
binaryId: number;
|
|
525
|
-
endpointUrl?: string;
|
|
526
|
-
localCacheDir?: string;
|
|
527
|
-
localCacheMaxSizeMb?: number;
|
|
528
|
-
customerSamplesBucket?: string;
|
|
529
|
-
firmwareSamplesBucket?: string;
|
|
530
|
-
maxRetryAttempts?: number;
|
|
531
411
|
}
|
|
532
412
|
export interface BinariesApiGetBinaryDetailsRequest {
|
|
533
413
|
binaryId: number;
|
|
534
|
-
endpointUrl?: string;
|
|
535
|
-
localCacheDir?: string;
|
|
536
|
-
localCacheMaxSizeMb?: number;
|
|
537
|
-
customerSamplesBucket?: string;
|
|
538
|
-
firmwareSamplesBucket?: string;
|
|
539
|
-
maxRetryAttempts?: number;
|
|
540
414
|
}
|
|
541
415
|
export interface BinariesApiGetBinaryDieInfoRequest {
|
|
542
416
|
binaryId: number;
|
|
543
|
-
endpointUrl?: string;
|
|
544
|
-
localCacheDir?: string;
|
|
545
|
-
localCacheMaxSizeMb?: number;
|
|
546
|
-
customerSamplesBucket?: string;
|
|
547
|
-
firmwareSamplesBucket?: string;
|
|
548
|
-
maxRetryAttempts?: number;
|
|
549
417
|
}
|
|
550
418
|
export interface BinariesApiGetBinaryExternalsRequest {
|
|
551
419
|
binaryId: number;
|
|
552
|
-
endpointUrl?: string;
|
|
553
|
-
localCacheDir?: string;
|
|
554
|
-
localCacheMaxSizeMb?: number;
|
|
555
|
-
customerSamplesBucket?: string;
|
|
556
|
-
firmwareSamplesBucket?: string;
|
|
557
|
-
maxRetryAttempts?: number;
|
|
558
420
|
}
|
|
559
421
|
export interface BinariesApiGetBinaryRelatedStatusRequest {
|
|
560
422
|
binaryId: number;
|
|
561
|
-
endpointUrl?: string;
|
|
562
|
-
localCacheDir?: string;
|
|
563
|
-
localCacheMaxSizeMb?: number;
|
|
564
|
-
customerSamplesBucket?: string;
|
|
565
|
-
firmwareSamplesBucket?: string;
|
|
566
|
-
maxRetryAttempts?: number;
|
|
567
423
|
}
|
|
568
424
|
export interface BinariesApiGetRelatedBinariesRequest {
|
|
569
425
|
binaryId: number;
|
|
570
|
-
endpointUrl?: string;
|
|
571
|
-
localCacheDir?: string;
|
|
572
|
-
localCacheMaxSizeMb?: number;
|
|
573
|
-
customerSamplesBucket?: string;
|
|
574
|
-
firmwareSamplesBucket?: string;
|
|
575
|
-
maxRetryAttempts?: number;
|
|
576
426
|
}
|
|
577
427
|
export declare class ObjectBinariesApi {
|
|
578
428
|
private api;
|
|
@@ -724,12 +574,6 @@ export interface FirmwareApiGetBinariesForFirmwareTaskRequest {
|
|
|
724
574
|
}
|
|
725
575
|
export interface FirmwareApiUploadFirmwareRequest {
|
|
726
576
|
file: string;
|
|
727
|
-
endpointUrl?: string;
|
|
728
|
-
localCacheDir?: string;
|
|
729
|
-
localCacheMaxSizeMb?: number;
|
|
730
|
-
customerSamplesBucket?: string;
|
|
731
|
-
firmwareSamplesBucket?: string;
|
|
732
|
-
maxRetryAttempts?: number;
|
|
733
577
|
password?: string;
|
|
734
578
|
}
|
|
735
579
|
export declare class ObjectFirmwareApi {
|
|
@@ -744,12 +588,6 @@ import { FunctionsAIDecompilationApiRequestFactory, FunctionsAIDecompilationApiR
|
|
|
744
588
|
export interface FunctionsAIDecompilationApiCreateAiDecompilationCommentRequest {
|
|
745
589
|
functionId: number;
|
|
746
590
|
functionCommentCreateRequest: FunctionCommentCreateRequest;
|
|
747
|
-
endpointUrl?: string;
|
|
748
|
-
localCacheDir?: string;
|
|
749
|
-
localCacheMaxSizeMb?: number;
|
|
750
|
-
customerSamplesBucket?: string;
|
|
751
|
-
firmwareSamplesBucket?: string;
|
|
752
|
-
maxRetryAttempts?: number;
|
|
753
591
|
}
|
|
754
592
|
export interface FunctionsAIDecompilationApiCreateAiDecompilationTaskRequest {
|
|
755
593
|
functionId: number;
|
|
@@ -757,21 +595,9 @@ export interface FunctionsAIDecompilationApiCreateAiDecompilationTaskRequest {
|
|
|
757
595
|
export interface FunctionsAIDecompilationApiDeleteAiDecompilationCommentRequest {
|
|
758
596
|
commentId: number;
|
|
759
597
|
functionId: number;
|
|
760
|
-
endpointUrl?: string;
|
|
761
|
-
localCacheDir?: string;
|
|
762
|
-
localCacheMaxSizeMb?: number;
|
|
763
|
-
customerSamplesBucket?: string;
|
|
764
|
-
firmwareSamplesBucket?: string;
|
|
765
|
-
maxRetryAttempts?: number;
|
|
766
598
|
}
|
|
767
599
|
export interface FunctionsAIDecompilationApiGetAiDecompilationCommentsRequest {
|
|
768
600
|
functionId: number;
|
|
769
|
-
endpointUrl?: string;
|
|
770
|
-
localCacheDir?: string;
|
|
771
|
-
localCacheMaxSizeMb?: number;
|
|
772
|
-
customerSamplesBucket?: string;
|
|
773
|
-
firmwareSamplesBucket?: string;
|
|
774
|
-
maxRetryAttempts?: number;
|
|
775
601
|
}
|
|
776
602
|
export interface FunctionsAIDecompilationApiGetAiDecompilationRatingRequest {
|
|
777
603
|
functionId: number;
|
|
@@ -789,12 +615,6 @@ export interface FunctionsAIDecompilationApiUpdateAiDecompilationCommentRequest
|
|
|
789
615
|
commentId: number;
|
|
790
616
|
functionId: number;
|
|
791
617
|
commentUpdateRequest: CommentUpdateRequest;
|
|
792
|
-
endpointUrl?: string;
|
|
793
|
-
localCacheDir?: string;
|
|
794
|
-
localCacheMaxSizeMb?: number;
|
|
795
|
-
customerSamplesBucket?: string;
|
|
796
|
-
firmwareSamplesBucket?: string;
|
|
797
|
-
maxRetryAttempts?: number;
|
|
798
618
|
}
|
|
799
619
|
export interface FunctionsAIDecompilationApiUpsertAiDecompilationRatingRequest {
|
|
800
620
|
functionId: number;
|
|
@@ -69,16 +69,16 @@ var ObjectAnalysesBulkActionsApi = (function () {
|
|
|
69
69
|
this.api = new ObservableAPI_2.ObservableAnalysesBulkActionsApi(configuration, requestFactory, responseProcessor);
|
|
70
70
|
}
|
|
71
71
|
ObjectAnalysesBulkActionsApi.prototype.bulkAddAnalysisTagsWithHttpInfo = function (param, options) {
|
|
72
|
-
return this.api.bulkAddAnalysisTagsWithHttpInfo(param.analysisBulkAddTagsRequest,
|
|
72
|
+
return this.api.bulkAddAnalysisTagsWithHttpInfo(param.analysisBulkAddTagsRequest, options).toPromise();
|
|
73
73
|
};
|
|
74
74
|
ObjectAnalysesBulkActionsApi.prototype.bulkAddAnalysisTags = function (param, options) {
|
|
75
|
-
return this.api.bulkAddAnalysisTags(param.analysisBulkAddTagsRequest,
|
|
75
|
+
return this.api.bulkAddAnalysisTags(param.analysisBulkAddTagsRequest, options).toPromise();
|
|
76
76
|
};
|
|
77
77
|
ObjectAnalysesBulkActionsApi.prototype.bulkDeleteAnalysesWithHttpInfo = function (param, options) {
|
|
78
|
-
return this.api.bulkDeleteAnalysesWithHttpInfo(param.bulkDeleteAnalysesRequest,
|
|
78
|
+
return this.api.bulkDeleteAnalysesWithHttpInfo(param.bulkDeleteAnalysesRequest, options).toPromise();
|
|
79
79
|
};
|
|
80
80
|
ObjectAnalysesBulkActionsApi.prototype.bulkDeleteAnalyses = function (param, options) {
|
|
81
|
-
return this.api.bulkDeleteAnalyses(param.bulkDeleteAnalysesRequest,
|
|
81
|
+
return this.api.bulkDeleteAnalyses(param.bulkDeleteAnalysesRequest, options).toPromise();
|
|
82
82
|
};
|
|
83
83
|
return ObjectAnalysesBulkActionsApi;
|
|
84
84
|
}());
|
|
@@ -89,28 +89,28 @@ var ObjectAnalysesCommentsApi = (function () {
|
|
|
89
89
|
this.api = new ObservableAPI_3.ObservableAnalysesCommentsApi(configuration, requestFactory, responseProcessor);
|
|
90
90
|
}
|
|
91
91
|
ObjectAnalysesCommentsApi.prototype.createAnalysisCommentWithHttpInfo = function (param, options) {
|
|
92
|
-
return this.api.createAnalysisCommentWithHttpInfo(param.analysisId, param.commentBase,
|
|
92
|
+
return this.api.createAnalysisCommentWithHttpInfo(param.analysisId, param.commentBase, options).toPromise();
|
|
93
93
|
};
|
|
94
94
|
ObjectAnalysesCommentsApi.prototype.createAnalysisComment = function (param, options) {
|
|
95
|
-
return this.api.createAnalysisComment(param.analysisId, param.commentBase,
|
|
95
|
+
return this.api.createAnalysisComment(param.analysisId, param.commentBase, options).toPromise();
|
|
96
96
|
};
|
|
97
97
|
ObjectAnalysesCommentsApi.prototype.deleteAnalysisCommentWithHttpInfo = function (param, options) {
|
|
98
|
-
return this.api.deleteAnalysisCommentWithHttpInfo(param.commentId, param.analysisId,
|
|
98
|
+
return this.api.deleteAnalysisCommentWithHttpInfo(param.commentId, param.analysisId, options).toPromise();
|
|
99
99
|
};
|
|
100
100
|
ObjectAnalysesCommentsApi.prototype.deleteAnalysisComment = function (param, options) {
|
|
101
|
-
return this.api.deleteAnalysisComment(param.commentId, param.analysisId,
|
|
101
|
+
return this.api.deleteAnalysisComment(param.commentId, param.analysisId, options).toPromise();
|
|
102
102
|
};
|
|
103
103
|
ObjectAnalysesCommentsApi.prototype.getAnalysisCommentsWithHttpInfo = function (param, options) {
|
|
104
|
-
return this.api.getAnalysisCommentsWithHttpInfo(param.analysisId,
|
|
104
|
+
return this.api.getAnalysisCommentsWithHttpInfo(param.analysisId, options).toPromise();
|
|
105
105
|
};
|
|
106
106
|
ObjectAnalysesCommentsApi.prototype.getAnalysisComments = function (param, options) {
|
|
107
|
-
return this.api.getAnalysisComments(param.analysisId,
|
|
107
|
+
return this.api.getAnalysisComments(param.analysisId, options).toPromise();
|
|
108
108
|
};
|
|
109
109
|
ObjectAnalysesCommentsApi.prototype.updateAnalysisCommentWithHttpInfo = function (param, options) {
|
|
110
|
-
return this.api.updateAnalysisCommentWithHttpInfo(param.commentId, param.analysisId, param.commentUpdateRequest,
|
|
110
|
+
return this.api.updateAnalysisCommentWithHttpInfo(param.commentId, param.analysisId, param.commentUpdateRequest, options).toPromise();
|
|
111
111
|
};
|
|
112
112
|
ObjectAnalysesCommentsApi.prototype.updateAnalysisComment = function (param, options) {
|
|
113
|
-
return this.api.updateAnalysisComment(param.commentId, param.analysisId, param.commentUpdateRequest,
|
|
113
|
+
return this.api.updateAnalysisComment(param.commentId, param.analysisId, param.commentUpdateRequest, options).toPromise();
|
|
114
114
|
};
|
|
115
115
|
return ObjectAnalysesCommentsApi;
|
|
116
116
|
}());
|
|
@@ -121,16 +121,16 @@ var ObjectAnalysesCoreApi = (function () {
|
|
|
121
121
|
this.api = new ObservableAPI_4.ObservableAnalysesCoreApi(configuration, requestFactory, responseProcessor);
|
|
122
122
|
}
|
|
123
123
|
ObjectAnalysesCoreApi.prototype.createAnalysisWithHttpInfo = function (param, options) {
|
|
124
|
-
return this.api.createAnalysisWithHttpInfo(param.analysisCreateRequest, param.
|
|
124
|
+
return this.api.createAnalysisWithHttpInfo(param.analysisCreateRequest, param.xRevEngApplication, options).toPromise();
|
|
125
125
|
};
|
|
126
126
|
ObjectAnalysesCoreApi.prototype.createAnalysis = function (param, options) {
|
|
127
|
-
return this.api.createAnalysis(param.analysisCreateRequest, param.
|
|
127
|
+
return this.api.createAnalysis(param.analysisCreateRequest, param.xRevEngApplication, options).toPromise();
|
|
128
128
|
};
|
|
129
129
|
ObjectAnalysesCoreApi.prototype.deleteAnalysisWithHttpInfo = function (param, options) {
|
|
130
|
-
return this.api.deleteAnalysisWithHttpInfo(param.analysisId,
|
|
130
|
+
return this.api.deleteAnalysisWithHttpInfo(param.analysisId, options).toPromise();
|
|
131
131
|
};
|
|
132
132
|
ObjectAnalysesCoreApi.prototype.deleteAnalysis = function (param, options) {
|
|
133
|
-
return this.api.deleteAnalysis(param.analysisId,
|
|
133
|
+
return this.api.deleteAnalysis(param.analysisId, options).toPromise();
|
|
134
134
|
};
|
|
135
135
|
ObjectAnalysesCoreApi.prototype.getAnalysisBasicInfoWithHttpInfo = function (param, options) {
|
|
136
136
|
return this.api.getAnalysisBasicInfoWithHttpInfo(param.analysisId, options).toPromise();
|
|
@@ -139,22 +139,22 @@ var ObjectAnalysesCoreApi = (function () {
|
|
|
139
139
|
return this.api.getAnalysisBasicInfo(param.analysisId, options).toPromise();
|
|
140
140
|
};
|
|
141
141
|
ObjectAnalysesCoreApi.prototype.getAnalysisFunctionMapWithHttpInfo = function (param, options) {
|
|
142
|
-
return this.api.getAnalysisFunctionMapWithHttpInfo(param.analysisId,
|
|
142
|
+
return this.api.getAnalysisFunctionMapWithHttpInfo(param.analysisId, options).toPromise();
|
|
143
143
|
};
|
|
144
144
|
ObjectAnalysesCoreApi.prototype.getAnalysisFunctionMap = function (param, options) {
|
|
145
|
-
return this.api.getAnalysisFunctionMap(param.analysisId,
|
|
145
|
+
return this.api.getAnalysisFunctionMap(param.analysisId, options).toPromise();
|
|
146
146
|
};
|
|
147
147
|
ObjectAnalysesCoreApi.prototype.getAnalysisLogsWithHttpInfo = function (param, options) {
|
|
148
|
-
return this.api.getAnalysisLogsWithHttpInfo(param.analysisId,
|
|
148
|
+
return this.api.getAnalysisLogsWithHttpInfo(param.analysisId, options).toPromise();
|
|
149
149
|
};
|
|
150
150
|
ObjectAnalysesCoreApi.prototype.getAnalysisLogs = function (param, options) {
|
|
151
|
-
return this.api.getAnalysisLogs(param.analysisId,
|
|
151
|
+
return this.api.getAnalysisLogs(param.analysisId, options).toPromise();
|
|
152
152
|
};
|
|
153
153
|
ObjectAnalysesCoreApi.prototype.getAnalysisParamsWithHttpInfo = function (param, options) {
|
|
154
|
-
return this.api.getAnalysisParamsWithHttpInfo(param.analysisId,
|
|
154
|
+
return this.api.getAnalysisParamsWithHttpInfo(param.analysisId, options).toPromise();
|
|
155
155
|
};
|
|
156
156
|
ObjectAnalysesCoreApi.prototype.getAnalysisParams = function (param, options) {
|
|
157
|
-
return this.api.getAnalysisParams(param.analysisId,
|
|
157
|
+
return this.api.getAnalysisParams(param.analysisId, options).toPromise();
|
|
158
158
|
};
|
|
159
159
|
ObjectAnalysesCoreApi.prototype.getAnalysisQueuePositionWithHttpInfo = function (param, options) {
|
|
160
160
|
return this.api.getAnalysisQueuePositionWithHttpInfo(param.analysisId, options).toPromise();
|
|
@@ -169,10 +169,10 @@ var ObjectAnalysesCoreApi = (function () {
|
|
|
169
169
|
return this.api.getAnalysisStatus(param.analysisId, options).toPromise();
|
|
170
170
|
};
|
|
171
171
|
ObjectAnalysesCoreApi.prototype.insertAnalysisLogWithHttpInfo = function (param, options) {
|
|
172
|
-
return this.api.insertAnalysisLogWithHttpInfo(param.analysisId, param.insertAnalysisLogRequest,
|
|
172
|
+
return this.api.insertAnalysisLogWithHttpInfo(param.analysisId, param.insertAnalysisLogRequest, options).toPromise();
|
|
173
173
|
};
|
|
174
174
|
ObjectAnalysesCoreApi.prototype.insertAnalysisLog = function (param, options) {
|
|
175
|
-
return this.api.insertAnalysisLog(param.analysisId, param.insertAnalysisLogRequest,
|
|
175
|
+
return this.api.insertAnalysisLog(param.analysisId, param.insertAnalysisLogRequest, options).toPromise();
|
|
176
176
|
};
|
|
177
177
|
ObjectAnalysesCoreApi.prototype.listAnalysesWithHttpInfo = function (param, options) {
|
|
178
178
|
if (param === void 0) { param = {}; }
|
|
@@ -195,28 +195,28 @@ var ObjectAnalysesCoreApi = (function () {
|
|
|
195
195
|
return this.api.putAnalysisStrings(param.analysisId, param.putAnalysisStringsRequest, options).toPromise();
|
|
196
196
|
};
|
|
197
197
|
ObjectAnalysesCoreApi.prototype.requeueAnalysisWithHttpInfo = function (param, options) {
|
|
198
|
-
return this.api.requeueAnalysisWithHttpInfo(param.analysisId, param.reAnalysisForm, param.
|
|
198
|
+
return this.api.requeueAnalysisWithHttpInfo(param.analysisId, param.reAnalysisForm, param.xRevEngApplication, options).toPromise();
|
|
199
199
|
};
|
|
200
200
|
ObjectAnalysesCoreApi.prototype.requeueAnalysis = function (param, options) {
|
|
201
|
-
return this.api.requeueAnalysis(param.analysisId, param.reAnalysisForm, param.
|
|
201
|
+
return this.api.requeueAnalysis(param.analysisId, param.reAnalysisForm, param.xRevEngApplication, options).toPromise();
|
|
202
202
|
};
|
|
203
203
|
ObjectAnalysesCoreApi.prototype.updateAnalysisWithHttpInfo = function (param, options) {
|
|
204
|
-
return this.api.updateAnalysisWithHttpInfo(param.analysisId, param.analysisUpdateRequest,
|
|
204
|
+
return this.api.updateAnalysisWithHttpInfo(param.analysisId, param.analysisUpdateRequest, options).toPromise();
|
|
205
205
|
};
|
|
206
206
|
ObjectAnalysesCoreApi.prototype.updateAnalysis = function (param, options) {
|
|
207
|
-
return this.api.updateAnalysis(param.analysisId, param.analysisUpdateRequest,
|
|
207
|
+
return this.api.updateAnalysis(param.analysisId, param.analysisUpdateRequest, options).toPromise();
|
|
208
208
|
};
|
|
209
209
|
ObjectAnalysesCoreApi.prototype.updateAnalysisTagsWithHttpInfo = function (param, options) {
|
|
210
|
-
return this.api.updateAnalysisTagsWithHttpInfo(param.analysisId, param.analysisUpdateTagsRequest,
|
|
210
|
+
return this.api.updateAnalysisTagsWithHttpInfo(param.analysisId, param.analysisUpdateTagsRequest, options).toPromise();
|
|
211
211
|
};
|
|
212
212
|
ObjectAnalysesCoreApi.prototype.updateAnalysisTags = function (param, options) {
|
|
213
|
-
return this.api.updateAnalysisTags(param.analysisId, param.analysisUpdateTagsRequest,
|
|
213
|
+
return this.api.updateAnalysisTags(param.analysisId, param.analysisUpdateTagsRequest, options).toPromise();
|
|
214
214
|
};
|
|
215
215
|
ObjectAnalysesCoreApi.prototype.uploadFileWithHttpInfo = function (param, options) {
|
|
216
|
-
return this.api.uploadFileWithHttpInfo(param.uploadFileType, param.file, param.packedPassword, param.
|
|
216
|
+
return this.api.uploadFileWithHttpInfo(param.uploadFileType, param.file, param.packedPassword, param.forceOverwrite, options).toPromise();
|
|
217
217
|
};
|
|
218
218
|
ObjectAnalysesCoreApi.prototype.uploadFile = function (param, options) {
|
|
219
|
-
return this.api.uploadFile(param.uploadFileType, param.file, param.packedPassword, param.
|
|
219
|
+
return this.api.uploadFile(param.uploadFileType, param.file, param.packedPassword, param.forceOverwrite, options).toPromise();
|
|
220
220
|
};
|
|
221
221
|
return ObjectAnalysesCoreApi;
|
|
222
222
|
}());
|
|
@@ -314,11 +314,11 @@ var ObjectAuthenticationUsersApi = (function () {
|
|
|
314
314
|
};
|
|
315
315
|
ObjectAuthenticationUsersApi.prototype.getUserCommentsWithHttpInfo = function (param, options) {
|
|
316
316
|
if (param === void 0) { param = {}; }
|
|
317
|
-
return this.api.getUserCommentsWithHttpInfo(
|
|
317
|
+
return this.api.getUserCommentsWithHttpInfo(options).toPromise();
|
|
318
318
|
};
|
|
319
319
|
ObjectAuthenticationUsersApi.prototype.getUserComments = function (param, options) {
|
|
320
320
|
if (param === void 0) { param = {}; }
|
|
321
|
-
return this.api.getUserComments(
|
|
321
|
+
return this.api.getUserComments(options).toPromise();
|
|
322
322
|
};
|
|
323
323
|
ObjectAuthenticationUsersApi.prototype.submitUserFeedbackWithHttpInfo = function (param, options) {
|
|
324
324
|
return this.api.submitUserFeedbackWithHttpInfo(param.submitUserFeedbackRequest, options).toPromise();
|
|
@@ -335,52 +335,52 @@ var ObjectBinariesApi = (function () {
|
|
|
335
335
|
this.api = new ObservableAPI_8.ObservableBinariesApi(configuration, requestFactory, responseProcessor);
|
|
336
336
|
}
|
|
337
337
|
ObjectBinariesApi.prototype.downloadZippedBinaryWithHttpInfo = function (param, options) {
|
|
338
|
-
return this.api.downloadZippedBinaryWithHttpInfo(param.binaryId,
|
|
338
|
+
return this.api.downloadZippedBinaryWithHttpInfo(param.binaryId, options).toPromise();
|
|
339
339
|
};
|
|
340
340
|
ObjectBinariesApi.prototype.downloadZippedBinary = function (param, options) {
|
|
341
|
-
return this.api.downloadZippedBinary(param.binaryId,
|
|
341
|
+
return this.api.downloadZippedBinary(param.binaryId, options).toPromise();
|
|
342
342
|
};
|
|
343
343
|
ObjectBinariesApi.prototype.getBinaryAdditionalDetailsWithHttpInfo = function (param, options) {
|
|
344
|
-
return this.api.getBinaryAdditionalDetailsWithHttpInfo(param.binaryId,
|
|
344
|
+
return this.api.getBinaryAdditionalDetailsWithHttpInfo(param.binaryId, options).toPromise();
|
|
345
345
|
};
|
|
346
346
|
ObjectBinariesApi.prototype.getBinaryAdditionalDetails = function (param, options) {
|
|
347
|
-
return this.api.getBinaryAdditionalDetails(param.binaryId,
|
|
347
|
+
return this.api.getBinaryAdditionalDetails(param.binaryId, options).toPromise();
|
|
348
348
|
};
|
|
349
349
|
ObjectBinariesApi.prototype.getBinaryAdditionalDetailsStatusWithHttpInfo = function (param, options) {
|
|
350
|
-
return this.api.getBinaryAdditionalDetailsStatusWithHttpInfo(param.binaryId,
|
|
350
|
+
return this.api.getBinaryAdditionalDetailsStatusWithHttpInfo(param.binaryId, options).toPromise();
|
|
351
351
|
};
|
|
352
352
|
ObjectBinariesApi.prototype.getBinaryAdditionalDetailsStatus = function (param, options) {
|
|
353
|
-
return this.api.getBinaryAdditionalDetailsStatus(param.binaryId,
|
|
353
|
+
return this.api.getBinaryAdditionalDetailsStatus(param.binaryId, options).toPromise();
|
|
354
354
|
};
|
|
355
355
|
ObjectBinariesApi.prototype.getBinaryDetailsWithHttpInfo = function (param, options) {
|
|
356
|
-
return this.api.getBinaryDetailsWithHttpInfo(param.binaryId,
|
|
356
|
+
return this.api.getBinaryDetailsWithHttpInfo(param.binaryId, options).toPromise();
|
|
357
357
|
};
|
|
358
358
|
ObjectBinariesApi.prototype.getBinaryDetails = function (param, options) {
|
|
359
|
-
return this.api.getBinaryDetails(param.binaryId,
|
|
359
|
+
return this.api.getBinaryDetails(param.binaryId, options).toPromise();
|
|
360
360
|
};
|
|
361
361
|
ObjectBinariesApi.prototype.getBinaryDieInfoWithHttpInfo = function (param, options) {
|
|
362
|
-
return this.api.getBinaryDieInfoWithHttpInfo(param.binaryId,
|
|
362
|
+
return this.api.getBinaryDieInfoWithHttpInfo(param.binaryId, options).toPromise();
|
|
363
363
|
};
|
|
364
364
|
ObjectBinariesApi.prototype.getBinaryDieInfo = function (param, options) {
|
|
365
|
-
return this.api.getBinaryDieInfo(param.binaryId,
|
|
365
|
+
return this.api.getBinaryDieInfo(param.binaryId, options).toPromise();
|
|
366
366
|
};
|
|
367
367
|
ObjectBinariesApi.prototype.getBinaryExternalsWithHttpInfo = function (param, options) {
|
|
368
|
-
return this.api.getBinaryExternalsWithHttpInfo(param.binaryId,
|
|
368
|
+
return this.api.getBinaryExternalsWithHttpInfo(param.binaryId, options).toPromise();
|
|
369
369
|
};
|
|
370
370
|
ObjectBinariesApi.prototype.getBinaryExternals = function (param, options) {
|
|
371
|
-
return this.api.getBinaryExternals(param.binaryId,
|
|
371
|
+
return this.api.getBinaryExternals(param.binaryId, options).toPromise();
|
|
372
372
|
};
|
|
373
373
|
ObjectBinariesApi.prototype.getBinaryRelatedStatusWithHttpInfo = function (param, options) {
|
|
374
|
-
return this.api.getBinaryRelatedStatusWithHttpInfo(param.binaryId,
|
|
374
|
+
return this.api.getBinaryRelatedStatusWithHttpInfo(param.binaryId, options).toPromise();
|
|
375
375
|
};
|
|
376
376
|
ObjectBinariesApi.prototype.getBinaryRelatedStatus = function (param, options) {
|
|
377
|
-
return this.api.getBinaryRelatedStatus(param.binaryId,
|
|
377
|
+
return this.api.getBinaryRelatedStatus(param.binaryId, options).toPromise();
|
|
378
378
|
};
|
|
379
379
|
ObjectBinariesApi.prototype.getRelatedBinariesWithHttpInfo = function (param, options) {
|
|
380
|
-
return this.api.getRelatedBinariesWithHttpInfo(param.binaryId,
|
|
380
|
+
return this.api.getRelatedBinariesWithHttpInfo(param.binaryId, options).toPromise();
|
|
381
381
|
};
|
|
382
382
|
ObjectBinariesApi.prototype.getRelatedBinaries = function (param, options) {
|
|
383
|
-
return this.api.getRelatedBinaries(param.binaryId,
|
|
383
|
+
return this.api.getRelatedBinaries(param.binaryId, options).toPromise();
|
|
384
384
|
};
|
|
385
385
|
return ObjectBinariesApi;
|
|
386
386
|
}());
|
|
@@ -543,10 +543,10 @@ var ObjectFirmwareApi = (function () {
|
|
|
543
543
|
return this.api.getBinariesForFirmwareTask(param.taskId, options).toPromise();
|
|
544
544
|
};
|
|
545
545
|
ObjectFirmwareApi.prototype.uploadFirmwareWithHttpInfo = function (param, options) {
|
|
546
|
-
return this.api.uploadFirmwareWithHttpInfo(param.file, param.
|
|
546
|
+
return this.api.uploadFirmwareWithHttpInfo(param.file, param.password, options).toPromise();
|
|
547
547
|
};
|
|
548
548
|
ObjectFirmwareApi.prototype.uploadFirmware = function (param, options) {
|
|
549
|
-
return this.api.uploadFirmware(param.file, param.
|
|
549
|
+
return this.api.uploadFirmware(param.file, param.password, options).toPromise();
|
|
550
550
|
};
|
|
551
551
|
return ObjectFirmwareApi;
|
|
552
552
|
}());
|
|
@@ -557,10 +557,10 @@ var ObjectFunctionsAIDecompilationApi = (function () {
|
|
|
557
557
|
this.api = new ObservableAPI_14.ObservableFunctionsAIDecompilationApi(configuration, requestFactory, responseProcessor);
|
|
558
558
|
}
|
|
559
559
|
ObjectFunctionsAIDecompilationApi.prototype.createAiDecompilationCommentWithHttpInfo = function (param, options) {
|
|
560
|
-
return this.api.createAiDecompilationCommentWithHttpInfo(param.functionId, param.functionCommentCreateRequest,
|
|
560
|
+
return this.api.createAiDecompilationCommentWithHttpInfo(param.functionId, param.functionCommentCreateRequest, options).toPromise();
|
|
561
561
|
};
|
|
562
562
|
ObjectFunctionsAIDecompilationApi.prototype.createAiDecompilationComment = function (param, options) {
|
|
563
|
-
return this.api.createAiDecompilationComment(param.functionId, param.functionCommentCreateRequest,
|
|
563
|
+
return this.api.createAiDecompilationComment(param.functionId, param.functionCommentCreateRequest, options).toPromise();
|
|
564
564
|
};
|
|
565
565
|
ObjectFunctionsAIDecompilationApi.prototype.createAiDecompilationTaskWithHttpInfo = function (param, options) {
|
|
566
566
|
return this.api.createAiDecompilationTaskWithHttpInfo(param.functionId, options).toPromise();
|
|
@@ -569,16 +569,16 @@ var ObjectFunctionsAIDecompilationApi = (function () {
|
|
|
569
569
|
return this.api.createAiDecompilationTask(param.functionId, options).toPromise();
|
|
570
570
|
};
|
|
571
571
|
ObjectFunctionsAIDecompilationApi.prototype.deleteAiDecompilationCommentWithHttpInfo = function (param, options) {
|
|
572
|
-
return this.api.deleteAiDecompilationCommentWithHttpInfo(param.commentId, param.functionId,
|
|
572
|
+
return this.api.deleteAiDecompilationCommentWithHttpInfo(param.commentId, param.functionId, options).toPromise();
|
|
573
573
|
};
|
|
574
574
|
ObjectFunctionsAIDecompilationApi.prototype.deleteAiDecompilationComment = function (param, options) {
|
|
575
|
-
return this.api.deleteAiDecompilationComment(param.commentId, param.functionId,
|
|
575
|
+
return this.api.deleteAiDecompilationComment(param.commentId, param.functionId, options).toPromise();
|
|
576
576
|
};
|
|
577
577
|
ObjectFunctionsAIDecompilationApi.prototype.getAiDecompilationCommentsWithHttpInfo = function (param, options) {
|
|
578
|
-
return this.api.getAiDecompilationCommentsWithHttpInfo(param.functionId,
|
|
578
|
+
return this.api.getAiDecompilationCommentsWithHttpInfo(param.functionId, options).toPromise();
|
|
579
579
|
};
|
|
580
580
|
ObjectFunctionsAIDecompilationApi.prototype.getAiDecompilationComments = function (param, options) {
|
|
581
|
-
return this.api.getAiDecompilationComments(param.functionId,
|
|
581
|
+
return this.api.getAiDecompilationComments(param.functionId, options).toPromise();
|
|
582
582
|
};
|
|
583
583
|
ObjectFunctionsAIDecompilationApi.prototype.getAiDecompilationRatingWithHttpInfo = function (param, options) {
|
|
584
584
|
return this.api.getAiDecompilationRatingWithHttpInfo(param.functionId, options).toPromise();
|
|
@@ -599,10 +599,10 @@ var ObjectFunctionsAIDecompilationApi = (function () {
|
|
|
599
599
|
return this.api.getAiDecompilationTaskStatus(param.functionId, options).toPromise();
|
|
600
600
|
};
|
|
601
601
|
ObjectFunctionsAIDecompilationApi.prototype.updateAiDecompilationCommentWithHttpInfo = function (param, options) {
|
|
602
|
-
return this.api.updateAiDecompilationCommentWithHttpInfo(param.commentId, param.functionId, param.commentUpdateRequest,
|
|
602
|
+
return this.api.updateAiDecompilationCommentWithHttpInfo(param.commentId, param.functionId, param.commentUpdateRequest, options).toPromise();
|
|
603
603
|
};
|
|
604
604
|
ObjectFunctionsAIDecompilationApi.prototype.updateAiDecompilationComment = function (param, options) {
|
|
605
|
-
return this.api.updateAiDecompilationComment(param.commentId, param.functionId, param.commentUpdateRequest,
|
|
605
|
+
return this.api.updateAiDecompilationComment(param.commentId, param.functionId, param.commentUpdateRequest, options).toPromise();
|
|
606
606
|
};
|
|
607
607
|
ObjectFunctionsAIDecompilationApi.prototype.upsertAiDecompilationRatingWithHttpInfo = function (param, options) {
|
|
608
608
|
return this.api.upsertAiDecompilationRatingWithHttpInfo(param.functionId, param.upsertAiDecomplationRatingRequest, options).toPromise();
|