@saritasa/renewaire-frontend-sdk 0.231.0 → 0.232.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
|
@@ -8030,6 +8030,7 @@ interface ValidateModelNumberCommand {
|
|
|
8030
8030
|
* https://openapi-generator.tech
|
|
8031
8031
|
* Do not edit the class manually.
|
|
8032
8032
|
*/
|
|
8033
|
+
|
|
8033
8034
|
/**
|
|
8034
8035
|
* Validation layer details DTO.
|
|
8035
8036
|
*/
|
|
@@ -8074,6 +8075,10 @@ interface ValidationLayerDto {
|
|
|
8074
8075
|
* Effective end date.
|
|
8075
8076
|
*/
|
|
8076
8077
|
effectiveEndDate?: string | null;
|
|
8078
|
+
/**
|
|
8079
|
+
* Rule set DTO. (Inner arrays are connected by AND between rules. Outer array is connected by OR between inner arrays.)
|
|
8080
|
+
*/
|
|
8081
|
+
rule?: RuleSetDto | null;
|
|
8077
8082
|
}
|
|
8078
8083
|
|
|
8079
8084
|
/**
|
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.232.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.232.0+c51534bec987ec3faccce18fc864f8375570273f)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|