@saritasa/renewaire-frontend-sdk 0.205.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
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.205.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.207.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.205.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.207.0 --save
5
5
  ```
@@ -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 saveRepTerritoryRepContactDto = requestParameters?.saveRepTerritoryRepContactDto;
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: saveRepTerritoryRepContactDto,
6479
+ body: updateRepTerritoryRepContactDto,
6480
6480
  responseType: responseType_,
6481
6481
  ...(withCredentials ? { withCredentials } : {}),
6482
6482
  headers: localVarHeaders,