@seamapi/types 1.404.4 → 1.406.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 +171 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +283 -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 +210 -0
- package/lib/seam/connect/openapi.js +167 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +67 -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 +171 -0
- package/src/lib/seam/connect/route-types.ts +67 -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
|
/**
|
|
@@ -19239,6 +19263,18 @@ export interface Routes {
|
|
|
19239
19263
|
};
|
|
19240
19264
|
};
|
|
19241
19265
|
};
|
|
19266
|
+
'/connected_accounts/sync': {
|
|
19267
|
+
route: '/connected_accounts/sync';
|
|
19268
|
+
method: 'POST';
|
|
19269
|
+
queryParams: {};
|
|
19270
|
+
jsonBody: {
|
|
19271
|
+
/** ID of the connected account that you want to sync. */
|
|
19272
|
+
connected_account_id: string;
|
|
19273
|
+
};
|
|
19274
|
+
commonParams: {};
|
|
19275
|
+
formData: {};
|
|
19276
|
+
jsonResponse: {};
|
|
19277
|
+
};
|
|
19242
19278
|
'/connected_accounts/update': {
|
|
19243
19279
|
route: '/connected_accounts/update';
|
|
19244
19280
|
method: 'POST';
|
|
@@ -20187,7 +20223,7 @@ export interface Routes {
|
|
|
20187
20223
|
/** Array of device types for which you want to list devices. */
|
|
20188
20224
|
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
20225
|
/** 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;
|
|
20226
|
+
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
20227
|
/** Array of device IDs for which you want to list devices. */
|
|
20192
20228
|
device_ids?: string[] | undefined;
|
|
20193
20229
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -21354,7 +21390,7 @@ export interface Routes {
|
|
|
21354
21390
|
/** Array of device types for which you want to list devices. */
|
|
21355
21391
|
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
21392
|
/** 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;
|
|
21393
|
+
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
21394
|
/** Array of device IDs for which you want to list devices. */
|
|
21359
21395
|
device_ids?: string[] | undefined;
|
|
21360
21396
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -26008,7 +26044,7 @@ export interface Routes {
|
|
|
26008
26044
|
/** Array of device types by which to filter devices. */
|
|
26009
26045
|
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
26046
|
/** 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;
|
|
26047
|
+
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
26048
|
/** Array of device IDs for which you want to list devices. */
|
|
26013
26049
|
device_ids?: string[] | undefined;
|
|
26014
26050
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -50784,6 +50820,18 @@ export interface Routes {
|
|
|
50784
50820
|
};
|
|
50785
50821
|
};
|
|
50786
50822
|
};
|
|
50823
|
+
'/unstable_access_grants/delete': {
|
|
50824
|
+
route: '/unstable_access_grants/delete';
|
|
50825
|
+
method: 'GET' | 'POST';
|
|
50826
|
+
queryParams: {};
|
|
50827
|
+
jsonBody: {};
|
|
50828
|
+
commonParams: {
|
|
50829
|
+
/** ID of access grant to delete. */
|
|
50830
|
+
access_grant_id: string;
|
|
50831
|
+
};
|
|
50832
|
+
formData: {};
|
|
50833
|
+
jsonResponse: {};
|
|
50834
|
+
};
|
|
50787
50835
|
'/unstable_access_grants/get': {
|
|
50788
50836
|
route: '/unstable_access_grants/get';
|
|
50789
50837
|
method: 'GET' | 'POST';
|
|
@@ -50871,6 +50919,18 @@ export interface Routes {
|
|
|
50871
50919
|
}>;
|
|
50872
50920
|
};
|
|
50873
50921
|
};
|
|
50922
|
+
'/unstable_access_methods/delete': {
|
|
50923
|
+
route: '/unstable_access_methods/delete';
|
|
50924
|
+
method: 'GET' | 'POST';
|
|
50925
|
+
queryParams: {};
|
|
50926
|
+
jsonBody: {};
|
|
50927
|
+
commonParams: {
|
|
50928
|
+
/** ID of access method to get. */
|
|
50929
|
+
access_method_id: string;
|
|
50930
|
+
};
|
|
50931
|
+
formData: {};
|
|
50932
|
+
jsonResponse: {};
|
|
50933
|
+
};
|
|
50874
50934
|
'/unstable_access_methods/get': {
|
|
50875
50935
|
route: '/unstable_access_methods/get';
|
|
50876
50936
|
method: 'GET' | 'POST';
|
|
@@ -53268,6 +53328,10 @@ export interface Routes {
|
|
|
53268
53328
|
}> | undefined;
|
|
53269
53329
|
/** The last time an internal sync job completed for this ACS user. */
|
|
53270
53330
|
last_successful_sync_at: string | null;
|
|
53331
|
+
/**
|
|
53332
|
+
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).
|
|
53333
|
+
*/
|
|
53334
|
+
connected_account_id: string;
|
|
53271
53335
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
53272
53336
|
full_name?: string | undefined;
|
|
53273
53337
|
/**
|
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',
|
|
@@ -27288,6 +27302,58 @@ export default {
|
|
|
27288
27302
|
'x-title': 'List Connected Accounts',
|
|
27289
27303
|
},
|
|
27290
27304
|
},
|
|
27305
|
+
'/connected_accounts/sync': {
|
|
27306
|
+
post: {
|
|
27307
|
+
description:
|
|
27308
|
+
'Request a [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) sync attempt for the specified connected_account_id.',
|
|
27309
|
+
operationId: 'connectedAccountsSyncPost',
|
|
27310
|
+
requestBody: {
|
|
27311
|
+
content: {
|
|
27312
|
+
'application/json': {
|
|
27313
|
+
schema: {
|
|
27314
|
+
properties: {
|
|
27315
|
+
connected_account_id: {
|
|
27316
|
+
description:
|
|
27317
|
+
'ID of the connected account that you want to sync.',
|
|
27318
|
+
format: 'uuid',
|
|
27319
|
+
type: 'string',
|
|
27320
|
+
},
|
|
27321
|
+
},
|
|
27322
|
+
required: ['connected_account_id'],
|
|
27323
|
+
type: 'object',
|
|
27324
|
+
},
|
|
27325
|
+
},
|
|
27326
|
+
},
|
|
27327
|
+
},
|
|
27328
|
+
responses: {
|
|
27329
|
+
200: {
|
|
27330
|
+
content: {
|
|
27331
|
+
'application/json': {
|
|
27332
|
+
schema: {
|
|
27333
|
+
properties: { ok: { type: 'boolean' } },
|
|
27334
|
+
required: ['ok'],
|
|
27335
|
+
type: 'object',
|
|
27336
|
+
},
|
|
27337
|
+
},
|
|
27338
|
+
},
|
|
27339
|
+
description: 'OK',
|
|
27340
|
+
},
|
|
27341
|
+
400: { description: 'Bad Request' },
|
|
27342
|
+
401: { description: 'Unauthorized' },
|
|
27343
|
+
},
|
|
27344
|
+
security: [
|
|
27345
|
+
{ api_key: [] },
|
|
27346
|
+
{ pat_with_workspace: [] },
|
|
27347
|
+
{ console_session_with_workspace: [] },
|
|
27348
|
+
],
|
|
27349
|
+
summary: '/connected_accounts/sync',
|
|
27350
|
+
tags: ['/connected_accounts'],
|
|
27351
|
+
'x-fern-sdk-group-name': ['connected_accounts'],
|
|
27352
|
+
'x-fern-sdk-method-name': 'sync',
|
|
27353
|
+
'x-response-key': null,
|
|
27354
|
+
'x-title': 'Sync a Connected Account',
|
|
27355
|
+
},
|
|
27356
|
+
},
|
|
27291
27357
|
'/connected_accounts/update': {
|
|
27292
27358
|
post: {
|
|
27293
27359
|
description:
|
|
@@ -27730,6 +27796,7 @@ export default {
|
|
|
27730
27796
|
'akiles',
|
|
27731
27797
|
'ecobee',
|
|
27732
27798
|
'honeywell_resideo',
|
|
27799
|
+
'kwikset2',
|
|
27733
27800
|
'minut',
|
|
27734
27801
|
'nest',
|
|
27735
27802
|
'noiseaware',
|
|
@@ -28338,6 +28405,7 @@ export default {
|
|
|
28338
28405
|
'akiles',
|
|
28339
28406
|
'ecobee',
|
|
28340
28407
|
'honeywell_resideo',
|
|
28408
|
+
'kwikset2',
|
|
28341
28409
|
'minut',
|
|
28342
28410
|
'nest',
|
|
28343
28411
|
'noiseaware',
|
|
@@ -29270,6 +29338,7 @@ export default {
|
|
|
29270
29338
|
'dormakaba_oracode',
|
|
29271
29339
|
'tedee',
|
|
29272
29340
|
'akiles',
|
|
29341
|
+
'kwikset2',
|
|
29273
29342
|
'smartthings',
|
|
29274
29343
|
],
|
|
29275
29344
|
type: 'string',
|
|
@@ -34723,6 +34792,57 @@ export default {
|
|
|
34723
34792
|
'x-undocumented': 'Unreleased.',
|
|
34724
34793
|
},
|
|
34725
34794
|
},
|
|
34795
|
+
'/unstable_access_grants/delete': {
|
|
34796
|
+
post: {
|
|
34797
|
+
description: 'Delete an access grant.',
|
|
34798
|
+
operationId: 'unstableAccessGrantsDeletePost',
|
|
34799
|
+
requestBody: {
|
|
34800
|
+
content: {
|
|
34801
|
+
'application/json': {
|
|
34802
|
+
schema: {
|
|
34803
|
+
properties: {
|
|
34804
|
+
access_grant_id: {
|
|
34805
|
+
description: 'ID of access grant to delete.',
|
|
34806
|
+
format: 'uuid',
|
|
34807
|
+
type: 'string',
|
|
34808
|
+
},
|
|
34809
|
+
},
|
|
34810
|
+
required: ['access_grant_id'],
|
|
34811
|
+
type: 'object',
|
|
34812
|
+
},
|
|
34813
|
+
},
|
|
34814
|
+
},
|
|
34815
|
+
},
|
|
34816
|
+
responses: {
|
|
34817
|
+
200: {
|
|
34818
|
+
content: {
|
|
34819
|
+
'application/json': {
|
|
34820
|
+
schema: {
|
|
34821
|
+
properties: { ok: { type: 'boolean' } },
|
|
34822
|
+
required: ['ok'],
|
|
34823
|
+
type: 'object',
|
|
34824
|
+
},
|
|
34825
|
+
},
|
|
34826
|
+
},
|
|
34827
|
+
description: 'OK',
|
|
34828
|
+
},
|
|
34829
|
+
400: { description: 'Bad Request' },
|
|
34830
|
+
401: { description: 'Unauthorized' },
|
|
34831
|
+
},
|
|
34832
|
+
security: [
|
|
34833
|
+
{ pat_with_workspace: [] },
|
|
34834
|
+
{ console_session_with_workspace: [] },
|
|
34835
|
+
{ api_key: [] },
|
|
34836
|
+
],
|
|
34837
|
+
summary: '/unstable_access_grants/delete',
|
|
34838
|
+
tags: [],
|
|
34839
|
+
'x-fern-sdk-group-name': ['unstable_access_grants'],
|
|
34840
|
+
'x-fern-sdk-method-name': 'delete',
|
|
34841
|
+
'x-response-key': null,
|
|
34842
|
+
'x-title': 'Delete an Access Grant',
|
|
34843
|
+
'x-undocumented': 'Unreleased.',
|
|
34844
|
+
},
|
|
34845
|
+
},
|
|
34726
34846
|
'/unstable_access_grants/get': {
|
|
34727
34847
|
post: {
|
|
34728
34848
|
description: 'Get an access grant.',
|
|
@@ -35042,6 +35162,57 @@ export default {
|
|
|
35042
35162
|
'x-undocumented': 'Unreleased.',
|
|
35043
35163
|
},
|
|
35044
35164
|
},
|
|
35165
|
+
'/unstable_access_methods/delete': {
|
|
35166
|
+
post: {
|
|
35167
|
+
description: 'Delete an access method.',
|
|
35168
|
+
operationId: 'unstableAccessMethodsDeletePost',
|
|
35169
|
+
requestBody: {
|
|
35170
|
+
content: {
|
|
35171
|
+
'application/json': {
|
|
35172
|
+
schema: {
|
|
35173
|
+
properties: {
|
|
35174
|
+
access_method_id: {
|
|
35175
|
+
description: 'ID of access method to get.',
|
|
35176
|
+
format: 'uuid',
|
|
35177
|
+
type: 'string',
|
|
35178
|
+
},
|
|
35179
|
+
},
|
|
35180
|
+
required: ['access_method_id'],
|
|
35181
|
+
type: 'object',
|
|
35182
|
+
},
|
|
35183
|
+
},
|
|
35184
|
+
},
|
|
35185
|
+
},
|
|
35186
|
+
responses: {
|
|
35187
|
+
200: {
|
|
35188
|
+
content: {
|
|
35189
|
+
'application/json': {
|
|
35190
|
+
schema: {
|
|
35191
|
+
properties: { ok: { type: 'boolean' } },
|
|
35192
|
+
required: ['ok'],
|
|
35193
|
+
type: 'object',
|
|
35194
|
+
},
|
|
35195
|
+
},
|
|
35196
|
+
},
|
|
35197
|
+
description: 'OK',
|
|
35198
|
+
},
|
|
35199
|
+
400: { description: 'Bad Request' },
|
|
35200
|
+
401: { description: 'Unauthorized' },
|
|
35201
|
+
},
|
|
35202
|
+
security: [
|
|
35203
|
+
{ pat_with_workspace: [] },
|
|
35204
|
+
{ console_session_with_workspace: [] },
|
|
35205
|
+
{ api_key: [] },
|
|
35206
|
+
],
|
|
35207
|
+
summary: '/unstable_access_methods/delete',
|
|
35208
|
+
tags: [],
|
|
35209
|
+
'x-fern-sdk-group-name': ['unstable_access_methods'],
|
|
35210
|
+
'x-fern-sdk-method-name': 'delete',
|
|
35211
|
+
'x-response-key': null,
|
|
35212
|
+
'x-title': 'Delete an Access Method',
|
|
35213
|
+
'x-undocumented': 'Unreleased.',
|
|
35214
|
+
},
|
|
35215
|
+
},
|
|
35045
35216
|
'/unstable_access_methods/get': {
|
|
35046
35217
|
post: {
|
|
35047
35218
|
description: 'Get an access method.',
|
|
@@ -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
|
/**
|
|
@@ -22303,6 +22327,18 @@ export interface Routes {
|
|
|
22303
22327
|
}
|
|
22304
22328
|
}
|
|
22305
22329
|
}
|
|
22330
|
+
'/connected_accounts/sync': {
|
|
22331
|
+
route: '/connected_accounts/sync'
|
|
22332
|
+
method: 'POST'
|
|
22333
|
+
queryParams: {}
|
|
22334
|
+
jsonBody: {
|
|
22335
|
+
/** ID of the connected account that you want to sync. */
|
|
22336
|
+
connected_account_id: string
|
|
22337
|
+
}
|
|
22338
|
+
commonParams: {}
|
|
22339
|
+
formData: {}
|
|
22340
|
+
jsonResponse: {}
|
|
22341
|
+
}
|
|
22306
22342
|
'/connected_accounts/update': {
|
|
22307
22343
|
route: '/connected_accounts/update'
|
|
22308
22344
|
method: 'POST'
|
|
@@ -23615,6 +23651,7 @@ export interface Routes {
|
|
|
23615
23651
|
| 'akiles'
|
|
23616
23652
|
| 'ecobee'
|
|
23617
23653
|
| 'honeywell_resideo'
|
|
23654
|
+
| 'kwikset2'
|
|
23618
23655
|
| 'minut'
|
|
23619
23656
|
| 'nest'
|
|
23620
23657
|
| 'noiseaware'
|
|
@@ -25317,6 +25354,7 @@ export interface Routes {
|
|
|
25317
25354
|
| 'akiles'
|
|
25318
25355
|
| 'ecobee'
|
|
25319
25356
|
| 'honeywell_resideo'
|
|
25357
|
+
| 'kwikset2'
|
|
25320
25358
|
| 'minut'
|
|
25321
25359
|
| 'nest'
|
|
25322
25360
|
| 'noiseaware'
|
|
@@ -31044,6 +31082,7 @@ export interface Routes {
|
|
|
31044
31082
|
| 'dormakaba_oracode'
|
|
31045
31083
|
| 'tedee'
|
|
31046
31084
|
| 'akiles'
|
|
31085
|
+
| 'kwikset2'
|
|
31047
31086
|
| 'smartthings'
|
|
31048
31087
|
)
|
|
31049
31088
|
| undefined
|
|
@@ -60721,6 +60760,18 @@ export interface Routes {
|
|
|
60721
60760
|
}
|
|
60722
60761
|
}
|
|
60723
60762
|
}
|
|
60763
|
+
'/unstable_access_grants/delete': {
|
|
60764
|
+
route: '/unstable_access_grants/delete'
|
|
60765
|
+
method: 'GET' | 'POST'
|
|
60766
|
+
queryParams: {}
|
|
60767
|
+
jsonBody: {}
|
|
60768
|
+
commonParams: {
|
|
60769
|
+
/** ID of access grant to delete. */
|
|
60770
|
+
access_grant_id: string
|
|
60771
|
+
}
|
|
60772
|
+
formData: {}
|
|
60773
|
+
jsonResponse: {}
|
|
60774
|
+
}
|
|
60724
60775
|
'/unstable_access_grants/get': {
|
|
60725
60776
|
route: '/unstable_access_grants/get'
|
|
60726
60777
|
method: 'GET' | 'POST'
|
|
@@ -60808,6 +60859,18 @@ export interface Routes {
|
|
|
60808
60859
|
}>
|
|
60809
60860
|
}
|
|
60810
60861
|
}
|
|
60862
|
+
'/unstable_access_methods/delete': {
|
|
60863
|
+
route: '/unstable_access_methods/delete'
|
|
60864
|
+
method: 'GET' | 'POST'
|
|
60865
|
+
queryParams: {}
|
|
60866
|
+
jsonBody: {}
|
|
60867
|
+
commonParams: {
|
|
60868
|
+
/** ID of access method to get. */
|
|
60869
|
+
access_method_id: string
|
|
60870
|
+
}
|
|
60871
|
+
formData: {}
|
|
60872
|
+
jsonResponse: {}
|
|
60873
|
+
}
|
|
60811
60874
|
'/unstable_access_methods/get': {
|
|
60812
60875
|
route: '/unstable_access_methods/get'
|
|
60813
60876
|
method: 'GET' | 'POST'
|
|
@@ -63769,6 +63832,10 @@ export interface Routes {
|
|
|
63769
63832
|
| undefined
|
|
63770
63833
|
/** The last time an internal sync job completed for this ACS user. */
|
|
63771
63834
|
last_successful_sync_at: string | null
|
|
63835
|
+
/**
|
|
63836
|
+
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).
|
|
63837
|
+
*/
|
|
63838
|
+
connected_account_id: string
|
|
63772
63839
|
/** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
63773
63840
|
full_name?: string | undefined
|
|
63774
63841
|
/**
|