@saritasa/renewaire-frontend-sdk 0.9.0 → 0.9.1
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
|
@@ -3353,12 +3353,7 @@ class UsersApiService extends BaseService {
|
|
|
3353
3353
|
usersVerifyResetPasswordToken(requestParameters, observe = "body", reportProgress = false, options) {
|
|
3354
3354
|
const verifyResetPasswordTokenCommand = requestParameters?.verifyResetPasswordTokenCommand;
|
|
3355
3355
|
let localVarHeaders = this.defaultHeaders;
|
|
3356
|
-
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
|
|
3357
|
-
this.configuration.selectHeaderAccept([
|
|
3358
|
-
"text/plain",
|
|
3359
|
-
"application/json",
|
|
3360
|
-
"text/json",
|
|
3361
|
-
]);
|
|
3356
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([]);
|
|
3362
3357
|
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
3363
3358
|
localVarHeaders = localVarHeaders.set("Accept", localVarHttpHeaderAcceptSelected);
|
|
3364
3359
|
}
|