@seamapi/types 1.404.4 → 1.405.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 +19 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +47 -3
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +6 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +3 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +10 -0
- package/lib/seam/connect/openapi.js +15 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +31 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +17 -0
- package/src/lib/seam/connect/route-types.ts +31 -0
|
@@ -9240,6 +9240,10 @@ export interface Routes {
|
|
|
9240
9240
|
}> | undefined;
|
|
9241
9241
|
/** The last time an internal sync job completed for this ACS user. */
|
|
9242
9242
|
last_successful_sync_at: string | null;
|
|
9243
|
+
/**
|
|
9244
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
9245
|
+
*/
|
|
9246
|
+
connected_account_id: string;
|
|
9243
9247
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
9244
9248
|
full_name?: string | undefined;
|
|
9245
9249
|
/**
|
|
@@ -15207,6 +15211,10 @@ export interface Routes {
|
|
|
15207
15211
|
}> | undefined;
|
|
15208
15212
|
/** The last time an internal sync job completed for this ACS user. */
|
|
15209
15213
|
last_successful_sync_at: string | null;
|
|
15214
|
+
/**
|
|
15215
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
15216
|
+
*/
|
|
15217
|
+
connected_account_id: string;
|
|
15210
15218
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
15211
15219
|
full_name?: string | undefined;
|
|
15212
15220
|
/**
|
|
@@ -15427,6 +15435,10 @@ export interface Routes {
|
|
|
15427
15435
|
}> | undefined;
|
|
15428
15436
|
/** The last time an internal sync job completed for this ACS user. */
|
|
15429
15437
|
last_successful_sync_at: string | null;
|
|
15438
|
+
/**
|
|
15439
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
15440
|
+
*/
|
|
15441
|
+
connected_account_id: string;
|
|
15430
15442
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
15431
15443
|
full_name?: string | undefined;
|
|
15432
15444
|
/**
|
|
@@ -15636,6 +15648,10 @@ export interface Routes {
|
|
|
15636
15648
|
}> | undefined;
|
|
15637
15649
|
/** The last time an internal sync job completed for this ACS user. */
|
|
15638
15650
|
last_successful_sync_at: string | null;
|
|
15651
|
+
/**
|
|
15652
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
15653
|
+
*/
|
|
15654
|
+
connected_account_id: string;
|
|
15639
15655
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
15640
15656
|
full_name?: string | undefined;
|
|
15641
15657
|
/**
|
|
@@ -15968,6 +15984,10 @@ export interface Routes {
|
|
|
15968
15984
|
}> | undefined;
|
|
15969
15985
|
/** The last time an internal sync job completed for this ACS user. */
|
|
15970
15986
|
last_successful_sync_at: string | null;
|
|
15987
|
+
/**
|
|
15988
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
15989
|
+
*/
|
|
15990
|
+
connected_account_id: string;
|
|
15971
15991
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
15972
15992
|
full_name?: string | undefined;
|
|
15973
15993
|
/**
|
|
@@ -16171,6 +16191,10 @@ export interface Routes {
|
|
|
16171
16191
|
}> | undefined;
|
|
16172
16192
|
/** The last time an internal sync job completed for this ACS user. */
|
|
16173
16193
|
last_successful_sync_at: string | null;
|
|
16194
|
+
/**
|
|
16195
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
16196
|
+
*/
|
|
16197
|
+
connected_account_id: string;
|
|
16174
16198
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
16175
16199
|
full_name?: string | undefined;
|
|
16176
16200
|
/**
|
|
@@ -20187,7 +20211,7 @@ export interface Routes {
|
|
|
20187
20211
|
/** Array of device types for which you want to list devices. */
|
|
20188
20212
|
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
|
|
20189
20213
|
/** Manufacturer for which you want to list devices. */
|
|
20190
|
-
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings') | undefined;
|
|
20214
|
+
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings') | undefined;
|
|
20191
20215
|
/** Array of device IDs for which you want to list devices. */
|
|
20192
20216
|
device_ids?: string[] | undefined;
|
|
20193
20217
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -21354,7 +21378,7 @@ export interface Routes {
|
|
|
21354
21378
|
/** Array of device types for which you want to list devices. */
|
|
21355
21379
|
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
|
|
21356
21380
|
/** Manufacturer for which you want to list devices. */
|
|
21357
|
-
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings') | undefined;
|
|
21381
|
+
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings') | undefined;
|
|
21358
21382
|
/** Array of device IDs for which you want to list devices. */
|
|
21359
21383
|
device_ids?: string[] | undefined;
|
|
21360
21384
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -26008,7 +26032,7 @@ export interface Routes {
|
|
|
26008
26032
|
/** Array of device types by which to filter devices. */
|
|
26009
26033
|
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;
|
|
26010
26034
|
/** Manufacturer by which to filter devices. */
|
|
26011
|
-
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'smartthings') | undefined;
|
|
26035
|
+
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'kwikset2' | 'smartthings') | undefined;
|
|
26012
26036
|
/** Array of device IDs for which you want to list devices. */
|
|
26013
26037
|
device_ids?: string[] | undefined;
|
|
26014
26038
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -53268,6 +53292,10 @@ export interface Routes {
|
|
|
53268
53292
|
}> | undefined;
|
|
53269
53293
|
/** The last time an internal sync job completed for this ACS user. */
|
|
53270
53294
|
last_successful_sync_at: string | null;
|
|
53295
|
+
/**
|
|
53296
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
53297
|
+
*/
|
|
53298
|
+
connected_account_id: string;
|
|
53271
53299
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
53272
53300
|
full_name?: string | undefined;
|
|
53273
53301
|
/**
|
package/package.json
CHANGED
|
@@ -308,6 +308,9 @@ const common_acs_user = z
|
|
|
308
308
|
---
|
|
309
309
|
The last time an internal sync job completed for this ACS user.
|
|
310
310
|
`),
|
|
311
|
+
connected_account_id: z.string().uuid().describe(`
|
|
312
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
313
|
+
`),
|
|
311
314
|
})
|
|
312
315
|
.merge(user_fields)
|
|
313
316
|
|
|
@@ -2777,6 +2777,12 @@ export default {
|
|
|
2777
2777
|
format: 'uuid',
|
|
2778
2778
|
type: 'string',
|
|
2779
2779
|
},
|
|
2780
|
+
connected_account_id: {
|
|
2781
|
+
description:
|
|
2782
|
+
'\n The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).\n ',
|
|
2783
|
+
format: 'uuid',
|
|
2784
|
+
type: 'string',
|
|
2785
|
+
},
|
|
2780
2786
|
created_at: {
|
|
2781
2787
|
description:
|
|
2782
2788
|
'Date and time at which the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created.',
|
|
@@ -3385,6 +3391,7 @@ export default {
|
|
|
3385
3391
|
'warnings',
|
|
3386
3392
|
'errors',
|
|
3387
3393
|
'last_successful_sync_at',
|
|
3394
|
+
'connected_account_id',
|
|
3388
3395
|
'is_managed',
|
|
3389
3396
|
],
|
|
3390
3397
|
type: 'object',
|
|
@@ -18087,6 +18094,12 @@ export default {
|
|
|
18087
18094
|
format: 'uuid',
|
|
18088
18095
|
type: 'string',
|
|
18089
18096
|
},
|
|
18097
|
+
connected_account_id: {
|
|
18098
|
+
description:
|
|
18099
|
+
'\n The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).\n ',
|
|
18100
|
+
format: 'uuid',
|
|
18101
|
+
type: 'string',
|
|
18102
|
+
},
|
|
18090
18103
|
created_at: {
|
|
18091
18104
|
description:
|
|
18092
18105
|
'Date and time at which the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created.',
|
|
@@ -18695,6 +18708,7 @@ export default {
|
|
|
18695
18708
|
'warnings',
|
|
18696
18709
|
'errors',
|
|
18697
18710
|
'last_successful_sync_at',
|
|
18711
|
+
'connected_account_id',
|
|
18698
18712
|
'is_managed',
|
|
18699
18713
|
],
|
|
18700
18714
|
type: 'object',
|
|
@@ -27730,6 +27744,7 @@ export default {
|
|
|
27730
27744
|
'akiles',
|
|
27731
27745
|
'ecobee',
|
|
27732
27746
|
'honeywell_resideo',
|
|
27747
|
+
'kwikset2',
|
|
27733
27748
|
'minut',
|
|
27734
27749
|
'nest',
|
|
27735
27750
|
'noiseaware',
|
|
@@ -28338,6 +28353,7 @@ export default {
|
|
|
28338
28353
|
'akiles',
|
|
28339
28354
|
'ecobee',
|
|
28340
28355
|
'honeywell_resideo',
|
|
28356
|
+
'kwikset2',
|
|
28341
28357
|
'minut',
|
|
28342
28358
|
'nest',
|
|
28343
28359
|
'noiseaware',
|
|
@@ -29270,6 +29286,7 @@ export default {
|
|
|
29270
29286
|
'dormakaba_oracode',
|
|
29271
29287
|
'tedee',
|
|
29272
29288
|
'akiles',
|
|
29289
|
+
'kwikset2',
|
|
29273
29290
|
'smartthings',
|
|
29274
29291
|
],
|
|
29275
29292
|
type: 'string',
|
|
@@ -10562,6 +10562,10 @@ export interface Routes {
|
|
|
10562
10562
|
| undefined
|
|
10563
10563
|
/** The last time an internal sync job completed for this ACS user. */
|
|
10564
10564
|
last_successful_sync_at: string | null
|
|
10565
|
+
/**
|
|
10566
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
10567
|
+
*/
|
|
10568
|
+
connected_account_id: string
|
|
10565
10569
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
10566
10570
|
full_name?: string | undefined
|
|
10567
10571
|
/**
|
|
@@ -17649,6 +17653,10 @@ export interface Routes {
|
|
|
17649
17653
|
| undefined
|
|
17650
17654
|
/** The last time an internal sync job completed for this ACS user. */
|
|
17651
17655
|
last_successful_sync_at: string | null
|
|
17656
|
+
/**
|
|
17657
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
17658
|
+
*/
|
|
17659
|
+
connected_account_id: string
|
|
17652
17660
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
17653
17661
|
full_name?: string | undefined
|
|
17654
17662
|
/**
|
|
@@ -17902,6 +17910,10 @@ export interface Routes {
|
|
|
17902
17910
|
| undefined
|
|
17903
17911
|
/** The last time an internal sync job completed for this ACS user. */
|
|
17904
17912
|
last_successful_sync_at: string | null
|
|
17913
|
+
/**
|
|
17914
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
17915
|
+
*/
|
|
17916
|
+
connected_account_id: string
|
|
17905
17917
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
17906
17918
|
full_name?: string | undefined
|
|
17907
17919
|
/**
|
|
@@ -18144,6 +18156,10 @@ export interface Routes {
|
|
|
18144
18156
|
| undefined
|
|
18145
18157
|
/** The last time an internal sync job completed for this ACS user. */
|
|
18146
18158
|
last_successful_sync_at: string | null
|
|
18159
|
+
/**
|
|
18160
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
18161
|
+
*/
|
|
18162
|
+
connected_account_id: string
|
|
18147
18163
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
18148
18164
|
full_name?: string | undefined
|
|
18149
18165
|
/**
|
|
@@ -18532,6 +18548,10 @@ export interface Routes {
|
|
|
18532
18548
|
| undefined
|
|
18533
18549
|
/** The last time an internal sync job completed for this ACS user. */
|
|
18534
18550
|
last_successful_sync_at: string | null
|
|
18551
|
+
/**
|
|
18552
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
18553
|
+
*/
|
|
18554
|
+
connected_account_id: string
|
|
18535
18555
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
18536
18556
|
full_name?: string | undefined
|
|
18537
18557
|
/**
|
|
@@ -18768,6 +18788,10 @@ export interface Routes {
|
|
|
18768
18788
|
| undefined
|
|
18769
18789
|
/** The last time an internal sync job completed for this ACS user. */
|
|
18770
18790
|
last_successful_sync_at: string | null
|
|
18791
|
+
/**
|
|
18792
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
18793
|
+
*/
|
|
18794
|
+
connected_account_id: string
|
|
18771
18795
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
18772
18796
|
full_name?: string | undefined
|
|
18773
18797
|
/**
|
|
@@ -23615,6 +23639,7 @@ export interface Routes {
|
|
|
23615
23639
|
| 'akiles'
|
|
23616
23640
|
| 'ecobee'
|
|
23617
23641
|
| 'honeywell_resideo'
|
|
23642
|
+
| 'kwikset2'
|
|
23618
23643
|
| 'minut'
|
|
23619
23644
|
| 'nest'
|
|
23620
23645
|
| 'noiseaware'
|
|
@@ -25317,6 +25342,7 @@ export interface Routes {
|
|
|
25317
25342
|
| 'akiles'
|
|
25318
25343
|
| 'ecobee'
|
|
25319
25344
|
| 'honeywell_resideo'
|
|
25345
|
+
| 'kwikset2'
|
|
25320
25346
|
| 'minut'
|
|
25321
25347
|
| 'nest'
|
|
25322
25348
|
| 'noiseaware'
|
|
@@ -31044,6 +31070,7 @@ export interface Routes {
|
|
|
31044
31070
|
| 'dormakaba_oracode'
|
|
31045
31071
|
| 'tedee'
|
|
31046
31072
|
| 'akiles'
|
|
31073
|
+
| 'kwikset2'
|
|
31047
31074
|
| 'smartthings'
|
|
31048
31075
|
)
|
|
31049
31076
|
| undefined
|
|
@@ -63769,6 +63796,10 @@ export interface Routes {
|
|
|
63769
63796
|
| undefined
|
|
63770
63797
|
/** The last time an internal sync job completed for this ACS user. */
|
|
63771
63798
|
last_successful_sync_at: string | null
|
|
63799
|
+
/**
|
|
63800
|
+
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
63801
|
+
*/
|
|
63802
|
+
connected_account_id: string
|
|
63772
63803
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
63773
63804
|
full_name?: string | undefined
|
|
63774
63805
|
/**
|