sailpoint-api-client 1.8.13 → 1.8.14
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/beta/README.md +2 -2
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/common.js +2 -2
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/v2024/api.d.ts +32 -32
- package/dist/v2024/api.js +32 -32
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/api.d.ts +40 -40
- package/dist/v2025/api.js +40 -40
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +60 -44
- package/dist/v2026/api.js +70 -50
- package/dist/v2026/api.js.map +1 -1
- package/dist/v2026/common.js +2 -2
- package/dist/v3/common.js +2 -2
- package/nerm/README.md +2 -2
- package/nerm/common.ts +2 -2
- package/nerm/package.json +1 -1
- package/nermv2025/README.md +2 -2
- package/nermv2025/common.ts +2 -2
- package/nermv2025/package.json +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +32 -32
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +40 -40
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +86 -50
- package/v2026/common.ts +2 -2
- package/v2026/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/v2026/api.ts
CHANGED
|
@@ -103067,7 +103067,7 @@ export const MachineAccountClassifyV2026ApiAxiosParamCreator = function (configu
|
|
|
103067
103067
|
return {
|
|
103068
103068
|
/**
|
|
103069
103069
|
* 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.
|
|
103070
|
-
* @summary Classify
|
|
103070
|
+
* @summary Classify single machine account
|
|
103071
103071
|
* @param {string} id Account ID.
|
|
103072
103072
|
* @param {SendClassifyMachineAccountClassificationModeV2026} [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.
|
|
103073
103073
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -103128,7 +103128,7 @@ export const MachineAccountClassifyV2026ApiFp = function(configuration?: Configu
|
|
|
103128
103128
|
return {
|
|
103129
103129
|
/**
|
|
103130
103130
|
* 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.
|
|
103131
|
-
* @summary Classify
|
|
103131
|
+
* @summary Classify single machine account
|
|
103132
103132
|
* @param {string} id Account ID.
|
|
103133
103133
|
* @param {SendClassifyMachineAccountClassificationModeV2026} [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.
|
|
103134
103134
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -103152,7 +103152,7 @@ export const MachineAccountClassifyV2026ApiFactory = function (configuration?: C
|
|
|
103152
103152
|
return {
|
|
103153
103153
|
/**
|
|
103154
103154
|
* 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.
|
|
103155
|
-
* @summary Classify
|
|
103155
|
+
* @summary Classify single machine account
|
|
103156
103156
|
* @param {MachineAccountClassifyV2026ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
|
|
103157
103157
|
* @param {*} [axiosOptions] Override http request option.
|
|
103158
103158
|
* @throws {RequiredError}
|
|
@@ -103193,7 +103193,7 @@ export interface MachineAccountClassifyV2026ApiSendClassifyMachineAccountRequest
|
|
|
103193
103193
|
export class MachineAccountClassifyV2026Api extends BaseAPI {
|
|
103194
103194
|
/**
|
|
103195
103195
|
* 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.
|
|
103196
|
-
* @summary Classify
|
|
103196
|
+
* @summary Classify single machine account
|
|
103197
103197
|
* @param {MachineAccountClassifyV2026ApiSendClassifyMachineAccountRequest} requestParameters Request parameters.
|
|
103198
103198
|
* @param {*} [axiosOptions] Override http request option.
|
|
103199
103199
|
* @throws {RequiredError}
|
|
@@ -103378,7 +103378,7 @@ export const MachineAccountMappingsV2026ApiAxiosParamCreator = function (configu
|
|
|
103378
103378
|
},
|
|
103379
103379
|
/**
|
|
103380
103380
|
* 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.
|
|
103381
|
-
* @summary Update
|
|
103381
|
+
* @summary Update source\'s machine account mappings
|
|
103382
103382
|
* @param {string} id Source ID.
|
|
103383
103383
|
* @param {AttributeMappingsV2026} attributeMappingsV2026
|
|
103384
103384
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -103482,7 +103482,7 @@ export const MachineAccountMappingsV2026ApiFp = function(configuration?: Configu
|
|
|
103482
103482
|
},
|
|
103483
103483
|
/**
|
|
103484
103484
|
* 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.
|
|
103485
|
-
* @summary Update
|
|
103485
|
+
* @summary Update source\'s machine account mappings
|
|
103486
103486
|
* @param {string} id Source ID.
|
|
103487
103487
|
* @param {AttributeMappingsV2026} attributeMappingsV2026
|
|
103488
103488
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -103536,7 +103536,7 @@ export const MachineAccountMappingsV2026ApiFactory = function (configuration?: C
|
|
|
103536
103536
|
},
|
|
103537
103537
|
/**
|
|
103538
103538
|
* 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.
|
|
103539
|
-
* @summary Update
|
|
103539
|
+
* @summary Update source\'s machine account mappings
|
|
103540
103540
|
* @param {MachineAccountMappingsV2026ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
|
|
103541
103541
|
* @param {*} [axiosOptions] Override http request option.
|
|
103542
103542
|
* @throws {RequiredError}
|
|
@@ -103676,7 +103676,7 @@ export class MachineAccountMappingsV2026Api extends BaseAPI {
|
|
|
103676
103676
|
|
|
103677
103677
|
/**
|
|
103678
103678
|
* 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.
|
|
103679
|
-
* @summary Update
|
|
103679
|
+
* @summary Update source\'s machine account mappings
|
|
103680
103680
|
* @param {MachineAccountMappingsV2026ApiSetMachineAccountMappingsRequest} requestParameters Request parameters.
|
|
103681
103681
|
* @param {*} [axiosOptions] Override http request option.
|
|
103682
103682
|
* @throws {RequiredError}
|
|
@@ -103815,7 +103815,7 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
103815
103815
|
},
|
|
103816
103816
|
/**
|
|
103817
103817
|
* Use this API to return the details for a single machine account by its ID.
|
|
103818
|
-
* @summary
|
|
103818
|
+
* @summary Get machine account details
|
|
103819
103819
|
* @param {string} id Machine Account ID.
|
|
103820
103820
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
103821
103821
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -103866,11 +103866,18 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
103866
103866
|
/**
|
|
103867
103867
|
* This endpoint retrieves the approval configuration for machine account deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account deletion.
|
|
103868
103868
|
* @summary Machine Subtype Approval Config
|
|
103869
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
103869
103870
|
* @param {string} subtypeId machine subtype id.
|
|
103870
103871
|
* @param {*} [axiosOptions] Override http request option.
|
|
103871
103872
|
* @throws {RequiredError}
|
|
103872
103873
|
*/
|
|
103873
|
-
getMachineAccountDeletionSubTypeApprovalConfig: async (subtypeId: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
103874
|
+
getMachineAccountDeletionSubTypeApprovalConfig: async (xSailPointExperimental: string, subtypeId: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
103875
|
+
if (xSailPointExperimental === undefined) {
|
|
103876
|
+
xSailPointExperimental = 'true';
|
|
103877
|
+
}
|
|
103878
|
+
|
|
103879
|
+
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
103880
|
+
assertParamExists('getMachineAccountDeletionSubTypeApprovalConfig', 'xSailPointExperimental', xSailPointExperimental)
|
|
103874
103881
|
// verify required parameter 'subtypeId' is not null or undefined
|
|
103875
103882
|
assertParamExists('getMachineAccountDeletionSubTypeApprovalConfig', 'subtypeId', subtypeId)
|
|
103876
103883
|
const localVarPath = `/source-subtypes/{subtypeId}/machine-config`
|
|
@@ -103896,6 +103903,9 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
103896
103903
|
|
|
103897
103904
|
|
|
103898
103905
|
|
|
103906
|
+
if (xSailPointExperimental != null) {
|
|
103907
|
+
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
103908
|
+
}
|
|
103899
103909
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103900
103910
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
103901
103911
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -104098,7 +104108,7 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
104098
104108
|
},
|
|
104099
104109
|
/**
|
|
104100
104110
|
* This returns a list of machine accounts.
|
|
104101
|
-
* @summary
|
|
104111
|
+
* @summary List machine accounts
|
|
104102
104112
|
* @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.
|
|
104103
104113
|
* @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.
|
|
104104
104114
|
* @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.
|
|
@@ -104233,7 +104243,7 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
104233
104243
|
},
|
|
104234
104244
|
/**
|
|
104235
104245
|
* Use this API to update machine accounts details.
|
|
104236
|
-
* @summary Update
|
|
104246
|
+
* @summary Update machine account details
|
|
104237
104247
|
* @param {string} id Machine Account ID.
|
|
104238
104248
|
* @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
|
|
104239
104249
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -104294,12 +104304,19 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
104294
104304
|
/**
|
|
104295
104305
|
* Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for deleting machine accounts of a particular subtype.
|
|
104296
104306
|
* @summary Machine Subtype Approval Config
|
|
104307
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
104297
104308
|
* @param {string} subtypeId machine account subtype ID.
|
|
104298
104309
|
* @param {Array<JsonPatchOperationV2026>} jsonPatchOperationV2026 The JSONPatch payload used to update the object.
|
|
104299
104310
|
* @param {*} [axiosOptions] Override http request option.
|
|
104300
104311
|
* @throws {RequiredError}
|
|
104301
104312
|
*/
|
|
104302
|
-
updateMachineAccountDeletionBySubTypeApprovalConfig: async (subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
104313
|
+
updateMachineAccountDeletionBySubTypeApprovalConfig: async (xSailPointExperimental: string, subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
104314
|
+
if (xSailPointExperimental === undefined) {
|
|
104315
|
+
xSailPointExperimental = 'true';
|
|
104316
|
+
}
|
|
104317
|
+
|
|
104318
|
+
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
104319
|
+
assertParamExists('updateMachineAccountDeletionBySubTypeApprovalConfig', 'xSailPointExperimental', xSailPointExperimental)
|
|
104303
104320
|
// verify required parameter 'subtypeId' is not null or undefined
|
|
104304
104321
|
assertParamExists('updateMachineAccountDeletionBySubTypeApprovalConfig', 'subtypeId', subtypeId)
|
|
104305
104322
|
// verify required parameter 'jsonPatchOperationV2026' is not null or undefined
|
|
@@ -104329,6 +104346,9 @@ export const MachineAccountsV2026ApiAxiosParamCreator = function (configuration?
|
|
|
104329
104346
|
|
|
104330
104347
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
104331
104348
|
|
|
104349
|
+
if (xSailPointExperimental != null) {
|
|
104350
|
+
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
104351
|
+
}
|
|
104332
104352
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
104333
104353
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
104334
104354
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -104381,7 +104401,7 @@ export const MachineAccountsV2026ApiFp = function(configuration?: Configuration)
|
|
|
104381
104401
|
},
|
|
104382
104402
|
/**
|
|
104383
104403
|
* Use this API to return the details for a single machine account by its ID.
|
|
104384
|
-
* @summary
|
|
104404
|
+
* @summary Get machine account details
|
|
104385
104405
|
* @param {string} id Machine Account ID.
|
|
104386
104406
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
104387
104407
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -104396,12 +104416,13 @@ export const MachineAccountsV2026ApiFp = function(configuration?: Configuration)
|
|
|
104396
104416
|
/**
|
|
104397
104417
|
* This endpoint retrieves the approval configuration for machine account deletion at the machine subtype level. By providing a specific subtypeId in the path, clients can fetch the approval rules and settings (such as required approvers and comments policy) that govern account deletion for that particular machine subtype. The response includes a MachineAccountSubtypeConfigDto object detailing these configurations, enabling clients to understand or display the approval workflow required for deleting machine accounts of the given subtype. Use this endpoint to get machine subtype level approval config for account deletion.
|
|
104398
104418
|
* @summary Machine Subtype Approval Config
|
|
104419
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
104399
104420
|
* @param {string} subtypeId machine subtype id.
|
|
104400
104421
|
* @param {*} [axiosOptions] Override http request option.
|
|
104401
104422
|
* @throws {RequiredError}
|
|
104402
104423
|
*/
|
|
104403
|
-
async getMachineAccountDeletionSubTypeApprovalConfig(subtypeId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubTypeConfigDtoV2026>> {
|
|
104404
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getMachineAccountDeletionSubTypeApprovalConfig(subtypeId, axiosOptions);
|
|
104424
|
+
async getMachineAccountDeletionSubTypeApprovalConfig(xSailPointExperimental: string, subtypeId: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubTypeConfigDtoV2026>> {
|
|
104425
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getMachineAccountDeletionSubTypeApprovalConfig(xSailPointExperimental, subtypeId, axiosOptions);
|
|
104405
104426
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
104406
104427
|
const localVarOperationServerBasePath = operationServerMap['MachineAccountsV2026Api.getMachineAccountDeletionSubTypeApprovalConfig']?.[localVarOperationServerIndex]?.url;
|
|
104407
104428
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -104456,7 +104477,7 @@ export const MachineAccountsV2026ApiFp = function(configuration?: Configuration)
|
|
|
104456
104477
|
},
|
|
104457
104478
|
/**
|
|
104458
104479
|
* This returns a list of machine accounts.
|
|
104459
|
-
* @summary
|
|
104480
|
+
* @summary List machine accounts
|
|
104460
104481
|
* @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.
|
|
104461
104482
|
* @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.
|
|
104462
104483
|
* @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.
|
|
@@ -104490,7 +104511,7 @@ export const MachineAccountsV2026ApiFp = function(configuration?: Configuration)
|
|
|
104490
104511
|
},
|
|
104491
104512
|
/**
|
|
104492
104513
|
* Use this API to update machine accounts details.
|
|
104493
|
-
* @summary Update
|
|
104514
|
+
* @summary Update machine account details
|
|
104494
104515
|
* @param {string} id Machine Account ID.
|
|
104495
104516
|
* @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
|
|
104496
104517
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -104506,13 +104527,14 @@ export const MachineAccountsV2026ApiFp = function(configuration?: Configuration)
|
|
|
104506
104527
|
/**
|
|
104507
104528
|
* Updates the approval configuration for machine account deletion at the specified machine subtype level. This endpoint allows clients to modify approval rules and settings (such as required approvers and comments policy) for account deletion workflows associated with a given subtypeId. Use this to customize or enforce approval requirements for deleting machine accounts of a particular subtype.
|
|
104508
104529
|
* @summary Machine Subtype Approval Config
|
|
104530
|
+
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
104509
104531
|
* @param {string} subtypeId machine account subtype ID.
|
|
104510
104532
|
* @param {Array<JsonPatchOperationV2026>} jsonPatchOperationV2026 The JSONPatch payload used to update the object.
|
|
104511
104533
|
* @param {*} [axiosOptions] Override http request option.
|
|
104512
104534
|
* @throws {RequiredError}
|
|
104513
104535
|
*/
|
|
104514
|
-
async updateMachineAccountDeletionBySubTypeApprovalConfig(subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubTypeConfigDtoV2026>> {
|
|
104515
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateMachineAccountDeletionBySubTypeApprovalConfig(subtypeId, jsonPatchOperationV2026, axiosOptions);
|
|
104536
|
+
async updateMachineAccountDeletionBySubTypeApprovalConfig(xSailPointExperimental: string, subtypeId: string, jsonPatchOperationV2026: Array<JsonPatchOperationV2026>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MachineAccountSubTypeConfigDtoV2026>> {
|
|
104537
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateMachineAccountDeletionBySubTypeApprovalConfig(xSailPointExperimental, subtypeId, jsonPatchOperationV2026, axiosOptions);
|
|
104516
104538
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
104517
104539
|
const localVarOperationServerBasePath = operationServerMap['MachineAccountsV2026Api.updateMachineAccountDeletionBySubTypeApprovalConfig']?.[localVarOperationServerIndex]?.url;
|
|
104518
104540
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -104549,7 +104571,7 @@ export const MachineAccountsV2026ApiFactory = function (configuration?: Configur
|
|
|
104549
104571
|
},
|
|
104550
104572
|
/**
|
|
104551
104573
|
* Use this API to return the details for a single machine account by its ID.
|
|
104552
|
-
* @summary
|
|
104574
|
+
* @summary Get machine account details
|
|
104553
104575
|
* @param {MachineAccountsV2026ApiGetMachineAccountRequest} requestParameters Request parameters.
|
|
104554
104576
|
* @param {*} [axiosOptions] Override http request option.
|
|
104555
104577
|
* @throws {RequiredError}
|
|
@@ -104565,7 +104587,7 @@ export const MachineAccountsV2026ApiFactory = function (configuration?: Configur
|
|
|
104565
104587
|
* @throws {RequiredError}
|
|
104566
104588
|
*/
|
|
104567
104589
|
getMachineAccountDeletionSubTypeApprovalConfig(requestParameters: MachineAccountsV2026ApiGetMachineAccountDeletionSubTypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountSubTypeConfigDtoV2026> {
|
|
104568
|
-
return localVarFp.getMachineAccountDeletionSubTypeApprovalConfig(requestParameters.subtypeId, axiosOptions).then((request) => request(axios, basePath));
|
|
104590
|
+
return localVarFp.getMachineAccountDeletionSubTypeApprovalConfig(requestParameters.xSailPointExperimental, requestParameters.subtypeId, axiosOptions).then((request) => request(axios, basePath));
|
|
104569
104591
|
},
|
|
104570
104592
|
/**
|
|
104571
104593
|
* Get a machine account subtype by its unique ID.
|
|
@@ -104599,7 +104621,7 @@ export const MachineAccountsV2026ApiFactory = function (configuration?: Configur
|
|
|
104599
104621
|
},
|
|
104600
104622
|
/**
|
|
104601
104623
|
* This returns a list of machine accounts.
|
|
104602
|
-
* @summary
|
|
104624
|
+
* @summary List machine accounts
|
|
104603
104625
|
* @param {MachineAccountsV2026ApiListMachineAccountsRequest} requestParameters Request parameters.
|
|
104604
104626
|
* @param {*} [axiosOptions] Override http request option.
|
|
104605
104627
|
* @throws {RequiredError}
|
|
@@ -104619,7 +104641,7 @@ export const MachineAccountsV2026ApiFactory = function (configuration?: Configur
|
|
|
104619
104641
|
},
|
|
104620
104642
|
/**
|
|
104621
104643
|
* Use this API to update machine accounts details.
|
|
104622
|
-
* @summary Update
|
|
104644
|
+
* @summary Update machine account details
|
|
104623
104645
|
* @param {MachineAccountsV2026ApiUpdateMachineAccountRequest} requestParameters Request parameters.
|
|
104624
104646
|
* @param {*} [axiosOptions] Override http request option.
|
|
104625
104647
|
* @throws {RequiredError}
|
|
@@ -104635,7 +104657,7 @@ export const MachineAccountsV2026ApiFactory = function (configuration?: Configur
|
|
|
104635
104657
|
* @throws {RequiredError}
|
|
104636
104658
|
*/
|
|
104637
104659
|
updateMachineAccountDeletionBySubTypeApprovalConfig(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountDeletionBySubTypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<MachineAccountSubTypeConfigDtoV2026> {
|
|
104638
|
-
return localVarFp.updateMachineAccountDeletionBySubTypeApprovalConfig(requestParameters.subtypeId, requestParameters.jsonPatchOperationV2026, axiosOptions).then((request) => request(axios, basePath));
|
|
104660
|
+
return localVarFp.updateMachineAccountDeletionBySubTypeApprovalConfig(requestParameters.xSailPointExperimental, requestParameters.subtypeId, requestParameters.jsonPatchOperationV2026, axiosOptions).then((request) => request(axios, basePath));
|
|
104639
104661
|
},
|
|
104640
104662
|
};
|
|
104641
104663
|
};
|
|
@@ -104723,6 +104745,13 @@ export interface MachineAccountsV2026ApiGetMachineAccountRequest {
|
|
|
104723
104745
|
* @interface MachineAccountsV2026ApiGetMachineAccountDeletionSubTypeApprovalConfigRequest
|
|
104724
104746
|
*/
|
|
104725
104747
|
export interface MachineAccountsV2026ApiGetMachineAccountDeletionSubTypeApprovalConfigRequest {
|
|
104748
|
+
/**
|
|
104749
|
+
* Use this header to enable this experimental API.
|
|
104750
|
+
* @type {string}
|
|
104751
|
+
* @memberof MachineAccountsV2026ApiGetMachineAccountDeletionSubTypeApprovalConfig
|
|
104752
|
+
*/
|
|
104753
|
+
readonly xSailPointExperimental: string
|
|
104754
|
+
|
|
104726
104755
|
/**
|
|
104727
104756
|
* machine subtype id.
|
|
104728
104757
|
* @type {string}
|
|
@@ -104954,6 +104983,13 @@ export interface MachineAccountsV2026ApiUpdateMachineAccountRequest {
|
|
|
104954
104983
|
* @interface MachineAccountsV2026ApiUpdateMachineAccountDeletionBySubTypeApprovalConfigRequest
|
|
104955
104984
|
*/
|
|
104956
104985
|
export interface MachineAccountsV2026ApiUpdateMachineAccountDeletionBySubTypeApprovalConfigRequest {
|
|
104986
|
+
/**
|
|
104987
|
+
* Use this header to enable this experimental API.
|
|
104988
|
+
* @type {string}
|
|
104989
|
+
* @memberof MachineAccountsV2026ApiUpdateMachineAccountDeletionBySubTypeApprovalConfig
|
|
104990
|
+
*/
|
|
104991
|
+
readonly xSailPointExperimental: string
|
|
104992
|
+
|
|
104957
104993
|
/**
|
|
104958
104994
|
* machine account subtype ID.
|
|
104959
104995
|
* @type {string}
|
|
@@ -105002,7 +105038,7 @@ export class MachineAccountsV2026Api extends BaseAPI {
|
|
|
105002
105038
|
|
|
105003
105039
|
/**
|
|
105004
105040
|
* Use this API to return the details for a single machine account by its ID.
|
|
105005
|
-
* @summary
|
|
105041
|
+
* @summary Get machine account details
|
|
105006
105042
|
* @param {MachineAccountsV2026ApiGetMachineAccountRequest} requestParameters Request parameters.
|
|
105007
105043
|
* @param {*} [axiosOptions] Override http request option.
|
|
105008
105044
|
* @throws {RequiredError}
|
|
@@ -105021,7 +105057,7 @@ export class MachineAccountsV2026Api extends BaseAPI {
|
|
|
105021
105057
|
* @memberof MachineAccountsV2026Api
|
|
105022
105058
|
*/
|
|
105023
105059
|
public getMachineAccountDeletionSubTypeApprovalConfig(requestParameters: MachineAccountsV2026ApiGetMachineAccountDeletionSubTypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
105024
|
-
return MachineAccountsV2026ApiFp(this.configuration).getMachineAccountDeletionSubTypeApprovalConfig(requestParameters.subtypeId, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
105060
|
+
return MachineAccountsV2026ApiFp(this.configuration).getMachineAccountDeletionSubTypeApprovalConfig(requestParameters.xSailPointExperimental, requestParameters.subtypeId, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
105025
105061
|
}
|
|
105026
105062
|
|
|
105027
105063
|
/**
|
|
@@ -105062,7 +105098,7 @@ export class MachineAccountsV2026Api extends BaseAPI {
|
|
|
105062
105098
|
|
|
105063
105099
|
/**
|
|
105064
105100
|
* This returns a list of machine accounts.
|
|
105065
|
-
* @summary
|
|
105101
|
+
* @summary List machine accounts
|
|
105066
105102
|
* @param {MachineAccountsV2026ApiListMachineAccountsRequest} requestParameters Request parameters.
|
|
105067
105103
|
* @param {*} [axiosOptions] Override http request option.
|
|
105068
105104
|
* @throws {RequiredError}
|
|
@@ -105086,7 +105122,7 @@ export class MachineAccountsV2026Api extends BaseAPI {
|
|
|
105086
105122
|
|
|
105087
105123
|
/**
|
|
105088
105124
|
* Use this API to update machine accounts details.
|
|
105089
|
-
* @summary Update
|
|
105125
|
+
* @summary Update machine account details
|
|
105090
105126
|
* @param {MachineAccountsV2026ApiUpdateMachineAccountRequest} requestParameters Request parameters.
|
|
105091
105127
|
* @param {*} [axiosOptions] Override http request option.
|
|
105092
105128
|
* @throws {RequiredError}
|
|
@@ -105105,7 +105141,7 @@ export class MachineAccountsV2026Api extends BaseAPI {
|
|
|
105105
105141
|
* @memberof MachineAccountsV2026Api
|
|
105106
105142
|
*/
|
|
105107
105143
|
public updateMachineAccountDeletionBySubTypeApprovalConfig(requestParameters: MachineAccountsV2026ApiUpdateMachineAccountDeletionBySubTypeApprovalConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
105108
|
-
return MachineAccountsV2026ApiFp(this.configuration).updateMachineAccountDeletionBySubTypeApprovalConfig(requestParameters.subtypeId, requestParameters.jsonPatchOperationV2026, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
105144
|
+
return MachineAccountsV2026ApiFp(this.configuration).updateMachineAccountDeletionBySubTypeApprovalConfig(requestParameters.xSailPointExperimental, requestParameters.subtypeId, requestParameters.jsonPatchOperationV2026, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
105109
105145
|
}
|
|
105110
105146
|
}
|
|
105111
105147
|
|
|
@@ -105457,7 +105493,7 @@ export const MachineIdentitiesV2026ApiAxiosParamCreator = function (configuratio
|
|
|
105457
105493
|
return {
|
|
105458
105494
|
/**
|
|
105459
105495
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
105460
|
-
* @summary Create machine
|
|
105496
|
+
* @summary Create machine identity
|
|
105461
105497
|
* @param {MachineIdentityRequestV2026} machineIdentityRequestV2026
|
|
105462
105498
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
105463
105499
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -105567,7 +105603,7 @@ export const MachineIdentitiesV2026ApiAxiosParamCreator = function (configuratio
|
|
|
105567
105603
|
},
|
|
105568
105604
|
/**
|
|
105569
105605
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
105570
|
-
* @summary
|
|
105606
|
+
* @summary Get machine identity details
|
|
105571
105607
|
* @param {string} id Machine Identity ID
|
|
105572
105608
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
105573
105609
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -105758,8 +105794,8 @@ export const MachineIdentitiesV2026ApiAxiosParamCreator = function (configuratio
|
|
|
105758
105794
|
};
|
|
105759
105795
|
},
|
|
105760
105796
|
/**
|
|
105761
|
-
*
|
|
105762
|
-
* @summary Start
|
|
105797
|
+
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
105798
|
+
* @summary Start machine identity aggregation
|
|
105763
105799
|
* @param {MachineIdentityAggregationRequestV2026} machineIdentityAggregationRequestV2026
|
|
105764
105800
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
105765
105801
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -105811,7 +105847,7 @@ export const MachineIdentitiesV2026ApiAxiosParamCreator = function (configuratio
|
|
|
105811
105847
|
},
|
|
105812
105848
|
/**
|
|
105813
105849
|
* Use this API to update machine identity details.
|
|
105814
|
-
* @summary Update
|
|
105850
|
+
* @summary Update machine identity details
|
|
105815
105851
|
* @param {string} id Machine Identity ID.
|
|
105816
105852
|
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
105817
105853
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -105881,7 +105917,7 @@ export const MachineIdentitiesV2026ApiFp = function(configuration?: Configuratio
|
|
|
105881
105917
|
return {
|
|
105882
105918
|
/**
|
|
105883
105919
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
105884
|
-
* @summary Create machine
|
|
105920
|
+
* @summary Create machine identity
|
|
105885
105921
|
* @param {MachineIdentityRequestV2026} machineIdentityRequestV2026
|
|
105886
105922
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
105887
105923
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -105909,7 +105945,7 @@ export const MachineIdentitiesV2026ApiFp = function(configuration?: Configuratio
|
|
|
105909
105945
|
},
|
|
105910
105946
|
/**
|
|
105911
105947
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
105912
|
-
* @summary
|
|
105948
|
+
* @summary Get machine identity details
|
|
105913
105949
|
* @param {string} id Machine Identity ID
|
|
105914
105950
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
105915
105951
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -105958,8 +105994,8 @@ export const MachineIdentitiesV2026ApiFp = function(configuration?: Configuratio
|
|
|
105958
105994
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
105959
105995
|
},
|
|
105960
105996
|
/**
|
|
105961
|
-
*
|
|
105962
|
-
* @summary Start
|
|
105997
|
+
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
105998
|
+
* @summary Start machine identity aggregation
|
|
105963
105999
|
* @param {MachineIdentityAggregationRequestV2026} machineIdentityAggregationRequestV2026
|
|
105964
106000
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
105965
106001
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -105973,7 +106009,7 @@ export const MachineIdentitiesV2026ApiFp = function(configuration?: Configuratio
|
|
|
105973
106009
|
},
|
|
105974
106010
|
/**
|
|
105975
106011
|
* Use this API to update machine identity details.
|
|
105976
|
-
* @summary Update
|
|
106012
|
+
* @summary Update machine identity details
|
|
105977
106013
|
* @param {string} id Machine Identity ID.
|
|
105978
106014
|
* @param {Array<object>} requestBody A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.
|
|
105979
106015
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -105998,7 +106034,7 @@ export const MachineIdentitiesV2026ApiFactory = function (configuration?: Config
|
|
|
105998
106034
|
return {
|
|
105999
106035
|
/**
|
|
106000
106036
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
106001
|
-
* @summary Create machine
|
|
106037
|
+
* @summary Create machine identity
|
|
106002
106038
|
* @param {MachineIdentitiesV2026ApiCreateMachineIdentityRequest} requestParameters Request parameters.
|
|
106003
106039
|
* @param {*} [axiosOptions] Override http request option.
|
|
106004
106040
|
* @throws {RequiredError}
|
|
@@ -106018,7 +106054,7 @@ export const MachineIdentitiesV2026ApiFactory = function (configuration?: Config
|
|
|
106018
106054
|
},
|
|
106019
106055
|
/**
|
|
106020
106056
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
106021
|
-
* @summary
|
|
106057
|
+
* @summary Get machine identity details
|
|
106022
106058
|
* @param {MachineIdentitiesV2026ApiGetMachineIdentityRequest} requestParameters Request parameters.
|
|
106023
106059
|
* @param {*} [axiosOptions] Override http request option.
|
|
106024
106060
|
* @throws {RequiredError}
|
|
@@ -106047,8 +106083,8 @@ export const MachineIdentitiesV2026ApiFactory = function (configuration?: Config
|
|
|
106047
106083
|
return localVarFp.listMachineIdentityUserEntitlements(requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, requestParameters.count, requestParameters.limit, requestParameters.offset, axiosOptions).then((request) => request(axios, basePath));
|
|
106048
106084
|
},
|
|
106049
106085
|
/**
|
|
106050
|
-
*
|
|
106051
|
-
* @summary Start
|
|
106086
|
+
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
106087
|
+
* @summary Start machine identity aggregation
|
|
106052
106088
|
* @param {MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
|
|
106053
106089
|
* @param {*} [axiosOptions] Override http request option.
|
|
106054
106090
|
* @throws {RequiredError}
|
|
@@ -106058,7 +106094,7 @@ export const MachineIdentitiesV2026ApiFactory = function (configuration?: Config
|
|
|
106058
106094
|
},
|
|
106059
106095
|
/**
|
|
106060
106096
|
* Use this API to update machine identity details.
|
|
106061
|
-
* @summary Update
|
|
106097
|
+
* @summary Update machine identity details
|
|
106062
106098
|
* @param {MachineIdentitiesV2026ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
|
|
106063
106099
|
* @param {*} [axiosOptions] Override http request option.
|
|
106064
106100
|
* @throws {RequiredError}
|
|
@@ -106288,7 +106324,7 @@ export interface MachineIdentitiesV2026ApiUpdateMachineIdentityRequest {
|
|
|
106288
106324
|
export class MachineIdentitiesV2026Api extends BaseAPI {
|
|
106289
106325
|
/**
|
|
106290
106326
|
* Use this API to create a machine identity. The maximum supported length for the description field is 2000 characters.
|
|
106291
|
-
* @summary Create machine
|
|
106327
|
+
* @summary Create machine identity
|
|
106292
106328
|
* @param {MachineIdentitiesV2026ApiCreateMachineIdentityRequest} requestParameters Request parameters.
|
|
106293
106329
|
* @param {*} [axiosOptions] Override http request option.
|
|
106294
106330
|
* @throws {RequiredError}
|
|
@@ -106312,7 +106348,7 @@ export class MachineIdentitiesV2026Api extends BaseAPI {
|
|
|
106312
106348
|
|
|
106313
106349
|
/**
|
|
106314
106350
|
* This API returns a single machine identity using the Machine Identity ID.
|
|
106315
|
-
* @summary
|
|
106351
|
+
* @summary Get machine identity details
|
|
106316
106352
|
* @param {MachineIdentitiesV2026ApiGetMachineIdentityRequest} requestParameters Request parameters.
|
|
106317
106353
|
* @param {*} [axiosOptions] Override http request option.
|
|
106318
106354
|
* @throws {RequiredError}
|
|
@@ -106347,8 +106383,8 @@ export class MachineIdentitiesV2026Api extends BaseAPI {
|
|
|
106347
106383
|
}
|
|
106348
106384
|
|
|
106349
106385
|
/**
|
|
106350
|
-
*
|
|
106351
|
-
* @summary Start
|
|
106386
|
+
* Starts a machine identity (AI Agents) aggregation on the specified source.
|
|
106387
|
+
* @summary Start machine identity aggregation
|
|
106352
106388
|
* @param {MachineIdentitiesV2026ApiStartMachineIdentityAggregationRequest} requestParameters Request parameters.
|
|
106353
106389
|
* @param {*} [axiosOptions] Override http request option.
|
|
106354
106390
|
* @throws {RequiredError}
|
|
@@ -106360,7 +106396,7 @@ export class MachineIdentitiesV2026Api extends BaseAPI {
|
|
|
106360
106396
|
|
|
106361
106397
|
/**
|
|
106362
106398
|
* Use this API to update machine identity details.
|
|
106363
|
-
* @summary Update
|
|
106399
|
+
* @summary Update machine identity details
|
|
106364
106400
|
* @param {MachineIdentitiesV2026ApiUpdateMachineIdentityRequest} requestParameters Request parameters.
|
|
106365
106401
|
* @param {*} [axiosOptions] Override http request option.
|
|
106366
106402
|
* @throws {RequiredError}
|
package/v2026/common.ts
CHANGED
|
@@ -146,14 +146,14 @@ export const toPathString = function (url: URL) {
|
|
|
146
146
|
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
147
147
|
return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
148
148
|
axiosRetry(axios, configuration.retriesConfig)
|
|
149
|
-
let userAgent = `SailPoint-SDK-TypeScript/1.8.
|
|
149
|
+
let userAgent = `SailPoint-SDK-TypeScript/1.8.14`;
|
|
150
150
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
151
151
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
152
152
|
}
|
|
153
153
|
userAgent += ` (${process.platform}; ${process.arch}) Node/${process.versions.node} (openapi-generator/7.12.0)`;
|
|
154
154
|
const headers = {
|
|
155
155
|
...axiosArgs.axiosOptions.headers,
|
|
156
|
-
...{'X-SailPoint-SDK':'typescript-1.8.
|
|
156
|
+
...{'X-SailPoint-SDK':'typescript-1.8.14'},
|
|
157
157
|
...{'User-Agent': userAgent},
|
|
158
158
|
}
|
|
159
159
|
|
package/v2026/package.json
CHANGED
package/v3/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-sdk@1.8.
|
|
1
|
+
## sailpoint-sdk@1.8.14
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install sailpoint-sdk@1.8.
|
|
39
|
+
npm install sailpoint-sdk@1.8.14 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/v3/common.ts
CHANGED
|
@@ -146,14 +146,14 @@ export const toPathString = function (url: URL) {
|
|
|
146
146
|
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
147
147
|
return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
148
148
|
axiosRetry(axios, configuration.retriesConfig)
|
|
149
|
-
let userAgent = `SailPoint-SDK-TypeScript/1.8.
|
|
149
|
+
let userAgent = `SailPoint-SDK-TypeScript/1.8.14`;
|
|
150
150
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
151
151
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
152
152
|
}
|
|
153
153
|
userAgent += ` (${process.platform}; ${process.arch}) Node/${process.versions.node} (openapi-generator/7.12.0)`;
|
|
154
154
|
const headers = {
|
|
155
155
|
...axiosArgs.axiosOptions.headers,
|
|
156
|
-
...{'X-SailPoint-SDK':'typescript-1.8.
|
|
156
|
+
...{'X-SailPoint-SDK':'typescript-1.8.14'},
|
|
157
157
|
...{'User-Agent': userAgent},
|
|
158
158
|
}
|
|
159
159
|
|