@saritasa/renewaire-frontend-sdk 0.167.1 → 0.168.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.167.1
1
+ # @@saritasa/renewaire-frontend-sdk@0.168.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.167.1 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.168.0 --save
5
5
  ```
@@ -3852,7 +3852,7 @@ class ProjectSharingApiService extends BaseService {
3852
3852
  }
3853
3853
  let localVarPath = `/api/project-sharing`;
3854
3854
  const { basePath, withCredentials } = this.configuration;
3855
- return this.httpClient.request("post", `${basePath}${localVarPath}`, {
3855
+ return this.httpClient.request("put", `${basePath}${localVarPath}`, {
3856
3856
  context: localVarHttpContext,
3857
3857
  body: updateProjectShareCommand,
3858
3858
  responseType: responseType_,