@saritasa/renewaire-frontend-sdk 0.186.0 → 0.187.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
|
@@ -4048,7 +4048,7 @@ class ProjectRevisionsApiService extends BaseService {
|
|
|
4048
4048
|
throw new Error("Required parameter projectRevisionId was null or undefined when calling projectRevisionsUpdateRevision.");
|
|
4049
4049
|
}
|
|
4050
4050
|
const isEndEditMode = requestParameters?.isEndEditMode;
|
|
4051
|
-
const
|
|
4051
|
+
const updateProjectRevisionDtoOperation = requestParameters?.updateProjectRevisionDtoOperation;
|
|
4052
4052
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4053
4053
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, isEndEditMode, "isEndEditMode");
|
|
4054
4054
|
let localVarHeaders = this.defaultHeaders;
|
|
@@ -4092,7 +4092,7 @@ class ProjectRevisionsApiService extends BaseService {
|
|
|
4092
4092
|
const { basePath, withCredentials } = this.configuration;
|
|
4093
4093
|
return this.httpClient.request("patch", `${basePath}${localVarPath}`, {
|
|
4094
4094
|
context: localVarHttpContext,
|
|
4095
|
-
body:
|
|
4095
|
+
body: updateProjectRevisionDtoOperation,
|
|
4096
4096
|
params: localVarQueryParameters,
|
|
4097
4097
|
responseType: responseType_,
|
|
4098
4098
|
...(withCredentials ? { withCredentials } : {}),
|
|
@@ -11481,6 +11481,16 @@ var UnitSystem;
|
|
|
11481
11481
|
* Do not edit the class manually.
|
|
11482
11482
|
*/
|
|
11483
11483
|
|
|
11484
|
+
/**
|
|
11485
|
+
* RenewAire CORES API
|
|
11486
|
+
*
|
|
11487
|
+
* Contact: renewaire@saritasa.com
|
|
11488
|
+
*
|
|
11489
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11490
|
+
* https://openapi-generator.tech
|
|
11491
|
+
* Do not edit the class manually.
|
|
11492
|
+
*/
|
|
11493
|
+
|
|
11484
11494
|
/**
|
|
11485
11495
|
* RenewAire CORES API
|
|
11486
11496
|
*
|