@saritasa/renewaire-frontend-sdk 0.309.3 → 0.310.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/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.309.3
1
+ # @@saritasa/renewaire-frontend-sdk@0.310.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.309.3 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.310.0 --save
5
5
  ```
@@ -12091,6 +12091,8 @@ class UsersApiService extends BaseService {
12091
12091
  throw new Error("Required parameter userId was null or undefined when calling usersGetUserPermissions.");
12092
12092
  }
12093
12093
  let localVarHeaders = this.defaultHeaders;
12094
+ // authentication (Bearer) required
12095
+ localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
12094
12096
  const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
12095
12097
  this.configuration.selectHeaderAccept([
12096
12098
  "text/plain",
@@ -12652,6 +12654,8 @@ class UsersApiService extends BaseService {
12652
12654
  }
12653
12655
  const saveUserDesignConditionsDto = requestParameters?.saveUserDesignConditionsDto;
12654
12656
  let localVarHeaders = this.defaultHeaders;
12657
+ // authentication (Bearer) required
12658
+ localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
12655
12659
  const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([]);
12656
12660
  if (localVarHttpHeaderAcceptSelected !== undefined) {
12657
12661
  localVarHeaders = localVarHeaders.set("Accept", localVarHttpHeaderAcceptSelected);