sailpoint-api-client 1.8.54 → 1.8.56

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.
Files changed (49) hide show
  1. package/beta/README.md +2 -2
  2. package/beta/api.ts +51 -10
  3. package/beta/common.ts +2 -2
  4. package/beta/package.json +1 -1
  5. package/dist/beta/api.d.ts +49 -8
  6. package/dist/beta/api.js +13 -2
  7. package/dist/beta/api.js.map +1 -1
  8. package/dist/beta/common.js +2 -2
  9. package/dist/nerm/common.js +2 -2
  10. package/dist/nermv2025/common.js +2 -2
  11. package/dist/v2024/api.d.ts +50 -9
  12. package/dist/v2024/api.js +13 -2
  13. package/dist/v2024/api.js.map +1 -1
  14. package/dist/v2024/common.js +2 -2
  15. package/dist/v2025/api.d.ts +49 -8
  16. package/dist/v2025/api.js +13 -2
  17. package/dist/v2025/api.js.map +1 -1
  18. package/dist/v2025/common.js +2 -2
  19. package/dist/v2026/api.d.ts +49 -8
  20. package/dist/v2026/api.js +13 -2
  21. package/dist/v2026/api.js.map +1 -1
  22. package/dist/v2026/common.js +2 -2
  23. package/dist/v3/api.d.ts +31 -8
  24. package/dist/v3/api.js +13 -2
  25. package/dist/v3/api.js.map +1 -1
  26. package/dist/v3/common.js +2 -2
  27. package/nerm/README.md +2 -2
  28. package/nerm/common.ts +2 -2
  29. package/nerm/package.json +1 -1
  30. package/nermv2025/README.md +2 -2
  31. package/nermv2025/common.ts +2 -2
  32. package/nermv2025/package.json +1 -1
  33. package/package.json +1 -1
  34. package/v2024/README.md +2 -2
  35. package/v2024/api.ts +52 -11
  36. package/v2024/common.ts +2 -2
  37. package/v2024/package.json +1 -1
  38. package/v2025/README.md +2 -2
  39. package/v2025/api.ts +51 -10
  40. package/v2025/common.ts +2 -2
  41. package/v2025/package.json +1 -1
  42. package/v2026/README.md +2 -2
  43. package/v2026/api.ts +51 -10
  44. package/v2026/common.ts +2 -2
  45. package/v2026/package.json +1 -1
  46. package/v3/README.md +2 -2
  47. package/v3/api.ts +33 -10
  48. package/v3/common.ts +2 -2
  49. package/v3/package.json +1 -1
package/v2026/api.ts CHANGED
@@ -1165,13 +1165,13 @@ export interface AccessModelMetadataValuesInnerV2026 {
1165
1165
  */
1166
1166
  export interface AccessProfileApprovalSchemeV2026 {
1167
1167
  /**
1168
- * 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 **WORKFLOW**: A Workflow, the ID of which is specified by the **approverId** field. Workflow is exclusive to other types of approvals and License required.
1168
+ * 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 **WORKFLOW**: A Workflow, the ID of which is specified by the **approverId** field. Workflow is exclusive to other types of approvals and License required. **ALL_OWNERS**: All owners of the Access Profile, including the primary owner and any secondary owners **ADDITIONAL_OWNER**: An additional owner of the Access Profile, the ID of which is specified by the **approverId** field **ADDITIONAL_GOVERNANCE_GROUP**: An additional Governance Group, the ID of which is specified by the **approverId** field
1169
1169
  * @type {string}
1170
1170
  * @memberof AccessProfileApprovalSchemeV2026
1171
1171
  */
1172
1172
  'approverType'?: AccessProfileApprovalSchemeV2026ApproverTypeV2026;
1173
1173
  /**
1174
- * Id of the specific approver, used when approverType is GOVERNANCE_GROUP or WORKFLOW.
1174
+ * Id of the specific approver, used when approverType is GOVERNANCE_GROUP, WORKFLOW, or ADDITIONAL_GOVERNANCE_GROUP.
1175
1175
  * @type {string}
1176
1176
  * @memberof AccessProfileApprovalSchemeV2026
1177
1177
  */
@@ -1184,7 +1184,10 @@ export const AccessProfileApprovalSchemeV2026ApproverTypeV2026 = {
1184
1184
  SourceOwner: 'SOURCE_OWNER',
1185
1185
  Manager: 'MANAGER',
1186
1186
  GovernanceGroup: 'GOVERNANCE_GROUP',
1187
- Workflow: 'WORKFLOW'
1187
+ Workflow: 'WORKFLOW',
1188
+ AllOwners: 'ALL_OWNERS',
1189
+ AdditionalOwner: 'ADDITIONAL_OWNER',
1190
+ AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
1188
1191
  } as const;
1189
1192
 
1190
1193
  export type AccessProfileApprovalSchemeV2026ApproverTypeV2026 = typeof AccessProfileApprovalSchemeV2026ApproverTypeV2026[keyof typeof AccessProfileApprovalSchemeV2026ApproverTypeV2026];
@@ -9068,13 +9071,13 @@ export interface ApprovalRequestedTargetV2026 {
9068
9071
  */
9069
9072
  export interface ApprovalSchemeForRoleV2026 {
9070
9073
  /**
9071
- * Describes the individual or group that is responsible for an approval step. Values are as follows. **OWNER**: Owner of the associated Role **MANAGER**: Manager of the Identity making the request **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field **WORKFLOW**: A Workflow, the ID of which is specified by the **approverId** field. Workflow is exclusive to other types of approvals and License required.
9074
+ * Describes the individual or group that is responsible for an approval step. Values are as follows. **OWNER**: Owner of the associated Role **MANAGER**: Manager of the Identity making the request **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field **WORKFLOW**: A Workflow, the ID of which is specified by the **approverId** field. Workflow is exclusive to other types of approvals and License required. **ALL_OWNERS**: All owners of the Role, including the primary owner and any secondary owners **ADDITIONAL_OWNER**: An additional owner of the Role, the ID of which is specified by the **approverId** field **ADDITIONAL_GOVERNANCE_GROUP**: An additional Governance Group, the ID of which is specified by the **approverId** field
9072
9075
  * @type {string}
9073
9076
  * @memberof ApprovalSchemeForRoleV2026
9074
9077
  */
9075
9078
  'approverType'?: ApprovalSchemeForRoleV2026ApproverTypeV2026;
9076
9079
  /**
9077
- * Id of the specific approver, used when approverType is GOVERNANCE_GROUP or WORKFLOW.
9080
+ * Id of the specific approver, used when approverType is GOVERNANCE_GROUP, WORKFLOW, or ADDITIONAL_GOVERNANCE_GROUP.
9078
9081
  * @type {string}
9079
9082
  * @memberof ApprovalSchemeForRoleV2026
9080
9083
  */
@@ -9085,7 +9088,10 @@ export const ApprovalSchemeForRoleV2026ApproverTypeV2026 = {
9085
9088
  Owner: 'OWNER',
9086
9089
  Manager: 'MANAGER',
9087
9090
  GovernanceGroup: 'GOVERNANCE_GROUP',
9088
- Workflow: 'WORKFLOW'
9091
+ Workflow: 'WORKFLOW',
9092
+ AllOwners: 'ALL_OWNERS',
9093
+ AdditionalOwner: 'ADDITIONAL_OWNER',
9094
+ AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
9089
9095
  } as const;
9090
9096
 
9091
9097
  export type ApprovalSchemeForRoleV2026ApproverTypeV2026 = typeof ApprovalSchemeForRoleV2026ApproverTypeV2026[keyof typeof ApprovalSchemeForRoleV2026ApproverTypeV2026];
@@ -23440,6 +23446,12 @@ export interface GetRoleAssignments200ResponseInnerV2026 {
23440
23446
  * @memberof GetRoleAssignments200ResponseInnerV2026
23441
23447
  */
23442
23448
  'addedDate'?: string;
23449
+ /**
23450
+ * Date when assignment will be active, if access was requested with a future start date. If null, assignment is active immediately
23451
+ * @type {string}
23452
+ * @memberof GetRoleAssignments200ResponseInnerV2026
23453
+ */
23454
+ 'startDate'?: string | null;
23443
23455
  /**
23444
23456
  * Date that the assignment will be removed
23445
23457
  * @type {string}
@@ -39680,6 +39692,12 @@ export interface RequestabilityForRoleV2026 {
39680
39692
  * @memberof RequestabilityForRoleV2026
39681
39693
  */
39682
39694
  'dimensionSchema'?: DimensionSchemaV2026;
39695
+ /**
39696
+ * The ID of the form definition used for the access request. If specified, the form is presented to the requester during the access request process.
39697
+ * @type {string}
39698
+ * @memberof RequestabilityForRoleV2026
39699
+ */
39700
+ 'formDefinitionId'?: string | null;
39683
39701
  }
39684
39702
  /**
39685
39703
  *
@@ -41374,6 +41392,12 @@ export interface RoleAssignmentDtoV2026 {
41374
41392
  * @memberof RoleAssignmentDtoV2026
41375
41393
  */
41376
41394
  'accountTargets'?: Array<RoleTargetDtoV2026>;
41395
+ /**
41396
+ * Date when assignment will be active, if access was requested with a future start date. If null, assignment is active immediately
41397
+ * @type {string}
41398
+ * @memberof RoleAssignmentDtoV2026
41399
+ */
41400
+ 'startDate'?: string | null;
41377
41401
  /**
41378
41402
  * Date that the assignment will be removed
41379
41403
  * @type {string}
@@ -41411,6 +41435,12 @@ export interface RoleAssignmentRefV2026 {
41411
41435
  * @memberof RoleAssignmentRefV2026
41412
41436
  */
41413
41437
  'addedDate'?: string;
41438
+ /**
41439
+ * Date when assignment will be active, if requested with a future date. If null, assignment is active immediately
41440
+ * @type {string}
41441
+ * @memberof RoleAssignmentRefV2026
41442
+ */
41443
+ 'startDate'?: string | null;
41414
41444
  /**
41415
41445
  * Date that the assignment will be removed
41416
41446
  * @type {string}
@@ -41550,7 +41580,7 @@ export interface RoleCriteriaLevel1V2026 {
41550
41580
  */
41551
41581
  'key'?: RoleCriteriaKeyV2026 | null;
41552
41582
  /**
41553
- * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
41583
+ * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
41554
41584
  * @type {string}
41555
41585
  * @memberof RoleCriteriaLevel1V2026
41556
41586
  */
@@ -41583,7 +41613,7 @@ export interface RoleCriteriaLevel2V2026 {
41583
41613
  */
41584
41614
  'key'?: RoleCriteriaKeyV2026 | null;
41585
41615
  /**
41586
- * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
41616
+ * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
41587
41617
  * @type {string}
41588
41618
  * @memberof RoleCriteriaLevel2V2026
41589
41619
  */
@@ -41616,11 +41646,11 @@ export interface RoleCriteriaLevel3V2026 {
41616
41646
  */
41617
41647
  'key'?: RoleCriteriaKeyV2026 | null;
41618
41648
  /**
41619
- * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
41649
+ * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
41620
41650
  * @type {string}
41621
41651
  * @memberof RoleCriteriaLevel3V2026
41622
41652
  */
41623
- 'stringValue'?: string;
41653
+ 'stringValue'?: string | null;
41624
41654
  }
41625
41655
 
41626
41656
 
@@ -41634,8 +41664,13 @@ export const RoleCriteriaOperationV2026 = {
41634
41664
  Equals: 'EQUALS',
41635
41665
  NotEquals: 'NOT_EQUALS',
41636
41666
  Contains: 'CONTAINS',
41667
+ DoesNotContain: 'DOES_NOT_CONTAIN',
41637
41668
  StartsWith: 'STARTS_WITH',
41638
41669
  EndsWith: 'ENDS_WITH',
41670
+ GreaterThan: 'GREATER_THAN',
41671
+ LessThan: 'LESS_THAN',
41672
+ GreaterThanEquals: 'GREATER_THAN_EQUALS',
41673
+ LessThanEquals: 'LESS_THAN_EQUALS',
41639
41674
  And: 'AND',
41640
41675
  Or: 'OR'
41641
41676
  } as const;
@@ -44444,6 +44479,12 @@ export interface RoleV2026 {
44444
44479
  * @memberof RoleV2026
44445
44480
  */
44446
44481
  'accessModelMetadata'?: AttributeDTOListV2026;
44482
+ /**
44483
+ * The privilege level of the role, if applicable.
44484
+ * @type {string}
44485
+ * @memberof RoleV2026
44486
+ */
44487
+ 'privilegeLevel'?: string | null;
44447
44488
  }
44448
44489
  /**
44449
44490
  * @type RuleV2026
package/v2026/common.ts CHANGED
@@ -146,14 +146,14 @@ export const toPathString = function (url: URL) {
146
146
  export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
147
147
  return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
148
148
  axiosRetry(axios, configuration.retriesConfig)
149
- let userAgent = `SailPoint-SDK-TypeScript/1.8.54`;
149
+ let userAgent = `SailPoint-SDK-TypeScript/1.8.56`;
150
150
  if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
151
151
  userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
152
152
  }
153
153
  userAgent += ` (${process.platform}; ${process.arch}) Node/${process.versions.node} (openapi-generator/7.12.0)`;
154
154
  const headers = {
155
155
  ...axiosArgs.axiosOptions.headers,
156
- ...{'X-SailPoint-SDK':'typescript-1.8.54'},
156
+ ...{'X-SailPoint-SDK':'typescript-1.8.56'},
157
157
  ...{'User-Agent': userAgent},
158
158
  }
159
159
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-sdk",
3
- "version": "1.8.54",
3
+ "version": "1.8.56",
4
4
  "description": "OpenAPI client for sailpoint-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
package/v3/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## sailpoint-sdk@1.8.54
1
+ ## sailpoint-sdk@1.8.56
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install sailpoint-sdk@1.8.54 --save
39
+ npm install sailpoint-sdk@1.8.56 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/v3/api.ts CHANGED
@@ -574,13 +574,13 @@ export interface AccessProfile {
574
574
  */
575
575
  export interface AccessProfileApprovalScheme {
576
576
  /**
577
- * 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 **WORKFLOW**: A Workflow, the ID of which is specified by the **approverId** field. Workflow is exclusive to other types of approvals and License required.
577
+ * 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 **WORKFLOW**: A Workflow, the ID of which is specified by the **approverId** field. Workflow is exclusive to other types of approvals and License required. **ALL_OWNERS**: All owners of the Access Profile, including the primary owner and any secondary owners **ADDITIONAL_OWNER**: An additional owner of the Access Profile, the ID of which is specified by the **approverId** field **ADDITIONAL_GOVERNANCE_GROUP**: An additional Governance Group, the ID of which is specified by the **approverId** field
578
578
  * @type {string}
579
579
  * @memberof AccessProfileApprovalScheme
580
580
  */
581
581
  'approverType'?: AccessProfileApprovalSchemeApproverTypeV3;
582
582
  /**
583
- * Id of the specific approver, used when approverType is GOVERNANCE_GROUP or WORKFLOW.
583
+ * Id of the specific approver, used when approverType is GOVERNANCE_GROUP, WORKFLOW, or ADDITIONAL_GOVERNANCE_GROUP.
584
584
  * @type {string}
585
585
  * @memberof AccessProfileApprovalScheme
586
586
  */
@@ -593,7 +593,10 @@ export const AccessProfileApprovalSchemeApproverTypeV3 = {
593
593
  SourceOwner: 'SOURCE_OWNER',
594
594
  Manager: 'MANAGER',
595
595
  GovernanceGroup: 'GOVERNANCE_GROUP',
596
- Workflow: 'WORKFLOW'
596
+ Workflow: 'WORKFLOW',
597
+ AllOwners: 'ALL_OWNERS',
598
+ AdditionalOwner: 'ADDITIONAL_OWNER',
599
+ AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
597
600
  } as const;
598
601
 
599
602
  export type AccessProfileApprovalSchemeApproverTypeV3 = typeof AccessProfileApprovalSchemeApproverTypeV3[keyof typeof AccessProfileApprovalSchemeApproverTypeV3];
@@ -3422,13 +3425,13 @@ export type ApprovalScheme = typeof ApprovalScheme[keyof typeof ApprovalScheme];
3422
3425
  */
3423
3426
  export interface ApprovalSchemeForRole {
3424
3427
  /**
3425
- * Describes the individual or group that is responsible for an approval step. Values are as follows. **OWNER**: Owner of the associated Role **MANAGER**: Manager of the Identity making the request **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field **WORKFLOW**: A Workflow, the ID of which is specified by the **approverId** field. Workflow is exclusive to other types of approvals and License required.
3428
+ * Describes the individual or group that is responsible for an approval step. Values are as follows. **OWNER**: Owner of the associated Role **MANAGER**: Manager of the Identity making the request **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field **WORKFLOW**: A Workflow, the ID of which is specified by the **approverId** field. Workflow is exclusive to other types of approvals and License required. **ALL_OWNERS**: All owners of the Role, including the primary owner and any secondary owners **ADDITIONAL_OWNER**: An additional owner of the Role, the ID of which is specified by the **approverId** field **ADDITIONAL_GOVERNANCE_GROUP**: An additional Governance Group, the ID of which is specified by the **approverId** field
3426
3429
  * @type {string}
3427
3430
  * @memberof ApprovalSchemeForRole
3428
3431
  */
3429
3432
  'approverType'?: ApprovalSchemeForRoleApproverTypeV3;
3430
3433
  /**
3431
- * Id of the specific approver, used when approverType is GOVERNANCE_GROUP or WORKFLOW.
3434
+ * Id of the specific approver, used when approverType is GOVERNANCE_GROUP, WORKFLOW, or ADDITIONAL_GOVERNANCE_GROUP.
3432
3435
  * @type {string}
3433
3436
  * @memberof ApprovalSchemeForRole
3434
3437
  */
@@ -3439,7 +3442,10 @@ export const ApprovalSchemeForRoleApproverTypeV3 = {
3439
3442
  Owner: 'OWNER',
3440
3443
  Manager: 'MANAGER',
3441
3444
  GovernanceGroup: 'GOVERNANCE_GROUP',
3442
- Workflow: 'WORKFLOW'
3445
+ Workflow: 'WORKFLOW',
3446
+ AllOwners: 'ALL_OWNERS',
3447
+ AdditionalOwner: 'ADDITIONAL_OWNER',
3448
+ AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
3443
3449
  } as const;
3444
3450
 
3445
3451
  export type ApprovalSchemeForRoleApproverTypeV3 = typeof ApprovalSchemeForRoleApproverTypeV3[keyof typeof ApprovalSchemeForRoleApproverTypeV3];
@@ -17578,6 +17584,12 @@ export interface RequestabilityForRole {
17578
17584
  * @memberof RequestabilityForRole
17579
17585
  */
17580
17586
  'approvalSchemes'?: Array<ApprovalSchemeForRole>;
17587
+ /**
17588
+ * The ID of the form definition used for the access request. If specified, the form is presented to the requester during the access request process.
17589
+ * @type {string}
17590
+ * @memberof RequestabilityForRole
17591
+ */
17592
+ 'formDefinitionId'?: string | null;
17581
17593
  }
17582
17594
  /**
17583
17595
  *
@@ -18920,6 +18932,12 @@ export interface Role {
18920
18932
  * @memberof Role
18921
18933
  */
18922
18934
  'accessModelMetadata'?: AttributeDTOList;
18935
+ /**
18936
+ * The privilege level of the role, if applicable.
18937
+ * @type {string}
18938
+ * @memberof Role
18939
+ */
18940
+ 'privilegeLevel'?: string | null;
18923
18941
  }
18924
18942
  /**
18925
18943
  * Type which indicates how a particular Identity obtained a particular Role
@@ -19009,7 +19027,7 @@ export interface RoleCriteriaLevel1 {
19009
19027
  */
19010
19028
  'key'?: RoleCriteriaKey | null;
19011
19029
  /**
19012
- * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
19030
+ * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
19013
19031
  * @type {string}
19014
19032
  * @memberof RoleCriteriaLevel1
19015
19033
  */
@@ -19042,7 +19060,7 @@ export interface RoleCriteriaLevel2 {
19042
19060
  */
19043
19061
  'key'?: RoleCriteriaKey | null;
19044
19062
  /**
19045
- * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
19063
+ * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
19046
19064
  * @type {string}
19047
19065
  * @memberof RoleCriteriaLevel2
19048
19066
  */
@@ -19075,11 +19093,11 @@ export interface RoleCriteriaLevel3 {
19075
19093
  */
19076
19094
  'key'?: RoleCriteriaKey | null;
19077
19095
  /**
19078
- * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
19096
+ * String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
19079
19097
  * @type {string}
19080
19098
  * @memberof RoleCriteriaLevel3
19081
19099
  */
19082
- 'stringValue'?: string;
19100
+ 'stringValue'?: string | null;
19083
19101
  }
19084
19102
 
19085
19103
 
@@ -19093,8 +19111,13 @@ export const RoleCriteriaOperation = {
19093
19111
  Equals: 'EQUALS',
19094
19112
  NotEquals: 'NOT_EQUALS',
19095
19113
  Contains: 'CONTAINS',
19114
+ DoesNotContain: 'DOES_NOT_CONTAIN',
19096
19115
  StartsWith: 'STARTS_WITH',
19097
19116
  EndsWith: 'ENDS_WITH',
19117
+ GreaterThan: 'GREATER_THAN',
19118
+ LessThan: 'LESS_THAN',
19119
+ GreaterThanEquals: 'GREATER_THAN_EQUALS',
19120
+ LessThanEquals: 'LESS_THAN_EQUALS',
19098
19121
  And: 'AND',
19099
19122
  Or: 'OR'
19100
19123
  } as const;
package/v3/common.ts CHANGED
@@ -146,14 +146,14 @@ export const toPathString = function (url: URL) {
146
146
  export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
147
147
  return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
148
148
  axiosRetry(axios, configuration.retriesConfig)
149
- let userAgent = `SailPoint-SDK-TypeScript/1.8.54`;
149
+ let userAgent = `SailPoint-SDK-TypeScript/1.8.56`;
150
150
  if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
151
151
  userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
152
152
  }
153
153
  userAgent += ` (${process.platform}; ${process.arch}) Node/${process.versions.node} (openapi-generator/7.12.0)`;
154
154
  const headers = {
155
155
  ...axiosArgs.axiosOptions.headers,
156
- ...{'X-SailPoint-SDK':'typescript-1.8.54'},
156
+ ...{'X-SailPoint-SDK':'typescript-1.8.56'},
157
157
  ...{'User-Agent': userAgent},
158
158
  }
159
159
 
package/v3/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-sdk",
3
- "version": "1.8.54",
3
+ "version": "1.8.56",
4
4
  "description": "OpenAPI client for sailpoint-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {