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
package/beta/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## sailpoint-sdk@1.6.10
1
+ ## sailpoint-sdk@1.7.0
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.6.10 --save
39
+ npm install sailpoint-sdk@1.7.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/beta/api.ts CHANGED
@@ -94741,10 +94741,11 @@ export const WorkflowsBetaApiAxiosParamCreator = function (configuration?: Confi
94741
94741
  };
94742
94742
  },
94743
94743
  /**
94744
- * 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.
94744
+ * [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.
94745
94745
  * @summary Get workflow execution history
94746
94746
  * @param {string} id Id of the workflow execution
94747
94747
  * @param {*} [axiosOptions] Override http request option.
94748
+ * @deprecated
94748
94749
  * @throws {RequiredError}
94749
94750
  */
94750
94751
  getWorkflowExecutionHistory: async (id: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
@@ -95444,10 +95445,11 @@ export const WorkflowsBetaApiFp = function(configuration?: Configuration) {
95444
95445
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
95445
95446
  },
95446
95447
  /**
95447
- * 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.
95448
+ * [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.
95448
95449
  * @summary Get workflow execution history
95449
95450
  * @param {string} id Id of the workflow execution
95450
95451
  * @param {*} [axiosOptions] Override http request option.
95452
+ * @deprecated
95451
95453
  * @throws {RequiredError}
95452
95454
  */
95453
95455
  async getWorkflowExecutionHistory(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<WorkflowExecutionEventBeta>>> {
@@ -95688,10 +95690,11 @@ export const WorkflowsBetaApiFactory = function (configuration?: Configuration,
95688
95690
  return localVarFp.getWorkflowExecution(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
95689
95691
  },
95690
95692
  /**
95691
- * 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.
95693
+ * [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.
95692
95694
  * @summary Get workflow execution history
95693
95695
  * @param {WorkflowsBetaApiGetWorkflowExecutionHistoryRequest} requestParameters Request parameters.
95694
95696
  * @param {*} [axiosOptions] Override http request option.
95697
+ * @deprecated
95695
95698
  * @throws {RequiredError}
95696
95699
  */
95697
95700
  getWorkflowExecutionHistory(requestParameters: WorkflowsBetaApiGetWorkflowExecutionHistoryRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<WorkflowExecutionEventBeta>> {
@@ -96244,10 +96247,11 @@ export class WorkflowsBetaApi extends BaseAPI {
96244
96247
  }
96245
96248
 
96246
96249
  /**
96247
- * 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.
96250
+ * [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.
96248
96251
  * @summary Get workflow execution history
96249
96252
  * @param {WorkflowsBetaApiGetWorkflowExecutionHistoryRequest} requestParameters Request parameters.
96250
96253
  * @param {*} [axiosOptions] Override http request option.
96254
+ * @deprecated
96251
96255
  * @throws {RequiredError}
96252
96256
  * @memberof WorkflowsBetaApi
96253
96257
  */
package/beta/common.ts CHANGED
@@ -147,9 +147,9 @@ export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxi
147
147
  return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
148
148
  axiosRetry(axios, configuration.retriesConfig)
149
149
  const headers = {
150
- ...{'User-Agent':'OpenAPI-Generator/1.6.10/ts'},
150
+ ...{'User-Agent':'OpenAPI-Generator/1.7.0/ts'},
151
151
  ...axiosArgs.axiosOptions.headers,
152
- ...{'X-SailPoint-SDK':'typescript-1.6.10'}
152
+ ...{'X-SailPoint-SDK':'typescript-1.7.0'}
153
153
  }
154
154
 
155
155
  if(!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
package/beta/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-sdk",
3
- "version": "1.6.10",
3
+ "version": "1.7.0",
4
4
  "description": "OpenAPI client for sailpoint-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -64872,10 +64872,11 @@ export declare const WorkflowsBetaApiAxiosParamCreator: (configuration?: Configu
64872
64872
  */
64873
64873
  getWorkflowExecution: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
64874
64874
  /**
64875
- * 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.
64875
+ * [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.
64876
64876
  * @summary Get workflow execution history
64877
64877
  * @param {string} id Id of the workflow execution
64878
64878
  * @param {*} [axiosOptions] Override http request option.
64879
+ * @deprecated
64879
64880
  * @throws {RequiredError}
64880
64881
  */
64881
64882
  getWorkflowExecutionHistory: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -65038,10 +65039,11 @@ export declare const WorkflowsBetaApiFp: (configuration?: Configuration) => {
65038
65039
  */
65039
65040
  getWorkflowExecution(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
65040
65041
  /**
65041
- * 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.
65042
+ * [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.
65042
65043
  * @summary Get workflow execution history
65043
65044
  * @param {string} id Id of the workflow execution
65044
65045
  * @param {*} [axiosOptions] Override http request option.
65046
+ * @deprecated
65045
65047
  * @throws {RequiredError}
65046
65048
  */
65047
65049
  getWorkflowExecutionHistory(id: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<WorkflowExecutionEventBeta>>>;
@@ -65203,10 +65205,11 @@ export declare const WorkflowsBetaApiFactory: (configuration?: Configuration, ba
65203
65205
  */
65204
65206
  getWorkflowExecution(requestParameters: WorkflowsBetaApiGetWorkflowExecutionRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<object>;
65205
65207
  /**
65206
- * 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.
65208
+ * [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.
65207
65209
  * @summary Get workflow execution history
65208
65210
  * @param {WorkflowsBetaApiGetWorkflowExecutionHistoryRequest} requestParameters Request parameters.
65209
65211
  * @param {*} [axiosOptions] Override http request option.
65212
+ * @deprecated
65210
65213
  * @throws {RequiredError}
65211
65214
  */
65212
65215
  getWorkflowExecutionHistory(requestParameters: WorkflowsBetaApiGetWorkflowExecutionHistoryRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<WorkflowExecutionEventBeta>>;
@@ -65682,10 +65685,11 @@ export declare class WorkflowsBetaApi extends BaseAPI {
65682
65685
  */
65683
65686
  getWorkflowExecution(requestParameters: WorkflowsBetaApiGetWorkflowExecutionRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
65684
65687
  /**
65685
- * 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.
65688
+ * [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.
65686
65689
  * @summary Get workflow execution history
65687
65690
  * @param {WorkflowsBetaApiGetWorkflowExecutionHistoryRequest} requestParameters Request parameters.
65688
65691
  * @param {*} [axiosOptions] Override http request option.
65692
+ * @deprecated
65689
65693
  * @throws {RequiredError}
65690
65694
  * @memberof WorkflowsBetaApi
65691
65695
  */
package/dist/beta/api.js CHANGED
@@ -63134,10 +63134,11 @@ var WorkflowsBetaApiAxiosParamCreator = function (configuration) {
63134
63134
  });
63135
63135
  },
63136
63136
  /**
63137
- * 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.
63137
+ * [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.
63138
63138
  * @summary Get workflow execution history
63139
63139
  * @param {string} id Id of the workflow execution
63140
63140
  * @param {*} [axiosOptions] Override http request option.
63141
+ * @deprecated
63141
63142
  * @throws {RequiredError}
63142
63143
  */
63143
63144
  getWorkflowExecutionHistory: function (id, axiosOptions) {
@@ -64010,10 +64011,11 @@ var WorkflowsBetaApiFp = function (configuration) {
64010
64011
  });
64011
64012
  },
64012
64013
  /**
64013
- * 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.
64014
+ * [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.
64014
64015
  * @summary Get workflow execution history
64015
64016
  * @param {string} id Id of the workflow execution
64016
64017
  * @param {*} [axiosOptions] Override http request option.
64018
+ * @deprecated
64017
64019
  * @throws {RequiredError}
64018
64020
  */
64019
64021
  getWorkflowExecutionHistory: function (id, axiosOptions) {
@@ -64384,10 +64386,11 @@ var WorkflowsBetaApiFactory = function (configuration, basePath, axios) {
64384
64386
  return localVarFp.getWorkflowExecution(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
64385
64387
  },
64386
64388
  /**
64387
- * 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.
64389
+ * [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.
64388
64390
  * @summary Get workflow execution history
64389
64391
  * @param {WorkflowsBetaApiGetWorkflowExecutionHistoryRequest} requestParameters Request parameters.
64390
64392
  * @param {*} [axiosOptions] Override http request option.
64393
+ * @deprecated
64391
64394
  * @throws {RequiredError}
64392
64395
  */
64393
64396
  getWorkflowExecutionHistory: function (requestParameters, axiosOptions) {
@@ -64591,10 +64594,11 @@ var WorkflowsBetaApi = /** @class */ (function (_super) {
64591
64594
  return (0, exports.WorkflowsBetaApiFp)(this.configuration).getWorkflowExecution(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
64592
64595
  };
64593
64596
  /**
64594
- * 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.
64597
+ * [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.
64595
64598
  * @summary Get workflow execution history
64596
64599
  * @param {WorkflowsBetaApiGetWorkflowExecutionHistoryRequest} requestParameters Request parameters.
64597
64600
  * @param {*} [axiosOptions] Override http request option.
64601
+ * @deprecated
64598
64602
  * @throws {RequiredError}
64599
64603
  * @memberof WorkflowsBetaApi
64600
64604
  */