@saritasa/renewaire-frontend-sdk 0.192.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/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
|
/**
|
|
@@ -6440,7 +6440,7 @@ interface UpdateProjectRevisionDtoOperation {
|
|
|
6440
6440
|
/**
|
|
6441
6441
|
* Provides the new value.
|
|
6442
6442
|
*/
|
|
6443
|
-
value?:
|
|
6443
|
+
value?: any | null;
|
|
6444
6444
|
/**
|
|
6445
6445
|
* Indicates the location in the target document to move the value from. Required for \'move\' operation.
|
|
6446
6446
|
*/
|
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",
|