@saritasa/renewaire-frontend-sdk 0.206.0 → 0.207.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
|
@@ -6439,7 +6439,7 @@ class RepContactsApiService extends BaseService {
|
|
|
6439
6439
|
repTerritoryRepContactId === undefined) {
|
|
6440
6440
|
throw new Error("Required parameter repTerritoryRepContactId was null or undefined when calling repContactsUpdateRepTerritoryRepContact.");
|
|
6441
6441
|
}
|
|
6442
|
-
const
|
|
6442
|
+
const updateRepTerritoryRepContactDto = requestParameters?.updateRepTerritoryRepContactDto;
|
|
6443
6443
|
let localVarHeaders = this.defaultHeaders;
|
|
6444
6444
|
// authentication (Bearer) required
|
|
6445
6445
|
localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
|
|
@@ -6476,7 +6476,7 @@ class RepContactsApiService extends BaseService {
|
|
|
6476
6476
|
const { basePath, withCredentials } = this.configuration;
|
|
6477
6477
|
return this.httpClient.request("put", `${basePath}${localVarPath}`, {
|
|
6478
6478
|
context: localVarHttpContext,
|
|
6479
|
-
body:
|
|
6479
|
+
body: updateRepTerritoryRepContactDto,
|
|
6480
6480
|
responseType: responseType_,
|
|
6481
6481
|
...(withCredentials ? { withCredentials } : {}),
|
|
6482
6482
|
headers: localVarHeaders,
|