@saritasa/renewaire-frontend-sdk 0.103.0 → 0.104.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
|
@@ -5792,8 +5792,6 @@ class UsersApiService extends BaseService {
|
|
|
5792
5792
|
throw new Error("Required parameter userId was null or undefined when calling usersGetUserPermissions.");
|
|
5793
5793
|
}
|
|
5794
5794
|
let localVarHeaders = this.defaultHeaders;
|
|
5795
|
-
// authentication (Bearer) required
|
|
5796
|
-
localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
|
|
5797
5795
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
|
|
5798
5796
|
this.configuration.selectHeaderAccept([
|
|
5799
5797
|
"text/plain",
|