@seamapi/types 1.723.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 +2 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +44 -44
- package/dist/index.cjs +2 -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 +1 -1
- package/lib/seam/connect/openapi.js +1 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +17 -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 +1 -1
- package/src/lib/seam/connect/route-types.ts +17 -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?: {
|
|
@@ -57428,7 +57428,7 @@ export type Routes = {
|
|
|
57428
57428
|
/** Keypad ID for an igloohome device. */
|
|
57429
57429
|
keypad_id?: string | undefined;
|
|
57430
57430
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
57431
|
-
|
|
57431
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
57432
57432
|
} | undefined;
|
|
57433
57433
|
/** Metadata for a Google Nest device. */
|
|
57434
57434
|
nest_metadata?: {
|
|
@@ -63156,7 +63156,7 @@ export type Routes = {
|
|
|
63156
63156
|
/** Keypad ID for an igloohome device. */
|
|
63157
63157
|
keypad_id?: string | undefined;
|
|
63158
63158
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
63159
|
-
|
|
63159
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
63160
63160
|
} | undefined;
|
|
63161
63161
|
/** Metadata for a Google Nest device. */
|
|
63162
63162
|
nest_metadata?: {
|
|
@@ -67038,7 +67038,7 @@ export type Routes = {
|
|
|
67038
67038
|
/** Keypad ID for an igloohome device. */
|
|
67039
67039
|
keypad_id?: string | undefined;
|
|
67040
67040
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
67041
|
-
|
|
67041
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
67042
67042
|
} | undefined;
|
|
67043
67043
|
/** Metadata for a Google Nest device. */
|
|
67044
67044
|
nest_metadata?: {
|
|
@@ -68315,7 +68315,7 @@ export type Routes = {
|
|
|
68315
68315
|
/** Keypad ID for an igloohome device. */
|
|
68316
68316
|
keypad_id?: string | undefined;
|
|
68317
68317
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
68318
|
-
|
|
68318
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
68319
68319
|
} | undefined;
|
|
68320
68320
|
/** Metadata for a Google Nest device. */
|
|
68321
68321
|
nest_metadata?: {
|
|
@@ -75614,7 +75614,7 @@ export type Routes = {
|
|
|
75614
75614
|
/** Keypad ID for an igloohome device. */
|
|
75615
75615
|
keypad_id?: string | undefined;
|
|
75616
75616
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
75617
|
-
|
|
75617
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
75618
75618
|
} | undefined;
|
|
75619
75619
|
/** Metadata for a Google Nest device. */
|
|
75620
75620
|
nest_metadata?: {
|
|
@@ -76893,7 +76893,7 @@ export type Routes = {
|
|
|
76893
76893
|
/** Keypad ID for an igloohome device. */
|
|
76894
76894
|
keypad_id?: string | undefined;
|
|
76895
76895
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
76896
|
-
|
|
76896
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
76897
76897
|
} | undefined;
|
|
76898
76898
|
/** Metadata for a Google Nest device. */
|
|
76899
76899
|
nest_metadata?: {
|
|
@@ -79137,7 +79137,7 @@ export type Routes = {
|
|
|
79137
79137
|
/** Keypad ID for an igloohome device. */
|
|
79138
79138
|
keypad_id?: string | undefined;
|
|
79139
79139
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
79140
|
-
|
|
79140
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
79141
79141
|
} | undefined;
|
|
79142
79142
|
/** Metadata for a Google Nest device. */
|
|
79143
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',
|
|
@@ -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. */
|
|
@@ -68706,7 +68706,7 @@ export type Routes = {
|
|
|
68706
68706
|
/** Keypad ID for an igloohome device. */
|
|
68707
68707
|
keypad_id?: string | undefined
|
|
68708
68708
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
68709
|
-
|
|
68709
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
68710
68710
|
}
|
|
68711
68711
|
| undefined
|
|
68712
68712
|
/** Metadata for a Google Nest device. */
|
|
@@ -75462,7 +75462,7 @@ export type Routes = {
|
|
|
75462
75462
|
/** Keypad ID for an igloohome device. */
|
|
75463
75463
|
keypad_id?: string | undefined
|
|
75464
75464
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
75465
|
-
|
|
75465
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
75466
75466
|
}
|
|
75467
75467
|
| undefined
|
|
75468
75468
|
/** Metadata for a Google Nest device. */
|
|
@@ -80120,7 +80120,7 @@ export type Routes = {
|
|
|
80120
80120
|
/** Keypad ID for an igloohome device. */
|
|
80121
80121
|
keypad_id?: string | undefined
|
|
80122
80122
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
80123
|
-
|
|
80123
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
80124
80124
|
}
|
|
80125
80125
|
| undefined
|
|
80126
80126
|
/** Metadata for a Google Nest device. */
|
|
@@ -81718,7 +81718,7 @@ export type Routes = {
|
|
|
81718
81718
|
/** Keypad ID for an igloohome device. */
|
|
81719
81719
|
keypad_id?: string | undefined
|
|
81720
81720
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
81721
|
-
|
|
81721
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
81722
81722
|
}
|
|
81723
81723
|
| undefined
|
|
81724
81724
|
/** Metadata for a Google Nest device. */
|
|
@@ -90138,7 +90138,7 @@ export type Routes = {
|
|
|
90138
90138
|
/** Keypad ID for an igloohome device. */
|
|
90139
90139
|
keypad_id?: string | undefined
|
|
90140
90140
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
90141
|
-
|
|
90141
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
90142
90142
|
}
|
|
90143
90143
|
| undefined
|
|
90144
90144
|
/** Metadata for a Google Nest device. */
|
|
@@ -91738,7 +91738,7 @@ export type Routes = {
|
|
|
91738
91738
|
/** Keypad ID for an igloohome device. */
|
|
91739
91739
|
keypad_id?: string | undefined
|
|
91740
91740
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
91741
|
-
|
|
91741
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
91742
91742
|
}
|
|
91743
91743
|
| undefined
|
|
91744
91744
|
/** Metadata for a Google Nest device. */
|
|
@@ -94417,7 +94417,7 @@ export type Routes = {
|
|
|
94417
94417
|
/** Keypad ID for an igloohome device. */
|
|
94418
94418
|
keypad_id?: string | undefined
|
|
94419
94419
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
94420
|
-
|
|
94420
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined
|
|
94421
94421
|
}
|
|
94422
94422
|
| undefined
|
|
94423
94423
|
/** Metadata for a Google Nest device. */
|