@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
|
@@ -11988,7 +11988,7 @@ export interface Routes {
|
|
|
11988
11988
|
user_identity_email_address?: string | undefined;
|
|
11989
11989
|
/** ID of the `acs_system` for which you want to retrieve all `acs_user`s. */
|
|
11990
11990
|
acs_system_id?: string | undefined;
|
|
11991
|
-
/** 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 `
|
|
11991
|
+
/** 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`. */
|
|
11992
11992
|
search?: string | undefined;
|
|
11993
11993
|
/** Maximum number of records to return per page. */
|
|
11994
11994
|
limit?: number;
|
|
@@ -21261,11 +21261,11 @@ export interface Routes {
|
|
|
21261
21261
|
/** ID of the Connect Webview by which to filter devices. */
|
|
21262
21262
|
connect_webview_id?: string | undefined;
|
|
21263
21263
|
/** Device type by which to filter devices. */
|
|
21264
|
-
device_type?: (
|
|
21264
|
+
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;
|
|
21265
21265
|
/** Array of device types by which to filter devices. */
|
|
21266
|
-
device_types?: Array<
|
|
21266
|
+
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;
|
|
21267
21267
|
/** Manufacturer by which to filter devices. */
|
|
21268
|
-
manufacturer?: ('akuvox' | 'august' | '
|
|
21268
|
+
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;
|
|
21269
21269
|
/** Array of device IDs by which to filter devices. */
|
|
21270
21270
|
device_ids?: string[] | undefined;
|
|
21271
21271
|
/** Numerical limit on the number of devices to return. */
|
package/package.json
CHANGED
|
@@ -20635,7 +20635,7 @@ export default {
|
|
|
20635
20635
|
},
|
|
20636
20636
|
search: {
|
|
20637
20637
|
description:
|
|
20638
|
-
'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 `
|
|
20638
|
+
'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`.',
|
|
20639
20639
|
minLength: 1,
|
|
20640
20640
|
type: 'string',
|
|
20641
20641
|
},
|
|
@@ -24140,117 +24140,71 @@ export default {
|
|
|
24140
24140
|
},
|
|
24141
24141
|
device_type: {
|
|
24142
24142
|
description: 'Device type by which to filter devices.',
|
|
24143
|
-
|
|
24144
|
-
|
|
24145
|
-
|
|
24146
|
-
|
|
24147
|
-
|
|
24148
|
-
|
|
24149
|
-
|
|
24150
|
-
|
|
24151
|
-
|
|
24152
|
-
|
|
24153
|
-
|
|
24154
|
-
|
|
24155
|
-
|
|
24156
|
-
|
|
24157
|
-
|
|
24158
|
-
|
|
24159
|
-
|
|
24160
|
-
|
|
24161
|
-
|
|
24162
|
-
|
|
24163
|
-
|
|
24164
|
-
|
|
24165
|
-
|
|
24166
|
-
|
|
24167
|
-
|
|
24168
|
-
|
|
24169
|
-
|
|
24170
|
-
|
|
24171
|
-
'tedee_lock',
|
|
24172
|
-
'akiles_lock',
|
|
24173
|
-
],
|
|
24174
|
-
type: 'string',
|
|
24175
|
-
},
|
|
24176
|
-
{
|
|
24177
|
-
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
24178
|
-
type: 'string',
|
|
24179
|
-
},
|
|
24180
|
-
{
|
|
24181
|
-
enum: [
|
|
24182
|
-
'ecobee_thermostat',
|
|
24183
|
-
'nest_thermostat',
|
|
24184
|
-
'honeywell_resideo_thermostat',
|
|
24185
|
-
'tado_thermostat',
|
|
24186
|
-
'sensi_thermostat',
|
|
24187
|
-
],
|
|
24188
|
-
type: 'string',
|
|
24189
|
-
},
|
|
24190
|
-
{
|
|
24191
|
-
description: 'Type of phone.',
|
|
24192
|
-
enum: ['ios_phone', 'android_phone'],
|
|
24193
|
-
type: 'string',
|
|
24194
|
-
},
|
|
24143
|
+
enum: [
|
|
24144
|
+
'akuvox_lock',
|
|
24145
|
+
'august_lock',
|
|
24146
|
+
'brivo_access_point',
|
|
24147
|
+
'butterflymx_panel',
|
|
24148
|
+
'avigilon_alta_entry',
|
|
24149
|
+
'doorking_lock',
|
|
24150
|
+
'genie_door',
|
|
24151
|
+
'igloo_lock',
|
|
24152
|
+
'linear_lock',
|
|
24153
|
+
'lockly_lock',
|
|
24154
|
+
'kwikset_lock',
|
|
24155
|
+
'nuki_lock',
|
|
24156
|
+
'salto_lock',
|
|
24157
|
+
'schlage_lock',
|
|
24158
|
+
'seam_relay',
|
|
24159
|
+
'smartthings_lock',
|
|
24160
|
+
'wyze_lock',
|
|
24161
|
+
'yale_lock',
|
|
24162
|
+
'two_n_intercom',
|
|
24163
|
+
'controlbyweb_device',
|
|
24164
|
+
'ttlock_lock',
|
|
24165
|
+
'igloohome_lock',
|
|
24166
|
+
'hubitat_lock',
|
|
24167
|
+
'four_suites_door',
|
|
24168
|
+
'dormakaba_oracode_door',
|
|
24169
|
+
'tedee_lock',
|
|
24170
|
+
'akiles_lock',
|
|
24195
24171
|
],
|
|
24172
|
+
type: 'string',
|
|
24196
24173
|
},
|
|
24197
24174
|
device_types: {
|
|
24198
24175
|
description:
|
|
24199
24176
|
'Array of device types by which to filter devices.',
|
|
24200
24177
|
items: {
|
|
24201
|
-
|
|
24202
|
-
|
|
24203
|
-
|
|
24204
|
-
|
|
24205
|
-
|
|
24206
|
-
|
|
24207
|
-
|
|
24208
|
-
|
|
24209
|
-
|
|
24210
|
-
|
|
24211
|
-
|
|
24212
|
-
|
|
24213
|
-
|
|
24214
|
-
|
|
24215
|
-
|
|
24216
|
-
|
|
24217
|
-
|
|
24218
|
-
|
|
24219
|
-
|
|
24220
|
-
|
|
24221
|
-
|
|
24222
|
-
|
|
24223
|
-
|
|
24224
|
-
|
|
24225
|
-
|
|
24226
|
-
|
|
24227
|
-
|
|
24228
|
-
|
|
24229
|
-
'tedee_lock',
|
|
24230
|
-
'akiles_lock',
|
|
24231
|
-
],
|
|
24232
|
-
type: 'string',
|
|
24233
|
-
},
|
|
24234
|
-
{
|
|
24235
|
-
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
24236
|
-
type: 'string',
|
|
24237
|
-
},
|
|
24238
|
-
{
|
|
24239
|
-
enum: [
|
|
24240
|
-
'ecobee_thermostat',
|
|
24241
|
-
'nest_thermostat',
|
|
24242
|
-
'honeywell_resideo_thermostat',
|
|
24243
|
-
'tado_thermostat',
|
|
24244
|
-
'sensi_thermostat',
|
|
24245
|
-
],
|
|
24246
|
-
type: 'string',
|
|
24247
|
-
},
|
|
24248
|
-
{
|
|
24249
|
-
description: 'Type of phone.',
|
|
24250
|
-
enum: ['ios_phone', 'android_phone'],
|
|
24251
|
-
type: 'string',
|
|
24252
|
-
},
|
|
24178
|
+
enum: [
|
|
24179
|
+
'akuvox_lock',
|
|
24180
|
+
'august_lock',
|
|
24181
|
+
'brivo_access_point',
|
|
24182
|
+
'butterflymx_panel',
|
|
24183
|
+
'avigilon_alta_entry',
|
|
24184
|
+
'doorking_lock',
|
|
24185
|
+
'genie_door',
|
|
24186
|
+
'igloo_lock',
|
|
24187
|
+
'linear_lock',
|
|
24188
|
+
'lockly_lock',
|
|
24189
|
+
'kwikset_lock',
|
|
24190
|
+
'nuki_lock',
|
|
24191
|
+
'salto_lock',
|
|
24192
|
+
'schlage_lock',
|
|
24193
|
+
'seam_relay',
|
|
24194
|
+
'smartthings_lock',
|
|
24195
|
+
'wyze_lock',
|
|
24196
|
+
'yale_lock',
|
|
24197
|
+
'two_n_intercom',
|
|
24198
|
+
'controlbyweb_device',
|
|
24199
|
+
'ttlock_lock',
|
|
24200
|
+
'igloohome_lock',
|
|
24201
|
+
'hubitat_lock',
|
|
24202
|
+
'four_suites_door',
|
|
24203
|
+
'dormakaba_oracode_door',
|
|
24204
|
+
'tedee_lock',
|
|
24205
|
+
'akiles_lock',
|
|
24253
24206
|
],
|
|
24207
|
+
type: 'string',
|
|
24254
24208
|
},
|
|
24255
24209
|
type: 'array',
|
|
24256
24210
|
},
|
|
@@ -24306,41 +24260,31 @@ export default {
|
|
|
24306
24260
|
enum: [
|
|
24307
24261
|
'akuvox',
|
|
24308
24262
|
'august',
|
|
24309
|
-
'avigilon_alta',
|
|
24310
24263
|
'brivo',
|
|
24311
24264
|
'butterflymx',
|
|
24265
|
+
'avigilon_alta',
|
|
24312
24266
|
'doorking',
|
|
24313
|
-
'four_suites',
|
|
24314
24267
|
'genie',
|
|
24315
24268
|
'igloo',
|
|
24316
|
-
'keywe',
|
|
24317
|
-
'kwikset',
|
|
24318
24269
|
'linear',
|
|
24319
24270
|
'lockly',
|
|
24271
|
+
'kwikset',
|
|
24320
24272
|
'nuki',
|
|
24321
|
-
'philia',
|
|
24322
24273
|
'salto',
|
|
24323
|
-
'samsung',
|
|
24324
24274
|
'schlage',
|
|
24325
24275
|
'seam',
|
|
24326
|
-
'
|
|
24276
|
+
'smartthings',
|
|
24327
24277
|
'wyze',
|
|
24328
24278
|
'yale',
|
|
24329
|
-
'minut',
|
|
24330
24279
|
'two_n',
|
|
24280
|
+
'controlbyweb',
|
|
24331
24281
|
'ttlock',
|
|
24332
|
-
'nest',
|
|
24333
24282
|
'igloohome',
|
|
24334
|
-
'ecobee',
|
|
24335
24283
|
'hubitat',
|
|
24336
|
-
'
|
|
24337
|
-
'smartthings',
|
|
24284
|
+
'four_suites',
|
|
24338
24285
|
'dormakaba_oracode',
|
|
24339
24286
|
'tedee',
|
|
24340
|
-
'honeywell_resideo',
|
|
24341
24287
|
'akiles',
|
|
24342
|
-
'tado',
|
|
24343
|
-
'sensi',
|
|
24344
24288
|
],
|
|
24345
24289
|
type: 'string',
|
|
24346
24290
|
},
|
|
@@ -14119,7 +14119,7 @@ export interface Routes {
|
|
|
14119
14119
|
user_identity_email_address?: string | undefined
|
|
14120
14120
|
/** ID of the `acs_system` for which you want to retrieve all `acs_user`s. */
|
|
14121
14121
|
acs_system_id?: string | undefined
|
|
14122
|
-
/** 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 `
|
|
14122
|
+
/** 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`. */
|
|
14123
14123
|
search?: string | undefined
|
|
14124
14124
|
/** Maximum number of records to return per page. */
|
|
14125
14125
|
limit?: number
|
|
@@ -25723,87 +25723,65 @@ export interface Routes {
|
|
|
25723
25723
|
/** Device type by which to filter devices. */
|
|
25724
25724
|
device_type?:
|
|
25725
25725
|
| (
|
|
25726
|
-
|
|
|
25727
|
-
|
|
25728
|
-
|
|
25729
|
-
|
|
25730
|
-
|
|
25731
|
-
|
|
25732
|
-
|
|
25733
|
-
|
|
25734
|
-
|
|
25735
|
-
|
|
25736
|
-
|
|
25737
|
-
|
|
25738
|
-
|
|
25739
|
-
|
|
25740
|
-
|
|
25741
|
-
|
|
25742
|
-
|
|
25743
|
-
|
|
25744
|
-
|
|
25745
|
-
|
|
25746
|
-
|
|
25747
|
-
|
|
25748
|
-
|
|
25749
|
-
|
|
25750
|
-
|
|
25751
|
-
|
|
25752
|
-
|
|
25753
|
-
| 'akiles_lock'
|
|
25754
|
-
)
|
|
25755
|
-
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
25756
|
-
| (
|
|
25757
|
-
| 'ecobee_thermostat'
|
|
25758
|
-
| 'nest_thermostat'
|
|
25759
|
-
| 'honeywell_resideo_thermostat'
|
|
25760
|
-
| 'tado_thermostat'
|
|
25761
|
-
| 'sensi_thermostat'
|
|
25762
|
-
)
|
|
25763
|
-
| ('ios_phone' | 'android_phone')
|
|
25726
|
+
| 'akuvox_lock'
|
|
25727
|
+
| 'august_lock'
|
|
25728
|
+
| 'brivo_access_point'
|
|
25729
|
+
| 'butterflymx_panel'
|
|
25730
|
+
| 'avigilon_alta_entry'
|
|
25731
|
+
| 'doorking_lock'
|
|
25732
|
+
| 'genie_door'
|
|
25733
|
+
| 'igloo_lock'
|
|
25734
|
+
| 'linear_lock'
|
|
25735
|
+
| 'lockly_lock'
|
|
25736
|
+
| 'kwikset_lock'
|
|
25737
|
+
| 'nuki_lock'
|
|
25738
|
+
| 'salto_lock'
|
|
25739
|
+
| 'schlage_lock'
|
|
25740
|
+
| 'seam_relay'
|
|
25741
|
+
| 'smartthings_lock'
|
|
25742
|
+
| 'wyze_lock'
|
|
25743
|
+
| 'yale_lock'
|
|
25744
|
+
| 'two_n_intercom'
|
|
25745
|
+
| 'controlbyweb_device'
|
|
25746
|
+
| 'ttlock_lock'
|
|
25747
|
+
| 'igloohome_lock'
|
|
25748
|
+
| 'hubitat_lock'
|
|
25749
|
+
| 'four_suites_door'
|
|
25750
|
+
| 'dormakaba_oracode_door'
|
|
25751
|
+
| 'tedee_lock'
|
|
25752
|
+
| 'akiles_lock'
|
|
25764
25753
|
)
|
|
25765
25754
|
| undefined
|
|
25766
25755
|
/** Array of device types by which to filter devices. */
|
|
25767
25756
|
device_types?:
|
|
25768
25757
|
| Array<
|
|
25769
|
-
|
|
|
25770
|
-
|
|
25771
|
-
|
|
25772
|
-
|
|
25773
|
-
|
|
25774
|
-
|
|
25775
|
-
|
|
25776
|
-
|
|
25777
|
-
|
|
25778
|
-
|
|
25779
|
-
|
|
25780
|
-
|
|
25781
|
-
|
|
25782
|
-
|
|
25783
|
-
|
|
25784
|
-
|
|
25785
|
-
|
|
25786
|
-
|
|
25787
|
-
|
|
25788
|
-
|
|
25789
|
-
|
|
25790
|
-
|
|
25791
|
-
|
|
25792
|
-
|
|
25793
|
-
|
|
25794
|
-
|
|
25795
|
-
|
|
25796
|
-
| 'akiles_lock'
|
|
25797
|
-
)
|
|
25798
|
-
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
25799
|
-
| (
|
|
25800
|
-
| 'ecobee_thermostat'
|
|
25801
|
-
| 'nest_thermostat'
|
|
25802
|
-
| 'honeywell_resideo_thermostat'
|
|
25803
|
-
| 'tado_thermostat'
|
|
25804
|
-
| 'sensi_thermostat'
|
|
25805
|
-
)
|
|
25806
|
-
| ('ios_phone' | 'android_phone')
|
|
25758
|
+
| 'akuvox_lock'
|
|
25759
|
+
| 'august_lock'
|
|
25760
|
+
| 'brivo_access_point'
|
|
25761
|
+
| 'butterflymx_panel'
|
|
25762
|
+
| 'avigilon_alta_entry'
|
|
25763
|
+
| 'doorking_lock'
|
|
25764
|
+
| 'genie_door'
|
|
25765
|
+
| 'igloo_lock'
|
|
25766
|
+
| 'linear_lock'
|
|
25767
|
+
| 'lockly_lock'
|
|
25768
|
+
| 'kwikset_lock'
|
|
25769
|
+
| 'nuki_lock'
|
|
25770
|
+
| 'salto_lock'
|
|
25771
|
+
| 'schlage_lock'
|
|
25772
|
+
| 'seam_relay'
|
|
25773
|
+
| 'smartthings_lock'
|
|
25774
|
+
| 'wyze_lock'
|
|
25775
|
+
| 'yale_lock'
|
|
25776
|
+
| 'two_n_intercom'
|
|
25777
|
+
| 'controlbyweb_device'
|
|
25778
|
+
| 'ttlock_lock'
|
|
25779
|
+
| 'igloohome_lock'
|
|
25780
|
+
| 'hubitat_lock'
|
|
25781
|
+
| 'four_suites_door'
|
|
25782
|
+
| 'dormakaba_oracode_door'
|
|
25783
|
+
| 'tedee_lock'
|
|
25784
|
+
| 'akiles_lock'
|
|
25807
25785
|
>
|
|
25808
25786
|
| undefined
|
|
25809
25787
|
/** Manufacturer by which to filter devices. */
|
|
@@ -25811,41 +25789,31 @@ export interface Routes {
|
|
|
25811
25789
|
| (
|
|
25812
25790
|
| 'akuvox'
|
|
25813
25791
|
| 'august'
|
|
25814
|
-
| 'avigilon_alta'
|
|
25815
25792
|
| 'brivo'
|
|
25816
25793
|
| 'butterflymx'
|
|
25794
|
+
| 'avigilon_alta'
|
|
25817
25795
|
| 'doorking'
|
|
25818
|
-
| 'four_suites'
|
|
25819
25796
|
| 'genie'
|
|
25820
25797
|
| 'igloo'
|
|
25821
|
-
| 'keywe'
|
|
25822
|
-
| 'kwikset'
|
|
25823
25798
|
| 'linear'
|
|
25824
25799
|
| 'lockly'
|
|
25800
|
+
| 'kwikset'
|
|
25825
25801
|
| 'nuki'
|
|
25826
|
-
| 'philia'
|
|
25827
25802
|
| 'salto'
|
|
25828
|
-
| 'samsung'
|
|
25829
25803
|
| 'schlage'
|
|
25830
25804
|
| 'seam'
|
|
25831
|
-
| '
|
|
25805
|
+
| 'smartthings'
|
|
25832
25806
|
| 'wyze'
|
|
25833
25807
|
| 'yale'
|
|
25834
|
-
| 'minut'
|
|
25835
25808
|
| 'two_n'
|
|
25809
|
+
| 'controlbyweb'
|
|
25836
25810
|
| 'ttlock'
|
|
25837
|
-
| 'nest'
|
|
25838
25811
|
| 'igloohome'
|
|
25839
|
-
| 'ecobee'
|
|
25840
25812
|
| 'hubitat'
|
|
25841
|
-
| '
|
|
25842
|
-
| 'smartthings'
|
|
25813
|
+
| 'four_suites'
|
|
25843
25814
|
| 'dormakaba_oracode'
|
|
25844
25815
|
| 'tedee'
|
|
25845
|
-
| 'honeywell_resideo'
|
|
25846
25816
|
| 'akiles'
|
|
25847
|
-
| 'tado'
|
|
25848
|
-
| 'sensi'
|
|
25849
25817
|
)
|
|
25850
25818
|
| undefined
|
|
25851
25819
|
/** Array of device IDs by which to filter devices. */
|