@seamapi/types 1.716.0 → 1.718.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.
@@ -10689,7 +10689,7 @@ export type Routes = {
10689
10689
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
10690
10690
  code_constraints?: (({
10691
10691
  /** Code constraint type for access codes. */
10692
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
10692
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
10693
10693
  } | {
10694
10694
  constraint_type: 'name_length' | 'name_must_be_unique';
10695
10695
  /** Minimum name length constraint for access codes. */
@@ -14187,7 +14187,7 @@ export type Routes = {
14187
14187
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
14188
14188
  code_constraints?: (({
14189
14189
  /** Code constraint type for access codes. */
14190
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
14190
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
14191
14191
  } | {
14192
14192
  constraint_type: 'name_length' | 'name_must_be_unique';
14193
14193
  /** Minimum name length constraint for access codes. */
@@ -25800,7 +25800,7 @@ export type Routes = {
25800
25800
  /** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with no filters. */
25801
25801
  accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
25802
25802
  /** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with the desired `provider_category` filter. */
25803
- provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
25803
+ provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
25804
25804
  /** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/latest/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
25805
25805
  custom_metadata?: {
25806
25806
  [x: string]: string | boolean | null;
@@ -27956,7 +27956,7 @@ export type Routes = {
27956
27956
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
27957
27957
  code_constraints?: (({
27958
27958
  /** Code constraint type for access codes. */
27959
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
27959
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
27960
27960
  } | {
27961
27961
  constraint_type: 'name_length' | 'name_must_be_unique';
27962
27962
  /** Minimum name length constraint for access codes. */
@@ -28627,7 +28627,7 @@ export type Routes = {
28627
28627
  /** Array of device types for which you want to list devices. */
28628
28628
  device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone'))[] | undefined;
28629
28629
  /** Manufacturer for which you want to list devices. */
28630
- manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
28630
+ manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
28631
28631
  /** Array of device IDs for which you want to list devices. */
28632
28632
  device_ids?: string[] | undefined;
28633
28633
  /** Numerical limit on the number of devices to return. */
@@ -29284,7 +29284,7 @@ export type Routes = {
29284
29284
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
29285
29285
  code_constraints?: (({
29286
29286
  /** Code constraint type for access codes. */
29287
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
29287
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
29288
29288
  } | {
29289
29289
  constraint_type: 'name_length' | 'name_must_be_unique';
29290
29290
  /** Minimum name length constraint for access codes. */
@@ -29952,7 +29952,7 @@ export type Routes = {
29952
29952
  jsonBody: {};
29953
29953
  commonParams: {
29954
29954
  /** Category for which you want to list providers. */
29955
- provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems') | undefined;
29955
+ provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems') | undefined;
29956
29956
  };
29957
29957
  formData: {};
29958
29958
  jsonResponse: {
@@ -29960,7 +29960,7 @@ export type Routes = {
29960
29960
  device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq';
29961
29961
  display_name: string;
29962
29962
  image_url: string;
29963
- provider_categories: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems')[];
29963
+ provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems')[];
29964
29964
  can_remotely_unlock?: boolean | undefined;
29965
29965
  can_remotely_lock?: boolean | undefined;
29966
29966
  can_program_offline_access_codes?: boolean | undefined;
@@ -30523,7 +30523,7 @@ export type Routes = {
30523
30523
  /** Array of device types for which you want to list devices. */
30524
30524
  device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone'))[] | undefined;
30525
30525
  /** Manufacturer for which you want to list devices. */
30526
- manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
30526
+ manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
30527
30527
  /** Array of device IDs for which you want to list devices. */
30528
30528
  device_ids?: string[] | undefined;
30529
30529
  /** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
@@ -35940,7 +35940,7 @@ export type Routes = {
35940
35940
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
35941
35941
  code_constraints?: (({
35942
35942
  /** Code constraint type for access codes. */
35943
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
35943
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
35944
35944
  } | {
35945
35945
  constraint_type: 'name_length' | 'name_must_be_unique';
35946
35946
  /** Minimum name length constraint for access codes. */
@@ -37218,7 +37218,7 @@ export type Routes = {
37218
37218
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
37219
37219
  code_constraints?: (({
37220
37220
  /** Code constraint type for access codes. */
37221
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
37221
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
37222
37222
  } | {
37223
37223
  constraint_type: 'name_length' | 'name_must_be_unique';
37224
37224
  /** Minimum name length constraint for access codes. */
@@ -37889,7 +37889,7 @@ export type Routes = {
37889
37889
  /** Device types of the locks that you want to list. */
37890
37890
  device_types?: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_lock')[] | undefined;
37891
37891
  /** Manufacturer of the locks that you want to list. */
37892
- manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'korelock' | 'kwikset2' | 'smartthings' | 'ultraloq') | undefined;
37892
+ manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'korelock' | 'kwikset2' | 'smartthings' | 'ultraloq') | undefined;
37893
37893
  /** Array of device IDs for which you want to list devices. */
37894
37894
  device_ids?: string[] | undefined;
37895
37895
  /** Numerical limit on the number of devices to return. */
@@ -38546,7 +38546,7 @@ export type Routes = {
38546
38546
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
38547
38547
  code_constraints?: (({
38548
38548
  /** Code constraint type for access codes. */
38549
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
38549
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
38550
38550
  } | {
38551
38551
  constraint_type: 'name_length' | 'name_must_be_unique';
38552
38552
  /** Minimum name length constraint for access codes. */
@@ -39823,7 +39823,7 @@ export type Routes = {
39823
39823
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
39824
39824
  code_constraints?: (({
39825
39825
  /** Code constraint type for access codes. */
39826
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
39826
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
39827
39827
  } | {
39828
39828
  constraint_type: 'name_length' | 'name_must_be_unique';
39829
39829
  /** Minimum name length constraint for access codes. */
@@ -46233,7 +46233,7 @@ export type Routes = {
46233
46233
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
46234
46234
  code_constraints?: (({
46235
46235
  /** Code constraint type for access codes. */
46236
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
46236
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
46237
46237
  } | {
46238
46238
  constraint_type: 'name_length' | 'name_must_be_unique';
46239
46239
  /** Minimum name length constraint for access codes. */
@@ -47510,7 +47510,7 @@ export type Routes = {
47510
47510
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
47511
47511
  code_constraints?: (({
47512
47512
  /** Code constraint type for access codes. */
47513
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
47513
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
47514
47514
  } | {
47515
47515
  constraint_type: 'name_length' | 'name_must_be_unique';
47516
47516
  /** Minimum name length constraint for access codes. */
@@ -57649,7 +57649,7 @@ export type Routes = {
57649
57649
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
57650
57650
  code_constraints?: (({
57651
57651
  /** Code constraint type for access codes. */
57652
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
57652
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
57653
57653
  } | {
57654
57654
  constraint_type: 'name_length' | 'name_must_be_unique';
57655
57655
  /** Minimum name length constraint for access codes. */
@@ -63377,7 +63377,7 @@ export type Routes = {
63377
63377
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
63378
63378
  code_constraints?: (({
63379
63379
  /** Code constraint type for access codes. */
63380
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
63380
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
63381
63381
  } | {
63382
63382
  constraint_type: 'name_length' | 'name_must_be_unique';
63383
63383
  /** Minimum name length constraint for access codes. */
@@ -67259,7 +67259,7 @@ export type Routes = {
67259
67259
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
67260
67260
  code_constraints?: (({
67261
67261
  /** Code constraint type for access codes. */
67262
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
67262
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
67263
67263
  } | {
67264
67264
  constraint_type: 'name_length' | 'name_must_be_unique';
67265
67265
  /** Minimum name length constraint for access codes. */
@@ -68536,7 +68536,7 @@ export type Routes = {
68536
68536
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
68537
68537
  code_constraints?: (({
68538
68538
  /** Code constraint type for access codes. */
68539
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
68539
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
68540
68540
  } | {
68541
68541
  constraint_type: 'name_length' | 'name_must_be_unique';
68542
68542
  /** Minimum name length constraint for access codes. */
@@ -75833,7 +75833,7 @@ export type Routes = {
75833
75833
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
75834
75834
  code_constraints?: (({
75835
75835
  /** Code constraint type for access codes. */
75836
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
75836
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
75837
75837
  } | {
75838
75838
  constraint_type: 'name_length' | 'name_must_be_unique';
75839
75839
  /** Minimum name length constraint for access codes. */
@@ -77112,7 +77112,7 @@ export type Routes = {
77112
77112
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
77113
77113
  code_constraints?: (({
77114
77114
  /** Code constraint type for access codes. */
77115
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
77115
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
77116
77116
  } | {
77117
77117
  constraint_type: 'name_length' | 'name_must_be_unique';
77118
77118
  /** Minimum name length constraint for access codes. */
@@ -79356,7 +79356,7 @@ export type Routes = {
79356
79356
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
79357
79357
  code_constraints?: (({
79358
79358
  /** Code constraint type for access codes. */
79359
- constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
79359
+ constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits' | 'no_all_same_digits';
79360
79360
  } | {
79361
79361
  constraint_type: 'name_length' | 'name_must_be_unique';
79362
79362
  /** Minimum name length constraint for access codes. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.716.0",
3
+ "version": "1.718.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -10,11 +10,12 @@ export const access_code_code_constraint = z
10
10
  'cannot_specify_pin_code', // Dormakaba?
11
11
  'pin_code_matches_existing_set', // Salto
12
12
  'start_date_in_future', // Kwikset
13
- 'no_ascending_or_descending_sequence', // Tedee
13
+ 'no_ascending_or_descending_sequence', // Tedee, Korelock
14
14
  'at_least_three_unique_digits', // Tedee
15
15
  'cannot_contain_089', // TTLock
16
16
  'cannot_contain_0789', // TTLock (for some cylinder devices only)
17
17
  'unique_first_four_digits', // Schlage
18
+ 'no_all_same_digits', // Korelock
18
19
  ])
19
20
  .describe(`Code constraint type for access codes.`),
20
21
  })
@@ -116,6 +116,8 @@ export const PROVIDER_CATEGORY_MAP = {
116
116
  'tedee',
117
117
  ],
118
118
 
119
+ beta: ['korelock'],
120
+
119
121
  thermostats: ['ecobee', 'nest', 'sensi', 'honeywell_resideo'],
120
122
  noise_sensors: ['minut', 'noiseaware'],
121
123
  access_control_systems: [
@@ -161,6 +163,7 @@ export const PROVIDER_CATEGORY_CAPABILITY_MAP: Record<
161
163
  > = {
162
164
  stable: ['lock', 'thermostat', 'noise_sensor', 'access_control'],
163
165
  consumer_smartlocks: ['lock'],
166
+ beta: ['lock', 'thermostat', 'noise_sensor', 'access_control'],
164
167
  thermostats: ['thermostat'],
165
168
  noise_sensors: ['noise_sensor'],
166
169
  access_control_systems: ['access_control'],
@@ -12016,6 +12016,7 @@ export default {
12016
12016
  'cannot_contain_089',
12017
12017
  'cannot_contain_0789',
12018
12018
  'unique_first_four_digits',
12019
+ 'no_all_same_digits',
12019
12020
  ],
12020
12021
  type: 'string',
12021
12022
  },
@@ -13658,6 +13659,7 @@ export default {
13658
13659
  enum: [
13659
13660
  'stable',
13660
13661
  'consumer_smartlocks',
13662
+ 'beta',
13661
13663
  'thermostats',
13662
13664
  'noise_sensors',
13663
13665
  'access_control_systems',
@@ -40975,6 +40977,7 @@ export default {
40975
40977
  enum: [
40976
40978
  'stable',
40977
40979
  'consumer_smartlocks',
40980
+ 'beta',
40978
40981
  'thermostats',
40979
40982
  'noise_sensors',
40980
40983
  'access_control_systems',
@@ -44964,6 +44967,7 @@ export default {
44964
44967
  'controlbyweb',
44965
44968
  'dormakaba_oracode',
44966
44969
  'tedee',
44970
+ 'korelock',
44967
44971
  'akiles',
44968
44972
  'ecobee',
44969
44973
  'honeywell_resideo',
@@ -45468,6 +45472,7 @@ export default {
45468
45472
  'controlbyweb',
45469
45473
  'dormakaba_oracode',
45470
45474
  'tedee',
45475
+ 'korelock',
45471
45476
  'akiles',
45472
45477
  'ecobee',
45473
45478
  'honeywell_resideo',
@@ -45573,6 +45578,7 @@ export default {
45573
45578
  enum: [
45574
45579
  'stable',
45575
45580
  'consumer_smartlocks',
45581
+ 'beta',
45576
45582
  'thermostats',
45577
45583
  'noise_sensors',
45578
45584
  'access_control_systems',
@@ -45632,6 +45638,7 @@ export default {
45632
45638
  enum: [
45633
45639
  'stable',
45634
45640
  'consumer_smartlocks',
45641
+ 'beta',
45635
45642
  'thermostats',
45636
45643
  'noise_sensors',
45637
45644
  'access_control_systems',
@@ -46842,6 +46849,7 @@ export default {
46842
46849
  'controlbyweb',
46843
46850
  'dormakaba_oracode',
46844
46851
  'tedee',
46852
+ 'korelock',
46845
46853
  'akiles',
46846
46854
  'ecobee',
46847
46855
  'honeywell_resideo',
@@ -47345,6 +47353,7 @@ export default {
47345
47353
  'controlbyweb',
47346
47354
  'dormakaba_oracode',
47347
47355
  'tedee',
47356
+ 'korelock',
47348
47357
  'akiles',
47349
47358
  'ecobee',
47350
47359
  'honeywell_resideo',
@@ -49422,6 +49431,7 @@ export default {
49422
49431
  'four_suites',
49423
49432
  'dormakaba_oracode',
49424
49433
  'tedee',
49434
+ 'korelock',
49425
49435
  'akiles',
49426
49436
  'korelock',
49427
49437
  'kwikset2',
@@ -49849,6 +49859,7 @@ export default {
49849
49859
  'four_suites',
49850
49860
  'dormakaba_oracode',
49851
49861
  'tedee',
49862
+ 'korelock',
49852
49863
  'akiles',
49853
49864
  'korelock',
49854
49865
  'kwikset2',
@@ -12117,6 +12117,7 @@ export type Routes = {
12117
12117
  | 'cannot_contain_089'
12118
12118
  | 'cannot_contain_0789'
12119
12119
  | 'unique_first_four_digits'
12120
+ | 'no_all_same_digits'
12120
12121
  }
12121
12122
  | {
12122
12123
  constraint_type:
@@ -16303,6 +16304,7 @@ export type Routes = {
16303
16304
  | 'cannot_contain_089'
16304
16305
  | 'cannot_contain_0789'
16305
16306
  | 'unique_first_four_digits'
16307
+ | 'no_all_same_digits'
16306
16308
  }
16307
16309
  | {
16308
16310
  constraint_type:
@@ -29889,6 +29891,7 @@ export type Routes = {
29889
29891
  | (
29890
29892
  | 'stable'
29891
29893
  | 'consumer_smartlocks'
29894
+ | 'beta'
29892
29895
  | 'thermostats'
29893
29896
  | 'noise_sensors'
29894
29897
  | 'access_control_systems'
@@ -32390,6 +32393,7 @@ export type Routes = {
32390
32393
  | 'cannot_contain_089'
32391
32394
  | 'cannot_contain_0789'
32392
32395
  | 'unique_first_four_digits'
32396
+ | 'no_all_same_digits'
32393
32397
  }
32394
32398
  | {
32395
32399
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -33345,6 +33349,7 @@ export type Routes = {
33345
33349
  | 'controlbyweb'
33346
33350
  | 'dormakaba_oracode'
33347
33351
  | 'tedee'
33352
+ | 'korelock'
33348
33353
  | 'akiles'
33349
33354
  | 'ecobee'
33350
33355
  | 'honeywell_resideo'
@@ -34219,6 +34224,7 @@ export type Routes = {
34219
34224
  | 'cannot_contain_089'
34220
34225
  | 'cannot_contain_0789'
34221
34226
  | 'unique_first_four_digits'
34227
+ | 'no_all_same_digits'
34222
34228
  }
34223
34229
  | {
34224
34230
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -35054,6 +35060,7 @@ export type Routes = {
35054
35060
  | (
35055
35061
  | 'stable'
35056
35062
  | 'consumer_smartlocks'
35063
+ | 'beta'
35057
35064
  | 'thermostats'
35058
35065
  | 'noise_sensors'
35059
35066
  | 'access_control_systems'
@@ -35120,6 +35127,7 @@ export type Routes = {
35120
35127
  provider_categories: (
35121
35128
  | 'stable'
35122
35129
  | 'consumer_smartlocks'
35130
+ | 'beta'
35123
35131
  | 'thermostats'
35124
35132
  | 'noise_sensors'
35125
35133
  | 'access_control_systems'
@@ -36334,6 +36342,7 @@ export type Routes = {
36334
36342
  | 'controlbyweb'
36335
36343
  | 'dormakaba_oracode'
36336
36344
  | 'tedee'
36345
+ | 'korelock'
36337
36346
  | 'akiles'
36338
36347
  | 'ecobee'
36339
36348
  | 'honeywell_resideo'
@@ -42955,6 +42964,7 @@ export type Routes = {
42955
42964
  | 'cannot_contain_089'
42956
42965
  | 'cannot_contain_0789'
42957
42966
  | 'unique_first_four_digits'
42967
+ | 'no_all_same_digits'
42958
42968
  }
42959
42969
  | {
42960
42970
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -44553,6 +44563,7 @@ export type Routes = {
44553
44563
  | 'cannot_contain_089'
44554
44564
  | 'cannot_contain_0789'
44555
44565
  | 'unique_first_four_digits'
44566
+ | 'no_all_same_digits'
44556
44567
  }
44557
44568
  | {
44558
44569
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -45478,6 +45489,7 @@ export type Routes = {
45478
45489
  | 'four_suites'
45479
45490
  | 'dormakaba_oracode'
45480
45491
  | 'tedee'
45492
+ | 'korelock'
45481
45493
  | 'akiles'
45482
45494
  | 'korelock'
45483
45495
  | 'kwikset2'
@@ -46344,6 +46356,7 @@ export type Routes = {
46344
46356
  | 'cannot_contain_089'
46345
46357
  | 'cannot_contain_0789'
46346
46358
  | 'unique_first_four_digits'
46359
+ | 'no_all_same_digits'
46347
46360
  }
46348
46361
  | {
46349
46362
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -47941,6 +47954,7 @@ export type Routes = {
47941
47954
  | 'cannot_contain_089'
47942
47955
  | 'cannot_contain_0789'
47943
47956
  | 'unique_first_four_digits'
47957
+ | 'no_all_same_digits'
47944
47958
  }
47945
47959
  | {
47946
47960
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -55481,6 +55495,7 @@ export type Routes = {
55481
55495
  | 'cannot_contain_089'
55482
55496
  | 'cannot_contain_0789'
55483
55497
  | 'unique_first_four_digits'
55498
+ | 'no_all_same_digits'
55484
55499
  }
55485
55500
  | {
55486
55501
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -57078,6 +57093,7 @@ export type Routes = {
57078
57093
  | 'cannot_contain_089'
57079
57094
  | 'cannot_contain_0789'
57080
57095
  | 'unique_first_four_digits'
57096
+ | 'no_all_same_digits'
57081
57097
  }
57082
57098
  | {
57083
57099
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -68962,6 +68978,7 @@ export type Routes = {
68962
68978
  | 'cannot_contain_089'
68963
68979
  | 'cannot_contain_0789'
68964
68980
  | 'unique_first_four_digits'
68981
+ | 'no_all_same_digits'
68965
68982
  }
68966
68983
  | {
68967
68984
  constraint_type:
@@ -75717,6 +75734,7 @@ export type Routes = {
75717
75734
  | 'cannot_contain_089'
75718
75735
  | 'cannot_contain_0789'
75719
75736
  | 'unique_first_four_digits'
75737
+ | 'no_all_same_digits'
75720
75738
  }
75721
75739
  | {
75722
75740
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -80374,6 +80392,7 @@ export type Routes = {
80374
80392
  | 'cannot_contain_089'
80375
80393
  | 'cannot_contain_0789'
80376
80394
  | 'unique_first_four_digits'
80395
+ | 'no_all_same_digits'
80377
80396
  }
80378
80397
  | {
80379
80398
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -81971,6 +81990,7 @@ export type Routes = {
81971
81990
  | 'cannot_contain_089'
81972
81991
  | 'cannot_contain_0789'
81973
81992
  | 'unique_first_four_digits'
81993
+ | 'no_all_same_digits'
81974
81994
  }
81975
81995
  | {
81976
81996
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -90388,6 +90408,7 @@ export type Routes = {
90388
90408
  | 'cannot_contain_089'
90389
90409
  | 'cannot_contain_0789'
90390
90410
  | 'unique_first_four_digits'
90411
+ | 'no_all_same_digits'
90391
90412
  }
90392
90413
  | {
90393
90414
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -91987,6 +92008,7 @@ export type Routes = {
91987
92008
  | 'cannot_contain_089'
91988
92009
  | 'cannot_contain_0789'
91989
92010
  | 'unique_first_four_digits'
92011
+ | 'no_all_same_digits'
91990
92012
  }
91991
92013
  | {
91992
92014
  constraint_type: 'name_length' | 'name_must_be_unique'
@@ -94665,6 +94687,7 @@ export type Routes = {
94665
94687
  | 'cannot_contain_089'
94666
94688
  | 'cannot_contain_0789'
94667
94689
  | 'unique_first_four_digits'
94690
+ | 'no_all_same_digits'
94668
94691
  }
94669
94692
  | {
94670
94693
  constraint_type: