sailpoint-api-client 1.6.7 → 1.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v2025/api.js CHANGED
@@ -10364,25 +10364,23 @@ var AppsV2025ApiAxiosParamCreator = function (configuration) {
10364
10364
  /**
10365
10365
  * This endpoint creates a source app using the given source app payload
10366
10366
  * @summary Create source app
10367
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
10368
10367
  * @param {SourceAppCreateDtoV2025} sourceAppCreateDtoV2025
10368
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
10369
10369
  * @param {*} [axiosOptions] Override http request option.
10370
10370
  * @throws {RequiredError}
10371
10371
  */
10372
- createSourceApp: function (xSailPointExperimental, sourceAppCreateDtoV2025, axiosOptions) {
10372
+ createSourceApp: function (sourceAppCreateDtoV2025, xSailPointExperimental, axiosOptions) {
10373
10373
  if (axiosOptions === void 0) { axiosOptions = {}; }
10374
10374
  return __awaiter(_this, void 0, void 0, function () {
10375
10375
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
10376
10376
  return __generator(this, function (_a) {
10377
10377
  switch (_a.label) {
10378
10378
  case 0:
10379
+ // verify required parameter 'sourceAppCreateDtoV2025' is not null or undefined
10380
+ (0, common_1.assertParamExists)('createSourceApp', 'sourceAppCreateDtoV2025', sourceAppCreateDtoV2025);
10379
10381
  if (xSailPointExperimental === undefined) {
10380
10382
  xSailPointExperimental = 'true';
10381
10383
  }
10382
- // verify required parameter 'xSailPointExperimental' is not null or undefined
10383
- (0, common_1.assertParamExists)('createSourceApp', 'xSailPointExperimental', xSailPointExperimental);
10384
- // verify required parameter 'sourceAppCreateDtoV2025' is not null or undefined
10385
- (0, common_1.assertParamExists)('createSourceApp', 'sourceAppCreateDtoV2025', sourceAppCreateDtoV2025);
10386
10384
  localVarPath = "/source-apps";
10387
10385
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
10388
10386
  if (configuration) {
@@ -10497,7 +10495,7 @@ var AppsV2025ApiAxiosParamCreator = function (configuration) {
10497
10495
  * Use this API to delete a specific source app
10498
10496
  * @summary Delete source app by id
10499
10497
  * @param {string} id source app ID.
10500
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
10498
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
10501
10499
  * @param {*} [axiosOptions] Override http request option.
10502
10500
  * @throws {RequiredError}
10503
10501
  */
@@ -10513,8 +10511,6 @@ var AppsV2025ApiAxiosParamCreator = function (configuration) {
10513
10511
  if (xSailPointExperimental === undefined) {
10514
10512
  xSailPointExperimental = 'true';
10515
10513
  }
10516
- // verify required parameter 'xSailPointExperimental' is not null or undefined
10517
- (0, common_1.assertParamExists)('deleteSourceApp', 'xSailPointExperimental', xSailPointExperimental);
10518
10514
  localVarPath = "/source-apps/{id}"
10519
10515
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
10520
10516
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -11133,7 +11129,7 @@ var AppsV2025ApiAxiosParamCreator = function (configuration) {
11133
11129
  * This API updates an existing source app using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **name**, **description**, **enabled**, **owner**, **provisionRequestEnabled**, **appCenterEnabled**, **accountSource**, **matchAllAccounts** and **accessProfiles**. Name, description and owner can\'t be empty or null.
11134
11130
  * @summary Patch source app by id
11135
11131
  * @param {string} id ID of the source app to patch
11136
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
11132
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
11137
11133
  * @param {Array<JsonPatchOperationV2025>} [jsonPatchOperationV2025]
11138
11134
  * @param {*} [axiosOptions] Override http request option.
11139
11135
  * @throws {RequiredError}
@@ -11150,8 +11146,6 @@ var AppsV2025ApiAxiosParamCreator = function (configuration) {
11150
11146
  if (xSailPointExperimental === undefined) {
11151
11147
  xSailPointExperimental = 'true';
11152
11148
  }
11153
- // verify required parameter 'xSailPointExperimental' is not null or undefined
11154
- (0, common_1.assertParamExists)('patchSourceApp', 'xSailPointExperimental', xSailPointExperimental);
11155
11149
  localVarPath = "/source-apps/{id}"
11156
11150
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
11157
11151
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -11329,18 +11323,18 @@ var AppsV2025ApiFp = function (configuration) {
11329
11323
  /**
11330
11324
  * This endpoint creates a source app using the given source app payload
11331
11325
  * @summary Create source app
11332
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
11333
11326
  * @param {SourceAppCreateDtoV2025} sourceAppCreateDtoV2025
11327
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
11334
11328
  * @param {*} [axiosOptions] Override http request option.
11335
11329
  * @throws {RequiredError}
11336
11330
  */
11337
- createSourceApp: function (xSailPointExperimental, sourceAppCreateDtoV2025, axiosOptions) {
11331
+ createSourceApp: function (sourceAppCreateDtoV2025, xSailPointExperimental, axiosOptions) {
11338
11332
  var _a, _b, _c;
11339
11333
  return __awaiter(this, void 0, void 0, function () {
11340
11334
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
11341
11335
  return __generator(this, function (_d) {
11342
11336
  switch (_d.label) {
11343
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createSourceApp(xSailPointExperimental, sourceAppCreateDtoV2025, axiosOptions)];
11337
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createSourceApp(sourceAppCreateDtoV2025, xSailPointExperimental, axiosOptions)];
11344
11338
  case 1:
11345
11339
  localVarAxiosArgs = _d.sent();
11346
11340
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -11380,7 +11374,7 @@ var AppsV2025ApiFp = function (configuration) {
11380
11374
  * Use this API to delete a specific source app
11381
11375
  * @summary Delete source app by id
11382
11376
  * @param {string} id source app ID.
11383
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
11377
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
11384
11378
  * @param {*} [axiosOptions] Override http request option.
11385
11379
  * @throws {RequiredError}
11386
11380
  */
@@ -11619,7 +11613,7 @@ var AppsV2025ApiFp = function (configuration) {
11619
11613
  * This API updates an existing source app using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **name**, **description**, **enabled**, **owner**, **provisionRequestEnabled**, **appCenterEnabled**, **accountSource**, **matchAllAccounts** and **accessProfiles**. Name, description and owner can\'t be empty or null.
11620
11614
  * @summary Patch source app by id
11621
11615
  * @param {string} id ID of the source app to patch
11622
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
11616
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
11623
11617
  * @param {Array<JsonPatchOperationV2025>} [jsonPatchOperationV2025]
11624
11618
  * @param {*} [axiosOptions] Override http request option.
11625
11619
  * @throws {RequiredError}
@@ -11707,7 +11701,7 @@ var AppsV2025ApiFactory = function (configuration, basePath, axios) {
11707
11701
  * @throws {RequiredError}
11708
11702
  */
11709
11703
  createSourceApp: function (requestParameters, axiosOptions) {
11710
- return localVarFp.createSourceApp(requestParameters.xSailPointExperimental, requestParameters.sourceAppCreateDtoV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
11704
+ return localVarFp.createSourceApp(requestParameters.sourceAppCreateDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
11711
11705
  },
11712
11706
  /**
11713
11707
  * This API returns the final list of access profiles for the specified source app after removing
@@ -11868,7 +11862,7 @@ var AppsV2025Api = /** @class */ (function (_super) {
11868
11862
  */
11869
11863
  AppsV2025Api.prototype.createSourceApp = function (requestParameters, axiosOptions) {
11870
11864
  var _this = this;
11871
- return (0, exports.AppsV2025ApiFp)(this.configuration).createSourceApp(requestParameters.xSailPointExperimental, requestParameters.sourceAppCreateDtoV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
11865
+ return (0, exports.AppsV2025ApiFp)(this.configuration).createSourceApp(requestParameters.sourceAppCreateDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
11872
11866
  };
11873
11867
  /**
11874
11868
  * This API returns the final list of access profiles for the specified source app after removing
@@ -12161,12 +12155,12 @@ var AuthProfileV2025ApiAxiosParamCreator = function (configuration) {
12161
12155
  * This API updates an existing Auth Profile. The following fields are patchable: **offNetwork**, **untrustedGeography**, **applicationId**, **applicationName**, **type**
12162
12156
  * @summary Patch a specified auth profile
12163
12157
  * @param {string} id ID of the Auth Profile to patch.
12164
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
12165
12158
  * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025
12159
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
12166
12160
  * @param {*} [axiosOptions] Override http request option.
12167
12161
  * @throws {RequiredError}
12168
12162
  */
12169
- patchProfileConfig: function (id, xSailPointExperimental, jsonPatchOperationV2025, axiosOptions) {
12163
+ patchProfileConfig: function (id, jsonPatchOperationV2025, xSailPointExperimental, axiosOptions) {
12170
12164
  if (axiosOptions === void 0) { axiosOptions = {}; }
12171
12165
  return __awaiter(_this, void 0, void 0, function () {
12172
12166
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -12175,13 +12169,11 @@ var AuthProfileV2025ApiAxiosParamCreator = function (configuration) {
12175
12169
  case 0:
12176
12170
  // verify required parameter 'id' is not null or undefined
12177
12171
  (0, common_1.assertParamExists)('patchProfileConfig', 'id', id);
12172
+ // verify required parameter 'jsonPatchOperationV2025' is not null or undefined
12173
+ (0, common_1.assertParamExists)('patchProfileConfig', 'jsonPatchOperationV2025', jsonPatchOperationV2025);
12178
12174
  if (xSailPointExperimental === undefined) {
12179
12175
  xSailPointExperimental = 'true';
12180
12176
  }
12181
- // verify required parameter 'xSailPointExperimental' is not null or undefined
12182
- (0, common_1.assertParamExists)('patchProfileConfig', 'xSailPointExperimental', xSailPointExperimental);
12183
- // verify required parameter 'jsonPatchOperationV2025' is not null or undefined
12184
- (0, common_1.assertParamExists)('patchProfileConfig', 'jsonPatchOperationV2025', jsonPatchOperationV2025);
12185
12177
  localVarPath = "/auth-profiles/{id}"
12186
12178
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
12187
12179
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -12285,18 +12277,18 @@ var AuthProfileV2025ApiFp = function (configuration) {
12285
12277
  * This API updates an existing Auth Profile. The following fields are patchable: **offNetwork**, **untrustedGeography**, **applicationId**, **applicationName**, **type**
12286
12278
  * @summary Patch a specified auth profile
12287
12279
  * @param {string} id ID of the Auth Profile to patch.
12288
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
12289
12280
  * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025
12281
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
12290
12282
  * @param {*} [axiosOptions] Override http request option.
12291
12283
  * @throws {RequiredError}
12292
12284
  */
12293
- patchProfileConfig: function (id, xSailPointExperimental, jsonPatchOperationV2025, axiosOptions) {
12285
+ patchProfileConfig: function (id, jsonPatchOperationV2025, xSailPointExperimental, axiosOptions) {
12294
12286
  var _a, _b, _c;
12295
12287
  return __awaiter(this, void 0, void 0, function () {
12296
12288
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
12297
12289
  return __generator(this, function (_d) {
12298
12290
  switch (_d.label) {
12299
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchProfileConfig(id, xSailPointExperimental, jsonPatchOperationV2025, axiosOptions)];
12291
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchProfileConfig(id, jsonPatchOperationV2025, xSailPointExperimental, axiosOptions)];
12300
12292
  case 1:
12301
12293
  localVarAxiosArgs = _d.sent();
12302
12294
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -12345,7 +12337,7 @@ var AuthProfileV2025ApiFactory = function (configuration, basePath, axios) {
12345
12337
  * @throws {RequiredError}
12346
12338
  */
12347
12339
  patchProfileConfig: function (requestParameters, axiosOptions) {
12348
- return localVarFp.patchProfileConfig(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
12340
+ return localVarFp.patchProfileConfig(requestParameters.id, requestParameters.jsonPatchOperationV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
12349
12341
  },
12350
12342
  };
12351
12343
  };
@@ -12396,7 +12388,7 @@ var AuthProfileV2025Api = /** @class */ (function (_super) {
12396
12388
  */
12397
12389
  AuthProfileV2025Api.prototype.patchProfileConfig = function (requestParameters, axiosOptions) {
12398
12390
  var _this = this;
12399
- return (0, exports.AuthProfileV2025ApiFp)(this.configuration).patchProfileConfig(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
12391
+ return (0, exports.AuthProfileV2025ApiFp)(this.configuration).patchProfileConfig(requestParameters.id, requestParameters.jsonPatchOperationV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
12400
12392
  };
12401
12393
  return AuthProfileV2025Api;
12402
12394
  }(base_1.BaseAPI));
@@ -25085,12 +25077,12 @@ var CustomPasswordInstructionsV2025ApiAxiosParamCreator = function (configuratio
25085
25077
  * This API delete the custom password instructions for the specified page ID.
25086
25078
  * @summary Delete custom password instructions by page id
25087
25079
  * @param {DeleteCustomPasswordInstructionsPageIdV2025} pageId The page ID of custom password instructions to delete.
25088
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25089
25080
  * @param {string} [locale] The locale for the custom instructions, a BCP47 language tag. The default value is \\\&quot;default\\\&quot;.
25081
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
25090
25082
  * @param {*} [axiosOptions] Override http request option.
25091
25083
  * @throws {RequiredError}
25092
25084
  */
25093
- deleteCustomPasswordInstructions: function (pageId, xSailPointExperimental, locale, axiosOptions) {
25085
+ deleteCustomPasswordInstructions: function (pageId, locale, xSailPointExperimental, axiosOptions) {
25094
25086
  if (axiosOptions === void 0) { axiosOptions = {}; }
25095
25087
  return __awaiter(_this, void 0, void 0, function () {
25096
25088
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -25102,8 +25094,6 @@ var CustomPasswordInstructionsV2025ApiAxiosParamCreator = function (configuratio
25102
25094
  if (xSailPointExperimental === undefined) {
25103
25095
  xSailPointExperimental = 'true';
25104
25096
  }
25105
- // verify required parameter 'xSailPointExperimental' is not null or undefined
25106
- (0, common_1.assertParamExists)('deleteCustomPasswordInstructions', 'xSailPointExperimental', xSailPointExperimental);
25107
25097
  localVarPath = "/custom-password-instructions/{pageId}"
25108
25098
  .replace("{".concat("pageId", "}"), encodeURIComponent(String(pageId)));
25109
25099
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -25249,18 +25239,18 @@ var CustomPasswordInstructionsV2025ApiFp = function (configuration) {
25249
25239
  * This API delete the custom password instructions for the specified page ID.
25250
25240
  * @summary Delete custom password instructions by page id
25251
25241
  * @param {DeleteCustomPasswordInstructionsPageIdV2025} pageId The page ID of custom password instructions to delete.
25252
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25253
25242
  * @param {string} [locale] The locale for the custom instructions, a BCP47 language tag. The default value is \\\&quot;default\\\&quot;.
25243
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
25254
25244
  * @param {*} [axiosOptions] Override http request option.
25255
25245
  * @throws {RequiredError}
25256
25246
  */
25257
- deleteCustomPasswordInstructions: function (pageId, xSailPointExperimental, locale, axiosOptions) {
25247
+ deleteCustomPasswordInstructions: function (pageId, locale, xSailPointExperimental, axiosOptions) {
25258
25248
  var _a, _b, _c;
25259
25249
  return __awaiter(this, void 0, void 0, function () {
25260
25250
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
25261
25251
  return __generator(this, function (_d) {
25262
25252
  switch (_d.label) {
25263
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteCustomPasswordInstructions(pageId, xSailPointExperimental, locale, axiosOptions)];
25253
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteCustomPasswordInstructions(pageId, locale, xSailPointExperimental, axiosOptions)];
25264
25254
  case 1:
25265
25255
  localVarAxiosArgs = _d.sent();
25266
25256
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -25323,7 +25313,7 @@ var CustomPasswordInstructionsV2025ApiFactory = function (configuration, basePat
25323
25313
  * @throws {RequiredError}
25324
25314
  */
25325
25315
  deleteCustomPasswordInstructions: function (requestParameters, axiosOptions) {
25326
- return localVarFp.deleteCustomPasswordInstructions(requestParameters.pageId, requestParameters.xSailPointExperimental, requestParameters.locale, axiosOptions).then(function (request) { return request(axios, basePath); });
25316
+ return localVarFp.deleteCustomPasswordInstructions(requestParameters.pageId, requestParameters.locale, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
25327
25317
  },
25328
25318
  /**
25329
25319
  * This API returns the custom password instructions for the specified page ID.
@@ -25371,7 +25361,7 @@ var CustomPasswordInstructionsV2025Api = /** @class */ (function (_super) {
25371
25361
  */
25372
25362
  CustomPasswordInstructionsV2025Api.prototype.deleteCustomPasswordInstructions = function (requestParameters, axiosOptions) {
25373
25363
  var _this = this;
25374
- return (0, exports.CustomPasswordInstructionsV2025ApiFp)(this.configuration).deleteCustomPasswordInstructions(requestParameters.pageId, requestParameters.xSailPointExperimental, requestParameters.locale, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
25364
+ return (0, exports.CustomPasswordInstructionsV2025ApiFp)(this.configuration).deleteCustomPasswordInstructions(requestParameters.pageId, requestParameters.locale, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
25375
25365
  };
25376
25366
  /**
25377
25367
  * This API returns the custom password instructions for the specified page ID.
@@ -25493,25 +25483,23 @@ var CustomUserLevelsV2025ApiAxiosParamCreator = function (configuration) {
25493
25483
  /**
25494
25484
  * Deletes a specific user level by its ID.
25495
25485
  * @summary Delete a user level
25496
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25497
25486
  * @param {string} id The unique identifier of the user level.
25487
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
25498
25488
  * @param {*} [axiosOptions] Override http request option.
25499
25489
  * @throws {RequiredError}
25500
25490
  */
25501
- deleteUserLevel: function (xSailPointExperimental, id, axiosOptions) {
25491
+ deleteUserLevel: function (id, xSailPointExperimental, axiosOptions) {
25502
25492
  if (axiosOptions === void 0) { axiosOptions = {}; }
25503
25493
  return __awaiter(_this, void 0, void 0, function () {
25504
25494
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
25505
25495
  return __generator(this, function (_a) {
25506
25496
  switch (_a.label) {
25507
25497
  case 0:
25498
+ // verify required parameter 'id' is not null or undefined
25499
+ (0, common_1.assertParamExists)('deleteUserLevel', 'id', id);
25508
25500
  if (xSailPointExperimental === undefined) {
25509
25501
  xSailPointExperimental = 'true';
25510
25502
  }
25511
- // verify required parameter 'xSailPointExperimental' is not null or undefined
25512
- (0, common_1.assertParamExists)('deleteUserLevel', 'xSailPointExperimental', xSailPointExperimental);
25513
- // verify required parameter 'id' is not null or undefined
25514
- (0, common_1.assertParamExists)('deleteUserLevel', 'id', id);
25515
25503
  localVarPath = "/authorization/custom-user-levels/{id}"
25516
25504
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
25517
25505
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -25687,7 +25675,7 @@ var CustomUserLevelsV2025ApiAxiosParamCreator = function (configuration) {
25687
25675
  /**
25688
25676
  * Retrieves a list of user levels for the tenant.
25689
25677
  * @summary List user levels
25690
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25678
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
25691
25679
  * @param {ListUserLevelsDetailLevelV2025} [detailLevel] Specifies the level of detail for the user levels.
25692
25680
  * @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: **name**: *co* **owner**: *co* **status**: *eq*
25693
25681
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, created**
@@ -25706,8 +25694,6 @@ var CustomUserLevelsV2025ApiAxiosParamCreator = function (configuration) {
25706
25694
  if (xSailPointExperimental === undefined) {
25707
25695
  xSailPointExperimental = 'true';
25708
25696
  }
25709
- // verify required parameter 'xSailPointExperimental' is not null or undefined
25710
- (0, common_1.assertParamExists)('listUserLevels', 'xSailPointExperimental', xSailPointExperimental);
25711
25697
  localVarPath = "/authorization/custom-user-levels";
25712
25698
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
25713
25699
  if (configuration) {
@@ -25825,28 +25811,26 @@ var CustomUserLevelsV2025ApiAxiosParamCreator = function (configuration) {
25825
25811
  /**
25826
25812
  * Updates the details of a specific user level using JSON Patch.
25827
25813
  * @summary Update a user level
25828
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25829
25814
  * @param {string} id The unique identifier of the user level.
25830
25815
  * @param {JsonPatchV2025} jsonPatchV2025 JSON Patch payload for updating the user level.
25816
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
25831
25817
  * @param {*} [axiosOptions] Override http request option.
25832
25818
  * @throws {RequiredError}
25833
25819
  */
25834
- updateUserLevel: function (xSailPointExperimental, id, jsonPatchV2025, axiosOptions) {
25820
+ updateUserLevel: function (id, jsonPatchV2025, xSailPointExperimental, axiosOptions) {
25835
25821
  if (axiosOptions === void 0) { axiosOptions = {}; }
25836
25822
  return __awaiter(_this, void 0, void 0, function () {
25837
25823
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
25838
25824
  return __generator(this, function (_a) {
25839
25825
  switch (_a.label) {
25840
25826
  case 0:
25841
- if (xSailPointExperimental === undefined) {
25842
- xSailPointExperimental = 'true';
25843
- }
25844
- // verify required parameter 'xSailPointExperimental' is not null or undefined
25845
- (0, common_1.assertParamExists)('updateUserLevel', 'xSailPointExperimental', xSailPointExperimental);
25846
25827
  // verify required parameter 'id' is not null or undefined
25847
25828
  (0, common_1.assertParamExists)('updateUserLevel', 'id', id);
25848
25829
  // verify required parameter 'jsonPatchV2025' is not null or undefined
25849
25830
  (0, common_1.assertParamExists)('updateUserLevel', 'jsonPatchV2025', jsonPatchV2025);
25831
+ if (xSailPointExperimental === undefined) {
25832
+ xSailPointExperimental = 'true';
25833
+ }
25850
25834
  localVarPath = "/authorization/custom-user-levels/{id}"
25851
25835
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
25852
25836
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -25926,18 +25910,18 @@ var CustomUserLevelsV2025ApiFp = function (configuration) {
25926
25910
  /**
25927
25911
  * Deletes a specific user level by its ID.
25928
25912
  * @summary Delete a user level
25929
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25930
25913
  * @param {string} id The unique identifier of the user level.
25914
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
25931
25915
  * @param {*} [axiosOptions] Override http request option.
25932
25916
  * @throws {RequiredError}
25933
25917
  */
25934
- deleteUserLevel: function (xSailPointExperimental, id, axiosOptions) {
25918
+ deleteUserLevel: function (id, xSailPointExperimental, axiosOptions) {
25935
25919
  var _a, _b, _c;
25936
25920
  return __awaiter(this, void 0, void 0, function () {
25937
25921
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
25938
25922
  return __generator(this, function (_d) {
25939
25923
  switch (_d.label) {
25940
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteUserLevel(xSailPointExperimental, id, axiosOptions)];
25924
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteUserLevel(id, xSailPointExperimental, axiosOptions)];
25941
25925
  case 1:
25942
25926
  localVarAxiosArgs = _d.sent();
25943
25927
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -26001,7 +25985,7 @@ var CustomUserLevelsV2025ApiFp = function (configuration) {
26001
25985
  /**
26002
25986
  * Retrieves a list of user levels for the tenant.
26003
25987
  * @summary List user levels
26004
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25988
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
26005
25989
  * @param {ListUserLevelsDetailLevelV2025} [detailLevel] Specifies the level of detail for the user levels.
26006
25990
  * @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: **name**: *co* **owner**: *co* **status**: *eq*
26007
25991
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, created**
@@ -26053,19 +26037,19 @@ var CustomUserLevelsV2025ApiFp = function (configuration) {
26053
26037
  /**
26054
26038
  * Updates the details of a specific user level using JSON Patch.
26055
26039
  * @summary Update a user level
26056
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
26057
26040
  * @param {string} id The unique identifier of the user level.
26058
26041
  * @param {JsonPatchV2025} jsonPatchV2025 JSON Patch payload for updating the user level.
26042
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
26059
26043
  * @param {*} [axiosOptions] Override http request option.
26060
26044
  * @throws {RequiredError}
26061
26045
  */
26062
- updateUserLevel: function (xSailPointExperimental, id, jsonPatchV2025, axiosOptions) {
26046
+ updateUserLevel: function (id, jsonPatchV2025, xSailPointExperimental, axiosOptions) {
26063
26047
  var _a, _b, _c;
26064
26048
  return __awaiter(this, void 0, void 0, function () {
26065
26049
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
26066
26050
  return __generator(this, function (_d) {
26067
26051
  switch (_d.label) {
26068
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateUserLevel(xSailPointExperimental, id, jsonPatchV2025, axiosOptions)];
26052
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateUserLevel(id, jsonPatchV2025, xSailPointExperimental, axiosOptions)];
26069
26053
  case 1:
26070
26054
  localVarAxiosArgs = _d.sent();
26071
26055
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -26103,7 +26087,7 @@ var CustomUserLevelsV2025ApiFactory = function (configuration, basePath, axios)
26103
26087
  * @throws {RequiredError}
26104
26088
  */
26105
26089
  deleteUserLevel: function (requestParameters, axiosOptions) {
26106
- return localVarFp.deleteUserLevel(requestParameters.xSailPointExperimental, requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
26090
+ return localVarFp.deleteUserLevel(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
26107
26091
  },
26108
26092
  /**
26109
26093
  * Fetches the details of a specific user level by its ID.
@@ -26134,6 +26118,7 @@ var CustomUserLevelsV2025ApiFactory = function (configuration, basePath, axios)
26134
26118
  * @throws {RequiredError}
26135
26119
  */
26136
26120
  listUserLevels: function (requestParameters, axiosOptions) {
26121
+ if (requestParameters === void 0) { requestParameters = {}; }
26137
26122
  return localVarFp.listUserLevels(requestParameters.xSailPointExperimental, requestParameters.detailLevel, requestParameters.filters, requestParameters.sorters, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
26138
26123
  },
26139
26124
  /**
@@ -26154,7 +26139,7 @@ var CustomUserLevelsV2025ApiFactory = function (configuration, basePath, axios)
26154
26139
  * @throws {RequiredError}
26155
26140
  */
26156
26141
  updateUserLevel: function (requestParameters, axiosOptions) {
26157
- return localVarFp.updateUserLevel(requestParameters.xSailPointExperimental, requestParameters.id, requestParameters.jsonPatchV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
26142
+ return localVarFp.updateUserLevel(requestParameters.id, requestParameters.jsonPatchV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
26158
26143
  },
26159
26144
  };
26160
26145
  };
@@ -26192,7 +26177,7 @@ var CustomUserLevelsV2025Api = /** @class */ (function (_super) {
26192
26177
  */
26193
26178
  CustomUserLevelsV2025Api.prototype.deleteUserLevel = function (requestParameters, axiosOptions) {
26194
26179
  var _this = this;
26195
- return (0, exports.CustomUserLevelsV2025ApiFp)(this.configuration).deleteUserLevel(requestParameters.xSailPointExperimental, requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
26180
+ return (0, exports.CustomUserLevelsV2025ApiFp)(this.configuration).deleteUserLevel(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
26196
26181
  };
26197
26182
  /**
26198
26183
  * Fetches the details of a specific user level by its ID.
@@ -26229,6 +26214,7 @@ var CustomUserLevelsV2025Api = /** @class */ (function (_super) {
26229
26214
  */
26230
26215
  CustomUserLevelsV2025Api.prototype.listUserLevels = function (requestParameters, axiosOptions) {
26231
26216
  var _this = this;
26217
+ if (requestParameters === void 0) { requestParameters = {}; }
26232
26218
  return (0, exports.CustomUserLevelsV2025ApiFp)(this.configuration).listUserLevels(requestParameters.xSailPointExperimental, requestParameters.detailLevel, requestParameters.filters, requestParameters.sorters, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
26233
26219
  };
26234
26220
  /**
@@ -26253,7 +26239,7 @@ var CustomUserLevelsV2025Api = /** @class */ (function (_super) {
26253
26239
  */
26254
26240
  CustomUserLevelsV2025Api.prototype.updateUserLevel = function (requestParameters, axiosOptions) {
26255
26241
  var _this = this;
26256
- return (0, exports.CustomUserLevelsV2025ApiFp)(this.configuration).updateUserLevel(requestParameters.xSailPointExperimental, requestParameters.id, requestParameters.jsonPatchV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
26242
+ return (0, exports.CustomUserLevelsV2025ApiFp)(this.configuration).updateUserLevel(requestParameters.id, requestParameters.jsonPatchV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
26257
26243
  };
26258
26244
  return CustomUserLevelsV2025Api;
26259
26245
  }(base_1.BaseAPI));
@@ -26340,12 +26326,12 @@ var DataSegmentationV2025ApiAxiosParamCreator = function (configuration) {
26340
26326
  * This API deletes the segment specified by the given ID.
26341
26327
  * @summary Delete segment by id
26342
26328
  * @param {string} id The segment ID to delete.
26343
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
26344
26329
  * @param {boolean} [published] This determines which version of the segment to delete
26330
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
26345
26331
  * @param {*} [axiosOptions] Override http request option.
26346
26332
  * @throws {RequiredError}
26347
26333
  */
26348
- deleteDataSegment: function (id, xSailPointExperimental, published, axiosOptions) {
26334
+ deleteDataSegment: function (id, published, xSailPointExperimental, axiosOptions) {
26349
26335
  if (axiosOptions === void 0) { axiosOptions = {}; }
26350
26336
  return __awaiter(_this, void 0, void 0, function () {
26351
26337
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -26357,8 +26343,6 @@ var DataSegmentationV2025ApiAxiosParamCreator = function (configuration) {
26357
26343
  if (xSailPointExperimental === undefined) {
26358
26344
  xSailPointExperimental = 'true';
26359
26345
  }
26360
- // verify required parameter 'xSailPointExperimental' is not null or undefined
26361
- (0, common_1.assertParamExists)('deleteDataSegment', 'xSailPointExperimental', xSailPointExperimental);
26362
26346
  localVarPath = "/data-segments/{segmentId}"
26363
26347
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
26364
26348
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -26720,12 +26704,12 @@ var DataSegmentationV2025ApiAxiosParamCreator = function (configuration) {
26720
26704
  * Use this API to update segment fields by using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
26721
26705
  * @summary Update segment
26722
26706
  * @param {string} id The segment ID to modify.
26723
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
26724
26707
  * @param {Array<object>} requestBody A list of segment update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * name * description * membership * memberFilter * memberSelection * scopes * enabled
26708
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
26725
26709
  * @param {*} [axiosOptions] Override http request option.
26726
26710
  * @throws {RequiredError}
26727
26711
  */
26728
- patchDataSegment: function (id, xSailPointExperimental, requestBody, axiosOptions) {
26712
+ patchDataSegment: function (id, requestBody, xSailPointExperimental, axiosOptions) {
26729
26713
  if (axiosOptions === void 0) { axiosOptions = {}; }
26730
26714
  return __awaiter(_this, void 0, void 0, function () {
26731
26715
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -26734,13 +26718,11 @@ var DataSegmentationV2025ApiAxiosParamCreator = function (configuration) {
26734
26718
  case 0:
26735
26719
  // verify required parameter 'id' is not null or undefined
26736
26720
  (0, common_1.assertParamExists)('patchDataSegment', 'id', id);
26721
+ // verify required parameter 'requestBody' is not null or undefined
26722
+ (0, common_1.assertParamExists)('patchDataSegment', 'requestBody', requestBody);
26737
26723
  if (xSailPointExperimental === undefined) {
26738
26724
  xSailPointExperimental = 'true';
26739
26725
  }
26740
- // verify required parameter 'xSailPointExperimental' is not null or undefined
26741
- (0, common_1.assertParamExists)('patchDataSegment', 'xSailPointExperimental', xSailPointExperimental);
26742
- // verify required parameter 'requestBody' is not null or undefined
26743
- (0, common_1.assertParamExists)('patchDataSegment', 'requestBody', requestBody);
26744
26726
  localVarPath = "/data-segments/{segmentId}"
26745
26727
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
26746
26728
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -26796,26 +26778,24 @@ var DataSegmentationV2025ApiAxiosParamCreator = function (configuration) {
26796
26778
  /**
26797
26779
  * This will publish the segment so that it starts applying the segmentation to the desired users if enabled
26798
26780
  * @summary Publish segment by id
26799
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
26800
26781
  * @param {Array<string>} requestBody A list of segment ids that you wish to publish
26801
26782
  * @param {boolean} [publishAll] This flag decides whether you want to publish all unpublished or a list of specific segment ids
26783
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
26802
26784
  * @param {*} [axiosOptions] Override http request option.
26803
26785
  * @throws {RequiredError}
26804
26786
  */
26805
- publishDataSegment: function (xSailPointExperimental, requestBody, publishAll, axiosOptions) {
26787
+ publishDataSegment: function (requestBody, publishAll, xSailPointExperimental, axiosOptions) {
26806
26788
  if (axiosOptions === void 0) { axiosOptions = {}; }
26807
26789
  return __awaiter(_this, void 0, void 0, function () {
26808
26790
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
26809
26791
  return __generator(this, function (_a) {
26810
26792
  switch (_a.label) {
26811
26793
  case 0:
26794
+ // verify required parameter 'requestBody' is not null or undefined
26795
+ (0, common_1.assertParamExists)('publishDataSegment', 'requestBody', requestBody);
26812
26796
  if (xSailPointExperimental === undefined) {
26813
26797
  xSailPointExperimental = 'true';
26814
26798
  }
26815
- // verify required parameter 'xSailPointExperimental' is not null or undefined
26816
- (0, common_1.assertParamExists)('publishDataSegment', 'xSailPointExperimental', xSailPointExperimental);
26817
- // verify required parameter 'requestBody' is not null or undefined
26818
- (0, common_1.assertParamExists)('publishDataSegment', 'requestBody', requestBody);
26819
26799
  localVarPath = "/data-segments/{segmentId}";
26820
26800
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
26821
26801
  if (configuration) {
@@ -26907,18 +26887,18 @@ var DataSegmentationV2025ApiFp = function (configuration) {
26907
26887
  * This API deletes the segment specified by the given ID.
26908
26888
  * @summary Delete segment by id
26909
26889
  * @param {string} id The segment ID to delete.
26910
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
26911
26890
  * @param {boolean} [published] This determines which version of the segment to delete
26891
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
26912
26892
  * @param {*} [axiosOptions] Override http request option.
26913
26893
  * @throws {RequiredError}
26914
26894
  */
26915
- deleteDataSegment: function (id, xSailPointExperimental, published, axiosOptions) {
26895
+ deleteDataSegment: function (id, published, xSailPointExperimental, axiosOptions) {
26916
26896
  var _a, _b, _c;
26917
26897
  return __awaiter(this, void 0, void 0, function () {
26918
26898
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
26919
26899
  return __generator(this, function (_d) {
26920
26900
  switch (_d.label) {
26921
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteDataSegment(id, xSailPointExperimental, published, axiosOptions)];
26901
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteDataSegment(id, published, xSailPointExperimental, axiosOptions)];
26922
26902
  case 1:
26923
26903
  localVarAxiosArgs = _d.sent();
26924
26904
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -27034,18 +27014,18 @@ var DataSegmentationV2025ApiFp = function (configuration) {
27034
27014
  * Use this API to update segment fields by using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
27035
27015
  * @summary Update segment
27036
27016
  * @param {string} id The segment ID to modify.
27037
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
27038
27017
  * @param {Array<object>} requestBody A list of segment update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * name * description * membership * memberFilter * memberSelection * scopes * enabled
27018
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
27039
27019
  * @param {*} [axiosOptions] Override http request option.
27040
27020
  * @throws {RequiredError}
27041
27021
  */
27042
- patchDataSegment: function (id, xSailPointExperimental, requestBody, axiosOptions) {
27022
+ patchDataSegment: function (id, requestBody, xSailPointExperimental, axiosOptions) {
27043
27023
  var _a, _b, _c;
27044
27024
  return __awaiter(this, void 0, void 0, function () {
27045
27025
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
27046
27026
  return __generator(this, function (_d) {
27047
27027
  switch (_d.label) {
27048
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchDataSegment(id, xSailPointExperimental, requestBody, axiosOptions)];
27028
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchDataSegment(id, requestBody, xSailPointExperimental, axiosOptions)];
27049
27029
  case 1:
27050
27030
  localVarAxiosArgs = _d.sent();
27051
27031
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -27058,19 +27038,19 @@ var DataSegmentationV2025ApiFp = function (configuration) {
27058
27038
  /**
27059
27039
  * This will publish the segment so that it starts applying the segmentation to the desired users if enabled
27060
27040
  * @summary Publish segment by id
27061
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
27062
27041
  * @param {Array<string>} requestBody A list of segment ids that you wish to publish
27063
27042
  * @param {boolean} [publishAll] This flag decides whether you want to publish all unpublished or a list of specific segment ids
27043
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
27064
27044
  * @param {*} [axiosOptions] Override http request option.
27065
27045
  * @throws {RequiredError}
27066
27046
  */
27067
- publishDataSegment: function (xSailPointExperimental, requestBody, publishAll, axiosOptions) {
27047
+ publishDataSegment: function (requestBody, publishAll, xSailPointExperimental, axiosOptions) {
27068
27048
  var _a, _b, _c;
27069
27049
  return __awaiter(this, void 0, void 0, function () {
27070
27050
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
27071
27051
  return __generator(this, function (_d) {
27072
27052
  switch (_d.label) {
27073
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.publishDataSegment(xSailPointExperimental, requestBody, publishAll, axiosOptions)];
27053
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.publishDataSegment(requestBody, publishAll, xSailPointExperimental, axiosOptions)];
27074
27054
  case 1:
27075
27055
  localVarAxiosArgs = _d.sent();
27076
27056
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -27108,7 +27088,7 @@ var DataSegmentationV2025ApiFactory = function (configuration, basePath, axios)
27108
27088
  * @throws {RequiredError}
27109
27089
  */
27110
27090
  deleteDataSegment: function (requestParameters, axiosOptions) {
27111
- return localVarFp.deleteDataSegment(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.published, axiosOptions).then(function (request) { return request(axios, basePath); });
27091
+ return localVarFp.deleteDataSegment(requestParameters.id, requestParameters.published, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
27112
27092
  },
27113
27093
  /**
27114
27094
  * This API returns the segment specified by the given ID.
@@ -27159,7 +27139,7 @@ var DataSegmentationV2025ApiFactory = function (configuration, basePath, axios)
27159
27139
  * @throws {RequiredError}
27160
27140
  */
27161
27141
  patchDataSegment: function (requestParameters, axiosOptions) {
27162
- return localVarFp.patchDataSegment(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(axios, basePath); });
27142
+ return localVarFp.patchDataSegment(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
27163
27143
  },
27164
27144
  /**
27165
27145
  * This will publish the segment so that it starts applying the segmentation to the desired users if enabled
@@ -27169,7 +27149,7 @@ var DataSegmentationV2025ApiFactory = function (configuration, basePath, axios)
27169
27149
  * @throws {RequiredError}
27170
27150
  */
27171
27151
  publishDataSegment: function (requestParameters, axiosOptions) {
27172
- return localVarFp.publishDataSegment(requestParameters.xSailPointExperimental, requestParameters.requestBody, requestParameters.publishAll, axiosOptions).then(function (request) { return request(axios, basePath); });
27152
+ return localVarFp.publishDataSegment(requestParameters.requestBody, requestParameters.publishAll, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
27173
27153
  },
27174
27154
  };
27175
27155
  };
@@ -27207,7 +27187,7 @@ var DataSegmentationV2025Api = /** @class */ (function (_super) {
27207
27187
  */
27208
27188
  DataSegmentationV2025Api.prototype.deleteDataSegment = function (requestParameters, axiosOptions) {
27209
27189
  var _this = this;
27210
- return (0, exports.DataSegmentationV2025ApiFp)(this.configuration).deleteDataSegment(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.published, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
27190
+ return (0, exports.DataSegmentationV2025ApiFp)(this.configuration).deleteDataSegment(requestParameters.id, requestParameters.published, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
27211
27191
  };
27212
27192
  /**
27213
27193
  * This API returns the segment specified by the given ID.
@@ -27268,7 +27248,7 @@ var DataSegmentationV2025Api = /** @class */ (function (_super) {
27268
27248
  */
27269
27249
  DataSegmentationV2025Api.prototype.patchDataSegment = function (requestParameters, axiosOptions) {
27270
27250
  var _this = this;
27271
- return (0, exports.DataSegmentationV2025ApiFp)(this.configuration).patchDataSegment(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
27251
+ return (0, exports.DataSegmentationV2025ApiFp)(this.configuration).patchDataSegment(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
27272
27252
  };
27273
27253
  /**
27274
27254
  * This will publish the segment so that it starts applying the segmentation to the desired users if enabled
@@ -27280,7 +27260,7 @@ var DataSegmentationV2025Api = /** @class */ (function (_super) {
27280
27260
  */
27281
27261
  DataSegmentationV2025Api.prototype.publishDataSegment = function (requestParameters, axiosOptions) {
27282
27262
  var _this = this;
27283
- return (0, exports.DataSegmentationV2025ApiFp)(this.configuration).publishDataSegment(requestParameters.xSailPointExperimental, requestParameters.requestBody, requestParameters.publishAll, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
27263
+ return (0, exports.DataSegmentationV2025ApiFp)(this.configuration).publishDataSegment(requestParameters.requestBody, requestParameters.publishAll, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
27284
27264
  };
27285
27265
  return DataSegmentationV2025Api;
27286
27266
  }(base_1.BaseAPI));
@@ -30504,25 +30484,23 @@ var GovernanceGroupsV2025ApiAxiosParamCreator = function (configuration) {
30504
30484
  /**
30505
30485
  * This API creates a new Governance Group.
30506
30486
  * @summary Create a new governance group.
30507
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
30508
30487
  * @param {WorkgroupDtoV2025} workgroupDtoV2025
30488
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
30509
30489
  * @param {*} [axiosOptions] Override http request option.
30510
30490
  * @throws {RequiredError}
30511
30491
  */
30512
- createWorkgroup: function (xSailPointExperimental, workgroupDtoV2025, axiosOptions) {
30492
+ createWorkgroup: function (workgroupDtoV2025, xSailPointExperimental, axiosOptions) {
30513
30493
  if (axiosOptions === void 0) { axiosOptions = {}; }
30514
30494
  return __awaiter(_this, void 0, void 0, function () {
30515
30495
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
30516
30496
  return __generator(this, function (_a) {
30517
30497
  switch (_a.label) {
30518
30498
  case 0:
30499
+ // verify required parameter 'workgroupDtoV2025' is not null or undefined
30500
+ (0, common_1.assertParamExists)('createWorkgroup', 'workgroupDtoV2025', workgroupDtoV2025);
30519
30501
  if (xSailPointExperimental === undefined) {
30520
30502
  xSailPointExperimental = 'true';
30521
30503
  }
30522
- // verify required parameter 'xSailPointExperimental' is not null or undefined
30523
- (0, common_1.assertParamExists)('createWorkgroup', 'xSailPointExperimental', xSailPointExperimental);
30524
- // verify required parameter 'workgroupDtoV2025' is not null or undefined
30525
- (0, common_1.assertParamExists)('createWorkgroup', 'workgroupDtoV2025', workgroupDtoV2025);
30526
30504
  localVarPath = "/workgroups";
30527
30505
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
30528
30506
  if (configuration) {
@@ -30568,7 +30546,7 @@ var GovernanceGroupsV2025ApiAxiosParamCreator = function (configuration) {
30568
30546
  * This API deletes a Governance Group by its ID.
30569
30547
  * @summary Delete a governance group
30570
30548
  * @param {string} id ID of the Governance Group
30571
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
30549
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
30572
30550
  * @param {*} [axiosOptions] Override http request option.
30573
30551
  * @throws {RequiredError}
30574
30552
  */
@@ -30584,8 +30562,6 @@ var GovernanceGroupsV2025ApiAxiosParamCreator = function (configuration) {
30584
30562
  if (xSailPointExperimental === undefined) {
30585
30563
  xSailPointExperimental = 'true';
30586
30564
  }
30587
- // verify required parameter 'xSailPointExperimental' is not null or undefined
30588
- (0, common_1.assertParamExists)('deleteWorkgroup', 'xSailPointExperimental', xSailPointExperimental);
30589
30565
  localVarPath = "/workgroups/{id}"
30590
30566
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
30591
30567
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -31074,7 +31050,7 @@ var GovernanceGroupsV2025ApiAxiosParamCreator = function (configuration) {
31074
31050
  * This API updates an existing governance group by ID. The following fields and objects are patchable: * name * description * owner
31075
31051
  * @summary Patch a governance group
31076
31052
  * @param {string} id ID of the Governance Group
31077
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
31053
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
31078
31054
  * @param {Array<JsonPatchOperationV2025>} [jsonPatchOperationV2025]
31079
31055
  * @param {*} [axiosOptions] Override http request option.
31080
31056
  * @throws {RequiredError}
@@ -31091,8 +31067,6 @@ var GovernanceGroupsV2025ApiAxiosParamCreator = function (configuration) {
31091
31067
  if (xSailPointExperimental === undefined) {
31092
31068
  xSailPointExperimental = 'true';
31093
31069
  }
31094
- // verify required parameter 'xSailPointExperimental' is not null or undefined
31095
- (0, common_1.assertParamExists)('patchWorkgroup', 'xSailPointExperimental', xSailPointExperimental);
31096
31070
  localVarPath = "/workgroups/{id}"
31097
31071
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
31098
31072
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -31223,18 +31197,18 @@ var GovernanceGroupsV2025ApiFp = function (configuration) {
31223
31197
  /**
31224
31198
  * This API creates a new Governance Group.
31225
31199
  * @summary Create a new governance group.
31226
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
31227
31200
  * @param {WorkgroupDtoV2025} workgroupDtoV2025
31201
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
31228
31202
  * @param {*} [axiosOptions] Override http request option.
31229
31203
  * @throws {RequiredError}
31230
31204
  */
31231
- createWorkgroup: function (xSailPointExperimental, workgroupDtoV2025, axiosOptions) {
31205
+ createWorkgroup: function (workgroupDtoV2025, xSailPointExperimental, axiosOptions) {
31232
31206
  var _a, _b, _c;
31233
31207
  return __awaiter(this, void 0, void 0, function () {
31234
31208
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
31235
31209
  return __generator(this, function (_d) {
31236
31210
  switch (_d.label) {
31237
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createWorkgroup(xSailPointExperimental, workgroupDtoV2025, axiosOptions)];
31211
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createWorkgroup(workgroupDtoV2025, xSailPointExperimental, axiosOptions)];
31238
31212
  case 1:
31239
31213
  localVarAxiosArgs = _d.sent();
31240
31214
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -31248,7 +31222,7 @@ var GovernanceGroupsV2025ApiFp = function (configuration) {
31248
31222
  * This API deletes a Governance Group by its ID.
31249
31223
  * @summary Delete a governance group
31250
31224
  * @param {string} id ID of the Governance Group
31251
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
31225
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
31252
31226
  * @param {*} [axiosOptions] Override http request option.
31253
31227
  * @throws {RequiredError}
31254
31228
  */
@@ -31429,7 +31403,7 @@ var GovernanceGroupsV2025ApiFp = function (configuration) {
31429
31403
  * This API updates an existing governance group by ID. The following fields and objects are patchable: * name * description * owner
31430
31404
  * @summary Patch a governance group
31431
31405
  * @param {string} id ID of the Governance Group
31432
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
31406
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
31433
31407
  * @param {Array<JsonPatchOperationV2025>} [jsonPatchOperationV2025]
31434
31408
  * @param {*} [axiosOptions] Override http request option.
31435
31409
  * @throws {RequiredError}
@@ -31493,7 +31467,7 @@ var GovernanceGroupsV2025ApiFactory = function (configuration, basePath, axios)
31493
31467
  * @throws {RequiredError}
31494
31468
  */
31495
31469
  createWorkgroup: function (requestParameters, axiosOptions) {
31496
- return localVarFp.createWorkgroup(requestParameters.xSailPointExperimental, requestParameters.workgroupDtoV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
31470
+ return localVarFp.createWorkgroup(requestParameters.workgroupDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
31497
31471
  },
31498
31472
  /**
31499
31473
  * This API deletes a Governance Group by its ID.
@@ -31610,7 +31584,7 @@ var GovernanceGroupsV2025Api = /** @class */ (function (_super) {
31610
31584
  */
31611
31585
  GovernanceGroupsV2025Api.prototype.createWorkgroup = function (requestParameters, axiosOptions) {
31612
31586
  var _this = this;
31613
- return (0, exports.GovernanceGroupsV2025ApiFp)(this.configuration).createWorkgroup(requestParameters.xSailPointExperimental, requestParameters.workgroupDtoV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
31587
+ return (0, exports.GovernanceGroupsV2025ApiFp)(this.configuration).createWorkgroup(requestParameters.workgroupDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
31614
31588
  };
31615
31589
  /**
31616
31590
  * This API deletes a Governance Group by its ID.
@@ -32118,16 +32092,16 @@ var IAIAccessRequestRecommendationsV2025ApiAxiosParamCreator = function (configu
32118
32092
  /**
32119
32093
  * This API returns the list of ignored access request recommendations.
32120
32094
  * @summary List ignored access request recommendations
32121
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
32122
32095
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32123
32096
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32124
32097
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32125
32098
  * @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: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
32126
32099
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **access.id, access.type, identityId, timestamp**
32100
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
32127
32101
  * @param {*} [axiosOptions] Override http request option.
32128
32102
  * @throws {RequiredError}
32129
32103
  */
32130
- getAccessRequestRecommendationsIgnoredItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
32104
+ getAccessRequestRecommendationsIgnoredItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
32131
32105
  if (axiosOptions === void 0) { axiosOptions = {}; }
32132
32106
  return __awaiter(_this, void 0, void 0, function () {
32133
32107
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -32137,8 +32111,6 @@ var IAIAccessRequestRecommendationsV2025ApiAxiosParamCreator = function (configu
32137
32111
  if (xSailPointExperimental === undefined) {
32138
32112
  xSailPointExperimental = 'true';
32139
32113
  }
32140
- // verify required parameter 'xSailPointExperimental' is not null or undefined
32141
- (0, common_1.assertParamExists)('getAccessRequestRecommendationsIgnoredItems', 'xSailPointExperimental', xSailPointExperimental);
32142
32114
  localVarPath = "/ai-access-request-recommendations/ignored-items";
32143
32115
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
32144
32116
  if (configuration) {
@@ -32196,16 +32168,16 @@ var IAIAccessRequestRecommendationsV2025ApiAxiosParamCreator = function (configu
32196
32168
  /**
32197
32169
  * This API returns a list of requested access request recommendations.
32198
32170
  * @summary List accepted access request recommendations
32199
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
32200
32171
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32201
32172
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32202
32173
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32203
32174
  * @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: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
32204
32175
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **access.id, access.type, identityId, timestamp**
32176
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
32205
32177
  * @param {*} [axiosOptions] Override http request option.
32206
32178
  * @throws {RequiredError}
32207
32179
  */
32208
- getAccessRequestRecommendationsRequestedItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
32180
+ getAccessRequestRecommendationsRequestedItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
32209
32181
  if (axiosOptions === void 0) { axiosOptions = {}; }
32210
32182
  return __awaiter(_this, void 0, void 0, function () {
32211
32183
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -32215,8 +32187,6 @@ var IAIAccessRequestRecommendationsV2025ApiAxiosParamCreator = function (configu
32215
32187
  if (xSailPointExperimental === undefined) {
32216
32188
  xSailPointExperimental = 'true';
32217
32189
  }
32218
- // verify required parameter 'xSailPointExperimental' is not null or undefined
32219
- (0, common_1.assertParamExists)('getAccessRequestRecommendationsRequestedItems', 'xSailPointExperimental', xSailPointExperimental);
32220
32190
  localVarPath = "/ai-access-request-recommendations/requested-items";
32221
32191
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
32222
32192
  if (configuration) {
@@ -32274,16 +32244,16 @@ var IAIAccessRequestRecommendationsV2025ApiAxiosParamCreator = function (configu
32274
32244
  /**
32275
32245
  * This API returns the list of viewed access request recommendations.
32276
32246
  * @summary List viewed access request recommendations
32277
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
32278
32247
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32279
32248
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32280
32249
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32281
32250
  * @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: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
32282
32251
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **access.id, access.type, identityId, timestamp**
32252
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
32283
32253
  * @param {*} [axiosOptions] Override http request option.
32284
32254
  * @throws {RequiredError}
32285
32255
  */
32286
- getAccessRequestRecommendationsViewedItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
32256
+ getAccessRequestRecommendationsViewedItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
32287
32257
  if (axiosOptions === void 0) { axiosOptions = {}; }
32288
32258
  return __awaiter(_this, void 0, void 0, function () {
32289
32259
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -32293,8 +32263,6 @@ var IAIAccessRequestRecommendationsV2025ApiAxiosParamCreator = function (configu
32293
32263
  if (xSailPointExperimental === undefined) {
32294
32264
  xSailPointExperimental = 'true';
32295
32265
  }
32296
- // verify required parameter 'xSailPointExperimental' is not null or undefined
32297
- (0, common_1.assertParamExists)('getAccessRequestRecommendationsViewedItems', 'xSailPointExperimental', xSailPointExperimental);
32298
32266
  localVarPath = "/ai-access-request-recommendations/viewed-items";
32299
32267
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
32300
32268
  if (configuration) {
@@ -32352,25 +32320,23 @@ var IAIAccessRequestRecommendationsV2025ApiAxiosParamCreator = function (configu
32352
32320
  /**
32353
32321
  * This API updates the configurations for Access Request Recommender for the tenant.
32354
32322
  * @summary Update access request recommendations config
32355
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
32356
32323
  * @param {AccessRequestRecommendationConfigDtoV2025} accessRequestRecommendationConfigDtoV2025 The desired configurations for Access Request Recommender for the tenant.
32324
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
32357
32325
  * @param {*} [axiosOptions] Override http request option.
32358
32326
  * @throws {RequiredError}
32359
32327
  */
32360
- setAccessRequestRecommendationsConfig: function (xSailPointExperimental, accessRequestRecommendationConfigDtoV2025, axiosOptions) {
32328
+ setAccessRequestRecommendationsConfig: function (accessRequestRecommendationConfigDtoV2025, xSailPointExperimental, axiosOptions) {
32361
32329
  if (axiosOptions === void 0) { axiosOptions = {}; }
32362
32330
  return __awaiter(_this, void 0, void 0, function () {
32363
32331
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
32364
32332
  return __generator(this, function (_a) {
32365
32333
  switch (_a.label) {
32366
32334
  case 0:
32335
+ // verify required parameter 'accessRequestRecommendationConfigDtoV2025' is not null or undefined
32336
+ (0, common_1.assertParamExists)('setAccessRequestRecommendationsConfig', 'accessRequestRecommendationConfigDtoV2025', accessRequestRecommendationConfigDtoV2025);
32367
32337
  if (xSailPointExperimental === undefined) {
32368
32338
  xSailPointExperimental = 'true';
32369
32339
  }
32370
- // verify required parameter 'xSailPointExperimental' is not null or undefined
32371
- (0, common_1.assertParamExists)('setAccessRequestRecommendationsConfig', 'xSailPointExperimental', xSailPointExperimental);
32372
- // verify required parameter 'accessRequestRecommendationConfigDtoV2025' is not null or undefined
32373
- (0, common_1.assertParamExists)('setAccessRequestRecommendationsConfig', 'accessRequestRecommendationConfigDtoV2025', accessRequestRecommendationConfigDtoV2025);
32374
32340
  localVarPath = "/ai-access-request-recommendations/config";
32375
32341
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
32376
32342
  if (configuration) {
@@ -32574,22 +32540,22 @@ var IAIAccessRequestRecommendationsV2025ApiFp = function (configuration) {
32574
32540
  /**
32575
32541
  * This API returns the list of ignored access request recommendations.
32576
32542
  * @summary List ignored access request recommendations
32577
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
32578
32543
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32579
32544
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32580
32545
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32581
32546
  * @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: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
32582
32547
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **access.id, access.type, identityId, timestamp**
32548
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
32583
32549
  * @param {*} [axiosOptions] Override http request option.
32584
32550
  * @throws {RequiredError}
32585
32551
  */
32586
- getAccessRequestRecommendationsIgnoredItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
32552
+ getAccessRequestRecommendationsIgnoredItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
32587
32553
  var _a, _b, _c;
32588
32554
  return __awaiter(this, void 0, void 0, function () {
32589
32555
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
32590
32556
  return __generator(this, function (_d) {
32591
32557
  switch (_d.label) {
32592
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsIgnoredItems(xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions)];
32558
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsIgnoredItems(limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions)];
32593
32559
  case 1:
32594
32560
  localVarAxiosArgs = _d.sent();
32595
32561
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -32602,22 +32568,22 @@ var IAIAccessRequestRecommendationsV2025ApiFp = function (configuration) {
32602
32568
  /**
32603
32569
  * This API returns a list of requested access request recommendations.
32604
32570
  * @summary List accepted access request recommendations
32605
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
32606
32571
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32607
32572
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32608
32573
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32609
32574
  * @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: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
32610
32575
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **access.id, access.type, identityId, timestamp**
32576
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
32611
32577
  * @param {*} [axiosOptions] Override http request option.
32612
32578
  * @throws {RequiredError}
32613
32579
  */
32614
- getAccessRequestRecommendationsRequestedItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
32580
+ getAccessRequestRecommendationsRequestedItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
32615
32581
  var _a, _b, _c;
32616
32582
  return __awaiter(this, void 0, void 0, function () {
32617
32583
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
32618
32584
  return __generator(this, function (_d) {
32619
32585
  switch (_d.label) {
32620
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsRequestedItems(xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions)];
32586
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsRequestedItems(limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions)];
32621
32587
  case 1:
32622
32588
  localVarAxiosArgs = _d.sent();
32623
32589
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -32630,22 +32596,22 @@ var IAIAccessRequestRecommendationsV2025ApiFp = function (configuration) {
32630
32596
  /**
32631
32597
  * This API returns the list of viewed access request recommendations.
32632
32598
  * @summary List viewed access request recommendations
32633
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
32634
32599
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32635
32600
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32636
32601
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
32637
32602
  * @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: **access.id**: *eq, in* **access.type**: *eq, in* **identityId**: *eq, in*
32638
32603
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **access.id, access.type, identityId, timestamp**
32604
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
32639
32605
  * @param {*} [axiosOptions] Override http request option.
32640
32606
  * @throws {RequiredError}
32641
32607
  */
32642
- getAccessRequestRecommendationsViewedItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
32608
+ getAccessRequestRecommendationsViewedItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
32643
32609
  var _a, _b, _c;
32644
32610
  return __awaiter(this, void 0, void 0, function () {
32645
32611
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
32646
32612
  return __generator(this, function (_d) {
32647
32613
  switch (_d.label) {
32648
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsViewedItems(xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions)];
32614
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsViewedItems(limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions)];
32649
32615
  case 1:
32650
32616
  localVarAxiosArgs = _d.sent();
32651
32617
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -32658,18 +32624,18 @@ var IAIAccessRequestRecommendationsV2025ApiFp = function (configuration) {
32658
32624
  /**
32659
32625
  * This API updates the configurations for Access Request Recommender for the tenant.
32660
32626
  * @summary Update access request recommendations config
32661
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
32662
32627
  * @param {AccessRequestRecommendationConfigDtoV2025} accessRequestRecommendationConfigDtoV2025 The desired configurations for Access Request Recommender for the tenant.
32628
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
32663
32629
  * @param {*} [axiosOptions] Override http request option.
32664
32630
  * @throws {RequiredError}
32665
32631
  */
32666
- setAccessRequestRecommendationsConfig: function (xSailPointExperimental, accessRequestRecommendationConfigDtoV2025, axiosOptions) {
32632
+ setAccessRequestRecommendationsConfig: function (accessRequestRecommendationConfigDtoV2025, xSailPointExperimental, axiosOptions) {
32667
32633
  var _a, _b, _c;
32668
32634
  return __awaiter(this, void 0, void 0, function () {
32669
32635
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
32670
32636
  return __generator(this, function (_d) {
32671
32637
  switch (_d.label) {
32672
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.setAccessRequestRecommendationsConfig(xSailPointExperimental, accessRequestRecommendationConfigDtoV2025, axiosOptions)];
32638
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.setAccessRequestRecommendationsConfig(accessRequestRecommendationConfigDtoV2025, xSailPointExperimental, axiosOptions)];
32673
32639
  case 1:
32674
32640
  localVarAxiosArgs = _d.sent();
32675
32641
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -32759,7 +32725,8 @@ var IAIAccessRequestRecommendationsV2025ApiFactory = function (configuration, ba
32759
32725
  * @throws {RequiredError}
32760
32726
  */
32761
32727
  getAccessRequestRecommendationsIgnoredItems: function (requestParameters, axiosOptions) {
32762
- return localVarFp.getAccessRequestRecommendationsIgnoredItems(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(axios, basePath); });
32728
+ if (requestParameters === void 0) { requestParameters = {}; }
32729
+ return localVarFp.getAccessRequestRecommendationsIgnoredItems(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
32763
32730
  },
32764
32731
  /**
32765
32732
  * This API returns a list of requested access request recommendations.
@@ -32769,7 +32736,8 @@ var IAIAccessRequestRecommendationsV2025ApiFactory = function (configuration, ba
32769
32736
  * @throws {RequiredError}
32770
32737
  */
32771
32738
  getAccessRequestRecommendationsRequestedItems: function (requestParameters, axiosOptions) {
32772
- return localVarFp.getAccessRequestRecommendationsRequestedItems(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(axios, basePath); });
32739
+ if (requestParameters === void 0) { requestParameters = {}; }
32740
+ return localVarFp.getAccessRequestRecommendationsRequestedItems(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
32773
32741
  },
32774
32742
  /**
32775
32743
  * This API returns the list of viewed access request recommendations.
@@ -32779,7 +32747,8 @@ var IAIAccessRequestRecommendationsV2025ApiFactory = function (configuration, ba
32779
32747
  * @throws {RequiredError}
32780
32748
  */
32781
32749
  getAccessRequestRecommendationsViewedItems: function (requestParameters, axiosOptions) {
32782
- return localVarFp.getAccessRequestRecommendationsViewedItems(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(axios, basePath); });
32750
+ if (requestParameters === void 0) { requestParameters = {}; }
32751
+ return localVarFp.getAccessRequestRecommendationsViewedItems(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
32783
32752
  },
32784
32753
  /**
32785
32754
  * This API updates the configurations for Access Request Recommender for the tenant.
@@ -32789,7 +32758,7 @@ var IAIAccessRequestRecommendationsV2025ApiFactory = function (configuration, ba
32789
32758
  * @throws {RequiredError}
32790
32759
  */
32791
32760
  setAccessRequestRecommendationsConfig: function (requestParameters, axiosOptions) {
32792
- return localVarFp.setAccessRequestRecommendationsConfig(requestParameters.xSailPointExperimental, requestParameters.accessRequestRecommendationConfigDtoV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
32761
+ return localVarFp.setAccessRequestRecommendationsConfig(requestParameters.accessRequestRecommendationConfigDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
32793
32762
  },
32794
32763
  };
32795
32764
  };
@@ -32889,7 +32858,8 @@ var IAIAccessRequestRecommendationsV2025Api = /** @class */ (function (_super) {
32889
32858
  */
32890
32859
  IAIAccessRequestRecommendationsV2025Api.prototype.getAccessRequestRecommendationsIgnoredItems = function (requestParameters, axiosOptions) {
32891
32860
  var _this = this;
32892
- return (0, exports.IAIAccessRequestRecommendationsV2025ApiFp)(this.configuration).getAccessRequestRecommendationsIgnoredItems(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
32861
+ if (requestParameters === void 0) { requestParameters = {}; }
32862
+ return (0, exports.IAIAccessRequestRecommendationsV2025ApiFp)(this.configuration).getAccessRequestRecommendationsIgnoredItems(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
32893
32863
  };
32894
32864
  /**
32895
32865
  * This API returns a list of requested access request recommendations.
@@ -32901,7 +32871,8 @@ var IAIAccessRequestRecommendationsV2025Api = /** @class */ (function (_super) {
32901
32871
  */
32902
32872
  IAIAccessRequestRecommendationsV2025Api.prototype.getAccessRequestRecommendationsRequestedItems = function (requestParameters, axiosOptions) {
32903
32873
  var _this = this;
32904
- return (0, exports.IAIAccessRequestRecommendationsV2025ApiFp)(this.configuration).getAccessRequestRecommendationsRequestedItems(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
32874
+ if (requestParameters === void 0) { requestParameters = {}; }
32875
+ return (0, exports.IAIAccessRequestRecommendationsV2025ApiFp)(this.configuration).getAccessRequestRecommendationsRequestedItems(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
32905
32876
  };
32906
32877
  /**
32907
32878
  * This API returns the list of viewed access request recommendations.
@@ -32913,7 +32884,8 @@ var IAIAccessRequestRecommendationsV2025Api = /** @class */ (function (_super) {
32913
32884
  */
32914
32885
  IAIAccessRequestRecommendationsV2025Api.prototype.getAccessRequestRecommendationsViewedItems = function (requestParameters, axiosOptions) {
32915
32886
  var _this = this;
32916
- return (0, exports.IAIAccessRequestRecommendationsV2025ApiFp)(this.configuration).getAccessRequestRecommendationsViewedItems(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
32887
+ if (requestParameters === void 0) { requestParameters = {}; }
32888
+ return (0, exports.IAIAccessRequestRecommendationsV2025ApiFp)(this.configuration).getAccessRequestRecommendationsViewedItems(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
32917
32889
  };
32918
32890
  /**
32919
32891
  * This API updates the configurations for Access Request Recommender for the tenant.
@@ -32925,7 +32897,7 @@ var IAIAccessRequestRecommendationsV2025Api = /** @class */ (function (_super) {
32925
32897
  */
32926
32898
  IAIAccessRequestRecommendationsV2025Api.prototype.setAccessRequestRecommendationsConfig = function (requestParameters, axiosOptions) {
32927
32899
  var _this = this;
32928
- return (0, exports.IAIAccessRequestRecommendationsV2025ApiFp)(this.configuration).setAccessRequestRecommendationsConfig(requestParameters.xSailPointExperimental, requestParameters.accessRequestRecommendationConfigDtoV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
32900
+ return (0, exports.IAIAccessRequestRecommendationsV2025ApiFp)(this.configuration).setAccessRequestRecommendationsConfig(requestParameters.accessRequestRecommendationConfigDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
32929
32901
  };
32930
32902
  return IAIAccessRequestRecommendationsV2025Api;
32931
32903
  }(base_1.BaseAPI));
@@ -32940,25 +32912,23 @@ var IAICommonAccessV2025ApiAxiosParamCreator = function (configuration) {
32940
32912
  /**
32941
32913
  * This API is used to add roles/access profiles to the list of common access for a customer. Requires authorization scope of iai:access-modeling:create
32942
32914
  * @summary Create common access items
32943
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
32944
32915
  * @param {CommonAccessItemRequestV2025} commonAccessItemRequestV2025
32916
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
32945
32917
  * @param {*} [axiosOptions] Override http request option.
32946
32918
  * @throws {RequiredError}
32947
32919
  */
32948
- createCommonAccess: function (xSailPointExperimental, commonAccessItemRequestV2025, axiosOptions) {
32920
+ createCommonAccess: function (commonAccessItemRequestV2025, xSailPointExperimental, axiosOptions) {
32949
32921
  if (axiosOptions === void 0) { axiosOptions = {}; }
32950
32922
  return __awaiter(_this, void 0, void 0, function () {
32951
32923
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
32952
32924
  return __generator(this, function (_a) {
32953
32925
  switch (_a.label) {
32954
32926
  case 0:
32927
+ // verify required parameter 'commonAccessItemRequestV2025' is not null or undefined
32928
+ (0, common_1.assertParamExists)('createCommonAccess', 'commonAccessItemRequestV2025', commonAccessItemRequestV2025);
32955
32929
  if (xSailPointExperimental === undefined) {
32956
32930
  xSailPointExperimental = 'true';
32957
32931
  }
32958
- // verify required parameter 'xSailPointExperimental' is not null or undefined
32959
- (0, common_1.assertParamExists)('createCommonAccess', 'xSailPointExperimental', xSailPointExperimental);
32960
- // verify required parameter 'commonAccessItemRequestV2025' is not null or undefined
32961
- (0, common_1.assertParamExists)('createCommonAccess', 'commonAccessItemRequestV2025', commonAccessItemRequestV2025);
32962
32932
  localVarPath = "/common-access";
32963
32933
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
32964
32934
  if (configuration) {
@@ -33150,18 +33120,18 @@ var IAICommonAccessV2025ApiFp = function (configuration) {
33150
33120
  /**
33151
33121
  * This API is used to add roles/access profiles to the list of common access for a customer. Requires authorization scope of iai:access-modeling:create
33152
33122
  * @summary Create common access items
33153
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
33154
33123
  * @param {CommonAccessItemRequestV2025} commonAccessItemRequestV2025
33124
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
33155
33125
  * @param {*} [axiosOptions] Override http request option.
33156
33126
  * @throws {RequiredError}
33157
33127
  */
33158
- createCommonAccess: function (xSailPointExperimental, commonAccessItemRequestV2025, axiosOptions) {
33128
+ createCommonAccess: function (commonAccessItemRequestV2025, xSailPointExperimental, axiosOptions) {
33159
33129
  var _a, _b, _c;
33160
33130
  return __awaiter(this, void 0, void 0, function () {
33161
33131
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
33162
33132
  return __generator(this, function (_d) {
33163
33133
  switch (_d.label) {
33164
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createCommonAccess(xSailPointExperimental, commonAccessItemRequestV2025, axiosOptions)];
33134
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createCommonAccess(commonAccessItemRequestV2025, xSailPointExperimental, axiosOptions)];
33165
33135
  case 1:
33166
33136
  localVarAxiosArgs = _d.sent();
33167
33137
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -33241,7 +33211,7 @@ var IAICommonAccessV2025ApiFactory = function (configuration, basePath, axios) {
33241
33211
  * @throws {RequiredError}
33242
33212
  */
33243
33213
  createCommonAccess: function (requestParameters, axiosOptions) {
33244
- return localVarFp.createCommonAccess(requestParameters.xSailPointExperimental, requestParameters.commonAccessItemRequestV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
33214
+ return localVarFp.createCommonAccess(requestParameters.commonAccessItemRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
33245
33215
  },
33246
33216
  /**
33247
33217
  * This endpoint returns the current common access for a customer. The returned items can be filtered and sorted. Requires authorization scope of iai:access-modeling:read
@@ -33288,7 +33258,7 @@ var IAICommonAccessV2025Api = /** @class */ (function (_super) {
33288
33258
  */
33289
33259
  IAICommonAccessV2025Api.prototype.createCommonAccess = function (requestParameters, axiosOptions) {
33290
33260
  var _this = this;
33291
- return (0, exports.IAICommonAccessV2025ApiFp)(this.configuration).createCommonAccess(requestParameters.xSailPointExperimental, requestParameters.commonAccessItemRequestV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
33261
+ return (0, exports.IAICommonAccessV2025ApiFp)(this.configuration).createCommonAccess(requestParameters.commonAccessItemRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
33292
33262
  };
33293
33263
  /**
33294
33264
  * This endpoint returns the current common access for a customer. The returned items can be filtered and sorted. Requires authorization scope of iai:access-modeling:read
@@ -34857,25 +34827,23 @@ var IAIRecommendationsV2025ApiAxiosParamCreator = function (configuration) {
34857
34827
  /**
34858
34828
  * Updates configuration attributes used by certification recommendations.
34859
34829
  * @summary Update certification recommendation config values
34860
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
34861
34830
  * @param {RecommendationConfigDtoV2025} recommendationConfigDtoV2025
34831
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
34862
34832
  * @param {*} [axiosOptions] Override http request option.
34863
34833
  * @throws {RequiredError}
34864
34834
  */
34865
- updateRecommendationsConfig: function (xSailPointExperimental, recommendationConfigDtoV2025, axiosOptions) {
34835
+ updateRecommendationsConfig: function (recommendationConfigDtoV2025, xSailPointExperimental, axiosOptions) {
34866
34836
  if (axiosOptions === void 0) { axiosOptions = {}; }
34867
34837
  return __awaiter(_this, void 0, void 0, function () {
34868
34838
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
34869
34839
  return __generator(this, function (_a) {
34870
34840
  switch (_a.label) {
34871
34841
  case 0:
34842
+ // verify required parameter 'recommendationConfigDtoV2025' is not null or undefined
34843
+ (0, common_1.assertParamExists)('updateRecommendationsConfig', 'recommendationConfigDtoV2025', recommendationConfigDtoV2025);
34872
34844
  if (xSailPointExperimental === undefined) {
34873
34845
  xSailPointExperimental = 'true';
34874
34846
  }
34875
- // verify required parameter 'xSailPointExperimental' is not null or undefined
34876
- (0, common_1.assertParamExists)('updateRecommendationsConfig', 'xSailPointExperimental', xSailPointExperimental);
34877
- // verify required parameter 'recommendationConfigDtoV2025' is not null or undefined
34878
- (0, common_1.assertParamExists)('updateRecommendationsConfig', 'recommendationConfigDtoV2025', recommendationConfigDtoV2025);
34879
34847
  localVarPath = "/recommendations/config";
34880
34848
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
34881
34849
  if (configuration) {
@@ -34977,18 +34945,18 @@ var IAIRecommendationsV2025ApiFp = function (configuration) {
34977
34945
  /**
34978
34946
  * Updates configuration attributes used by certification recommendations.
34979
34947
  * @summary Update certification recommendation config values
34980
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
34981
34948
  * @param {RecommendationConfigDtoV2025} recommendationConfigDtoV2025
34949
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
34982
34950
  * @param {*} [axiosOptions] Override http request option.
34983
34951
  * @throws {RequiredError}
34984
34952
  */
34985
- updateRecommendationsConfig: function (xSailPointExperimental, recommendationConfigDtoV2025, axiosOptions) {
34953
+ updateRecommendationsConfig: function (recommendationConfigDtoV2025, xSailPointExperimental, axiosOptions) {
34986
34954
  var _a, _b, _c;
34987
34955
  return __awaiter(this, void 0, void 0, function () {
34988
34956
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
34989
34957
  return __generator(this, function (_d) {
34990
34958
  switch (_d.label) {
34991
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateRecommendationsConfig(xSailPointExperimental, recommendationConfigDtoV2025, axiosOptions)];
34959
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateRecommendationsConfig(recommendationConfigDtoV2025, xSailPointExperimental, axiosOptions)];
34992
34960
  case 1:
34993
34961
  localVarAxiosArgs = _d.sent();
34994
34962
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -35037,7 +35005,7 @@ var IAIRecommendationsV2025ApiFactory = function (configuration, basePath, axios
35037
35005
  * @throws {RequiredError}
35038
35006
  */
35039
35007
  updateRecommendationsConfig: function (requestParameters, axiosOptions) {
35040
- return localVarFp.updateRecommendationsConfig(requestParameters.xSailPointExperimental, requestParameters.recommendationConfigDtoV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
35008
+ return localVarFp.updateRecommendationsConfig(requestParameters.recommendationConfigDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
35041
35009
  },
35042
35010
  };
35043
35011
  };
@@ -35088,7 +35056,7 @@ var IAIRecommendationsV2025Api = /** @class */ (function (_super) {
35088
35056
  */
35089
35057
  IAIRecommendationsV2025Api.prototype.updateRecommendationsConfig = function (requestParameters, axiosOptions) {
35090
35058
  var _this = this;
35091
- return (0, exports.IAIRecommendationsV2025ApiFp)(this.configuration).updateRecommendationsConfig(requestParameters.xSailPointExperimental, requestParameters.recommendationConfigDtoV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
35059
+ return (0, exports.IAIRecommendationsV2025ApiFp)(this.configuration).updateRecommendationsConfig(requestParameters.recommendationConfigDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
35092
35060
  };
35093
35061
  return IAIRecommendationsV2025Api;
35094
35062
  }(base_1.BaseAPI));
@@ -36351,7 +36319,7 @@ var IAIRoleMiningV2025ApiAxiosParamCreator = function (configuration) {
36351
36319
  * The method retrieves a role mining session.
36352
36320
  * @summary Get a role mining session
36353
36321
  * @param {string} sessionId The role mining session id to be retrieved.
36354
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
36322
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
36355
36323
  * @param {*} [axiosOptions] Override http request option.
36356
36324
  * @throws {RequiredError}
36357
36325
  */
@@ -36367,8 +36335,6 @@ var IAIRoleMiningV2025ApiAxiosParamCreator = function (configuration) {
36367
36335
  if (xSailPointExperimental === undefined) {
36368
36336
  xSailPointExperimental = 'true';
36369
36337
  }
36370
- // verify required parameter 'xSailPointExperimental' is not null or undefined
36371
- (0, common_1.assertParamExists)('getRoleMiningSession', 'xSailPointExperimental', xSailPointExperimental);
36372
36338
  localVarPath = "/role-mining-sessions/{sessionId}"
36373
36339
  .replace("{".concat("sessionId", "}"), encodeURIComponent(String(sessionId)));
36374
36340
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -36472,16 +36438,16 @@ var IAIRoleMiningV2025ApiAxiosParamCreator = function (configuration) {
36472
36438
  /**
36473
36439
  * Returns all role mining sessions that match the query parameters
36474
36440
  * @summary Retrieves all role mining sessions
36475
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
36476
36441
  * @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: **saved**: *eq* **name**: *eq, sw*
36477
36442
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **createdBy, createdDate**
36478
36443
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
36479
36444
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
36480
36445
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
36446
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
36481
36447
  * @param {*} [axiosOptions] Override http request option.
36482
36448
  * @throws {RequiredError}
36483
36449
  */
36484
- getRoleMiningSessions: function (xSailPointExperimental, filters, sorters, offset, limit, count, axiosOptions) {
36450
+ getRoleMiningSessions: function (filters, sorters, offset, limit, count, xSailPointExperimental, axiosOptions) {
36485
36451
  if (axiosOptions === void 0) { axiosOptions = {}; }
36486
36452
  return __awaiter(_this, void 0, void 0, function () {
36487
36453
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -36491,8 +36457,6 @@ var IAIRoleMiningV2025ApiAxiosParamCreator = function (configuration) {
36491
36457
  if (xSailPointExperimental === undefined) {
36492
36458
  xSailPointExperimental = 'true';
36493
36459
  }
36494
- // verify required parameter 'xSailPointExperimental' is not null or undefined
36495
- (0, common_1.assertParamExists)('getRoleMiningSessions', 'xSailPointExperimental', xSailPointExperimental);
36496
36460
  localVarPath = "/role-mining-sessions";
36497
36461
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
36498
36462
  if (configuration) {
@@ -36624,12 +36588,12 @@ var IAIRoleMiningV2025ApiAxiosParamCreator = function (configuration) {
36624
36588
  * @summary Update a potential role
36625
36589
  * @param {string} sessionId The role mining session id
36626
36590
  * @param {string} potentialRoleId The potential role summary id
36627
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
36628
36591
  * @param {Array<PatchPotentialRoleRequestInnerV2025>} patchPotentialRoleRequestInnerV2025
36592
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
36629
36593
  * @param {*} [axiosOptions] Override http request option.
36630
36594
  * @throws {RequiredError}
36631
36595
  */
36632
- patchPotentialRole: function (sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2025, axiosOptions) {
36596
+ patchPotentialRole: function (sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2025, xSailPointExperimental, axiosOptions) {
36633
36597
  if (axiosOptions === void 0) { axiosOptions = {}; }
36634
36598
  return __awaiter(_this, void 0, void 0, function () {
36635
36599
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -36640,13 +36604,11 @@ var IAIRoleMiningV2025ApiAxiosParamCreator = function (configuration) {
36640
36604
  (0, common_1.assertParamExists)('patchPotentialRole', 'sessionId', sessionId);
36641
36605
  // verify required parameter 'potentialRoleId' is not null or undefined
36642
36606
  (0, common_1.assertParamExists)('patchPotentialRole', 'potentialRoleId', potentialRoleId);
36607
+ // verify required parameter 'patchPotentialRoleRequestInnerV2025' is not null or undefined
36608
+ (0, common_1.assertParamExists)('patchPotentialRole', 'patchPotentialRoleRequestInnerV2025', patchPotentialRoleRequestInnerV2025);
36643
36609
  if (xSailPointExperimental === undefined) {
36644
36610
  xSailPointExperimental = 'true';
36645
36611
  }
36646
- // verify required parameter 'xSailPointExperimental' is not null or undefined
36647
- (0, common_1.assertParamExists)('patchPotentialRole', 'xSailPointExperimental', xSailPointExperimental);
36648
- // verify required parameter 'patchPotentialRoleRequestInnerV2025' is not null or undefined
36649
- (0, common_1.assertParamExists)('patchPotentialRole', 'patchPotentialRoleRequestInnerV2025', patchPotentialRoleRequestInnerV2025);
36650
36612
  localVarPath = "/role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId}"
36651
36613
  .replace("{".concat("sessionId", "}"), encodeURIComponent(String(sessionId)))
36652
36614
  .replace("{".concat("potentialRoleId", "}"), encodeURIComponent(String(potentialRoleId)));
@@ -36695,12 +36657,12 @@ var IAIRoleMiningV2025ApiAxiosParamCreator = function (configuration) {
36695
36657
  * @summary Update a potential role
36696
36658
  * @param {string} sessionId The role mining session id
36697
36659
  * @param {string} potentialRoleId The potential role summary id
36698
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
36699
36660
  * @param {Array<PatchPotentialRoleRequestInnerV2025>} patchPotentialRoleRequestInnerV2025
36661
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
36700
36662
  * @param {*} [axiosOptions] Override http request option.
36701
36663
  * @throws {RequiredError}
36702
36664
  */
36703
- patchPotentialRole_1: function (sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2025, axiosOptions) {
36665
+ patchPotentialRole_1: function (sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2025, xSailPointExperimental, axiosOptions) {
36704
36666
  if (axiosOptions === void 0) { axiosOptions = {}; }
36705
36667
  return __awaiter(_this, void 0, void 0, function () {
36706
36668
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -36711,13 +36673,11 @@ var IAIRoleMiningV2025ApiAxiosParamCreator = function (configuration) {
36711
36673
  (0, common_1.assertParamExists)('patchPotentialRole_1', 'sessionId', sessionId);
36712
36674
  // verify required parameter 'potentialRoleId' is not null or undefined
36713
36675
  (0, common_1.assertParamExists)('patchPotentialRole_1', 'potentialRoleId', potentialRoleId);
36676
+ // verify required parameter 'patchPotentialRoleRequestInnerV2025' is not null or undefined
36677
+ (0, common_1.assertParamExists)('patchPotentialRole_1', 'patchPotentialRoleRequestInnerV2025', patchPotentialRoleRequestInnerV2025);
36714
36678
  if (xSailPointExperimental === undefined) {
36715
36679
  xSailPointExperimental = 'true';
36716
36680
  }
36717
- // verify required parameter 'xSailPointExperimental' is not null or undefined
36718
- (0, common_1.assertParamExists)('patchPotentialRole_1', 'xSailPointExperimental', xSailPointExperimental);
36719
- // verify required parameter 'patchPotentialRoleRequestInnerV2025' is not null or undefined
36720
- (0, common_1.assertParamExists)('patchPotentialRole_1', 'patchPotentialRoleRequestInnerV2025', patchPotentialRoleRequestInnerV2025);
36721
36681
  localVarPath = "/role-mining-potential-roles/{potentialRoleId}"
36722
36682
  .replace("{".concat("sessionId", "}"), encodeURIComponent(String(sessionId)))
36723
36683
  .replace("{".concat("potentialRoleId", "}"), encodeURIComponent(String(potentialRoleId)));
@@ -37374,7 +37334,7 @@ var IAIRoleMiningV2025ApiFp = function (configuration) {
37374
37334
  * The method retrieves a role mining session.
37375
37335
  * @summary Get a role mining session
37376
37336
  * @param {string} sessionId The role mining session id to be retrieved.
37377
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
37337
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
37378
37338
  * @param {*} [axiosOptions] Override http request option.
37379
37339
  * @throws {RequiredError}
37380
37340
  */
@@ -37421,22 +37381,22 @@ var IAIRoleMiningV2025ApiFp = function (configuration) {
37421
37381
  /**
37422
37382
  * Returns all role mining sessions that match the query parameters
37423
37383
  * @summary Retrieves all role mining sessions
37424
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
37425
37384
  * @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: **saved**: *eq* **name**: *eq, sw*
37426
37385
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **createdBy, createdDate**
37427
37386
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
37428
37387
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
37429
37388
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
37389
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
37430
37390
  * @param {*} [axiosOptions] Override http request option.
37431
37391
  * @throws {RequiredError}
37432
37392
  */
37433
- getRoleMiningSessions: function (xSailPointExperimental, filters, sorters, offset, limit, count, axiosOptions) {
37393
+ getRoleMiningSessions: function (filters, sorters, offset, limit, count, xSailPointExperimental, axiosOptions) {
37434
37394
  var _a, _b, _c;
37435
37395
  return __awaiter(this, void 0, void 0, function () {
37436
37396
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
37437
37397
  return __generator(this, function (_d) {
37438
37398
  switch (_d.label) {
37439
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getRoleMiningSessions(xSailPointExperimental, filters, sorters, offset, limit, count, axiosOptions)];
37399
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getRoleMiningSessions(filters, sorters, offset, limit, count, xSailPointExperimental, axiosOptions)];
37440
37400
  case 1:
37441
37401
  localVarAxiosArgs = _d.sent();
37442
37402
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -37478,18 +37438,18 @@ var IAIRoleMiningV2025ApiFp = function (configuration) {
37478
37438
  * @summary Update a potential role
37479
37439
  * @param {string} sessionId The role mining session id
37480
37440
  * @param {string} potentialRoleId The potential role summary id
37481
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
37482
37441
  * @param {Array<PatchPotentialRoleRequestInnerV2025>} patchPotentialRoleRequestInnerV2025
37442
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
37483
37443
  * @param {*} [axiosOptions] Override http request option.
37484
37444
  * @throws {RequiredError}
37485
37445
  */
37486
- patchPotentialRole: function (sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2025, axiosOptions) {
37446
+ patchPotentialRole: function (sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2025, xSailPointExperimental, axiosOptions) {
37487
37447
  var _a, _b, _c;
37488
37448
  return __awaiter(this, void 0, void 0, function () {
37489
37449
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
37490
37450
  return __generator(this, function (_d) {
37491
37451
  switch (_d.label) {
37492
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchPotentialRole(sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2025, axiosOptions)];
37452
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchPotentialRole(sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2025, xSailPointExperimental, axiosOptions)];
37493
37453
  case 1:
37494
37454
  localVarAxiosArgs = _d.sent();
37495
37455
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -37504,18 +37464,18 @@ var IAIRoleMiningV2025ApiFp = function (configuration) {
37504
37464
  * @summary Update a potential role
37505
37465
  * @param {string} sessionId The role mining session id
37506
37466
  * @param {string} potentialRoleId The potential role summary id
37507
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
37508
37467
  * @param {Array<PatchPotentialRoleRequestInnerV2025>} patchPotentialRoleRequestInnerV2025
37468
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
37509
37469
  * @param {*} [axiosOptions] Override http request option.
37510
37470
  * @throws {RequiredError}
37511
37471
  */
37512
- patchPotentialRole_1: function (sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2025, axiosOptions) {
37472
+ patchPotentialRole_1: function (sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2025, xSailPointExperimental, axiosOptions) {
37513
37473
  var _a, _b, _c;
37514
37474
  return __awaiter(this, void 0, void 0, function () {
37515
37475
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
37516
37476
  return __generator(this, function (_d) {
37517
37477
  switch (_d.label) {
37518
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchPotentialRole_1(sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2025, axiosOptions)];
37478
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchPotentialRole_1(sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2025, xSailPointExperimental, axiosOptions)];
37519
37479
  case 1:
37520
37480
  localVarAxiosArgs = _d.sent();
37521
37481
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -37785,7 +37745,8 @@ var IAIRoleMiningV2025ApiFactory = function (configuration, basePath, axios) {
37785
37745
  * @throws {RequiredError}
37786
37746
  */
37787
37747
  getRoleMiningSessions: function (requestParameters, axiosOptions) {
37788
- return localVarFp.getRoleMiningSessions(requestParameters.xSailPointExperimental, requestParameters.filters, requestParameters.sorters, requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
37748
+ if (requestParameters === void 0) { requestParameters = {}; }
37749
+ return localVarFp.getRoleMiningSessions(requestParameters.filters, requestParameters.sorters, requestParameters.offset, requestParameters.limit, requestParameters.count, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
37789
37750
  },
37790
37751
  /**
37791
37752
  * This method returns all saved potential roles (draft roles).
@@ -37806,7 +37767,7 @@ var IAIRoleMiningV2025ApiFactory = function (configuration, basePath, axios) {
37806
37767
  * @throws {RequiredError}
37807
37768
  */
37808
37769
  patchPotentialRole: function (requestParameters, axiosOptions) {
37809
- return localVarFp.patchPotentialRole(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.xSailPointExperimental, requestParameters.patchPotentialRoleRequestInnerV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
37770
+ return localVarFp.patchPotentialRole(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.patchPotentialRoleRequestInnerV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
37810
37771
  },
37811
37772
  /**
37812
37773
  * The method updates an existing potential role using. The following fields can be modified: * `description` * `name` * `saved` >**NOTE: All other fields cannot be modified.**
@@ -37816,7 +37777,7 @@ var IAIRoleMiningV2025ApiFactory = function (configuration, basePath, axios) {
37816
37777
  * @throws {RequiredError}
37817
37778
  */
37818
37779
  patchPotentialRole_1: function (requestParameters, axiosOptions) {
37819
- return localVarFp.patchPotentialRole_1(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.xSailPointExperimental, requestParameters.patchPotentialRoleRequestInnerV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
37780
+ return localVarFp.patchPotentialRole_1(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.patchPotentialRoleRequestInnerV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
37820
37781
  },
37821
37782
  /**
37822
37783
  * The method updates an existing role mining session using PATCH. Supports op in {\"replace\"} and changes to pruneThreshold and/or minNumIdentitiesInPotentialRole. The potential roles in this role mining session is then re-calculated.
@@ -38091,7 +38052,8 @@ var IAIRoleMiningV2025Api = /** @class */ (function (_super) {
38091
38052
  */
38092
38053
  IAIRoleMiningV2025Api.prototype.getRoleMiningSessions = function (requestParameters, axiosOptions) {
38093
38054
  var _this = this;
38094
- return (0, exports.IAIRoleMiningV2025ApiFp)(this.configuration).getRoleMiningSessions(requestParameters.xSailPointExperimental, requestParameters.filters, requestParameters.sorters, requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
38055
+ if (requestParameters === void 0) { requestParameters = {}; }
38056
+ return (0, exports.IAIRoleMiningV2025ApiFp)(this.configuration).getRoleMiningSessions(requestParameters.filters, requestParameters.sorters, requestParameters.offset, requestParameters.limit, requestParameters.count, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
38095
38057
  };
38096
38058
  /**
38097
38059
  * This method returns all saved potential roles (draft roles).
@@ -38116,7 +38078,7 @@ var IAIRoleMiningV2025Api = /** @class */ (function (_super) {
38116
38078
  */
38117
38079
  IAIRoleMiningV2025Api.prototype.patchPotentialRole = function (requestParameters, axiosOptions) {
38118
38080
  var _this = this;
38119
- return (0, exports.IAIRoleMiningV2025ApiFp)(this.configuration).patchPotentialRole(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.xSailPointExperimental, requestParameters.patchPotentialRoleRequestInnerV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
38081
+ return (0, exports.IAIRoleMiningV2025ApiFp)(this.configuration).patchPotentialRole(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.patchPotentialRoleRequestInnerV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
38120
38082
  };
38121
38083
  /**
38122
38084
  * The method updates an existing potential role using. The following fields can be modified: * `description` * `name` * `saved` >**NOTE: All other fields cannot be modified.**
@@ -38128,7 +38090,7 @@ var IAIRoleMiningV2025Api = /** @class */ (function (_super) {
38128
38090
  */
38129
38091
  IAIRoleMiningV2025Api.prototype.patchPotentialRole_1 = function (requestParameters, axiosOptions) {
38130
38092
  var _this = this;
38131
- return (0, exports.IAIRoleMiningV2025ApiFp)(this.configuration).patchPotentialRole_1(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.xSailPointExperimental, requestParameters.patchPotentialRoleRequestInnerV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
38093
+ return (0, exports.IAIRoleMiningV2025ApiFp)(this.configuration).patchPotentialRole_1(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.patchPotentialRoleRequestInnerV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
38132
38094
  };
38133
38095
  /**
38134
38096
  * The method updates an existing role mining session using PATCH. Supports op in {\"replace\"} and changes to pruneThreshold and/or minNumIdentitiesInPotentialRole. The potential roles in this role mining session is then re-calculated.
@@ -38169,7 +38131,7 @@ var IconsV2025ApiAxiosParamCreator = function (configuration) {
38169
38131
  * @summary Delete an icon
38170
38132
  * @param {DeleteIconObjectTypeV2025} objectType Object type. Available options [\&#39;application\&#39;]
38171
38133
  * @param {string} objectId Object id.
38172
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
38134
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
38173
38135
  * @param {*} [axiosOptions] Override http request option.
38174
38136
  * @throws {RequiredError}
38175
38137
  */
@@ -38187,8 +38149,6 @@ var IconsV2025ApiAxiosParamCreator = function (configuration) {
38187
38149
  if (xSailPointExperimental === undefined) {
38188
38150
  xSailPointExperimental = 'true';
38189
38151
  }
38190
- // verify required parameter 'xSailPointExperimental' is not null or undefined
38191
- (0, common_1.assertParamExists)('deleteIcon', 'xSailPointExperimental', xSailPointExperimental);
38192
38152
  localVarPath = "/icons/{objectType}/{objectId}"
38193
38153
  .replace("{".concat("objectType", "}"), encodeURIComponent(String(objectType)))
38194
38154
  .replace("{".concat("objectId", "}"), encodeURIComponent(String(objectId)));
@@ -38318,7 +38278,7 @@ var IconsV2025ApiFp = function (configuration) {
38318
38278
  * @summary Delete an icon
38319
38279
  * @param {DeleteIconObjectTypeV2025} objectType Object type. Available options [\&#39;application\&#39;]
38320
38280
  * @param {string} objectId Object id.
38321
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
38281
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
38322
38282
  * @param {*} [axiosOptions] Override http request option.
38323
38283
  * @throws {RequiredError}
38324
38284
  */
@@ -45167,6 +45127,135 @@ exports.MachineAccountMappingsV2025Api = MachineAccountMappingsV2025Api;
45167
45127
  var MachineAccountsV2025ApiAxiosParamCreator = function (configuration) {
45168
45128
  var _this = this;
45169
45129
  return {
45130
+ /**
45131
+ * Create a new machine account subtype for a source.
45132
+ * @summary Create subtype
45133
+ * @param {string} sourceId The ID of the source.
45134
+ * @param {SourceSubtypeV2025} sourceSubtypeV2025
45135
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45136
+ * @param {*} [axiosOptions] Override http request option.
45137
+ * @throws {RequiredError}
45138
+ */
45139
+ createMachineAccountSubtype: function (sourceId, sourceSubtypeV2025, xSailPointExperimental, axiosOptions) {
45140
+ if (axiosOptions === void 0) { axiosOptions = {}; }
45141
+ return __awaiter(_this, void 0, void 0, function () {
45142
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
45143
+ return __generator(this, function (_a) {
45144
+ switch (_a.label) {
45145
+ case 0:
45146
+ // verify required parameter 'sourceId' is not null or undefined
45147
+ (0, common_1.assertParamExists)('createMachineAccountSubtype', 'sourceId', sourceId);
45148
+ // verify required parameter 'sourceSubtypeV2025' is not null or undefined
45149
+ (0, common_1.assertParamExists)('createMachineAccountSubtype', 'sourceSubtypeV2025', sourceSubtypeV2025);
45150
+ if (xSailPointExperimental === undefined) {
45151
+ xSailPointExperimental = 'true';
45152
+ }
45153
+ localVarPath = "/sources/{sourceId}/subtypes"
45154
+ .replace("{".concat("sourceId", "}"), encodeURIComponent(String(sourceId)));
45155
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
45156
+ if (configuration) {
45157
+ baseOptions = configuration.baseOptions;
45158
+ }
45159
+ localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
45160
+ localVarHeaderParameter = {};
45161
+ localVarQueryParameter = {};
45162
+ // authentication userAuth required
45163
+ // oauth required
45164
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
45165
+ // authentication userAuth required
45166
+ // oauth required
45167
+ ];
45168
+ case 1:
45169
+ // authentication userAuth required
45170
+ // oauth required
45171
+ _a.sent();
45172
+ // authentication userAuth required
45173
+ // oauth required
45174
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
45175
+ case 2:
45176
+ // authentication userAuth required
45177
+ // oauth required
45178
+ _a.sent();
45179
+ localVarHeaderParameter['Content-Type'] = 'application/json';
45180
+ if (xSailPointExperimental != null) {
45181
+ localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
45182
+ }
45183
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
45184
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
45185
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
45186
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(sourceSubtypeV2025, localVarRequestOptions, configuration);
45187
+ return [2 /*return*/, {
45188
+ url: (0, common_1.toPathString)(localVarUrlObj),
45189
+ axiosOptions: localVarRequestOptions,
45190
+ }];
45191
+ }
45192
+ });
45193
+ });
45194
+ },
45195
+ /**
45196
+ * Delete a machine account subtype by its ID.
45197
+ * @summary Delete subtype
45198
+ * @param {string} subtypeId The ID of the machine account subtype.
45199
+ * @param {string} technicalName The technical name of the subtype.
45200
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45201
+ * @param {*} [axiosOptions] Override http request option.
45202
+ * @throws {RequiredError}
45203
+ */
45204
+ deleteMachineAccountSubtype: function (subtypeId, technicalName, xSailPointExperimental, axiosOptions) {
45205
+ if (axiosOptions === void 0) { axiosOptions = {}; }
45206
+ return __awaiter(_this, void 0, void 0, function () {
45207
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
45208
+ return __generator(this, function (_a) {
45209
+ switch (_a.label) {
45210
+ case 0:
45211
+ // verify required parameter 'subtypeId' is not null or undefined
45212
+ (0, common_1.assertParamExists)('deleteMachineAccountSubtype', 'subtypeId', subtypeId);
45213
+ // verify required parameter 'technicalName' is not null or undefined
45214
+ (0, common_1.assertParamExists)('deleteMachineAccountSubtype', 'technicalName', technicalName);
45215
+ if (xSailPointExperimental === undefined) {
45216
+ xSailPointExperimental = 'true';
45217
+ }
45218
+ localVarPath = "/sources/{sourceId}/subtypes/{technicalName}"
45219
+ .replace("{".concat("subtypeId", "}"), encodeURIComponent(String(subtypeId)))
45220
+ .replace("{".concat("technicalName", "}"), encodeURIComponent(String(technicalName)));
45221
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
45222
+ if (configuration) {
45223
+ baseOptions = configuration.baseOptions;
45224
+ }
45225
+ localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), axiosOptions);
45226
+ localVarHeaderParameter = {};
45227
+ localVarQueryParameter = {};
45228
+ // authentication userAuth required
45229
+ // oauth required
45230
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
45231
+ // authentication userAuth required
45232
+ // oauth required
45233
+ ];
45234
+ case 1:
45235
+ // authentication userAuth required
45236
+ // oauth required
45237
+ _a.sent();
45238
+ // authentication userAuth required
45239
+ // oauth required
45240
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
45241
+ case 2:
45242
+ // authentication userAuth required
45243
+ // oauth required
45244
+ _a.sent();
45245
+ if (xSailPointExperimental != null) {
45246
+ localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
45247
+ }
45248
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
45249
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
45250
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
45251
+ return [2 /*return*/, {
45252
+ url: (0, common_1.toPathString)(localVarUrlObj),
45253
+ axiosOptions: localVarRequestOptions,
45254
+ }];
45255
+ }
45256
+ });
45257
+ });
45258
+ },
45170
45259
  /**
45171
45260
  * Use this API to return the details for a single machine account by its ID.
45172
45261
  * @summary Machine account details
@@ -45227,6 +45316,210 @@ var MachineAccountsV2025ApiAxiosParamCreator = function (configuration) {
45227
45316
  });
45228
45317
  });
45229
45318
  },
45319
+ /**
45320
+ * Get a machine account subtype by its unique ID.
45321
+ * @summary Retrieve subtype by subtype id
45322
+ * @param {string} subtypeId The ID of the machine account subtype.
45323
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45324
+ * @param {*} [axiosOptions] Override http request option.
45325
+ * @throws {RequiredError}
45326
+ */
45327
+ getMachineAccountSubtypeById: function (subtypeId, xSailPointExperimental, axiosOptions) {
45328
+ if (axiosOptions === void 0) { axiosOptions = {}; }
45329
+ return __awaiter(_this, void 0, void 0, function () {
45330
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
45331
+ return __generator(this, function (_a) {
45332
+ switch (_a.label) {
45333
+ case 0:
45334
+ // verify required parameter 'subtypeId' is not null or undefined
45335
+ (0, common_1.assertParamExists)('getMachineAccountSubtypeById', 'subtypeId', subtypeId);
45336
+ if (xSailPointExperimental === undefined) {
45337
+ xSailPointExperimental = 'true';
45338
+ }
45339
+ localVarPath = "/sources/subtype/{subtypeId}"
45340
+ .replace("{".concat("subtypeId", "}"), encodeURIComponent(String(subtypeId)));
45341
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
45342
+ if (configuration) {
45343
+ baseOptions = configuration.baseOptions;
45344
+ }
45345
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
45346
+ localVarHeaderParameter = {};
45347
+ localVarQueryParameter = {};
45348
+ // authentication userAuth required
45349
+ // oauth required
45350
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
45351
+ // authentication userAuth required
45352
+ // oauth required
45353
+ ];
45354
+ case 1:
45355
+ // authentication userAuth required
45356
+ // oauth required
45357
+ _a.sent();
45358
+ // authentication userAuth required
45359
+ // oauth required
45360
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
45361
+ case 2:
45362
+ // authentication userAuth required
45363
+ // oauth required
45364
+ _a.sent();
45365
+ if (xSailPointExperimental != null) {
45366
+ localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
45367
+ }
45368
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
45369
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
45370
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
45371
+ return [2 /*return*/, {
45372
+ url: (0, common_1.toPathString)(localVarUrlObj),
45373
+ axiosOptions: localVarRequestOptions,
45374
+ }];
45375
+ }
45376
+ });
45377
+ });
45378
+ },
45379
+ /**
45380
+ * Get a machine account subtype by source ID and technical name.
45381
+ * @summary Retrieve subtype by source and technicalName
45382
+ * @param {string} sourceId The ID of the source.
45383
+ * @param {string} technicalName The technical name of the subtype.
45384
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45385
+ * @param {*} [axiosOptions] Override http request option.
45386
+ * @throws {RequiredError}
45387
+ */
45388
+ getMachineAccountSubtypeByTechnicalName: function (sourceId, technicalName, xSailPointExperimental, axiosOptions) {
45389
+ if (axiosOptions === void 0) { axiosOptions = {}; }
45390
+ return __awaiter(_this, void 0, void 0, function () {
45391
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
45392
+ return __generator(this, function (_a) {
45393
+ switch (_a.label) {
45394
+ case 0:
45395
+ // verify required parameter 'sourceId' is not null or undefined
45396
+ (0, common_1.assertParamExists)('getMachineAccountSubtypeByTechnicalName', 'sourceId', sourceId);
45397
+ // verify required parameter 'technicalName' is not null or undefined
45398
+ (0, common_1.assertParamExists)('getMachineAccountSubtypeByTechnicalName', 'technicalName', technicalName);
45399
+ if (xSailPointExperimental === undefined) {
45400
+ xSailPointExperimental = 'true';
45401
+ }
45402
+ localVarPath = "/sources/{sourceId}/subtypes/{technicalName}"
45403
+ .replace("{".concat("sourceId", "}"), encodeURIComponent(String(sourceId)))
45404
+ .replace("{".concat("technicalName", "}"), encodeURIComponent(String(technicalName)));
45405
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
45406
+ if (configuration) {
45407
+ baseOptions = configuration.baseOptions;
45408
+ }
45409
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
45410
+ localVarHeaderParameter = {};
45411
+ localVarQueryParameter = {};
45412
+ // authentication userAuth required
45413
+ // oauth required
45414
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
45415
+ // authentication userAuth required
45416
+ // oauth required
45417
+ ];
45418
+ case 1:
45419
+ // authentication userAuth required
45420
+ // oauth required
45421
+ _a.sent();
45422
+ // authentication userAuth required
45423
+ // oauth required
45424
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
45425
+ case 2:
45426
+ // authentication userAuth required
45427
+ // oauth required
45428
+ _a.sent();
45429
+ if (xSailPointExperimental != null) {
45430
+ localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
45431
+ }
45432
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
45433
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
45434
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
45435
+ return [2 /*return*/, {
45436
+ url: (0, common_1.toPathString)(localVarUrlObj),
45437
+ axiosOptions: localVarRequestOptions,
45438
+ }];
45439
+ }
45440
+ });
45441
+ });
45442
+ },
45443
+ /**
45444
+ * Get all machine account subtypes for a given source.
45445
+ * @summary Retrieve all subtypes by source
45446
+ * @param {string} sourceId The ID of the source.
45447
+ * @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: **displayName**: *eq, sw* **technicalName**: *eq, sw*
45448
+ * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **displayName, technicalName**
45449
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45450
+ * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
45451
+ * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
45452
+ * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
45453
+ * @param {*} [axiosOptions] Override http request option.
45454
+ * @throws {RequiredError}
45455
+ */
45456
+ listMachineAccountSubtypes: function (sourceId, filters, sorters, xSailPointExperimental, count, limit, offset, axiosOptions) {
45457
+ if (axiosOptions === void 0) { axiosOptions = {}; }
45458
+ return __awaiter(_this, void 0, void 0, function () {
45459
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
45460
+ return __generator(this, function (_a) {
45461
+ switch (_a.label) {
45462
+ case 0:
45463
+ // verify required parameter 'sourceId' is not null or undefined
45464
+ (0, common_1.assertParamExists)('listMachineAccountSubtypes', 'sourceId', sourceId);
45465
+ if (xSailPointExperimental === undefined) {
45466
+ xSailPointExperimental = 'true';
45467
+ }
45468
+ localVarPath = "/sources/{sourceId}/subtypes"
45469
+ .replace("{".concat("sourceId", "}"), encodeURIComponent(String(sourceId)));
45470
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
45471
+ if (configuration) {
45472
+ baseOptions = configuration.baseOptions;
45473
+ }
45474
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
45475
+ localVarHeaderParameter = {};
45476
+ localVarQueryParameter = {};
45477
+ // authentication userAuth required
45478
+ // oauth required
45479
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
45480
+ // authentication userAuth required
45481
+ // oauth required
45482
+ ];
45483
+ case 1:
45484
+ // authentication userAuth required
45485
+ // oauth required
45486
+ _a.sent();
45487
+ // authentication userAuth required
45488
+ // oauth required
45489
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
45490
+ case 2:
45491
+ // authentication userAuth required
45492
+ // oauth required
45493
+ _a.sent();
45494
+ if (filters !== undefined) {
45495
+ localVarQueryParameter['filters'] = filters;
45496
+ }
45497
+ if (sorters !== undefined) {
45498
+ localVarQueryParameter['sorters'] = sorters;
45499
+ }
45500
+ if (count !== undefined) {
45501
+ localVarQueryParameter['count'] = count;
45502
+ }
45503
+ if (limit !== undefined) {
45504
+ localVarQueryParameter['limit'] = limit;
45505
+ }
45506
+ if (offset !== undefined) {
45507
+ localVarQueryParameter['offset'] = offset;
45508
+ }
45509
+ if (xSailPointExperimental != null) {
45510
+ localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
45511
+ }
45512
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
45513
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
45514
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
45515
+ return [2 /*return*/, {
45516
+ url: (0, common_1.toPathString)(localVarUrlObj),
45517
+ axiosOptions: localVarRequestOptions,
45518
+ }];
45519
+ }
45520
+ });
45521
+ });
45522
+ },
45230
45523
  /**
45231
45524
  * This returns a list of machine accounts.
45232
45525
  * @summary Machine accounts list
@@ -45303,16 +45596,85 @@ var MachineAccountsV2025ApiAxiosParamCreator = function (configuration) {
45303
45596
  });
45304
45597
  });
45305
45598
  },
45599
+ /**
45600
+ * Update fields of a machine account subtype by its ID. Patchable fields include: `displayName`, `description`, `technicalName`.
45601
+ * @summary Patch subtype
45602
+ * @param {string} subtypeId The ID of the machine account subtype.
45603
+ * @param {string} technicalName The technical name of the subtype.
45604
+ * @param {SourceSubtypeV2025} sourceSubtypeV2025
45605
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45606
+ * @param {*} [axiosOptions] Override http request option.
45607
+ * @throws {RequiredError}
45608
+ */
45609
+ patchMachineAccountSubtype: function (subtypeId, technicalName, sourceSubtypeV2025, xSailPointExperimental, axiosOptions) {
45610
+ if (axiosOptions === void 0) { axiosOptions = {}; }
45611
+ return __awaiter(_this, void 0, void 0, function () {
45612
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
45613
+ return __generator(this, function (_a) {
45614
+ switch (_a.label) {
45615
+ case 0:
45616
+ // verify required parameter 'subtypeId' is not null or undefined
45617
+ (0, common_1.assertParamExists)('patchMachineAccountSubtype', 'subtypeId', subtypeId);
45618
+ // verify required parameter 'technicalName' is not null or undefined
45619
+ (0, common_1.assertParamExists)('patchMachineAccountSubtype', 'technicalName', technicalName);
45620
+ // verify required parameter 'sourceSubtypeV2025' is not null or undefined
45621
+ (0, common_1.assertParamExists)('patchMachineAccountSubtype', 'sourceSubtypeV2025', sourceSubtypeV2025);
45622
+ if (xSailPointExperimental === undefined) {
45623
+ xSailPointExperimental = 'true';
45624
+ }
45625
+ localVarPath = "/sources/{sourceId}/subtypes/{technicalName}"
45626
+ .replace("{".concat("subtypeId", "}"), encodeURIComponent(String(subtypeId)))
45627
+ .replace("{".concat("technicalName", "}"), encodeURIComponent(String(technicalName)));
45628
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
45629
+ if (configuration) {
45630
+ baseOptions = configuration.baseOptions;
45631
+ }
45632
+ localVarRequestOptions = __assign(__assign({ method: 'PATCH' }, baseOptions), axiosOptions);
45633
+ localVarHeaderParameter = {};
45634
+ localVarQueryParameter = {};
45635
+ // authentication userAuth required
45636
+ // oauth required
45637
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
45638
+ // authentication userAuth required
45639
+ // oauth required
45640
+ ];
45641
+ case 1:
45642
+ // authentication userAuth required
45643
+ // oauth required
45644
+ _a.sent();
45645
+ // authentication userAuth required
45646
+ // oauth required
45647
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
45648
+ case 2:
45649
+ // authentication userAuth required
45650
+ // oauth required
45651
+ _a.sent();
45652
+ localVarHeaderParameter['Content-Type'] = 'application/json';
45653
+ if (xSailPointExperimental != null) {
45654
+ localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
45655
+ }
45656
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
45657
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
45658
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
45659
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(sourceSubtypeV2025, localVarRequestOptions, configuration);
45660
+ return [2 /*return*/, {
45661
+ url: (0, common_1.toPathString)(localVarUrlObj),
45662
+ axiosOptions: localVarRequestOptions,
45663
+ }];
45664
+ }
45665
+ });
45666
+ });
45667
+ },
45306
45668
  /**
45307
45669
  * Use this API to update machine accounts details.
45308
45670
  * @summary Update a machine account
45309
45671
  * @param {string} id Machine Account ID.
45310
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
45311
45672
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * description * ownerIdentity * subType * accessType * environment * attributes * classificationMethod * manuallyEdited * nativeIdentity * uuid * source * manuallyCorrelated * enabled * locked * hasEntitlements * connectorAttributes
45673
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45312
45674
  * @param {*} [axiosOptions] Override http request option.
45313
45675
  * @throws {RequiredError}
45314
45676
  */
45315
- updateMachineAccount: function (id, xSailPointExperimental, requestBody, axiosOptions) {
45677
+ updateMachineAccount: function (id, requestBody, xSailPointExperimental, axiosOptions) {
45316
45678
  if (axiosOptions === void 0) { axiosOptions = {}; }
45317
45679
  return __awaiter(_this, void 0, void 0, function () {
45318
45680
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -45321,13 +45683,11 @@ var MachineAccountsV2025ApiAxiosParamCreator = function (configuration) {
45321
45683
  case 0:
45322
45684
  // verify required parameter 'id' is not null or undefined
45323
45685
  (0, common_1.assertParamExists)('updateMachineAccount', 'id', id);
45686
+ // verify required parameter 'requestBody' is not null or undefined
45687
+ (0, common_1.assertParamExists)('updateMachineAccount', 'requestBody', requestBody);
45324
45688
  if (xSailPointExperimental === undefined) {
45325
45689
  xSailPointExperimental = 'true';
45326
45690
  }
45327
- // verify required parameter 'xSailPointExperimental' is not null or undefined
45328
- (0, common_1.assertParamExists)('updateMachineAccount', 'xSailPointExperimental', xSailPointExperimental);
45329
- // verify required parameter 'requestBody' is not null or undefined
45330
- (0, common_1.assertParamExists)('updateMachineAccount', 'requestBody', requestBody);
45331
45691
  localVarPath = "/machine-accounts/{id}"
45332
45692
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
45333
45693
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -45380,6 +45740,56 @@ exports.MachineAccountsV2025ApiAxiosParamCreator = MachineAccountsV2025ApiAxiosP
45380
45740
  var MachineAccountsV2025ApiFp = function (configuration) {
45381
45741
  var localVarAxiosParamCreator = (0, exports.MachineAccountsV2025ApiAxiosParamCreator)(configuration);
45382
45742
  return {
45743
+ /**
45744
+ * Create a new machine account subtype for a source.
45745
+ * @summary Create subtype
45746
+ * @param {string} sourceId The ID of the source.
45747
+ * @param {SourceSubtypeV2025} sourceSubtypeV2025
45748
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45749
+ * @param {*} [axiosOptions] Override http request option.
45750
+ * @throws {RequiredError}
45751
+ */
45752
+ createMachineAccountSubtype: function (sourceId, sourceSubtypeV2025, xSailPointExperimental, axiosOptions) {
45753
+ var _a, _b, _c;
45754
+ return __awaiter(this, void 0, void 0, function () {
45755
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
45756
+ return __generator(this, function (_d) {
45757
+ switch (_d.label) {
45758
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createMachineAccountSubtype(sourceId, sourceSubtypeV2025, xSailPointExperimental, axiosOptions)];
45759
+ case 1:
45760
+ localVarAxiosArgs = _d.sent();
45761
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
45762
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MachineAccountsV2025Api.createMachineAccountSubtype']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
45763
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
45764
+ }
45765
+ });
45766
+ });
45767
+ },
45768
+ /**
45769
+ * Delete a machine account subtype by its ID.
45770
+ * @summary Delete subtype
45771
+ * @param {string} subtypeId The ID of the machine account subtype.
45772
+ * @param {string} technicalName The technical name of the subtype.
45773
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45774
+ * @param {*} [axiosOptions] Override http request option.
45775
+ * @throws {RequiredError}
45776
+ */
45777
+ deleteMachineAccountSubtype: function (subtypeId, technicalName, xSailPointExperimental, axiosOptions) {
45778
+ var _a, _b, _c;
45779
+ return __awaiter(this, void 0, void 0, function () {
45780
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
45781
+ return __generator(this, function (_d) {
45782
+ switch (_d.label) {
45783
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteMachineAccountSubtype(subtypeId, technicalName, xSailPointExperimental, axiosOptions)];
45784
+ case 1:
45785
+ localVarAxiosArgs = _d.sent();
45786
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
45787
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MachineAccountsV2025Api.deleteMachineAccountSubtype']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
45788
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
45789
+ }
45790
+ });
45791
+ });
45792
+ },
45383
45793
  /**
45384
45794
  * Use this API to return the details for a single machine account by its ID.
45385
45795
  * @summary Machine account details
@@ -45404,6 +45814,84 @@ var MachineAccountsV2025ApiFp = function (configuration) {
45404
45814
  });
45405
45815
  });
45406
45816
  },
45817
+ /**
45818
+ * Get a machine account subtype by its unique ID.
45819
+ * @summary Retrieve subtype by subtype id
45820
+ * @param {string} subtypeId The ID of the machine account subtype.
45821
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45822
+ * @param {*} [axiosOptions] Override http request option.
45823
+ * @throws {RequiredError}
45824
+ */
45825
+ getMachineAccountSubtypeById: function (subtypeId, xSailPointExperimental, axiosOptions) {
45826
+ var _a, _b, _c;
45827
+ return __awaiter(this, void 0, void 0, function () {
45828
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
45829
+ return __generator(this, function (_d) {
45830
+ switch (_d.label) {
45831
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getMachineAccountSubtypeById(subtypeId, xSailPointExperimental, axiosOptions)];
45832
+ case 1:
45833
+ localVarAxiosArgs = _d.sent();
45834
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
45835
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MachineAccountsV2025Api.getMachineAccountSubtypeById']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
45836
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
45837
+ }
45838
+ });
45839
+ });
45840
+ },
45841
+ /**
45842
+ * Get a machine account subtype by source ID and technical name.
45843
+ * @summary Retrieve subtype by source and technicalName
45844
+ * @param {string} sourceId The ID of the source.
45845
+ * @param {string} technicalName The technical name of the subtype.
45846
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45847
+ * @param {*} [axiosOptions] Override http request option.
45848
+ * @throws {RequiredError}
45849
+ */
45850
+ getMachineAccountSubtypeByTechnicalName: function (sourceId, technicalName, xSailPointExperimental, axiosOptions) {
45851
+ var _a, _b, _c;
45852
+ return __awaiter(this, void 0, void 0, function () {
45853
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
45854
+ return __generator(this, function (_d) {
45855
+ switch (_d.label) {
45856
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getMachineAccountSubtypeByTechnicalName(sourceId, technicalName, xSailPointExperimental, axiosOptions)];
45857
+ case 1:
45858
+ localVarAxiosArgs = _d.sent();
45859
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
45860
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MachineAccountsV2025Api.getMachineAccountSubtypeByTechnicalName']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
45861
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
45862
+ }
45863
+ });
45864
+ });
45865
+ },
45866
+ /**
45867
+ * Get all machine account subtypes for a given source.
45868
+ * @summary Retrieve all subtypes by source
45869
+ * @param {string} sourceId The ID of the source.
45870
+ * @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: **displayName**: *eq, sw* **technicalName**: *eq, sw*
45871
+ * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **displayName, technicalName**
45872
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45873
+ * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
45874
+ * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
45875
+ * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
45876
+ * @param {*} [axiosOptions] Override http request option.
45877
+ * @throws {RequiredError}
45878
+ */
45879
+ listMachineAccountSubtypes: function (sourceId, filters, sorters, xSailPointExperimental, count, limit, offset, axiosOptions) {
45880
+ var _a, _b, _c;
45881
+ return __awaiter(this, void 0, void 0, function () {
45882
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
45883
+ return __generator(this, function (_d) {
45884
+ switch (_d.label) {
45885
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listMachineAccountSubtypes(sourceId, filters, sorters, xSailPointExperimental, count, limit, offset, axiosOptions)];
45886
+ case 1:
45887
+ localVarAxiosArgs = _d.sent();
45888
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
45889
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MachineAccountsV2025Api.listMachineAccountSubtypes']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
45890
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
45891
+ }
45892
+ });
45893
+ });
45894
+ },
45407
45895
  /**
45408
45896
  * This returns a list of machine accounts.
45409
45897
  * @summary Machine accounts list
@@ -45432,22 +45920,48 @@ var MachineAccountsV2025ApiFp = function (configuration) {
45432
45920
  });
45433
45921
  });
45434
45922
  },
45923
+ /**
45924
+ * Update fields of a machine account subtype by its ID. Patchable fields include: `displayName`, `description`, `technicalName`.
45925
+ * @summary Patch subtype
45926
+ * @param {string} subtypeId The ID of the machine account subtype.
45927
+ * @param {string} technicalName The technical name of the subtype.
45928
+ * @param {SourceSubtypeV2025} sourceSubtypeV2025
45929
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45930
+ * @param {*} [axiosOptions] Override http request option.
45931
+ * @throws {RequiredError}
45932
+ */
45933
+ patchMachineAccountSubtype: function (subtypeId, technicalName, sourceSubtypeV2025, xSailPointExperimental, axiosOptions) {
45934
+ var _a, _b, _c;
45935
+ return __awaiter(this, void 0, void 0, function () {
45936
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
45937
+ return __generator(this, function (_d) {
45938
+ switch (_d.label) {
45939
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchMachineAccountSubtype(subtypeId, technicalName, sourceSubtypeV2025, xSailPointExperimental, axiosOptions)];
45940
+ case 1:
45941
+ localVarAxiosArgs = _d.sent();
45942
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
45943
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MachineAccountsV2025Api.patchMachineAccountSubtype']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
45944
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
45945
+ }
45946
+ });
45947
+ });
45948
+ },
45435
45949
  /**
45436
45950
  * Use this API to update machine accounts details.
45437
45951
  * @summary Update a machine account
45438
45952
  * @param {string} id Machine Account ID.
45439
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
45440
45953
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: * description * ownerIdentity * subType * accessType * environment * attributes * classificationMethod * manuallyEdited * nativeIdentity * uuid * source * manuallyCorrelated * enabled * locked * hasEntitlements * connectorAttributes
45954
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45441
45955
  * @param {*} [axiosOptions] Override http request option.
45442
45956
  * @throws {RequiredError}
45443
45957
  */
45444
- updateMachineAccount: function (id, xSailPointExperimental, requestBody, axiosOptions) {
45958
+ updateMachineAccount: function (id, requestBody, xSailPointExperimental, axiosOptions) {
45445
45959
  var _a, _b, _c;
45446
45960
  return __awaiter(this, void 0, void 0, function () {
45447
45961
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
45448
45962
  return __generator(this, function (_d) {
45449
45963
  switch (_d.label) {
45450
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateMachineAccount(id, xSailPointExperimental, requestBody, axiosOptions)];
45964
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateMachineAccount(id, requestBody, xSailPointExperimental, axiosOptions)];
45451
45965
  case 1:
45452
45966
  localVarAxiosArgs = _d.sent();
45453
45967
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -45467,6 +45981,26 @@ exports.MachineAccountsV2025ApiFp = MachineAccountsV2025ApiFp;
45467
45981
  var MachineAccountsV2025ApiFactory = function (configuration, basePath, axios) {
45468
45982
  var localVarFp = (0, exports.MachineAccountsV2025ApiFp)(configuration);
45469
45983
  return {
45984
+ /**
45985
+ * Create a new machine account subtype for a source.
45986
+ * @summary Create subtype
45987
+ * @param {MachineAccountsV2025ApiCreateMachineAccountSubtypeRequest} requestParameters Request parameters.
45988
+ * @param {*} [axiosOptions] Override http request option.
45989
+ * @throws {RequiredError}
45990
+ */
45991
+ createMachineAccountSubtype: function (requestParameters, axiosOptions) {
45992
+ return localVarFp.createMachineAccountSubtype(requestParameters.sourceId, requestParameters.sourceSubtypeV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
45993
+ },
45994
+ /**
45995
+ * Delete a machine account subtype by its ID.
45996
+ * @summary Delete subtype
45997
+ * @param {MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest} requestParameters Request parameters.
45998
+ * @param {*} [axiosOptions] Override http request option.
45999
+ * @throws {RequiredError}
46000
+ */
46001
+ deleteMachineAccountSubtype: function (requestParameters, axiosOptions) {
46002
+ return localVarFp.deleteMachineAccountSubtype(requestParameters.subtypeId, requestParameters.technicalName, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
46003
+ },
45470
46004
  /**
45471
46005
  * Use this API to return the details for a single machine account by its ID.
45472
46006
  * @summary Machine account details
@@ -45477,6 +46011,36 @@ var MachineAccountsV2025ApiFactory = function (configuration, basePath, axios) {
45477
46011
  getMachineAccount: function (requestParameters, axiosOptions) {
45478
46012
  return localVarFp.getMachineAccount(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
45479
46013
  },
46014
+ /**
46015
+ * Get a machine account subtype by its unique ID.
46016
+ * @summary Retrieve subtype by subtype id
46017
+ * @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByIdRequest} requestParameters Request parameters.
46018
+ * @param {*} [axiosOptions] Override http request option.
46019
+ * @throws {RequiredError}
46020
+ */
46021
+ getMachineAccountSubtypeById: function (requestParameters, axiosOptions) {
46022
+ return localVarFp.getMachineAccountSubtypeById(requestParameters.subtypeId, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
46023
+ },
46024
+ /**
46025
+ * Get a machine account subtype by source ID and technical name.
46026
+ * @summary Retrieve subtype by source and technicalName
46027
+ * @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
46028
+ * @param {*} [axiosOptions] Override http request option.
46029
+ * @throws {RequiredError}
46030
+ */
46031
+ getMachineAccountSubtypeByTechnicalName: function (requestParameters, axiosOptions) {
46032
+ return localVarFp.getMachineAccountSubtypeByTechnicalName(requestParameters.sourceId, requestParameters.technicalName, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
46033
+ },
46034
+ /**
46035
+ * Get all machine account subtypes for a given source.
46036
+ * @summary Retrieve all subtypes by source
46037
+ * @param {MachineAccountsV2025ApiListMachineAccountSubtypesRequest} requestParameters Request parameters.
46038
+ * @param {*} [axiosOptions] Override http request option.
46039
+ * @throws {RequiredError}
46040
+ */
46041
+ listMachineAccountSubtypes: function (requestParameters, axiosOptions) {
46042
+ return localVarFp.listMachineAccountSubtypes(requestParameters.sourceId, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, requestParameters.count, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
46043
+ },
45480
46044
  /**
45481
46045
  * This returns a list of machine accounts.
45482
46046
  * @summary Machine accounts list
@@ -45488,6 +46052,16 @@ var MachineAccountsV2025ApiFactory = function (configuration, basePath, axios) {
45488
46052
  if (requestParameters === void 0) { requestParameters = {}; }
45489
46053
  return localVarFp.listMachineAccounts(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
45490
46054
  },
46055
+ /**
46056
+ * Update fields of a machine account subtype by its ID. Patchable fields include: `displayName`, `description`, `technicalName`.
46057
+ * @summary Patch subtype
46058
+ * @param {MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest} requestParameters Request parameters.
46059
+ * @param {*} [axiosOptions] Override http request option.
46060
+ * @throws {RequiredError}
46061
+ */
46062
+ patchMachineAccountSubtype: function (requestParameters, axiosOptions) {
46063
+ return localVarFp.patchMachineAccountSubtype(requestParameters.subtypeId, requestParameters.technicalName, requestParameters.sourceSubtypeV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
46064
+ },
45491
46065
  /**
45492
46066
  * Use this API to update machine accounts details.
45493
46067
  * @summary Update a machine account
@@ -45496,7 +46070,7 @@ var MachineAccountsV2025ApiFactory = function (configuration, basePath, axios) {
45496
46070
  * @throws {RequiredError}
45497
46071
  */
45498
46072
  updateMachineAccount: function (requestParameters, axiosOptions) {
45499
- return localVarFp.updateMachineAccount(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(axios, basePath); });
46073
+ return localVarFp.updateMachineAccount(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
45500
46074
  },
45501
46075
  };
45502
46076
  };
@@ -45512,6 +46086,30 @@ var MachineAccountsV2025Api = /** @class */ (function (_super) {
45512
46086
  function MachineAccountsV2025Api() {
45513
46087
  return _super !== null && _super.apply(this, arguments) || this;
45514
46088
  }
46089
+ /**
46090
+ * Create a new machine account subtype for a source.
46091
+ * @summary Create subtype
46092
+ * @param {MachineAccountsV2025ApiCreateMachineAccountSubtypeRequest} requestParameters Request parameters.
46093
+ * @param {*} [axiosOptions] Override http request option.
46094
+ * @throws {RequiredError}
46095
+ * @memberof MachineAccountsV2025Api
46096
+ */
46097
+ MachineAccountsV2025Api.prototype.createMachineAccountSubtype = function (requestParameters, axiosOptions) {
46098
+ var _this = this;
46099
+ return (0, exports.MachineAccountsV2025ApiFp)(this.configuration).createMachineAccountSubtype(requestParameters.sourceId, requestParameters.sourceSubtypeV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
46100
+ };
46101
+ /**
46102
+ * Delete a machine account subtype by its ID.
46103
+ * @summary Delete subtype
46104
+ * @param {MachineAccountsV2025ApiDeleteMachineAccountSubtypeRequest} requestParameters Request parameters.
46105
+ * @param {*} [axiosOptions] Override http request option.
46106
+ * @throws {RequiredError}
46107
+ * @memberof MachineAccountsV2025Api
46108
+ */
46109
+ MachineAccountsV2025Api.prototype.deleteMachineAccountSubtype = function (requestParameters, axiosOptions) {
46110
+ var _this = this;
46111
+ return (0, exports.MachineAccountsV2025ApiFp)(this.configuration).deleteMachineAccountSubtype(requestParameters.subtypeId, requestParameters.technicalName, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
46112
+ };
45515
46113
  /**
45516
46114
  * Use this API to return the details for a single machine account by its ID.
45517
46115
  * @summary Machine account details
@@ -45524,6 +46122,42 @@ var MachineAccountsV2025Api = /** @class */ (function (_super) {
45524
46122
  var _this = this;
45525
46123
  return (0, exports.MachineAccountsV2025ApiFp)(this.configuration).getMachineAccount(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
45526
46124
  };
46125
+ /**
46126
+ * Get a machine account subtype by its unique ID.
46127
+ * @summary Retrieve subtype by subtype id
46128
+ * @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByIdRequest} requestParameters Request parameters.
46129
+ * @param {*} [axiosOptions] Override http request option.
46130
+ * @throws {RequiredError}
46131
+ * @memberof MachineAccountsV2025Api
46132
+ */
46133
+ MachineAccountsV2025Api.prototype.getMachineAccountSubtypeById = function (requestParameters, axiosOptions) {
46134
+ var _this = this;
46135
+ return (0, exports.MachineAccountsV2025ApiFp)(this.configuration).getMachineAccountSubtypeById(requestParameters.subtypeId, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
46136
+ };
46137
+ /**
46138
+ * Get a machine account subtype by source ID and technical name.
46139
+ * @summary Retrieve subtype by source and technicalName
46140
+ * @param {MachineAccountsV2025ApiGetMachineAccountSubtypeByTechnicalNameRequest} requestParameters Request parameters.
46141
+ * @param {*} [axiosOptions] Override http request option.
46142
+ * @throws {RequiredError}
46143
+ * @memberof MachineAccountsV2025Api
46144
+ */
46145
+ MachineAccountsV2025Api.prototype.getMachineAccountSubtypeByTechnicalName = function (requestParameters, axiosOptions) {
46146
+ var _this = this;
46147
+ return (0, exports.MachineAccountsV2025ApiFp)(this.configuration).getMachineAccountSubtypeByTechnicalName(requestParameters.sourceId, requestParameters.technicalName, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
46148
+ };
46149
+ /**
46150
+ * Get all machine account subtypes for a given source.
46151
+ * @summary Retrieve all subtypes by source
46152
+ * @param {MachineAccountsV2025ApiListMachineAccountSubtypesRequest} requestParameters Request parameters.
46153
+ * @param {*} [axiosOptions] Override http request option.
46154
+ * @throws {RequiredError}
46155
+ * @memberof MachineAccountsV2025Api
46156
+ */
46157
+ MachineAccountsV2025Api.prototype.listMachineAccountSubtypes = function (requestParameters, axiosOptions) {
46158
+ var _this = this;
46159
+ return (0, exports.MachineAccountsV2025ApiFp)(this.configuration).listMachineAccountSubtypes(requestParameters.sourceId, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, requestParameters.count, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
46160
+ };
45527
46161
  /**
45528
46162
  * This returns a list of machine accounts.
45529
46163
  * @summary Machine accounts list
@@ -45537,6 +46171,18 @@ var MachineAccountsV2025Api = /** @class */ (function (_super) {
45537
46171
  if (requestParameters === void 0) { requestParameters = {}; }
45538
46172
  return (0, exports.MachineAccountsV2025ApiFp)(this.configuration).listMachineAccounts(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
45539
46173
  };
46174
+ /**
46175
+ * Update fields of a machine account subtype by its ID. Patchable fields include: `displayName`, `description`, `technicalName`.
46176
+ * @summary Patch subtype
46177
+ * @param {MachineAccountsV2025ApiPatchMachineAccountSubtypeRequest} requestParameters Request parameters.
46178
+ * @param {*} [axiosOptions] Override http request option.
46179
+ * @throws {RequiredError}
46180
+ * @memberof MachineAccountsV2025Api
46181
+ */
46182
+ MachineAccountsV2025Api.prototype.patchMachineAccountSubtype = function (requestParameters, axiosOptions) {
46183
+ var _this = this;
46184
+ return (0, exports.MachineAccountsV2025ApiFp)(this.configuration).patchMachineAccountSubtype(requestParameters.subtypeId, requestParameters.technicalName, requestParameters.sourceSubtypeV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
46185
+ };
45540
46186
  /**
45541
46187
  * Use this API to update machine accounts details.
45542
46188
  * @summary Update a machine account
@@ -45547,7 +46193,7 @@ var MachineAccountsV2025Api = /** @class */ (function (_super) {
45547
46193
  */
45548
46194
  MachineAccountsV2025Api.prototype.updateMachineAccount = function (requestParameters, axiosOptions) {
45549
46195
  var _this = this;
45550
- return (0, exports.MachineAccountsV2025ApiFp)(this.configuration).updateMachineAccount(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
46196
+ return (0, exports.MachineAccountsV2025ApiFp)(this.configuration).updateMachineAccount(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
45551
46197
  };
45552
46198
  return MachineAccountsV2025Api;
45553
46199
  }(base_1.BaseAPI));
@@ -45906,25 +46552,23 @@ var MachineIdentitiesV2025ApiAxiosParamCreator = function (configuration) {
45906
46552
  /**
45907
46553
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
45908
46554
  * @summary Create machine identities
45909
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
45910
46555
  * @param {MachineIdentityV2025} machineIdentityV2025
46556
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45911
46557
  * @param {*} [axiosOptions] Override http request option.
45912
46558
  * @throws {RequiredError}
45913
46559
  */
45914
- createMachineIdentity: function (xSailPointExperimental, machineIdentityV2025, axiosOptions) {
46560
+ createMachineIdentity: function (machineIdentityV2025, xSailPointExperimental, axiosOptions) {
45915
46561
  if (axiosOptions === void 0) { axiosOptions = {}; }
45916
46562
  return __awaiter(_this, void 0, void 0, function () {
45917
46563
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
45918
46564
  return __generator(this, function (_a) {
45919
46565
  switch (_a.label) {
45920
46566
  case 0:
46567
+ // verify required parameter 'machineIdentityV2025' is not null or undefined
46568
+ (0, common_1.assertParamExists)('createMachineIdentity', 'machineIdentityV2025', machineIdentityV2025);
45921
46569
  if (xSailPointExperimental === undefined) {
45922
46570
  xSailPointExperimental = 'true';
45923
46571
  }
45924
- // verify required parameter 'xSailPointExperimental' is not null or undefined
45925
- (0, common_1.assertParamExists)('createMachineIdentity', 'xSailPointExperimental', xSailPointExperimental);
45926
- // verify required parameter 'machineIdentityV2025' is not null or undefined
45927
- (0, common_1.assertParamExists)('createMachineIdentity', 'machineIdentityV2025', machineIdentityV2025);
45928
46572
  localVarPath = "/machine-identities";
45929
46573
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
45930
46574
  if (configuration) {
@@ -45970,7 +46614,7 @@ var MachineIdentitiesV2025ApiAxiosParamCreator = function (configuration) {
45970
46614
  * The API returns successful response if the requested machine identity was deleted.
45971
46615
  * @summary Delete machine identity
45972
46616
  * @param {string} id Machine Identity ID
45973
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
46617
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
45974
46618
  * @param {*} [axiosOptions] Override http request option.
45975
46619
  * @throws {RequiredError}
45976
46620
  */
@@ -45986,8 +46630,6 @@ var MachineIdentitiesV2025ApiAxiosParamCreator = function (configuration) {
45986
46630
  if (xSailPointExperimental === undefined) {
45987
46631
  xSailPointExperimental = 'true';
45988
46632
  }
45989
- // verify required parameter 'xSailPointExperimental' is not null or undefined
45990
- (0, common_1.assertParamExists)('deleteMachineIdentity', 'xSailPointExperimental', xSailPointExperimental);
45991
46633
  localVarPath = "/machine-identities/{id}"
45992
46634
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
45993
46635
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -46168,12 +46810,12 @@ var MachineIdentitiesV2025ApiAxiosParamCreator = function (configuration) {
46168
46810
  * Use this API to update machine identity details.
46169
46811
  * @summary Update a machine identity
46170
46812
  * @param {string} id Machine Identity ID.
46171
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
46172
46813
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
46814
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
46173
46815
  * @param {*} [axiosOptions] Override http request option.
46174
46816
  * @throws {RequiredError}
46175
46817
  */
46176
- updateMachineIdentity: function (id, xSailPointExperimental, requestBody, axiosOptions) {
46818
+ updateMachineIdentity: function (id, requestBody, xSailPointExperimental, axiosOptions) {
46177
46819
  if (axiosOptions === void 0) { axiosOptions = {}; }
46178
46820
  return __awaiter(_this, void 0, void 0, function () {
46179
46821
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -46182,13 +46824,11 @@ var MachineIdentitiesV2025ApiAxiosParamCreator = function (configuration) {
46182
46824
  case 0:
46183
46825
  // verify required parameter 'id' is not null or undefined
46184
46826
  (0, common_1.assertParamExists)('updateMachineIdentity', 'id', id);
46827
+ // verify required parameter 'requestBody' is not null or undefined
46828
+ (0, common_1.assertParamExists)('updateMachineIdentity', 'requestBody', requestBody);
46185
46829
  if (xSailPointExperimental === undefined) {
46186
46830
  xSailPointExperimental = 'true';
46187
46831
  }
46188
- // verify required parameter 'xSailPointExperimental' is not null or undefined
46189
- (0, common_1.assertParamExists)('updateMachineIdentity', 'xSailPointExperimental', xSailPointExperimental);
46190
- // verify required parameter 'requestBody' is not null or undefined
46191
- (0, common_1.assertParamExists)('updateMachineIdentity', 'requestBody', requestBody);
46192
46832
  localVarPath = "/machine-identities/{id}"
46193
46833
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
46194
46834
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -46244,18 +46884,18 @@ var MachineIdentitiesV2025ApiFp = function (configuration) {
46244
46884
  /**
46245
46885
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
46246
46886
  * @summary Create machine identities
46247
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
46248
46887
  * @param {MachineIdentityV2025} machineIdentityV2025
46888
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
46249
46889
  * @param {*} [axiosOptions] Override http request option.
46250
46890
  * @throws {RequiredError}
46251
46891
  */
46252
- createMachineIdentity: function (xSailPointExperimental, machineIdentityV2025, axiosOptions) {
46892
+ createMachineIdentity: function (machineIdentityV2025, xSailPointExperimental, axiosOptions) {
46253
46893
  var _a, _b, _c;
46254
46894
  return __awaiter(this, void 0, void 0, function () {
46255
46895
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
46256
46896
  return __generator(this, function (_d) {
46257
46897
  switch (_d.label) {
46258
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createMachineIdentity(xSailPointExperimental, machineIdentityV2025, axiosOptions)];
46898
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createMachineIdentity(machineIdentityV2025, xSailPointExperimental, axiosOptions)];
46259
46899
  case 1:
46260
46900
  localVarAxiosArgs = _d.sent();
46261
46901
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -46269,7 +46909,7 @@ var MachineIdentitiesV2025ApiFp = function (configuration) {
46269
46909
  * The API returns successful response if the requested machine identity was deleted.
46270
46910
  * @summary Delete machine identity
46271
46911
  * @param {string} id Machine Identity ID
46272
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
46912
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
46273
46913
  * @param {*} [axiosOptions] Override http request option.
46274
46914
  * @throws {RequiredError}
46275
46915
  */
@@ -46345,18 +46985,18 @@ var MachineIdentitiesV2025ApiFp = function (configuration) {
46345
46985
  * Use this API to update machine identity details.
46346
46986
  * @summary Update a machine identity
46347
46987
  * @param {string} id Machine Identity ID.
46348
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
46349
46988
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
46989
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
46350
46990
  * @param {*} [axiosOptions] Override http request option.
46351
46991
  * @throws {RequiredError}
46352
46992
  */
46353
- updateMachineIdentity: function (id, xSailPointExperimental, requestBody, axiosOptions) {
46993
+ updateMachineIdentity: function (id, requestBody, xSailPointExperimental, axiosOptions) {
46354
46994
  var _a, _b, _c;
46355
46995
  return __awaiter(this, void 0, void 0, function () {
46356
46996
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
46357
46997
  return __generator(this, function (_d) {
46358
46998
  switch (_d.label) {
46359
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateMachineIdentity(id, xSailPointExperimental, requestBody, axiosOptions)];
46999
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateMachineIdentity(id, requestBody, xSailPointExperimental, axiosOptions)];
46360
47000
  case 1:
46361
47001
  localVarAxiosArgs = _d.sent();
46362
47002
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -46384,7 +47024,7 @@ var MachineIdentitiesV2025ApiFactory = function (configuration, basePath, axios)
46384
47024
  * @throws {RequiredError}
46385
47025
  */
46386
47026
  createMachineIdentity: function (requestParameters, axiosOptions) {
46387
- return localVarFp.createMachineIdentity(requestParameters.xSailPointExperimental, requestParameters.machineIdentityV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
47027
+ return localVarFp.createMachineIdentity(requestParameters.machineIdentityV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
46388
47028
  },
46389
47029
  /**
46390
47030
  * The API returns successful response if the requested machine identity was deleted.
@@ -46425,7 +47065,7 @@ var MachineIdentitiesV2025ApiFactory = function (configuration, basePath, axios)
46425
47065
  * @throws {RequiredError}
46426
47066
  */
46427
47067
  updateMachineIdentity: function (requestParameters, axiosOptions) {
46428
- return localVarFp.updateMachineIdentity(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(axios, basePath); });
47068
+ return localVarFp.updateMachineIdentity(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
46429
47069
  },
46430
47070
  };
46431
47071
  };
@@ -46451,7 +47091,7 @@ var MachineIdentitiesV2025Api = /** @class */ (function (_super) {
46451
47091
  */
46452
47092
  MachineIdentitiesV2025Api.prototype.createMachineIdentity = function (requestParameters, axiosOptions) {
46453
47093
  var _this = this;
46454
- return (0, exports.MachineIdentitiesV2025ApiFp)(this.configuration).createMachineIdentity(requestParameters.xSailPointExperimental, requestParameters.machineIdentityV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
47094
+ return (0, exports.MachineIdentitiesV2025ApiFp)(this.configuration).createMachineIdentity(requestParameters.machineIdentityV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
46455
47095
  };
46456
47096
  /**
46457
47097
  * The API returns successful response if the requested machine identity was deleted.
@@ -46500,7 +47140,7 @@ var MachineIdentitiesV2025Api = /** @class */ (function (_super) {
46500
47140
  */
46501
47141
  MachineIdentitiesV2025Api.prototype.updateMachineIdentity = function (requestParameters, axiosOptions) {
46502
47142
  var _this = this;
46503
- return (0, exports.MachineIdentitiesV2025ApiFp)(this.configuration).updateMachineIdentity(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
47143
+ return (0, exports.MachineIdentitiesV2025ApiFp)(this.configuration).updateMachineIdentity(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
46504
47144
  };
46505
47145
  return MachineIdentitiesV2025Api;
46506
47146
  }(base_1.BaseAPI));
@@ -53364,25 +54004,23 @@ var NotificationsV2025ApiAxiosParamCreator = function (configuration) {
53364
54004
  /**
53365
54005
  * Create a domain to be verified via DKIM (DomainKeys Identified Mail)
53366
54006
  * @summary Verify domain address via dkim
53367
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
53368
54007
  * @param {DomainAddressV2025} domainAddressV2025
54008
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
53369
54009
  * @param {*} [axiosOptions] Override http request option.
53370
54010
  * @throws {RequiredError}
53371
54011
  */
53372
- createDomainDkim: function (xSailPointExperimental, domainAddressV2025, axiosOptions) {
54012
+ createDomainDkim: function (domainAddressV2025, xSailPointExperimental, axiosOptions) {
53373
54013
  if (axiosOptions === void 0) { axiosOptions = {}; }
53374
54014
  return __awaiter(_this, void 0, void 0, function () {
53375
54015
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
53376
54016
  return __generator(this, function (_a) {
53377
54017
  switch (_a.label) {
53378
54018
  case 0:
54019
+ // verify required parameter 'domainAddressV2025' is not null or undefined
54020
+ (0, common_1.assertParamExists)('createDomainDkim', 'domainAddressV2025', domainAddressV2025);
53379
54021
  if (xSailPointExperimental === undefined) {
53380
54022
  xSailPointExperimental = 'true';
53381
54023
  }
53382
- // verify required parameter 'xSailPointExperimental' is not null or undefined
53383
- (0, common_1.assertParamExists)('createDomainDkim', 'xSailPointExperimental', xSailPointExperimental);
53384
- // verify required parameter 'domainAddressV2025' is not null or undefined
53385
- (0, common_1.assertParamExists)('createDomainDkim', 'domainAddressV2025', domainAddressV2025);
53386
54024
  localVarPath = "/verified-domains";
53387
54025
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
53388
54026
  if (configuration) {
@@ -53427,25 +54065,23 @@ var NotificationsV2025ApiAxiosParamCreator = function (configuration) {
53427
54065
  /**
53428
54066
  * This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
53429
54067
  * @summary Create notification template
53430
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
53431
54068
  * @param {TemplateDtoV2025} templateDtoV2025
54069
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
53432
54070
  * @param {*} [axiosOptions] Override http request option.
53433
54071
  * @throws {RequiredError}
53434
54072
  */
53435
- createNotificationTemplate: function (xSailPointExperimental, templateDtoV2025, axiosOptions) {
54073
+ createNotificationTemplate: function (templateDtoV2025, xSailPointExperimental, axiosOptions) {
53436
54074
  if (axiosOptions === void 0) { axiosOptions = {}; }
53437
54075
  return __awaiter(_this, void 0, void 0, function () {
53438
54076
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
53439
54077
  return __generator(this, function (_a) {
53440
54078
  switch (_a.label) {
53441
54079
  case 0:
54080
+ // verify required parameter 'templateDtoV2025' is not null or undefined
54081
+ (0, common_1.assertParamExists)('createNotificationTemplate', 'templateDtoV2025', templateDtoV2025);
53442
54082
  if (xSailPointExperimental === undefined) {
53443
54083
  xSailPointExperimental = 'true';
53444
54084
  }
53445
- // verify required parameter 'xSailPointExperimental' is not null or undefined
53446
- (0, common_1.assertParamExists)('createNotificationTemplate', 'xSailPointExperimental', xSailPointExperimental);
53447
- // verify required parameter 'templateDtoV2025' is not null or undefined
53448
- (0, common_1.assertParamExists)('createNotificationTemplate', 'templateDtoV2025', templateDtoV2025);
53449
54085
  localVarPath = "/notification-templates";
53450
54086
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
53451
54087
  if (configuration) {
@@ -53490,25 +54126,23 @@ var NotificationsV2025ApiAxiosParamCreator = function (configuration) {
53490
54126
  /**
53491
54127
  * Create a new sender email address and initiate verification process.
53492
54128
  * @summary Create verified from address
53493
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
53494
54129
  * @param {EmailStatusDtoV2025} emailStatusDtoV2025
54130
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
53495
54131
  * @param {*} [axiosOptions] Override http request option.
53496
54132
  * @throws {RequiredError}
53497
54133
  */
53498
- createVerifiedFromAddress: function (xSailPointExperimental, emailStatusDtoV2025, axiosOptions) {
54134
+ createVerifiedFromAddress: function (emailStatusDtoV2025, xSailPointExperimental, axiosOptions) {
53499
54135
  if (axiosOptions === void 0) { axiosOptions = {}; }
53500
54136
  return __awaiter(_this, void 0, void 0, function () {
53501
54137
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
53502
54138
  return __generator(this, function (_a) {
53503
54139
  switch (_a.label) {
53504
54140
  case 0:
54141
+ // verify required parameter 'emailStatusDtoV2025' is not null or undefined
54142
+ (0, common_1.assertParamExists)('createVerifiedFromAddress', 'emailStatusDtoV2025', emailStatusDtoV2025);
53505
54143
  if (xSailPointExperimental === undefined) {
53506
54144
  xSailPointExperimental = 'true';
53507
54145
  }
53508
- // verify required parameter 'xSailPointExperimental' is not null or undefined
53509
- (0, common_1.assertParamExists)('createVerifiedFromAddress', 'xSailPointExperimental', xSailPointExperimental);
53510
- // verify required parameter 'emailStatusDtoV2025' is not null or undefined
53511
- (0, common_1.assertParamExists)('createVerifiedFromAddress', 'emailStatusDtoV2025', emailStatusDtoV2025);
53512
54146
  localVarPath = "/verified-from-addresses";
53513
54147
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
53514
54148
  if (configuration) {
@@ -54312,18 +54946,18 @@ var NotificationsV2025ApiFp = function (configuration) {
54312
54946
  /**
54313
54947
  * Create a domain to be verified via DKIM (DomainKeys Identified Mail)
54314
54948
  * @summary Verify domain address via dkim
54315
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
54316
54949
  * @param {DomainAddressV2025} domainAddressV2025
54950
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54317
54951
  * @param {*} [axiosOptions] Override http request option.
54318
54952
  * @throws {RequiredError}
54319
54953
  */
54320
- createDomainDkim: function (xSailPointExperimental, domainAddressV2025, axiosOptions) {
54954
+ createDomainDkim: function (domainAddressV2025, xSailPointExperimental, axiosOptions) {
54321
54955
  var _a, _b, _c;
54322
54956
  return __awaiter(this, void 0, void 0, function () {
54323
54957
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
54324
54958
  return __generator(this, function (_d) {
54325
54959
  switch (_d.label) {
54326
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createDomainDkim(xSailPointExperimental, domainAddressV2025, axiosOptions)];
54960
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createDomainDkim(domainAddressV2025, xSailPointExperimental, axiosOptions)];
54327
54961
  case 1:
54328
54962
  localVarAxiosArgs = _d.sent();
54329
54963
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -54336,18 +54970,18 @@ var NotificationsV2025ApiFp = function (configuration) {
54336
54970
  /**
54337
54971
  * This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
54338
54972
  * @summary Create notification template
54339
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
54340
54973
  * @param {TemplateDtoV2025} templateDtoV2025
54974
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54341
54975
  * @param {*} [axiosOptions] Override http request option.
54342
54976
  * @throws {RequiredError}
54343
54977
  */
54344
- createNotificationTemplate: function (xSailPointExperimental, templateDtoV2025, axiosOptions) {
54978
+ createNotificationTemplate: function (templateDtoV2025, xSailPointExperimental, axiosOptions) {
54345
54979
  var _a, _b, _c;
54346
54980
  return __awaiter(this, void 0, void 0, function () {
54347
54981
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
54348
54982
  return __generator(this, function (_d) {
54349
54983
  switch (_d.label) {
54350
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createNotificationTemplate(xSailPointExperimental, templateDtoV2025, axiosOptions)];
54984
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createNotificationTemplate(templateDtoV2025, xSailPointExperimental, axiosOptions)];
54351
54985
  case 1:
54352
54986
  localVarAxiosArgs = _d.sent();
54353
54987
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -54360,18 +54994,18 @@ var NotificationsV2025ApiFp = function (configuration) {
54360
54994
  /**
54361
54995
  * Create a new sender email address and initiate verification process.
54362
54996
  * @summary Create verified from address
54363
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
54364
54997
  * @param {EmailStatusDtoV2025} emailStatusDtoV2025
54998
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54365
54999
  * @param {*} [axiosOptions] Override http request option.
54366
55000
  * @throws {RequiredError}
54367
55001
  */
54368
- createVerifiedFromAddress: function (xSailPointExperimental, emailStatusDtoV2025, axiosOptions) {
55002
+ createVerifiedFromAddress: function (emailStatusDtoV2025, xSailPointExperimental, axiosOptions) {
54369
55003
  var _a, _b, _c;
54370
55004
  return __awaiter(this, void 0, void 0, function () {
54371
55005
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
54372
55006
  return __generator(this, function (_d) {
54373
55007
  switch (_d.label) {
54374
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createVerifiedFromAddress(xSailPointExperimental, emailStatusDtoV2025, axiosOptions)];
55008
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createVerifiedFromAddress(emailStatusDtoV2025, xSailPointExperimental, axiosOptions)];
54375
55009
  case 1:
54376
55010
  localVarAxiosArgs = _d.sent();
54377
55011
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -54693,7 +55327,7 @@ var NotificationsV2025ApiFactory = function (configuration, basePath, axios) {
54693
55327
  * @throws {RequiredError}
54694
55328
  */
54695
55329
  createDomainDkim: function (requestParameters, axiosOptions) {
54696
- return localVarFp.createDomainDkim(requestParameters.xSailPointExperimental, requestParameters.domainAddressV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
55330
+ return localVarFp.createDomainDkim(requestParameters.domainAddressV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
54697
55331
  },
54698
55332
  /**
54699
55333
  * This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
@@ -54703,7 +55337,7 @@ var NotificationsV2025ApiFactory = function (configuration, basePath, axios) {
54703
55337
  * @throws {RequiredError}
54704
55338
  */
54705
55339
  createNotificationTemplate: function (requestParameters, axiosOptions) {
54706
- return localVarFp.createNotificationTemplate(requestParameters.xSailPointExperimental, requestParameters.templateDtoV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
55340
+ return localVarFp.createNotificationTemplate(requestParameters.templateDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
54707
55341
  },
54708
55342
  /**
54709
55343
  * Create a new sender email address and initiate verification process.
@@ -54713,7 +55347,7 @@ var NotificationsV2025ApiFactory = function (configuration, basePath, axios) {
54713
55347
  * @throws {RequiredError}
54714
55348
  */
54715
55349
  createVerifiedFromAddress: function (requestParameters, axiosOptions) {
54716
- return localVarFp.createVerifiedFromAddress(requestParameters.xSailPointExperimental, requestParameters.emailStatusDtoV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
55350
+ return localVarFp.createVerifiedFromAddress(requestParameters.emailStatusDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
54717
55351
  },
54718
55352
  /**
54719
55353
  * This lets you bulk delete templates that you previously created for your site. Since this is a beta feature, please contact support to enable usage.
@@ -54865,7 +55499,7 @@ var NotificationsV2025Api = /** @class */ (function (_super) {
54865
55499
  */
54866
55500
  NotificationsV2025Api.prototype.createDomainDkim = function (requestParameters, axiosOptions) {
54867
55501
  var _this = this;
54868
- return (0, exports.NotificationsV2025ApiFp)(this.configuration).createDomainDkim(requestParameters.xSailPointExperimental, requestParameters.domainAddressV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
55502
+ return (0, exports.NotificationsV2025ApiFp)(this.configuration).createDomainDkim(requestParameters.domainAddressV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
54869
55503
  };
54870
55504
  /**
54871
55505
  * This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
@@ -54877,7 +55511,7 @@ var NotificationsV2025Api = /** @class */ (function (_super) {
54877
55511
  */
54878
55512
  NotificationsV2025Api.prototype.createNotificationTemplate = function (requestParameters, axiosOptions) {
54879
55513
  var _this = this;
54880
- return (0, exports.NotificationsV2025ApiFp)(this.configuration).createNotificationTemplate(requestParameters.xSailPointExperimental, requestParameters.templateDtoV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
55514
+ return (0, exports.NotificationsV2025ApiFp)(this.configuration).createNotificationTemplate(requestParameters.templateDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
54881
55515
  };
54882
55516
  /**
54883
55517
  * Create a new sender email address and initiate verification process.
@@ -54889,7 +55523,7 @@ var NotificationsV2025Api = /** @class */ (function (_super) {
54889
55523
  */
54890
55524
  NotificationsV2025Api.prototype.createVerifiedFromAddress = function (requestParameters, axiosOptions) {
54891
55525
  var _this = this;
54892
- return (0, exports.NotificationsV2025ApiFp)(this.configuration).createVerifiedFromAddress(requestParameters.xSailPointExperimental, requestParameters.emailStatusDtoV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
55526
+ return (0, exports.NotificationsV2025ApiFp)(this.configuration).createVerifiedFromAddress(requestParameters.emailStatusDtoV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
54893
55527
  };
54894
55528
  /**
54895
55529
  * This lets you bulk delete templates that you previously created for your site. Since this is a beta feature, please contact support to enable usage.
@@ -62442,25 +63076,23 @@ var SIMIntegrationsV2025ApiAxiosParamCreator = function (configuration) {
62442
63076
  /**
62443
63077
  * Create a new SIM Integrations.
62444
63078
  * @summary Create new sim integration
62445
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
62446
63079
  * @param {SimIntegrationDetailsV2025} simIntegrationDetailsV2025 DTO containing the details of the SIM integration
63080
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62447
63081
  * @param {*} [axiosOptions] Override http request option.
62448
63082
  * @throws {RequiredError}
62449
63083
  */
62450
- createSIMIntegration: function (xSailPointExperimental, simIntegrationDetailsV2025, axiosOptions) {
63084
+ createSIMIntegration: function (simIntegrationDetailsV2025, xSailPointExperimental, axiosOptions) {
62451
63085
  if (axiosOptions === void 0) { axiosOptions = {}; }
62452
63086
  return __awaiter(_this, void 0, void 0, function () {
62453
63087
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
62454
63088
  return __generator(this, function (_a) {
62455
63089
  switch (_a.label) {
62456
63090
  case 0:
63091
+ // verify required parameter 'simIntegrationDetailsV2025' is not null or undefined
63092
+ (0, common_1.assertParamExists)('createSIMIntegration', 'simIntegrationDetailsV2025', simIntegrationDetailsV2025);
62457
63093
  if (xSailPointExperimental === undefined) {
62458
63094
  xSailPointExperimental = 'true';
62459
63095
  }
62460
- // verify required parameter 'xSailPointExperimental' is not null or undefined
62461
- (0, common_1.assertParamExists)('createSIMIntegration', 'xSailPointExperimental', xSailPointExperimental);
62462
- // verify required parameter 'simIntegrationDetailsV2025' is not null or undefined
62463
- (0, common_1.assertParamExists)('createSIMIntegration', 'simIntegrationDetailsV2025', simIntegrationDetailsV2025);
62464
63096
  localVarPath = "/sim-integrations";
62465
63097
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
62466
63098
  if (configuration) {
@@ -62506,7 +63138,7 @@ var SIMIntegrationsV2025ApiAxiosParamCreator = function (configuration) {
62506
63138
  * Get the details of a SIM integration.
62507
63139
  * @summary Delete a sim integration
62508
63140
  * @param {string} id The id of the integration to delete.
62509
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
63141
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62510
63142
  * @param {*} [axiosOptions] Override http request option.
62511
63143
  * @throws {RequiredError}
62512
63144
  */
@@ -62522,8 +63154,6 @@ var SIMIntegrationsV2025ApiAxiosParamCreator = function (configuration) {
62522
63154
  if (xSailPointExperimental === undefined) {
62523
63155
  xSailPointExperimental = 'true';
62524
63156
  }
62525
- // verify required parameter 'xSailPointExperimental' is not null or undefined
62526
- (0, common_1.assertParamExists)('deleteSIMIntegration', 'xSailPointExperimental', xSailPointExperimental);
62527
63157
  localVarPath = "/sim-integrations/{id}"
62528
63158
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
62529
63159
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -62568,7 +63198,7 @@ var SIMIntegrationsV2025ApiAxiosParamCreator = function (configuration) {
62568
63198
  * Get the details of a SIM integration.
62569
63199
  * @summary Get a sim integration details.
62570
63200
  * @param {string} id The id of the integration.
62571
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
63201
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62572
63202
  * @param {*} [axiosOptions] Override http request option.
62573
63203
  * @throws {RequiredError}
62574
63204
  */
@@ -62584,8 +63214,6 @@ var SIMIntegrationsV2025ApiAxiosParamCreator = function (configuration) {
62584
63214
  if (xSailPointExperimental === undefined) {
62585
63215
  xSailPointExperimental = 'true';
62586
63216
  }
62587
- // verify required parameter 'xSailPointExperimental' is not null or undefined
62588
- (0, common_1.assertParamExists)('getSIMIntegration', 'xSailPointExperimental', xSailPointExperimental);
62589
63217
  localVarPath = "/sim-integrations/{id}"
62590
63218
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
62591
63219
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -62751,12 +63379,12 @@ var SIMIntegrationsV2025ApiAxiosParamCreator = function (configuration) {
62751
63379
  * Patch a SIM attribute given a JsonPatch object.
62752
63380
  * @summary Patch a sim attribute.
62753
63381
  * @param {string} id SIM integration id
62754
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
62755
63382
  * @param {JsonPatchV2025} jsonPatchV2025 The JsonPatch object that describes the changes of SIM
63383
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62756
63384
  * @param {*} [axiosOptions] Override http request option.
62757
63385
  * @throws {RequiredError}
62758
63386
  */
62759
- patchSIMAttributes: function (id, xSailPointExperimental, jsonPatchV2025, axiosOptions) {
63387
+ patchSIMAttributes: function (id, jsonPatchV2025, xSailPointExperimental, axiosOptions) {
62760
63388
  if (axiosOptions === void 0) { axiosOptions = {}; }
62761
63389
  return __awaiter(_this, void 0, void 0, function () {
62762
63390
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -62765,13 +63393,11 @@ var SIMIntegrationsV2025ApiAxiosParamCreator = function (configuration) {
62765
63393
  case 0:
62766
63394
  // verify required parameter 'id' is not null or undefined
62767
63395
  (0, common_1.assertParamExists)('patchSIMAttributes', 'id', id);
63396
+ // verify required parameter 'jsonPatchV2025' is not null or undefined
63397
+ (0, common_1.assertParamExists)('patchSIMAttributes', 'jsonPatchV2025', jsonPatchV2025);
62768
63398
  if (xSailPointExperimental === undefined) {
62769
63399
  xSailPointExperimental = 'true';
62770
63400
  }
62771
- // verify required parameter 'xSailPointExperimental' is not null or undefined
62772
- (0, common_1.assertParamExists)('patchSIMAttributes', 'xSailPointExperimental', xSailPointExperimental);
62773
- // verify required parameter 'jsonPatchV2025' is not null or undefined
62774
- (0, common_1.assertParamExists)('patchSIMAttributes', 'jsonPatchV2025', jsonPatchV2025);
62775
63401
  localVarPath = "/sim-integrations/{id}"
62776
63402
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
62777
63403
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -62892,18 +63518,18 @@ var SIMIntegrationsV2025ApiFp = function (configuration) {
62892
63518
  /**
62893
63519
  * Create a new SIM Integrations.
62894
63520
  * @summary Create new sim integration
62895
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
62896
63521
  * @param {SimIntegrationDetailsV2025} simIntegrationDetailsV2025 DTO containing the details of the SIM integration
63522
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62897
63523
  * @param {*} [axiosOptions] Override http request option.
62898
63524
  * @throws {RequiredError}
62899
63525
  */
62900
- createSIMIntegration: function (xSailPointExperimental, simIntegrationDetailsV2025, axiosOptions) {
63526
+ createSIMIntegration: function (simIntegrationDetailsV2025, xSailPointExperimental, axiosOptions) {
62901
63527
  var _a, _b, _c;
62902
63528
  return __awaiter(this, void 0, void 0, function () {
62903
63529
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
62904
63530
  return __generator(this, function (_d) {
62905
63531
  switch (_d.label) {
62906
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createSIMIntegration(xSailPointExperimental, simIntegrationDetailsV2025, axiosOptions)];
63532
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createSIMIntegration(simIntegrationDetailsV2025, xSailPointExperimental, axiosOptions)];
62907
63533
  case 1:
62908
63534
  localVarAxiosArgs = _d.sent();
62909
63535
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -62917,7 +63543,7 @@ var SIMIntegrationsV2025ApiFp = function (configuration) {
62917
63543
  * Get the details of a SIM integration.
62918
63544
  * @summary Delete a sim integration
62919
63545
  * @param {string} id The id of the integration to delete.
62920
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
63546
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62921
63547
  * @param {*} [axiosOptions] Override http request option.
62922
63548
  * @throws {RequiredError}
62923
63549
  */
@@ -62941,7 +63567,7 @@ var SIMIntegrationsV2025ApiFp = function (configuration) {
62941
63567
  * Get the details of a SIM integration.
62942
63568
  * @summary Get a sim integration details.
62943
63569
  * @param {string} id The id of the integration.
62944
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
63570
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
62945
63571
  * @param {*} [axiosOptions] Override http request option.
62946
63572
  * @throws {RequiredError}
62947
63573
  */
@@ -63013,18 +63639,18 @@ var SIMIntegrationsV2025ApiFp = function (configuration) {
63013
63639
  * Patch a SIM attribute given a JsonPatch object.
63014
63640
  * @summary Patch a sim attribute.
63015
63641
  * @param {string} id SIM integration id
63016
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
63017
63642
  * @param {JsonPatchV2025} jsonPatchV2025 The JsonPatch object that describes the changes of SIM
63643
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
63018
63644
  * @param {*} [axiosOptions] Override http request option.
63019
63645
  * @throws {RequiredError}
63020
63646
  */
63021
- patchSIMAttributes: function (id, xSailPointExperimental, jsonPatchV2025, axiosOptions) {
63647
+ patchSIMAttributes: function (id, jsonPatchV2025, xSailPointExperimental, axiosOptions) {
63022
63648
  var _a, _b, _c;
63023
63649
  return __awaiter(this, void 0, void 0, function () {
63024
63650
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
63025
63651
  return __generator(this, function (_d) {
63026
63652
  switch (_d.label) {
63027
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSIMAttributes(id, xSailPointExperimental, jsonPatchV2025, axiosOptions)];
63653
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSIMAttributes(id, jsonPatchV2025, xSailPointExperimental, axiosOptions)];
63028
63654
  case 1:
63029
63655
  localVarAxiosArgs = _d.sent();
63030
63656
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -63077,7 +63703,7 @@ var SIMIntegrationsV2025ApiFactory = function (configuration, basePath, axios) {
63077
63703
  * @throws {RequiredError}
63078
63704
  */
63079
63705
  createSIMIntegration: function (requestParameters, axiosOptions) {
63080
- return localVarFp.createSIMIntegration(requestParameters.xSailPointExperimental, requestParameters.simIntegrationDetailsV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
63706
+ return localVarFp.createSIMIntegration(requestParameters.simIntegrationDetailsV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
63081
63707
  },
63082
63708
  /**
63083
63709
  * Get the details of a SIM integration.
@@ -63128,7 +63754,7 @@ var SIMIntegrationsV2025ApiFactory = function (configuration, basePath, axios) {
63128
63754
  * @throws {RequiredError}
63129
63755
  */
63130
63756
  patchSIMAttributes: function (requestParameters, axiosOptions) {
63131
- return localVarFp.patchSIMAttributes(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.jsonPatchV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
63757
+ return localVarFp.patchSIMAttributes(requestParameters.id, requestParameters.jsonPatchV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
63132
63758
  },
63133
63759
  /**
63134
63760
  * Update an existing SIM integration.
@@ -63164,7 +63790,7 @@ var SIMIntegrationsV2025Api = /** @class */ (function (_super) {
63164
63790
  */
63165
63791
  SIMIntegrationsV2025Api.prototype.createSIMIntegration = function (requestParameters, axiosOptions) {
63166
63792
  var _this = this;
63167
- return (0, exports.SIMIntegrationsV2025ApiFp)(this.configuration).createSIMIntegration(requestParameters.xSailPointExperimental, requestParameters.simIntegrationDetailsV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
63793
+ return (0, exports.SIMIntegrationsV2025ApiFp)(this.configuration).createSIMIntegration(requestParameters.simIntegrationDetailsV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
63168
63794
  };
63169
63795
  /**
63170
63796
  * Get the details of a SIM integration.
@@ -63225,7 +63851,7 @@ var SIMIntegrationsV2025Api = /** @class */ (function (_super) {
63225
63851
  */
63226
63852
  SIMIntegrationsV2025Api.prototype.patchSIMAttributes = function (requestParameters, axiosOptions) {
63227
63853
  var _this = this;
63228
- return (0, exports.SIMIntegrationsV2025ApiFp)(this.configuration).patchSIMAttributes(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.jsonPatchV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
63854
+ return (0, exports.SIMIntegrationsV2025ApiFp)(this.configuration).patchSIMAttributes(requestParameters.id, requestParameters.jsonPatchV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
63229
63855
  };
63230
63856
  /**
63231
63857
  * Update an existing SIM integration.
@@ -67889,7 +68515,7 @@ var SearchAttributeConfigurationV2025ApiAxiosParamCreator = function (configurat
67889
68515
  * Delete an extended attribute configuration by name.
67890
68516
  * @summary Delete extended search attribute
67891
68517
  * @param {string} name Name of the extended search attribute configuration to delete.
67892
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
68518
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67893
68519
  * @param {*} [axiosOptions] Override http request option.
67894
68520
  * @throws {RequiredError}
67895
68521
  */
@@ -67905,8 +68531,6 @@ var SearchAttributeConfigurationV2025ApiAxiosParamCreator = function (configurat
67905
68531
  if (xSailPointExperimental === undefined) {
67906
68532
  xSailPointExperimental = 'true';
67907
68533
  }
67908
- // verify required parameter 'xSailPointExperimental' is not null or undefined
67909
- (0, common_1.assertParamExists)('deleteSearchAttributeConfig', 'xSailPointExperimental', xSailPointExperimental);
67910
68534
  localVarPath = "/accounts/search-attribute-config/{name}"
67911
68535
  .replace("{".concat("name", "}"), encodeURIComponent(String(name)));
67912
68536
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -67950,13 +68574,13 @@ var SearchAttributeConfigurationV2025ApiAxiosParamCreator = function (configurat
67950
68574
  /**
67951
68575
  * Get a list of attribute/application attributes currently configured in Identity Security Cloud (ISC).
67952
68576
  * @summary List extended search attributes
67953
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
67954
68577
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
67955
68578
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
68579
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
67956
68580
  * @param {*} [axiosOptions] Override http request option.
67957
68581
  * @throws {RequiredError}
67958
68582
  */
67959
- getSearchAttributeConfig: function (xSailPointExperimental, limit, offset, axiosOptions) {
68583
+ getSearchAttributeConfig: function (limit, offset, xSailPointExperimental, axiosOptions) {
67960
68584
  if (axiosOptions === void 0) { axiosOptions = {}; }
67961
68585
  return __awaiter(_this, void 0, void 0, function () {
67962
68586
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -67966,8 +68590,6 @@ var SearchAttributeConfigurationV2025ApiAxiosParamCreator = function (configurat
67966
68590
  if (xSailPointExperimental === undefined) {
67967
68591
  xSailPointExperimental = 'true';
67968
68592
  }
67969
- // verify required parameter 'xSailPointExperimental' is not null or undefined
67970
- (0, common_1.assertParamExists)('getSearchAttributeConfig', 'xSailPointExperimental', xSailPointExperimental);
67971
68593
  localVarPath = "/accounts/search-attribute-config";
67972
68594
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
67973
68595
  if (configuration) {
@@ -68077,12 +68699,12 @@ var SearchAttributeConfigurationV2025ApiAxiosParamCreator = function (configurat
68077
68699
  * Update an existing search attribute configuration. You can patch these fields: * name * displayName * applicationAttributes
68078
68700
  * @summary Update extended search attribute
68079
68701
  * @param {string} name Name of the search attribute configuration to patch.
68080
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
68081
68702
  * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025
68703
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68082
68704
  * @param {*} [axiosOptions] Override http request option.
68083
68705
  * @throws {RequiredError}
68084
68706
  */
68085
- patchSearchAttributeConfig: function (name, xSailPointExperimental, jsonPatchOperationV2025, axiosOptions) {
68707
+ patchSearchAttributeConfig: function (name, jsonPatchOperationV2025, xSailPointExperimental, axiosOptions) {
68086
68708
  if (axiosOptions === void 0) { axiosOptions = {}; }
68087
68709
  return __awaiter(_this, void 0, void 0, function () {
68088
68710
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -68091,13 +68713,11 @@ var SearchAttributeConfigurationV2025ApiAxiosParamCreator = function (configurat
68091
68713
  case 0:
68092
68714
  // verify required parameter 'name' is not null or undefined
68093
68715
  (0, common_1.assertParamExists)('patchSearchAttributeConfig', 'name', name);
68716
+ // verify required parameter 'jsonPatchOperationV2025' is not null or undefined
68717
+ (0, common_1.assertParamExists)('patchSearchAttributeConfig', 'jsonPatchOperationV2025', jsonPatchOperationV2025);
68094
68718
  if (xSailPointExperimental === undefined) {
68095
68719
  xSailPointExperimental = 'true';
68096
68720
  }
68097
- // verify required parameter 'xSailPointExperimental' is not null or undefined
68098
- (0, common_1.assertParamExists)('patchSearchAttributeConfig', 'xSailPointExperimental', xSailPointExperimental);
68099
- // verify required parameter 'jsonPatchOperationV2025' is not null or undefined
68100
- (0, common_1.assertParamExists)('patchSearchAttributeConfig', 'jsonPatchOperationV2025', jsonPatchOperationV2025);
68101
68721
  localVarPath = "/accounts/search-attribute-config/{name}"
68102
68722
  .replace("{".concat("name", "}"), encodeURIComponent(String(name)));
68103
68723
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -68178,7 +68798,7 @@ var SearchAttributeConfigurationV2025ApiFp = function (configuration) {
68178
68798
  * Delete an extended attribute configuration by name.
68179
68799
  * @summary Delete extended search attribute
68180
68800
  * @param {string} name Name of the extended search attribute configuration to delete.
68181
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
68801
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68182
68802
  * @param {*} [axiosOptions] Override http request option.
68183
68803
  * @throws {RequiredError}
68184
68804
  */
@@ -68201,19 +68821,19 @@ var SearchAttributeConfigurationV2025ApiFp = function (configuration) {
68201
68821
  /**
68202
68822
  * Get a list of attribute/application attributes currently configured in Identity Security Cloud (ISC).
68203
68823
  * @summary List extended search attributes
68204
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
68205
68824
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
68206
68825
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
68826
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68207
68827
  * @param {*} [axiosOptions] Override http request option.
68208
68828
  * @throws {RequiredError}
68209
68829
  */
68210
- getSearchAttributeConfig: function (xSailPointExperimental, limit, offset, axiosOptions) {
68830
+ getSearchAttributeConfig: function (limit, offset, xSailPointExperimental, axiosOptions) {
68211
68831
  var _a, _b, _c;
68212
68832
  return __awaiter(this, void 0, void 0, function () {
68213
68833
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
68214
68834
  return __generator(this, function (_d) {
68215
68835
  switch (_d.label) {
68216
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSearchAttributeConfig(xSailPointExperimental, limit, offset, axiosOptions)];
68836
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSearchAttributeConfig(limit, offset, xSailPointExperimental, axiosOptions)];
68217
68837
  case 1:
68218
68838
  localVarAxiosArgs = _d.sent();
68219
68839
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -68251,18 +68871,18 @@ var SearchAttributeConfigurationV2025ApiFp = function (configuration) {
68251
68871
  * Update an existing search attribute configuration. You can patch these fields: * name * displayName * applicationAttributes
68252
68872
  * @summary Update extended search attribute
68253
68873
  * @param {string} name Name of the search attribute configuration to patch.
68254
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
68255
68874
  * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025
68875
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
68256
68876
  * @param {*} [axiosOptions] Override http request option.
68257
68877
  * @throws {RequiredError}
68258
68878
  */
68259
- patchSearchAttributeConfig: function (name, xSailPointExperimental, jsonPatchOperationV2025, axiosOptions) {
68879
+ patchSearchAttributeConfig: function (name, jsonPatchOperationV2025, xSailPointExperimental, axiosOptions) {
68260
68880
  var _a, _b, _c;
68261
68881
  return __awaiter(this, void 0, void 0, function () {
68262
68882
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
68263
68883
  return __generator(this, function (_d) {
68264
68884
  switch (_d.label) {
68265
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSearchAttributeConfig(name, xSailPointExperimental, jsonPatchOperationV2025, axiosOptions)];
68885
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSearchAttributeConfig(name, jsonPatchOperationV2025, xSailPointExperimental, axiosOptions)];
68266
68886
  case 1:
68267
68887
  localVarAxiosArgs = _d.sent();
68268
68888
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -68310,7 +68930,8 @@ var SearchAttributeConfigurationV2025ApiFactory = function (configuration, baseP
68310
68930
  * @throws {RequiredError}
68311
68931
  */
68312
68932
  getSearchAttributeConfig: function (requestParameters, axiosOptions) {
68313
- return localVarFp.getSearchAttributeConfig(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
68933
+ if (requestParameters === void 0) { requestParameters = {}; }
68934
+ return localVarFp.getSearchAttributeConfig(requestParameters.limit, requestParameters.offset, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
68314
68935
  },
68315
68936
  /**
68316
68937
  * Get an extended attribute configuration by name.
@@ -68330,7 +68951,7 @@ var SearchAttributeConfigurationV2025ApiFactory = function (configuration, baseP
68330
68951
  * @throws {RequiredError}
68331
68952
  */
68332
68953
  patchSearchAttributeConfig: function (requestParameters, axiosOptions) {
68333
- return localVarFp.patchSearchAttributeConfig(requestParameters.name, requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
68954
+ return localVarFp.patchSearchAttributeConfig(requestParameters.name, requestParameters.jsonPatchOperationV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
68334
68955
  },
68335
68956
  };
68336
68957
  };
@@ -68380,7 +69001,8 @@ var SearchAttributeConfigurationV2025Api = /** @class */ (function (_super) {
68380
69001
  */
68381
69002
  SearchAttributeConfigurationV2025Api.prototype.getSearchAttributeConfig = function (requestParameters, axiosOptions) {
68382
69003
  var _this = this;
68383
- return (0, exports.SearchAttributeConfigurationV2025ApiFp)(this.configuration).getSearchAttributeConfig(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
69004
+ if (requestParameters === void 0) { requestParameters = {}; }
69005
+ return (0, exports.SearchAttributeConfigurationV2025ApiFp)(this.configuration).getSearchAttributeConfig(requestParameters.limit, requestParameters.offset, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
68384
69006
  };
68385
69007
  /**
68386
69008
  * Get an extended attribute configuration by name.
@@ -68404,7 +69026,7 @@ var SearchAttributeConfigurationV2025Api = /** @class */ (function (_super) {
68404
69026
  */
68405
69027
  SearchAttributeConfigurationV2025Api.prototype.patchSearchAttributeConfig = function (requestParameters, axiosOptions) {
68406
69028
  var _this = this;
68407
- return (0, exports.SearchAttributeConfigurationV2025ApiFp)(this.configuration).patchSearchAttributeConfig(requestParameters.name, requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
69029
+ return (0, exports.SearchAttributeConfigurationV2025ApiFp)(this.configuration).patchSearchAttributeConfig(requestParameters.name, requestParameters.jsonPatchOperationV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
68408
69030
  };
68409
69031
  return SearchAttributeConfigurationV2025Api;
68410
69032
  }(base_1.BaseAPI));
@@ -72571,12 +73193,12 @@ var SourcesV2025ApiAxiosParamCreator = function (configuration) {
72571
73193
  * Replaces the attribute synchronization configuration for the source specified by the given ID with the configuration provided in the request body. Only the \"enabled\" field of the values in the \"attributes\" array is mutable. Attempting to change other attributes or add new values to the \"attributes\" array will result in an error.
72572
73194
  * @summary Update attribute sync config
72573
73195
  * @param {string} id The source id
72574
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
72575
73196
  * @param {AttrSyncSourceConfigV2025} attrSyncSourceConfigV2025
73197
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
72576
73198
  * @param {*} [axiosOptions] Override http request option.
72577
73199
  * @throws {RequiredError}
72578
73200
  */
72579
- putSourceAttrSyncConfig: function (id, xSailPointExperimental, attrSyncSourceConfigV2025, axiosOptions) {
73201
+ putSourceAttrSyncConfig: function (id, attrSyncSourceConfigV2025, xSailPointExperimental, axiosOptions) {
72580
73202
  if (axiosOptions === void 0) { axiosOptions = {}; }
72581
73203
  return __awaiter(_this, void 0, void 0, function () {
72582
73204
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -72585,13 +73207,11 @@ var SourcesV2025ApiAxiosParamCreator = function (configuration) {
72585
73207
  case 0:
72586
73208
  // verify required parameter 'id' is not null or undefined
72587
73209
  (0, common_1.assertParamExists)('putSourceAttrSyncConfig', 'id', id);
73210
+ // verify required parameter 'attrSyncSourceConfigV2025' is not null or undefined
73211
+ (0, common_1.assertParamExists)('putSourceAttrSyncConfig', 'attrSyncSourceConfigV2025', attrSyncSourceConfigV2025);
72588
73212
  if (xSailPointExperimental === undefined) {
72589
73213
  xSailPointExperimental = 'true';
72590
73214
  }
72591
- // verify required parameter 'xSailPointExperimental' is not null or undefined
72592
- (0, common_1.assertParamExists)('putSourceAttrSyncConfig', 'xSailPointExperimental', xSailPointExperimental);
72593
- // verify required parameter 'attrSyncSourceConfigV2025' is not null or undefined
72594
- (0, common_1.assertParamExists)('putSourceAttrSyncConfig', 'attrSyncSourceConfigV2025', attrSyncSourceConfigV2025);
72595
73215
  localVarPath = "/sources/{id}/attribute-sync-config"
72596
73216
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
72597
73217
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -73179,25 +73799,23 @@ var SourcesV2025ApiAxiosParamCreator = function (configuration) {
73179
73799
  /**
73180
73800
  * This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
73181
73801
  * @summary Update source entitlement request configuration
73182
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
73183
73802
  * @param {SourceEntitlementRequestConfigV2025} sourceEntitlementRequestConfigV2025
73803
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
73184
73804
  * @param {*} [axiosOptions] Override http request option.
73185
73805
  * @throws {RequiredError}
73186
73806
  */
73187
- updateSourceEntitlementRequestConfig: function (xSailPointExperimental, sourceEntitlementRequestConfigV2025, axiosOptions) {
73807
+ updateSourceEntitlementRequestConfig: function (sourceEntitlementRequestConfigV2025, xSailPointExperimental, axiosOptions) {
73188
73808
  if (axiosOptions === void 0) { axiosOptions = {}; }
73189
73809
  return __awaiter(_this, void 0, void 0, function () {
73190
73810
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
73191
73811
  return __generator(this, function (_a) {
73192
73812
  switch (_a.label) {
73193
73813
  case 0:
73814
+ // verify required parameter 'sourceEntitlementRequestConfigV2025' is not null or undefined
73815
+ (0, common_1.assertParamExists)('updateSourceEntitlementRequestConfig', 'sourceEntitlementRequestConfigV2025', sourceEntitlementRequestConfigV2025);
73194
73816
  if (xSailPointExperimental === undefined) {
73195
73817
  xSailPointExperimental = 'true';
73196
73818
  }
73197
- // verify required parameter 'xSailPointExperimental' is not null or undefined
73198
- (0, common_1.assertParamExists)('updateSourceEntitlementRequestConfig', 'xSailPointExperimental', xSailPointExperimental);
73199
- // verify required parameter 'sourceEntitlementRequestConfigV2025' is not null or undefined
73200
- (0, common_1.assertParamExists)('updateSourceEntitlementRequestConfig', 'sourceEntitlementRequestConfigV2025', sourceEntitlementRequestConfigV2025);
73201
73819
  localVarPath = "/sources/{id}/entitlement-request-config";
73202
73820
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
73203
73821
  if (configuration) {
@@ -74285,18 +74903,18 @@ var SourcesV2025ApiFp = function (configuration) {
74285
74903
  * Replaces the attribute synchronization configuration for the source specified by the given ID with the configuration provided in the request body. Only the \"enabled\" field of the values in the \"attributes\" array is mutable. Attempting to change other attributes or add new values to the \"attributes\" array will result in an error.
74286
74904
  * @summary Update attribute sync config
74287
74905
  * @param {string} id The source id
74288
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
74289
74906
  * @param {AttrSyncSourceConfigV2025} attrSyncSourceConfigV2025
74907
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74290
74908
  * @param {*} [axiosOptions] Override http request option.
74291
74909
  * @throws {RequiredError}
74292
74910
  */
74293
- putSourceAttrSyncConfig: function (id, xSailPointExperimental, attrSyncSourceConfigV2025, axiosOptions) {
74911
+ putSourceAttrSyncConfig: function (id, attrSyncSourceConfigV2025, xSailPointExperimental, axiosOptions) {
74294
74912
  var _a, _b, _c;
74295
74913
  return __awaiter(this, void 0, void 0, function () {
74296
74914
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
74297
74915
  return __generator(this, function (_d) {
74298
74916
  switch (_d.label) {
74299
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.putSourceAttrSyncConfig(id, xSailPointExperimental, attrSyncSourceConfigV2025, axiosOptions)];
74917
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.putSourceAttrSyncConfig(id, attrSyncSourceConfigV2025, xSailPointExperimental, axiosOptions)];
74300
74918
  case 1:
74301
74919
  localVarAxiosArgs = _d.sent();
74302
74920
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -74525,18 +75143,18 @@ var SourcesV2025ApiFp = function (configuration) {
74525
75143
  /**
74526
75144
  * This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
74527
75145
  * @summary Update source entitlement request configuration
74528
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
74529
75146
  * @param {SourceEntitlementRequestConfigV2025} sourceEntitlementRequestConfigV2025
75147
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
74530
75148
  * @param {*} [axiosOptions] Override http request option.
74531
75149
  * @throws {RequiredError}
74532
75150
  */
74533
- updateSourceEntitlementRequestConfig: function (xSailPointExperimental, sourceEntitlementRequestConfigV2025, axiosOptions) {
75151
+ updateSourceEntitlementRequestConfig: function (sourceEntitlementRequestConfigV2025, xSailPointExperimental, axiosOptions) {
74534
75152
  var _a, _b, _c;
74535
75153
  return __awaiter(this, void 0, void 0, function () {
74536
75154
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
74537
75155
  return __generator(this, function (_d) {
74538
75156
  switch (_d.label) {
74539
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateSourceEntitlementRequestConfig(xSailPointExperimental, sourceEntitlementRequestConfigV2025, axiosOptions)];
75157
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigV2025, xSailPointExperimental, axiosOptions)];
74540
75158
  case 1:
74541
75159
  localVarAxiosArgs = _d.sent();
74542
75160
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -74996,7 +75614,7 @@ var SourcesV2025ApiFactory = function (configuration, basePath, axios) {
74996
75614
  * @throws {RequiredError}
74997
75615
  */
74998
75616
  putSourceAttrSyncConfig: function (requestParameters, axiosOptions) {
74999
- return localVarFp.putSourceAttrSyncConfig(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.attrSyncSourceConfigV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
75617
+ return localVarFp.putSourceAttrSyncConfig(requestParameters.id, requestParameters.attrSyncSourceConfigV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
75000
75618
  },
75001
75619
  /**
75002
75620
  * This API will completely replace an existing Schema with the submitted payload. Some fields of the Schema cannot be updated. These fields are listed below. * id * name * created * modified Any attempt to modify these fields will result in an error response with a status code of 400. > `id` must remain in the request body, but it cannot be changed. If `id` is omitted from the request body, the result will be a 400 error.
@@ -75096,7 +75714,7 @@ var SourcesV2025ApiFactory = function (configuration, basePath, axios) {
75096
75714
  * @throws {RequiredError}
75097
75715
  */
75098
75716
  updateSourceEntitlementRequestConfig: function (requestParameters, axiosOptions) {
75099
- return localVarFp.updateSourceEntitlementRequestConfig(requestParameters.xSailPointExperimental, requestParameters.sourceEntitlementRequestConfigV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
75717
+ return localVarFp.updateSourceEntitlementRequestConfig(requestParameters.sourceEntitlementRequestConfigV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
75100
75718
  },
75101
75719
  /**
75102
75720
  * Use this API to selectively update an existing Schedule using a JSONPatch payload. The following schedule fields are immutable and cannot be updated: - type
@@ -75600,7 +76218,7 @@ var SourcesV2025Api = /** @class */ (function (_super) {
75600
76218
  */
75601
76219
  SourcesV2025Api.prototype.putSourceAttrSyncConfig = function (requestParameters, axiosOptions) {
75602
76220
  var _this = this;
75603
- return (0, exports.SourcesV2025ApiFp)(this.configuration).putSourceAttrSyncConfig(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.attrSyncSourceConfigV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
76221
+ return (0, exports.SourcesV2025ApiFp)(this.configuration).putSourceAttrSyncConfig(requestParameters.id, requestParameters.attrSyncSourceConfigV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
75604
76222
  };
75605
76223
  /**
75606
76224
  * This API will completely replace an existing Schema with the submitted payload. Some fields of the Schema cannot be updated. These fields are listed below. * id * name * created * modified Any attempt to modify these fields will result in an error response with a status code of 400. > `id` must remain in the request body, but it cannot be changed. If `id` is omitted from the request body, the result will be a 400 error.
@@ -75720,7 +76338,7 @@ var SourcesV2025Api = /** @class */ (function (_super) {
75720
76338
  */
75721
76339
  SourcesV2025Api.prototype.updateSourceEntitlementRequestConfig = function (requestParameters, axiosOptions) {
75722
76340
  var _this = this;
75723
- return (0, exports.SourcesV2025ApiFp)(this.configuration).updateSourceEntitlementRequestConfig(requestParameters.xSailPointExperimental, requestParameters.sourceEntitlementRequestConfigV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
76341
+ return (0, exports.SourcesV2025ApiFp)(this.configuration).updateSourceEntitlementRequestConfig(requestParameters.sourceEntitlementRequestConfigV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
75724
76342
  };
75725
76343
  /**
75726
76344
  * Use this API to selectively update an existing Schedule using a JSONPatch payload. The following schedule fields are immutable and cannot be updated: - type
@@ -78387,25 +79005,23 @@ var TenantContextV2025ApiAxiosParamCreator = function (configuration) {
78387
79005
  /**
78388
79006
  * Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
78389
79007
  * @summary Update tenant context
78390
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
78391
79008
  * @param {JsonPatchOperationV2025} jsonPatchOperationV2025
79009
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
78392
79010
  * @param {*} [axiosOptions] Override http request option.
78393
79011
  * @throws {RequiredError}
78394
79012
  */
78395
- patchTenantContext: function (xSailPointExperimental, jsonPatchOperationV2025, axiosOptions) {
79013
+ patchTenantContext: function (jsonPatchOperationV2025, xSailPointExperimental, axiosOptions) {
78396
79014
  if (axiosOptions === void 0) { axiosOptions = {}; }
78397
79015
  return __awaiter(_this, void 0, void 0, function () {
78398
79016
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
78399
79017
  return __generator(this, function (_a) {
78400
79018
  switch (_a.label) {
78401
79019
  case 0:
79020
+ // verify required parameter 'jsonPatchOperationV2025' is not null or undefined
79021
+ (0, common_1.assertParamExists)('patchTenantContext', 'jsonPatchOperationV2025', jsonPatchOperationV2025);
78402
79022
  if (xSailPointExperimental === undefined) {
78403
79023
  xSailPointExperimental = 'true';
78404
79024
  }
78405
- // verify required parameter 'xSailPointExperimental' is not null or undefined
78406
- (0, common_1.assertParamExists)('patchTenantContext', 'xSailPointExperimental', xSailPointExperimental);
78407
- // verify required parameter 'jsonPatchOperationV2025' is not null or undefined
78408
- (0, common_1.assertParamExists)('patchTenantContext', 'jsonPatchOperationV2025', jsonPatchOperationV2025);
78409
79025
  localVarPath = "/tenant-context";
78410
79026
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
78411
79027
  if (configuration) {
@@ -78483,18 +79099,18 @@ var TenantContextV2025ApiFp = function (configuration) {
78483
79099
  /**
78484
79100
  * Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
78485
79101
  * @summary Update tenant context
78486
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
78487
79102
  * @param {JsonPatchOperationV2025} jsonPatchOperationV2025
79103
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
78488
79104
  * @param {*} [axiosOptions] Override http request option.
78489
79105
  * @throws {RequiredError}
78490
79106
  */
78491
- patchTenantContext: function (xSailPointExperimental, jsonPatchOperationV2025, axiosOptions) {
79107
+ patchTenantContext: function (jsonPatchOperationV2025, xSailPointExperimental, axiosOptions) {
78492
79108
  var _a, _b, _c;
78493
79109
  return __awaiter(this, void 0, void 0, function () {
78494
79110
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
78495
79111
  return __generator(this, function (_d) {
78496
79112
  switch (_d.label) {
78497
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchTenantContext(xSailPointExperimental, jsonPatchOperationV2025, axiosOptions)];
79113
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchTenantContext(jsonPatchOperationV2025, xSailPointExperimental, axiosOptions)];
78498
79114
  case 1:
78499
79115
  localVarAxiosArgs = _d.sent();
78500
79116
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -78533,7 +79149,7 @@ var TenantContextV2025ApiFactory = function (configuration, basePath, axios) {
78533
79149
  * @throws {RequiredError}
78534
79150
  */
78535
79151
  patchTenantContext: function (requestParameters, axiosOptions) {
78536
- return localVarFp.patchTenantContext(requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
79152
+ return localVarFp.patchTenantContext(requestParameters.jsonPatchOperationV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
78537
79153
  },
78538
79154
  };
78539
79155
  };
@@ -78572,7 +79188,7 @@ var TenantContextV2025Api = /** @class */ (function (_super) {
78572
79188
  */
78573
79189
  TenantContextV2025Api.prototype.patchTenantContext = function (requestParameters, axiosOptions) {
78574
79190
  var _this = this;
78575
- return (0, exports.TenantContextV2025ApiFp)(this.configuration).patchTenantContext(requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
79191
+ return (0, exports.TenantContextV2025ApiFp)(this.configuration).patchTenantContext(requestParameters.jsonPatchOperationV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
78576
79192
  };
78577
79193
  return TenantContextV2025Api;
78578
79194
  }(base_1.BaseAPI));
@@ -79275,7 +79891,7 @@ var TriggersV2025ApiAxiosParamCreator = function (configuration) {
79275
79891
  * Deletes an existing subscription to a trigger.
79276
79892
  * @summary Delete a subscription
79277
79893
  * @param {string} id Subscription ID
79278
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
79894
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79279
79895
  * @param {*} [axiosOptions] Override http request option.
79280
79896
  * @throws {RequiredError}
79281
79897
  */
@@ -79291,8 +79907,6 @@ var TriggersV2025ApiAxiosParamCreator = function (configuration) {
79291
79907
  if (xSailPointExperimental === undefined) {
79292
79908
  xSailPointExperimental = 'true';
79293
79909
  }
79294
- // verify required parameter 'xSailPointExperimental' is not null or undefined
79295
- (0, common_1.assertParamExists)('deleteSubscription', 'xSailPointExperimental', xSailPointExperimental);
79296
79910
  localVarPath = "/trigger-subscriptions/{id}"
79297
79911
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
79298
79912
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -79336,16 +79950,16 @@ var TriggersV2025ApiAxiosParamCreator = function (configuration) {
79336
79950
  /**
79337
79951
  * Gets a list of all trigger subscriptions.
79338
79952
  * @summary List subscriptions
79339
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
79340
79953
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
79341
79954
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
79342
79955
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
79343
79956
  * @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* **triggerId**: *eq* **type**: *eq, le*
79344
79957
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **triggerId, triggerName**
79958
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79345
79959
  * @param {*} [axiosOptions] Override http request option.
79346
79960
  * @throws {RequiredError}
79347
79961
  */
79348
- listSubscriptions: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
79962
+ listSubscriptions: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
79349
79963
  if (axiosOptions === void 0) { axiosOptions = {}; }
79350
79964
  return __awaiter(_this, void 0, void 0, function () {
79351
79965
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -79355,8 +79969,6 @@ var TriggersV2025ApiAxiosParamCreator = function (configuration) {
79355
79969
  if (xSailPointExperimental === undefined) {
79356
79970
  xSailPointExperimental = 'true';
79357
79971
  }
79358
- // verify required parameter 'xSailPointExperimental' is not null or undefined
79359
- (0, common_1.assertParamExists)('listSubscriptions', 'xSailPointExperimental', xSailPointExperimental);
79360
79972
  localVarPath = "/trigger-subscriptions";
79361
79973
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
79362
79974
  if (configuration) {
@@ -79567,12 +80179,12 @@ var TriggersV2025ApiAxiosParamCreator = function (configuration) {
79567
80179
  * This API updates a trigger subscription in IdentityNow, using a set of instructions to modify a subscription partially. The following fields are patchable: **name**, **description**, **enabled**, **type**, **filter**, **responseDeadline**, **httpConfig**, **eventBridgeConfig**, **workflowConfig**
79568
80180
  * @summary Patch a subscription
79569
80181
  * @param {string} id ID of the Subscription to patch
79570
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
79571
80182
  * @param {Array<SubscriptionPatchRequestInnerV2025>} subscriptionPatchRequestInnerV2025
80183
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79572
80184
  * @param {*} [axiosOptions] Override http request option.
79573
80185
  * @throws {RequiredError}
79574
80186
  */
79575
- patchSubscription: function (id, xSailPointExperimental, subscriptionPatchRequestInnerV2025, axiosOptions) {
80187
+ patchSubscription: function (id, subscriptionPatchRequestInnerV2025, xSailPointExperimental, axiosOptions) {
79576
80188
  if (axiosOptions === void 0) { axiosOptions = {}; }
79577
80189
  return __awaiter(_this, void 0, void 0, function () {
79578
80190
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -79581,13 +80193,11 @@ var TriggersV2025ApiAxiosParamCreator = function (configuration) {
79581
80193
  case 0:
79582
80194
  // verify required parameter 'id' is not null or undefined
79583
80195
  (0, common_1.assertParamExists)('patchSubscription', 'id', id);
80196
+ // verify required parameter 'subscriptionPatchRequestInnerV2025' is not null or undefined
80197
+ (0, common_1.assertParamExists)('patchSubscription', 'subscriptionPatchRequestInnerV2025', subscriptionPatchRequestInnerV2025);
79584
80198
  if (xSailPointExperimental === undefined) {
79585
80199
  xSailPointExperimental = 'true';
79586
80200
  }
79587
- // verify required parameter 'xSailPointExperimental' is not null or undefined
79588
- (0, common_1.assertParamExists)('patchSubscription', 'xSailPointExperimental', xSailPointExperimental);
79589
- // verify required parameter 'subscriptionPatchRequestInnerV2025' is not null or undefined
79590
- (0, common_1.assertParamExists)('patchSubscription', 'subscriptionPatchRequestInnerV2025', subscriptionPatchRequestInnerV2025);
79591
80201
  localVarPath = "/trigger-subscriptions/{id}"
79592
80202
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
79593
80203
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -79880,7 +80490,7 @@ var TriggersV2025ApiFp = function (configuration) {
79880
80490
  * Deletes an existing subscription to a trigger.
79881
80491
  * @summary Delete a subscription
79882
80492
  * @param {string} id Subscription ID
79883
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
80493
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79884
80494
  * @param {*} [axiosOptions] Override http request option.
79885
80495
  * @throws {RequiredError}
79886
80496
  */
@@ -79903,22 +80513,22 @@ var TriggersV2025ApiFp = function (configuration) {
79903
80513
  /**
79904
80514
  * Gets a list of all trigger subscriptions.
79905
80515
  * @summary List subscriptions
79906
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
79907
80516
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
79908
80517
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
79909
80518
  * @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count&#x3D;true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
79910
80519
  * @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* **triggerId**: *eq* **type**: *eq, le*
79911
80520
  * @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **triggerId, triggerName**
80521
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79912
80522
  * @param {*} [axiosOptions] Override http request option.
79913
80523
  * @throws {RequiredError}
79914
80524
  */
79915
- listSubscriptions: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
80525
+ listSubscriptions: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
79916
80526
  var _a, _b, _c;
79917
80527
  return __awaiter(this, void 0, void 0, function () {
79918
80528
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
79919
80529
  return __generator(this, function (_d) {
79920
80530
  switch (_d.label) {
79921
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listSubscriptions(xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions)];
80531
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listSubscriptions(limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions)];
79922
80532
  case 1:
79923
80533
  localVarAxiosArgs = _d.sent();
79924
80534
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -79988,18 +80598,18 @@ var TriggersV2025ApiFp = function (configuration) {
79988
80598
  * This API updates a trigger subscription in IdentityNow, using a set of instructions to modify a subscription partially. The following fields are patchable: **name**, **description**, **enabled**, **type**, **filter**, **responseDeadline**, **httpConfig**, **eventBridgeConfig**, **workflowConfig**
79989
80599
  * @summary Patch a subscription
79990
80600
  * @param {string} id ID of the Subscription to patch
79991
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
79992
80601
  * @param {Array<SubscriptionPatchRequestInnerV2025>} subscriptionPatchRequestInnerV2025
80602
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
79993
80603
  * @param {*} [axiosOptions] Override http request option.
79994
80604
  * @throws {RequiredError}
79995
80605
  */
79996
- patchSubscription: function (id, xSailPointExperimental, subscriptionPatchRequestInnerV2025, axiosOptions) {
80606
+ patchSubscription: function (id, subscriptionPatchRequestInnerV2025, xSailPointExperimental, axiosOptions) {
79997
80607
  var _a, _b, _c;
79998
80608
  return __awaiter(this, void 0, void 0, function () {
79999
80609
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
80000
80610
  return __generator(this, function (_d) {
80001
80611
  switch (_d.label) {
80002
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSubscription(id, xSailPointExperimental, subscriptionPatchRequestInnerV2025, axiosOptions)];
80612
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSubscription(id, subscriptionPatchRequestInnerV2025, xSailPointExperimental, axiosOptions)];
80003
80613
  case 1:
80004
80614
  localVarAxiosArgs = _d.sent();
80005
80615
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -80130,7 +80740,8 @@ var TriggersV2025ApiFactory = function (configuration, basePath, axios) {
80130
80740
  * @throws {RequiredError}
80131
80741
  */
80132
80742
  listSubscriptions: function (requestParameters, axiosOptions) {
80133
- return localVarFp.listSubscriptions(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(axios, basePath); });
80743
+ if (requestParameters === void 0) { requestParameters = {}; }
80744
+ return localVarFp.listSubscriptions(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
80134
80745
  },
80135
80746
  /**
80136
80747
  * Gets a list of latest invocation statuses. Statuses of successful invocations are available for up to 24 hours. Statuses of failed invocations are available for up to 48 hours. This endpoint may only fetch up to 2000 invocations, and should not be treated as a representation of the full history of invocations.
@@ -80162,7 +80773,7 @@ var TriggersV2025ApiFactory = function (configuration, basePath, axios) {
80162
80773
  * @throws {RequiredError}
80163
80774
  */
80164
80775
  patchSubscription: function (requestParameters, axiosOptions) {
80165
- return localVarFp.patchSubscription(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.subscriptionPatchRequestInnerV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
80776
+ return localVarFp.patchSubscription(requestParameters.id, requestParameters.subscriptionPatchRequestInnerV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
80166
80777
  },
80167
80778
  /**
80168
80779
  * Initiate a test event for all subscribers of the specified event trigger. If there are no subscribers to the specified trigger in the tenant, then no test event will be sent.
@@ -80254,7 +80865,8 @@ var TriggersV2025Api = /** @class */ (function (_super) {
80254
80865
  */
80255
80866
  TriggersV2025Api.prototype.listSubscriptions = function (requestParameters, axiosOptions) {
80256
80867
  var _this = this;
80257
- return (0, exports.TriggersV2025ApiFp)(this.configuration).listSubscriptions(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
80868
+ if (requestParameters === void 0) { requestParameters = {}; }
80869
+ return (0, exports.TriggersV2025ApiFp)(this.configuration).listSubscriptions(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
80258
80870
  };
80259
80871
  /**
80260
80872
  * Gets a list of latest invocation statuses. Statuses of successful invocations are available for up to 24 hours. Statuses of failed invocations are available for up to 48 hours. This endpoint may only fetch up to 2000 invocations, and should not be treated as a representation of the full history of invocations.
@@ -80292,7 +80904,7 @@ var TriggersV2025Api = /** @class */ (function (_super) {
80292
80904
  */
80293
80905
  TriggersV2025Api.prototype.patchSubscription = function (requestParameters, axiosOptions) {
80294
80906
  var _this = this;
80295
- return (0, exports.TriggersV2025ApiFp)(this.configuration).patchSubscription(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.subscriptionPatchRequestInnerV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
80907
+ return (0, exports.TriggersV2025ApiFp)(this.configuration).patchSubscription(requestParameters.id, requestParameters.subscriptionPatchRequestInnerV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
80296
80908
  };
80297
80909
  /**
80298
80910
  * Initiate a test event for all subscribers of the specified event trigger. If there are no subscribers to the specified trigger in the tenant, then no test event will be sent.
@@ -80399,25 +81011,23 @@ var UIMetadataV2025ApiAxiosParamCreator = function (configuration) {
80399
81011
  /**
80400
81012
  * This API endpoint updates UI metadata for your tenant. These changes may require up to 5 minutes to take effect on the UI.
80401
81013
  * @summary Update tenant ui metadata
80402
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
80403
81014
  * @param {TenantUiMetadataItemUpdateRequestV2025} tenantUiMetadataItemUpdateRequestV2025
81015
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
80404
81016
  * @param {*} [axiosOptions] Override http request option.
80405
81017
  * @throws {RequiredError}
80406
81018
  */
80407
- setTenantUiMetadata: function (xSailPointExperimental, tenantUiMetadataItemUpdateRequestV2025, axiosOptions) {
81019
+ setTenantUiMetadata: function (tenantUiMetadataItemUpdateRequestV2025, xSailPointExperimental, axiosOptions) {
80408
81020
  if (axiosOptions === void 0) { axiosOptions = {}; }
80409
81021
  return __awaiter(_this, void 0, void 0, function () {
80410
81022
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
80411
81023
  return __generator(this, function (_a) {
80412
81024
  switch (_a.label) {
80413
81025
  case 0:
81026
+ // verify required parameter 'tenantUiMetadataItemUpdateRequestV2025' is not null or undefined
81027
+ (0, common_1.assertParamExists)('setTenantUiMetadata', 'tenantUiMetadataItemUpdateRequestV2025', tenantUiMetadataItemUpdateRequestV2025);
80414
81028
  if (xSailPointExperimental === undefined) {
80415
81029
  xSailPointExperimental = 'true';
80416
81030
  }
80417
- // verify required parameter 'xSailPointExperimental' is not null or undefined
80418
- (0, common_1.assertParamExists)('setTenantUiMetadata', 'xSailPointExperimental', xSailPointExperimental);
80419
- // verify required parameter 'tenantUiMetadataItemUpdateRequestV2025' is not null or undefined
80420
- (0, common_1.assertParamExists)('setTenantUiMetadata', 'tenantUiMetadataItemUpdateRequestV2025', tenantUiMetadataItemUpdateRequestV2025);
80421
81031
  localVarPath = "/ui-metadata/tenant";
80422
81032
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
80423
81033
  if (configuration) {
@@ -80495,18 +81105,18 @@ var UIMetadataV2025ApiFp = function (configuration) {
80495
81105
  /**
80496
81106
  * This API endpoint updates UI metadata for your tenant. These changes may require up to 5 minutes to take effect on the UI.
80497
81107
  * @summary Update tenant ui metadata
80498
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
80499
81108
  * @param {TenantUiMetadataItemUpdateRequestV2025} tenantUiMetadataItemUpdateRequestV2025
81109
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
80500
81110
  * @param {*} [axiosOptions] Override http request option.
80501
81111
  * @throws {RequiredError}
80502
81112
  */
80503
- setTenantUiMetadata: function (xSailPointExperimental, tenantUiMetadataItemUpdateRequestV2025, axiosOptions) {
81113
+ setTenantUiMetadata: function (tenantUiMetadataItemUpdateRequestV2025, xSailPointExperimental, axiosOptions) {
80504
81114
  var _a, _b, _c;
80505
81115
  return __awaiter(this, void 0, void 0, function () {
80506
81116
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
80507
81117
  return __generator(this, function (_d) {
80508
81118
  switch (_d.label) {
80509
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.setTenantUiMetadata(xSailPointExperimental, tenantUiMetadataItemUpdateRequestV2025, axiosOptions)];
81119
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.setTenantUiMetadata(tenantUiMetadataItemUpdateRequestV2025, xSailPointExperimental, axiosOptions)];
80510
81120
  case 1:
80511
81121
  localVarAxiosArgs = _d.sent();
80512
81122
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -80545,7 +81155,7 @@ var UIMetadataV2025ApiFactory = function (configuration, basePath, axios) {
80545
81155
  * @throws {RequiredError}
80546
81156
  */
80547
81157
  setTenantUiMetadata: function (requestParameters, axiosOptions) {
80548
- return localVarFp.setTenantUiMetadata(requestParameters.xSailPointExperimental, requestParameters.tenantUiMetadataItemUpdateRequestV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
81158
+ return localVarFp.setTenantUiMetadata(requestParameters.tenantUiMetadataItemUpdateRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
80549
81159
  },
80550
81160
  };
80551
81161
  };
@@ -80584,7 +81194,7 @@ var UIMetadataV2025Api = /** @class */ (function (_super) {
80584
81194
  */
80585
81195
  UIMetadataV2025Api.prototype.setTenantUiMetadata = function (requestParameters, axiosOptions) {
80586
81196
  var _this = this;
80587
- return (0, exports.UIMetadataV2025ApiFp)(this.configuration).setTenantUiMetadata(requestParameters.xSailPointExperimental, requestParameters.tenantUiMetadataItemUpdateRequestV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
81197
+ return (0, exports.UIMetadataV2025ApiFp)(this.configuration).setTenantUiMetadata(requestParameters.tenantUiMetadataItemUpdateRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
80588
81198
  };
80589
81199
  return UIMetadataV2025Api;
80590
81200
  }(base_1.BaseAPI));
@@ -82332,25 +82942,23 @@ var WorkReassignmentV2025ApiAxiosParamCreator = function (configuration) {
82332
82942
  /**
82333
82943
  * Creates a new Reassignment Configuration for the specified identity.
82334
82944
  * @summary Create a reassignment configuration
82335
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
82336
82945
  * @param {ConfigurationItemRequestV2025} configurationItemRequestV2025
82946
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
82337
82947
  * @param {*} [axiosOptions] Override http request option.
82338
82948
  * @throws {RequiredError}
82339
82949
  */
82340
- createReassignmentConfiguration: function (xSailPointExperimental, configurationItemRequestV2025, axiosOptions) {
82950
+ createReassignmentConfiguration: function (configurationItemRequestV2025, xSailPointExperimental, axiosOptions) {
82341
82951
  if (axiosOptions === void 0) { axiosOptions = {}; }
82342
82952
  return __awaiter(_this, void 0, void 0, function () {
82343
82953
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
82344
82954
  return __generator(this, function (_a) {
82345
82955
  switch (_a.label) {
82346
82956
  case 0:
82957
+ // verify required parameter 'configurationItemRequestV2025' is not null or undefined
82958
+ (0, common_1.assertParamExists)('createReassignmentConfiguration', 'configurationItemRequestV2025', configurationItemRequestV2025);
82347
82959
  if (xSailPointExperimental === undefined) {
82348
82960
  xSailPointExperimental = 'true';
82349
82961
  }
82350
- // verify required parameter 'xSailPointExperimental' is not null or undefined
82351
- (0, common_1.assertParamExists)('createReassignmentConfiguration', 'xSailPointExperimental', xSailPointExperimental);
82352
- // verify required parameter 'configurationItemRequestV2025' is not null or undefined
82353
- (0, common_1.assertParamExists)('createReassignmentConfiguration', 'configurationItemRequestV2025', configurationItemRequestV2025);
82354
82962
  localVarPath = "/reassignment-configurations";
82355
82963
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
82356
82964
  if (configuration) {
@@ -82756,12 +83364,12 @@ var WorkReassignmentV2025ApiAxiosParamCreator = function (configuration) {
82756
83364
  * Replaces existing Reassignment configuration for an identity with the newly provided configuration.
82757
83365
  * @summary Update reassignment configuration
82758
83366
  * @param {string} identityId unique identity id
82759
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
82760
83367
  * @param {ConfigurationItemRequestV2025} configurationItemRequestV2025
83368
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
82761
83369
  * @param {*} [axiosOptions] Override http request option.
82762
83370
  * @throws {RequiredError}
82763
83371
  */
82764
- putReassignmentConfig: function (identityId, xSailPointExperimental, configurationItemRequestV2025, axiosOptions) {
83372
+ putReassignmentConfig: function (identityId, configurationItemRequestV2025, xSailPointExperimental, axiosOptions) {
82765
83373
  if (axiosOptions === void 0) { axiosOptions = {}; }
82766
83374
  return __awaiter(_this, void 0, void 0, function () {
82767
83375
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -82770,13 +83378,11 @@ var WorkReassignmentV2025ApiAxiosParamCreator = function (configuration) {
82770
83378
  case 0:
82771
83379
  // verify required parameter 'identityId' is not null or undefined
82772
83380
  (0, common_1.assertParamExists)('putReassignmentConfig', 'identityId', identityId);
83381
+ // verify required parameter 'configurationItemRequestV2025' is not null or undefined
83382
+ (0, common_1.assertParamExists)('putReassignmentConfig', 'configurationItemRequestV2025', configurationItemRequestV2025);
82773
83383
  if (xSailPointExperimental === undefined) {
82774
83384
  xSailPointExperimental = 'true';
82775
83385
  }
82776
- // verify required parameter 'xSailPointExperimental' is not null or undefined
82777
- (0, common_1.assertParamExists)('putReassignmentConfig', 'xSailPointExperimental', xSailPointExperimental);
82778
- // verify required parameter 'configurationItemRequestV2025' is not null or undefined
82779
- (0, common_1.assertParamExists)('putReassignmentConfig', 'configurationItemRequestV2025', configurationItemRequestV2025);
82780
83386
  localVarPath = "/reassignment-configurations/{identityId}"
82781
83387
  .replace("{".concat("identityId", "}"), encodeURIComponent(String(identityId)));
82782
83388
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -82822,25 +83428,23 @@ var WorkReassignmentV2025ApiAxiosParamCreator = function (configuration) {
82822
83428
  /**
82823
83429
  * Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.
82824
83430
  * @summary Update tenant-wide reassignment configuration settings
82825
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
82826
83431
  * @param {TenantConfigurationRequestV2025} tenantConfigurationRequestV2025
83432
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
82827
83433
  * @param {*} [axiosOptions] Override http request option.
82828
83434
  * @throws {RequiredError}
82829
83435
  */
82830
- putTenantConfiguration: function (xSailPointExperimental, tenantConfigurationRequestV2025, axiosOptions) {
83436
+ putTenantConfiguration: function (tenantConfigurationRequestV2025, xSailPointExperimental, axiosOptions) {
82831
83437
  if (axiosOptions === void 0) { axiosOptions = {}; }
82832
83438
  return __awaiter(_this, void 0, void 0, function () {
82833
83439
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
82834
83440
  return __generator(this, function (_a) {
82835
83441
  switch (_a.label) {
82836
83442
  case 0:
83443
+ // verify required parameter 'tenantConfigurationRequestV2025' is not null or undefined
83444
+ (0, common_1.assertParamExists)('putTenantConfiguration', 'tenantConfigurationRequestV2025', tenantConfigurationRequestV2025);
82837
83445
  if (xSailPointExperimental === undefined) {
82838
83446
  xSailPointExperimental = 'true';
82839
83447
  }
82840
- // verify required parameter 'xSailPointExperimental' is not null or undefined
82841
- (0, common_1.assertParamExists)('putTenantConfiguration', 'xSailPointExperimental', xSailPointExperimental);
82842
- // verify required parameter 'tenantConfigurationRequestV2025' is not null or undefined
82843
- (0, common_1.assertParamExists)('putTenantConfiguration', 'tenantConfigurationRequestV2025', tenantConfigurationRequestV2025);
82844
83448
  localVarPath = "/reassignment-configurations/tenant-config";
82845
83449
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
82846
83450
  if (configuration) {
@@ -82895,18 +83499,18 @@ var WorkReassignmentV2025ApiFp = function (configuration) {
82895
83499
  /**
82896
83500
  * Creates a new Reassignment Configuration for the specified identity.
82897
83501
  * @summary Create a reassignment configuration
82898
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
82899
83502
  * @param {ConfigurationItemRequestV2025} configurationItemRequestV2025
83503
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
82900
83504
  * @param {*} [axiosOptions] Override http request option.
82901
83505
  * @throws {RequiredError}
82902
83506
  */
82903
- createReassignmentConfiguration: function (xSailPointExperimental, configurationItemRequestV2025, axiosOptions) {
83507
+ createReassignmentConfiguration: function (configurationItemRequestV2025, xSailPointExperimental, axiosOptions) {
82904
83508
  var _a, _b, _c;
82905
83509
  return __awaiter(this, void 0, void 0, function () {
82906
83510
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
82907
83511
  return __generator(this, function (_d) {
82908
83512
  switch (_d.label) {
82909
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createReassignmentConfiguration(xSailPointExperimental, configurationItemRequestV2025, axiosOptions)];
83513
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createReassignmentConfiguration(configurationItemRequestV2025, xSailPointExperimental, axiosOptions)];
82910
83514
  case 1:
82911
83515
  localVarAxiosArgs = _d.sent();
82912
83516
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -83064,18 +83668,18 @@ var WorkReassignmentV2025ApiFp = function (configuration) {
83064
83668
  * Replaces existing Reassignment configuration for an identity with the newly provided configuration.
83065
83669
  * @summary Update reassignment configuration
83066
83670
  * @param {string} identityId unique identity id
83067
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
83068
83671
  * @param {ConfigurationItemRequestV2025} configurationItemRequestV2025
83672
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
83069
83673
  * @param {*} [axiosOptions] Override http request option.
83070
83674
  * @throws {RequiredError}
83071
83675
  */
83072
- putReassignmentConfig: function (identityId, xSailPointExperimental, configurationItemRequestV2025, axiosOptions) {
83676
+ putReassignmentConfig: function (identityId, configurationItemRequestV2025, xSailPointExperimental, axiosOptions) {
83073
83677
  var _a, _b, _c;
83074
83678
  return __awaiter(this, void 0, void 0, function () {
83075
83679
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
83076
83680
  return __generator(this, function (_d) {
83077
83681
  switch (_d.label) {
83078
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.putReassignmentConfig(identityId, xSailPointExperimental, configurationItemRequestV2025, axiosOptions)];
83682
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.putReassignmentConfig(identityId, configurationItemRequestV2025, xSailPointExperimental, axiosOptions)];
83079
83683
  case 1:
83080
83684
  localVarAxiosArgs = _d.sent();
83081
83685
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -83088,18 +83692,18 @@ var WorkReassignmentV2025ApiFp = function (configuration) {
83088
83692
  /**
83089
83693
  * Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.
83090
83694
  * @summary Update tenant-wide reassignment configuration settings
83091
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
83092
83695
  * @param {TenantConfigurationRequestV2025} tenantConfigurationRequestV2025
83696
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
83093
83697
  * @param {*} [axiosOptions] Override http request option.
83094
83698
  * @throws {RequiredError}
83095
83699
  */
83096
- putTenantConfiguration: function (xSailPointExperimental, tenantConfigurationRequestV2025, axiosOptions) {
83700
+ putTenantConfiguration: function (tenantConfigurationRequestV2025, xSailPointExperimental, axiosOptions) {
83097
83701
  var _a, _b, _c;
83098
83702
  return __awaiter(this, void 0, void 0, function () {
83099
83703
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
83100
83704
  return __generator(this, function (_d) {
83101
83705
  switch (_d.label) {
83102
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.putTenantConfiguration(xSailPointExperimental, tenantConfigurationRequestV2025, axiosOptions)];
83706
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.putTenantConfiguration(tenantConfigurationRequestV2025, xSailPointExperimental, axiosOptions)];
83103
83707
  case 1:
83104
83708
  localVarAxiosArgs = _d.sent();
83105
83709
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -83127,7 +83731,7 @@ var WorkReassignmentV2025ApiFactory = function (configuration, basePath, axios)
83127
83731
  * @throws {RequiredError}
83128
83732
  */
83129
83733
  createReassignmentConfiguration: function (requestParameters, axiosOptions) {
83130
- return localVarFp.createReassignmentConfiguration(requestParameters.xSailPointExperimental, requestParameters.configurationItemRequestV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
83734
+ return localVarFp.createReassignmentConfiguration(requestParameters.configurationItemRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
83131
83735
  },
83132
83736
  /**
83133
83737
  * Deletes a single reassignment configuration for the specified identity
@@ -83200,7 +83804,7 @@ var WorkReassignmentV2025ApiFactory = function (configuration, basePath, axios)
83200
83804
  * @throws {RequiredError}
83201
83805
  */
83202
83806
  putReassignmentConfig: function (requestParameters, axiosOptions) {
83203
- return localVarFp.putReassignmentConfig(requestParameters.identityId, requestParameters.xSailPointExperimental, requestParameters.configurationItemRequestV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
83807
+ return localVarFp.putReassignmentConfig(requestParameters.identityId, requestParameters.configurationItemRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
83204
83808
  },
83205
83809
  /**
83206
83810
  * Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.
@@ -83210,7 +83814,7 @@ var WorkReassignmentV2025ApiFactory = function (configuration, basePath, axios)
83210
83814
  * @throws {RequiredError}
83211
83815
  */
83212
83816
  putTenantConfiguration: function (requestParameters, axiosOptions) {
83213
- return localVarFp.putTenantConfiguration(requestParameters.xSailPointExperimental, requestParameters.tenantConfigurationRequestV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
83817
+ return localVarFp.putTenantConfiguration(requestParameters.tenantConfigurationRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
83214
83818
  },
83215
83819
  };
83216
83820
  };
@@ -83236,7 +83840,7 @@ var WorkReassignmentV2025Api = /** @class */ (function (_super) {
83236
83840
  */
83237
83841
  WorkReassignmentV2025Api.prototype.createReassignmentConfiguration = function (requestParameters, axiosOptions) {
83238
83842
  var _this = this;
83239
- return (0, exports.WorkReassignmentV2025ApiFp)(this.configuration).createReassignmentConfiguration(requestParameters.xSailPointExperimental, requestParameters.configurationItemRequestV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
83843
+ return (0, exports.WorkReassignmentV2025ApiFp)(this.configuration).createReassignmentConfiguration(requestParameters.configurationItemRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
83240
83844
  };
83241
83845
  /**
83242
83846
  * Deletes a single reassignment configuration for the specified identity
@@ -83323,7 +83927,7 @@ var WorkReassignmentV2025Api = /** @class */ (function (_super) {
83323
83927
  */
83324
83928
  WorkReassignmentV2025Api.prototype.putReassignmentConfig = function (requestParameters, axiosOptions) {
83325
83929
  var _this = this;
83326
- return (0, exports.WorkReassignmentV2025ApiFp)(this.configuration).putReassignmentConfig(requestParameters.identityId, requestParameters.xSailPointExperimental, requestParameters.configurationItemRequestV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
83930
+ return (0, exports.WorkReassignmentV2025ApiFp)(this.configuration).putReassignmentConfig(requestParameters.identityId, requestParameters.configurationItemRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
83327
83931
  };
83328
83932
  /**
83329
83933
  * Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.
@@ -83335,7 +83939,7 @@ var WorkReassignmentV2025Api = /** @class */ (function (_super) {
83335
83939
  */
83336
83940
  WorkReassignmentV2025Api.prototype.putTenantConfiguration = function (requestParameters, axiosOptions) {
83337
83941
  var _this = this;
83338
- return (0, exports.WorkReassignmentV2025ApiFp)(this.configuration).putTenantConfiguration(requestParameters.xSailPointExperimental, requestParameters.tenantConfigurationRequestV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
83942
+ return (0, exports.WorkReassignmentV2025ApiFp)(this.configuration).putTenantConfiguration(requestParameters.tenantConfigurationRequestV2025, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
83339
83943
  };
83340
83944
  return WorkReassignmentV2025Api;
83341
83945
  }(base_1.BaseAPI));