@saritasa/renewaire-frontend-sdk 0.193.0 → 0.194.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
|
@@ -6250,10 +6250,6 @@ interface UpdateProjectFacilityDto {
|
|
|
6250
6250
|
* Facility name.
|
|
6251
6251
|
*/
|
|
6252
6252
|
name: string;
|
|
6253
|
-
/**
|
|
6254
|
-
* DTO for RenewAire.Cores.Domain.Address.
|
|
6255
|
-
*/
|
|
6256
|
-
address: AddressDto;
|
|
6257
6253
|
/**
|
|
6258
6254
|
* Facility owner.
|
|
6259
6255
|
*/
|
|
@@ -6270,6 +6266,10 @@ interface UpdateProjectFacilityDto {
|
|
|
6270
6266
|
* Facility phone extension. Optional.
|
|
6271
6267
|
*/
|
|
6272
6268
|
phoneExt: string;
|
|
6269
|
+
/**
|
|
6270
|
+
* DTO for RenewAire.Cores.Domain.Address.
|
|
6271
|
+
*/
|
|
6272
|
+
address?: AddressDto | null;
|
|
6273
6273
|
}
|
|
6274
6274
|
|
|
6275
6275
|
/**
|
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.194.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.194.0+7b06276f2791276714b41b8a23caa1a6c83309bb)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|