@seamapi/types 1.56.0 → 1.56.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.
@@ -14632,10 +14632,10 @@ interface Routes {
14632
14632
  jsonResponse: {
14633
14633
  acs_system: {
14634
14634
  acs_system_id: string;
14635
- external_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org' | 'visionline_system' | 'assa_abloy_cs_system_user';
14635
+ external_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org' | 'visionline_system' | 'assa_abloy_credential_service_user';
14636
14636
  external_type_display_name: string;
14637
14637
  /** deprecated: use external_type */
14638
- system_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org' | 'visionline_system' | 'assa_abloy_cs_system_user';
14638
+ system_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org' | 'visionline_system' | 'assa_abloy_credential_service_user';
14639
14639
  /** deprecated: use external_type_display_name */
14640
14640
  system_type_display_name: string;
14641
14641
  name: string;
@@ -14657,10 +14657,10 @@ interface Routes {
14657
14657
  jsonResponse: {
14658
14658
  acs_systems: Array<{
14659
14659
  acs_system_id: string;
14660
- external_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org' | 'visionline_system' | 'assa_abloy_cs_system_user';
14660
+ external_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org' | 'visionline_system' | 'assa_abloy_credential_service_user';
14661
14661
  external_type_display_name: string;
14662
14662
  /** deprecated: use external_type */
14663
- system_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org' | 'visionline_system' | 'assa_abloy_cs_system_user';
14663
+ system_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org' | 'visionline_system' | 'assa_abloy_credential_service_user';
14664
14664
  /** deprecated: use external_type_display_name */
14665
14665
  system_type_display_name: string;
14666
14666
  name: string;
@@ -15054,7 +15054,7 @@ interface Routes {
15054
15054
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
15055
15055
  custom_redirect_url?: string | undefined;
15056
15056
  custom_redirect_failure_url?: string | undefined;
15057
- 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' | 'assaabloy_credential_service' | 'yale_access' | 'hid_cm'> | undefined;
15057
+ 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' | 'yale_access' | 'hid_cm'> | undefined;
15058
15058
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
15059
15059
  custom_metadata?: Record<string, string | number | null | boolean> | undefined;
15060
15060
  automatically_manage_new_devices?: boolean | undefined;
@@ -178,7 +178,7 @@ export default {
178
178
  'brivo_system',
179
179
  'hid_cm_org',
180
180
  'visionline_system',
181
- 'assa_abloy_cs_system_user',
181
+ 'assa_abloy_credential_service_user',
182
182
  ],
183
183
  type: 'string',
184
184
  },
@@ -193,7 +193,7 @@ export default {
193
193
  'brivo_system',
194
194
  'hid_cm_org',
195
195
  'visionline_system',
196
- 'assa_abloy_cs_system_user',
196
+ 'assa_abloy_credential_service_user',
197
197
  ],
198
198
  type: 'string',
199
199
  },
@@ -5485,7 +5485,7 @@ export default {
5485
5485
  'wyze',
5486
5486
  'seam_passport',
5487
5487
  'visionline',
5488
- 'assaabloy_credential_service',
5488
+ 'assa_abloy_credential_service',
5489
5489
  'yale_access',
5490
5490
  'hid_cm',
5491
5491
  ],