@seamapi/types 0.8.0 → 0.9.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.
|
@@ -781,6 +781,8 @@ export interface Routes {
|
|
|
781
781
|
device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')> | undefined;
|
|
782
782
|
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'doorking' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat') | undefined;
|
|
783
783
|
device_ids?: string[] | undefined;
|
|
784
|
+
limit?: number;
|
|
785
|
+
created_before?: string | undefined;
|
|
784
786
|
};
|
|
785
787
|
formData: {};
|
|
786
788
|
jsonResponse: {
|
|
@@ -842,6 +844,8 @@ export interface Routes {
|
|
|
842
844
|
device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')> | undefined;
|
|
843
845
|
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'doorking' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat') | undefined;
|
|
844
846
|
device_ids?: string[] | undefined;
|
|
847
|
+
limit?: number;
|
|
848
|
+
created_before?: string | undefined;
|
|
845
849
|
};
|
|
846
850
|
formData: {};
|
|
847
851
|
jsonResponse: {
|
|
@@ -1057,6 +1061,8 @@ export interface Routes {
|
|
|
1057
1061
|
device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')> | undefined;
|
|
1058
1062
|
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'doorking' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat') | undefined;
|
|
1059
1063
|
device_ids?: string[] | undefined;
|
|
1064
|
+
limit?: number;
|
|
1065
|
+
created_before?: string | undefined;
|
|
1060
1066
|
};
|
|
1061
1067
|
formData: {};
|
|
1062
1068
|
jsonResponse: {
|
|
@@ -1521,6 +1527,8 @@ export interface Routes {
|
|
|
1521
1527
|
device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')> | undefined;
|
|
1522
1528
|
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'doorking' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat') | undefined;
|
|
1523
1529
|
device_ids?: string[] | undefined;
|
|
1530
|
+
limit?: number;
|
|
1531
|
+
created_before?: string | undefined;
|
|
1524
1532
|
};
|
|
1525
1533
|
formData: {};
|
|
1526
1534
|
jsonResponse: {
|
package/package.json
CHANGED
|
@@ -958,6 +958,8 @@ export interface Routes {
|
|
|
958
958
|
)
|
|
959
959
|
| undefined
|
|
960
960
|
device_ids?: string[] | undefined
|
|
961
|
+
limit?: number
|
|
962
|
+
created_before?: string | undefined
|
|
961
963
|
}
|
|
962
964
|
formData: {}
|
|
963
965
|
jsonResponse: {
|
|
@@ -1131,6 +1133,8 @@ export interface Routes {
|
|
|
1131
1133
|
)
|
|
1132
1134
|
| undefined
|
|
1133
1135
|
device_ids?: string[] | undefined
|
|
1136
|
+
limit?: number
|
|
1137
|
+
created_before?: string | undefined
|
|
1134
1138
|
}
|
|
1135
1139
|
formData: {}
|
|
1136
1140
|
jsonResponse: {
|
|
@@ -1532,6 +1536,8 @@ export interface Routes {
|
|
|
1532
1536
|
)
|
|
1533
1537
|
| undefined
|
|
1534
1538
|
device_ids?: string[] | undefined
|
|
1539
|
+
limit?: number
|
|
1540
|
+
created_before?: string | undefined
|
|
1535
1541
|
}
|
|
1536
1542
|
formData: {}
|
|
1537
1543
|
jsonResponse: {
|
|
@@ -2123,6 +2129,8 @@ export interface Routes {
|
|
|
2123
2129
|
)
|
|
2124
2130
|
| undefined
|
|
2125
2131
|
device_ids?: string[] | undefined
|
|
2132
|
+
limit?: number
|
|
2133
|
+
created_before?: string | undefined
|
|
2126
2134
|
}
|
|
2127
2135
|
formData: {}
|
|
2128
2136
|
jsonResponse: {
|