sailpoint-api-client 1.4.11 → 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.
@@ -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.11/ts' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.4.11' });
244
+ var headers = __assign(__assign({ 'User-Agent': 'OpenAPI-Generator/1.4.13/ts' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.4.13' });
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
  }