Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/lib/seam/connect/models/customer/customer-portal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ const base_configure_feature = base_feature.extend({
.uuid()
.optional()
.describe('The ID of the customization profile to use for the portal.'),
allow_automatic_management_of_new_devices: z
.boolean()
.default(false)
.describe(
'Indicates whether the customer can automatically manage new devices for their properties.',
),
allow_access_automation_rule_customization: z
.boolean()
.default(false)
Expand Down Expand Up @@ -123,7 +117,6 @@ export const portal_configuration = portal_configuration_base
exclude: false,
allow_instant_key_customization: false, // default
allow_access_automation_rule_customization: false, // default
allow_automatic_management_of_new_devices: false, // default
},
},
is_embedded: false,
Expand Down
19 changes: 0 additions & 19 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41062,7 +41062,6 @@ export default {
features: {
configure: {
allow_access_automation_rule_customization: false,
allow_automatic_management_of_new_devices: false,
allow_instant_key_customization: false,
exclude: false,
},
Expand Down Expand Up @@ -41093,12 +41092,6 @@ export default {
'Indicates whether the customer can customize the access automation rules for their properties.',
type: 'boolean',
},
allow_automatic_management_of_new_devices: {
default: false,
description:
'Indicates whether the customer can automatically manage new devices for their properties.',
type: 'boolean',
},
allow_instant_key_customization: {
default: false,
description:
Expand Down Expand Up @@ -53931,12 +53924,6 @@ export default {
'Indicates whether the customer can customize the access automation rules for their properties.',
type: 'boolean',
},
allow_automatic_management_of_new_devices: {
default: false,
description:
'Indicates whether the customer can automatically manage new devices for their properties.',
type: 'boolean',
},
allow_instant_key_customization: {
default: false,
description:
Expand Down Expand Up @@ -54249,12 +54236,6 @@ export default {
'Indicates whether the customer can customize the access automation rules for their properties.',
type: 'boolean',
},
allow_automatic_management_of_new_devices: {
default: false,
description:
'Indicates whether the customer can automatically manage new devices for their properties.',
type: 'boolean',
},
allow_instant_key_customization: {
default: false,
description:
Expand Down
4 changes: 0 additions & 4 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30497,8 +30497,6 @@ export type Routes = {
exclude?: boolean
/** The ID of the customization profile to use for the portal. */
customization_profile_id?: string | undefined
/** Indicates whether the customer can automatically manage new devices for their properties. */
allow_automatic_management_of_new_devices?: boolean
/** Indicates whether the customer can customize the access automation rules for their properties. */
allow_access_automation_rule_customization?: boolean
/** Indicates whether the customer can customize the Instant Key profile for their properties. */
Expand Down Expand Up @@ -64440,8 +64438,6 @@ export type Routes = {
exclude?: boolean
/** The ID of the customization profile to use for the portal. */
customization_profile_id?: string | undefined
/** Indicates whether the customer can automatically manage new devices for their properties. */
allow_automatic_management_of_new_devices?: boolean
/** Indicates whether the customer can customize the access automation rules for their properties. */
allow_access_automation_rule_customization?: boolean
/** Indicates whether the customer can customize the Instant Key profile for their properties. */
Expand Down