@seamapi/types 1.647.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 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.",