sailpoint-api-client 1.8.13 → 1.8.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v2025/api.js CHANGED
@@ -51480,7 +51480,7 @@ var MachineAccountClassifyV2025ApiAxiosParamCreator = function (configuration) {
51480
51480
  return {
51481
51481
  /**
51482
51482
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
51483
- * @summary Classify a Single Machine Account
51483
+ * @summary Classify single machine account
51484
51484
  * @param {string} id Account ID.
51485
51485
  * @param {SendClassifyMachineAccountClassificationModeV2025} [classificationMode] Specifies how the accounts should be classified. default - uses criteria to classify account as machine or human, excludes accounts that were manually classified. ignoreManual - like default, but includes accounts that were manually classified. forceMachine - forces account to be classified as machine. forceHuman - forces account to be classified as human.
51486
51486
  * @param {*} [axiosOptions] Override http request option.
@@ -51557,7 +51557,7 @@ var MachineAccountClassifyV2025ApiFp = function (configuration) {
51557
51557
  return {
51558
51558
  /**
51559
51559
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
51560
- * @summary Classify a Single Machine Account
51560
+ * @summary Classify single machine account
51561
51561
  * @param {string} id Account ID.
51562
51562
  * @param {SendClassifyMachineAccountClassificationModeV2025} [classificationMode] Specifies how the accounts should be classified. default - uses criteria to classify account as machine or human, excludes accounts that were manually classified. ignoreManual - like default, but includes accounts that were manually classified. forceMachine - forces account to be classified as machine. forceHuman - forces account to be classified as human.
51563
51563
  * @param {*} [axiosOptions] Override http request option.
@@ -51591,7 +51591,7 @@ var MachineAccountClassifyV2025ApiFactory = function (configuration, basePath, a
51591
51591
  return {
51592
51592
  /**
51593
51593
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
51594
- * @summary Classify a Single Machine Account
51594
+ * @summary Classify single machine account
51595
51595
  * @param {MachineAccountClassifyV2025ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
51596
51596
  * @param {*} [axiosOptions] Override http request option.
51597
51597
  * @throws {RequiredError}
@@ -51615,7 +51615,7 @@ var MachineAccountClassifyV2025Api = /** @class */ (function (_super) {
51615
51615
  }
51616
51616
  /**
51617
51617
  * Use this API to classify a single machine account. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
51618
- * @summary Classify a Single Machine Account
51618
+ * @summary Classify single machine account
51619
51619
  * @param {MachineAccountClassifyV2025ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
51620
51620
  * @param {*} [axiosOptions] Override http request option.
51621
51621
  * @throws {RequiredError}
@@ -51848,7 +51848,7 @@ var MachineAccountMappingsV2025ApiAxiosParamCreator = function (configuration) {
51848
51848
  },
51849
51849
  /**
51850
51850
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
51851
- * @summary Update Source\'s Machine Account Mappings
51851
+ * @summary Update source\'s Machine Account Mappings
51852
51852
  * @param {string} id Source ID.
51853
51853
  * @param {AttributeMappingsV2025} attributeMappingsV2025
51854
51854
  * @param {*} [axiosOptions] Override http request option.
@@ -51998,7 +51998,7 @@ var MachineAccountMappingsV2025ApiFp = function (configuration) {
51998
51998
  },
51999
51999
  /**
52000
52000
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
52001
- * @summary Update Source\'s Machine Account Mappings
52001
+ * @summary Update source\'s Machine Account Mappings
52002
52002
  * @param {string} id Source ID.
52003
52003
  * @param {AttributeMappingsV2025} attributeMappingsV2025
52004
52004
  * @param {*} [axiosOptions] Override http request option.
@@ -52062,7 +52062,7 @@ var MachineAccountMappingsV2025ApiFactory = function (configuration, basePath, a
52062
52062
  },
52063
52063
  /**
52064
52064
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
52065
- * @summary Update Source\'s Machine Account Mappings
52065
+ * @summary Update source\'s Machine Account Mappings
52066
52066
  * @param {MachineAccountMappingsV2025ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
52067
52067
  * @param {*} [axiosOptions] Override http request option.
52068
52068
  * @throws {RequiredError}
@@ -52122,7 +52122,7 @@ var MachineAccountMappingsV2025Api = /** @class */ (function (_super) {
52122
52122
  };
52123
52123
  /**
52124
52124
  * Use this API to update Machine Account Attribute Mapping for a Source. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
52125
- * @summary Update Source\'s Machine Account Mappings
52125
+ * @summary Update source\'s Machine Account Mappings
52126
52126
  * @param {MachineAccountMappingsV2025ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
52127
52127
  * @param {*} [axiosOptions] Override http request option.
52128
52128
  * @throws {RequiredError}
@@ -52293,7 +52293,7 @@ var MachineAccountsV2025ApiAxiosParamCreator = function (configuration) {
52293
52293
  },
52294
52294
  /**
52295
52295
  * Use this API to return the details for a single machine account by its ID.
52296
- * @summary Machine account details
52296
+ * @summary Get machine account details
52297
52297
  * @param {string} id Machine Account ID.
52298
52298
  * @param {*} [axiosOptions] Override http request option.
52299
52299
  * @throws {RequiredError}
@@ -52580,7 +52580,7 @@ var MachineAccountsV2025ApiAxiosParamCreator = function (configuration) {
52580
52580
  },
52581
52581
  /**
52582
52582
  * This returns a list of machine accounts.
52583
- * @summary Machine accounts list
52583
+ * @summary List machine accounts
52584
52584
  * @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.
52585
52585
  * @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.
52586
52586
  * @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=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.
@@ -52728,7 +52728,7 @@ var MachineAccountsV2025ApiAxiosParamCreator = function (configuration) {
52728
52728
  },
52729
52729
  /**
52730
52730
  * Use this API to update machine accounts details.
52731
- * @summary Update a machine account
52731
+ * @summary Update machine account details
52732
52732
  * @param {string} id Machine Account ID.
52733
52733
  * @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
52734
52734
  * @param {*} [axiosOptions] Override http request option.
@@ -52856,7 +52856,7 @@ var MachineAccountsV2025ApiFp = function (configuration) {
52856
52856
  },
52857
52857
  /**
52858
52858
  * Use this API to return the details for a single machine account by its ID.
52859
- * @summary Machine account details
52859
+ * @summary Get machine account details
52860
52860
  * @param {string} id Machine Account ID.
52861
52861
  * @param {*} [axiosOptions] Override http request option.
52862
52862
  * @throws {RequiredError}
@@ -52957,7 +52957,7 @@ var MachineAccountsV2025ApiFp = function (configuration) {
52957
52957
  },
52958
52958
  /**
52959
52959
  * This returns a list of machine accounts.
52960
- * @summary Machine accounts list
52960
+ * @summary List machine accounts
52961
52961
  * @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.
52962
52962
  * @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.
52963
52963
  * @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.
@@ -53010,7 +53010,7 @@ var MachineAccountsV2025ApiFp = function (configuration) {
53010
53010
  },
53011
53011
  /**
53012
53012
  * Use this API to update machine accounts details.
53013
- * @summary Update a machine account
53013
+ * @summary Update machine account details
53014
53014
  * @param {string} id Machine Account ID.
53015
53015
  * @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
53016
53016
  * @param {*} [axiosOptions] Override http request option.
@@ -53064,7 +53064,7 @@ var MachineAccountsV2025ApiFactory = function (configuration, basePath, axios) {
53064
53064
  },
53065
53065
  /**
53066
53066
  * Use this API to return the details for a single machine account by its ID.
53067
- * @summary Machine account details
53067
+ * @summary Get machine account details
53068
53068
  * @param {MachineAccountsV2025ApiGetMachineAccountRequest} requestParameters Request parameters.
53069
53069
  * @param {*} [axiosOptions] Override http request option.
53070
53070
  * @throws {RequiredError}
@@ -53104,7 +53104,7 @@ var MachineAccountsV2025ApiFactory = function (configuration, basePath, axios) {
53104
53104
  },
53105
53105
  /**
53106
53106
  * This returns a list of machine accounts.
53107
- * @summary Machine accounts list
53107
+ * @summary List machine accounts
53108
53108
  * @param {MachineAccountsV2025ApiListMachineAccountsRequest} requestParameters Request parameters.
53109
53109
  * @param {*} [axiosOptions] Override http request option.
53110
53110
  * @throws {RequiredError}
@@ -53125,7 +53125,7 @@ var MachineAccountsV2025ApiFactory = function (configuration, basePath, axios) {
53125
53125
  },
53126
53126
  /**
53127
53127
  * Use this API to update machine accounts details.
53128
- * @summary Update a machine account
53128
+ * @summary Update machine account details
53129
53129
  * @param {MachineAccountsV2025ApiUpdateMachineAccountRequest} requestParameters Request parameters.
53130
53130
  * @param {*} [axiosOptions] Override http request option.
53131
53131
  * @throws {RequiredError}
@@ -53173,7 +53173,7 @@ var MachineAccountsV2025Api = /** @class */ (function (_super) {
53173
53173
  };
53174
53174
  /**
53175
53175
  * Use this API to return the details for a single machine account by its ID.
53176
- * @summary Machine account details
53176
+ * @summary Get machine account details
53177
53177
  * @param {MachineAccountsV2025ApiGetMachineAccountRequest} requestParameters Request parameters.
53178
53178
  * @param {*} [axiosOptions] Override http request option.
53179
53179
  * @throws {RequiredError}
@@ -53221,7 +53221,7 @@ var MachineAccountsV2025Api = /** @class */ (function (_super) {
53221
53221
  };
53222
53222
  /**
53223
53223
  * This returns a list of machine accounts.
53224
- * @summary Machine accounts list
53224
+ * @summary List machine accounts
53225
53225
  * @param {MachineAccountsV2025ApiListMachineAccountsRequest} requestParameters Request parameters.
53226
53226
  * @param {*} [axiosOptions] Override http request option.
53227
53227
  * @throws {RequiredError}
@@ -53246,7 +53246,7 @@ var MachineAccountsV2025Api = /** @class */ (function (_super) {
53246
53246
  };
53247
53247
  /**
53248
53248
  * Use this API to update machine accounts details.
53249
- * @summary Update a machine account
53249
+ * @summary Update machine account details
53250
53250
  * @param {MachineAccountsV2025ApiUpdateMachineAccountRequest} requestParameters Request parameters.
53251
53251
  * @param {*} [axiosOptions] Override http request option.
53252
53252
  * @throws {RequiredError}
@@ -53642,7 +53642,7 @@ var MachineIdentitiesV2025ApiAxiosParamCreator = function (configuration) {
53642
53642
  return {
53643
53643
  /**
53644
53644
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
53645
- * @summary Create machine identities
53645
+ * @summary Create machine identity
53646
53646
  * @param {MachineIdentityRequestV2025} machineIdentityRequestV2025
53647
53647
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
53648
53648
  * @param {*} [axiosOptions] Override http request option.
@@ -53783,7 +53783,7 @@ var MachineIdentitiesV2025ApiAxiosParamCreator = function (configuration) {
53783
53783
  },
53784
53784
  /**
53785
53785
  * This API returns a single machine identity using the Machine Identity ID.
53786
- * @summary Machine identity details
53786
+ * @summary Get machine identity details
53787
53787
  * @param {string} id Machine Identity ID
53788
53788
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
53789
53789
  * @param {*} [axiosOptions] Override http request option.
@@ -53994,8 +53994,8 @@ var MachineIdentitiesV2025ApiAxiosParamCreator = function (configuration) {
53994
53994
  });
53995
53995
  },
53996
53996
  /**
53997
- * Use this API to aggregate machine identities (AI Agents).
53998
- * @summary Start Machine Identity (AI Agent) Aggregation
53997
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
53998
+ * @summary Start machine identity aggregation
53999
53999
  * @param {MachineIdentityAggregationRequestV2025} machineIdentityAggregationRequestV2025
54000
54000
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54001
54001
  * @param {*} [axiosOptions] Override http request option.
@@ -54056,7 +54056,7 @@ var MachineIdentitiesV2025ApiAxiosParamCreator = function (configuration) {
54056
54056
  },
54057
54057
  /**
54058
54058
  * Use this API to update machine identity details.
54059
- * @summary Update a machine identity
54059
+ * @summary Update machine identity details
54060
54060
  * @param {string} id Machine Identity ID.
54061
54061
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
54062
54062
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -54141,7 +54141,7 @@ var MachineIdentitiesV2025ApiFp = function (configuration) {
54141
54141
  return {
54142
54142
  /**
54143
54143
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
54144
- * @summary Create machine identities
54144
+ * @summary Create machine identity
54145
54145
  * @param {MachineIdentityRequestV2025} machineIdentityRequestV2025
54146
54146
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54147
54147
  * @param {*} [axiosOptions] Override http request option.
@@ -54189,7 +54189,7 @@ var MachineIdentitiesV2025ApiFp = function (configuration) {
54189
54189
  },
54190
54190
  /**
54191
54191
  * This API returns a single machine identity using the Machine Identity ID.
54192
- * @summary Machine identity details
54192
+ * @summary Get machine identity details
54193
54193
  * @param {string} id Machine Identity ID
54194
54194
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54195
54195
  * @param {*} [axiosOptions] Override http request option.
@@ -54268,8 +54268,8 @@ var MachineIdentitiesV2025ApiFp = function (configuration) {
54268
54268
  });
54269
54269
  },
54270
54270
  /**
54271
- * Use this API to aggregate machine identities (AI Agents).
54272
- * @summary Start Machine Identity (AI Agent) Aggregation
54271
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
54272
+ * @summary Start machine identity aggregation
54273
54273
  * @param {MachineIdentityAggregationRequestV2025} machineIdentityAggregationRequestV2025
54274
54274
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
54275
54275
  * @param {*} [axiosOptions] Override http request option.
@@ -54293,7 +54293,7 @@ var MachineIdentitiesV2025ApiFp = function (configuration) {
54293
54293
  },
54294
54294
  /**
54295
54295
  * Use this API to update machine identity details.
54296
- * @summary Update a machine identity
54296
+ * @summary Update machine identity details
54297
54297
  * @param {string} id Machine Identity ID.
54298
54298
  * @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
54299
54299
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
@@ -54328,7 +54328,7 @@ var MachineIdentitiesV2025ApiFactory = function (configuration, basePath, axios)
54328
54328
  return {
54329
54329
  /**
54330
54330
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
54331
- * @summary Create machine identities
54331
+ * @summary Create machine identity
54332
54332
  * @param {MachineIdentitiesV2025ApiCreateMachineIdentityRequest} requestParameters Request parameters.
54333
54333
  * @param {*} [axiosOptions] Override http request option.
54334
54334
  * @throws {RequiredError}
@@ -54348,7 +54348,7 @@ var MachineIdentitiesV2025ApiFactory = function (configuration, basePath, axios)
54348
54348
  },
54349
54349
  /**
54350
54350
  * This API returns a single machine identity using the Machine Identity ID.
54351
- * @summary Machine identity details
54351
+ * @summary Get machine identity details
54352
54352
  * @param {MachineIdentitiesV2025ApiGetMachineIdentityRequest} requestParameters Request parameters.
54353
54353
  * @param {*} [axiosOptions] Override http request option.
54354
54354
  * @throws {RequiredError}
@@ -54379,8 +54379,8 @@ var MachineIdentitiesV2025ApiFactory = function (configuration, basePath, axios)
54379
54379
  return localVarFp.listMachineIdentityUserEntitlements(requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, requestParameters.count, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
54380
54380
  },
54381
54381
  /**
54382
- * Use this API to aggregate machine identities (AI Agents).
54383
- * @summary Start Machine Identity (AI Agent) Aggregation
54382
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
54383
+ * @summary Start machine identity aggregation
54384
54384
  * @param {MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
54385
54385
  * @param {*} [axiosOptions] Override http request option.
54386
54386
  * @throws {RequiredError}
@@ -54390,7 +54390,7 @@ var MachineIdentitiesV2025ApiFactory = function (configuration, basePath, axios)
54390
54390
  },
54391
54391
  /**
54392
54392
  * Use this API to update machine identity details.
54393
- * @summary Update a machine identity
54393
+ * @summary Update machine identity details
54394
54394
  * @param {MachineIdentitiesV2025ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
54395
54395
  * @param {*} [axiosOptions] Override http request option.
54396
54396
  * @throws {RequiredError}
@@ -54414,7 +54414,7 @@ var MachineIdentitiesV2025Api = /** @class */ (function (_super) {
54414
54414
  }
54415
54415
  /**
54416
54416
  * Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
54417
- * @summary Create machine identities
54417
+ * @summary Create machine identity
54418
54418
  * @param {MachineIdentitiesV2025ApiCreateMachineIdentityRequest} requestParameters Request parameters.
54419
54419
  * @param {*} [axiosOptions] Override http request option.
54420
54420
  * @throws {RequiredError}
@@ -54438,7 +54438,7 @@ var MachineIdentitiesV2025Api = /** @class */ (function (_super) {
54438
54438
  };
54439
54439
  /**
54440
54440
  * This API returns a single machine identity using the Machine Identity ID.
54441
- * @summary Machine identity details
54441
+ * @summary Get machine identity details
54442
54442
  * @param {MachineIdentitiesV2025ApiGetMachineIdentityRequest} requestParameters Request parameters.
54443
54443
  * @param {*} [axiosOptions] Override http request option.
54444
54444
  * @throws {RequiredError}
@@ -54475,8 +54475,8 @@ var MachineIdentitiesV2025Api = /** @class */ (function (_super) {
54475
54475
  return (0, exports.MachineIdentitiesV2025ApiFp)(this.configuration).listMachineIdentityUserEntitlements(requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, requestParameters.count, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
54476
54476
  };
54477
54477
  /**
54478
- * Use this API to aggregate machine identities (AI Agents).
54479
- * @summary Start Machine Identity (AI Agent) Aggregation
54478
+ * Starts a machine identity (AI Agents) aggregation on the specified source.
54479
+ * @summary Start machine identity aggregation
54480
54480
  * @param {MachineIdentitiesV2025ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
54481
54481
  * @param {*} [axiosOptions] Override http request option.
54482
54482
  * @throws {RequiredError}
@@ -54488,7 +54488,7 @@ var MachineIdentitiesV2025Api = /** @class */ (function (_super) {
54488
54488
  };
54489
54489
  /**
54490
54490
  * Use this API to update machine identity details.
54491
- * @summary Update a machine identity
54491
+ * @summary Update machine identity details
54492
54492
  * @param {MachineIdentitiesV2025ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
54493
54493
  * @param {*} [axiosOptions] Override http request option.
54494
54494
  * @throws {RequiredError}
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
250
250
  if (axios === void 0) { axios = globalAxios; }
251
251
  if (basePath === void 0) { basePath = BASE_PATH; }
252
252
  (0, axios_retry_1.default)(axios, configuration.retriesConfig);
253
- var userAgent = "SailPoint-SDK-TypeScript/1.8.13";
253
+ var userAgent = "SailPoint-SDK-TypeScript/1.8.15";
254
254
  if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
255
255
  userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
256
256
  }
257
257
  userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
258
- var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.13' }), { 'User-Agent': userAgent });
258
+ var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.15' }), { 'User-Agent': userAgent });
259
259
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
260
260
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
261
261
  }