@saritasa/renewaire-frontend-sdk 0.230.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
@@ -5933,6 +5933,10 @@ interface SchematicLayerDto {
5933
5933
  * DTO for RenewAire.Cores.Domain.File.
5934
5934
  */
5935
5935
  schematicFile?: FileDto | null;
5936
+ /**
5937
+ * Rule set DTO. (Inner arrays are connected by AND between rules. Outer array is connected by OR between inner arrays.)
5938
+ */
5939
+ rule?: RuleSetDto | null;
5936
5940
  }
5937
5941
 
5938
5942
  /**
@@ -8026,6 +8030,7 @@ interface ValidateModelNumberCommand {
8026
8030
  * https://openapi-generator.tech
8027
8031
  * Do not edit the class manually.
8028
8032
  */
8033
+
8029
8034
  /**
8030
8035
  * Validation layer details DTO.
8031
8036
  */
@@ -8070,6 +8075,10 @@ interface ValidationLayerDto {
8070
8075
  * Effective end date.
8071
8076
  */
8072
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;
8073
8082
  }
8074
8083
 
8075
8084
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.230.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.230.0+1af7be8a8de70abce588de23f7f23076e272aae0)",
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",