sailpoint-api-client 1.8.19 → 1.8.21

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 (52) hide show
  1. package/beta/README.md +2 -2
  2. package/beta/api.ts +11 -9
  3. package/beta/common.ts +2 -2
  4. package/beta/package.json +1 -1
  5. package/dist/beta/api.d.ts +10 -8
  6. package/dist/beta/api.js +11 -9
  7. package/dist/beta/api.js.map +1 -1
  8. package/dist/beta/common.js +2 -2
  9. package/dist/nerm/api.d.ts +30 -0
  10. package/dist/nerm/api.js.map +1 -1
  11. package/dist/nerm/common.js +2 -2
  12. package/dist/nermv2025/common.js +2 -2
  13. package/dist/v2024/api.d.ts +20 -16
  14. package/dist/v2024/api.js +17 -13
  15. package/dist/v2024/api.js.map +1 -1
  16. package/dist/v2024/common.js +2 -2
  17. package/dist/v2025/api.d.ts +20 -16
  18. package/dist/v2025/api.js +17 -13
  19. package/dist/v2025/api.js.map +1 -1
  20. package/dist/v2025/common.js +2 -2
  21. package/dist/v2026/api.d.ts +238 -16
  22. package/dist/v2026/api.js +358 -32
  23. package/dist/v2026/api.js.map +1 -1
  24. package/dist/v2026/common.js +2 -2
  25. package/dist/v3/api.d.ts +12 -8
  26. package/dist/v3/api.js +9 -5
  27. package/dist/v3/api.js.map +1 -1
  28. package/dist/v3/common.js +2 -2
  29. package/nerm/README.md +2 -2
  30. package/nerm/api.ts +30 -0
  31. package/nerm/common.ts +2 -2
  32. package/nerm/package.json +1 -1
  33. package/nermv2025/README.md +2 -2
  34. package/nermv2025/common.ts +2 -2
  35. package/nermv2025/package.json +1 -1
  36. package/package.json +1 -1
  37. package/v2024/README.md +2 -2
  38. package/v2024/api.ts +23 -19
  39. package/v2024/common.ts +2 -2
  40. package/v2024/package.json +1 -1
  41. package/v2025/README.md +2 -2
  42. package/v2025/api.ts +23 -19
  43. package/v2025/common.ts +2 -2
  44. package/v2025/package.json +1 -1
  45. package/v2026/README.md +2 -2
  46. package/v2026/api.ts +392 -19
  47. package/v2026/common.ts +2 -2
  48. package/v2026/package.json +1 -1
  49. package/v3/README.md +2 -2
  50. package/v3/api.ts +15 -11
  51. package/v3/common.ts +2 -2
  52. 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.19";
253
+ var userAgent = "SailPoint-SDK-TypeScript/1.8.21";
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.19' }), { 'User-Agent': userAgent });
258
+ var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.21' }), { '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.19";
253
+ var userAgent = "SailPoint-SDK-TypeScript/1.8.21";
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.19' }), { 'User-Agent': userAgent });
258
+ var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.21' }), { '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
  }
@@ -9051,6 +9051,8 @@ export declare const CampaignReferenceV2024CampaignTypeV2024: {
9051
9051
  readonly Manager: "MANAGER";
9052
9052
  readonly SourceOwner: "SOURCE_OWNER";
9053
9053
  readonly Search: "SEARCH";
9054
+ readonly RoleComposition: "ROLE_COMPOSITION";
9055
+ readonly MachineAccount: "MACHINE_ACCOUNT";
9054
9056
  };
9055
9057
  export type CampaignReferenceV2024CampaignTypeV2024 = typeof CampaignReferenceV2024CampaignTypeV2024[keyof typeof CampaignReferenceV2024CampaignTypeV2024];
9056
9058
  export declare const CampaignReferenceV2024CorrelatedStatusV2024: {
@@ -31568,11 +31570,11 @@ export interface ReviewerV2024 {
31568
31570
  */
31569
31571
  'name'?: string;
31570
31572
  /**
31571
- * The email of the reviewing identity.
31573
+ * The email of the reviewing identity. This is only applicable to reviewers of the `IDENTITY` type.
31572
31574
  * @type {string}
31573
31575
  * @memberof ReviewerV2024
31574
31576
  */
31575
- 'email'?: string;
31577
+ 'email'?: string | null;
31576
31578
  /**
31577
31579
  * The type of the reviewing identity.
31578
31580
  * @type {string}
@@ -31594,6 +31596,7 @@ export interface ReviewerV2024 {
31594
31596
  }
31595
31597
  export declare const ReviewerV2024TypeV2024: {
31596
31598
  readonly Identity: "IDENTITY";
31599
+ readonly GovernanceGroup: "GOVERNANCE_GROUP";
31597
31600
  };
31598
31601
  export type ReviewerV2024TypeV2024 = typeof ReviewerV2024TypeV2024[keyof typeof ReviewerV2024TypeV2024];
31599
31602
  /**
@@ -44160,19 +44163,19 @@ export interface WorkflowLibraryTriggerV2024 {
44160
44163
  */
44161
44164
  'type'?: WorkflowLibraryTriggerV2024TypeV2024;
44162
44165
  /**
44163
- *
44166
+ * Whether the trigger is deprecated.
44164
44167
  * @type {boolean}
44165
44168
  * @memberof WorkflowLibraryTriggerV2024
44166
44169
  */
44167
44170
  'deprecated'?: boolean;
44168
44171
  /**
44169
- *
44172
+ * Date the trigger was deprecated, if applicable.
44170
44173
  * @type {string}
44171
44174
  * @memberof WorkflowLibraryTriggerV2024
44172
44175
  */
44173
44176
  'deprecatedBy'?: string;
44174
44177
  /**
44175
- *
44178
+ * Whether the trigger can be simulated.
44176
44179
  * @type {boolean}
44177
44180
  * @memberof WorkflowLibraryTriggerV2024
44178
44181
  */
@@ -44218,6 +44221,7 @@ export declare const WorkflowLibraryTriggerV2024TypeV2024: {
44218
44221
  readonly Event: "EVENT";
44219
44222
  readonly Scheduled: "SCHEDULED";
44220
44223
  readonly External: "EXTERNAL";
44224
+ readonly AccessRequestTrigger: "AccessRequestTrigger";
44221
44225
  };
44222
44226
  export type WorkflowLibraryTriggerV2024TypeV2024 = typeof WorkflowLibraryTriggerV2024TypeV2024[keyof typeof WorkflowLibraryTriggerV2024TypeV2024];
44223
44227
  /**
@@ -55261,7 +55265,7 @@ export declare const CustomFormsV2024ApiAxiosParamCreator: (configuration?: Conf
55261
55265
  */
55262
55266
  getFormDefinitionByKey: (formDefinitionID: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
55263
55267
  /**
55264
- * Parameter `{formInstanceID}` should match a form instance ID.
55268
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
55265
55269
  * @summary Returns a form instance.
55266
55270
  * @param {string} formInstanceID Form instance ID
55267
55271
  * @param {*} [axiosOptions] Override http request option.
@@ -55297,7 +55301,7 @@ export declare const CustomFormsV2024ApiAxiosParamCreator: (configuration?: Conf
55297
55301
  [key: string]: object;
55298
55302
  }[], axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
55299
55303
  /**
55300
- * Parameter `{formInstanceID}` should match a form instance ID.
55304
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
55301
55305
  * @summary Patch a form instance.
55302
55306
  * @param {string} formInstanceID Form instance ID
55303
55307
  * @param {Array<{ [key: string]: object; }>} [body] Body is the request payload to patch a form instance, check: https://jsonpatch.com
@@ -55435,7 +55439,7 @@ export declare const CustomFormsV2024ApiFp: (configuration?: Configuration) => {
55435
55439
  */
55436
55440
  getFormDefinitionByKey(formDefinitionID: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FormDefinitionResponseV2024>>;
55437
55441
  /**
55438
- * Parameter `{formInstanceID}` should match a form instance ID.
55442
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
55439
55443
  * @summary Returns a form instance.
55440
55444
  * @param {string} formInstanceID Form instance ID
55441
55445
  * @param {*} [axiosOptions] Override http request option.
@@ -55471,7 +55475,7 @@ export declare const CustomFormsV2024ApiFp: (configuration?: Configuration) => {
55471
55475
  [key: string]: object;
55472
55476
  }[], axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FormDefinitionResponseV2024>>;
55473
55477
  /**
55474
- * Parameter `{formInstanceID}` should match a form instance ID.
55478
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
55475
55479
  * @summary Patch a form instance.
55476
55480
  * @param {string} formInstanceID Form instance ID
55477
55481
  * @param {Array<{ [key: string]: object; }>} [body] Body is the request payload to patch a form instance, check: https://jsonpatch.com
@@ -55604,7 +55608,7 @@ export declare const CustomFormsV2024ApiFactory: (configuration?: Configuration,
55604
55608
  */
55605
55609
  getFormDefinitionByKey(requestParameters: CustomFormsV2024ApiGetFormDefinitionByKeyRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<FormDefinitionResponseV2024>;
55606
55610
  /**
55607
- * Parameter `{formInstanceID}` should match a form instance ID.
55611
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
55608
55612
  * @summary Returns a form instance.
55609
55613
  * @param {CustomFormsV2024ApiGetFormInstanceByKeyRequest} requestParameters Request parameters.
55610
55614
  * @param {*} [axiosOptions] Override http request option.
@@ -55636,7 +55640,7 @@ export declare const CustomFormsV2024ApiFactory: (configuration?: Configuration,
55636
55640
  */
55637
55641
  patchFormDefinition(requestParameters: CustomFormsV2024ApiPatchFormDefinitionRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<FormDefinitionResponseV2024>;
55638
55642
  /**
55639
- * Parameter `{formInstanceID}` should match a form instance ID.
55643
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
55640
55644
  * @summary Patch a form instance.
55641
55645
  * @param {CustomFormsV2024ApiPatchFormInstanceRequest} requestParameters Request parameters.
55642
55646
  * @param {*} [axiosOptions] Override http request option.
@@ -56114,7 +56118,7 @@ export declare class CustomFormsV2024Api extends BaseAPI {
56114
56118
  */
56115
56119
  getFormDefinitionByKey(requestParameters: CustomFormsV2024ApiGetFormDefinitionByKeyRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FormDefinitionResponseV2024, any>>;
56116
56120
  /**
56117
- * Parameter `{formInstanceID}` should match a form instance ID.
56121
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
56118
56122
  * @summary Returns a form instance.
56119
56123
  * @param {CustomFormsV2024ApiGetFormInstanceByKeyRequest} requestParameters Request parameters.
56120
56124
  * @param {*} [axiosOptions] Override http request option.
@@ -56150,7 +56154,7 @@ export declare class CustomFormsV2024Api extends BaseAPI {
56150
56154
  */
56151
56155
  patchFormDefinition(requestParameters: CustomFormsV2024ApiPatchFormDefinitionRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FormDefinitionResponseV2024, any>>;
56152
56156
  /**
56153
- * Parameter `{formInstanceID}` should match a form instance ID.
56157
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
56154
56158
  * @summary Patch a form instance.
56155
56159
  * @param {CustomFormsV2024ApiPatchFormInstanceRequest} requestParameters Request parameters.
56156
56160
  * @param {*} [axiosOptions] Override http request option.
@@ -87269,7 +87273,7 @@ export declare const WorkflowsV2024ApiAxiosParamCreator: (configuration?: Config
87269
87273
  * @summary List workflow library triggers
87270
87274
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
87271
87275
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
87272
- * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq*
87276
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **name**: *eq* **type**: *eq*
87273
87277
  * @param {*} [axiosOptions] Override http request option.
87274
87278
  * @throws {RequiredError}
87275
87279
  */
@@ -87430,7 +87434,7 @@ export declare const WorkflowsV2024ApiFp: (configuration?: Configuration) => {
87430
87434
  * @summary List workflow library triggers
87431
87435
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
87432
87436
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
87433
- * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq*
87437
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **name**: *eq* **type**: *eq*
87434
87438
  * @param {*} [axiosOptions] Override http request option.
87435
87439
  * @throws {RequiredError}
87436
87440
  */
@@ -87831,7 +87835,7 @@ export interface WorkflowsV2024ApiListWorkflowLibraryTriggersRequest {
87831
87835
  */
87832
87836
  readonly offset?: number;
87833
87837
  /**
87834
- * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq*
87838
+ * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **name**: *eq* **type**: *eq*
87835
87839
  * @type {string}
87836
87840
  * @memberof WorkflowsV2024ApiListWorkflowLibraryTriggers
87837
87841
  */
package/dist/v2024/api.js CHANGED
@@ -662,7 +662,9 @@ exports.CampaignReferenceV2024TypeV2024 = {
662
662
  exports.CampaignReferenceV2024CampaignTypeV2024 = {
663
663
  Manager: 'MANAGER',
664
664
  SourceOwner: 'SOURCE_OWNER',
665
- Search: 'SEARCH'
665
+ Search: 'SEARCH',
666
+ RoleComposition: 'ROLE_COMPOSITION',
667
+ MachineAccount: 'MACHINE_ACCOUNT'
666
668
  };
667
669
  exports.CampaignReferenceV2024CorrelatedStatusV2024 = {
668
670
  Correlated: 'CORRELATED',
@@ -2488,7 +2490,8 @@ exports.ReviewableEntitlementAccountOwnerV2024TypeV2024 = {
2488
2490
  Identity: 'IDENTITY'
2489
2491
  };
2490
2492
  exports.ReviewerV2024TypeV2024 = {
2491
- Identity: 'IDENTITY'
2493
+ Identity: 'IDENTITY',
2494
+ GovernanceGroup: 'GOVERNANCE_GROUP'
2492
2495
  };
2493
2496
  exports.RoleAssignmentDtoAssignerV2024TypeV2024 = {
2494
2497
  Identity: 'IDENTITY',
@@ -3439,7 +3442,8 @@ exports.WorkflowLibraryFormFieldsV2024TypeV2024 = {
3439
3442
  exports.WorkflowLibraryTriggerV2024TypeV2024 = {
3440
3443
  Event: 'EVENT',
3441
3444
  Scheduled: 'SCHEDULED',
3442
- External: 'EXTERNAL'
3445
+ External: 'EXTERNAL',
3446
+ AccessRequestTrigger: 'AccessRequestTrigger'
3443
3447
  };
3444
3448
  exports.WorkflowModifiedByV2024TypeV2024 = {
3445
3449
  Identity: 'IDENTITY'
@@ -23641,7 +23645,7 @@ var CustomFormsV2024ApiAxiosParamCreator = function (configuration) {
23641
23645
  });
23642
23646
  },
23643
23647
  /**
23644
- * Parameter `{formInstanceID}` should match a form instance ID.
23648
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
23645
23649
  * @summary Returns a form instance.
23646
23650
  * @param {string} formInstanceID Form instance ID
23647
23651
  * @param {*} [axiosOptions] Override http request option.
@@ -23859,7 +23863,7 @@ var CustomFormsV2024ApiAxiosParamCreator = function (configuration) {
23859
23863
  });
23860
23864
  },
23861
23865
  /**
23862
- * Parameter `{formInstanceID}` should match a form instance ID.
23866
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
23863
23867
  * @summary Patch a form instance.
23864
23868
  * @param {string} formInstanceID Form instance ID
23865
23869
  * @param {Array<{ [key: string]: object; }>} [body] Body is the request payload to patch a form instance, check: https://jsonpatch.com
@@ -24426,7 +24430,7 @@ var CustomFormsV2024ApiFp = function (configuration) {
24426
24430
  });
24427
24431
  },
24428
24432
  /**
24429
- * Parameter `{formInstanceID}` should match a form instance ID.
24433
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
24430
24434
  * @summary Returns a form instance.
24431
24435
  * @param {string} formInstanceID Form instance ID
24432
24436
  * @param {*} [axiosOptions] Override http request option.
@@ -24520,7 +24524,7 @@ var CustomFormsV2024ApiFp = function (configuration) {
24520
24524
  });
24521
24525
  },
24522
24526
  /**
24523
- * Parameter `{formInstanceID}` should match a form instance ID.
24527
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
24524
24528
  * @summary Patch a form instance.
24525
24529
  * @param {string} formInstanceID Form instance ID
24526
24530
  * @param {Array<{ [key: string]: object; }>} [body] Body is the request payload to patch a form instance, check: https://jsonpatch.com
@@ -24765,7 +24769,7 @@ var CustomFormsV2024ApiFactory = function (configuration, basePath, axios) {
24765
24769
  return localVarFp.getFormDefinitionByKey(requestParameters.formDefinitionID, axiosOptions).then(function (request) { return request(axios, basePath); });
24766
24770
  },
24767
24771
  /**
24768
- * Parameter `{formInstanceID}` should match a form instance ID.
24772
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
24769
24773
  * @summary Returns a form instance.
24770
24774
  * @param {CustomFormsV2024ApiGetFormInstanceByKeyRequest} requestParameters Request parameters.
24771
24775
  * @param {*} [axiosOptions] Override http request option.
@@ -24806,7 +24810,7 @@ var CustomFormsV2024ApiFactory = function (configuration, basePath, axios) {
24806
24810
  return localVarFp.patchFormDefinition(requestParameters.formDefinitionID, requestParameters.body, axiosOptions).then(function (request) { return request(axios, basePath); });
24807
24811
  },
24808
24812
  /**
24809
- * Parameter `{formInstanceID}` should match a form instance ID.
24813
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
24810
24814
  * @summary Patch a form instance.
24811
24815
  * @param {CustomFormsV2024ApiPatchFormInstanceRequest} requestParameters Request parameters.
24812
24816
  * @param {*} [axiosOptions] Override http request option.
@@ -24981,7 +24985,7 @@ var CustomFormsV2024Api = /** @class */ (function (_super) {
24981
24985
  return (0, exports.CustomFormsV2024ApiFp)(this.configuration).getFormDefinitionByKey(requestParameters.formDefinitionID, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
24982
24986
  };
24983
24987
  /**
24984
- * Parameter `{formInstanceID}` should match a form instance ID.
24988
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
24985
24989
  * @summary Returns a form instance.
24986
24990
  * @param {CustomFormsV2024ApiGetFormInstanceByKeyRequest} requestParameters Request parameters.
24987
24991
  * @param {*} [axiosOptions] Override http request option.
@@ -25030,7 +25034,7 @@ var CustomFormsV2024Api = /** @class */ (function (_super) {
25030
25034
  return (0, exports.CustomFormsV2024ApiFp)(this.configuration).patchFormDefinition(requestParameters.formDefinitionID, requestParameters.body, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
25031
25035
  };
25032
25036
  /**
25033
- * Parameter `{formInstanceID}` should match a form instance ID.
25037
+ * Parameter `{formInstanceID}` should match a form instance ID. Only the assigned recipient (`recipients[].id` when `type` is `IDENTITY`) may call this.
25034
25038
  * @summary Patch a form instance.
25035
25039
  * @param {CustomFormsV2024ApiPatchFormInstanceRequest} requestParameters Request parameters.
25036
25040
  * @param {*} [axiosOptions] Override http request option.
@@ -85940,7 +85944,7 @@ var WorkflowsV2024ApiAxiosParamCreator = function (configuration) {
85940
85944
  * @summary List workflow library triggers
85941
85945
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
85942
85946
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
85943
- * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq*
85947
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **name**: *eq* **type**: *eq*
85944
85948
  * @param {*} [axiosOptions] Override http request option.
85945
85949
  * @throws {RequiredError}
85946
85950
  */
@@ -86582,7 +86586,7 @@ var WorkflowsV2024ApiFp = function (configuration) {
86582
86586
  * @summary List workflow library triggers
86583
86587
  * @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
86584
86588
  * @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
86585
- * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq*
86589
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **name**: *eq* **type**: *eq*
86586
86590
  * @param {*} [axiosOptions] Override http request option.
86587
86591
  * @throws {RequiredError}
86588
86592
  */