@revengai/sdk 3.63.0 → 3.67.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 (75) hide show
  1. package/README.md +0 -25
  2. package/dist/index.d.ts +1 -1
  3. package/dist/index.js +1 -4
  4. package/dist/index.js.map +1 -1
  5. package/dist/models/FunctionBlocksResponse.d.ts +1 -1
  6. package/dist/models/ObjectSerializer.d.ts +0 -15
  7. package/dist/models/ObjectSerializer.js +0 -41
  8. package/dist/models/ObjectSerializer.js.map +1 -1
  9. package/dist/models/all.d.ts +0 -15
  10. package/dist/models/all.js +0 -15
  11. package/dist/models/all.js.map +1 -1
  12. package/dist/types/ObjectParamAPI.d.ts +0 -102
  13. package/dist/types/ObjectParamAPI.js +28 -112
  14. package/dist/types/ObjectParamAPI.js.map +1 -1
  15. package/dist/types/ObservableAPI.d.ts +0 -47
  16. package/dist/types/ObservableAPI.js +273 -583
  17. package/dist/types/ObservableAPI.js.map +1 -1
  18. package/dist/types/PromiseAPI.d.ts +0 -41
  19. package/dist/types/PromiseAPI.js +28 -152
  20. package/dist/types/PromiseAPI.js.map +1 -1
  21. package/package.json +1 -1
  22. package/dist/apis/AnalysesSecurityChecksApi.d.ts +0 -16
  23. package/dist/apis/AnalysesSecurityChecksApi.js +0 -320
  24. package/dist/apis/AnalysesSecurityChecksApi.js.map +0 -1
  25. package/dist/apis/FunctionsBlockCommentsApi.d.ts +0 -16
  26. package/dist/apis/FunctionsBlockCommentsApi.js +0 -308
  27. package/dist/apis/FunctionsBlockCommentsApi.js.map +0 -1
  28. package/dist/apis/FunctionsDecompilationApi.d.ts +0 -20
  29. package/dist/apis/FunctionsDecompilationApi.js +0 -517
  30. package/dist/apis/FunctionsDecompilationApi.js.map +0 -1
  31. package/dist/models/BaseResponseBlockCommentsGenerationForFunctionResponse.d.ts +0 -27
  32. package/dist/models/BaseResponseBlockCommentsGenerationForFunctionResponse.js +0 -47
  33. package/dist/models/BaseResponseBlockCommentsGenerationForFunctionResponse.js.map +0 -1
  34. package/dist/models/BaseResponseBlockCommentsOverviewGenerationResponse.d.ts +0 -26
  35. package/dist/models/BaseResponseBlockCommentsOverviewGenerationResponse.js +0 -47
  36. package/dist/models/BaseResponseBlockCommentsOverviewGenerationResponse.js.map +0 -1
  37. package/dist/models/BaseResponseCheckSecurityChecksTaskResponse.d.ts +0 -27
  38. package/dist/models/BaseResponseCheckSecurityChecksTaskResponse.js +0 -47
  39. package/dist/models/BaseResponseCheckSecurityChecksTaskResponse.js.map +0 -1
  40. package/dist/models/BaseResponseQueuedSecurityChecksTaskResponse.d.ts +0 -27
  41. package/dist/models/BaseResponseQueuedSecurityChecksTaskResponse.js +0 -47
  42. package/dist/models/BaseResponseQueuedSecurityChecksTaskResponse.js.map +0 -1
  43. package/dist/models/BaseResponseSecurityChecksResponse.d.ts +0 -27
  44. package/dist/models/BaseResponseSecurityChecksResponse.js +0 -47
  45. package/dist/models/BaseResponseSecurityChecksResponse.js.map +0 -1
  46. package/dist/models/BinaryTaskStatus.d.ts +0 -7
  47. package/dist/models/BinaryTaskStatus.js +0 -12
  48. package/dist/models/BinaryTaskStatus.js.map +0 -1
  49. package/dist/models/Block.d.ts +0 -20
  50. package/dist/models/Block.js +0 -23
  51. package/dist/models/Block.js.map +0 -1
  52. package/dist/models/BlockCommentsGenerationForFunctionResponse.d.ts +0 -20
  53. package/dist/models/BlockCommentsGenerationForFunctionResponse.js +0 -23
  54. package/dist/models/BlockCommentsGenerationForFunctionResponse.js.map +0 -1
  55. package/dist/models/CheckSecurityChecksTaskResponse.d.ts +0 -21
  56. package/dist/models/CheckSecurityChecksTaskResponse.js +0 -23
  57. package/dist/models/CheckSecurityChecksTaskResponse.js.map +0 -1
  58. package/dist/models/ConfidenceType.d.ts +0 -7
  59. package/dist/models/ConfidenceType.js +0 -12
  60. package/dist/models/ConfidenceType.js.map +0 -1
  61. package/dist/models/QueuedSecurityChecksTaskResponse.d.ts +0 -20
  62. package/dist/models/QueuedSecurityChecksTaskResponse.js +0 -23
  63. package/dist/models/QueuedSecurityChecksTaskResponse.js.map +0 -1
  64. package/dist/models/SecurityChecksResponse.d.ts +0 -23
  65. package/dist/models/SecurityChecksResponse.js +0 -35
  66. package/dist/models/SecurityChecksResponse.js.map +0 -1
  67. package/dist/models/SecurityChecksResult.d.ts +0 -30
  68. package/dist/models/SecurityChecksResult.js +0 -65
  69. package/dist/models/SecurityChecksResult.js.map +0 -1
  70. package/dist/models/SeverityType.d.ts +0 -8
  71. package/dist/models/SeverityType.js +0 -13
  72. package/dist/models/SeverityType.js.map +0 -1
  73. package/dist/models/VulnerabilityType.d.ts +0 -8
  74. package/dist/models/VulnerabilityType.js +0 -13
  75. package/dist/models/VulnerabilityType.js.map +0 -1
@@ -1,517 +0,0 @@
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.FunctionsDecompilationApiResponseProcessor = exports.FunctionsDecompilationApiRequestFactory = 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 FunctionsDecompilationApiRequestFactory = (function (_super) {
61
- __extends(FunctionsDecompilationApiRequestFactory, _super);
62
- function FunctionsDecompilationApiRequestFactory() {
63
- return _super !== null && _super.apply(this, arguments) || this;
64
- }
65
- FunctionsDecompilationApiRequestFactory.prototype.createDecompilationComment = function (functionId, functionCommentCreateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
66
- var _a;
67
- return __awaiter(this, void 0, void 0, function () {
68
- var _config, localVarPath, requestContext, contentType, serializedBody, authMethod, defaultAuth;
69
- return __generator(this, function (_b) {
70
- switch (_b.label) {
71
- case 0:
72
- _config = _options || this.configuration;
73
- if (functionId === null || functionId === undefined) {
74
- throw new baseapi_1.RequiredError("FunctionsDecompilationApi", "createDecompilationComment", "functionId");
75
- }
76
- if (functionCommentCreateRequest === null || functionCommentCreateRequest === undefined) {
77
- throw new baseapi_1.RequiredError("FunctionsDecompilationApi", "createDecompilationComment", "functionCommentCreateRequest");
78
- }
79
- localVarPath = '/v2/functions/{function_id}/decompilation/comments'
80
- .replace('{' + 'function_id' + '}', encodeURIComponent(String(functionId)));
81
- requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.POST);
82
- requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
83
- if (endpointUrl !== undefined) {
84
- requestContext.setQueryParam("endpoint_url", ObjectSerializer_1.ObjectSerializer.serialize(endpointUrl, "string", ""));
85
- }
86
- if (localCacheDir !== undefined) {
87
- requestContext.setQueryParam("local_cache_dir", ObjectSerializer_1.ObjectSerializer.serialize(localCacheDir, "string", ""));
88
- }
89
- if (localCacheMaxSizeMb !== undefined) {
90
- requestContext.setQueryParam("local_cache_max_size_mb", ObjectSerializer_1.ObjectSerializer.serialize(localCacheMaxSizeMb, "number", ""));
91
- }
92
- if (customerSamplesBucket !== undefined) {
93
- requestContext.setQueryParam("customer_samples_bucket", ObjectSerializer_1.ObjectSerializer.serialize(customerSamplesBucket, "string", ""));
94
- }
95
- if (firmwareSamplesBucket !== undefined) {
96
- requestContext.setQueryParam("firmware_samples_bucket", ObjectSerializer_1.ObjectSerializer.serialize(firmwareSamplesBucket, "string", ""));
97
- }
98
- if (maxRetryAttempts !== undefined) {
99
- requestContext.setQueryParam("max_retry_attempts", ObjectSerializer_1.ObjectSerializer.serialize(maxRetryAttempts, "number", ""));
100
- }
101
- contentType = ObjectSerializer_1.ObjectSerializer.getPreferredMediaType([
102
- "application/json"
103
- ]);
104
- requestContext.setHeaderParam("Content-Type", contentType);
105
- serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(functionCommentCreateRequest, "FunctionCommentCreateRequest", ""), contentType);
106
- requestContext.setBody(serializedBody);
107
- authMethod = _config.authMethods["APIKey"];
108
- if (!(authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication)) return [3, 2];
109
- return [4, (authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication(requestContext))];
110
- case 1:
111
- _b.sent();
112
- _b.label = 2;
113
- case 2:
114
- defaultAuth = (_a = _config === null || _config === void 0 ? void 0 : _config.authMethods) === null || _a === void 0 ? void 0 : _a.default;
115
- if (!(defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication)) return [3, 4];
116
- return [4, (defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication(requestContext))];
117
- case 3:
118
- _b.sent();
119
- _b.label = 4;
120
- case 4: return [2, requestContext];
121
- }
122
- });
123
- });
124
- };
125
- FunctionsDecompilationApiRequestFactory.prototype.deleteDecompilationComment = function (commentId, functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
126
- var _a;
127
- return __awaiter(this, void 0, void 0, function () {
128
- var _config, localVarPath, requestContext, authMethod, defaultAuth;
129
- return __generator(this, function (_b) {
130
- switch (_b.label) {
131
- case 0:
132
- _config = _options || this.configuration;
133
- if (commentId === null || commentId === undefined) {
134
- throw new baseapi_1.RequiredError("FunctionsDecompilationApi", "deleteDecompilationComment", "commentId");
135
- }
136
- if (functionId === null || functionId === undefined) {
137
- throw new baseapi_1.RequiredError("FunctionsDecompilationApi", "deleteDecompilationComment", "functionId");
138
- }
139
- localVarPath = '/v2/functions/{function_id}/decompilation/comments/{comment_id}'
140
- .replace('{' + 'comment_id' + '}', encodeURIComponent(String(commentId)))
141
- .replace('{' + 'function_id' + '}', encodeURIComponent(String(functionId)));
142
- requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.DELETE);
143
- requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
144
- if (endpointUrl !== undefined) {
145
- requestContext.setQueryParam("endpoint_url", ObjectSerializer_1.ObjectSerializer.serialize(endpointUrl, "string", ""));
146
- }
147
- if (localCacheDir !== undefined) {
148
- requestContext.setQueryParam("local_cache_dir", ObjectSerializer_1.ObjectSerializer.serialize(localCacheDir, "string", ""));
149
- }
150
- if (localCacheMaxSizeMb !== undefined) {
151
- requestContext.setQueryParam("local_cache_max_size_mb", ObjectSerializer_1.ObjectSerializer.serialize(localCacheMaxSizeMb, "number", ""));
152
- }
153
- if (customerSamplesBucket !== undefined) {
154
- requestContext.setQueryParam("customer_samples_bucket", ObjectSerializer_1.ObjectSerializer.serialize(customerSamplesBucket, "string", ""));
155
- }
156
- if (firmwareSamplesBucket !== undefined) {
157
- requestContext.setQueryParam("firmware_samples_bucket", ObjectSerializer_1.ObjectSerializer.serialize(firmwareSamplesBucket, "string", ""));
158
- }
159
- if (maxRetryAttempts !== undefined) {
160
- requestContext.setQueryParam("max_retry_attempts", ObjectSerializer_1.ObjectSerializer.serialize(maxRetryAttempts, "number", ""));
161
- }
162
- authMethod = _config.authMethods["APIKey"];
163
- if (!(authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication)) return [3, 2];
164
- return [4, (authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication(requestContext))];
165
- case 1:
166
- _b.sent();
167
- _b.label = 2;
168
- case 2:
169
- defaultAuth = (_a = _config === null || _config === void 0 ? void 0 : _config.authMethods) === null || _a === void 0 ? void 0 : _a.default;
170
- if (!(defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication)) return [3, 4];
171
- return [4, (defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication(requestContext))];
172
- case 3:
173
- _b.sent();
174
- _b.label = 4;
175
- case 4: return [2, requestContext];
176
- }
177
- });
178
- });
179
- };
180
- FunctionsDecompilationApiRequestFactory.prototype.getDecompilationComments = function (functionId, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
181
- var _a;
182
- return __awaiter(this, void 0, void 0, function () {
183
- var _config, localVarPath, requestContext, authMethod, defaultAuth;
184
- return __generator(this, function (_b) {
185
- switch (_b.label) {
186
- case 0:
187
- _config = _options || this.configuration;
188
- if (functionId === null || functionId === undefined) {
189
- throw new baseapi_1.RequiredError("FunctionsDecompilationApi", "getDecompilationComments", "functionId");
190
- }
191
- localVarPath = '/v2/functions/{function_id}/decompilation/comments'
192
- .replace('{' + 'function_id' + '}', encodeURIComponent(String(functionId)));
193
- requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
194
- requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
195
- if (endpointUrl !== undefined) {
196
- requestContext.setQueryParam("endpoint_url", ObjectSerializer_1.ObjectSerializer.serialize(endpointUrl, "string", ""));
197
- }
198
- if (localCacheDir !== undefined) {
199
- requestContext.setQueryParam("local_cache_dir", ObjectSerializer_1.ObjectSerializer.serialize(localCacheDir, "string", ""));
200
- }
201
- if (localCacheMaxSizeMb !== undefined) {
202
- requestContext.setQueryParam("local_cache_max_size_mb", ObjectSerializer_1.ObjectSerializer.serialize(localCacheMaxSizeMb, "number", ""));
203
- }
204
- if (customerSamplesBucket !== undefined) {
205
- requestContext.setQueryParam("customer_samples_bucket", ObjectSerializer_1.ObjectSerializer.serialize(customerSamplesBucket, "string", ""));
206
- }
207
- if (firmwareSamplesBucket !== undefined) {
208
- requestContext.setQueryParam("firmware_samples_bucket", ObjectSerializer_1.ObjectSerializer.serialize(firmwareSamplesBucket, "string", ""));
209
- }
210
- if (maxRetryAttempts !== undefined) {
211
- requestContext.setQueryParam("max_retry_attempts", ObjectSerializer_1.ObjectSerializer.serialize(maxRetryAttempts, "number", ""));
212
- }
213
- authMethod = _config.authMethods["APIKey"];
214
- if (!(authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication)) return [3, 2];
215
- return [4, (authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication(requestContext))];
216
- case 1:
217
- _b.sent();
218
- _b.label = 2;
219
- case 2:
220
- defaultAuth = (_a = _config === null || _config === void 0 ? void 0 : _config.authMethods) === null || _a === void 0 ? void 0 : _a.default;
221
- if (!(defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication)) return [3, 4];
222
- return [4, (defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication(requestContext))];
223
- case 3:
224
- _b.sent();
225
- _b.label = 4;
226
- case 4: return [2, requestContext];
227
- }
228
- });
229
- });
230
- };
231
- FunctionsDecompilationApiRequestFactory.prototype.updateDecompilationComment = function (commentId, functionId, commentUpdateRequest, endpointUrl, localCacheDir, localCacheMaxSizeMb, customerSamplesBucket, firmwareSamplesBucket, maxRetryAttempts, _options) {
232
- var _a;
233
- return __awaiter(this, void 0, void 0, function () {
234
- var _config, localVarPath, requestContext, contentType, serializedBody, authMethod, defaultAuth;
235
- return __generator(this, function (_b) {
236
- switch (_b.label) {
237
- case 0:
238
- _config = _options || this.configuration;
239
- if (commentId === null || commentId === undefined) {
240
- throw new baseapi_1.RequiredError("FunctionsDecompilationApi", "updateDecompilationComment", "commentId");
241
- }
242
- if (functionId === null || functionId === undefined) {
243
- throw new baseapi_1.RequiredError("FunctionsDecompilationApi", "updateDecompilationComment", "functionId");
244
- }
245
- if (commentUpdateRequest === null || commentUpdateRequest === undefined) {
246
- throw new baseapi_1.RequiredError("FunctionsDecompilationApi", "updateDecompilationComment", "commentUpdateRequest");
247
- }
248
- localVarPath = '/v2/functions/{function_id}/decompilation/comments/{comment_id}'
249
- .replace('{' + 'comment_id' + '}', encodeURIComponent(String(commentId)))
250
- .replace('{' + 'function_id' + '}', encodeURIComponent(String(functionId)));
251
- requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.PATCH);
252
- requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
253
- if (endpointUrl !== undefined) {
254
- requestContext.setQueryParam("endpoint_url", ObjectSerializer_1.ObjectSerializer.serialize(endpointUrl, "string", ""));
255
- }
256
- if (localCacheDir !== undefined) {
257
- requestContext.setQueryParam("local_cache_dir", ObjectSerializer_1.ObjectSerializer.serialize(localCacheDir, "string", ""));
258
- }
259
- if (localCacheMaxSizeMb !== undefined) {
260
- requestContext.setQueryParam("local_cache_max_size_mb", ObjectSerializer_1.ObjectSerializer.serialize(localCacheMaxSizeMb, "number", ""));
261
- }
262
- if (customerSamplesBucket !== undefined) {
263
- requestContext.setQueryParam("customer_samples_bucket", ObjectSerializer_1.ObjectSerializer.serialize(customerSamplesBucket, "string", ""));
264
- }
265
- if (firmwareSamplesBucket !== undefined) {
266
- requestContext.setQueryParam("firmware_samples_bucket", ObjectSerializer_1.ObjectSerializer.serialize(firmwareSamplesBucket, "string", ""));
267
- }
268
- if (maxRetryAttempts !== undefined) {
269
- requestContext.setQueryParam("max_retry_attempts", ObjectSerializer_1.ObjectSerializer.serialize(maxRetryAttempts, "number", ""));
270
- }
271
- contentType = ObjectSerializer_1.ObjectSerializer.getPreferredMediaType([
272
- "application/json"
273
- ]);
274
- requestContext.setHeaderParam("Content-Type", contentType);
275
- serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(commentUpdateRequest, "CommentUpdateRequest", ""), contentType);
276
- requestContext.setBody(serializedBody);
277
- authMethod = _config.authMethods["APIKey"];
278
- if (!(authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication)) return [3, 2];
279
- return [4, (authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication(requestContext))];
280
- case 1:
281
- _b.sent();
282
- _b.label = 2;
283
- case 2:
284
- defaultAuth = (_a = _config === null || _config === void 0 ? void 0 : _config.authMethods) === null || _a === void 0 ? void 0 : _a.default;
285
- if (!(defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication)) return [3, 4];
286
- return [4, (defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication(requestContext))];
287
- case 3:
288
- _b.sent();
289
- _b.label = 4;
290
- case 4: return [2, requestContext];
291
- }
292
- });
293
- });
294
- };
295
- return FunctionsDecompilationApiRequestFactory;
296
- }(baseapi_1.BaseAPIRequestFactory));
297
- exports.FunctionsDecompilationApiRequestFactory = FunctionsDecompilationApiRequestFactory;
298
- var FunctionsDecompilationApiResponseProcessor = (function () {
299
- function FunctionsDecompilationApiResponseProcessor() {
300
- }
301
- FunctionsDecompilationApiResponseProcessor.prototype.createDecompilationCommentWithHttpInfo = function (response) {
302
- return __awaiter(this, void 0, void 0, function () {
303
- var contentType, body, _a, _b, _c, _d, body, _e, _f, _g, _h, body, _j, _k, _l, _m, body, _o, _p, _q, _r, _s, _t;
304
- return __generator(this, function (_u) {
305
- switch (_u.label) {
306
- case 0:
307
- contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
308
- if (!(0, util_1.isCodeInRange)("201", response.httpStatusCode)) return [3, 2];
309
- _b = (_a = ObjectSerializer_1.ObjectSerializer).deserialize;
310
- _d = (_c = ObjectSerializer_1.ObjectSerializer).parse;
311
- return [4, response.body.text()];
312
- case 1:
313
- body = _b.apply(_a, [_d.apply(_c, [_u.sent(), contentType]),
314
- "BaseResponseCommentResponse", ""]);
315
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
316
- case 2:
317
- if (!(0, util_1.isCodeInRange)("422", response.httpStatusCode)) return [3, 4];
318
- _f = (_e = ObjectSerializer_1.ObjectSerializer).deserialize;
319
- _h = (_g = ObjectSerializer_1.ObjectSerializer).parse;
320
- return [4, response.body.text()];
321
- case 3:
322
- body = _f.apply(_e, [_h.apply(_g, [_u.sent(), contentType]),
323
- "BaseResponse", ""]);
324
- throw new exception_1.ApiException(response.httpStatusCode, "Invalid request parameters", body, response.headers);
325
- case 4:
326
- if (!(0, util_1.isCodeInRange)("400", response.httpStatusCode)) return [3, 6];
327
- _k = (_j = ObjectSerializer_1.ObjectSerializer).deserialize;
328
- _m = (_l = ObjectSerializer_1.ObjectSerializer).parse;
329
- return [4, response.body.text()];
330
- case 5:
331
- body = _k.apply(_j, [_m.apply(_l, [_u.sent(), contentType]),
332
- "BaseResponse", ""]);
333
- throw new exception_1.ApiException(response.httpStatusCode, "Bad Request", body, response.headers);
334
- case 6:
335
- if (!(response.httpStatusCode >= 200 && response.httpStatusCode <= 299)) return [3, 8];
336
- _p = (_o = ObjectSerializer_1.ObjectSerializer).deserialize;
337
- _r = (_q = ObjectSerializer_1.ObjectSerializer).parse;
338
- return [4, response.body.text()];
339
- case 7:
340
- body = _p.apply(_o, [_r.apply(_q, [_u.sent(), contentType]),
341
- "BaseResponseCommentResponse", ""]);
342
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
343
- case 8:
344
- _s = exception_1.ApiException.bind;
345
- _t = [void 0, response.httpStatusCode, "Unknown API Status Code!"];
346
- return [4, response.getBodyAsAny()];
347
- case 9: throw new (_s.apply(exception_1.ApiException, _t.concat([_u.sent(), response.headers])))();
348
- }
349
- });
350
- });
351
- };
352
- FunctionsDecompilationApiResponseProcessor.prototype.deleteDecompilationCommentWithHttpInfo = function (response) {
353
- return __awaiter(this, void 0, void 0, function () {
354
- var contentType, body, _a, _b, _c, _d, body, _e, _f, _g, _h, body, _j, _k, _l, _m, body, _o, _p, _q, _r, body, _s, _t, _u, _v, _w, _x;
355
- return __generator(this, function (_y) {
356
- switch (_y.label) {
357
- case 0:
358
- contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
359
- if (!(0, util_1.isCodeInRange)("200", response.httpStatusCode)) return [3, 2];
360
- _b = (_a = ObjectSerializer_1.ObjectSerializer).deserialize;
361
- _d = (_c = ObjectSerializer_1.ObjectSerializer).parse;
362
- return [4, response.body.text()];
363
- case 1:
364
- body = _b.apply(_a, [_d.apply(_c, [_y.sent(), contentType]),
365
- "BaseResponseBool", ""]);
366
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
367
- case 2:
368
- if (!(0, util_1.isCodeInRange)("422", response.httpStatusCode)) return [3, 4];
369
- _f = (_e = ObjectSerializer_1.ObjectSerializer).deserialize;
370
- _h = (_g = ObjectSerializer_1.ObjectSerializer).parse;
371
- return [4, response.body.text()];
372
- case 3:
373
- body = _f.apply(_e, [_h.apply(_g, [_y.sent(), contentType]),
374
- "BaseResponse", ""]);
375
- throw new exception_1.ApiException(response.httpStatusCode, "Invalid request parameters", body, response.headers);
376
- case 4:
377
- if (!(0, util_1.isCodeInRange)("403", response.httpStatusCode)) return [3, 6];
378
- _k = (_j = ObjectSerializer_1.ObjectSerializer).deserialize;
379
- _m = (_l = ObjectSerializer_1.ObjectSerializer).parse;
380
- return [4, response.body.text()];
381
- case 5:
382
- body = _k.apply(_j, [_m.apply(_l, [_y.sent(), contentType]),
383
- "BaseResponse", ""]);
384
- throw new exception_1.ApiException(response.httpStatusCode, "You can only delete your own comments", body, response.headers);
385
- case 6:
386
- if (!(0, util_1.isCodeInRange)("400", response.httpStatusCode)) return [3, 8];
387
- _p = (_o = ObjectSerializer_1.ObjectSerializer).deserialize;
388
- _r = (_q = ObjectSerializer_1.ObjectSerializer).parse;
389
- return [4, response.body.text()];
390
- case 7:
391
- body = _p.apply(_o, [_r.apply(_q, [_y.sent(), contentType]),
392
- "BaseResponse", ""]);
393
- throw new exception_1.ApiException(response.httpStatusCode, "Bad Request", body, response.headers);
394
- case 8:
395
- if (!(response.httpStatusCode >= 200 && response.httpStatusCode <= 299)) return [3, 10];
396
- _t = (_s = ObjectSerializer_1.ObjectSerializer).deserialize;
397
- _v = (_u = ObjectSerializer_1.ObjectSerializer).parse;
398
- return [4, response.body.text()];
399
- case 9:
400
- body = _t.apply(_s, [_v.apply(_u, [_y.sent(), contentType]),
401
- "BaseResponseBool", ""]);
402
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
403
- case 10:
404
- _w = exception_1.ApiException.bind;
405
- _x = [void 0, response.httpStatusCode, "Unknown API Status Code!"];
406
- return [4, response.getBodyAsAny()];
407
- case 11: throw new (_w.apply(exception_1.ApiException, _x.concat([_y.sent(), response.headers])))();
408
- }
409
- });
410
- });
411
- };
412
- FunctionsDecompilationApiResponseProcessor.prototype.getDecompilationCommentsWithHttpInfo = function (response) {
413
- return __awaiter(this, void 0, void 0, function () {
414
- var contentType, body, _a, _b, _c, _d, body, _e, _f, _g, _h, body, _j, _k, _l, _m, _o, _p;
415
- return __generator(this, function (_q) {
416
- switch (_q.label) {
417
- case 0:
418
- contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
419
- if (!(0, util_1.isCodeInRange)("200", response.httpStatusCode)) return [3, 2];
420
- _b = (_a = ObjectSerializer_1.ObjectSerializer).deserialize;
421
- _d = (_c = ObjectSerializer_1.ObjectSerializer).parse;
422
- return [4, response.body.text()];
423
- case 1:
424
- body = _b.apply(_a, [_d.apply(_c, [_q.sent(), contentType]),
425
- "BaseResponseListCommentResponse", ""]);
426
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
427
- case 2:
428
- if (!(0, util_1.isCodeInRange)("422", response.httpStatusCode)) return [3, 4];
429
- _f = (_e = ObjectSerializer_1.ObjectSerializer).deserialize;
430
- _h = (_g = ObjectSerializer_1.ObjectSerializer).parse;
431
- return [4, response.body.text()];
432
- case 3:
433
- body = _f.apply(_e, [_h.apply(_g, [_q.sent(), contentType]),
434
- "BaseResponse", ""]);
435
- throw new exception_1.ApiException(response.httpStatusCode, "Invalid request parameters", body, response.headers);
436
- case 4:
437
- if (!(response.httpStatusCode >= 200 && response.httpStatusCode <= 299)) return [3, 6];
438
- _k = (_j = ObjectSerializer_1.ObjectSerializer).deserialize;
439
- _m = (_l = ObjectSerializer_1.ObjectSerializer).parse;
440
- return [4, response.body.text()];
441
- case 5:
442
- body = _k.apply(_j, [_m.apply(_l, [_q.sent(), contentType]),
443
- "BaseResponseListCommentResponse", ""]);
444
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
445
- case 6:
446
- _o = exception_1.ApiException.bind;
447
- _p = [void 0, response.httpStatusCode, "Unknown API Status Code!"];
448
- return [4, response.getBodyAsAny()];
449
- case 7: throw new (_o.apply(exception_1.ApiException, _p.concat([_q.sent(), response.headers])))();
450
- }
451
- });
452
- });
453
- };
454
- FunctionsDecompilationApiResponseProcessor.prototype.updateDecompilationCommentWithHttpInfo = function (response) {
455
- return __awaiter(this, void 0, void 0, function () {
456
- var contentType, body, _a, _b, _c, _d, body, _e, _f, _g, _h, body, _j, _k, _l, _m, body, _o, _p, _q, _r, body, _s, _t, _u, _v, _w, _x;
457
- return __generator(this, function (_y) {
458
- switch (_y.label) {
459
- case 0:
460
- contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
461
- if (!(0, util_1.isCodeInRange)("200", response.httpStatusCode)) return [3, 2];
462
- _b = (_a = ObjectSerializer_1.ObjectSerializer).deserialize;
463
- _d = (_c = ObjectSerializer_1.ObjectSerializer).parse;
464
- return [4, response.body.text()];
465
- case 1:
466
- body = _b.apply(_a, [_d.apply(_c, [_y.sent(), contentType]),
467
- "BaseResponseCommentResponse", ""]);
468
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
469
- case 2:
470
- if (!(0, util_1.isCodeInRange)("422", response.httpStatusCode)) return [3, 4];
471
- _f = (_e = ObjectSerializer_1.ObjectSerializer).deserialize;
472
- _h = (_g = ObjectSerializer_1.ObjectSerializer).parse;
473
- return [4, response.body.text()];
474
- case 3:
475
- body = _f.apply(_e, [_h.apply(_g, [_y.sent(), contentType]),
476
- "BaseResponse", ""]);
477
- throw new exception_1.ApiException(response.httpStatusCode, "Invalid request parameters", body, response.headers);
478
- case 4:
479
- if (!(0, util_1.isCodeInRange)("403", response.httpStatusCode)) return [3, 6];
480
- _k = (_j = ObjectSerializer_1.ObjectSerializer).deserialize;
481
- _m = (_l = ObjectSerializer_1.ObjectSerializer).parse;
482
- return [4, response.body.text()];
483
- case 5:
484
- body = _k.apply(_j, [_m.apply(_l, [_y.sent(), contentType]),
485
- "BaseResponse", ""]);
486
- throw new exception_1.ApiException(response.httpStatusCode, "You can only update your own comments", body, response.headers);
487
- case 6:
488
- if (!(0, util_1.isCodeInRange)("400", response.httpStatusCode)) return [3, 8];
489
- _p = (_o = ObjectSerializer_1.ObjectSerializer).deserialize;
490
- _r = (_q = ObjectSerializer_1.ObjectSerializer).parse;
491
- return [4, response.body.text()];
492
- case 7:
493
- body = _p.apply(_o, [_r.apply(_q, [_y.sent(), contentType]),
494
- "BaseResponse", ""]);
495
- throw new exception_1.ApiException(response.httpStatusCode, "Bad Request", body, response.headers);
496
- case 8:
497
- if (!(response.httpStatusCode >= 200 && response.httpStatusCode <= 299)) return [3, 10];
498
- _t = (_s = ObjectSerializer_1.ObjectSerializer).deserialize;
499
- _v = (_u = ObjectSerializer_1.ObjectSerializer).parse;
500
- return [4, response.body.text()];
501
- case 9:
502
- body = _t.apply(_s, [_v.apply(_u, [_y.sent(), contentType]),
503
- "BaseResponseCommentResponse", ""]);
504
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
505
- case 10:
506
- _w = exception_1.ApiException.bind;
507
- _x = [void 0, response.httpStatusCode, "Unknown API Status Code!"];
508
- return [4, response.getBodyAsAny()];
509
- case 11: throw new (_w.apply(exception_1.ApiException, _x.concat([_y.sent(), response.headers])))();
510
- }
511
- });
512
- });
513
- };
514
- return FunctionsDecompilationApiResponseProcessor;
515
- }());
516
- exports.FunctionsDecompilationApiResponseProcessor = FunctionsDecompilationApiResponseProcessor;
517
- //# sourceMappingURL=FunctionsDecompilationApi.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FunctionsDecompilationApi.js","sourceRoot":"","sources":["../../apis/FunctionsDecompilationApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,qCAAmF;AAEnF,qCAA6F;AAC7F,+DAA4D;AAC5D,yCAAyC;AACzC,gCAAsD;AActD;IAA6D,2DAAqB;IAAlF;;IAsXA,CAAC;IAxWgB,4EAA0B,GAAvC,UAAwC,UAAkB,EAAE,4BAA0D,EAAE,WAAoB,EAAE,aAAsB,EAAE,mBAA4B,EAAE,qBAA8B,EAAE,qBAA8B,EAAE,gBAAyB,EAAE,QAAwB;;;;;;;wBAC/S,OAAO,GAAG,QAAQ,IAAI,IAAI,CAAC,aAAa,CAAC;wBAG7C,IAAI,UAAU,KAAK,IAAI,IAAI,UAAU,KAAK,SAAS,EAAE;4BACjD,MAAM,IAAI,uBAAa,CAAC,2BAA2B,EAAE,4BAA4B,EAAE,YAAY,CAAC,CAAC;yBACpG;wBAID,IAAI,4BAA4B,KAAK,IAAI,IAAI,4BAA4B,KAAK,SAAS,EAAE;4BACrF,MAAM,IAAI,uBAAa,CAAC,2BAA2B,EAAE,4BAA4B,EAAE,8BAA8B,CAAC,CAAC;yBACtH;wBAUK,YAAY,GAAG,oDAAoD;6BACpE,OAAO,CAAC,GAAG,GAAG,aAAa,GAAG,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;wBAG1E,cAAc,GAAG,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,YAAY,EAAE,iBAAU,CAAC,IAAI,CAAC,CAAC;wBAC5F,cAAc,CAAC,cAAc,CAAC,QAAQ,EAAE,6BAA6B,CAAC,CAAA;wBAGtE,IAAI,WAAW,KAAK,SAAS,EAAE;4BAC3B,cAAc,CAAC,aAAa,CAAC,cAAc,EAAE,mCAAgB,CAAC,SAAS,CAAC,WAAW,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBACvG;wBAGD,IAAI,aAAa,KAAK,SAAS,EAAE;4BAC7B,cAAc,CAAC,aAAa,CAAC,iBAAiB,EAAE,mCAAgB,CAAC,SAAS,CAAC,aAAa,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5G;wBAGD,IAAI,mBAAmB,KAAK,SAAS,EAAE;4BACnC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,mBAAmB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC1H;wBAGD,IAAI,qBAAqB,KAAK,SAAS,EAAE;4BACrC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,qBAAqB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5H;wBAGD,IAAI,qBAAqB,KAAK,SAAS,EAAE;4BACrC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,qBAAqB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5H;wBAGD,IAAI,gBAAgB,KAAK,SAAS,EAAE;4BAChC,cAAc,CAAC,aAAa,CAAC,oBAAoB,EAAE,mCAAgB,CAAC,SAAS,CAAC,gBAAgB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAClH;wBAIK,WAAW,GAAG,mCAAgB,CAAC,qBAAqB,CAAC;4BACvD,kBAAkB;yBACrB,CAAC,CAAC;wBACH,cAAc,CAAC,cAAc,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;wBACrD,cAAc,GAAG,mCAAgB,CAAC,SAAS,CAC7C,mCAAgB,CAAC,SAAS,CAAC,4BAA4B,EAAE,8BAA8B,EAAE,EAAE,CAAC,EAC5F,WAAW,CACd,CAAC;wBACF,cAAc,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;wBAIvC,UAAU,GAAG,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAA;6BACtC,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,2BAA2B,CAAA,EAAvC,cAAuC;wBACvC,WAAM,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,2BAA2B,CAAC,cAAc,CAAC,CAAA,EAAA;;wBAA7D,SAA6D,CAAC;;;wBAG5D,WAAW,GAAuC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,0CAAE,OAAO,CAAA;6BACjF,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,2BAA2B,CAAA,EAAxC,cAAwC;wBACxC,WAAM,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,2BAA2B,CAAC,cAAc,CAAC,CAAA,EAAA;;wBAA9D,SAA8D,CAAC;;4BAGnE,WAAO,cAAc,EAAC;;;;KACzB;IAcY,4EAA0B,GAAvC,UAAwC,SAAiB,EAAE,UAAkB,EAAE,WAAoB,EAAE,aAAsB,EAAE,mBAA4B,EAAE,qBAA8B,EAAE,qBAA8B,EAAE,gBAAyB,EAAE,QAAwB;;;;;;;wBACtQ,OAAO,GAAG,QAAQ,IAAI,IAAI,CAAC,aAAa,CAAC;wBAG7C,IAAI,SAAS,KAAK,IAAI,IAAI,SAAS,KAAK,SAAS,EAAE;4BAC/C,MAAM,IAAI,uBAAa,CAAC,2BAA2B,EAAE,4BAA4B,EAAE,WAAW,CAAC,CAAC;yBACnG;wBAID,IAAI,UAAU,KAAK,IAAI,IAAI,UAAU,KAAK,SAAS,EAAE;4BACjD,MAAM,IAAI,uBAAa,CAAC,2BAA2B,EAAE,4BAA4B,EAAE,YAAY,CAAC,CAAC;yBACpG;wBAUK,YAAY,GAAG,iEAAiE;6BACjF,OAAO,CAAC,GAAG,GAAG,YAAY,GAAG,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC;6BACxE,OAAO,CAAC,GAAG,GAAG,aAAa,GAAG,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;wBAG1E,cAAc,GAAG,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,YAAY,EAAE,iBAAU,CAAC,MAAM,CAAC,CAAC;wBAC9F,cAAc,CAAC,cAAc,CAAC,QAAQ,EAAE,6BAA6B,CAAC,CAAA;wBAGtE,IAAI,WAAW,KAAK,SAAS,EAAE;4BAC3B,cAAc,CAAC,aAAa,CAAC,cAAc,EAAE,mCAAgB,CAAC,SAAS,CAAC,WAAW,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBACvG;wBAGD,IAAI,aAAa,KAAK,SAAS,EAAE;4BAC7B,cAAc,CAAC,aAAa,CAAC,iBAAiB,EAAE,mCAAgB,CAAC,SAAS,CAAC,aAAa,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5G;wBAGD,IAAI,mBAAmB,KAAK,SAAS,EAAE;4BACnC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,mBAAmB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC1H;wBAGD,IAAI,qBAAqB,KAAK,SAAS,EAAE;4BACrC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,qBAAqB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5H;wBAGD,IAAI,qBAAqB,KAAK,SAAS,EAAE;4BACrC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,qBAAqB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5H;wBAGD,IAAI,gBAAgB,KAAK,SAAS,EAAE;4BAChC,cAAc,CAAC,aAAa,CAAC,oBAAoB,EAAE,mCAAgB,CAAC,SAAS,CAAC,gBAAgB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAClH;wBAKD,UAAU,GAAG,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAA;6BACtC,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,2BAA2B,CAAA,EAAvC,cAAuC;wBACvC,WAAM,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,2BAA2B,CAAC,cAAc,CAAC,CAAA,EAAA;;wBAA7D,SAA6D,CAAC;;;wBAG5D,WAAW,GAAuC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,0CAAE,OAAO,CAAA;6BACjF,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,2BAA2B,CAAA,EAAxC,cAAwC;wBACxC,WAAM,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,2BAA2B,CAAC,cAAc,CAAC,CAAA,EAAA;;wBAA9D,SAA8D,CAAC;;4BAGnE,WAAO,cAAc,EAAC;;;;KACzB;IAaY,0EAAwB,GAArC,UAAsC,UAAkB,EAAE,WAAoB,EAAE,aAAsB,EAAE,mBAA4B,EAAE,qBAA8B,EAAE,qBAA8B,EAAE,gBAAyB,EAAE,QAAwB;;;;;;;wBACjP,OAAO,GAAG,QAAQ,IAAI,IAAI,CAAC,aAAa,CAAC;wBAG7C,IAAI,UAAU,KAAK,IAAI,IAAI,UAAU,KAAK,SAAS,EAAE;4BACjD,MAAM,IAAI,uBAAa,CAAC,2BAA2B,EAAE,0BAA0B,EAAE,YAAY,CAAC,CAAC;yBAClG;wBAUK,YAAY,GAAG,oDAAoD;6BACpE,OAAO,CAAC,GAAG,GAAG,aAAa,GAAG,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;wBAG1E,cAAc,GAAG,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,YAAY,EAAE,iBAAU,CAAC,GAAG,CAAC,CAAC;wBAC3F,cAAc,CAAC,cAAc,CAAC,QAAQ,EAAE,6BAA6B,CAAC,CAAA;wBAGtE,IAAI,WAAW,KAAK,SAAS,EAAE;4BAC3B,cAAc,CAAC,aAAa,CAAC,cAAc,EAAE,mCAAgB,CAAC,SAAS,CAAC,WAAW,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBACvG;wBAGD,IAAI,aAAa,KAAK,SAAS,EAAE;4BAC7B,cAAc,CAAC,aAAa,CAAC,iBAAiB,EAAE,mCAAgB,CAAC,SAAS,CAAC,aAAa,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5G;wBAGD,IAAI,mBAAmB,KAAK,SAAS,EAAE;4BACnC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,mBAAmB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC1H;wBAGD,IAAI,qBAAqB,KAAK,SAAS,EAAE;4BACrC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,qBAAqB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5H;wBAGD,IAAI,qBAAqB,KAAK,SAAS,EAAE;4BACrC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,qBAAqB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5H;wBAGD,IAAI,gBAAgB,KAAK,SAAS,EAAE;4BAChC,cAAc,CAAC,aAAa,CAAC,oBAAoB,EAAE,mCAAgB,CAAC,SAAS,CAAC,gBAAgB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAClH;wBAKD,UAAU,GAAG,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAA;6BACtC,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,2BAA2B,CAAA,EAAvC,cAAuC;wBACvC,WAAM,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,2BAA2B,CAAC,cAAc,CAAC,CAAA,EAAA;;wBAA7D,SAA6D,CAAC;;;wBAG5D,WAAW,GAAuC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,0CAAE,OAAO,CAAA;6BACjF,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,2BAA2B,CAAA,EAAxC,cAAwC;wBACxC,WAAM,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,2BAA2B,CAAC,cAAc,CAAC,CAAA,EAAA;;wBAA9D,SAA8D,CAAC;;4BAGnE,WAAO,cAAc,EAAC;;;;KACzB;IAeY,4EAA0B,GAAvC,UAAwC,SAAiB,EAAE,UAAkB,EAAE,oBAA0C,EAAE,WAAoB,EAAE,aAAsB,EAAE,mBAA4B,EAAE,qBAA8B,EAAE,qBAA8B,EAAE,gBAAyB,EAAE,QAAwB;;;;;;;wBAClT,OAAO,GAAG,QAAQ,IAAI,IAAI,CAAC,aAAa,CAAC;wBAG7C,IAAI,SAAS,KAAK,IAAI,IAAI,SAAS,KAAK,SAAS,EAAE;4BAC/C,MAAM,IAAI,uBAAa,CAAC,2BAA2B,EAAE,4BAA4B,EAAE,WAAW,CAAC,CAAC;yBACnG;wBAID,IAAI,UAAU,KAAK,IAAI,IAAI,UAAU,KAAK,SAAS,EAAE;4BACjD,MAAM,IAAI,uBAAa,CAAC,2BAA2B,EAAE,4BAA4B,EAAE,YAAY,CAAC,CAAC;yBACpG;wBAID,IAAI,oBAAoB,KAAK,IAAI,IAAI,oBAAoB,KAAK,SAAS,EAAE;4BACrE,MAAM,IAAI,uBAAa,CAAC,2BAA2B,EAAE,4BAA4B,EAAE,sBAAsB,CAAC,CAAC;yBAC9G;wBAUK,YAAY,GAAG,iEAAiE;6BACjF,OAAO,CAAC,GAAG,GAAG,YAAY,GAAG,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC;6BACxE,OAAO,CAAC,GAAG,GAAG,aAAa,GAAG,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;wBAG1E,cAAc,GAAG,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,YAAY,EAAE,iBAAU,CAAC,KAAK,CAAC,CAAC;wBAC7F,cAAc,CAAC,cAAc,CAAC,QAAQ,EAAE,6BAA6B,CAAC,CAAA;wBAGtE,IAAI,WAAW,KAAK,SAAS,EAAE;4BAC3B,cAAc,CAAC,aAAa,CAAC,cAAc,EAAE,mCAAgB,CAAC,SAAS,CAAC,WAAW,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBACvG;wBAGD,IAAI,aAAa,KAAK,SAAS,EAAE;4BAC7B,cAAc,CAAC,aAAa,CAAC,iBAAiB,EAAE,mCAAgB,CAAC,SAAS,CAAC,aAAa,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5G;wBAGD,IAAI,mBAAmB,KAAK,SAAS,EAAE;4BACnC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,mBAAmB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC1H;wBAGD,IAAI,qBAAqB,KAAK,SAAS,EAAE;4BACrC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,qBAAqB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5H;wBAGD,IAAI,qBAAqB,KAAK,SAAS,EAAE;4BACrC,cAAc,CAAC,aAAa,CAAC,yBAAyB,EAAE,mCAAgB,CAAC,SAAS,CAAC,qBAAqB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAC5H;wBAGD,IAAI,gBAAgB,KAAK,SAAS,EAAE;4BAChC,cAAc,CAAC,aAAa,CAAC,oBAAoB,EAAE,mCAAgB,CAAC,SAAS,CAAC,gBAAgB,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;yBAClH;wBAIK,WAAW,GAAG,mCAAgB,CAAC,qBAAqB,CAAC;4BACvD,kBAAkB;yBACrB,CAAC,CAAC;wBACH,cAAc,CAAC,cAAc,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;wBACrD,cAAc,GAAG,mCAAgB,CAAC,SAAS,CAC7C,mCAAgB,CAAC,SAAS,CAAC,oBAAoB,EAAE,sBAAsB,EAAE,EAAE,CAAC,EAC5E,WAAW,CACd,CAAC;wBACF,cAAc,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;wBAIvC,UAAU,GAAG,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAA;6BACtC,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,2BAA2B,CAAA,EAAvC,cAAuC;wBACvC,WAAM,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,2BAA2B,CAAC,cAAc,CAAC,CAAA,EAAA;;wBAA7D,SAA6D,CAAC;;;wBAG5D,WAAW,GAAuC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,0CAAE,OAAO,CAAA;6BACjF,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,2BAA2B,CAAA,EAAxC,cAAwC;wBACxC,WAAM,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,2BAA2B,CAAC,cAAc,CAAC,CAAA,EAAA;;wBAA9D,SAA8D,CAAC;;4BAGnE,WAAO,cAAc,EAAC;;;;KACzB;IAEL,8CAAC;AAAD,CAAC,AAtXD,CAA6D,+BAAqB,GAsXjF;AAtXY,0FAAuC;AAwXpD;IAAA;IAqLA,CAAC;IA5KiB,2FAAsC,GAAnD,UAAoD,QAAyB;;;;;;wBACpE,WAAW,GAAG,mCAAgB,CAAC,kBAAkB,CAAC,QAAQ,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;6BACtF,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBACH,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBAClE,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAgC,cACtC,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,6BAA6B,EAAE,EAAE,EACL;wBAChC,WAAO,IAAI,eAAQ,CAAC,QAAQ,CAAC,cAAc,EAAE,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,EAAC;;6BAEpF,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBAClB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACnD,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAiB,cACvB,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,cAAc,EAAE,EAAE,EACL;wBACjB,MAAM,IAAI,wBAAY,CAAe,QAAQ,CAAC,cAAc,EAAE,4BAA4B,EAAE,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;;6BAEpH,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBAClB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACnD,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAiB,cACvB,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,cAAc,EAAE,EAAE,EACL;wBACjB,MAAM,IAAI,wBAAY,CAAe,QAAQ,CAAC,cAAc,EAAE,aAAa,EAAE,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;;6BAIrG,CAAA,QAAQ,CAAC,cAAc,IAAI,GAAG,IAAI,QAAQ,CAAC,cAAc,IAAI,GAAG,CAAA,EAAhE,cAAgE;wBACtB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBAClE,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAgC,cACtC,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,6BAA6B,EAAE,EAAE,EACL;wBAChC,WAAO,IAAI,eAAQ,CAAC,QAAQ,CAAC,cAAc,EAAE,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,EAAC;;6BAG9E,wBAAY;sCAA4B,QAAQ,CAAC,cAAc,EAAE,0BAA0B;wBAAE,WAAM,QAAQ,CAAC,YAAY,EAAE,EAAA;4BAApI,MAAM,cAAI,wBAAY,aAAiF,SAA6B,EAAE,QAAQ,CAAC,OAAO,MAAC,CAAC;;;;KAC3J;IASa,2FAAsC,GAAnD,UAAoD,QAAyB;;;;;;wBACpE,WAAW,GAAG,mCAAgB,CAAC,kBAAkB,CAAC,QAAQ,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;6BACtF,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBACd,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACvD,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAqB,cAC3B,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,kBAAkB,EAAE,EAAE,EACL;wBACrB,WAAO,IAAI,eAAQ,CAAC,QAAQ,CAAC,cAAc,EAAE,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,EAAC;;6BAEpF,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBAClB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACnD,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAiB,cACvB,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,cAAc,EAAE,EAAE,EACL;wBACjB,MAAM,IAAI,wBAAY,CAAe,QAAQ,CAAC,cAAc,EAAE,4BAA4B,EAAE,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;;6BAEpH,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBAClB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACnD,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAiB,cACvB,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,cAAc,EAAE,EAAE,EACL;wBACjB,MAAM,IAAI,wBAAY,CAAe,QAAQ,CAAC,cAAc,EAAE,uCAAuC,EAAE,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;;6BAE/H,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBAClB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACnD,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAiB,cACvB,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,cAAc,EAAE,EAAE,EACL;wBACjB,MAAM,IAAI,wBAAY,CAAe,QAAQ,CAAC,cAAc,EAAE,aAAa,EAAE,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;;6BAIrG,CAAA,QAAQ,CAAC,cAAc,IAAI,GAAG,IAAI,QAAQ,CAAC,cAAc,IAAI,GAAG,CAAA,EAAhE,eAAgE;wBACjC,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACvD,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAqB,cAC3B,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,kBAAkB,EAAE,EAAE,EACL;wBACrB,WAAO,IAAI,eAAQ,CAAC,QAAQ,CAAC,cAAc,EAAE,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,EAAC;;6BAG9E,wBAAY;sCAA4B,QAAQ,CAAC,cAAc,EAAE,0BAA0B;wBAAE,WAAM,QAAQ,CAAC,YAAY,EAAE,EAAA;6BAApI,MAAM,cAAI,wBAAY,aAAiF,SAA6B,EAAE,QAAQ,CAAC,OAAO,MAAC,CAAC;;;;KAC3J;IASa,yFAAoC,GAAjD,UAAkD,QAAyB;;;;;;wBAClE,WAAW,GAAG,mCAAgB,CAAC,kBAAkB,CAAC,QAAQ,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;6BACtF,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBACC,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACtE,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAoC,cAC1C,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,iCAAiC,EAAE,EAAE,EACL;wBACpC,WAAO,IAAI,eAAQ,CAAC,QAAQ,CAAC,cAAc,EAAE,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,EAAC;;6BAEpF,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBAClB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACnD,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAiB,cACvB,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,cAAc,EAAE,EAAE,EACL;wBACjB,MAAM,IAAI,wBAAY,CAAe,QAAQ,CAAC,cAAc,EAAE,4BAA4B,EAAE,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;;6BAIpH,CAAA,QAAQ,CAAC,cAAc,IAAI,GAAG,IAAI,QAAQ,CAAC,cAAc,IAAI,GAAG,CAAA,EAAhE,cAAgE;wBAClB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACtE,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAoC,cAC1C,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,iCAAiC,EAAE,EAAE,EACL;wBACpC,WAAO,IAAI,eAAQ,CAAC,QAAQ,CAAC,cAAc,EAAE,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,EAAC;;6BAG9E,wBAAY;sCAA4B,QAAQ,CAAC,cAAc,EAAE,0BAA0B;wBAAE,WAAM,QAAQ,CAAC,YAAY,EAAE,EAAA;4BAApI,MAAM,cAAI,wBAAY,aAAiF,SAA6B,EAAE,QAAQ,CAAC,OAAO,MAAC,CAAC;;;;KAC3J;IASa,2FAAsC,GAAnD,UAAoD,QAAyB;;;;;;wBACpE,WAAW,GAAG,mCAAgB,CAAC,kBAAkB,CAAC,QAAQ,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;6BACtF,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBACH,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBAClE,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAgC,cACtC,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,6BAA6B,EAAE,EAAE,EACL;wBAChC,WAAO,IAAI,eAAQ,CAAC,QAAQ,CAAC,cAAc,EAAE,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,EAAC;;6BAEpF,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBAClB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACnD,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAiB,cACvB,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,cAAc,EAAE,EAAE,EACL;wBACjB,MAAM,IAAI,wBAAY,CAAe,QAAQ,CAAC,cAAc,EAAE,4BAA4B,EAAE,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;;6BAEpH,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBAClB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACnD,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAiB,cACvB,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,cAAc,EAAE,EAAE,EACL;wBACjB,MAAM,IAAI,wBAAY,CAAe,QAAQ,CAAC,cAAc,EAAE,uCAAuC,EAAE,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;;6BAE/H,IAAA,oBAAa,EAAC,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,EAA7C,cAA6C;wBAClB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBACnD,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAiB,cACvB,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,cAAc,EAAE,EAAE,EACL;wBACjB,MAAM,IAAI,wBAAY,CAAe,QAAQ,CAAC,cAAc,EAAE,aAAa,EAAE,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;;6BAIrG,CAAA,QAAQ,CAAC,cAAc,IAAI,GAAG,IAAI,QAAQ,CAAC,cAAc,IAAI,GAAG,CAAA,EAAhE,eAAgE;wBACtB,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,WAAW,CAAA;wBAClE,KAAA,CAAA,KAAA,mCAAgB,CAAA,CAAC,KAAK,CAAA;wBAAC,WAAM,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAA;;wBAD/C,IAAI,GAAgC,cACtC,cAAuB,SAA0B,EAAE,WAAW,EAAC;4BAC/D,6BAA6B,EAAE,EAAE,EACL;wBAChC,WAAO,IAAI,eAAQ,CAAC,QAAQ,CAAC,cAAc,EAAE,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,EAAC;;6BAG9E,wBAAY;sCAA4B,QAAQ,CAAC,cAAc,EAAE,0BAA0B;wBAAE,WAAM,QAAQ,CAAC,YAAY,EAAE,EAAA;6BAApI,MAAM,cAAI,wBAAY,aAAiF,SAA6B,EAAE,QAAQ,CAAC,OAAO,MAAC,CAAC;;;;KAC3J;IAEL,iDAAC;AAAD,CAAC,AArLD,IAqLC;AArLY,gGAA0C"}
@@ -1,27 +0,0 @@
1
- import { BlockCommentsGenerationForFunctionResponse } from '../models/BlockCommentsGenerationForFunctionResponse';
2
- import { ErrorModel } from '../models/ErrorModel';
3
- import { MetaModel } from '../models/MetaModel';
4
- export declare class BaseResponseBlockCommentsGenerationForFunctionResponse {
5
- 'status'?: boolean;
6
- 'data'?: BlockCommentsGenerationForFunctionResponse | 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
- }
@@ -1,47 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseResponseBlockCommentsGenerationForFunctionResponse = void 0;
4
- var BaseResponseBlockCommentsGenerationForFunctionResponse = (function () {
5
- function BaseResponseBlockCommentsGenerationForFunctionResponse() {
6
- }
7
- BaseResponseBlockCommentsGenerationForFunctionResponse.getAttributeTypeMap = function () {
8
- return BaseResponseBlockCommentsGenerationForFunctionResponse.attributeTypeMap;
9
- };
10
- BaseResponseBlockCommentsGenerationForFunctionResponse.discriminator = undefined;
11
- BaseResponseBlockCommentsGenerationForFunctionResponse.mapping = undefined;
12
- BaseResponseBlockCommentsGenerationForFunctionResponse.attributeTypeMap = [
13
- {
14
- "name": "status",
15
- "baseName": "status",
16
- "type": "boolean",
17
- "format": ""
18
- },
19
- {
20
- "name": "data",
21
- "baseName": "data",
22
- "type": "BlockCommentsGenerationForFunctionResponse",
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 BaseResponseBlockCommentsGenerationForFunctionResponse;
45
- }());
46
- exports.BaseResponseBlockCommentsGenerationForFunctionResponse = BaseResponseBlockCommentsGenerationForFunctionResponse;
47
- //# sourceMappingURL=BaseResponseBlockCommentsGenerationForFunctionResponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseResponseBlockCommentsGenerationForFunctionResponse.js","sourceRoot":"","sources":["../../models/BaseResponseBlockCommentsGenerationForFunctionResponse.ts"],"names":[],"mappings":";;;AAgBA;IAqDI;IACA,CAAC;IALM,0EAAmB,GAA1B;QACI,OAAO,sDAAsD,CAAC,gBAAgB,CAAC;IACnF,CAAC;IAtCe,oEAAa,GAAuB,SAAS,CAAC;IAE9C,8DAAO,GAA0C,SAAS,CAAC;IAE3D,uEAAgB,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,4CAA4C;YACpD,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,6DAAC;CAAA,AAvDD,IAuDC;AAvDY,wHAAsD"}