@saritasa/renewaire-frontend-sdk 0.192.0 → 0.193.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
|
@@ -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.193.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.193.0+13a49143fdb3aab69895c825a5822280a5ae7c3e)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|