@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.
- package/dist/connect.cjs +3 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +5 -5
- package/lib/seam/connect/openapi.js +3 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -5
- package/lib/seam/connect/unstable/models/acs/system.d.ts +7 -7
- package/lib/seam/connect/unstable/models/acs/system.js +1 -1
- package/lib/seam/connect/unstable/models/acs/system.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +3 -3
- package/src/lib/seam/connect/route-types.ts +5 -5
- package/src/lib/seam/connect/unstable/models/acs/system.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -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' | '
|
|
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' | '
|
|
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' | '
|
|
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' | '
|
|
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' | '
|
|
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
|
-
'
|
|
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
|
-
'
|
|
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
|
-
'
|
|
5488
|
+
'assa_abloy_credential_service',
|
|
5489
5489
|
'yale_access',
|
|
5490
5490
|
'hid_cm',
|
|
5491
5491
|
],
|