@seamapi/types 1.663.0 → 1.664.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/dist/connect.cjs +16 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +20 -0
- package/dist/index.cjs +16 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +14 -0
- package/lib/seam/connect/models/customer/customer-portal.js +5 -0
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +16 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +19 -0
- package/src/lib/seam/connect/route-types.ts +4 -0
package/dist/connect.cjs
CHANGED
|
@@ -43453,6 +43453,7 @@ var openapi_default = {
|
|
|
43453
43453
|
features: {
|
|
43454
43454
|
configure: {
|
|
43455
43455
|
allow_access_automation_rule_customization: false,
|
|
43456
|
+
allow_climate_automation_rule_customization: false,
|
|
43456
43457
|
allow_instant_key_customization: false,
|
|
43457
43458
|
exclude: false
|
|
43458
43459
|
},
|
|
@@ -43486,6 +43487,11 @@ var openapi_default = {
|
|
|
43486
43487
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
43487
43488
|
type: "boolean"
|
|
43488
43489
|
},
|
|
43490
|
+
allow_climate_automation_rule_customization: {
|
|
43491
|
+
default: false,
|
|
43492
|
+
description: "Indicates whether the customer can customize the climate automation rules for their properties.",
|
|
43493
|
+
type: "boolean"
|
|
43494
|
+
},
|
|
43489
43495
|
allow_instant_key_customization: {
|
|
43490
43496
|
default: false,
|
|
43491
43497
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
@@ -55747,6 +55753,11 @@ var openapi_default = {
|
|
|
55747
55753
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
55748
55754
|
type: "boolean"
|
|
55749
55755
|
},
|
|
55756
|
+
allow_climate_automation_rule_customization: {
|
|
55757
|
+
default: false,
|
|
55758
|
+
description: "Indicates whether the customer can customize the climate automation rules for their properties.",
|
|
55759
|
+
type: "boolean"
|
|
55760
|
+
},
|
|
55750
55761
|
allow_instant_key_customization: {
|
|
55751
55762
|
default: false,
|
|
55752
55763
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
@@ -56043,6 +56054,11 @@ var openapi_default = {
|
|
|
56043
56054
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
56044
56055
|
type: "boolean"
|
|
56045
56056
|
},
|
|
56057
|
+
allow_climate_automation_rule_customization: {
|
|
56058
|
+
default: false,
|
|
56059
|
+
description: "Indicates whether the customer can customize the climate automation rules for their properties.",
|
|
56060
|
+
type: "boolean"
|
|
56061
|
+
},
|
|
56046
56062
|
allow_instant_key_customization: {
|
|
56047
56063
|
default: false,
|
|
56048
56064
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|