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/v2024/api.js CHANGED
@@ -9856,25 +9856,23 @@ var AppsV2024ApiAxiosParamCreator = function (configuration) {
9856
9856
  /**
9857
9857
  * This endpoint creates a source app using the given source app payload
9858
9858
  * @summary Create source app
9859
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
9860
9859
  * @param {SourceAppCreateDtoV2024} sourceAppCreateDtoV2024
9860
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
9861
9861
  * @param {*} [axiosOptions] Override http request option.
9862
9862
  * @throws {RequiredError}
9863
9863
  */
9864
- createSourceApp: function (xSailPointExperimental, sourceAppCreateDtoV2024, axiosOptions) {
9864
+ createSourceApp: function (sourceAppCreateDtoV2024, xSailPointExperimental, axiosOptions) {
9865
9865
  if (axiosOptions === void 0) { axiosOptions = {}; }
9866
9866
  return __awaiter(_this, void 0, void 0, function () {
9867
9867
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
9868
9868
  return __generator(this, function (_a) {
9869
9869
  switch (_a.label) {
9870
9870
  case 0:
9871
+ // verify required parameter 'sourceAppCreateDtoV2024' is not null or undefined
9872
+ (0, common_1.assertParamExists)('createSourceApp', 'sourceAppCreateDtoV2024', sourceAppCreateDtoV2024);
9871
9873
  if (xSailPointExperimental === undefined) {
9872
9874
  xSailPointExperimental = 'true';
9873
9875
  }
9874
- // verify required parameter 'xSailPointExperimental' is not null or undefined
9875
- (0, common_1.assertParamExists)('createSourceApp', 'xSailPointExperimental', xSailPointExperimental);
9876
- // verify required parameter 'sourceAppCreateDtoV2024' is not null or undefined
9877
- (0, common_1.assertParamExists)('createSourceApp', 'sourceAppCreateDtoV2024', sourceAppCreateDtoV2024);
9878
9876
  localVarPath = "/source-apps";
9879
9877
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
9880
9878
  if (configuration) {
@@ -9989,7 +9987,7 @@ var AppsV2024ApiAxiosParamCreator = function (configuration) {
9989
9987
  * Use this API to delete a specific source app
9990
9988
  * @summary Delete source app by id
9991
9989
  * @param {string} id source app ID.
9992
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
9990
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
9993
9991
  * @param {*} [axiosOptions] Override http request option.
9994
9992
  * @throws {RequiredError}
9995
9993
  */
@@ -10005,8 +10003,6 @@ var AppsV2024ApiAxiosParamCreator = function (configuration) {
10005
10003
  if (xSailPointExperimental === undefined) {
10006
10004
  xSailPointExperimental = 'true';
10007
10005
  }
10008
- // verify required parameter 'xSailPointExperimental' is not null or undefined
10009
- (0, common_1.assertParamExists)('deleteSourceApp', 'xSailPointExperimental', xSailPointExperimental);
10010
10006
  localVarPath = "/source-apps/{id}"
10011
10007
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
10012
10008
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -10625,7 +10621,7 @@ var AppsV2024ApiAxiosParamCreator = function (configuration) {
10625
10621
  * 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.
10626
10622
  * @summary Patch source app by id
10627
10623
  * @param {string} id ID of the source app to patch
10628
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
10624
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
10629
10625
  * @param {Array<JsonPatchOperationV2024>} [jsonPatchOperationV2024]
10630
10626
  * @param {*} [axiosOptions] Override http request option.
10631
10627
  * @throws {RequiredError}
@@ -10642,8 +10638,6 @@ var AppsV2024ApiAxiosParamCreator = function (configuration) {
10642
10638
  if (xSailPointExperimental === undefined) {
10643
10639
  xSailPointExperimental = 'true';
10644
10640
  }
10645
- // verify required parameter 'xSailPointExperimental' is not null or undefined
10646
- (0, common_1.assertParamExists)('patchSourceApp', 'xSailPointExperimental', xSailPointExperimental);
10647
10641
  localVarPath = "/source-apps/{id}"
10648
10642
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
10649
10643
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -10821,18 +10815,18 @@ var AppsV2024ApiFp = function (configuration) {
10821
10815
  /**
10822
10816
  * This endpoint creates a source app using the given source app payload
10823
10817
  * @summary Create source app
10824
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
10825
10818
  * @param {SourceAppCreateDtoV2024} sourceAppCreateDtoV2024
10819
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
10826
10820
  * @param {*} [axiosOptions] Override http request option.
10827
10821
  * @throws {RequiredError}
10828
10822
  */
10829
- createSourceApp: function (xSailPointExperimental, sourceAppCreateDtoV2024, axiosOptions) {
10823
+ createSourceApp: function (sourceAppCreateDtoV2024, xSailPointExperimental, axiosOptions) {
10830
10824
  var _a, _b, _c;
10831
10825
  return __awaiter(this, void 0, void 0, function () {
10832
10826
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
10833
10827
  return __generator(this, function (_d) {
10834
10828
  switch (_d.label) {
10835
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createSourceApp(xSailPointExperimental, sourceAppCreateDtoV2024, axiosOptions)];
10829
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createSourceApp(sourceAppCreateDtoV2024, xSailPointExperimental, axiosOptions)];
10836
10830
  case 1:
10837
10831
  localVarAxiosArgs = _d.sent();
10838
10832
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -10872,7 +10866,7 @@ var AppsV2024ApiFp = function (configuration) {
10872
10866
  * Use this API to delete a specific source app
10873
10867
  * @summary Delete source app by id
10874
10868
  * @param {string} id source app ID.
10875
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
10869
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
10876
10870
  * @param {*} [axiosOptions] Override http request option.
10877
10871
  * @throws {RequiredError}
10878
10872
  */
@@ -11111,7 +11105,7 @@ var AppsV2024ApiFp = function (configuration) {
11111
11105
  * 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.
11112
11106
  * @summary Patch source app by id
11113
11107
  * @param {string} id ID of the source app to patch
11114
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
11108
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
11115
11109
  * @param {Array<JsonPatchOperationV2024>} [jsonPatchOperationV2024]
11116
11110
  * @param {*} [axiosOptions] Override http request option.
11117
11111
  * @throws {RequiredError}
@@ -11199,7 +11193,7 @@ var AppsV2024ApiFactory = function (configuration, basePath, axios) {
11199
11193
  * @throws {RequiredError}
11200
11194
  */
11201
11195
  createSourceApp: function (requestParameters, axiosOptions) {
11202
- return localVarFp.createSourceApp(requestParameters.xSailPointExperimental, requestParameters.sourceAppCreateDtoV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
11196
+ return localVarFp.createSourceApp(requestParameters.sourceAppCreateDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
11203
11197
  },
11204
11198
  /**
11205
11199
  * This API returns the final list of access profiles for the specified source app after removing
@@ -11360,7 +11354,7 @@ var AppsV2024Api = /** @class */ (function (_super) {
11360
11354
  */
11361
11355
  AppsV2024Api.prototype.createSourceApp = function (requestParameters, axiosOptions) {
11362
11356
  var _this = this;
11363
- return (0, exports.AppsV2024ApiFp)(this.configuration).createSourceApp(requestParameters.xSailPointExperimental, requestParameters.sourceAppCreateDtoV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
11357
+ return (0, exports.AppsV2024ApiFp)(this.configuration).createSourceApp(requestParameters.sourceAppCreateDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
11364
11358
  };
11365
11359
  /**
11366
11360
  * This API returns the final list of access profiles for the specified source app after removing
@@ -11653,12 +11647,12 @@ var AuthProfileV2024ApiAxiosParamCreator = function (configuration) {
11653
11647
  * This API updates an existing Auth Profile. The following fields are patchable: **offNetwork**, **untrustedGeography**, **applicationId**, **applicationName**, **type**
11654
11648
  * @summary Patch a specified auth profile
11655
11649
  * @param {string} id ID of the Auth Profile to patch.
11656
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
11657
11650
  * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
11651
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
11658
11652
  * @param {*} [axiosOptions] Override http request option.
11659
11653
  * @throws {RequiredError}
11660
11654
  */
11661
- patchProfileConfig: function (id, xSailPointExperimental, jsonPatchOperationV2024, axiosOptions) {
11655
+ patchProfileConfig: function (id, jsonPatchOperationV2024, xSailPointExperimental, axiosOptions) {
11662
11656
  if (axiosOptions === void 0) { axiosOptions = {}; }
11663
11657
  return __awaiter(_this, void 0, void 0, function () {
11664
11658
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -11667,13 +11661,11 @@ var AuthProfileV2024ApiAxiosParamCreator = function (configuration) {
11667
11661
  case 0:
11668
11662
  // verify required parameter 'id' is not null or undefined
11669
11663
  (0, common_1.assertParamExists)('patchProfileConfig', 'id', id);
11664
+ // verify required parameter 'jsonPatchOperationV2024' is not null or undefined
11665
+ (0, common_1.assertParamExists)('patchProfileConfig', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
11670
11666
  if (xSailPointExperimental === undefined) {
11671
11667
  xSailPointExperimental = 'true';
11672
11668
  }
11673
- // verify required parameter 'xSailPointExperimental' is not null or undefined
11674
- (0, common_1.assertParamExists)('patchProfileConfig', 'xSailPointExperimental', xSailPointExperimental);
11675
- // verify required parameter 'jsonPatchOperationV2024' is not null or undefined
11676
- (0, common_1.assertParamExists)('patchProfileConfig', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
11677
11669
  localVarPath = "/auth-profiles/{id}"
11678
11670
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
11679
11671
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -11777,18 +11769,18 @@ var AuthProfileV2024ApiFp = function (configuration) {
11777
11769
  * This API updates an existing Auth Profile. The following fields are patchable: **offNetwork**, **untrustedGeography**, **applicationId**, **applicationName**, **type**
11778
11770
  * @summary Patch a specified auth profile
11779
11771
  * @param {string} id ID of the Auth Profile to patch.
11780
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
11781
11772
  * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
11773
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
11782
11774
  * @param {*} [axiosOptions] Override http request option.
11783
11775
  * @throws {RequiredError}
11784
11776
  */
11785
- patchProfileConfig: function (id, xSailPointExperimental, jsonPatchOperationV2024, axiosOptions) {
11777
+ patchProfileConfig: function (id, jsonPatchOperationV2024, xSailPointExperimental, axiosOptions) {
11786
11778
  var _a, _b, _c;
11787
11779
  return __awaiter(this, void 0, void 0, function () {
11788
11780
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
11789
11781
  return __generator(this, function (_d) {
11790
11782
  switch (_d.label) {
11791
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchProfileConfig(id, xSailPointExperimental, jsonPatchOperationV2024, axiosOptions)];
11783
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchProfileConfig(id, jsonPatchOperationV2024, xSailPointExperimental, axiosOptions)];
11792
11784
  case 1:
11793
11785
  localVarAxiosArgs = _d.sent();
11794
11786
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -11837,7 +11829,7 @@ var AuthProfileV2024ApiFactory = function (configuration, basePath, axios) {
11837
11829
  * @throws {RequiredError}
11838
11830
  */
11839
11831
  patchProfileConfig: function (requestParameters, axiosOptions) {
11840
- return localVarFp.patchProfileConfig(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
11832
+ return localVarFp.patchProfileConfig(requestParameters.id, requestParameters.jsonPatchOperationV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
11841
11833
  },
11842
11834
  };
11843
11835
  };
@@ -11888,7 +11880,7 @@ var AuthProfileV2024Api = /** @class */ (function (_super) {
11888
11880
  */
11889
11881
  AuthProfileV2024Api.prototype.patchProfileConfig = function (requestParameters, axiosOptions) {
11890
11882
  var _this = this;
11891
- return (0, exports.AuthProfileV2024ApiFp)(this.configuration).patchProfileConfig(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
11883
+ return (0, exports.AuthProfileV2024ApiFp)(this.configuration).patchProfileConfig(requestParameters.id, requestParameters.jsonPatchOperationV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
11892
11884
  };
11893
11885
  return AuthProfileV2024Api;
11894
11886
  }(base_1.BaseAPI));
@@ -24239,12 +24231,12 @@ var CustomPasswordInstructionsV2024ApiAxiosParamCreator = function (configuratio
24239
24231
  * This API delete the custom password instructions for the specified page ID.
24240
24232
  * @summary Delete custom password instructions by page id
24241
24233
  * @param {DeleteCustomPasswordInstructionsPageIdV2024} pageId The page ID of custom password instructions to delete.
24242
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
24243
24234
  * @param {string} [locale] The locale for the custom instructions, a BCP47 language tag. The default value is \\\&quot;default\\\&quot;.
24235
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
24244
24236
  * @param {*} [axiosOptions] Override http request option.
24245
24237
  * @throws {RequiredError}
24246
24238
  */
24247
- deleteCustomPasswordInstructions: function (pageId, xSailPointExperimental, locale, axiosOptions) {
24239
+ deleteCustomPasswordInstructions: function (pageId, locale, xSailPointExperimental, axiosOptions) {
24248
24240
  if (axiosOptions === void 0) { axiosOptions = {}; }
24249
24241
  return __awaiter(_this, void 0, void 0, function () {
24250
24242
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -24256,8 +24248,6 @@ var CustomPasswordInstructionsV2024ApiAxiosParamCreator = function (configuratio
24256
24248
  if (xSailPointExperimental === undefined) {
24257
24249
  xSailPointExperimental = 'true';
24258
24250
  }
24259
- // verify required parameter 'xSailPointExperimental' is not null or undefined
24260
- (0, common_1.assertParamExists)('deleteCustomPasswordInstructions', 'xSailPointExperimental', xSailPointExperimental);
24261
24251
  localVarPath = "/custom-password-instructions/{pageId}"
24262
24252
  .replace("{".concat("pageId", "}"), encodeURIComponent(String(pageId)));
24263
24253
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -24403,18 +24393,18 @@ var CustomPasswordInstructionsV2024ApiFp = function (configuration) {
24403
24393
  * This API delete the custom password instructions for the specified page ID.
24404
24394
  * @summary Delete custom password instructions by page id
24405
24395
  * @param {DeleteCustomPasswordInstructionsPageIdV2024} pageId The page ID of custom password instructions to delete.
24406
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
24407
24396
  * @param {string} [locale] The locale for the custom instructions, a BCP47 language tag. The default value is \\\&quot;default\\\&quot;.
24397
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
24408
24398
  * @param {*} [axiosOptions] Override http request option.
24409
24399
  * @throws {RequiredError}
24410
24400
  */
24411
- deleteCustomPasswordInstructions: function (pageId, xSailPointExperimental, locale, axiosOptions) {
24401
+ deleteCustomPasswordInstructions: function (pageId, locale, xSailPointExperimental, axiosOptions) {
24412
24402
  var _a, _b, _c;
24413
24403
  return __awaiter(this, void 0, void 0, function () {
24414
24404
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
24415
24405
  return __generator(this, function (_d) {
24416
24406
  switch (_d.label) {
24417
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteCustomPasswordInstructions(pageId, xSailPointExperimental, locale, axiosOptions)];
24407
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteCustomPasswordInstructions(pageId, locale, xSailPointExperimental, axiosOptions)];
24418
24408
  case 1:
24419
24409
  localVarAxiosArgs = _d.sent();
24420
24410
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -24477,7 +24467,7 @@ var CustomPasswordInstructionsV2024ApiFactory = function (configuration, basePat
24477
24467
  * @throws {RequiredError}
24478
24468
  */
24479
24469
  deleteCustomPasswordInstructions: function (requestParameters, axiosOptions) {
24480
- return localVarFp.deleteCustomPasswordInstructions(requestParameters.pageId, requestParameters.xSailPointExperimental, requestParameters.locale, axiosOptions).then(function (request) { return request(axios, basePath); });
24470
+ return localVarFp.deleteCustomPasswordInstructions(requestParameters.pageId, requestParameters.locale, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
24481
24471
  },
24482
24472
  /**
24483
24473
  * This API returns the custom password instructions for the specified page ID.
@@ -24525,7 +24515,7 @@ var CustomPasswordInstructionsV2024Api = /** @class */ (function (_super) {
24525
24515
  */
24526
24516
  CustomPasswordInstructionsV2024Api.prototype.deleteCustomPasswordInstructions = function (requestParameters, axiosOptions) {
24527
24517
  var _this = this;
24528
- return (0, exports.CustomPasswordInstructionsV2024ApiFp)(this.configuration).deleteCustomPasswordInstructions(requestParameters.pageId, requestParameters.xSailPointExperimental, requestParameters.locale, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
24518
+ return (0, exports.CustomPasswordInstructionsV2024ApiFp)(this.configuration).deleteCustomPasswordInstructions(requestParameters.pageId, requestParameters.locale, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
24529
24519
  };
24530
24520
  /**
24531
24521
  * This API returns the custom password instructions for the specified page ID.
@@ -24651,12 +24641,12 @@ var DataSegmentationV2024ApiAxiosParamCreator = function (configuration) {
24651
24641
  * This API deletes the segment specified by the given ID.
24652
24642
  * @summary Delete segment by id
24653
24643
  * @param {string} id The segment ID to delete.
24654
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
24655
24644
  * @param {boolean} [published] This determines which version of the segment to delete
24645
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
24656
24646
  * @param {*} [axiosOptions] Override http request option.
24657
24647
  * @throws {RequiredError}
24658
24648
  */
24659
- deleteDataSegment: function (id, xSailPointExperimental, published, axiosOptions) {
24649
+ deleteDataSegment: function (id, published, xSailPointExperimental, axiosOptions) {
24660
24650
  if (axiosOptions === void 0) { axiosOptions = {}; }
24661
24651
  return __awaiter(_this, void 0, void 0, function () {
24662
24652
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -24668,8 +24658,6 @@ var DataSegmentationV2024ApiAxiosParamCreator = function (configuration) {
24668
24658
  if (xSailPointExperimental === undefined) {
24669
24659
  xSailPointExperimental = 'true';
24670
24660
  }
24671
- // verify required parameter 'xSailPointExperimental' is not null or undefined
24672
- (0, common_1.assertParamExists)('deleteDataSegment', 'xSailPointExperimental', xSailPointExperimental);
24673
24661
  localVarPath = "/data-segments/{segmentId}"
24674
24662
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
24675
24663
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -25031,12 +25019,12 @@ var DataSegmentationV2024ApiAxiosParamCreator = function (configuration) {
25031
25019
  * Use this API to update segment fields by using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
25032
25020
  * @summary Update segment
25033
25021
  * @param {string} id The segment ID to modify.
25034
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25035
25022
  * @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
25023
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
25036
25024
  * @param {*} [axiosOptions] Override http request option.
25037
25025
  * @throws {RequiredError}
25038
25026
  */
25039
- patchDataSegment: function (id, xSailPointExperimental, requestBody, axiosOptions) {
25027
+ patchDataSegment: function (id, requestBody, xSailPointExperimental, axiosOptions) {
25040
25028
  if (axiosOptions === void 0) { axiosOptions = {}; }
25041
25029
  return __awaiter(_this, void 0, void 0, function () {
25042
25030
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -25045,13 +25033,11 @@ var DataSegmentationV2024ApiAxiosParamCreator = function (configuration) {
25045
25033
  case 0:
25046
25034
  // verify required parameter 'id' is not null or undefined
25047
25035
  (0, common_1.assertParamExists)('patchDataSegment', 'id', id);
25036
+ // verify required parameter 'requestBody' is not null or undefined
25037
+ (0, common_1.assertParamExists)('patchDataSegment', 'requestBody', requestBody);
25048
25038
  if (xSailPointExperimental === undefined) {
25049
25039
  xSailPointExperimental = 'true';
25050
25040
  }
25051
- // verify required parameter 'xSailPointExperimental' is not null or undefined
25052
- (0, common_1.assertParamExists)('patchDataSegment', 'xSailPointExperimental', xSailPointExperimental);
25053
- // verify required parameter 'requestBody' is not null or undefined
25054
- (0, common_1.assertParamExists)('patchDataSegment', 'requestBody', requestBody);
25055
25041
  localVarPath = "/data-segments/{segmentId}"
25056
25042
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
25057
25043
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -25107,26 +25093,24 @@ var DataSegmentationV2024ApiAxiosParamCreator = function (configuration) {
25107
25093
  /**
25108
25094
  * This will publish the segment so that it starts applying the segmentation to the desired users if enabled
25109
25095
  * @summary Publish segment by id
25110
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25111
25096
  * @param {Array<string>} requestBody A list of segment ids that you wish to publish
25112
25097
  * @param {boolean} [publishAll] This flag decides whether you want to publish all unpublished or a list of specific segment ids
25098
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
25113
25099
  * @param {*} [axiosOptions] Override http request option.
25114
25100
  * @throws {RequiredError}
25115
25101
  */
25116
- publishDataSegment: function (xSailPointExperimental, requestBody, publishAll, axiosOptions) {
25102
+ publishDataSegment: function (requestBody, publishAll, xSailPointExperimental, axiosOptions) {
25117
25103
  if (axiosOptions === void 0) { axiosOptions = {}; }
25118
25104
  return __awaiter(_this, void 0, void 0, function () {
25119
25105
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
25120
25106
  return __generator(this, function (_a) {
25121
25107
  switch (_a.label) {
25122
25108
  case 0:
25109
+ // verify required parameter 'requestBody' is not null or undefined
25110
+ (0, common_1.assertParamExists)('publishDataSegment', 'requestBody', requestBody);
25123
25111
  if (xSailPointExperimental === undefined) {
25124
25112
  xSailPointExperimental = 'true';
25125
25113
  }
25126
- // verify required parameter 'xSailPointExperimental' is not null or undefined
25127
- (0, common_1.assertParamExists)('publishDataSegment', 'xSailPointExperimental', xSailPointExperimental);
25128
- // verify required parameter 'requestBody' is not null or undefined
25129
- (0, common_1.assertParamExists)('publishDataSegment', 'requestBody', requestBody);
25130
25114
  localVarPath = "/data-segments/{segmentId}";
25131
25115
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
25132
25116
  if (configuration) {
@@ -25218,18 +25202,18 @@ var DataSegmentationV2024ApiFp = function (configuration) {
25218
25202
  * This API deletes the segment specified by the given ID.
25219
25203
  * @summary Delete segment by id
25220
25204
  * @param {string} id The segment ID to delete.
25221
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25222
25205
  * @param {boolean} [published] This determines which version of the segment to delete
25206
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
25223
25207
  * @param {*} [axiosOptions] Override http request option.
25224
25208
  * @throws {RequiredError}
25225
25209
  */
25226
- deleteDataSegment: function (id, xSailPointExperimental, published, axiosOptions) {
25210
+ deleteDataSegment: function (id, published, xSailPointExperimental, axiosOptions) {
25227
25211
  var _a, _b, _c;
25228
25212
  return __awaiter(this, void 0, void 0, function () {
25229
25213
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
25230
25214
  return __generator(this, function (_d) {
25231
25215
  switch (_d.label) {
25232
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteDataSegment(id, xSailPointExperimental, published, axiosOptions)];
25216
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteDataSegment(id, published, xSailPointExperimental, axiosOptions)];
25233
25217
  case 1:
25234
25218
  localVarAxiosArgs = _d.sent();
25235
25219
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -25345,18 +25329,18 @@ var DataSegmentationV2024ApiFp = function (configuration) {
25345
25329
  * Use this API to update segment fields by using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
25346
25330
  * @summary Update segment
25347
25331
  * @param {string} id The segment ID to modify.
25348
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25349
25332
  * @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
25333
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
25350
25334
  * @param {*} [axiosOptions] Override http request option.
25351
25335
  * @throws {RequiredError}
25352
25336
  */
25353
- patchDataSegment: function (id, xSailPointExperimental, requestBody, axiosOptions) {
25337
+ patchDataSegment: function (id, requestBody, xSailPointExperimental, axiosOptions) {
25354
25338
  var _a, _b, _c;
25355
25339
  return __awaiter(this, void 0, void 0, function () {
25356
25340
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
25357
25341
  return __generator(this, function (_d) {
25358
25342
  switch (_d.label) {
25359
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchDataSegment(id, xSailPointExperimental, requestBody, axiosOptions)];
25343
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchDataSegment(id, requestBody, xSailPointExperimental, axiosOptions)];
25360
25344
  case 1:
25361
25345
  localVarAxiosArgs = _d.sent();
25362
25346
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -25369,19 +25353,19 @@ var DataSegmentationV2024ApiFp = function (configuration) {
25369
25353
  /**
25370
25354
  * This will publish the segment so that it starts applying the segmentation to the desired users if enabled
25371
25355
  * @summary Publish segment by id
25372
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
25373
25356
  * @param {Array<string>} requestBody A list of segment ids that you wish to publish
25374
25357
  * @param {boolean} [publishAll] This flag decides whether you want to publish all unpublished or a list of specific segment ids
25358
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
25375
25359
  * @param {*} [axiosOptions] Override http request option.
25376
25360
  * @throws {RequiredError}
25377
25361
  */
25378
- publishDataSegment: function (xSailPointExperimental, requestBody, publishAll, axiosOptions) {
25362
+ publishDataSegment: function (requestBody, publishAll, xSailPointExperimental, axiosOptions) {
25379
25363
  var _a, _b, _c;
25380
25364
  return __awaiter(this, void 0, void 0, function () {
25381
25365
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
25382
25366
  return __generator(this, function (_d) {
25383
25367
  switch (_d.label) {
25384
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.publishDataSegment(xSailPointExperimental, requestBody, publishAll, axiosOptions)];
25368
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.publishDataSegment(requestBody, publishAll, xSailPointExperimental, axiosOptions)];
25385
25369
  case 1:
25386
25370
  localVarAxiosArgs = _d.sent();
25387
25371
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -25419,7 +25403,7 @@ var DataSegmentationV2024ApiFactory = function (configuration, basePath, axios)
25419
25403
  * @throws {RequiredError}
25420
25404
  */
25421
25405
  deleteDataSegment: function (requestParameters, axiosOptions) {
25422
- return localVarFp.deleteDataSegment(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.published, axiosOptions).then(function (request) { return request(axios, basePath); });
25406
+ return localVarFp.deleteDataSegment(requestParameters.id, requestParameters.published, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
25423
25407
  },
25424
25408
  /**
25425
25409
  * This API returns the segment specified by the given ID.
@@ -25470,7 +25454,7 @@ var DataSegmentationV2024ApiFactory = function (configuration, basePath, axios)
25470
25454
  * @throws {RequiredError}
25471
25455
  */
25472
25456
  patchDataSegment: function (requestParameters, axiosOptions) {
25473
- return localVarFp.patchDataSegment(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(axios, basePath); });
25457
+ return localVarFp.patchDataSegment(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
25474
25458
  },
25475
25459
  /**
25476
25460
  * This will publish the segment so that it starts applying the segmentation to the desired users if enabled
@@ -25480,7 +25464,7 @@ var DataSegmentationV2024ApiFactory = function (configuration, basePath, axios)
25480
25464
  * @throws {RequiredError}
25481
25465
  */
25482
25466
  publishDataSegment: function (requestParameters, axiosOptions) {
25483
- return localVarFp.publishDataSegment(requestParameters.xSailPointExperimental, requestParameters.requestBody, requestParameters.publishAll, axiosOptions).then(function (request) { return request(axios, basePath); });
25467
+ return localVarFp.publishDataSegment(requestParameters.requestBody, requestParameters.publishAll, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
25484
25468
  },
25485
25469
  };
25486
25470
  };
@@ -25518,7 +25502,7 @@ var DataSegmentationV2024Api = /** @class */ (function (_super) {
25518
25502
  */
25519
25503
  DataSegmentationV2024Api.prototype.deleteDataSegment = function (requestParameters, axiosOptions) {
25520
25504
  var _this = this;
25521
- return (0, exports.DataSegmentationV2024ApiFp)(this.configuration).deleteDataSegment(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.published, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
25505
+ return (0, exports.DataSegmentationV2024ApiFp)(this.configuration).deleteDataSegment(requestParameters.id, requestParameters.published, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
25522
25506
  };
25523
25507
  /**
25524
25508
  * This API returns the segment specified by the given ID.
@@ -25579,7 +25563,7 @@ var DataSegmentationV2024Api = /** @class */ (function (_super) {
25579
25563
  */
25580
25564
  DataSegmentationV2024Api.prototype.patchDataSegment = function (requestParameters, axiosOptions) {
25581
25565
  var _this = this;
25582
- return (0, exports.DataSegmentationV2024ApiFp)(this.configuration).patchDataSegment(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
25566
+ return (0, exports.DataSegmentationV2024ApiFp)(this.configuration).patchDataSegment(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
25583
25567
  };
25584
25568
  /**
25585
25569
  * This will publish the segment so that it starts applying the segmentation to the desired users if enabled
@@ -25591,7 +25575,7 @@ var DataSegmentationV2024Api = /** @class */ (function (_super) {
25591
25575
  */
25592
25576
  DataSegmentationV2024Api.prototype.publishDataSegment = function (requestParameters, axiosOptions) {
25593
25577
  var _this = this;
25594
- return (0, exports.DataSegmentationV2024ApiFp)(this.configuration).publishDataSegment(requestParameters.xSailPointExperimental, requestParameters.requestBody, requestParameters.publishAll, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
25578
+ return (0, exports.DataSegmentationV2024ApiFp)(this.configuration).publishDataSegment(requestParameters.requestBody, requestParameters.publishAll, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
25595
25579
  };
25596
25580
  return DataSegmentationV2024Api;
25597
25581
  }(base_1.BaseAPI));
@@ -28815,25 +28799,23 @@ var GovernanceGroupsV2024ApiAxiosParamCreator = function (configuration) {
28815
28799
  /**
28816
28800
  * This API creates a new Governance Group.
28817
28801
  * @summary Create a new governance group.
28818
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
28819
28802
  * @param {WorkgroupDtoV2024} workgroupDtoV2024
28803
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
28820
28804
  * @param {*} [axiosOptions] Override http request option.
28821
28805
  * @throws {RequiredError}
28822
28806
  */
28823
- createWorkgroup: function (xSailPointExperimental, workgroupDtoV2024, axiosOptions) {
28807
+ createWorkgroup: function (workgroupDtoV2024, xSailPointExperimental, axiosOptions) {
28824
28808
  if (axiosOptions === void 0) { axiosOptions = {}; }
28825
28809
  return __awaiter(_this, void 0, void 0, function () {
28826
28810
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
28827
28811
  return __generator(this, function (_a) {
28828
28812
  switch (_a.label) {
28829
28813
  case 0:
28814
+ // verify required parameter 'workgroupDtoV2024' is not null or undefined
28815
+ (0, common_1.assertParamExists)('createWorkgroup', 'workgroupDtoV2024', workgroupDtoV2024);
28830
28816
  if (xSailPointExperimental === undefined) {
28831
28817
  xSailPointExperimental = 'true';
28832
28818
  }
28833
- // verify required parameter 'xSailPointExperimental' is not null or undefined
28834
- (0, common_1.assertParamExists)('createWorkgroup', 'xSailPointExperimental', xSailPointExperimental);
28835
- // verify required parameter 'workgroupDtoV2024' is not null or undefined
28836
- (0, common_1.assertParamExists)('createWorkgroup', 'workgroupDtoV2024', workgroupDtoV2024);
28837
28819
  localVarPath = "/workgroups";
28838
28820
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
28839
28821
  if (configuration) {
@@ -28879,7 +28861,7 @@ var GovernanceGroupsV2024ApiAxiosParamCreator = function (configuration) {
28879
28861
  * This API deletes a Governance Group by its ID.
28880
28862
  * @summary Delete a governance group
28881
28863
  * @param {string} id ID of the Governance Group
28882
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
28864
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
28883
28865
  * @param {*} [axiosOptions] Override http request option.
28884
28866
  * @throws {RequiredError}
28885
28867
  */
@@ -28895,8 +28877,6 @@ var GovernanceGroupsV2024ApiAxiosParamCreator = function (configuration) {
28895
28877
  if (xSailPointExperimental === undefined) {
28896
28878
  xSailPointExperimental = 'true';
28897
28879
  }
28898
- // verify required parameter 'xSailPointExperimental' is not null or undefined
28899
- (0, common_1.assertParamExists)('deleteWorkgroup', 'xSailPointExperimental', xSailPointExperimental);
28900
28880
  localVarPath = "/workgroups/{id}"
28901
28881
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
28902
28882
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -29385,7 +29365,7 @@ var GovernanceGroupsV2024ApiAxiosParamCreator = function (configuration) {
29385
29365
  * This API updates an existing governance group by ID. The following fields and objects are patchable: * name * description * owner
29386
29366
  * @summary Patch a governance group
29387
29367
  * @param {string} id ID of the Governance Group
29388
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
29368
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
29389
29369
  * @param {Array<JsonPatchOperationV2024>} [jsonPatchOperationV2024]
29390
29370
  * @param {*} [axiosOptions] Override http request option.
29391
29371
  * @throws {RequiredError}
@@ -29402,8 +29382,6 @@ var GovernanceGroupsV2024ApiAxiosParamCreator = function (configuration) {
29402
29382
  if (xSailPointExperimental === undefined) {
29403
29383
  xSailPointExperimental = 'true';
29404
29384
  }
29405
- // verify required parameter 'xSailPointExperimental' is not null or undefined
29406
- (0, common_1.assertParamExists)('patchWorkgroup', 'xSailPointExperimental', xSailPointExperimental);
29407
29385
  localVarPath = "/workgroups/{id}"
29408
29386
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
29409
29387
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -29534,18 +29512,18 @@ var GovernanceGroupsV2024ApiFp = function (configuration) {
29534
29512
  /**
29535
29513
  * This API creates a new Governance Group.
29536
29514
  * @summary Create a new governance group.
29537
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
29538
29515
  * @param {WorkgroupDtoV2024} workgroupDtoV2024
29516
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
29539
29517
  * @param {*} [axiosOptions] Override http request option.
29540
29518
  * @throws {RequiredError}
29541
29519
  */
29542
- createWorkgroup: function (xSailPointExperimental, workgroupDtoV2024, axiosOptions) {
29520
+ createWorkgroup: function (workgroupDtoV2024, xSailPointExperimental, axiosOptions) {
29543
29521
  var _a, _b, _c;
29544
29522
  return __awaiter(this, void 0, void 0, function () {
29545
29523
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
29546
29524
  return __generator(this, function (_d) {
29547
29525
  switch (_d.label) {
29548
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createWorkgroup(xSailPointExperimental, workgroupDtoV2024, axiosOptions)];
29526
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createWorkgroup(workgroupDtoV2024, xSailPointExperimental, axiosOptions)];
29549
29527
  case 1:
29550
29528
  localVarAxiosArgs = _d.sent();
29551
29529
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -29559,7 +29537,7 @@ var GovernanceGroupsV2024ApiFp = function (configuration) {
29559
29537
  * This API deletes a Governance Group by its ID.
29560
29538
  * @summary Delete a governance group
29561
29539
  * @param {string} id ID of the Governance Group
29562
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
29540
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
29563
29541
  * @param {*} [axiosOptions] Override http request option.
29564
29542
  * @throws {RequiredError}
29565
29543
  */
@@ -29740,7 +29718,7 @@ var GovernanceGroupsV2024ApiFp = function (configuration) {
29740
29718
  * This API updates an existing governance group by ID. The following fields and objects are patchable: * name * description * owner
29741
29719
  * @summary Patch a governance group
29742
29720
  * @param {string} id ID of the Governance Group
29743
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
29721
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
29744
29722
  * @param {Array<JsonPatchOperationV2024>} [jsonPatchOperationV2024]
29745
29723
  * @param {*} [axiosOptions] Override http request option.
29746
29724
  * @throws {RequiredError}
@@ -29804,7 +29782,7 @@ var GovernanceGroupsV2024ApiFactory = function (configuration, basePath, axios)
29804
29782
  * @throws {RequiredError}
29805
29783
  */
29806
29784
  createWorkgroup: function (requestParameters, axiosOptions) {
29807
- return localVarFp.createWorkgroup(requestParameters.xSailPointExperimental, requestParameters.workgroupDtoV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
29785
+ return localVarFp.createWorkgroup(requestParameters.workgroupDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
29808
29786
  },
29809
29787
  /**
29810
29788
  * This API deletes a Governance Group by its ID.
@@ -29921,7 +29899,7 @@ var GovernanceGroupsV2024Api = /** @class */ (function (_super) {
29921
29899
  */
29922
29900
  GovernanceGroupsV2024Api.prototype.createWorkgroup = function (requestParameters, axiosOptions) {
29923
29901
  var _this = this;
29924
- return (0, exports.GovernanceGroupsV2024ApiFp)(this.configuration).createWorkgroup(requestParameters.xSailPointExperimental, requestParameters.workgroupDtoV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
29902
+ return (0, exports.GovernanceGroupsV2024ApiFp)(this.configuration).createWorkgroup(requestParameters.workgroupDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
29925
29903
  };
29926
29904
  /**
29927
29905
  * This API deletes a Governance Group by its ID.
@@ -30429,16 +30407,16 @@ var IAIAccessRequestRecommendationsV2024ApiAxiosParamCreator = function (configu
30429
30407
  /**
30430
30408
  * This API returns the list of ignored access request recommendations.
30431
30409
  * @summary List ignored access request recommendations
30432
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
30433
30410
  * @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.
30434
30411
  * @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.
30435
30412
  * @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.
30436
30413
  * @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*
30437
30414
  * @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**
30415
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
30438
30416
  * @param {*} [axiosOptions] Override http request option.
30439
30417
  * @throws {RequiredError}
30440
30418
  */
30441
- getAccessRequestRecommendationsIgnoredItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
30419
+ getAccessRequestRecommendationsIgnoredItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
30442
30420
  if (axiosOptions === void 0) { axiosOptions = {}; }
30443
30421
  return __awaiter(_this, void 0, void 0, function () {
30444
30422
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -30448,8 +30426,6 @@ var IAIAccessRequestRecommendationsV2024ApiAxiosParamCreator = function (configu
30448
30426
  if (xSailPointExperimental === undefined) {
30449
30427
  xSailPointExperimental = 'true';
30450
30428
  }
30451
- // verify required parameter 'xSailPointExperimental' is not null or undefined
30452
- (0, common_1.assertParamExists)('getAccessRequestRecommendationsIgnoredItems', 'xSailPointExperimental', xSailPointExperimental);
30453
30429
  localVarPath = "/ai-access-request-recommendations/ignored-items";
30454
30430
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
30455
30431
  if (configuration) {
@@ -30507,16 +30483,16 @@ var IAIAccessRequestRecommendationsV2024ApiAxiosParamCreator = function (configu
30507
30483
  /**
30508
30484
  * This API returns a list of requested access request recommendations.
30509
30485
  * @summary List accepted access request recommendations
30510
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
30511
30486
  * @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.
30512
30487
  * @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.
30513
30488
  * @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.
30514
30489
  * @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*
30515
30490
  * @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**
30491
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
30516
30492
  * @param {*} [axiosOptions] Override http request option.
30517
30493
  * @throws {RequiredError}
30518
30494
  */
30519
- getAccessRequestRecommendationsRequestedItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
30495
+ getAccessRequestRecommendationsRequestedItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
30520
30496
  if (axiosOptions === void 0) { axiosOptions = {}; }
30521
30497
  return __awaiter(_this, void 0, void 0, function () {
30522
30498
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -30526,8 +30502,6 @@ var IAIAccessRequestRecommendationsV2024ApiAxiosParamCreator = function (configu
30526
30502
  if (xSailPointExperimental === undefined) {
30527
30503
  xSailPointExperimental = 'true';
30528
30504
  }
30529
- // verify required parameter 'xSailPointExperimental' is not null or undefined
30530
- (0, common_1.assertParamExists)('getAccessRequestRecommendationsRequestedItems', 'xSailPointExperimental', xSailPointExperimental);
30531
30505
  localVarPath = "/ai-access-request-recommendations/requested-items";
30532
30506
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
30533
30507
  if (configuration) {
@@ -30585,16 +30559,16 @@ var IAIAccessRequestRecommendationsV2024ApiAxiosParamCreator = function (configu
30585
30559
  /**
30586
30560
  * This API returns the list of viewed access request recommendations.
30587
30561
  * @summary List viewed access request recommendations
30588
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
30589
30562
  * @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.
30590
30563
  * @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.
30591
30564
  * @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.
30592
30565
  * @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*
30593
30566
  * @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**
30567
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
30594
30568
  * @param {*} [axiosOptions] Override http request option.
30595
30569
  * @throws {RequiredError}
30596
30570
  */
30597
- getAccessRequestRecommendationsViewedItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
30571
+ getAccessRequestRecommendationsViewedItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
30598
30572
  if (axiosOptions === void 0) { axiosOptions = {}; }
30599
30573
  return __awaiter(_this, void 0, void 0, function () {
30600
30574
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -30604,8 +30578,6 @@ var IAIAccessRequestRecommendationsV2024ApiAxiosParamCreator = function (configu
30604
30578
  if (xSailPointExperimental === undefined) {
30605
30579
  xSailPointExperimental = 'true';
30606
30580
  }
30607
- // verify required parameter 'xSailPointExperimental' is not null or undefined
30608
- (0, common_1.assertParamExists)('getAccessRequestRecommendationsViewedItems', 'xSailPointExperimental', xSailPointExperimental);
30609
30581
  localVarPath = "/ai-access-request-recommendations/viewed-items";
30610
30582
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
30611
30583
  if (configuration) {
@@ -30663,25 +30635,23 @@ var IAIAccessRequestRecommendationsV2024ApiAxiosParamCreator = function (configu
30663
30635
  /**
30664
30636
  * This API updates the configurations for Access Request Recommender for the tenant.
30665
30637
  * @summary Update access request recommendations config
30666
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
30667
30638
  * @param {AccessRequestRecommendationConfigDtoV2024} accessRequestRecommendationConfigDtoV2024 The desired configurations for Access Request Recommender for the tenant.
30639
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
30668
30640
  * @param {*} [axiosOptions] Override http request option.
30669
30641
  * @throws {RequiredError}
30670
30642
  */
30671
- setAccessRequestRecommendationsConfig: function (xSailPointExperimental, accessRequestRecommendationConfigDtoV2024, axiosOptions) {
30643
+ setAccessRequestRecommendationsConfig: function (accessRequestRecommendationConfigDtoV2024, xSailPointExperimental, axiosOptions) {
30672
30644
  if (axiosOptions === void 0) { axiosOptions = {}; }
30673
30645
  return __awaiter(_this, void 0, void 0, function () {
30674
30646
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
30675
30647
  return __generator(this, function (_a) {
30676
30648
  switch (_a.label) {
30677
30649
  case 0:
30650
+ // verify required parameter 'accessRequestRecommendationConfigDtoV2024' is not null or undefined
30651
+ (0, common_1.assertParamExists)('setAccessRequestRecommendationsConfig', 'accessRequestRecommendationConfigDtoV2024', accessRequestRecommendationConfigDtoV2024);
30678
30652
  if (xSailPointExperimental === undefined) {
30679
30653
  xSailPointExperimental = 'true';
30680
30654
  }
30681
- // verify required parameter 'xSailPointExperimental' is not null or undefined
30682
- (0, common_1.assertParamExists)('setAccessRequestRecommendationsConfig', 'xSailPointExperimental', xSailPointExperimental);
30683
- // verify required parameter 'accessRequestRecommendationConfigDtoV2024' is not null or undefined
30684
- (0, common_1.assertParamExists)('setAccessRequestRecommendationsConfig', 'accessRequestRecommendationConfigDtoV2024', accessRequestRecommendationConfigDtoV2024);
30685
30655
  localVarPath = "/ai-access-request-recommendations/config";
30686
30656
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
30687
30657
  if (configuration) {
@@ -30885,22 +30855,22 @@ var IAIAccessRequestRecommendationsV2024ApiFp = function (configuration) {
30885
30855
  /**
30886
30856
  * This API returns the list of ignored access request recommendations.
30887
30857
  * @summary List ignored access request recommendations
30888
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
30889
30858
  * @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.
30890
30859
  * @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.
30891
30860
  * @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.
30892
30861
  * @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*
30893
30862
  * @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**
30863
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
30894
30864
  * @param {*} [axiosOptions] Override http request option.
30895
30865
  * @throws {RequiredError}
30896
30866
  */
30897
- getAccessRequestRecommendationsIgnoredItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
30867
+ getAccessRequestRecommendationsIgnoredItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
30898
30868
  var _a, _b, _c;
30899
30869
  return __awaiter(this, void 0, void 0, function () {
30900
30870
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
30901
30871
  return __generator(this, function (_d) {
30902
30872
  switch (_d.label) {
30903
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsIgnoredItems(xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions)];
30873
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsIgnoredItems(limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions)];
30904
30874
  case 1:
30905
30875
  localVarAxiosArgs = _d.sent();
30906
30876
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -30913,22 +30883,22 @@ var IAIAccessRequestRecommendationsV2024ApiFp = function (configuration) {
30913
30883
  /**
30914
30884
  * This API returns a list of requested access request recommendations.
30915
30885
  * @summary List accepted access request recommendations
30916
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
30917
30886
  * @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.
30918
30887
  * @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.
30919
30888
  * @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.
30920
30889
  * @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*
30921
30890
  * @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**
30891
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
30922
30892
  * @param {*} [axiosOptions] Override http request option.
30923
30893
  * @throws {RequiredError}
30924
30894
  */
30925
- getAccessRequestRecommendationsRequestedItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
30895
+ getAccessRequestRecommendationsRequestedItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
30926
30896
  var _a, _b, _c;
30927
30897
  return __awaiter(this, void 0, void 0, function () {
30928
30898
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
30929
30899
  return __generator(this, function (_d) {
30930
30900
  switch (_d.label) {
30931
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsRequestedItems(xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions)];
30901
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsRequestedItems(limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions)];
30932
30902
  case 1:
30933
30903
  localVarAxiosArgs = _d.sent();
30934
30904
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -30941,22 +30911,22 @@ var IAIAccessRequestRecommendationsV2024ApiFp = function (configuration) {
30941
30911
  /**
30942
30912
  * This API returns the list of viewed access request recommendations.
30943
30913
  * @summary List viewed access request recommendations
30944
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
30945
30914
  * @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.
30946
30915
  * @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.
30947
30916
  * @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.
30948
30917
  * @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*
30949
30918
  * @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**
30919
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
30950
30920
  * @param {*} [axiosOptions] Override http request option.
30951
30921
  * @throws {RequiredError}
30952
30922
  */
30953
- getAccessRequestRecommendationsViewedItems: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
30923
+ getAccessRequestRecommendationsViewedItems: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
30954
30924
  var _a, _b, _c;
30955
30925
  return __awaiter(this, void 0, void 0, function () {
30956
30926
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
30957
30927
  return __generator(this, function (_d) {
30958
30928
  switch (_d.label) {
30959
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsViewedItems(xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions)];
30929
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessRequestRecommendationsViewedItems(limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions)];
30960
30930
  case 1:
30961
30931
  localVarAxiosArgs = _d.sent();
30962
30932
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -30969,18 +30939,18 @@ var IAIAccessRequestRecommendationsV2024ApiFp = function (configuration) {
30969
30939
  /**
30970
30940
  * This API updates the configurations for Access Request Recommender for the tenant.
30971
30941
  * @summary Update access request recommendations config
30972
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
30973
30942
  * @param {AccessRequestRecommendationConfigDtoV2024} accessRequestRecommendationConfigDtoV2024 The desired configurations for Access Request Recommender for the tenant.
30943
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
30974
30944
  * @param {*} [axiosOptions] Override http request option.
30975
30945
  * @throws {RequiredError}
30976
30946
  */
30977
- setAccessRequestRecommendationsConfig: function (xSailPointExperimental, accessRequestRecommendationConfigDtoV2024, axiosOptions) {
30947
+ setAccessRequestRecommendationsConfig: function (accessRequestRecommendationConfigDtoV2024, xSailPointExperimental, axiosOptions) {
30978
30948
  var _a, _b, _c;
30979
30949
  return __awaiter(this, void 0, void 0, function () {
30980
30950
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
30981
30951
  return __generator(this, function (_d) {
30982
30952
  switch (_d.label) {
30983
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.setAccessRequestRecommendationsConfig(xSailPointExperimental, accessRequestRecommendationConfigDtoV2024, axiosOptions)];
30953
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.setAccessRequestRecommendationsConfig(accessRequestRecommendationConfigDtoV2024, xSailPointExperimental, axiosOptions)];
30984
30954
  case 1:
30985
30955
  localVarAxiosArgs = _d.sent();
30986
30956
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -31070,7 +31040,8 @@ var IAIAccessRequestRecommendationsV2024ApiFactory = function (configuration, ba
31070
31040
  * @throws {RequiredError}
31071
31041
  */
31072
31042
  getAccessRequestRecommendationsIgnoredItems: function (requestParameters, axiosOptions) {
31073
- return localVarFp.getAccessRequestRecommendationsIgnoredItems(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(axios, basePath); });
31043
+ if (requestParameters === void 0) { requestParameters = {}; }
31044
+ return localVarFp.getAccessRequestRecommendationsIgnoredItems(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
31074
31045
  },
31075
31046
  /**
31076
31047
  * This API returns a list of requested access request recommendations.
@@ -31080,7 +31051,8 @@ var IAIAccessRequestRecommendationsV2024ApiFactory = function (configuration, ba
31080
31051
  * @throws {RequiredError}
31081
31052
  */
31082
31053
  getAccessRequestRecommendationsRequestedItems: function (requestParameters, axiosOptions) {
31083
- return localVarFp.getAccessRequestRecommendationsRequestedItems(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(axios, basePath); });
31054
+ if (requestParameters === void 0) { requestParameters = {}; }
31055
+ return localVarFp.getAccessRequestRecommendationsRequestedItems(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
31084
31056
  },
31085
31057
  /**
31086
31058
  * This API returns the list of viewed access request recommendations.
@@ -31090,7 +31062,8 @@ var IAIAccessRequestRecommendationsV2024ApiFactory = function (configuration, ba
31090
31062
  * @throws {RequiredError}
31091
31063
  */
31092
31064
  getAccessRequestRecommendationsViewedItems: function (requestParameters, axiosOptions) {
31093
- return localVarFp.getAccessRequestRecommendationsViewedItems(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(axios, basePath); });
31065
+ if (requestParameters === void 0) { requestParameters = {}; }
31066
+ return localVarFp.getAccessRequestRecommendationsViewedItems(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
31094
31067
  },
31095
31068
  /**
31096
31069
  * This API updates the configurations for Access Request Recommender for the tenant.
@@ -31100,7 +31073,7 @@ var IAIAccessRequestRecommendationsV2024ApiFactory = function (configuration, ba
31100
31073
  * @throws {RequiredError}
31101
31074
  */
31102
31075
  setAccessRequestRecommendationsConfig: function (requestParameters, axiosOptions) {
31103
- return localVarFp.setAccessRequestRecommendationsConfig(requestParameters.xSailPointExperimental, requestParameters.accessRequestRecommendationConfigDtoV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
31076
+ return localVarFp.setAccessRequestRecommendationsConfig(requestParameters.accessRequestRecommendationConfigDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
31104
31077
  },
31105
31078
  };
31106
31079
  };
@@ -31200,7 +31173,8 @@ var IAIAccessRequestRecommendationsV2024Api = /** @class */ (function (_super) {
31200
31173
  */
31201
31174
  IAIAccessRequestRecommendationsV2024Api.prototype.getAccessRequestRecommendationsIgnoredItems = function (requestParameters, axiosOptions) {
31202
31175
  var _this = this;
31203
- return (0, exports.IAIAccessRequestRecommendationsV2024ApiFp)(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); });
31176
+ if (requestParameters === void 0) { requestParameters = {}; }
31177
+ return (0, exports.IAIAccessRequestRecommendationsV2024ApiFp)(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); });
31204
31178
  };
31205
31179
  /**
31206
31180
  * This API returns a list of requested access request recommendations.
@@ -31212,7 +31186,8 @@ var IAIAccessRequestRecommendationsV2024Api = /** @class */ (function (_super) {
31212
31186
  */
31213
31187
  IAIAccessRequestRecommendationsV2024Api.prototype.getAccessRequestRecommendationsRequestedItems = function (requestParameters, axiosOptions) {
31214
31188
  var _this = this;
31215
- return (0, exports.IAIAccessRequestRecommendationsV2024ApiFp)(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); });
31189
+ if (requestParameters === void 0) { requestParameters = {}; }
31190
+ return (0, exports.IAIAccessRequestRecommendationsV2024ApiFp)(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); });
31216
31191
  };
31217
31192
  /**
31218
31193
  * This API returns the list of viewed access request recommendations.
@@ -31224,7 +31199,8 @@ var IAIAccessRequestRecommendationsV2024Api = /** @class */ (function (_super) {
31224
31199
  */
31225
31200
  IAIAccessRequestRecommendationsV2024Api.prototype.getAccessRequestRecommendationsViewedItems = function (requestParameters, axiosOptions) {
31226
31201
  var _this = this;
31227
- return (0, exports.IAIAccessRequestRecommendationsV2024ApiFp)(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); });
31202
+ if (requestParameters === void 0) { requestParameters = {}; }
31203
+ return (0, exports.IAIAccessRequestRecommendationsV2024ApiFp)(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); });
31228
31204
  };
31229
31205
  /**
31230
31206
  * This API updates the configurations for Access Request Recommender for the tenant.
@@ -31236,7 +31212,7 @@ var IAIAccessRequestRecommendationsV2024Api = /** @class */ (function (_super) {
31236
31212
  */
31237
31213
  IAIAccessRequestRecommendationsV2024Api.prototype.setAccessRequestRecommendationsConfig = function (requestParameters, axiosOptions) {
31238
31214
  var _this = this;
31239
- return (0, exports.IAIAccessRequestRecommendationsV2024ApiFp)(this.configuration).setAccessRequestRecommendationsConfig(requestParameters.xSailPointExperimental, requestParameters.accessRequestRecommendationConfigDtoV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
31215
+ return (0, exports.IAIAccessRequestRecommendationsV2024ApiFp)(this.configuration).setAccessRequestRecommendationsConfig(requestParameters.accessRequestRecommendationConfigDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
31240
31216
  };
31241
31217
  return IAIAccessRequestRecommendationsV2024Api;
31242
31218
  }(base_1.BaseAPI));
@@ -31251,25 +31227,23 @@ var IAICommonAccessV2024ApiAxiosParamCreator = function (configuration) {
31251
31227
  /**
31252
31228
  * 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
31253
31229
  * @summary Create common access items
31254
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
31255
31230
  * @param {CommonAccessItemRequestV2024} commonAccessItemRequestV2024
31231
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
31256
31232
  * @param {*} [axiosOptions] Override http request option.
31257
31233
  * @throws {RequiredError}
31258
31234
  */
31259
- createCommonAccess: function (xSailPointExperimental, commonAccessItemRequestV2024, axiosOptions) {
31235
+ createCommonAccess: function (commonAccessItemRequestV2024, xSailPointExperimental, axiosOptions) {
31260
31236
  if (axiosOptions === void 0) { axiosOptions = {}; }
31261
31237
  return __awaiter(_this, void 0, void 0, function () {
31262
31238
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
31263
31239
  return __generator(this, function (_a) {
31264
31240
  switch (_a.label) {
31265
31241
  case 0:
31242
+ // verify required parameter 'commonAccessItemRequestV2024' is not null or undefined
31243
+ (0, common_1.assertParamExists)('createCommonAccess', 'commonAccessItemRequestV2024', commonAccessItemRequestV2024);
31266
31244
  if (xSailPointExperimental === undefined) {
31267
31245
  xSailPointExperimental = 'true';
31268
31246
  }
31269
- // verify required parameter 'xSailPointExperimental' is not null or undefined
31270
- (0, common_1.assertParamExists)('createCommonAccess', 'xSailPointExperimental', xSailPointExperimental);
31271
- // verify required parameter 'commonAccessItemRequestV2024' is not null or undefined
31272
- (0, common_1.assertParamExists)('createCommonAccess', 'commonAccessItemRequestV2024', commonAccessItemRequestV2024);
31273
31247
  localVarPath = "/common-access";
31274
31248
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
31275
31249
  if (configuration) {
@@ -31461,18 +31435,18 @@ var IAICommonAccessV2024ApiFp = function (configuration) {
31461
31435
  /**
31462
31436
  * 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
31463
31437
  * @summary Create common access items
31464
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
31465
31438
  * @param {CommonAccessItemRequestV2024} commonAccessItemRequestV2024
31439
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
31466
31440
  * @param {*} [axiosOptions] Override http request option.
31467
31441
  * @throws {RequiredError}
31468
31442
  */
31469
- createCommonAccess: function (xSailPointExperimental, commonAccessItemRequestV2024, axiosOptions) {
31443
+ createCommonAccess: function (commonAccessItemRequestV2024, xSailPointExperimental, axiosOptions) {
31470
31444
  var _a, _b, _c;
31471
31445
  return __awaiter(this, void 0, void 0, function () {
31472
31446
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
31473
31447
  return __generator(this, function (_d) {
31474
31448
  switch (_d.label) {
31475
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createCommonAccess(xSailPointExperimental, commonAccessItemRequestV2024, axiosOptions)];
31449
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createCommonAccess(commonAccessItemRequestV2024, xSailPointExperimental, axiosOptions)];
31476
31450
  case 1:
31477
31451
  localVarAxiosArgs = _d.sent();
31478
31452
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -31552,7 +31526,7 @@ var IAICommonAccessV2024ApiFactory = function (configuration, basePath, axios) {
31552
31526
  * @throws {RequiredError}
31553
31527
  */
31554
31528
  createCommonAccess: function (requestParameters, axiosOptions) {
31555
- return localVarFp.createCommonAccess(requestParameters.xSailPointExperimental, requestParameters.commonAccessItemRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
31529
+ return localVarFp.createCommonAccess(requestParameters.commonAccessItemRequestV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
31556
31530
  },
31557
31531
  /**
31558
31532
  * 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
@@ -31599,7 +31573,7 @@ var IAICommonAccessV2024Api = /** @class */ (function (_super) {
31599
31573
  */
31600
31574
  IAICommonAccessV2024Api.prototype.createCommonAccess = function (requestParameters, axiosOptions) {
31601
31575
  var _this = this;
31602
- return (0, exports.IAICommonAccessV2024ApiFp)(this.configuration).createCommonAccess(requestParameters.xSailPointExperimental, requestParameters.commonAccessItemRequestV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
31576
+ return (0, exports.IAICommonAccessV2024ApiFp)(this.configuration).createCommonAccess(requestParameters.commonAccessItemRequestV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
31603
31577
  };
31604
31578
  /**
31605
31579
  * 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
@@ -33168,25 +33142,23 @@ var IAIRecommendationsV2024ApiAxiosParamCreator = function (configuration) {
33168
33142
  /**
33169
33143
  * Updates configuration attributes used by certification recommendations.
33170
33144
  * @summary Update certification recommendation config values
33171
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
33172
33145
  * @param {RecommendationConfigDtoV2024} recommendationConfigDtoV2024
33146
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
33173
33147
  * @param {*} [axiosOptions] Override http request option.
33174
33148
  * @throws {RequiredError}
33175
33149
  */
33176
- updateRecommendationsConfig: function (xSailPointExperimental, recommendationConfigDtoV2024, axiosOptions) {
33150
+ updateRecommendationsConfig: function (recommendationConfigDtoV2024, xSailPointExperimental, axiosOptions) {
33177
33151
  if (axiosOptions === void 0) { axiosOptions = {}; }
33178
33152
  return __awaiter(_this, void 0, void 0, function () {
33179
33153
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
33180
33154
  return __generator(this, function (_a) {
33181
33155
  switch (_a.label) {
33182
33156
  case 0:
33157
+ // verify required parameter 'recommendationConfigDtoV2024' is not null or undefined
33158
+ (0, common_1.assertParamExists)('updateRecommendationsConfig', 'recommendationConfigDtoV2024', recommendationConfigDtoV2024);
33183
33159
  if (xSailPointExperimental === undefined) {
33184
33160
  xSailPointExperimental = 'true';
33185
33161
  }
33186
- // verify required parameter 'xSailPointExperimental' is not null or undefined
33187
- (0, common_1.assertParamExists)('updateRecommendationsConfig', 'xSailPointExperimental', xSailPointExperimental);
33188
- // verify required parameter 'recommendationConfigDtoV2024' is not null or undefined
33189
- (0, common_1.assertParamExists)('updateRecommendationsConfig', 'recommendationConfigDtoV2024', recommendationConfigDtoV2024);
33190
33162
  localVarPath = "/recommendations/config";
33191
33163
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
33192
33164
  if (configuration) {
@@ -33288,18 +33260,18 @@ var IAIRecommendationsV2024ApiFp = function (configuration) {
33288
33260
  /**
33289
33261
  * Updates configuration attributes used by certification recommendations.
33290
33262
  * @summary Update certification recommendation config values
33291
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
33292
33263
  * @param {RecommendationConfigDtoV2024} recommendationConfigDtoV2024
33264
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
33293
33265
  * @param {*} [axiosOptions] Override http request option.
33294
33266
  * @throws {RequiredError}
33295
33267
  */
33296
- updateRecommendationsConfig: function (xSailPointExperimental, recommendationConfigDtoV2024, axiosOptions) {
33268
+ updateRecommendationsConfig: function (recommendationConfigDtoV2024, xSailPointExperimental, axiosOptions) {
33297
33269
  var _a, _b, _c;
33298
33270
  return __awaiter(this, void 0, void 0, function () {
33299
33271
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
33300
33272
  return __generator(this, function (_d) {
33301
33273
  switch (_d.label) {
33302
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateRecommendationsConfig(xSailPointExperimental, recommendationConfigDtoV2024, axiosOptions)];
33274
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateRecommendationsConfig(recommendationConfigDtoV2024, xSailPointExperimental, axiosOptions)];
33303
33275
  case 1:
33304
33276
  localVarAxiosArgs = _d.sent();
33305
33277
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -33348,7 +33320,7 @@ var IAIRecommendationsV2024ApiFactory = function (configuration, basePath, axios
33348
33320
  * @throws {RequiredError}
33349
33321
  */
33350
33322
  updateRecommendationsConfig: function (requestParameters, axiosOptions) {
33351
- return localVarFp.updateRecommendationsConfig(requestParameters.xSailPointExperimental, requestParameters.recommendationConfigDtoV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
33323
+ return localVarFp.updateRecommendationsConfig(requestParameters.recommendationConfigDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
33352
33324
  },
33353
33325
  };
33354
33326
  };
@@ -33399,7 +33371,7 @@ var IAIRecommendationsV2024Api = /** @class */ (function (_super) {
33399
33371
  */
33400
33372
  IAIRecommendationsV2024Api.prototype.updateRecommendationsConfig = function (requestParameters, axiosOptions) {
33401
33373
  var _this = this;
33402
- return (0, exports.IAIRecommendationsV2024ApiFp)(this.configuration).updateRecommendationsConfig(requestParameters.xSailPointExperimental, requestParameters.recommendationConfigDtoV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
33374
+ return (0, exports.IAIRecommendationsV2024ApiFp)(this.configuration).updateRecommendationsConfig(requestParameters.recommendationConfigDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
33403
33375
  };
33404
33376
  return IAIRecommendationsV2024Api;
33405
33377
  }(base_1.BaseAPI));
@@ -34662,7 +34634,7 @@ var IAIRoleMiningV2024ApiAxiosParamCreator = function (configuration) {
34662
34634
  * The method retrieves a role mining session.
34663
34635
  * @summary Get a role mining session
34664
34636
  * @param {string} sessionId The role mining session id to be retrieved.
34665
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
34637
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
34666
34638
  * @param {*} [axiosOptions] Override http request option.
34667
34639
  * @throws {RequiredError}
34668
34640
  */
@@ -34678,8 +34650,6 @@ var IAIRoleMiningV2024ApiAxiosParamCreator = function (configuration) {
34678
34650
  if (xSailPointExperimental === undefined) {
34679
34651
  xSailPointExperimental = 'true';
34680
34652
  }
34681
- // verify required parameter 'xSailPointExperimental' is not null or undefined
34682
- (0, common_1.assertParamExists)('getRoleMiningSession', 'xSailPointExperimental', xSailPointExperimental);
34683
34653
  localVarPath = "/role-mining-sessions/{sessionId}"
34684
34654
  .replace("{".concat("sessionId", "}"), encodeURIComponent(String(sessionId)));
34685
34655
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -34783,16 +34753,16 @@ var IAIRoleMiningV2024ApiAxiosParamCreator = function (configuration) {
34783
34753
  /**
34784
34754
  * Returns all role mining sessions that match the query parameters
34785
34755
  * @summary Retrieves all role mining sessions
34786
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
34787
34756
  * @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*
34788
34757
  * @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**
34789
34758
  * @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.
34790
34759
  * @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.
34791
34760
  * @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.
34761
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
34792
34762
  * @param {*} [axiosOptions] Override http request option.
34793
34763
  * @throws {RequiredError}
34794
34764
  */
34795
- getRoleMiningSessions: function (xSailPointExperimental, filters, sorters, offset, limit, count, axiosOptions) {
34765
+ getRoleMiningSessions: function (filters, sorters, offset, limit, count, xSailPointExperimental, axiosOptions) {
34796
34766
  if (axiosOptions === void 0) { axiosOptions = {}; }
34797
34767
  return __awaiter(_this, void 0, void 0, function () {
34798
34768
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -34802,8 +34772,6 @@ var IAIRoleMiningV2024ApiAxiosParamCreator = function (configuration) {
34802
34772
  if (xSailPointExperimental === undefined) {
34803
34773
  xSailPointExperimental = 'true';
34804
34774
  }
34805
- // verify required parameter 'xSailPointExperimental' is not null or undefined
34806
- (0, common_1.assertParamExists)('getRoleMiningSessions', 'xSailPointExperimental', xSailPointExperimental);
34807
34775
  localVarPath = "/role-mining-sessions";
34808
34776
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
34809
34777
  if (configuration) {
@@ -34935,12 +34903,12 @@ var IAIRoleMiningV2024ApiAxiosParamCreator = function (configuration) {
34935
34903
  * @summary Update a potential role
34936
34904
  * @param {string} sessionId The role mining session id
34937
34905
  * @param {string} potentialRoleId The potential role summary id
34938
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
34939
34906
  * @param {Array<PatchPotentialRoleRequestInnerV2024>} patchPotentialRoleRequestInnerV2024
34907
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
34940
34908
  * @param {*} [axiosOptions] Override http request option.
34941
34909
  * @throws {RequiredError}
34942
34910
  */
34943
- patchPotentialRole: function (sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2024, axiosOptions) {
34911
+ patchPotentialRole: function (sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2024, xSailPointExperimental, axiosOptions) {
34944
34912
  if (axiosOptions === void 0) { axiosOptions = {}; }
34945
34913
  return __awaiter(_this, void 0, void 0, function () {
34946
34914
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -34951,13 +34919,11 @@ var IAIRoleMiningV2024ApiAxiosParamCreator = function (configuration) {
34951
34919
  (0, common_1.assertParamExists)('patchPotentialRole', 'sessionId', sessionId);
34952
34920
  // verify required parameter 'potentialRoleId' is not null or undefined
34953
34921
  (0, common_1.assertParamExists)('patchPotentialRole', 'potentialRoleId', potentialRoleId);
34922
+ // verify required parameter 'patchPotentialRoleRequestInnerV2024' is not null or undefined
34923
+ (0, common_1.assertParamExists)('patchPotentialRole', 'patchPotentialRoleRequestInnerV2024', patchPotentialRoleRequestInnerV2024);
34954
34924
  if (xSailPointExperimental === undefined) {
34955
34925
  xSailPointExperimental = 'true';
34956
34926
  }
34957
- // verify required parameter 'xSailPointExperimental' is not null or undefined
34958
- (0, common_1.assertParamExists)('patchPotentialRole', 'xSailPointExperimental', xSailPointExperimental);
34959
- // verify required parameter 'patchPotentialRoleRequestInnerV2024' is not null or undefined
34960
- (0, common_1.assertParamExists)('patchPotentialRole', 'patchPotentialRoleRequestInnerV2024', patchPotentialRoleRequestInnerV2024);
34961
34927
  localVarPath = "/role-mining-sessions/{sessionId}/potential-role-summaries/{potentialRoleId}"
34962
34928
  .replace("{".concat("sessionId", "}"), encodeURIComponent(String(sessionId)))
34963
34929
  .replace("{".concat("potentialRoleId", "}"), encodeURIComponent(String(potentialRoleId)));
@@ -35006,12 +34972,12 @@ var IAIRoleMiningV2024ApiAxiosParamCreator = function (configuration) {
35006
34972
  * @summary Update a potential role
35007
34973
  * @param {string} sessionId The role mining session id
35008
34974
  * @param {string} potentialRoleId The potential role summary id
35009
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
35010
34975
  * @param {Array<PatchPotentialRoleRequestInnerV2024>} patchPotentialRoleRequestInnerV2024
34976
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
35011
34977
  * @param {*} [axiosOptions] Override http request option.
35012
34978
  * @throws {RequiredError}
35013
34979
  */
35014
- patchPotentialRole_1: function (sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2024, axiosOptions) {
34980
+ patchPotentialRole_1: function (sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2024, xSailPointExperimental, axiosOptions) {
35015
34981
  if (axiosOptions === void 0) { axiosOptions = {}; }
35016
34982
  return __awaiter(_this, void 0, void 0, function () {
35017
34983
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -35022,13 +34988,11 @@ var IAIRoleMiningV2024ApiAxiosParamCreator = function (configuration) {
35022
34988
  (0, common_1.assertParamExists)('patchPotentialRole_1', 'sessionId', sessionId);
35023
34989
  // verify required parameter 'potentialRoleId' is not null or undefined
35024
34990
  (0, common_1.assertParamExists)('patchPotentialRole_1', 'potentialRoleId', potentialRoleId);
34991
+ // verify required parameter 'patchPotentialRoleRequestInnerV2024' is not null or undefined
34992
+ (0, common_1.assertParamExists)('patchPotentialRole_1', 'patchPotentialRoleRequestInnerV2024', patchPotentialRoleRequestInnerV2024);
35025
34993
  if (xSailPointExperimental === undefined) {
35026
34994
  xSailPointExperimental = 'true';
35027
34995
  }
35028
- // verify required parameter 'xSailPointExperimental' is not null or undefined
35029
- (0, common_1.assertParamExists)('patchPotentialRole_1', 'xSailPointExperimental', xSailPointExperimental);
35030
- // verify required parameter 'patchPotentialRoleRequestInnerV2024' is not null or undefined
35031
- (0, common_1.assertParamExists)('patchPotentialRole_1', 'patchPotentialRoleRequestInnerV2024', patchPotentialRoleRequestInnerV2024);
35032
34996
  localVarPath = "/role-mining-potential-roles/{potentialRoleId}"
35033
34997
  .replace("{".concat("sessionId", "}"), encodeURIComponent(String(sessionId)))
35034
34998
  .replace("{".concat("potentialRoleId", "}"), encodeURIComponent(String(potentialRoleId)));
@@ -35685,7 +35649,7 @@ var IAIRoleMiningV2024ApiFp = function (configuration) {
35685
35649
  * The method retrieves a role mining session.
35686
35650
  * @summary Get a role mining session
35687
35651
  * @param {string} sessionId The role mining session id to be retrieved.
35688
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
35652
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
35689
35653
  * @param {*} [axiosOptions] Override http request option.
35690
35654
  * @throws {RequiredError}
35691
35655
  */
@@ -35732,22 +35696,22 @@ var IAIRoleMiningV2024ApiFp = function (configuration) {
35732
35696
  /**
35733
35697
  * Returns all role mining sessions that match the query parameters
35734
35698
  * @summary Retrieves all role mining sessions
35735
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
35736
35699
  * @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*
35737
35700
  * @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**
35738
35701
  * @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.
35739
35702
  * @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.
35740
35703
  * @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.
35704
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
35741
35705
  * @param {*} [axiosOptions] Override http request option.
35742
35706
  * @throws {RequiredError}
35743
35707
  */
35744
- getRoleMiningSessions: function (xSailPointExperimental, filters, sorters, offset, limit, count, axiosOptions) {
35708
+ getRoleMiningSessions: function (filters, sorters, offset, limit, count, xSailPointExperimental, axiosOptions) {
35745
35709
  var _a, _b, _c;
35746
35710
  return __awaiter(this, void 0, void 0, function () {
35747
35711
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
35748
35712
  return __generator(this, function (_d) {
35749
35713
  switch (_d.label) {
35750
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getRoleMiningSessions(xSailPointExperimental, filters, sorters, offset, limit, count, axiosOptions)];
35714
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getRoleMiningSessions(filters, sorters, offset, limit, count, xSailPointExperimental, axiosOptions)];
35751
35715
  case 1:
35752
35716
  localVarAxiosArgs = _d.sent();
35753
35717
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -35789,18 +35753,18 @@ var IAIRoleMiningV2024ApiFp = function (configuration) {
35789
35753
  * @summary Update a potential role
35790
35754
  * @param {string} sessionId The role mining session id
35791
35755
  * @param {string} potentialRoleId The potential role summary id
35792
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
35793
35756
  * @param {Array<PatchPotentialRoleRequestInnerV2024>} patchPotentialRoleRequestInnerV2024
35757
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
35794
35758
  * @param {*} [axiosOptions] Override http request option.
35795
35759
  * @throws {RequiredError}
35796
35760
  */
35797
- patchPotentialRole: function (sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2024, axiosOptions) {
35761
+ patchPotentialRole: function (sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2024, xSailPointExperimental, axiosOptions) {
35798
35762
  var _a, _b, _c;
35799
35763
  return __awaiter(this, void 0, void 0, function () {
35800
35764
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
35801
35765
  return __generator(this, function (_d) {
35802
35766
  switch (_d.label) {
35803
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchPotentialRole(sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2024, axiosOptions)];
35767
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchPotentialRole(sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2024, xSailPointExperimental, axiosOptions)];
35804
35768
  case 1:
35805
35769
  localVarAxiosArgs = _d.sent();
35806
35770
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -35815,18 +35779,18 @@ var IAIRoleMiningV2024ApiFp = function (configuration) {
35815
35779
  * @summary Update a potential role
35816
35780
  * @param {string} sessionId The role mining session id
35817
35781
  * @param {string} potentialRoleId The potential role summary id
35818
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
35819
35782
  * @param {Array<PatchPotentialRoleRequestInnerV2024>} patchPotentialRoleRequestInnerV2024
35783
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
35820
35784
  * @param {*} [axiosOptions] Override http request option.
35821
35785
  * @throws {RequiredError}
35822
35786
  */
35823
- patchPotentialRole_1: function (sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2024, axiosOptions) {
35787
+ patchPotentialRole_1: function (sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2024, xSailPointExperimental, axiosOptions) {
35824
35788
  var _a, _b, _c;
35825
35789
  return __awaiter(this, void 0, void 0, function () {
35826
35790
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
35827
35791
  return __generator(this, function (_d) {
35828
35792
  switch (_d.label) {
35829
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchPotentialRole_1(sessionId, potentialRoleId, xSailPointExperimental, patchPotentialRoleRequestInnerV2024, axiosOptions)];
35793
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchPotentialRole_1(sessionId, potentialRoleId, patchPotentialRoleRequestInnerV2024, xSailPointExperimental, axiosOptions)];
35830
35794
  case 1:
35831
35795
  localVarAxiosArgs = _d.sent();
35832
35796
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -36096,7 +36060,8 @@ var IAIRoleMiningV2024ApiFactory = function (configuration, basePath, axios) {
36096
36060
  * @throws {RequiredError}
36097
36061
  */
36098
36062
  getRoleMiningSessions: function (requestParameters, axiosOptions) {
36099
- return localVarFp.getRoleMiningSessions(requestParameters.xSailPointExperimental, requestParameters.filters, requestParameters.sorters, requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
36063
+ if (requestParameters === void 0) { requestParameters = {}; }
36064
+ return localVarFp.getRoleMiningSessions(requestParameters.filters, requestParameters.sorters, requestParameters.offset, requestParameters.limit, requestParameters.count, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
36100
36065
  },
36101
36066
  /**
36102
36067
  * This method returns all saved potential roles (draft roles).
@@ -36117,7 +36082,7 @@ var IAIRoleMiningV2024ApiFactory = function (configuration, basePath, axios) {
36117
36082
  * @throws {RequiredError}
36118
36083
  */
36119
36084
  patchPotentialRole: function (requestParameters, axiosOptions) {
36120
- return localVarFp.patchPotentialRole(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.xSailPointExperimental, requestParameters.patchPotentialRoleRequestInnerV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
36085
+ return localVarFp.patchPotentialRole(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.patchPotentialRoleRequestInnerV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
36121
36086
  },
36122
36087
  /**
36123
36088
  * The method updates an existing potential role using. The following fields can be modified: * `description` * `name` * `saved` >**NOTE: All other fields cannot be modified.**
@@ -36127,7 +36092,7 @@ var IAIRoleMiningV2024ApiFactory = function (configuration, basePath, axios) {
36127
36092
  * @throws {RequiredError}
36128
36093
  */
36129
36094
  patchPotentialRole_1: function (requestParameters, axiosOptions) {
36130
- return localVarFp.patchPotentialRole_1(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.xSailPointExperimental, requestParameters.patchPotentialRoleRequestInnerV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
36095
+ return localVarFp.patchPotentialRole_1(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.patchPotentialRoleRequestInnerV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
36131
36096
  },
36132
36097
  /**
36133
36098
  * 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.
@@ -36402,7 +36367,8 @@ var IAIRoleMiningV2024Api = /** @class */ (function (_super) {
36402
36367
  */
36403
36368
  IAIRoleMiningV2024Api.prototype.getRoleMiningSessions = function (requestParameters, axiosOptions) {
36404
36369
  var _this = this;
36405
- return (0, exports.IAIRoleMiningV2024ApiFp)(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); });
36370
+ if (requestParameters === void 0) { requestParameters = {}; }
36371
+ return (0, exports.IAIRoleMiningV2024ApiFp)(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); });
36406
36372
  };
36407
36373
  /**
36408
36374
  * This method returns all saved potential roles (draft roles).
@@ -36427,7 +36393,7 @@ var IAIRoleMiningV2024Api = /** @class */ (function (_super) {
36427
36393
  */
36428
36394
  IAIRoleMiningV2024Api.prototype.patchPotentialRole = function (requestParameters, axiosOptions) {
36429
36395
  var _this = this;
36430
- return (0, exports.IAIRoleMiningV2024ApiFp)(this.configuration).patchPotentialRole(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.xSailPointExperimental, requestParameters.patchPotentialRoleRequestInnerV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
36396
+ return (0, exports.IAIRoleMiningV2024ApiFp)(this.configuration).patchPotentialRole(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.patchPotentialRoleRequestInnerV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
36431
36397
  };
36432
36398
  /**
36433
36399
  * The method updates an existing potential role using. The following fields can be modified: * `description` * `name` * `saved` >**NOTE: All other fields cannot be modified.**
@@ -36439,7 +36405,7 @@ var IAIRoleMiningV2024Api = /** @class */ (function (_super) {
36439
36405
  */
36440
36406
  IAIRoleMiningV2024Api.prototype.patchPotentialRole_1 = function (requestParameters, axiosOptions) {
36441
36407
  var _this = this;
36442
- return (0, exports.IAIRoleMiningV2024ApiFp)(this.configuration).patchPotentialRole_1(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.xSailPointExperimental, requestParameters.patchPotentialRoleRequestInnerV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
36408
+ return (0, exports.IAIRoleMiningV2024ApiFp)(this.configuration).patchPotentialRole_1(requestParameters.sessionId, requestParameters.potentialRoleId, requestParameters.patchPotentialRoleRequestInnerV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
36443
36409
  };
36444
36410
  /**
36445
36411
  * 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.
@@ -36480,7 +36446,7 @@ var IconsV2024ApiAxiosParamCreator = function (configuration) {
36480
36446
  * @summary Delete an icon
36481
36447
  * @param {DeleteIconObjectTypeV2024} objectType Object type. Available options [\&#39;application\&#39;]
36482
36448
  * @param {string} objectId Object id.
36483
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
36449
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
36484
36450
  * @param {*} [axiosOptions] Override http request option.
36485
36451
  * @throws {RequiredError}
36486
36452
  */
@@ -36498,8 +36464,6 @@ var IconsV2024ApiAxiosParamCreator = function (configuration) {
36498
36464
  if (xSailPointExperimental === undefined) {
36499
36465
  xSailPointExperimental = 'true';
36500
36466
  }
36501
- // verify required parameter 'xSailPointExperimental' is not null or undefined
36502
- (0, common_1.assertParamExists)('deleteIcon', 'xSailPointExperimental', xSailPointExperimental);
36503
36467
  localVarPath = "/icons/{objectType}/{objectId}"
36504
36468
  .replace("{".concat("objectType", "}"), encodeURIComponent(String(objectType)))
36505
36469
  .replace("{".concat("objectId", "}"), encodeURIComponent(String(objectId)));
@@ -36629,7 +36593,7 @@ var IconsV2024ApiFp = function (configuration) {
36629
36593
  * @summary Delete an icon
36630
36594
  * @param {DeleteIconObjectTypeV2024} objectType Object type. Available options [\&#39;application\&#39;]
36631
36595
  * @param {string} objectId Object id.
36632
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
36596
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
36633
36597
  * @param {*} [axiosOptions] Override http request option.
36634
36598
  * @throws {RequiredError}
36635
36599
  */
@@ -43497,12 +43461,12 @@ var MachineAccountsV2024ApiAxiosParamCreator = function (configuration) {
43497
43461
  * Use this API to update machine accounts details.
43498
43462
  * @summary Update a machine account
43499
43463
  * @param {string} id Machine Account ID.
43500
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
43501
43464
  * @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
43465
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
43502
43466
  * @param {*} [axiosOptions] Override http request option.
43503
43467
  * @throws {RequiredError}
43504
43468
  */
43505
- updateMachineAccount: function (id, xSailPointExperimental, requestBody, axiosOptions) {
43469
+ updateMachineAccount: function (id, requestBody, xSailPointExperimental, axiosOptions) {
43506
43470
  if (axiosOptions === void 0) { axiosOptions = {}; }
43507
43471
  return __awaiter(_this, void 0, void 0, function () {
43508
43472
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -43511,13 +43475,11 @@ var MachineAccountsV2024ApiAxiosParamCreator = function (configuration) {
43511
43475
  case 0:
43512
43476
  // verify required parameter 'id' is not null or undefined
43513
43477
  (0, common_1.assertParamExists)('updateMachineAccount', 'id', id);
43478
+ // verify required parameter 'requestBody' is not null or undefined
43479
+ (0, common_1.assertParamExists)('updateMachineAccount', 'requestBody', requestBody);
43514
43480
  if (xSailPointExperimental === undefined) {
43515
43481
  xSailPointExperimental = 'true';
43516
43482
  }
43517
- // verify required parameter 'xSailPointExperimental' is not null or undefined
43518
- (0, common_1.assertParamExists)('updateMachineAccount', 'xSailPointExperimental', xSailPointExperimental);
43519
- // verify required parameter 'requestBody' is not null or undefined
43520
- (0, common_1.assertParamExists)('updateMachineAccount', 'requestBody', requestBody);
43521
43483
  localVarPath = "/machine-accounts/{id}"
43522
43484
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
43523
43485
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -43626,18 +43588,18 @@ var MachineAccountsV2024ApiFp = function (configuration) {
43626
43588
  * Use this API to update machine accounts details.
43627
43589
  * @summary Update a machine account
43628
43590
  * @param {string} id Machine Account ID.
43629
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
43630
43591
  * @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
43592
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
43631
43593
  * @param {*} [axiosOptions] Override http request option.
43632
43594
  * @throws {RequiredError}
43633
43595
  */
43634
- updateMachineAccount: function (id, xSailPointExperimental, requestBody, axiosOptions) {
43596
+ updateMachineAccount: function (id, requestBody, xSailPointExperimental, axiosOptions) {
43635
43597
  var _a, _b, _c;
43636
43598
  return __awaiter(this, void 0, void 0, function () {
43637
43599
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
43638
43600
  return __generator(this, function (_d) {
43639
43601
  switch (_d.label) {
43640
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateMachineAccount(id, xSailPointExperimental, requestBody, axiosOptions)];
43602
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateMachineAccount(id, requestBody, xSailPointExperimental, axiosOptions)];
43641
43603
  case 1:
43642
43604
  localVarAxiosArgs = _d.sent();
43643
43605
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -43686,7 +43648,7 @@ var MachineAccountsV2024ApiFactory = function (configuration, basePath, axios) {
43686
43648
  * @throws {RequiredError}
43687
43649
  */
43688
43650
  updateMachineAccount: function (requestParameters, axiosOptions) {
43689
- return localVarFp.updateMachineAccount(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(axios, basePath); });
43651
+ return localVarFp.updateMachineAccount(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
43690
43652
  },
43691
43653
  };
43692
43654
  };
@@ -43737,7 +43699,7 @@ var MachineAccountsV2024Api = /** @class */ (function (_super) {
43737
43699
  */
43738
43700
  MachineAccountsV2024Api.prototype.updateMachineAccount = function (requestParameters, axiosOptions) {
43739
43701
  var _this = this;
43740
- return (0, exports.MachineAccountsV2024ApiFp)(this.configuration).updateMachineAccount(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
43702
+ return (0, exports.MachineAccountsV2024ApiFp)(this.configuration).updateMachineAccount(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
43741
43703
  };
43742
43704
  return MachineAccountsV2024Api;
43743
43705
  }(base_1.BaseAPI));
@@ -44096,25 +44058,23 @@ var MachineIdentitiesV2024ApiAxiosParamCreator = function (configuration) {
44096
44058
  /**
44097
44059
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
44098
44060
  * @summary Create machine identities
44099
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
44100
44061
  * @param {MachineIdentityV2024} machineIdentityV2024
44062
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
44101
44063
  * @param {*} [axiosOptions] Override http request option.
44102
44064
  * @throws {RequiredError}
44103
44065
  */
44104
- createMachineIdentity: function (xSailPointExperimental, machineIdentityV2024, axiosOptions) {
44066
+ createMachineIdentity: function (machineIdentityV2024, xSailPointExperimental, axiosOptions) {
44105
44067
  if (axiosOptions === void 0) { axiosOptions = {}; }
44106
44068
  return __awaiter(_this, void 0, void 0, function () {
44107
44069
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
44108
44070
  return __generator(this, function (_a) {
44109
44071
  switch (_a.label) {
44110
44072
  case 0:
44073
+ // verify required parameter 'machineIdentityV2024' is not null or undefined
44074
+ (0, common_1.assertParamExists)('createMachineIdentity', 'machineIdentityV2024', machineIdentityV2024);
44111
44075
  if (xSailPointExperimental === undefined) {
44112
44076
  xSailPointExperimental = 'true';
44113
44077
  }
44114
- // verify required parameter 'xSailPointExperimental' is not null or undefined
44115
- (0, common_1.assertParamExists)('createMachineIdentity', 'xSailPointExperimental', xSailPointExperimental);
44116
- // verify required parameter 'machineIdentityV2024' is not null or undefined
44117
- (0, common_1.assertParamExists)('createMachineIdentity', 'machineIdentityV2024', machineIdentityV2024);
44118
44078
  localVarPath = "/machine-identities";
44119
44079
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
44120
44080
  if (configuration) {
@@ -44160,7 +44120,7 @@ var MachineIdentitiesV2024ApiAxiosParamCreator = function (configuration) {
44160
44120
  * The API returns successful response if the requested machine identity was deleted.
44161
44121
  * @summary Delete machine identity
44162
44122
  * @param {string} id Machine Identity ID
44163
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
44123
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
44164
44124
  * @param {*} [axiosOptions] Override http request option.
44165
44125
  * @throws {RequiredError}
44166
44126
  */
@@ -44176,8 +44136,6 @@ var MachineIdentitiesV2024ApiAxiosParamCreator = function (configuration) {
44176
44136
  if (xSailPointExperimental === undefined) {
44177
44137
  xSailPointExperimental = 'true';
44178
44138
  }
44179
- // verify required parameter 'xSailPointExperimental' is not null or undefined
44180
- (0, common_1.assertParamExists)('deleteMachineIdentity', 'xSailPointExperimental', xSailPointExperimental);
44181
44139
  localVarPath = "/machine-identities/{id}"
44182
44140
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
44183
44141
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -44358,12 +44316,12 @@ var MachineIdentitiesV2024ApiAxiosParamCreator = function (configuration) {
44358
44316
  * Use this API to update machine identity details.
44359
44317
  * @summary Update a machine identity
44360
44318
  * @param {string} id Machine Identity ID.
44361
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
44362
44319
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
44320
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
44363
44321
  * @param {*} [axiosOptions] Override http request option.
44364
44322
  * @throws {RequiredError}
44365
44323
  */
44366
- updateMachineIdentity: function (id, xSailPointExperimental, requestBody, axiosOptions) {
44324
+ updateMachineIdentity: function (id, requestBody, xSailPointExperimental, axiosOptions) {
44367
44325
  if (axiosOptions === void 0) { axiosOptions = {}; }
44368
44326
  return __awaiter(_this, void 0, void 0, function () {
44369
44327
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -44372,13 +44330,11 @@ var MachineIdentitiesV2024ApiAxiosParamCreator = function (configuration) {
44372
44330
  case 0:
44373
44331
  // verify required parameter 'id' is not null or undefined
44374
44332
  (0, common_1.assertParamExists)('updateMachineIdentity', 'id', id);
44333
+ // verify required parameter 'requestBody' is not null or undefined
44334
+ (0, common_1.assertParamExists)('updateMachineIdentity', 'requestBody', requestBody);
44375
44335
  if (xSailPointExperimental === undefined) {
44376
44336
  xSailPointExperimental = 'true';
44377
44337
  }
44378
- // verify required parameter 'xSailPointExperimental' is not null or undefined
44379
- (0, common_1.assertParamExists)('updateMachineIdentity', 'xSailPointExperimental', xSailPointExperimental);
44380
- // verify required parameter 'requestBody' is not null or undefined
44381
- (0, common_1.assertParamExists)('updateMachineIdentity', 'requestBody', requestBody);
44382
44338
  localVarPath = "/machine-identities/{id}"
44383
44339
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
44384
44340
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -44434,18 +44390,18 @@ var MachineIdentitiesV2024ApiFp = function (configuration) {
44434
44390
  /**
44435
44391
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
44436
44392
  * @summary Create machine identities
44437
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
44438
44393
  * @param {MachineIdentityV2024} machineIdentityV2024
44394
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
44439
44395
  * @param {*} [axiosOptions] Override http request option.
44440
44396
  * @throws {RequiredError}
44441
44397
  */
44442
- createMachineIdentity: function (xSailPointExperimental, machineIdentityV2024, axiosOptions) {
44398
+ createMachineIdentity: function (machineIdentityV2024, xSailPointExperimental, axiosOptions) {
44443
44399
  var _a, _b, _c;
44444
44400
  return __awaiter(this, void 0, void 0, function () {
44445
44401
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
44446
44402
  return __generator(this, function (_d) {
44447
44403
  switch (_d.label) {
44448
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createMachineIdentity(xSailPointExperimental, machineIdentityV2024, axiosOptions)];
44404
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createMachineIdentity(machineIdentityV2024, xSailPointExperimental, axiosOptions)];
44449
44405
  case 1:
44450
44406
  localVarAxiosArgs = _d.sent();
44451
44407
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -44459,7 +44415,7 @@ var MachineIdentitiesV2024ApiFp = function (configuration) {
44459
44415
  * The API returns successful response if the requested machine identity was deleted.
44460
44416
  * @summary Delete machine identity
44461
44417
  * @param {string} id Machine Identity ID
44462
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
44418
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
44463
44419
  * @param {*} [axiosOptions] Override http request option.
44464
44420
  * @throws {RequiredError}
44465
44421
  */
@@ -44535,18 +44491,18 @@ var MachineIdentitiesV2024ApiFp = function (configuration) {
44535
44491
  * Use this API to update machine identity details.
44536
44492
  * @summary Update a machine identity
44537
44493
  * @param {string} id Machine Identity ID.
44538
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
44539
44494
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
44495
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
44540
44496
  * @param {*} [axiosOptions] Override http request option.
44541
44497
  * @throws {RequiredError}
44542
44498
  */
44543
- updateMachineIdentity: function (id, xSailPointExperimental, requestBody, axiosOptions) {
44499
+ updateMachineIdentity: function (id, requestBody, xSailPointExperimental, axiosOptions) {
44544
44500
  var _a, _b, _c;
44545
44501
  return __awaiter(this, void 0, void 0, function () {
44546
44502
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
44547
44503
  return __generator(this, function (_d) {
44548
44504
  switch (_d.label) {
44549
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateMachineIdentity(id, xSailPointExperimental, requestBody, axiosOptions)];
44505
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateMachineIdentity(id, requestBody, xSailPointExperimental, axiosOptions)];
44550
44506
  case 1:
44551
44507
  localVarAxiosArgs = _d.sent();
44552
44508
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -44574,7 +44530,7 @@ var MachineIdentitiesV2024ApiFactory = function (configuration, basePath, axios)
44574
44530
  * @throws {RequiredError}
44575
44531
  */
44576
44532
  createMachineIdentity: function (requestParameters, axiosOptions) {
44577
- return localVarFp.createMachineIdentity(requestParameters.xSailPointExperimental, requestParameters.machineIdentityV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
44533
+ return localVarFp.createMachineIdentity(requestParameters.machineIdentityV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
44578
44534
  },
44579
44535
  /**
44580
44536
  * The API returns successful response if the requested machine identity was deleted.
@@ -44615,7 +44571,7 @@ var MachineIdentitiesV2024ApiFactory = function (configuration, basePath, axios)
44615
44571
  * @throws {RequiredError}
44616
44572
  */
44617
44573
  updateMachineIdentity: function (requestParameters, axiosOptions) {
44618
- return localVarFp.updateMachineIdentity(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(axios, basePath); });
44574
+ return localVarFp.updateMachineIdentity(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
44619
44575
  },
44620
44576
  };
44621
44577
  };
@@ -44641,7 +44597,7 @@ var MachineIdentitiesV2024Api = /** @class */ (function (_super) {
44641
44597
  */
44642
44598
  MachineIdentitiesV2024Api.prototype.createMachineIdentity = function (requestParameters, axiosOptions) {
44643
44599
  var _this = this;
44644
- return (0, exports.MachineIdentitiesV2024ApiFp)(this.configuration).createMachineIdentity(requestParameters.xSailPointExperimental, requestParameters.machineIdentityV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
44600
+ return (0, exports.MachineIdentitiesV2024ApiFp)(this.configuration).createMachineIdentity(requestParameters.machineIdentityV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
44645
44601
  };
44646
44602
  /**
44647
44603
  * The API returns successful response if the requested machine identity was deleted.
@@ -44690,7 +44646,7 @@ var MachineIdentitiesV2024Api = /** @class */ (function (_super) {
44690
44646
  */
44691
44647
  MachineIdentitiesV2024Api.prototype.updateMachineIdentity = function (requestParameters, axiosOptions) {
44692
44648
  var _this = this;
44693
- return (0, exports.MachineIdentitiesV2024ApiFp)(this.configuration).updateMachineIdentity(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.requestBody, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
44649
+ return (0, exports.MachineIdentitiesV2024ApiFp)(this.configuration).updateMachineIdentity(requestParameters.id, requestParameters.requestBody, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
44694
44650
  };
44695
44651
  return MachineIdentitiesV2024Api;
44696
44652
  }(base_1.BaseAPI));
@@ -51574,25 +51530,23 @@ var NotificationsV2024ApiAxiosParamCreator = function (configuration) {
51574
51530
  /**
51575
51531
  * Create a domain to be verified via DKIM (DomainKeys Identified Mail)
51576
51532
  * @summary Verify domain address via dkim
51577
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
51578
51533
  * @param {DomainAddressV2024} domainAddressV2024
51534
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
51579
51535
  * @param {*} [axiosOptions] Override http request option.
51580
51536
  * @throws {RequiredError}
51581
51537
  */
51582
- createDomainDkim: function (xSailPointExperimental, domainAddressV2024, axiosOptions) {
51538
+ createDomainDkim: function (domainAddressV2024, xSailPointExperimental, axiosOptions) {
51583
51539
  if (axiosOptions === void 0) { axiosOptions = {}; }
51584
51540
  return __awaiter(_this, void 0, void 0, function () {
51585
51541
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
51586
51542
  return __generator(this, function (_a) {
51587
51543
  switch (_a.label) {
51588
51544
  case 0:
51545
+ // verify required parameter 'domainAddressV2024' is not null or undefined
51546
+ (0, common_1.assertParamExists)('createDomainDkim', 'domainAddressV2024', domainAddressV2024);
51589
51547
  if (xSailPointExperimental === undefined) {
51590
51548
  xSailPointExperimental = 'true';
51591
51549
  }
51592
- // verify required parameter 'xSailPointExperimental' is not null or undefined
51593
- (0, common_1.assertParamExists)('createDomainDkim', 'xSailPointExperimental', xSailPointExperimental);
51594
- // verify required parameter 'domainAddressV2024' is not null or undefined
51595
- (0, common_1.assertParamExists)('createDomainDkim', 'domainAddressV2024', domainAddressV2024);
51596
51550
  localVarPath = "/verified-domains";
51597
51551
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
51598
51552
  if (configuration) {
@@ -51637,25 +51591,23 @@ var NotificationsV2024ApiAxiosParamCreator = function (configuration) {
51637
51591
  /**
51638
51592
  * 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.
51639
51593
  * @summary Create notification template
51640
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
51641
51594
  * @param {TemplateDtoV2024} templateDtoV2024
51595
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
51642
51596
  * @param {*} [axiosOptions] Override http request option.
51643
51597
  * @throws {RequiredError}
51644
51598
  */
51645
- createNotificationTemplate: function (xSailPointExperimental, templateDtoV2024, axiosOptions) {
51599
+ createNotificationTemplate: function (templateDtoV2024, xSailPointExperimental, axiosOptions) {
51646
51600
  if (axiosOptions === void 0) { axiosOptions = {}; }
51647
51601
  return __awaiter(_this, void 0, void 0, function () {
51648
51602
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
51649
51603
  return __generator(this, function (_a) {
51650
51604
  switch (_a.label) {
51651
51605
  case 0:
51606
+ // verify required parameter 'templateDtoV2024' is not null or undefined
51607
+ (0, common_1.assertParamExists)('createNotificationTemplate', 'templateDtoV2024', templateDtoV2024);
51652
51608
  if (xSailPointExperimental === undefined) {
51653
51609
  xSailPointExperimental = 'true';
51654
51610
  }
51655
- // verify required parameter 'xSailPointExperimental' is not null or undefined
51656
- (0, common_1.assertParamExists)('createNotificationTemplate', 'xSailPointExperimental', xSailPointExperimental);
51657
- // verify required parameter 'templateDtoV2024' is not null or undefined
51658
- (0, common_1.assertParamExists)('createNotificationTemplate', 'templateDtoV2024', templateDtoV2024);
51659
51611
  localVarPath = "/notification-templates";
51660
51612
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
51661
51613
  if (configuration) {
@@ -51700,25 +51652,23 @@ var NotificationsV2024ApiAxiosParamCreator = function (configuration) {
51700
51652
  /**
51701
51653
  * Create a new sender email address and initiate verification process.
51702
51654
  * @summary Create verified from address
51703
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
51704
51655
  * @param {EmailStatusDtoV2024} emailStatusDtoV2024
51656
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
51705
51657
  * @param {*} [axiosOptions] Override http request option.
51706
51658
  * @throws {RequiredError}
51707
51659
  */
51708
- createVerifiedFromAddress: function (xSailPointExperimental, emailStatusDtoV2024, axiosOptions) {
51660
+ createVerifiedFromAddress: function (emailStatusDtoV2024, xSailPointExperimental, axiosOptions) {
51709
51661
  if (axiosOptions === void 0) { axiosOptions = {}; }
51710
51662
  return __awaiter(_this, void 0, void 0, function () {
51711
51663
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
51712
51664
  return __generator(this, function (_a) {
51713
51665
  switch (_a.label) {
51714
51666
  case 0:
51667
+ // verify required parameter 'emailStatusDtoV2024' is not null or undefined
51668
+ (0, common_1.assertParamExists)('createVerifiedFromAddress', 'emailStatusDtoV2024', emailStatusDtoV2024);
51715
51669
  if (xSailPointExperimental === undefined) {
51716
51670
  xSailPointExperimental = 'true';
51717
51671
  }
51718
- // verify required parameter 'xSailPointExperimental' is not null or undefined
51719
- (0, common_1.assertParamExists)('createVerifiedFromAddress', 'xSailPointExperimental', xSailPointExperimental);
51720
- // verify required parameter 'emailStatusDtoV2024' is not null or undefined
51721
- (0, common_1.assertParamExists)('createVerifiedFromAddress', 'emailStatusDtoV2024', emailStatusDtoV2024);
51722
51672
  localVarPath = "/verified-from-addresses";
51723
51673
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
51724
51674
  if (configuration) {
@@ -52522,18 +52472,18 @@ var NotificationsV2024ApiFp = function (configuration) {
52522
52472
  /**
52523
52473
  * Create a domain to be verified via DKIM (DomainKeys Identified Mail)
52524
52474
  * @summary Verify domain address via dkim
52525
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
52526
52475
  * @param {DomainAddressV2024} domainAddressV2024
52476
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
52527
52477
  * @param {*} [axiosOptions] Override http request option.
52528
52478
  * @throws {RequiredError}
52529
52479
  */
52530
- createDomainDkim: function (xSailPointExperimental, domainAddressV2024, axiosOptions) {
52480
+ createDomainDkim: function (domainAddressV2024, xSailPointExperimental, axiosOptions) {
52531
52481
  var _a, _b, _c;
52532
52482
  return __awaiter(this, void 0, void 0, function () {
52533
52483
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
52534
52484
  return __generator(this, function (_d) {
52535
52485
  switch (_d.label) {
52536
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createDomainDkim(xSailPointExperimental, domainAddressV2024, axiosOptions)];
52486
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createDomainDkim(domainAddressV2024, xSailPointExperimental, axiosOptions)];
52537
52487
  case 1:
52538
52488
  localVarAxiosArgs = _d.sent();
52539
52489
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -52546,18 +52496,18 @@ var NotificationsV2024ApiFp = function (configuration) {
52546
52496
  /**
52547
52497
  * 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.
52548
52498
  * @summary Create notification template
52549
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
52550
52499
  * @param {TemplateDtoV2024} templateDtoV2024
52500
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
52551
52501
  * @param {*} [axiosOptions] Override http request option.
52552
52502
  * @throws {RequiredError}
52553
52503
  */
52554
- createNotificationTemplate: function (xSailPointExperimental, templateDtoV2024, axiosOptions) {
52504
+ createNotificationTemplate: function (templateDtoV2024, xSailPointExperimental, axiosOptions) {
52555
52505
  var _a, _b, _c;
52556
52506
  return __awaiter(this, void 0, void 0, function () {
52557
52507
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
52558
52508
  return __generator(this, function (_d) {
52559
52509
  switch (_d.label) {
52560
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createNotificationTemplate(xSailPointExperimental, templateDtoV2024, axiosOptions)];
52510
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createNotificationTemplate(templateDtoV2024, xSailPointExperimental, axiosOptions)];
52561
52511
  case 1:
52562
52512
  localVarAxiosArgs = _d.sent();
52563
52513
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -52570,18 +52520,18 @@ var NotificationsV2024ApiFp = function (configuration) {
52570
52520
  /**
52571
52521
  * Create a new sender email address and initiate verification process.
52572
52522
  * @summary Create verified from address
52573
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
52574
52523
  * @param {EmailStatusDtoV2024} emailStatusDtoV2024
52524
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
52575
52525
  * @param {*} [axiosOptions] Override http request option.
52576
52526
  * @throws {RequiredError}
52577
52527
  */
52578
- createVerifiedFromAddress: function (xSailPointExperimental, emailStatusDtoV2024, axiosOptions) {
52528
+ createVerifiedFromAddress: function (emailStatusDtoV2024, xSailPointExperimental, axiosOptions) {
52579
52529
  var _a, _b, _c;
52580
52530
  return __awaiter(this, void 0, void 0, function () {
52581
52531
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
52582
52532
  return __generator(this, function (_d) {
52583
52533
  switch (_d.label) {
52584
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createVerifiedFromAddress(xSailPointExperimental, emailStatusDtoV2024, axiosOptions)];
52534
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createVerifiedFromAddress(emailStatusDtoV2024, xSailPointExperimental, axiosOptions)];
52585
52535
  case 1:
52586
52536
  localVarAxiosArgs = _d.sent();
52587
52537
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -52903,7 +52853,7 @@ var NotificationsV2024ApiFactory = function (configuration, basePath, axios) {
52903
52853
  * @throws {RequiredError}
52904
52854
  */
52905
52855
  createDomainDkim: function (requestParameters, axiosOptions) {
52906
- return localVarFp.createDomainDkim(requestParameters.xSailPointExperimental, requestParameters.domainAddressV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
52856
+ return localVarFp.createDomainDkim(requestParameters.domainAddressV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
52907
52857
  },
52908
52858
  /**
52909
52859
  * 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.
@@ -52913,7 +52863,7 @@ var NotificationsV2024ApiFactory = function (configuration, basePath, axios) {
52913
52863
  * @throws {RequiredError}
52914
52864
  */
52915
52865
  createNotificationTemplate: function (requestParameters, axiosOptions) {
52916
- return localVarFp.createNotificationTemplate(requestParameters.xSailPointExperimental, requestParameters.templateDtoV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
52866
+ return localVarFp.createNotificationTemplate(requestParameters.templateDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
52917
52867
  },
52918
52868
  /**
52919
52869
  * Create a new sender email address and initiate verification process.
@@ -52923,7 +52873,7 @@ var NotificationsV2024ApiFactory = function (configuration, basePath, axios) {
52923
52873
  * @throws {RequiredError}
52924
52874
  */
52925
52875
  createVerifiedFromAddress: function (requestParameters, axiosOptions) {
52926
- return localVarFp.createVerifiedFromAddress(requestParameters.xSailPointExperimental, requestParameters.emailStatusDtoV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
52876
+ return localVarFp.createVerifiedFromAddress(requestParameters.emailStatusDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
52927
52877
  },
52928
52878
  /**
52929
52879
  * 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.
@@ -53075,7 +53025,7 @@ var NotificationsV2024Api = /** @class */ (function (_super) {
53075
53025
  */
53076
53026
  NotificationsV2024Api.prototype.createDomainDkim = function (requestParameters, axiosOptions) {
53077
53027
  var _this = this;
53078
- return (0, exports.NotificationsV2024ApiFp)(this.configuration).createDomainDkim(requestParameters.xSailPointExperimental, requestParameters.domainAddressV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
53028
+ return (0, exports.NotificationsV2024ApiFp)(this.configuration).createDomainDkim(requestParameters.domainAddressV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
53079
53029
  };
53080
53030
  /**
53081
53031
  * 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.
@@ -53087,7 +53037,7 @@ var NotificationsV2024Api = /** @class */ (function (_super) {
53087
53037
  */
53088
53038
  NotificationsV2024Api.prototype.createNotificationTemplate = function (requestParameters, axiosOptions) {
53089
53039
  var _this = this;
53090
- return (0, exports.NotificationsV2024ApiFp)(this.configuration).createNotificationTemplate(requestParameters.xSailPointExperimental, requestParameters.templateDtoV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
53040
+ return (0, exports.NotificationsV2024ApiFp)(this.configuration).createNotificationTemplate(requestParameters.templateDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
53091
53041
  };
53092
53042
  /**
53093
53043
  * Create a new sender email address and initiate verification process.
@@ -53099,7 +53049,7 @@ var NotificationsV2024Api = /** @class */ (function (_super) {
53099
53049
  */
53100
53050
  NotificationsV2024Api.prototype.createVerifiedFromAddress = function (requestParameters, axiosOptions) {
53101
53051
  var _this = this;
53102
- return (0, exports.NotificationsV2024ApiFp)(this.configuration).createVerifiedFromAddress(requestParameters.xSailPointExperimental, requestParameters.emailStatusDtoV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
53052
+ return (0, exports.NotificationsV2024ApiFp)(this.configuration).createVerifiedFromAddress(requestParameters.emailStatusDtoV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
53103
53053
  };
53104
53054
  /**
53105
53055
  * 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.
@@ -53931,25 +53881,23 @@ var OrgConfigV2024ApiAxiosParamCreator = function (configuration) {
53931
53881
  /**
53932
53882
  * Patch the current organization\'s configuration, using http://jsonpatch.com/ syntax. This is commonly used to changing an organization\'s time zone.
53933
53883
  * @summary Patch org config
53934
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
53935
53884
  * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 A list of schema attribute update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
53885
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
53936
53886
  * @param {*} [axiosOptions] Override http request option.
53937
53887
  * @throws {RequiredError}
53938
53888
  */
53939
- patchOrgConfig: function (xSailPointExperimental, jsonPatchOperationV2024, axiosOptions) {
53889
+ patchOrgConfig: function (jsonPatchOperationV2024, xSailPointExperimental, axiosOptions) {
53940
53890
  if (axiosOptions === void 0) { axiosOptions = {}; }
53941
53891
  return __awaiter(_this, void 0, void 0, function () {
53942
53892
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
53943
53893
  return __generator(this, function (_a) {
53944
53894
  switch (_a.label) {
53945
53895
  case 0:
53896
+ // verify required parameter 'jsonPatchOperationV2024' is not null or undefined
53897
+ (0, common_1.assertParamExists)('patchOrgConfig', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
53946
53898
  if (xSailPointExperimental === undefined) {
53947
53899
  xSailPointExperimental = 'true';
53948
53900
  }
53949
- // verify required parameter 'xSailPointExperimental' is not null or undefined
53950
- (0, common_1.assertParamExists)('patchOrgConfig', 'xSailPointExperimental', xSailPointExperimental);
53951
- // verify required parameter 'jsonPatchOperationV2024' is not null or undefined
53952
- (0, common_1.assertParamExists)('patchOrgConfig', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
53953
53901
  localVarPath = "/org-config";
53954
53902
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
53955
53903
  if (configuration) {
@@ -54053,18 +54001,18 @@ var OrgConfigV2024ApiFp = function (configuration) {
54053
54001
  /**
54054
54002
  * Patch the current organization\'s configuration, using http://jsonpatch.com/ syntax. This is commonly used to changing an organization\'s time zone.
54055
54003
  * @summary Patch org config
54056
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
54057
54004
  * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 A list of schema attribute update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
54005
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54058
54006
  * @param {*} [axiosOptions] Override http request option.
54059
54007
  * @throws {RequiredError}
54060
54008
  */
54061
- patchOrgConfig: function (xSailPointExperimental, jsonPatchOperationV2024, axiosOptions) {
54009
+ patchOrgConfig: function (jsonPatchOperationV2024, xSailPointExperimental, axiosOptions) {
54062
54010
  var _a, _b, _c;
54063
54011
  return __awaiter(this, void 0, void 0, function () {
54064
54012
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
54065
54013
  return __generator(this, function (_d) {
54066
54014
  switch (_d.label) {
54067
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchOrgConfig(xSailPointExperimental, jsonPatchOperationV2024, axiosOptions)];
54015
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchOrgConfig(jsonPatchOperationV2024, xSailPointExperimental, axiosOptions)];
54068
54016
  case 1:
54069
54017
  localVarAxiosArgs = _d.sent();
54070
54018
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -54114,7 +54062,7 @@ var OrgConfigV2024ApiFactory = function (configuration, basePath, axios) {
54114
54062
  * @throws {RequiredError}
54115
54063
  */
54116
54064
  patchOrgConfig: function (requestParameters, axiosOptions) {
54117
- return localVarFp.patchOrgConfig(requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
54065
+ return localVarFp.patchOrgConfig(requestParameters.jsonPatchOperationV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
54118
54066
  },
54119
54067
  };
54120
54068
  };
@@ -54166,7 +54114,7 @@ var OrgConfigV2024Api = /** @class */ (function (_super) {
54166
54114
  */
54167
54115
  OrgConfigV2024Api.prototype.patchOrgConfig = function (requestParameters, axiosOptions) {
54168
54116
  var _this = this;
54169
- return (0, exports.OrgConfigV2024ApiFp)(this.configuration).patchOrgConfig(requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
54117
+ return (0, exports.OrgConfigV2024ApiFp)(this.configuration).patchOrgConfig(requestParameters.jsonPatchOperationV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
54170
54118
  };
54171
54119
  return OrgConfigV2024Api;
54172
54120
  }(base_1.BaseAPI));
@@ -60674,25 +60622,23 @@ var SIMIntegrationsV2024ApiAxiosParamCreator = function (configuration) {
60674
60622
  /**
60675
60623
  * Create a new SIM Integrations.
60676
60624
  * @summary Create new sim integration
60677
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60678
60625
  * @param {SimIntegrationDetailsV2024} simIntegrationDetailsV2024 DTO containing the details of the SIM integration
60626
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60679
60627
  * @param {*} [axiosOptions] Override http request option.
60680
60628
  * @throws {RequiredError}
60681
60629
  */
60682
- createSIMIntegration: function (xSailPointExperimental, simIntegrationDetailsV2024, axiosOptions) {
60630
+ createSIMIntegration: function (simIntegrationDetailsV2024, xSailPointExperimental, axiosOptions) {
60683
60631
  if (axiosOptions === void 0) { axiosOptions = {}; }
60684
60632
  return __awaiter(_this, void 0, void 0, function () {
60685
60633
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
60686
60634
  return __generator(this, function (_a) {
60687
60635
  switch (_a.label) {
60688
60636
  case 0:
60637
+ // verify required parameter 'simIntegrationDetailsV2024' is not null or undefined
60638
+ (0, common_1.assertParamExists)('createSIMIntegration', 'simIntegrationDetailsV2024', simIntegrationDetailsV2024);
60689
60639
  if (xSailPointExperimental === undefined) {
60690
60640
  xSailPointExperimental = 'true';
60691
60641
  }
60692
- // verify required parameter 'xSailPointExperimental' is not null or undefined
60693
- (0, common_1.assertParamExists)('createSIMIntegration', 'xSailPointExperimental', xSailPointExperimental);
60694
- // verify required parameter 'simIntegrationDetailsV2024' is not null or undefined
60695
- (0, common_1.assertParamExists)('createSIMIntegration', 'simIntegrationDetailsV2024', simIntegrationDetailsV2024);
60696
60642
  localVarPath = "/sim-integrations";
60697
60643
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
60698
60644
  if (configuration) {
@@ -60738,7 +60684,7 @@ var SIMIntegrationsV2024ApiAxiosParamCreator = function (configuration) {
60738
60684
  * Get the details of a SIM integration.
60739
60685
  * @summary Delete a sim integration
60740
60686
  * @param {string} id The id of the integration to delete.
60741
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60687
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60742
60688
  * @param {*} [axiosOptions] Override http request option.
60743
60689
  * @throws {RequiredError}
60744
60690
  */
@@ -60754,8 +60700,6 @@ var SIMIntegrationsV2024ApiAxiosParamCreator = function (configuration) {
60754
60700
  if (xSailPointExperimental === undefined) {
60755
60701
  xSailPointExperimental = 'true';
60756
60702
  }
60757
- // verify required parameter 'xSailPointExperimental' is not null or undefined
60758
- (0, common_1.assertParamExists)('deleteSIMIntegration', 'xSailPointExperimental', xSailPointExperimental);
60759
60703
  localVarPath = "/sim-integrations/{id}"
60760
60704
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
60761
60705
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -60800,7 +60744,7 @@ var SIMIntegrationsV2024ApiAxiosParamCreator = function (configuration) {
60800
60744
  * Get the details of a SIM integration.
60801
60745
  * @summary Get a sim integration details.
60802
60746
  * @param {string} id The id of the integration.
60803
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60747
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60804
60748
  * @param {*} [axiosOptions] Override http request option.
60805
60749
  * @throws {RequiredError}
60806
60750
  */
@@ -60816,8 +60760,6 @@ var SIMIntegrationsV2024ApiAxiosParamCreator = function (configuration) {
60816
60760
  if (xSailPointExperimental === undefined) {
60817
60761
  xSailPointExperimental = 'true';
60818
60762
  }
60819
- // verify required parameter 'xSailPointExperimental' is not null or undefined
60820
- (0, common_1.assertParamExists)('getSIMIntegration', 'xSailPointExperimental', xSailPointExperimental);
60821
60763
  localVarPath = "/sim-integrations/{id}"
60822
60764
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
60823
60765
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -60983,12 +60925,12 @@ var SIMIntegrationsV2024ApiAxiosParamCreator = function (configuration) {
60983
60925
  * Patch a SIM attribute given a JsonPatch object.
60984
60926
  * @summary Patch a sim attribute.
60985
60927
  * @param {string} id SIM integration id
60986
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
60987
60928
  * @param {JsonPatchV2024} jsonPatchV2024 The JsonPatch object that describes the changes of SIM
60929
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
60988
60930
  * @param {*} [axiosOptions] Override http request option.
60989
60931
  * @throws {RequiredError}
60990
60932
  */
60991
- patchSIMAttributes: function (id, xSailPointExperimental, jsonPatchV2024, axiosOptions) {
60933
+ patchSIMAttributes: function (id, jsonPatchV2024, xSailPointExperimental, axiosOptions) {
60992
60934
  if (axiosOptions === void 0) { axiosOptions = {}; }
60993
60935
  return __awaiter(_this, void 0, void 0, function () {
60994
60936
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -60997,13 +60939,11 @@ var SIMIntegrationsV2024ApiAxiosParamCreator = function (configuration) {
60997
60939
  case 0:
60998
60940
  // verify required parameter 'id' is not null or undefined
60999
60941
  (0, common_1.assertParamExists)('patchSIMAttributes', 'id', id);
60942
+ // verify required parameter 'jsonPatchV2024' is not null or undefined
60943
+ (0, common_1.assertParamExists)('patchSIMAttributes', 'jsonPatchV2024', jsonPatchV2024);
61000
60944
  if (xSailPointExperimental === undefined) {
61001
60945
  xSailPointExperimental = 'true';
61002
60946
  }
61003
- // verify required parameter 'xSailPointExperimental' is not null or undefined
61004
- (0, common_1.assertParamExists)('patchSIMAttributes', 'xSailPointExperimental', xSailPointExperimental);
61005
- // verify required parameter 'jsonPatchV2024' is not null or undefined
61006
- (0, common_1.assertParamExists)('patchSIMAttributes', 'jsonPatchV2024', jsonPatchV2024);
61007
60947
  localVarPath = "/sim-integrations/{id}"
61008
60948
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
61009
60949
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -61124,18 +61064,18 @@ var SIMIntegrationsV2024ApiFp = function (configuration) {
61124
61064
  /**
61125
61065
  * Create a new SIM Integrations.
61126
61066
  * @summary Create new sim integration
61127
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
61128
61067
  * @param {SimIntegrationDetailsV2024} simIntegrationDetailsV2024 DTO containing the details of the SIM integration
61068
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
61129
61069
  * @param {*} [axiosOptions] Override http request option.
61130
61070
  * @throws {RequiredError}
61131
61071
  */
61132
- createSIMIntegration: function (xSailPointExperimental, simIntegrationDetailsV2024, axiosOptions) {
61072
+ createSIMIntegration: function (simIntegrationDetailsV2024, xSailPointExperimental, axiosOptions) {
61133
61073
  var _a, _b, _c;
61134
61074
  return __awaiter(this, void 0, void 0, function () {
61135
61075
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
61136
61076
  return __generator(this, function (_d) {
61137
61077
  switch (_d.label) {
61138
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createSIMIntegration(xSailPointExperimental, simIntegrationDetailsV2024, axiosOptions)];
61078
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createSIMIntegration(simIntegrationDetailsV2024, xSailPointExperimental, axiosOptions)];
61139
61079
  case 1:
61140
61080
  localVarAxiosArgs = _d.sent();
61141
61081
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -61149,7 +61089,7 @@ var SIMIntegrationsV2024ApiFp = function (configuration) {
61149
61089
  * Get the details of a SIM integration.
61150
61090
  * @summary Delete a sim integration
61151
61091
  * @param {string} id The id of the integration to delete.
61152
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
61092
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
61153
61093
  * @param {*} [axiosOptions] Override http request option.
61154
61094
  * @throws {RequiredError}
61155
61095
  */
@@ -61173,7 +61113,7 @@ var SIMIntegrationsV2024ApiFp = function (configuration) {
61173
61113
  * Get the details of a SIM integration.
61174
61114
  * @summary Get a sim integration details.
61175
61115
  * @param {string} id The id of the integration.
61176
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
61116
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
61177
61117
  * @param {*} [axiosOptions] Override http request option.
61178
61118
  * @throws {RequiredError}
61179
61119
  */
@@ -61245,18 +61185,18 @@ var SIMIntegrationsV2024ApiFp = function (configuration) {
61245
61185
  * Patch a SIM attribute given a JsonPatch object.
61246
61186
  * @summary Patch a sim attribute.
61247
61187
  * @param {string} id SIM integration id
61248
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
61249
61188
  * @param {JsonPatchV2024} jsonPatchV2024 The JsonPatch object that describes the changes of SIM
61189
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
61250
61190
  * @param {*} [axiosOptions] Override http request option.
61251
61191
  * @throws {RequiredError}
61252
61192
  */
61253
- patchSIMAttributes: function (id, xSailPointExperimental, jsonPatchV2024, axiosOptions) {
61193
+ patchSIMAttributes: function (id, jsonPatchV2024, xSailPointExperimental, axiosOptions) {
61254
61194
  var _a, _b, _c;
61255
61195
  return __awaiter(this, void 0, void 0, function () {
61256
61196
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
61257
61197
  return __generator(this, function (_d) {
61258
61198
  switch (_d.label) {
61259
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSIMAttributes(id, xSailPointExperimental, jsonPatchV2024, axiosOptions)];
61199
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSIMAttributes(id, jsonPatchV2024, xSailPointExperimental, axiosOptions)];
61260
61200
  case 1:
61261
61201
  localVarAxiosArgs = _d.sent();
61262
61202
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -61309,7 +61249,7 @@ var SIMIntegrationsV2024ApiFactory = function (configuration, basePath, axios) {
61309
61249
  * @throws {RequiredError}
61310
61250
  */
61311
61251
  createSIMIntegration: function (requestParameters, axiosOptions) {
61312
- return localVarFp.createSIMIntegration(requestParameters.xSailPointExperimental, requestParameters.simIntegrationDetailsV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
61252
+ return localVarFp.createSIMIntegration(requestParameters.simIntegrationDetailsV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
61313
61253
  },
61314
61254
  /**
61315
61255
  * Get the details of a SIM integration.
@@ -61360,7 +61300,7 @@ var SIMIntegrationsV2024ApiFactory = function (configuration, basePath, axios) {
61360
61300
  * @throws {RequiredError}
61361
61301
  */
61362
61302
  patchSIMAttributes: function (requestParameters, axiosOptions) {
61363
- return localVarFp.patchSIMAttributes(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.jsonPatchV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
61303
+ return localVarFp.patchSIMAttributes(requestParameters.id, requestParameters.jsonPatchV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
61364
61304
  },
61365
61305
  /**
61366
61306
  * Update an existing SIM integration.
@@ -61396,7 +61336,7 @@ var SIMIntegrationsV2024Api = /** @class */ (function (_super) {
61396
61336
  */
61397
61337
  SIMIntegrationsV2024Api.prototype.createSIMIntegration = function (requestParameters, axiosOptions) {
61398
61338
  var _this = this;
61399
- return (0, exports.SIMIntegrationsV2024ApiFp)(this.configuration).createSIMIntegration(requestParameters.xSailPointExperimental, requestParameters.simIntegrationDetailsV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
61339
+ return (0, exports.SIMIntegrationsV2024ApiFp)(this.configuration).createSIMIntegration(requestParameters.simIntegrationDetailsV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
61400
61340
  };
61401
61341
  /**
61402
61342
  * Get the details of a SIM integration.
@@ -61457,7 +61397,7 @@ var SIMIntegrationsV2024Api = /** @class */ (function (_super) {
61457
61397
  */
61458
61398
  SIMIntegrationsV2024Api.prototype.patchSIMAttributes = function (requestParameters, axiosOptions) {
61459
61399
  var _this = this;
61460
- return (0, exports.SIMIntegrationsV2024ApiFp)(this.configuration).patchSIMAttributes(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.jsonPatchV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
61400
+ return (0, exports.SIMIntegrationsV2024ApiFp)(this.configuration).patchSIMAttributes(requestParameters.id, requestParameters.jsonPatchV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
61461
61401
  };
61462
61402
  /**
61463
61403
  * Update an existing SIM integration.
@@ -66121,7 +66061,7 @@ var SearchAttributeConfigurationV2024ApiAxiosParamCreator = function (configurat
66121
66061
  * Delete an extended attribute configuration by name.
66122
66062
  * @summary Delete extended search attribute
66123
66063
  * @param {string} name Name of the extended search attribute configuration to delete.
66124
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
66064
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
66125
66065
  * @param {*} [axiosOptions] Override http request option.
66126
66066
  * @throws {RequiredError}
66127
66067
  */
@@ -66137,8 +66077,6 @@ var SearchAttributeConfigurationV2024ApiAxiosParamCreator = function (configurat
66137
66077
  if (xSailPointExperimental === undefined) {
66138
66078
  xSailPointExperimental = 'true';
66139
66079
  }
66140
- // verify required parameter 'xSailPointExperimental' is not null or undefined
66141
- (0, common_1.assertParamExists)('deleteSearchAttributeConfig', 'xSailPointExperimental', xSailPointExperimental);
66142
66080
  localVarPath = "/accounts/search-attribute-config/{name}"
66143
66081
  .replace("{".concat("name", "}"), encodeURIComponent(String(name)));
66144
66082
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -66182,13 +66120,13 @@ var SearchAttributeConfigurationV2024ApiAxiosParamCreator = function (configurat
66182
66120
  /**
66183
66121
  * Get a list of attribute/application attributes currently configured in Identity Security Cloud (ISC).
66184
66122
  * @summary List extended search attributes
66185
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
66186
66123
  * @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.
66187
66124
  * @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.
66125
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
66188
66126
  * @param {*} [axiosOptions] Override http request option.
66189
66127
  * @throws {RequiredError}
66190
66128
  */
66191
- getSearchAttributeConfig: function (xSailPointExperimental, limit, offset, axiosOptions) {
66129
+ getSearchAttributeConfig: function (limit, offset, xSailPointExperimental, axiosOptions) {
66192
66130
  if (axiosOptions === void 0) { axiosOptions = {}; }
66193
66131
  return __awaiter(_this, void 0, void 0, function () {
66194
66132
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -66198,8 +66136,6 @@ var SearchAttributeConfigurationV2024ApiAxiosParamCreator = function (configurat
66198
66136
  if (xSailPointExperimental === undefined) {
66199
66137
  xSailPointExperimental = 'true';
66200
66138
  }
66201
- // verify required parameter 'xSailPointExperimental' is not null or undefined
66202
- (0, common_1.assertParamExists)('getSearchAttributeConfig', 'xSailPointExperimental', xSailPointExperimental);
66203
66139
  localVarPath = "/accounts/search-attribute-config";
66204
66140
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
66205
66141
  if (configuration) {
@@ -66309,12 +66245,12 @@ var SearchAttributeConfigurationV2024ApiAxiosParamCreator = function (configurat
66309
66245
  * Update an existing search attribute configuration. You can patch these fields: * name * displayName * applicationAttributes
66310
66246
  * @summary Update extended search attribute
66311
66247
  * @param {string} name Name of the search attribute configuration to patch.
66312
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
66313
66248
  * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
66249
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
66314
66250
  * @param {*} [axiosOptions] Override http request option.
66315
66251
  * @throws {RequiredError}
66316
66252
  */
66317
- patchSearchAttributeConfig: function (name, xSailPointExperimental, jsonPatchOperationV2024, axiosOptions) {
66253
+ patchSearchAttributeConfig: function (name, jsonPatchOperationV2024, xSailPointExperimental, axiosOptions) {
66318
66254
  if (axiosOptions === void 0) { axiosOptions = {}; }
66319
66255
  return __awaiter(_this, void 0, void 0, function () {
66320
66256
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -66323,13 +66259,11 @@ var SearchAttributeConfigurationV2024ApiAxiosParamCreator = function (configurat
66323
66259
  case 0:
66324
66260
  // verify required parameter 'name' is not null or undefined
66325
66261
  (0, common_1.assertParamExists)('patchSearchAttributeConfig', 'name', name);
66262
+ // verify required parameter 'jsonPatchOperationV2024' is not null or undefined
66263
+ (0, common_1.assertParamExists)('patchSearchAttributeConfig', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
66326
66264
  if (xSailPointExperimental === undefined) {
66327
66265
  xSailPointExperimental = 'true';
66328
66266
  }
66329
- // verify required parameter 'xSailPointExperimental' is not null or undefined
66330
- (0, common_1.assertParamExists)('patchSearchAttributeConfig', 'xSailPointExperimental', xSailPointExperimental);
66331
- // verify required parameter 'jsonPatchOperationV2024' is not null or undefined
66332
- (0, common_1.assertParamExists)('patchSearchAttributeConfig', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
66333
66267
  localVarPath = "/accounts/search-attribute-config/{name}"
66334
66268
  .replace("{".concat("name", "}"), encodeURIComponent(String(name)));
66335
66269
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -66410,7 +66344,7 @@ var SearchAttributeConfigurationV2024ApiFp = function (configuration) {
66410
66344
  * Delete an extended attribute configuration by name.
66411
66345
  * @summary Delete extended search attribute
66412
66346
  * @param {string} name Name of the extended search attribute configuration to delete.
66413
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
66347
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
66414
66348
  * @param {*} [axiosOptions] Override http request option.
66415
66349
  * @throws {RequiredError}
66416
66350
  */
@@ -66433,19 +66367,19 @@ var SearchAttributeConfigurationV2024ApiFp = function (configuration) {
66433
66367
  /**
66434
66368
  * Get a list of attribute/application attributes currently configured in Identity Security Cloud (ISC).
66435
66369
  * @summary List extended search attributes
66436
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
66437
66370
  * @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.
66438
66371
  * @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.
66372
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
66439
66373
  * @param {*} [axiosOptions] Override http request option.
66440
66374
  * @throws {RequiredError}
66441
66375
  */
66442
- getSearchAttributeConfig: function (xSailPointExperimental, limit, offset, axiosOptions) {
66376
+ getSearchAttributeConfig: function (limit, offset, xSailPointExperimental, axiosOptions) {
66443
66377
  var _a, _b, _c;
66444
66378
  return __awaiter(this, void 0, void 0, function () {
66445
66379
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
66446
66380
  return __generator(this, function (_d) {
66447
66381
  switch (_d.label) {
66448
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSearchAttributeConfig(xSailPointExperimental, limit, offset, axiosOptions)];
66382
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSearchAttributeConfig(limit, offset, xSailPointExperimental, axiosOptions)];
66449
66383
  case 1:
66450
66384
  localVarAxiosArgs = _d.sent();
66451
66385
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -66483,18 +66417,18 @@ var SearchAttributeConfigurationV2024ApiFp = function (configuration) {
66483
66417
  * Update an existing search attribute configuration. You can patch these fields: * name * displayName * applicationAttributes
66484
66418
  * @summary Update extended search attribute
66485
66419
  * @param {string} name Name of the search attribute configuration to patch.
66486
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
66487
66420
  * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
66421
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
66488
66422
  * @param {*} [axiosOptions] Override http request option.
66489
66423
  * @throws {RequiredError}
66490
66424
  */
66491
- patchSearchAttributeConfig: function (name, xSailPointExperimental, jsonPatchOperationV2024, axiosOptions) {
66425
+ patchSearchAttributeConfig: function (name, jsonPatchOperationV2024, xSailPointExperimental, axiosOptions) {
66492
66426
  var _a, _b, _c;
66493
66427
  return __awaiter(this, void 0, void 0, function () {
66494
66428
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
66495
66429
  return __generator(this, function (_d) {
66496
66430
  switch (_d.label) {
66497
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSearchAttributeConfig(name, xSailPointExperimental, jsonPatchOperationV2024, axiosOptions)];
66431
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSearchAttributeConfig(name, jsonPatchOperationV2024, xSailPointExperimental, axiosOptions)];
66498
66432
  case 1:
66499
66433
  localVarAxiosArgs = _d.sent();
66500
66434
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -66542,7 +66476,8 @@ var SearchAttributeConfigurationV2024ApiFactory = function (configuration, baseP
66542
66476
  * @throws {RequiredError}
66543
66477
  */
66544
66478
  getSearchAttributeConfig: function (requestParameters, axiosOptions) {
66545
- return localVarFp.getSearchAttributeConfig(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
66479
+ if (requestParameters === void 0) { requestParameters = {}; }
66480
+ return localVarFp.getSearchAttributeConfig(requestParameters.limit, requestParameters.offset, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
66546
66481
  },
66547
66482
  /**
66548
66483
  * Get an extended attribute configuration by name.
@@ -66562,7 +66497,7 @@ var SearchAttributeConfigurationV2024ApiFactory = function (configuration, baseP
66562
66497
  * @throws {RequiredError}
66563
66498
  */
66564
66499
  patchSearchAttributeConfig: function (requestParameters, axiosOptions) {
66565
- return localVarFp.patchSearchAttributeConfig(requestParameters.name, requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
66500
+ return localVarFp.patchSearchAttributeConfig(requestParameters.name, requestParameters.jsonPatchOperationV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
66566
66501
  },
66567
66502
  };
66568
66503
  };
@@ -66612,7 +66547,8 @@ var SearchAttributeConfigurationV2024Api = /** @class */ (function (_super) {
66612
66547
  */
66613
66548
  SearchAttributeConfigurationV2024Api.prototype.getSearchAttributeConfig = function (requestParameters, axiosOptions) {
66614
66549
  var _this = this;
66615
- return (0, exports.SearchAttributeConfigurationV2024ApiFp)(this.configuration).getSearchAttributeConfig(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
66550
+ if (requestParameters === void 0) { requestParameters = {}; }
66551
+ return (0, exports.SearchAttributeConfigurationV2024ApiFp)(this.configuration).getSearchAttributeConfig(requestParameters.limit, requestParameters.offset, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
66616
66552
  };
66617
66553
  /**
66618
66554
  * Get an extended attribute configuration by name.
@@ -66636,7 +66572,7 @@ var SearchAttributeConfigurationV2024Api = /** @class */ (function (_super) {
66636
66572
  */
66637
66573
  SearchAttributeConfigurationV2024Api.prototype.patchSearchAttributeConfig = function (requestParameters, axiosOptions) {
66638
66574
  var _this = this;
66639
- return (0, exports.SearchAttributeConfigurationV2024ApiFp)(this.configuration).patchSearchAttributeConfig(requestParameters.name, requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
66575
+ return (0, exports.SearchAttributeConfigurationV2024ApiFp)(this.configuration).patchSearchAttributeConfig(requestParameters.name, requestParameters.jsonPatchOperationV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
66640
66576
  };
66641
66577
  return SearchAttributeConfigurationV2024Api;
66642
66578
  }(base_1.BaseAPI));
@@ -70803,12 +70739,12 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
70803
70739
  * 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.
70804
70740
  * @summary Update attribute sync config
70805
70741
  * @param {string} id The source id
70806
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
70807
70742
  * @param {AttrSyncSourceConfigV2024} attrSyncSourceConfigV2024
70743
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
70808
70744
  * @param {*} [axiosOptions] Override http request option.
70809
70745
  * @throws {RequiredError}
70810
70746
  */
70811
- putSourceAttrSyncConfig: function (id, xSailPointExperimental, attrSyncSourceConfigV2024, axiosOptions) {
70747
+ putSourceAttrSyncConfig: function (id, attrSyncSourceConfigV2024, xSailPointExperimental, axiosOptions) {
70812
70748
  if (axiosOptions === void 0) { axiosOptions = {}; }
70813
70749
  return __awaiter(_this, void 0, void 0, function () {
70814
70750
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -70817,13 +70753,11 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
70817
70753
  case 0:
70818
70754
  // verify required parameter 'id' is not null or undefined
70819
70755
  (0, common_1.assertParamExists)('putSourceAttrSyncConfig', 'id', id);
70756
+ // verify required parameter 'attrSyncSourceConfigV2024' is not null or undefined
70757
+ (0, common_1.assertParamExists)('putSourceAttrSyncConfig', 'attrSyncSourceConfigV2024', attrSyncSourceConfigV2024);
70820
70758
  if (xSailPointExperimental === undefined) {
70821
70759
  xSailPointExperimental = 'true';
70822
70760
  }
70823
- // verify required parameter 'xSailPointExperimental' is not null or undefined
70824
- (0, common_1.assertParamExists)('putSourceAttrSyncConfig', 'xSailPointExperimental', xSailPointExperimental);
70825
- // verify required parameter 'attrSyncSourceConfigV2024' is not null or undefined
70826
- (0, common_1.assertParamExists)('putSourceAttrSyncConfig', 'attrSyncSourceConfigV2024', attrSyncSourceConfigV2024);
70827
70761
  localVarPath = "/sources/{id}/attribute-sync-config"
70828
70762
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
70829
70763
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -71411,25 +71345,23 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
71411
71345
  /**
71412
71346
  * 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.
71413
71347
  * @summary Update source entitlement request configuration
71414
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
71415
71348
  * @param {SourceEntitlementRequestConfigV2024} sourceEntitlementRequestConfigV2024
71349
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
71416
71350
  * @param {*} [axiosOptions] Override http request option.
71417
71351
  * @throws {RequiredError}
71418
71352
  */
71419
- updateSourceEntitlementRequestConfig: function (xSailPointExperimental, sourceEntitlementRequestConfigV2024, axiosOptions) {
71353
+ updateSourceEntitlementRequestConfig: function (sourceEntitlementRequestConfigV2024, xSailPointExperimental, axiosOptions) {
71420
71354
  if (axiosOptions === void 0) { axiosOptions = {}; }
71421
71355
  return __awaiter(_this, void 0, void 0, function () {
71422
71356
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
71423
71357
  return __generator(this, function (_a) {
71424
71358
  switch (_a.label) {
71425
71359
  case 0:
71360
+ // verify required parameter 'sourceEntitlementRequestConfigV2024' is not null or undefined
71361
+ (0, common_1.assertParamExists)('updateSourceEntitlementRequestConfig', 'sourceEntitlementRequestConfigV2024', sourceEntitlementRequestConfigV2024);
71426
71362
  if (xSailPointExperimental === undefined) {
71427
71363
  xSailPointExperimental = 'true';
71428
71364
  }
71429
- // verify required parameter 'xSailPointExperimental' is not null or undefined
71430
- (0, common_1.assertParamExists)('updateSourceEntitlementRequestConfig', 'xSailPointExperimental', xSailPointExperimental);
71431
- // verify required parameter 'sourceEntitlementRequestConfigV2024' is not null or undefined
71432
- (0, common_1.assertParamExists)('updateSourceEntitlementRequestConfig', 'sourceEntitlementRequestConfigV2024', sourceEntitlementRequestConfigV2024);
71433
71365
  localVarPath = "/sources/{id}/entitlement-request-config";
71434
71366
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
71435
71367
  if (configuration) {
@@ -72517,18 +72449,18 @@ var SourcesV2024ApiFp = function (configuration) {
72517
72449
  * 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.
72518
72450
  * @summary Update attribute sync config
72519
72451
  * @param {string} id The source id
72520
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
72521
72452
  * @param {AttrSyncSourceConfigV2024} attrSyncSourceConfigV2024
72453
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
72522
72454
  * @param {*} [axiosOptions] Override http request option.
72523
72455
  * @throws {RequiredError}
72524
72456
  */
72525
- putSourceAttrSyncConfig: function (id, xSailPointExperimental, attrSyncSourceConfigV2024, axiosOptions) {
72457
+ putSourceAttrSyncConfig: function (id, attrSyncSourceConfigV2024, xSailPointExperimental, axiosOptions) {
72526
72458
  var _a, _b, _c;
72527
72459
  return __awaiter(this, void 0, void 0, function () {
72528
72460
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
72529
72461
  return __generator(this, function (_d) {
72530
72462
  switch (_d.label) {
72531
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.putSourceAttrSyncConfig(id, xSailPointExperimental, attrSyncSourceConfigV2024, axiosOptions)];
72463
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.putSourceAttrSyncConfig(id, attrSyncSourceConfigV2024, xSailPointExperimental, axiosOptions)];
72532
72464
  case 1:
72533
72465
  localVarAxiosArgs = _d.sent();
72534
72466
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -72757,18 +72689,18 @@ var SourcesV2024ApiFp = function (configuration) {
72757
72689
  /**
72758
72690
  * 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.
72759
72691
  * @summary Update source entitlement request configuration
72760
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
72761
72692
  * @param {SourceEntitlementRequestConfigV2024} sourceEntitlementRequestConfigV2024
72693
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
72762
72694
  * @param {*} [axiosOptions] Override http request option.
72763
72695
  * @throws {RequiredError}
72764
72696
  */
72765
- updateSourceEntitlementRequestConfig: function (xSailPointExperimental, sourceEntitlementRequestConfigV2024, axiosOptions) {
72697
+ updateSourceEntitlementRequestConfig: function (sourceEntitlementRequestConfigV2024, xSailPointExperimental, axiosOptions) {
72766
72698
  var _a, _b, _c;
72767
72699
  return __awaiter(this, void 0, void 0, function () {
72768
72700
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
72769
72701
  return __generator(this, function (_d) {
72770
72702
  switch (_d.label) {
72771
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateSourceEntitlementRequestConfig(xSailPointExperimental, sourceEntitlementRequestConfigV2024, axiosOptions)];
72703
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigV2024, xSailPointExperimental, axiosOptions)];
72772
72704
  case 1:
72773
72705
  localVarAxiosArgs = _d.sent();
72774
72706
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -73228,7 +73160,7 @@ var SourcesV2024ApiFactory = function (configuration, basePath, axios) {
73228
73160
  * @throws {RequiredError}
73229
73161
  */
73230
73162
  putSourceAttrSyncConfig: function (requestParameters, axiosOptions) {
73231
- return localVarFp.putSourceAttrSyncConfig(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.attrSyncSourceConfigV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
73163
+ return localVarFp.putSourceAttrSyncConfig(requestParameters.id, requestParameters.attrSyncSourceConfigV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
73232
73164
  },
73233
73165
  /**
73234
73166
  * 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.
@@ -73328,7 +73260,7 @@ var SourcesV2024ApiFactory = function (configuration, basePath, axios) {
73328
73260
  * @throws {RequiredError}
73329
73261
  */
73330
73262
  updateSourceEntitlementRequestConfig: function (requestParameters, axiosOptions) {
73331
- return localVarFp.updateSourceEntitlementRequestConfig(requestParameters.xSailPointExperimental, requestParameters.sourceEntitlementRequestConfigV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
73263
+ return localVarFp.updateSourceEntitlementRequestConfig(requestParameters.sourceEntitlementRequestConfigV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
73332
73264
  },
73333
73265
  /**
73334
73266
  * Use this API to selectively update an existing Schedule using a JSONPatch payload. The following schedule fields are immutable and cannot be updated: - type
@@ -73832,7 +73764,7 @@ var SourcesV2024Api = /** @class */ (function (_super) {
73832
73764
  */
73833
73765
  SourcesV2024Api.prototype.putSourceAttrSyncConfig = function (requestParameters, axiosOptions) {
73834
73766
  var _this = this;
73835
- return (0, exports.SourcesV2024ApiFp)(this.configuration).putSourceAttrSyncConfig(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.attrSyncSourceConfigV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
73767
+ return (0, exports.SourcesV2024ApiFp)(this.configuration).putSourceAttrSyncConfig(requestParameters.id, requestParameters.attrSyncSourceConfigV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
73836
73768
  };
73837
73769
  /**
73838
73770
  * 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.
@@ -73952,7 +73884,7 @@ var SourcesV2024Api = /** @class */ (function (_super) {
73952
73884
  */
73953
73885
  SourcesV2024Api.prototype.updateSourceEntitlementRequestConfig = function (requestParameters, axiosOptions) {
73954
73886
  var _this = this;
73955
- return (0, exports.SourcesV2024ApiFp)(this.configuration).updateSourceEntitlementRequestConfig(requestParameters.xSailPointExperimental, requestParameters.sourceEntitlementRequestConfigV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
73887
+ return (0, exports.SourcesV2024ApiFp)(this.configuration).updateSourceEntitlementRequestConfig(requestParameters.sourceEntitlementRequestConfigV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
73956
73888
  };
73957
73889
  /**
73958
73890
  * Use this API to selectively update an existing Schedule using a JSONPatch payload. The following schedule fields are immutable and cannot be updated: - type
@@ -76619,25 +76551,23 @@ var TenantContextV2024ApiAxiosParamCreator = function (configuration) {
76619
76551
  /**
76620
76552
  * 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.
76621
76553
  * @summary Update tenant context
76622
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
76623
76554
  * @param {JsonPatchOperationV2024} jsonPatchOperationV2024
76555
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
76624
76556
  * @param {*} [axiosOptions] Override http request option.
76625
76557
  * @throws {RequiredError}
76626
76558
  */
76627
- patchTenantContext: function (xSailPointExperimental, jsonPatchOperationV2024, axiosOptions) {
76559
+ patchTenantContext: function (jsonPatchOperationV2024, xSailPointExperimental, axiosOptions) {
76628
76560
  if (axiosOptions === void 0) { axiosOptions = {}; }
76629
76561
  return __awaiter(_this, void 0, void 0, function () {
76630
76562
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
76631
76563
  return __generator(this, function (_a) {
76632
76564
  switch (_a.label) {
76633
76565
  case 0:
76566
+ // verify required parameter 'jsonPatchOperationV2024' is not null or undefined
76567
+ (0, common_1.assertParamExists)('patchTenantContext', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
76634
76568
  if (xSailPointExperimental === undefined) {
76635
76569
  xSailPointExperimental = 'true';
76636
76570
  }
76637
- // verify required parameter 'xSailPointExperimental' is not null or undefined
76638
- (0, common_1.assertParamExists)('patchTenantContext', 'xSailPointExperimental', xSailPointExperimental);
76639
- // verify required parameter 'jsonPatchOperationV2024' is not null or undefined
76640
- (0, common_1.assertParamExists)('patchTenantContext', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
76641
76571
  localVarPath = "/tenant-context";
76642
76572
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
76643
76573
  if (configuration) {
@@ -76715,18 +76645,18 @@ var TenantContextV2024ApiFp = function (configuration) {
76715
76645
  /**
76716
76646
  * 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.
76717
76647
  * @summary Update tenant context
76718
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
76719
76648
  * @param {JsonPatchOperationV2024} jsonPatchOperationV2024
76649
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
76720
76650
  * @param {*} [axiosOptions] Override http request option.
76721
76651
  * @throws {RequiredError}
76722
76652
  */
76723
- patchTenantContext: function (xSailPointExperimental, jsonPatchOperationV2024, axiosOptions) {
76653
+ patchTenantContext: function (jsonPatchOperationV2024, xSailPointExperimental, axiosOptions) {
76724
76654
  var _a, _b, _c;
76725
76655
  return __awaiter(this, void 0, void 0, function () {
76726
76656
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
76727
76657
  return __generator(this, function (_d) {
76728
76658
  switch (_d.label) {
76729
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchTenantContext(xSailPointExperimental, jsonPatchOperationV2024, axiosOptions)];
76659
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchTenantContext(jsonPatchOperationV2024, xSailPointExperimental, axiosOptions)];
76730
76660
  case 1:
76731
76661
  localVarAxiosArgs = _d.sent();
76732
76662
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -76765,7 +76695,7 @@ var TenantContextV2024ApiFactory = function (configuration, basePath, axios) {
76765
76695
  * @throws {RequiredError}
76766
76696
  */
76767
76697
  patchTenantContext: function (requestParameters, axiosOptions) {
76768
- return localVarFp.patchTenantContext(requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
76698
+ return localVarFp.patchTenantContext(requestParameters.jsonPatchOperationV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
76769
76699
  },
76770
76700
  };
76771
76701
  };
@@ -76804,7 +76734,7 @@ var TenantContextV2024Api = /** @class */ (function (_super) {
76804
76734
  */
76805
76735
  TenantContextV2024Api.prototype.patchTenantContext = function (requestParameters, axiosOptions) {
76806
76736
  var _this = this;
76807
- return (0, exports.TenantContextV2024ApiFp)(this.configuration).patchTenantContext(requestParameters.xSailPointExperimental, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
76737
+ return (0, exports.TenantContextV2024ApiFp)(this.configuration).patchTenantContext(requestParameters.jsonPatchOperationV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
76808
76738
  };
76809
76739
  return TenantContextV2024Api;
76810
76740
  }(base_1.BaseAPI));
@@ -77507,7 +77437,7 @@ var TriggersV2024ApiAxiosParamCreator = function (configuration) {
77507
77437
  * Deletes an existing subscription to a trigger.
77508
77438
  * @summary Delete a subscription
77509
77439
  * @param {string} id Subscription ID
77510
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
77440
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77511
77441
  * @param {*} [axiosOptions] Override http request option.
77512
77442
  * @throws {RequiredError}
77513
77443
  */
@@ -77523,8 +77453,6 @@ var TriggersV2024ApiAxiosParamCreator = function (configuration) {
77523
77453
  if (xSailPointExperimental === undefined) {
77524
77454
  xSailPointExperimental = 'true';
77525
77455
  }
77526
- // verify required parameter 'xSailPointExperimental' is not null or undefined
77527
- (0, common_1.assertParamExists)('deleteSubscription', 'xSailPointExperimental', xSailPointExperimental);
77528
77456
  localVarPath = "/trigger-subscriptions/{id}"
77529
77457
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
77530
77458
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -77568,16 +77496,16 @@ var TriggersV2024ApiAxiosParamCreator = function (configuration) {
77568
77496
  /**
77569
77497
  * Gets a list of all trigger subscriptions.
77570
77498
  * @summary List subscriptions
77571
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
77572
77499
  * @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.
77573
77500
  * @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.
77574
77501
  * @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.
77575
77502
  * @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*
77576
77503
  * @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**
77504
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77577
77505
  * @param {*} [axiosOptions] Override http request option.
77578
77506
  * @throws {RequiredError}
77579
77507
  */
77580
- listSubscriptions: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
77508
+ listSubscriptions: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
77581
77509
  if (axiosOptions === void 0) { axiosOptions = {}; }
77582
77510
  return __awaiter(_this, void 0, void 0, function () {
77583
77511
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -77587,8 +77515,6 @@ var TriggersV2024ApiAxiosParamCreator = function (configuration) {
77587
77515
  if (xSailPointExperimental === undefined) {
77588
77516
  xSailPointExperimental = 'true';
77589
77517
  }
77590
- // verify required parameter 'xSailPointExperimental' is not null or undefined
77591
- (0, common_1.assertParamExists)('listSubscriptions', 'xSailPointExperimental', xSailPointExperimental);
77592
77518
  localVarPath = "/trigger-subscriptions";
77593
77519
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
77594
77520
  if (configuration) {
@@ -77799,12 +77725,12 @@ var TriggersV2024ApiAxiosParamCreator = function (configuration) {
77799
77725
  * 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**
77800
77726
  * @summary Patch a subscription
77801
77727
  * @param {string} id ID of the Subscription to patch
77802
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
77803
77728
  * @param {Array<SubscriptionPatchRequestInnerV2024>} subscriptionPatchRequestInnerV2024
77729
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
77804
77730
  * @param {*} [axiosOptions] Override http request option.
77805
77731
  * @throws {RequiredError}
77806
77732
  */
77807
- patchSubscription: function (id, xSailPointExperimental, subscriptionPatchRequestInnerV2024, axiosOptions) {
77733
+ patchSubscription: function (id, subscriptionPatchRequestInnerV2024, xSailPointExperimental, axiosOptions) {
77808
77734
  if (axiosOptions === void 0) { axiosOptions = {}; }
77809
77735
  return __awaiter(_this, void 0, void 0, function () {
77810
77736
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -77813,13 +77739,11 @@ var TriggersV2024ApiAxiosParamCreator = function (configuration) {
77813
77739
  case 0:
77814
77740
  // verify required parameter 'id' is not null or undefined
77815
77741
  (0, common_1.assertParamExists)('patchSubscription', 'id', id);
77742
+ // verify required parameter 'subscriptionPatchRequestInnerV2024' is not null or undefined
77743
+ (0, common_1.assertParamExists)('patchSubscription', 'subscriptionPatchRequestInnerV2024', subscriptionPatchRequestInnerV2024);
77816
77744
  if (xSailPointExperimental === undefined) {
77817
77745
  xSailPointExperimental = 'true';
77818
77746
  }
77819
- // verify required parameter 'xSailPointExperimental' is not null or undefined
77820
- (0, common_1.assertParamExists)('patchSubscription', 'xSailPointExperimental', xSailPointExperimental);
77821
- // verify required parameter 'subscriptionPatchRequestInnerV2024' is not null or undefined
77822
- (0, common_1.assertParamExists)('patchSubscription', 'subscriptionPatchRequestInnerV2024', subscriptionPatchRequestInnerV2024);
77823
77747
  localVarPath = "/trigger-subscriptions/{id}"
77824
77748
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
77825
77749
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -78112,7 +78036,7 @@ var TriggersV2024ApiFp = function (configuration) {
78112
78036
  * Deletes an existing subscription to a trigger.
78113
78037
  * @summary Delete a subscription
78114
78038
  * @param {string} id Subscription ID
78115
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
78039
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
78116
78040
  * @param {*} [axiosOptions] Override http request option.
78117
78041
  * @throws {RequiredError}
78118
78042
  */
@@ -78135,22 +78059,22 @@ var TriggersV2024ApiFp = function (configuration) {
78135
78059
  /**
78136
78060
  * Gets a list of all trigger subscriptions.
78137
78061
  * @summary List subscriptions
78138
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
78139
78062
  * @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.
78140
78063
  * @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.
78141
78064
  * @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.
78142
78065
  * @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*
78143
78066
  * @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**
78067
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
78144
78068
  * @param {*} [axiosOptions] Override http request option.
78145
78069
  * @throws {RequiredError}
78146
78070
  */
78147
- listSubscriptions: function (xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions) {
78071
+ listSubscriptions: function (limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions) {
78148
78072
  var _a, _b, _c;
78149
78073
  return __awaiter(this, void 0, void 0, function () {
78150
78074
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
78151
78075
  return __generator(this, function (_d) {
78152
78076
  switch (_d.label) {
78153
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listSubscriptions(xSailPointExperimental, limit, offset, count, filters, sorters, axiosOptions)];
78077
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listSubscriptions(limit, offset, count, filters, sorters, xSailPointExperimental, axiosOptions)];
78154
78078
  case 1:
78155
78079
  localVarAxiosArgs = _d.sent();
78156
78080
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -78220,18 +78144,18 @@ var TriggersV2024ApiFp = function (configuration) {
78220
78144
  * 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**
78221
78145
  * @summary Patch a subscription
78222
78146
  * @param {string} id ID of the Subscription to patch
78223
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
78224
78147
  * @param {Array<SubscriptionPatchRequestInnerV2024>} subscriptionPatchRequestInnerV2024
78148
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
78225
78149
  * @param {*} [axiosOptions] Override http request option.
78226
78150
  * @throws {RequiredError}
78227
78151
  */
78228
- patchSubscription: function (id, xSailPointExperimental, subscriptionPatchRequestInnerV2024, axiosOptions) {
78152
+ patchSubscription: function (id, subscriptionPatchRequestInnerV2024, xSailPointExperimental, axiosOptions) {
78229
78153
  var _a, _b, _c;
78230
78154
  return __awaiter(this, void 0, void 0, function () {
78231
78155
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
78232
78156
  return __generator(this, function (_d) {
78233
78157
  switch (_d.label) {
78234
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSubscription(id, xSailPointExperimental, subscriptionPatchRequestInnerV2024, axiosOptions)];
78158
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchSubscription(id, subscriptionPatchRequestInnerV2024, xSailPointExperimental, axiosOptions)];
78235
78159
  case 1:
78236
78160
  localVarAxiosArgs = _d.sent();
78237
78161
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -78362,7 +78286,8 @@ var TriggersV2024ApiFactory = function (configuration, basePath, axios) {
78362
78286
  * @throws {RequiredError}
78363
78287
  */
78364
78288
  listSubscriptions: function (requestParameters, axiosOptions) {
78365
- return localVarFp.listSubscriptions(requestParameters.xSailPointExperimental, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(axios, basePath); });
78289
+ if (requestParameters === void 0) { requestParameters = {}; }
78290
+ return localVarFp.listSubscriptions(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
78366
78291
  },
78367
78292
  /**
78368
78293
  * 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.
@@ -78394,7 +78319,7 @@ var TriggersV2024ApiFactory = function (configuration, basePath, axios) {
78394
78319
  * @throws {RequiredError}
78395
78320
  */
78396
78321
  patchSubscription: function (requestParameters, axiosOptions) {
78397
- return localVarFp.patchSubscription(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.subscriptionPatchRequestInnerV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
78322
+ return localVarFp.patchSubscription(requestParameters.id, requestParameters.subscriptionPatchRequestInnerV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
78398
78323
  },
78399
78324
  /**
78400
78325
  * 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.
@@ -78486,7 +78411,8 @@ var TriggersV2024Api = /** @class */ (function (_super) {
78486
78411
  */
78487
78412
  TriggersV2024Api.prototype.listSubscriptions = function (requestParameters, axiosOptions) {
78488
78413
  var _this = this;
78489
- return (0, exports.TriggersV2024ApiFp)(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); });
78414
+ if (requestParameters === void 0) { requestParameters = {}; }
78415
+ return (0, exports.TriggersV2024ApiFp)(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); });
78490
78416
  };
78491
78417
  /**
78492
78418
  * 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.
@@ -78524,7 +78450,7 @@ var TriggersV2024Api = /** @class */ (function (_super) {
78524
78450
  */
78525
78451
  TriggersV2024Api.prototype.patchSubscription = function (requestParameters, axiosOptions) {
78526
78452
  var _this = this;
78527
- return (0, exports.TriggersV2024ApiFp)(this.configuration).patchSubscription(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.subscriptionPatchRequestInnerV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
78453
+ return (0, exports.TriggersV2024ApiFp)(this.configuration).patchSubscription(requestParameters.id, requestParameters.subscriptionPatchRequestInnerV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
78528
78454
  };
78529
78455
  /**
78530
78456
  * 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.
@@ -78631,25 +78557,23 @@ var UIMetadataV2024ApiAxiosParamCreator = function (configuration) {
78631
78557
  /**
78632
78558
  * This API endpoint updates UI metadata for your tenant. These changes may require up to 5 minutes to take effect on the UI.
78633
78559
  * @summary Update tenant ui metadata
78634
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
78635
78560
  * @param {TenantUiMetadataItemUpdateRequestV2024} tenantUiMetadataItemUpdateRequestV2024
78561
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
78636
78562
  * @param {*} [axiosOptions] Override http request option.
78637
78563
  * @throws {RequiredError}
78638
78564
  */
78639
- setTenantUiMetadata: function (xSailPointExperimental, tenantUiMetadataItemUpdateRequestV2024, axiosOptions) {
78565
+ setTenantUiMetadata: function (tenantUiMetadataItemUpdateRequestV2024, xSailPointExperimental, axiosOptions) {
78640
78566
  if (axiosOptions === void 0) { axiosOptions = {}; }
78641
78567
  return __awaiter(_this, void 0, void 0, function () {
78642
78568
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
78643
78569
  return __generator(this, function (_a) {
78644
78570
  switch (_a.label) {
78645
78571
  case 0:
78572
+ // verify required parameter 'tenantUiMetadataItemUpdateRequestV2024' is not null or undefined
78573
+ (0, common_1.assertParamExists)('setTenantUiMetadata', 'tenantUiMetadataItemUpdateRequestV2024', tenantUiMetadataItemUpdateRequestV2024);
78646
78574
  if (xSailPointExperimental === undefined) {
78647
78575
  xSailPointExperimental = 'true';
78648
78576
  }
78649
- // verify required parameter 'xSailPointExperimental' is not null or undefined
78650
- (0, common_1.assertParamExists)('setTenantUiMetadata', 'xSailPointExperimental', xSailPointExperimental);
78651
- // verify required parameter 'tenantUiMetadataItemUpdateRequestV2024' is not null or undefined
78652
- (0, common_1.assertParamExists)('setTenantUiMetadata', 'tenantUiMetadataItemUpdateRequestV2024', tenantUiMetadataItemUpdateRequestV2024);
78653
78577
  localVarPath = "/ui-metadata/tenant";
78654
78578
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
78655
78579
  if (configuration) {
@@ -78727,18 +78651,18 @@ var UIMetadataV2024ApiFp = function (configuration) {
78727
78651
  /**
78728
78652
  * This API endpoint updates UI metadata for your tenant. These changes may require up to 5 minutes to take effect on the UI.
78729
78653
  * @summary Update tenant ui metadata
78730
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
78731
78654
  * @param {TenantUiMetadataItemUpdateRequestV2024} tenantUiMetadataItemUpdateRequestV2024
78655
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
78732
78656
  * @param {*} [axiosOptions] Override http request option.
78733
78657
  * @throws {RequiredError}
78734
78658
  */
78735
- setTenantUiMetadata: function (xSailPointExperimental, tenantUiMetadataItemUpdateRequestV2024, axiosOptions) {
78659
+ setTenantUiMetadata: function (tenantUiMetadataItemUpdateRequestV2024, xSailPointExperimental, axiosOptions) {
78736
78660
  var _a, _b, _c;
78737
78661
  return __awaiter(this, void 0, void 0, function () {
78738
78662
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
78739
78663
  return __generator(this, function (_d) {
78740
78664
  switch (_d.label) {
78741
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.setTenantUiMetadata(xSailPointExperimental, tenantUiMetadataItemUpdateRequestV2024, axiosOptions)];
78665
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.setTenantUiMetadata(tenantUiMetadataItemUpdateRequestV2024, xSailPointExperimental, axiosOptions)];
78742
78666
  case 1:
78743
78667
  localVarAxiosArgs = _d.sent();
78744
78668
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -78777,7 +78701,7 @@ var UIMetadataV2024ApiFactory = function (configuration, basePath, axios) {
78777
78701
  * @throws {RequiredError}
78778
78702
  */
78779
78703
  setTenantUiMetadata: function (requestParameters, axiosOptions) {
78780
- return localVarFp.setTenantUiMetadata(requestParameters.xSailPointExperimental, requestParameters.tenantUiMetadataItemUpdateRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
78704
+ return localVarFp.setTenantUiMetadata(requestParameters.tenantUiMetadataItemUpdateRequestV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
78781
78705
  },
78782
78706
  };
78783
78707
  };
@@ -78816,7 +78740,7 @@ var UIMetadataV2024Api = /** @class */ (function (_super) {
78816
78740
  */
78817
78741
  UIMetadataV2024Api.prototype.setTenantUiMetadata = function (requestParameters, axiosOptions) {
78818
78742
  var _this = this;
78819
- return (0, exports.UIMetadataV2024ApiFp)(this.configuration).setTenantUiMetadata(requestParameters.xSailPointExperimental, requestParameters.tenantUiMetadataItemUpdateRequestV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
78743
+ return (0, exports.UIMetadataV2024ApiFp)(this.configuration).setTenantUiMetadata(requestParameters.tenantUiMetadataItemUpdateRequestV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
78820
78744
  };
78821
78745
  return UIMetadataV2024Api;
78822
78746
  }(base_1.BaseAPI));
@@ -80564,25 +80488,23 @@ var WorkReassignmentV2024ApiAxiosParamCreator = function (configuration) {
80564
80488
  /**
80565
80489
  * Creates a new Reassignment Configuration for the specified identity.
80566
80490
  * @summary Create a reassignment configuration
80567
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
80568
80491
  * @param {ConfigurationItemRequestV2024} configurationItemRequestV2024
80492
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
80569
80493
  * @param {*} [axiosOptions] Override http request option.
80570
80494
  * @throws {RequiredError}
80571
80495
  */
80572
- createReassignmentConfiguration: function (xSailPointExperimental, configurationItemRequestV2024, axiosOptions) {
80496
+ createReassignmentConfiguration: function (configurationItemRequestV2024, xSailPointExperimental, axiosOptions) {
80573
80497
  if (axiosOptions === void 0) { axiosOptions = {}; }
80574
80498
  return __awaiter(_this, void 0, void 0, function () {
80575
80499
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
80576
80500
  return __generator(this, function (_a) {
80577
80501
  switch (_a.label) {
80578
80502
  case 0:
80503
+ // verify required parameter 'configurationItemRequestV2024' is not null or undefined
80504
+ (0, common_1.assertParamExists)('createReassignmentConfiguration', 'configurationItemRequestV2024', configurationItemRequestV2024);
80579
80505
  if (xSailPointExperimental === undefined) {
80580
80506
  xSailPointExperimental = 'true';
80581
80507
  }
80582
- // verify required parameter 'xSailPointExperimental' is not null or undefined
80583
- (0, common_1.assertParamExists)('createReassignmentConfiguration', 'xSailPointExperimental', xSailPointExperimental);
80584
- // verify required parameter 'configurationItemRequestV2024' is not null or undefined
80585
- (0, common_1.assertParamExists)('createReassignmentConfiguration', 'configurationItemRequestV2024', configurationItemRequestV2024);
80586
80508
  localVarPath = "/reassignment-configurations";
80587
80509
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
80588
80510
  if (configuration) {
@@ -80988,12 +80910,12 @@ var WorkReassignmentV2024ApiAxiosParamCreator = function (configuration) {
80988
80910
  * Replaces existing Reassignment configuration for an identity with the newly provided configuration.
80989
80911
  * @summary Update reassignment configuration
80990
80912
  * @param {string} identityId unique identity id
80991
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
80992
80913
  * @param {ConfigurationItemRequestV2024} configurationItemRequestV2024
80914
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
80993
80915
  * @param {*} [axiosOptions] Override http request option.
80994
80916
  * @throws {RequiredError}
80995
80917
  */
80996
- putReassignmentConfig: function (identityId, xSailPointExperimental, configurationItemRequestV2024, axiosOptions) {
80918
+ putReassignmentConfig: function (identityId, configurationItemRequestV2024, xSailPointExperimental, axiosOptions) {
80997
80919
  if (axiosOptions === void 0) { axiosOptions = {}; }
80998
80920
  return __awaiter(_this, void 0, void 0, function () {
80999
80921
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -81002,13 +80924,11 @@ var WorkReassignmentV2024ApiAxiosParamCreator = function (configuration) {
81002
80924
  case 0:
81003
80925
  // verify required parameter 'identityId' is not null or undefined
81004
80926
  (0, common_1.assertParamExists)('putReassignmentConfig', 'identityId', identityId);
80927
+ // verify required parameter 'configurationItemRequestV2024' is not null or undefined
80928
+ (0, common_1.assertParamExists)('putReassignmentConfig', 'configurationItemRequestV2024', configurationItemRequestV2024);
81005
80929
  if (xSailPointExperimental === undefined) {
81006
80930
  xSailPointExperimental = 'true';
81007
80931
  }
81008
- // verify required parameter 'xSailPointExperimental' is not null or undefined
81009
- (0, common_1.assertParamExists)('putReassignmentConfig', 'xSailPointExperimental', xSailPointExperimental);
81010
- // verify required parameter 'configurationItemRequestV2024' is not null or undefined
81011
- (0, common_1.assertParamExists)('putReassignmentConfig', 'configurationItemRequestV2024', configurationItemRequestV2024);
81012
80932
  localVarPath = "/reassignment-configurations/{identityId}"
81013
80933
  .replace("{".concat("identityId", "}"), encodeURIComponent(String(identityId)));
81014
80934
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -81054,25 +80974,23 @@ var WorkReassignmentV2024ApiAxiosParamCreator = function (configuration) {
81054
80974
  /**
81055
80975
  * Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.
81056
80976
  * @summary Update tenant-wide reassignment configuration settings
81057
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
81058
80977
  * @param {TenantConfigurationRequestV2024} tenantConfigurationRequestV2024
80978
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81059
80979
  * @param {*} [axiosOptions] Override http request option.
81060
80980
  * @throws {RequiredError}
81061
80981
  */
81062
- putTenantConfiguration: function (xSailPointExperimental, tenantConfigurationRequestV2024, axiosOptions) {
80982
+ putTenantConfiguration: function (tenantConfigurationRequestV2024, xSailPointExperimental, axiosOptions) {
81063
80983
  if (axiosOptions === void 0) { axiosOptions = {}; }
81064
80984
  return __awaiter(_this, void 0, void 0, function () {
81065
80985
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
81066
80986
  return __generator(this, function (_a) {
81067
80987
  switch (_a.label) {
81068
80988
  case 0:
80989
+ // verify required parameter 'tenantConfigurationRequestV2024' is not null or undefined
80990
+ (0, common_1.assertParamExists)('putTenantConfiguration', 'tenantConfigurationRequestV2024', tenantConfigurationRequestV2024);
81069
80991
  if (xSailPointExperimental === undefined) {
81070
80992
  xSailPointExperimental = 'true';
81071
80993
  }
81072
- // verify required parameter 'xSailPointExperimental' is not null or undefined
81073
- (0, common_1.assertParamExists)('putTenantConfiguration', 'xSailPointExperimental', xSailPointExperimental);
81074
- // verify required parameter 'tenantConfigurationRequestV2024' is not null or undefined
81075
- (0, common_1.assertParamExists)('putTenantConfiguration', 'tenantConfigurationRequestV2024', tenantConfigurationRequestV2024);
81076
80994
  localVarPath = "/reassignment-configurations/tenant-config";
81077
80995
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
81078
80996
  if (configuration) {
@@ -81127,18 +81045,18 @@ var WorkReassignmentV2024ApiFp = function (configuration) {
81127
81045
  /**
81128
81046
  * Creates a new Reassignment Configuration for the specified identity.
81129
81047
  * @summary Create a reassignment configuration
81130
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
81131
81048
  * @param {ConfigurationItemRequestV2024} configurationItemRequestV2024
81049
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81132
81050
  * @param {*} [axiosOptions] Override http request option.
81133
81051
  * @throws {RequiredError}
81134
81052
  */
81135
- createReassignmentConfiguration: function (xSailPointExperimental, configurationItemRequestV2024, axiosOptions) {
81053
+ createReassignmentConfiguration: function (configurationItemRequestV2024, xSailPointExperimental, axiosOptions) {
81136
81054
  var _a, _b, _c;
81137
81055
  return __awaiter(this, void 0, void 0, function () {
81138
81056
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
81139
81057
  return __generator(this, function (_d) {
81140
81058
  switch (_d.label) {
81141
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.createReassignmentConfiguration(xSailPointExperimental, configurationItemRequestV2024, axiosOptions)];
81059
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.createReassignmentConfiguration(configurationItemRequestV2024, xSailPointExperimental, axiosOptions)];
81142
81060
  case 1:
81143
81061
  localVarAxiosArgs = _d.sent();
81144
81062
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -81296,18 +81214,18 @@ var WorkReassignmentV2024ApiFp = function (configuration) {
81296
81214
  * Replaces existing Reassignment configuration for an identity with the newly provided configuration.
81297
81215
  * @summary Update reassignment configuration
81298
81216
  * @param {string} identityId unique identity id
81299
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
81300
81217
  * @param {ConfigurationItemRequestV2024} configurationItemRequestV2024
81218
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81301
81219
  * @param {*} [axiosOptions] Override http request option.
81302
81220
  * @throws {RequiredError}
81303
81221
  */
81304
- putReassignmentConfig: function (identityId, xSailPointExperimental, configurationItemRequestV2024, axiosOptions) {
81222
+ putReassignmentConfig: function (identityId, configurationItemRequestV2024, xSailPointExperimental, axiosOptions) {
81305
81223
  var _a, _b, _c;
81306
81224
  return __awaiter(this, void 0, void 0, function () {
81307
81225
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
81308
81226
  return __generator(this, function (_d) {
81309
81227
  switch (_d.label) {
81310
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.putReassignmentConfig(identityId, xSailPointExperimental, configurationItemRequestV2024, axiosOptions)];
81228
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.putReassignmentConfig(identityId, configurationItemRequestV2024, xSailPointExperimental, axiosOptions)];
81311
81229
  case 1:
81312
81230
  localVarAxiosArgs = _d.sent();
81313
81231
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -81320,18 +81238,18 @@ var WorkReassignmentV2024ApiFp = function (configuration) {
81320
81238
  /**
81321
81239
  * Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.
81322
81240
  * @summary Update tenant-wide reassignment configuration settings
81323
- * @param {string} xSailPointExperimental Use this header to enable this experimental API.
81324
81241
  * @param {TenantConfigurationRequestV2024} tenantConfigurationRequestV2024
81242
+ * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81325
81243
  * @param {*} [axiosOptions] Override http request option.
81326
81244
  * @throws {RequiredError}
81327
81245
  */
81328
- putTenantConfiguration: function (xSailPointExperimental, tenantConfigurationRequestV2024, axiosOptions) {
81246
+ putTenantConfiguration: function (tenantConfigurationRequestV2024, xSailPointExperimental, axiosOptions) {
81329
81247
  var _a, _b, _c;
81330
81248
  return __awaiter(this, void 0, void 0, function () {
81331
81249
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
81332
81250
  return __generator(this, function (_d) {
81333
81251
  switch (_d.label) {
81334
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.putTenantConfiguration(xSailPointExperimental, tenantConfigurationRequestV2024, axiosOptions)];
81252
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.putTenantConfiguration(tenantConfigurationRequestV2024, xSailPointExperimental, axiosOptions)];
81335
81253
  case 1:
81336
81254
  localVarAxiosArgs = _d.sent();
81337
81255
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -81359,7 +81277,7 @@ var WorkReassignmentV2024ApiFactory = function (configuration, basePath, axios)
81359
81277
  * @throws {RequiredError}
81360
81278
  */
81361
81279
  createReassignmentConfiguration: function (requestParameters, axiosOptions) {
81362
- return localVarFp.createReassignmentConfiguration(requestParameters.xSailPointExperimental, requestParameters.configurationItemRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
81280
+ return localVarFp.createReassignmentConfiguration(requestParameters.configurationItemRequestV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
81363
81281
  },
81364
81282
  /**
81365
81283
  * Deletes a single reassignment configuration for the specified identity
@@ -81432,7 +81350,7 @@ var WorkReassignmentV2024ApiFactory = function (configuration, basePath, axios)
81432
81350
  * @throws {RequiredError}
81433
81351
  */
81434
81352
  putReassignmentConfig: function (requestParameters, axiosOptions) {
81435
- return localVarFp.putReassignmentConfig(requestParameters.identityId, requestParameters.xSailPointExperimental, requestParameters.configurationItemRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
81353
+ return localVarFp.putReassignmentConfig(requestParameters.identityId, requestParameters.configurationItemRequestV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
81436
81354
  },
81437
81355
  /**
81438
81356
  * Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.
@@ -81442,7 +81360,7 @@ var WorkReassignmentV2024ApiFactory = function (configuration, basePath, axios)
81442
81360
  * @throws {RequiredError}
81443
81361
  */
81444
81362
  putTenantConfiguration: function (requestParameters, axiosOptions) {
81445
- return localVarFp.putTenantConfiguration(requestParameters.xSailPointExperimental, requestParameters.tenantConfigurationRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
81363
+ return localVarFp.putTenantConfiguration(requestParameters.tenantConfigurationRequestV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
81446
81364
  },
81447
81365
  };
81448
81366
  };
@@ -81468,7 +81386,7 @@ var WorkReassignmentV2024Api = /** @class */ (function (_super) {
81468
81386
  */
81469
81387
  WorkReassignmentV2024Api.prototype.createReassignmentConfiguration = function (requestParameters, axiosOptions) {
81470
81388
  var _this = this;
81471
- return (0, exports.WorkReassignmentV2024ApiFp)(this.configuration).createReassignmentConfiguration(requestParameters.xSailPointExperimental, requestParameters.configurationItemRequestV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
81389
+ return (0, exports.WorkReassignmentV2024ApiFp)(this.configuration).createReassignmentConfiguration(requestParameters.configurationItemRequestV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
81472
81390
  };
81473
81391
  /**
81474
81392
  * Deletes a single reassignment configuration for the specified identity
@@ -81555,7 +81473,7 @@ var WorkReassignmentV2024Api = /** @class */ (function (_super) {
81555
81473
  */
81556
81474
  WorkReassignmentV2024Api.prototype.putReassignmentConfig = function (requestParameters, axiosOptions) {
81557
81475
  var _this = this;
81558
- return (0, exports.WorkReassignmentV2024ApiFp)(this.configuration).putReassignmentConfig(requestParameters.identityId, requestParameters.xSailPointExperimental, requestParameters.configurationItemRequestV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
81476
+ return (0, exports.WorkReassignmentV2024ApiFp)(this.configuration).putReassignmentConfig(requestParameters.identityId, requestParameters.configurationItemRequestV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
81559
81477
  };
81560
81478
  /**
81561
81479
  * Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.
@@ -81567,7 +81485,7 @@ var WorkReassignmentV2024Api = /** @class */ (function (_super) {
81567
81485
  */
81568
81486
  WorkReassignmentV2024Api.prototype.putTenantConfiguration = function (requestParameters, axiosOptions) {
81569
81487
  var _this = this;
81570
- return (0, exports.WorkReassignmentV2024ApiFp)(this.configuration).putTenantConfiguration(requestParameters.xSailPointExperimental, requestParameters.tenantConfigurationRequestV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
81488
+ return (0, exports.WorkReassignmentV2024ApiFp)(this.configuration).putTenantConfiguration(requestParameters.tenantConfigurationRequestV2024, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
81571
81489
  };
81572
81490
  return WorkReassignmentV2024Api;
81573
81491
  }(base_1.BaseAPI));