@saritasa/renewaire-frontend-sdk 0.311.3 → 0.313.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
|
@@ -4462,6 +4462,8 @@ class LeadTimesApiService extends BaseService {
|
|
|
4462
4462
|
}
|
|
4463
4463
|
leadTimesGetLeadTimTables(observe = "body", reportProgress = false, options) {
|
|
4464
4464
|
let localVarHeaders = this.defaultHeaders;
|
|
4465
|
+
// authentication (Bearer) required
|
|
4466
|
+
localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
|
|
4465
4467
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
|
|
4466
4468
|
this.configuration.selectHeaderAccept([
|
|
4467
4469
|
"text/plain",
|
|
@@ -10194,6 +10196,8 @@ class RepTerritoriesApiService extends BaseService {
|
|
|
10194
10196
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, page, "Page");
|
|
10195
10197
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, pageSize, "PageSize");
|
|
10196
10198
|
let localVarHeaders = this.defaultHeaders;
|
|
10199
|
+
// authentication (Bearer) required
|
|
10200
|
+
localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
|
|
10197
10201
|
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
|
|
10198
10202
|
this.configuration.selectHeaderAccept([
|
|
10199
10203
|
"text/plain",
|