diff --git a/src/lib/seam/connect/models/devices/device.ts b/src/lib/seam/connect/models/devices/device.ts index a6930d1b..dbb2a09e 100644 --- a/src/lib/seam/connect/models/devices/device.ts +++ b/src/lib/seam/connect/models/devices/device.ts @@ -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(` --- @@ -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, ]) @@ -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() diff --git a/src/lib/seam/connect/openapi.ts b/src/lib/seam/connect/openapi.ts index 77e60342..41212b77 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -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', }, }, @@ -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', }, }, diff --git a/src/lib/seam/connect/route-types.ts b/src/lib/seam/connect/route-types.ts index b2ebd263..9339c2e4 100644 --- a/src/lib/seam/connect/route-types.ts +++ b/src/lib/seam/connect/route-types.ts @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */