@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.
- package/dist/connect.cjs +3 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -7
- package/lib/seam/connect/openapi.d.ts +0 -4
- package/lib/seam/connect/openapi.js +2 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -1
- package/src/lib/seam/connect/route-types.ts +2 -1
|
@@ -833,7 +833,6 @@ export interface Routes {
|
|
|
833
833
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
834
834
|
code?: string | undefined;
|
|
835
835
|
is_multi_phone_sync_credential?: boolean;
|
|
836
|
-
external_type?: 'visionline_card' | undefined;
|
|
837
836
|
visionline_metadata?: {
|
|
838
837
|
assa_abloy_credential_service_mobile_endpoint_id?: string | undefined;
|
|
839
838
|
card_format?: ('TLCode' | 'rfid48') | undefined;
|
|
@@ -1687,7 +1686,7 @@ export interface Routes {
|
|
|
1687
1686
|
device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
|
|
1688
1687
|
custom_redirect_url?: string | undefined;
|
|
1689
1688
|
custom_redirect_failure_url?: string | undefined;
|
|
1690
|
-
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;
|
|
1689
|
+
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;
|
|
1691
1690
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
|
|
1692
1691
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
1693
1692
|
automatically_manage_new_devices?: boolean | undefined;
|
|
@@ -2924,7 +2923,7 @@ export interface Routes {
|
|
|
2924
2923
|
formData: {};
|
|
2925
2924
|
jsonResponse: {
|
|
2926
2925
|
device_providers: Array<{
|
|
2927
|
-
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';
|
|
2926
|
+
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';
|
|
2928
2927
|
display_name: string;
|
|
2929
2928
|
image_url: string;
|
|
2930
2929
|
provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
|
package/package.json
CHANGED
|
@@ -1789,6 +1789,7 @@ export default {
|
|
|
1789
1789
|
'seam_bridge',
|
|
1790
1790
|
'tedee',
|
|
1791
1791
|
'honeywell_resideo',
|
|
1792
|
+
'latch',
|
|
1792
1793
|
],
|
|
1793
1794
|
type: 'string',
|
|
1794
1795
|
},
|
|
@@ -4239,7 +4240,6 @@ export default {
|
|
|
4239
4240
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
4240
4241
|
code: { pattern: '^\\d+$', type: 'string' },
|
|
4241
4242
|
ends_at: { format: 'date-time', type: 'string' },
|
|
4242
|
-
external_type: { enum: ['visionline_card'], type: 'string' },
|
|
4243
4243
|
is_multi_phone_sync_credential: {
|
|
4244
4244
|
default: false,
|
|
4245
4245
|
type: 'boolean',
|
|
@@ -7099,6 +7099,7 @@ export default {
|
|
|
7099
7099
|
'seam_bridge',
|
|
7100
7100
|
'tedee',
|
|
7101
7101
|
'honeywell_resideo',
|
|
7102
|
+
'latch',
|
|
7102
7103
|
'yale_access',
|
|
7103
7104
|
'hid_cm',
|
|
7104
7105
|
'google_nest',
|
|
@@ -879,7 +879,6 @@ export interface Routes {
|
|
|
879
879
|
access_method: 'code' | 'card' | 'mobile_key'
|
|
880
880
|
code?: string | undefined
|
|
881
881
|
is_multi_phone_sync_credential?: boolean
|
|
882
|
-
external_type?: 'visionline_card' | undefined
|
|
883
882
|
visionline_metadata?:
|
|
884
883
|
| {
|
|
885
884
|
assa_abloy_credential_service_mobile_endpoint_id?:
|
|
@@ -1921,6 +1920,7 @@ export interface Routes {
|
|
|
1921
1920
|
| 'seam_bridge'
|
|
1922
1921
|
| 'tedee'
|
|
1923
1922
|
| 'honeywell_resideo'
|
|
1923
|
+
| 'latch'
|
|
1924
1924
|
| 'yale_access'
|
|
1925
1925
|
| 'hid_cm'
|
|
1926
1926
|
| 'google_nest'
|
|
@@ -3767,6 +3767,7 @@ export interface Routes {
|
|
|
3767
3767
|
| 'seam_bridge'
|
|
3768
3768
|
| 'tedee'
|
|
3769
3769
|
| 'honeywell_resideo'
|
|
3770
|
+
| 'latch'
|
|
3770
3771
|
display_name: string
|
|
3771
3772
|
image_url: string
|
|
3772
3773
|
provider_categories: Array<
|