@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
|
@@ -273,10 +273,10 @@ var ObservableAnalysesBulkActionsApi = (function () {
|
|
|
273
273
|
this.requestFactory = requestFactory || new AnalysesBulkActionsApi_1.AnalysesBulkActionsApiRequestFactory(configuration);
|
|
274
274
|
this.responseProcessor = responseProcessor || new AnalysesBulkActionsApi_1.AnalysesBulkActionsApiResponseProcessor();
|
|
275
275
|
}
|
|
276
|
-
ObservableAnalysesBulkActionsApi.prototype.bulkAddAnalysisTagsWithHttpInfo = function (analysisBulkAddTagsRequest,
|
|
276
|
+
ObservableAnalysesBulkActionsApi.prototype.bulkAddAnalysisTagsWithHttpInfo = function (analysisBulkAddTagsRequest, _options) {
|
|
277
277
|
var _this = this;
|
|
278
278
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
279
|
-
var requestContextPromise = this.requestFactory.bulkAddAnalysisTags(analysisBulkAddTagsRequest,
|
|
279
|
+
var requestContextPromise = this.requestFactory.bulkAddAnalysisTags(analysisBulkAddTagsRequest, _config);
|
|
280
280
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
281
281
|
var _loop_19 = function (middleware) {
|
|
282
282
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -298,13 +298,13 @@ var ObservableAnalysesBulkActionsApi = (function () {
|
|
|
298
298
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.bulkAddAnalysisTagsWithHttpInfo(rsp); }));
|
|
299
299
|
}));
|
|
300
300
|
};
|
|
301
|
-
ObservableAnalysesBulkActionsApi.prototype.bulkAddAnalysisTags = function (analysisBulkAddTagsRequest,
|
|
302
|
-
return this.bulkAddAnalysisTagsWithHttpInfo(analysisBulkAddTagsRequest,
|
|
301
|
+
ObservableAnalysesBulkActionsApi.prototype.bulkAddAnalysisTags = function (analysisBulkAddTagsRequest, _options) {
|
|
302
|
+
return this.bulkAddAnalysisTagsWithHttpInfo(analysisBulkAddTagsRequest, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
303
303
|
};
|
|
304
|
-
ObservableAnalysesBulkActionsApi.prototype.bulkDeleteAnalysesWithHttpInfo = function (bulkDeleteAnalysesRequest,
|
|
304
|
+
ObservableAnalysesBulkActionsApi.prototype.bulkDeleteAnalysesWithHttpInfo = function (bulkDeleteAnalysesRequest, _options) {
|
|
305
305
|
var _this = this;
|
|
306
306
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
307
|
-
var requestContextPromise = this.requestFactory.bulkDeleteAnalyses(bulkDeleteAnalysesRequest,
|
|
307
|
+
var requestContextPromise = this.requestFactory.bulkDeleteAnalyses(bulkDeleteAnalysesRequest, _config);
|
|
308
308
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
309
309
|
var _loop_21 = function (middleware) {
|
|
310
310
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -326,8 +326,8 @@ var ObservableAnalysesBulkActionsApi = (function () {
|
|
|
326
326
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.bulkDeleteAnalysesWithHttpInfo(rsp); }));
|
|
327
327
|
}));
|
|
328
328
|
};
|
|
329
|
-
ObservableAnalysesBulkActionsApi.prototype.bulkDeleteAnalyses = function (bulkDeleteAnalysesRequest,
|
|
330
|
-
return this.bulkDeleteAnalysesWithHttpInfo(bulkDeleteAnalysesRequest,
|
|
329
|
+
ObservableAnalysesBulkActionsApi.prototype.bulkDeleteAnalyses = function (bulkDeleteAnalysesRequest, _options) {
|
|
330
|
+
return this.bulkDeleteAnalysesWithHttpInfo(bulkDeleteAnalysesRequest, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
331
331
|
};
|
|
332
332
|
return ObservableAnalysesBulkActionsApi;
|
|
333
333
|
}());
|
|
@@ -339,10 +339,10 @@ var ObservableAnalysesCommentsApi = (function () {
|
|
|
339
339
|
this.requestFactory = requestFactory || new AnalysesCommentsApi_1.AnalysesCommentsApiRequestFactory(configuration);
|
|
340
340
|
this.responseProcessor = responseProcessor || new AnalysesCommentsApi_1.AnalysesCommentsApiResponseProcessor();
|
|
341
341
|
}
|
|
342
|
-
ObservableAnalysesCommentsApi.prototype.createAnalysisCommentWithHttpInfo = function (analysisId, commentBase,
|
|
342
|
+
ObservableAnalysesCommentsApi.prototype.createAnalysisCommentWithHttpInfo = function (analysisId, commentBase, _options) {
|
|
343
343
|
var _this = this;
|
|
344
344
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
345
|
-
var requestContextPromise = this.requestFactory.createAnalysisComment(analysisId, commentBase,
|
|
345
|
+
var requestContextPromise = this.requestFactory.createAnalysisComment(analysisId, commentBase, _config);
|
|
346
346
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
347
347
|
var _loop_23 = function (middleware) {
|
|
348
348
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -364,13 +364,13 @@ var ObservableAnalysesCommentsApi = (function () {
|
|
|
364
364
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.createAnalysisCommentWithHttpInfo(rsp); }));
|
|
365
365
|
}));
|
|
366
366
|
};
|
|
367
|
-
ObservableAnalysesCommentsApi.prototype.createAnalysisComment = function (analysisId, commentBase,
|
|
368
|
-
return this.createAnalysisCommentWithHttpInfo(analysisId, commentBase,
|
|
367
|
+
ObservableAnalysesCommentsApi.prototype.createAnalysisComment = function (analysisId, commentBase, _options) {
|
|
368
|
+
return this.createAnalysisCommentWithHttpInfo(analysisId, commentBase, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
369
369
|
};
|
|
370
|
-
ObservableAnalysesCommentsApi.prototype.deleteAnalysisCommentWithHttpInfo = function (commentId, analysisId,
|
|
370
|
+
ObservableAnalysesCommentsApi.prototype.deleteAnalysisCommentWithHttpInfo = function (commentId, analysisId, _options) {
|
|
371
371
|
var _this = this;
|
|
372
372
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
373
|
-
var requestContextPromise = this.requestFactory.deleteAnalysisComment(commentId, analysisId,
|
|
373
|
+
var requestContextPromise = this.requestFactory.deleteAnalysisComment(commentId, analysisId, _config);
|
|
374
374
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
375
375
|
var _loop_25 = function (middleware) {
|
|
376
376
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -392,13 +392,13 @@ var ObservableAnalysesCommentsApi = (function () {
|
|
|
392
392
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.deleteAnalysisCommentWithHttpInfo(rsp); }));
|
|
393
393
|
}));
|
|
394
394
|
};
|
|
395
|
-
ObservableAnalysesCommentsApi.prototype.deleteAnalysisComment = function (commentId, analysisId,
|
|
396
|
-
return this.deleteAnalysisCommentWithHttpInfo(commentId, analysisId,
|
|
395
|
+
ObservableAnalysesCommentsApi.prototype.deleteAnalysisComment = function (commentId, analysisId, _options) {
|
|
396
|
+
return this.deleteAnalysisCommentWithHttpInfo(commentId, analysisId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
397
397
|
};
|
|
398
|
-
ObservableAnalysesCommentsApi.prototype.getAnalysisCommentsWithHttpInfo = function (analysisId,
|
|
398
|
+
ObservableAnalysesCommentsApi.prototype.getAnalysisCommentsWithHttpInfo = function (analysisId, _options) {
|
|
399
399
|
var _this = this;
|
|
400
400
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
401
|
-
var requestContextPromise = this.requestFactory.getAnalysisComments(analysisId,
|
|
401
|
+
var requestContextPromise = this.requestFactory.getAnalysisComments(analysisId, _config);
|
|
402
402
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
403
403
|
var _loop_27 = function (middleware) {
|
|
404
404
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -420,13 +420,13 @@ var ObservableAnalysesCommentsApi = (function () {
|
|
|
420
420
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getAnalysisCommentsWithHttpInfo(rsp); }));
|
|
421
421
|
}));
|
|
422
422
|
};
|
|
423
|
-
ObservableAnalysesCommentsApi.prototype.getAnalysisComments = function (analysisId,
|
|
424
|
-
return this.getAnalysisCommentsWithHttpInfo(analysisId,
|
|
423
|
+
ObservableAnalysesCommentsApi.prototype.getAnalysisComments = function (analysisId, _options) {
|
|
424
|
+
return this.getAnalysisCommentsWithHttpInfo(analysisId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
425
425
|
};
|
|
426
|
-
ObservableAnalysesCommentsApi.prototype.updateAnalysisCommentWithHttpInfo = function (commentId, analysisId, commentUpdateRequest,
|
|
426
|
+
ObservableAnalysesCommentsApi.prototype.updateAnalysisCommentWithHttpInfo = function (commentId, analysisId, commentUpdateRequest, _options) {
|
|
427
427
|
var _this = this;
|
|
428
428
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
429
|
-
var requestContextPromise = this.requestFactory.updateAnalysisComment(commentId, analysisId, commentUpdateRequest,
|
|
429
|
+
var requestContextPromise = this.requestFactory.updateAnalysisComment(commentId, analysisId, commentUpdateRequest, _config);
|
|
430
430
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
431
431
|
var _loop_29 = function (middleware) {
|
|
432
432
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -448,8 +448,8 @@ var ObservableAnalysesCommentsApi = (function () {
|
|
|
448
448
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.updateAnalysisCommentWithHttpInfo(rsp); }));
|
|
449
449
|
}));
|
|
450
450
|
};
|
|
451
|
-
ObservableAnalysesCommentsApi.prototype.updateAnalysisComment = function (commentId, analysisId, commentUpdateRequest,
|
|
452
|
-
return this.updateAnalysisCommentWithHttpInfo(commentId, analysisId, commentUpdateRequest,
|
|
451
|
+
ObservableAnalysesCommentsApi.prototype.updateAnalysisComment = function (commentId, analysisId, commentUpdateRequest, _options) {
|
|
452
|
+
return this.updateAnalysisCommentWithHttpInfo(commentId, analysisId, commentUpdateRequest, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
453
453
|
};
|
|
454
454
|
return ObservableAnalysesCommentsApi;
|
|
455
455
|
}());
|
|
@@ -461,10 +461,10 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
461
461
|
this.requestFactory = requestFactory || new AnalysesCoreApi_1.AnalysesCoreApiRequestFactory(configuration);
|
|
462
462
|
this.responseProcessor = responseProcessor || new AnalysesCoreApi_1.AnalysesCoreApiResponseProcessor();
|
|
463
463
|
}
|
|
464
|
-
ObservableAnalysesCoreApi.prototype.createAnalysisWithHttpInfo = function (analysisCreateRequest,
|
|
464
|
+
ObservableAnalysesCoreApi.prototype.createAnalysisWithHttpInfo = function (analysisCreateRequest, xRevEngApplication, _options) {
|
|
465
465
|
var _this = this;
|
|
466
466
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
467
|
-
var requestContextPromise = this.requestFactory.createAnalysis(analysisCreateRequest,
|
|
467
|
+
var requestContextPromise = this.requestFactory.createAnalysis(analysisCreateRequest, xRevEngApplication, _config);
|
|
468
468
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
469
469
|
var _loop_31 = function (middleware) {
|
|
470
470
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -486,13 +486,13 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
486
486
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.createAnalysisWithHttpInfo(rsp); }));
|
|
487
487
|
}));
|
|
488
488
|
};
|
|
489
|
-
ObservableAnalysesCoreApi.prototype.createAnalysis = function (analysisCreateRequest,
|
|
490
|
-
return this.createAnalysisWithHttpInfo(analysisCreateRequest,
|
|
489
|
+
ObservableAnalysesCoreApi.prototype.createAnalysis = function (analysisCreateRequest, xRevEngApplication, _options) {
|
|
490
|
+
return this.createAnalysisWithHttpInfo(analysisCreateRequest, xRevEngApplication, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
491
491
|
};
|
|
492
|
-
ObservableAnalysesCoreApi.prototype.deleteAnalysisWithHttpInfo = function (analysisId,
|
|
492
|
+
ObservableAnalysesCoreApi.prototype.deleteAnalysisWithHttpInfo = function (analysisId, _options) {
|
|
493
493
|
var _this = this;
|
|
494
494
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
495
|
-
var requestContextPromise = this.requestFactory.deleteAnalysis(analysisId,
|
|
495
|
+
var requestContextPromise = this.requestFactory.deleteAnalysis(analysisId, _config);
|
|
496
496
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
497
497
|
var _loop_33 = function (middleware) {
|
|
498
498
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -514,8 +514,8 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
514
514
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.deleteAnalysisWithHttpInfo(rsp); }));
|
|
515
515
|
}));
|
|
516
516
|
};
|
|
517
|
-
ObservableAnalysesCoreApi.prototype.deleteAnalysis = function (analysisId,
|
|
518
|
-
return this.deleteAnalysisWithHttpInfo(analysisId,
|
|
517
|
+
ObservableAnalysesCoreApi.prototype.deleteAnalysis = function (analysisId, _options) {
|
|
518
|
+
return this.deleteAnalysisWithHttpInfo(analysisId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
519
519
|
};
|
|
520
520
|
ObservableAnalysesCoreApi.prototype.getAnalysisBasicInfoWithHttpInfo = function (analysisId, _options) {
|
|
521
521
|
var _this = this;
|
|
@@ -545,10 +545,10 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
545
545
|
ObservableAnalysesCoreApi.prototype.getAnalysisBasicInfo = function (analysisId, _options) {
|
|
546
546
|
return this.getAnalysisBasicInfoWithHttpInfo(analysisId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
547
547
|
};
|
|
548
|
-
ObservableAnalysesCoreApi.prototype.getAnalysisFunctionMapWithHttpInfo = function (analysisId,
|
|
548
|
+
ObservableAnalysesCoreApi.prototype.getAnalysisFunctionMapWithHttpInfo = function (analysisId, _options) {
|
|
549
549
|
var _this = this;
|
|
550
550
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
551
|
-
var requestContextPromise = this.requestFactory.getAnalysisFunctionMap(analysisId,
|
|
551
|
+
var requestContextPromise = this.requestFactory.getAnalysisFunctionMap(analysisId, _config);
|
|
552
552
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
553
553
|
var _loop_37 = function (middleware) {
|
|
554
554
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -570,13 +570,13 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
570
570
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getAnalysisFunctionMapWithHttpInfo(rsp); }));
|
|
571
571
|
}));
|
|
572
572
|
};
|
|
573
|
-
ObservableAnalysesCoreApi.prototype.getAnalysisFunctionMap = function (analysisId,
|
|
574
|
-
return this.getAnalysisFunctionMapWithHttpInfo(analysisId,
|
|
573
|
+
ObservableAnalysesCoreApi.prototype.getAnalysisFunctionMap = function (analysisId, _options) {
|
|
574
|
+
return this.getAnalysisFunctionMapWithHttpInfo(analysisId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
575
575
|
};
|
|
576
|
-
ObservableAnalysesCoreApi.prototype.getAnalysisLogsWithHttpInfo = function (analysisId,
|
|
576
|
+
ObservableAnalysesCoreApi.prototype.getAnalysisLogsWithHttpInfo = function (analysisId, _options) {
|
|
577
577
|
var _this = this;
|
|
578
578
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
579
|
-
var requestContextPromise = this.requestFactory.getAnalysisLogs(analysisId,
|
|
579
|
+
var requestContextPromise = this.requestFactory.getAnalysisLogs(analysisId, _config);
|
|
580
580
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
581
581
|
var _loop_39 = function (middleware) {
|
|
582
582
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -598,13 +598,13 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
598
598
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getAnalysisLogsWithHttpInfo(rsp); }));
|
|
599
599
|
}));
|
|
600
600
|
};
|
|
601
|
-
ObservableAnalysesCoreApi.prototype.getAnalysisLogs = function (analysisId,
|
|
602
|
-
return this.getAnalysisLogsWithHttpInfo(analysisId,
|
|
601
|
+
ObservableAnalysesCoreApi.prototype.getAnalysisLogs = function (analysisId, _options) {
|
|
602
|
+
return this.getAnalysisLogsWithHttpInfo(analysisId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
603
603
|
};
|
|
604
|
-
ObservableAnalysesCoreApi.prototype.getAnalysisParamsWithHttpInfo = function (analysisId,
|
|
604
|
+
ObservableAnalysesCoreApi.prototype.getAnalysisParamsWithHttpInfo = function (analysisId, _options) {
|
|
605
605
|
var _this = this;
|
|
606
606
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
607
|
-
var requestContextPromise = this.requestFactory.getAnalysisParams(analysisId,
|
|
607
|
+
var requestContextPromise = this.requestFactory.getAnalysisParams(analysisId, _config);
|
|
608
608
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
609
609
|
var _loop_41 = function (middleware) {
|
|
610
610
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -626,8 +626,8 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
626
626
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getAnalysisParamsWithHttpInfo(rsp); }));
|
|
627
627
|
}));
|
|
628
628
|
};
|
|
629
|
-
ObservableAnalysesCoreApi.prototype.getAnalysisParams = function (analysisId,
|
|
630
|
-
return this.getAnalysisParamsWithHttpInfo(analysisId,
|
|
629
|
+
ObservableAnalysesCoreApi.prototype.getAnalysisParams = function (analysisId, _options) {
|
|
630
|
+
return this.getAnalysisParamsWithHttpInfo(analysisId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
631
631
|
};
|
|
632
632
|
ObservableAnalysesCoreApi.prototype.getAnalysisQueuePositionWithHttpInfo = function (analysisId, _options) {
|
|
633
633
|
var _this = this;
|
|
@@ -685,10 +685,10 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
685
685
|
ObservableAnalysesCoreApi.prototype.getAnalysisStatus = function (analysisId, _options) {
|
|
686
686
|
return this.getAnalysisStatusWithHttpInfo(analysisId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
687
687
|
};
|
|
688
|
-
ObservableAnalysesCoreApi.prototype.insertAnalysisLogWithHttpInfo = function (analysisId, insertAnalysisLogRequest,
|
|
688
|
+
ObservableAnalysesCoreApi.prototype.insertAnalysisLogWithHttpInfo = function (analysisId, insertAnalysisLogRequest, _options) {
|
|
689
689
|
var _this = this;
|
|
690
690
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
691
|
-
var requestContextPromise = this.requestFactory.insertAnalysisLog(analysisId, insertAnalysisLogRequest,
|
|
691
|
+
var requestContextPromise = this.requestFactory.insertAnalysisLog(analysisId, insertAnalysisLogRequest, _config);
|
|
692
692
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
693
693
|
var _loop_47 = function (middleware) {
|
|
694
694
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -710,8 +710,8 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
710
710
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.insertAnalysisLogWithHttpInfo(rsp); }));
|
|
711
711
|
}));
|
|
712
712
|
};
|
|
713
|
-
ObservableAnalysesCoreApi.prototype.insertAnalysisLog = function (analysisId, insertAnalysisLogRequest,
|
|
714
|
-
return this.insertAnalysisLogWithHttpInfo(analysisId, insertAnalysisLogRequest,
|
|
713
|
+
ObservableAnalysesCoreApi.prototype.insertAnalysisLog = function (analysisId, insertAnalysisLogRequest, _options) {
|
|
714
|
+
return this.insertAnalysisLogWithHttpInfo(analysisId, insertAnalysisLogRequest, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
715
715
|
};
|
|
716
716
|
ObservableAnalysesCoreApi.prototype.listAnalysesWithHttpInfo = function (searchTerm, workspace, status, modelName, dynamicExecutionStatus, usernames, sha256Hash, limit, offset, orderBy, order, _options) {
|
|
717
717
|
var _this = this;
|
|
@@ -797,10 +797,10 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
797
797
|
ObservableAnalysesCoreApi.prototype.putAnalysisStrings = function (analysisId, putAnalysisStringsRequest, _options) {
|
|
798
798
|
return this.putAnalysisStringsWithHttpInfo(analysisId, putAnalysisStringsRequest, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
799
799
|
};
|
|
800
|
-
ObservableAnalysesCoreApi.prototype.requeueAnalysisWithHttpInfo = function (analysisId, reAnalysisForm,
|
|
800
|
+
ObservableAnalysesCoreApi.prototype.requeueAnalysisWithHttpInfo = function (analysisId, reAnalysisForm, xRevEngApplication, _options) {
|
|
801
801
|
var _this = this;
|
|
802
802
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
803
|
-
var requestContextPromise = this.requestFactory.requeueAnalysis(analysisId, reAnalysisForm,
|
|
803
|
+
var requestContextPromise = this.requestFactory.requeueAnalysis(analysisId, reAnalysisForm, xRevEngApplication, _config);
|
|
804
804
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
805
805
|
var _loop_55 = function (middleware) {
|
|
806
806
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -822,13 +822,13 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
822
822
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.requeueAnalysisWithHttpInfo(rsp); }));
|
|
823
823
|
}));
|
|
824
824
|
};
|
|
825
|
-
ObservableAnalysesCoreApi.prototype.requeueAnalysis = function (analysisId, reAnalysisForm,
|
|
826
|
-
return this.requeueAnalysisWithHttpInfo(analysisId, reAnalysisForm,
|
|
825
|
+
ObservableAnalysesCoreApi.prototype.requeueAnalysis = function (analysisId, reAnalysisForm, xRevEngApplication, _options) {
|
|
826
|
+
return this.requeueAnalysisWithHttpInfo(analysisId, reAnalysisForm, xRevEngApplication, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
827
827
|
};
|
|
828
|
-
ObservableAnalysesCoreApi.prototype.updateAnalysisWithHttpInfo = function (analysisId, analysisUpdateRequest,
|
|
828
|
+
ObservableAnalysesCoreApi.prototype.updateAnalysisWithHttpInfo = function (analysisId, analysisUpdateRequest, _options) {
|
|
829
829
|
var _this = this;
|
|
830
830
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
831
|
-
var requestContextPromise = this.requestFactory.updateAnalysis(analysisId, analysisUpdateRequest,
|
|
831
|
+
var requestContextPromise = this.requestFactory.updateAnalysis(analysisId, analysisUpdateRequest, _config);
|
|
832
832
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
833
833
|
var _loop_57 = function (middleware) {
|
|
834
834
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -850,13 +850,13 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
850
850
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.updateAnalysisWithHttpInfo(rsp); }));
|
|
851
851
|
}));
|
|
852
852
|
};
|
|
853
|
-
ObservableAnalysesCoreApi.prototype.updateAnalysis = function (analysisId, analysisUpdateRequest,
|
|
854
|
-
return this.updateAnalysisWithHttpInfo(analysisId, analysisUpdateRequest,
|
|
853
|
+
ObservableAnalysesCoreApi.prototype.updateAnalysis = function (analysisId, analysisUpdateRequest, _options) {
|
|
854
|
+
return this.updateAnalysisWithHttpInfo(analysisId, analysisUpdateRequest, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
855
855
|
};
|
|
856
|
-
ObservableAnalysesCoreApi.prototype.updateAnalysisTagsWithHttpInfo = function (analysisId, analysisUpdateTagsRequest,
|
|
856
|
+
ObservableAnalysesCoreApi.prototype.updateAnalysisTagsWithHttpInfo = function (analysisId, analysisUpdateTagsRequest, _options) {
|
|
857
857
|
var _this = this;
|
|
858
858
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
859
|
-
var requestContextPromise = this.requestFactory.updateAnalysisTags(analysisId, analysisUpdateTagsRequest,
|
|
859
|
+
var requestContextPromise = this.requestFactory.updateAnalysisTags(analysisId, analysisUpdateTagsRequest, _config);
|
|
860
860
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
861
861
|
var _loop_59 = function (middleware) {
|
|
862
862
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -878,13 +878,13 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
878
878
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.updateAnalysisTagsWithHttpInfo(rsp); }));
|
|
879
879
|
}));
|
|
880
880
|
};
|
|
881
|
-
ObservableAnalysesCoreApi.prototype.updateAnalysisTags = function (analysisId, analysisUpdateTagsRequest,
|
|
882
|
-
return this.updateAnalysisTagsWithHttpInfo(analysisId, analysisUpdateTagsRequest,
|
|
881
|
+
ObservableAnalysesCoreApi.prototype.updateAnalysisTags = function (analysisId, analysisUpdateTagsRequest, _options) {
|
|
882
|
+
return this.updateAnalysisTagsWithHttpInfo(analysisId, analysisUpdateTagsRequest, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
883
883
|
};
|
|
884
|
-
ObservableAnalysesCoreApi.prototype.uploadFileWithHttpInfo = function (uploadFileType, file, packedPassword,
|
|
884
|
+
ObservableAnalysesCoreApi.prototype.uploadFileWithHttpInfo = function (uploadFileType, file, packedPassword, forceOverwrite, _options) {
|
|
885
885
|
var _this = this;
|
|
886
886
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
887
|
-
var requestContextPromise = this.requestFactory.uploadFile(uploadFileType, file, packedPassword,
|
|
887
|
+
var requestContextPromise = this.requestFactory.uploadFile(uploadFileType, file, packedPassword, forceOverwrite, _config);
|
|
888
888
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
889
889
|
var _loop_61 = function (middleware) {
|
|
890
890
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -906,8 +906,8 @@ var ObservableAnalysesCoreApi = (function () {
|
|
|
906
906
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.uploadFileWithHttpInfo(rsp); }));
|
|
907
907
|
}));
|
|
908
908
|
};
|
|
909
|
-
ObservableAnalysesCoreApi.prototype.uploadFile = function (uploadFileType, file, packedPassword,
|
|
910
|
-
return this.uploadFileWithHttpInfo(uploadFileType, file, packedPassword,
|
|
909
|
+
ObservableAnalysesCoreApi.prototype.uploadFile = function (uploadFileType, file, packedPassword, forceOverwrite, _options) {
|
|
910
|
+
return this.uploadFileWithHttpInfo(uploadFileType, file, packedPassword, forceOverwrite, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
911
911
|
};
|
|
912
912
|
return ObservableAnalysesCoreApi;
|
|
913
913
|
}());
|
|
@@ -1247,10 +1247,10 @@ var ObservableAuthenticationUsersApi = (function () {
|
|
|
1247
1247
|
ObservableAuthenticationUsersApi.prototype.getUserActivity = function (_options) {
|
|
1248
1248
|
return this.getUserActivityWithHttpInfo(_options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
1249
1249
|
};
|
|
1250
|
-
ObservableAuthenticationUsersApi.prototype.getUserCommentsWithHttpInfo = function (
|
|
1250
|
+
ObservableAuthenticationUsersApi.prototype.getUserCommentsWithHttpInfo = function (_options) {
|
|
1251
1251
|
var _this = this;
|
|
1252
1252
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
1253
|
-
var requestContextPromise = this.requestFactory.getUserComments(
|
|
1253
|
+
var requestContextPromise = this.requestFactory.getUserComments(_config);
|
|
1254
1254
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
1255
1255
|
var _loop_85 = function (middleware) {
|
|
1256
1256
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -1272,8 +1272,8 @@ var ObservableAuthenticationUsersApi = (function () {
|
|
|
1272
1272
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getUserCommentsWithHttpInfo(rsp); }));
|
|
1273
1273
|
}));
|
|
1274
1274
|
};
|
|
1275
|
-
ObservableAuthenticationUsersApi.prototype.getUserComments = function (
|
|
1276
|
-
return this.getUserCommentsWithHttpInfo(
|
|
1275
|
+
ObservableAuthenticationUsersApi.prototype.getUserComments = function (_options) {
|
|
1276
|
+
return this.getUserCommentsWithHttpInfo(_options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
1277
1277
|
};
|
|
1278
1278
|
ObservableAuthenticationUsersApi.prototype.submitUserFeedbackWithHttpInfo = function (submitUserFeedbackRequest, _options) {
|
|
1279
1279
|
var _this = this;
|
|
@@ -1313,10 +1313,10 @@ var ObservableBinariesApi = (function () {
|
|
|
1313
1313
|
this.requestFactory = requestFactory || new BinariesApi_1.BinariesApiRequestFactory(configuration);
|
|
1314
1314
|
this.responseProcessor = responseProcessor || new BinariesApi_1.BinariesApiResponseProcessor();
|
|
1315
1315
|
}
|
|
1316
|
-
ObservableBinariesApi.prototype.downloadZippedBinaryWithHttpInfo = function (binaryId,
|
|
1316
|
+
ObservableBinariesApi.prototype.downloadZippedBinaryWithHttpInfo = function (binaryId, _options) {
|
|
1317
1317
|
var _this = this;
|
|
1318
1318
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
1319
|
-
var requestContextPromise = this.requestFactory.downloadZippedBinary(binaryId,
|
|
1319
|
+
var requestContextPromise = this.requestFactory.downloadZippedBinary(binaryId, _config);
|
|
1320
1320
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
1321
1321
|
var _loop_89 = function (middleware) {
|
|
1322
1322
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -1338,13 +1338,13 @@ var ObservableBinariesApi = (function () {
|
|
|
1338
1338
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.downloadZippedBinaryWithHttpInfo(rsp); }));
|
|
1339
1339
|
}));
|
|
1340
1340
|
};
|
|
1341
|
-
ObservableBinariesApi.prototype.downloadZippedBinary = function (binaryId,
|
|
1342
|
-
return this.downloadZippedBinaryWithHttpInfo(binaryId,
|
|
1341
|
+
ObservableBinariesApi.prototype.downloadZippedBinary = function (binaryId, _options) {
|
|
1342
|
+
return this.downloadZippedBinaryWithHttpInfo(binaryId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
1343
1343
|
};
|
|
1344
|
-
ObservableBinariesApi.prototype.getBinaryAdditionalDetailsWithHttpInfo = function (binaryId,
|
|
1344
|
+
ObservableBinariesApi.prototype.getBinaryAdditionalDetailsWithHttpInfo = function (binaryId, _options) {
|
|
1345
1345
|
var _this = this;
|
|
1346
1346
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
1347
|
-
var requestContextPromise = this.requestFactory.getBinaryAdditionalDetails(binaryId,
|
|
1347
|
+
var requestContextPromise = this.requestFactory.getBinaryAdditionalDetails(binaryId, _config);
|
|
1348
1348
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
1349
1349
|
var _loop_91 = function (middleware) {
|
|
1350
1350
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -1366,13 +1366,13 @@ var ObservableBinariesApi = (function () {
|
|
|
1366
1366
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getBinaryAdditionalDetailsWithHttpInfo(rsp); }));
|
|
1367
1367
|
}));
|
|
1368
1368
|
};
|
|
1369
|
-
ObservableBinariesApi.prototype.getBinaryAdditionalDetails = function (binaryId,
|
|
1370
|
-
return this.getBinaryAdditionalDetailsWithHttpInfo(binaryId,
|
|
1369
|
+
ObservableBinariesApi.prototype.getBinaryAdditionalDetails = function (binaryId, _options) {
|
|
1370
|
+
return this.getBinaryAdditionalDetailsWithHttpInfo(binaryId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
1371
1371
|
};
|
|
1372
|
-
ObservableBinariesApi.prototype.getBinaryAdditionalDetailsStatusWithHttpInfo = function (binaryId,
|
|
1372
|
+
ObservableBinariesApi.prototype.getBinaryAdditionalDetailsStatusWithHttpInfo = function (binaryId, _options) {
|
|
1373
1373
|
var _this = this;
|
|
1374
1374
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
1375
|
-
var requestContextPromise = this.requestFactory.getBinaryAdditionalDetailsStatus(binaryId,
|
|
1375
|
+
var requestContextPromise = this.requestFactory.getBinaryAdditionalDetailsStatus(binaryId, _config);
|
|
1376
1376
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
1377
1377
|
var _loop_93 = function (middleware) {
|
|
1378
1378
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -1394,13 +1394,13 @@ var ObservableBinariesApi = (function () {
|
|
|
1394
1394
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getBinaryAdditionalDetailsStatusWithHttpInfo(rsp); }));
|
|
1395
1395
|
}));
|
|
1396
1396
|
};
|
|
1397
|
-
ObservableBinariesApi.prototype.getBinaryAdditionalDetailsStatus = function (binaryId,
|
|
1398
|
-
return this.getBinaryAdditionalDetailsStatusWithHttpInfo(binaryId,
|
|
1397
|
+
ObservableBinariesApi.prototype.getBinaryAdditionalDetailsStatus = function (binaryId, _options) {
|
|
1398
|
+
return this.getBinaryAdditionalDetailsStatusWithHttpInfo(binaryId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
1399
1399
|
};
|
|
1400
|
-
ObservableBinariesApi.prototype.getBinaryDetailsWithHttpInfo = function (binaryId,
|
|
1400
|
+
ObservableBinariesApi.prototype.getBinaryDetailsWithHttpInfo = function (binaryId, _options) {
|
|
1401
1401
|
var _this = this;
|
|
1402
1402
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
1403
|
-
var requestContextPromise = this.requestFactory.getBinaryDetails(binaryId,
|
|
1403
|
+
var requestContextPromise = this.requestFactory.getBinaryDetails(binaryId, _config);
|
|
1404
1404
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
1405
1405
|
var _loop_95 = function (middleware) {
|
|
1406
1406
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -1422,13 +1422,13 @@ var ObservableBinariesApi = (function () {
|
|
|
1422
1422
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getBinaryDetailsWithHttpInfo(rsp); }));
|
|
1423
1423
|
}));
|
|
1424
1424
|
};
|
|
1425
|
-
ObservableBinariesApi.prototype.getBinaryDetails = function (binaryId,
|
|
1426
|
-
return this.getBinaryDetailsWithHttpInfo(binaryId,
|
|
1425
|
+
ObservableBinariesApi.prototype.getBinaryDetails = function (binaryId, _options) {
|
|
1426
|
+
return this.getBinaryDetailsWithHttpInfo(binaryId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
1427
1427
|
};
|
|
1428
|
-
ObservableBinariesApi.prototype.getBinaryDieInfoWithHttpInfo = function (binaryId,
|
|
1428
|
+
ObservableBinariesApi.prototype.getBinaryDieInfoWithHttpInfo = function (binaryId, _options) {
|
|
1429
1429
|
var _this = this;
|
|
1430
1430
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
1431
|
-
var requestContextPromise = this.requestFactory.getBinaryDieInfo(binaryId,
|
|
1431
|
+
var requestContextPromise = this.requestFactory.getBinaryDieInfo(binaryId, _config);
|
|
1432
1432
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
1433
1433
|
var _loop_97 = function (middleware) {
|
|
1434
1434
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -1450,13 +1450,13 @@ var ObservableBinariesApi = (function () {
|
|
|
1450
1450
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getBinaryDieInfoWithHttpInfo(rsp); }));
|
|
1451
1451
|
}));
|
|
1452
1452
|
};
|
|
1453
|
-
ObservableBinariesApi.prototype.getBinaryDieInfo = function (binaryId,
|
|
1454
|
-
return this.getBinaryDieInfoWithHttpInfo(binaryId,
|
|
1453
|
+
ObservableBinariesApi.prototype.getBinaryDieInfo = function (binaryId, _options) {
|
|
1454
|
+
return this.getBinaryDieInfoWithHttpInfo(binaryId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
1455
1455
|
};
|
|
1456
|
-
ObservableBinariesApi.prototype.getBinaryExternalsWithHttpInfo = function (binaryId,
|
|
1456
|
+
ObservableBinariesApi.prototype.getBinaryExternalsWithHttpInfo = function (binaryId, _options) {
|
|
1457
1457
|
var _this = this;
|
|
1458
1458
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
1459
|
-
var requestContextPromise = this.requestFactory.getBinaryExternals(binaryId,
|
|
1459
|
+
var requestContextPromise = this.requestFactory.getBinaryExternals(binaryId, _config);
|
|
1460
1460
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
1461
1461
|
var _loop_99 = function (middleware) {
|
|
1462
1462
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -1478,13 +1478,13 @@ var ObservableBinariesApi = (function () {
|
|
|
1478
1478
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getBinaryExternalsWithHttpInfo(rsp); }));
|
|
1479
1479
|
}));
|
|
1480
1480
|
};
|
|
1481
|
-
ObservableBinariesApi.prototype.getBinaryExternals = function (binaryId,
|
|
1482
|
-
return this.getBinaryExternalsWithHttpInfo(binaryId,
|
|
1481
|
+
ObservableBinariesApi.prototype.getBinaryExternals = function (binaryId, _options) {
|
|
1482
|
+
return this.getBinaryExternalsWithHttpInfo(binaryId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
1483
1483
|
};
|
|
1484
|
-
ObservableBinariesApi.prototype.getBinaryRelatedStatusWithHttpInfo = function (binaryId,
|
|
1484
|
+
ObservableBinariesApi.prototype.getBinaryRelatedStatusWithHttpInfo = function (binaryId, _options) {
|
|
1485
1485
|
var _this = this;
|
|
1486
1486
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
1487
|
-
var requestContextPromise = this.requestFactory.getBinaryRelatedStatus(binaryId,
|
|
1487
|
+
var requestContextPromise = this.requestFactory.getBinaryRelatedStatus(binaryId, _config);
|
|
1488
1488
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
1489
1489
|
var _loop_101 = function (middleware) {
|
|
1490
1490
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -1506,13 +1506,13 @@ var ObservableBinariesApi = (function () {
|
|
|
1506
1506
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getBinaryRelatedStatusWithHttpInfo(rsp); }));
|
|
1507
1507
|
}));
|
|
1508
1508
|
};
|
|
1509
|
-
ObservableBinariesApi.prototype.getBinaryRelatedStatus = function (binaryId,
|
|
1510
|
-
return this.getBinaryRelatedStatusWithHttpInfo(binaryId,
|
|
1509
|
+
ObservableBinariesApi.prototype.getBinaryRelatedStatus = function (binaryId, _options) {
|
|
1510
|
+
return this.getBinaryRelatedStatusWithHttpInfo(binaryId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
1511
1511
|
};
|
|
1512
|
-
ObservableBinariesApi.prototype.getRelatedBinariesWithHttpInfo = function (binaryId,
|
|
1512
|
+
ObservableBinariesApi.prototype.getRelatedBinariesWithHttpInfo = function (binaryId, _options) {
|
|
1513
1513
|
var _this = this;
|
|
1514
1514
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
1515
|
-
var requestContextPromise = this.requestFactory.getRelatedBinaries(binaryId,
|
|
1515
|
+
var requestContextPromise = this.requestFactory.getRelatedBinaries(binaryId, _config);
|
|
1516
1516
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
1517
1517
|
var _loop_103 = function (middleware) {
|
|
1518
1518
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -1534,8 +1534,8 @@ var ObservableBinariesApi = (function () {
|
|
|
1534
1534
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getRelatedBinariesWithHttpInfo(rsp); }));
|
|
1535
1535
|
}));
|
|
1536
1536
|
};
|
|
1537
|
-
ObservableBinariesApi.prototype.getRelatedBinaries = function (binaryId,
|
|
1538
|
-
return this.getRelatedBinariesWithHttpInfo(binaryId,
|
|
1537
|
+
ObservableBinariesApi.prototype.getRelatedBinaries = function (binaryId, _options) {
|
|
1538
|
+
return this.getRelatedBinariesWithHttpInfo(binaryId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
1539
1539
|
};
|
|
1540
1540
|
return ObservableBinariesApi;
|
|
1541
1541
|
}());
|
|
@@ -2119,10 +2119,10 @@ var ObservableFirmwareApi = (function () {
|
|
|
2119
2119
|
ObservableFirmwareApi.prototype.getBinariesForFirmwareTask = function (taskId, _options) {
|
|
2120
2120
|
return this.getBinariesForFirmwareTaskWithHttpInfo(taskId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
2121
2121
|
};
|
|
2122
|
-
ObservableFirmwareApi.prototype.uploadFirmwareWithHttpInfo = function (file,
|
|
2122
|
+
ObservableFirmwareApi.prototype.uploadFirmwareWithHttpInfo = function (file, password, _options) {
|
|
2123
2123
|
var _this = this;
|
|
2124
2124
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
2125
|
-
var requestContextPromise = this.requestFactory.uploadFirmware(file,
|
|
2125
|
+
var requestContextPromise = this.requestFactory.uploadFirmware(file, password, _config);
|
|
2126
2126
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
2127
2127
|
var _loop_143 = function (middleware) {
|
|
2128
2128
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -2144,8 +2144,8 @@ var ObservableFirmwareApi = (function () {
|
|
|
2144
2144
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.uploadFirmwareWithHttpInfo(rsp); }));
|
|
2145
2145
|
}));
|
|
2146
2146
|
};
|
|
2147
|
-
ObservableFirmwareApi.prototype.uploadFirmware = function (file,
|
|
2148
|
-
return this.uploadFirmwareWithHttpInfo(file,
|
|
2147
|
+
ObservableFirmwareApi.prototype.uploadFirmware = function (file, password, _options) {
|
|
2148
|
+
return this.uploadFirmwareWithHttpInfo(file, password, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
2149
2149
|
};
|
|
2150
2150
|
return ObservableFirmwareApi;
|
|
2151
2151
|
}());
|
|
@@ -2157,10 +2157,10 @@ var ObservableFunctionsAIDecompilationApi = (function () {
|
|
|
2157
2157
|
this.requestFactory = requestFactory || new FunctionsAIDecompilationApi_1.FunctionsAIDecompilationApiRequestFactory(configuration);
|
|
2158
2158
|
this.responseProcessor = responseProcessor || new FunctionsAIDecompilationApi_1.FunctionsAIDecompilationApiResponseProcessor();
|
|
2159
2159
|
}
|
|
2160
|
-
ObservableFunctionsAIDecompilationApi.prototype.createAiDecompilationCommentWithHttpInfo = function (functionId, functionCommentCreateRequest,
|
|
2160
|
+
ObservableFunctionsAIDecompilationApi.prototype.createAiDecompilationCommentWithHttpInfo = function (functionId, functionCommentCreateRequest, _options) {
|
|
2161
2161
|
var _this = this;
|
|
2162
2162
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
2163
|
-
var requestContextPromise = this.requestFactory.createAiDecompilationComment(functionId, functionCommentCreateRequest,
|
|
2163
|
+
var requestContextPromise = this.requestFactory.createAiDecompilationComment(functionId, functionCommentCreateRequest, _config);
|
|
2164
2164
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
2165
2165
|
var _loop_145 = function (middleware) {
|
|
2166
2166
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -2182,8 +2182,8 @@ var ObservableFunctionsAIDecompilationApi = (function () {
|
|
|
2182
2182
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.createAiDecompilationCommentWithHttpInfo(rsp); }));
|
|
2183
2183
|
}));
|
|
2184
2184
|
};
|
|
2185
|
-
ObservableFunctionsAIDecompilationApi.prototype.createAiDecompilationComment = function (functionId, functionCommentCreateRequest,
|
|
2186
|
-
return this.createAiDecompilationCommentWithHttpInfo(functionId, functionCommentCreateRequest,
|
|
2185
|
+
ObservableFunctionsAIDecompilationApi.prototype.createAiDecompilationComment = function (functionId, functionCommentCreateRequest, _options) {
|
|
2186
|
+
return this.createAiDecompilationCommentWithHttpInfo(functionId, functionCommentCreateRequest, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
2187
2187
|
};
|
|
2188
2188
|
ObservableFunctionsAIDecompilationApi.prototype.createAiDecompilationTaskWithHttpInfo = function (functionId, _options) {
|
|
2189
2189
|
var _this = this;
|
|
@@ -2213,10 +2213,10 @@ var ObservableFunctionsAIDecompilationApi = (function () {
|
|
|
2213
2213
|
ObservableFunctionsAIDecompilationApi.prototype.createAiDecompilationTask = function (functionId, _options) {
|
|
2214
2214
|
return this.createAiDecompilationTaskWithHttpInfo(functionId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
2215
2215
|
};
|
|
2216
|
-
ObservableFunctionsAIDecompilationApi.prototype.deleteAiDecompilationCommentWithHttpInfo = function (commentId, functionId,
|
|
2216
|
+
ObservableFunctionsAIDecompilationApi.prototype.deleteAiDecompilationCommentWithHttpInfo = function (commentId, functionId, _options) {
|
|
2217
2217
|
var _this = this;
|
|
2218
2218
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
2219
|
-
var requestContextPromise = this.requestFactory.deleteAiDecompilationComment(commentId, functionId,
|
|
2219
|
+
var requestContextPromise = this.requestFactory.deleteAiDecompilationComment(commentId, functionId, _config);
|
|
2220
2220
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
2221
2221
|
var _loop_149 = function (middleware) {
|
|
2222
2222
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -2238,13 +2238,13 @@ var ObservableFunctionsAIDecompilationApi = (function () {
|
|
|
2238
2238
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.deleteAiDecompilationCommentWithHttpInfo(rsp); }));
|
|
2239
2239
|
}));
|
|
2240
2240
|
};
|
|
2241
|
-
ObservableFunctionsAIDecompilationApi.prototype.deleteAiDecompilationComment = function (commentId, functionId,
|
|
2242
|
-
return this.deleteAiDecompilationCommentWithHttpInfo(commentId, functionId,
|
|
2241
|
+
ObservableFunctionsAIDecompilationApi.prototype.deleteAiDecompilationComment = function (commentId, functionId, _options) {
|
|
2242
|
+
return this.deleteAiDecompilationCommentWithHttpInfo(commentId, functionId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
2243
2243
|
};
|
|
2244
|
-
ObservableFunctionsAIDecompilationApi.prototype.getAiDecompilationCommentsWithHttpInfo = function (functionId,
|
|
2244
|
+
ObservableFunctionsAIDecompilationApi.prototype.getAiDecompilationCommentsWithHttpInfo = function (functionId, _options) {
|
|
2245
2245
|
var _this = this;
|
|
2246
2246
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
2247
|
-
var requestContextPromise = this.requestFactory.getAiDecompilationComments(functionId,
|
|
2247
|
+
var requestContextPromise = this.requestFactory.getAiDecompilationComments(functionId, _config);
|
|
2248
2248
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
2249
2249
|
var _loop_151 = function (middleware) {
|
|
2250
2250
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -2266,8 +2266,8 @@ var ObservableFunctionsAIDecompilationApi = (function () {
|
|
|
2266
2266
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.getAiDecompilationCommentsWithHttpInfo(rsp); }));
|
|
2267
2267
|
}));
|
|
2268
2268
|
};
|
|
2269
|
-
ObservableFunctionsAIDecompilationApi.prototype.getAiDecompilationComments = function (functionId,
|
|
2270
|
-
return this.getAiDecompilationCommentsWithHttpInfo(functionId,
|
|
2269
|
+
ObservableFunctionsAIDecompilationApi.prototype.getAiDecompilationComments = function (functionId, _options) {
|
|
2270
|
+
return this.getAiDecompilationCommentsWithHttpInfo(functionId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
2271
2271
|
};
|
|
2272
2272
|
ObservableFunctionsAIDecompilationApi.prototype.getAiDecompilationRatingWithHttpInfo = function (functionId, _options) {
|
|
2273
2273
|
var _this = this;
|
|
@@ -2353,10 +2353,10 @@ var ObservableFunctionsAIDecompilationApi = (function () {
|
|
|
2353
2353
|
ObservableFunctionsAIDecompilationApi.prototype.getAiDecompilationTaskStatus = function (functionId, _options) {
|
|
2354
2354
|
return this.getAiDecompilationTaskStatusWithHttpInfo(functionId, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
2355
2355
|
};
|
|
2356
|
-
ObservableFunctionsAIDecompilationApi.prototype.updateAiDecompilationCommentWithHttpInfo = function (commentId, functionId, commentUpdateRequest,
|
|
2356
|
+
ObservableFunctionsAIDecompilationApi.prototype.updateAiDecompilationCommentWithHttpInfo = function (commentId, functionId, commentUpdateRequest, _options) {
|
|
2357
2357
|
var _this = this;
|
|
2358
2358
|
var _config = (0, configuration_1.mergeConfiguration)(this.configuration, _options);
|
|
2359
|
-
var requestContextPromise = this.requestFactory.updateAiDecompilationComment(commentId, functionId, commentUpdateRequest,
|
|
2359
|
+
var requestContextPromise = this.requestFactory.updateAiDecompilationComment(commentId, functionId, commentUpdateRequest, _config);
|
|
2360
2360
|
var middlewarePreObservable = (0, rxjsStub_1.from)(requestContextPromise);
|
|
2361
2361
|
var _loop_159 = function (middleware) {
|
|
2362
2362
|
middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
|
|
@@ -2378,8 +2378,8 @@ var ObservableFunctionsAIDecompilationApi = (function () {
|
|
|
2378
2378
|
return middlewarePostObservable.pipe((0, rxjsStub_2.map)(function (rsp) { return _this.responseProcessor.updateAiDecompilationCommentWithHttpInfo(rsp); }));
|
|
2379
2379
|
}));
|
|
2380
2380
|
};
|
|
2381
|
-
ObservableFunctionsAIDecompilationApi.prototype.updateAiDecompilationComment = function (commentId, functionId, commentUpdateRequest,
|
|
2382
|
-
return this.updateAiDecompilationCommentWithHttpInfo(commentId, functionId, commentUpdateRequest,
|
|
2381
|
+
ObservableFunctionsAIDecompilationApi.prototype.updateAiDecompilationComment = function (commentId, functionId, commentUpdateRequest, _options) {
|
|
2382
|
+
return this.updateAiDecompilationCommentWithHttpInfo(commentId, functionId, commentUpdateRequest, _options).pipe((0, rxjsStub_2.map)(function (apiResponse) { return apiResponse.data; }));
|
|
2383
2383
|
};
|
|
2384
2384
|
ObservableFunctionsAIDecompilationApi.prototype.upsertAiDecompilationRatingWithHttpInfo = function (functionId, upsertAiDecomplationRatingRequest, _options) {
|
|
2385
2385
|
var _this = this;
|