sailpoint-api-client 1.8.54 → 1.8.55

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
@@ -250,12 +250,12 @@ 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 userAgent = "SailPoint-SDK-TypeScript/1.8.54";
253
+ var userAgent = "SailPoint-SDK-TypeScript/1.8.55";
254
254
  if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
255
255
  userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
256
256
  }
257
257
  userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
258
- var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.54' }), { 'User-Agent': userAgent });
258
+ var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.55' }), { 'User-Agent': userAgent });
259
259
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
260
260
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
261
261
  }
package/dist/v3/api.d.ts CHANGED
@@ -539,13 +539,13 @@ export interface AccessProfile {
539
539
  */
540
540
  export interface AccessProfileApprovalScheme {
541
541
  /**
542
- * 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.
542
+ * 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
543
543
  * @type {string}
544
544
  * @memberof AccessProfileApprovalScheme
545
545
  */
546
546
  'approverType'?: AccessProfileApprovalSchemeApproverTypeV3;
547
547
  /**
548
- * Id of the specific approver, used when approverType is GOVERNANCE_GROUP or WORKFLOW.
548
+ * Id of the specific approver, used when approverType is GOVERNANCE_GROUP, WORKFLOW, or ADDITIONAL_GOVERNANCE_GROUP.
549
549
  * @type {string}
550
550
  * @memberof AccessProfileApprovalScheme
551
551
  */
@@ -558,6 +558,9 @@ export declare const AccessProfileApprovalSchemeApproverTypeV3: {
558
558
  readonly Manager: "MANAGER";
559
559
  readonly GovernanceGroup: "GOVERNANCE_GROUP";
560
560
  readonly Workflow: "WORKFLOW";
561
+ readonly AllOwners: "ALL_OWNERS";
562
+ readonly AdditionalOwner: "ADDITIONAL_OWNER";
563
+ readonly AdditionalGovernanceGroup: "ADDITIONAL_GOVERNANCE_GROUP";
561
564
  };
562
565
  export type AccessProfileApprovalSchemeApproverTypeV3 = typeof AccessProfileApprovalSchemeApproverTypeV3[keyof typeof AccessProfileApprovalSchemeApproverTypeV3];
563
566
  /**
@@ -3312,13 +3315,13 @@ export type ApprovalScheme = typeof ApprovalScheme[keyof typeof ApprovalScheme];
3312
3315
  */
3313
3316
  export interface ApprovalSchemeForRole {
3314
3317
  /**
3315
- * 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.
3318
+ * 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
3316
3319
  * @type {string}
3317
3320
  * @memberof ApprovalSchemeForRole
3318
3321
  */
3319
3322
  'approverType'?: ApprovalSchemeForRoleApproverTypeV3;
3320
3323
  /**
3321
- * Id of the specific approver, used when approverType is GOVERNANCE_GROUP or WORKFLOW.
3324
+ * Id of the specific approver, used when approverType is GOVERNANCE_GROUP, WORKFLOW, or ADDITIONAL_GOVERNANCE_GROUP.
3322
3325
  * @type {string}
3323
3326
  * @memberof ApprovalSchemeForRole
3324
3327
  */
@@ -3329,6 +3332,9 @@ export declare const ApprovalSchemeForRoleApproverTypeV3: {
3329
3332
  readonly Manager: "MANAGER";
3330
3333
  readonly GovernanceGroup: "GOVERNANCE_GROUP";
3331
3334
  readonly Workflow: "WORKFLOW";
3335
+ readonly AllOwners: "ALL_OWNERS";
3336
+ readonly AdditionalOwner: "ADDITIONAL_OWNER";
3337
+ readonly AdditionalGovernanceGroup: "ADDITIONAL_GOVERNANCE_GROUP";
3332
3338
  };
3333
3339
  export type ApprovalSchemeForRoleApproverTypeV3 = typeof ApprovalSchemeForRoleApproverTypeV3[keyof typeof ApprovalSchemeForRoleApproverTypeV3];
3334
3340
  /**
@@ -17099,6 +17105,12 @@ export interface RequestabilityForRole {
17099
17105
  * @memberof RequestabilityForRole
17100
17106
  */
17101
17107
  'approvalSchemes'?: Array<ApprovalSchemeForRole>;
17108
+ /**
17109
+ * 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.
17110
+ * @type {string}
17111
+ * @memberof RequestabilityForRole
17112
+ */
17113
+ 'formDefinitionId'?: string | null;
17102
17114
  }
17103
17115
  /**
17104
17116
  *
@@ -18402,6 +18414,12 @@ export interface Role {
18402
18414
  * @memberof Role
18403
18415
  */
18404
18416
  'accessModelMetadata'?: AttributeDTOList;
18417
+ /**
18418
+ * The privilege level of the role, if applicable.
18419
+ * @type {string}
18420
+ * @memberof Role
18421
+ */
18422
+ 'privilegeLevel'?: string | null;
18405
18423
  }
18406
18424
  /**
18407
18425
  * Type which indicates how a particular Identity obtained a particular Role
@@ -18481,7 +18499,7 @@ export interface RoleCriteriaLevel1 {
18481
18499
  */
18482
18500
  'key'?: RoleCriteriaKey | null;
18483
18501
  /**
18484
- * 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.
18502
+ * 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.
18485
18503
  * @type {string}
18486
18504
  * @memberof RoleCriteriaLevel1
18487
18505
  */
@@ -18512,7 +18530,7 @@ export interface RoleCriteriaLevel2 {
18512
18530
  */
18513
18531
  'key'?: RoleCriteriaKey | null;
18514
18532
  /**
18515
- * 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.
18533
+ * 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.
18516
18534
  * @type {string}
18517
18535
  * @memberof RoleCriteriaLevel2
18518
18536
  */
@@ -18543,11 +18561,11 @@ export interface RoleCriteriaLevel3 {
18543
18561
  */
18544
18562
  'key'?: RoleCriteriaKey | null;
18545
18563
  /**
18546
- * 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.
18564
+ * 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.
18547
18565
  * @type {string}
18548
18566
  * @memberof RoleCriteriaLevel3
18549
18567
  */
18550
- 'stringValue'?: string;
18568
+ 'stringValue'?: string | null;
18551
18569
  }
18552
18570
  /**
18553
18571
  * An operation
@@ -18558,8 +18576,13 @@ export declare const RoleCriteriaOperation: {
18558
18576
  readonly Equals: "EQUALS";
18559
18577
  readonly NotEquals: "NOT_EQUALS";
18560
18578
  readonly Contains: "CONTAINS";
18579
+ readonly DoesNotContain: "DOES_NOT_CONTAIN";
18561
18580
  readonly StartsWith: "STARTS_WITH";
18562
18581
  readonly EndsWith: "ENDS_WITH";
18582
+ readonly GreaterThan: "GREATER_THAN";
18583
+ readonly LessThan: "LESS_THAN";
18584
+ readonly GreaterThanEquals: "GREATER_THAN_EQUALS";
18585
+ readonly LessThanEquals: "LESS_THAN_EQUALS";
18563
18586
  readonly And: "AND";
18564
18587
  readonly Or: "OR";
18565
18588
  };
package/dist/v3/api.js CHANGED
@@ -133,7 +133,10 @@ exports.AccessProfileApprovalSchemeApproverTypeV3 = {
133
133
  SourceOwner: 'SOURCE_OWNER',
134
134
  Manager: 'MANAGER',
135
135
  GovernanceGroup: 'GOVERNANCE_GROUP',
136
- Workflow: 'WORKFLOW'
136
+ Workflow: 'WORKFLOW',
137
+ AllOwners: 'ALL_OWNERS',
138
+ AdditionalOwner: 'ADDITIONAL_OWNER',
139
+ AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
137
140
  };
138
141
  exports.AccessProfileRefTypeV3 = {
139
142
  AccessProfile: 'ACCESS_PROFILE'
@@ -271,7 +274,10 @@ exports.ApprovalSchemeForRoleApproverTypeV3 = {
271
274
  Owner: 'OWNER',
272
275
  Manager: 'MANAGER',
273
276
  GovernanceGroup: 'GOVERNANCE_GROUP',
274
- Workflow: 'WORKFLOW'
277
+ Workflow: 'WORKFLOW',
278
+ AllOwners: 'ALL_OWNERS',
279
+ AdditionalOwner: 'ADDITIONAL_OWNER',
280
+ AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
275
281
  };
276
282
  /**
277
283
  * Enum representing the non-employee request approval status
@@ -1383,8 +1389,13 @@ exports.RoleCriteriaOperation = {
1383
1389
  Equals: 'EQUALS',
1384
1390
  NotEquals: 'NOT_EQUALS',
1385
1391
  Contains: 'CONTAINS',
1392
+ DoesNotContain: 'DOES_NOT_CONTAIN',
1386
1393
  StartsWith: 'STARTS_WITH',
1387
1394
  EndsWith: 'ENDS_WITH',
1395
+ GreaterThan: 'GREATER_THAN',
1396
+ LessThan: 'LESS_THAN',
1397
+ GreaterThanEquals: 'GREATER_THAN_EQUALS',
1398
+ LessThanEquals: 'LESS_THAN_EQUALS',
1388
1399
  And: 'AND',
1389
1400
  Or: 'OR'
1390
1401
  };