sailpoint-api-client 1.6.10 → 1.7.0

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 (66) hide show
  1. package/beta/README.md +2 -2
  2. package/beta/api.ts +8 -4
  3. package/beta/common.ts +2 -2
  4. package/beta/package.json +1 -1
  5. package/dist/beta/api.d.ts +8 -4
  6. package/dist/beta/api.js +8 -4
  7. package/dist/beta/api.js.map +1 -1
  8. package/dist/beta/common.js +1 -1
  9. package/dist/beta/common.js.map +1 -1
  10. package/dist/index.d.ts +2 -0
  11. package/dist/index.js +6 -3
  12. package/dist/index.js.map +1 -1
  13. package/dist/index.spec.js +18 -0
  14. package/dist/index.spec.js.map +1 -1
  15. package/dist/v2024/common.js +1 -1
  16. package/dist/v2024/common.js.map +1 -1
  17. package/dist/v2025/api.d.ts +3 -3
  18. package/dist/v2025/api.js +2 -2
  19. package/dist/v2025/common.js +1 -1
  20. package/dist/v2025/common.js.map +1 -1
  21. package/dist/v2026/api.d.ts +810 -0
  22. package/dist/v2026/api.js +792 -0
  23. package/dist/v2026/api.js.map +1 -0
  24. package/dist/v2026/base.d.ts +66 -0
  25. package/dist/v2026/base.js +89 -0
  26. package/dist/v2026/base.js.map +1 -0
  27. package/dist/v2026/common.d.ts +65 -0
  28. package/dist/v2026/common.js +266 -0
  29. package/dist/v2026/common.js.map +1 -0
  30. package/dist/v2026/configuration.d.ts +91 -0
  31. package/dist/v2026/configuration.js +46 -0
  32. package/dist/v2026/configuration.js.map +1 -0
  33. package/dist/v2026/index.d.ts +13 -0
  34. package/dist/v2026/index.js +32 -0
  35. package/dist/v2026/index.js.map +1 -0
  36. package/dist/v3/api.d.ts +8 -4
  37. package/dist/v3/api.js +8 -4
  38. package/dist/v3/api.js.map +1 -1
  39. package/dist/v3/common.js +1 -1
  40. package/dist/v3/common.js.map +1 -1
  41. package/index.spec.ts +11 -1
  42. package/index.ts +3 -0
  43. package/package.json +1 -1
  44. package/v2024/README.md +2 -2
  45. package/v2024/common.ts +2 -2
  46. package/v2024/package.json +1 -1
  47. package/v2025/README.md +2 -2
  48. package/v2025/api.ts +3 -3
  49. package/v2025/common.ts +2 -2
  50. package/v2025/package.json +1 -1
  51. package/v2026/.openapi-generator/FILES +12 -0
  52. package/v2026/.openapi-generator/VERSION +1 -0
  53. package/v2026/.openapi-generator-ignore +23 -0
  54. package/v2026/README.md +46 -0
  55. package/v2026/api.ts +1180 -0
  56. package/v2026/base.ts +86 -0
  57. package/v2026/common.ts +165 -0
  58. package/v2026/configuration.ts +110 -0
  59. package/v2026/git_push.sh +57 -0
  60. package/v2026/index.ts +18 -0
  61. package/v2026/package.json +34 -0
  62. package/v2026/tsconfig.json +21 -0
  63. package/v3/README.md +2 -2
  64. package/v3/api.ts +8 -4
  65. package/v3/common.ts +2 -2
  66. package/v3/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configuration.js","sourceRoot":"","sources":["../../v2026/configuration.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAcH;IA0DI,uBAAY,KAAmC;QAAnC,sBAAA,EAAA,UAAmC;QAC3C,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;QAC3B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC;QACrC,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC;QACrC,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC;QACrC,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC;IAC3C,CAAC;IAED;;;;;;;;;OASG;IACI,kCAAU,GAAjB,UAAkB,IAAY;QAC1B,IAAM,QAAQ,GAAW,IAAI,MAAM,CAAC,+DAA+D,EAAE,GAAG,CAAC,CAAC;QAC1G,OAAO,IAAI,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,WAAW,EAAE,KAAK,6BAA6B,CAAC,CAAC;IAC1G,CAAC;IACL,oBAAC;AAAD,CAAC,AAnFD,IAmFC;AAnFY,sCAAa"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Identity Security Cloud v2026 API
3
+ * Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.
4
+ *
5
+ * The version of the OpenAPI document: v2026
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export * from "./api";
13
+ export * from "../configuration";
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Identity Security Cloud v2026 API
6
+ * Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.
7
+ *
8
+ * The version of the OpenAPI document: v2026
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = { enumerable: true, get: function() { return m[k]; } };
20
+ }
21
+ Object.defineProperty(o, k2, desc);
22
+ }) : (function(o, m, k, k2) {
23
+ if (k2 === undefined) k2 = k;
24
+ o[k2] = m[k];
25
+ }));
26
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
27
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
28
+ };
29
+ Object.defineProperty(exports, "__esModule", { value: true });
30
+ __exportStar(require("./api"), exports);
31
+ __exportStar(require("../configuration"), exports);
32
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../v2026/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;;;;;;;;;;;;;;AAGH,wCAAsB;AACtB,mDAAiC"}
package/dist/v3/api.d.ts CHANGED
@@ -44558,10 +44558,11 @@ export declare const WorkflowsApiAxiosParamCreator: (configuration?: Configurati
44558
44558
  */
44559
44559
  getWorkflowExecution: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
44560
44560
  /**
44561
- * Get a detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
44561
+ * [Deprecated] This endpoint will be removed in October 2027. Please use `/workflow-executions/{id}/history-v2` instead. Retrieves the detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived; accessing an archived execution will return a 404 Not Found.
44562
44562
  * @summary Get workflow execution history
44563
44563
  * @param {string} id Id of the workflow execution
44564
44564
  * @param {*} [axiosOptions] Override http request option.
44565
+ * @deprecated
44565
44566
  * @throws {RequiredError}
44566
44567
  */
44567
44568
  getWorkflowExecutionHistory: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -44724,10 +44725,11 @@ export declare const WorkflowsApiFp: (configuration?: Configuration) => {
44724
44725
  */
44725
44726
  getWorkflowExecution(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
44726
44727
  /**
44727
- * Get a detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
44728
+ * [Deprecated] This endpoint will be removed in October 2027. Please use `/workflow-executions/{id}/history-v2` instead. Retrieves the detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived; accessing an archived execution will return a 404 Not Found.
44728
44729
  * @summary Get workflow execution history
44729
44730
  * @param {string} id Id of the workflow execution
44730
44731
  * @param {*} [axiosOptions] Override http request option.
44732
+ * @deprecated
44731
44733
  * @throws {RequiredError}
44732
44734
  */
44733
44735
  getWorkflowExecutionHistory(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<WorkflowExecutionEvent>>>;
@@ -44888,10 +44890,11 @@ export declare const WorkflowsApiFactory: (configuration?: Configuration, basePa
44888
44890
  */
44889
44891
  getWorkflowExecution(requestParameters: WorkflowsApiGetWorkflowExecutionRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<object>;
44890
44892
  /**
44891
- * Get a detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
44893
+ * [Deprecated] This endpoint will be removed in October 2027. Please use `/workflow-executions/{id}/history-v2` instead. Retrieves the detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived; accessing an archived execution will return a 404 Not Found.
44892
44894
  * @summary Get workflow execution history
44893
44895
  * @param {WorkflowsApiGetWorkflowExecutionHistoryRequest} requestParameters Request parameters.
44894
44896
  * @param {*} [axiosOptions] Override http request option.
44897
+ * @deprecated
44895
44898
  * @throws {RequiredError}
44896
44899
  */
44897
44900
  getWorkflowExecutionHistory(requestParameters: WorkflowsApiGetWorkflowExecutionHistoryRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<WorkflowExecutionEvent>>;
@@ -45369,10 +45372,11 @@ export declare class WorkflowsApi extends BaseAPI {
45369
45372
  */
45370
45373
  getWorkflowExecution(requestParameters: WorkflowsApiGetWorkflowExecutionRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
45371
45374
  /**
45372
- * Get a detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
45375
+ * [Deprecated] This endpoint will be removed in October 2027. Please use `/workflow-executions/{id}/history-v2` instead. Retrieves the detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived; accessing an archived execution will return a 404 Not Found.
45373
45376
  * @summary Get workflow execution history
45374
45377
  * @param {WorkflowsApiGetWorkflowExecutionHistoryRequest} requestParameters Request parameters.
45375
45378
  * @param {*} [axiosOptions] Override http request option.
45379
+ * @deprecated
45376
45380
  * @throws {RequiredError}
45377
45381
  * @memberof WorkflowsApi
45378
45382
  */
package/dist/v3/api.js CHANGED
@@ -40331,10 +40331,11 @@ var WorkflowsApiAxiosParamCreator = function (configuration) {
40331
40331
  });
40332
40332
  },
40333
40333
  /**
40334
- * Get a detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
40334
+ * [Deprecated] This endpoint will be removed in October 2027. Please use `/workflow-executions/{id}/history-v2` instead. Retrieves the detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived; accessing an archived execution will return a 404 Not Found.
40335
40335
  * @summary Get workflow execution history
40336
40336
  * @param {string} id Id of the workflow execution
40337
40337
  * @param {*} [axiosOptions] Override http request option.
40338
+ * @deprecated
40338
40339
  * @throws {RequiredError}
40339
40340
  */
40340
40341
  getWorkflowExecutionHistory: function (id, axiosOptions) {
@@ -41145,10 +41146,11 @@ var WorkflowsApiFp = function (configuration) {
41145
41146
  });
41146
41147
  },
41147
41148
  /**
41148
- * Get a detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
41149
+ * [Deprecated] This endpoint will be removed in October 2027. Please use `/workflow-executions/{id}/history-v2` instead. Retrieves the detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived; accessing an archived execution will return a 404 Not Found.
41149
41150
  * @summary Get workflow execution history
41150
41151
  * @param {string} id Id of the workflow execution
41151
41152
  * @param {*} [axiosOptions] Override http request option.
41153
+ * @deprecated
41152
41154
  * @throws {RequiredError}
41153
41155
  */
41154
41156
  getWorkflowExecutionHistory: function (id, axiosOptions) {
@@ -41492,10 +41494,11 @@ var WorkflowsApiFactory = function (configuration, basePath, axios) {
41492
41494
  return localVarFp.getWorkflowExecution(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
41493
41495
  },
41494
41496
  /**
41495
- * Get a detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
41497
+ * [Deprecated] This endpoint will be removed in October 2027. Please use `/workflow-executions/{id}/history-v2` instead. Retrieves the detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived; accessing an archived execution will return a 404 Not Found.
41496
41498
  * @summary Get workflow execution history
41497
41499
  * @param {WorkflowsApiGetWorkflowExecutionHistoryRequest} requestParameters Request parameters.
41498
41500
  * @param {*} [axiosOptions] Override http request option.
41501
+ * @deprecated
41499
41502
  * @throws {RequiredError}
41500
41503
  */
41501
41504
  getWorkflowExecutionHistory: function (requestParameters, axiosOptions) {
@@ -41703,10 +41706,11 @@ var WorkflowsApi = /** @class */ (function (_super) {
41703
41706
  return (0, exports.WorkflowsApiFp)(this.configuration).getWorkflowExecution(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
41704
41707
  };
41705
41708
  /**
41706
- * Get a detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found.
41709
+ * [Deprecated] This endpoint will be removed in October 2027. Please use `/workflow-executions/{id}/history-v2` instead. Retrieves the detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived; accessing an archived execution will return a 404 Not Found.
41707
41710
  * @summary Get workflow execution history
41708
41711
  * @param {WorkflowsApiGetWorkflowExecutionHistoryRequest} requestParameters Request parameters.
41709
41712
  * @param {*} [axiosOptions] Override http request option.
41713
+ * @deprecated
41710
41714
  * @throws {RequiredError}
41711
41715
  * @memberof WorkflowsApi
41712
41716
  */