sailpoint-api-client 1.7.21 → 1.7.23

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/dist/v3/common.js CHANGED
@@ -250,7 +250,7 @@ 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 headers = __assign(__assign({ 'User-Agent': 'OpenAPI-Generator/1.7.21/ts' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.7.21' });
253
+ var headers = __assign(__assign({ 'User-Agent': 'OpenAPI-Generator/1.7.23/ts' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.7.23' });
254
254
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
255
255
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
256
256
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-api-client",
3
- "version": "1.7.21",
3
+ "version": "1.7.23",
4
4
  "description": "Official library for using the SailPoint API",
5
5
  "author": "SailPoint DevOps",
6
6
  "repository": {
package/v2024/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## sailpoint-sdk@1.7.21
1
+ ## sailpoint-sdk@1.7.23
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.7.21 --save
39
+ npm install sailpoint-sdk@1.7.23 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/v2024/api.ts CHANGED
@@ -48938,6 +48938,7 @@ export const AccessRequestsV2024ApiAxiosParamCreator = function (configuration?:
48938
48938
  * This endpoint returns the current access-request configuration.
48939
48939
  * @summary Get access request configuration
48940
48940
  * @param {*} [axiosOptions] Override http request option.
48941
+ * @deprecated
48941
48942
  * @throws {RequiredError}
48942
48943
  */
48943
48944
  getAccessRequestConfig: async (axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
@@ -49269,6 +49270,7 @@ export const AccessRequestsV2024ApiAxiosParamCreator = function (configuration?:
49269
49270
  * @summary Update access request configuration
49270
49271
  * @param {AccessRequestConfigV2024} accessRequestConfigV2024
49271
49272
  * @param {*} [axiosOptions] Override http request option.
49273
+ * @deprecated
49272
49274
  * @throws {RequiredError}
49273
49275
  */
49274
49276
  setAccessRequestConfig: async (accessRequestConfigV2024: AccessRequestConfigV2024, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
@@ -49387,6 +49389,7 @@ export const AccessRequestsV2024ApiFp = function(configuration?: Configuration)
49387
49389
  * This endpoint returns the current access-request configuration.
49388
49390
  * @summary Get access request configuration
49389
49391
  * @param {*} [axiosOptions] Override http request option.
49392
+ * @deprecated
49390
49393
  * @throws {RequiredError}
49391
49394
  */
49392
49395
  async getAccessRequestConfig(axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccessRequestConfigV2024>> {
@@ -49474,6 +49477,7 @@ export const AccessRequestsV2024ApiFp = function(configuration?: Configuration)
49474
49477
  * @summary Update access request configuration
49475
49478
  * @param {AccessRequestConfigV2024} accessRequestConfigV2024
49476
49479
  * @param {*} [axiosOptions] Override http request option.
49480
+ * @deprecated
49477
49481
  * @throws {RequiredError}
49478
49482
  */
49479
49483
  async setAccessRequestConfig(accessRequestConfigV2024: AccessRequestConfigV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccessRequestConfigV2024>> {
@@ -49546,6 +49550,7 @@ export const AccessRequestsV2024ApiFactory = function (configuration?: Configura
49546
49550
  * This endpoint returns the current access-request configuration.
49547
49551
  * @summary Get access request configuration
49548
49552
  * @param {*} [axiosOptions] Override http request option.
49553
+ * @deprecated
49549
49554
  * @throws {RequiredError}
49550
49555
  */
49551
49556
  getAccessRequestConfig(axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AccessRequestConfigV2024> {
@@ -49596,6 +49601,7 @@ export const AccessRequestsV2024ApiFactory = function (configuration?: Configura
49596
49601
  * @summary Update access request configuration
49597
49602
  * @param {AccessRequestsV2024ApiSetAccessRequestConfigRequest} requestParameters Request parameters.
49598
49603
  * @param {*} [axiosOptions] Override http request option.
49604
+ * @deprecated
49599
49605
  * @throws {RequiredError}
49600
49606
  */
49601
49607
  setAccessRequestConfig(requestParameters: AccessRequestsV2024ApiSetAccessRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AccessRequestConfigV2024> {
@@ -49969,6 +49975,7 @@ export class AccessRequestsV2024Api extends BaseAPI {
49969
49975
  * This endpoint returns the current access-request configuration.
49970
49976
  * @summary Get access request configuration
49971
49977
  * @param {*} [axiosOptions] Override http request option.
49978
+ * @deprecated
49972
49979
  * @throws {RequiredError}
49973
49980
  * @memberof AccessRequestsV2024Api
49974
49981
  */
@@ -50029,6 +50036,7 @@ export class AccessRequestsV2024Api extends BaseAPI {
50029
50036
  * @summary Update access request configuration
50030
50037
  * @param {AccessRequestsV2024ApiSetAccessRequestConfigRequest} requestParameters Request parameters.
50031
50038
  * @param {*} [axiosOptions] Override http request option.
50039
+ * @deprecated
50032
50040
  * @throws {RequiredError}
50033
50041
  * @memberof AccessRequestsV2024Api
50034
50042
  */
package/v2024/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.7.21/ts'},
150
+ ...{'User-Agent':'OpenAPI-Generator/1.7.23/ts'},
151
151
  ...axiosArgs.axiosOptions.headers,
152
- ...{'X-SailPoint-SDK':'typescript-1.7.21'}
152
+ ...{'X-SailPoint-SDK':'typescript-1.7.23'}
153
153
  }
154
154
 
155
155
  if(!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-sdk",
3
- "version": "1.7.21",
3
+ "version": "1.7.23",
4
4
  "description": "OpenAPI client for sailpoint-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
package/v2025/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## sailpoint-sdk@1.7.21
1
+ ## sailpoint-sdk@1.7.23
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.7.21 --save
39
+ npm install sailpoint-sdk@1.7.23 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/v2025/api.ts CHANGED
@@ -56074,6 +56074,7 @@ export const AccessRequestsV2025ApiAxiosParamCreator = function (configuration?:
56074
56074
  * This endpoint returns the current access-request configuration.
56075
56075
  * @summary Get access request configuration
56076
56076
  * @param {*} [axiosOptions] Override http request option.
56077
+ * @deprecated
56077
56078
  * @throws {RequiredError}
56078
56079
  */
56079
56080
  getAccessRequestConfig: async (axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
@@ -56397,6 +56398,7 @@ export const AccessRequestsV2025ApiAxiosParamCreator = function (configuration?:
56397
56398
  * @summary Update access request configuration
56398
56399
  * @param {AccessRequestConfigV2025} accessRequestConfigV2025
56399
56400
  * @param {*} [axiosOptions] Override http request option.
56401
+ * @deprecated
56400
56402
  * @throws {RequiredError}
56401
56403
  */
56402
56404
  setAccessRequestConfig: async (accessRequestConfigV2025: AccessRequestConfigV2025, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
@@ -56515,6 +56517,7 @@ export const AccessRequestsV2025ApiFp = function(configuration?: Configuration)
56515
56517
  * This endpoint returns the current access-request configuration.
56516
56518
  * @summary Get access request configuration
56517
56519
  * @param {*} [axiosOptions] Override http request option.
56520
+ * @deprecated
56518
56521
  * @throws {RequiredError}
56519
56522
  */
56520
56523
  async getAccessRequestConfig(axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccessRequestConfigV2025>> {
@@ -56601,6 +56604,7 @@ export const AccessRequestsV2025ApiFp = function(configuration?: Configuration)
56601
56604
  * @summary Update access request configuration
56602
56605
  * @param {AccessRequestConfigV2025} accessRequestConfigV2025
56603
56606
  * @param {*} [axiosOptions] Override http request option.
56607
+ * @deprecated
56604
56608
  * @throws {RequiredError}
56605
56609
  */
56606
56610
  async setAccessRequestConfig(accessRequestConfigV2025: AccessRequestConfigV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccessRequestConfigV2025>> {
@@ -56673,6 +56677,7 @@ export const AccessRequestsV2025ApiFactory = function (configuration?: Configura
56673
56677
  * This endpoint returns the current access-request configuration.
56674
56678
  * @summary Get access request configuration
56675
56679
  * @param {*} [axiosOptions] Override http request option.
56680
+ * @deprecated
56676
56681
  * @throws {RequiredError}
56677
56682
  */
56678
56683
  getAccessRequestConfig(axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AccessRequestConfigV2025> {
@@ -56723,6 +56728,7 @@ export const AccessRequestsV2025ApiFactory = function (configuration?: Configura
56723
56728
  * @summary Update access request configuration
56724
56729
  * @param {AccessRequestsV2025ApiSetAccessRequestConfigRequest} requestParameters Request parameters.
56725
56730
  * @param {*} [axiosOptions] Override http request option.
56731
+ * @deprecated
56726
56732
  * @throws {RequiredError}
56727
56733
  */
56728
56734
  setAccessRequestConfig(requestParameters: AccessRequestsV2025ApiSetAccessRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<AccessRequestConfigV2025> {
@@ -57089,6 +57095,7 @@ export class AccessRequestsV2025Api extends BaseAPI {
57089
57095
  * This endpoint returns the current access-request configuration.
57090
57096
  * @summary Get access request configuration
57091
57097
  * @param {*} [axiosOptions] Override http request option.
57098
+ * @deprecated
57092
57099
  * @throws {RequiredError}
57093
57100
  * @memberof AccessRequestsV2025Api
57094
57101
  */
@@ -57149,6 +57156,7 @@ export class AccessRequestsV2025Api extends BaseAPI {
57149
57156
  * @summary Update access request configuration
57150
57157
  * @param {AccessRequestsV2025ApiSetAccessRequestConfigRequest} requestParameters Request parameters.
57151
57158
  * @param {*} [axiosOptions] Override http request option.
57159
+ * @deprecated
57152
57160
  * @throws {RequiredError}
57153
57161
  * @memberof AccessRequestsV2025Api
57154
57162
  */
package/v2025/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.7.21/ts'},
150
+ ...{'User-Agent':'OpenAPI-Generator/1.7.23/ts'},
151
151
  ...axiosArgs.axiosOptions.headers,
152
- ...{'X-SailPoint-SDK':'typescript-1.7.21'}
152
+ ...{'X-SailPoint-SDK':'typescript-1.7.23'}
153
153
  }
154
154
 
155
155
  if(!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-sdk",
3
- "version": "1.7.21",
3
+ "version": "1.7.23",
4
4
  "description": "OpenAPI client for sailpoint-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
package/v2026/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## sailpoint-sdk@1.7.21
1
+ ## sailpoint-sdk@1.7.23
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.7.21 --save
39
+ npm install sailpoint-sdk@1.7.23 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_