@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
package/dist/connect.d.cts
CHANGED
|
@@ -11223,21 +11223,21 @@ declare const batch: z.ZodObject<{
|
|
|
11223
11223
|
bridge_id: z.ZodOptional<z.ZodString>;
|
|
11224
11224
|
bridge_name: z.ZodOptional<z.ZodString>;
|
|
11225
11225
|
keypad_id: z.ZodOptional<z.ZodString>;
|
|
11226
|
-
|
|
11226
|
+
is_accessory_keypad_linked_to_bridge: z.ZodOptional<z.ZodBoolean>;
|
|
11227
11227
|
}, "strip", z.ZodTypeAny, {
|
|
11228
11228
|
device_id: string;
|
|
11229
11229
|
device_name: string;
|
|
11230
11230
|
bridge_id?: string | undefined;
|
|
11231
11231
|
bridge_name?: string | undefined;
|
|
11232
11232
|
keypad_id?: string | undefined;
|
|
11233
|
-
|
|
11233
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
11234
11234
|
}, {
|
|
11235
11235
|
device_id: string;
|
|
11236
11236
|
device_name: string;
|
|
11237
11237
|
bridge_id?: string | undefined;
|
|
11238
11238
|
bridge_name?: string | undefined;
|
|
11239
11239
|
keypad_id?: string | undefined;
|
|
11240
|
-
|
|
11240
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
11241
11241
|
}>>;
|
|
11242
11242
|
nest_metadata: z.ZodOptional<z.ZodObject<{
|
|
11243
11243
|
nest_device_id: z.ZodString;
|
|
@@ -11739,7 +11739,7 @@ declare const batch: z.ZodObject<{
|
|
|
11739
11739
|
bridge_id?: string | undefined;
|
|
11740
11740
|
bridge_name?: string | undefined;
|
|
11741
11741
|
keypad_id?: string | undefined;
|
|
11742
|
-
|
|
11742
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
11743
11743
|
} | undefined;
|
|
11744
11744
|
nest_metadata?: {
|
|
11745
11745
|
device_name: string;
|
|
@@ -12011,7 +12011,7 @@ declare const batch: z.ZodObject<{
|
|
|
12011
12011
|
bridge_id?: string | undefined;
|
|
12012
12012
|
bridge_name?: string | undefined;
|
|
12013
12013
|
keypad_id?: string | undefined;
|
|
12014
|
-
|
|
12014
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
12015
12015
|
} | undefined;
|
|
12016
12016
|
nest_metadata?: {
|
|
12017
12017
|
device_name: string;
|
|
@@ -13887,7 +13887,7 @@ declare const batch: z.ZodObject<{
|
|
|
13887
13887
|
bridge_id?: string | undefined;
|
|
13888
13888
|
bridge_name?: string | undefined;
|
|
13889
13889
|
keypad_id?: string | undefined;
|
|
13890
|
-
|
|
13890
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
13891
13891
|
} | undefined;
|
|
13892
13892
|
nest_metadata?: {
|
|
13893
13893
|
device_name: string;
|
|
@@ -14585,7 +14585,7 @@ declare const batch: z.ZodObject<{
|
|
|
14585
14585
|
bridge_id?: string | undefined;
|
|
14586
14586
|
bridge_name?: string | undefined;
|
|
14587
14587
|
keypad_id?: string | undefined;
|
|
14588
|
-
|
|
14588
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
14589
14589
|
} | undefined;
|
|
14590
14590
|
nest_metadata?: {
|
|
14591
14591
|
device_name: string;
|
|
@@ -22600,21 +22600,21 @@ declare const batch: z.ZodObject<{
|
|
|
22600
22600
|
bridge_id: z.ZodOptional<z.ZodString>;
|
|
22601
22601
|
bridge_name: z.ZodOptional<z.ZodString>;
|
|
22602
22602
|
keypad_id: z.ZodOptional<z.ZodString>;
|
|
22603
|
-
|
|
22603
|
+
is_accessory_keypad_linked_to_bridge: z.ZodOptional<z.ZodBoolean>;
|
|
22604
22604
|
}, "strip", z.ZodTypeAny, {
|
|
22605
22605
|
device_id: string;
|
|
22606
22606
|
device_name: string;
|
|
22607
22607
|
bridge_id?: string | undefined;
|
|
22608
22608
|
bridge_name?: string | undefined;
|
|
22609
22609
|
keypad_id?: string | undefined;
|
|
22610
|
-
|
|
22610
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
22611
22611
|
}, {
|
|
22612
22612
|
device_id: string;
|
|
22613
22613
|
device_name: string;
|
|
22614
22614
|
bridge_id?: string | undefined;
|
|
22615
22615
|
bridge_name?: string | undefined;
|
|
22616
22616
|
keypad_id?: string | undefined;
|
|
22617
|
-
|
|
22617
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
22618
22618
|
}>>;
|
|
22619
22619
|
nest_metadata: z.ZodOptional<z.ZodObject<{
|
|
22620
22620
|
nest_device_id: z.ZodString;
|
|
@@ -23116,7 +23116,7 @@ declare const batch: z.ZodObject<{
|
|
|
23116
23116
|
bridge_id?: string | undefined;
|
|
23117
23117
|
bridge_name?: string | undefined;
|
|
23118
23118
|
keypad_id?: string | undefined;
|
|
23119
|
-
|
|
23119
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
23120
23120
|
} | undefined;
|
|
23121
23121
|
nest_metadata?: {
|
|
23122
23122
|
device_name: string;
|
|
@@ -23388,7 +23388,7 @@ declare const batch: z.ZodObject<{
|
|
|
23388
23388
|
bridge_id?: string | undefined;
|
|
23389
23389
|
bridge_name?: string | undefined;
|
|
23390
23390
|
keypad_id?: string | undefined;
|
|
23391
|
-
|
|
23391
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
23392
23392
|
} | undefined;
|
|
23393
23393
|
nest_metadata?: {
|
|
23394
23394
|
device_name: string;
|
|
@@ -32683,7 +32683,7 @@ declare const batch: z.ZodObject<{
|
|
|
32683
32683
|
bridge_id?: string | undefined;
|
|
32684
32684
|
bridge_name?: string | undefined;
|
|
32685
32685
|
keypad_id?: string | undefined;
|
|
32686
|
-
|
|
32686
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
32687
32687
|
} | undefined;
|
|
32688
32688
|
nest_metadata?: {
|
|
32689
32689
|
device_name: string;
|
|
@@ -36810,7 +36810,7 @@ declare const batch: z.ZodObject<{
|
|
|
36810
36810
|
bridge_id?: string | undefined;
|
|
36811
36811
|
bridge_name?: string | undefined;
|
|
36812
36812
|
keypad_id?: string | undefined;
|
|
36813
|
-
|
|
36813
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
36814
36814
|
} | undefined;
|
|
36815
36815
|
nest_metadata?: {
|
|
36816
36816
|
device_name: string;
|
|
@@ -42618,21 +42618,21 @@ declare const device: z.ZodObject<{
|
|
|
42618
42618
|
bridge_id: z.ZodOptional<z.ZodString>;
|
|
42619
42619
|
bridge_name: z.ZodOptional<z.ZodString>;
|
|
42620
42620
|
keypad_id: z.ZodOptional<z.ZodString>;
|
|
42621
|
-
|
|
42621
|
+
is_accessory_keypad_linked_to_bridge: z.ZodOptional<z.ZodBoolean>;
|
|
42622
42622
|
}, "strip", z.ZodTypeAny, {
|
|
42623
42623
|
device_id: string;
|
|
42624
42624
|
device_name: string;
|
|
42625
42625
|
bridge_id?: string | undefined;
|
|
42626
42626
|
bridge_name?: string | undefined;
|
|
42627
42627
|
keypad_id?: string | undefined;
|
|
42628
|
-
|
|
42628
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
42629
42629
|
}, {
|
|
42630
42630
|
device_id: string;
|
|
42631
42631
|
device_name: string;
|
|
42632
42632
|
bridge_id?: string | undefined;
|
|
42633
42633
|
bridge_name?: string | undefined;
|
|
42634
42634
|
keypad_id?: string | undefined;
|
|
42635
|
-
|
|
42635
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
42636
42636
|
}>>;
|
|
42637
42637
|
nest_metadata: z.ZodOptional<z.ZodObject<{
|
|
42638
42638
|
nest_device_id: z.ZodString;
|
|
@@ -43134,7 +43134,7 @@ declare const device: z.ZodObject<{
|
|
|
43134
43134
|
bridge_id?: string | undefined;
|
|
43135
43135
|
bridge_name?: string | undefined;
|
|
43136
43136
|
keypad_id?: string | undefined;
|
|
43137
|
-
|
|
43137
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
43138
43138
|
} | undefined;
|
|
43139
43139
|
nest_metadata?: {
|
|
43140
43140
|
device_name: string;
|
|
@@ -43406,7 +43406,7 @@ declare const device: z.ZodObject<{
|
|
|
43406
43406
|
bridge_id?: string | undefined;
|
|
43407
43407
|
bridge_name?: string | undefined;
|
|
43408
43408
|
keypad_id?: string | undefined;
|
|
43409
|
-
|
|
43409
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
43410
43410
|
} | undefined;
|
|
43411
43411
|
nest_metadata?: {
|
|
43412
43412
|
device_name: string;
|
|
@@ -45282,7 +45282,7 @@ declare const device: z.ZodObject<{
|
|
|
45282
45282
|
bridge_id?: string | undefined;
|
|
45283
45283
|
bridge_name?: string | undefined;
|
|
45284
45284
|
keypad_id?: string | undefined;
|
|
45285
|
-
|
|
45285
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
45286
45286
|
} | undefined;
|
|
45287
45287
|
nest_metadata?: {
|
|
45288
45288
|
device_name: string;
|
|
@@ -45980,7 +45980,7 @@ declare const device: z.ZodObject<{
|
|
|
45980
45980
|
bridge_id?: string | undefined;
|
|
45981
45981
|
bridge_name?: string | undefined;
|
|
45982
45982
|
keypad_id?: string | undefined;
|
|
45983
|
-
|
|
45983
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
45984
45984
|
} | undefined;
|
|
45985
45985
|
nest_metadata?: {
|
|
45986
45986
|
device_name: string;
|
|
@@ -47128,21 +47128,21 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47128
47128
|
bridge_id: z.ZodOptional<z.ZodString>;
|
|
47129
47129
|
bridge_name: z.ZodOptional<z.ZodString>;
|
|
47130
47130
|
keypad_id: z.ZodOptional<z.ZodString>;
|
|
47131
|
-
|
|
47131
|
+
is_accessory_keypad_linked_to_bridge: z.ZodOptional<z.ZodBoolean>;
|
|
47132
47132
|
}, "strip", z.ZodTypeAny, {
|
|
47133
47133
|
device_id: string;
|
|
47134
47134
|
device_name: string;
|
|
47135
47135
|
bridge_id?: string | undefined;
|
|
47136
47136
|
bridge_name?: string | undefined;
|
|
47137
47137
|
keypad_id?: string | undefined;
|
|
47138
|
-
|
|
47138
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
47139
47139
|
}, {
|
|
47140
47140
|
device_id: string;
|
|
47141
47141
|
device_name: string;
|
|
47142
47142
|
bridge_id?: string | undefined;
|
|
47143
47143
|
bridge_name?: string | undefined;
|
|
47144
47144
|
keypad_id?: string | undefined;
|
|
47145
|
-
|
|
47145
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
47146
47146
|
}>>;
|
|
47147
47147
|
nest_metadata: z.ZodOptional<z.ZodObject<{
|
|
47148
47148
|
nest_device_id: z.ZodString;
|
|
@@ -47644,7 +47644,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47644
47644
|
bridge_id?: string | undefined;
|
|
47645
47645
|
bridge_name?: string | undefined;
|
|
47646
47646
|
keypad_id?: string | undefined;
|
|
47647
|
-
|
|
47647
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
47648
47648
|
} | undefined;
|
|
47649
47649
|
nest_metadata?: {
|
|
47650
47650
|
device_name: string;
|
|
@@ -47916,7 +47916,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47916
47916
|
bridge_id?: string | undefined;
|
|
47917
47917
|
bridge_name?: string | undefined;
|
|
47918
47918
|
keypad_id?: string | undefined;
|
|
47919
|
-
|
|
47919
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
47920
47920
|
} | undefined;
|
|
47921
47921
|
nest_metadata?: {
|
|
47922
47922
|
device_name: string;
|
|
@@ -59641,7 +59641,7 @@ declare const _default: {
|
|
|
59641
59641
|
description: string;
|
|
59642
59642
|
type: string;
|
|
59643
59643
|
};
|
|
59644
|
-
|
|
59644
|
+
is_accessory_keypad_linked_to_bridge: {
|
|
59645
59645
|
description: string;
|
|
59646
59646
|
type: string;
|
|
59647
59647
|
};
|
|
@@ -102010,6 +102010,11 @@ declare const _default: {
|
|
|
102010
102010
|
};
|
|
102011
102011
|
reservation: {
|
|
102012
102012
|
properties: {
|
|
102013
|
+
access_grant_id: {
|
|
102014
|
+
format: string;
|
|
102015
|
+
nullable: boolean;
|
|
102016
|
+
type: string;
|
|
102017
|
+
};
|
|
102013
102018
|
access_methods: {
|
|
102014
102019
|
items: {
|
|
102015
102020
|
properties: {
|
|
@@ -102159,6 +102164,11 @@ declare const _default: {
|
|
|
102159
102164
|
};
|
|
102160
102165
|
reservation: {
|
|
102161
102166
|
properties: {
|
|
102167
|
+
access_grant_id: {
|
|
102168
|
+
format: string;
|
|
102169
|
+
nullable: boolean;
|
|
102170
|
+
type: string;
|
|
102171
|
+
};
|
|
102162
102172
|
access_methods: {
|
|
102163
102173
|
items: {
|
|
102164
102174
|
properties: {
|
|
@@ -127681,7 +127691,7 @@ type Routes = {
|
|
|
127681
127691
|
/** Keypad ID for an igloohome device. */
|
|
127682
127692
|
keypad_id?: string | undefined;
|
|
127683
127693
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
127684
|
-
|
|
127694
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
127685
127695
|
} | undefined;
|
|
127686
127696
|
/** Metadata for a Google Nest device. */
|
|
127687
127697
|
nest_metadata?: {
|
|
@@ -131179,7 +131189,7 @@ type Routes = {
|
|
|
131179
131189
|
/** Keypad ID for an igloohome device. */
|
|
131180
131190
|
keypad_id?: string | undefined;
|
|
131181
131191
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
131182
|
-
|
|
131192
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
131183
131193
|
} | undefined;
|
|
131184
131194
|
/** Metadata for a Google Nest device. */
|
|
131185
131195
|
nest_metadata?: {
|
|
@@ -144948,7 +144958,7 @@ type Routes = {
|
|
|
144948
144958
|
/** Keypad ID for an igloohome device. */
|
|
144949
144959
|
keypad_id?: string | undefined;
|
|
144950
144960
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
144951
|
-
|
|
144961
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
144952
144962
|
} | undefined;
|
|
144953
144963
|
/** Metadata for a Google Nest device. */
|
|
144954
144964
|
nest_metadata?: {
|
|
@@ -146276,7 +146286,7 @@ type Routes = {
|
|
|
146276
146286
|
/** Keypad ID for an igloohome device. */
|
|
146277
146287
|
keypad_id?: string | undefined;
|
|
146278
146288
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
146279
|
-
|
|
146289
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
146280
146290
|
} | undefined;
|
|
146281
146291
|
/** Metadata for a Google Nest device. */
|
|
146282
146292
|
nest_metadata?: {
|
|
@@ -152932,7 +152942,7 @@ type Routes = {
|
|
|
152932
152942
|
/** Keypad ID for an igloohome device. */
|
|
152933
152943
|
keypad_id?: string | undefined;
|
|
152934
152944
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
152935
|
-
|
|
152945
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
152936
152946
|
} | undefined;
|
|
152937
152947
|
/** Metadata for a Google Nest device. */
|
|
152938
152948
|
nest_metadata?: {
|
|
@@ -154210,7 +154220,7 @@ type Routes = {
|
|
|
154210
154220
|
/** Keypad ID for an igloohome device. */
|
|
154211
154221
|
keypad_id?: string | undefined;
|
|
154212
154222
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
154213
|
-
|
|
154223
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
154214
154224
|
} | undefined;
|
|
154215
154225
|
/** Metadata for a Google Nest device. */
|
|
154216
154226
|
nest_metadata?: {
|
|
@@ -155538,7 +155548,7 @@ type Routes = {
|
|
|
155538
155548
|
/** Keypad ID for an igloohome device. */
|
|
155539
155549
|
keypad_id?: string | undefined;
|
|
155540
155550
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
155541
|
-
|
|
155551
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
155542
155552
|
} | undefined;
|
|
155543
155553
|
/** Metadata for a Google Nest device. */
|
|
155544
155554
|
nest_metadata?: {
|
|
@@ -156815,7 +156825,7 @@ type Routes = {
|
|
|
156815
156825
|
/** Keypad ID for an igloohome device. */
|
|
156816
156826
|
keypad_id?: string | undefined;
|
|
156817
156827
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
156818
|
-
|
|
156828
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
156819
156829
|
} | undefined;
|
|
156820
156830
|
/** Metadata for a Google Nest device. */
|
|
156821
156831
|
nest_metadata?: {
|
|
@@ -163225,7 +163235,7 @@ type Routes = {
|
|
|
163225
163235
|
/** Keypad ID for an igloohome device. */
|
|
163226
163236
|
keypad_id?: string | undefined;
|
|
163227
163237
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
163228
|
-
|
|
163238
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
163229
163239
|
} | undefined;
|
|
163230
163240
|
/** Metadata for a Google Nest device. */
|
|
163231
163241
|
nest_metadata?: {
|
|
@@ -164502,7 +164512,7 @@ type Routes = {
|
|
|
164502
164512
|
/** Keypad ID for an igloohome device. */
|
|
164503
164513
|
keypad_id?: string | undefined;
|
|
164504
164514
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
164505
|
-
|
|
164515
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
164506
164516
|
} | undefined;
|
|
164507
164517
|
/** Metadata for a Google Nest device. */
|
|
164508
164518
|
nest_metadata?: {
|
|
@@ -172792,6 +172802,7 @@ type Routes = {
|
|
|
172792
172802
|
space_key: string;
|
|
172793
172803
|
name: string | null;
|
|
172794
172804
|
}[];
|
|
172805
|
+
access_grant_id: string | null;
|
|
172795
172806
|
access_methods: {
|
|
172796
172807
|
access_method_id: string;
|
|
172797
172808
|
access_grant_id: string;
|
|
@@ -174646,7 +174657,7 @@ type Routes = {
|
|
|
174646
174657
|
/** Keypad ID for an igloohome device. */
|
|
174647
174658
|
keypad_id?: string | undefined;
|
|
174648
174659
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
174649
|
-
|
|
174660
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
174650
174661
|
} | undefined;
|
|
174651
174662
|
/** Metadata for a Google Nest device. */
|
|
174652
174663
|
nest_metadata?: {
|
|
@@ -180374,7 +180385,7 @@ type Routes = {
|
|
|
180374
180385
|
/** Keypad ID for an igloohome device. */
|
|
180375
180386
|
keypad_id?: string | undefined;
|
|
180376
180387
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
180377
|
-
|
|
180388
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
180378
180389
|
} | undefined;
|
|
180379
180390
|
/** Metadata for a Google Nest device. */
|
|
180380
180391
|
nest_metadata?: {
|
|
@@ -184256,7 +184267,7 @@ type Routes = {
|
|
|
184256
184267
|
/** Keypad ID for an igloohome device. */
|
|
184257
184268
|
keypad_id?: string | undefined;
|
|
184258
184269
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
184259
|
-
|
|
184270
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
184260
184271
|
} | undefined;
|
|
184261
184272
|
/** Metadata for a Google Nest device. */
|
|
184262
184273
|
nest_metadata?: {
|
|
@@ -185533,7 +185544,7 @@ type Routes = {
|
|
|
185533
185544
|
/** Keypad ID for an igloohome device. */
|
|
185534
185545
|
keypad_id?: string | undefined;
|
|
185535
185546
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
185536
|
-
|
|
185547
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
185537
185548
|
} | undefined;
|
|
185538
185549
|
/** Metadata for a Google Nest device. */
|
|
185539
185550
|
nest_metadata?: {
|
|
@@ -192832,7 +192843,7 @@ type Routes = {
|
|
|
192832
192843
|
/** Keypad ID for an igloohome device. */
|
|
192833
192844
|
keypad_id?: string | undefined;
|
|
192834
192845
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
192835
|
-
|
|
192846
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
192836
192847
|
} | undefined;
|
|
192837
192848
|
/** Metadata for a Google Nest device. */
|
|
192838
192849
|
nest_metadata?: {
|
|
@@ -194111,7 +194122,7 @@ type Routes = {
|
|
|
194111
194122
|
/** Keypad ID for an igloohome device. */
|
|
194112
194123
|
keypad_id?: string | undefined;
|
|
194113
194124
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
194114
|
-
|
|
194125
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
194115
194126
|
} | undefined;
|
|
194116
194127
|
/** Metadata for a Google Nest device. */
|
|
194117
194128
|
nest_metadata?: {
|
|
@@ -196355,7 +196366,7 @@ type Routes = {
|
|
|
196355
196366
|
/** Keypad ID for an igloohome device. */
|
|
196356
196367
|
keypad_id?: string | undefined;
|
|
196357
196368
|
/** Indicates whether a keypad is linked to a bridge for an igloohome device. */
|
|
196358
|
-
|
|
196369
|
+
is_accessory_keypad_linked_to_bridge?: boolean | undefined;
|
|
196359
196370
|
} | undefined;
|
|
196360
196371
|
/** Metadata for a Google Nest device. */
|
|
196361
196372
|
nest_metadata?: {
|
package/dist/index.cjs
CHANGED
|
@@ -961,7 +961,7 @@ var device_metadata = zod.z.object({
|
|
|
961
961
|
bridge_id: zod.z.string().optional().describe(`Bridge ID for an igloohome device.`),
|
|
962
962
|
bridge_name: zod.z.string().optional().describe(`Bridge name for an igloohome device.`),
|
|
963
963
|
keypad_id: zod.z.string().optional().describe(`Keypad ID for an igloohome device.`),
|
|
964
|
-
|
|
964
|
+
is_accessory_keypad_linked_to_bridge: zod.z.boolean().optional().describe(
|
|
965
965
|
`Indicates whether a keypad is linked to a bridge for an igloohome device.`
|
|
966
966
|
)
|
|
967
967
|
}).describe(`Metadata for an igloohome device.`),
|
|
@@ -15874,7 +15874,7 @@ var openapi_default = {
|
|
|
15874
15874
|
description: "Device name for an igloohome device.",
|
|
15875
15875
|
type: "string"
|
|
15876
15876
|
},
|
|
15877
|
-
|
|
15877
|
+
is_accessory_keypad_linked_to_bridge: {
|
|
15878
15878
|
description: "Indicates whether a keypad is linked to a bridge for an igloohome device.",
|
|
15879
15879
|
type: "boolean"
|
|
15880
15880
|
},
|
|
@@ -58766,6 +58766,11 @@ var openapi_default = {
|
|
|
58766
58766
|
ok: { type: "boolean" },
|
|
58767
58767
|
reservation: {
|
|
58768
58768
|
properties: {
|
|
58769
|
+
access_grant_id: {
|
|
58770
|
+
format: "uuid",
|
|
58771
|
+
nullable: true,
|
|
58772
|
+
type: "string"
|
|
58773
|
+
},
|
|
58769
58774
|
access_methods: {
|
|
58770
58775
|
items: {
|
|
58771
58776
|
properties: {
|
|
@@ -58837,6 +58842,7 @@ var openapi_default = {
|
|
|
58837
58842
|
"created_at",
|
|
58838
58843
|
"guest_name",
|
|
58839
58844
|
"spaces",
|
|
58845
|
+
"access_grant_id",
|
|
58840
58846
|
"access_methods"
|
|
58841
58847
|
],
|
|
58842
58848
|
type: "object"
|
|
@@ -58894,6 +58900,11 @@ var openapi_default = {
|
|
|
58894
58900
|
ok: { type: "boolean" },
|
|
58895
58901
|
reservation: {
|
|
58896
58902
|
properties: {
|
|
58903
|
+
access_grant_id: {
|
|
58904
|
+
format: "uuid",
|
|
58905
|
+
nullable: true,
|
|
58906
|
+
type: "string"
|
|
58907
|
+
},
|
|
58897
58908
|
access_methods: {
|
|
58898
58909
|
items: {
|
|
58899
58910
|
properties: {
|
|
@@ -58965,6 +58976,7 @@ var openapi_default = {
|
|
|
58965
58976
|
"created_at",
|
|
58966
58977
|
"guest_name",
|
|
58967
58978
|
"spaces",
|
|
58979
|
+
"access_grant_id",
|
|
58968
58980
|
"access_methods"
|
|
58969
58981
|
],
|
|
58970
58982
|
type: "object"
|