@saritasa/renewaire-frontend-sdk 0.67.0 → 0.68.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.67.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.68.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.67.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.68.0 --save
5
5
  ```
@@ -3654,7 +3654,7 @@ class RepTerritoryLocationsApiService extends BaseService {
3654
3654
  repTerritoryLocationId === undefined) {
3655
3655
  throw new Error("Required parameter repTerritoryLocationId was null or undefined when calling repTerritoryLocationsUpdateRepTerritoryLocation.");
3656
3656
  }
3657
- const saveRepTerritoryLocationDto = requestParameters?.saveRepTerritoryLocationDto;
3657
+ const updateRepTerritoryLocationDto = requestParameters?.updateRepTerritoryLocationDto;
3658
3658
  let localVarHeaders = this.defaultHeaders;
3659
3659
  // authentication (Bearer) required
3660
3660
  localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
@@ -3690,7 +3690,7 @@ class RepTerritoryLocationsApiService extends BaseService {
3690
3690
  const { basePath, withCredentials } = this.configuration;
3691
3691
  return this.httpClient.request("put", `${basePath}${localVarPath}`, {
3692
3692
  context: localVarHttpContext,
3693
- body: saveRepTerritoryLocationDto,
3693
+ body: updateRepTerritoryLocationDto,
3694
3694
  responseType: responseType_,
3695
3695
  ...(withCredentials ? { withCredentials } : {}),
3696
3696
  headers: localVarHeaders,