sailpoint-api-client 1.8.53 → 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 +245 -9
  20. package/dist/v2026/api.js +239 -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 +355 -11
  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.53";
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.53' }), { '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
  }
@@ -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.53";
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({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.53' }), { 'User-Agent': userAgent });
258
+ var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, 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
  }
@@ -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.53";
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({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.53' }), { 'User-Agent': userAgent });
258
+ var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, 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
  }
@@ -1052,13 +1052,13 @@ export interface AccessModelMetadataValuesInnerV2024 {
1052
1052
  */
1053
1053
  export interface AccessProfileApprovalSchemeV2024 {
1054
1054
  /**
1055
- * 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.
1055
+ * 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
1056
1056
  * @type {string}
1057
1057
  * @memberof AccessProfileApprovalSchemeV2024
1058
1058
  */
1059
1059
  'approverType'?: AccessProfileApprovalSchemeV2024ApproverTypeV2024;
1060
1060
  /**
1061
- * Id of the specific approver, used when approverType is GOVERNANCE_GROUP or WORKFLOW.
1061
+ * Id of the specific approver, used when approverType is GOVERNANCE_GROUP, WORKFLOW, or ADDITIONAL_GOVERNANCE_GROUP.
1062
1062
  * @type {string}
1063
1063
  * @memberof AccessProfileApprovalSchemeV2024
1064
1064
  */
@@ -1071,6 +1071,9 @@ export declare const AccessProfileApprovalSchemeV2024ApproverTypeV2024: {
1071
1071
  readonly Manager: "MANAGER";
1072
1072
  readonly GovernanceGroup: "GOVERNANCE_GROUP";
1073
1073
  readonly Workflow: "WORKFLOW";
1074
+ readonly AllOwners: "ALL_OWNERS";
1075
+ readonly AdditionalOwner: "ADDITIONAL_OWNER";
1076
+ readonly AdditionalGovernanceGroup: "ADDITIONAL_GOVERNANCE_GROUP";
1074
1077
  };
1075
1078
  export type AccessProfileApprovalSchemeV2024ApproverTypeV2024 = typeof AccessProfileApprovalSchemeV2024ApproverTypeV2024[keyof typeof AccessProfileApprovalSchemeV2024ApproverTypeV2024];
1076
1079
  /**
@@ -6204,13 +6207,13 @@ export interface ApprovalReminderAndEscalationConfigV2024 {
6204
6207
  */
6205
6208
  export interface ApprovalSchemeForRoleV2024 {
6206
6209
  /**
6207
- * 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.
6210
+ * 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
6208
6211
  * @type {string}
6209
6212
  * @memberof ApprovalSchemeForRoleV2024
6210
6213
  */
6211
6214
  'approverType'?: ApprovalSchemeForRoleV2024ApproverTypeV2024;
6212
6215
  /**
6213
- * Id of the specific approver, used when approverType is GOVERNANCE_GROUP or WORKFLOW.
6216
+ * Id of the specific approver, used when approverType is GOVERNANCE_GROUP, WORKFLOW, or ADDITIONAL_GOVERNANCE_GROUP.
6214
6217
  * @type {string}
6215
6218
  * @memberof ApprovalSchemeForRoleV2024
6216
6219
  */
@@ -6221,6 +6224,9 @@ export declare const ApprovalSchemeForRoleV2024ApproverTypeV2024: {
6221
6224
  readonly Manager: "MANAGER";
6222
6225
  readonly GovernanceGroup: "GOVERNANCE_GROUP";
6223
6226
  readonly Workflow: "WORKFLOW";
6227
+ readonly AllOwners: "ALL_OWNERS";
6228
+ readonly AdditionalOwner: "ADDITIONAL_OWNER";
6229
+ readonly AdditionalGovernanceGroup: "ADDITIONAL_GOVERNANCE_GROUP";
6224
6230
  };
6225
6231
  export type ApprovalSchemeForRoleV2024ApproverTypeV2024 = typeof ApprovalSchemeForRoleV2024ApproverTypeV2024[keyof typeof ApprovalSchemeForRoleV2024ApproverTypeV2024];
6226
6232
  /**
@@ -18060,6 +18066,12 @@ export interface GetRoleAssignments200ResponseInnerV2024 {
18060
18066
  * @memberof GetRoleAssignments200ResponseInnerV2024
18061
18067
  */
18062
18068
  'addedDate'?: string;
18069
+ /**
18070
+ * Date when assignment will be active, if access was requested with a future start date. If null, assignment is active immediately
18071
+ * @type {string}
18072
+ * @memberof GetRoleAssignments200ResponseInnerV2024
18073
+ */
18074
+ 'startDate'?: string | null;
18063
18075
  /**
18064
18076
  * Date that the assignment will be removed
18065
18077
  * @type {string}
@@ -30261,7 +30273,7 @@ export interface RequestabilityForRoleV2024 {
30261
30273
  * @type {boolean}
30262
30274
  * @memberof RequestabilityForRoleV2024
30263
30275
  */
30264
- 'requireEndDate'?: boolean | null;
30276
+ 'requireEndDate'?: boolean;
30265
30277
  /**
30266
30278
  *
30267
30279
  * @type {AccessDurationV2024}
@@ -30274,6 +30286,12 @@ export interface RequestabilityForRoleV2024 {
30274
30286
  * @memberof RequestabilityForRoleV2024
30275
30287
  */
30276
30288
  'approvalSchemes'?: Array<ApprovalSchemeForRoleV2024>;
30289
+ /**
30290
+ * 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.
30291
+ * @type {string}
30292
+ * @memberof RequestabilityForRoleV2024
30293
+ */
30294
+ 'formDefinitionId'?: string | null;
30277
30295
  }
30278
30296
  /**
30279
30297
  *
@@ -31803,6 +31821,12 @@ export interface RoleAssignmentDtoV2024 {
31803
31821
  * @memberof RoleAssignmentDtoV2024
31804
31822
  */
31805
31823
  'accountTargets'?: Array<RoleTargetDtoV2024>;
31824
+ /**
31825
+ * Date when assignment will be active, if access was requested with a future start date. If null, assignment is active immediately
31826
+ * @type {string}
31827
+ * @memberof RoleAssignmentDtoV2024
31828
+ */
31829
+ 'startDate'?: string | null;
31806
31830
  /**
31807
31831
  * Date that the assignment will be removed
31808
31832
  * @type {string}
@@ -31840,6 +31864,12 @@ export interface RoleAssignmentRefV2024 {
31840
31864
  * @memberof RoleAssignmentRefV2024
31841
31865
  */
31842
31866
  'addedDate'?: string;
31867
+ /**
31868
+ * Date when assignment will be active, if requested with a future date. If null, assignment is active immediately
31869
+ * @type {string}
31870
+ * @memberof RoleAssignmentRefV2024
31871
+ */
31872
+ 'startDate'?: string | null;
31843
31873
  /**
31844
31874
  * Date that the assignment will be removed
31845
31875
  * @type {string}
@@ -31966,7 +31996,7 @@ export interface RoleCriteriaLevel1V2024 {
31966
31996
  */
31967
31997
  'key'?: RoleCriteriaKeyV2024 | null;
31968
31998
  /**
31969
- * 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.
31999
+ * 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.
31970
32000
  * @type {string}
31971
32001
  * @memberof RoleCriteriaLevel1V2024
31972
32002
  */
@@ -31997,7 +32027,7 @@ export interface RoleCriteriaLevel2V2024 {
31997
32027
  */
31998
32028
  'key'?: RoleCriteriaKeyV2024 | null;
31999
32029
  /**
32000
- * 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.
32030
+ * 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.
32001
32031
  * @type {string}
32002
32032
  * @memberof RoleCriteriaLevel2V2024
32003
32033
  */
@@ -32028,11 +32058,11 @@ export interface RoleCriteriaLevel3V2024 {
32028
32058
  */
32029
32059
  'key'?: RoleCriteriaKeyV2024 | null;
32030
32060
  /**
32031
- * 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.
32061
+ * 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.
32032
32062
  * @type {string}
32033
32063
  * @memberof RoleCriteriaLevel3V2024
32034
32064
  */
32035
- 'stringValue'?: string;
32065
+ 'stringValue'?: string | null;
32036
32066
  }
32037
32067
  /**
32038
32068
  * An operation
@@ -32043,8 +32073,13 @@ export declare const RoleCriteriaOperationV2024: {
32043
32073
  readonly Equals: "EQUALS";
32044
32074
  readonly NotEquals: "NOT_EQUALS";
32045
32075
  readonly Contains: "CONTAINS";
32076
+ readonly DoesNotContain: "DOES_NOT_CONTAIN";
32046
32077
  readonly StartsWith: "STARTS_WITH";
32047
32078
  readonly EndsWith: "ENDS_WITH";
32079
+ readonly GreaterThan: "GREATER_THAN";
32080
+ readonly LessThan: "LESS_THAN";
32081
+ readonly GreaterThanEquals: "GREATER_THAN_EQUALS";
32082
+ readonly LessThanEquals: "LESS_THAN_EQUALS";
32048
32083
  readonly And: "AND";
32049
32084
  readonly Or: "OR";
32050
32085
  };
@@ -34490,6 +34525,12 @@ export interface RoleV2024 {
34490
34525
  * @memberof RoleV2024
34491
34526
  */
34492
34527
  'accessModelMetadata'?: AttributeDTOListV2024;
34528
+ /**
34529
+ * The privilege level of the role, if applicable.
34530
+ * @type {string}
34531
+ * @memberof RoleV2024
34532
+ */
34533
+ 'privilegeLevel'?: string | null;
34493
34534
  }
34494
34535
  /**
34495
34536
  * @type RuleV2024
package/dist/v2024/api.js CHANGED
@@ -170,7 +170,10 @@ exports.AccessProfileApprovalSchemeV2024ApproverTypeV2024 = {
170
170
  SourceOwner: 'SOURCE_OWNER',
171
171
  Manager: 'MANAGER',
172
172
  GovernanceGroup: 'GOVERNANCE_GROUP',
173
- Workflow: 'WORKFLOW'
173
+ Workflow: 'WORKFLOW',
174
+ AllOwners: 'ALL_OWNERS',
175
+ AdditionalOwner: 'ADDITIONAL_OWNER',
176
+ AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
174
177
  };
175
178
  exports.AccessProfileRefV2024TypeV2024 = {
176
179
  AccessProfile: 'ACCESS_PROFILE'
@@ -416,7 +419,10 @@ exports.ApprovalSchemeForRoleV2024ApproverTypeV2024 = {
416
419
  Owner: 'OWNER',
417
420
  Manager: 'MANAGER',
418
421
  GovernanceGroup: 'GOVERNANCE_GROUP',
419
- Workflow: 'WORKFLOW'
422
+ Workflow: 'WORKFLOW',
423
+ AllOwners: 'ALL_OWNERS',
424
+ AdditionalOwner: 'ADDITIONAL_OWNER',
425
+ AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
420
426
  };
421
427
  /**
422
428
  * Describes the individual or group that is responsible for an approval step.
@@ -2534,8 +2540,13 @@ exports.RoleCriteriaOperationV2024 = {
2534
2540
  Equals: 'EQUALS',
2535
2541
  NotEquals: 'NOT_EQUALS',
2536
2542
  Contains: 'CONTAINS',
2543
+ DoesNotContain: 'DOES_NOT_CONTAIN',
2537
2544
  StartsWith: 'STARTS_WITH',
2538
2545
  EndsWith: 'ENDS_WITH',
2546
+ GreaterThan: 'GREATER_THAN',
2547
+ LessThan: 'LESS_THAN',
2548
+ GreaterThanEquals: 'GREATER_THAN_EQUALS',
2549
+ LessThanEquals: 'LESS_THAN_EQUALS',
2539
2550
  And: 'AND',
2540
2551
  Or: 'OR'
2541
2552
  };