@revengai/sdk 3.46.0 → 3.51.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.
Files changed (50) hide show
  1. package/README.md +11 -0
  2. package/dist/apis/AnalysisStagesApi.d.ts +13 -0
  3. package/dist/apis/AnalysisStagesApi.js +224 -0
  4. package/dist/apis/AnalysisStagesApi.js.map +1 -0
  5. package/dist/index.d.ts +1 -1
  6. package/dist/index.js +2 -1
  7. package/dist/index.js.map +1 -1
  8. package/dist/models/AnalysisStage.d.ts +5 -0
  9. package/dist/models/AnalysisStage.js +10 -0
  10. package/dist/models/AnalysisStage.js.map +1 -0
  11. package/dist/models/AnalysisStageStatus.d.ts +6 -0
  12. package/dist/models/AnalysisStageStatus.js +11 -0
  13. package/dist/models/AnalysisStageStatus.js.map +1 -0
  14. package/dist/models/AnalysisStagesResponse.d.ts +21 -0
  15. package/dist/models/AnalysisStagesResponse.js +23 -0
  16. package/dist/models/AnalysisStagesResponse.js.map +1 -0
  17. package/dist/models/BaseResponseAnalysisStagesResponse.d.ts +27 -0
  18. package/dist/models/BaseResponseAnalysisStagesResponse.js +47 -0
  19. package/dist/models/BaseResponseAnalysisStagesResponse.js.map +1 -0
  20. package/dist/models/BaseResponsePipelineStatusResponse.d.ts +27 -0
  21. package/dist/models/BaseResponsePipelineStatusResponse.js +47 -0
  22. package/dist/models/BaseResponsePipelineStatusResponse.js.map +1 -0
  23. package/dist/models/ObjectSerializer.d.ts +9 -0
  24. package/dist/models/ObjectSerializer.js +24 -0
  25. package/dist/models/ObjectSerializer.js.map +1 -1
  26. package/dist/models/PipelineStageStatus.d.ts +7 -0
  27. package/dist/models/PipelineStageStatus.js +12 -0
  28. package/dist/models/PipelineStageStatus.js.map +1 -0
  29. package/dist/models/PipelineStatusResponse.d.ts +21 -0
  30. package/dist/models/PipelineStatusResponse.js +23 -0
  31. package/dist/models/PipelineStatusResponse.js.map +1 -0
  32. package/dist/models/StageEvent.d.ts +24 -0
  33. package/dist/models/StageEvent.js +35 -0
  34. package/dist/models/StageEvent.js.map +1 -0
  35. package/dist/models/StageStatus.d.ts +24 -0
  36. package/dist/models/StageStatus.js +35 -0
  37. package/dist/models/StageStatus.js.map +1 -0
  38. package/dist/models/all.d.ts +9 -0
  39. package/dist/models/all.js +9 -0
  40. package/dist/models/all.js.map +1 -1
  41. package/dist/types/ObjectParamAPI.d.ts +17 -0
  42. package/dist/types/ObjectParamAPI.js +48 -28
  43. package/dist/types/ObjectParamAPI.js.map +1 -1
  44. package/dist/types/ObservableAPI.d.ts +13 -0
  45. package/dist/types/ObservableAPI.js +351 -285
  46. package/dist/types/ObservableAPI.js.map +1 -1
  47. package/dist/types/PromiseAPI.d.ts +11 -0
  48. package/dist/types/PromiseAPI.js +56 -28
  49. package/dist/types/PromiseAPI.js.map +1 -1
  50. package/package.json +1 -1
package/README.md CHANGED
@@ -85,6 +85,8 @@ Class | Method | HTTP request | Description
85
85
  *AnalysesSecurityChecksApi* | [**getSecurityChecks**](docs/AnalysesSecurityChecksApi.md#getSecurityChecks) | **GET** /v2/analyses/{analysis_id}/security-checks | Get Security Checks
86
86
  *AnalysesSecurityChecksApi* | [**getSecurityChecksTaskStatus**](docs/AnalysesSecurityChecksApi.md#getSecurityChecksTaskStatus) | **GET** /v2/analyses/{analysis_id}/security-checks/status | Check the status of a security check process
87
87
  *AnalysesXRefsApi* | [**getXrefByVaddr**](docs/AnalysesXRefsApi.md#getXrefByVaddr) | **GET** /v2/analyses/{analysis_id}/xrefs/{vaddr} | [Beta] Look up xrefs by virtual address
88
+ *AnalysisStagesApi* | [**getAnalysisStages**](docs/AnalysisStagesApi.md#getAnalysisStages) | **GET** /v2/analysis-stages/{analysis_id} | Get Analysis Stages
89
+ *AnalysisStagesApi* | [**getPipelineStatus**](docs/AnalysisStagesApi.md#getPipelineStatus) | **GET** /v2/analysis-stages/{analysis_id}/pipeline-status | Get Pipeline Status
88
90
  *AuthenticationUsersApi* | [**getRequesterUserInfo**](docs/AuthenticationUsersApi.md#getRequesterUserInfo) | **GET** /v2/users/me | Get the requesters user information
89
91
  *AuthenticationUsersApi* | [**getUser**](docs/AuthenticationUsersApi.md#getUser) | **GET** /v2/users/{user_id} | Get a user\'s public information
90
92
  *AuthenticationUsersApi* | [**getUserActivity**](docs/AuthenticationUsersApi.md#getUserActivity) | **GET** /v2/users/activity | Get auth user activity
@@ -179,6 +181,9 @@ Class | Method | HTTP request | Description
179
181
  - [AnalysisFunctionsList](AnalysisFunctionsList.md)
180
182
  - [AnalysisRecord](AnalysisRecord.md)
181
183
  - [AnalysisScope](AnalysisScope.md)
184
+ - [AnalysisStage](AnalysisStage.md)
185
+ - [AnalysisStageStatus](AnalysisStageStatus.md)
186
+ - [AnalysisStagesResponse](AnalysisStagesResponse.md)
182
187
  - [AnalysisStringsResponse](AnalysisStringsResponse.md)
183
188
  - [AnalysisStringsStatusResponse](AnalysisStringsStatusResponse.md)
184
189
  - [AnalysisTags](AnalysisTags.md)
@@ -203,6 +208,7 @@ Class | Method | HTTP request | Description
203
208
  - [BaseResponseAnalysisFunctionMapping](BaseResponseAnalysisFunctionMapping.md)
204
209
  - [BaseResponseAnalysisFunctions](BaseResponseAnalysisFunctions.md)
205
210
  - [BaseResponseAnalysisFunctionsList](BaseResponseAnalysisFunctionsList.md)
211
+ - [BaseResponseAnalysisStagesResponse](BaseResponseAnalysisStagesResponse.md)
206
212
  - [BaseResponseAnalysisStringsResponse](BaseResponseAnalysisStringsResponse.md)
207
213
  - [BaseResponseAnalysisStringsStatusResponse](BaseResponseAnalysisStringsStatusResponse.md)
208
214
  - [BaseResponseAnalysisTags](BaseResponseAnalysisTags.md)
@@ -257,6 +263,7 @@ Class | Method | HTTP request | Description
257
263
  - [BaseResponseModelsResponse](BaseResponseModelsResponse.md)
258
264
  - [BaseResponseNetworkOverviewResponse](BaseResponseNetworkOverviewResponse.md)
259
265
  - [BaseResponseParams](BaseResponseParams.md)
266
+ - [BaseResponsePipelineStatusResponse](BaseResponsePipelineStatusResponse.md)
260
267
  - [BaseResponseProcessDumps](BaseResponseProcessDumps.md)
261
268
  - [BaseResponseProcessRegistry](BaseResponseProcessRegistry.md)
262
269
  - [BaseResponseProcessTree](BaseResponseProcessTree.md)
@@ -406,6 +413,8 @@ Class | Method | HTTP request | Description
406
413
  - [PEModel](PEModel.md)
407
414
  - [PaginationModel](PaginationModel.md)
408
415
  - [Params](Params.md)
416
+ - [PipelineStageStatus](PipelineStageStatus.md)
417
+ - [PipelineStatusResponse](PipelineStatusResponse.md)
409
418
  - [Platform](Platform.md)
410
419
  - [Process](Process.md)
411
420
  - [ProcessDump](ProcessDump.md)
@@ -434,6 +443,8 @@ Class | Method | HTTP request | Description
434
443
  - [SinglePDBEntryModel](SinglePDBEntryModel.md)
435
444
  - [SingleSectionModel](SingleSectionModel.md)
436
445
  - [StackVariable](StackVariable.md)
446
+ - [StageEvent](StageEvent.md)
447
+ - [StageStatus](StageStatus.md)
437
448
  - [StatusInput](StatusInput.md)
438
449
  - [StatusOutput](StatusOutput.md)
439
450
  - [StringFunctions](StringFunctions.md)
@@ -0,0 +1,13 @@
1
+ import { BaseAPIRequestFactory } from './baseapi';
2
+ import { Configuration } from '../configuration';
3
+ import { RequestContext, ResponseContext, HttpInfo } from '../http/http';
4
+ import { BaseResponseAnalysisStagesResponse } from '../models/BaseResponseAnalysisStagesResponse';
5
+ import { BaseResponsePipelineStatusResponse } from '../models/BaseResponsePipelineStatusResponse';
6
+ export declare class AnalysisStagesApiRequestFactory extends BaseAPIRequestFactory {
7
+ getAnalysisStages(analysisId: number, _options?: Configuration): Promise<RequestContext>;
8
+ getPipelineStatus(analysisId: number, _options?: Configuration): Promise<RequestContext>;
9
+ }
10
+ export declare class AnalysisStagesApiResponseProcessor {
11
+ getAnalysisStagesWithHttpInfo(response: ResponseContext): Promise<HttpInfo<BaseResponseAnalysisStagesResponse>>;
12
+ getPipelineStatusWithHttpInfo(response: ResponseContext): Promise<HttpInfo<BaseResponsePipelineStatusResponse>>;
13
+ }
@@ -0,0 +1,224 @@
1
+ "use strict";
2
+ var __extends = (this && this.__extends) || (function () {
3
+ var extendStatics = function (d, b) {
4
+ extendStatics = Object.setPrototypeOf ||
5
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
+ return extendStatics(d, b);
8
+ };
9
+ return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
18
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
19
+ return new (P || (P = Promise))(function (resolve, reject) {
20
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
21
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
22
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
23
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
24
+ });
25
+ };
26
+ var __generator = (this && this.__generator) || function (thisArg, body) {
27
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
28
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
29
+ function verb(n) { return function (v) { return step([n, v]); }; }
30
+ function step(op) {
31
+ if (f) throw new TypeError("Generator is already executing.");
32
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
33
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
34
+ if (y = 0, t) op = [op[0] & 2, t.value];
35
+ switch (op[0]) {
36
+ case 0: case 1: t = op; break;
37
+ case 4: _.label++; return { value: op[1], done: false };
38
+ case 5: _.label++; y = op[1]; op = [0]; continue;
39
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
40
+ default:
41
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
42
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
43
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
44
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
45
+ if (t[2]) _.ops.pop();
46
+ _.trys.pop(); continue;
47
+ }
48
+ op = body.call(thisArg, _);
49
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
50
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
51
+ }
52
+ };
53
+ Object.defineProperty(exports, "__esModule", { value: true });
54
+ exports.AnalysisStagesApiResponseProcessor = exports.AnalysisStagesApiRequestFactory = void 0;
55
+ var baseapi_1 = require("./baseapi");
56
+ var http_1 = require("../http/http");
57
+ var ObjectSerializer_1 = require("../models/ObjectSerializer");
58
+ var exception_1 = require("./exception");
59
+ var util_1 = require("../util");
60
+ var AnalysisStagesApiRequestFactory = (function (_super) {
61
+ __extends(AnalysisStagesApiRequestFactory, _super);
62
+ function AnalysisStagesApiRequestFactory() {
63
+ return _super !== null && _super.apply(this, arguments) || this;
64
+ }
65
+ AnalysisStagesApiRequestFactory.prototype.getAnalysisStages = function (analysisId, _options) {
66
+ var _a;
67
+ return __awaiter(this, void 0, void 0, function () {
68
+ var _config, localVarPath, requestContext, authMethod, defaultAuth;
69
+ return __generator(this, function (_b) {
70
+ switch (_b.label) {
71
+ case 0:
72
+ _config = _options || this.configuration;
73
+ if (analysisId === null || analysisId === undefined) {
74
+ throw new baseapi_1.RequiredError("AnalysisStagesApi", "getAnalysisStages", "analysisId");
75
+ }
76
+ localVarPath = '/v2/analysis-stages/{analysis_id}'
77
+ .replace('{' + 'analysis_id' + '}', encodeURIComponent(String(analysisId)));
78
+ requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
79
+ requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
80
+ authMethod = _config.authMethods["APIKey"];
81
+ if (!(authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication)) return [3, 2];
82
+ return [4, (authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication(requestContext))];
83
+ case 1:
84
+ _b.sent();
85
+ _b.label = 2;
86
+ case 2:
87
+ defaultAuth = (_a = _config === null || _config === void 0 ? void 0 : _config.authMethods) === null || _a === void 0 ? void 0 : _a.default;
88
+ if (!(defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication)) return [3, 4];
89
+ return [4, (defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication(requestContext))];
90
+ case 3:
91
+ _b.sent();
92
+ _b.label = 4;
93
+ case 4: return [2, requestContext];
94
+ }
95
+ });
96
+ });
97
+ };
98
+ AnalysisStagesApiRequestFactory.prototype.getPipelineStatus = function (analysisId, _options) {
99
+ var _a;
100
+ return __awaiter(this, void 0, void 0, function () {
101
+ var _config, localVarPath, requestContext, authMethod, defaultAuth;
102
+ return __generator(this, function (_b) {
103
+ switch (_b.label) {
104
+ case 0:
105
+ _config = _options || this.configuration;
106
+ if (analysisId === null || analysisId === undefined) {
107
+ throw new baseapi_1.RequiredError("AnalysisStagesApi", "getPipelineStatus", "analysisId");
108
+ }
109
+ localVarPath = '/v2/analysis-stages/{analysis_id}/pipeline-status'
110
+ .replace('{' + 'analysis_id' + '}', encodeURIComponent(String(analysisId)));
111
+ requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
112
+ requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
113
+ authMethod = _config.authMethods["APIKey"];
114
+ if (!(authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication)) return [3, 2];
115
+ return [4, (authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication(requestContext))];
116
+ case 1:
117
+ _b.sent();
118
+ _b.label = 2;
119
+ case 2:
120
+ defaultAuth = (_a = _config === null || _config === void 0 ? void 0 : _config.authMethods) === null || _a === void 0 ? void 0 : _a.default;
121
+ if (!(defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication)) return [3, 4];
122
+ return [4, (defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication(requestContext))];
123
+ case 3:
124
+ _b.sent();
125
+ _b.label = 4;
126
+ case 4: return [2, requestContext];
127
+ }
128
+ });
129
+ });
130
+ };
131
+ return AnalysisStagesApiRequestFactory;
132
+ }(baseapi_1.BaseAPIRequestFactory));
133
+ exports.AnalysisStagesApiRequestFactory = AnalysisStagesApiRequestFactory;
134
+ var AnalysisStagesApiResponseProcessor = (function () {
135
+ function AnalysisStagesApiResponseProcessor() {
136
+ }
137
+ AnalysisStagesApiResponseProcessor.prototype.getAnalysisStagesWithHttpInfo = function (response) {
138
+ return __awaiter(this, void 0, void 0, function () {
139
+ var contentType, body, _a, _b, _c, _d, body, _e, _f, _g, _h, body, _j, _k, _l, _m, _o, _p;
140
+ return __generator(this, function (_q) {
141
+ switch (_q.label) {
142
+ case 0:
143
+ contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
144
+ if (!(0, util_1.isCodeInRange)("200", response.httpStatusCode)) return [3, 2];
145
+ _b = (_a = ObjectSerializer_1.ObjectSerializer).deserialize;
146
+ _d = (_c = ObjectSerializer_1.ObjectSerializer).parse;
147
+ return [4, response.body.text()];
148
+ case 1:
149
+ body = _b.apply(_a, [_d.apply(_c, [_q.sent(), contentType]),
150
+ "BaseResponseAnalysisStagesResponse", ""]);
151
+ return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
152
+ case 2:
153
+ if (!(0, util_1.isCodeInRange)("422", response.httpStatusCode)) return [3, 4];
154
+ _f = (_e = ObjectSerializer_1.ObjectSerializer).deserialize;
155
+ _h = (_g = ObjectSerializer_1.ObjectSerializer).parse;
156
+ return [4, response.body.text()];
157
+ case 3:
158
+ body = _f.apply(_e, [_h.apply(_g, [_q.sent(), contentType]),
159
+ "BaseResponse", ""]);
160
+ throw new exception_1.ApiException(response.httpStatusCode, "Invalid request parameters", body, response.headers);
161
+ case 4:
162
+ if (!(response.httpStatusCode >= 200 && response.httpStatusCode <= 299)) return [3, 6];
163
+ _k = (_j = ObjectSerializer_1.ObjectSerializer).deserialize;
164
+ _m = (_l = ObjectSerializer_1.ObjectSerializer).parse;
165
+ return [4, response.body.text()];
166
+ case 5:
167
+ body = _k.apply(_j, [_m.apply(_l, [_q.sent(), contentType]),
168
+ "BaseResponseAnalysisStagesResponse", ""]);
169
+ return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
170
+ case 6:
171
+ _o = exception_1.ApiException.bind;
172
+ _p = [void 0, response.httpStatusCode, "Unknown API Status Code!"];
173
+ return [4, response.getBodyAsAny()];
174
+ case 7: throw new (_o.apply(exception_1.ApiException, _p.concat([_q.sent(), response.headers])))();
175
+ }
176
+ });
177
+ });
178
+ };
179
+ AnalysisStagesApiResponseProcessor.prototype.getPipelineStatusWithHttpInfo = function (response) {
180
+ return __awaiter(this, void 0, void 0, function () {
181
+ var contentType, body, _a, _b, _c, _d, body, _e, _f, _g, _h, body, _j, _k, _l, _m, _o, _p;
182
+ return __generator(this, function (_q) {
183
+ switch (_q.label) {
184
+ case 0:
185
+ contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
186
+ if (!(0, util_1.isCodeInRange)("200", response.httpStatusCode)) return [3, 2];
187
+ _b = (_a = ObjectSerializer_1.ObjectSerializer).deserialize;
188
+ _d = (_c = ObjectSerializer_1.ObjectSerializer).parse;
189
+ return [4, response.body.text()];
190
+ case 1:
191
+ body = _b.apply(_a, [_d.apply(_c, [_q.sent(), contentType]),
192
+ "BaseResponsePipelineStatusResponse", ""]);
193
+ return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
194
+ case 2:
195
+ if (!(0, util_1.isCodeInRange)("422", response.httpStatusCode)) return [3, 4];
196
+ _f = (_e = ObjectSerializer_1.ObjectSerializer).deserialize;
197
+ _h = (_g = ObjectSerializer_1.ObjectSerializer).parse;
198
+ return [4, response.body.text()];
199
+ case 3:
200
+ body = _f.apply(_e, [_h.apply(_g, [_q.sent(), contentType]),
201
+ "BaseResponse", ""]);
202
+ throw new exception_1.ApiException(response.httpStatusCode, "Invalid request parameters", body, response.headers);
203
+ case 4:
204
+ if (!(response.httpStatusCode >= 200 && response.httpStatusCode <= 299)) return [3, 6];
205
+ _k = (_j = ObjectSerializer_1.ObjectSerializer).deserialize;
206
+ _m = (_l = ObjectSerializer_1.ObjectSerializer).parse;
207
+ return [4, response.body.text()];
208
+ case 5:
209
+ body = _k.apply(_j, [_m.apply(_l, [_q.sent(), contentType]),
210
+ "BaseResponsePipelineStatusResponse", ""]);
211
+ return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
212
+ case 6:
213
+ _o = exception_1.ApiException.bind;
214
+ _p = [void 0, response.httpStatusCode, "Unknown API Status Code!"];
215
+ return [4, response.getBodyAsAny()];
216
+ case 7: throw new (_o.apply(exception_1.ApiException, _p.concat([_q.sent(), response.headers])))();
217
+ }
218
+ });
219
+ });
220
+ };
221
+ return AnalysisStagesApiResponseProcessor;
222
+ }());
223
+ exports.AnalysisStagesApiResponseProcessor = AnalysisStagesApiResponseProcessor;
224
+ //# sourceMappingURL=AnalysisStagesApi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnalysisStagesApi.js","sourceRoot":"","sources":["../../apis/AnalysisStagesApi.ts"],"names":[],"mappings":"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"}
package/dist/index.d.ts CHANGED
@@ -8,4 +8,4 @@ export * from "./servers";
8
8
  export { RequiredError } from "./apis/baseapi";
9
9
  export type { PromiseMiddleware as Middleware, Middleware as ObservableMiddleware } from './middleware';
10
10
  export { Observable } from './rxjsStub';
11
- export { PromiseAnalysesCommentsApi as AnalysesCommentsApi, PromiseAnalysesCoreApi as AnalysesCoreApi, PromiseAnalysesDynamicExecutionApi as AnalysesDynamicExecutionApi, PromiseAnalysesResultsMetadataApi as AnalysesResultsMetadataApi, PromiseAnalysesSecurityChecksApi as AnalysesSecurityChecksApi, PromiseAnalysesXRefsApi as AnalysesXRefsApi, PromiseAuthenticationUsersApi as AuthenticationUsersApi, PromiseBinariesApi as BinariesApi, PromiseCollectionsApi as CollectionsApi, PromiseConfigApi as ConfigApi, PromiseExternalSourcesApi as ExternalSourcesApi, PromiseFirmwareApi as FirmwareApi, PromiseFunctionsAIDecompilationApi as FunctionsAIDecompilationApi, PromiseFunctionsBlockCommentsApi as FunctionsBlockCommentsApi, PromiseFunctionsCoreApi as FunctionsCoreApi, PromiseFunctionsDataTypesApi as FunctionsDataTypesApi, PromiseFunctionsDecompilationApi as FunctionsDecompilationApi, PromiseFunctionsRenamingHistoryApi as FunctionsRenamingHistoryApi, PromiseModelsApi as ModelsApi, PromiseSearchApi as SearchApi } from './types/PromiseAPI';
11
+ export { PromiseAnalysesCommentsApi as AnalysesCommentsApi, PromiseAnalysesCoreApi as AnalysesCoreApi, PromiseAnalysesDynamicExecutionApi as AnalysesDynamicExecutionApi, PromiseAnalysesResultsMetadataApi as AnalysesResultsMetadataApi, PromiseAnalysesSecurityChecksApi as AnalysesSecurityChecksApi, PromiseAnalysesXRefsApi as AnalysesXRefsApi, PromiseAnalysisStagesApi as AnalysisStagesApi, PromiseAuthenticationUsersApi as AuthenticationUsersApi, PromiseBinariesApi as BinariesApi, PromiseCollectionsApi as CollectionsApi, PromiseConfigApi as ConfigApi, PromiseExternalSourcesApi as ExternalSourcesApi, PromiseFirmwareApi as FirmwareApi, PromiseFunctionsAIDecompilationApi as FunctionsAIDecompilationApi, PromiseFunctionsBlockCommentsApi as FunctionsBlockCommentsApi, PromiseFunctionsCoreApi as FunctionsCoreApi, PromiseFunctionsDataTypesApi as FunctionsDataTypesApi, PromiseFunctionsDecompilationApi as FunctionsDecompilationApi, PromiseFunctionsRenamingHistoryApi as FunctionsRenamingHistoryApi, PromiseModelsApi as ModelsApi, PromiseSearchApi as SearchApi } from './types/PromiseAPI';
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.SearchApi = exports.ModelsApi = exports.FunctionsRenamingHistoryApi = exports.FunctionsDecompilationApi = exports.FunctionsDataTypesApi = exports.FunctionsCoreApi = exports.FunctionsBlockCommentsApi = exports.FunctionsAIDecompilationApi = exports.FirmwareApi = exports.ExternalSourcesApi = exports.ConfigApi = exports.CollectionsApi = exports.BinariesApi = exports.AuthenticationUsersApi = exports.AnalysesXRefsApi = exports.AnalysesSecurityChecksApi = exports.AnalysesResultsMetadataApi = exports.AnalysesDynamicExecutionApi = exports.AnalysesCoreApi = exports.AnalysesCommentsApi = exports.Observable = exports.RequiredError = exports.createConfiguration = void 0;
17
+ exports.SearchApi = exports.ModelsApi = exports.FunctionsRenamingHistoryApi = exports.FunctionsDecompilationApi = exports.FunctionsDataTypesApi = exports.FunctionsCoreApi = exports.FunctionsBlockCommentsApi = exports.FunctionsAIDecompilationApi = exports.FirmwareApi = exports.ExternalSourcesApi = exports.ConfigApi = exports.CollectionsApi = exports.BinariesApi = exports.AuthenticationUsersApi = exports.AnalysisStagesApi = exports.AnalysesXRefsApi = exports.AnalysesSecurityChecksApi = exports.AnalysesResultsMetadataApi = exports.AnalysesDynamicExecutionApi = exports.AnalysesCoreApi = exports.AnalysesCommentsApi = exports.Observable = exports.RequiredError = exports.createConfiguration = void 0;
18
18
  __exportStar(require("./http/http"), exports);
19
19
  __exportStar(require("./auth/auth"), exports);
20
20
  __exportStar(require("./models/all"), exports);
@@ -33,6 +33,7 @@ Object.defineProperty(exports, "AnalysesDynamicExecutionApi", { enumerable: true
33
33
  Object.defineProperty(exports, "AnalysesResultsMetadataApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseAnalysesResultsMetadataApi; } });
34
34
  Object.defineProperty(exports, "AnalysesSecurityChecksApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseAnalysesSecurityChecksApi; } });
35
35
  Object.defineProperty(exports, "AnalysesXRefsApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseAnalysesXRefsApi; } });
36
+ Object.defineProperty(exports, "AnalysisStagesApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseAnalysisStagesApi; } });
36
37
  Object.defineProperty(exports, "AuthenticationUsersApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseAuthenticationUsersApi; } });
37
38
  Object.defineProperty(exports, "BinariesApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseBinariesApi; } });
38
39
  Object.defineProperty(exports, "CollectionsApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseCollectionsApi; } });
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,8CAA4B;AAC5B,+CAA6B;AAC7B,iDAAqD;AAA5C,oHAAA,mBAAmB,OAAA;AAE5B,mDAAiC;AACjC,4CAA0B;AAC1B,0CAA+C;AAAtC,wGAAA,aAAa,OAAA;AAGtB,uCAAwC;AAA/B,sGAAA,UAAU,OAAA;AACnB,iDAAmiC;AAA1hC,iHAAA,0BAA0B,OAAuB;AAAG,6GAAA,sBAAsB,OAAmB;AAAG,yHAAA,kCAAkC,OAA+B;AAAG,wHAAA,iCAAiC,OAA8B;AAAG,uHAAA,gCAAgC,OAA6B;AAAG,8GAAA,uBAAuB,OAAoB;AAAG,oHAAA,6BAA6B,OAA0B;AAAG,yGAAA,kBAAkB,OAAe;AAAG,4GAAA,qBAAqB,OAAkB;AAAG,uGAAA,gBAAgB,OAAa;AAAG,gHAAA,yBAAyB,OAAsB;AAAG,yGAAA,kBAAkB,OAAe;AAAG,yHAAA,kCAAkC,OAA+B;AAAG,uHAAA,gCAAgC,OAA6B;AAAG,8GAAA,uBAAuB,OAAoB;AAAG,mHAAA,4BAA4B,OAAyB;AAAG,uHAAA,gCAAgC,OAA6B;AAAG,yHAAA,kCAAkC,OAA+B;AAAG,uGAAA,gBAAgB,OAAa;AAAG,uGAAA,gBAAgB,OAAa"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,8CAA4B;AAC5B,+CAA6B;AAC7B,iDAAqD;AAA5C,oHAAA,mBAAmB,OAAA;AAE5B,mDAAiC;AACjC,4CAA0B;AAC1B,0CAA+C;AAAtC,wGAAA,aAAa,OAAA;AAGtB,uCAAwC;AAA/B,sGAAA,UAAU,OAAA;AACnB,iDAAmlC;AAA1kC,iHAAA,0BAA0B,OAAuB;AAAG,6GAAA,sBAAsB,OAAmB;AAAG,yHAAA,kCAAkC,OAA+B;AAAG,wHAAA,iCAAiC,OAA8B;AAAG,uHAAA,gCAAgC,OAA6B;AAAG,8GAAA,uBAAuB,OAAoB;AAAG,+GAAA,wBAAwB,OAAqB;AAAG,oHAAA,6BAA6B,OAA0B;AAAG,yGAAA,kBAAkB,OAAe;AAAG,4GAAA,qBAAqB,OAAkB;AAAG,uGAAA,gBAAgB,OAAa;AAAG,gHAAA,yBAAyB,OAAsB;AAAG,yGAAA,kBAAkB,OAAe;AAAG,yHAAA,kCAAkC,OAA+B;AAAG,uHAAA,gCAAgC,OAA6B;AAAG,8GAAA,uBAAuB,OAAoB;AAAG,mHAAA,4BAA4B,OAAyB;AAAG,uHAAA,gCAAgC,OAA6B;AAAG,yHAAA,kCAAkC,OAA+B;AAAG,uGAAA,gBAAgB,OAAa;AAAG,uGAAA,gBAAgB,OAAa"}
@@ -0,0 +1,5 @@
1
+ export declare enum AnalysisStage {
2
+ Analysis = "ANALYSIS",
3
+ PostProcessing = "POST_PROCESSING",
4
+ Inference = "INFERENCE"
5
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AnalysisStage = void 0;
4
+ var AnalysisStage;
5
+ (function (AnalysisStage) {
6
+ AnalysisStage["Analysis"] = "ANALYSIS";
7
+ AnalysisStage["PostProcessing"] = "POST_PROCESSING";
8
+ AnalysisStage["Inference"] = "INFERENCE";
9
+ })(AnalysisStage = exports.AnalysisStage || (exports.AnalysisStage = {}));
10
+ //# sourceMappingURL=AnalysisStage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnalysisStage.js","sourceRoot":"","sources":["../../models/AnalysisStage.ts"],"names":[],"mappings":";;;AAaA,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,sCAAqB,CAAA;IACrB,mDAAkC,CAAA;IAClC,wCAAuB,CAAA;AAC3B,CAAC,EAJW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAIxB"}
@@ -0,0 +1,6 @@
1
+ export declare enum AnalysisStageStatus {
2
+ Queued = "QUEUED",
3
+ Started = "STARTED",
4
+ Finished = "FINISHED",
5
+ Error = "ERROR"
6
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AnalysisStageStatus = void 0;
4
+ var AnalysisStageStatus;
5
+ (function (AnalysisStageStatus) {
6
+ AnalysisStageStatus["Queued"] = "QUEUED";
7
+ AnalysisStageStatus["Started"] = "STARTED";
8
+ AnalysisStageStatus["Finished"] = "FINISHED";
9
+ AnalysisStageStatus["Error"] = "ERROR";
10
+ })(AnalysisStageStatus = exports.AnalysisStageStatus || (exports.AnalysisStageStatus = {}));
11
+ //# sourceMappingURL=AnalysisStageStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnalysisStageStatus.js","sourceRoot":"","sources":["../../models/AnalysisStageStatus.ts"],"names":[],"mappings":";;;AAaA,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC3B,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,4CAAqB,CAAA;IACrB,sCAAe,CAAA;AACnB,CAAC,EALW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAK9B"}
@@ -0,0 +1,21 @@
1
+ import { StageEvent } from '../models/StageEvent';
2
+ export declare class AnalysisStagesResponse {
3
+ 'events': Array<StageEvent>;
4
+ static readonly discriminator: string | undefined;
5
+ static readonly mapping: {
6
+ [index: string]: string;
7
+ } | undefined;
8
+ static readonly attributeTypeMap: Array<{
9
+ name: string;
10
+ baseName: string;
11
+ type: string;
12
+ format: string;
13
+ }>;
14
+ static getAttributeTypeMap(): {
15
+ name: string;
16
+ baseName: string;
17
+ type: string;
18
+ format: string;
19
+ }[];
20
+ constructor();
21
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AnalysisStagesResponse = void 0;
4
+ var AnalysisStagesResponse = (function () {
5
+ function AnalysisStagesResponse() {
6
+ }
7
+ AnalysisStagesResponse.getAttributeTypeMap = function () {
8
+ return AnalysisStagesResponse.attributeTypeMap;
9
+ };
10
+ AnalysisStagesResponse.discriminator = undefined;
11
+ AnalysisStagesResponse.mapping = undefined;
12
+ AnalysisStagesResponse.attributeTypeMap = [
13
+ {
14
+ "name": "events",
15
+ "baseName": "events",
16
+ "type": "Array<StageEvent>",
17
+ "format": ""
18
+ }
19
+ ];
20
+ return AnalysisStagesResponse;
21
+ }());
22
+ exports.AnalysisStagesResponse = AnalysisStagesResponse;
23
+ //# sourceMappingURL=AnalysisStagesResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnalysisStagesResponse.js","sourceRoot":"","sources":["../../models/AnalysisStagesResponse.ts"],"names":[],"mappings":";;;AAcA;IAmBI;IACA,CAAC;IALM,0CAAmB,GAA1B;QACI,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;IAde,oCAAa,GAAuB,SAAS,CAAC;IAE9C,8BAAO,GAA0C,SAAS,CAAC;IAE3D,uCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,6BAAC;CAAA,AArBD,IAqBC;AArBY,wDAAsB"}
@@ -0,0 +1,27 @@
1
+ import { AnalysisStagesResponse } from '../models/AnalysisStagesResponse';
2
+ import { ErrorModel } from '../models/ErrorModel';
3
+ import { MetaModel } from '../models/MetaModel';
4
+ export declare class BaseResponseAnalysisStagesResponse {
5
+ 'status'?: boolean;
6
+ 'data'?: AnalysisStagesResponse | null;
7
+ 'message'?: string | null;
8
+ 'errors'?: Array<ErrorModel> | null;
9
+ 'meta'?: MetaModel;
10
+ static readonly discriminator: string | undefined;
11
+ static readonly mapping: {
12
+ [index: string]: string;
13
+ } | undefined;
14
+ static readonly attributeTypeMap: Array<{
15
+ name: string;
16
+ baseName: string;
17
+ type: string;
18
+ format: string;
19
+ }>;
20
+ static getAttributeTypeMap(): {
21
+ name: string;
22
+ baseName: string;
23
+ type: string;
24
+ format: string;
25
+ }[];
26
+ constructor();
27
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BaseResponseAnalysisStagesResponse = void 0;
4
+ var BaseResponseAnalysisStagesResponse = (function () {
5
+ function BaseResponseAnalysisStagesResponse() {
6
+ }
7
+ BaseResponseAnalysisStagesResponse.getAttributeTypeMap = function () {
8
+ return BaseResponseAnalysisStagesResponse.attributeTypeMap;
9
+ };
10
+ BaseResponseAnalysisStagesResponse.discriminator = undefined;
11
+ BaseResponseAnalysisStagesResponse.mapping = undefined;
12
+ BaseResponseAnalysisStagesResponse.attributeTypeMap = [
13
+ {
14
+ "name": "status",
15
+ "baseName": "status",
16
+ "type": "boolean",
17
+ "format": ""
18
+ },
19
+ {
20
+ "name": "data",
21
+ "baseName": "data",
22
+ "type": "AnalysisStagesResponse",
23
+ "format": ""
24
+ },
25
+ {
26
+ "name": "message",
27
+ "baseName": "message",
28
+ "type": "string",
29
+ "format": ""
30
+ },
31
+ {
32
+ "name": "errors",
33
+ "baseName": "errors",
34
+ "type": "Array<ErrorModel>",
35
+ "format": ""
36
+ },
37
+ {
38
+ "name": "meta",
39
+ "baseName": "meta",
40
+ "type": "MetaModel",
41
+ "format": ""
42
+ }
43
+ ];
44
+ return BaseResponseAnalysisStagesResponse;
45
+ }());
46
+ exports.BaseResponseAnalysisStagesResponse = BaseResponseAnalysisStagesResponse;
47
+ //# sourceMappingURL=BaseResponseAnalysisStagesResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseResponseAnalysisStagesResponse.js","sourceRoot":"","sources":["../../models/BaseResponseAnalysisStagesResponse.ts"],"names":[],"mappings":";;;AAgBA;IAqDI;IACA,CAAC;IALM,sDAAmB,GAA1B;QACI,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;IAtCe,gDAAa,GAAuB,SAAS,CAAC;IAE9C,0CAAO,GAA0C,SAAS,CAAC;IAE3D,mDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,wBAAwB;YAChC,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,WAAW;YACnB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,yCAAC;CAAA,AAvDD,IAuDC;AAvDY,gFAAkC"}
@@ -0,0 +1,27 @@
1
+ import { ErrorModel } from '../models/ErrorModel';
2
+ import { MetaModel } from '../models/MetaModel';
3
+ import { PipelineStatusResponse } from '../models/PipelineStatusResponse';
4
+ export declare class BaseResponsePipelineStatusResponse {
5
+ 'status'?: boolean;
6
+ 'data'?: PipelineStatusResponse | null;
7
+ 'message'?: string | null;
8
+ 'errors'?: Array<ErrorModel> | null;
9
+ 'meta'?: MetaModel;
10
+ static readonly discriminator: string | undefined;
11
+ static readonly mapping: {
12
+ [index: string]: string;
13
+ } | undefined;
14
+ static readonly attributeTypeMap: Array<{
15
+ name: string;
16
+ baseName: string;
17
+ type: string;
18
+ format: string;
19
+ }>;
20
+ static getAttributeTypeMap(): {
21
+ name: string;
22
+ baseName: string;
23
+ type: string;
24
+ format: string;
25
+ }[];
26
+ constructor();
27
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BaseResponsePipelineStatusResponse = void 0;
4
+ var BaseResponsePipelineStatusResponse = (function () {
5
+ function BaseResponsePipelineStatusResponse() {
6
+ }
7
+ BaseResponsePipelineStatusResponse.getAttributeTypeMap = function () {
8
+ return BaseResponsePipelineStatusResponse.attributeTypeMap;
9
+ };
10
+ BaseResponsePipelineStatusResponse.discriminator = undefined;
11
+ BaseResponsePipelineStatusResponse.mapping = undefined;
12
+ BaseResponsePipelineStatusResponse.attributeTypeMap = [
13
+ {
14
+ "name": "status",
15
+ "baseName": "status",
16
+ "type": "boolean",
17
+ "format": ""
18
+ },
19
+ {
20
+ "name": "data",
21
+ "baseName": "data",
22
+ "type": "PipelineStatusResponse",
23
+ "format": ""
24
+ },
25
+ {
26
+ "name": "message",
27
+ "baseName": "message",
28
+ "type": "string",
29
+ "format": ""
30
+ },
31
+ {
32
+ "name": "errors",
33
+ "baseName": "errors",
34
+ "type": "Array<ErrorModel>",
35
+ "format": ""
36
+ },
37
+ {
38
+ "name": "meta",
39
+ "baseName": "meta",
40
+ "type": "MetaModel",
41
+ "format": ""
42
+ }
43
+ ];
44
+ return BaseResponsePipelineStatusResponse;
45
+ }());
46
+ exports.BaseResponsePipelineStatusResponse = BaseResponsePipelineStatusResponse;
47
+ //# sourceMappingURL=BaseResponsePipelineStatusResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseResponsePipelineStatusResponse.js","sourceRoot":"","sources":["../../models/BaseResponsePipelineStatusResponse.ts"],"names":[],"mappings":";;;AAgBA;IAqDI;IACA,CAAC;IALM,sDAAmB,GAA1B;QACI,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;IAtCe,gDAAa,GAAuB,SAAS,CAAC;IAE9C,0CAAO,GAA0C,SAAS,CAAC;IAE3D,mDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,wBAAwB;YAChC,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,WAAW;YACnB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,yCAAC;CAAA,AAvDD,IAuDC;AAvDY,gFAAkC"}