@seamapi/types 1.526.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. */
@@ -31287,6 +31290,8 @@ export type Routes = {
31287
31290
  queryParams: {};
31288
31291
  jsonBody: {};
31289
31292
  commonParams: {
31293
+ /** List of customer keys to delete all data for. */
31294
+ customer_keys?: string[] | undefined;
31290
31295
  /** List of space keys to delete. */
31291
31296
  space_keys?: string[] | undefined;
31292
31297
  /** List of property keys to delete. */
@@ -32768,6 +32773,7 @@ export type Routes = {
32768
32773
  can_run_thermostat_programs?: boolean | undefined;
32769
32774
  can_simulate_hub_connection?: boolean | undefined;
32770
32775
  can_simulate_hub_disconnection?: boolean | undefined;
32776
+ can_simulate_paid_subscription?: boolean | undefined;
32771
32777
  };
32772
32778
  };
32773
32779
  };
@@ -32806,9 +32812,9 @@ export type Routes = {
32806
32812
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
32807
32813
  page_cursor?: (string | undefined) | null;
32808
32814
  /** */
32809
- 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;
32810
32816
  /** */
32811
- 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;
32812
32818
  /**
32813
32819
  * @deprecated Use `space_id`.*/
32814
32820
  unstable_location_id?: (string | null) | undefined;
@@ -33991,6 +33997,7 @@ export type Routes = {
33991
33997
  can_run_thermostat_programs?: boolean | undefined;
33992
33998
  can_simulate_hub_connection?: boolean | undefined;
33993
33999
  can_simulate_hub_disconnection?: boolean | undefined;
34000
+ can_simulate_paid_subscription?: boolean | undefined;
33994
34001
  }[];
33995
34002
  /** Information about the current page of results. */
33996
34003
  pagination: {
@@ -34034,6 +34041,7 @@ export type Routes = {
34034
34041
  can_run_thermostat_programs?: boolean | undefined;
34035
34042
  can_simulate_hub_connection?: boolean | undefined;
34036
34043
  can_simulate_hub_disconnection?: boolean | undefined;
34044
+ can_simulate_paid_subscription?: boolean | undefined;
34037
34045
  }[];
34038
34046
  };
34039
34047
  };
@@ -34496,6 +34504,7 @@ export type Routes = {
34496
34504
  can_run_thermostat_programs?: boolean | undefined;
34497
34505
  can_simulate_hub_connection?: boolean | undefined;
34498
34506
  can_simulate_hub_disconnection?: boolean | undefined;
34507
+ can_simulate_paid_subscription?: boolean | undefined;
34499
34508
  };
34500
34509
  };
34501
34510
  };
@@ -34534,9 +34543,9 @@ export type Routes = {
34534
34543
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
34535
34544
  page_cursor?: (string | undefined) | null;
34536
34545
  /** */
34537
- 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;
34538
34547
  /** */
34539
- 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;
34540
34549
  /**
34541
34550
  * @deprecated Use `space_id`.*/
34542
34551
  unstable_location_id?: (string | null) | undefined;
@@ -34934,6 +34943,7 @@ export type Routes = {
34934
34943
  can_run_thermostat_programs?: boolean | undefined;
34935
34944
  can_simulate_hub_connection?: boolean | undefined;
34936
34945
  can_simulate_hub_disconnection?: boolean | undefined;
34946
+ can_simulate_paid_subscription?: boolean | undefined;
34937
34947
  }[];
34938
34948
  };
34939
34949
  };
@@ -40020,6 +40030,7 @@ export type Routes = {
40020
40030
  can_run_thermostat_programs?: boolean | undefined;
40021
40031
  can_simulate_hub_connection?: boolean | undefined;
40022
40032
  can_simulate_hub_disconnection?: boolean | undefined;
40033
+ can_simulate_paid_subscription?: boolean | undefined;
40023
40034
  };
40024
40035
  /** Represents a [device](https://docs.seam.co/latest/core-concepts/devices) that has been connected to Seam. */
40025
40036
  device: {
@@ -41192,6 +41203,7 @@ export type Routes = {
41192
41203
  can_run_thermostat_programs?: boolean | undefined;
41193
41204
  can_simulate_hub_connection?: boolean | undefined;
41194
41205
  can_simulate_hub_disconnection?: boolean | undefined;
41206
+ can_simulate_paid_subscription?: boolean | undefined;
41195
41207
  };
41196
41208
  };
41197
41209
  };
@@ -41230,9 +41242,9 @@ export type Routes = {
41230
41242
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
41231
41243
  page_cursor?: (string | undefined) | null;
41232
41244
  /** */
41233
- 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;
41234
41246
  /** */
41235
- 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;
41236
41248
  /**
41237
41249
  * @deprecated Use `space_id`.*/
41238
41250
  unstable_location_id?: (string | null) | undefined;
@@ -42415,6 +42427,7 @@ export type Routes = {
42415
42427
  can_run_thermostat_programs?: boolean | undefined;
42416
42428
  can_simulate_hub_connection?: boolean | undefined;
42417
42429
  can_simulate_hub_disconnection?: boolean | undefined;
42430
+ can_simulate_paid_subscription?: boolean | undefined;
42418
42431
  }[];
42419
42432
  devices: {
42420
42433
  /** ID of the device. */
@@ -43586,6 +43599,7 @@ export type Routes = {
43586
43599
  can_run_thermostat_programs?: boolean | undefined;
43587
43600
  can_simulate_hub_connection?: boolean | undefined;
43588
43601
  can_simulate_hub_disconnection?: boolean | undefined;
43602
+ can_simulate_paid_subscription?: boolean | undefined;
43589
43603
  }[];
43590
43604
  };
43591
43605
  };
@@ -48662,9 +48676,9 @@ export type Routes = {
48662
48676
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
48663
48677
  page_cursor?: (string | undefined) | null;
48664
48678
  /** */
48665
- 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;
48666
48680
  /** */
48667
- 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;
48668
48682
  /**
48669
48683
  * @deprecated Use `space_id`.*/
48670
48684
  unstable_location_id?: (string | null) | undefined;
@@ -49847,6 +49861,7 @@ export type Routes = {
49847
49861
  can_run_thermostat_programs?: boolean | undefined;
49848
49862
  can_simulate_hub_connection?: boolean | undefined;
49849
49863
  can_simulate_hub_disconnection?: boolean | undefined;
49864
+ can_simulate_paid_subscription?: boolean | undefined;
49850
49865
  }[];
49851
49866
  devices: {
49852
49867
  /** ID of the device. */
@@ -51018,6 +51033,7 @@ export type Routes = {
51018
51033
  can_run_thermostat_programs?: boolean | undefined;
51019
51034
  can_simulate_hub_connection?: boolean | undefined;
51020
51035
  can_simulate_hub_disconnection?: boolean | undefined;
51036
+ can_simulate_paid_subscription?: boolean | undefined;
51021
51037
  }[];
51022
51038
  };
51023
51039
  };
@@ -59481,6 +59497,7 @@ export type Routes = {
59481
59497
  can_run_thermostat_programs?: boolean | undefined;
59482
59498
  can_simulate_hub_connection?: boolean | undefined;
59483
59499
  can_simulate_hub_disconnection?: boolean | undefined;
59500
+ can_simulate_paid_subscription?: boolean | undefined;
59484
59501
  }[] | undefined;
59485
59502
  acs_entrances?: {
59486
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). */
@@ -65035,6 +65052,7 @@ export type Routes = {
65035
65052
  can_run_thermostat_programs?: boolean | undefined;
65036
65053
  can_simulate_hub_connection?: boolean | undefined;
65037
65054
  can_simulate_hub_disconnection?: boolean | undefined;
65055
+ can_simulate_paid_subscription?: boolean | undefined;
65038
65056
  };
65039
65057
  };
65040
65058
  };
@@ -67605,9 +67623,9 @@ export type Routes = {
67605
67623
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
67606
67624
  page_cursor?: (string | undefined) | null;
67607
67625
  /** */
67608
- 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;
67609
67627
  /** */
67610
- 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;
67611
67629
  /**
67612
67630
  * @deprecated Use `space_id`.*/
67613
67631
  unstable_location_id?: (string | null) | undefined;
@@ -68790,6 +68808,7 @@ export type Routes = {
68790
68808
  can_run_thermostat_programs?: boolean | undefined;
68791
68809
  can_simulate_hub_connection?: boolean | undefined;
68792
68810
  can_simulate_hub_disconnection?: boolean | undefined;
68811
+ can_simulate_paid_subscription?: boolean | undefined;
68793
68812
  }[];
68794
68813
  devices: {
68795
68814
  /** ID of the device. */
@@ -69961,6 +69980,7 @@ export type Routes = {
69961
69980
  can_run_thermostat_programs?: boolean | undefined;
69962
69981
  can_simulate_hub_connection?: boolean | undefined;
69963
69982
  can_simulate_hub_disconnection?: boolean | undefined;
69983
+ can_simulate_paid_subscription?: boolean | undefined;
69964
69984
  }[];
69965
69985
  };
69966
69986
  };
@@ -77073,6 +77093,7 @@ export type Routes = {
77073
77093
  can_run_thermostat_programs?: boolean | undefined;
77074
77094
  can_simulate_hub_connection?: boolean | undefined;
77075
77095
  can_simulate_hub_disconnection?: boolean | undefined;
77096
+ can_simulate_paid_subscription?: boolean | undefined;
77076
77097
  }[];
77077
77098
  /**
77078
77099
  * @deprecated Use devices.*/
@@ -78246,6 +78267,7 @@ export type Routes = {
78246
78267
  can_run_thermostat_programs?: boolean | undefined;
78247
78268
  can_simulate_hub_connection?: boolean | undefined;
78248
78269
  can_simulate_hub_disconnection?: boolean | undefined;
78270
+ can_simulate_paid_subscription?: boolean | undefined;
78249
78271
  }[];
78250
78272
  };
78251
78273
  };
@@ -80181,6 +80203,7 @@ export type Routes = {
80181
80203
  can_run_thermostat_programs?: boolean | undefined;
80182
80204
  can_simulate_hub_connection?: boolean | undefined;
80183
80205
  can_simulate_hub_disconnection?: boolean | undefined;
80206
+ can_simulate_paid_subscription?: boolean | undefined;
80184
80207
  }[] | undefined;
80185
80208
  acs_entrances?: {
80186
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). */
@@ -82831,6 +82854,7 @@ export type Routes = {
82831
82854
  can_run_thermostat_programs?: boolean | undefined;
82832
82855
  can_simulate_hub_connection?: boolean | undefined;
82833
82856
  can_simulate_hub_disconnection?: boolean | undefined;
82857
+ can_simulate_paid_subscription?: boolean | undefined;
82834
82858
  }[] | undefined;
82835
82859
  connect_webviews?: {
82836
82860
  /** ID of the Connect Webview. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.526.0",
3
+ "version": "1.528.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1,6 +1,12 @@
1
1
  import { z } from 'zod'
2
2
 
3
3
  export const customer_delete_data = z.object({
4
+ // Customer keys to delete all data for
5
+ customer_keys: z
6
+ .array(z.string())
7
+ .optional()
8
+ .describe('List of customer keys to delete all data for.'),
9
+
4
10
  // Location resources to delete
5
11
  space_keys: z
6
12
  .array(z.string())
@@ -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' },
@@ -39152,6 +39155,15 @@ export default {
39152
39155
  'Deletes customer data including resources like spaces, properties, rooms, users, etc.\nThis will delete the partner resources and any related Seam resources (user identities, access grants, spaces).',
39153
39156
  operationId: 'customersDeleteDataDelete',
39154
39157
  parameters: [
39158
+ {
39159
+ in: 'query',
39160
+ name: 'customer_keys',
39161
+ schema: {
39162
+ description: 'List of customer keys to delete all data for.',
39163
+ items: { type: 'string' },
39164
+ type: 'array',
39165
+ },
39166
+ },
39155
39167
  {
39156
39168
  in: 'query',
39157
39169
  name: 'space_keys',
@@ -39363,6 +39375,12 @@ export default {
39363
39375
  items: { type: 'string' },
39364
39376
  type: 'array',
39365
39377
  },
39378
+ customer_keys: {
39379
+ description:
39380
+ 'List of customer keys to delete all data for.',
39381
+ items: { type: 'string' },
39382
+ type: 'array',
39383
+ },
39366
39384
  facility_keys: {
39367
39385
  description: 'List of facility keys to delete.',
39368
39386
  items: { type: 'string' },
@@ -40690,6 +40708,7 @@ export default {
40690
40708
  'can_run_thermostat_programs',
40691
40709
  'can_simulate_hub_connection',
40692
40710
  'can_simulate_hub_disconnection',
40711
+ 'can_simulate_paid_subscription',
40693
40712
  ],
40694
40713
  type: 'string',
40695
40714
  },
@@ -40718,6 +40737,7 @@ export default {
40718
40737
  'can_run_thermostat_programs',
40719
40738
  'can_simulate_hub_connection',
40720
40739
  'can_simulate_hub_disconnection',
40740
+ 'can_simulate_paid_subscription',
40721
40741
  ],
40722
40742
  type: 'string',
40723
40743
  },
@@ -41010,6 +41030,7 @@ export default {
41010
41030
  'can_run_thermostat_programs',
41011
41031
  'can_simulate_hub_connection',
41012
41032
  'can_simulate_hub_disconnection',
41033
+ 'can_simulate_paid_subscription',
41013
41034
  ],
41014
41035
  type: 'string',
41015
41036
  },
@@ -41034,6 +41055,7 @@ export default {
41034
41055
  'can_run_thermostat_programs',
41035
41056
  'can_simulate_hub_connection',
41036
41057
  'can_simulate_hub_disconnection',
41058
+ 'can_simulate_paid_subscription',
41037
41059
  ],
41038
41060
  type: 'string',
41039
41061
  },
@@ -41982,6 +42004,7 @@ export default {
41982
42004
  'can_run_thermostat_programs',
41983
42005
  'can_simulate_hub_connection',
41984
42006
  'can_simulate_hub_disconnection',
42007
+ 'can_simulate_paid_subscription',
41985
42008
  ],
41986
42009
  type: 'string',
41987
42010
  },
@@ -42010,6 +42033,7 @@ export default {
42010
42033
  'can_run_thermostat_programs',
42011
42034
  'can_simulate_hub_connection',
42012
42035
  'can_simulate_hub_disconnection',
42036
+ 'can_simulate_paid_subscription',
42013
42037
  ],
42014
42038
  type: 'string',
42015
42039
  },
@@ -42299,6 +42323,7 @@ export default {
42299
42323
  'can_run_thermostat_programs',
42300
42324
  'can_simulate_hub_connection',
42301
42325
  'can_simulate_hub_disconnection',
42326
+ 'can_simulate_paid_subscription',
42302
42327
  ],
42303
42328
  type: 'string',
42304
42329
  },
@@ -42323,6 +42348,7 @@ export default {
42323
42348
  'can_run_thermostat_programs',
42324
42349
  'can_simulate_hub_connection',
42325
42350
  'can_simulate_hub_disconnection',
42351
+ 'can_simulate_paid_subscription',
42326
42352
  ],
42327
42353
  type: 'string',
42328
42354
  },
@@ -44283,6 +44309,7 @@ export default {
44283
44309
  'can_run_thermostat_programs',
44284
44310
  'can_simulate_hub_connection',
44285
44311
  'can_simulate_hub_disconnection',
44312
+ 'can_simulate_paid_subscription',
44286
44313
  ],
44287
44314
  type: 'string',
44288
44315
  },
@@ -44311,6 +44338,7 @@ export default {
44311
44338
  'can_run_thermostat_programs',
44312
44339
  'can_simulate_hub_connection',
44313
44340
  'can_simulate_hub_disconnection',
44341
+ 'can_simulate_paid_subscription',
44314
44342
  ],
44315
44343
  type: 'string',
44316
44344
  },
@@ -44548,6 +44576,7 @@ export default {
44548
44576
  'can_run_thermostat_programs',
44549
44577
  'can_simulate_hub_connection',
44550
44578
  'can_simulate_hub_disconnection',
44579
+ 'can_simulate_paid_subscription',
44551
44580
  ],
44552
44581
  type: 'string',
44553
44582
  },
@@ -44572,6 +44601,7 @@ export default {
44572
44601
  'can_run_thermostat_programs',
44573
44602
  'can_simulate_hub_connection',
44574
44603
  'can_simulate_hub_disconnection',
44604
+ 'can_simulate_paid_subscription',
44575
44605
  ],
44576
44606
  type: 'string',
44577
44607
  },
@@ -45111,6 +45141,7 @@ export default {
45111
45141
  'can_run_thermostat_programs',
45112
45142
  'can_simulate_hub_connection',
45113
45143
  'can_simulate_hub_disconnection',
45144
+ 'can_simulate_paid_subscription',
45114
45145
  ],
45115
45146
  type: 'string',
45116
45147
  },
@@ -45139,6 +45170,7 @@ export default {
45139
45170
  'can_run_thermostat_programs',
45140
45171
  'can_simulate_hub_connection',
45141
45172
  'can_simulate_hub_disconnection',
45173
+ 'can_simulate_paid_subscription',
45142
45174
  ],
45143
45175
  type: 'string',
45144
45176
  },
@@ -45320,6 +45352,7 @@ export default {
45320
45352
  'can_run_thermostat_programs',
45321
45353
  'can_simulate_hub_connection',
45322
45354
  'can_simulate_hub_disconnection',
45355
+ 'can_simulate_paid_subscription',
45323
45356
  ],
45324
45357
  type: 'string',
45325
45358
  },
@@ -45344,6 +45377,7 @@ export default {
45344
45377
  'can_run_thermostat_programs',
45345
45378
  'can_simulate_hub_connection',
45346
45379
  'can_simulate_hub_disconnection',
45380
+ 'can_simulate_paid_subscription',
45347
45381
  ],
45348
45382
  type: 'string',
45349
45383
  },
@@ -52421,6 +52455,7 @@ export default {
52421
52455
  'can_run_thermostat_programs',
52422
52456
  'can_simulate_hub_connection',
52423
52457
  'can_simulate_hub_disconnection',
52458
+ 'can_simulate_paid_subscription',
52424
52459
  ],
52425
52460
  type: 'string',
52426
52461
  },
@@ -52449,6 +52484,7 @@ export default {
52449
52484
  'can_run_thermostat_programs',
52450
52485
  'can_simulate_hub_connection',
52451
52486
  'can_simulate_hub_disconnection',
52487
+ 'can_simulate_paid_subscription',
52452
52488
  ],
52453
52489
  type: 'string',
52454
52490
  },
@@ -52644,6 +52680,7 @@ export default {
52644
52680
  'can_run_thermostat_programs',
52645
52681
  'can_simulate_hub_connection',
52646
52682
  'can_simulate_hub_disconnection',
52683
+ 'can_simulate_paid_subscription',
52647
52684
  ],
52648
52685
  type: 'string',
52649
52686
  },
@@ -52668,6 +52705,7 @@ export default {
52668
52705
  'can_run_thermostat_programs',
52669
52706
  'can_simulate_hub_connection',
52670
52707
  'can_simulate_hub_disconnection',
52708
+ 'can_simulate_paid_subscription',
52671
52709
  ],
52672
52710
  type: 'string',
52673
52711
  },