@seamapi/types 1.900.0 → 1.902.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 +16 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -2
- package/dist/index.cjs +16 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +12 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +12 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -43504,7 +43504,7 @@ export type Routes = {
|
|
|
43504
43504
|
/** Array of device types for which you want to list devices. */
|
|
43505
43505
|
device_types?: (('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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera')[] | undefined;
|
|
43506
43506
|
/** Manufacturer for which you want to list devices. */
|
|
43507
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec') | undefined;
|
|
43507
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'slack') | undefined;
|
|
43508
43508
|
/** Array of device IDs for which you want to list devices. */
|
|
43509
43509
|
device_ids?: string[] | undefined;
|
|
43510
43510
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -45566,7 +45566,7 @@ export type Routes = {
|
|
|
45566
45566
|
/** Array of device types for which you want to list devices. */
|
|
45567
45567
|
device_types?: (('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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera')[] | undefined;
|
|
45568
45568
|
/** Manufacturer for which you want to list devices. */
|
|
45569
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec') | undefined;
|
|
45569
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'slack') | undefined;
|
|
45570
45570
|
/** Array of device IDs for which you want to list devices. */
|
|
45571
45571
|
device_ids?: string[] | undefined;
|
|
45572
45572
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
package/package.json
CHANGED
|
@@ -36042,6 +36042,7 @@ const openapi: OpenAPISpec = {
|
|
|
36042
36042
|
},
|
|
36043
36043
|
security: [
|
|
36044
36044
|
{ client_session: [] },
|
|
36045
|
+
{ client_session_with_customer: [] },
|
|
36045
36046
|
{ pat_with_workspace: [] },
|
|
36046
36047
|
{ console_session_with_workspace: [] },
|
|
36047
36048
|
{ api_key: [] },
|
|
@@ -36114,6 +36115,7 @@ const openapi: OpenAPISpec = {
|
|
|
36114
36115
|
},
|
|
36115
36116
|
security: [
|
|
36116
36117
|
{ client_session: [] },
|
|
36118
|
+
{ client_session_with_customer: [] },
|
|
36117
36119
|
{ pat_with_workspace: [] },
|
|
36118
36120
|
{ console_session_with_workspace: [] },
|
|
36119
36121
|
{ api_key: [] },
|
|
@@ -36178,6 +36180,7 @@ const openapi: OpenAPISpec = {
|
|
|
36178
36180
|
},
|
|
36179
36181
|
security: [
|
|
36180
36182
|
{ client_session: [] },
|
|
36183
|
+
{ client_session_with_customer: [] },
|
|
36181
36184
|
{ pat_with_workspace: [] },
|
|
36182
36185
|
{ console_session_with_workspace: [] },
|
|
36183
36186
|
{ api_key: [] },
|
|
@@ -36240,6 +36243,7 @@ const openapi: OpenAPISpec = {
|
|
|
36240
36243
|
},
|
|
36241
36244
|
security: [
|
|
36242
36245
|
{ client_session: [] },
|
|
36246
|
+
{ client_session_with_customer: [] },
|
|
36243
36247
|
{ pat_with_workspace: [] },
|
|
36244
36248
|
{ console_session_with_workspace: [] },
|
|
36245
36249
|
{ api_key: [] },
|
|
@@ -36312,6 +36316,7 @@ const openapi: OpenAPISpec = {
|
|
|
36312
36316
|
},
|
|
36313
36317
|
security: [
|
|
36314
36318
|
{ client_session: [] },
|
|
36319
|
+
{ client_session_with_customer: [] },
|
|
36315
36320
|
{ pat_with_workspace: [] },
|
|
36316
36321
|
{ console_session_with_workspace: [] },
|
|
36317
36322
|
{ api_key: [] },
|
|
@@ -36379,6 +36384,7 @@ const openapi: OpenAPISpec = {
|
|
|
36379
36384
|
},
|
|
36380
36385
|
security: [
|
|
36381
36386
|
{ client_session: [] },
|
|
36387
|
+
{ client_session_with_customer: [] },
|
|
36382
36388
|
{ pat_with_workspace: [] },
|
|
36383
36389
|
{ console_session_with_workspace: [] },
|
|
36384
36390
|
{ api_key: [] },
|
|
@@ -36638,6 +36644,7 @@ const openapi: OpenAPISpec = {
|
|
|
36638
36644
|
},
|
|
36639
36645
|
security: [
|
|
36640
36646
|
{ client_session: [] },
|
|
36647
|
+
{ client_session_with_customer: [] },
|
|
36641
36648
|
{ pat_with_workspace: [] },
|
|
36642
36649
|
{ console_session_with_workspace: [] },
|
|
36643
36650
|
{ api_key: [] },
|
|
@@ -36705,6 +36712,7 @@ const openapi: OpenAPISpec = {
|
|
|
36705
36712
|
},
|
|
36706
36713
|
security: [
|
|
36707
36714
|
{ client_session: [] },
|
|
36715
|
+
{ client_session_with_customer: [] },
|
|
36708
36716
|
{ pat_with_workspace: [] },
|
|
36709
36717
|
{ console_session_with_workspace: [] },
|
|
36710
36718
|
{ api_key: [] },
|
|
@@ -56772,6 +56780,7 @@ const openapi: OpenAPISpec = {
|
|
|
56772
56780
|
'guesty',
|
|
56773
56781
|
'acuity_scheduling',
|
|
56774
56782
|
'omnitec',
|
|
56783
|
+
'slack',
|
|
56775
56784
|
],
|
|
56776
56785
|
type: 'string',
|
|
56777
56786
|
},
|
|
@@ -57294,6 +57303,7 @@ const openapi: OpenAPISpec = {
|
|
|
57294
57303
|
'guesty',
|
|
57295
57304
|
'acuity_scheduling',
|
|
57296
57305
|
'omnitec',
|
|
57306
|
+
'slack',
|
|
57297
57307
|
],
|
|
57298
57308
|
type: 'string',
|
|
57299
57309
|
},
|
|
@@ -59574,6 +59584,7 @@ const openapi: OpenAPISpec = {
|
|
|
59574
59584
|
'guesty',
|
|
59575
59585
|
'acuity_scheduling',
|
|
59576
59586
|
'omnitec',
|
|
59587
|
+
'slack',
|
|
59577
59588
|
],
|
|
59578
59589
|
type: 'string',
|
|
59579
59590
|
},
|
|
@@ -60095,6 +60106,7 @@ const openapi: OpenAPISpec = {
|
|
|
60095
60106
|
'guesty',
|
|
60096
60107
|
'acuity_scheduling',
|
|
60097
60108
|
'omnitec',
|
|
60109
|
+
'slack',
|
|
60098
60110
|
],
|
|
60099
60111
|
type: 'string',
|
|
60100
60112
|
},
|
|
@@ -50626,6 +50626,7 @@ export type Routes = {
|
|
|
50626
50626
|
| 'guesty'
|
|
50627
50627
|
| 'acuity_scheduling'
|
|
50628
50628
|
| 'omnitec'
|
|
50629
|
+
| 'slack'
|
|
50629
50630
|
)
|
|
50630
50631
|
| undefined
|
|
50631
50632
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -54687,6 +54688,7 @@ export type Routes = {
|
|
|
54687
54688
|
| 'guesty'
|
|
54688
54689
|
| 'acuity_scheduling'
|
|
54689
54690
|
| 'omnitec'
|
|
54691
|
+
| 'slack'
|
|
54690
54692
|
)
|
|
54691
54693
|
| undefined
|
|
54692
54694
|
/** Array of device IDs for which you want to list devices. */
|