@seamapi/types 1.410.1 → 1.411.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.
@@ -41081,7 +41081,7 @@ export interface Routes {
41081
41081
  method: 'DELETE' | 'POST';
41082
41082
  queryParams: {};
41083
41083
  jsonBody: {
41084
- /** Device ID of the desired phone. */
41084
+ /** Device ID of the phone that you want to deactivate. */
41085
41085
  device_id: string;
41086
41086
  };
41087
41087
  commonParams: {};
@@ -41094,7 +41094,7 @@ export interface Routes {
41094
41094
  queryParams: {};
41095
41095
  jsonBody: {};
41096
41096
  commonParams: {
41097
- /** Device ID of the desired phone. */
41097
+ /** Device ID of the phone that you want to get. */
41098
41098
  device_id: string;
41099
41099
  };
41100
41100
  formData: {};
@@ -41163,9 +41163,9 @@ export interface Routes {
41163
41163
  queryParams: {};
41164
41164
  jsonBody: {};
41165
41165
  commonParams: {
41166
- /** ID of the user identity that represents the owner by which to filter the list of returned phones. */
41166
+ /** ID of the user identity that represents the owner by which you want to filter the list of returned phones. */
41167
41167
  owner_user_identity_id?: string | undefined;
41168
- /** ID of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) by which to filter the list of returned phones. */
41168
+ /** ID of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) by which you want to filter the list of returned phones. */
41169
41169
  acs_credential_id?: string | undefined;
41170
41170
  };
41171
41171
  formData: {};
@@ -41232,11 +41232,11 @@ export interface Routes {
41232
41232
  method: 'GET' | 'POST';
41233
41233
  queryParams: {};
41234
41234
  jsonBody: {
41235
- /** ID of the custom SDK installation to use for the simulated phone. */
41235
+ /** ID of the custom SDK installation that you want to use for the simulated phone. */
41236
41236
  custom_sdk_installation_id?: string | undefined;
41237
- /** ID of the user identity to associate with the simulated phone. */
41237
+ /** ID of the user identity that you want to associate with the simulated phone. */
41238
41238
  user_identity_id: string;
41239
- /** Metadata to associate with the simulated phone. */
41239
+ /** Metadata that you want to associate with the simulated phone. */
41240
41240
  phone_metadata?: {
41241
41241
  /** Mobile operating system that you want to use for the simulated phone. */
41242
41242
  operating_system?: 'android' | 'ios';
@@ -41247,7 +41247,7 @@ export interface Routes {
41247
41247
  /** Device model that you want to use for the simulated phone. */
41248
41248
  device_model?: string;
41249
41249
  };
41250
- /** ASSA ABLOY metadata to associate with the simulated phone. */
41250
+ /** ASSA ABLOY metadata that you want to associate with the simulated phone. */
41251
41251
  assa_abloy_metadata?: {
41252
41252
  /** Indicates whether the simulated phone should have Bluetooth low energy (BLE) capability. */
41253
41253
  ble_capability?: boolean;
@@ -41329,8 +41329,11 @@ export interface Routes {
41329
41329
  method: 'POST';
41330
41330
  queryParams: {};
41331
41331
  jsonBody: {
41332
+ /** Name of the Seam Bridge client that you want to create. */
41332
41333
  bridge_client_name: string;
41334
+ /** Time zone for the Seam Bridge that you want to create. */
41333
41335
  bridge_client_time_zone: string;
41336
+ /** Identifier key of the client machine for the Seam Bridge client that you want to create. */
41334
41337
  bridge_client_machine_identifier_key: string;
41335
41338
  };
41336
41339
  commonParams: {};
@@ -41521,7 +41524,9 @@ export interface Routes {
41521
41524
  method: 'POST';
41522
41525
  queryParams: {};
41523
41526
  jsonBody: {
41527
+ /** Indicates whether Tailscale is connected. */
41524
41528
  is_tailscale_connected: boolean | null;
41529
+ /** Tailscale IPv4 address. */
41525
41530
  tailscale_ip_v4: string | null;
41526
41531
  };
41527
41532
  commonParams: {};
@@ -41553,7 +41558,7 @@ export interface Routes {
41553
41558
  method: 'POST';
41554
41559
  queryParams: {};
41555
41560
  jsonBody: {
41556
- /** The short code to exchange for a client session token */
41561
+ /** Short code that you want to exchange for a client session token. */
41557
41562
  short_code: string;
41558
41563
  };
41559
41564
  commonParams: {};
@@ -41711,8 +41716,11 @@ export interface Routes {
41711
41716
  method: 'POST';
41712
41717
  queryParams: {};
41713
41718
  jsonBody: {
41719
+ /** ID of the custom SDK installation that you want to use for the new session. */
41714
41720
  custom_sdk_installation_id: string;
41721
+ /** Phone operating system that you want to use for the new session. */
41715
41722
  phone_os: 'ios' | 'android';
41723
+ /** Phone device metadata that you want to use for the new session. */
41716
41724
  phone_device_metadata?: {
41717
41725
  os_version?: string | undefined;
41718
41726
  manufacturer?: string | undefined;
@@ -41917,6 +41925,7 @@ export interface Routes {
41917
41925
  queryParams: {};
41918
41926
  jsonBody: {};
41919
41927
  commonParams: {
41928
+ /** Collection key. */
41920
41929
  collection_key: string;
41921
41930
  };
41922
41931
  formData: {};
@@ -41943,7 +41952,7 @@ export interface Routes {
41943
41952
  queryParams: {};
41944
41953
  jsonBody: {};
41945
41954
  commonParams: {
41946
- /** Filter by resource type alias. */
41955
+ /** Resource type alias by which you want to filter partner resources. */
41947
41956
  resource_type_alias?: string | undefined;
41948
41957
  };
41949
41958
  formData: {};
@@ -41969,7 +41978,9 @@ export interface Routes {
41969
41978
  method: 'POST' | 'PUT';
41970
41979
  queryParams: {};
41971
41980
  jsonBody: {
41981
+ /** ID of the space to which you want to add entrances. */
41972
41982
  space_id: string;
41983
+ /** IDs of the entrances that you want to add to the space. */
41973
41984
  acs_entrance_ids: string[];
41974
41985
  };
41975
41986
  commonParams: {};
@@ -41981,7 +41992,9 @@ export interface Routes {
41981
41992
  method: 'POST' | 'PUT';
41982
41993
  queryParams: {};
41983
41994
  jsonBody: {
41995
+ /** ID of the space to which you want to add devices. */
41984
41996
  space_id: string;
41997
+ /** IDs of the devices that you want to add to the space. */
41985
41998
  device_ids: string[];
41986
41999
  };
41987
42000
  commonParams: {};
@@ -41993,8 +42006,11 @@ export interface Routes {
41993
42006
  method: 'POST';
41994
42007
  queryParams: {};
41995
42008
  jsonBody: {
42009
+ /** Name of the space that you want to create. */
41996
42010
  name: string;
42011
+ /** IDs of the devices that you want to add to the new space. */
41997
42012
  device_ids?: string[] | undefined;
42013
+ /** IDs of the entrances that you want to add to the new space. */
41998
42014
  acs_entrance_ids?: string[] | undefined;
41999
42015
  };
42000
42016
  commonParams: {};
@@ -42020,6 +42036,7 @@ export interface Routes {
42020
42036
  method: 'DELETE' | 'POST';
42021
42037
  queryParams: {};
42022
42038
  jsonBody: {
42039
+ /** ID of the space that you want to delete. */
42023
42040
  space_id: string;
42024
42041
  };
42025
42042
  commonParams: {};
@@ -42032,6 +42049,7 @@ export interface Routes {
42032
42049
  queryParams: {};
42033
42050
  jsonBody: {};
42034
42051
  commonParams: {
42052
+ /** ID of the space that you want to get. */
42035
42053
  space_id: string;
42036
42054
  };
42037
42055
  formData: {};
@@ -42079,7 +42097,9 @@ export interface Routes {
42079
42097
  queryParams: {};
42080
42098
  jsonBody: {};
42081
42099
  commonParams: {
42100
+ /** ID of the space from which you want to remove entrances. */
42082
42101
  space_id: string;
42102
+ /** IDs of the entrances that you want to remove from the space. */
42083
42103
  acs_entrance_ids: string[];
42084
42104
  };
42085
42105
  formData: {};
@@ -42091,7 +42111,9 @@ export interface Routes {
42091
42111
  queryParams: {};
42092
42112
  jsonBody: {};
42093
42113
  commonParams: {
42114
+ /** ID of the space from which you want to remove devices. */
42094
42115
  space_id: string;
42116
+ /** IDs of the devices that you want to remove from the space. */
42095
42117
  device_ids: string[];
42096
42118
  };
42097
42119
  formData: {};
@@ -42102,7 +42124,9 @@ export interface Routes {
42102
42124
  method: 'POST' | 'PATCH';
42103
42125
  queryParams: {};
42104
42126
  jsonBody: {
42127
+ /** ID of the space that you want to update. */
42105
42128
  space_id: string;
42129
+ /** Name of the space. */
42106
42130
  name?: string | undefined;
42107
42131
  };
42108
42132
  commonParams: {};
@@ -43248,9 +43272,9 @@ export interface Routes {
43248
43272
  jsonBody: {
43249
43273
  /** ID of the thermostat device that you want to set to cool mode. */
43250
43274
  device_id: string;
43251
- /** Desired [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `cooling_set_point` parameters. */
43275
+ /** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
43252
43276
  cooling_set_point_celsius?: number | undefined;
43253
- /** Desired [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set one of the `cooling_set_point` parameters. */
43277
+ /** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
43254
43278
  cooling_set_point_fahrenheit?: number | undefined;
43255
43279
  /** */
43256
43280
  sync?: boolean;
@@ -44401,7 +44425,7 @@ export interface Routes {
44401
44425
  jsonBody: {
44402
44426
  /** ID of the thermostat device for which you want to create a daily program. */
44403
44427
  device_id: string;
44404
- /** User-friendly name to identify the thermostat daily program. */
44428
+ /** Name of the thermostat daily program. */
44405
44429
  name: string;
44406
44430
  /** Array of thermostat daily program periods. */
44407
44431
  periods: Array<{
@@ -44455,7 +44479,7 @@ export interface Routes {
44455
44479
  jsonBody: {
44456
44480
  /** ID of the thermostat daily program that you want to update. */
44457
44481
  thermostat_daily_program_id: string;
44458
- /** User-friendly name to identify the thermostat daily program that you want to update. */
44482
+ /** Name of the thermostat daily program that you want to update. */
44459
44483
  name: string;
44460
44484
  /** Array of thermostat daily program periods. The periods that you specify overwrite any existing periods for the daily program. */
44461
44485
  periods: Array<{
@@ -45593,9 +45617,9 @@ export interface Routes {
45593
45617
  queryParams: {};
45594
45618
  jsonBody: {};
45595
45619
  commonParams: {
45596
- /** ID of the thermostat device that you want to retrieve. */
45620
+ /** ID of the thermostat device that you want to get. */
45597
45621
  device_id?: string | undefined;
45598
- /** User-friendly name of the thermostat device that you want to retrieve. */
45622
+ /** Name of the thermostat device that you want to retrieve. */
45599
45623
  name?: string | undefined;
45600
45624
  };
45601
45625
  formData: {};
@@ -46813,9 +46837,9 @@ export interface Routes {
46813
46837
  jsonBody: {
46814
46838
  /** ID of the thermostat device that you want to set to heat mode. */
46815
46839
  device_id: string;
46816
- /** Desired [heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `heating_set_point` parameters. */
46840
+ /** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
46817
46841
  heating_set_point_celsius?: number | undefined;
46818
- /** Desired [heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set one of the `heating_set_point` parameters. */
46842
+ /** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
46819
46843
  heating_set_point_fahrenheit?: number | undefined;
46820
46844
  /** */
46821
46845
  sync?: boolean;
@@ -47935,13 +47959,13 @@ export interface Routes {
47935
47959
  jsonBody: {
47936
47960
  /** ID of the thermostat device that you want to set to heat-cool mode. */
47937
47961
  device_id: string;
47938
- /** Desired [heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `heating_set_point` parameters. */
47962
+ /** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
47939
47963
  heating_set_point_celsius?: number | undefined;
47940
- /** Desired [heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set one of the `heating_set_point` parameters. */
47964
+ /** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
47941
47965
  heating_set_point_fahrenheit?: number | undefined;
47942
- /** Desired [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `cooling_set_point` parameters. */
47966
+ /** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
47943
47967
  cooling_set_point_celsius?: number | undefined;
47944
- /** Desired [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set one of the `cooling_set_point` parameters. */
47968
+ /** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
47945
47969
  cooling_set_point_fahrenheit?: number | undefined;
47946
47970
  /** */
47947
47971
  sync?: boolean;
@@ -49067,11 +49091,11 @@ export interface Routes {
49067
49091
  connected_account_ids?: string[] | undefined;
49068
49092
  /** ID of the Connect Webview for which you want to list devices. */
49069
49093
  connect_webview_id?: string | undefined;
49070
- /** Device type by which to filter thermostat devices. */
49094
+ /** Device type by which you want to filter thermostat devices. */
49071
49095
  device_type?: ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | undefined;
49072
- /** Array of device types by which to filter thermostat devices. */
49096
+ /** Array of device types by which you want to filter thermostat devices. */
49073
49097
  device_types?: Array<'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat'> | undefined;
49074
- /** Manufacturer by which to filter thermostat devices. */
49098
+ /** Manufacturer by which you want to filter thermostat devices. */
49075
49099
  manufacturer?: ('ecobee' | 'honeywell_resideo' | 'nest' | 'tado' | 'sensi' | 'smartthings') | undefined;
49076
49100
  /** Array of device IDs for which you want to list devices. */
49077
49101
  device_ids?: string[] | undefined;
@@ -52628,19 +52652,19 @@ export interface Routes {
52628
52652
  method: 'POST';
52629
52653
  queryParams: {};
52630
52654
  jsonBody: {
52631
- /** ID of the desired thermostat device. */
52655
+ /** ID of the thermostat device for which you want to create a schedule. */
52632
52656
  device_id: string;
52633
- /** User-friendly name to identify the thermostat schedule. */
52657
+ /** Name of the thermostat schedule. */
52634
52658
  name?: string | undefined;
52635
- /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
52659
+ /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the new thermostat schedule. */
52636
52660
  climate_preset_key: string;
52637
52661
  /** Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
52638
52662
  max_override_period_minutes?: (number | null) | undefined;
52639
- /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
52663
+ /** Date and time at which the new thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
52640
52664
  starts_at: string;
52641
- /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
52665
+ /** Date and time at which the new thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
52642
52666
  ends_at: string;
52643
- /** Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
52667
+ /** Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the new schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
52644
52668
  is_override_allowed?: boolean | undefined;
52645
52669
  };
52646
52670
  commonParams: {};
@@ -52684,7 +52708,7 @@ export interface Routes {
52684
52708
  queryParams: {};
52685
52709
  jsonBody: {};
52686
52710
  commonParams: {
52687
- /** ID of the desired thermostat schedule. */
52711
+ /** ID of the thermostat schedule that you want to delete. */
52688
52712
  thermostat_schedule_id: string;
52689
52713
  };
52690
52714
  formData: {};
@@ -52696,7 +52720,7 @@ export interface Routes {
52696
52720
  queryParams: {};
52697
52721
  jsonBody: {};
52698
52722
  commonParams: {
52699
- /** ID of the desired thermostat schedule. */
52723
+ /** ID of the thermostat schedule that you want to get. */
52700
52724
  thermostat_schedule_id: string;
52701
52725
  };
52702
52726
  formData: {};
@@ -52739,7 +52763,7 @@ export interface Routes {
52739
52763
  queryParams: {};
52740
52764
  jsonBody: {};
52741
52765
  commonParams: {
52742
- /** ID of the desired thermostat device. */
52766
+ /** ID of the thermostat device for which you want to list schedules. */
52743
52767
  device_id: string;
52744
52768
  /** User identifier key by which to filter the list of returned thermostat schedules. */
52745
52769
  user_identifier_key?: string | undefined;
@@ -52782,9 +52806,9 @@ export interface Routes {
52782
52806
  method: 'PATCH' | 'POST';
52783
52807
  queryParams: {};
52784
52808
  jsonBody: {
52785
- /** ID of the desired thermostat schedule. */
52809
+ /** ID of the thermostat schedule that you want to update. */
52786
52810
  thermostat_schedule_id: string;
52787
- /** User-friendly name to identify the thermostat schedule. */
52811
+ /** Name of the thermostat schedule. */
52788
52812
  name?: string | undefined;
52789
52813
  /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
52790
52814
  climate_preset_key?: string | undefined;
@@ -52825,7 +52849,7 @@ export interface Routes {
52825
52849
  /**
52826
52850
  * @deprecated Use `fan_mode_setting` instead. */
52827
52851
  fan_mode?: ('auto' | 'on' | 'circulate') | undefined;
52828
- /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings) for the thermostat. */
52852
+ /** [Fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings) that you want to set for the thermostat. */
52829
52853
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
52830
52854
  /** */
52831
52855
  sync?: boolean;
@@ -53950,29 +53974,29 @@ export interface Routes {
53950
53974
  hvac_mode_setting: 'cool';
53951
53975
  /** ID of the thermostat device for which you want to set the HVAC mode. */
53952
53976
  device_id: string;
53953
- /** Desired [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `cooling_set_point` parameters. */
53977
+ /** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
53954
53978
  cooling_set_point_celsius?: number | undefined;
53955
- /** Desired [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set one of the `cooling_set_point` parameters. */
53979
+ /** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
53956
53980
  cooling_set_point_fahrenheit?: number | undefined;
53957
53981
  } | {
53958
53982
  hvac_mode_setting: 'heat';
53959
53983
  /** ID of the thermostat device for which you want to set the HVAC mode. */
53960
53984
  device_id: string;
53961
- /** Desired [heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `heating_set_point` parameters. */
53985
+ /** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
53962
53986
  heating_set_point_celsius?: number | undefined;
53963
- /** Desired [heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set one of the `heating_set_point` parameters. */
53987
+ /** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
53964
53988
  heating_set_point_fahrenheit?: number | undefined;
53965
53989
  } | {
53966
53990
  hvac_mode_setting: 'heat_cool';
53967
53991
  /** ID of the thermostat device for which you want to set the HVAC mode. */
53968
53992
  device_id: string;
53969
- /** Desired [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `cooling_set_point` parameters. */
53993
+ /** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
53970
53994
  cooling_set_point_celsius?: number | undefined;
53971
- /** Desired [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set one of the `cooling_set_point` parameters. */
53995
+ /** [Cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `cooling_set_point` parameters. */
53972
53996
  cooling_set_point_fahrenheit?: number | undefined;
53973
- /** Desired [heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set one of the `heating_set_point` parameters. */
53997
+ /** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
53974
53998
  heating_set_point_celsius?: number | undefined;
53975
- /** Desired [heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set one of the `heating_set_point` parameters. */
53999
+ /** [Heating set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to set for the thermostat. You must set one of the `heating_set_point` parameters. */
53976
54000
  heating_set_point_fahrenheit?: number | undefined;
53977
54001
  };
53978
54002
  commonParams: {};
@@ -55108,40 +55132,40 @@ export interface Routes {
55108
55132
  method: 'POST';
55109
55133
  queryParams: {};
55110
55134
  jsonBody: {
55111
- /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) to simulate. */
55135
+ /** HVAC mode that you want to simulate. */
55112
55136
  hvac_mode: 'off';
55113
- /** ID of the desired thermostat device. */
55137
+ /** ID of the thermostat device for which you want to simulate having adjusted the HVAC mode. */
55114
55138
  device_id: string;
55115
55139
  } | {
55116
- /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) to simulate. */
55140
+ /** HVAC mode that you want to simulate. */
55117
55141
  hvac_mode: 'cool';
55118
- /** ID of the desired thermostat device. */
55142
+ /** ID of the thermostat device for which you want to simulate having adjusted the HVAC mode. */
55119
55143
  device_id: string;
55120
- /** Desired simulated cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set `cooling_set_point_celsius` or `cooling_set_point_fahrenheit`. */
55144
+ /** Cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to simulate. You must set `cooling_set_point_celsius` or `cooling_set_point_fahrenheit`. */
55121
55145
  cooling_set_point_celsius?: number | undefined;
55122
- /** Desired simulated cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set `cooling_set_point_fahrenheit` or `cooling_set_point_celsius`. */
55146
+ /** Cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to simulate. You must set `cooling_set_point_fahrenheit` or `cooling_set_point_celsius`. */
55123
55147
  cooling_set_point_fahrenheit?: number | undefined;
55124
55148
  } | {
55125
- /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) to simulate. */
55149
+ /** HVAC mode that you want to simulate. */
55126
55150
  hvac_mode: 'heat';
55127
- /** ID of the desired thermostat device. */
55151
+ /** ID of the thermostat device for which you want to simulate having adjusted the HVAC mode. */
55128
55152
  device_id: string;
55129
- /** Desired simulated heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set `heating_set_point_celsius` or `heating_set_point_fahrenheit`. */
55153
+ /** Heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to simulate. You must set `heating_set_point_celsius` or `heating_set_point_fahrenheit`. */
55130
55154
  heating_set_point_celsius?: number | undefined;
55131
- /** Desired simulated heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set `heating_set_point_fahrenheit` or `heating_set_point_celsius`. */
55155
+ /** Heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to simulate. You must set `heating_set_point_fahrenheit` or `heating_set_point_celsius`. */
55132
55156
  heating_set_point_fahrenheit?: number | undefined;
55133
55157
  } | {
55134
- /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) to simulate. */
55158
+ /** HVAC mode that you want to simulate. */
55135
55159
  hvac_mode: 'heat_cool';
55136
- /** ID of the desired thermostat device. */
55160
+ /** ID of the thermostat device for which you want to simulate having adjusted the HVAC mode. */
55137
55161
  device_id: string;
55138
- /** Desired simulated cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set `cooling_set_point_celsius` or `cooling_set_point_fahrenheit`. */
55162
+ /** Cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to simulate. You must set `cooling_set_point_celsius` or `cooling_set_point_fahrenheit`. */
55139
55163
  cooling_set_point_celsius?: number | undefined;
55140
- /** Desired simulated cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set `cooling_set_point_fahrenheit` or `cooling_set_point_celsius`. */
55164
+ /** Cooling [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to simulate. You must set `cooling_set_point_fahrenheit` or `cooling_set_point_celsius`. */
55141
55165
  cooling_set_point_fahrenheit?: number | undefined;
55142
- /** Desired simulated heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C. You must set `heating_set_point_celsius` or `heating_set_point_fahrenheit`. */
55166
+ /** Heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °C that you want to simulate. You must set `heating_set_point_celsius` or `heating_set_point_fahrenheit`. */
55143
55167
  heating_set_point_celsius?: number | undefined;
55144
- /** Desired simulated heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F. You must set `heating_set_point_fahrenheit` or `heating_set_point_celsius`. */
55168
+ /** Heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points) in °F that you want to simulate. You must set `heating_set_point_fahrenheit` or `heating_set_point_celsius`. */
55145
55169
  heating_set_point_fahrenheit?: number | undefined;
55146
55170
  };
55147
55171
  commonParams: {};
@@ -55153,11 +55177,11 @@ export interface Routes {
55153
55177
  method: 'POST';
55154
55178
  queryParams: {};
55155
55179
  jsonBody: {
55156
- /** ID of the desired thermostat device. */
55180
+ /** ID of the thermostat device that you want to simulate reaching a specified temperature. */
55157
55181
  device_id: string;
55158
- /** Desired simulated temperature in °C. You must set `temperature_celsius` or `temperature_fahrenheit`. */
55182
+ /** Temperature in °C that you want simulate the thermostat reaching. You must set `temperature_celsius` or `temperature_fahrenheit`. */
55159
55183
  temperature_celsius?: number | undefined;
55160
- /** Desired simulated temperature in °F. You must set `temperature_fahrenheit` or `temperature_celsius`. */
55184
+ /** Temperature in °F that you want simulate the thermostat reaching. You must set `temperature_fahrenheit` or `temperature_celsius`. */
55161
55185
  temperature_fahrenheit?: number | undefined;
55162
55186
  };
55163
55187
  commonParams: {};
@@ -56331,10 +56355,10 @@ export interface Routes {
56331
56355
  queryParams: {};
56332
56356
  jsonBody: {};
56333
56357
  commonParams: ({
56334
- /** ID of user identity for whom access is being granted. */
56358
+ /** ID of user identity for whom you want to grant access. */
56335
56359
  user_identity_id: string;
56336
56360
  } | {
56337
- /** When used, creates a new user identity with the given details, and grants them access. */
56361
+ /** User identity. When used, creates a new user identity with the specified details and grants them access. */
56338
56362
  user_identity: {
56339
56363
  /** Unique email address for the user identity. */
56340
56364
  email_address?: (string | null) | undefined;
@@ -56346,9 +56370,9 @@ export interface Routes {
56346
56370
  /**
56347
56371
  * @deprecated Use `space_ids`. */
56348
56372
  location_ids?: string[] | undefined;
56349
- /** Set of IDs of existing spaces to which access is being granted. */
56373
+ /** IDs of the existing spaces to which you want to grant access. */
56350
56374
  space_ids?: string[] | undefined;
56351
- /** When used, creates a new location with the given entrances and devices, and gives the user access to this location. */
56375
+ /** Location. When used, creates a new location with the specified entrances and devices, and gives the user access to this location. */
56352
56376
  location?: {
56353
56377
  /** Name of the location. */
56354
56378
  name?: string | undefined;
@@ -56359,12 +56383,12 @@ export interface Routes {
56359
56383
  * @deprecated Use `device_ids` at the top level. */
56360
56384
  device_ids?: string[];
56361
56385
  } | undefined;
56362
- /** Set of IDs of the [entrances](https://docs.seam.co/latest/api/acs/systems/list) to which access is being granted. */
56386
+ /** IDs of the [entrances](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) to which you want to grant access. */
56363
56387
  acs_entrance_ids?: string[];
56364
- /** Set of IDs of the [devices](https://docs.seam.co/latest/api/devices/list) to which access is being granted. */
56388
+ /** IDs of the devices to which you want to grant access. */
56365
56389
  device_ids?: string[];
56366
56390
  requested_access_methods: Array<{
56367
- /** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
56391
+ /** Access method mode. */
56368
56392
  mode: 'code' | 'card' | 'mobile_key';
56369
56393
  }>;
56370
56394
  /** Date and time at which the validity of the new grant starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
@@ -56413,7 +56437,7 @@ export interface Routes {
56413
56437
  queryParams: {};
56414
56438
  jsonBody: {};
56415
56439
  commonParams: {
56416
- /** ID of access grant to delete. */
56440
+ /** ID of access grant that you want to delete. */
56417
56441
  access_grant_id: string;
56418
56442
  };
56419
56443
  formData: {};
@@ -56425,7 +56449,7 @@ export interface Routes {
56425
56449
  queryParams: {};
56426
56450
  jsonBody: {};
56427
56451
  commonParams: {
56428
- /** ID of access grant to get. */
56452
+ /** ID of access grant that you want to get. */
56429
56453
  access_grant_id: string;
56430
56454
  };
56431
56455
  formData: {};
@@ -56469,16 +56493,16 @@ export interface Routes {
56469
56493
  queryParams: {};
56470
56494
  jsonBody: {};
56471
56495
  commonParams: {
56472
- /** ID of user identity to filter list of access grants by. */
56496
+ /** ID of the user identity by which you want to filter the list of access grants. */
56473
56497
  user_identity_id?: string | undefined;
56474
- /** ID of system to filter list of access grants by. */
56498
+ /** ID of the access system by which you want to filter the list of access grants. */
56475
56499
  acs_system_id?: string | undefined;
56476
- /** ID of entrance to filter list of access grants by. */
56500
+ /** ID of the entrance by which you want to filter the list of access grants. */
56477
56501
  acs_entrance_id?: string | undefined;
56478
56502
  /**
56479
56503
  * @deprecated Use `space_id`. */
56480
56504
  location_id?: string | undefined;
56481
- /** ID of space to filter list of access grants by. */
56505
+ /** ID of the space by which you want to filter the list of access grants. */
56482
56506
  space_id?: string | undefined;
56483
56507
  };
56484
56508
  formData: {};
@@ -56521,7 +56545,7 @@ export interface Routes {
56521
56545
  queryParams: {};
56522
56546
  jsonBody: {};
56523
56547
  commonParams: {
56524
- /** ID of access method to get. */
56548
+ /** ID of the access method that you want to delete. */
56525
56549
  access_method_id: string;
56526
56550
  };
56527
56551
  formData: {};
@@ -56533,7 +56557,7 @@ export interface Routes {
56533
56557
  queryParams: {};
56534
56558
  jsonBody: {};
56535
56559
  commonParams: {
56536
- /** ID of access method to get. */
56560
+ /** ID of the access method that you want to get. */
56537
56561
  access_method_id: string;
56538
56562
  };
56539
56563
  formData: {};
@@ -56565,7 +56589,7 @@ export interface Routes {
56565
56589
  queryParams: {};
56566
56590
  jsonBody: {};
56567
56591
  commonParams: {
56568
- /** ID of access grant to list access methods for. */
56592
+ /** ID of the access grant by which to filter the list of access methods. */
56569
56593
  access_grant_id: string;
56570
56594
  };
56571
56595
  formData: {};
@@ -56595,7 +56619,9 @@ export interface Routes {
56595
56619
  method: 'POST' | 'PUT';
56596
56620
  queryParams: {};
56597
56621
  jsonBody: {
56622
+ /** ID of the location to which you want to add entrances. */
56598
56623
  location_id: string;
56624
+ /** IDs of the entrances that you want to add to the location. */
56599
56625
  acs_entrance_ids: string[];
56600
56626
  };
56601
56627
  commonParams: {};
@@ -56607,7 +56633,9 @@ export interface Routes {
56607
56633
  method: 'POST' | 'PUT';
56608
56634
  queryParams: {};
56609
56635
  jsonBody: {
56636
+ /** ID of the location to which you want to add devices. */
56610
56637
  location_id: string;
56638
+ /** IDs of the devices that you want to add to the location. */
56611
56639
  device_ids: string[];
56612
56640
  };
56613
56641
  commonParams: {};
@@ -56619,13 +56647,18 @@ export interface Routes {
56619
56647
  method: 'POST';
56620
56648
  queryParams: {};
56621
56649
  jsonBody: {
56650
+ /** Name of the new location. */
56622
56651
  name: string;
56652
+ /** Geolocation of the new location. */
56623
56653
  geolocation?: {
56624
56654
  latitude: number;
56625
56655
  longitude: number;
56626
56656
  } | undefined;
56657
+ /** Time zone of the new location. */
56627
56658
  time_zone?: string | undefined;
56659
+ /** IDs of the devices that you want to add to the new location. */
56628
56660
  device_ids?: string[] | undefined;
56661
+ /** IDs of the entrances that you want to add to the new location. */
56629
56662
  acs_entrance_ids?: string[] | undefined;
56630
56663
  };
56631
56664
  commonParams: {};
@@ -56657,6 +56690,7 @@ export interface Routes {
56657
56690
  method: 'DELETE' | 'POST';
56658
56691
  queryParams: {};
56659
56692
  jsonBody: {
56693
+ /** ID of the location that you want to delete. */
56660
56694
  location_id: string;
56661
56695
  };
56662
56696
  commonParams: {};
@@ -56669,6 +56703,7 @@ export interface Routes {
56669
56703
  queryParams: {};
56670
56704
  jsonBody: {};
56671
56705
  commonParams: {
56706
+ /** ID of the location that you want to get. */
56672
56707
  location_id: string;
56673
56708
  };
56674
56709
  formData: {};
@@ -56729,7 +56764,9 @@ export interface Routes {
56729
56764
  queryParams: {};
56730
56765
  jsonBody: {};
56731
56766
  commonParams: {
56767
+ /** ID of the location from which you want to remove entrances. */
56732
56768
  location_id: string;
56769
+ /** IDs of the entrances that you want to remove from the location. */
56733
56770
  acs_entrance_ids: string[];
56734
56771
  };
56735
56772
  formData: {};
@@ -56741,7 +56778,9 @@ export interface Routes {
56741
56778
  queryParams: {};
56742
56779
  jsonBody: {};
56743
56780
  commonParams: {
56781
+ /** ID of the location from which you want to remove devices. */
56744
56782
  location_id: string;
56783
+ /** IDs of the devices that you want to remove from the location. */
56745
56784
  device_ids: string[];
56746
56785
  };
56747
56786
  formData: {};
@@ -56752,12 +56791,16 @@ export interface Routes {
56752
56791
  method: 'POST' | 'PATCH';
56753
56792
  queryParams: {};
56754
56793
  jsonBody: {
56794
+ /** ID of the location that you want to update. */
56755
56795
  location_id: string;
56796
+ /** Name of the location. */
56756
56797
  name?: string | undefined;
56798
+ /** Geolocation of the location. */
56757
56799
  geolocation?: {
56758
56800
  latitude: number;
56759
56801
  longitude: number;
56760
56802
  } | undefined;
56803
+ /** Time zone of the the location. */
56761
56804
  time_zone?: string | undefined;
56762
56805
  };
56763
56806
  commonParams: {};
@@ -56790,6 +56833,7 @@ export interface Routes {
56790
56833
  queryParams: {};
56791
56834
  jsonBody: {};
56792
56835
  commonParams: {
56836
+ /** Customer key for which you want to connect accounts. */
56793
56837
  customer_key: string;
56794
56838
  };
56795
56839
  formData: {};
@@ -56797,7 +56841,7 @@ export interface Routes {
56797
56841
  /** */
56798
56842
  magic_link: {
56799
56843
  url: string;
56800
- building_block_type: 'connect_accounts' | 'manage_devices' | 'organize_spaces';
56844
+ building_block_type: 'connect_accounts' | 'manage_devices' | 'organize_spaces' | 'console';
56801
56845
  customer_key: string;
56802
56846
  expires_at: string;
56803
56847
  workspace_id: string;
@@ -56811,17 +56855,13 @@ export interface Routes {
56811
56855
  queryParams: {};
56812
56856
  jsonBody: {};
56813
56857
  commonParams: {
56814
- building_block_type: 'connect_accounts';
56815
- customer_key: string;
56816
- } | {
56817
- building_block_type: 'manage_devices';
56818
- customer_key: string;
56819
- } | {
56820
- building_block_type: 'organize_spaces';
56858
+ /** Type of building block to create a magic link for. */
56859
+ building_block_type: 'connect_accounts' | 'organize_spaces' | 'console' | 'manage_devices';
56860
+ /** Customer key for which you want to create a new building block magic link. */
56821
56861
  customer_key: string;
56822
- /** Optional list of partner resources to include in the magic link. */
56823
- partner_resources?: Array<{
56824
- partner_resource_key: string;
56862
+ /** Optional list of spaces that you want to include in the new building block magic link. */
56863
+ spaces?: Array<{
56864
+ space_key: string;
56825
56865
  name: string;
56826
56866
  description?: string | undefined;
56827
56867
  custom_metadata?: Record<string, string> | undefined;
@@ -56832,7 +56872,7 @@ export interface Routes {
56832
56872
  /** */
56833
56873
  magic_link: {
56834
56874
  url: string;
56835
- building_block_type: 'connect_accounts' | 'manage_devices' | 'organize_spaces';
56875
+ building_block_type: 'connect_accounts' | 'manage_devices' | 'organize_spaces' | 'console';
56836
56876
  customer_key: string;
56837
56877
  expires_at: string;
56838
56878
  workspace_id: string;
@@ -56846,6 +56886,7 @@ export interface Routes {
56846
56886
  queryParams: {};
56847
56887
  jsonBody: {};
56848
56888
  commonParams: {
56889
+ /** Customer key for which you want to manage devices. */
56849
56890
  customer_key: string;
56850
56891
  };
56851
56892
  formData: {};
@@ -56853,7 +56894,7 @@ export interface Routes {
56853
56894
  /** */
56854
56895
  magic_link: {
56855
56896
  url: string;
56856
- building_block_type: 'connect_accounts' | 'manage_devices' | 'organize_spaces';
56897
+ building_block_type: 'connect_accounts' | 'manage_devices' | 'organize_spaces' | 'console';
56857
56898
  customer_key: string;
56858
56899
  expires_at: string;
56859
56900
  workspace_id: string;
@@ -56867,9 +56908,11 @@ export interface Routes {
56867
56908
  queryParams: {};
56868
56909
  jsonBody: {};
56869
56910
  commonParams: {
56911
+ /** Customer key for which you want to organize spaces. */
56870
56912
  customer_key: string;
56871
- partner_resources?: Array<{
56872
- partner_resource_key: string;
56913
+ /** Optional list of spaces that you want to include in the new building block magic link. */
56914
+ spaces?: Array<{
56915
+ space_key: string;
56873
56916
  name: string;
56874
56917
  description?: string | undefined;
56875
56918
  custom_metadata?: Record<string, string> | undefined;
@@ -56880,7 +56923,7 @@ export interface Routes {
56880
56923
  /** */
56881
56924
  magic_link: {
56882
56925
  url: string;
56883
- building_block_type: 'connect_accounts' | 'manage_devices' | 'organize_spaces';
56926
+ building_block_type: 'connect_accounts' | 'manage_devices' | 'organize_spaces' | 'console';
56884
56927
  customer_key: string;
56885
56928
  expires_at: string;
56886
56929
  workspace_id: string;
@@ -56893,8 +56936,11 @@ export interface Routes {
56893
56936
  method: 'POST';
56894
56937
  queryParams: {};
56895
56938
  jsonBody: Array<{
56939
+ /** Type of the resource that you want to push to Seam. */
56896
56940
  partner_resource_type?: string | undefined;
56941
+ /** Key of the resource that you want to push to Seam. */
56897
56942
  partner_resource_key?: string | undefined;
56943
+ /** Customer key associated with the resource that you want to push to Seam. */
56898
56944
  customer_key?: string | undefined;
56899
56945
  email_address?: string | undefined;
56900
56946
  phone_number?: string | undefined;
@@ -56906,8 +56952,11 @@ export interface Routes {
56906
56952
  description?: string | undefined;
56907
56953
  custom_metadata?: Record<string, string> | undefined;
56908
56954
  }> | {
56955
+ /** Type of the resource that you want to push to Seam. */
56909
56956
  partner_resource_type?: string | undefined;
56957
+ /** Key of the resource that you want to push to Seam. */
56910
56958
  partner_resource_key?: string | undefined;
56959
+ /** Customer key associated with the resource that you want to push to Seam. */
56911
56960
  customer_key?: string | undefined;
56912
56961
  email_address?: string | undefined;
56913
56962
  phone_number?: string | undefined;
@@ -56929,9 +56978,9 @@ export interface Routes {
56929
56978
  queryParams: {};
56930
56979
  jsonBody: {};
56931
56980
  commonParams: {
56932
- /** ID of the desired user identity. */
56981
+ /** ID of the user identity to which you want to add an access system user. */
56933
56982
  user_identity_id: string;
56934
- /** ID of the desired ACS user. */
56983
+ /** ID of the access system user that you want to add to the user identity. */
56935
56984
  acs_user_id: string;
56936
56985
  };
56937
56986
  formData: {};
@@ -56943,15 +56992,15 @@ export interface Routes {
56943
56992
  queryParams: {};
56944
56993
  jsonBody: {};
56945
56994
  commonParams: {
56946
- /** Unique key for the user identity. */
56995
+ /** Unique key for the new user identity. */
56947
56996
  user_identity_key?: (string | null) | undefined;
56948
- /** Unique email address for the user identity. */
56997
+ /** Unique email address for the new user identity. */
56949
56998
  email_address?: (string | null) | undefined;
56950
- /** Unique phone number for the user identity in E.164 format (for example, +15555550100). */
56999
+ /** Unique phone number for the new user identity in E.164 format (for example, +15555550100). */
56951
57000
  phone_number?: (string | null) | undefined;
56952
- /** Full name of the user associated with the user identity. */
57001
+ /** Full name of the user associated with the new user identity. */
56953
57002
  full_name?: (string | null) | undefined;
56954
- /** List of ACS system IDs to associate with the user identity through ACS users. If there's no user with the same email address or phone number in the specified ACS systems, a new ACS user is created. If there is an existing user with the same email or phone number in the specified ACS systems, the user is linked to the user identity. */
57003
+ /** List of access system IDs to associate with the new user identity through access system users. If there's no user with the same email address or phone number in the specified access systems, a new access system user is created. If there is an existing user with the same email or phone number in the specified access systems, the user is linked to the user identity. */
56955
57004
  acs_system_ids?: string[] | undefined;
56956
57005
  };
56957
57006
  formData: {};
@@ -56981,7 +57030,7 @@ export interface Routes {
56981
57030
  queryParams: {};
56982
57031
  jsonBody: {};
56983
57032
  commonParams: {
56984
- /** ID of the desired user identity. */
57033
+ /** ID of the user identity that you want to delete. */
56985
57034
  user_identity_id: string;
56986
57035
  };
56987
57036
  formData: {};
@@ -56993,7 +57042,7 @@ export interface Routes {
56993
57042
  queryParams: {};
56994
57043
  jsonBody: {};
56995
57044
  commonParams: {
56996
- /** ID of the desired enrollment automation. */
57045
+ /** ID of the enrollment automation that you want to delete. */
56997
57046
  enrollment_automation_id: string;
56998
57047
  };
56999
57048
  formData: {};
@@ -57005,7 +57054,7 @@ export interface Routes {
57005
57054
  queryParams: {};
57006
57055
  jsonBody: {};
57007
57056
  commonParams: {
57008
- /** ID of the desired enrollment automation. */
57057
+ /** ID of the enrollment automation that you want to get. */
57009
57058
  enrollment_automation_id: string;
57010
57059
  };
57011
57060
  formData: {};
@@ -57031,15 +57080,15 @@ export interface Routes {
57031
57080
  queryParams: {};
57032
57081
  jsonBody: {};
57033
57082
  commonParams: {
57034
- /** ID of the desired user identity. */
57083
+ /** ID of the user identity for which you want to launch an enrollment automation. */
57035
57084
  user_identity_id: string;
57036
- /** ID of the desired ACS system that serves as the credential manager. */
57085
+ /** ID of the desired access system that serves as the credential manager for the enrollment automation. */
57037
57086
  credential_manager_acs_system_id: string;
57038
- /** ID of the ACS credential pool from which to obtain credentials for the user identity. */
57087
+ /** ID of the credential pool from which to obtain credentials for the user identity. */
57039
57088
  acs_credential_pool_id?: string | undefined;
57040
57089
  /** Indicates whether to create an associated credential manager user. If you set `create_credential_manager_user` to `true`, you cannot specify a `credential_manager_acs_user_id`. */
57041
57090
  create_credential_manager_user?: boolean | undefined;
57042
- /** ID of the associated ACS user within the credential manager. If you specify a `credential_manager_acs_user_id`, you cannot set `create_credential_manager_user` to `true`. */
57091
+ /** ID of the associated access system user within the credential manager. If you specify a `credential_manager_acs_user_id`, you cannot set `create_credential_manager_user` to `true`. */
57043
57092
  credential_manager_acs_user_id?: string | undefined;
57044
57093
  };
57045
57094
  formData: {};
@@ -57060,7 +57109,7 @@ export interface Routes {
57060
57109
  queryParams: {};
57061
57110
  jsonBody: {};
57062
57111
  commonParams: {
57063
- /** ID of the user identity for which you want to retrieve all enrollment automations. */
57112
+ /** ID of the user identity for which you want to retrieve enrollment automations. */
57064
57113
  user_identity_id: string;
57065
57114
  };
57066
57115
  formData: {};
@@ -57087,7 +57136,7 @@ export interface Routes {
57087
57136
  commonParams: {
57088
57137
  /** ID of the user identity for which you want to generate an instant key. */
57089
57138
  user_identity_id: string;
57090
- /** The maximum number of times the instant key can be used. Defaults to 1. */
57139
+ /** Maximum number of times the instant key can be used. Default: 1. */
57091
57140
  max_use_count?: number;
57092
57141
  };
57093
57142
  formData: {};
@@ -57110,7 +57159,7 @@ export interface Routes {
57110
57159
  queryParams: {};
57111
57160
  jsonBody: {};
57112
57161
  commonParams: {
57113
- /** ID of the desired user identity. */
57162
+ /** ID of the user identity that you want to get. */
57114
57163
  user_identity_id: string;
57115
57164
  } | {
57116
57165
  user_identity_key: string;
@@ -57142,9 +57191,9 @@ export interface Routes {
57142
57191
  queryParams: {};
57143
57192
  jsonBody: {};
57144
57193
  commonParams: {
57145
- /** ID of the desired user identity. */
57194
+ /** ID of the user identity that you want to grant access to a device. */
57146
57195
  user_identity_id: string;
57147
- /** ID of the desired managed device. */
57196
+ /** ID of the managed device to which you want to grant access to the user identity. */
57148
57197
  device_id: string;
57149
57198
  };
57150
57199
  formData: {};
@@ -57156,6 +57205,7 @@ export interface Routes {
57156
57205
  queryParams: {};
57157
57206
  jsonBody: {};
57158
57207
  commonParams: {
57208
+ /** `acs_system_id` of the credential manager by which you want to filter the list of user identities. */
57159
57209
  credential_manager_acs_system_id?: string | undefined;
57160
57210
  };
57161
57211
  formData: {};
@@ -58393,7 +58443,7 @@ export interface Routes {
58393
58443
  can_simulate_disconnection?: boolean | undefined;
58394
58444
  }>;
58395
58445
  /**
58396
- * @deprecated use devices. */
58446
+ * @deprecated Use devices. */
58397
58447
  accessible_devices: Array<{
58398
58448
  /** Unique identifier for the device. */
58399
58449
  device_id: string;
@@ -59605,7 +59655,7 @@ export interface Routes {
59605
59655
  queryParams: {};
59606
59656
  jsonBody: {};
59607
59657
  commonParams: {
59608
- /** ID of the user identity for which you want to retrieve all access control systems. */
59658
+ /** ID of the user identity for which you want to retrieve all access systems. */
59609
59659
  user_identity_id: string;
59610
59660
  };
59611
59661
  formData: {};
@@ -59736,7 +59786,7 @@ export interface Routes {
59736
59786
  queryParams: {};
59737
59787
  jsonBody: {};
59738
59788
  commonParams: {
59739
- /** ID of the user identity for which you want to retrieve all ACS users. */
59789
+ /** ID of the user identity for which you want to retrieve all access system users. */
59740
59790
  user_identity_id: string;
59741
59791
  };
59742
59792
  formData: {};
@@ -59935,9 +59985,9 @@ export interface Routes {
59935
59985
  queryParams: {};
59936
59986
  jsonBody: {};
59937
59987
  commonParams: {
59938
- /** ID of the desired user identity. */
59988
+ /** ID of the user identity from which you want to remove an access system user. */
59939
59989
  user_identity_id: string;
59940
- /** ID of the ACS user. */
59990
+ /** ID of the access system user that you want to remove from the user identity.. */
59941
59991
  acs_user_id: string;
59942
59992
  };
59943
59993
  formData: {};
@@ -59949,9 +59999,9 @@ export interface Routes {
59949
59999
  queryParams: {};
59950
60000
  jsonBody: {};
59951
60001
  commonParams: {
59952
- /** ID of the desired user identity. */
60002
+ /** ID of the user identity from which you want to revoke access to a device. */
59953
60003
  user_identity_id: string;
59954
- /** ID of the desired managed device. */
60004
+ /** ID of the managed device to which you want to revoke access from the user identity. */
59955
60005
  device_id: string;
59956
60006
  };
59957
60007
  formData: {};
@@ -59962,14 +60012,15 @@ export interface Routes {
59962
60012
  method: 'PATCH' | 'POST';
59963
60013
  queryParams: {};
59964
60014
  jsonBody: {
59965
- /** ID of the user identity. */
60015
+ /** ID of the user identity that you want to update. */
59966
60016
  user_identity_id: string;
59967
60017
  /** Unique key for the user identity. */
59968
60018
  user_identity_key?: (string | null) | undefined;
59969
60019
  /** Unique email address for the user identity. */
59970
60020
  email_address?: (string | null) | undefined;
59971
- /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
60021
+ /** Unique phone number for the user identity. */
59972
60022
  phone_number?: (string | null) | undefined;
60023
+ /** Full name of the user associated with the user identity. */
59973
60024
  full_name?: (string | null) | undefined;
59974
60025
  };
59975
60026
  commonParams: {};
@@ -59981,7 +60032,9 @@ export interface Routes {
59981
60032
  method: 'POST';
59982
60033
  queryParams: {};
59983
60034
  jsonBody: {
60035
+ /** URL for the new webhook. */
59984
60036
  url: string;
60037
+ /** Types of events that you want the new webhook to receive. */
59985
60038
  event_types?: string[];
59986
60039
  };
59987
60040
  commonParams: {};
@@ -60002,6 +60055,7 @@ export interface Routes {
60002
60055
  queryParams: {};
60003
60056
  jsonBody: {};
60004
60057
  commonParams: {
60058
+ /** ID of the webhook that you want to delete. */
60005
60059
  webhook_id: string;
60006
60060
  };
60007
60061
  formData: {};
@@ -60013,6 +60067,7 @@ export interface Routes {
60013
60067
  queryParams: {};
60014
60068
  jsonBody: {};
60015
60069
  commonParams: {
60070
+ /** ID of the webhook that you want to get. */
60016
60071
  webhook_id: string;
60017
60072
  };
60018
60073
  formData: {};
@@ -60047,7 +60102,9 @@ export interface Routes {
60047
60102
  method: 'PUT' | 'POST';
60048
60103
  queryParams: {};
60049
60104
  jsonBody: {
60105
+ /** ID of the webhook that you want to update. */
60050
60106
  webhook_id: string;
60107
+ /** Types of events that you want the webhook to receive. */
60051
60108
  event_types: string[];
60052
60109
  };
60053
60110
  commonParams: {};
@@ -60059,11 +60116,13 @@ export interface Routes {
60059
60116
  method: 'POST';
60060
60117
  queryParams: {};
60061
60118
  jsonBody: {
60119
+ /** Name of the new workspace. */
60062
60120
  name: string;
60121
+ /** Company name for the new workspace. */
60063
60122
  company_name?: string | undefined;
60064
- /**
60065
- * @deprecated use company_name */
60123
+ /** Connect partner name for the new workspace. */
60066
60124
  connect_partner_name?: ((string | null) | null) | undefined;
60125
+ /** Indicates whether the new workspace is a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). */
60067
60126
  is_sandbox?: boolean;
60068
60127
  /**
60069
60128
  * @deprecated Use `connect_webview_customization.webview_primary_button_color` instead. */
@@ -60077,10 +60136,15 @@ export interface Routes {
60077
60136
  /**
60078
60137
  * @deprecated Use `connect_webview_customization.webview_success_message` instead. */
60079
60138
  webview_success_message?: string | undefined;
60139
+ /** [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) customizations for the new workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
60080
60140
  connect_webview_customization?: {
60141
+ /** Primary button color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the new workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
60081
60142
  primary_button_color?: (string | null) | undefined;
60143
+ /** Primary button text color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the new workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
60082
60144
  primary_button_text_color?: (string | null) | undefined;
60145
+ /** Success message for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the new workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
60083
60146
  success_message?: (string | null) | undefined;
60147
+ /** Logo shape for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the new workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
60084
60148
  logo_shape?: (('circle' | 'square') | null) | undefined;
60085
60149
  } | undefined;
60086
60150
  };
@@ -61283,14 +61347,22 @@ export interface Routes {
61283
61347
  method: 'POST' | 'PATCH';
61284
61348
  queryParams: {};
61285
61349
  jsonBody: {
61350
+ /** Name of the workspace. */
61286
61351
  name?: string | undefined;
61352
+ /** Connect partner name for the workspace. */
61287
61353
  connect_partner_name?: string | undefined;
61354
+ /** [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) customizations for the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
61288
61355
  connect_webview_customization?: {
61356
+ /** Primary button color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
61289
61357
  primary_button_color?: (string | null) | undefined;
61358
+ /** Primary button text color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
61290
61359
  primary_button_text_color?: (string | null) | undefined;
61360
+ /** Success message for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
61291
61361
  success_message?: (string | null) | undefined;
61362
+ /** Logo shape for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
61292
61363
  logo_shape?: (('circle' | 'square') | null) | undefined;
61293
61364
  } | undefined;
61365
+ /** Indicates whether the workspace is suspended. */
61294
61366
  is_suspended?: boolean | undefined;
61295
61367
  };
61296
61368
  commonParams: {};