@seamapi/types 1.373.0 → 1.373.2
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 +67 -123
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +8 -22
- package/lib/seam/connect/openapi.d.ts +4 -18
- package/lib/seam/connect/openapi.js +64 -120
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +64 -120
- package/src/lib/seam/connect/route-types.ts +60 -92
package/dist/connect.d.cts
CHANGED
|
@@ -38533,28 +38533,14 @@ declare const _default: {
|
|
|
38533
38533
|
};
|
|
38534
38534
|
device_type: {
|
|
38535
38535
|
description: string;
|
|
38536
|
-
|
|
38537
|
-
|
|
38538
|
-
type: string;
|
|
38539
|
-
description?: never;
|
|
38540
|
-
} | {
|
|
38541
|
-
description: string;
|
|
38542
|
-
enum: string[];
|
|
38543
|
-
type: string;
|
|
38544
|
-
})[];
|
|
38536
|
+
enum: string[];
|
|
38537
|
+
type: string;
|
|
38545
38538
|
};
|
|
38546
38539
|
device_types: {
|
|
38547
38540
|
description: string;
|
|
38548
38541
|
items: {
|
|
38549
|
-
|
|
38550
|
-
|
|
38551
|
-
type: string;
|
|
38552
|
-
description?: never;
|
|
38553
|
-
} | {
|
|
38554
|
-
description: string;
|
|
38555
|
-
enum: string[];
|
|
38556
|
-
type: string;
|
|
38557
|
-
})[];
|
|
38542
|
+
enum: string[];
|
|
38543
|
+
type: string;
|
|
38558
38544
|
};
|
|
38559
38545
|
type: string;
|
|
38560
38546
|
};
|
|
@@ -58975,7 +58961,7 @@ interface Routes {
|
|
|
58975
58961
|
user_identity_email_address?: string | undefined;
|
|
58976
58962
|
/** ID of the `acs_system` for which you want to retrieve all `acs_user`s. */
|
|
58977
58963
|
acs_system_id?: string | undefined;
|
|
58978
|
-
/** String for which to search. Filters returned `acs_user`s to include all records that satisfy a partial match using `full_name`, `phone_number`, or `
|
|
58964
|
+
/** String for which to search. Filters returned `acs_user`s to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `acs_user_id`, `user_identity_id`, `user_identity_full_name` or `user_identity_phone_number`. */
|
|
58979
58965
|
search?: string | undefined;
|
|
58980
58966
|
/** Maximum number of records to return per page. */
|
|
58981
58967
|
limit?: number;
|
|
@@ -68248,11 +68234,11 @@ interface Routes {
|
|
|
68248
68234
|
/** ID of the Connect Webview by which to filter devices. */
|
|
68249
68235
|
connect_webview_id?: string | undefined;
|
|
68250
68236
|
/** Device type by which to filter devices. */
|
|
68251
|
-
device_type?: (
|
|
68237
|
+
device_type?: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | undefined;
|
|
68252
68238
|
/** Array of device types by which to filter devices. */
|
|
68253
|
-
device_types?: Array<
|
|
68239
|
+
device_types?: Array<'akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock'> | undefined;
|
|
68254
68240
|
/** Manufacturer by which to filter devices. */
|
|
68255
|
-
manufacturer?: ('akuvox' | 'august' | '
|
|
68241
|
+
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'smartthings' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles') | undefined;
|
|
68256
68242
|
/** Array of device IDs by which to filter devices. */
|
|
68257
68243
|
device_ids?: string[] | undefined;
|
|
68258
68244
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -19136,28 +19136,14 @@ declare const _default: {
|
|
|
19136
19136
|
};
|
|
19137
19137
|
device_type: {
|
|
19138
19138
|
description: string;
|
|
19139
|
-
|
|
19140
|
-
|
|
19141
|
-
type: string;
|
|
19142
|
-
description?: never;
|
|
19143
|
-
} | {
|
|
19144
|
-
description: string;
|
|
19145
|
-
enum: string[];
|
|
19146
|
-
type: string;
|
|
19147
|
-
})[];
|
|
19139
|
+
enum: string[];
|
|
19140
|
+
type: string;
|
|
19148
19141
|
};
|
|
19149
19142
|
device_types: {
|
|
19150
19143
|
description: string;
|
|
19151
19144
|
items: {
|
|
19152
|
-
|
|
19153
|
-
|
|
19154
|
-
type: string;
|
|
19155
|
-
description?: never;
|
|
19156
|
-
} | {
|
|
19157
|
-
description: string;
|
|
19158
|
-
enum: string[];
|
|
19159
|
-
type: string;
|
|
19160
|
-
})[];
|
|
19145
|
+
enum: string[];
|
|
19146
|
+
type: string;
|
|
19161
19147
|
};
|
|
19162
19148
|
type: string;
|
|
19163
19149
|
};
|
|
@@ -19211,7 +19211,7 @@ export default {
|
|
|
19211
19211
|
type: 'string',
|
|
19212
19212
|
},
|
|
19213
19213
|
search: {
|
|
19214
|
-
description: 'String for which to search. Filters returned `acs_user`s to include all records that satisfy a partial match using `full_name`, `phone_number`, or `
|
|
19214
|
+
description: 'String for which to search. Filters returned `acs_user`s to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `acs_user_id`, `user_identity_id`, `user_identity_full_name` or `user_identity_phone_number`.',
|
|
19215
19215
|
minLength: 1,
|
|
19216
19216
|
type: 'string',
|
|
19217
19217
|
},
|
|
@@ -22663,116 +22663,70 @@ export default {
|
|
|
22663
22663
|
},
|
|
22664
22664
|
device_type: {
|
|
22665
22665
|
description: 'Device type by which to filter devices.',
|
|
22666
|
-
|
|
22667
|
-
|
|
22668
|
-
|
|
22669
|
-
|
|
22670
|
-
|
|
22671
|
-
|
|
22672
|
-
|
|
22673
|
-
|
|
22674
|
-
|
|
22675
|
-
|
|
22676
|
-
|
|
22677
|
-
|
|
22678
|
-
|
|
22679
|
-
|
|
22680
|
-
|
|
22681
|
-
|
|
22682
|
-
|
|
22683
|
-
|
|
22684
|
-
|
|
22685
|
-
|
|
22686
|
-
|
|
22687
|
-
|
|
22688
|
-
|
|
22689
|
-
|
|
22690
|
-
|
|
22691
|
-
|
|
22692
|
-
|
|
22693
|
-
|
|
22694
|
-
'tedee_lock',
|
|
22695
|
-
'akiles_lock',
|
|
22696
|
-
],
|
|
22697
|
-
type: 'string',
|
|
22698
|
-
},
|
|
22699
|
-
{
|
|
22700
|
-
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
22701
|
-
type: 'string',
|
|
22702
|
-
},
|
|
22703
|
-
{
|
|
22704
|
-
enum: [
|
|
22705
|
-
'ecobee_thermostat',
|
|
22706
|
-
'nest_thermostat',
|
|
22707
|
-
'honeywell_resideo_thermostat',
|
|
22708
|
-
'tado_thermostat',
|
|
22709
|
-
'sensi_thermostat',
|
|
22710
|
-
],
|
|
22711
|
-
type: 'string',
|
|
22712
|
-
},
|
|
22713
|
-
{
|
|
22714
|
-
description: 'Type of phone.',
|
|
22715
|
-
enum: ['ios_phone', 'android_phone'],
|
|
22716
|
-
type: 'string',
|
|
22717
|
-
},
|
|
22666
|
+
enum: [
|
|
22667
|
+
'akuvox_lock',
|
|
22668
|
+
'august_lock',
|
|
22669
|
+
'brivo_access_point',
|
|
22670
|
+
'butterflymx_panel',
|
|
22671
|
+
'avigilon_alta_entry',
|
|
22672
|
+
'doorking_lock',
|
|
22673
|
+
'genie_door',
|
|
22674
|
+
'igloo_lock',
|
|
22675
|
+
'linear_lock',
|
|
22676
|
+
'lockly_lock',
|
|
22677
|
+
'kwikset_lock',
|
|
22678
|
+
'nuki_lock',
|
|
22679
|
+
'salto_lock',
|
|
22680
|
+
'schlage_lock',
|
|
22681
|
+
'seam_relay',
|
|
22682
|
+
'smartthings_lock',
|
|
22683
|
+
'wyze_lock',
|
|
22684
|
+
'yale_lock',
|
|
22685
|
+
'two_n_intercom',
|
|
22686
|
+
'controlbyweb_device',
|
|
22687
|
+
'ttlock_lock',
|
|
22688
|
+
'igloohome_lock',
|
|
22689
|
+
'hubitat_lock',
|
|
22690
|
+
'four_suites_door',
|
|
22691
|
+
'dormakaba_oracode_door',
|
|
22692
|
+
'tedee_lock',
|
|
22693
|
+
'akiles_lock',
|
|
22718
22694
|
],
|
|
22695
|
+
type: 'string',
|
|
22719
22696
|
},
|
|
22720
22697
|
device_types: {
|
|
22721
22698
|
description: 'Array of device types by which to filter devices.',
|
|
22722
22699
|
items: {
|
|
22723
|
-
|
|
22724
|
-
|
|
22725
|
-
|
|
22726
|
-
|
|
22727
|
-
|
|
22728
|
-
|
|
22729
|
-
|
|
22730
|
-
|
|
22731
|
-
|
|
22732
|
-
|
|
22733
|
-
|
|
22734
|
-
|
|
22735
|
-
|
|
22736
|
-
|
|
22737
|
-
|
|
22738
|
-
|
|
22739
|
-
|
|
22740
|
-
|
|
22741
|
-
|
|
22742
|
-
|
|
22743
|
-
|
|
22744
|
-
|
|
22745
|
-
|
|
22746
|
-
|
|
22747
|
-
|
|
22748
|
-
|
|
22749
|
-
|
|
22750
|
-
|
|
22751
|
-
'tedee_lock',
|
|
22752
|
-
'akiles_lock',
|
|
22753
|
-
],
|
|
22754
|
-
type: 'string',
|
|
22755
|
-
},
|
|
22756
|
-
{
|
|
22757
|
-
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
22758
|
-
type: 'string',
|
|
22759
|
-
},
|
|
22760
|
-
{
|
|
22761
|
-
enum: [
|
|
22762
|
-
'ecobee_thermostat',
|
|
22763
|
-
'nest_thermostat',
|
|
22764
|
-
'honeywell_resideo_thermostat',
|
|
22765
|
-
'tado_thermostat',
|
|
22766
|
-
'sensi_thermostat',
|
|
22767
|
-
],
|
|
22768
|
-
type: 'string',
|
|
22769
|
-
},
|
|
22770
|
-
{
|
|
22771
|
-
description: 'Type of phone.',
|
|
22772
|
-
enum: ['ios_phone', 'android_phone'],
|
|
22773
|
-
type: 'string',
|
|
22774
|
-
},
|
|
22700
|
+
enum: [
|
|
22701
|
+
'akuvox_lock',
|
|
22702
|
+
'august_lock',
|
|
22703
|
+
'brivo_access_point',
|
|
22704
|
+
'butterflymx_panel',
|
|
22705
|
+
'avigilon_alta_entry',
|
|
22706
|
+
'doorking_lock',
|
|
22707
|
+
'genie_door',
|
|
22708
|
+
'igloo_lock',
|
|
22709
|
+
'linear_lock',
|
|
22710
|
+
'lockly_lock',
|
|
22711
|
+
'kwikset_lock',
|
|
22712
|
+
'nuki_lock',
|
|
22713
|
+
'salto_lock',
|
|
22714
|
+
'schlage_lock',
|
|
22715
|
+
'seam_relay',
|
|
22716
|
+
'smartthings_lock',
|
|
22717
|
+
'wyze_lock',
|
|
22718
|
+
'yale_lock',
|
|
22719
|
+
'two_n_intercom',
|
|
22720
|
+
'controlbyweb_device',
|
|
22721
|
+
'ttlock_lock',
|
|
22722
|
+
'igloohome_lock',
|
|
22723
|
+
'hubitat_lock',
|
|
22724
|
+
'four_suites_door',
|
|
22725
|
+
'dormakaba_oracode_door',
|
|
22726
|
+
'tedee_lock',
|
|
22727
|
+
'akiles_lock',
|
|
22775
22728
|
],
|
|
22729
|
+
type: 'string',
|
|
22776
22730
|
},
|
|
22777
22731
|
type: 'array',
|
|
22778
22732
|
},
|
|
@@ -22827,41 +22781,31 @@ export default {
|
|
|
22827
22781
|
enum: [
|
|
22828
22782
|
'akuvox',
|
|
22829
22783
|
'august',
|
|
22830
|
-
'avigilon_alta',
|
|
22831
22784
|
'brivo',
|
|
22832
22785
|
'butterflymx',
|
|
22786
|
+
'avigilon_alta',
|
|
22833
22787
|
'doorking',
|
|
22834
|
-
'four_suites',
|
|
22835
22788
|
'genie',
|
|
22836
22789
|
'igloo',
|
|
22837
|
-
'keywe',
|
|
22838
|
-
'kwikset',
|
|
22839
22790
|
'linear',
|
|
22840
22791
|
'lockly',
|
|
22792
|
+
'kwikset',
|
|
22841
22793
|
'nuki',
|
|
22842
|
-
'philia',
|
|
22843
22794
|
'salto',
|
|
22844
|
-
'samsung',
|
|
22845
22795
|
'schlage',
|
|
22846
22796
|
'seam',
|
|
22847
|
-
'
|
|
22797
|
+
'smartthings',
|
|
22848
22798
|
'wyze',
|
|
22849
22799
|
'yale',
|
|
22850
|
-
'minut',
|
|
22851
22800
|
'two_n',
|
|
22801
|
+
'controlbyweb',
|
|
22852
22802
|
'ttlock',
|
|
22853
|
-
'nest',
|
|
22854
22803
|
'igloohome',
|
|
22855
|
-
'ecobee',
|
|
22856
22804
|
'hubitat',
|
|
22857
|
-
'
|
|
22858
|
-
'smartthings',
|
|
22805
|
+
'four_suites',
|
|
22859
22806
|
'dormakaba_oracode',
|
|
22860
22807
|
'tedee',
|
|
22861
|
-
'honeywell_resideo',
|
|
22862
22808
|
'akiles',
|
|
22863
|
-
'tado',
|
|
22864
|
-
'sensi',
|
|
22865
22809
|
],
|
|
22866
22810
|
type: 'string',
|
|
22867
22811
|
},
|