@saritasa/renewaire-frontend-sdk 0.276.0 → 0.277.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 +2 -2
- package/index.d.ts +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -1325,10 +1325,6 @@ interface UserDesignConditionsDto {
|
|
|
1325
1325
|
* DTO for RenewAire.Cores.Domain.Distance.
|
|
1326
1326
|
*/
|
|
1327
1327
|
elevation: DistanceDto;
|
|
1328
|
-
/**
|
|
1329
|
-
* Climate zone. It if filled from weather stations list.
|
|
1330
|
-
*/
|
|
1331
|
-
climateZone: string;
|
|
1332
1328
|
/**
|
|
1333
1329
|
* Design weather condition DTO for RenewAire.Cores.Domain.Projects.DesignWeatherCondition.
|
|
1334
1330
|
*/
|
|
@@ -1361,6 +1357,10 @@ interface UserDesignConditionsDto {
|
|
|
1361
1357
|
* AshraeVersion<br />0 = V2007<br />1 = V2010<br />2 = V2013<br />3 = V2016<br />4 = V2019<br />5 = V2022<br />Required permissions: SystemAdmin | ViewAshraeOptions
|
|
1362
1358
|
*/
|
|
1363
1359
|
ashraeVersion?: AshraeVersion | null;
|
|
1360
|
+
/**
|
|
1361
|
+
* <br />Required permissions: SystemAdmin | ViewRenewAireOnlyData
|
|
1362
|
+
*/
|
|
1363
|
+
climateZone?: string | null;
|
|
1364
1364
|
}
|
|
1365
1365
|
|
|
1366
1366
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.
|
|
3
|
+
"version": "0.277.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.277.0+f50e811be35d94e5d1f7cf3d7f0001ebaf0d810f)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|