@seamapi/types 1.125.0 → 1.126.0
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 +5 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -3
- package/lib/seam/connect/openapi.js +3 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +3 -0
- package/src/lib/seam/connect/route-types.ts +13 -2
|
@@ -1685,7 +1685,7 @@ export interface Routes {
|
|
|
1685
1685
|
custom_redirect_url?: string | undefined;
|
|
1686
1686
|
custom_redirect_failure_url?: string | undefined;
|
|
1687
1687
|
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' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
|
|
1688
|
-
provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'internal_beta') | undefined;
|
|
1688
|
+
provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
|
|
1689
1689
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
1690
1690
|
automatically_manage_new_devices?: boolean | undefined;
|
|
1691
1691
|
wait_for_device_creation?: boolean | undefined;
|
|
@@ -2898,7 +2898,7 @@ export interface Routes {
|
|
|
2898
2898
|
queryParams: {};
|
|
2899
2899
|
jsonBody: {};
|
|
2900
2900
|
commonParams: {
|
|
2901
|
-
provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors') | undefined;
|
|
2901
|
+
provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems') | undefined;
|
|
2902
2902
|
};
|
|
2903
2903
|
formData: {};
|
|
2904
2904
|
jsonResponse: {
|
|
@@ -2906,7 +2906,7 @@ export interface Routes {
|
|
|
2906
2906
|
device_provider_name: string;
|
|
2907
2907
|
display_name: string;
|
|
2908
2908
|
image_url: string;
|
|
2909
|
-
provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors'>;
|
|
2909
|
+
provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
|
|
2910
2910
|
}>;
|
|
2911
2911
|
};
|
|
2912
2912
|
};
|
package/package.json
CHANGED
|
@@ -1734,6 +1734,7 @@ export default {
|
|
|
1734
1734
|
'consumer_smartlocks',
|
|
1735
1735
|
'thermostats',
|
|
1736
1736
|
'noise_sensors',
|
|
1737
|
+
'access_control_systems',
|
|
1737
1738
|
],
|
|
1738
1739
|
type: 'string',
|
|
1739
1740
|
},
|
|
@@ -7050,6 +7051,7 @@ export default {
|
|
|
7050
7051
|
'consumer_smartlocks',
|
|
7051
7052
|
'thermostats',
|
|
7052
7053
|
'noise_sensors',
|
|
7054
|
+
'access_control_systems',
|
|
7053
7055
|
'internal_beta',
|
|
7054
7056
|
],
|
|
7055
7057
|
type: 'string',
|
|
@@ -7824,6 +7826,7 @@ export default {
|
|
|
7824
7826
|
'consumer_smartlocks',
|
|
7825
7827
|
'thermostats',
|
|
7826
7828
|
'noise_sensors',
|
|
7829
|
+
'access_control_systems',
|
|
7827
7830
|
],
|
|
7828
7831
|
type: 'string',
|
|
7829
7832
|
},
|
|
@@ -1929,6 +1929,7 @@ export interface Routes {
|
|
|
1929
1929
|
| 'consumer_smartlocks'
|
|
1930
1930
|
| 'thermostats'
|
|
1931
1931
|
| 'noise_sensors'
|
|
1932
|
+
| 'access_control_systems'
|
|
1932
1933
|
| 'internal_beta'
|
|
1933
1934
|
)
|
|
1934
1935
|
| undefined
|
|
@@ -3680,7 +3681,13 @@ export interface Routes {
|
|
|
3680
3681
|
jsonBody: {}
|
|
3681
3682
|
commonParams: {
|
|
3682
3683
|
provider_category?:
|
|
3683
|
-
| (
|
|
3684
|
+
| (
|
|
3685
|
+
| 'stable'
|
|
3686
|
+
| 'consumer_smartlocks'
|
|
3687
|
+
| 'thermostats'
|
|
3688
|
+
| 'noise_sensors'
|
|
3689
|
+
| 'access_control_systems'
|
|
3690
|
+
)
|
|
3684
3691
|
| undefined
|
|
3685
3692
|
}
|
|
3686
3693
|
formData: {}
|
|
@@ -3690,7 +3697,11 @@ export interface Routes {
|
|
|
3690
3697
|
display_name: string
|
|
3691
3698
|
image_url: string
|
|
3692
3699
|
provider_categories: Array<
|
|
3693
|
-
|
|
3700
|
+
| 'stable'
|
|
3701
|
+
| 'consumer_smartlocks'
|
|
3702
|
+
| 'thermostats'
|
|
3703
|
+
| 'noise_sensors'
|
|
3704
|
+
| 'access_control_systems'
|
|
3694
3705
|
>
|
|
3695
3706
|
}>
|
|
3696
3707
|
}
|