@saritasa/renewaire-frontend-sdk 0.231.0 → 0.233.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
|
@@ -1774,7 +1774,11 @@ interface ModelOptionsGroupDto {
|
|
|
1774
1774
|
*/
|
|
1775
1775
|
type: ParameterKind;
|
|
1776
1776
|
/**
|
|
1777
|
-
*
|
|
1777
|
+
* Title.
|
|
1778
|
+
*/
|
|
1779
|
+
title: string;
|
|
1780
|
+
/**
|
|
1781
|
+
* Parameter.
|
|
1778
1782
|
*/
|
|
1779
1783
|
parameter: string;
|
|
1780
1784
|
/**
|
|
@@ -8030,6 +8034,7 @@ interface ValidateModelNumberCommand {
|
|
|
8030
8034
|
* https://openapi-generator.tech
|
|
8031
8035
|
* Do not edit the class manually.
|
|
8032
8036
|
*/
|
|
8037
|
+
|
|
8033
8038
|
/**
|
|
8034
8039
|
* Validation layer details DTO.
|
|
8035
8040
|
*/
|
|
@@ -8074,6 +8079,10 @@ interface ValidationLayerDto {
|
|
|
8074
8079
|
* Effective end date.
|
|
8075
8080
|
*/
|
|
8076
8081
|
effectiveEndDate?: string | null;
|
|
8082
|
+
/**
|
|
8083
|
+
* Rule set DTO. (Inner arrays are connected by AND between rules. Outer array is connected by OR between inner arrays.)
|
|
8084
|
+
*/
|
|
8085
|
+
rule?: RuleSetDto | null;
|
|
8077
8086
|
}
|
|
8078
8087
|
|
|
8079
8088
|
/**
|
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.233.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.233.0+3bcafa166af247d918178d48f7f6fd7e46cdac9e)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|