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
  }
@@ -27165,19 +27165,6 @@ export declare const PatchPotentialRoleRequestInnerV2025OpV2025: {
27165
27165
  readonly Replace: "replace";
27166
27166
  };
27167
27167
  export type PatchPotentialRoleRequestInnerV2025OpV2025 = typeof PatchPotentialRoleRequestInnerV2025OpV2025[keyof typeof PatchPotentialRoleRequestInnerV2025OpV2025];
27168
- /**
27169
- * A JSONPatch document as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902). Only `replace` operations are accepted by this endpoint.
27170
- * @export
27171
- * @interface PatchServiceDeskIntegrationRequestV2025
27172
- */
27173
- export interface PatchServiceDeskIntegrationRequestV2025 {
27174
- /**
27175
- * Operations to be applied
27176
- * @type {Array<JsonPatchOperationV2025>}
27177
- * @memberof PatchServiceDeskIntegrationRequestV2025
27178
- */
27179
- 'operations'?: Array<JsonPatchOperationV2025>;
27180
- }
27181
27168
  /**
27182
27169
  *
27183
27170
  * @export
@@ -42556,6 +42543,7 @@ export declare const WorkflowExecutionV2025StatusV2025: {
42556
42543
  readonly Failed: "Failed";
42557
42544
  readonly Canceled: "Canceled";
42558
42545
  readonly Running: "Running";
42546
+ readonly Queued: "Queued";
42559
42547
  };
42560
42548
  export type WorkflowExecutionV2025StatusV2025 = typeof WorkflowExecutionV2025StatusV2025[keyof typeof WorkflowExecutionV2025StatusV2025];
42561
42549
  /**
@@ -43619,7 +43607,7 @@ export declare class AccessModelMetadataV2025Api extends BaseAPI {
43619
43607
  */
43620
43608
  export declare const AccessProfilesV2025ApiAxiosParamCreator: (configuration?: Configuration) => {
43621
43609
  /**
43622
- * 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.
43610
+ * 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.
43623
43611
  * @summary Create Access Profile
43624
43612
  * @param {AccessProfileV2025} accessProfileV2025
43625
43613
  * @param {*} [axiosOptions] Override http request option.
@@ -43703,7 +43691,7 @@ export declare const AccessProfilesV2025ApiAxiosParamCreator: (configuration?: C
43703
43691
  */
43704
43692
  export declare const AccessProfilesV2025ApiFp: (configuration?: Configuration) => {
43705
43693
  /**
43706
- * 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.
43694
+ * 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.
43707
43695
  * @summary Create Access Profile
43708
43696
  * @param {AccessProfileV2025} accessProfileV2025
43709
43697
  * @param {*} [axiosOptions] Override http request option.
@@ -43787,7 +43775,7 @@ export declare const AccessProfilesV2025ApiFp: (configuration?: Configuration) =
43787
43775
  */
43788
43776
  export declare const AccessProfilesV2025ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
43789
43777
  /**
43790
- * 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.
43778
+ * 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.
43791
43779
  * @summary Create Access Profile
43792
43780
  * @param {AccessProfilesV2025ApiCreateAccessProfileRequest} requestParameters Request parameters.
43793
43781
  * @param {*} [axiosOptions] Override http request option.
@@ -44047,7 +44035,7 @@ export interface AccessProfilesV2025ApiUpdateAccessProfilesInBulkRequest {
44047
44035
  */
44048
44036
  export declare class AccessProfilesV2025Api extends BaseAPI {
44049
44037
  /**
44050
- * 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.
44038
+ * 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.
44051
44039
  * @summary Create Access Profile
44052
44040
  * @param {AccessProfilesV2025ApiCreateAccessProfileRequest} requestParameters Request parameters.
44053
44041
  * @param {*} [axiosOptions] Override http request option.
@@ -44182,7 +44170,7 @@ export declare const AccessRequestApprovalsV2025ApiAxiosParamCreator: (configura
44182
44170
  * @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.
44183
44171
  * @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.
44184
44172
  * @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.
44185
- * @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*
44173
+ * @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*
44186
44174
  * @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**
44187
44175
  * @param {*} [axiosOptions] Override http request option.
44188
44176
  * @throws {RequiredError}
@@ -44261,7 +44249,7 @@ export declare const AccessRequestApprovalsV2025ApiFp: (configuration?: Configur
44261
44249
  * @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.
44262
44250
  * @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.
44263
44251
  * @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.
44264
- * @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*
44252
+ * @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*
44265
44253
  * @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**
44266
44254
  * @param {*} [axiosOptions] Override http request option.
44267
44255
  * @throws {RequiredError}
@@ -44501,7 +44489,7 @@ export interface AccessRequestApprovalsV2025ApiListPendingApprovalsRequest {
44501
44489
  */
44502
44490
  readonly count?: boolean;
44503
44491
  /**
44504
- * 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*
44492
+ * 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*
44505
44493
  * @type {string}
44506
44494
  * @memberof AccessRequestApprovalsV2025ApiListPendingApprovals
44507
44495
  */
@@ -77629,11 +77617,11 @@ export declare const ServiceDeskIntegrationV2025ApiAxiosParamCreator: (configura
77629
77617
  * Update an existing Service Desk integration by ID with a PATCH request.
77630
77618
  * @summary Patch a Service Desk Integration
77631
77619
  * @param {string} id ID of the Service Desk integration to update
77632
- * @param {PatchServiceDeskIntegrationRequestV2025} patchServiceDeskIntegrationRequestV2025 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.
77620
+ * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025 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.
77633
77621
  * @param {*} [axiosOptions] Override http request option.
77634
77622
  * @throws {RequiredError}
77635
77623
  */
77636
- patchServiceDeskIntegration: (id: string, patchServiceDeskIntegrationRequestV2025: PatchServiceDeskIntegrationRequestV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77624
+ patchServiceDeskIntegration: (id: string, jsonPatchOperationV2025: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77637
77625
  /**
77638
77626
  * Update an existing Service Desk integration by ID.
77639
77627
  * @summary Update a Service Desk integration
@@ -77719,11 +77707,11 @@ export declare const ServiceDeskIntegrationV2025ApiFp: (configuration?: Configur
77719
77707
  * Update an existing Service Desk integration by ID with a PATCH request.
77720
77708
  * @summary Patch a Service Desk Integration
77721
77709
  * @param {string} id ID of the Service Desk integration to update
77722
- * @param {PatchServiceDeskIntegrationRequestV2025} patchServiceDeskIntegrationRequestV2025 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.
77710
+ * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025 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.
77723
77711
  * @param {*} [axiosOptions] Override http request option.
77724
77712
  * @throws {RequiredError}
77725
77713
  */
77726
- patchServiceDeskIntegration(id: string, patchServiceDeskIntegrationRequestV2025: PatchServiceDeskIntegrationRequestV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoV2025>>;
77714
+ patchServiceDeskIntegration(id: string, jsonPatchOperationV2025: Array<JsonPatchOperationV2025>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoV2025>>;
77727
77715
  /**
77728
77716
  * Update an existing Service Desk integration by ID.
77729
77717
  * @summary Update a Service Desk integration
@@ -77929,10 +77917,10 @@ export interface ServiceDeskIntegrationV2025ApiPatchServiceDeskIntegrationReques
77929
77917
  readonly id: string;
77930
77918
  /**
77931
77919
  * 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.
77932
- * @type {PatchServiceDeskIntegrationRequestV2025}
77920
+ * @type {Array<JsonPatchOperationV2025>}
77933
77921
  * @memberof ServiceDeskIntegrationV2025ApiPatchServiceDeskIntegration
77934
77922
  */
77935
- readonly patchServiceDeskIntegrationRequestV2025: PatchServiceDeskIntegrationRequestV2025;
77923
+ readonly jsonPatchOperationV2025: Array<JsonPatchOperationV2025>;
77936
77924
  }
77937
77925
  /**
77938
77926
  * Request parameters for putServiceDeskIntegration operation in ServiceDeskIntegrationV2025Api.
@@ -78439,13 +78427,12 @@ export declare const SourcesV2025ApiAxiosParamCreator: (configuration?: Configur
78439
78427
  * Starts an account aggregation on the specified source. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
78440
78428
  * @summary Account Aggregation
78441
78429
  * @param {string} id Source Id
78442
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
78443
78430
  * @param {File} [file] The CSV file containing the source accounts to aggregate.
78444
78431
  * @param {string} [disableOptimization] Use this flag to reprocess every account whether or not the data has changed.
78445
78432
  * @param {*} [axiosOptions] Override http request option.
78446
78433
  * @throws {RequiredError}
78447
78434
  */
78448
- importAccounts: (id: string, xSailPointExperimental?: string, file?: File, disableOptimization?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78435
+ importAccounts: (id: string, file?: File, disableOptimization?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78449
78436
  /**
78450
78437
  * This API uploads a source schema template file to configure a source\'s account attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Account Schema** -> **Options** -> **Download Schema** >**NOTE: This API is designated only for Delimited File sources.**
78451
78438
  * @summary Uploads source accounts schema template
@@ -78900,13 +78887,12 @@ export declare const SourcesV2025ApiFp: (configuration?: Configuration) => {
78900
78887
  * Starts an account aggregation on the specified source. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
78901
78888
  * @summary Account Aggregation
78902
78889
  * @param {string} id Source Id
78903
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
78904
78890
  * @param {File} [file] The CSV file containing the source accounts to aggregate.
78905
78891
  * @param {string} [disableOptimization] Use this flag to reprocess every account whether or not the data has changed.
78906
78892
  * @param {*} [axiosOptions] Override http request option.
78907
78893
  * @throws {RequiredError}
78908
78894
  */
78909
- importAccounts(id: string, xSailPointExperimental?: string, file?: File, disableOptimization?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LoadAccountsTaskV2025>>;
78895
+ importAccounts(id: string, file?: File, disableOptimization?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LoadAccountsTaskV2025>>;
78910
78896
  /**
78911
78897
  * This API uploads a source schema template file to configure a source\'s account attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Account Schema** -> **Options** -> **Download Schema** >**NOTE: This API is designated only for Delimited File sources.**
78912
78898
  * @summary Uploads source accounts schema template
@@ -79985,12 +79971,6 @@ export interface SourcesV2025ApiImportAccountsRequest {
79985
79971
  * @memberof SourcesV2025ApiImportAccounts
79986
79972
  */
79987
79973
  readonly id: string;
79988
- /**
79989
- * Use this header to enable this experimental API.
79990
- * @type {string}
79991
- * @memberof SourcesV2025ApiImportAccounts
79992
- */
79993
- readonly xSailPointExperimental?: string;
79994
79974
  /**
79995
79975
  * The CSV file containing the source accounts to aggregate.
79996
79976
  * @type {File}
package/dist/v2025/api.js CHANGED
@@ -3329,7 +3329,8 @@ exports.WorkflowExecutionV2025StatusV2025 = {
3329
3329
  Completed: 'Completed',
3330
3330
  Failed: 'Failed',
3331
3331
  Canceled: 'Canceled',
3332
- Running: 'Running'
3332
+ Running: 'Running',
3333
+ Queued: 'Queued'
3333
3334
  };
3334
3335
  exports.WorkflowLibraryFormFieldsV2025TypeV2025 = {
3335
3336
  Text: 'text',
@@ -3870,7 +3871,7 @@ var AccessProfilesV2025ApiAxiosParamCreator = function (configuration) {
3870
3871
  var _this = this;
3871
3872
  return {
3872
3873
  /**
3873
- * 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.
3874
+ * 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.
3874
3875
  * @summary Create Access Profile
3875
3876
  * @param {AccessProfileV2025} accessProfileV2025
3876
3877
  * @param {*} [axiosOptions] Override http request option.
@@ -4437,7 +4438,7 @@ var AccessProfilesV2025ApiFp = function (configuration) {
4437
4438
  var localVarAxiosParamCreator = (0, exports.AccessProfilesV2025ApiAxiosParamCreator)(configuration);
4438
4439
  return {
4439
4440
  /**
4440
- * 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.
4441
+ * 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.
4441
4442
  * @summary Create Access Profile
4442
4443
  * @param {AccessProfileV2025} accessProfileV2025
4443
4444
  * @param {*} [axiosOptions] Override http request option.
@@ -4645,7 +4646,7 @@ var AccessProfilesV2025ApiFactory = function (configuration, basePath, axios) {
4645
4646
  var localVarFp = (0, exports.AccessProfilesV2025ApiFp)(configuration);
4646
4647
  return {
4647
4648
  /**
4648
- * 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.
4649
+ * 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.
4649
4650
  * @summary Create Access Profile
4650
4651
  * @param {AccessProfilesV2025ApiCreateAccessProfileRequest} requestParameters Request parameters.
4651
4652
  * @param {*} [axiosOptions] Override http request option.
@@ -4740,7 +4741,7 @@ var AccessProfilesV2025Api = /** @class */ (function (_super) {
4740
4741
  return _super !== null && _super.apply(this, arguments) || this;
4741
4742
  }
4742
4743
  /**
4743
- * 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.
4744
+ * 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.
4744
4745
  * @summary Create Access Profile
4745
4746
  * @param {AccessProfilesV2025ApiCreateAccessProfileRequest} requestParameters Request parameters.
4746
4747
  * @param {*} [axiosOptions] Override http request option.
@@ -5162,7 +5163,7 @@ var AccessRequestApprovalsV2025ApiAxiosParamCreator = function (configuration) {
5162
5163
  * @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.
5163
5164
  * @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.
5164
5165
  * @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.
5165
- * @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*
5166
+ * @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*
5166
5167
  * @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**
5167
5168
  * @param {*} [axiosOptions] Override http request option.
5168
5169
  * @throws {RequiredError}
@@ -5429,7 +5430,7 @@ var AccessRequestApprovalsV2025ApiFp = function (configuration) {
5429
5430
  * @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.
5430
5431
  * @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.
5431
5432
  * @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.
5432
- * @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*
5433
+ * @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*
5433
5434
  * @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**
5434
5435
  * @param {*} [axiosOptions] Override http request option.
5435
5436
  * @throws {RequiredError}
@@ -67025,11 +67026,11 @@ var ServiceDeskIntegrationV2025ApiAxiosParamCreator = function (configuration) {
67025
67026
  * Update an existing Service Desk integration by ID with a PATCH request.
67026
67027
  * @summary Patch a Service Desk Integration
67027
67028
  * @param {string} id ID of the Service Desk integration to update
67028
- * @param {PatchServiceDeskIntegrationRequestV2025} patchServiceDeskIntegrationRequestV2025 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.
67029
+ * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025 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.
67029
67030
  * @param {*} [axiosOptions] Override http request option.
67030
67031
  * @throws {RequiredError}
67031
67032
  */
67032
- patchServiceDeskIntegration: function (id, patchServiceDeskIntegrationRequestV2025, axiosOptions) {
67033
+ patchServiceDeskIntegration: function (id, jsonPatchOperationV2025, axiosOptions) {
67033
67034
  if (axiosOptions === void 0) { axiosOptions = {}; }
67034
67035
  return __awaiter(_this, void 0, void 0, function () {
67035
67036
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -67038,8 +67039,8 @@ var ServiceDeskIntegrationV2025ApiAxiosParamCreator = function (configuration) {
67038
67039
  case 0:
67039
67040
  // verify required parameter 'id' is not null or undefined
67040
67041
  (0, common_1.assertParamExists)('patchServiceDeskIntegration', 'id', id);
67041
- // verify required parameter 'patchServiceDeskIntegrationRequestV2025' is not null or undefined
67042
- (0, common_1.assertParamExists)('patchServiceDeskIntegration', 'patchServiceDeskIntegrationRequestV2025', patchServiceDeskIntegrationRequestV2025);
67042
+ // verify required parameter 'jsonPatchOperationV2025' is not null or undefined
67043
+ (0, common_1.assertParamExists)('patchServiceDeskIntegration', 'jsonPatchOperationV2025', jsonPatchOperationV2025);
67043
67044
  localVarPath = "/service-desk-integrations/{id}"
67044
67045
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
67045
67046
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -67070,7 +67071,7 @@ var ServiceDeskIntegrationV2025ApiAxiosParamCreator = function (configuration) {
67070
67071
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
67071
67072
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
67072
67073
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
67073
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(patchServiceDeskIntegrationRequestV2025, localVarRequestOptions, configuration);
67074
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(jsonPatchOperationV2025, localVarRequestOptions, configuration);
67074
67075
  return [2 /*return*/, {
67075
67076
  url: (0, common_1.toPathString)(localVarUrlObj),
67076
67077
  axiosOptions: localVarRequestOptions,
@@ -67368,17 +67369,17 @@ var ServiceDeskIntegrationV2025ApiFp = function (configuration) {
67368
67369
  * Update an existing Service Desk integration by ID with a PATCH request.
67369
67370
  * @summary Patch a Service Desk Integration
67370
67371
  * @param {string} id ID of the Service Desk integration to update
67371
- * @param {PatchServiceDeskIntegrationRequestV2025} patchServiceDeskIntegrationRequestV2025 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.
67372
+ * @param {Array<JsonPatchOperationV2025>} jsonPatchOperationV2025 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.
67372
67373
  * @param {*} [axiosOptions] Override http request option.
67373
67374
  * @throws {RequiredError}
67374
67375
  */
67375
- patchServiceDeskIntegration: function (id, patchServiceDeskIntegrationRequestV2025, axiosOptions) {
67376
+ patchServiceDeskIntegration: function (id, jsonPatchOperationV2025, axiosOptions) {
67376
67377
  var _a, _b, _c;
67377
67378
  return __awaiter(this, void 0, void 0, function () {
67378
67379
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
67379
67380
  return __generator(this, function (_d) {
67380
67381
  switch (_d.label) {
67381
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchServiceDeskIntegration(id, patchServiceDeskIntegrationRequestV2025, axiosOptions)];
67382
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchServiceDeskIntegration(id, jsonPatchOperationV2025, axiosOptions)];
67382
67383
  case 1:
67383
67384
  localVarAxiosArgs = _d.sent();
67384
67385
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -67522,7 +67523,7 @@ var ServiceDeskIntegrationV2025ApiFactory = function (configuration, basePath, a
67522
67523
  * @throws {RequiredError}
67523
67524
  */
67524
67525
  patchServiceDeskIntegration: function (requestParameters, axiosOptions) {
67525
- return localVarFp.patchServiceDeskIntegration(requestParameters.id, requestParameters.patchServiceDeskIntegrationRequestV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
67526
+ return localVarFp.patchServiceDeskIntegration(requestParameters.id, requestParameters.jsonPatchOperationV2025, axiosOptions).then(function (request) { return request(axios, basePath); });
67526
67527
  },
67527
67528
  /**
67528
67529
  * Update an existing Service Desk integration by ID.
@@ -67651,7 +67652,7 @@ var ServiceDeskIntegrationV2025Api = /** @class */ (function (_super) {
67651
67652
  */
67652
67653
  ServiceDeskIntegrationV2025Api.prototype.patchServiceDeskIntegration = function (requestParameters, axiosOptions) {
67653
67654
  var _this = this;
67654
- return (0, exports.ServiceDeskIntegrationV2025ApiFp)(this.configuration).patchServiceDeskIntegration(requestParameters.id, requestParameters.patchServiceDeskIntegrationRequestV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
67655
+ return (0, exports.ServiceDeskIntegrationV2025ApiFp)(this.configuration).patchServiceDeskIntegration(requestParameters.id, requestParameters.jsonPatchOperationV2025, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
67655
67656
  };
67656
67657
  /**
67657
67658
  * Update an existing Service Desk integration by ID.
@@ -69399,13 +69400,12 @@ var SourcesV2025ApiAxiosParamCreator = function (configuration) {
69399
69400
  * Starts an account aggregation on the specified source. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
69400
69401
  * @summary Account Aggregation
69401
69402
  * @param {string} id Source Id
69402
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
69403
69403
  * @param {File} [file] The CSV file containing the source accounts to aggregate.
69404
69404
  * @param {string} [disableOptimization] Use this flag to reprocess every account whether or not the data has changed.
69405
69405
  * @param {*} [axiosOptions] Override http request option.
69406
69406
  * @throws {RequiredError}
69407
69407
  */
69408
- importAccounts: function (id, xSailPointExperimental, file, disableOptimization, axiosOptions) {
69408
+ importAccounts: function (id, file, disableOptimization, axiosOptions) {
69409
69409
  if (axiosOptions === void 0) { axiosOptions = {}; }
69410
69410
  return __awaiter(_this, void 0, void 0, function () {
69411
69411
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, localVarFormParams, headersFromBaseOptions;
@@ -69414,9 +69414,6 @@ var SourcesV2025ApiAxiosParamCreator = function (configuration) {
69414
69414
  case 0:
69415
69415
  // verify required parameter 'id' is not null or undefined
69416
69416
  (0, common_1.assertParamExists)('importAccounts', 'id', id);
69417
- if (xSailPointExperimental === undefined) {
69418
- xSailPointExperimental = 'true';
69419
- }
69420
69417
  localVarPath = "/sources/{id}/load-accounts"
69421
69418
  .replace("{".concat("id", "}"), encodeURIComponent(String(id)));
69422
69419
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -69451,9 +69448,6 @@ var SourcesV2025ApiAxiosParamCreator = function (configuration) {
69451
69448
  localVarFormParams.append('disableOptimization', disableOptimization);
69452
69449
  }
69453
69450
  localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
69454
- if (xSailPointExperimental != null) {
69455
- localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
69456
- }
69457
69451
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
69458
69452
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
69459
69453
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
@@ -71578,19 +71572,18 @@ var SourcesV2025ApiFp = function (configuration) {
71578
71572
  * Starts an account aggregation on the specified source. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
71579
71573
  * @summary Account Aggregation
71580
71574
  * @param {string} id Source Id
71581
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
71582
71575
  * @param {File} [file] The CSV file containing the source accounts to aggregate.
71583
71576
  * @param {string} [disableOptimization] Use this flag to reprocess every account whether or not the data has changed.
71584
71577
  * @param {*} [axiosOptions] Override http request option.
71585
71578
  * @throws {RequiredError}
71586
71579
  */
71587
- importAccounts: function (id, xSailPointExperimental, file, disableOptimization, axiosOptions) {
71580
+ importAccounts: function (id, file, disableOptimization, axiosOptions) {
71588
71581
  var _a, _b, _c;
71589
71582
  return __awaiter(this, void 0, void 0, function () {
71590
71583
  var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
71591
71584
  return __generator(this, function (_d) {
71592
71585
  switch (_d.label) {
71593
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.importAccounts(id, xSailPointExperimental, file, disableOptimization, axiosOptions)];
71586
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.importAccounts(id, file, disableOptimization, axiosOptions)];
71594
71587
  case 1:
71595
71588
  localVarAxiosArgs = _d.sent();
71596
71589
  localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
@@ -72455,7 +72448,7 @@ var SourcesV2025ApiFactory = function (configuration, basePath, axios) {
72455
72448
  * @throws {RequiredError}
72456
72449
  */
72457
72450
  importAccounts: function (requestParameters, axiosOptions) {
72458
- return localVarFp.importAccounts(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.file, requestParameters.disableOptimization, axiosOptions).then(function (request) { return request(axios, basePath); });
72451
+ return localVarFp.importAccounts(requestParameters.id, requestParameters.file, requestParameters.disableOptimization, axiosOptions).then(function (request) { return request(axios, basePath); });
72459
72452
  },
72460
72453
  /**
72461
72454
  * This API uploads a source schema template file to configure a source\'s account attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Account Schema** -> **Options** -> **Download Schema** >**NOTE: This API is designated only for Delimited File sources.**
@@ -73023,7 +73016,7 @@ var SourcesV2025Api = /** @class */ (function (_super) {
73023
73016
  */
73024
73017
  SourcesV2025Api.prototype.importAccounts = function (requestParameters, axiosOptions) {
73025
73018
  var _this = this;
73026
- return (0, exports.SourcesV2025ApiFp)(this.configuration).importAccounts(requestParameters.id, requestParameters.xSailPointExperimental, requestParameters.file, requestParameters.disableOptimization, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
73019
+ return (0, exports.SourcesV2025ApiFp)(this.configuration).importAccounts(requestParameters.id, requestParameters.file, requestParameters.disableOptimization, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
73027
73020
  };
73028
73021
  /**
73029
73022
  * This API uploads a source schema template file to configure a source\'s account attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Account Schema** -> **Options** -> **Download Schema** >**NOTE: This API is designated only for Delimited File sources.**