@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.
@@ -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
- is_keypad_linked_to_bridge: z.ZodOptional<z.ZodBoolean>;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge: z.ZodOptional<z.ZodBoolean>;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge: z.ZodOptional<z.ZodBoolean>;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge: z.ZodOptional<z.ZodBoolean>;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge?: boolean | undefined;
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
- is_keypad_linked_to_bridge: {
59644
+ is_accessory_keypad_linked_to_bridge: {
59645
59645
  description: string;
59646
59646
  type: string;
59647
59647
  };
@@ -127691,7 +127691,7 @@ type Routes = {
127691
127691
  /** Keypad ID for an igloohome device. */
127692
127692
  keypad_id?: string | undefined;
127693
127693
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
127694
- is_keypad_linked_to_bridge?: boolean | undefined;
127694
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
127695
127695
  } | undefined;
127696
127696
  /** Metadata for a Google Nest device. */
127697
127697
  nest_metadata?: {
@@ -131189,7 +131189,7 @@ type Routes = {
131189
131189
  /** Keypad ID for an igloohome device. */
131190
131190
  keypad_id?: string | undefined;
131191
131191
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
131192
- is_keypad_linked_to_bridge?: boolean | undefined;
131192
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
131193
131193
  } | undefined;
131194
131194
  /** Metadata for a Google Nest device. */
131195
131195
  nest_metadata?: {
@@ -144958,7 +144958,7 @@ type Routes = {
144958
144958
  /** Keypad ID for an igloohome device. */
144959
144959
  keypad_id?: string | undefined;
144960
144960
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
144961
- is_keypad_linked_to_bridge?: boolean | undefined;
144961
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
144962
144962
  } | undefined;
144963
144963
  /** Metadata for a Google Nest device. */
144964
144964
  nest_metadata?: {
@@ -146286,7 +146286,7 @@ type Routes = {
146286
146286
  /** Keypad ID for an igloohome device. */
146287
146287
  keypad_id?: string | undefined;
146288
146288
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
146289
- is_keypad_linked_to_bridge?: boolean | undefined;
146289
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
146290
146290
  } | undefined;
146291
146291
  /** Metadata for a Google Nest device. */
146292
146292
  nest_metadata?: {
@@ -152942,7 +152942,7 @@ type Routes = {
152942
152942
  /** Keypad ID for an igloohome device. */
152943
152943
  keypad_id?: string | undefined;
152944
152944
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
152945
- is_keypad_linked_to_bridge?: boolean | undefined;
152945
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
152946
152946
  } | undefined;
152947
152947
  /** Metadata for a Google Nest device. */
152948
152948
  nest_metadata?: {
@@ -154220,7 +154220,7 @@ type Routes = {
154220
154220
  /** Keypad ID for an igloohome device. */
154221
154221
  keypad_id?: string | undefined;
154222
154222
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
154223
- is_keypad_linked_to_bridge?: boolean | undefined;
154223
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
154224
154224
  } | undefined;
154225
154225
  /** Metadata for a Google Nest device. */
154226
154226
  nest_metadata?: {
@@ -155548,7 +155548,7 @@ type Routes = {
155548
155548
  /** Keypad ID for an igloohome device. */
155549
155549
  keypad_id?: string | undefined;
155550
155550
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
155551
- is_keypad_linked_to_bridge?: boolean | undefined;
155551
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
155552
155552
  } | undefined;
155553
155553
  /** Metadata for a Google Nest device. */
155554
155554
  nest_metadata?: {
@@ -156825,7 +156825,7 @@ type Routes = {
156825
156825
  /** Keypad ID for an igloohome device. */
156826
156826
  keypad_id?: string | undefined;
156827
156827
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
156828
- is_keypad_linked_to_bridge?: boolean | undefined;
156828
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
156829
156829
  } | undefined;
156830
156830
  /** Metadata for a Google Nest device. */
156831
156831
  nest_metadata?: {
@@ -163235,7 +163235,7 @@ type Routes = {
163235
163235
  /** Keypad ID for an igloohome device. */
163236
163236
  keypad_id?: string | undefined;
163237
163237
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
163238
- is_keypad_linked_to_bridge?: boolean | undefined;
163238
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
163239
163239
  } | undefined;
163240
163240
  /** Metadata for a Google Nest device. */
163241
163241
  nest_metadata?: {
@@ -164512,7 +164512,7 @@ type Routes = {
164512
164512
  /** Keypad ID for an igloohome device. */
164513
164513
  keypad_id?: string | undefined;
164514
164514
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
164515
- is_keypad_linked_to_bridge?: boolean | undefined;
164515
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
164516
164516
  } | undefined;
164517
164517
  /** Metadata for a Google Nest device. */
164518
164518
  nest_metadata?: {
@@ -174657,7 +174657,7 @@ type Routes = {
174657
174657
  /** Keypad ID for an igloohome device. */
174658
174658
  keypad_id?: string | undefined;
174659
174659
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
174660
- is_keypad_linked_to_bridge?: boolean | undefined;
174660
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
174661
174661
  } | undefined;
174662
174662
  /** Metadata for a Google Nest device. */
174663
174663
  nest_metadata?: {
@@ -180385,7 +180385,7 @@ type Routes = {
180385
180385
  /** Keypad ID for an igloohome device. */
180386
180386
  keypad_id?: string | undefined;
180387
180387
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
180388
- is_keypad_linked_to_bridge?: boolean | undefined;
180388
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
180389
180389
  } | undefined;
180390
180390
  /** Metadata for a Google Nest device. */
180391
180391
  nest_metadata?: {
@@ -184267,7 +184267,7 @@ type Routes = {
184267
184267
  /** Keypad ID for an igloohome device. */
184268
184268
  keypad_id?: string | undefined;
184269
184269
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
184270
- is_keypad_linked_to_bridge?: boolean | undefined;
184270
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
184271
184271
  } | undefined;
184272
184272
  /** Metadata for a Google Nest device. */
184273
184273
  nest_metadata?: {
@@ -185544,7 +185544,7 @@ type Routes = {
185544
185544
  /** Keypad ID for an igloohome device. */
185545
185545
  keypad_id?: string | undefined;
185546
185546
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
185547
- is_keypad_linked_to_bridge?: boolean | undefined;
185547
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
185548
185548
  } | undefined;
185549
185549
  /** Metadata for a Google Nest device. */
185550
185550
  nest_metadata?: {
@@ -192843,7 +192843,7 @@ type Routes = {
192843
192843
  /** Keypad ID for an igloohome device. */
192844
192844
  keypad_id?: string | undefined;
192845
192845
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
192846
- is_keypad_linked_to_bridge?: boolean | undefined;
192846
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
192847
192847
  } | undefined;
192848
192848
  /** Metadata for a Google Nest device. */
192849
192849
  nest_metadata?: {
@@ -194122,7 +194122,7 @@ type Routes = {
194122
194122
  /** Keypad ID for an igloohome device. */
194123
194123
  keypad_id?: string | undefined;
194124
194124
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
194125
- is_keypad_linked_to_bridge?: boolean | undefined;
194125
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
194126
194126
  } | undefined;
194127
194127
  /** Metadata for a Google Nest device. */
194128
194128
  nest_metadata?: {
@@ -196366,7 +196366,7 @@ type Routes = {
196366
196366
  /** Keypad ID for an igloohome device. */
196367
196367
  keypad_id?: string | undefined;
196368
196368
  /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
196369
- is_keypad_linked_to_bridge?: boolean | undefined;
196369
+ is_accessory_keypad_linked_to_bridge?: boolean | undefined;
196370
196370
  } | undefined;
196371
196371
  /** Metadata for a Google Nest device. */
196372
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
- is_keypad_linked_to_bridge: zod.z.boolean().optional().describe(
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
- is_keypad_linked_to_bridge: {
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
  },