@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.
@@ -11334,6 +11334,7 @@ export type Routes = {
11334
11334
  can_run_thermostat_programs?: boolean | undefined;
11335
11335
  can_simulate_hub_connection?: boolean | undefined;
11336
11336
  can_simulate_hub_disconnection?: boolean | undefined;
11337
+ can_simulate_paid_subscription?: boolean | undefined;
11337
11338
  }[] | undefined;
11338
11339
  acs_entrances?: {
11339
11340
  /** 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). */
@@ -14456,6 +14457,7 @@ export type Routes = {
14456
14457
  can_run_thermostat_programs?: boolean | undefined;
14457
14458
  can_simulate_hub_connection?: boolean | undefined;
14458
14459
  can_simulate_hub_disconnection?: boolean | undefined;
14460
+ can_simulate_paid_subscription?: boolean | undefined;
14459
14461
  }[] | undefined;
14460
14462
  acs_entrances?: {
14461
14463
  /** 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). */
@@ -17106,6 +17108,7 @@ export type Routes = {
17106
17108
  can_run_thermostat_programs?: boolean | undefined;
17107
17109
  can_simulate_hub_connection?: boolean | undefined;
17108
17110
  can_simulate_hub_disconnection?: boolean | undefined;
17111
+ can_simulate_paid_subscription?: boolean | undefined;
17109
17112
  }[] | undefined;
17110
17113
  connect_webviews?: {
17111
17114
  /** ID of the Connect Webview. */
@@ -32770,6 +32773,7 @@ export type Routes = {
32770
32773
  can_run_thermostat_programs?: boolean | undefined;
32771
32774
  can_simulate_hub_connection?: boolean | undefined;
32772
32775
  can_simulate_hub_disconnection?: boolean | undefined;
32776
+ can_simulate_paid_subscription?: boolean | undefined;
32773
32777
  };
32774
32778
  };
32775
32779
  };
@@ -32808,9 +32812,9 @@ export type Routes = {
32808
32812
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
32809
32813
  page_cursor?: (string | undefined) | null;
32810
32814
  /** */
32811
- 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;
32815
+ 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;
32812
32816
  /** */
32813
- 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;
32817
+ 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;
32814
32818
  /**
32815
32819
  * @deprecated Use `space_id`.*/
32816
32820
  unstable_location_id?: (string | null) | undefined;
@@ -33993,6 +33997,7 @@ export type Routes = {
33993
33997
  can_run_thermostat_programs?: boolean | undefined;
33994
33998
  can_simulate_hub_connection?: boolean | undefined;
33995
33999
  can_simulate_hub_disconnection?: boolean | undefined;
34000
+ can_simulate_paid_subscription?: boolean | undefined;
33996
34001
  }[];
33997
34002
  /** Information about the current page of results. */
33998
34003
  pagination: {
@@ -34036,6 +34041,7 @@ export type Routes = {
34036
34041
  can_run_thermostat_programs?: boolean | undefined;
34037
34042
  can_simulate_hub_connection?: boolean | undefined;
34038
34043
  can_simulate_hub_disconnection?: boolean | undefined;
34044
+ can_simulate_paid_subscription?: boolean | undefined;
34039
34045
  }[];
34040
34046
  };
34041
34047
  };
@@ -34498,6 +34504,7 @@ export type Routes = {
34498
34504
  can_run_thermostat_programs?: boolean | undefined;
34499
34505
  can_simulate_hub_connection?: boolean | undefined;
34500
34506
  can_simulate_hub_disconnection?: boolean | undefined;
34507
+ can_simulate_paid_subscription?: boolean | undefined;
34501
34508
  };
34502
34509
  };
34503
34510
  };
@@ -34536,9 +34543,9 @@ export type Routes = {
34536
34543
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
34537
34544
  page_cursor?: (string | undefined) | null;
34538
34545
  /** */
34539
- 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;
34546
+ 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;
34540
34547
  /** */
34541
- 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;
34548
+ 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;
34542
34549
  /**
34543
34550
  * @deprecated Use `space_id`.*/
34544
34551
  unstable_location_id?: (string | null) | undefined;
@@ -34936,6 +34943,7 @@ export type Routes = {
34936
34943
  can_run_thermostat_programs?: boolean | undefined;
34937
34944
  can_simulate_hub_connection?: boolean | undefined;
34938
34945
  can_simulate_hub_disconnection?: boolean | undefined;
34946
+ can_simulate_paid_subscription?: boolean | undefined;
34939
34947
  }[];
34940
34948
  };
34941
34949
  };
@@ -40022,6 +40030,7 @@ export type Routes = {
40022
40030
  can_run_thermostat_programs?: boolean | undefined;
40023
40031
  can_simulate_hub_connection?: boolean | undefined;
40024
40032
  can_simulate_hub_disconnection?: boolean | undefined;
40033
+ can_simulate_paid_subscription?: boolean | undefined;
40025
40034
  };
40026
40035
  /** Represents a [device](https://docs.seam.co/latest/core-concepts/devices) that has been connected to Seam. */
40027
40036
  device: {
@@ -41194,6 +41203,7 @@ export type Routes = {
41194
41203
  can_run_thermostat_programs?: boolean | undefined;
41195
41204
  can_simulate_hub_connection?: boolean | undefined;
41196
41205
  can_simulate_hub_disconnection?: boolean | undefined;
41206
+ can_simulate_paid_subscription?: boolean | undefined;
41197
41207
  };
41198
41208
  };
41199
41209
  };
@@ -41232,9 +41242,9 @@ export type Routes = {
41232
41242
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
41233
41243
  page_cursor?: (string | undefined) | null;
41234
41244
  /** */
41235
- 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;
41245
+ 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;
41236
41246
  /** */
41237
- 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;
41247
+ 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;
41238
41248
  /**
41239
41249
  * @deprecated Use `space_id`.*/
41240
41250
  unstable_location_id?: (string | null) | undefined;
@@ -42417,6 +42427,7 @@ export type Routes = {
42417
42427
  can_run_thermostat_programs?: boolean | undefined;
42418
42428
  can_simulate_hub_connection?: boolean | undefined;
42419
42429
  can_simulate_hub_disconnection?: boolean | undefined;
42430
+ can_simulate_paid_subscription?: boolean | undefined;
42420
42431
  }[];
42421
42432
  devices: {
42422
42433
  /** ID of the device. */
@@ -43588,6 +43599,7 @@ export type Routes = {
43588
43599
  can_run_thermostat_programs?: boolean | undefined;
43589
43600
  can_simulate_hub_connection?: boolean | undefined;
43590
43601
  can_simulate_hub_disconnection?: boolean | undefined;
43602
+ can_simulate_paid_subscription?: boolean | undefined;
43591
43603
  }[];
43592
43604
  };
43593
43605
  };
@@ -48664,9 +48676,9 @@ export type Routes = {
48664
48676
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
48665
48677
  page_cursor?: (string | undefined) | null;
48666
48678
  /** */
48667
- 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;
48679
+ 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;
48668
48680
  /** */
48669
- 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;
48681
+ 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;
48670
48682
  /**
48671
48683
  * @deprecated Use `space_id`.*/
48672
48684
  unstable_location_id?: (string | null) | undefined;
@@ -49849,6 +49861,7 @@ export type Routes = {
49849
49861
  can_run_thermostat_programs?: boolean | undefined;
49850
49862
  can_simulate_hub_connection?: boolean | undefined;
49851
49863
  can_simulate_hub_disconnection?: boolean | undefined;
49864
+ can_simulate_paid_subscription?: boolean | undefined;
49852
49865
  }[];
49853
49866
  devices: {
49854
49867
  /** ID of the device. */
@@ -51020,6 +51033,7 @@ export type Routes = {
51020
51033
  can_run_thermostat_programs?: boolean | undefined;
51021
51034
  can_simulate_hub_connection?: boolean | undefined;
51022
51035
  can_simulate_hub_disconnection?: boolean | undefined;
51036
+ can_simulate_paid_subscription?: boolean | undefined;
51023
51037
  }[];
51024
51038
  };
51025
51039
  };
@@ -59483,6 +59497,7 @@ export type Routes = {
59483
59497
  can_run_thermostat_programs?: boolean | undefined;
59484
59498
  can_simulate_hub_connection?: boolean | undefined;
59485
59499
  can_simulate_hub_disconnection?: boolean | undefined;
59500
+ can_simulate_paid_subscription?: boolean | undefined;
59486
59501
  }[] | undefined;
59487
59502
  acs_entrances?: {
59488
59503
  /** 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). */
@@ -65037,6 +65052,7 @@ export type Routes = {
65037
65052
  can_run_thermostat_programs?: boolean | undefined;
65038
65053
  can_simulate_hub_connection?: boolean | undefined;
65039
65054
  can_simulate_hub_disconnection?: boolean | undefined;
65055
+ can_simulate_paid_subscription?: boolean | undefined;
65040
65056
  };
65041
65057
  };
65042
65058
  };
@@ -67607,9 +67623,9 @@ export type Routes = {
67607
67623
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
67608
67624
  page_cursor?: (string | undefined) | null;
67609
67625
  /** */
67610
- 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;
67626
+ 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;
67611
67627
  /** */
67612
- 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;
67628
+ 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;
67613
67629
  /**
67614
67630
  * @deprecated Use `space_id`.*/
67615
67631
  unstable_location_id?: (string | null) | undefined;
@@ -68792,6 +68808,7 @@ export type Routes = {
68792
68808
  can_run_thermostat_programs?: boolean | undefined;
68793
68809
  can_simulate_hub_connection?: boolean | undefined;
68794
68810
  can_simulate_hub_disconnection?: boolean | undefined;
68811
+ can_simulate_paid_subscription?: boolean | undefined;
68795
68812
  }[];
68796
68813
  devices: {
68797
68814
  /** ID of the device. */
@@ -69963,6 +69980,7 @@ export type Routes = {
69963
69980
  can_run_thermostat_programs?: boolean | undefined;
69964
69981
  can_simulate_hub_connection?: boolean | undefined;
69965
69982
  can_simulate_hub_disconnection?: boolean | undefined;
69983
+ can_simulate_paid_subscription?: boolean | undefined;
69966
69984
  }[];
69967
69985
  };
69968
69986
  };
@@ -77075,6 +77093,7 @@ export type Routes = {
77075
77093
  can_run_thermostat_programs?: boolean | undefined;
77076
77094
  can_simulate_hub_connection?: boolean | undefined;
77077
77095
  can_simulate_hub_disconnection?: boolean | undefined;
77096
+ can_simulate_paid_subscription?: boolean | undefined;
77078
77097
  }[];
77079
77098
  /**
77080
77099
  * @deprecated Use devices.*/
@@ -78248,6 +78267,7 @@ export type Routes = {
78248
78267
  can_run_thermostat_programs?: boolean | undefined;
78249
78268
  can_simulate_hub_connection?: boolean | undefined;
78250
78269
  can_simulate_hub_disconnection?: boolean | undefined;
78270
+ can_simulate_paid_subscription?: boolean | undefined;
78251
78271
  }[];
78252
78272
  };
78253
78273
  };
@@ -80183,6 +80203,7 @@ export type Routes = {
80183
80203
  can_run_thermostat_programs?: boolean | undefined;
80184
80204
  can_simulate_hub_connection?: boolean | undefined;
80185
80205
  can_simulate_hub_disconnection?: boolean | undefined;
80206
+ can_simulate_paid_subscription?: boolean | undefined;
80186
80207
  }[] | undefined;
80187
80208
  acs_entrances?: {
80188
80209
  /** 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). */
@@ -82833,6 +82854,7 @@ export type Routes = {
82833
82854
  can_run_thermostat_programs?: boolean | undefined;
82834
82855
  can_simulate_hub_connection?: boolean | undefined;
82835
82856
  can_simulate_hub_disconnection?: boolean | undefined;
82857
+ can_simulate_paid_subscription?: boolean | undefined;
82836
82858
  }[] | undefined;
82837
82859
  connect_webviews?: {
82838
82860
  /** ID of the Connect Webview. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.527.0",
3
+ "version": "1.528.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -25,6 +25,7 @@ export const device_capability_flags = z
25
25
  can_run_thermostat_programs: z.boolean(),
26
26
  can_simulate_hub_connection: z.boolean(),
27
27
  can_simulate_hub_disconnection: z.boolean(),
28
+ can_simulate_paid_subscription: z.boolean(),
28
29
  })
29
30
  .partial()
30
31
 
@@ -9270,6 +9270,7 @@ export default {
9270
9270
  can_simulate_disconnection: { type: 'boolean' },
9271
9271
  can_simulate_hub_connection: { type: 'boolean' },
9272
9272
  can_simulate_hub_disconnection: { type: 'boolean' },
9273
+ can_simulate_paid_subscription: { type: 'boolean' },
9273
9274
  can_simulate_removal: { type: 'boolean' },
9274
9275
  can_turn_off_hvac: { type: 'boolean' },
9275
9276
  can_unlock_with_code: { type: 'boolean' },
@@ -12925,6 +12926,7 @@ export default {
12925
12926
  can_simulate_disconnection: { type: 'boolean' },
12926
12927
  can_simulate_hub_connection: { type: 'boolean' },
12927
12928
  can_simulate_hub_disconnection: { type: 'boolean' },
12929
+ can_simulate_paid_subscription: { type: 'boolean' },
12928
12930
  can_simulate_removal: { type: 'boolean' },
12929
12931
  can_turn_off_hvac: { type: 'boolean' },
12930
12932
  can_unlock_with_code: { type: 'boolean' },
@@ -23663,6 +23665,7 @@ export default {
23663
23665
  can_simulate_disconnection: { type: 'boolean' },
23664
23666
  can_simulate_hub_connection: { type: 'boolean' },
23665
23667
  can_simulate_hub_disconnection: { type: 'boolean' },
23668
+ can_simulate_paid_subscription: { type: 'boolean' },
23666
23669
  can_simulate_removal: { type: 'boolean' },
23667
23670
  can_turn_off_hvac: { type: 'boolean' },
23668
23671
  can_unlock_with_code: { type: 'boolean' },
@@ -40705,6 +40708,7 @@ export default {
40705
40708
  'can_run_thermostat_programs',
40706
40709
  'can_simulate_hub_connection',
40707
40710
  'can_simulate_hub_disconnection',
40711
+ 'can_simulate_paid_subscription',
40708
40712
  ],
40709
40713
  type: 'string',
40710
40714
  },
@@ -40733,6 +40737,7 @@ export default {
40733
40737
  'can_run_thermostat_programs',
40734
40738
  'can_simulate_hub_connection',
40735
40739
  'can_simulate_hub_disconnection',
40740
+ 'can_simulate_paid_subscription',
40736
40741
  ],
40737
40742
  type: 'string',
40738
40743
  },
@@ -41025,6 +41030,7 @@ export default {
41025
41030
  'can_run_thermostat_programs',
41026
41031
  'can_simulate_hub_connection',
41027
41032
  'can_simulate_hub_disconnection',
41033
+ 'can_simulate_paid_subscription',
41028
41034
  ],
41029
41035
  type: 'string',
41030
41036
  },
@@ -41049,6 +41055,7 @@ export default {
41049
41055
  'can_run_thermostat_programs',
41050
41056
  'can_simulate_hub_connection',
41051
41057
  'can_simulate_hub_disconnection',
41058
+ 'can_simulate_paid_subscription',
41052
41059
  ],
41053
41060
  type: 'string',
41054
41061
  },
@@ -41997,6 +42004,7 @@ export default {
41997
42004
  'can_run_thermostat_programs',
41998
42005
  'can_simulate_hub_connection',
41999
42006
  'can_simulate_hub_disconnection',
42007
+ 'can_simulate_paid_subscription',
42000
42008
  ],
42001
42009
  type: 'string',
42002
42010
  },
@@ -42025,6 +42033,7 @@ export default {
42025
42033
  'can_run_thermostat_programs',
42026
42034
  'can_simulate_hub_connection',
42027
42035
  'can_simulate_hub_disconnection',
42036
+ 'can_simulate_paid_subscription',
42028
42037
  ],
42029
42038
  type: 'string',
42030
42039
  },
@@ -42314,6 +42323,7 @@ export default {
42314
42323
  'can_run_thermostat_programs',
42315
42324
  'can_simulate_hub_connection',
42316
42325
  'can_simulate_hub_disconnection',
42326
+ 'can_simulate_paid_subscription',
42317
42327
  ],
42318
42328
  type: 'string',
42319
42329
  },
@@ -42338,6 +42348,7 @@ export default {
42338
42348
  'can_run_thermostat_programs',
42339
42349
  'can_simulate_hub_connection',
42340
42350
  'can_simulate_hub_disconnection',
42351
+ 'can_simulate_paid_subscription',
42341
42352
  ],
42342
42353
  type: 'string',
42343
42354
  },
@@ -44298,6 +44309,7 @@ export default {
44298
44309
  'can_run_thermostat_programs',
44299
44310
  'can_simulate_hub_connection',
44300
44311
  'can_simulate_hub_disconnection',
44312
+ 'can_simulate_paid_subscription',
44301
44313
  ],
44302
44314
  type: 'string',
44303
44315
  },
@@ -44326,6 +44338,7 @@ export default {
44326
44338
  'can_run_thermostat_programs',
44327
44339
  'can_simulate_hub_connection',
44328
44340
  'can_simulate_hub_disconnection',
44341
+ 'can_simulate_paid_subscription',
44329
44342
  ],
44330
44343
  type: 'string',
44331
44344
  },
@@ -44563,6 +44576,7 @@ export default {
44563
44576
  'can_run_thermostat_programs',
44564
44577
  'can_simulate_hub_connection',
44565
44578
  'can_simulate_hub_disconnection',
44579
+ 'can_simulate_paid_subscription',
44566
44580
  ],
44567
44581
  type: 'string',
44568
44582
  },
@@ -44587,6 +44601,7 @@ export default {
44587
44601
  'can_run_thermostat_programs',
44588
44602
  'can_simulate_hub_connection',
44589
44603
  'can_simulate_hub_disconnection',
44604
+ 'can_simulate_paid_subscription',
44590
44605
  ],
44591
44606
  type: 'string',
44592
44607
  },
@@ -45126,6 +45141,7 @@ export default {
45126
45141
  'can_run_thermostat_programs',
45127
45142
  'can_simulate_hub_connection',
45128
45143
  'can_simulate_hub_disconnection',
45144
+ 'can_simulate_paid_subscription',
45129
45145
  ],
45130
45146
  type: 'string',
45131
45147
  },
@@ -45154,6 +45170,7 @@ export default {
45154
45170
  'can_run_thermostat_programs',
45155
45171
  'can_simulate_hub_connection',
45156
45172
  'can_simulate_hub_disconnection',
45173
+ 'can_simulate_paid_subscription',
45157
45174
  ],
45158
45175
  type: 'string',
45159
45176
  },
@@ -45335,6 +45352,7 @@ export default {
45335
45352
  'can_run_thermostat_programs',
45336
45353
  'can_simulate_hub_connection',
45337
45354
  'can_simulate_hub_disconnection',
45355
+ 'can_simulate_paid_subscription',
45338
45356
  ],
45339
45357
  type: 'string',
45340
45358
  },
@@ -45359,6 +45377,7 @@ export default {
45359
45377
  'can_run_thermostat_programs',
45360
45378
  'can_simulate_hub_connection',
45361
45379
  'can_simulate_hub_disconnection',
45380
+ 'can_simulate_paid_subscription',
45362
45381
  ],
45363
45382
  type: 'string',
45364
45383
  },
@@ -52436,6 +52455,7 @@ export default {
52436
52455
  'can_run_thermostat_programs',
52437
52456
  'can_simulate_hub_connection',
52438
52457
  'can_simulate_hub_disconnection',
52458
+ 'can_simulate_paid_subscription',
52439
52459
  ],
52440
52460
  type: 'string',
52441
52461
  },
@@ -52464,6 +52484,7 @@ export default {
52464
52484
  'can_run_thermostat_programs',
52465
52485
  'can_simulate_hub_connection',
52466
52486
  'can_simulate_hub_disconnection',
52487
+ 'can_simulate_paid_subscription',
52467
52488
  ],
52468
52489
  type: 'string',
52469
52490
  },
@@ -52659,6 +52680,7 @@ export default {
52659
52680
  'can_run_thermostat_programs',
52660
52681
  'can_simulate_hub_connection',
52661
52682
  'can_simulate_hub_disconnection',
52683
+ 'can_simulate_paid_subscription',
52662
52684
  ],
52663
52685
  type: 'string',
52664
52686
  },
@@ -52683,6 +52705,7 @@ export default {
52683
52705
  'can_run_thermostat_programs',
52684
52706
  'can_simulate_hub_connection',
52685
52707
  'can_simulate_hub_disconnection',
52708
+ 'can_simulate_paid_subscription',
52686
52709
  ],
52687
52710
  type: 'string',
52688
52711
  },