sailpoint-api-client 1.6.0 → 1.6.1

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.
@@ -250,7 +250,7 @@ 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 headers = __assign(__assign({ 'User-Agent': 'OpenAPI-Generator/1.6.0/ts' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.6.0' });
253
+ var headers = __assign(__assign({ 'User-Agent': 'OpenAPI-Generator/1.6.1/ts' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.6.1' });
254
254
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
255
255
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
256
256
  }
@@ -26797,19 +26797,6 @@ export declare const PatchPotentialRoleRequestInnerV2024OpV2024: {
26797
26797
  readonly Replace: "replace";
26798
26798
  };
26799
26799
  export type PatchPotentialRoleRequestInnerV2024OpV2024 = typeof PatchPotentialRoleRequestInnerV2024OpV2024[keyof typeof PatchPotentialRoleRequestInnerV2024OpV2024];
26800
- /**
26801
- * A JSONPatch document as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902). Only `replace` operations are accepted by this endpoint.
26802
- * @export
26803
- * @interface PatchServiceDeskIntegrationRequestV2024
26804
- */
26805
- export interface PatchServiceDeskIntegrationRequestV2024 {
26806
- /**
26807
- * Operations to be applied
26808
- * @type {Array<JsonPatchOperationV2024>}
26809
- * @memberof PatchServiceDeskIntegrationRequestV2024
26810
- */
26811
- 'operations'?: Array<JsonPatchOperationV2024>;
26812
- }
26813
26800
  /**
26814
26801
  *
26815
26802
  * @export
@@ -42187,6 +42174,7 @@ export declare const WorkflowExecutionV2024StatusV2024: {
42187
42174
  readonly Completed: "Completed";
42188
42175
  readonly Failed: "Failed";
42189
42176
  readonly Canceled: "Canceled";
42177
+ readonly Queued: "Queued";
42190
42178
  readonly Running: "Running";
42191
42179
  };
42192
42180
  export type WorkflowExecutionV2024StatusV2024 = typeof WorkflowExecutionV2024StatusV2024[keyof typeof WorkflowExecutionV2024StatusV2024];
@@ -43251,7 +43239,7 @@ export declare class AccessModelMetadataV2024Api extends BaseAPI {
43251
43239
  */
43252
43240
  export declare const AccessProfilesV2024ApiAxiosParamCreator: (configuration?: Configuration) => {
43253
43241
  /**
43254
- * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
43242
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
43255
43243
  * @summary Create Access Profile
43256
43244
  * @param {AccessProfileV2024} accessProfileV2024
43257
43245
  * @param {*} [axiosOptions] Override http request option.
@@ -43335,7 +43323,7 @@ export declare const AccessProfilesV2024ApiAxiosParamCreator: (configuration?: C
43335
43323
  */
43336
43324
  export declare const AccessProfilesV2024ApiFp: (configuration?: Configuration) => {
43337
43325
  /**
43338
- * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
43326
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
43339
43327
  * @summary Create Access Profile
43340
43328
  * @param {AccessProfileV2024} accessProfileV2024
43341
43329
  * @param {*} [axiosOptions] Override http request option.
@@ -43419,7 +43407,7 @@ export declare const AccessProfilesV2024ApiFp: (configuration?: Configuration) =
43419
43407
  */
43420
43408
  export declare const AccessProfilesV2024ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
43421
43409
  /**
43422
- * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
43410
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
43423
43411
  * @summary Create Access Profile
43424
43412
  * @param {AccessProfilesV2024ApiCreateAccessProfileRequest} requestParameters Request parameters.
43425
43413
  * @param {*} [axiosOptions] Override http request option.
@@ -43679,7 +43667,7 @@ export interface AccessProfilesV2024ApiUpdateAccessProfilesInBulkRequest {
43679
43667
  */
43680
43668
  export declare class AccessProfilesV2024Api extends BaseAPI {
43681
43669
  /**
43682
- * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
43670
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
43683
43671
  * @summary Create Access Profile
43684
43672
  * @param {AccessProfilesV2024ApiCreateAccessProfileRequest} requestParameters Request parameters.
43685
43673
  * @param {*} [axiosOptions] Override http request option.
@@ -43814,7 +43802,7 @@ export declare const AccessRequestApprovalsV2024ApiAxiosParamCreator: (configura
43814
43802
  * @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.
43815
43803
  * @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.
43816
43804
  * @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.
43817
- * @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, in* **requestedFor.id**: *eq, in* **modified**: *gt, lt, ge, le, eq, in* **accessRequestId**: *eq, in*
43805
+ * @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, in* **requestedFor.id**: *eq, in* **modified**: *gt, lt, ge, le, eq, in* **accessRequestId**: *eq, in* **created**: *gt, lt, ge, le, eq, in*
43818
43806
  * @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: **created, modified**
43819
43807
  * @param {*} [axiosOptions] Override http request option.
43820
43808
  * @throws {RequiredError}
@@ -43893,7 +43881,7 @@ export declare const AccessRequestApprovalsV2024ApiFp: (configuration?: Configur
43893
43881
  * @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.
43894
43882
  * @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.
43895
43883
  * @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.
43896
- * @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, in* **requestedFor.id**: *eq, in* **modified**: *gt, lt, ge, le, eq, in* **accessRequestId**: *eq, in*
43884
+ * @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, in* **requestedFor.id**: *eq, in* **modified**: *gt, lt, ge, le, eq, in* **accessRequestId**: *eq, in* **created**: *gt, lt, ge, le, eq, in*
43897
43885
  * @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: **created, modified**
43898
43886
  * @param {*} [axiosOptions] Override http request option.
43899
43887
  * @throws {RequiredError}
@@ -44133,7 +44121,7 @@ export interface AccessRequestApprovalsV2024ApiListPendingApprovalsRequest {
44133
44121
  */
44134
44122
  readonly count?: boolean;
44135
44123
  /**
44136
- * 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, in* **requestedFor.id**: *eq, in* **modified**: *gt, lt, ge, le, eq, in* **accessRequestId**: *eq, in*
44124
+ * 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, in* **requestedFor.id**: *eq, in* **modified**: *gt, lt, ge, le, eq, in* **accessRequestId**: *eq, in* **created**: *gt, lt, ge, le, eq, in*
44137
44125
  * @type {string}
44138
44126
  * @memberof AccessRequestApprovalsV2024ApiListPendingApprovals
44139
44127
  */
@@ -77199,11 +77187,11 @@ export declare const ServiceDeskIntegrationV2024ApiAxiosParamCreator: (configura
77199
77187
  * Update an existing Service Desk integration by ID with a PATCH request.
77200
77188
  * @summary Patch a Service Desk Integration
77201
77189
  * @param {string} id ID of the Service Desk integration to update
77202
- * @param {PatchServiceDeskIntegrationRequestV2024} patchServiceDeskIntegrationRequestV2024 A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only &#x60;replace&#x60; operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
77190
+ * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only &#x60;replace&#x60; operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
77203
77191
  * @param {*} [axiosOptions] Override http request option.
77204
77192
  * @throws {RequiredError}
77205
77193
  */
77206
- patchServiceDeskIntegration: (id: string, patchServiceDeskIntegrationRequestV2024: PatchServiceDeskIntegrationRequestV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77194
+ patchServiceDeskIntegration: (id: string, jsonPatchOperationV2024: Array<JsonPatchOperationV2024>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77207
77195
  /**
77208
77196
  * Update an existing Service Desk integration by ID.
77209
77197
  * @summary Update a Service Desk integration
@@ -77289,11 +77277,11 @@ export declare const ServiceDeskIntegrationV2024ApiFp: (configuration?: Configur
77289
77277
  * Update an existing Service Desk integration by ID with a PATCH request.
77290
77278
  * @summary Patch a Service Desk Integration
77291
77279
  * @param {string} id ID of the Service Desk integration to update
77292
- * @param {PatchServiceDeskIntegrationRequestV2024} patchServiceDeskIntegrationRequestV2024 A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only &#x60;replace&#x60; operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
77280
+ * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only &#x60;replace&#x60; operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
77293
77281
  * @param {*} [axiosOptions] Override http request option.
77294
77282
  * @throws {RequiredError}
77295
77283
  */
77296
- patchServiceDeskIntegration(id: string, patchServiceDeskIntegrationRequestV2024: PatchServiceDeskIntegrationRequestV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoV2024>>;
77284
+ patchServiceDeskIntegration(id: string, jsonPatchOperationV2024: Array<JsonPatchOperationV2024>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoV2024>>;
77297
77285
  /**
77298
77286
  * Update an existing Service Desk integration by ID.
77299
77287
  * @summary Update a Service Desk integration
@@ -77499,10 +77487,10 @@ export interface ServiceDeskIntegrationV2024ApiPatchServiceDeskIntegrationReques
77499
77487
  readonly id: string;
77500
77488
  /**
77501
77489
  * A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only &#x60;replace&#x60; operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
77502
- * @type {PatchServiceDeskIntegrationRequestV2024}
77490
+ * @type {Array<JsonPatchOperationV2024>}
77503
77491
  * @memberof ServiceDeskIntegrationV2024ApiPatchServiceDeskIntegration
77504
77492
  */
77505
- readonly patchServiceDeskIntegrationRequestV2024: PatchServiceDeskIntegrationRequestV2024;
77493
+ readonly jsonPatchOperationV2024: Array<JsonPatchOperationV2024>;
77506
77494
  }
77507
77495
  /**
77508
77496
  * Request parameters for putServiceDeskIntegration operation in ServiceDeskIntegrationV2024Api.
package/dist/v2024/api.js CHANGED
@@ -3283,6 +3283,7 @@ exports.WorkflowExecutionV2024StatusV2024 = {
3283
3283
  Completed: 'Completed',
3284
3284
  Failed: 'Failed',
3285
3285
  Canceled: 'Canceled',
3286
+ Queued: 'Queued',
3286
3287
  Running: 'Running'
3287
3288
  };
3288
3289
  exports.WorkflowLibraryFormFieldsV2024TypeV2024 = {
@@ -3824,7 +3825,7 @@ var AccessProfilesV2024ApiAxiosParamCreator = function (configuration) {
3824
3825
  var _this = this;
3825
3826
  return {
3826
3827
  /**
3827
- * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
3828
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
3828
3829
  * @summary Create Access Profile
3829
3830
  * @param {AccessProfileV2024} accessProfileV2024
3830
3831
  * @param {*} [axiosOptions] Override http request option.
@@ -4391,7 +4392,7 @@ var AccessProfilesV2024ApiFp = function (configuration) {
4391
4392
  var localVarAxiosParamCreator = (0, exports.AccessProfilesV2024ApiAxiosParamCreator)(configuration);
4392
4393
  return {
4393
4394
  /**
4394
- * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
4395
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
4395
4396
  * @summary Create Access Profile
4396
4397
  * @param {AccessProfileV2024} accessProfileV2024
4397
4398
  * @param {*} [axiosOptions] Override http request option.
@@ -4599,7 +4600,7 @@ var AccessProfilesV2024ApiFactory = function (configuration, basePath, axios) {
4599
4600
  var localVarFp = (0, exports.AccessProfilesV2024ApiFp)(configuration);
4600
4601
  return {
4601
4602
  /**
4602
- * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
4603
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
4603
4604
  * @summary Create Access Profile
4604
4605
  * @param {AccessProfilesV2024ApiCreateAccessProfileRequest} requestParameters Request parameters.
4605
4606
  * @param {*} [axiosOptions] Override http request option.
@@ -4694,7 +4695,7 @@ var AccessProfilesV2024Api = /** @class */ (function (_super) {
4694
4695
  return _super !== null && _super.apply(this, arguments) || this;
4695
4696
  }
4696
4697
  /**
4697
- * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
4698
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
4698
4699
  * @summary Create Access Profile
4699
4700
  * @param {AccessProfilesV2024ApiCreateAccessProfileRequest} requestParameters Request parameters.
4700
4701
  * @param {*} [axiosOptions] Override http request option.
@@ -5116,7 +5117,7 @@ var AccessRequestApprovalsV2024ApiAxiosParamCreator = function (configuration) {
5116
5117
  * @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.
5117
5118
  * @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.
5118
5119
  * @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.
5119
- * @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, in* **requestedFor.id**: *eq, in* **modified**: *gt, lt, ge, le, eq, in* **accessRequestId**: *eq, in*
5120
+ * @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, in* **requestedFor.id**: *eq, in* **modified**: *gt, lt, ge, le, eq, in* **accessRequestId**: *eq, in* **created**: *gt, lt, ge, le, eq, in*
5120
5121
  * @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: **created, modified**
5121
5122
  * @param {*} [axiosOptions] Override http request option.
5122
5123
  * @throws {RequiredError}
@@ -5383,7 +5384,7 @@ var AccessRequestApprovalsV2024ApiFp = function (configuration) {
5383
5384
  * @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.
5384
5385
  * @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.
5385
5386
  * @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.
5386
- * @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, in* **requestedFor.id**: *eq, in* **modified**: *gt, lt, ge, le, eq, in* **accessRequestId**: *eq, in*
5387
+ * @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, in* **requestedFor.id**: *eq, in* **modified**: *gt, lt, ge, le, eq, in* **accessRequestId**: *eq, in* **created**: *gt, lt, ge, le, eq, in*
5387
5388
  * @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: **created, modified**
5388
5389
  * @param {*} [axiosOptions] Override http request option.
5389
5390
  * @throws {RequiredError}
@@ -66888,11 +66889,11 @@ var ServiceDeskIntegrationV2024ApiAxiosParamCreator = function (configuration) {
66888
66889
  * Update an existing Service Desk integration by ID with a PATCH request.
66889
66890
  * @summary Patch a Service Desk Integration
66890
66891
  * @param {string} id ID of the Service Desk integration to update
66891
- * @param {PatchServiceDeskIntegrationRequestV2024} patchServiceDeskIntegrationRequestV2024 A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only &#x60;replace&#x60; operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
66892
+ * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only &#x60;replace&#x60; operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
66892
66893
  * @param {*} [axiosOptions] Override http request option.
66893
66894
  * @throws {RequiredError}
66894
66895
  */
66895
- patchServiceDeskIntegration: function (id, patchServiceDeskIntegrationRequestV2024, axiosOptions) {
66896
+ patchServiceDeskIntegration: function (id, jsonPatchOperationV2024, axiosOptions) {
66896
66897
  if (axiosOptions === void 0) { axiosOptions = {}; }
66897
66898
  return __awaiter(_this, void 0, void 0, function () {
66898
66899
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -66901,8 +66902,8 @@ var ServiceDeskIntegrationV2024ApiAxiosParamCreator = function (configuration) {
66901
66902
  case 0:
66902
66903
  // verify required parameter 'id' is not null or undefined
66903
66904
  (0, common_1.assertParamExists)('patchServiceDeskIntegration', 'id', id);
66904
- // verify required parameter 'patchServiceDeskIntegrationRequestV2024' is not null or undefined
66905
- (0, common_1.assertParamExists)('patchServiceDeskIntegration', 'patchServiceDeskIntegrationRequestV2024', patchServiceDeskIntegrationRequestV2024);
66905
+ // verify required parameter 'jsonPatchOperationV2024' is not null or undefined
66906
+ (0, common_1.assertParamExists)('patchServiceDeskIntegration', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
66906
66907
  localVarPath = "/service-desk-integrations/{id}"
66907
66908
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
66908
66909
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -66933,7 +66934,7 @@ var ServiceDeskIntegrationV2024ApiAxiosParamCreator = function (configuration) {
66933
66934
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
66934
66935
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
66935
66936
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
66936
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(patchServiceDeskIntegrationRequestV2024, localVarRequestOptions, configuration);
66937
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(jsonPatchOperationV2024, localVarRequestOptions, configuration);
66937
66938
  return [2 /*return*/, {
66938
66939
  url: (0, common_1.toPathString)(localVarUrlObj),
66939
66940
  axiosOptions: localVarRequestOptions,
@@ -67231,17 +67232,17 @@ var ServiceDeskIntegrationV2024ApiFp = function (configuration) {
67231
67232
  * Update an existing Service Desk integration by ID with a PATCH request.
67232
67233
  * @summary Patch a Service Desk Integration
67233
67234
  * @param {string} id ID of the Service Desk integration to update
67234
- * @param {PatchServiceDeskIntegrationRequestV2024} patchServiceDeskIntegrationRequestV2024 A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only &#x60;replace&#x60; operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
67235
+ * @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only &#x60;replace&#x60; operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
67235
67236
  * @param {*} [axiosOptions] Override http request option.
67236
67237
  * @throws {RequiredError}
67237
67238
  */
67238
- patchServiceDeskIntegration: function (id, patchServiceDeskIntegrationRequestV2024, axiosOptions) {
67239
+ patchServiceDeskIntegration: function (id, jsonPatchOperationV2024, axiosOptions) {
67239
67240
  var _a, _b, _c;
67240
67241
  return __awaiter(this, void 0, void 0, function () {
67241
67242
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
67242
67243
  return __generator(this, function (_d) {
67243
67244
  switch (_d.label) {
67244
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchServiceDeskIntegration(id, patchServiceDeskIntegrationRequestV2024, axiosOptions)];
67245
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchServiceDeskIntegration(id, jsonPatchOperationV2024, axiosOptions)];
67245
67246
  case 1:
67246
67247
  localVarAxiosArgs = _d.sent();
67247
67248
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -67385,7 +67386,7 @@ var ServiceDeskIntegrationV2024ApiFactory = function (configuration, basePath, a
67385
67386
  * @throws {RequiredError}
67386
67387
  */
67387
67388
  patchServiceDeskIntegration: function (requestParameters, axiosOptions) {
67388
- return localVarFp.patchServiceDeskIntegration(requestParameters.id, requestParameters.patchServiceDeskIntegrationRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
67389
+ return localVarFp.patchServiceDeskIntegration(requestParameters.id, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
67389
67390
  },
67390
67391
  /**
67391
67392
  * Update an existing Service Desk integration by ID.
@@ -67514,7 +67515,7 @@ var ServiceDeskIntegrationV2024Api = /** @class */ (function (_super) {
67514
67515
  */
67515
67516
  ServiceDeskIntegrationV2024Api.prototype.patchServiceDeskIntegration = function (requestParameters, axiosOptions) {
67516
67517
  var _this = this;
67517
- return (0, exports.ServiceDeskIntegrationV2024ApiFp)(this.configuration).patchServiceDeskIntegration(requestParameters.id, requestParameters.patchServiceDeskIntegrationRequestV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
67518
+ return (0, exports.ServiceDeskIntegrationV2024ApiFp)(this.configuration).patchServiceDeskIntegration(requestParameters.id, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
67518
67519
  };
67519
67520
  /**
67520
67521
  * Update an existing Service Desk integration by ID.