@seamapi/types 1.527.0 → 1.528.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.
@@ -13127,6 +13127,7 @@ declare const batch: z.ZodObject<{
13127
13127
  can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
13128
13128
  can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
13129
13129
  can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
13130
+ can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
13130
13131
  }, "strip", z.ZodTypeAny, {
13131
13132
  display_name: string;
13132
13133
  device_id: string;
@@ -13766,6 +13767,7 @@ declare const batch: z.ZodObject<{
13766
13767
  can_run_thermostat_programs?: boolean | undefined;
13767
13768
  can_simulate_hub_connection?: boolean | undefined;
13768
13769
  can_simulate_hub_disconnection?: boolean | undefined;
13770
+ can_simulate_paid_subscription?: boolean | undefined;
13769
13771
  nickname?: string | undefined;
13770
13772
  }, {
13771
13773
  display_name: string;
@@ -14406,6 +14408,7 @@ declare const batch: z.ZodObject<{
14406
14408
  can_run_thermostat_programs?: boolean | undefined;
14407
14409
  can_simulate_hub_connection?: boolean | undefined;
14408
14410
  can_simulate_hub_disconnection?: boolean | undefined;
14411
+ can_simulate_paid_subscription?: boolean | undefined;
14409
14412
  nickname?: string | undefined;
14410
14413
  }>, "many">>;
14411
14414
  acs_entrances: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -23588,6 +23591,7 @@ declare const batch: z.ZodObject<{
23588
23591
  can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
23589
23592
  can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
23590
23593
  can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
23594
+ can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
23591
23595
  }, "device_id" | "workspace_id" | "created_at" | "errors" | "connected_account_id" | "warnings" | "device_type" | "capabilities_supported" | "location"> & {
23592
23596
  is_managed: z.ZodLiteral<false>;
23593
23597
  properties: z.ZodObject<Pick<{
@@ -23740,6 +23744,7 @@ declare const batch: z.ZodObject<{
23740
23744
  can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
23741
23745
  can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
23742
23746
  can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
23747
+ can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
23743
23748
  }, "strip", z.ZodTypeAny, {
23744
23749
  device_id: string;
23745
23750
  workspace_id: string;
@@ -23970,6 +23975,7 @@ declare const batch: z.ZodObject<{
23970
23975
  can_run_thermostat_programs?: boolean | undefined;
23971
23976
  can_simulate_hub_connection?: boolean | undefined;
23972
23977
  can_simulate_hub_disconnection?: boolean | undefined;
23978
+ can_simulate_paid_subscription?: boolean | undefined;
23973
23979
  }, {
23974
23980
  device_id: string;
23975
23981
  workspace_id: string;
@@ -24200,6 +24206,7 @@ declare const batch: z.ZodObject<{
24200
24206
  can_run_thermostat_programs?: boolean | undefined;
24201
24207
  can_simulate_hub_connection?: boolean | undefined;
24202
24208
  can_simulate_hub_disconnection?: boolean | undefined;
24209
+ can_simulate_paid_subscription?: boolean | undefined;
24203
24210
  }>, "many">>;
24204
24211
  connect_webviews: z.ZodOptional<z.ZodArray<z.ZodObject<{
24205
24212
  connect_webview_id: z.ZodString;
@@ -31216,6 +31223,7 @@ declare const batch: z.ZodObject<{
31216
31223
  can_run_thermostat_programs?: boolean | undefined;
31217
31224
  can_simulate_hub_connection?: boolean | undefined;
31218
31225
  can_simulate_hub_disconnection?: boolean | undefined;
31226
+ can_simulate_paid_subscription?: boolean | undefined;
31219
31227
  nickname?: string | undefined;
31220
31228
  }[] | undefined;
31221
31229
  acs_entrances?: {
@@ -32830,6 +32838,7 @@ declare const batch: z.ZodObject<{
32830
32838
  can_run_thermostat_programs?: boolean | undefined;
32831
32839
  can_simulate_hub_connection?: boolean | undefined;
32832
32840
  can_simulate_hub_disconnection?: boolean | undefined;
32841
+ can_simulate_paid_subscription?: boolean | undefined;
32833
32842
  }[] | undefined;
32834
32843
  connect_webviews?: {
32835
32844
  status: "pending" | "failed" | "authorized";
@@ -35065,6 +35074,7 @@ declare const batch: z.ZodObject<{
35065
35074
  can_run_thermostat_programs?: boolean | undefined;
35066
35075
  can_simulate_hub_connection?: boolean | undefined;
35067
35076
  can_simulate_hub_disconnection?: boolean | undefined;
35077
+ can_simulate_paid_subscription?: boolean | undefined;
35068
35078
  nickname?: string | undefined;
35069
35079
  }[] | undefined;
35070
35080
  acs_entrances?: {
@@ -36679,6 +36689,7 @@ declare const batch: z.ZodObject<{
36679
36689
  can_run_thermostat_programs?: boolean | undefined;
36680
36690
  can_simulate_hub_connection?: boolean | undefined;
36681
36691
  can_simulate_hub_disconnection?: boolean | undefined;
36692
+ can_simulate_paid_subscription?: boolean | undefined;
36682
36693
  }[] | undefined;
36683
36694
  connect_webviews?: {
36684
36695
  status: "pending" | "failed" | "authorized";
@@ -42332,6 +42343,7 @@ declare const device: z.ZodObject<{
42332
42343
  can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
42333
42344
  can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
42334
42345
  can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
42346
+ can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
42335
42347
  }, "strip", z.ZodTypeAny, {
42336
42348
  display_name: string;
42337
42349
  device_id: string;
@@ -42971,6 +42983,7 @@ declare const device: z.ZodObject<{
42971
42983
  can_run_thermostat_programs?: boolean | undefined;
42972
42984
  can_simulate_hub_connection?: boolean | undefined;
42973
42985
  can_simulate_hub_disconnection?: boolean | undefined;
42986
+ can_simulate_paid_subscription?: boolean | undefined;
42974
42987
  nickname?: string | undefined;
42975
42988
  }, {
42976
42989
  display_name: string;
@@ -43611,6 +43624,7 @@ declare const device: z.ZodObject<{
43611
43624
  can_run_thermostat_programs?: boolean | undefined;
43612
43625
  can_simulate_hub_connection?: boolean | undefined;
43613
43626
  can_simulate_hub_disconnection?: boolean | undefined;
43627
+ can_simulate_paid_subscription?: boolean | undefined;
43614
43628
  nickname?: string | undefined;
43615
43629
  }>;
43616
43630
  type Device = z.infer<typeof device>;
@@ -43687,6 +43701,7 @@ declare const device_provider: z.ZodObject<{
43687
43701
  can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
43688
43702
  can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
43689
43703
  can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
43704
+ can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
43690
43705
  }, "strip", z.ZodTypeAny, {
43691
43706
  display_name: string;
43692
43707
  image_url: string;
@@ -43707,6 +43722,7 @@ declare const device_provider: z.ZodObject<{
43707
43722
  can_run_thermostat_programs?: boolean | undefined;
43708
43723
  can_simulate_hub_connection?: boolean | undefined;
43709
43724
  can_simulate_hub_disconnection?: boolean | undefined;
43725
+ can_simulate_paid_subscription?: boolean | undefined;
43710
43726
  }, {
43711
43727
  display_name: string;
43712
43728
  image_url: string;
@@ -43727,6 +43743,7 @@ declare const device_provider: z.ZodObject<{
43727
43743
  can_run_thermostat_programs?: boolean | undefined;
43728
43744
  can_simulate_hub_connection?: boolean | undefined;
43729
43745
  can_simulate_hub_disconnection?: boolean | undefined;
43746
+ can_simulate_paid_subscription?: boolean | undefined;
43730
43747
  }>;
43731
43748
  type DeviceProvider = z.infer<typeof device_provider>;
43732
43749
 
@@ -46483,6 +46500,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46483
46500
  can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
46484
46501
  can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
46485
46502
  can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
46503
+ can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
46486
46504
  }, "device_id" | "workspace_id" | "created_at" | "errors" | "connected_account_id" | "warnings" | "device_type" | "capabilities_supported" | "location"> & {
46487
46505
  is_managed: z.ZodLiteral<false>;
46488
46506
  properties: z.ZodObject<Pick<{
@@ -46635,6 +46653,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46635
46653
  can_run_thermostat_programs: z.ZodOptional<z.ZodBoolean>;
46636
46654
  can_simulate_hub_connection: z.ZodOptional<z.ZodBoolean>;
46637
46655
  can_simulate_hub_disconnection: z.ZodOptional<z.ZodBoolean>;
46656
+ can_simulate_paid_subscription: z.ZodOptional<z.ZodBoolean>;
46638
46657
  }, "strip", z.ZodTypeAny, {
46639
46658
  device_id: string;
46640
46659
  workspace_id: string;
@@ -46865,6 +46884,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46865
46884
  can_run_thermostat_programs?: boolean | undefined;
46866
46885
  can_simulate_hub_connection?: boolean | undefined;
46867
46886
  can_simulate_hub_disconnection?: boolean | undefined;
46887
+ can_simulate_paid_subscription?: boolean | undefined;
46868
46888
  }, {
46869
46889
  device_id: string;
46870
46890
  workspace_id: string;
@@ -47095,6 +47115,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
47095
47115
  can_run_thermostat_programs?: boolean | undefined;
47096
47116
  can_simulate_hub_connection?: boolean | undefined;
47097
47117
  can_simulate_hub_disconnection?: boolean | undefined;
47118
+ can_simulate_paid_subscription?: boolean | undefined;
47098
47119
  }>;
47099
47120
  type UnmanagedDevice = z.infer<typeof unmanaged_device>;
47100
47121
 
@@ -54962,6 +54983,9 @@ declare const _default: {
54962
54983
  can_simulate_hub_disconnection: {
54963
54984
  type: string;
54964
54985
  };
54986
+ can_simulate_paid_subscription: {
54987
+ type: string;
54988
+ };
54965
54989
  can_simulate_removal: {
54966
54990
  type: string;
54967
54991
  };
@@ -57434,6 +57458,9 @@ declare const _default: {
57434
57458
  can_simulate_hub_disconnection: {
57435
57459
  type: string;
57436
57460
  };
57461
+ can_simulate_paid_subscription: {
57462
+ type: string;
57463
+ };
57437
57464
  can_simulate_removal: {
57438
57465
  type: string;
57439
57466
  };
@@ -63378,6 +63405,9 @@ declare const _default: {
63378
63405
  can_simulate_hub_disconnection: {
63379
63406
  type: string;
63380
63407
  };
63408
+ can_simulate_paid_subscription: {
63409
+ type: string;
63410
+ };
63381
63411
  can_simulate_removal: {
63382
63412
  type: string;
63383
63413
  };
@@ -112436,6 +112466,7 @@ type Routes = {
112436
112466
  can_run_thermostat_programs?: boolean | undefined;
112437
112467
  can_simulate_hub_connection?: boolean | undefined;
112438
112468
  can_simulate_hub_disconnection?: boolean | undefined;
112469
+ can_simulate_paid_subscription?: boolean | undefined;
112439
112470
  }[] | undefined;
112440
112471
  acs_entrances?: {
112441
112472
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -115558,6 +115589,7 @@ type Routes = {
115558
115589
  can_run_thermostat_programs?: boolean | undefined;
115559
115590
  can_simulate_hub_connection?: boolean | undefined;
115560
115591
  can_simulate_hub_disconnection?: boolean | undefined;
115592
+ can_simulate_paid_subscription?: boolean | undefined;
115561
115593
  }[] | undefined;
115562
115594
  acs_entrances?: {
115563
115595
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -118208,6 +118240,7 @@ type Routes = {
118208
118240
  can_run_thermostat_programs?: boolean | undefined;
118209
118241
  can_simulate_hub_connection?: boolean | undefined;
118210
118242
  can_simulate_hub_disconnection?: boolean | undefined;
118243
+ can_simulate_paid_subscription?: boolean | undefined;
118211
118244
  }[] | undefined;
118212
118245
  connect_webviews?: {
118213
118246
  /** ID of the Connect Webview. */
@@ -133872,6 +133905,7 @@ type Routes = {
133872
133905
  can_run_thermostat_programs?: boolean | undefined;
133873
133906
  can_simulate_hub_connection?: boolean | undefined;
133874
133907
  can_simulate_hub_disconnection?: boolean | undefined;
133908
+ can_simulate_paid_subscription?: boolean | undefined;
133875
133909
  };
133876
133910
  };
133877
133911
  };
@@ -133910,9 +133944,9 @@ type Routes = {
133910
133944
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
133911
133945
  page_cursor?: (string | undefined) | null;
133912
133946
  /** */
133913
- include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection')[] | undefined;
133947
+ include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
133914
133948
  /** */
133915
- exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection')[] | undefined;
133949
+ exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
133916
133950
  /**
133917
133951
  * @deprecated Use `space_id`.*/
133918
133952
  unstable_location_id?: (string | null) | undefined;
@@ -135095,6 +135129,7 @@ type Routes = {
135095
135129
  can_run_thermostat_programs?: boolean | undefined;
135096
135130
  can_simulate_hub_connection?: boolean | undefined;
135097
135131
  can_simulate_hub_disconnection?: boolean | undefined;
135132
+ can_simulate_paid_subscription?: boolean | undefined;
135098
135133
  }[];
135099
135134
  /** Information about the current page of results. */
135100
135135
  pagination: {
@@ -135138,6 +135173,7 @@ type Routes = {
135138
135173
  can_run_thermostat_programs?: boolean | undefined;
135139
135174
  can_simulate_hub_connection?: boolean | undefined;
135140
135175
  can_simulate_hub_disconnection?: boolean | undefined;
135176
+ can_simulate_paid_subscription?: boolean | undefined;
135141
135177
  }[];
135142
135178
  };
135143
135179
  };
@@ -135600,6 +135636,7 @@ type Routes = {
135600
135636
  can_run_thermostat_programs?: boolean | undefined;
135601
135637
  can_simulate_hub_connection?: boolean | undefined;
135602
135638
  can_simulate_hub_disconnection?: boolean | undefined;
135639
+ can_simulate_paid_subscription?: boolean | undefined;
135603
135640
  };
135604
135641
  };
135605
135642
  };
@@ -135638,9 +135675,9 @@ type Routes = {
135638
135675
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
135639
135676
  page_cursor?: (string | undefined) | null;
135640
135677
  /** */
135641
- include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection')[] | undefined;
135678
+ include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
135642
135679
  /** */
135643
- exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection')[] | undefined;
135680
+ exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
135644
135681
  /**
135645
135682
  * @deprecated Use `space_id`.*/
135646
135683
  unstable_location_id?: (string | null) | undefined;
@@ -136038,6 +136075,7 @@ type Routes = {
136038
136075
  can_run_thermostat_programs?: boolean | undefined;
136039
136076
  can_simulate_hub_connection?: boolean | undefined;
136040
136077
  can_simulate_hub_disconnection?: boolean | undefined;
136078
+ can_simulate_paid_subscription?: boolean | undefined;
136041
136079
  }[];
136042
136080
  };
136043
136081
  };
@@ -141124,6 +141162,7 @@ type Routes = {
141124
141162
  can_run_thermostat_programs?: boolean | undefined;
141125
141163
  can_simulate_hub_connection?: boolean | undefined;
141126
141164
  can_simulate_hub_disconnection?: boolean | undefined;
141165
+ can_simulate_paid_subscription?: boolean | undefined;
141127
141166
  };
141128
141167
  /** Represents a [device](https://docs.seam.co/latest/core-concepts/devices) that has been connected to Seam. */
141129
141168
  device: {
@@ -142296,6 +142335,7 @@ type Routes = {
142296
142335
  can_run_thermostat_programs?: boolean | undefined;
142297
142336
  can_simulate_hub_connection?: boolean | undefined;
142298
142337
  can_simulate_hub_disconnection?: boolean | undefined;
142338
+ can_simulate_paid_subscription?: boolean | undefined;
142299
142339
  };
142300
142340
  };
142301
142341
  };
@@ -142334,9 +142374,9 @@ type Routes = {
142334
142374
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
142335
142375
  page_cursor?: (string | undefined) | null;
142336
142376
  /** */
142337
- include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection')[] | undefined;
142377
+ include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
142338
142378
  /** */
142339
- exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection')[] | undefined;
142379
+ exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
142340
142380
  /**
142341
142381
  * @deprecated Use `space_id`.*/
142342
142382
  unstable_location_id?: (string | null) | undefined;
@@ -143519,6 +143559,7 @@ type Routes = {
143519
143559
  can_run_thermostat_programs?: boolean | undefined;
143520
143560
  can_simulate_hub_connection?: boolean | undefined;
143521
143561
  can_simulate_hub_disconnection?: boolean | undefined;
143562
+ can_simulate_paid_subscription?: boolean | undefined;
143522
143563
  }[];
143523
143564
  devices: {
143524
143565
  /** ID of the device. */
@@ -144690,6 +144731,7 @@ type Routes = {
144690
144731
  can_run_thermostat_programs?: boolean | undefined;
144691
144732
  can_simulate_hub_connection?: boolean | undefined;
144692
144733
  can_simulate_hub_disconnection?: boolean | undefined;
144734
+ can_simulate_paid_subscription?: boolean | undefined;
144693
144735
  }[];
144694
144736
  };
144695
144737
  };
@@ -149766,9 +149808,9 @@ type Routes = {
149766
149808
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
149767
149809
  page_cursor?: (string | undefined) | null;
149768
149810
  /** */
149769
- include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection')[] | undefined;
149811
+ include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
149770
149812
  /** */
149771
- exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection')[] | undefined;
149813
+ exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
149772
149814
  /**
149773
149815
  * @deprecated Use `space_id`.*/
149774
149816
  unstable_location_id?: (string | null) | undefined;
@@ -150951,6 +150993,7 @@ type Routes = {
150951
150993
  can_run_thermostat_programs?: boolean | undefined;
150952
150994
  can_simulate_hub_connection?: boolean | undefined;
150953
150995
  can_simulate_hub_disconnection?: boolean | undefined;
150996
+ can_simulate_paid_subscription?: boolean | undefined;
150954
150997
  }[];
150955
150998
  devices: {
150956
150999
  /** ID of the device. */
@@ -152122,6 +152165,7 @@ type Routes = {
152122
152165
  can_run_thermostat_programs?: boolean | undefined;
152123
152166
  can_simulate_hub_connection?: boolean | undefined;
152124
152167
  can_simulate_hub_disconnection?: boolean | undefined;
152168
+ can_simulate_paid_subscription?: boolean | undefined;
152125
152169
  }[];
152126
152170
  };
152127
152171
  };
@@ -160585,6 +160629,7 @@ type Routes = {
160585
160629
  can_run_thermostat_programs?: boolean | undefined;
160586
160630
  can_simulate_hub_connection?: boolean | undefined;
160587
160631
  can_simulate_hub_disconnection?: boolean | undefined;
160632
+ can_simulate_paid_subscription?: boolean | undefined;
160588
160633
  }[] | undefined;
160589
160634
  acs_entrances?: {
160590
160635
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -166139,6 +166184,7 @@ type Routes = {
166139
166184
  can_run_thermostat_programs?: boolean | undefined;
166140
166185
  can_simulate_hub_connection?: boolean | undefined;
166141
166186
  can_simulate_hub_disconnection?: boolean | undefined;
166187
+ can_simulate_paid_subscription?: boolean | undefined;
166142
166188
  };
166143
166189
  };
166144
166190
  };
@@ -168709,9 +168755,9 @@ type Routes = {
168709
168755
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
168710
168756
  page_cursor?: (string | undefined) | null;
168711
168757
  /** */
168712
- include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection')[] | undefined;
168758
+ include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
168713
168759
  /** */
168714
- exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection')[] | undefined;
168760
+ exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
168715
168761
  /**
168716
168762
  * @deprecated Use `space_id`.*/
168717
168763
  unstable_location_id?: (string | null) | undefined;
@@ -169894,6 +169940,7 @@ type Routes = {
169894
169940
  can_run_thermostat_programs?: boolean | undefined;
169895
169941
  can_simulate_hub_connection?: boolean | undefined;
169896
169942
  can_simulate_hub_disconnection?: boolean | undefined;
169943
+ can_simulate_paid_subscription?: boolean | undefined;
169897
169944
  }[];
169898
169945
  devices: {
169899
169946
  /** ID of the device. */
@@ -171065,6 +171112,7 @@ type Routes = {
171065
171112
  can_run_thermostat_programs?: boolean | undefined;
171066
171113
  can_simulate_hub_connection?: boolean | undefined;
171067
171114
  can_simulate_hub_disconnection?: boolean | undefined;
171115
+ can_simulate_paid_subscription?: boolean | undefined;
171068
171116
  }[];
171069
171117
  };
171070
171118
  };
@@ -178177,6 +178225,7 @@ type Routes = {
178177
178225
  can_run_thermostat_programs?: boolean | undefined;
178178
178226
  can_simulate_hub_connection?: boolean | undefined;
178179
178227
  can_simulate_hub_disconnection?: boolean | undefined;
178228
+ can_simulate_paid_subscription?: boolean | undefined;
178180
178229
  }[];
178181
178230
  /**
178182
178231
  * @deprecated Use devices.*/
@@ -179350,6 +179399,7 @@ type Routes = {
179350
179399
  can_run_thermostat_programs?: boolean | undefined;
179351
179400
  can_simulate_hub_connection?: boolean | undefined;
179352
179401
  can_simulate_hub_disconnection?: boolean | undefined;
179402
+ can_simulate_paid_subscription?: boolean | undefined;
179353
179403
  }[];
179354
179404
  };
179355
179405
  };
@@ -181285,6 +181335,7 @@ type Routes = {
181285
181335
  can_run_thermostat_programs?: boolean | undefined;
181286
181336
  can_simulate_hub_connection?: boolean | undefined;
181287
181337
  can_simulate_hub_disconnection?: boolean | undefined;
181338
+ can_simulate_paid_subscription?: boolean | undefined;
181288
181339
  }[] | undefined;
181289
181340
  acs_entrances?: {
181290
181341
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -183935,6 +183986,7 @@ type Routes = {
183935
183986
  can_run_thermostat_programs?: boolean | undefined;
183936
183987
  can_simulate_hub_connection?: boolean | undefined;
183937
183988
  can_simulate_hub_disconnection?: boolean | undefined;
183989
+ can_simulate_paid_subscription?: boolean | undefined;
183938
183990
  }[] | undefined;
183939
183991
  connect_webviews?: {
183940
183992
  /** ID of the Connect Webview. */