@seamapi/types 1.304.0 → 1.306.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.
@@ -4420,6 +4420,84 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
4420
4420
  status: z.ZodLiteral<"pending">;
4421
4421
  result: z.ZodNull;
4422
4422
  error: z.ZodNull;
4423
+ }>, {
4424
+ action_type: z.ZodLiteral<"SET_HVAC_MODE">;
4425
+ }>, "strip", z.ZodTypeAny, {
4426
+ status: "pending";
4427
+ action_attempt_id: string;
4428
+ error: null;
4429
+ result: null;
4430
+ action_type: "SET_HVAC_MODE";
4431
+ }, {
4432
+ status: "pending";
4433
+ action_attempt_id: string;
4434
+ error: null;
4435
+ result: null;
4436
+ action_type: "SET_HVAC_MODE";
4437
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
4438
+ action_attempt_id: z.ZodString;
4439
+ status: z.ZodEnum<["pending", "success", "error"]>;
4440
+ }, {
4441
+ status: z.ZodLiteral<"success">;
4442
+ error: z.ZodNull;
4443
+ }>, {
4444
+ action_type: z.ZodLiteral<"SET_HVAC_MODE">;
4445
+ result: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
4446
+ }>, "strip", z.ZodTypeAny, {
4447
+ status: "success";
4448
+ action_attempt_id: string;
4449
+ error: null;
4450
+ result: {};
4451
+ action_type: "SET_HVAC_MODE";
4452
+ }, {
4453
+ status: "success";
4454
+ action_attempt_id: string;
4455
+ error: null;
4456
+ result: {};
4457
+ action_type: "SET_HVAC_MODE";
4458
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
4459
+ action_attempt_id: z.ZodString;
4460
+ status: z.ZodEnum<["pending", "success", "error"]>;
4461
+ }, {
4462
+ status: z.ZodLiteral<"error">;
4463
+ result: z.ZodNull;
4464
+ }>, {
4465
+ action_type: z.ZodLiteral<"SET_HVAC_MODE">;
4466
+ error: z.ZodObject<{
4467
+ type: z.ZodString;
4468
+ message: z.ZodString;
4469
+ }, "strip", z.ZodTypeAny, {
4470
+ message: string;
4471
+ type: string;
4472
+ }, {
4473
+ message: string;
4474
+ type: string;
4475
+ }>;
4476
+ }>, "strip", z.ZodTypeAny, {
4477
+ status: "error";
4478
+ action_attempt_id: string;
4479
+ error: {
4480
+ message: string;
4481
+ type: string;
4482
+ };
4483
+ result: null;
4484
+ action_type: "SET_HVAC_MODE";
4485
+ }, {
4486
+ status: "error";
4487
+ action_attempt_id: string;
4488
+ error: {
4489
+ message: string;
4490
+ type: string;
4491
+ };
4492
+ result: null;
4493
+ action_type: "SET_HVAC_MODE";
4494
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
4495
+ action_attempt_id: z.ZodString;
4496
+ status: z.ZodEnum<["pending", "success", "error"]>;
4497
+ }, {
4498
+ status: z.ZodLiteral<"pending">;
4499
+ result: z.ZodNull;
4500
+ error: z.ZodNull;
4423
4501
  }>, {
4424
4502
  action_type: z.ZodLiteral<"ACTIVATE_CLIMATE_PRESET">;
4425
4503
  }>, "strip", z.ZodTypeAny, {
@@ -8103,6 +8181,7 @@ declare const DEVICE_PROVIDERS: {
8103
8181
  readonly AKILES: "akiles";
8104
8182
  readonly VOSTIO: "assa_abloy_vostio";
8105
8183
  readonly ASSA_ABLOY_VOSTIO_CREDENTIAL_SERVICE: "assa_abloy_vostio_credential_service";
8184
+ readonly TADO: "tado";
8106
8185
  };
8107
8186
  type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
8108
8187
  declare const device_provider: z.ZodObject<z.objectUtil.extendShape<{
@@ -32912,9 +32991,19 @@ declare const _default: {
32912
32991
  description: string;
32913
32992
  };
32914
32993
  };
32915
- security: {
32994
+ security: ({
32916
32995
  pat_without_workspace: never[];
32917
- }[];
32996
+ console_session?: never;
32997
+ user_session_without_workspace?: never;
32998
+ } | {
32999
+ console_session: never[];
33000
+ pat_without_workspace?: never;
33001
+ user_session_without_workspace?: never;
33002
+ } | {
33003
+ user_session_without_workspace: never[];
33004
+ pat_without_workspace?: never;
33005
+ console_session?: never;
33006
+ })[];
32918
33007
  summary: string;
32919
33008
  tags: string[];
32920
33009
  'x-fern-sdk-group-name': string[];
@@ -33077,6 +33166,7 @@ declare const _default: {
33077
33166
  user_session_without_workspace?: never;
33078
33167
  api_key?: never;
33079
33168
  client_session?: never;
33169
+ console_session?: never;
33080
33170
  } | {
33081
33171
  pat_without_workspace: never[];
33082
33172
  pat_with_workspace?: never;
@@ -33084,6 +33174,7 @@ declare const _default: {
33084
33174
  user_session_without_workspace?: never;
33085
33175
  api_key?: never;
33086
33176
  client_session?: never;
33177
+ console_session?: never;
33087
33178
  } | {
33088
33179
  user_session: never[];
33089
33180
  pat_with_workspace?: never;
@@ -33091,6 +33182,7 @@ declare const _default: {
33091
33182
  user_session_without_workspace?: never;
33092
33183
  api_key?: never;
33093
33184
  client_session?: never;
33185
+ console_session?: never;
33094
33186
  } | {
33095
33187
  user_session_without_workspace: never[];
33096
33188
  pat_with_workspace?: never;
@@ -33098,6 +33190,7 @@ declare const _default: {
33098
33190
  user_session?: never;
33099
33191
  api_key?: never;
33100
33192
  client_session?: never;
33193
+ console_session?: never;
33101
33194
  } | {
33102
33195
  api_key: never[];
33103
33196
  pat_with_workspace?: never;
@@ -33105,6 +33198,7 @@ declare const _default: {
33105
33198
  user_session?: never;
33106
33199
  user_session_without_workspace?: never;
33107
33200
  client_session?: never;
33201
+ console_session?: never;
33108
33202
  } | {
33109
33203
  client_session: never[];
33110
33204
  pat_with_workspace?: never;
@@ -33112,6 +33206,15 @@ declare const _default: {
33112
33206
  user_session?: never;
33113
33207
  user_session_without_workspace?: never;
33114
33208
  api_key?: never;
33209
+ console_session?: never;
33210
+ } | {
33211
+ console_session: never[];
33212
+ pat_with_workspace?: never;
33213
+ pat_without_workspace?: never;
33214
+ user_session?: never;
33215
+ user_session_without_workspace?: never;
33216
+ api_key?: never;
33217
+ client_session?: never;
33115
33218
  })[];
33116
33219
  summary: string;
33117
33220
  tags: string[];
@@ -33157,6 +33260,7 @@ declare const _default: {
33157
33260
  user_session_without_workspace?: never;
33158
33261
  api_key?: never;
33159
33262
  client_session?: never;
33263
+ console_session?: never;
33160
33264
  } | {
33161
33265
  pat_without_workspace: never[];
33162
33266
  pat_with_workspace?: never;
@@ -33164,6 +33268,7 @@ declare const _default: {
33164
33268
  user_session_without_workspace?: never;
33165
33269
  api_key?: never;
33166
33270
  client_session?: never;
33271
+ console_session?: never;
33167
33272
  } | {
33168
33273
  user_session: never[];
33169
33274
  pat_with_workspace?: never;
@@ -33171,6 +33276,7 @@ declare const _default: {
33171
33276
  user_session_without_workspace?: never;
33172
33277
  api_key?: never;
33173
33278
  client_session?: never;
33279
+ console_session?: never;
33174
33280
  } | {
33175
33281
  user_session_without_workspace: never[];
33176
33282
  pat_with_workspace?: never;
@@ -33178,6 +33284,7 @@ declare const _default: {
33178
33284
  user_session?: never;
33179
33285
  api_key?: never;
33180
33286
  client_session?: never;
33287
+ console_session?: never;
33181
33288
  } | {
33182
33289
  api_key: never[];
33183
33290
  pat_with_workspace?: never;
@@ -33185,6 +33292,7 @@ declare const _default: {
33185
33292
  user_session?: never;
33186
33293
  user_session_without_workspace?: never;
33187
33294
  client_session?: never;
33295
+ console_session?: never;
33188
33296
  } | {
33189
33297
  client_session: never[];
33190
33298
  pat_with_workspace?: never;
@@ -33192,6 +33300,15 @@ declare const _default: {
33192
33300
  user_session?: never;
33193
33301
  user_session_without_workspace?: never;
33194
33302
  api_key?: never;
33303
+ console_session?: never;
33304
+ } | {
33305
+ console_session: never[];
33306
+ pat_with_workspace?: never;
33307
+ pat_without_workspace?: never;
33308
+ user_session?: never;
33309
+ user_session_without_workspace?: never;
33310
+ api_key?: never;
33311
+ client_session?: never;
33195
33312
  })[];
33196
33313
  summary: string;
33197
33314
  tags: string[];
@@ -33924,6 +34041,30 @@ interface Routes {
33924
34041
  type: string;
33925
34042
  message: string;
33926
34043
  };
34044
+ } | {
34045
+ /** The ID of the action attempt. */
34046
+ action_attempt_id: string;
34047
+ status: 'pending';
34048
+ result: null;
34049
+ error: null;
34050
+ action_type: 'SET_HVAC_MODE';
34051
+ } | {
34052
+ /** The ID of the action attempt. */
34053
+ action_attempt_id: string;
34054
+ status: 'success';
34055
+ error: null;
34056
+ action_type: 'SET_HVAC_MODE';
34057
+ result: {};
34058
+ } | {
34059
+ /** The ID of the action attempt. */
34060
+ action_attempt_id: string;
34061
+ status: 'error';
34062
+ result: null;
34063
+ action_type: 'SET_HVAC_MODE';
34064
+ error: {
34065
+ type: string;
34066
+ message: string;
34067
+ };
33927
34068
  } | {
33928
34069
  /** The ID of the action attempt. */
33929
34070
  action_attempt_id: string;
@@ -34923,6 +35064,30 @@ interface Routes {
34923
35064
  type: string;
34924
35065
  message: string;
34925
35066
  };
35067
+ } | {
35068
+ /** The ID of the action attempt. */
35069
+ action_attempt_id: string;
35070
+ status: 'pending';
35071
+ result: null;
35072
+ error: null;
35073
+ action_type: 'SET_HVAC_MODE';
35074
+ } | {
35075
+ /** The ID of the action attempt. */
35076
+ action_attempt_id: string;
35077
+ status: 'success';
35078
+ error: null;
35079
+ action_type: 'SET_HVAC_MODE';
35080
+ result: {};
35081
+ } | {
35082
+ /** The ID of the action attempt. */
35083
+ action_attempt_id: string;
35084
+ status: 'error';
35085
+ result: null;
35086
+ action_type: 'SET_HVAC_MODE';
35087
+ error: {
35088
+ type: string;
35089
+ message: string;
35090
+ };
34926
35091
  } | {
34927
35092
  /** The ID of the action attempt. */
34928
35093
  action_attempt_id: string;
@@ -36140,6 +36305,30 @@ interface Routes {
36140
36305
  type: string;
36141
36306
  message: string;
36142
36307
  };
36308
+ } | {
36309
+ /** The ID of the action attempt. */
36310
+ action_attempt_id: string;
36311
+ status: 'pending';
36312
+ result: null;
36313
+ error: null;
36314
+ action_type: 'SET_HVAC_MODE';
36315
+ } | {
36316
+ /** The ID of the action attempt. */
36317
+ action_attempt_id: string;
36318
+ status: 'success';
36319
+ error: null;
36320
+ action_type: 'SET_HVAC_MODE';
36321
+ result: {};
36322
+ } | {
36323
+ /** The ID of the action attempt. */
36324
+ action_attempt_id: string;
36325
+ status: 'error';
36326
+ result: null;
36327
+ action_type: 'SET_HVAC_MODE';
36328
+ error: {
36329
+ type: string;
36330
+ message: string;
36331
+ };
36143
36332
  } | {
36144
36333
  /** The ID of the action attempt. */
36145
36334
  action_attempt_id: string;
@@ -37126,6 +37315,30 @@ interface Routes {
37126
37315
  type: string;
37127
37316
  message: string;
37128
37317
  };
37318
+ } | {
37319
+ /** The ID of the action attempt. */
37320
+ action_attempt_id: string;
37321
+ status: 'pending';
37322
+ result: null;
37323
+ error: null;
37324
+ action_type: 'SET_HVAC_MODE';
37325
+ } | {
37326
+ /** The ID of the action attempt. */
37327
+ action_attempt_id: string;
37328
+ status: 'success';
37329
+ error: null;
37330
+ action_type: 'SET_HVAC_MODE';
37331
+ result: {};
37332
+ } | {
37333
+ /** The ID of the action attempt. */
37334
+ action_attempt_id: string;
37335
+ status: 'error';
37336
+ result: null;
37337
+ action_type: 'SET_HVAC_MODE';
37338
+ error: {
37339
+ type: string;
37340
+ message: string;
37341
+ };
37129
37342
  } | {
37130
37343
  /** The ID of the action attempt. */
37131
37344
  action_attempt_id: string;
@@ -39447,6 +39660,30 @@ interface Routes {
39447
39660
  type: string;
39448
39661
  message: string;
39449
39662
  };
39663
+ } | {
39664
+ /** The ID of the action attempt. */
39665
+ action_attempt_id: string;
39666
+ status: 'pending';
39667
+ result: null;
39668
+ error: null;
39669
+ action_type: 'SET_HVAC_MODE';
39670
+ } | {
39671
+ /** The ID of the action attempt. */
39672
+ action_attempt_id: string;
39673
+ status: 'success';
39674
+ error: null;
39675
+ action_type: 'SET_HVAC_MODE';
39676
+ result: {};
39677
+ } | {
39678
+ /** The ID of the action attempt. */
39679
+ action_attempt_id: string;
39680
+ status: 'error';
39681
+ result: null;
39682
+ action_type: 'SET_HVAC_MODE';
39683
+ error: {
39684
+ type: string;
39685
+ message: string;
39686
+ };
39450
39687
  } | {
39451
39688
  /** The ID of the action attempt. */
39452
39689
  action_attempt_id: string;
@@ -40340,6 +40577,30 @@ interface Routes {
40340
40577
  type: string;
40341
40578
  message: string;
40342
40579
  };
40580
+ } | {
40581
+ /** The ID of the action attempt. */
40582
+ action_attempt_id: string;
40583
+ status: 'pending';
40584
+ result: null;
40585
+ error: null;
40586
+ action_type: 'SET_HVAC_MODE';
40587
+ } | {
40588
+ /** The ID of the action attempt. */
40589
+ action_attempt_id: string;
40590
+ status: 'success';
40591
+ error: null;
40592
+ action_type: 'SET_HVAC_MODE';
40593
+ result: {};
40594
+ } | {
40595
+ /** The ID of the action attempt. */
40596
+ action_attempt_id: string;
40597
+ status: 'error';
40598
+ result: null;
40599
+ action_type: 'SET_HVAC_MODE';
40600
+ error: {
40601
+ type: string;
40602
+ message: string;
40603
+ };
40343
40604
  } | {
40344
40605
  /** The ID of the action attempt. */
40345
40606
  action_attempt_id: string;
@@ -42481,6 +42742,30 @@ interface Routes {
42481
42742
  type: string;
42482
42743
  message: string;
42483
42744
  };
42745
+ } | {
42746
+ /** The ID of the action attempt. */
42747
+ action_attempt_id: string;
42748
+ status: 'pending';
42749
+ result: null;
42750
+ error: null;
42751
+ action_type: 'SET_HVAC_MODE';
42752
+ } | {
42753
+ /** The ID of the action attempt. */
42754
+ action_attempt_id: string;
42755
+ status: 'success';
42756
+ error: null;
42757
+ action_type: 'SET_HVAC_MODE';
42758
+ result: {};
42759
+ } | {
42760
+ /** The ID of the action attempt. */
42761
+ action_attempt_id: string;
42762
+ status: 'error';
42763
+ result: null;
42764
+ action_type: 'SET_HVAC_MODE';
42765
+ error: {
42766
+ type: string;
42767
+ message: string;
42768
+ };
42484
42769
  } | {
42485
42770
  /** The ID of the action attempt. */
42486
42771
  action_attempt_id: string;
@@ -43329,6 +43614,30 @@ interface Routes {
43329
43614
  type: string;
43330
43615
  message: string;
43331
43616
  };
43617
+ } | {
43618
+ /** The ID of the action attempt. */
43619
+ action_attempt_id: string;
43620
+ status: 'pending';
43621
+ result: null;
43622
+ error: null;
43623
+ action_type: 'SET_HVAC_MODE';
43624
+ } | {
43625
+ /** The ID of the action attempt. */
43626
+ action_attempt_id: string;
43627
+ status: 'success';
43628
+ error: null;
43629
+ action_type: 'SET_HVAC_MODE';
43630
+ result: {};
43631
+ } | {
43632
+ /** The ID of the action attempt. */
43633
+ action_attempt_id: string;
43634
+ status: 'error';
43635
+ result: null;
43636
+ action_type: 'SET_HVAC_MODE';
43637
+ error: {
43638
+ type: string;
43639
+ message: string;
43640
+ };
43332
43641
  } | {
43333
43642
  /** The ID of the action attempt. */
43334
43643
  action_attempt_id: string;
@@ -43694,7 +44003,7 @@ interface Routes {
43694
44003
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
43695
44004
  custom_redirect_url?: string | undefined;
43696
44005
  custom_redirect_failure_url?: string | undefined;
43697
- accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
44006
+ accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
43698
44007
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
43699
44008
  custom_metadata?: Record<string, string | boolean | null> | undefined;
43700
44009
  automatically_manage_new_devices?: boolean;
@@ -45044,7 +45353,7 @@ interface Routes {
45044
45353
  formData: {};
45045
45354
  jsonResponse: {
45046
45355
  device_providers: Array<{
45047
- device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service';
45356
+ device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado';
45048
45357
  display_name: string;
45049
45358
  image_url: string;
45050
45359
  provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
@@ -48208,6 +48517,30 @@ interface Routes {
48208
48517
  type: string;
48209
48518
  message: string;
48210
48519
  };
48520
+ } | {
48521
+ /** The ID of the action attempt. */
48522
+ action_attempt_id: string;
48523
+ status: 'pending';
48524
+ result: null;
48525
+ error: null;
48526
+ action_type: 'SET_HVAC_MODE';
48527
+ } | {
48528
+ /** The ID of the action attempt. */
48529
+ action_attempt_id: string;
48530
+ status: 'success';
48531
+ error: null;
48532
+ action_type: 'SET_HVAC_MODE';
48533
+ result: {};
48534
+ } | {
48535
+ /** The ID of the action attempt. */
48536
+ action_attempt_id: string;
48537
+ status: 'error';
48538
+ result: null;
48539
+ action_type: 'SET_HVAC_MODE';
48540
+ error: {
48541
+ type: string;
48542
+ message: string;
48543
+ };
48211
48544
  } | {
48212
48545
  /** The ID of the action attempt. */
48213
48546
  action_attempt_id: string;
@@ -49057,6 +49390,30 @@ interface Routes {
49057
49390
  type: string;
49058
49391
  message: string;
49059
49392
  };
49393
+ } | {
49394
+ /** The ID of the action attempt. */
49395
+ action_attempt_id: string;
49396
+ status: 'pending';
49397
+ result: null;
49398
+ error: null;
49399
+ action_type: 'SET_HVAC_MODE';
49400
+ } | {
49401
+ /** The ID of the action attempt. */
49402
+ action_attempt_id: string;
49403
+ status: 'success';
49404
+ error: null;
49405
+ action_type: 'SET_HVAC_MODE';
49406
+ result: {};
49407
+ } | {
49408
+ /** The ID of the action attempt. */
49409
+ action_attempt_id: string;
49410
+ status: 'error';
49411
+ result: null;
49412
+ action_type: 'SET_HVAC_MODE';
49413
+ error: {
49414
+ type: string;
49415
+ message: string;
49416
+ };
49060
49417
  } | {
49061
49418
  /** The ID of the action attempt. */
49062
49419
  action_attempt_id: string;
@@ -51008,6 +51365,30 @@ interface Routes {
51008
51365
  type: string;
51009
51366
  message: string;
51010
51367
  };
51368
+ } | {
51369
+ /** The ID of the action attempt. */
51370
+ action_attempt_id: string;
51371
+ status: 'pending';
51372
+ result: null;
51373
+ error: null;
51374
+ action_type: 'SET_HVAC_MODE';
51375
+ } | {
51376
+ /** The ID of the action attempt. */
51377
+ action_attempt_id: string;
51378
+ status: 'success';
51379
+ error: null;
51380
+ action_type: 'SET_HVAC_MODE';
51381
+ result: {};
51382
+ } | {
51383
+ /** The ID of the action attempt. */
51384
+ action_attempt_id: string;
51385
+ status: 'error';
51386
+ result: null;
51387
+ action_type: 'SET_HVAC_MODE';
51388
+ error: {
51389
+ type: string;
51390
+ message: string;
51391
+ };
51011
51392
  } | {
51012
51393
  /** The ID of the action attempt. */
51013
51394
  action_attempt_id: string;
@@ -51867,6 +52248,30 @@ interface Routes {
51867
52248
  type: string;
51868
52249
  message: string;
51869
52250
  };
52251
+ } | {
52252
+ /** The ID of the action attempt. */
52253
+ action_attempt_id: string;
52254
+ status: 'pending';
52255
+ result: null;
52256
+ error: null;
52257
+ action_type: 'SET_HVAC_MODE';
52258
+ } | {
52259
+ /** The ID of the action attempt. */
52260
+ action_attempt_id: string;
52261
+ status: 'success';
52262
+ error: null;
52263
+ action_type: 'SET_HVAC_MODE';
52264
+ result: {};
52265
+ } | {
52266
+ /** The ID of the action attempt. */
52267
+ action_attempt_id: string;
52268
+ status: 'error';
52269
+ result: null;
52270
+ action_type: 'SET_HVAC_MODE';
52271
+ error: {
52272
+ type: string;
52273
+ message: string;
52274
+ };
51870
52275
  } | {
51871
52276
  /** The ID of the action attempt. */
51872
52277
  action_attempt_id: string;
@@ -52765,6 +53170,30 @@ interface Routes {
52765
53170
  type: string;
52766
53171
  message: string;
52767
53172
  };
53173
+ } | {
53174
+ /** The ID of the action attempt. */
53175
+ action_attempt_id: string;
53176
+ status: 'pending';
53177
+ result: null;
53178
+ error: null;
53179
+ action_type: 'SET_HVAC_MODE';
53180
+ } | {
53181
+ /** The ID of the action attempt. */
53182
+ action_attempt_id: string;
53183
+ status: 'success';
53184
+ error: null;
53185
+ action_type: 'SET_HVAC_MODE';
53186
+ result: {};
53187
+ } | {
53188
+ /** The ID of the action attempt. */
53189
+ action_attempt_id: string;
53190
+ status: 'error';
53191
+ result: null;
53192
+ action_type: 'SET_HVAC_MODE';
53193
+ error: {
53194
+ type: string;
53195
+ message: string;
53196
+ };
52768
53197
  } | {
52769
53198
  /** The ID of the action attempt. */
52770
53199
  action_attempt_id: string;
@@ -53798,6 +54227,30 @@ interface Routes {
53798
54227
  type: string;
53799
54228
  message: string;
53800
54229
  };
54230
+ } | {
54231
+ /** The ID of the action attempt. */
54232
+ action_attempt_id: string;
54233
+ status: 'pending';
54234
+ result: null;
54235
+ error: null;
54236
+ action_type: 'SET_HVAC_MODE';
54237
+ } | {
54238
+ /** The ID of the action attempt. */
54239
+ action_attempt_id: string;
54240
+ status: 'success';
54241
+ error: null;
54242
+ action_type: 'SET_HVAC_MODE';
54243
+ result: {};
54244
+ } | {
54245
+ /** The ID of the action attempt. */
54246
+ action_attempt_id: string;
54247
+ status: 'error';
54248
+ result: null;
54249
+ action_type: 'SET_HVAC_MODE';
54250
+ error: {
54251
+ type: string;
54252
+ message: string;
54253
+ };
53801
54254
  } | {
53802
54255
  /** The ID of the action attempt. */
53803
54256
  action_attempt_id: string;
@@ -54653,6 +55106,30 @@ interface Routes {
54653
55106
  type: string;
54654
55107
  message: string;
54655
55108
  };
55109
+ } | {
55110
+ /** The ID of the action attempt. */
55111
+ action_attempt_id: string;
55112
+ status: 'pending';
55113
+ result: null;
55114
+ error: null;
55115
+ action_type: 'SET_HVAC_MODE';
55116
+ } | {
55117
+ /** The ID of the action attempt. */
55118
+ action_attempt_id: string;
55119
+ status: 'success';
55120
+ error: null;
55121
+ action_type: 'SET_HVAC_MODE';
55122
+ result: {};
55123
+ } | {
55124
+ /** The ID of the action attempt. */
55125
+ action_attempt_id: string;
55126
+ status: 'error';
55127
+ result: null;
55128
+ action_type: 'SET_HVAC_MODE';
55129
+ error: {
55130
+ type: string;
55131
+ message: string;
55132
+ };
54656
55133
  } | {
54657
55134
  /** The ID of the action attempt. */
54658
55135
  action_attempt_id: string;
@@ -56079,6 +56556,30 @@ interface Routes {
56079
56556
  type: string;
56080
56557
  message: string;
56081
56558
  };
56559
+ } | {
56560
+ /** The ID of the action attempt. */
56561
+ action_attempt_id: string;
56562
+ status: 'pending';
56563
+ result: null;
56564
+ error: null;
56565
+ action_type: 'SET_HVAC_MODE';
56566
+ } | {
56567
+ /** The ID of the action attempt. */
56568
+ action_attempt_id: string;
56569
+ status: 'success';
56570
+ error: null;
56571
+ action_type: 'SET_HVAC_MODE';
56572
+ result: {};
56573
+ } | {
56574
+ /** The ID of the action attempt. */
56575
+ action_attempt_id: string;
56576
+ status: 'error';
56577
+ result: null;
56578
+ action_type: 'SET_HVAC_MODE';
56579
+ error: {
56580
+ type: string;
56581
+ message: string;
56582
+ };
56082
56583
  } | {
56083
56584
  /** The ID of the action attempt. */
56084
56585
  action_attempt_id: string;
@@ -56938,6 +57439,30 @@ interface Routes {
56938
57439
  type: string;
56939
57440
  message: string;
56940
57441
  };
57442
+ } | {
57443
+ /** The ID of the action attempt. */
57444
+ action_attempt_id: string;
57445
+ status: 'pending';
57446
+ result: null;
57447
+ error: null;
57448
+ action_type: 'SET_HVAC_MODE';
57449
+ } | {
57450
+ /** The ID of the action attempt. */
57451
+ action_attempt_id: string;
57452
+ status: 'success';
57453
+ error: null;
57454
+ action_type: 'SET_HVAC_MODE';
57455
+ result: {};
57456
+ } | {
57457
+ /** The ID of the action attempt. */
57458
+ action_attempt_id: string;
57459
+ status: 'error';
57460
+ result: null;
57461
+ action_type: 'SET_HVAC_MODE';
57462
+ error: {
57463
+ type: string;
57464
+ message: string;
57465
+ };
56941
57466
  } | {
56942
57467
  /** The ID of the action attempt. */
56943
57468
  action_attempt_id: string;
@@ -58852,6 +59377,30 @@ interface Routes {
58852
59377
  type: string;
58853
59378
  message: string;
58854
59379
  };
59380
+ } | {
59381
+ /** The ID of the action attempt. */
59382
+ action_attempt_id: string;
59383
+ status: 'pending';
59384
+ result: null;
59385
+ error: null;
59386
+ action_type: 'SET_HVAC_MODE';
59387
+ } | {
59388
+ /** The ID of the action attempt. */
59389
+ action_attempt_id: string;
59390
+ status: 'success';
59391
+ error: null;
59392
+ action_type: 'SET_HVAC_MODE';
59393
+ result: {};
59394
+ } | {
59395
+ /** The ID of the action attempt. */
59396
+ action_attempt_id: string;
59397
+ status: 'error';
59398
+ result: null;
59399
+ action_type: 'SET_HVAC_MODE';
59400
+ error: {
59401
+ type: string;
59402
+ message: string;
59403
+ };
58855
59404
  } | {
58856
59405
  /** The ID of the action attempt. */
58857
59406
  action_attempt_id: string;
@@ -59876,6 +60425,30 @@ interface Routes {
59876
60425
  type: string;
59877
60426
  message: string;
59878
60427
  };
60428
+ } | {
60429
+ /** The ID of the action attempt. */
60430
+ action_attempt_id: string;
60431
+ status: 'pending';
60432
+ result: null;
60433
+ error: null;
60434
+ action_type: 'SET_HVAC_MODE';
60435
+ } | {
60436
+ /** The ID of the action attempt. */
60437
+ action_attempt_id: string;
60438
+ status: 'success';
60439
+ error: null;
60440
+ action_type: 'SET_HVAC_MODE';
60441
+ result: {};
60442
+ } | {
60443
+ /** The ID of the action attempt. */
60444
+ action_attempt_id: string;
60445
+ status: 'error';
60446
+ result: null;
60447
+ action_type: 'SET_HVAC_MODE';
60448
+ error: {
60449
+ type: string;
60450
+ message: string;
60451
+ };
59879
60452
  } | {
59880
60453
  /** The ID of the action attempt. */
59881
60454
  action_attempt_id: string;
@@ -60754,6 +61327,30 @@ interface Routes {
60754
61327
  type: string;
60755
61328
  message: string;
60756
61329
  };
61330
+ } | {
61331
+ /** The ID of the action attempt. */
61332
+ action_attempt_id: string;
61333
+ status: 'pending';
61334
+ result: null;
61335
+ error: null;
61336
+ action_type: 'SET_HVAC_MODE';
61337
+ } | {
61338
+ /** The ID of the action attempt. */
61339
+ action_attempt_id: string;
61340
+ status: 'success';
61341
+ error: null;
61342
+ action_type: 'SET_HVAC_MODE';
61343
+ result: {};
61344
+ } | {
61345
+ /** The ID of the action attempt. */
61346
+ action_attempt_id: string;
61347
+ status: 'error';
61348
+ result: null;
61349
+ action_type: 'SET_HVAC_MODE';
61350
+ error: {
61351
+ type: string;
61352
+ message: string;
61353
+ };
60757
61354
  } | {
60758
61355
  /** The ID of the action attempt. */
60759
61356
  action_attempt_id: string;
@@ -63329,6 +63926,30 @@ interface Routes {
63329
63926
  type: string;
63330
63927
  message: string;
63331
63928
  };
63929
+ } | {
63930
+ /** The ID of the action attempt. */
63931
+ action_attempt_id: string;
63932
+ status: 'pending';
63933
+ result: null;
63934
+ error: null;
63935
+ action_type: 'SET_HVAC_MODE';
63936
+ } | {
63937
+ /** The ID of the action attempt. */
63938
+ action_attempt_id: string;
63939
+ status: 'success';
63940
+ error: null;
63941
+ action_type: 'SET_HVAC_MODE';
63942
+ result: {};
63943
+ } | {
63944
+ /** The ID of the action attempt. */
63945
+ action_attempt_id: string;
63946
+ status: 'error';
63947
+ result: null;
63948
+ action_type: 'SET_HVAC_MODE';
63949
+ error: {
63950
+ type: string;
63951
+ message: string;
63952
+ };
63332
63953
  } | {
63333
63954
  /** The ID of the action attempt. */
63334
63955
  action_attempt_id: string;