sailpoint-api-client 2.0.4 → 2.0.6

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/dist/index.d.ts +3 -0
  2. package/dist/index.js +192 -189
  3. package/dist/index.js.map +1 -1
  4. package/dist/intelligence/api.d.ts +952 -0
  5. package/dist/intelligence/api.js +589 -0
  6. package/dist/intelligence/api.js.map +1 -0
  7. package/dist/intelligence/base.d.ts +66 -0
  8. package/dist/intelligence/base.js +90 -0
  9. package/dist/intelligence/base.js.map +1 -0
  10. package/dist/intelligence/common.d.ts +65 -0
  11. package/dist/intelligence/common.js +292 -0
  12. package/dist/intelligence/common.js.map +1 -0
  13. package/dist/intelligence/configuration.d.ts +91 -0
  14. package/dist/intelligence/configuration.js +46 -0
  15. package/dist/intelligence/configuration.js.map +1 -0
  16. package/dist/intelligence/index.d.ts +13 -0
  17. package/dist/intelligence/index.js +32 -0
  18. package/dist/intelligence/index.js.map +1 -0
  19. package/dist/nerm/common.js +2 -2
  20. package/dist/nermv2025/common.js +2 -2
  21. package/dist/sources/api.d.ts +509 -1
  22. package/dist/sources/api.js +587 -4
  23. package/dist/sources/api.js.map +1 -1
  24. package/index.ts +3 -0
  25. package/intelligence/.openapi-generator/FILES +36 -0
  26. package/intelligence/.openapi-generator/VERSION +1 -0
  27. package/intelligence/.openapi-generator-ignore +23 -0
  28. package/intelligence/.sdk-partition +1 -0
  29. package/intelligence/api.ts +1220 -0
  30. package/intelligence/base.ts +86 -0
  31. package/intelligence/common.ts +183 -0
  32. package/intelligence/configuration.ts +110 -0
  33. package/intelligence/docs/Examples/typescript_code_examples_overlay.yaml +78 -0
  34. package/intelligence/docs/Methods/Index.md +30 -0
  35. package/intelligence/docs/Methods/IntelligenceApi.md +253 -0
  36. package/intelligence/docs/Models/Errormessagedto.md +21 -0
  37. package/intelligence/docs/Models/Errorresponsedto.md +22 -0
  38. package/intelligence/docs/Models/GetIdentityIntelligenceV1401Response.md +19 -0
  39. package/intelligence/docs/Models/GetIdentityIntelligenceV1429Response.md +19 -0
  40. package/intelligence/docs/Models/Index.md +19 -0
  41. package/intelligence/docs/Models/Intelaccessaccountwire.md +30 -0
  42. package/intelligence/docs/Models/Intelaccesshistory.md +20 -0
  43. package/intelligence/docs/Models/Intelaccesshistoryaccessitemsslice.md +20 -0
  44. package/intelligence/docs/Models/Intelaccesshistorycertificationsslice.md +20 -0
  45. package/intelligence/docs/Models/Intelaccessitemhistoryevent.md +20 -0
  46. package/intelligence/docs/Models/Intelaccesssourcewire.md +20 -0
  47. package/intelligence/docs/Models/Intelaccountsslice.md +20 -0
  48. package/intelligence/docs/Models/Intelcertificationhistoryevent.md +23 -0
  49. package/intelligence/docs/Models/Intelidentityaggregate.md +35 -0
  50. package/intelligence/docs/Models/Inteloutlieraccessitem.md +24 -0
  51. package/intelligence/docs/Models/Inteloutliersslice.md +19 -0
  52. package/intelligence/docs/Models/Intelprivilegedaccessitemwire.md +26 -0
  53. package/intelligence/docs/Models/IntelprivilegedaccessitemwireSource.md +20 -0
  54. package/intelligence/docs/Models/Intelprivilegedaccessslice.md +19 -0
  55. package/intelligence/docs/Models/Intelrareaccessslice.md +20 -0
  56. package/intelligence/docs/Models/Localeorigin.md +21 -0
  57. package/intelligence/docs/Models/README.md +46 -0
  58. package/intelligence/git_push.sh +57 -0
  59. package/intelligence/index.ts +18 -0
  60. package/intelligence/package.json +34 -0
  61. package/intelligence/tsconfig.json +21 -0
  62. package/nerm/README.md +2 -2
  63. package/nerm/common.ts +2 -2
  64. package/nerm/package.json +1 -1
  65. package/nermv2025/README.md +2 -2
  66. package/nermv2025/common.ts +2 -2
  67. package/nermv2025/package.json +1 -1
  68. package/package.json +1 -1
  69. package/sources/.openapi-generator/FILES +2 -0
  70. package/sources/api.ts +846 -9
  71. package/sources/docs/Examples/typescript_code_examples_overlay.yaml +101 -0
  72. package/sources/docs/Methods/SourcesApi.md +288 -0
  73. package/sources/docs/Models/Fielddetailsdtov2.md +24 -0
  74. package/sources/docs/Models/Provisioningpolicydtov2.md +24 -0
  75. package/sources/docs/Models/Usagetype.md +2 -0
@@ -0,0 +1,589 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Identity Security Cloud API - Intelligence
6
+ * Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.
7
+ *
8
+ * The version of the OpenAPI document: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __extends = (this && this.__extends) || (function () {
16
+ var extendStatics = function (d, b) {
17
+ extendStatics = Object.setPrototypeOf ||
18
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
20
+ return extendStatics(d, b);
21
+ };
22
+ return function (d, b) {
23
+ if (typeof b !== "function" && b !== null)
24
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
25
+ extendStatics(d, b);
26
+ function __() { this.constructor = d; }
27
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
+ };
29
+ })();
30
+ var __assign = (this && this.__assign) || function () {
31
+ __assign = Object.assign || function(t) {
32
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
33
+ s = arguments[i];
34
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
35
+ t[p] = s[p];
36
+ }
37
+ return t;
38
+ };
39
+ return __assign.apply(this, arguments);
40
+ };
41
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
42
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
43
+ return new (P || (P = Promise))(function (resolve, reject) {
44
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
45
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
46
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
47
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
48
+ });
49
+ };
50
+ var __generator = (this && this.__generator) || function (thisArg, body) {
51
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
52
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
53
+ function verb(n) { return function (v) { return step([n, v]); }; }
54
+ function step(op) {
55
+ if (f) throw new TypeError("Generator is already executing.");
56
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
57
+ 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;
58
+ if (y = 0, t) op = [op[0] & 2, t.value];
59
+ switch (op[0]) {
60
+ case 0: case 1: t = op; break;
61
+ case 4: _.label++; return { value: op[1], done: false };
62
+ case 5: _.label++; y = op[1]; op = [0]; continue;
63
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
64
+ default:
65
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
66
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
67
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
68
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
69
+ if (t[2]) _.ops.pop();
70
+ _.trys.pop(); continue;
71
+ }
72
+ op = body.call(thisArg, _);
73
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
74
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
75
+ }
76
+ };
77
+ var __importDefault = (this && this.__importDefault) || function (mod) {
78
+ return (mod && mod.__esModule) ? mod : { "default": mod };
79
+ };
80
+ Object.defineProperty(exports, "__esModule", { value: true });
81
+ exports.IntelligenceApi = exports.IntelligenceApiFactory = exports.IntelligenceApiFp = exports.IntelligenceApiAxiosParamCreator = exports.Localeorigin = exports.IntelidentityaggregateSubtypeEnum = exports.IntelidentityaggregateTypeEnum = exports.IntelcertificationhistoryeventEventTypeEnum = exports.IntelaccessitemhistoryeventEventTypeEnum = void 0;
82
+ var axios_1 = __importDefault(require("axios"));
83
+ // Some imports not used depending on template conditions
84
+ // @ts-ignore
85
+ var common_1 = require("./common");
86
+ // @ts-ignore
87
+ var base_1 = require("./base");
88
+ exports.IntelaccessitemhistoryeventEventTypeEnum = {
89
+ AccessItemAssociated: 'AccessItemAssociated',
90
+ AccessItemRemoved: 'AccessItemRemoved',
91
+ AccountStatusChanged: 'AccountStatusChanged'
92
+ };
93
+ exports.IntelcertificationhistoryeventEventTypeEnum = {
94
+ IdentityCertified: 'IdentityCertified'
95
+ };
96
+ exports.IntelidentityaggregateTypeEnum = {
97
+ Human: 'HUMAN'
98
+ };
99
+ exports.IntelidentityaggregateSubtypeEnum = {
100
+ Employee: 'Employee',
101
+ NonEmployee: 'Non Employee',
102
+ CannotDetermine: 'Cannot Determine'
103
+ };
104
+ /**
105
+ * An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.
106
+ * @export
107
+ * @enum {string}
108
+ */
109
+ exports.Localeorigin = {
110
+ Default: 'DEFAULT',
111
+ Request: 'REQUEST'
112
+ };
113
+ /**
114
+ * IntelligenceApi - axios parameter creator
115
+ * @export
116
+ */
117
+ var IntelligenceApiAxiosParamCreator = function (configuration) {
118
+ var _this = this;
119
+ return {
120
+ /**
121
+ * Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
122
+ * @summary Get identity by filter
123
+ * @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
124
+ * @param {*} [axiosOptions] Override http request option.
125
+ * @throws {RequiredError}
126
+ */
127
+ getIdentityIntelligenceV1: function (filters, axiosOptions) {
128
+ if (axiosOptions === void 0) { axiosOptions = {}; }
129
+ return __awaiter(_this, void 0, void 0, function () {
130
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
131
+ return __generator(this, function (_a) {
132
+ // verify required parameter 'filters' is not null or undefined
133
+ (0, common_1.assertParamExists)('getIdentityIntelligenceV1', 'filters', filters);
134
+ localVarPath = "/intelligence/v1/identities";
135
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
136
+ if (configuration) {
137
+ baseOptions = configuration.baseOptions;
138
+ }
139
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
140
+ localVarHeaderParameter = {};
141
+ localVarQueryParameter = {};
142
+ if (filters !== undefined) {
143
+ localVarQueryParameter['filters'] = filters;
144
+ }
145
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
146
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
147
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
148
+ return [2 /*return*/, {
149
+ url: (0, common_1.toPathString)(localVarUrlObj),
150
+ axiosOptions: localVarRequestOptions,
151
+ }];
152
+ });
153
+ });
154
+ },
155
+ /**
156
+ * Continuation endpoint for the parent response\'s `accessHistory.accessItems.next` link. Returns one page of access-item history events for the supplied limit and offset values. Unsupported event types and per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
157
+ * @summary List identity access item history
158
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
159
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
160
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
161
+ * @param {*} [axiosOptions] Override http request option.
162
+ * @throws {RequiredError}
163
+ */
164
+ getIntelIdentityAccessItemHistoryV1: function (id, limit, offset, axiosOptions) {
165
+ if (axiosOptions === void 0) { axiosOptions = {}; }
166
+ return __awaiter(_this, void 0, void 0, function () {
167
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
168
+ return __generator(this, function (_a) {
169
+ // verify required parameter 'id' is not null or undefined
170
+ (0, common_1.assertParamExists)('getIntelIdentityAccessItemHistoryV1', 'id', id);
171
+ localVarPath = "/intelligence/v1/identities/{id}/access-history/access-items"
172
+ .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
173
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
174
+ if (configuration) {
175
+ baseOptions = configuration.baseOptions;
176
+ }
177
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
178
+ localVarHeaderParameter = {};
179
+ localVarQueryParameter = {};
180
+ if (limit !== undefined) {
181
+ localVarQueryParameter['limit'] = limit;
182
+ }
183
+ if (offset !== undefined) {
184
+ localVarQueryParameter['offset'] = offset;
185
+ }
186
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
187
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
188
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
189
+ return [2 /*return*/, {
190
+ url: (0, common_1.toPathString)(localVarUrlObj),
191
+ axiosOptions: localVarRequestOptions,
192
+ }];
193
+ });
194
+ });
195
+ },
196
+ /**
197
+ * Continuation endpoint for the parent response\'s `accounts.next` link. Returns one page of account rows for the supplied limit and offset values. Requires tenant license idn:response-and-remediation.
198
+ * @summary List identity accounts
199
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
200
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
201
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
202
+ * @param {*} [axiosOptions] Override http request option.
203
+ * @throws {RequiredError}
204
+ */
205
+ getIntelIdentityAccountsV1: function (id, limit, offset, axiosOptions) {
206
+ if (axiosOptions === void 0) { axiosOptions = {}; }
207
+ return __awaiter(_this, void 0, void 0, function () {
208
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
209
+ return __generator(this, function (_a) {
210
+ // verify required parameter 'id' is not null or undefined
211
+ (0, common_1.assertParamExists)('getIntelIdentityAccountsV1', 'id', id);
212
+ localVarPath = "/intelligence/v1/identities/{id}/accounts"
213
+ .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
214
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
215
+ if (configuration) {
216
+ baseOptions = configuration.baseOptions;
217
+ }
218
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
219
+ localVarHeaderParameter = {};
220
+ localVarQueryParameter = {};
221
+ if (limit !== undefined) {
222
+ localVarQueryParameter['limit'] = limit;
223
+ }
224
+ if (offset !== undefined) {
225
+ localVarQueryParameter['offset'] = offset;
226
+ }
227
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
228
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
229
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
230
+ return [2 /*return*/, {
231
+ url: (0, common_1.toPathString)(localVarUrlObj),
232
+ axiosOptions: localVarRequestOptions,
233
+ }];
234
+ });
235
+ });
236
+ },
237
+ /**
238
+ * Continuation endpoint for the parent response\'s `accessHistory.certifications.next` link. Returns one page of certification history events for the supplied limit and offset values. Per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
239
+ * @summary List identity certification history
240
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
241
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
242
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
243
+ * @param {*} [axiosOptions] Override http request option.
244
+ * @throws {RequiredError}
245
+ */
246
+ getIntelIdentityCertificationHistoryV1: function (id, limit, offset, axiosOptions) {
247
+ if (axiosOptions === void 0) { axiosOptions = {}; }
248
+ return __awaiter(_this, void 0, void 0, function () {
249
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
250
+ return __generator(this, function (_a) {
251
+ // verify required parameter 'id' is not null or undefined
252
+ (0, common_1.assertParamExists)('getIntelIdentityCertificationHistoryV1', 'id', id);
253
+ localVarPath = "/intelligence/v1/identities/{id}/access-history/certifications"
254
+ .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
255
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
256
+ if (configuration) {
257
+ baseOptions = configuration.baseOptions;
258
+ }
259
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
260
+ localVarHeaderParameter = {};
261
+ localVarQueryParameter = {};
262
+ if (limit !== undefined) {
263
+ localVarQueryParameter['limit'] = limit;
264
+ }
265
+ if (offset !== undefined) {
266
+ localVarQueryParameter['offset'] = offset;
267
+ }
268
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
269
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
270
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
271
+ return [2 /*return*/, {
272
+ url: (0, common_1.toPathString)(localVarUrlObj),
273
+ axiosOptions: localVarRequestOptions,
274
+ }];
275
+ });
276
+ });
277
+ },
278
+ /**
279
+ * Continuation endpoint for the parent response\'s `outliers.rareAccess.next` link. Resolves the identity\'s first outlier, then returns one page of rare access items for the supplied limit and offset values. An identity with no outlier returns an empty array. Requires tenant license idn:response-and-remediation and the IDA-outliers license.
280
+ * @summary List identity rare access
281
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
282
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
283
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
284
+ * @param {*} [axiosOptions] Override http request option.
285
+ * @throws {RequiredError}
286
+ */
287
+ getIntelIdentityRareAccessV1: function (id, limit, offset, axiosOptions) {
288
+ if (axiosOptions === void 0) { axiosOptions = {}; }
289
+ return __awaiter(_this, void 0, void 0, function () {
290
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
291
+ return __generator(this, function (_a) {
292
+ // verify required parameter 'id' is not null or undefined
293
+ (0, common_1.assertParamExists)('getIntelIdentityRareAccessV1', 'id', id);
294
+ localVarPath = "/intelligence/v1/identities/{id}/outliers/rare-access"
295
+ .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
296
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
297
+ if (configuration) {
298
+ baseOptions = configuration.baseOptions;
299
+ }
300
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
301
+ localVarHeaderParameter = {};
302
+ localVarQueryParameter = {};
303
+ if (limit !== undefined) {
304
+ localVarQueryParameter['limit'] = limit;
305
+ }
306
+ if (offset !== undefined) {
307
+ localVarQueryParameter['offset'] = offset;
308
+ }
309
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
310
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
311
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
312
+ return [2 /*return*/, {
313
+ url: (0, common_1.toPathString)(localVarUrlObj),
314
+ axiosOptions: localVarRequestOptions,
315
+ }];
316
+ });
317
+ });
318
+ },
319
+ };
320
+ };
321
+ exports.IntelligenceApiAxiosParamCreator = IntelligenceApiAxiosParamCreator;
322
+ /**
323
+ * IntelligenceApi - functional programming interface
324
+ * @export
325
+ */
326
+ var IntelligenceApiFp = function (configuration) {
327
+ var localVarAxiosParamCreator = (0, exports.IntelligenceApiAxiosParamCreator)(configuration);
328
+ return {
329
+ /**
330
+ * Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
331
+ * @summary Get identity by filter
332
+ * @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
333
+ * @param {*} [axiosOptions] Override http request option.
334
+ * @throws {RequiredError}
335
+ */
336
+ getIdentityIntelligenceV1: function (filters, axiosOptions) {
337
+ var _a, _b, _c;
338
+ return __awaiter(this, void 0, void 0, function () {
339
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
340
+ return __generator(this, function (_d) {
341
+ switch (_d.label) {
342
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIdentityIntelligenceV1(filters, axiosOptions)];
343
+ case 1:
344
+ localVarAxiosArgs = _d.sent();
345
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
346
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligenceApi.getIdentityIntelligenceV1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
347
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
348
+ }
349
+ });
350
+ });
351
+ },
352
+ /**
353
+ * Continuation endpoint for the parent response\'s `accessHistory.accessItems.next` link. Returns one page of access-item history events for the supplied limit and offset values. Unsupported event types and per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
354
+ * @summary List identity access item history
355
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
356
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
357
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
358
+ * @param {*} [axiosOptions] Override http request option.
359
+ * @throws {RequiredError}
360
+ */
361
+ getIntelIdentityAccessItemHistoryV1: function (id, limit, offset, axiosOptions) {
362
+ var _a, _b, _c;
363
+ return __awaiter(this, void 0, void 0, function () {
364
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
365
+ return __generator(this, function (_d) {
366
+ switch (_d.label) {
367
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityAccessItemHistoryV1(id, limit, offset, axiosOptions)];
368
+ case 1:
369
+ localVarAxiosArgs = _d.sent();
370
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
371
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligenceApi.getIntelIdentityAccessItemHistoryV1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
372
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
373
+ }
374
+ });
375
+ });
376
+ },
377
+ /**
378
+ * Continuation endpoint for the parent response\'s `accounts.next` link. Returns one page of account rows for the supplied limit and offset values. Requires tenant license idn:response-and-remediation.
379
+ * @summary List identity accounts
380
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
381
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
382
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
383
+ * @param {*} [axiosOptions] Override http request option.
384
+ * @throws {RequiredError}
385
+ */
386
+ getIntelIdentityAccountsV1: function (id, limit, offset, axiosOptions) {
387
+ var _a, _b, _c;
388
+ return __awaiter(this, void 0, void 0, function () {
389
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
390
+ return __generator(this, function (_d) {
391
+ switch (_d.label) {
392
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityAccountsV1(id, limit, offset, axiosOptions)];
393
+ case 1:
394
+ localVarAxiosArgs = _d.sent();
395
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
396
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligenceApi.getIntelIdentityAccountsV1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
397
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
398
+ }
399
+ });
400
+ });
401
+ },
402
+ /**
403
+ * Continuation endpoint for the parent response\'s `accessHistory.certifications.next` link. Returns one page of certification history events for the supplied limit and offset values. Per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
404
+ * @summary List identity certification history
405
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
406
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
407
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
408
+ * @param {*} [axiosOptions] Override http request option.
409
+ * @throws {RequiredError}
410
+ */
411
+ getIntelIdentityCertificationHistoryV1: function (id, limit, offset, axiosOptions) {
412
+ var _a, _b, _c;
413
+ return __awaiter(this, void 0, void 0, function () {
414
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
415
+ return __generator(this, function (_d) {
416
+ switch (_d.label) {
417
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityCertificationHistoryV1(id, limit, offset, axiosOptions)];
418
+ case 1:
419
+ localVarAxiosArgs = _d.sent();
420
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
421
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligenceApi.getIntelIdentityCertificationHistoryV1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
422
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
423
+ }
424
+ });
425
+ });
426
+ },
427
+ /**
428
+ * Continuation endpoint for the parent response\'s `outliers.rareAccess.next` link. Resolves the identity\'s first outlier, then returns one page of rare access items for the supplied limit and offset values. An identity with no outlier returns an empty array. Requires tenant license idn:response-and-remediation and the IDA-outliers license.
429
+ * @summary List identity rare access
430
+ * @param {string} id Non-empty identity id path segment for Intelligence sub-resources.
431
+ * @param {number} [limit] Page size. Defaults to 250; values above 250 are rejected with 400.
432
+ * @param {number} [offset] Zero-based page offset. Defaults to 0.
433
+ * @param {*} [axiosOptions] Override http request option.
434
+ * @throws {RequiredError}
435
+ */
436
+ getIntelIdentityRareAccessV1: function (id, limit, offset, axiosOptions) {
437
+ var _a, _b, _c;
438
+ return __awaiter(this, void 0, void 0, function () {
439
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
440
+ return __generator(this, function (_d) {
441
+ switch (_d.label) {
442
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getIntelIdentityRareAccessV1(id, limit, offset, axiosOptions)];
443
+ case 1:
444
+ localVarAxiosArgs = _d.sent();
445
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
446
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['IntelligenceApi.getIntelIdentityRareAccessV1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
447
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
448
+ }
449
+ });
450
+ });
451
+ },
452
+ };
453
+ };
454
+ exports.IntelligenceApiFp = IntelligenceApiFp;
455
+ /**
456
+ * IntelligenceApi - factory interface
457
+ * @export
458
+ */
459
+ var IntelligenceApiFactory = function (configuration, basePath, axios) {
460
+ var localVarFp = (0, exports.IntelligenceApiFp)(configuration);
461
+ return {
462
+ /**
463
+ * Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
464
+ * @summary Get identity by filter
465
+ * @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
466
+ * @param {*} [axiosOptions] Override http request option.
467
+ * @throws {RequiredError}
468
+ */
469
+ getIdentityIntelligenceV1: function (requestParameters, axiosOptions) {
470
+ return localVarFp.getIdentityIntelligenceV1(requestParameters.filters, axiosOptions).then(function (request) { return request(axios, basePath); });
471
+ },
472
+ /**
473
+ * Continuation endpoint for the parent response\'s `accessHistory.accessItems.next` link. Returns one page of access-item history events for the supplied limit and offset values. Unsupported event types and per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
474
+ * @summary List identity access item history
475
+ * @param {IntelligenceApiGetIntelIdentityAccessItemHistoryV1Request} requestParameters Request parameters.
476
+ * @param {*} [axiosOptions] Override http request option.
477
+ * @throws {RequiredError}
478
+ */
479
+ getIntelIdentityAccessItemHistoryV1: function (requestParameters, axiosOptions) {
480
+ return localVarFp.getIntelIdentityAccessItemHistoryV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
481
+ },
482
+ /**
483
+ * Continuation endpoint for the parent response\'s `accounts.next` link. Returns one page of account rows for the supplied limit and offset values. Requires tenant license idn:response-and-remediation.
484
+ * @summary List identity accounts
485
+ * @param {IntelligenceApiGetIntelIdentityAccountsV1Request} requestParameters Request parameters.
486
+ * @param {*} [axiosOptions] Override http request option.
487
+ * @throws {RequiredError}
488
+ */
489
+ getIntelIdentityAccountsV1: function (requestParameters, axiosOptions) {
490
+ return localVarFp.getIntelIdentityAccountsV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
491
+ },
492
+ /**
493
+ * Continuation endpoint for the parent response\'s `accessHistory.certifications.next` link. Returns one page of certification history events for the supplied limit and offset values. Per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
494
+ * @summary List identity certification history
495
+ * @param {IntelligenceApiGetIntelIdentityCertificationHistoryV1Request} requestParameters Request parameters.
496
+ * @param {*} [axiosOptions] Override http request option.
497
+ * @throws {RequiredError}
498
+ */
499
+ getIntelIdentityCertificationHistoryV1: function (requestParameters, axiosOptions) {
500
+ return localVarFp.getIntelIdentityCertificationHistoryV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
501
+ },
502
+ /**
503
+ * Continuation endpoint for the parent response\'s `outliers.rareAccess.next` link. Resolves the identity\'s first outlier, then returns one page of rare access items for the supplied limit and offset values. An identity with no outlier returns an empty array. Requires tenant license idn:response-and-remediation and the IDA-outliers license.
504
+ * @summary List identity rare access
505
+ * @param {IntelligenceApiGetIntelIdentityRareAccessV1Request} requestParameters Request parameters.
506
+ * @param {*} [axiosOptions] Override http request option.
507
+ * @throws {RequiredError}
508
+ */
509
+ getIntelIdentityRareAccessV1: function (requestParameters, axiosOptions) {
510
+ return localVarFp.getIntelIdentityRareAccessV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
511
+ },
512
+ };
513
+ };
514
+ exports.IntelligenceApiFactory = IntelligenceApiFactory;
515
+ /**
516
+ * IntelligenceApi - object-oriented interface
517
+ * @export
518
+ * @class IntelligenceApi
519
+ * @extends {BaseAPI}
520
+ */
521
+ var IntelligenceApi = /** @class */ (function (_super) {
522
+ __extends(IntelligenceApi, _super);
523
+ function IntelligenceApi() {
524
+ return _super !== null && _super.apply(this, arguments) || this;
525
+ }
526
+ /**
527
+ * Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
528
+ * @summary Get identity by filter
529
+ * @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
530
+ * @param {*} [axiosOptions] Override http request option.
531
+ * @throws {RequiredError}
532
+ * @memberof IntelligenceApi
533
+ */
534
+ IntelligenceApi.prototype.getIdentityIntelligenceV1 = function (requestParameters, axiosOptions) {
535
+ var _this = this;
536
+ return (0, exports.IntelligenceApiFp)(this.configuration).getIdentityIntelligenceV1(requestParameters.filters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
537
+ };
538
+ /**
539
+ * Continuation endpoint for the parent response\'s `accessHistory.accessItems.next` link. Returns one page of access-item history events for the supplied limit and offset values. Unsupported event types and per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
540
+ * @summary List identity access item history
541
+ * @param {IntelligenceApiGetIntelIdentityAccessItemHistoryV1Request} requestParameters Request parameters.
542
+ * @param {*} [axiosOptions] Override http request option.
543
+ * @throws {RequiredError}
544
+ * @memberof IntelligenceApi
545
+ */
546
+ IntelligenceApi.prototype.getIntelIdentityAccessItemHistoryV1 = function (requestParameters, axiosOptions) {
547
+ var _this = this;
548
+ return (0, exports.IntelligenceApiFp)(this.configuration).getIntelIdentityAccessItemHistoryV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
549
+ };
550
+ /**
551
+ * Continuation endpoint for the parent response\'s `accounts.next` link. Returns one page of account rows for the supplied limit and offset values. Requires tenant license idn:response-and-remediation.
552
+ * @summary List identity accounts
553
+ * @param {IntelligenceApiGetIntelIdentityAccountsV1Request} requestParameters Request parameters.
554
+ * @param {*} [axiosOptions] Override http request option.
555
+ * @throws {RequiredError}
556
+ * @memberof IntelligenceApi
557
+ */
558
+ IntelligenceApi.prototype.getIntelIdentityAccountsV1 = function (requestParameters, axiosOptions) {
559
+ var _this = this;
560
+ return (0, exports.IntelligenceApiFp)(this.configuration).getIntelIdentityAccountsV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
561
+ };
562
+ /**
563
+ * Continuation endpoint for the parent response\'s `accessHistory.certifications.next` link. Returns one page of certification history events for the supplied limit and offset values. Per-record decode failures are dropped server-side. Requires tenant license idn:response-and-remediation.
564
+ * @summary List identity certification history
565
+ * @param {IntelligenceApiGetIntelIdentityCertificationHistoryV1Request} requestParameters Request parameters.
566
+ * @param {*} [axiosOptions] Override http request option.
567
+ * @throws {RequiredError}
568
+ * @memberof IntelligenceApi
569
+ */
570
+ IntelligenceApi.prototype.getIntelIdentityCertificationHistoryV1 = function (requestParameters, axiosOptions) {
571
+ var _this = this;
572
+ return (0, exports.IntelligenceApiFp)(this.configuration).getIntelIdentityCertificationHistoryV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
573
+ };
574
+ /**
575
+ * Continuation endpoint for the parent response\'s `outliers.rareAccess.next` link. Resolves the identity\'s first outlier, then returns one page of rare access items for the supplied limit and offset values. An identity with no outlier returns an empty array. Requires tenant license idn:response-and-remediation and the IDA-outliers license.
576
+ * @summary List identity rare access
577
+ * @param {IntelligenceApiGetIntelIdentityRareAccessV1Request} requestParameters Request parameters.
578
+ * @param {*} [axiosOptions] Override http request option.
579
+ * @throws {RequiredError}
580
+ * @memberof IntelligenceApi
581
+ */
582
+ IntelligenceApi.prototype.getIntelIdentityRareAccessV1 = function (requestParameters, axiosOptions) {
583
+ var _this = this;
584
+ return (0, exports.IntelligenceApiFp)(this.configuration).getIntelIdentityRareAccessV1(requestParameters.id, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
585
+ };
586
+ return IntelligenceApi;
587
+ }(base_1.BaseAPI));
588
+ exports.IntelligenceApi = IntelligenceApi;
589
+ //# sourceMappingURL=api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.js","sourceRoot":"","sources":["../../intelligence/api.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKH,gDAAgC;AAChC,yDAAyD;AACzD,aAAa;AACb,mCAA4N;AAE5N,aAAa;AACb,+BAAmG;AAoPtF,QAAA,wCAAwC,GAAG;IACpD,oBAAoB,EAAE,sBAAsB;IAC5C,iBAAiB,EAAE,mBAAmB;IACtC,oBAAoB,EAAE,sBAAsB;CACtC,CAAC;AAkFE,QAAA,2CAA2C,GAAG;IACvD,iBAAiB,EAAE,mBAAmB;CAChC,CAAC;AAkHE,QAAA,8BAA8B,GAAG;IAC1C,KAAK,EAAE,OAAO;CACR,CAAC;AAGE,QAAA,iCAAiC,GAAG;IAC7C,QAAQ,EAAE,UAAU;IACpB,WAAW,EAAE,cAAc;IAC3B,eAAe,EAAE,kBAAkB;CAC7B,CAAC;AAsKX;;;;GAIG;AAEU,QAAA,YAAY,GAAG;IACxB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;CACZ,CAAC;AAMX;;;GAGG;AACI,IAAM,gCAAgC,GAAG,UAAU,aAA6B;IAAvC,iBAwN/C;IAvNG,OAAO;QACH;;;;;;WAMG;QACH,yBAAyB,EAAE,UAAO,OAAe,EAAE,YAAwC;YAAxC,6BAAA,EAAA,iBAAwC;;;;oBACvF,+DAA+D;oBAC/D,IAAA,0BAAiB,EAAC,2BAA2B,EAAE,SAAS,EAAE,OAAO,CAAC,CAAA;oBAC5D,YAAY,GAAG,6BAA6B,CAAC;oBAE7C,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,uBAAc,CAAC,CAAC;oBAE7D,IAAI,aAAa,EAAE;wBACf,WAAW,GAAG,aAAa,CAAC,WAAW,CAAC;qBAC3C;oBAEK,sBAAsB,uBAAK,MAAM,EAAE,KAAK,IAAK,WAAW,GAAK,YAAY,CAAC,CAAC;oBAC3E,uBAAuB,GAAG,EAAS,CAAC;oBACpC,sBAAsB,GAAG,EAAS,CAAC;oBAEzC,IAAI,OAAO,KAAK,SAAS,EAAE;wBACvB,sBAAsB,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;qBAC/C;oBAID,IAAA,wBAAe,EAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;oBACpD,sBAAsB,GAAG,WAAW,IAAI,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;oBAC3F,sBAAsB,CAAC,OAAO,kCAAO,uBAAuB,GAAK,sBAAsB,GAAK,YAAY,CAAC,OAAO,CAAC,CAAC;oBAElH,sBAAO;4BACH,GAAG,EAAE,IAAA,qBAAY,EAAC,cAAc,CAAC;4BACjC,YAAY,EAAE,sBAAsB;yBACvC,EAAC;;;SACL;QACD;;;;;;;;WAQG;QACH,mCAAmC,EAAE,UAAO,EAAU,EAAE,KAAc,EAAE,MAAe,EAAE,YAAwC;YAAxC,6BAAA,EAAA,iBAAwC;;;;oBAC7H,0DAA0D;oBAC1D,IAAA,0BAAiB,EAAC,qCAAqC,EAAE,IAAI,EAAE,EAAE,CAAC,CAAA;oBAC5D,YAAY,GAAG,8DAA8D;yBAC9E,OAAO,CAAC,WAAI,IAAI,MAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;oBAEpD,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,uBAAc,CAAC,CAAC;oBAE7D,IAAI,aAAa,EAAE;wBACf,WAAW,GAAG,aAAa,CAAC,WAAW,CAAC;qBAC3C;oBAEK,sBAAsB,uBAAK,MAAM,EAAE,KAAK,IAAK,WAAW,GAAK,YAAY,CAAC,CAAC;oBAC3E,uBAAuB,GAAG,EAAS,CAAC;oBACpC,sBAAsB,GAAG,EAAS,CAAC;oBAEzC,IAAI,KAAK,KAAK,SAAS,EAAE;wBACrB,sBAAsB,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;qBAC3C;oBAED,IAAI,MAAM,KAAK,SAAS,EAAE;wBACtB,sBAAsB,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;qBAC7C;oBAID,IAAA,wBAAe,EAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;oBACpD,sBAAsB,GAAG,WAAW,IAAI,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;oBAC3F,sBAAsB,CAAC,OAAO,kCAAO,uBAAuB,GAAK,sBAAsB,GAAK,YAAY,CAAC,OAAO,CAAC,CAAC;oBAElH,sBAAO;4BACH,GAAG,EAAE,IAAA,qBAAY,EAAC,cAAc,CAAC;4BACjC,YAAY,EAAE,sBAAsB;yBACvC,EAAC;;;SACL;QACD;;;;;;;;WAQG;QACH,0BAA0B,EAAE,UAAO,EAAU,EAAE,KAAc,EAAE,MAAe,EAAE,YAAwC;YAAxC,6BAAA,EAAA,iBAAwC;;;;oBACpH,0DAA0D;oBAC1D,IAAA,0BAAiB,EAAC,4BAA4B,EAAE,IAAI,EAAE,EAAE,CAAC,CAAA;oBACnD,YAAY,GAAG,2CAA2C;yBAC3D,OAAO,CAAC,WAAI,IAAI,MAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;oBAEpD,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,uBAAc,CAAC,CAAC;oBAE7D,IAAI,aAAa,EAAE;wBACf,WAAW,GAAG,aAAa,CAAC,WAAW,CAAC;qBAC3C;oBAEK,sBAAsB,uBAAK,MAAM,EAAE,KAAK,IAAK,WAAW,GAAK,YAAY,CAAC,CAAC;oBAC3E,uBAAuB,GAAG,EAAS,CAAC;oBACpC,sBAAsB,GAAG,EAAS,CAAC;oBAEzC,IAAI,KAAK,KAAK,SAAS,EAAE;wBACrB,sBAAsB,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;qBAC3C;oBAED,IAAI,MAAM,KAAK,SAAS,EAAE;wBACtB,sBAAsB,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;qBAC7C;oBAID,IAAA,wBAAe,EAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;oBACpD,sBAAsB,GAAG,WAAW,IAAI,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;oBAC3F,sBAAsB,CAAC,OAAO,kCAAO,uBAAuB,GAAK,sBAAsB,GAAK,YAAY,CAAC,OAAO,CAAC,CAAC;oBAElH,sBAAO;4BACH,GAAG,EAAE,IAAA,qBAAY,EAAC,cAAc,CAAC;4BACjC,YAAY,EAAE,sBAAsB;yBACvC,EAAC;;;SACL;QACD;;;;;;;;WAQG;QACH,sCAAsC,EAAE,UAAO,EAAU,EAAE,KAAc,EAAE,MAAe,EAAE,YAAwC;YAAxC,6BAAA,EAAA,iBAAwC;;;;oBAChI,0DAA0D;oBAC1D,IAAA,0BAAiB,EAAC,wCAAwC,EAAE,IAAI,EAAE,EAAE,CAAC,CAAA;oBAC/D,YAAY,GAAG,gEAAgE;yBAChF,OAAO,CAAC,WAAI,IAAI,MAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;oBAEpD,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,uBAAc,CAAC,CAAC;oBAE7D,IAAI,aAAa,EAAE;wBACf,WAAW,GAAG,aAAa,CAAC,WAAW,CAAC;qBAC3C;oBAEK,sBAAsB,uBAAK,MAAM,EAAE,KAAK,IAAK,WAAW,GAAK,YAAY,CAAC,CAAC;oBAC3E,uBAAuB,GAAG,EAAS,CAAC;oBACpC,sBAAsB,GAAG,EAAS,CAAC;oBAEzC,IAAI,KAAK,KAAK,SAAS,EAAE;wBACrB,sBAAsB,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;qBAC3C;oBAED,IAAI,MAAM,KAAK,SAAS,EAAE;wBACtB,sBAAsB,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;qBAC7C;oBAID,IAAA,wBAAe,EAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;oBACpD,sBAAsB,GAAG,WAAW,IAAI,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;oBAC3F,sBAAsB,CAAC,OAAO,kCAAO,uBAAuB,GAAK,sBAAsB,GAAK,YAAY,CAAC,OAAO,CAAC,CAAC;oBAElH,sBAAO;4BACH,GAAG,EAAE,IAAA,qBAAY,EAAC,cAAc,CAAC;4BACjC,YAAY,EAAE,sBAAsB;yBACvC,EAAC;;;SACL;QACD;;;;;;;;WAQG;QACH,4BAA4B,EAAE,UAAO,EAAU,EAAE,KAAc,EAAE,MAAe,EAAE,YAAwC;YAAxC,6BAAA,EAAA,iBAAwC;;;;oBACtH,0DAA0D;oBAC1D,IAAA,0BAAiB,EAAC,8BAA8B,EAAE,IAAI,EAAE,EAAE,CAAC,CAAA;oBACrD,YAAY,GAAG,uDAAuD;yBACvE,OAAO,CAAC,WAAI,IAAI,MAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;oBAEpD,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,uBAAc,CAAC,CAAC;oBAE7D,IAAI,aAAa,EAAE;wBACf,WAAW,GAAG,aAAa,CAAC,WAAW,CAAC;qBAC3C;oBAEK,sBAAsB,uBAAK,MAAM,EAAE,KAAK,IAAK,WAAW,GAAK,YAAY,CAAC,CAAC;oBAC3E,uBAAuB,GAAG,EAAS,CAAC;oBACpC,sBAAsB,GAAG,EAAS,CAAC;oBAEzC,IAAI,KAAK,KAAK,SAAS,EAAE;wBACrB,sBAAsB,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;qBAC3C;oBAED,IAAI,MAAM,KAAK,SAAS,EAAE;wBACtB,sBAAsB,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;qBAC7C;oBAID,IAAA,wBAAe,EAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;oBACpD,sBAAsB,GAAG,WAAW,IAAI,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;oBAC3F,sBAAsB,CAAC,OAAO,kCAAO,uBAAuB,GAAK,sBAAsB,GAAK,YAAY,CAAC,OAAO,CAAC,CAAC;oBAElH,sBAAO;4BACH,GAAG,EAAE,IAAA,qBAAY,EAAC,cAAc,CAAC;4BACjC,YAAY,EAAE,sBAAsB;yBACvC,EAAC;;;SACL;KACJ,CAAA;AACL,CAAC,CAAC;AAxNW,QAAA,gCAAgC,oCAwN3C;AAEF;;;GAGG;AACI,IAAM,iBAAiB,GAAG,UAAS,aAA6B;IACnE,IAAM,yBAAyB,GAAG,IAAA,wCAAgC,EAAC,aAAa,CAAC,CAAA;IACjF,OAAO;QACH;;;;;;WAMG;QACG,yBAAyB,YAAC,OAAe,EAAE,YAAoC;;;;;;gCACvD,qBAAM,yBAAyB,CAAC,yBAAyB,CAAC,OAAO,EAAE,YAAY,CAAC,EAAA;;4BAApG,iBAAiB,GAAG,SAAgF;4BACpG,4BAA4B,GAAG,MAAA,aAAa,aAAb,aAAa,uBAAb,aAAa,CAAE,WAAW,mCAAI,CAAC,CAAC;4BAC/D,+BAA+B,GAAG,MAAA,MAAA,yBAAkB,CAAC,2CAA2C,CAAC,0CAAG,4BAA4B,CAAC,0CAAE,GAAG,CAAC;4BAC7I,sBAAO,UAAC,KAAK,EAAE,QAAQ,IAAK,OAAA,IAAA,8BAAqB,EAAC,iBAAiB,EAAE,eAAW,EAAE,gBAAS,EAAE,aAAa,CAAC,CAAC,KAAK,EAAE,+BAA+B,IAAI,QAAQ,CAAC,EAAnI,CAAmI,EAAC;;;;SACnK;QACD;;;;;;;;WAQG;QACG,mCAAmC,YAAC,EAAU,EAAE,KAAc,EAAE,MAAe,EAAE,YAAoC;;;;;;gCAC7F,qBAAM,yBAAyB,CAAC,mCAAmC,CAAC,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,YAAY,CAAC,EAAA;;4BAAxH,iBAAiB,GAAG,SAAoG;4BACxH,4BAA4B,GAAG,MAAA,aAAa,aAAb,aAAa,uBAAb,aAAa,CAAE,WAAW,mCAAI,CAAC,CAAC;4BAC/D,+BAA+B,GAAG,MAAA,MAAA,yBAAkB,CAAC,qDAAqD,CAAC,0CAAG,4BAA4B,CAAC,0CAAE,GAAG,CAAC;4BACvJ,sBAAO,UAAC,KAAK,EAAE,QAAQ,IAAK,OAAA,IAAA,8BAAqB,EAAC,iBAAiB,EAAE,eAAW,EAAE,gBAAS,EAAE,aAAa,CAAC,CAAC,KAAK,EAAE,+BAA+B,IAAI,QAAQ,CAAC,EAAnI,CAAmI,EAAC;;;;SACnK;QACD;;;;;;;;WAQG;QACG,0BAA0B,YAAC,EAAU,EAAE,KAAc,EAAE,MAAe,EAAE,YAAoC;;;;;;gCACpF,qBAAM,yBAAyB,CAAC,0BAA0B,CAAC,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,YAAY,CAAC,EAAA;;4BAA/G,iBAAiB,GAAG,SAA2F;4BAC/G,4BAA4B,GAAG,MAAA,aAAa,aAAb,aAAa,uBAAb,aAAa,CAAE,WAAW,mCAAI,CAAC,CAAC;4BAC/D,+BAA+B,GAAG,MAAA,MAAA,yBAAkB,CAAC,4CAA4C,CAAC,0CAAG,4BAA4B,CAAC,0CAAE,GAAG,CAAC;4BAC9I,sBAAO,UAAC,KAAK,EAAE,QAAQ,IAAK,OAAA,IAAA,8BAAqB,EAAC,iBAAiB,EAAE,eAAW,EAAE,gBAAS,EAAE,aAAa,CAAC,CAAC,KAAK,EAAE,+BAA+B,IAAI,QAAQ,CAAC,EAAnI,CAAmI,EAAC;;;;SACnK;QACD;;;;;;;;WAQG;QACG,sCAAsC,YAAC,EAAU,EAAE,KAAc,EAAE,MAAe,EAAE,YAAoC;;;;;;gCAChG,qBAAM,yBAAyB,CAAC,sCAAsC,CAAC,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,YAAY,CAAC,EAAA;;4BAA3H,iBAAiB,GAAG,SAAuG;4BAC3H,4BAA4B,GAAG,MAAA,aAAa,aAAb,aAAa,uBAAb,aAAa,CAAE,WAAW,mCAAI,CAAC,CAAC;4BAC/D,+BAA+B,GAAG,MAAA,MAAA,yBAAkB,CAAC,wDAAwD,CAAC,0CAAG,4BAA4B,CAAC,0CAAE,GAAG,CAAC;4BAC1J,sBAAO,UAAC,KAAK,EAAE,QAAQ,IAAK,OAAA,IAAA,8BAAqB,EAAC,iBAAiB,EAAE,eAAW,EAAE,gBAAS,EAAE,aAAa,CAAC,CAAC,KAAK,EAAE,+BAA+B,IAAI,QAAQ,CAAC,EAAnI,CAAmI,EAAC;;;;SACnK;QACD;;;;;;;;WAQG;QACG,4BAA4B,YAAC,EAAU,EAAE,KAAc,EAAE,MAAe,EAAE,YAAoC;;;;;;gCACtF,qBAAM,yBAAyB,CAAC,4BAA4B,CAAC,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,YAAY,CAAC,EAAA;;4BAAjH,iBAAiB,GAAG,SAA6F;4BACjH,4BAA4B,GAAG,MAAA,aAAa,aAAb,aAAa,uBAAb,aAAa,CAAE,WAAW,mCAAI,CAAC,CAAC;4BAC/D,+BAA+B,GAAG,MAAA,MAAA,yBAAkB,CAAC,8CAA8C,CAAC,0CAAG,4BAA4B,CAAC,0CAAE,GAAG,CAAC;4BAChJ,sBAAO,UAAC,KAAK,EAAE,QAAQ,IAAK,OAAA,IAAA,8BAAqB,EAAC,iBAAiB,EAAE,eAAW,EAAE,gBAAS,EAAE,aAAa,CAAC,CAAC,KAAK,EAAE,+BAA+B,IAAI,QAAQ,CAAC,EAAnI,CAAmI,EAAC;;;;SACnK;KACJ,CAAA;AACL,CAAC,CAAC;AA7EW,QAAA,iBAAiB,qBA6E5B;AAEF;;;GAGG;AACI,IAAM,sBAAsB,GAAG,UAAU,aAA6B,EAAE,QAAiB,EAAE,KAAqB;IACnH,IAAM,UAAU,GAAG,IAAA,yBAAiB,EAAC,aAAa,CAAC,CAAA;IACnD,OAAO;QACH;;;;;;WAMG;QACH,yBAAyB,YAAC,iBAAkE,EAAE,YAAoC;YAC9H,OAAO,UAAU,CAAC,yBAAyB,CAAC,iBAAiB,CAAC,OAAO,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,OAAO,IAAK,OAAA,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAxB,CAAwB,CAAC,CAAC;QACrI,CAAC;QACD;;;;;;WAMG;QACH,mCAAmC,YAAC,iBAA4E,EAAE,YAAoC;YAClJ,OAAO,UAAU,CAAC,mCAAmC,CAAC,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,OAAO,IAAK,OAAA,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAxB,CAAwB,CAAC,CAAC;QAC7L,CAAC;QACD;;;;;;WAMG;QACH,0BAA0B,YAAC,iBAAmE,EAAE,YAAoC;YAChI,OAAO,UAAU,CAAC,0BAA0B,CAAC,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,OAAO,IAAK,OAAA,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAxB,CAAwB,CAAC,CAAC;QACpL,CAAC;QACD;;;;;;WAMG;QACH,sCAAsC,YAAC,iBAA+E,EAAE,YAAoC;YACxJ,OAAO,UAAU,CAAC,sCAAsC,CAAC,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,OAAO,IAAK,OAAA,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAxB,CAAwB,CAAC,CAAC;QAChM,CAAC;QACD;;;;;;WAMG;QACH,4BAA4B,YAAC,iBAAqE,EAAE,YAAoC;YACpI,OAAO,UAAU,CAAC,4BAA4B,CAAC,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,OAAO,IAAK,OAAA,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAxB,CAAwB,CAAC,CAAC;QACtL,CAAC;KACJ,CAAC;AACN,CAAC,CAAC;AAtDW,QAAA,sBAAsB,0BAsDjC;AAgIF;;;;;GAKG;AACH;IAAqC,mCAAO;IAA5C;;IA4DA,CAAC;IA3DG;;;;;;;OAOG;IACI,mDAAyB,GAAhC,UAAiC,iBAAkE,EAAE,YAAoC;QAAzI,iBAEC;QADG,OAAO,IAAA,yBAAiB,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC,yBAAyB,CAAC,iBAAiB,CAAC,OAAO,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,OAAO,IAAK,OAAA,OAAO,CAAC,KAAI,CAAC,KAAK,EAAE,KAAI,CAAC,QAAQ,CAAC,EAAlC,CAAkC,CAAC,CAAC;IAC1K,CAAC;IAED;;;;;;;OAOG;IACI,6DAAmC,GAA1C,UAA2C,iBAA4E,EAAE,YAAoC;QAA7J,iBAEC;QADG,OAAO,IAAA,yBAAiB,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC,mCAAmC,CAAC,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,OAAO,IAAK,OAAA,OAAO,CAAC,KAAI,CAAC,KAAK,EAAE,KAAI,CAAC,QAAQ,CAAC,EAAlC,CAAkC,CAAC,CAAC;IAClO,CAAC;IAED;;;;;;;OAOG;IACI,oDAA0B,GAAjC,UAAkC,iBAAmE,EAAE,YAAoC;QAA3I,iBAEC;QADG,OAAO,IAAA,yBAAiB,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC,0BAA0B,CAAC,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,OAAO,IAAK,OAAA,OAAO,CAAC,KAAI,CAAC,KAAK,EAAE,KAAI,CAAC,QAAQ,CAAC,EAAlC,CAAkC,CAAC,CAAC;IACzN,CAAC;IAED;;;;;;;OAOG;IACI,gEAAsC,GAA7C,UAA8C,iBAA+E,EAAE,YAAoC;QAAnK,iBAEC;QADG,OAAO,IAAA,yBAAiB,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC,sCAAsC,CAAC,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,OAAO,IAAK,OAAA,OAAO,CAAC,KAAI,CAAC,KAAK,EAAE,KAAI,CAAC,QAAQ,CAAC,EAAlC,CAAkC,CAAC,CAAC;IACrO,CAAC;IAED;;;;;;;OAOG;IACI,sDAA4B,GAAnC,UAAoC,iBAAqE,EAAE,YAAoC;QAA/I,iBAEC;QADG,OAAO,IAAA,yBAAiB,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC,4BAA4B,CAAC,iBAAiB,CAAC,EAAE,EAAE,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,UAAC,OAAO,IAAK,OAAA,OAAO,CAAC,KAAI,CAAC,KAAK,EAAE,KAAI,CAAC,QAAQ,CAAC,EAAlC,CAAkC,CAAC,CAAC;IAC3N,CAAC;IACL,sBAAC;AAAD,CAAC,AA5DD,CAAqC,cAAO,GA4D3C;AA5DY,0CAAe"}