@saritasa/renewaire-frontend-sdk 0.431.0 → 0.433.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
|
@@ -7435,16 +7435,17 @@ class ProjectLinesApiService extends BaseService {
|
|
|
7435
7435
|
reportProgress: reportProgress,
|
|
7436
7436
|
});
|
|
7437
7437
|
}
|
|
7438
|
-
|
|
7439
|
-
const
|
|
7440
|
-
if (projectLineId === null || projectLineId === undefined) {
|
|
7441
|
-
throw new Error("Required parameter projectLineId was null or undefined when calling projectLinesRefreshCoil.");
|
|
7442
|
-
}
|
|
7443
|
-
const refreshCoilDto = requestParameters?.refreshCoilDto;
|
|
7438
|
+
projectLinesQueryHeater(requestParameters, observe = "body", reportProgress = false, options) {
|
|
7439
|
+
const queryHeaterDto = requestParameters?.queryHeaterDto;
|
|
7444
7440
|
let localVarHeaders = this.defaultHeaders;
|
|
7445
7441
|
// authentication (Bearer) required
|
|
7446
7442
|
localVarHeaders = this.configuration.addCredentialToHeaders("Bearer", "Authorization", localVarHeaders, "Bearer ");
|
|
7447
|
-
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
|
|
7443
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ??
|
|
7444
|
+
this.configuration.selectHeaderAccept([
|
|
7445
|
+
"text/plain",
|
|
7446
|
+
"application/json",
|
|
7447
|
+
"text/json",
|
|
7448
|
+
]);
|
|
7448
7449
|
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
7449
7450
|
localVarHeaders = localVarHeaders.set("Accept", localVarHttpHeaderAcceptSelected);
|
|
7450
7451
|
}
|
|
@@ -7473,11 +7474,11 @@ class ProjectLinesApiService extends BaseService {
|
|
|
7473
7474
|
responseType_ = "blob";
|
|
7474
7475
|
}
|
|
7475
7476
|
}
|
|
7476
|
-
let localVarPath = `/api/project-lines
|
|
7477
|
+
let localVarPath = `/api/project-lines/heater`;
|
|
7477
7478
|
const { basePath, withCredentials } = this.configuration;
|
|
7478
7479
|
return this.httpClient.request("post", `${basePath}${localVarPath}`, {
|
|
7479
7480
|
context: localVarHttpContext,
|
|
7480
|
-
body:
|
|
7481
|
+
body: queryHeaterDto,
|
|
7481
7482
|
responseType: responseType_,
|
|
7482
7483
|
...(withCredentials ? { withCredentials } : {}),
|
|
7483
7484
|
headers: localVarHeaders,
|
|
@@ -16983,16 +16984,6 @@ var CoolingDesignBasis;
|
|
|
16983
16984
|
* Do not edit the class manually.
|
|
16984
16985
|
*/
|
|
16985
16986
|
|
|
16986
|
-
/**
|
|
16987
|
-
* RenewAire CORES API
|
|
16988
|
-
*
|
|
16989
|
-
* Contact: renewaire@saritasa.com
|
|
16990
|
-
*
|
|
16991
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
16992
|
-
* https://openapi-generator.tech
|
|
16993
|
-
* Do not edit the class manually.
|
|
16994
|
-
*/
|
|
16995
|
-
|
|
16996
16987
|
/**
|
|
16997
16988
|
* RenewAire CORES API
|
|
16998
16989
|
*
|