sailpoint-api-client 1.4.12 → 1.4.13

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/v2024/common.ts CHANGED
@@ -135,9 +135,9 @@ export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxi
135
135
  return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
136
136
  axiosRetry(globalAxios, configuration.retriesConfig)
137
137
  const headers = {
138
- ...{'User-Agent':'OpenAPI-Generator/1.4.12/ts'},
138
+ ...{'User-Agent':'OpenAPI-Generator/1.4.13/ts'},
139
139
  ...axiosArgs.axiosOptions.headers,
140
- ...{'X-SailPoint-SDK':'typescript-1.4.12'}
140
+ ...{'X-SailPoint-SDK':'typescript-1.4.13'}
141
141
  }
142
142
 
143
143
  if(!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-sdk",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "description": "OpenAPI client for sailpoint-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
package/v3/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## sailpoint-sdk@1.4.12
1
+ ## sailpoint-sdk@1.4.13
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.4.12 --save
39
+ npm install sailpoint-sdk@1.4.13 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_