@seamapi/types 1.722.0 → 1.724.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 +14 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +55 -44
- package/dist/index.cjs +14 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -14
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -5
- package/lib/seam/connect/models/devices/device-metadata.js +1 -1
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -7
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -5
- package/lib/seam/connect/openapi.d.ts +11 -1
- package/lib/seam/connect/openapi.js +13 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +18 -17
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +13 -1
- package/src/lib/seam/connect/route-types.ts +18 -17
|
@@ -10462,7 +10462,7 @@ export type Routes = {
|
|
|
10462
10462
|
/** Keypad ID for an igloohome device. */
|
|
10463
10463
|
keypad_id?: string | undefined;
|
|
10464
10464
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
10465
|
-
|
|
10465
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
10466
10466
|
} | undefined;
|
|
10467
10467
|
/** Metadata for a Google Nest device. */
|
|
10468
10468
|
nest_metadata?: {
|
|
@@ -13960,7 +13960,7 @@ export type Routes = {
|
|
|
13960
13960
|
/** Keypad ID for an igloohome device. */
|
|
13961
13961
|
keypad_id?: string | undefined;
|
|
13962
13962
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
13963
|
-
|
|
13963
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
13964
13964
|
} | undefined;
|
|
13965
13965
|
/** Metadata for a Google Nest device. */
|
|
13966
13966
|
nest_metadata?: {
|
|
@@ -27729,7 +27729,7 @@ export type Routes = {
|
|
|
27729
27729
|
/** Keypad ID for an igloohome device. */
|
|
27730
27730
|
keypad_id?: string | undefined;
|
|
27731
27731
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
27732
|
-
|
|
27732
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
27733
27733
|
} | undefined;
|
|
27734
27734
|
/** Metadata for a Google Nest device. */
|
|
27735
27735
|
nest_metadata?: {
|
|
@@ -29057,7 +29057,7 @@ export type Routes = {
|
|
|
29057
29057
|
/** Keypad ID for an igloohome device. */
|
|
29058
29058
|
keypad_id?: string | undefined;
|
|
29059
29059
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
29060
|
-
|
|
29060
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
29061
29061
|
} | undefined;
|
|
29062
29062
|
/** Metadata for a Google Nest device. */
|
|
29063
29063
|
nest_metadata?: {
|
|
@@ -35713,7 +35713,7 @@ export type Routes = {
|
|
|
35713
35713
|
/** Keypad ID for an igloohome device. */
|
|
35714
35714
|
keypad_id?: string | undefined;
|
|
35715
35715
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
35716
|
-
|
|
35716
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
35717
35717
|
} | undefined;
|
|
35718
35718
|
/** Metadata for a Google Nest device. */
|
|
35719
35719
|
nest_metadata?: {
|
|
@@ -36991,7 +36991,7 @@ export type Routes = {
|
|
|
36991
36991
|
/** Keypad ID for an igloohome device. */
|
|
36992
36992
|
keypad_id?: string | undefined;
|
|
36993
36993
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
36994
|
-
|
|
36994
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
36995
36995
|
} | undefined;
|
|
36996
36996
|
/** Metadata for a Google Nest device. */
|
|
36997
36997
|
nest_metadata?: {
|
|
@@ -38319,7 +38319,7 @@ export type Routes = {
|
|
|
38319
38319
|
/** Keypad ID for an igloohome device. */
|
|
38320
38320
|
keypad_id?: string | undefined;
|
|
38321
38321
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
38322
|
-
|
|
38322
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
38323
38323
|
} | undefined;
|
|
38324
38324
|
/** Metadata for a Google Nest device. */
|
|
38325
38325
|
nest_metadata?: {
|
|
@@ -39596,7 +39596,7 @@ export type Routes = {
|
|
|
39596
39596
|
/** Keypad ID for an igloohome device. */
|
|
39597
39597
|
keypad_id?: string | undefined;
|
|
39598
39598
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
39599
|
-
|
|
39599
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
39600
39600
|
} | undefined;
|
|
39601
39601
|
/** Metadata for a Google Nest device. */
|
|
39602
39602
|
nest_metadata?: {
|
|
@@ -46006,7 +46006,7 @@ export type Routes = {
|
|
|
46006
46006
|
/** Keypad ID for an igloohome device. */
|
|
46007
46007
|
keypad_id?: string | undefined;
|
|
46008
46008
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
46009
|
-
|
|
46009
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
46010
46010
|
} | undefined;
|
|
46011
46011
|
/** Metadata for a Google Nest device. */
|
|
46012
46012
|
nest_metadata?: {
|
|
@@ -47283,7 +47283,7 @@ export type Routes = {
|
|
|
47283
47283
|
/** Keypad ID for an igloohome device. */
|
|
47284
47284
|
keypad_id?: string | undefined;
|
|
47285
47285
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
47286
|
-
|
|
47286
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
47287
47287
|
} | undefined;
|
|
47288
47288
|
/** Metadata for a Google Nest device. */
|
|
47289
47289
|
nest_metadata?: {
|
|
@@ -55573,6 +55573,7 @@ export type Routes = {
|
|
|
55573
55573
|
space_key: string;
|
|
55574
55574
|
name: string | null;
|
|
55575
55575
|
}[];
|
|
55576
|
+
access_grant_id: string | null;
|
|
55576
55577
|
access_methods: {
|
|
55577
55578
|
access_method_id: string;
|
|
55578
55579
|
access_grant_id: string;
|
|
@@ -57427,7 +57428,7 @@ export type Routes = {
|
|
|
57427
57428
|
/** Keypad ID for an igloohome device. */
|
|
57428
57429
|
keypad_id?: string | undefined;
|
|
57429
57430
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
57430
|
-
|
|
57431
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
57431
57432
|
} | undefined;
|
|
57432
57433
|
/** Metadata for a Google Nest device. */
|
|
57433
57434
|
nest_metadata?: {
|
|
@@ -63155,7 +63156,7 @@ export type Routes = {
|
|
|
63155
63156
|
/** Keypad ID for an igloohome device. */
|
|
63156
63157
|
keypad_id?: string | undefined;
|
|
63157
63158
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
63158
|
-
|
|
63159
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
63159
63160
|
} | undefined;
|
|
63160
63161
|
/** Metadata for a Google Nest device. */
|
|
63161
63162
|
nest_metadata?: {
|
|
@@ -67037,7 +67038,7 @@ export type Routes = {
|
|
|
67037
67038
|
/** Keypad ID for an igloohome device. */
|
|
67038
67039
|
keypad_id?: string | undefined;
|
|
67039
67040
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
67040
|
-
|
|
67041
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
67041
67042
|
} | undefined;
|
|
67042
67043
|
/** Metadata for a Google Nest device. */
|
|
67043
67044
|
nest_metadata?: {
|
|
@@ -68314,7 +68315,7 @@ export type Routes = {
|
|
|
68314
68315
|
/** Keypad ID for an igloohome device. */
|
|
68315
68316
|
keypad_id?: string | undefined;
|
|
68316
68317
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
68317
|
-
|
|
68318
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
68318
68319
|
} | undefined;
|
|
68319
68320
|
/** Metadata for a Google Nest device. */
|
|
68320
68321
|
nest_metadata?: {
|
|
@@ -75613,7 +75614,7 @@ export type Routes = {
|
|
|
75613
75614
|
/** Keypad ID for an igloohome device. */
|
|
75614
75615
|
keypad_id?: string | undefined;
|
|
75615
75616
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
75616
|
-
|
|
75617
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
75617
75618
|
} | undefined;
|
|
75618
75619
|
/** Metadata for a Google Nest device. */
|
|
75619
75620
|
nest_metadata?: {
|
|
@@ -76892,7 +76893,7 @@ export type Routes = {
|
|
|
76892
76893
|
/** Keypad ID for an igloohome device. */
|
|
76893
76894
|
keypad_id?: string | undefined;
|
|
76894
76895
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
76895
|
-
|
|
76896
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
76896
76897
|
} | undefined;
|
|
76897
76898
|
/** Metadata for a Google Nest device. */
|
|
76898
76899
|
nest_metadata?: {
|
|
@@ -79136,7 +79137,7 @@ export type Routes = {
|
|
|
79136
79137
|
/** Keypad ID for an igloohome device. */
|
|
79137
79138
|
keypad_id?: string | undefined;
|
|
79138
79139
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
79139
|
-
|
|
79140
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
79140
79141
|
} | undefined;
|
|
79141
79142
|
/** Metadata for a Google Nest device. */
|
|
79142
79143
|
nest_metadata?: {
|
package/package.json
CHANGED
|
@@ -11115,7 +11115,7 @@ export default {
|
|
|
11115
11115
|
description: 'Device name for an igloohome device.',
|
|
11116
11116
|
type: 'string',
|
|
11117
11117
|
},
|
|
11118
|
-
|
|
11118
|
+
is_accessory_keypad_linked_to_bridge: {
|
|
11119
11119
|
description:
|
|
11120
11120
|
'Indicates whether a keypad is linked to a bridge for an igloohome device.',
|
|
11121
11121
|
type: 'boolean',
|
|
@@ -57150,6 +57150,11 @@ export default {
|
|
|
57150
57150
|
ok: { type: 'boolean' },
|
|
57151
57151
|
reservation: {
|
|
57152
57152
|
properties: {
|
|
57153
|
+
access_grant_id: {
|
|
57154
|
+
format: 'uuid',
|
|
57155
|
+
nullable: true,
|
|
57156
|
+
type: 'string',
|
|
57157
|
+
},
|
|
57153
57158
|
access_methods: {
|
|
57154
57159
|
items: {
|
|
57155
57160
|
properties: {
|
|
@@ -57221,6 +57226,7 @@ export default {
|
|
|
57221
57226
|
'created_at',
|
|
57222
57227
|
'guest_name',
|
|
57223
57228
|
'spaces',
|
|
57229
|
+
'access_grant_id',
|
|
57224
57230
|
'access_methods',
|
|
57225
57231
|
],
|
|
57226
57232
|
type: 'object',
|
|
@@ -57279,6 +57285,11 @@ export default {
|
|
|
57279
57285
|
ok: { type: 'boolean' },
|
|
57280
57286
|
reservation: {
|
|
57281
57287
|
properties: {
|
|
57288
|
+
access_grant_id: {
|
|
57289
|
+
format: 'uuid',
|
|
57290
|
+
nullable: true,
|
|
57291
|
+
type: 'string',
|
|
57292
|
+
},
|
|
57282
57293
|
access_methods: {
|
|
57283
57294
|
items: {
|
|
57284
57295
|
properties: {
|
|
@@ -57350,6 +57361,7 @@ export default {
|
|
|
57350
57361
|
'created_at',
|
|
57351
57362
|
'guest_name',
|
|
57352
57363
|
'spaces',
|
|
57364
|
+
'access_grant_id',
|
|
57353
57365
|
'access_methods',
|
|
57354
57366
|
],
|
|
57355
57367
|
type: 'object',
|
|
@@ -11839,7 +11839,7 @@ export type Routes = {
|
|
|
11839
11839
|
/** Keypad ID for an igloohome device. */
|
|
11840
11840
|
keypad_id?: string | undefined
|
|
11841
11841
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
11842
|
-
|
|
11842
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
11843
11843
|
}
|
|
11844
11844
|
| undefined
|
|
11845
11845
|
/** Metadata for a Google Nest device. */
|
|
@@ -16026,7 +16026,7 @@ export type Routes = {
|
|
|
16026
16026
|
/** Keypad ID for an igloohome device. */
|
|
16027
16027
|
keypad_id?: string | undefined
|
|
16028
16028
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
16029
|
-
|
|
16029
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
16030
16030
|
}
|
|
16031
16031
|
| undefined
|
|
16032
16032
|
/** Metadata for a Google Nest device. */
|
|
@@ -32115,7 +32115,7 @@ export type Routes = {
|
|
|
32115
32115
|
/** Keypad ID for an igloohome device. */
|
|
32116
32116
|
keypad_id?: string | undefined
|
|
32117
32117
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
32118
|
-
|
|
32118
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
32119
32119
|
}
|
|
32120
32120
|
| undefined
|
|
32121
32121
|
/** Metadata for a Google Nest device. */
|
|
@@ -33946,7 +33946,7 @@ export type Routes = {
|
|
|
33946
33946
|
/** Keypad ID for an igloohome device. */
|
|
33947
33947
|
keypad_id?: string | undefined
|
|
33948
33948
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
33949
|
-
|
|
33949
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
33950
33950
|
}
|
|
33951
33951
|
| undefined
|
|
33952
33952
|
/** Metadata for a Google Nest device. */
|
|
@@ -42686,7 +42686,7 @@ export type Routes = {
|
|
|
42686
42686
|
/** Keypad ID for an igloohome device. */
|
|
42687
42687
|
keypad_id?: string | undefined
|
|
42688
42688
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
42689
|
-
|
|
42689
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
42690
42690
|
}
|
|
42691
42691
|
| undefined
|
|
42692
42692
|
/** Metadata for a Google Nest device. */
|
|
@@ -44285,7 +44285,7 @@ export type Routes = {
|
|
|
44285
44285
|
/** Keypad ID for an igloohome device. */
|
|
44286
44286
|
keypad_id?: string | undefined
|
|
44287
44287
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
44288
|
-
|
|
44288
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
44289
44289
|
}
|
|
44290
44290
|
| undefined
|
|
44291
44291
|
/** Metadata for a Google Nest device. */
|
|
@@ -46078,7 +46078,7 @@ export type Routes = {
|
|
|
46078
46078
|
/** Keypad ID for an igloohome device. */
|
|
46079
46079
|
keypad_id?: string | undefined
|
|
46080
46080
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
46081
|
-
|
|
46081
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
46082
46082
|
}
|
|
46083
46083
|
| undefined
|
|
46084
46084
|
/** Metadata for a Google Nest device. */
|
|
@@ -47676,7 +47676,7 @@ export type Routes = {
|
|
|
47676
47676
|
/** Keypad ID for an igloohome device. */
|
|
47677
47677
|
keypad_id?: string | undefined
|
|
47678
47678
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
47679
|
-
|
|
47679
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
47680
47680
|
}
|
|
47681
47681
|
| undefined
|
|
47682
47682
|
/** Metadata for a Google Nest device. */
|
|
@@ -55217,7 +55217,7 @@ export type Routes = {
|
|
|
55217
55217
|
/** Keypad ID for an igloohome device. */
|
|
55218
55218
|
keypad_id?: string | undefined
|
|
55219
55219
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
55220
|
-
|
|
55220
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
55221
55221
|
}
|
|
55222
55222
|
| undefined
|
|
55223
55223
|
/** Metadata for a Google Nest device. */
|
|
@@ -56815,7 +56815,7 @@ export type Routes = {
|
|
|
56815
56815
|
/** Keypad ID for an igloohome device. */
|
|
56816
56816
|
keypad_id?: string | undefined
|
|
56817
56817
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
56818
|
-
|
|
56818
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
56819
56819
|
}
|
|
56820
56820
|
| undefined
|
|
56821
56821
|
/** Metadata for a Google Nest device. */
|
|
@@ -66577,6 +66577,7 @@ export type Routes = {
|
|
|
66577
66577
|
space_key: string
|
|
66578
66578
|
name: string | null
|
|
66579
66579
|
}[]
|
|
66580
|
+
access_grant_id: string | null
|
|
66580
66581
|
access_methods: {
|
|
66581
66582
|
access_method_id: string
|
|
66582
66583
|
access_grant_id: string
|
|
@@ -68705,7 +68706,7 @@ export type Routes = {
|
|
|
68705
68706
|
/** Keypad ID for an igloohome device. */
|
|
68706
68707
|
keypad_id?: string | undefined
|
|
68707
68708
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
68708
|
-
|
|
68709
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
68709
68710
|
}
|
|
68710
68711
|
| undefined
|
|
68711
68712
|
/** Metadata for a Google Nest device. */
|
|
@@ -75461,7 +75462,7 @@ export type Routes = {
|
|
|
75461
75462
|
/** Keypad ID for an igloohome device. */
|
|
75462
75463
|
keypad_id?: string | undefined
|
|
75463
75464
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
75464
|
-
|
|
75465
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
75465
75466
|
}
|
|
75466
75467
|
| undefined
|
|
75467
75468
|
/** Metadata for a Google Nest device. */
|
|
@@ -80119,7 +80120,7 @@ export type Routes = {
|
|
|
80119
80120
|
/** Keypad ID for an igloohome device. */
|
|
80120
80121
|
keypad_id?: string | undefined
|
|
80121
80122
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
80122
|
-
|
|
80123
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
80123
80124
|
}
|
|
80124
80125
|
| undefined
|
|
80125
80126
|
/** Metadata for a Google Nest device. */
|
|
@@ -81717,7 +81718,7 @@ export type Routes = {
|
|
|
81717
81718
|
/** Keypad ID for an igloohome device. */
|
|
81718
81719
|
keypad_id?: string | undefined
|
|
81719
81720
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
81720
|
-
|
|
81721
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
81721
81722
|
}
|
|
81722
81723
|
| undefined
|
|
81723
81724
|
/** Metadata for a Google Nest device. */
|
|
@@ -90137,7 +90138,7 @@ export type Routes = {
|
|
|
90137
90138
|
/** Keypad ID for an igloohome device. */
|
|
90138
90139
|
keypad_id?: string | undefined
|
|
90139
90140
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
90140
|
-
|
|
90141
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
90141
90142
|
}
|
|
90142
90143
|
| undefined
|
|
90143
90144
|
/** Metadata for a Google Nest device. */
|
|
@@ -91737,7 +91738,7 @@ export type Routes = {
|
|
|
91737
91738
|
/** Keypad ID for an igloohome device. */
|
|
91738
91739
|
keypad_id?: string | undefined
|
|
91739
91740
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
91740
|
-
|
|
91741
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
91741
91742
|
}
|
|
91742
91743
|
| undefined
|
|
91743
91744
|
/** Metadata for a Google Nest device. */
|
|
@@ -94416,7 +94417,7 @@ export type Routes = {
|
|
|
94416
94417
|
/** Keypad ID for an igloohome device. */
|
|
94417
94418
|
keypad_id?: string | undefined
|
|
94418
94419
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
94419
|
-
|
|
94420
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
94420
94421
|
}
|
|
94421
94422
|
| undefined
|
|
94422
94423
|
/** Metadata for a Google Nest device. */
|