@seamapi/types 1.137.0 → 1.138.1

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.
@@ -5712,10 +5712,6 @@ declare const _default: {
5712
5712
  format: string;
5713
5713
  type: string;
5714
5714
  };
5715
- external_type: {
5716
- enum: string[];
5717
- type: string;
5718
- };
5719
5715
  is_multi_phone_sync_credential: {
5720
5716
  default: boolean;
5721
5717
  type: string;
@@ -17921,7 +17917,6 @@ interface Routes {
17921
17917
  access_method: 'code' | 'card' | 'mobile_key';
17922
17918
  code?: string | undefined;
17923
17919
  is_multi_phone_sync_credential?: boolean;
17924
- external_type?: 'visionline_card' | undefined;
17925
17920
  visionline_metadata?: {
17926
17921
  assa_abloy_credential_service_mobile_endpoint_id?: string | undefined;
17927
17922
  card_format?: ('TLCode' | 'rfid48') | undefined;
@@ -18775,7 +18770,7 @@ interface Routes {
18775
18770
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
18776
18771
  custom_redirect_url?: string | undefined;
18777
18772
  custom_redirect_failure_url?: string | undefined;
18778
- accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | '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' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
18773
+ accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | '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' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
18779
18774
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
18780
18775
  custom_metadata?: Record<string, string | boolean | null> | undefined;
18781
18776
  automatically_manage_new_devices?: boolean | undefined;
@@ -20012,7 +20007,7 @@ interface Routes {
20012
20007
  formData: {};
20013
20008
  jsonResponse: {
20014
20009
  device_providers: Array<{
20015
- device_provider_name: 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | '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' | 'seam_bridge' | 'tedee' | 'honeywell_resideo';
20010
+ device_provider_name: 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | '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' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch';
20016
20011
  display_name: string;
20017
20012
  image_url: string;
20018
20013
  provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
@@ -5638,10 +5638,6 @@ declare const _default: {
5638
5638
  format: string;
5639
5639
  type: string;
5640
5640
  };
5641
- external_type: {
5642
- enum: string[];
5643
- type: string;
5644
- };
5645
5641
  is_multi_phone_sync_credential: {
5646
5642
  default: boolean;
5647
5643
  type: string;
@@ -1745,6 +1745,7 @@ export default {
1745
1745
  'seam_bridge',
1746
1746
  'tedee',
1747
1747
  'honeywell_resideo',
1748
+ 'latch',
1748
1749
  ],
1749
1750
  type: 'string',
1750
1751
  },
@@ -4165,7 +4166,6 @@ export default {
4165
4166
  acs_user_id: { format: 'uuid', type: 'string' },
4166
4167
  code: { pattern: '^\\d+$', type: 'string' },
4167
4168
  ends_at: { format: 'date-time', type: 'string' },
4168
- external_type: { enum: ['visionline_card'], type: 'string' },
4169
4169
  is_multi_phone_sync_credential: {
4170
4170
  default: false,
4171
4171
  type: 'boolean',
@@ -7025,6 +7025,7 @@ export default {
7025
7025
  'seam_bridge',
7026
7026
  'tedee',
7027
7027
  'honeywell_resideo',
7028
+ 'latch',
7028
7029
  'yale_access',
7029
7030
  'hid_cm',
7030
7031
  'google_nest',