@seamapi/types 1.95.0 → 1.96.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 +2 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -10
- package/lib/seam/connect/openapi.d.ts +1 -7
- package/lib/seam/connect/openapi.js +2 -4
- 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 -4
- package/src/lib/seam/connect/route-types.ts +2 -2
|
@@ -1048,8 +1048,7 @@ export interface Routes {
|
|
|
1048
1048
|
queryParams: {};
|
|
1049
1049
|
jsonBody: {};
|
|
1050
1050
|
commonParams: {
|
|
1051
|
-
acs_entrance_id
|
|
1052
|
-
acs_entrance_ids?: string[] | undefined;
|
|
1051
|
+
acs_entrance_id: string;
|
|
1053
1052
|
include_if?: Array<'visionline_metadata.is_valid'> | undefined;
|
|
1054
1053
|
};
|
|
1055
1054
|
formData: {};
|
|
@@ -1564,7 +1563,7 @@ export interface Routes {
|
|
|
1564
1563
|
device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
|
|
1565
1564
|
custom_redirect_url?: string | undefined;
|
|
1566
1565
|
custom_redirect_failure_url?: string | undefined;
|
|
1567
|
-
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' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
|
|
1566
|
+
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' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
|
|
1568
1567
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
|
|
1569
1568
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
1570
1569
|
automatically_manage_new_devices?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -4930,10 +4930,6 @@ export default {
|
|
|
4930
4930
|
schema: {
|
|
4931
4931
|
properties: {
|
|
4932
4932
|
acs_entrance_id: { format: 'uuid', type: 'string' },
|
|
4933
|
-
acs_entrance_ids: {
|
|
4934
|
-
items: { format: 'uuid', type: 'string' },
|
|
4935
|
-
type: 'array',
|
|
4936
|
-
},
|
|
4937
4933
|
include_if: {
|
|
4938
4934
|
items: {
|
|
4939
4935
|
enum: ['visionline_metadata.is_valid'],
|
|
@@ -4942,6 +4938,7 @@ export default {
|
|
|
4942
4938
|
type: 'array',
|
|
4943
4939
|
},
|
|
4944
4940
|
},
|
|
4941
|
+
required: ['acs_entrance_id'],
|
|
4945
4942
|
type: 'object',
|
|
4946
4943
|
},
|
|
4947
4944
|
},
|
|
@@ -6393,6 +6390,7 @@ export default {
|
|
|
6393
6390
|
'visionline',
|
|
6394
6391
|
'assa_abloy_credential_service',
|
|
6395
6392
|
'seam_bridge',
|
|
6393
|
+
'tedee',
|
|
6396
6394
|
'yale_access',
|
|
6397
6395
|
'hid_cm',
|
|
6398
6396
|
'google_nest',
|
|
@@ -1146,8 +1146,7 @@ export interface Routes {
|
|
|
1146
1146
|
queryParams: {}
|
|
1147
1147
|
jsonBody: {}
|
|
1148
1148
|
commonParams: {
|
|
1149
|
-
acs_entrance_id
|
|
1150
|
-
acs_entrance_ids?: string[] | undefined
|
|
1149
|
+
acs_entrance_id: string
|
|
1151
1150
|
include_if?: Array<'visionline_metadata.is_valid'> | undefined
|
|
1152
1151
|
}
|
|
1153
1152
|
formData: {}
|
|
@@ -1773,6 +1772,7 @@ export interface Routes {
|
|
|
1773
1772
|
| 'visionline'
|
|
1774
1773
|
| 'assa_abloy_credential_service'
|
|
1775
1774
|
| 'seam_bridge'
|
|
1775
|
+
| 'tedee'
|
|
1776
1776
|
| 'yale_access'
|
|
1777
1777
|
| 'hid_cm'
|
|
1778
1778
|
| 'google_nest'
|