Skip to content

Commit b73d62b

Browse files
seambotrazor-x
andauthored
seam/connect/97464f0adb4ef7e596987648ad901a9ca9aee0a1 (#2583)
feat: Sync with Seam API via 97464f0adb4ef7e596987648ad901a9ca9aee0a1 Co-authored-by: Evan Sosenko <[email protected]>
1 parent 4f486ad commit b73d62b

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

src/lib/seam/connect/models/devices/device.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,9 @@ export const unknown_issue_with_phone = common_device_warning.extend({
420420
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.
421421
`)
422422

423-
const hub_required_for_addtional_capabilities = common_device_warning.extend({
423+
const hub_required_for_additional_capabilities = common_device_warning.extend({
424424
warning_code: z
425-
.literal('hub_required_for_addtional_capabilities')
425+
.literal('hub_required_for_additional_capabilities')
426426
.describe(warning_code_description),
427427
}).describe(`
428428
---
@@ -471,7 +471,7 @@ const device_warning = z.discriminatedUnion('warning_code', [
471471
unknown_issue_with_phone,
472472
lockly_time_zone_not_configured,
473473
ultraloq_time_zone_unknown,
474-
hub_required_for_addtional_capabilities,
474+
hub_required_for_additional_capabilities,
475475
keynest_unsupported_locker,
476476
accessory_keypad_setup_required,
477477
])
@@ -518,8 +518,8 @@ const _device_warning_map = z.object({
518518
.optional()
519519
.nullable(),
520520
ultraloq_time_zone_unknown: ultraloq_time_zone_unknown.optional().nullable(),
521-
hub_required_for_addtional_capabilities:
522-
hub_required_for_addtional_capabilities.optional().nullable(),
521+
hub_required_for_additional_capabilities:
522+
hub_required_for_additional_capabilities.optional().nullable(),
523523
keynest_unsupported_locker: keynest_unsupported_locker.optional().nullable(),
524524
accessory_keypad_setup_required: accessory_keypad_setup_required
525525
.optional()

src/lib/seam/connect/openapi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13426,7 +13426,7 @@ export default {
1342613426
warning_code: {
1342713427
description:
1342813428
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
13429-
enum: ['hub_required_for_addtional_capabilities'],
13429+
enum: ['hub_required_for_additional_capabilities'],
1343013430
type: 'string',
1343113431
},
1343213432
},
@@ -26087,7 +26087,7 @@ export default {
2608726087
warning_code: {
2608826088
description:
2608926089
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
26090-
enum: ['hub_required_for_addtional_capabilities'],
26090+
enum: ['hub_required_for_additional_capabilities'],
2609126091
type: 'string',
2609226092
},
2609326093
},

src/lib/seam/connect/route-types.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13121,7 +13121,7 @@ export type Routes = {
1312113121
/** Date and time at which Seam created the warning. */
1312213122
created_at: string
1312313123
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
13124-
warning_code: 'hub_required_for_addtional_capabilities'
13124+
warning_code: 'hub_required_for_additional_capabilities'
1312513125
}
1312613126
| {
1312713127
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -17212,7 +17212,7 @@ export type Routes = {
1721217212
/** Date and time at which Seam created the warning. */
1721317213
created_at: string
1721417214
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
17215-
warning_code: 'hub_required_for_addtional_capabilities'
17215+
warning_code: 'hub_required_for_additional_capabilities'
1721617216
}
1721717217
| {
1721817218
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -33221,7 +33221,7 @@ export type Routes = {
3322133221
/** Date and time at which Seam created the warning. */
3322233222
created_at: string
3322333223
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33224-
warning_code: 'hub_required_for_addtional_capabilities'
33224+
warning_code: 'hub_required_for_additional_capabilities'
3322533225
}
3322633226
| {
3322733227
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -35005,7 +35005,7 @@ export type Routes = {
3500535005
/** Date and time at which Seam created the warning. */
3500635006
created_at: string
3500735007
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35008-
warning_code: 'hub_required_for_addtional_capabilities'
35008+
warning_code: 'hub_required_for_additional_capabilities'
3500935009
}
3501035010
| {
3501135011
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -36088,7 +36088,7 @@ export type Routes = {
3608836088
/** Date and time at which Seam created the warning. */
3608936089
created_at: string
3609036090
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36091-
warning_code: 'hub_required_for_addtional_capabilities'
36091+
warning_code: 'hub_required_for_additional_capabilities'
3609236092
}
3609336093
| {
3609436094
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -36814,7 +36814,7 @@ export type Routes = {
3681436814
/** Date and time at which Seam created the warning. */
3681536815
created_at: string
3681636816
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36817-
warning_code: 'hub_required_for_addtional_capabilities'
36817+
warning_code: 'hub_required_for_additional_capabilities'
3681836818
}
3681936819
| {
3682036820
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -43445,7 +43445,7 @@ export type Routes = {
4344543445
/** Date and time at which Seam created the warning. */
4344643446
created_at: string
4344743447
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43448-
warning_code: 'hub_required_for_addtional_capabilities'
43448+
warning_code: 'hub_required_for_additional_capabilities'
4344943449
}
4345043450
| {
4345143451
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -45001,7 +45001,7 @@ export type Routes = {
4500145001
/** Date and time at which Seam created the warning. */
4500245002
created_at: string
4500345003
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45004-
warning_code: 'hub_required_for_addtional_capabilities'
45004+
warning_code: 'hub_required_for_additional_capabilities'
4500545005
}
4500645006
| {
4500745007
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -46747,7 +46747,7 @@ export type Routes = {
4674746747
/** Date and time at which Seam created the warning. */
4674846748
created_at: string
4674946749
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46750-
warning_code: 'hub_required_for_addtional_capabilities'
46750+
warning_code: 'hub_required_for_additional_capabilities'
4675146751
}
4675246752
| {
4675346753
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -48302,7 +48302,7 @@ export type Routes = {
4830248302
/** Date and time at which Seam created the warning. */
4830348303
created_at: string
4830448304
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48305-
warning_code: 'hub_required_for_addtional_capabilities'
48305+
warning_code: 'hub_required_for_additional_capabilities'
4830648306
}
4830748307
| {
4830848308
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -55800,7 +55800,7 @@ export type Routes = {
5580055800
/** Date and time at which Seam created the warning. */
5580155801
created_at: string
5580255802
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55803-
warning_code: 'hub_required_for_addtional_capabilities'
55803+
warning_code: 'hub_required_for_additional_capabilities'
5580455804
}
5580555805
| {
5580655806
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -57355,7 +57355,7 @@ export type Routes = {
5735557355
/** Date and time at which Seam created the warning. */
5735657356
created_at: string
5735757357
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57358-
warning_code: 'hub_required_for_addtional_capabilities'
57358+
warning_code: 'hub_required_for_additional_capabilities'
5735957359
}
5736057360
| {
5736157361
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -68676,7 +68676,7 @@ export type Routes = {
6867668676
/** Date and time at which Seam created the warning. */
6867768677
created_at: string
6867868678
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68679-
warning_code: 'hub_required_for_addtional_capabilities'
68679+
warning_code: 'hub_required_for_additional_capabilities'
6868068680
}
6868168681
| {
6868268682
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -75367,7 +75367,7 @@ export type Routes = {
7536775367
/** Date and time at which Seam created the warning. */
7536875368
created_at: string
7536975369
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
75370-
warning_code: 'hub_required_for_addtional_capabilities'
75370+
warning_code: 'hub_required_for_additional_capabilities'
7537175371
}
7537275372
| {
7537375373
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -79982,7 +79982,7 @@ export type Routes = {
7998279982
/** Date and time at which Seam created the warning. */
7998379983
created_at: string
7998479984
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
79985-
warning_code: 'hub_required_for_addtional_capabilities'
79985+
warning_code: 'hub_required_for_additional_capabilities'
7998679986
}
7998779987
| {
7998879988
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -81537,7 +81537,7 @@ export type Routes = {
8153781537
/** Date and time at which Seam created the warning. */
8153881538
created_at: string
8153981539
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
81540-
warning_code: 'hub_required_for_addtional_capabilities'
81540+
warning_code: 'hub_required_for_additional_capabilities'
8154181541
}
8154281542
| {
8154381543
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -89912,7 +89912,7 @@ export type Routes = {
8991289912
/** Date and time at which Seam created the warning. */
8991389913
created_at: string
8991489914
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
89915-
warning_code: 'hub_required_for_addtional_capabilities'
89915+
warning_code: 'hub_required_for_additional_capabilities'
8991689916
}
8991789917
| {
8991889918
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -91469,7 +91469,7 @@ export type Routes = {
9146991469
/** Date and time at which Seam created the warning. */
9147091470
created_at: string
9147191471
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
91472-
warning_code: 'hub_required_for_addtional_capabilities'
91472+
warning_code: 'hub_required_for_additional_capabilities'
9147391473
}
9147491474
| {
9147591475
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -94125,7 +94125,7 @@ export type Routes = {
9412594125
/** Date and time at which Seam created the warning. */
9412694126
created_at: string
9412794127
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
94128-
warning_code: 'hub_required_for_addtional_capabilities'
94128+
warning_code: 'hub_required_for_additional_capabilities'
9412994129
}
9413094130
| {
9413194131
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
@@ -97051,7 +97051,7 @@ export type Routes = {
9705197051
/** Date and time at which Seam created the warning. */
9705297052
created_at: string
9705397053
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
97054-
warning_code: 'hub_required_for_addtional_capabilities'
97054+
warning_code: 'hub_required_for_additional_capabilities'
9705597055
}
9705697056
| {
9705797057
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */

0 commit comments

Comments
 (0)