@revengai/sdk 3.55.2 → 3.57.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/AnalysesCommentsApi.d.ts +4 -4
- package/dist/apis/AnalysesCommentsApi.js +76 -4
- package/dist/apis/AnalysesCommentsApi.js.map +1 -1
- package/dist/apis/AnalysesCoreApi.d.ts +11 -11
- package/dist/apis/AnalysesCoreApi.js +209 -11
- package/dist/apis/AnalysesCoreApi.js.map +1 -1
- package/dist/apis/AuthenticationUsersApi.d.ts +1 -1
- package/dist/apis/AuthenticationUsersApi.js +19 -1
- package/dist/apis/AuthenticationUsersApi.js.map +1 -1
- package/dist/apis/BinariesApi.d.ts +8 -8
- package/dist/apis/BinariesApi.js +152 -8
- package/dist/apis/BinariesApi.js.map +1 -1
- package/dist/apis/FirmwareApi.d.ts +1 -1
- package/dist/apis/FirmwareApi.js +19 -1
- package/dist/apis/FirmwareApi.js.map +1 -1
- package/dist/apis/FunctionsAIDecompilationApi.d.ts +4 -4
- package/dist/apis/FunctionsAIDecompilationApi.js +76 -4
- package/dist/apis/FunctionsAIDecompilationApi.js.map +1 -1
- package/dist/apis/FunctionsDecompilationApi.d.ts +4 -4
- package/dist/apis/FunctionsDecompilationApi.js +76 -4
- package/dist/apis/FunctionsDecompilationApi.js.map +1 -1
- package/dist/models/AppApiRestV2FunctionsTypesFunction.d.ts +0 -2
- package/dist/models/AppApiRestV2FunctionsTypesFunction.js +0 -12
- package/dist/models/AppApiRestV2FunctionsTypesFunction.js.map +1 -1
- package/dist/models/FunctionsDetailResponse.d.ts +0 -2
- package/dist/models/FunctionsDetailResponse.js +0 -12
- package/dist/models/FunctionsDetailResponse.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +198 -0
- package/dist/types/ObjectParamAPI.js +66 -66
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +66 -66
- package/dist/types/ObservableAPI.js +132 -132
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +66 -66
- package/dist/types/PromiseAPI.js +132 -132
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
package/dist/types/PromiseAPI.js
CHANGED
|
@@ -7,44 +7,44 @@ var PromiseAnalysesCommentsApi = (function () {
|
|
|
7
7
|
function PromiseAnalysesCommentsApi(configuration, requestFactory, responseProcessor) {
|
|
8
8
|
this.api = new ObservableAPI_1.ObservableAnalysesCommentsApi(configuration, requestFactory, responseProcessor);
|
|
9
9
|
}
|
|
10
|
-
PromiseAnalysesCommentsApi.prototype.createAnalysisCommentWithHttpInfo = function (analysisId, commentBase, _options) {
|
|
10
|
+
PromiseAnalysesCommentsApi.prototype.createAnalysisCommentWithHttpInfo = function (analysisId, commentBase, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
11
11
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
12
|
-
var result = this.api.createAnalysisCommentWithHttpInfo(analysisId, commentBase, observableOptions);
|
|
12
|
+
var result = this.api.createAnalysisCommentWithHttpInfo(analysisId, commentBase, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
13
13
|
return result.toPromise();
|
|
14
14
|
};
|
|
15
|
-
PromiseAnalysesCommentsApi.prototype.createAnalysisComment = function (analysisId, commentBase, _options) {
|
|
15
|
+
PromiseAnalysesCommentsApi.prototype.createAnalysisComment = function (analysisId, commentBase, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
16
16
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
17
|
-
var result = this.api.createAnalysisComment(analysisId, commentBase, observableOptions);
|
|
17
|
+
var result = this.api.createAnalysisComment(analysisId, commentBase, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
18
18
|
return result.toPromise();
|
|
19
19
|
};
|
|
20
|
-
PromiseAnalysesCommentsApi.prototype.deleteAnalysisCommentWithHttpInfo = function (commentId, analysisId, _options) {
|
|
20
|
+
PromiseAnalysesCommentsApi.prototype.deleteAnalysisCommentWithHttpInfo = function (commentId, analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
21
21
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
22
|
-
var result = this.api.deleteAnalysisCommentWithHttpInfo(commentId, analysisId, observableOptions);
|
|
22
|
+
var result = this.api.deleteAnalysisCommentWithHttpInfo(commentId, analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
23
23
|
return result.toPromise();
|
|
24
24
|
};
|
|
25
|
-
PromiseAnalysesCommentsApi.prototype.deleteAnalysisComment = function (commentId, analysisId, _options) {
|
|
25
|
+
PromiseAnalysesCommentsApi.prototype.deleteAnalysisComment = function (commentId, analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
26
26
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
27
|
-
var result = this.api.deleteAnalysisComment(commentId, analysisId, observableOptions);
|
|
27
|
+
var result = this.api.deleteAnalysisComment(commentId, analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
28
28
|
return result.toPromise();
|
|
29
29
|
};
|
|
30
|
-
PromiseAnalysesCommentsApi.prototype.getAnalysisCommentsWithHttpInfo = function (analysisId, _options) {
|
|
30
|
+
PromiseAnalysesCommentsApi.prototype.getAnalysisCommentsWithHttpInfo = function (analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
31
31
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
32
|
-
var result = this.api.getAnalysisCommentsWithHttpInfo(analysisId, observableOptions);
|
|
32
|
+
var result = this.api.getAnalysisCommentsWithHttpInfo(analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
33
33
|
return result.toPromise();
|
|
34
34
|
};
|
|
35
|
-
PromiseAnalysesCommentsApi.prototype.getAnalysisComments = function (analysisId, _options) {
|
|
35
|
+
PromiseAnalysesCommentsApi.prototype.getAnalysisComments = function (analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
36
36
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
37
|
-
var result = this.api.getAnalysisComments(analysisId, observableOptions);
|
|
37
|
+
var result = this.api.getAnalysisComments(analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
38
38
|
return result.toPromise();
|
|
39
39
|
};
|
|
40
|
-
PromiseAnalysesCommentsApi.prototype.updateAnalysisCommentWithHttpInfo = function (commentId, analysisId, commentUpdateRequest, _options) {
|
|
40
|
+
PromiseAnalysesCommentsApi.prototype.updateAnalysisCommentWithHttpInfo = function (commentId, analysisId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
41
41
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
42
|
-
var result = this.api.updateAnalysisCommentWithHttpInfo(commentId, analysisId, commentUpdateRequest, observableOptions);
|
|
42
|
+
var result = this.api.updateAnalysisCommentWithHttpInfo(commentId, analysisId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
43
43
|
return result.toPromise();
|
|
44
44
|
};
|
|
45
|
-
PromiseAnalysesCommentsApi.prototype.updateAnalysisComment = function (commentId, analysisId, commentUpdateRequest, _options) {
|
|
45
|
+
PromiseAnalysesCommentsApi.prototype.updateAnalysisComment = function (commentId, analysisId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
46
46
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
47
|
-
var result = this.api.updateAnalysisComment(commentId, analysisId, commentUpdateRequest, observableOptions);
|
|
47
|
+
var result = this.api.updateAnalysisComment(commentId, analysisId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
48
48
|
return result.toPromise();
|
|
49
49
|
};
|
|
50
50
|
return PromiseAnalysesCommentsApi;
|
|
@@ -55,34 +55,34 @@ var PromiseAnalysesCoreApi = (function () {
|
|
|
55
55
|
function PromiseAnalysesCoreApi(configuration, requestFactory, responseProcessor) {
|
|
56
56
|
this.api = new ObservableAPI_2.ObservableAnalysesCoreApi(configuration, requestFactory, responseProcessor);
|
|
57
57
|
}
|
|
58
|
-
PromiseAnalysesCoreApi.prototype.bulkAddAnalysisTagsWithHttpInfo = function (analysisBulkAddTagsRequest, _options) {
|
|
58
|
+
PromiseAnalysesCoreApi.prototype.bulkAddAnalysisTagsWithHttpInfo = function (analysisBulkAddTagsRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
59
59
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
60
|
-
var result = this.api.bulkAddAnalysisTagsWithHttpInfo(analysisBulkAddTagsRequest, observableOptions);
|
|
60
|
+
var result = this.api.bulkAddAnalysisTagsWithHttpInfo(analysisBulkAddTagsRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
61
61
|
return result.toPromise();
|
|
62
62
|
};
|
|
63
|
-
PromiseAnalysesCoreApi.prototype.bulkAddAnalysisTags = function (analysisBulkAddTagsRequest, _options) {
|
|
63
|
+
PromiseAnalysesCoreApi.prototype.bulkAddAnalysisTags = function (analysisBulkAddTagsRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
64
64
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
65
|
-
var result = this.api.bulkAddAnalysisTags(analysisBulkAddTagsRequest, observableOptions);
|
|
65
|
+
var result = this.api.bulkAddAnalysisTags(analysisBulkAddTagsRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
66
66
|
return result.toPromise();
|
|
67
67
|
};
|
|
68
|
-
PromiseAnalysesCoreApi.prototype.createAnalysisWithHttpInfo = function (analysisCreateRequest, xRevEngApplication, _options) {
|
|
68
|
+
PromiseAnalysesCoreApi.prototype.createAnalysisWithHttpInfo = function (analysisCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, xRevEngApplication, _options) {
|
|
69
69
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
70
|
-
var result = this.api.createAnalysisWithHttpInfo(analysisCreateRequest, xRevEngApplication, observableOptions);
|
|
70
|
+
var result = this.api.createAnalysisWithHttpInfo(analysisCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, xRevEngApplication, observableOptions);
|
|
71
71
|
return result.toPromise();
|
|
72
72
|
};
|
|
73
|
-
PromiseAnalysesCoreApi.prototype.createAnalysis = function (analysisCreateRequest, xRevEngApplication, _options) {
|
|
73
|
+
PromiseAnalysesCoreApi.prototype.createAnalysis = function (analysisCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, xRevEngApplication, _options) {
|
|
74
74
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
75
|
-
var result = this.api.createAnalysis(analysisCreateRequest, xRevEngApplication, observableOptions);
|
|
75
|
+
var result = this.api.createAnalysis(analysisCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, xRevEngApplication, observableOptions);
|
|
76
76
|
return result.toPromise();
|
|
77
77
|
};
|
|
78
|
-
PromiseAnalysesCoreApi.prototype.deleteAnalysisWithHttpInfo = function (analysisId, _options) {
|
|
78
|
+
PromiseAnalysesCoreApi.prototype.deleteAnalysisWithHttpInfo = function (analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
79
79
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
80
|
-
var result = this.api.deleteAnalysisWithHttpInfo(analysisId, observableOptions);
|
|
80
|
+
var result = this.api.deleteAnalysisWithHttpInfo(analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
81
81
|
return result.toPromise();
|
|
82
82
|
};
|
|
83
|
-
PromiseAnalysesCoreApi.prototype.deleteAnalysis = function (analysisId, _options) {
|
|
83
|
+
PromiseAnalysesCoreApi.prototype.deleteAnalysis = function (analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
84
84
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
85
|
-
var result = this.api.deleteAnalysis(analysisId, observableOptions);
|
|
85
|
+
var result = this.api.deleteAnalysis(analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
86
86
|
return result.toPromise();
|
|
87
87
|
};
|
|
88
88
|
PromiseAnalysesCoreApi.prototype.getAnalysisBasicInfoWithHttpInfo = function (analysisId, _options) {
|
|
@@ -95,34 +95,34 @@ var PromiseAnalysesCoreApi = (function () {
|
|
|
95
95
|
var result = this.api.getAnalysisBasicInfo(analysisId, observableOptions);
|
|
96
96
|
return result.toPromise();
|
|
97
97
|
};
|
|
98
|
-
PromiseAnalysesCoreApi.prototype.getAnalysisFunctionMapWithHttpInfo = function (analysisId, _options) {
|
|
98
|
+
PromiseAnalysesCoreApi.prototype.getAnalysisFunctionMapWithHttpInfo = function (analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
99
99
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
100
|
-
var result = this.api.getAnalysisFunctionMapWithHttpInfo(analysisId, observableOptions);
|
|
100
|
+
var result = this.api.getAnalysisFunctionMapWithHttpInfo(analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
101
101
|
return result.toPromise();
|
|
102
102
|
};
|
|
103
|
-
PromiseAnalysesCoreApi.prototype.getAnalysisFunctionMap = function (analysisId, _options) {
|
|
103
|
+
PromiseAnalysesCoreApi.prototype.getAnalysisFunctionMap = function (analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
104
104
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
105
|
-
var result = this.api.getAnalysisFunctionMap(analysisId, observableOptions);
|
|
105
|
+
var result = this.api.getAnalysisFunctionMap(analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
106
106
|
return result.toPromise();
|
|
107
107
|
};
|
|
108
|
-
PromiseAnalysesCoreApi.prototype.getAnalysisLogsWithHttpInfo = function (analysisId, _options) {
|
|
108
|
+
PromiseAnalysesCoreApi.prototype.getAnalysisLogsWithHttpInfo = function (analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
109
109
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
110
|
-
var result = this.api.getAnalysisLogsWithHttpInfo(analysisId, observableOptions);
|
|
110
|
+
var result = this.api.getAnalysisLogsWithHttpInfo(analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
111
111
|
return result.toPromise();
|
|
112
112
|
};
|
|
113
|
-
PromiseAnalysesCoreApi.prototype.getAnalysisLogs = function (analysisId, _options) {
|
|
113
|
+
PromiseAnalysesCoreApi.prototype.getAnalysisLogs = function (analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
114
114
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
115
|
-
var result = this.api.getAnalysisLogs(analysisId, observableOptions);
|
|
115
|
+
var result = this.api.getAnalysisLogs(analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
116
116
|
return result.toPromise();
|
|
117
117
|
};
|
|
118
|
-
PromiseAnalysesCoreApi.prototype.getAnalysisParamsWithHttpInfo = function (analysisId, _options) {
|
|
118
|
+
PromiseAnalysesCoreApi.prototype.getAnalysisParamsWithHttpInfo = function (analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
119
119
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
120
|
-
var result = this.api.getAnalysisParamsWithHttpInfo(analysisId, observableOptions);
|
|
120
|
+
var result = this.api.getAnalysisParamsWithHttpInfo(analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
121
121
|
return result.toPromise();
|
|
122
122
|
};
|
|
123
|
-
PromiseAnalysesCoreApi.prototype.getAnalysisParams = function (analysisId, _options) {
|
|
123
|
+
PromiseAnalysesCoreApi.prototype.getAnalysisParams = function (analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
124
124
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
125
|
-
var result = this.api.getAnalysisParams(analysisId, observableOptions);
|
|
125
|
+
var result = this.api.getAnalysisParams(analysisId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
126
126
|
return result.toPromise();
|
|
127
127
|
};
|
|
128
128
|
PromiseAnalysesCoreApi.prototype.getAnalysisStatusWithHttpInfo = function (analysisId, _options) {
|
|
@@ -135,14 +135,14 @@ var PromiseAnalysesCoreApi = (function () {
|
|
|
135
135
|
var result = this.api.getAnalysisStatus(analysisId, observableOptions);
|
|
136
136
|
return result.toPromise();
|
|
137
137
|
};
|
|
138
|
-
PromiseAnalysesCoreApi.prototype.insertAnalysisLogWithHttpInfo = function (analysisId, insertAnalysisLogRequest, _options) {
|
|
138
|
+
PromiseAnalysesCoreApi.prototype.insertAnalysisLogWithHttpInfo = function (analysisId, insertAnalysisLogRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
139
139
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
140
|
-
var result = this.api.insertAnalysisLogWithHttpInfo(analysisId, insertAnalysisLogRequest, observableOptions);
|
|
140
|
+
var result = this.api.insertAnalysisLogWithHttpInfo(analysisId, insertAnalysisLogRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
141
141
|
return result.toPromise();
|
|
142
142
|
};
|
|
143
|
-
PromiseAnalysesCoreApi.prototype.insertAnalysisLog = function (analysisId, insertAnalysisLogRequest, _options) {
|
|
143
|
+
PromiseAnalysesCoreApi.prototype.insertAnalysisLog = function (analysisId, insertAnalysisLogRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
144
144
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
145
|
-
var result = this.api.insertAnalysisLog(analysisId, insertAnalysisLogRequest, observableOptions);
|
|
145
|
+
var result = this.api.insertAnalysisLog(analysisId, insertAnalysisLogRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
146
146
|
return result.toPromise();
|
|
147
147
|
};
|
|
148
148
|
PromiseAnalysesCoreApi.prototype.listAnalysesWithHttpInfo = function (searchTerm, workspace, status, modelName, dynamicExecutionStatus, usernames, sha256Hash, limit, offset, orderBy, order, _options) {
|
|
@@ -175,44 +175,44 @@ var PromiseAnalysesCoreApi = (function () {
|
|
|
175
175
|
var result = this.api.putAnalysisStrings(analysisId, putAnalysisStringsRequest, observableOptions);
|
|
176
176
|
return result.toPromise();
|
|
177
177
|
};
|
|
178
|
-
PromiseAnalysesCoreApi.prototype.requeueAnalysisWithHttpInfo = function (analysisId, reAnalysisForm, xRevEngApplication, _options) {
|
|
178
|
+
PromiseAnalysesCoreApi.prototype.requeueAnalysisWithHttpInfo = function (analysisId, reAnalysisForm, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, xRevEngApplication, _options) {
|
|
179
179
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
180
|
-
var result = this.api.requeueAnalysisWithHttpInfo(analysisId, reAnalysisForm, xRevEngApplication, observableOptions);
|
|
180
|
+
var result = this.api.requeueAnalysisWithHttpInfo(analysisId, reAnalysisForm, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, xRevEngApplication, observableOptions);
|
|
181
181
|
return result.toPromise();
|
|
182
182
|
};
|
|
183
|
-
PromiseAnalysesCoreApi.prototype.requeueAnalysis = function (analysisId, reAnalysisForm, xRevEngApplication, _options) {
|
|
183
|
+
PromiseAnalysesCoreApi.prototype.requeueAnalysis = function (analysisId, reAnalysisForm, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, xRevEngApplication, _options) {
|
|
184
184
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
185
|
-
var result = this.api.requeueAnalysis(analysisId, reAnalysisForm, xRevEngApplication, observableOptions);
|
|
185
|
+
var result = this.api.requeueAnalysis(analysisId, reAnalysisForm, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, xRevEngApplication, observableOptions);
|
|
186
186
|
return result.toPromise();
|
|
187
187
|
};
|
|
188
|
-
PromiseAnalysesCoreApi.prototype.updateAnalysisWithHttpInfo = function (analysisId, analysisUpdateRequest, _options) {
|
|
188
|
+
PromiseAnalysesCoreApi.prototype.updateAnalysisWithHttpInfo = function (analysisId, analysisUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
189
189
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
190
|
-
var result = this.api.updateAnalysisWithHttpInfo(analysisId, analysisUpdateRequest, observableOptions);
|
|
190
|
+
var result = this.api.updateAnalysisWithHttpInfo(analysisId, analysisUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
191
191
|
return result.toPromise();
|
|
192
192
|
};
|
|
193
|
-
PromiseAnalysesCoreApi.prototype.updateAnalysis = function (analysisId, analysisUpdateRequest, _options) {
|
|
193
|
+
PromiseAnalysesCoreApi.prototype.updateAnalysis = function (analysisId, analysisUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
194
194
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
195
|
-
var result = this.api.updateAnalysis(analysisId, analysisUpdateRequest, observableOptions);
|
|
195
|
+
var result = this.api.updateAnalysis(analysisId, analysisUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
196
196
|
return result.toPromise();
|
|
197
197
|
};
|
|
198
|
-
PromiseAnalysesCoreApi.prototype.updateAnalysisTagsWithHttpInfo = function (analysisId, analysisUpdateTagsRequest, _options) {
|
|
198
|
+
PromiseAnalysesCoreApi.prototype.updateAnalysisTagsWithHttpInfo = function (analysisId, analysisUpdateTagsRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
199
199
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
200
|
-
var result = this.api.updateAnalysisTagsWithHttpInfo(analysisId, analysisUpdateTagsRequest, observableOptions);
|
|
200
|
+
var result = this.api.updateAnalysisTagsWithHttpInfo(analysisId, analysisUpdateTagsRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
201
201
|
return result.toPromise();
|
|
202
202
|
};
|
|
203
|
-
PromiseAnalysesCoreApi.prototype.updateAnalysisTags = function (analysisId, analysisUpdateTagsRequest, _options) {
|
|
203
|
+
PromiseAnalysesCoreApi.prototype.updateAnalysisTags = function (analysisId, analysisUpdateTagsRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
204
204
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
205
|
-
var result = this.api.updateAnalysisTags(analysisId, analysisUpdateTagsRequest, observableOptions);
|
|
205
|
+
var result = this.api.updateAnalysisTags(analysisId, analysisUpdateTagsRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
206
206
|
return result.toPromise();
|
|
207
207
|
};
|
|
208
|
-
PromiseAnalysesCoreApi.prototype.uploadFileWithHttpInfo = function (uploadFileType, file, packedPassword, forceOverwrite, _options) {
|
|
208
|
+
PromiseAnalysesCoreApi.prototype.uploadFileWithHttpInfo = function (uploadFileType, file, packedPassword, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, forceOverwrite, _options) {
|
|
209
209
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
210
|
-
var result = this.api.uploadFileWithHttpInfo(uploadFileType, file, packedPassword, forceOverwrite, observableOptions);
|
|
210
|
+
var result = this.api.uploadFileWithHttpInfo(uploadFileType, file, packedPassword, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, forceOverwrite, observableOptions);
|
|
211
211
|
return result.toPromise();
|
|
212
212
|
};
|
|
213
|
-
PromiseAnalysesCoreApi.prototype.uploadFile = function (uploadFileType, file, packedPassword, forceOverwrite, _options) {
|
|
213
|
+
PromiseAnalysesCoreApi.prototype.uploadFile = function (uploadFileType, file, packedPassword, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, forceOverwrite, _options) {
|
|
214
214
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
215
|
-
var result = this.api.uploadFile(uploadFileType, file, packedPassword, forceOverwrite, observableOptions);
|
|
215
|
+
var result = this.api.uploadFile(uploadFileType, file, packedPassword, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, forceOverwrite, observableOptions);
|
|
216
216
|
return result.toPromise();
|
|
217
217
|
};
|
|
218
218
|
return PromiseAnalysesCoreApi;
|
|
@@ -493,14 +493,14 @@ var PromiseAuthenticationUsersApi = (function () {
|
|
|
493
493
|
var result = this.api.getUserActivity(observableOptions);
|
|
494
494
|
return result.toPromise();
|
|
495
495
|
};
|
|
496
|
-
PromiseAuthenticationUsersApi.prototype.getUserCommentsWithHttpInfo = function (_options) {
|
|
496
|
+
PromiseAuthenticationUsersApi.prototype.getUserCommentsWithHttpInfo = function (endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
497
497
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
498
|
-
var result = this.api.getUserCommentsWithHttpInfo(observableOptions);
|
|
498
|
+
var result = this.api.getUserCommentsWithHttpInfo(endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
499
499
|
return result.toPromise();
|
|
500
500
|
};
|
|
501
|
-
PromiseAuthenticationUsersApi.prototype.getUserComments = function (_options) {
|
|
501
|
+
PromiseAuthenticationUsersApi.prototype.getUserComments = function (endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
502
502
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
503
|
-
var result = this.api.getUserComments(observableOptions);
|
|
503
|
+
var result = this.api.getUserComments(endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
504
504
|
return result.toPromise();
|
|
505
505
|
};
|
|
506
506
|
PromiseAuthenticationUsersApi.prototype.loginUserWithHttpInfo = function (loginRequest, _options) {
|
|
@@ -521,84 +521,84 @@ var PromiseBinariesApi = (function () {
|
|
|
521
521
|
function PromiseBinariesApi(configuration, requestFactory, responseProcessor) {
|
|
522
522
|
this.api = new ObservableAPI_9.ObservableBinariesApi(configuration, requestFactory, responseProcessor);
|
|
523
523
|
}
|
|
524
|
-
PromiseBinariesApi.prototype.downloadZippedBinaryWithHttpInfo = function (binaryId, _options) {
|
|
524
|
+
PromiseBinariesApi.prototype.downloadZippedBinaryWithHttpInfo = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
525
525
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
526
|
-
var result = this.api.downloadZippedBinaryWithHttpInfo(binaryId, observableOptions);
|
|
526
|
+
var result = this.api.downloadZippedBinaryWithHttpInfo(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
527
527
|
return result.toPromise();
|
|
528
528
|
};
|
|
529
|
-
PromiseBinariesApi.prototype.downloadZippedBinary = function (binaryId, _options) {
|
|
529
|
+
PromiseBinariesApi.prototype.downloadZippedBinary = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
530
530
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
531
|
-
var result = this.api.downloadZippedBinary(binaryId, observableOptions);
|
|
531
|
+
var result = this.api.downloadZippedBinary(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
532
532
|
return result.toPromise();
|
|
533
533
|
};
|
|
534
|
-
PromiseBinariesApi.prototype.getBinaryAdditionalDetailsWithHttpInfo = function (binaryId, _options) {
|
|
534
|
+
PromiseBinariesApi.prototype.getBinaryAdditionalDetailsWithHttpInfo = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
535
535
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
536
|
-
var result = this.api.getBinaryAdditionalDetailsWithHttpInfo(binaryId, observableOptions);
|
|
536
|
+
var result = this.api.getBinaryAdditionalDetailsWithHttpInfo(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
537
537
|
return result.toPromise();
|
|
538
538
|
};
|
|
539
|
-
PromiseBinariesApi.prototype.getBinaryAdditionalDetails = function (binaryId, _options) {
|
|
539
|
+
PromiseBinariesApi.prototype.getBinaryAdditionalDetails = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
540
540
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
541
|
-
var result = this.api.getBinaryAdditionalDetails(binaryId, observableOptions);
|
|
541
|
+
var result = this.api.getBinaryAdditionalDetails(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
542
542
|
return result.toPromise();
|
|
543
543
|
};
|
|
544
|
-
PromiseBinariesApi.prototype.getBinaryAdditionalDetailsStatusWithHttpInfo = function (binaryId, _options) {
|
|
544
|
+
PromiseBinariesApi.prototype.getBinaryAdditionalDetailsStatusWithHttpInfo = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
545
545
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
546
|
-
var result = this.api.getBinaryAdditionalDetailsStatusWithHttpInfo(binaryId, observableOptions);
|
|
546
|
+
var result = this.api.getBinaryAdditionalDetailsStatusWithHttpInfo(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
547
547
|
return result.toPromise();
|
|
548
548
|
};
|
|
549
|
-
PromiseBinariesApi.prototype.getBinaryAdditionalDetailsStatus = function (binaryId, _options) {
|
|
549
|
+
PromiseBinariesApi.prototype.getBinaryAdditionalDetailsStatus = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
550
550
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
551
|
-
var result = this.api.getBinaryAdditionalDetailsStatus(binaryId, observableOptions);
|
|
551
|
+
var result = this.api.getBinaryAdditionalDetailsStatus(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
552
552
|
return result.toPromise();
|
|
553
553
|
};
|
|
554
|
-
PromiseBinariesApi.prototype.getBinaryDetailsWithHttpInfo = function (binaryId, _options) {
|
|
554
|
+
PromiseBinariesApi.prototype.getBinaryDetailsWithHttpInfo = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
555
555
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
556
|
-
var result = this.api.getBinaryDetailsWithHttpInfo(binaryId, observableOptions);
|
|
556
|
+
var result = this.api.getBinaryDetailsWithHttpInfo(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
557
557
|
return result.toPromise();
|
|
558
558
|
};
|
|
559
|
-
PromiseBinariesApi.prototype.getBinaryDetails = function (binaryId, _options) {
|
|
559
|
+
PromiseBinariesApi.prototype.getBinaryDetails = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
560
560
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
561
|
-
var result = this.api.getBinaryDetails(binaryId, observableOptions);
|
|
561
|
+
var result = this.api.getBinaryDetails(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
562
562
|
return result.toPromise();
|
|
563
563
|
};
|
|
564
|
-
PromiseBinariesApi.prototype.getBinaryDieInfoWithHttpInfo = function (binaryId, _options) {
|
|
564
|
+
PromiseBinariesApi.prototype.getBinaryDieInfoWithHttpInfo = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
565
565
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
566
|
-
var result = this.api.getBinaryDieInfoWithHttpInfo(binaryId, observableOptions);
|
|
566
|
+
var result = this.api.getBinaryDieInfoWithHttpInfo(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
567
567
|
return result.toPromise();
|
|
568
568
|
};
|
|
569
|
-
PromiseBinariesApi.prototype.getBinaryDieInfo = function (binaryId, _options) {
|
|
569
|
+
PromiseBinariesApi.prototype.getBinaryDieInfo = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
570
570
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
571
|
-
var result = this.api.getBinaryDieInfo(binaryId, observableOptions);
|
|
571
|
+
var result = this.api.getBinaryDieInfo(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
572
572
|
return result.toPromise();
|
|
573
573
|
};
|
|
574
|
-
PromiseBinariesApi.prototype.getBinaryExternalsWithHttpInfo = function (binaryId, _options) {
|
|
574
|
+
PromiseBinariesApi.prototype.getBinaryExternalsWithHttpInfo = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
575
575
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
576
|
-
var result = this.api.getBinaryExternalsWithHttpInfo(binaryId, observableOptions);
|
|
576
|
+
var result = this.api.getBinaryExternalsWithHttpInfo(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
577
577
|
return result.toPromise();
|
|
578
578
|
};
|
|
579
|
-
PromiseBinariesApi.prototype.getBinaryExternals = function (binaryId, _options) {
|
|
579
|
+
PromiseBinariesApi.prototype.getBinaryExternals = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
580
580
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
581
|
-
var result = this.api.getBinaryExternals(binaryId, observableOptions);
|
|
581
|
+
var result = this.api.getBinaryExternals(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
582
582
|
return result.toPromise();
|
|
583
583
|
};
|
|
584
|
-
PromiseBinariesApi.prototype.getBinaryRelatedStatusWithHttpInfo = function (binaryId, _options) {
|
|
584
|
+
PromiseBinariesApi.prototype.getBinaryRelatedStatusWithHttpInfo = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
585
585
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
586
|
-
var result = this.api.getBinaryRelatedStatusWithHttpInfo(binaryId, observableOptions);
|
|
586
|
+
var result = this.api.getBinaryRelatedStatusWithHttpInfo(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
587
587
|
return result.toPromise();
|
|
588
588
|
};
|
|
589
|
-
PromiseBinariesApi.prototype.getBinaryRelatedStatus = function (binaryId, _options) {
|
|
589
|
+
PromiseBinariesApi.prototype.getBinaryRelatedStatus = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
590
590
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
591
|
-
var result = this.api.getBinaryRelatedStatus(binaryId, observableOptions);
|
|
591
|
+
var result = this.api.getBinaryRelatedStatus(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
592
592
|
return result.toPromise();
|
|
593
593
|
};
|
|
594
|
-
PromiseBinariesApi.prototype.getRelatedBinariesWithHttpInfo = function (binaryId, _options) {
|
|
594
|
+
PromiseBinariesApi.prototype.getRelatedBinariesWithHttpInfo = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
595
595
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
596
|
-
var result = this.api.getRelatedBinariesWithHttpInfo(binaryId, observableOptions);
|
|
596
|
+
var result = this.api.getRelatedBinariesWithHttpInfo(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
597
597
|
return result.toPromise();
|
|
598
598
|
};
|
|
599
|
-
PromiseBinariesApi.prototype.getRelatedBinaries = function (binaryId, _options) {
|
|
599
|
+
PromiseBinariesApi.prototype.getRelatedBinaries = function (binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
600
600
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
601
|
-
var result = this.api.getRelatedBinaries(binaryId, observableOptions);
|
|
601
|
+
var result = this.api.getRelatedBinaries(binaryId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
602
602
|
return result.toPromise();
|
|
603
603
|
};
|
|
604
604
|
return PromiseBinariesApi;
|
|
@@ -753,14 +753,14 @@ var PromiseFirmwareApi = (function () {
|
|
|
753
753
|
var result = this.api.getBinariesForFirmwareTask(taskId, observableOptions);
|
|
754
754
|
return result.toPromise();
|
|
755
755
|
};
|
|
756
|
-
PromiseFirmwareApi.prototype.uploadFirmwareWithHttpInfo = function (file, password, _options) {
|
|
756
|
+
PromiseFirmwareApi.prototype.uploadFirmwareWithHttpInfo = function (file, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, password, _options) {
|
|
757
757
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
758
|
-
var result = this.api.uploadFirmwareWithHttpInfo(file, password, observableOptions);
|
|
758
|
+
var result = this.api.uploadFirmwareWithHttpInfo(file, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, password, observableOptions);
|
|
759
759
|
return result.toPromise();
|
|
760
760
|
};
|
|
761
|
-
PromiseFirmwareApi.prototype.uploadFirmware = function (file, password, _options) {
|
|
761
|
+
PromiseFirmwareApi.prototype.uploadFirmware = function (file, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, password, _options) {
|
|
762
762
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
763
|
-
var result = this.api.uploadFirmware(file, password, observableOptions);
|
|
763
|
+
var result = this.api.uploadFirmware(file, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, password, observableOptions);
|
|
764
764
|
return result.toPromise();
|
|
765
765
|
};
|
|
766
766
|
return PromiseFirmwareApi;
|
|
@@ -771,14 +771,14 @@ var PromiseFunctionsAIDecompilationApi = (function () {
|
|
|
771
771
|
function PromiseFunctionsAIDecompilationApi(configuration, requestFactory, responseProcessor) {
|
|
772
772
|
this.api = new ObservableAPI_14.ObservableFunctionsAIDecompilationApi(configuration, requestFactory, responseProcessor);
|
|
773
773
|
}
|
|
774
|
-
PromiseFunctionsAIDecompilationApi.prototype.createAiDecompilationCommentWithHttpInfo = function (functionId, functionCommentCreateRequest, _options) {
|
|
774
|
+
PromiseFunctionsAIDecompilationApi.prototype.createAiDecompilationCommentWithHttpInfo = function (functionId, functionCommentCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
775
775
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
776
|
-
var result = this.api.createAiDecompilationCommentWithHttpInfo(functionId, functionCommentCreateRequest, observableOptions);
|
|
776
|
+
var result = this.api.createAiDecompilationCommentWithHttpInfo(functionId, functionCommentCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
777
777
|
return result.toPromise();
|
|
778
778
|
};
|
|
779
|
-
PromiseFunctionsAIDecompilationApi.prototype.createAiDecompilationComment = function (functionId, functionCommentCreateRequest, _options) {
|
|
779
|
+
PromiseFunctionsAIDecompilationApi.prototype.createAiDecompilationComment = function (functionId, functionCommentCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
780
780
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
781
|
-
var result = this.api.createAiDecompilationComment(functionId, functionCommentCreateRequest, observableOptions);
|
|
781
|
+
var result = this.api.createAiDecompilationComment(functionId, functionCommentCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
782
782
|
return result.toPromise();
|
|
783
783
|
};
|
|
784
784
|
PromiseFunctionsAIDecompilationApi.prototype.createAiDecompilationTaskWithHttpInfo = function (functionId, _options) {
|
|
@@ -791,24 +791,24 @@ var PromiseFunctionsAIDecompilationApi = (function () {
|
|
|
791
791
|
var result = this.api.createAiDecompilationTask(functionId, observableOptions);
|
|
792
792
|
return result.toPromise();
|
|
793
793
|
};
|
|
794
|
-
PromiseFunctionsAIDecompilationApi.prototype.deleteAiDecompilationCommentWithHttpInfo = function (commentId, functionId, _options) {
|
|
794
|
+
PromiseFunctionsAIDecompilationApi.prototype.deleteAiDecompilationCommentWithHttpInfo = function (commentId, functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
795
795
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
796
|
-
var result = this.api.deleteAiDecompilationCommentWithHttpInfo(commentId, functionId, observableOptions);
|
|
796
|
+
var result = this.api.deleteAiDecompilationCommentWithHttpInfo(commentId, functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
797
797
|
return result.toPromise();
|
|
798
798
|
};
|
|
799
|
-
PromiseFunctionsAIDecompilationApi.prototype.deleteAiDecompilationComment = function (commentId, functionId, _options) {
|
|
799
|
+
PromiseFunctionsAIDecompilationApi.prototype.deleteAiDecompilationComment = function (commentId, functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
800
800
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
801
|
-
var result = this.api.deleteAiDecompilationComment(commentId, functionId, observableOptions);
|
|
801
|
+
var result = this.api.deleteAiDecompilationComment(commentId, functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
802
802
|
return result.toPromise();
|
|
803
803
|
};
|
|
804
|
-
PromiseFunctionsAIDecompilationApi.prototype.getAiDecompilationCommentsWithHttpInfo = function (functionId, _options) {
|
|
804
|
+
PromiseFunctionsAIDecompilationApi.prototype.getAiDecompilationCommentsWithHttpInfo = function (functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
805
805
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
806
|
-
var result = this.api.getAiDecompilationCommentsWithHttpInfo(functionId, observableOptions);
|
|
806
|
+
var result = this.api.getAiDecompilationCommentsWithHttpInfo(functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
807
807
|
return result.toPromise();
|
|
808
808
|
};
|
|
809
|
-
PromiseFunctionsAIDecompilationApi.prototype.getAiDecompilationComments = function (functionId, _options) {
|
|
809
|
+
PromiseFunctionsAIDecompilationApi.prototype.getAiDecompilationComments = function (functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
810
810
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
811
|
-
var result = this.api.getAiDecompilationComments(functionId, observableOptions);
|
|
811
|
+
var result = this.api.getAiDecompilationComments(functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
812
812
|
return result.toPromise();
|
|
813
813
|
};
|
|
814
814
|
PromiseFunctionsAIDecompilationApi.prototype.getAiDecompilationRatingWithHttpInfo = function (functionId, _options) {
|
|
@@ -841,14 +841,14 @@ var PromiseFunctionsAIDecompilationApi = (function () {
|
|
|
841
841
|
var result = this.api.getAiDecompilationTaskStatus(functionId, observableOptions);
|
|
842
842
|
return result.toPromise();
|
|
843
843
|
};
|
|
844
|
-
PromiseFunctionsAIDecompilationApi.prototype.updateAiDecompilationCommentWithHttpInfo = function (commentId, functionId, commentUpdateRequest, _options) {
|
|
844
|
+
PromiseFunctionsAIDecompilationApi.prototype.updateAiDecompilationCommentWithHttpInfo = function (commentId, functionId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
845
845
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
846
|
-
var result = this.api.updateAiDecompilationCommentWithHttpInfo(commentId, functionId, commentUpdateRequest, observableOptions);
|
|
846
|
+
var result = this.api.updateAiDecompilationCommentWithHttpInfo(commentId, functionId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
847
847
|
return result.toPromise();
|
|
848
848
|
};
|
|
849
|
-
PromiseFunctionsAIDecompilationApi.prototype.updateAiDecompilationComment = function (commentId, functionId, commentUpdateRequest, _options) {
|
|
849
|
+
PromiseFunctionsAIDecompilationApi.prototype.updateAiDecompilationComment = function (commentId, functionId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
850
850
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
851
|
-
var result = this.api.updateAiDecompilationComment(commentId, functionId, commentUpdateRequest, observableOptions);
|
|
851
|
+
var result = this.api.updateAiDecompilationComment(commentId, functionId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
852
852
|
return result.toPromise();
|
|
853
853
|
};
|
|
854
854
|
PromiseFunctionsAIDecompilationApi.prototype.upsertAiDecompilationRatingWithHttpInfo = function (functionId, upsertAiDecomplationRatingRequest, _options) {
|
|
@@ -1123,44 +1123,44 @@ var PromiseFunctionsDecompilationApi = (function () {
|
|
|
1123
1123
|
function PromiseFunctionsDecompilationApi(configuration, requestFactory, responseProcessor) {
|
|
1124
1124
|
this.api = new ObservableAPI_18.ObservableFunctionsDecompilationApi(configuration, requestFactory, responseProcessor);
|
|
1125
1125
|
}
|
|
1126
|
-
PromiseFunctionsDecompilationApi.prototype.createDecompilationCommentWithHttpInfo = function (functionId, functionCommentCreateRequest, _options) {
|
|
1126
|
+
PromiseFunctionsDecompilationApi.prototype.createDecompilationCommentWithHttpInfo = function (functionId, functionCommentCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
1127
1127
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
1128
|
-
var result = this.api.createDecompilationCommentWithHttpInfo(functionId, functionCommentCreateRequest, observableOptions);
|
|
1128
|
+
var result = this.api.createDecompilationCommentWithHttpInfo(functionId, functionCommentCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
1129
1129
|
return result.toPromise();
|
|
1130
1130
|
};
|
|
1131
|
-
PromiseFunctionsDecompilationApi.prototype.createDecompilationComment = function (functionId, functionCommentCreateRequest, _options) {
|
|
1131
|
+
PromiseFunctionsDecompilationApi.prototype.createDecompilationComment = function (functionId, functionCommentCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
1132
1132
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
1133
|
-
var result = this.api.createDecompilationComment(functionId, functionCommentCreateRequest, observableOptions);
|
|
1133
|
+
var result = this.api.createDecompilationComment(functionId, functionCommentCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
1134
1134
|
return result.toPromise();
|
|
1135
1135
|
};
|
|
1136
|
-
PromiseFunctionsDecompilationApi.prototype.deleteDecompilationCommentWithHttpInfo = function (commentId, functionId, _options) {
|
|
1136
|
+
PromiseFunctionsDecompilationApi.prototype.deleteDecompilationCommentWithHttpInfo = function (commentId, functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
1137
1137
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
1138
|
-
var result = this.api.deleteDecompilationCommentWithHttpInfo(commentId, functionId, observableOptions);
|
|
1138
|
+
var result = this.api.deleteDecompilationCommentWithHttpInfo(commentId, functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
1139
1139
|
return result.toPromise();
|
|
1140
1140
|
};
|
|
1141
|
-
PromiseFunctionsDecompilationApi.prototype.deleteDecompilationComment = function (commentId, functionId, _options) {
|
|
1141
|
+
PromiseFunctionsDecompilationApi.prototype.deleteDecompilationComment = function (commentId, functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
1142
1142
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
1143
|
-
var result = this.api.deleteDecompilationComment(commentId, functionId, observableOptions);
|
|
1143
|
+
var result = this.api.deleteDecompilationComment(commentId, functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
1144
1144
|
return result.toPromise();
|
|
1145
1145
|
};
|
|
1146
|
-
PromiseFunctionsDecompilationApi.prototype.getDecompilationCommentsWithHttpInfo = function (functionId, _options) {
|
|
1146
|
+
PromiseFunctionsDecompilationApi.prototype.getDecompilationCommentsWithHttpInfo = function (functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
1147
1147
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
1148
|
-
var result = this.api.getDecompilationCommentsWithHttpInfo(functionId, observableOptions);
|
|
1148
|
+
var result = this.api.getDecompilationCommentsWithHttpInfo(functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
1149
1149
|
return result.toPromise();
|
|
1150
1150
|
};
|
|
1151
|
-
PromiseFunctionsDecompilationApi.prototype.getDecompilationComments = function (functionId, _options) {
|
|
1151
|
+
PromiseFunctionsDecompilationApi.prototype.getDecompilationComments = function (functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
1152
1152
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
1153
|
-
var result = this.api.getDecompilationComments(functionId, observableOptions);
|
|
1153
|
+
var result = this.api.getDecompilationComments(functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
1154
1154
|
return result.toPromise();
|
|
1155
1155
|
};
|
|
1156
|
-
PromiseFunctionsDecompilationApi.prototype.updateDecompilationCommentWithHttpInfo = function (commentId, functionId, commentUpdateRequest, _options) {
|
|
1156
|
+
PromiseFunctionsDecompilationApi.prototype.updateDecompilationCommentWithHttpInfo = function (commentId, functionId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
1157
1157
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
1158
|
-
var result = this.api.updateDecompilationCommentWithHttpInfo(commentId, functionId, commentUpdateRequest, observableOptions);
|
|
1158
|
+
var result = this.api.updateDecompilationCommentWithHttpInfo(commentId, functionId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
1159
1159
|
return result.toPromise();
|
|
1160
1160
|
};
|
|
1161
|
-
PromiseFunctionsDecompilationApi.prototype.updateDecompilationComment = function (commentId, functionId, commentUpdateRequest, _options) {
|
|
1161
|
+
PromiseFunctionsDecompilationApi.prototype.updateDecompilationComment = function (commentId, functionId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
|
|
1162
1162
|
var observableOptions = (0, configuration_1.wrapOptions)(_options);
|
|
1163
|
-
var result = this.api.updateDecompilationComment(commentId, functionId, commentUpdateRequest, observableOptions);
|
|
1163
|
+
var result = this.api.updateDecompilationComment(commentId, functionId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, observableOptions);
|
|
1164
1164
|
return result.toPromise();
|
|
1165
1165
|
};
|
|
1166
1166
|
return PromiseFunctionsDecompilationApi;
|