sailpoint-api-client 1.4.10 → 1.4.12

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
@@ -241,7 +241,7 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
241
241
  if (axios === void 0) { axios = globalAxios; }
242
242
  if (basePath === void 0) { basePath = BASE_PATH; }
243
243
  (0, axios_retry_1.default)(globalAxios, configuration.retriesConfig);
244
- var headers = __assign(__assign({ 'User-Agent': 'OpenAPI-Generator/1.4.10/ts' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.4.10' });
244
+ var headers = __assign(__assign({ 'User-Agent': 'OpenAPI-Generator/1.4.12/ts' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.4.12' });
245
245
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
246
246
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
247
247
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-api-client",
3
- "version": "1.4.10",
3
+ "version": "1.4.12",
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.4.10
1
+ ## sailpoint-sdk@1.4.12
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.10 --save
39
+ npm install sailpoint-sdk@1.4.12 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_