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
10 changes: 5 additions & 5 deletions src/lib/seam/connect/models/devices/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,9 @@ export const unknown_issue_with_phone = common_device_warning.extend({
Indicates that an unknown issue occurred while syncing the state of the phone with the provider. This issue may affect the proper functioning of the phone.
`)

const hub_required_for_addtional_capabilities = common_device_warning.extend({
const hub_required_for_additional_capabilities = common_device_warning.extend({
warning_code: z
.literal('hub_required_for_addtional_capabilities')
.literal('hub_required_for_additional_capabilities')
.describe(warning_code_description),
}).describe(`
---
Expand Down Expand Up @@ -471,7 +471,7 @@ const device_warning = z.discriminatedUnion('warning_code', [
unknown_issue_with_phone,
lockly_time_zone_not_configured,
ultraloq_time_zone_unknown,
hub_required_for_addtional_capabilities,
hub_required_for_additional_capabilities,
keynest_unsupported_locker,
accessory_keypad_setup_required,
])
Expand Down Expand Up @@ -518,8 +518,8 @@ const _device_warning_map = z.object({
.optional()
.nullable(),
ultraloq_time_zone_unknown: ultraloq_time_zone_unknown.optional().nullable(),
hub_required_for_addtional_capabilities:
hub_required_for_addtional_capabilities.optional().nullable(),
hub_required_for_additional_capabilities:
hub_required_for_additional_capabilities.optional().nullable(),
keynest_unsupported_locker: keynest_unsupported_locker.optional().nullable(),
accessory_keypad_setup_required: accessory_keypad_setup_required
.optional()
Expand Down
4 changes: 2 additions & 2 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13426,7 +13426,7 @@ export default {
warning_code: {
description:
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
enum: ['hub_required_for_addtional_capabilities'],
enum: ['hub_required_for_additional_capabilities'],
type: 'string',
},
},
Expand Down Expand Up @@ -26087,7 +26087,7 @@ export default {
warning_code: {
description:
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
enum: ['hub_required_for_addtional_capabilities'],
enum: ['hub_required_for_additional_capabilities'],
type: 'string',
},
},
Expand Down
40 changes: 20 additions & 20 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13121,7 +13121,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -17212,7 +17212,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -33221,7 +33221,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -35005,7 +35005,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -36088,7 +36088,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -36814,7 +36814,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -43445,7 +43445,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -45001,7 +45001,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -46747,7 +46747,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -48302,7 +48302,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -55800,7 +55800,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -57355,7 +57355,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -68676,7 +68676,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -75367,7 +75367,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -79982,7 +79982,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -81537,7 +81537,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -89912,7 +89912,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -91469,7 +91469,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -94125,7 +94125,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down Expand Up @@ -97051,7 +97051,7 @@ export type Routes = {
/** Date and time at which Seam created the warning. */
created_at: string
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
warning_code: 'hub_required_for_addtional_capabilities'
warning_code: 'hub_required_for_additional_capabilities'
}
| {
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
Expand Down