@seamapi/types 1.373.2 → 1.373.3
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 -145
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +7 -21
- package/lib/seam/connect/openapi.d.ts +4 -18
- package/lib/seam/connect/openapi.js +5 -145
- 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 +5 -145
- package/src/lib/seam/connect/route-types.ts +3 -123
package/dist/connect.d.cts
CHANGED
|
@@ -38993,28 +38993,14 @@ declare const _default: {
|
|
|
38993
38993
|
};
|
|
38994
38994
|
device_type: {
|
|
38995
38995
|
description: string;
|
|
38996
|
-
|
|
38997
|
-
|
|
38998
|
-
type: string;
|
|
38999
|
-
description?: never;
|
|
39000
|
-
} | {
|
|
39001
|
-
description: string;
|
|
39002
|
-
enum: string[];
|
|
39003
|
-
type: string;
|
|
39004
|
-
})[];
|
|
38996
|
+
enum: string[];
|
|
38997
|
+
type: string;
|
|
39005
38998
|
};
|
|
39006
38999
|
device_types: {
|
|
39007
39000
|
description: string;
|
|
39008
39001
|
items: {
|
|
39009
|
-
|
|
39010
|
-
|
|
39011
|
-
type: string;
|
|
39012
|
-
description?: never;
|
|
39013
|
-
} | {
|
|
39014
|
-
description: string;
|
|
39015
|
-
enum: string[];
|
|
39016
|
-
type: string;
|
|
39017
|
-
})[];
|
|
39002
|
+
enum: string[];
|
|
39003
|
+
type: string;
|
|
39018
39004
|
};
|
|
39019
39005
|
type: string;
|
|
39020
39006
|
};
|
|
@@ -71622,11 +71608,11 @@ interface Routes {
|
|
|
71622
71608
|
/** ID of the Connect Webview by which to filter devices. */
|
|
71623
71609
|
connect_webview_id?: string | undefined;
|
|
71624
71610
|
/** Device type by which to filter devices. */
|
|
71625
|
-
device_type?: (
|
|
71611
|
+
device_type?: ('noiseaware_activity_zone' | 'minut_sensor') | undefined;
|
|
71626
71612
|
/** Array of device types by which to filter devices. */
|
|
71627
|
-
device_types?: Array<
|
|
71613
|
+
device_types?: Array<'noiseaware_activity_zone' | 'minut_sensor'> | undefined;
|
|
71628
71614
|
/** Manufacturer by which to filter devices. */
|
|
71629
|
-
manufacturer?: ('
|
|
71615
|
+
manufacturer?: ('noiseaware' | 'minut') | undefined;
|
|
71630
71616
|
/** Array of device IDs by which to filter devices. */
|
|
71631
71617
|
device_ids?: string[] | undefined;
|
|
71632
71618
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -19596,28 +19596,14 @@ declare const _default: {
|
|
|
19596
19596
|
};
|
|
19597
19597
|
device_type: {
|
|
19598
19598
|
description: string;
|
|
19599
|
-
|
|
19600
|
-
|
|
19601
|
-
type: string;
|
|
19602
|
-
description?: never;
|
|
19603
|
-
} | {
|
|
19604
|
-
description: string;
|
|
19605
|
-
enum: string[];
|
|
19606
|
-
type: string;
|
|
19607
|
-
})[];
|
|
19599
|
+
enum: string[];
|
|
19600
|
+
type: string;
|
|
19608
19601
|
};
|
|
19609
19602
|
device_types: {
|
|
19610
19603
|
description: string;
|
|
19611
19604
|
items: {
|
|
19612
|
-
|
|
19613
|
-
|
|
19614
|
-
type: string;
|
|
19615
|
-
description?: never;
|
|
19616
|
-
} | {
|
|
19617
|
-
description: string;
|
|
19618
|
-
enum: string[];
|
|
19619
|
-
type: string;
|
|
19620
|
-
})[];
|
|
19605
|
+
enum: string[];
|
|
19606
|
+
type: string;
|
|
19621
19607
|
};
|
|
19622
19608
|
type: string;
|
|
19623
19609
|
};
|
|
@@ -23102,116 +23102,14 @@ export default {
|
|
|
23102
23102
|
},
|
|
23103
23103
|
device_type: {
|
|
23104
23104
|
description: 'Device type by which to filter devices.',
|
|
23105
|
-
|
|
23106
|
-
|
|
23107
|
-
enum: [
|
|
23108
|
-
'akuvox_lock',
|
|
23109
|
-
'august_lock',
|
|
23110
|
-
'brivo_access_point',
|
|
23111
|
-
'butterflymx_panel',
|
|
23112
|
-
'avigilon_alta_entry',
|
|
23113
|
-
'doorking_lock',
|
|
23114
|
-
'genie_door',
|
|
23115
|
-
'igloo_lock',
|
|
23116
|
-
'linear_lock',
|
|
23117
|
-
'lockly_lock',
|
|
23118
|
-
'kwikset_lock',
|
|
23119
|
-
'nuki_lock',
|
|
23120
|
-
'salto_lock',
|
|
23121
|
-
'schlage_lock',
|
|
23122
|
-
'seam_relay',
|
|
23123
|
-
'smartthings_lock',
|
|
23124
|
-
'wyze_lock',
|
|
23125
|
-
'yale_lock',
|
|
23126
|
-
'two_n_intercom',
|
|
23127
|
-
'controlbyweb_device',
|
|
23128
|
-
'ttlock_lock',
|
|
23129
|
-
'igloohome_lock',
|
|
23130
|
-
'hubitat_lock',
|
|
23131
|
-
'four_suites_door',
|
|
23132
|
-
'dormakaba_oracode_door',
|
|
23133
|
-
'tedee_lock',
|
|
23134
|
-
'akiles_lock',
|
|
23135
|
-
],
|
|
23136
|
-
type: 'string',
|
|
23137
|
-
},
|
|
23138
|
-
{
|
|
23139
|
-
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
23140
|
-
type: 'string',
|
|
23141
|
-
},
|
|
23142
|
-
{
|
|
23143
|
-
enum: [
|
|
23144
|
-
'ecobee_thermostat',
|
|
23145
|
-
'nest_thermostat',
|
|
23146
|
-
'honeywell_resideo_thermostat',
|
|
23147
|
-
'tado_thermostat',
|
|
23148
|
-
'sensi_thermostat',
|
|
23149
|
-
],
|
|
23150
|
-
type: 'string',
|
|
23151
|
-
},
|
|
23152
|
-
{
|
|
23153
|
-
description: 'Type of phone.',
|
|
23154
|
-
enum: ['ios_phone', 'android_phone'],
|
|
23155
|
-
type: 'string',
|
|
23156
|
-
},
|
|
23157
|
-
],
|
|
23105
|
+
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
23106
|
+
type: 'string',
|
|
23158
23107
|
},
|
|
23159
23108
|
device_types: {
|
|
23160
23109
|
description: 'Array of device types by which to filter devices.',
|
|
23161
23110
|
items: {
|
|
23162
|
-
|
|
23163
|
-
|
|
23164
|
-
enum: [
|
|
23165
|
-
'akuvox_lock',
|
|
23166
|
-
'august_lock',
|
|
23167
|
-
'brivo_access_point',
|
|
23168
|
-
'butterflymx_panel',
|
|
23169
|
-
'avigilon_alta_entry',
|
|
23170
|
-
'doorking_lock',
|
|
23171
|
-
'genie_door',
|
|
23172
|
-
'igloo_lock',
|
|
23173
|
-
'linear_lock',
|
|
23174
|
-
'lockly_lock',
|
|
23175
|
-
'kwikset_lock',
|
|
23176
|
-
'nuki_lock',
|
|
23177
|
-
'salto_lock',
|
|
23178
|
-
'schlage_lock',
|
|
23179
|
-
'seam_relay',
|
|
23180
|
-
'smartthings_lock',
|
|
23181
|
-
'wyze_lock',
|
|
23182
|
-
'yale_lock',
|
|
23183
|
-
'two_n_intercom',
|
|
23184
|
-
'controlbyweb_device',
|
|
23185
|
-
'ttlock_lock',
|
|
23186
|
-
'igloohome_lock',
|
|
23187
|
-
'hubitat_lock',
|
|
23188
|
-
'four_suites_door',
|
|
23189
|
-
'dormakaba_oracode_door',
|
|
23190
|
-
'tedee_lock',
|
|
23191
|
-
'akiles_lock',
|
|
23192
|
-
],
|
|
23193
|
-
type: 'string',
|
|
23194
|
-
},
|
|
23195
|
-
{
|
|
23196
|
-
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
23197
|
-
type: 'string',
|
|
23198
|
-
},
|
|
23199
|
-
{
|
|
23200
|
-
enum: [
|
|
23201
|
-
'ecobee_thermostat',
|
|
23202
|
-
'nest_thermostat',
|
|
23203
|
-
'honeywell_resideo_thermostat',
|
|
23204
|
-
'tado_thermostat',
|
|
23205
|
-
'sensi_thermostat',
|
|
23206
|
-
],
|
|
23207
|
-
type: 'string',
|
|
23208
|
-
},
|
|
23209
|
-
{
|
|
23210
|
-
description: 'Type of phone.',
|
|
23211
|
-
enum: ['ios_phone', 'android_phone'],
|
|
23212
|
-
type: 'string',
|
|
23213
|
-
},
|
|
23214
|
-
],
|
|
23111
|
+
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
23112
|
+
type: 'string',
|
|
23215
23113
|
},
|
|
23216
23114
|
type: 'array',
|
|
23217
23115
|
},
|
|
@@ -23263,45 +23161,7 @@ export default {
|
|
|
23263
23161
|
},
|
|
23264
23162
|
manufacturer: {
|
|
23265
23163
|
description: 'Manufacturer by which to filter devices.',
|
|
23266
|
-
enum: [
|
|
23267
|
-
'akuvox',
|
|
23268
|
-
'august',
|
|
23269
|
-
'avigilon_alta',
|
|
23270
|
-
'brivo',
|
|
23271
|
-
'butterflymx',
|
|
23272
|
-
'doorking',
|
|
23273
|
-
'four_suites',
|
|
23274
|
-
'genie',
|
|
23275
|
-
'igloo',
|
|
23276
|
-
'keywe',
|
|
23277
|
-
'kwikset',
|
|
23278
|
-
'linear',
|
|
23279
|
-
'lockly',
|
|
23280
|
-
'nuki',
|
|
23281
|
-
'philia',
|
|
23282
|
-
'salto',
|
|
23283
|
-
'samsung',
|
|
23284
|
-
'schlage',
|
|
23285
|
-
'seam',
|
|
23286
|
-
'unknown',
|
|
23287
|
-
'wyze',
|
|
23288
|
-
'yale',
|
|
23289
|
-
'minut',
|
|
23290
|
-
'two_n',
|
|
23291
|
-
'ttlock',
|
|
23292
|
-
'nest',
|
|
23293
|
-
'igloohome',
|
|
23294
|
-
'ecobee',
|
|
23295
|
-
'hubitat',
|
|
23296
|
-
'controlbyweb',
|
|
23297
|
-
'smartthings',
|
|
23298
|
-
'dormakaba_oracode',
|
|
23299
|
-
'tedee',
|
|
23300
|
-
'honeywell_resideo',
|
|
23301
|
-
'akiles',
|
|
23302
|
-
'tado',
|
|
23303
|
-
'sensi',
|
|
23304
|
-
],
|
|
23164
|
+
enum: ['noiseaware', 'minut'],
|
|
23305
23165
|
type: 'string',
|
|
23306
23166
|
},
|
|
23307
23167
|
unstable_location_id: {
|