@saritasa/renewaire-frontend-sdk 0.93.0 → 0.94.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
|
@@ -5954,6 +5954,8 @@ class UsersApiService extends BaseService {
|
|
|
5954
5954
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, page, "Page");
|
|
5955
5955
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageSize, "PageSize");
|
|
5956
5956
|
let localVarHeaders = this.defaultHeaders;
|
|
5957
|
+
// authentication (Bearer) required
|
|
5958
|
+
localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
|
|
5957
5959
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
|
|
5958
5960
|
this.configuration.selectHeaderAccept([
|
|
5959
5961
|
"text/plain",
|