@seamapi/types 1.646.0 → 1.648.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 +26 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +77 -2
- package/dist/index.cjs +26 -5
- 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 +72 -1
- package/lib/seam/connect/openapi.js +22 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +25 -1
- package/src/lib/seam/connect/route-types.ts +5 -1
package/dist/connect.cjs
CHANGED
|
@@ -42102,7 +42102,6 @@ var openapi_default = {
|
|
|
42102
42102
|
type: "array"
|
|
42103
42103
|
},
|
|
42104
42104
|
automatically_manage_new_devices: {
|
|
42105
|
-
default: true,
|
|
42106
42105
|
description: "Indicates whether newly-added devices should appear as [managed devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices). See also: [Customize the Behavior Settings of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-behavior-settings-of-your-connect-webviews).",
|
|
42107
42106
|
type: "boolean"
|
|
42108
42107
|
},
|
|
@@ -43267,6 +43266,7 @@ var openapi_default = {
|
|
|
43267
43266
|
features: {
|
|
43268
43267
|
configure: {
|
|
43269
43268
|
allow_access_automation_rule_customization: false,
|
|
43269
|
+
allow_automatic_management_of_new_devices: false,
|
|
43270
43270
|
allow_instant_key_customization: false,
|
|
43271
43271
|
exclude: false
|
|
43272
43272
|
},
|
|
@@ -43295,6 +43295,11 @@ var openapi_default = {
|
|
|
43295
43295
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
43296
43296
|
type: "boolean"
|
|
43297
43297
|
},
|
|
43298
|
+
allow_automatic_management_of_new_devices: {
|
|
43299
|
+
default: false,
|
|
43300
|
+
description: "Indicates whether the customer can automatically manage new devices for their properties.",
|
|
43301
|
+
type: "boolean"
|
|
43302
|
+
},
|
|
43298
43303
|
allow_instant_key_customization: {
|
|
43299
43304
|
default: false,
|
|
43300
43305
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
@@ -47280,7 +47285,8 @@ var openapi_default = {
|
|
|
47280
47285
|
security: [
|
|
47281
47286
|
{ api_key: [] },
|
|
47282
47287
|
{ pat_with_workspace: [] },
|
|
47283
|
-
{ console_session_with_workspace: [] }
|
|
47288
|
+
{ console_session_with_workspace: [] },
|
|
47289
|
+
{ client_session_with_customer: [] }
|
|
47284
47290
|
],
|
|
47285
47291
|
summary: "/devices/unmanaged/list",
|
|
47286
47292
|
tags: ["/devices"],
|
|
@@ -47636,7 +47642,8 @@ var openapi_default = {
|
|
|
47636
47642
|
security: [
|
|
47637
47643
|
{ api_key: [] },
|
|
47638
47644
|
{ pat_with_workspace: [] },
|
|
47639
|
-
{ console_session_with_workspace: [] }
|
|
47645
|
+
{ console_session_with_workspace: [] },
|
|
47646
|
+
{ client_session_with_customer: [] }
|
|
47640
47647
|
],
|
|
47641
47648
|
summary: "/devices/unmanaged/list",
|
|
47642
47649
|
tags: ["/devices"],
|
|
@@ -55530,6 +55537,11 @@ var openapi_default = {
|
|
|
55530
55537
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
55531
55538
|
type: "boolean"
|
|
55532
55539
|
},
|
|
55540
|
+
allow_automatic_management_of_new_devices: {
|
|
55541
|
+
default: false,
|
|
55542
|
+
description: "Indicates whether the customer can automatically manage new devices for their properties.",
|
|
55543
|
+
type: "boolean"
|
|
55544
|
+
},
|
|
55533
55545
|
allow_instant_key_customization: {
|
|
55534
55546
|
default: false,
|
|
55535
55547
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
@@ -55821,6 +55833,11 @@ var openapi_default = {
|
|
|
55821
55833
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
55822
55834
|
type: "boolean"
|
|
55823
55835
|
},
|
|
55836
|
+
allow_automatic_management_of_new_devices: {
|
|
55837
|
+
default: false,
|
|
55838
|
+
description: "Indicates whether the customer can automatically manage new devices for their properties.",
|
|
55839
|
+
type: "boolean"
|
|
55840
|
+
},
|
|
55824
55841
|
allow_instant_key_customization: {
|
|
55825
55842
|
default: false,
|
|
55826
55843
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
@@ -59608,6 +59625,7 @@ var openapi_default = {
|
|
|
59608
59625
|
{ client_session: [] },
|
|
59609
59626
|
{ pat_with_workspace: [] },
|
|
59610
59627
|
{ console_session_with_workspace: [] },
|
|
59628
|
+
{ client_session_with_customer: [] },
|
|
59611
59629
|
{ api_key: [] }
|
|
59612
59630
|
],
|
|
59613
59631
|
summary: "/thermostats/create_climate_preset",
|
|
@@ -60978,6 +60996,7 @@ var openapi_default = {
|
|
|
60978
60996
|
{ client_session: [] },
|
|
60979
60997
|
{ pat_with_workspace: [] },
|
|
60980
60998
|
{ console_session_with_workspace: [] },
|
|
60999
|
+
{ client_session_with_customer: [] },
|
|
60981
61000
|
{ api_key: [] }
|
|
60982
61001
|
],
|
|
60983
61002
|
summary: "/thermostats/schedules/create",
|
|
@@ -61244,7 +61263,8 @@ var openapi_default = {
|
|
|
61244
61263
|
{ api_key: [] },
|
|
61245
61264
|
{ client_session: [] },
|
|
61246
61265
|
{ pat_with_workspace: [] },
|
|
61247
|
-
{ console_session_with_workspace: [] }
|
|
61266
|
+
{ console_session_with_workspace: [] },
|
|
61267
|
+
{ client_session_with_customer: [] }
|
|
61248
61268
|
],
|
|
61249
61269
|
summary: "/thermostats/schedules/list",
|
|
61250
61270
|
tags: ["/thermostats"],
|
|
@@ -61306,7 +61326,8 @@ var openapi_default = {
|
|
|
61306
61326
|
{ api_key: [] },
|
|
61307
61327
|
{ client_session: [] },
|
|
61308
61328
|
{ pat_with_workspace: [] },
|
|
61309
|
-
{ console_session_with_workspace: [] }
|
|
61329
|
+
{ console_session_with_workspace: [] },
|
|
61330
|
+
{ client_session_with_customer: [] }
|
|
61310
61331
|
],
|
|
61311
61332
|
summary: "/thermostats/schedules/list",
|
|
61312
61333
|
tags: ["/thermostats"],
|