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.
package/beta/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## sailpoint-sdk@1.6.0
1
+ ## sailpoint-sdk@1.6.1
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.6.0 --save
39
+ npm install sailpoint-sdk@1.6.1 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/beta/api.ts CHANGED
@@ -817,13 +817,13 @@ export interface AccessItemRoleResponseBeta {
817
817
  */
818
818
  export interface AccessProfileApprovalSchemeBeta {
819
819
  /**
820
- * Describes the individual or group that is responsible for an approval step. Values are as follows. **APP_OWNER**: The owner of the Application **OWNER**: Owner of the associated Access Profile or Role **SOURCE_OWNER**: Owner of the Source associated with an Access Profile **MANAGER**: Manager of the Identity making the request **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field
820
+ * Describes the individual or group that is responsible for an approval step. These are the possible values: **APP_OWNER**: The owner of the Application **OWNER**: Owner of the associated Access Profile or Role **SOURCE_OWNER**: Owner of the Source associated with an Access Profile **MANAGER**: Manager of the Identity making the request **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field
821
821
  * @type {string}
822
822
  * @memberof AccessProfileApprovalSchemeBeta
823
823
  */
824
824
  'approverType'?: AccessProfileApprovalSchemeBetaApproverTypeBeta;
825
825
  /**
826
- * Id of the specific approver, used only when approverType is GOVERNANCE_GROUP
826
+ * Specific approver ID. Only use this when the `approverType` is `GOVERNANCE_GROUP`.
827
827
  * @type {string}
828
828
  * @memberof AccessProfileApprovalSchemeBeta
829
829
  */
@@ -841,43 +841,43 @@ export const AccessProfileApprovalSchemeBetaApproverTypeBeta = {
841
841
  export type AccessProfileApprovalSchemeBetaApproverTypeBeta = typeof AccessProfileApprovalSchemeBetaApproverTypeBeta[keyof typeof AccessProfileApprovalSchemeBetaApproverTypeBeta];
842
842
 
843
843
  /**
844
- * Access Profile
844
+ * Access profile.
845
845
  * @export
846
846
  * @interface AccessProfileBeta
847
847
  */
848
848
  export interface AccessProfileBeta {
849
849
  /**
850
- * The ID of the Access Profile
850
+ * Access profile ID.
851
851
  * @type {string}
852
852
  * @memberof AccessProfileBeta
853
853
  */
854
854
  'id'?: string;
855
855
  /**
856
- * Name of the Access Profile
856
+ * Access profile name.
857
857
  * @type {string}
858
858
  * @memberof AccessProfileBeta
859
859
  */
860
860
  'name': string;
861
861
  /**
862
- * Information about the Access Profile
862
+ * Access profile description.
863
863
  * @type {string}
864
864
  * @memberof AccessProfileBeta
865
865
  */
866
866
  'description'?: string | null;
867
867
  /**
868
- * Date the Access Profile was created
868
+ * Date and time when the access profile was created.
869
869
  * @type {string}
870
870
  * @memberof AccessProfileBeta
871
871
  */
872
872
  'created'?: string;
873
873
  /**
874
- * Date the Access Profile was last modified.
874
+ * Date and time when the access profile was last modified.
875
875
  * @type {string}
876
876
  * @memberof AccessProfileBeta
877
877
  */
878
878
  'modified'?: string;
879
879
  /**
880
- * Whether the Access Profile is enabled. If the Access Profile is enabled then you must include at least one Entitlement.
880
+ * Indicates whether the access profile is enabled. If it\'s enabled, you must include at least one entitlement.
881
881
  * @type {boolean}
882
882
  * @memberof AccessProfileBeta
883
883
  */
@@ -895,13 +895,13 @@ export interface AccessProfileBeta {
895
895
  */
896
896
  'source': AccessProfileSourceRefBeta;
897
897
  /**
898
- * A list of entitlements associated with the Access Profile. If enabled is false this is allowed to be empty otherwise it needs to contain at least one Entitlement.
898
+ * List of entitlements associated with the access profile. If `enabled` is false, this can be empty. Otherwise, it must contain at least one entitlement.
899
899
  * @type {Array<EntitlementRefBeta>}
900
900
  * @memberof AccessProfileBeta
901
901
  */
902
902
  'entitlements'?: Array<EntitlementRefBeta> | null;
903
903
  /**
904
- * Whether the Access Profile is requestable via access request. Currently, making an Access Profile non-requestable is only supported for customers enabled with the new Request Center. Otherwise, attempting to create an Access Profile with a value **false** in this field results in a 400 error.
904
+ * Indicates whether the access profile is requestable by access request. Currently, making an access profile non-requestable is only supported for customers enabled with the new Request Center. Otherwise, attempting to create an access profile with a value **false** in this field results in a 400 error.
905
905
  * @type {boolean}
906
906
  * @memberof AccessProfileBeta
907
907
  */
@@ -919,7 +919,7 @@ export interface AccessProfileBeta {
919
919
  */
920
920
  'revocationRequestConfig'?: RevocabilityBeta | null;
921
921
  /**
922
- * List of IDs of segments, if any, to which this Access Profile is assigned.
922
+ * List of segment IDs, if any, that the access profile is assigned to.
923
923
  * @type {Array<string>}
924
924
  * @memberof AccessProfileBeta
925
925
  */
@@ -1191,19 +1191,19 @@ export type AccessProfileRefBetaTypeBeta = typeof AccessProfileRefBetaTypeBeta[k
1191
1191
  */
1192
1192
  export interface AccessProfileSourceRefBeta {
1193
1193
  /**
1194
- * The ID of the Source with with which the Access Profile is associated
1194
+ * ID of the source the access profile is associated with.
1195
1195
  * @type {string}
1196
1196
  * @memberof AccessProfileSourceRefBeta
1197
1197
  */
1198
1198
  'id'?: string;
1199
1199
  /**
1200
- * The type of the Source, will always be SOURCE
1200
+ * Source\'s DTO type.
1201
1201
  * @type {string}
1202
1202
  * @memberof AccessProfileSourceRefBeta
1203
1203
  */
1204
1204
  'type'?: AccessProfileSourceRefBetaTypeBeta;
1205
1205
  /**
1206
- * The display name of the associated Source
1206
+ * Source name.
1207
1207
  * @type {string}
1208
1208
  * @memberof AccessProfileSourceRefBeta
1209
1209
  */
@@ -19948,7 +19948,7 @@ export const OwnerDtoBetaTypeBeta = {
19948
19948
  export type OwnerDtoBetaTypeBeta = typeof OwnerDtoBetaTypeBeta[keyof typeof OwnerDtoBetaTypeBeta];
19949
19949
 
19950
19950
  /**
19951
- * The owner of this object.
19951
+ * Owner of the object.
19952
19952
  * @export
19953
19953
  * @interface OwnerReferenceBeta
19954
19954
  */
@@ -19960,13 +19960,13 @@ export interface OwnerReferenceBeta {
19960
19960
  */
19961
19961
  'type'?: OwnerReferenceBetaTypeBeta;
19962
19962
  /**
19963
- * Identity id
19963
+ * Owner\'s identity ID.
19964
19964
  * @type {string}
19965
19965
  * @memberof OwnerReferenceBeta
19966
19966
  */
19967
19967
  'id'?: string;
19968
19968
  /**
19969
- * Human-readable display name of the owner. It may be left null or omitted in a POST or PATCH. If set, it must match the current value of the owner\'s display name, otherwise a 400 Bad Request error will result.
19969
+ * Owner\'s name. It may be left null or omitted in a POST or PATCH. If set, it must match the current value of the owner\'s display name, otherwise a 400 Bad Request error will result.
19970
19970
  * @type {string}
19971
19971
  * @memberof OwnerReferenceBeta
19972
19972
  */
@@ -20605,19 +20605,6 @@ export const PatchPotentialRoleRequestInnerBetaOpBeta = {
20605
20605
 
20606
20606
  export type PatchPotentialRoleRequestInnerBetaOpBeta = typeof PatchPotentialRoleRequestInnerBetaOpBeta[keyof typeof PatchPotentialRoleRequestInnerBetaOpBeta];
20607
20607
 
20608
- /**
20609
- * A JSONPatch document as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902). Only `replace` operations are accepted by this endpoint.
20610
- * @export
20611
- * @interface PatchServiceDeskIntegrationRequestBeta
20612
- */
20613
- export interface PatchServiceDeskIntegrationRequestBeta {
20614
- /**
20615
- * Operations to be applied
20616
- * @type {Array<JsonPatchOperationBeta>}
20617
- * @memberof PatchServiceDeskIntegrationRequestBeta
20618
- */
20619
- 'operations'?: Array<JsonPatchOperationBeta>;
20620
- }
20621
20608
  /**
20622
20609
  *
20623
20610
  * @export
@@ -21387,7 +21374,7 @@ export interface ProvisioningConfigPlanInitializerScriptBeta {
21387
21374
  'source'?: string;
21388
21375
  }
21389
21376
  /**
21390
- * Defines matching criteria for an Account to be provisioned with a specific Access Profile
21377
+ * Defines matching criteria for an account to be provisioned with a specific access profile.
21391
21378
  * @export
21392
21379
  * @interface ProvisioningCriteriaLevel1Beta
21393
21380
  */
@@ -21399,19 +21386,19 @@ export interface ProvisioningCriteriaLevel1Beta {
21399
21386
  */
21400
21387
  'operation'?: ProvisioningCriteriaOperationBeta;
21401
21388
  /**
21402
- * Name of the Account attribute to be tested. If **operation** is one of EQUALS, NOT_EQUALS, CONTAINS, or HAS, this field is required. Otherwise, specifying it is an error.
21389
+ * Name of the account attribute to be tested. If **operation** is one of `EQUALS`, `NOT_EQUALS`, `CONTAINS`, or `HAS`, this field is required. Otherwise, specifying it results in an error.
21403
21390
  * @type {string}
21404
21391
  * @memberof ProvisioningCriteriaLevel1Beta
21405
21392
  */
21406
21393
  'attribute'?: string | null;
21407
21394
  /**
21408
- * String value to test the Account attribute w/r/t the specified operation. If the operation is one of EQUALS, NOT_EQUALS, or CONTAINS, this field is required. Otherwise, specifying it is an error. If the Attribute is not String-typed, it will be converted to the appropriate type.
21395
+ * String value to test the account attribute w/r/t the specified operation. If the operation is one of `EQUALS`, `NOT_EQUALS`, or `CONTAINS`, this field is required. Otherwise, specifying it results in an error. If the attribute is not string-typed, the API will convert it to the appropriate type.
21409
21396
  * @type {string}
21410
21397
  * @memberof ProvisioningCriteriaLevel1Beta
21411
21398
  */
21412
21399
  'value'?: string | null;
21413
21400
  /**
21414
- * Array of child criteria. Required if the operation is AND or OR, otherwise it must be left null. A maximum of three levels of criteria are supported, including leaf nodes.
21401
+ * Array of child criteria. This field is required if the operation is `AND` or `OR`. Otherwise, it must be left null. A maximum of three levels of criteria are supported, including leaf nodes.
21415
21402
  * @type {Array<ProvisioningCriteriaLevel2Beta>}
21416
21403
  * @memberof ProvisioningCriteriaLevel1Beta
21417
21404
  */
@@ -21420,7 +21407,7 @@ export interface ProvisioningCriteriaLevel1Beta {
21420
21407
 
21421
21408
 
21422
21409
  /**
21423
- * Defines matching criteria for an Account to be provisioned with a specific Access Profile
21410
+ * Defines matching criteria for an account to be provisioned with a specific access profile.
21424
21411
  * @export
21425
21412
  * @interface ProvisioningCriteriaLevel2Beta
21426
21413
  */
@@ -21432,19 +21419,19 @@ export interface ProvisioningCriteriaLevel2Beta {
21432
21419
  */
21433
21420
  'operation'?: ProvisioningCriteriaOperationBeta;
21434
21421
  /**
21435
- * Name of the Account attribute to be tested. If **operation** is one of EQUALS, NOT_EQUALS, CONTAINS, or HAS, this field is required. Otherwise, specifying it is an error.
21422
+ * Name of the account attribute to be tested. If **operation** is one of `EQUALS`, `NOT_EQUALS`, `CONTAINS`, or `HAS`, this field is required. Otherwise, specifying it results in an error.
21436
21423
  * @type {string}
21437
21424
  * @memberof ProvisioningCriteriaLevel2Beta
21438
21425
  */
21439
21426
  'attribute'?: string | null;
21440
21427
  /**
21441
- * String value to test the Account attribute w/r/t the specified operation. If the operation is one of EQUALS, NOT_EQUALS, or CONTAINS, this field is required. Otherwise, specifying it is an error. If the Attribute is not String-typed, it will be converted to the appropriate type.
21428
+ * String value to test the account attribute w/r/t the specified operation. If the operation is one of `EQUALS`, `NOT_EQUALS`, or `CONTAINS`, this field is required. Otherwise, specifying it results in an error. If the attribute is not string-typed, the API will convert it to the appropriate type.
21442
21429
  * @type {string}
21443
21430
  * @memberof ProvisioningCriteriaLevel2Beta
21444
21431
  */
21445
21432
  'value'?: string | null;
21446
21433
  /**
21447
- * Array of child criteria. Required if the operation is AND or OR, otherwise it must be left null. A maximum of three levels of criteria are supported, including leaf nodes.
21434
+ * Array of child criteria. This field is required if the operation is `AND` or `OR`. Otherwise, it must be left null. A maximum of three levels of criteria are supported, including leaf nodes.
21448
21435
  * @type {Array<ProvisioningCriteriaLevel3Beta>}
21449
21436
  * @memberof ProvisioningCriteriaLevel2Beta
21450
21437
  */
@@ -21453,7 +21440,7 @@ export interface ProvisioningCriteriaLevel2Beta {
21453
21440
 
21454
21441
 
21455
21442
  /**
21456
- * Defines matching criteria for an Account to be provisioned with a specific Access Profile
21443
+ * Defines matching criteria for an account to be provisioned with a specific access profile.
21457
21444
  * @export
21458
21445
  * @interface ProvisioningCriteriaLevel3Beta
21459
21446
  */
@@ -21465,19 +21452,19 @@ export interface ProvisioningCriteriaLevel3Beta {
21465
21452
  */
21466
21453
  'operation'?: ProvisioningCriteriaOperationBeta;
21467
21454
  /**
21468
- * Name of the Account attribute to be tested. If **operation** is one of EQUALS, NOT_EQUALS, CONTAINS, or HAS, this field is required. Otherwise, specifying it is an error.
21455
+ * Name of the account attribute to be tested. If **operation** is one of `EQUALS`, `NOT_EQUALS`, `CONTAINS`, or `HAS`, this field is required. Otherwise, specifying it results in an error.
21469
21456
  * @type {string}
21470
21457
  * @memberof ProvisioningCriteriaLevel3Beta
21471
21458
  */
21472
21459
  'attribute'?: string | null;
21473
21460
  /**
21474
- * String value to test the Account attribute w/r/t the specified operation. If the operation is one of EQUALS, NOT_EQUALS, or CONTAINS, this field is required. Otherwise, specifying it is an error. If the Attribute is not String-typed, it will be converted to the appropriate type.
21461
+ * String value to test the account attribute w/r/t the specified operation. If the operation is one of `EQUALS`, `NOT_EQUALS`, or `CONTAINS`, this field is required. Otherwise, specifying it results in an error. If the attribute is not string-typed, the API will convert it to the appropriate type.
21475
21462
  * @type {string}
21476
21463
  * @memberof ProvisioningCriteriaLevel3Beta
21477
21464
  */
21478
- 'value'?: string;
21465
+ 'value'?: string | null;
21479
21466
  /**
21480
- * Array of child criteria. Required if the operation is AND or OR, otherwise it must be left null. A maximum of three levels of criteria are supported, including leaf nodes.
21467
+ * Array of child criteria. This field is required if the operation is `AND` or `OR`. Otherwise, it must be left null. A maximum of three levels of criteria are supported, including leaf nodes.
21481
21468
  * @type {string}
21482
21469
  * @memberof ProvisioningCriteriaLevel3Beta
21483
21470
  */
@@ -21486,7 +21473,7 @@ export interface ProvisioningCriteriaLevel3Beta {
21486
21473
 
21487
21474
 
21488
21475
  /**
21489
- * Supported operations on ProvisioningCriteria
21476
+ * Supported operations on `ProvisioningCriteria`.
21490
21477
  * @export
21491
21478
  * @enum {string}
21492
21479
  */
@@ -22345,19 +22332,25 @@ export interface RequestOnBehalfOfConfigBeta {
22345
22332
  */
22346
22333
  export interface RequestabilityBeta {
22347
22334
  /**
22348
- * Whether the requester of the containing object must provide comments justifying the request
22335
+ * Indicates whether the requester of the containing object must provide comments justifying the request.
22349
22336
  * @type {boolean}
22350
22337
  * @memberof RequestabilityBeta
22351
22338
  */
22352
22339
  'commentsRequired'?: boolean | null;
22353
22340
  /**
22354
- * Whether an approver must provide comments when denying the request
22341
+ * Indicates whether an approver must provide comments when denying the request.
22355
22342
  * @type {boolean}
22356
22343
  * @memberof RequestabilityBeta
22357
22344
  */
22358
22345
  'denialCommentsRequired'?: boolean | null;
22359
22346
  /**
22360
- * List describing the steps in approving the request
22347
+ * Indicates whether reauthorization is required for the request.
22348
+ * @type {boolean}
22349
+ * @memberof RequestabilityBeta
22350
+ */
22351
+ 'reauthorizationRequired'?: boolean | null;
22352
+ /**
22353
+ * List describing the steps involved in approving the request.
22361
22354
  * @type {Array<AccessProfileApprovalSchemeBeta>}
22362
22355
  * @memberof RequestabilityBeta
22363
22356
  */
@@ -22381,6 +22374,12 @@ export interface RequestabilityForRoleBeta {
22381
22374
  * @memberof RequestabilityForRoleBeta
22382
22375
  */
22383
22376
  'denialCommentsRequired'?: boolean | null;
22377
+ /**
22378
+ * Indicates whether reauthorization is required for the request.
22379
+ * @type {boolean}
22380
+ * @memberof RequestabilityForRoleBeta
22381
+ */
22382
+ 'reauthorizationRequired'?: boolean | null;
22384
22383
  /**
22385
22384
  * List describing the steps in approving the request
22386
22385
  * @type {Array<ApprovalSchemeForRoleBeta>}
@@ -23262,7 +23261,7 @@ export type ReviewerBetaTypeBeta = typeof ReviewerBetaTypeBeta[keyof typeof Revi
23262
23261
  */
23263
23262
  export interface RevocabilityBeta {
23264
23263
  /**
23265
- * List describing the steps in approving the revocation request
23264
+ * List describing the steps involved in approving the revocation request.
23266
23265
  * @type {Array<AccessProfileApprovalSchemeBeta>}
23267
23266
  * @memberof RevocabilityBeta
23268
23267
  */
@@ -33945,7 +33944,7 @@ export class AccessModelMetadataBetaApi extends BaseAPI {
33945
33944
  export const AccessProfilesBetaApiAxiosParamCreator = function (configuration?: Configuration) {
33946
33945
  return {
33947
33946
  /**
33948
- * 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.
33947
+ * 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.
33949
33948
  * @summary Create Access Profile
33950
33949
  * @param {AccessProfileBeta} accessProfileBeta
33951
33950
  * @param {*} [axiosOptions] Override http request option.
@@ -34388,7 +34387,7 @@ export const AccessProfilesBetaApiFp = function(configuration?: Configuration) {
34388
34387
  const localVarAxiosParamCreator = AccessProfilesBetaApiAxiosParamCreator(configuration)
34389
34388
  return {
34390
34389
  /**
34391
- * 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.
34390
+ * 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.
34392
34391
  * @summary Create Access Profile
34393
34392
  * @param {AccessProfileBeta} accessProfileBeta
34394
34393
  * @param {*} [axiosOptions] Override http request option.
@@ -34515,7 +34514,7 @@ export const AccessProfilesBetaApiFactory = function (configuration?: Configurat
34515
34514
  const localVarFp = AccessProfilesBetaApiFp(configuration)
34516
34515
  return {
34517
34516
  /**
34518
- * 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.
34517
+ * 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.
34519
34518
  * @summary Create Access Profile
34520
34519
  * @param {AccessProfilesBetaApiCreateAccessProfileRequest} requestParameters Request parameters.
34521
34520
  * @param {*} [axiosOptions] Override http request option.
@@ -34808,7 +34807,7 @@ export interface AccessProfilesBetaApiUpdateAccessProfilesInBulkRequest {
34808
34807
  */
34809
34808
  export class AccessProfilesBetaApi extends BaseAPI {
34810
34809
  /**
34811
- * 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.
34810
+ * 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.
34812
34811
  * @summary Create Access Profile
34813
34812
  * @param {AccessProfilesBetaApiCreateAccessProfileRequest} requestParameters Request parameters.
34814
34813
  * @param {*} [axiosOptions] Override http request option.
@@ -81332,15 +81331,15 @@ export const ServiceDeskIntegrationBetaApiAxiosParamCreator = function (configur
81332
81331
  * Update an existing Service Desk integration by ID with a PATCH request.
81333
81332
  * @summary Patch a Service Desk Integration
81334
81333
  * @param {string} id ID of the Service Desk integration to update
81335
- * @param {PatchServiceDeskIntegrationRequestBeta} patchServiceDeskIntegrationRequestBeta 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.
81334
+ * @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta 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.
81336
81335
  * @param {*} [axiosOptions] Override http request option.
81337
81336
  * @throws {RequiredError}
81338
81337
  */
81339
- patchServiceDeskIntegration: async (id: string, patchServiceDeskIntegrationRequestBeta: PatchServiceDeskIntegrationRequestBeta, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
81338
+ patchServiceDeskIntegration: async (id: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
81340
81339
  // verify required parameter 'id' is not null or undefined
81341
81340
  assertParamExists('patchServiceDeskIntegration', 'id', id)
81342
- // verify required parameter 'patchServiceDeskIntegrationRequestBeta' is not null or undefined
81343
- assertParamExists('patchServiceDeskIntegration', 'patchServiceDeskIntegrationRequestBeta', patchServiceDeskIntegrationRequestBeta)
81341
+ // verify required parameter 'jsonPatchOperationBeta' is not null or undefined
81342
+ assertParamExists('patchServiceDeskIntegration', 'jsonPatchOperationBeta', jsonPatchOperationBeta)
81344
81343
  const localVarPath = `/service-desk-integrations/{id}`
81345
81344
  .replace(`{${"id"}}`, encodeURIComponent(String(id)));
81346
81345
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
@@ -81369,7 +81368,7 @@ export const ServiceDeskIntegrationBetaApiAxiosParamCreator = function (configur
81369
81368
  setSearchParams(localVarUrlObj, localVarQueryParameter);
81370
81369
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
81371
81370
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
81372
- localVarRequestOptions.data = serializeDataIfNeeded(patchServiceDeskIntegrationRequestBeta, localVarRequestOptions, configuration)
81371
+ localVarRequestOptions.data = serializeDataIfNeeded(jsonPatchOperationBeta, localVarRequestOptions, configuration)
81373
81372
 
81374
81373
  return {
81375
81374
  url: toPathString(localVarUrlObj),
@@ -81575,12 +81574,12 @@ export const ServiceDeskIntegrationBetaApiFp = function(configuration?: Configur
81575
81574
  * Update an existing Service Desk integration by ID with a PATCH request.
81576
81575
  * @summary Patch a Service Desk Integration
81577
81576
  * @param {string} id ID of the Service Desk integration to update
81578
- * @param {PatchServiceDeskIntegrationRequestBeta} patchServiceDeskIntegrationRequestBeta 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.
81577
+ * @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta 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.
81579
81578
  * @param {*} [axiosOptions] Override http request option.
81580
81579
  * @throws {RequiredError}
81581
81580
  */
81582
- async patchServiceDeskIntegration(id: string, patchServiceDeskIntegrationRequestBeta: PatchServiceDeskIntegrationRequestBeta, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoBeta>> {
81583
- const localVarAxiosArgs = await localVarAxiosParamCreator.patchServiceDeskIntegration(id, patchServiceDeskIntegrationRequestBeta, axiosOptions);
81581
+ async patchServiceDeskIntegration(id: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoBeta>> {
81582
+ const localVarAxiosArgs = await localVarAxiosParamCreator.patchServiceDeskIntegration(id, jsonPatchOperationBeta, axiosOptions);
81584
81583
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
81585
81584
  const localVarOperationServerBasePath = operationServerMap['ServiceDeskIntegrationBetaApi.patchServiceDeskIntegration']?.[localVarOperationServerIndex]?.url;
81586
81585
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -81698,7 +81697,7 @@ export const ServiceDeskIntegrationBetaApiFactory = function (configuration?: Co
81698
81697
  * @throws {RequiredError}
81699
81698
  */
81700
81699
  patchServiceDeskIntegration(requestParameters: ServiceDeskIntegrationBetaApiPatchServiceDeskIntegrationRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<ServiceDeskIntegrationDtoBeta> {
81701
- return localVarFp.patchServiceDeskIntegration(requestParameters.id, requestParameters.patchServiceDeskIntegrationRequestBeta, axiosOptions).then((request) => request(axios, basePath));
81700
+ return localVarFp.patchServiceDeskIntegration(requestParameters.id, requestParameters.jsonPatchOperationBeta, axiosOptions).then((request) => request(axios, basePath));
81702
81701
  },
81703
81702
  /**
81704
81703
  * Update an existing Service Desk integration by ID.
@@ -81836,10 +81835,10 @@ export interface ServiceDeskIntegrationBetaApiPatchServiceDeskIntegrationRequest
81836
81835
 
81837
81836
  /**
81838
81837
  * 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.
81839
- * @type {PatchServiceDeskIntegrationRequestBeta}
81838
+ * @type {Array<JsonPatchOperationBeta>}
81840
81839
  * @memberof ServiceDeskIntegrationBetaApiPatchServiceDeskIntegration
81841
81840
  */
81842
- readonly patchServiceDeskIntegrationRequestBeta: PatchServiceDeskIntegrationRequestBeta
81841
+ readonly jsonPatchOperationBeta: Array<JsonPatchOperationBeta>
81843
81842
  }
81844
81843
 
81845
81844
  /**
@@ -81975,7 +81974,7 @@ export class ServiceDeskIntegrationBetaApi extends BaseAPI {
81975
81974
  * @memberof ServiceDeskIntegrationBetaApi
81976
81975
  */
81977
81976
  public patchServiceDeskIntegration(requestParameters: ServiceDeskIntegrationBetaApiPatchServiceDeskIntegrationRequest, axiosOptions?: RawAxiosRequestConfig) {
81978
- return ServiceDeskIntegrationBetaApiFp(this.configuration).patchServiceDeskIntegration(requestParameters.id, requestParameters.patchServiceDeskIntegrationRequestBeta, axiosOptions).then((request) => request(this.axios, this.basePath));
81977
+ return ServiceDeskIntegrationBetaApiFp(this.configuration).patchServiceDeskIntegration(requestParameters.id, requestParameters.jsonPatchOperationBeta, axiosOptions).then((request) => request(this.axios, this.basePath));
81979
81978
  }
81980
81979
 
81981
81980
  /**
package/beta/common.ts CHANGED
@@ -147,9 +147,9 @@ export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxi
147
147
  return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
148
148
  axiosRetry(axios, configuration.retriesConfig)
149
149
  const headers = {
150
- ...{'User-Agent':'OpenAPI-Generator/1.6.0/ts'},
150
+ ...{'User-Agent':'OpenAPI-Generator/1.6.1/ts'},
151
151
  ...axiosArgs.axiosOptions.headers,
152
- ...{'X-SailPoint-SDK':'typescript-1.6.0'}
152
+ ...{'X-SailPoint-SDK':'typescript-1.6.1'}
153
153
  }
154
154
 
155
155
  if(!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
package/beta/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-sdk",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "OpenAPI client for sailpoint-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {