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.
- package/beta/README.md +2 -2
- package/beta/api.ts +8 -4
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +8 -4
- package/dist/beta/api.js +8 -4
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/beta/common.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/index.spec.js +18 -0
- package/dist/index.spec.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2024/common.js.map +1 -1
- package/dist/v2025/api.d.ts +3 -3
- package/dist/v2025/api.js +2 -2
- package/dist/v2025/common.js +1 -1
- package/dist/v2025/common.js.map +1 -1
- package/dist/v2026/api.d.ts +810 -0
- package/dist/v2026/api.js +792 -0
- package/dist/v2026/api.js.map +1 -0
- package/dist/v2026/base.d.ts +66 -0
- package/dist/v2026/base.js +89 -0
- package/dist/v2026/base.js.map +1 -0
- package/dist/v2026/common.d.ts +65 -0
- package/dist/v2026/common.js +266 -0
- package/dist/v2026/common.js.map +1 -0
- package/dist/v2026/configuration.d.ts +91 -0
- package/dist/v2026/configuration.js +46 -0
- package/dist/v2026/configuration.js.map +1 -0
- package/dist/v2026/index.d.ts +13 -0
- package/dist/v2026/index.js +32 -0
- package/dist/v2026/index.js.map +1 -0
- package/dist/v3/api.d.ts +8 -4
- package/dist/v3/api.js +8 -4
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/dist/v3/common.js.map +1 -1
- package/index.spec.ts +11 -1
- package/index.ts +3 -0
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +3 -3
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/.openapi-generator/FILES +12 -0
- package/v2026/.openapi-generator/VERSION +1 -0
- package/v2026/.openapi-generator-ignore +23 -0
- package/v2026/README.md +46 -0
- package/v2026/api.ts +1180 -0
- package/v2026/base.ts +86 -0
- package/v2026/common.ts +165 -0
- package/v2026/configuration.ts +110 -0
- package/v2026/git_push.sh +57 -0
- package/v2026/index.ts +18 -0
- package/v2026/package.json +34 -0
- package/v2026/tsconfig.json +21 -0
- package/v3/README.md +2 -2
- package/v3/api.ts +8 -4
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/beta/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-sdk@1.
|
|
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.
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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.
|
|
150
|
+
...{'User-Agent':'OpenAPI-Generator/1.7.0/ts'},
|
|
151
151
|
...axiosArgs.axiosOptions.headers,
|
|
152
|
-
...{'X-SailPoint-SDK':'typescript-1.
|
|
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
package/dist/beta/api.d.ts
CHANGED
|
@@ -64872,10 +64872,11 @@ export declare const WorkflowsBetaApiAxiosParamCreator: (configuration?: Configu
|
|
|
64872
64872
|
*/
|
|
64873
64873
|
getWorkflowExecution: (id: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
64874
64874
|
/**
|
|
64875
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
*/
|