@seamapi/types 1.916.0 → 1.917.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 +603 -160
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +872 -15
- package/dist/index.cjs +603 -160
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +4 -2
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +12 -3
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +15 -5
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +8 -2
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +1 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +8 -4
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.js +60 -20
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +10 -6
- package/lib/seam/connect/models/devices/phone.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js +3 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
- package/lib/seam/connect/models/events/access-codes.js +7 -3
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/acs/entrances.js +3 -5
- package/lib/seam/connect/models/events/acs/entrances.js.map +1 -1
- package/lib/seam/connect/models/events/acs/users.js +6 -5
- package/lib/seam/connect/models/events/acs/users.js.map +1 -1
- package/lib/seam/connect/models/events/common.js +8 -4
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/thermostats/modes.js +9 -16
- package/lib/seam/connect/models/thermostats/modes.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js +9 -2
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/openapi.js +494 -96
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +872 -15
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +4 -2
- package/src/lib/seam/connect/models/acs/acs-credential.ts +14 -3
- package/src/lib/seam/connect/models/acs/acs-system.ts +25 -5
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +10 -2
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +3 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +10 -4
- package/src/lib/seam/connect/models/devices/device.ts +90 -20
- package/src/lib/seam/connect/models/devices/phone.ts +12 -6
- package/src/lib/seam/connect/models/devices/unmanaged-device.ts +3 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +18 -14
- package/src/lib/seam/connect/models/events/acs/entrances.ts +3 -5
- package/src/lib/seam/connect/models/events/acs/users.ts +6 -5
- package/src/lib/seam/connect/models/events/common.ts +32 -24
- package/src/lib/seam/connect/models/thermostats/modes.ts +15 -16
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +9 -2
- package/src/lib/seam/connect/openapi.ts +641 -96
- package/src/lib/seam/connect/route-types.ts +872 -15
package/dist/connect.d.cts
CHANGED
|
@@ -29562,6 +29562,7 @@ type Routes = {
|
|
|
29562
29562
|
acs_credential_on_encoder: {
|
|
29563
29563
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
29564
29564
|
created_at: string | null;
|
|
29565
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
29565
29566
|
is_issued: boolean | null;
|
|
29566
29567
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
29567
29568
|
starts_at: string | null;
|
|
@@ -29607,6 +29608,7 @@ type Routes = {
|
|
|
29607
29608
|
user_identity_id?: string | undefined;
|
|
29608
29609
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
29609
29610
|
connected_account_id: string;
|
|
29611
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
29610
29612
|
acs_credential_pool_id?: string | undefined;
|
|
29611
29613
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
29612
29614
|
acs_system_id: string;
|
|
@@ -29727,6 +29729,7 @@ type Routes = {
|
|
|
29727
29729
|
/** Endpoint ID in the Vostio access system. */
|
|
29728
29730
|
endpoint_id?: string | undefined;
|
|
29729
29731
|
} | undefined;
|
|
29732
|
+
/** Indicates whether Seam manages the credential. */
|
|
29730
29733
|
is_managed: true;
|
|
29731
29734
|
} | {
|
|
29732
29735
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -29737,6 +29740,7 @@ type Routes = {
|
|
|
29737
29740
|
user_identity_id?: string | undefined;
|
|
29738
29741
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
29739
29742
|
connected_account_id: string;
|
|
29743
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
29740
29744
|
acs_credential_pool_id?: string | undefined;
|
|
29741
29745
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
29742
29746
|
acs_system_id: string;
|
|
@@ -29934,6 +29938,7 @@ type Routes = {
|
|
|
29934
29938
|
user_identity_id?: string | undefined;
|
|
29935
29939
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
29936
29940
|
connected_account_id: string;
|
|
29941
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
29937
29942
|
acs_credential_pool_id?: string | undefined;
|
|
29938
29943
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
29939
29944
|
acs_system_id: string;
|
|
@@ -30054,6 +30059,7 @@ type Routes = {
|
|
|
30054
30059
|
/** Endpoint ID in the Vostio access system. */
|
|
30055
30060
|
endpoint_id?: string | undefined;
|
|
30056
30061
|
} | undefined;
|
|
30062
|
+
/** Indicates whether Seam manages the credential. */
|
|
30057
30063
|
is_managed: true;
|
|
30058
30064
|
} | {
|
|
30059
30065
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -30064,6 +30070,7 @@ type Routes = {
|
|
|
30064
30070
|
user_identity_id?: string | undefined;
|
|
30065
30071
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30066
30072
|
connected_account_id: string;
|
|
30073
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
30067
30074
|
acs_credential_pool_id?: string | undefined;
|
|
30068
30075
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
30069
30076
|
acs_system_id: string;
|
|
@@ -30273,6 +30280,7 @@ type Routes = {
|
|
|
30273
30280
|
user_identity_id?: string | undefined;
|
|
30274
30281
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30275
30282
|
connected_account_id: string;
|
|
30283
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
30276
30284
|
acs_credential_pool_id?: string | undefined;
|
|
30277
30285
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
30278
30286
|
acs_system_id: string;
|
|
@@ -30393,6 +30401,7 @@ type Routes = {
|
|
|
30393
30401
|
/** Endpoint ID in the Vostio access system. */
|
|
30394
30402
|
endpoint_id?: string | undefined;
|
|
30395
30403
|
} | undefined;
|
|
30404
|
+
/** Indicates whether Seam manages the credential. */
|
|
30396
30405
|
is_managed: true;
|
|
30397
30406
|
};
|
|
30398
30407
|
} | {
|
|
@@ -32317,6 +32326,7 @@ type Routes = {
|
|
|
32317
32326
|
acs_credential_on_encoder: {
|
|
32318
32327
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
32319
32328
|
created_at: string | null;
|
|
32329
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
32320
32330
|
is_issued: boolean | null;
|
|
32321
32331
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
32322
32332
|
starts_at: string | null;
|
|
@@ -32362,6 +32372,7 @@ type Routes = {
|
|
|
32362
32372
|
user_identity_id?: string | undefined;
|
|
32363
32373
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
32364
32374
|
connected_account_id: string;
|
|
32375
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
32365
32376
|
acs_credential_pool_id?: string | undefined;
|
|
32366
32377
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
32367
32378
|
acs_system_id: string;
|
|
@@ -32482,6 +32493,7 @@ type Routes = {
|
|
|
32482
32493
|
/** Endpoint ID in the Vostio access system. */
|
|
32483
32494
|
endpoint_id?: string | undefined;
|
|
32484
32495
|
} | undefined;
|
|
32496
|
+
/** Indicates whether Seam manages the credential. */
|
|
32485
32497
|
is_managed: true;
|
|
32486
32498
|
} | {
|
|
32487
32499
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -32492,6 +32504,7 @@ type Routes = {
|
|
|
32492
32504
|
user_identity_id?: string | undefined;
|
|
32493
32505
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
32494
32506
|
connected_account_id: string;
|
|
32507
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
32495
32508
|
acs_credential_pool_id?: string | undefined;
|
|
32496
32509
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
32497
32510
|
acs_system_id: string;
|
|
@@ -32689,6 +32702,7 @@ type Routes = {
|
|
|
32689
32702
|
user_identity_id?: string | undefined;
|
|
32690
32703
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
32691
32704
|
connected_account_id: string;
|
|
32705
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
32692
32706
|
acs_credential_pool_id?: string | undefined;
|
|
32693
32707
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
32694
32708
|
acs_system_id: string;
|
|
@@ -32809,6 +32823,7 @@ type Routes = {
|
|
|
32809
32823
|
/** Endpoint ID in the Vostio access system. */
|
|
32810
32824
|
endpoint_id?: string | undefined;
|
|
32811
32825
|
} | undefined;
|
|
32826
|
+
/** Indicates whether Seam manages the credential. */
|
|
32812
32827
|
is_managed: true;
|
|
32813
32828
|
} | {
|
|
32814
32829
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -32819,6 +32834,7 @@ type Routes = {
|
|
|
32819
32834
|
user_identity_id?: string | undefined;
|
|
32820
32835
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
32821
32836
|
connected_account_id: string;
|
|
32837
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
32822
32838
|
acs_credential_pool_id?: string | undefined;
|
|
32823
32839
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
32824
32840
|
acs_system_id: string;
|
|
@@ -33028,6 +33044,7 @@ type Routes = {
|
|
|
33028
33044
|
user_identity_id?: string | undefined;
|
|
33029
33045
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
33030
33046
|
connected_account_id: string;
|
|
33047
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
33031
33048
|
acs_credential_pool_id?: string | undefined;
|
|
33032
33049
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
33033
33050
|
acs_system_id: string;
|
|
@@ -33148,6 +33165,7 @@ type Routes = {
|
|
|
33148
33165
|
/** Endpoint ID in the Vostio access system. */
|
|
33149
33166
|
endpoint_id?: string | undefined;
|
|
33150
33167
|
} | undefined;
|
|
33168
|
+
/** Indicates whether Seam manages the credential. */
|
|
33151
33169
|
is_managed: true;
|
|
33152
33170
|
};
|
|
33153
33171
|
} | {
|
|
@@ -36713,6 +36731,7 @@ type Routes = {
|
|
|
36713
36731
|
acs_credential_on_encoder: {
|
|
36714
36732
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
36715
36733
|
created_at: string | null;
|
|
36734
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
36716
36735
|
is_issued: boolean | null;
|
|
36717
36736
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
36718
36737
|
starts_at: string | null;
|
|
@@ -36758,6 +36777,7 @@ type Routes = {
|
|
|
36758
36777
|
user_identity_id?: string | undefined;
|
|
36759
36778
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
36760
36779
|
connected_account_id: string;
|
|
36780
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
36761
36781
|
acs_credential_pool_id?: string | undefined;
|
|
36762
36782
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
36763
36783
|
acs_system_id: string;
|
|
@@ -36878,6 +36898,7 @@ type Routes = {
|
|
|
36878
36898
|
/** Endpoint ID in the Vostio access system. */
|
|
36879
36899
|
endpoint_id?: string | undefined;
|
|
36880
36900
|
} | undefined;
|
|
36901
|
+
/** Indicates whether Seam manages the credential. */
|
|
36881
36902
|
is_managed: true;
|
|
36882
36903
|
} | {
|
|
36883
36904
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -36888,6 +36909,7 @@ type Routes = {
|
|
|
36888
36909
|
user_identity_id?: string | undefined;
|
|
36889
36910
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
36890
36911
|
connected_account_id: string;
|
|
36912
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
36891
36913
|
acs_credential_pool_id?: string | undefined;
|
|
36892
36914
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
36893
36915
|
acs_system_id: string;
|
|
@@ -37085,6 +37107,7 @@ type Routes = {
|
|
|
37085
37107
|
user_identity_id?: string | undefined;
|
|
37086
37108
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37087
37109
|
connected_account_id: string;
|
|
37110
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
37088
37111
|
acs_credential_pool_id?: string | undefined;
|
|
37089
37112
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
37090
37113
|
acs_system_id: string;
|
|
@@ -37205,6 +37228,7 @@ type Routes = {
|
|
|
37205
37228
|
/** Endpoint ID in the Vostio access system. */
|
|
37206
37229
|
endpoint_id?: string | undefined;
|
|
37207
37230
|
} | undefined;
|
|
37231
|
+
/** Indicates whether Seam manages the credential. */
|
|
37208
37232
|
is_managed: true;
|
|
37209
37233
|
} | {
|
|
37210
37234
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -37215,6 +37239,7 @@ type Routes = {
|
|
|
37215
37239
|
user_identity_id?: string | undefined;
|
|
37216
37240
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37217
37241
|
connected_account_id: string;
|
|
37242
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
37218
37243
|
acs_credential_pool_id?: string | undefined;
|
|
37219
37244
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
37220
37245
|
acs_system_id: string;
|
|
@@ -37424,6 +37449,7 @@ type Routes = {
|
|
|
37424
37449
|
user_identity_id?: string | undefined;
|
|
37425
37450
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37426
37451
|
connected_account_id: string;
|
|
37452
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
37427
37453
|
acs_credential_pool_id?: string | undefined;
|
|
37428
37454
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
37429
37455
|
acs_system_id: string;
|
|
@@ -37544,6 +37570,7 @@ type Routes = {
|
|
|
37544
37570
|
/** Endpoint ID in the Vostio access system. */
|
|
37545
37571
|
endpoint_id?: string | undefined;
|
|
37546
37572
|
} | undefined;
|
|
37573
|
+
/** Indicates whether Seam manages the credential. */
|
|
37547
37574
|
is_managed: true;
|
|
37548
37575
|
};
|
|
37549
37576
|
} | {
|
|
@@ -39348,6 +39375,7 @@ type Routes = {
|
|
|
39348
39375
|
acs_credential_on_encoder: {
|
|
39349
39376
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
39350
39377
|
created_at: string | null;
|
|
39378
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
39351
39379
|
is_issued: boolean | null;
|
|
39352
39380
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
39353
39381
|
starts_at: string | null;
|
|
@@ -39393,6 +39421,7 @@ type Routes = {
|
|
|
39393
39421
|
user_identity_id?: string | undefined;
|
|
39394
39422
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
39395
39423
|
connected_account_id: string;
|
|
39424
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
39396
39425
|
acs_credential_pool_id?: string | undefined;
|
|
39397
39426
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
39398
39427
|
acs_system_id: string;
|
|
@@ -39513,6 +39542,7 @@ type Routes = {
|
|
|
39513
39542
|
/** Endpoint ID in the Vostio access system. */
|
|
39514
39543
|
endpoint_id?: string | undefined;
|
|
39515
39544
|
} | undefined;
|
|
39545
|
+
/** Indicates whether Seam manages the credential. */
|
|
39516
39546
|
is_managed: true;
|
|
39517
39547
|
} | {
|
|
39518
39548
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -39523,6 +39553,7 @@ type Routes = {
|
|
|
39523
39553
|
user_identity_id?: string | undefined;
|
|
39524
39554
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
39525
39555
|
connected_account_id: string;
|
|
39556
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
39526
39557
|
acs_credential_pool_id?: string | undefined;
|
|
39527
39558
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
39528
39559
|
acs_system_id: string;
|
|
@@ -39720,6 +39751,7 @@ type Routes = {
|
|
|
39720
39751
|
user_identity_id?: string | undefined;
|
|
39721
39752
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
39722
39753
|
connected_account_id: string;
|
|
39754
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
39723
39755
|
acs_credential_pool_id?: string | undefined;
|
|
39724
39756
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
39725
39757
|
acs_system_id: string;
|
|
@@ -39840,6 +39872,7 @@ type Routes = {
|
|
|
39840
39872
|
/** Endpoint ID in the Vostio access system. */
|
|
39841
39873
|
endpoint_id?: string | undefined;
|
|
39842
39874
|
} | undefined;
|
|
39875
|
+
/** Indicates whether Seam manages the credential. */
|
|
39843
39876
|
is_managed: true;
|
|
39844
39877
|
} | {
|
|
39845
39878
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -39850,6 +39883,7 @@ type Routes = {
|
|
|
39850
39883
|
user_identity_id?: string | undefined;
|
|
39851
39884
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
39852
39885
|
connected_account_id: string;
|
|
39886
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
39853
39887
|
acs_credential_pool_id?: string | undefined;
|
|
39854
39888
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
39855
39889
|
acs_system_id: string;
|
|
@@ -40059,6 +40093,7 @@ type Routes = {
|
|
|
40059
40093
|
user_identity_id?: string | undefined;
|
|
40060
40094
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
40061
40095
|
connected_account_id: string;
|
|
40096
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
40062
40097
|
acs_credential_pool_id?: string | undefined;
|
|
40063
40098
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
40064
40099
|
acs_system_id: string;
|
|
@@ -40179,6 +40214,7 @@ type Routes = {
|
|
|
40179
40214
|
/** Endpoint ID in the Vostio access system. */
|
|
40180
40215
|
endpoint_id?: string | undefined;
|
|
40181
40216
|
} | undefined;
|
|
40217
|
+
/** Indicates whether Seam manages the credential. */
|
|
40182
40218
|
is_managed: true;
|
|
40183
40219
|
};
|
|
40184
40220
|
} | {
|
|
@@ -40943,6 +40979,7 @@ type Routes = {
|
|
|
40943
40979
|
email_address?: (string | null) | undefined;
|
|
40944
40980
|
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
40945
40981
|
phone_number?: (string | null) | undefined;
|
|
40982
|
+
/** Full name of the user associated with the user identity. */
|
|
40946
40983
|
full_name?: (string | null) | undefined;
|
|
40947
40984
|
/** Unique key for the user identity. */
|
|
40948
40985
|
user_identity_key?: (string | null) | undefined;
|
|
@@ -42796,25 +42833,45 @@ type Routes = {
|
|
|
42796
42833
|
/** Image URL for the manufacturer logo. */
|
|
42797
42834
|
image_url?: string | undefined;
|
|
42798
42835
|
} | undefined;
|
|
42836
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
42799
42837
|
can_remotely_unlock?: boolean | undefined;
|
|
42838
|
+
/** Indicates whether the device supports remote locking. */
|
|
42800
42839
|
can_remotely_lock?: boolean | undefined;
|
|
42840
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
42801
42841
|
can_program_offline_access_codes?: boolean | undefined;
|
|
42842
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
42802
42843
|
can_program_online_access_codes?: boolean | undefined;
|
|
42844
|
+
/** Indicates whether the thermostat supports heating. */
|
|
42803
42845
|
can_hvac_heat?: boolean | undefined;
|
|
42846
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
42804
42847
|
can_hvac_cool?: boolean | undefined;
|
|
42848
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
42805
42849
|
can_hvac_heat_cool?: boolean | undefined;
|
|
42850
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
42806
42851
|
can_turn_off_hvac?: boolean | undefined;
|
|
42852
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
42807
42853
|
can_simulate_removal?: boolean | undefined;
|
|
42854
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
42808
42855
|
can_simulate_connection?: boolean | undefined;
|
|
42856
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
42809
42857
|
can_simulate_disconnection?: boolean | undefined;
|
|
42858
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
42810
42859
|
can_unlock_with_code?: boolean | undefined;
|
|
42860
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
42811
42861
|
can_run_thermostat_programs?: boolean | undefined;
|
|
42862
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
42812
42863
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
42864
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
42813
42865
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
42866
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
42814
42867
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
42868
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
42815
42869
|
can_simulate_hub_connection?: boolean | undefined;
|
|
42870
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
42816
42871
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
42872
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
42817
42873
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
42874
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
42818
42875
|
can_configure_auto_lock?: boolean | undefined;
|
|
42819
42876
|
}[] | undefined;
|
|
42820
42877
|
acs_entrances?: {
|
|
@@ -43182,7 +43239,9 @@ type Routes = {
|
|
|
43182
43239
|
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
43183
43240
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
43184
43241
|
acs_system_id: string;
|
|
43242
|
+
/** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
43185
43243
|
acs_user_count?: number | undefined;
|
|
43244
|
+
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
43186
43245
|
acs_access_group_count?: number | undefined;
|
|
43187
43246
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
43188
43247
|
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
@@ -43190,6 +43249,7 @@ type Routes = {
|
|
|
43190
43249
|
external_type_display_name?: string | undefined;
|
|
43191
43250
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
43192
43251
|
is_credential_manager: boolean;
|
|
43252
|
+
/** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
43193
43253
|
visionline_metadata?: {
|
|
43194
43254
|
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
43195
43255
|
mobile_access_uuid: string;
|
|
@@ -43204,6 +43264,7 @@ type Routes = {
|
|
|
43204
43264
|
/**
|
|
43205
43265
|
* @deprecated Use `external_type_display_name`.*/
|
|
43206
43266
|
system_type_display_name?: string | undefined;
|
|
43267
|
+
/** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
43207
43268
|
location: {
|
|
43208
43269
|
/** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
|
|
43209
43270
|
time_zone: string | null;
|
|
@@ -43238,6 +43299,7 @@ type Routes = {
|
|
|
43238
43299
|
message: string;
|
|
43239
43300
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
43240
43301
|
error_code: 'bridge_disconnected';
|
|
43302
|
+
/** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
43241
43303
|
is_bridge_error?: boolean | undefined;
|
|
43242
43304
|
} | {
|
|
43243
43305
|
/** Date and time at which Seam created the error. */
|
|
@@ -43318,7 +43380,9 @@ type Routes = {
|
|
|
43318
43380
|
email_address: string | null;
|
|
43319
43381
|
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
43320
43382
|
phone_number: string | null;
|
|
43383
|
+
/** Display name for the user identity. */
|
|
43321
43384
|
display_name: string;
|
|
43385
|
+
/** Full name of the user associated with the user identity. */
|
|
43322
43386
|
full_name: string | null;
|
|
43323
43387
|
/** Date and time at which the user identity was created. */
|
|
43324
43388
|
created_at: string;
|
|
@@ -43373,6 +43437,7 @@ type Routes = {
|
|
|
43373
43437
|
/**
|
|
43374
43438
|
* @deprecated Use `external_type_display_name`.*/
|
|
43375
43439
|
access_group_type_display_name: string;
|
|
43440
|
+
/** Display name for the access group. */
|
|
43376
43441
|
display_name: string;
|
|
43377
43442
|
/** Brand-specific terminology for the access group type. */
|
|
43378
43443
|
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
@@ -43518,6 +43583,7 @@ type Routes = {
|
|
|
43518
43583
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
43519
43584
|
variant: 'adding' | 'removing';
|
|
43520
43585
|
})[];
|
|
43586
|
+
/** Indicates whether Seam manages the access group. */
|
|
43521
43587
|
is_managed: true;
|
|
43522
43588
|
}[] | undefined;
|
|
43523
43589
|
access_methods?: {
|
|
@@ -44614,6 +44680,7 @@ type Routes = {
|
|
|
44614
44680
|
acs_credential_on_encoder: {
|
|
44615
44681
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
44616
44682
|
created_at: string | null;
|
|
44683
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
44617
44684
|
is_issued: boolean | null;
|
|
44618
44685
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
44619
44686
|
starts_at: string | null;
|
|
@@ -44659,6 +44726,7 @@ type Routes = {
|
|
|
44659
44726
|
user_identity_id?: string | undefined;
|
|
44660
44727
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
44661
44728
|
connected_account_id: string;
|
|
44729
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
44662
44730
|
acs_credential_pool_id?: string | undefined;
|
|
44663
44731
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
44664
44732
|
acs_system_id: string;
|
|
@@ -44779,6 +44847,7 @@ type Routes = {
|
|
|
44779
44847
|
/** Endpoint ID in the Vostio access system. */
|
|
44780
44848
|
endpoint_id?: string | undefined;
|
|
44781
44849
|
} | undefined;
|
|
44850
|
+
/** Indicates whether Seam manages the credential. */
|
|
44782
44851
|
is_managed: true;
|
|
44783
44852
|
} | {
|
|
44784
44853
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -44789,6 +44858,7 @@ type Routes = {
|
|
|
44789
44858
|
user_identity_id?: string | undefined;
|
|
44790
44859
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
44791
44860
|
connected_account_id: string;
|
|
44861
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
44792
44862
|
acs_credential_pool_id?: string | undefined;
|
|
44793
44863
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
44794
44864
|
acs_system_id: string;
|
|
@@ -44986,6 +45056,7 @@ type Routes = {
|
|
|
44986
45056
|
user_identity_id?: string | undefined;
|
|
44987
45057
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
44988
45058
|
connected_account_id: string;
|
|
45059
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
44989
45060
|
acs_credential_pool_id?: string | undefined;
|
|
44990
45061
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
44991
45062
|
acs_system_id: string;
|
|
@@ -45106,6 +45177,7 @@ type Routes = {
|
|
|
45106
45177
|
/** Endpoint ID in the Vostio access system. */
|
|
45107
45178
|
endpoint_id?: string | undefined;
|
|
45108
45179
|
} | undefined;
|
|
45180
|
+
/** Indicates whether Seam manages the credential. */
|
|
45109
45181
|
is_managed: true;
|
|
45110
45182
|
} | {
|
|
45111
45183
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -45116,6 +45188,7 @@ type Routes = {
|
|
|
45116
45188
|
user_identity_id?: string | undefined;
|
|
45117
45189
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
45118
45190
|
connected_account_id: string;
|
|
45191
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
45119
45192
|
acs_credential_pool_id?: string | undefined;
|
|
45120
45193
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
45121
45194
|
acs_system_id: string;
|
|
@@ -45325,6 +45398,7 @@ type Routes = {
|
|
|
45325
45398
|
user_identity_id?: string | undefined;
|
|
45326
45399
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
45327
45400
|
connected_account_id: string;
|
|
45401
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
45328
45402
|
acs_credential_pool_id?: string | undefined;
|
|
45329
45403
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
45330
45404
|
acs_system_id: string;
|
|
@@ -45445,6 +45519,7 @@ type Routes = {
|
|
|
45445
45519
|
/** Endpoint ID in the Vostio access system. */
|
|
45446
45520
|
endpoint_id?: string | undefined;
|
|
45447
45521
|
} | undefined;
|
|
45522
|
+
/** Indicates whether Seam manages the credential. */
|
|
45448
45523
|
is_managed: true;
|
|
45449
45524
|
};
|
|
45450
45525
|
} | {
|
|
@@ -46306,6 +46381,7 @@ type Routes = {
|
|
|
46306
46381
|
acs_credential_on_encoder: {
|
|
46307
46382
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
46308
46383
|
created_at: string | null;
|
|
46384
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
46309
46385
|
is_issued: boolean | null;
|
|
46310
46386
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
46311
46387
|
starts_at: string | null;
|
|
@@ -46351,6 +46427,7 @@ type Routes = {
|
|
|
46351
46427
|
user_identity_id?: string | undefined;
|
|
46352
46428
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
46353
46429
|
connected_account_id: string;
|
|
46430
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
46354
46431
|
acs_credential_pool_id?: string | undefined;
|
|
46355
46432
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
46356
46433
|
acs_system_id: string;
|
|
@@ -46471,6 +46548,7 @@ type Routes = {
|
|
|
46471
46548
|
/** Endpoint ID in the Vostio access system. */
|
|
46472
46549
|
endpoint_id?: string | undefined;
|
|
46473
46550
|
} | undefined;
|
|
46551
|
+
/** Indicates whether Seam manages the credential. */
|
|
46474
46552
|
is_managed: true;
|
|
46475
46553
|
} | {
|
|
46476
46554
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -46481,6 +46559,7 @@ type Routes = {
|
|
|
46481
46559
|
user_identity_id?: string | undefined;
|
|
46482
46560
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
46483
46561
|
connected_account_id: string;
|
|
46562
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
46484
46563
|
acs_credential_pool_id?: string | undefined;
|
|
46485
46564
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
46486
46565
|
acs_system_id: string;
|
|
@@ -46678,6 +46757,7 @@ type Routes = {
|
|
|
46678
46757
|
user_identity_id?: string | undefined;
|
|
46679
46758
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
46680
46759
|
connected_account_id: string;
|
|
46760
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
46681
46761
|
acs_credential_pool_id?: string | undefined;
|
|
46682
46762
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
46683
46763
|
acs_system_id: string;
|
|
@@ -46798,6 +46878,7 @@ type Routes = {
|
|
|
46798
46878
|
/** Endpoint ID in the Vostio access system. */
|
|
46799
46879
|
endpoint_id?: string | undefined;
|
|
46800
46880
|
} | undefined;
|
|
46881
|
+
/** Indicates whether Seam manages the credential. */
|
|
46801
46882
|
is_managed: true;
|
|
46802
46883
|
} | {
|
|
46803
46884
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -46808,6 +46889,7 @@ type Routes = {
|
|
|
46808
46889
|
user_identity_id?: string | undefined;
|
|
46809
46890
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
46810
46891
|
connected_account_id: string;
|
|
46892
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
46811
46893
|
acs_credential_pool_id?: string | undefined;
|
|
46812
46894
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
46813
46895
|
acs_system_id: string;
|
|
@@ -47017,6 +47099,7 @@ type Routes = {
|
|
|
47017
47099
|
user_identity_id?: string | undefined;
|
|
47018
47100
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
47019
47101
|
connected_account_id: string;
|
|
47102
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
47020
47103
|
acs_credential_pool_id?: string | undefined;
|
|
47021
47104
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
47022
47105
|
acs_system_id: string;
|
|
@@ -47137,6 +47220,7 @@ type Routes = {
|
|
|
47137
47220
|
/** Endpoint ID in the Vostio access system. */
|
|
47138
47221
|
endpoint_id?: string | undefined;
|
|
47139
47222
|
} | undefined;
|
|
47223
|
+
/** Indicates whether Seam manages the credential. */
|
|
47140
47224
|
is_managed: true;
|
|
47141
47225
|
};
|
|
47142
47226
|
} | {
|
|
@@ -49397,25 +49481,45 @@ type Routes = {
|
|
|
49397
49481
|
/** Image URL for the manufacturer logo. */
|
|
49398
49482
|
image_url?: string | undefined;
|
|
49399
49483
|
} | undefined;
|
|
49484
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
49400
49485
|
can_remotely_unlock?: boolean | undefined;
|
|
49486
|
+
/** Indicates whether the device supports remote locking. */
|
|
49401
49487
|
can_remotely_lock?: boolean | undefined;
|
|
49488
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
49402
49489
|
can_program_offline_access_codes?: boolean | undefined;
|
|
49490
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
49403
49491
|
can_program_online_access_codes?: boolean | undefined;
|
|
49492
|
+
/** Indicates whether the thermostat supports heating. */
|
|
49404
49493
|
can_hvac_heat?: boolean | undefined;
|
|
49494
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
49405
49495
|
can_hvac_cool?: boolean | undefined;
|
|
49496
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
49406
49497
|
can_hvac_heat_cool?: boolean | undefined;
|
|
49498
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
49407
49499
|
can_turn_off_hvac?: boolean | undefined;
|
|
49500
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
49408
49501
|
can_simulate_removal?: boolean | undefined;
|
|
49502
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
49409
49503
|
can_simulate_connection?: boolean | undefined;
|
|
49504
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
49410
49505
|
can_simulate_disconnection?: boolean | undefined;
|
|
49506
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
49411
49507
|
can_unlock_with_code?: boolean | undefined;
|
|
49508
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
49412
49509
|
can_run_thermostat_programs?: boolean | undefined;
|
|
49510
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
49413
49511
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
49512
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
49414
49513
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
49514
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
49415
49515
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
49516
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
49416
49517
|
can_simulate_hub_connection?: boolean | undefined;
|
|
49518
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
49417
49519
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
49520
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
49418
49521
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
49522
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
49419
49523
|
can_configure_auto_lock?: boolean | undefined;
|
|
49420
49524
|
}[] | undefined;
|
|
49421
49525
|
acs_entrances?: {
|
|
@@ -49954,6 +50058,7 @@ type Routes = {
|
|
|
49954
50058
|
user_identity_id?: string | undefined;
|
|
49955
50059
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
49956
50060
|
connected_account_id: string;
|
|
50061
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
49957
50062
|
acs_credential_pool_id?: string | undefined;
|
|
49958
50063
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
49959
50064
|
acs_system_id: string;
|
|
@@ -50074,6 +50179,7 @@ type Routes = {
|
|
|
50074
50179
|
/** Endpoint ID in the Vostio access system. */
|
|
50075
50180
|
endpoint_id?: string | undefined;
|
|
50076
50181
|
} | undefined;
|
|
50182
|
+
/** Indicates whether Seam manages the credential. */
|
|
50077
50183
|
is_managed: true;
|
|
50078
50184
|
}[] | undefined;
|
|
50079
50185
|
};
|
|
@@ -50336,6 +50442,7 @@ type Routes = {
|
|
|
50336
50442
|
acs_credential_on_encoder: {
|
|
50337
50443
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
50338
50444
|
created_at: string | null;
|
|
50445
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
50339
50446
|
is_issued: boolean | null;
|
|
50340
50447
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
50341
50448
|
starts_at: string | null;
|
|
@@ -50381,6 +50488,7 @@ type Routes = {
|
|
|
50381
50488
|
user_identity_id?: string | undefined;
|
|
50382
50489
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
50383
50490
|
connected_account_id: string;
|
|
50491
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
50384
50492
|
acs_credential_pool_id?: string | undefined;
|
|
50385
50493
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
50386
50494
|
acs_system_id: string;
|
|
@@ -50501,6 +50609,7 @@ type Routes = {
|
|
|
50501
50609
|
/** Endpoint ID in the Vostio access system. */
|
|
50502
50610
|
endpoint_id?: string | undefined;
|
|
50503
50611
|
} | undefined;
|
|
50612
|
+
/** Indicates whether Seam manages the credential. */
|
|
50504
50613
|
is_managed: true;
|
|
50505
50614
|
} | {
|
|
50506
50615
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -50511,6 +50620,7 @@ type Routes = {
|
|
|
50511
50620
|
user_identity_id?: string | undefined;
|
|
50512
50621
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
50513
50622
|
connected_account_id: string;
|
|
50623
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
50514
50624
|
acs_credential_pool_id?: string | undefined;
|
|
50515
50625
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
50516
50626
|
acs_system_id: string;
|
|
@@ -50708,6 +50818,7 @@ type Routes = {
|
|
|
50708
50818
|
user_identity_id?: string | undefined;
|
|
50709
50819
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
50710
50820
|
connected_account_id: string;
|
|
50821
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
50711
50822
|
acs_credential_pool_id?: string | undefined;
|
|
50712
50823
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
50713
50824
|
acs_system_id: string;
|
|
@@ -50828,6 +50939,7 @@ type Routes = {
|
|
|
50828
50939
|
/** Endpoint ID in the Vostio access system. */
|
|
50829
50940
|
endpoint_id?: string | undefined;
|
|
50830
50941
|
} | undefined;
|
|
50942
|
+
/** Indicates whether Seam manages the credential. */
|
|
50831
50943
|
is_managed: true;
|
|
50832
50944
|
} | {
|
|
50833
50945
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -50838,6 +50950,7 @@ type Routes = {
|
|
|
50838
50950
|
user_identity_id?: string | undefined;
|
|
50839
50951
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
50840
50952
|
connected_account_id: string;
|
|
50953
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
50841
50954
|
acs_credential_pool_id?: string | undefined;
|
|
50842
50955
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
50843
50956
|
acs_system_id: string;
|
|
@@ -51047,6 +51160,7 @@ type Routes = {
|
|
|
51047
51160
|
user_identity_id?: string | undefined;
|
|
51048
51161
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
51049
51162
|
connected_account_id: string;
|
|
51163
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
51050
51164
|
acs_credential_pool_id?: string | undefined;
|
|
51051
51165
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
51052
51166
|
acs_system_id: string;
|
|
@@ -51167,6 +51281,7 @@ type Routes = {
|
|
|
51167
51281
|
/** Endpoint ID in the Vostio access system. */
|
|
51168
51282
|
endpoint_id?: string | undefined;
|
|
51169
51283
|
} | undefined;
|
|
51284
|
+
/** Indicates whether Seam manages the credential. */
|
|
51170
51285
|
is_managed: true;
|
|
51171
51286
|
};
|
|
51172
51287
|
} | {
|
|
@@ -52205,6 +52320,7 @@ type Routes = {
|
|
|
52205
52320
|
/**
|
|
52206
52321
|
* @deprecated Use `external_type_display_name`.*/
|
|
52207
52322
|
access_group_type_display_name: string;
|
|
52323
|
+
/** Display name for the access group. */
|
|
52208
52324
|
display_name: string;
|
|
52209
52325
|
/** Brand-specific terminology for the access group type. */
|
|
52210
52326
|
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
@@ -52350,6 +52466,7 @@ type Routes = {
|
|
|
52350
52466
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
52351
52467
|
variant: 'adding' | 'removing';
|
|
52352
52468
|
})[];
|
|
52469
|
+
/** Indicates whether Seam manages the access group. */
|
|
52353
52470
|
is_managed: true;
|
|
52354
52471
|
};
|
|
52355
52472
|
};
|
|
@@ -52389,6 +52506,7 @@ type Routes = {
|
|
|
52389
52506
|
/**
|
|
52390
52507
|
* @deprecated Use `external_type_display_name`.*/
|
|
52391
52508
|
access_group_type_display_name: string;
|
|
52509
|
+
/** Display name for the access group. */
|
|
52392
52510
|
display_name: string;
|
|
52393
52511
|
/** Brand-specific terminology for the access group type. */
|
|
52394
52512
|
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
@@ -52534,6 +52652,7 @@ type Routes = {
|
|
|
52534
52652
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
52535
52653
|
variant: 'adding' | 'removing';
|
|
52536
52654
|
})[];
|
|
52655
|
+
/** Indicates whether Seam manages the access group. */
|
|
52537
52656
|
is_managed: true;
|
|
52538
52657
|
}[];
|
|
52539
52658
|
};
|
|
@@ -52749,6 +52868,7 @@ type Routes = {
|
|
|
52749
52868
|
acs_user_id: string;
|
|
52750
52869
|
/** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
52751
52870
|
acs_system_id: string;
|
|
52871
|
+
/** ID of the HID access control system associated with the user. */
|
|
52752
52872
|
hid_acs_system_id?: string | undefined;
|
|
52753
52873
|
/** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
52754
52874
|
workspace_id: string;
|
|
@@ -52994,6 +53114,7 @@ type Routes = {
|
|
|
52994
53114
|
email_address?: string | undefined;
|
|
52995
53115
|
/** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
|
|
52996
53116
|
phone_number?: string | undefined;
|
|
53117
|
+
/** Indicates whether Seam manages the access system user. */
|
|
52997
53118
|
is_managed: true;
|
|
52998
53119
|
}[];
|
|
52999
53120
|
};
|
|
@@ -53045,6 +53166,7 @@ type Routes = {
|
|
|
53045
53166
|
/**
|
|
53046
53167
|
* @deprecated Use `external_type_display_name`.*/
|
|
53047
53168
|
access_group_type_display_name: string;
|
|
53169
|
+
/** Display name for the access group. */
|
|
53048
53170
|
display_name: string;
|
|
53049
53171
|
/** Brand-specific terminology for the access group type. */
|
|
53050
53172
|
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
@@ -53227,6 +53349,7 @@ type Routes = {
|
|
|
53227
53349
|
/**
|
|
53228
53350
|
* @deprecated Use `external_type_display_name`.*/
|
|
53229
53351
|
access_group_type_display_name: string;
|
|
53352
|
+
/** Display name for the access group. */
|
|
53230
53353
|
display_name: string;
|
|
53231
53354
|
/** Brand-specific terminology for the access group type. */
|
|
53232
53355
|
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
@@ -53462,6 +53585,7 @@ type Routes = {
|
|
|
53462
53585
|
user_identity_id?: string | undefined;
|
|
53463
53586
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
53464
53587
|
connected_account_id: string;
|
|
53588
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
53465
53589
|
acs_credential_pool_id?: string | undefined;
|
|
53466
53590
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
53467
53591
|
acs_system_id: string;
|
|
@@ -53582,6 +53706,7 @@ type Routes = {
|
|
|
53582
53706
|
/** Endpoint ID in the Vostio access system. */
|
|
53583
53707
|
endpoint_id?: string | undefined;
|
|
53584
53708
|
} | undefined;
|
|
53709
|
+
/** Indicates whether Seam manages the credential. */
|
|
53585
53710
|
is_managed: true;
|
|
53586
53711
|
};
|
|
53587
53712
|
};
|
|
@@ -53665,6 +53790,7 @@ type Routes = {
|
|
|
53665
53790
|
user_identity_id?: string | undefined;
|
|
53666
53791
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
53667
53792
|
connected_account_id: string;
|
|
53793
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
53668
53794
|
acs_credential_pool_id?: string | undefined;
|
|
53669
53795
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
53670
53796
|
acs_system_id: string;
|
|
@@ -53785,6 +53911,7 @@ type Routes = {
|
|
|
53785
53911
|
/** Endpoint ID in the Vostio access system. */
|
|
53786
53912
|
endpoint_id?: string | undefined;
|
|
53787
53913
|
} | undefined;
|
|
53914
|
+
/** Indicates whether Seam manages the credential. */
|
|
53788
53915
|
is_managed: true;
|
|
53789
53916
|
};
|
|
53790
53917
|
};
|
|
@@ -53825,6 +53952,7 @@ type Routes = {
|
|
|
53825
53952
|
user_identity_id?: string | undefined;
|
|
53826
53953
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
53827
53954
|
connected_account_id: string;
|
|
53955
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
53828
53956
|
acs_credential_pool_id?: string | undefined;
|
|
53829
53957
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
53830
53958
|
acs_system_id: string;
|
|
@@ -53945,6 +54073,7 @@ type Routes = {
|
|
|
53945
54073
|
/** Endpoint ID in the Vostio access system. */
|
|
53946
54074
|
endpoint_id?: string | undefined;
|
|
53947
54075
|
} | undefined;
|
|
54076
|
+
/** Indicates whether Seam manages the credential. */
|
|
53948
54077
|
is_managed: true;
|
|
53949
54078
|
};
|
|
53950
54079
|
};
|
|
@@ -53990,6 +54119,7 @@ type Routes = {
|
|
|
53990
54119
|
user_identity_id?: string | undefined;
|
|
53991
54120
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
53992
54121
|
connected_account_id: string;
|
|
54122
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
53993
54123
|
acs_credential_pool_id?: string | undefined;
|
|
53994
54124
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
53995
54125
|
acs_system_id: string;
|
|
@@ -54110,6 +54240,7 @@ type Routes = {
|
|
|
54110
54240
|
/** Endpoint ID in the Vostio access system. */
|
|
54111
54241
|
endpoint_id?: string | undefined;
|
|
54112
54242
|
} | undefined;
|
|
54243
|
+
/** Indicates whether Seam manages the credential. */
|
|
54113
54244
|
is_managed: true;
|
|
54114
54245
|
};
|
|
54115
54246
|
};
|
|
@@ -54157,6 +54288,7 @@ type Routes = {
|
|
|
54157
54288
|
user_identity_id?: string | undefined;
|
|
54158
54289
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54159
54290
|
connected_account_id: string;
|
|
54291
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
54160
54292
|
acs_credential_pool_id?: string | undefined;
|
|
54161
54293
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
54162
54294
|
acs_system_id: string;
|
|
@@ -54277,6 +54409,7 @@ type Routes = {
|
|
|
54277
54409
|
/** Endpoint ID in the Vostio access system. */
|
|
54278
54410
|
endpoint_id?: string | undefined;
|
|
54279
54411
|
} | undefined;
|
|
54412
|
+
/** Indicates whether Seam manages the credential. */
|
|
54280
54413
|
is_managed: true;
|
|
54281
54414
|
}[];
|
|
54282
54415
|
/** Information about the current page of results. */
|
|
@@ -54516,6 +54649,7 @@ type Routes = {
|
|
|
54516
54649
|
user_identity_id?: string | undefined;
|
|
54517
54650
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54518
54651
|
connected_account_id: string;
|
|
54652
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
54519
54653
|
acs_credential_pool_id?: string | undefined;
|
|
54520
54654
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
54521
54655
|
acs_system_id: string;
|
|
@@ -54636,6 +54770,7 @@ type Routes = {
|
|
|
54636
54770
|
/** Endpoint ID in the Vostio access system. */
|
|
54637
54771
|
endpoint_id?: string | undefined;
|
|
54638
54772
|
} | undefined;
|
|
54773
|
+
/** Indicates whether Seam manages the credential. */
|
|
54639
54774
|
is_managed: true;
|
|
54640
54775
|
};
|
|
54641
54776
|
};
|
|
@@ -54662,6 +54797,7 @@ type Routes = {
|
|
|
54662
54797
|
user_identity_id?: string | undefined;
|
|
54663
54798
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54664
54799
|
connected_account_id: string;
|
|
54800
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
54665
54801
|
acs_credential_pool_id?: string | undefined;
|
|
54666
54802
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
54667
54803
|
acs_system_id: string;
|
|
@@ -54821,6 +54957,7 @@ type Routes = {
|
|
|
54821
54957
|
user_identity_id?: string | undefined;
|
|
54822
54958
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54823
54959
|
connected_account_id: string;
|
|
54960
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
54824
54961
|
acs_credential_pool_id?: string | undefined;
|
|
54825
54962
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
54826
54963
|
acs_system_id: string;
|
|
@@ -54977,6 +55114,7 @@ type Routes = {
|
|
|
54977
55114
|
user_identity_id?: string | undefined;
|
|
54978
55115
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54979
55116
|
connected_account_id: string;
|
|
55117
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
54980
55118
|
acs_credential_pool_id?: string | undefined;
|
|
54981
55119
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
54982
55120
|
acs_system_id: string;
|
|
@@ -55097,6 +55235,7 @@ type Routes = {
|
|
|
55097
55235
|
/** Endpoint ID in the Vostio access system. */
|
|
55098
55236
|
endpoint_id?: string | undefined;
|
|
55099
55237
|
} | undefined;
|
|
55238
|
+
/** Indicates whether Seam manages the credential. */
|
|
55100
55239
|
is_managed: true;
|
|
55101
55240
|
};
|
|
55102
55241
|
};
|
|
@@ -55222,6 +55361,7 @@ type Routes = {
|
|
|
55222
55361
|
acs_credential_on_encoder: {
|
|
55223
55362
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
55224
55363
|
created_at: string | null;
|
|
55364
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
55225
55365
|
is_issued: boolean | null;
|
|
55226
55366
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
55227
55367
|
starts_at: string | null;
|
|
@@ -55267,6 +55407,7 @@ type Routes = {
|
|
|
55267
55407
|
user_identity_id?: string | undefined;
|
|
55268
55408
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55269
55409
|
connected_account_id: string;
|
|
55410
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
55270
55411
|
acs_credential_pool_id?: string | undefined;
|
|
55271
55412
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
55272
55413
|
acs_system_id: string;
|
|
@@ -55387,6 +55528,7 @@ type Routes = {
|
|
|
55387
55528
|
/** Endpoint ID in the Vostio access system. */
|
|
55388
55529
|
endpoint_id?: string | undefined;
|
|
55389
55530
|
} | undefined;
|
|
55531
|
+
/** Indicates whether Seam manages the credential. */
|
|
55390
55532
|
is_managed: true;
|
|
55391
55533
|
} | {
|
|
55392
55534
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -55397,6 +55539,7 @@ type Routes = {
|
|
|
55397
55539
|
user_identity_id?: string | undefined;
|
|
55398
55540
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55399
55541
|
connected_account_id: string;
|
|
55542
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
55400
55543
|
acs_credential_pool_id?: string | undefined;
|
|
55401
55544
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
55402
55545
|
acs_system_id: string;
|
|
@@ -55594,6 +55737,7 @@ type Routes = {
|
|
|
55594
55737
|
user_identity_id?: string | undefined;
|
|
55595
55738
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55596
55739
|
connected_account_id: string;
|
|
55740
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
55597
55741
|
acs_credential_pool_id?: string | undefined;
|
|
55598
55742
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
55599
55743
|
acs_system_id: string;
|
|
@@ -55714,6 +55858,7 @@ type Routes = {
|
|
|
55714
55858
|
/** Endpoint ID in the Vostio access system. */
|
|
55715
55859
|
endpoint_id?: string | undefined;
|
|
55716
55860
|
} | undefined;
|
|
55861
|
+
/** Indicates whether Seam manages the credential. */
|
|
55717
55862
|
is_managed: true;
|
|
55718
55863
|
} | {
|
|
55719
55864
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -55724,6 +55869,7 @@ type Routes = {
|
|
|
55724
55869
|
user_identity_id?: string | undefined;
|
|
55725
55870
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55726
55871
|
connected_account_id: string;
|
|
55872
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
55727
55873
|
acs_credential_pool_id?: string | undefined;
|
|
55728
55874
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
55729
55875
|
acs_system_id: string;
|
|
@@ -55933,6 +56079,7 @@ type Routes = {
|
|
|
55933
56079
|
user_identity_id?: string | undefined;
|
|
55934
56080
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55935
56081
|
connected_account_id: string;
|
|
56082
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
55936
56083
|
acs_credential_pool_id?: string | undefined;
|
|
55937
56084
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
55938
56085
|
acs_system_id: string;
|
|
@@ -56053,6 +56200,7 @@ type Routes = {
|
|
|
56053
56200
|
/** Endpoint ID in the Vostio access system. */
|
|
56054
56201
|
endpoint_id?: string | undefined;
|
|
56055
56202
|
} | undefined;
|
|
56203
|
+
/** Indicates whether Seam manages the credential. */
|
|
56056
56204
|
is_managed: true;
|
|
56057
56205
|
};
|
|
56058
56206
|
} | {
|
|
@@ -57006,6 +57154,7 @@ type Routes = {
|
|
|
57006
57154
|
acs_credential_on_encoder: {
|
|
57007
57155
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
57008
57156
|
created_at: string | null;
|
|
57157
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
57009
57158
|
is_issued: boolean | null;
|
|
57010
57159
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
57011
57160
|
starts_at: string | null;
|
|
@@ -57051,6 +57200,7 @@ type Routes = {
|
|
|
57051
57200
|
user_identity_id?: string | undefined;
|
|
57052
57201
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57053
57202
|
connected_account_id: string;
|
|
57203
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
57054
57204
|
acs_credential_pool_id?: string | undefined;
|
|
57055
57205
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
57056
57206
|
acs_system_id: string;
|
|
@@ -57171,6 +57321,7 @@ type Routes = {
|
|
|
57171
57321
|
/** Endpoint ID in the Vostio access system. */
|
|
57172
57322
|
endpoint_id?: string | undefined;
|
|
57173
57323
|
} | undefined;
|
|
57324
|
+
/** Indicates whether Seam manages the credential. */
|
|
57174
57325
|
is_managed: true;
|
|
57175
57326
|
} | {
|
|
57176
57327
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -57181,6 +57332,7 @@ type Routes = {
|
|
|
57181
57332
|
user_identity_id?: string | undefined;
|
|
57182
57333
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57183
57334
|
connected_account_id: string;
|
|
57335
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
57184
57336
|
acs_credential_pool_id?: string | undefined;
|
|
57185
57337
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
57186
57338
|
acs_system_id: string;
|
|
@@ -57378,6 +57530,7 @@ type Routes = {
|
|
|
57378
57530
|
user_identity_id?: string | undefined;
|
|
57379
57531
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57380
57532
|
connected_account_id: string;
|
|
57533
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
57381
57534
|
acs_credential_pool_id?: string | undefined;
|
|
57382
57535
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
57383
57536
|
acs_system_id: string;
|
|
@@ -57498,6 +57651,7 @@ type Routes = {
|
|
|
57498
57651
|
/** Endpoint ID in the Vostio access system. */
|
|
57499
57652
|
endpoint_id?: string | undefined;
|
|
57500
57653
|
} | undefined;
|
|
57654
|
+
/** Indicates whether Seam manages the credential. */
|
|
57501
57655
|
is_managed: true;
|
|
57502
57656
|
} | {
|
|
57503
57657
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -57508,6 +57662,7 @@ type Routes = {
|
|
|
57508
57662
|
user_identity_id?: string | undefined;
|
|
57509
57663
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57510
57664
|
connected_account_id: string;
|
|
57665
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
57511
57666
|
acs_credential_pool_id?: string | undefined;
|
|
57512
57667
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
57513
57668
|
acs_system_id: string;
|
|
@@ -57717,6 +57872,7 @@ type Routes = {
|
|
|
57717
57872
|
user_identity_id?: string | undefined;
|
|
57718
57873
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57719
57874
|
connected_account_id: string;
|
|
57875
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
57720
57876
|
acs_credential_pool_id?: string | undefined;
|
|
57721
57877
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
57722
57878
|
acs_system_id: string;
|
|
@@ -57837,6 +57993,7 @@ type Routes = {
|
|
|
57837
57993
|
/** Endpoint ID in the Vostio access system. */
|
|
57838
57994
|
endpoint_id?: string | undefined;
|
|
57839
57995
|
} | undefined;
|
|
57996
|
+
/** Indicates whether Seam manages the credential. */
|
|
57840
57997
|
is_managed: true;
|
|
57841
57998
|
};
|
|
57842
57999
|
} | {
|
|
@@ -58686,6 +58843,7 @@ type Routes = {
|
|
|
58686
58843
|
acs_credential_on_encoder: {
|
|
58687
58844
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
58688
58845
|
created_at: string | null;
|
|
58846
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
58689
58847
|
is_issued: boolean | null;
|
|
58690
58848
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
58691
58849
|
starts_at: string | null;
|
|
@@ -58731,6 +58889,7 @@ type Routes = {
|
|
|
58731
58889
|
user_identity_id?: string | undefined;
|
|
58732
58890
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
58733
58891
|
connected_account_id: string;
|
|
58892
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
58734
58893
|
acs_credential_pool_id?: string | undefined;
|
|
58735
58894
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
58736
58895
|
acs_system_id: string;
|
|
@@ -58851,6 +59010,7 @@ type Routes = {
|
|
|
58851
59010
|
/** Endpoint ID in the Vostio access system. */
|
|
58852
59011
|
endpoint_id?: string | undefined;
|
|
58853
59012
|
} | undefined;
|
|
59013
|
+
/** Indicates whether Seam manages the credential. */
|
|
58854
59014
|
is_managed: true;
|
|
58855
59015
|
} | {
|
|
58856
59016
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -58861,6 +59021,7 @@ type Routes = {
|
|
|
58861
59021
|
user_identity_id?: string | undefined;
|
|
58862
59022
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
58863
59023
|
connected_account_id: string;
|
|
59024
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
58864
59025
|
acs_credential_pool_id?: string | undefined;
|
|
58865
59026
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
58866
59027
|
acs_system_id: string;
|
|
@@ -59058,6 +59219,7 @@ type Routes = {
|
|
|
59058
59219
|
user_identity_id?: string | undefined;
|
|
59059
59220
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59060
59221
|
connected_account_id: string;
|
|
59222
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
59061
59223
|
acs_credential_pool_id?: string | undefined;
|
|
59062
59224
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
59063
59225
|
acs_system_id: string;
|
|
@@ -59178,6 +59340,7 @@ type Routes = {
|
|
|
59178
59340
|
/** Endpoint ID in the Vostio access system. */
|
|
59179
59341
|
endpoint_id?: string | undefined;
|
|
59180
59342
|
} | undefined;
|
|
59343
|
+
/** Indicates whether Seam manages the credential. */
|
|
59181
59344
|
is_managed: true;
|
|
59182
59345
|
} | {
|
|
59183
59346
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -59188,6 +59351,7 @@ type Routes = {
|
|
|
59188
59351
|
user_identity_id?: string | undefined;
|
|
59189
59352
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59190
59353
|
connected_account_id: string;
|
|
59354
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
59191
59355
|
acs_credential_pool_id?: string | undefined;
|
|
59192
59356
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
59193
59357
|
acs_system_id: string;
|
|
@@ -59397,6 +59561,7 @@ type Routes = {
|
|
|
59397
59561
|
user_identity_id?: string | undefined;
|
|
59398
59562
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59399
59563
|
connected_account_id: string;
|
|
59564
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
59400
59565
|
acs_credential_pool_id?: string | undefined;
|
|
59401
59566
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
59402
59567
|
acs_system_id: string;
|
|
@@ -59517,6 +59682,7 @@ type Routes = {
|
|
|
59517
59682
|
/** Endpoint ID in the Vostio access system. */
|
|
59518
59683
|
endpoint_id?: string | undefined;
|
|
59519
59684
|
} | undefined;
|
|
59685
|
+
/** Indicates whether Seam manages the credential. */
|
|
59520
59686
|
is_managed: true;
|
|
59521
59687
|
};
|
|
59522
59688
|
} | {
|
|
@@ -60782,6 +60948,7 @@ type Routes = {
|
|
|
60782
60948
|
user_identity_id?: string | undefined;
|
|
60783
60949
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
60784
60950
|
connected_account_id: string;
|
|
60951
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
60785
60952
|
acs_credential_pool_id?: string | undefined;
|
|
60786
60953
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
60787
60954
|
acs_system_id: string;
|
|
@@ -60902,6 +61069,7 @@ type Routes = {
|
|
|
60902
61069
|
/** Endpoint ID in the Vostio access system. */
|
|
60903
61070
|
endpoint_id?: string | undefined;
|
|
60904
61071
|
} | undefined;
|
|
61072
|
+
/** Indicates whether Seam manages the credential. */
|
|
60905
61073
|
is_managed: true;
|
|
60906
61074
|
}[];
|
|
60907
61075
|
};
|
|
@@ -61025,6 +61193,7 @@ type Routes = {
|
|
|
61025
61193
|
acs_credential_on_encoder: {
|
|
61026
61194
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
61027
61195
|
created_at: string | null;
|
|
61196
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
61028
61197
|
is_issued: boolean | null;
|
|
61029
61198
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
61030
61199
|
starts_at: string | null;
|
|
@@ -61070,6 +61239,7 @@ type Routes = {
|
|
|
61070
61239
|
user_identity_id?: string | undefined;
|
|
61071
61240
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61072
61241
|
connected_account_id: string;
|
|
61242
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
61073
61243
|
acs_credential_pool_id?: string | undefined;
|
|
61074
61244
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
61075
61245
|
acs_system_id: string;
|
|
@@ -61190,6 +61360,7 @@ type Routes = {
|
|
|
61190
61360
|
/** Endpoint ID in the Vostio access system. */
|
|
61191
61361
|
endpoint_id?: string | undefined;
|
|
61192
61362
|
} | undefined;
|
|
61363
|
+
/** Indicates whether Seam manages the credential. */
|
|
61193
61364
|
is_managed: true;
|
|
61194
61365
|
} | {
|
|
61195
61366
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -61200,6 +61371,7 @@ type Routes = {
|
|
|
61200
61371
|
user_identity_id?: string | undefined;
|
|
61201
61372
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61202
61373
|
connected_account_id: string;
|
|
61374
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
61203
61375
|
acs_credential_pool_id?: string | undefined;
|
|
61204
61376
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
61205
61377
|
acs_system_id: string;
|
|
@@ -61397,6 +61569,7 @@ type Routes = {
|
|
|
61397
61569
|
user_identity_id?: string | undefined;
|
|
61398
61570
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61399
61571
|
connected_account_id: string;
|
|
61572
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
61400
61573
|
acs_credential_pool_id?: string | undefined;
|
|
61401
61574
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
61402
61575
|
acs_system_id: string;
|
|
@@ -61517,6 +61690,7 @@ type Routes = {
|
|
|
61517
61690
|
/** Endpoint ID in the Vostio access system. */
|
|
61518
61691
|
endpoint_id?: string | undefined;
|
|
61519
61692
|
} | undefined;
|
|
61693
|
+
/** Indicates whether Seam manages the credential. */
|
|
61520
61694
|
is_managed: true;
|
|
61521
61695
|
} | {
|
|
61522
61696
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -61527,6 +61701,7 @@ type Routes = {
|
|
|
61527
61701
|
user_identity_id?: string | undefined;
|
|
61528
61702
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61529
61703
|
connected_account_id: string;
|
|
61704
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
61530
61705
|
acs_credential_pool_id?: string | undefined;
|
|
61531
61706
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
61532
61707
|
acs_system_id: string;
|
|
@@ -61736,6 +61911,7 @@ type Routes = {
|
|
|
61736
61911
|
user_identity_id?: string | undefined;
|
|
61737
61912
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61738
61913
|
connected_account_id: string;
|
|
61914
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
61739
61915
|
acs_credential_pool_id?: string | undefined;
|
|
61740
61916
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
61741
61917
|
acs_system_id: string;
|
|
@@ -61856,6 +62032,7 @@ type Routes = {
|
|
|
61856
62032
|
/** Endpoint ID in the Vostio access system. */
|
|
61857
62033
|
endpoint_id?: string | undefined;
|
|
61858
62034
|
} | undefined;
|
|
62035
|
+
/** Indicates whether Seam manages the credential. */
|
|
61859
62036
|
is_managed: true;
|
|
61860
62037
|
};
|
|
61861
62038
|
} | {
|
|
@@ -62601,7 +62778,9 @@ type Routes = {
|
|
|
62601
62778
|
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
62602
62779
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62603
62780
|
acs_system_id: string;
|
|
62781
|
+
/** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62604
62782
|
acs_user_count?: number | undefined;
|
|
62783
|
+
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62605
62784
|
acs_access_group_count?: number | undefined;
|
|
62606
62785
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
62607
62786
|
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
@@ -62609,6 +62788,7 @@ type Routes = {
|
|
|
62609
62788
|
external_type_display_name?: string | undefined;
|
|
62610
62789
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
62611
62790
|
is_credential_manager: boolean;
|
|
62791
|
+
/** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62612
62792
|
visionline_metadata?: {
|
|
62613
62793
|
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
62614
62794
|
mobile_access_uuid: string;
|
|
@@ -62623,6 +62803,7 @@ type Routes = {
|
|
|
62623
62803
|
/**
|
|
62624
62804
|
* @deprecated Use `external_type_display_name`.*/
|
|
62625
62805
|
system_type_display_name?: string | undefined;
|
|
62806
|
+
/** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62626
62807
|
location: {
|
|
62627
62808
|
/** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
|
|
62628
62809
|
time_zone: string | null;
|
|
@@ -62657,6 +62838,7 @@ type Routes = {
|
|
|
62657
62838
|
message: string;
|
|
62658
62839
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
62659
62840
|
error_code: 'bridge_disconnected';
|
|
62841
|
+
/** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
62660
62842
|
is_bridge_error?: boolean | undefined;
|
|
62661
62843
|
} | {
|
|
62662
62844
|
/** Date and time at which Seam created the error. */
|
|
@@ -62751,7 +62933,9 @@ type Routes = {
|
|
|
62751
62933
|
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
62752
62934
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62753
62935
|
acs_system_id: string;
|
|
62936
|
+
/** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62754
62937
|
acs_user_count?: number | undefined;
|
|
62938
|
+
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62755
62939
|
acs_access_group_count?: number | undefined;
|
|
62756
62940
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
62757
62941
|
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
@@ -62759,6 +62943,7 @@ type Routes = {
|
|
|
62759
62943
|
external_type_display_name?: string | undefined;
|
|
62760
62944
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
62761
62945
|
is_credential_manager: boolean;
|
|
62946
|
+
/** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62762
62947
|
visionline_metadata?: {
|
|
62763
62948
|
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
62764
62949
|
mobile_access_uuid: string;
|
|
@@ -62773,6 +62958,7 @@ type Routes = {
|
|
|
62773
62958
|
/**
|
|
62774
62959
|
* @deprecated Use `external_type_display_name`.*/
|
|
62775
62960
|
system_type_display_name?: string | undefined;
|
|
62961
|
+
/** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62776
62962
|
location: {
|
|
62777
62963
|
/** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
|
|
62778
62964
|
time_zone: string | null;
|
|
@@ -62807,6 +62993,7 @@ type Routes = {
|
|
|
62807
62993
|
message: string;
|
|
62808
62994
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
62809
62995
|
error_code: 'bridge_disconnected';
|
|
62996
|
+
/** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
62810
62997
|
is_bridge_error?: boolean | undefined;
|
|
62811
62998
|
} | {
|
|
62812
62999
|
/** Date and time at which Seam created the error. */
|
|
@@ -62897,7 +63084,9 @@ type Routes = {
|
|
|
62897
63084
|
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
62898
63085
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62899
63086
|
acs_system_id: string;
|
|
63087
|
+
/** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62900
63088
|
acs_user_count?: number | undefined;
|
|
63089
|
+
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62901
63090
|
acs_access_group_count?: number | undefined;
|
|
62902
63091
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
62903
63092
|
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
@@ -62905,6 +63094,7 @@ type Routes = {
|
|
|
62905
63094
|
external_type_display_name?: string | undefined;
|
|
62906
63095
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
62907
63096
|
is_credential_manager: boolean;
|
|
63097
|
+
/** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62908
63098
|
visionline_metadata?: {
|
|
62909
63099
|
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
62910
63100
|
mobile_access_uuid: string;
|
|
@@ -62919,6 +63109,7 @@ type Routes = {
|
|
|
62919
63109
|
/**
|
|
62920
63110
|
* @deprecated Use `external_type_display_name`.*/
|
|
62921
63111
|
system_type_display_name?: string | undefined;
|
|
63112
|
+
/** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
62922
63113
|
location: {
|
|
62923
63114
|
/** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
|
|
62924
63115
|
time_zone: string | null;
|
|
@@ -62953,6 +63144,7 @@ type Routes = {
|
|
|
62953
63144
|
message: string;
|
|
62954
63145
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
62955
63146
|
error_code: 'bridge_disconnected';
|
|
63147
|
+
/** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
62956
63148
|
is_bridge_error?: boolean | undefined;
|
|
62957
63149
|
} | {
|
|
62958
63150
|
/** Date and time at which Seam created the error. */
|
|
@@ -63119,6 +63311,7 @@ type Routes = {
|
|
|
63119
63311
|
acs_user_id: string;
|
|
63120
63312
|
/** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
63121
63313
|
acs_system_id: string;
|
|
63314
|
+
/** ID of the HID access control system associated with the user. */
|
|
63122
63315
|
hid_acs_system_id?: string | undefined;
|
|
63123
63316
|
/** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
63124
63317
|
workspace_id: string;
|
|
@@ -63364,6 +63557,7 @@ type Routes = {
|
|
|
63364
63557
|
email_address?: string | undefined;
|
|
63365
63558
|
/** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
|
|
63366
63559
|
phone_number?: string | undefined;
|
|
63560
|
+
/** Indicates whether Seam manages the access system user. */
|
|
63367
63561
|
is_managed: true;
|
|
63368
63562
|
};
|
|
63369
63563
|
};
|
|
@@ -63411,6 +63605,7 @@ type Routes = {
|
|
|
63411
63605
|
acs_user_id: string;
|
|
63412
63606
|
/** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
63413
63607
|
acs_system_id: string;
|
|
63608
|
+
/** ID of the HID access control system associated with the user. */
|
|
63414
63609
|
hid_acs_system_id?: string | undefined;
|
|
63415
63610
|
/** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
63416
63611
|
workspace_id: string;
|
|
@@ -63656,6 +63851,7 @@ type Routes = {
|
|
|
63656
63851
|
email_address?: string | undefined;
|
|
63657
63852
|
/** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
|
|
63658
63853
|
phone_number?: string | undefined;
|
|
63854
|
+
/** Indicates whether Seam manages the access system user. */
|
|
63659
63855
|
is_managed: true;
|
|
63660
63856
|
};
|
|
63661
63857
|
};
|
|
@@ -63691,6 +63887,7 @@ type Routes = {
|
|
|
63691
63887
|
acs_user_id: string;
|
|
63692
63888
|
/** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
63693
63889
|
acs_system_id: string;
|
|
63890
|
+
/** ID of the HID access control system associated with the user. */
|
|
63694
63891
|
hid_acs_system_id?: string | undefined;
|
|
63695
63892
|
/** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
63696
63893
|
workspace_id: string;
|
|
@@ -63936,6 +64133,7 @@ type Routes = {
|
|
|
63936
64133
|
email_address?: string | undefined;
|
|
63937
64134
|
/** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
|
|
63938
64135
|
phone_number?: string | undefined;
|
|
64136
|
+
/** Indicates whether Seam manages the access system user. */
|
|
63939
64137
|
is_managed: true;
|
|
63940
64138
|
}[];
|
|
63941
64139
|
/** Information about the current page of results. */
|
|
@@ -64216,6 +64414,7 @@ type Routes = {
|
|
|
64216
64414
|
acs_user_id: string;
|
|
64217
64415
|
/** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
64218
64416
|
acs_system_id: string;
|
|
64417
|
+
/** ID of the HID access control system associated with the user. */
|
|
64219
64418
|
hid_acs_system_id?: string | undefined;
|
|
64220
64419
|
/** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
64221
64420
|
workspace_id: string;
|
|
@@ -64492,6 +64691,7 @@ type Routes = {
|
|
|
64492
64691
|
acs_user_id: string;
|
|
64493
64692
|
/** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
64494
64693
|
acs_system_id: string;
|
|
64694
|
+
/** ID of the HID access control system associated with the user. */
|
|
64495
64695
|
hid_acs_system_id?: string | undefined;
|
|
64496
64696
|
/** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
64497
64697
|
workspace_id: string;
|
|
@@ -64786,6 +64986,7 @@ type Routes = {
|
|
|
64786
64986
|
phone_number?: string | undefined;
|
|
64787
64987
|
/** Email address of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
64788
64988
|
email_address?: string | undefined;
|
|
64989
|
+
/** ID of the HID access control system associated with the user. */
|
|
64789
64990
|
hid_acs_system_id?: string | undefined;
|
|
64790
64991
|
};
|
|
64791
64992
|
commonParams: {};
|
|
@@ -64909,6 +65110,7 @@ type Routes = {
|
|
|
64909
65110
|
acs_credential_on_encoder: {
|
|
64910
65111
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
64911
65112
|
created_at: string | null;
|
|
65113
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
64912
65114
|
is_issued: boolean | null;
|
|
64913
65115
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
64914
65116
|
starts_at: string | null;
|
|
@@ -64954,6 +65156,7 @@ type Routes = {
|
|
|
64954
65156
|
user_identity_id?: string | undefined;
|
|
64955
65157
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
64956
65158
|
connected_account_id: string;
|
|
65159
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
64957
65160
|
acs_credential_pool_id?: string | undefined;
|
|
64958
65161
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
64959
65162
|
acs_system_id: string;
|
|
@@ -65074,6 +65277,7 @@ type Routes = {
|
|
|
65074
65277
|
/** Endpoint ID in the Vostio access system. */
|
|
65075
65278
|
endpoint_id?: string | undefined;
|
|
65076
65279
|
} | undefined;
|
|
65280
|
+
/** Indicates whether Seam manages the credential. */
|
|
65077
65281
|
is_managed: true;
|
|
65078
65282
|
} | {
|
|
65079
65283
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -65084,6 +65288,7 @@ type Routes = {
|
|
|
65084
65288
|
user_identity_id?: string | undefined;
|
|
65085
65289
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65086
65290
|
connected_account_id: string;
|
|
65291
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
65087
65292
|
acs_credential_pool_id?: string | undefined;
|
|
65088
65293
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
65089
65294
|
acs_system_id: string;
|
|
@@ -65281,6 +65486,7 @@ type Routes = {
|
|
|
65281
65486
|
user_identity_id?: string | undefined;
|
|
65282
65487
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65283
65488
|
connected_account_id: string;
|
|
65489
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
65284
65490
|
acs_credential_pool_id?: string | undefined;
|
|
65285
65491
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
65286
65492
|
acs_system_id: string;
|
|
@@ -65401,6 +65607,7 @@ type Routes = {
|
|
|
65401
65607
|
/** Endpoint ID in the Vostio access system. */
|
|
65402
65608
|
endpoint_id?: string | undefined;
|
|
65403
65609
|
} | undefined;
|
|
65610
|
+
/** Indicates whether Seam manages the credential. */
|
|
65404
65611
|
is_managed: true;
|
|
65405
65612
|
} | {
|
|
65406
65613
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -65411,6 +65618,7 @@ type Routes = {
|
|
|
65411
65618
|
user_identity_id?: string | undefined;
|
|
65412
65619
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65413
65620
|
connected_account_id: string;
|
|
65621
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
65414
65622
|
acs_credential_pool_id?: string | undefined;
|
|
65415
65623
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
65416
65624
|
acs_system_id: string;
|
|
@@ -65620,6 +65828,7 @@ type Routes = {
|
|
|
65620
65828
|
user_identity_id?: string | undefined;
|
|
65621
65829
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65622
65830
|
connected_account_id: string;
|
|
65831
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
65623
65832
|
acs_credential_pool_id?: string | undefined;
|
|
65624
65833
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
65625
65834
|
acs_system_id: string;
|
|
@@ -65740,6 +65949,7 @@ type Routes = {
|
|
|
65740
65949
|
/** Endpoint ID in the Vostio access system. */
|
|
65741
65950
|
endpoint_id?: string | undefined;
|
|
65742
65951
|
} | undefined;
|
|
65952
|
+
/** Indicates whether Seam manages the credential. */
|
|
65743
65953
|
is_managed: true;
|
|
65744
65954
|
};
|
|
65745
65955
|
} | {
|
|
@@ -66581,6 +66791,7 @@ type Routes = {
|
|
|
66581
66791
|
acs_credential_on_encoder: {
|
|
66582
66792
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
66583
66793
|
created_at: string | null;
|
|
66794
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
66584
66795
|
is_issued: boolean | null;
|
|
66585
66796
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
66586
66797
|
starts_at: string | null;
|
|
@@ -66626,6 +66837,7 @@ type Routes = {
|
|
|
66626
66837
|
user_identity_id?: string | undefined;
|
|
66627
66838
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
66628
66839
|
connected_account_id: string;
|
|
66840
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
66629
66841
|
acs_credential_pool_id?: string | undefined;
|
|
66630
66842
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
66631
66843
|
acs_system_id: string;
|
|
@@ -66746,6 +66958,7 @@ type Routes = {
|
|
|
66746
66958
|
/** Endpoint ID in the Vostio access system. */
|
|
66747
66959
|
endpoint_id?: string | undefined;
|
|
66748
66960
|
} | undefined;
|
|
66961
|
+
/** Indicates whether Seam manages the credential. */
|
|
66749
66962
|
is_managed: true;
|
|
66750
66963
|
} | {
|
|
66751
66964
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -66756,6 +66969,7 @@ type Routes = {
|
|
|
66756
66969
|
user_identity_id?: string | undefined;
|
|
66757
66970
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
66758
66971
|
connected_account_id: string;
|
|
66972
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
66759
66973
|
acs_credential_pool_id?: string | undefined;
|
|
66760
66974
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
66761
66975
|
acs_system_id: string;
|
|
@@ -66953,6 +67167,7 @@ type Routes = {
|
|
|
66953
67167
|
user_identity_id?: string | undefined;
|
|
66954
67168
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
66955
67169
|
connected_account_id: string;
|
|
67170
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
66956
67171
|
acs_credential_pool_id?: string | undefined;
|
|
66957
67172
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
66958
67173
|
acs_system_id: string;
|
|
@@ -67073,6 +67288,7 @@ type Routes = {
|
|
|
67073
67288
|
/** Endpoint ID in the Vostio access system. */
|
|
67074
67289
|
endpoint_id?: string | undefined;
|
|
67075
67290
|
} | undefined;
|
|
67291
|
+
/** Indicates whether Seam manages the credential. */
|
|
67076
67292
|
is_managed: true;
|
|
67077
67293
|
} | {
|
|
67078
67294
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -67083,6 +67299,7 @@ type Routes = {
|
|
|
67083
67299
|
user_identity_id?: string | undefined;
|
|
67084
67300
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67085
67301
|
connected_account_id: string;
|
|
67302
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
67086
67303
|
acs_credential_pool_id?: string | undefined;
|
|
67087
67304
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
67088
67305
|
acs_system_id: string;
|
|
@@ -67292,6 +67509,7 @@ type Routes = {
|
|
|
67292
67509
|
user_identity_id?: string | undefined;
|
|
67293
67510
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67294
67511
|
connected_account_id: string;
|
|
67512
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
67295
67513
|
acs_credential_pool_id?: string | undefined;
|
|
67296
67514
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
67297
67515
|
acs_system_id: string;
|
|
@@ -67412,6 +67630,7 @@ type Routes = {
|
|
|
67412
67630
|
/** Endpoint ID in the Vostio access system. */
|
|
67413
67631
|
endpoint_id?: string | undefined;
|
|
67414
67632
|
} | undefined;
|
|
67633
|
+
/** Indicates whether Seam manages the credential. */
|
|
67415
67634
|
is_managed: true;
|
|
67416
67635
|
};
|
|
67417
67636
|
} | {
|
|
@@ -68556,6 +68775,7 @@ type Routes = {
|
|
|
68556
68775
|
connected_account_id: string | null;
|
|
68557
68776
|
/** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
|
|
68558
68777
|
url: string;
|
|
68778
|
+
/** Device selection mode of the Connect Webview. Supported values: `none`, `single`, `multiple`. */
|
|
68559
68779
|
device_selection_mode: 'none' | 'single' | 'multiple';
|
|
68560
68780
|
/** List of accepted [provider keys](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
68561
68781
|
accepted_providers: string[];
|
|
@@ -68641,6 +68861,7 @@ type Routes = {
|
|
|
68641
68861
|
connected_account_id: string | null;
|
|
68642
68862
|
/** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
|
|
68643
68863
|
url: string;
|
|
68864
|
+
/** Device selection mode of the Connect Webview. Supported values: `none`, `single`, `multiple`. */
|
|
68644
68865
|
device_selection_mode: 'none' | 'single' | 'multiple';
|
|
68645
68866
|
/** List of accepted [provider keys](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
68646
68867
|
accepted_providers: string[];
|
|
@@ -68714,6 +68935,7 @@ type Routes = {
|
|
|
68714
68935
|
connected_account_id: string | null;
|
|
68715
68936
|
/** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
|
|
68716
68937
|
url: string;
|
|
68938
|
+
/** Device selection mode of the Connect Webview. Supported values: `none`, `single`, `multiple`. */
|
|
68717
68939
|
device_selection_mode: 'none' | 'single' | 'multiple';
|
|
68718
68940
|
/** List of accepted [provider keys](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
68719
68941
|
accepted_providers: string[];
|
|
@@ -71679,25 +71901,45 @@ type Routes = {
|
|
|
71679
71901
|
/** Image URL for the manufacturer logo. */
|
|
71680
71902
|
image_url?: string | undefined;
|
|
71681
71903
|
} | undefined;
|
|
71904
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
71682
71905
|
can_remotely_unlock?: boolean | undefined;
|
|
71906
|
+
/** Indicates whether the device supports remote locking. */
|
|
71683
71907
|
can_remotely_lock?: boolean | undefined;
|
|
71908
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
71684
71909
|
can_program_offline_access_codes?: boolean | undefined;
|
|
71910
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
71685
71911
|
can_program_online_access_codes?: boolean | undefined;
|
|
71912
|
+
/** Indicates whether the thermostat supports heating. */
|
|
71686
71913
|
can_hvac_heat?: boolean | undefined;
|
|
71914
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
71687
71915
|
can_hvac_cool?: boolean | undefined;
|
|
71916
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
71688
71917
|
can_hvac_heat_cool?: boolean | undefined;
|
|
71918
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
71689
71919
|
can_turn_off_hvac?: boolean | undefined;
|
|
71920
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
71690
71921
|
can_simulate_removal?: boolean | undefined;
|
|
71922
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
71691
71923
|
can_simulate_connection?: boolean | undefined;
|
|
71924
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
71692
71925
|
can_simulate_disconnection?: boolean | undefined;
|
|
71926
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
71693
71927
|
can_unlock_with_code?: boolean | undefined;
|
|
71928
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
71694
71929
|
can_run_thermostat_programs?: boolean | undefined;
|
|
71930
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
71695
71931
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
71932
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
71696
71933
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
71934
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
71697
71935
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
71936
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
71698
71937
|
can_simulate_hub_connection?: boolean | undefined;
|
|
71938
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
71699
71939
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
71940
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
71700
71941
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
71942
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
71701
71943
|
can_configure_auto_lock?: boolean | undefined;
|
|
71702
71944
|
};
|
|
71703
71945
|
};
|
|
@@ -73101,25 +73343,45 @@ type Routes = {
|
|
|
73101
73343
|
/** Image URL for the manufacturer logo. */
|
|
73102
73344
|
image_url?: string | undefined;
|
|
73103
73345
|
} | undefined;
|
|
73346
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
73104
73347
|
can_remotely_unlock?: boolean | undefined;
|
|
73348
|
+
/** Indicates whether the device supports remote locking. */
|
|
73105
73349
|
can_remotely_lock?: boolean | undefined;
|
|
73350
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
73106
73351
|
can_program_offline_access_codes?: boolean | undefined;
|
|
73352
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
73107
73353
|
can_program_online_access_codes?: boolean | undefined;
|
|
73354
|
+
/** Indicates whether the thermostat supports heating. */
|
|
73108
73355
|
can_hvac_heat?: boolean | undefined;
|
|
73356
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
73109
73357
|
can_hvac_cool?: boolean | undefined;
|
|
73358
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
73110
73359
|
can_hvac_heat_cool?: boolean | undefined;
|
|
73360
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
73111
73361
|
can_turn_off_hvac?: boolean | undefined;
|
|
73362
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
73112
73363
|
can_simulate_removal?: boolean | undefined;
|
|
73364
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
73113
73365
|
can_simulate_connection?: boolean | undefined;
|
|
73366
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
73114
73367
|
can_simulate_disconnection?: boolean | undefined;
|
|
73368
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
73115
73369
|
can_unlock_with_code?: boolean | undefined;
|
|
73370
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
73116
73371
|
can_run_thermostat_programs?: boolean | undefined;
|
|
73372
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
73117
73373
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
73374
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
73118
73375
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
73376
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
73119
73377
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
73378
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
73120
73379
|
can_simulate_hub_connection?: boolean | undefined;
|
|
73380
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
73121
73381
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
73382
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
73122
73383
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
73384
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
73123
73385
|
can_configure_auto_lock?: boolean | undefined;
|
|
73124
73386
|
}[];
|
|
73125
73387
|
/** Information about the current page of results. */
|
|
@@ -73146,29 +73408,53 @@ type Routes = {
|
|
|
73146
73408
|
formData: {};
|
|
73147
73409
|
jsonResponse: {
|
|
73148
73410
|
device_providers: {
|
|
73411
|
+
/** Name of the device provider. */
|
|
73149
73412
|
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec';
|
|
73413
|
+
/** Display name for the device provider. */
|
|
73150
73414
|
display_name: string;
|
|
73415
|
+
/** Image URL for the device provider. */
|
|
73151
73416
|
image_url: string;
|
|
73417
|
+
/** List of provider categories to which the device provider belongs, such as `stable`, `consumer_smartlocks`, `thermostats`, and so on. */
|
|
73152
73418
|
provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors')[];
|
|
73419
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
73153
73420
|
can_remotely_unlock?: boolean | undefined;
|
|
73421
|
+
/** Indicates whether the device supports remote locking. */
|
|
73154
73422
|
can_remotely_lock?: boolean | undefined;
|
|
73423
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
73155
73424
|
can_program_offline_access_codes?: boolean | undefined;
|
|
73425
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
73156
73426
|
can_program_online_access_codes?: boolean | undefined;
|
|
73427
|
+
/** Indicates whether the thermostat supports heating. */
|
|
73157
73428
|
can_hvac_heat?: boolean | undefined;
|
|
73429
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
73158
73430
|
can_hvac_cool?: boolean | undefined;
|
|
73431
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
73159
73432
|
can_hvac_heat_cool?: boolean | undefined;
|
|
73433
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
73160
73434
|
can_turn_off_hvac?: boolean | undefined;
|
|
73435
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
73161
73436
|
can_simulate_removal?: boolean | undefined;
|
|
73437
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
73162
73438
|
can_simulate_connection?: boolean | undefined;
|
|
73439
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
73163
73440
|
can_simulate_disconnection?: boolean | undefined;
|
|
73441
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
73164
73442
|
can_unlock_with_code?: boolean | undefined;
|
|
73443
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
73165
73444
|
can_run_thermostat_programs?: boolean | undefined;
|
|
73445
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
73166
73446
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
73447
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
73167
73448
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
73449
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
73168
73450
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
73451
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
73169
73452
|
can_simulate_hub_connection?: boolean | undefined;
|
|
73453
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
73170
73454
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
73455
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
73171
73456
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
73457
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
73172
73458
|
can_configure_auto_lock?: boolean | undefined;
|
|
73173
73459
|
}[];
|
|
73174
73460
|
};
|
|
@@ -73670,6 +73956,7 @@ type Routes = {
|
|
|
73670
73956
|
custom_metadata: {
|
|
73671
73957
|
[x: string]: string | boolean;
|
|
73672
73958
|
};
|
|
73959
|
+
/** Indicates that Seam does not manage the device. */
|
|
73673
73960
|
is_managed: false;
|
|
73674
73961
|
/** properties of the device. */
|
|
73675
73962
|
properties: {
|
|
@@ -73741,25 +74028,45 @@ type Routes = {
|
|
|
73741
74028
|
accessory_keypad_supported?: boolean | undefined;
|
|
73742
74029
|
};
|
|
73743
74030
|
};
|
|
74031
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
73744
74032
|
can_remotely_unlock?: boolean | undefined;
|
|
74033
|
+
/** Indicates whether the device supports remote locking. */
|
|
73745
74034
|
can_remotely_lock?: boolean | undefined;
|
|
74035
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
73746
74036
|
can_program_offline_access_codes?: boolean | undefined;
|
|
74037
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
73747
74038
|
can_program_online_access_codes?: boolean | undefined;
|
|
74039
|
+
/** Indicates whether the thermostat supports heating. */
|
|
73748
74040
|
can_hvac_heat?: boolean | undefined;
|
|
74041
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
73749
74042
|
can_hvac_cool?: boolean | undefined;
|
|
74043
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
73750
74044
|
can_hvac_heat_cool?: boolean | undefined;
|
|
74045
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
73751
74046
|
can_turn_off_hvac?: boolean | undefined;
|
|
74047
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
73752
74048
|
can_simulate_removal?: boolean | undefined;
|
|
74049
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
73753
74050
|
can_simulate_connection?: boolean | undefined;
|
|
74051
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
73754
74052
|
can_simulate_disconnection?: boolean | undefined;
|
|
74053
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
73755
74054
|
can_unlock_with_code?: boolean | undefined;
|
|
74055
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
73756
74056
|
can_run_thermostat_programs?: boolean | undefined;
|
|
74057
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
73757
74058
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
74059
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
73758
74060
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
74061
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
73759
74062
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
74063
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
73760
74064
|
can_simulate_hub_connection?: boolean | undefined;
|
|
74065
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
73761
74066
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
74067
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
73762
74068
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
74069
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
73763
74070
|
can_configure_auto_lock?: boolean | undefined;
|
|
73764
74071
|
};
|
|
73765
74072
|
};
|
|
@@ -74186,6 +74493,7 @@ type Routes = {
|
|
|
74186
74493
|
custom_metadata: {
|
|
74187
74494
|
[x: string]: string | boolean;
|
|
74188
74495
|
};
|
|
74496
|
+
/** Indicates that Seam does not manage the device. */
|
|
74189
74497
|
is_managed: false;
|
|
74190
74498
|
/** properties of the device. */
|
|
74191
74499
|
properties: {
|
|
@@ -74257,25 +74565,45 @@ type Routes = {
|
|
|
74257
74565
|
accessory_keypad_supported?: boolean | undefined;
|
|
74258
74566
|
};
|
|
74259
74567
|
};
|
|
74568
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
74260
74569
|
can_remotely_unlock?: boolean | undefined;
|
|
74570
|
+
/** Indicates whether the device supports remote locking. */
|
|
74261
74571
|
can_remotely_lock?: boolean | undefined;
|
|
74572
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
74262
74573
|
can_program_offline_access_codes?: boolean | undefined;
|
|
74574
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
74263
74575
|
can_program_online_access_codes?: boolean | undefined;
|
|
74576
|
+
/** Indicates whether the thermostat supports heating. */
|
|
74264
74577
|
can_hvac_heat?: boolean | undefined;
|
|
74578
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
74265
74579
|
can_hvac_cool?: boolean | undefined;
|
|
74580
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
74266
74581
|
can_hvac_heat_cool?: boolean | undefined;
|
|
74582
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
74267
74583
|
can_turn_off_hvac?: boolean | undefined;
|
|
74584
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
74268
74585
|
can_simulate_removal?: boolean | undefined;
|
|
74586
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
74269
74587
|
can_simulate_connection?: boolean | undefined;
|
|
74588
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
74270
74589
|
can_simulate_disconnection?: boolean | undefined;
|
|
74590
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
74271
74591
|
can_unlock_with_code?: boolean | undefined;
|
|
74592
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
74272
74593
|
can_run_thermostat_programs?: boolean | undefined;
|
|
74594
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
74273
74595
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
74596
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
74274
74597
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
74598
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
74275
74599
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
74600
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
74276
74601
|
can_simulate_hub_connection?: boolean | undefined;
|
|
74602
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
74277
74603
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
74604
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
74278
74605
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
74606
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
74279
74607
|
can_configure_auto_lock?: boolean | undefined;
|
|
74280
74608
|
}[];
|
|
74281
74609
|
/** Information about the current page of results. */
|
|
@@ -75009,6 +75337,7 @@ type Routes = {
|
|
|
75009
75337
|
[x: string]: string | boolean;
|
|
75010
75338
|
} | undefined;
|
|
75011
75339
|
event_type: 'access_code.backup_access_code_pulled';
|
|
75340
|
+
/** ID of the backup access code that was pulled from the pool. */
|
|
75012
75341
|
backup_access_code_id: string;
|
|
75013
75342
|
} | {
|
|
75014
75343
|
/** ID of the event. */
|
|
@@ -75517,6 +75846,7 @@ type Routes = {
|
|
|
75517
75846
|
connected_account_id?: string | undefined;
|
|
75518
75847
|
/** ID of the access system. */
|
|
75519
75848
|
acs_system_id: string;
|
|
75849
|
+
/** ID of the affected access system user. */
|
|
75520
75850
|
acs_user_id: string;
|
|
75521
75851
|
event_type: 'acs_user.created';
|
|
75522
75852
|
} | {
|
|
@@ -75532,6 +75862,7 @@ type Routes = {
|
|
|
75532
75862
|
connected_account_id?: string | undefined;
|
|
75533
75863
|
/** ID of the access system. */
|
|
75534
75864
|
acs_system_id: string;
|
|
75865
|
+
/** ID of the affected access system user. */
|
|
75535
75866
|
acs_user_id: string;
|
|
75536
75867
|
event_type: 'acs_user.deleted';
|
|
75537
75868
|
} | {
|
|
@@ -75595,6 +75926,7 @@ type Routes = {
|
|
|
75595
75926
|
connected_account_id?: string | undefined;
|
|
75596
75927
|
/** ID of the access system. */
|
|
75597
75928
|
acs_system_id: string;
|
|
75929
|
+
/** ID of the affected entrance. */
|
|
75598
75930
|
acs_entrance_id: string;
|
|
75599
75931
|
event_type: 'acs_entrance.added';
|
|
75600
75932
|
} | {
|
|
@@ -75610,6 +75942,7 @@ type Routes = {
|
|
|
75610
75942
|
connected_account_id?: string | undefined;
|
|
75611
75943
|
/** ID of the access system. */
|
|
75612
75944
|
acs_system_id: string;
|
|
75945
|
+
/** ID of the affected entrance. */
|
|
75613
75946
|
acs_entrance_id: string;
|
|
75614
75947
|
event_type: 'acs_entrance.removed';
|
|
75615
75948
|
} | {
|
|
@@ -77980,6 +78313,7 @@ type Routes = {
|
|
|
77980
78313
|
[x: string]: string | boolean;
|
|
77981
78314
|
} | undefined;
|
|
77982
78315
|
event_type: 'access_code.backup_access_code_pulled';
|
|
78316
|
+
/** ID of the backup access code that was pulled from the pool. */
|
|
77983
78317
|
backup_access_code_id: string;
|
|
77984
78318
|
} | {
|
|
77985
78319
|
/** ID of the event. */
|
|
@@ -78488,6 +78822,7 @@ type Routes = {
|
|
|
78488
78822
|
connected_account_id?: string | undefined;
|
|
78489
78823
|
/** ID of the access system. */
|
|
78490
78824
|
acs_system_id: string;
|
|
78825
|
+
/** ID of the affected access system user. */
|
|
78491
78826
|
acs_user_id: string;
|
|
78492
78827
|
event_type: 'acs_user.created';
|
|
78493
78828
|
} | {
|
|
@@ -78503,6 +78838,7 @@ type Routes = {
|
|
|
78503
78838
|
connected_account_id?: string | undefined;
|
|
78504
78839
|
/** ID of the access system. */
|
|
78505
78840
|
acs_system_id: string;
|
|
78841
|
+
/** ID of the affected access system user. */
|
|
78506
78842
|
acs_user_id: string;
|
|
78507
78843
|
event_type: 'acs_user.deleted';
|
|
78508
78844
|
} | {
|
|
@@ -78566,6 +78902,7 @@ type Routes = {
|
|
|
78566
78902
|
connected_account_id?: string | undefined;
|
|
78567
78903
|
/** ID of the access system. */
|
|
78568
78904
|
acs_system_id: string;
|
|
78905
|
+
/** ID of the affected entrance. */
|
|
78569
78906
|
acs_entrance_id: string;
|
|
78570
78907
|
event_type: 'acs_entrance.added';
|
|
78571
78908
|
} | {
|
|
@@ -78581,6 +78918,7 @@ type Routes = {
|
|
|
78581
78918
|
connected_account_id?: string | undefined;
|
|
78582
78919
|
/** ID of the access system. */
|
|
78583
78920
|
acs_system_id: string;
|
|
78921
|
+
/** ID of the affected entrance. */
|
|
78584
78922
|
acs_entrance_id: string;
|
|
78585
78923
|
event_type: 'acs_entrance.removed';
|
|
78586
78924
|
} | {
|
|
@@ -80448,6 +80786,7 @@ type Routes = {
|
|
|
80448
80786
|
acs_credential_on_encoder: {
|
|
80449
80787
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
80450
80788
|
created_at: string | null;
|
|
80789
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
80451
80790
|
is_issued: boolean | null;
|
|
80452
80791
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
80453
80792
|
starts_at: string | null;
|
|
@@ -80493,6 +80832,7 @@ type Routes = {
|
|
|
80493
80832
|
user_identity_id?: string | undefined;
|
|
80494
80833
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
80495
80834
|
connected_account_id: string;
|
|
80835
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
80496
80836
|
acs_credential_pool_id?: string | undefined;
|
|
80497
80837
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
80498
80838
|
acs_system_id: string;
|
|
@@ -80613,6 +80953,7 @@ type Routes = {
|
|
|
80613
80953
|
/** Endpoint ID in the Vostio access system. */
|
|
80614
80954
|
endpoint_id?: string | undefined;
|
|
80615
80955
|
} | undefined;
|
|
80956
|
+
/** Indicates whether Seam manages the credential. */
|
|
80616
80957
|
is_managed: true;
|
|
80617
80958
|
} | {
|
|
80618
80959
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -80623,6 +80964,7 @@ type Routes = {
|
|
|
80623
80964
|
user_identity_id?: string | undefined;
|
|
80624
80965
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
80625
80966
|
connected_account_id: string;
|
|
80967
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
80626
80968
|
acs_credential_pool_id?: string | undefined;
|
|
80627
80969
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
80628
80970
|
acs_system_id: string;
|
|
@@ -80820,6 +81162,7 @@ type Routes = {
|
|
|
80820
81162
|
user_identity_id?: string | undefined;
|
|
80821
81163
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
80822
81164
|
connected_account_id: string;
|
|
81165
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
80823
81166
|
acs_credential_pool_id?: string | undefined;
|
|
80824
81167
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
80825
81168
|
acs_system_id: string;
|
|
@@ -80940,6 +81283,7 @@ type Routes = {
|
|
|
80940
81283
|
/** Endpoint ID in the Vostio access system. */
|
|
80941
81284
|
endpoint_id?: string | undefined;
|
|
80942
81285
|
} | undefined;
|
|
81286
|
+
/** Indicates whether Seam manages the credential. */
|
|
80943
81287
|
is_managed: true;
|
|
80944
81288
|
} | {
|
|
80945
81289
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -80950,6 +81294,7 @@ type Routes = {
|
|
|
80950
81294
|
user_identity_id?: string | undefined;
|
|
80951
81295
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
80952
81296
|
connected_account_id: string;
|
|
81297
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
80953
81298
|
acs_credential_pool_id?: string | undefined;
|
|
80954
81299
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
80955
81300
|
acs_system_id: string;
|
|
@@ -81159,6 +81504,7 @@ type Routes = {
|
|
|
81159
81504
|
user_identity_id?: string | undefined;
|
|
81160
81505
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
81161
81506
|
connected_account_id: string;
|
|
81507
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
81162
81508
|
acs_credential_pool_id?: string | undefined;
|
|
81163
81509
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
81164
81510
|
acs_system_id: string;
|
|
@@ -81279,6 +81625,7 @@ type Routes = {
|
|
|
81279
81625
|
/** Endpoint ID in the Vostio access system. */
|
|
81280
81626
|
endpoint_id?: string | undefined;
|
|
81281
81627
|
} | undefined;
|
|
81628
|
+
/** Indicates whether Seam manages the credential. */
|
|
81282
81629
|
is_managed: true;
|
|
81283
81630
|
};
|
|
81284
81631
|
} | {
|
|
@@ -83367,25 +83714,45 @@ type Routes = {
|
|
|
83367
83714
|
/** Image URL for the manufacturer logo. */
|
|
83368
83715
|
image_url?: string | undefined;
|
|
83369
83716
|
} | undefined;
|
|
83717
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
83370
83718
|
can_remotely_unlock?: boolean | undefined;
|
|
83719
|
+
/** Indicates whether the device supports remote locking. */
|
|
83371
83720
|
can_remotely_lock?: boolean | undefined;
|
|
83721
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
83372
83722
|
can_program_offline_access_codes?: boolean | undefined;
|
|
83723
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
83373
83724
|
can_program_online_access_codes?: boolean | undefined;
|
|
83725
|
+
/** Indicates whether the thermostat supports heating. */
|
|
83374
83726
|
can_hvac_heat?: boolean | undefined;
|
|
83727
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
83375
83728
|
can_hvac_cool?: boolean | undefined;
|
|
83729
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
83376
83730
|
can_hvac_heat_cool?: boolean | undefined;
|
|
83731
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
83377
83732
|
can_turn_off_hvac?: boolean | undefined;
|
|
83733
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
83378
83734
|
can_simulate_removal?: boolean | undefined;
|
|
83735
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
83379
83736
|
can_simulate_connection?: boolean | undefined;
|
|
83737
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
83380
83738
|
can_simulate_disconnection?: boolean | undefined;
|
|
83739
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
83381
83740
|
can_unlock_with_code?: boolean | undefined;
|
|
83741
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
83382
83742
|
can_run_thermostat_programs?: boolean | undefined;
|
|
83743
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
83383
83744
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
83745
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
83384
83746
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
83747
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
83385
83748
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
83749
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
83386
83750
|
can_simulate_hub_connection?: boolean | undefined;
|
|
83751
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
83387
83752
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
83753
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
83388
83754
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
83755
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
83389
83756
|
can_configure_auto_lock?: boolean | undefined;
|
|
83390
83757
|
};
|
|
83391
83758
|
/** Represents a [device](https://docs.seam.co/core-concepts/devices) that has been connected to Seam. */
|
|
@@ -84739,25 +85106,45 @@ type Routes = {
|
|
|
84739
85106
|
/** Image URL for the manufacturer logo. */
|
|
84740
85107
|
image_url?: string | undefined;
|
|
84741
85108
|
} | undefined;
|
|
85109
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
84742
85110
|
can_remotely_unlock?: boolean | undefined;
|
|
85111
|
+
/** Indicates whether the device supports remote locking. */
|
|
84743
85112
|
can_remotely_lock?: boolean | undefined;
|
|
85113
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
84744
85114
|
can_program_offline_access_codes?: boolean | undefined;
|
|
85115
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
84745
85116
|
can_program_online_access_codes?: boolean | undefined;
|
|
85117
|
+
/** Indicates whether the thermostat supports heating. */
|
|
84746
85118
|
can_hvac_heat?: boolean | undefined;
|
|
85119
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
84747
85120
|
can_hvac_cool?: boolean | undefined;
|
|
85121
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
84748
85122
|
can_hvac_heat_cool?: boolean | undefined;
|
|
85123
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
84749
85124
|
can_turn_off_hvac?: boolean | undefined;
|
|
85125
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
84750
85126
|
can_simulate_removal?: boolean | undefined;
|
|
85127
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
84751
85128
|
can_simulate_connection?: boolean | undefined;
|
|
85129
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
84752
85130
|
can_simulate_disconnection?: boolean | undefined;
|
|
85131
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
84753
85132
|
can_unlock_with_code?: boolean | undefined;
|
|
85133
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
84754
85134
|
can_run_thermostat_programs?: boolean | undefined;
|
|
85135
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
84755
85136
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
85137
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
84756
85138
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
85139
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
84757
85140
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
85141
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
84758
85142
|
can_simulate_hub_connection?: boolean | undefined;
|
|
85143
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
84759
85144
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
85145
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
84760
85146
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
85147
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
84761
85148
|
can_configure_auto_lock?: boolean | undefined;
|
|
84762
85149
|
};
|
|
84763
85150
|
};
|
|
@@ -86161,25 +86548,45 @@ type Routes = {
|
|
|
86161
86548
|
/** Image URL for the manufacturer logo. */
|
|
86162
86549
|
image_url?: string | undefined;
|
|
86163
86550
|
} | undefined;
|
|
86551
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
86164
86552
|
can_remotely_unlock?: boolean | undefined;
|
|
86553
|
+
/** Indicates whether the device supports remote locking. */
|
|
86165
86554
|
can_remotely_lock?: boolean | undefined;
|
|
86555
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
86166
86556
|
can_program_offline_access_codes?: boolean | undefined;
|
|
86557
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
86167
86558
|
can_program_online_access_codes?: boolean | undefined;
|
|
86559
|
+
/** Indicates whether the thermostat supports heating. */
|
|
86168
86560
|
can_hvac_heat?: boolean | undefined;
|
|
86561
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
86169
86562
|
can_hvac_cool?: boolean | undefined;
|
|
86563
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
86170
86564
|
can_hvac_heat_cool?: boolean | undefined;
|
|
86565
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
86171
86566
|
can_turn_off_hvac?: boolean | undefined;
|
|
86567
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
86172
86568
|
can_simulate_removal?: boolean | undefined;
|
|
86569
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
86173
86570
|
can_simulate_connection?: boolean | undefined;
|
|
86571
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
86174
86572
|
can_simulate_disconnection?: boolean | undefined;
|
|
86573
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
86175
86574
|
can_unlock_with_code?: boolean | undefined;
|
|
86575
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
86176
86576
|
can_run_thermostat_programs?: boolean | undefined;
|
|
86577
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
86177
86578
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
86579
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
86178
86580
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
86581
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
86179
86582
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
86583
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
86180
86584
|
can_simulate_hub_connection?: boolean | undefined;
|
|
86585
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
86181
86586
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
86587
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
86182
86588
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
86589
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
86183
86590
|
can_configure_auto_lock?: boolean | undefined;
|
|
86184
86591
|
}[];
|
|
86185
86592
|
devices: {
|
|
@@ -87532,25 +87939,45 @@ type Routes = {
|
|
|
87532
87939
|
/** Image URL for the manufacturer logo. */
|
|
87533
87940
|
image_url?: string | undefined;
|
|
87534
87941
|
} | undefined;
|
|
87942
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
87535
87943
|
can_remotely_unlock?: boolean | undefined;
|
|
87944
|
+
/** Indicates whether the device supports remote locking. */
|
|
87536
87945
|
can_remotely_lock?: boolean | undefined;
|
|
87946
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
87537
87947
|
can_program_offline_access_codes?: boolean | undefined;
|
|
87948
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
87538
87949
|
can_program_online_access_codes?: boolean | undefined;
|
|
87950
|
+
/** Indicates whether the thermostat supports heating. */
|
|
87539
87951
|
can_hvac_heat?: boolean | undefined;
|
|
87952
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
87540
87953
|
can_hvac_cool?: boolean | undefined;
|
|
87954
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
87541
87955
|
can_hvac_heat_cool?: boolean | undefined;
|
|
87956
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
87542
87957
|
can_turn_off_hvac?: boolean | undefined;
|
|
87958
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
87543
87959
|
can_simulate_removal?: boolean | undefined;
|
|
87960
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
87544
87961
|
can_simulate_connection?: boolean | undefined;
|
|
87962
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
87545
87963
|
can_simulate_disconnection?: boolean | undefined;
|
|
87964
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
87546
87965
|
can_unlock_with_code?: boolean | undefined;
|
|
87966
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
87547
87967
|
can_run_thermostat_programs?: boolean | undefined;
|
|
87968
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
87548
87969
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
87970
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
87549
87971
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
87972
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
87550
87973
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
87974
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
87551
87975
|
can_simulate_hub_connection?: boolean | undefined;
|
|
87976
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
87552
87977
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
87978
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
87553
87979
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
87980
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
87554
87981
|
can_configure_auto_lock?: boolean | undefined;
|
|
87555
87982
|
}[];
|
|
87556
87983
|
};
|
|
@@ -87674,6 +88101,7 @@ type Routes = {
|
|
|
87674
88101
|
acs_credential_on_encoder: {
|
|
87675
88102
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
87676
88103
|
created_at: string | null;
|
|
88104
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
87677
88105
|
is_issued: boolean | null;
|
|
87678
88106
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
87679
88107
|
starts_at: string | null;
|
|
@@ -87719,6 +88147,7 @@ type Routes = {
|
|
|
87719
88147
|
user_identity_id?: string | undefined;
|
|
87720
88148
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
87721
88149
|
connected_account_id: string;
|
|
88150
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
87722
88151
|
acs_credential_pool_id?: string | undefined;
|
|
87723
88152
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
87724
88153
|
acs_system_id: string;
|
|
@@ -87839,6 +88268,7 @@ type Routes = {
|
|
|
87839
88268
|
/** Endpoint ID in the Vostio access system. */
|
|
87840
88269
|
endpoint_id?: string | undefined;
|
|
87841
88270
|
} | undefined;
|
|
88271
|
+
/** Indicates whether Seam manages the credential. */
|
|
87842
88272
|
is_managed: true;
|
|
87843
88273
|
} | {
|
|
87844
88274
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -87849,6 +88279,7 @@ type Routes = {
|
|
|
87849
88279
|
user_identity_id?: string | undefined;
|
|
87850
88280
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
87851
88281
|
connected_account_id: string;
|
|
88282
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
87852
88283
|
acs_credential_pool_id?: string | undefined;
|
|
87853
88284
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
87854
88285
|
acs_system_id: string;
|
|
@@ -88046,6 +88477,7 @@ type Routes = {
|
|
|
88046
88477
|
user_identity_id?: string | undefined;
|
|
88047
88478
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
88048
88479
|
connected_account_id: string;
|
|
88480
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
88049
88481
|
acs_credential_pool_id?: string | undefined;
|
|
88050
88482
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
88051
88483
|
acs_system_id: string;
|
|
@@ -88166,6 +88598,7 @@ type Routes = {
|
|
|
88166
88598
|
/** Endpoint ID in the Vostio access system. */
|
|
88167
88599
|
endpoint_id?: string | undefined;
|
|
88168
88600
|
} | undefined;
|
|
88601
|
+
/** Indicates whether Seam manages the credential. */
|
|
88169
88602
|
is_managed: true;
|
|
88170
88603
|
} | {
|
|
88171
88604
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -88176,6 +88609,7 @@ type Routes = {
|
|
|
88176
88609
|
user_identity_id?: string | undefined;
|
|
88177
88610
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
88178
88611
|
connected_account_id: string;
|
|
88612
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
88179
88613
|
acs_credential_pool_id?: string | undefined;
|
|
88180
88614
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
88181
88615
|
acs_system_id: string;
|
|
@@ -88385,6 +88819,7 @@ type Routes = {
|
|
|
88385
88819
|
user_identity_id?: string | undefined;
|
|
88386
88820
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
88387
88821
|
connected_account_id: string;
|
|
88822
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
88388
88823
|
acs_credential_pool_id?: string | undefined;
|
|
88389
88824
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
88390
88825
|
acs_system_id: string;
|
|
@@ -88505,6 +88940,7 @@ type Routes = {
|
|
|
88505
88940
|
/** Endpoint ID in the Vostio access system. */
|
|
88506
88941
|
endpoint_id?: string | undefined;
|
|
88507
88942
|
} | undefined;
|
|
88943
|
+
/** Indicates whether Seam manages the credential. */
|
|
88508
88944
|
is_managed: true;
|
|
88509
88945
|
};
|
|
88510
88946
|
} | {
|
|
@@ -89347,6 +89783,7 @@ type Routes = {
|
|
|
89347
89783
|
acs_credential_on_encoder: {
|
|
89348
89784
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
89349
89785
|
created_at: string | null;
|
|
89786
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
89350
89787
|
is_issued: boolean | null;
|
|
89351
89788
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
89352
89789
|
starts_at: string | null;
|
|
@@ -89392,6 +89829,7 @@ type Routes = {
|
|
|
89392
89829
|
user_identity_id?: string | undefined;
|
|
89393
89830
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89394
89831
|
connected_account_id: string;
|
|
89832
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
89395
89833
|
acs_credential_pool_id?: string | undefined;
|
|
89396
89834
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
89397
89835
|
acs_system_id: string;
|
|
@@ -89512,6 +89950,7 @@ type Routes = {
|
|
|
89512
89950
|
/** Endpoint ID in the Vostio access system. */
|
|
89513
89951
|
endpoint_id?: string | undefined;
|
|
89514
89952
|
} | undefined;
|
|
89953
|
+
/** Indicates whether Seam manages the credential. */
|
|
89515
89954
|
is_managed: true;
|
|
89516
89955
|
} | {
|
|
89517
89956
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -89522,6 +89961,7 @@ type Routes = {
|
|
|
89522
89961
|
user_identity_id?: string | undefined;
|
|
89523
89962
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89524
89963
|
connected_account_id: string;
|
|
89964
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
89525
89965
|
acs_credential_pool_id?: string | undefined;
|
|
89526
89966
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
89527
89967
|
acs_system_id: string;
|
|
@@ -89719,6 +90159,7 @@ type Routes = {
|
|
|
89719
90159
|
user_identity_id?: string | undefined;
|
|
89720
90160
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89721
90161
|
connected_account_id: string;
|
|
90162
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
89722
90163
|
acs_credential_pool_id?: string | undefined;
|
|
89723
90164
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
89724
90165
|
acs_system_id: string;
|
|
@@ -89839,6 +90280,7 @@ type Routes = {
|
|
|
89839
90280
|
/** Endpoint ID in the Vostio access system. */
|
|
89840
90281
|
endpoint_id?: string | undefined;
|
|
89841
90282
|
} | undefined;
|
|
90283
|
+
/** Indicates whether Seam manages the credential. */
|
|
89842
90284
|
is_managed: true;
|
|
89843
90285
|
} | {
|
|
89844
90286
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -89849,6 +90291,7 @@ type Routes = {
|
|
|
89849
90291
|
user_identity_id?: string | undefined;
|
|
89850
90292
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89851
90293
|
connected_account_id: string;
|
|
90294
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
89852
90295
|
acs_credential_pool_id?: string | undefined;
|
|
89853
90296
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
89854
90297
|
acs_system_id: string;
|
|
@@ -90058,6 +90501,7 @@ type Routes = {
|
|
|
90058
90501
|
user_identity_id?: string | undefined;
|
|
90059
90502
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
90060
90503
|
connected_account_id: string;
|
|
90504
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
90061
90505
|
acs_credential_pool_id?: string | undefined;
|
|
90062
90506
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
90063
90507
|
acs_system_id: string;
|
|
@@ -90178,6 +90622,7 @@ type Routes = {
|
|
|
90178
90622
|
/** Endpoint ID in the Vostio access system. */
|
|
90179
90623
|
endpoint_id?: string | undefined;
|
|
90180
90624
|
} | undefined;
|
|
90625
|
+
/** Indicates whether Seam manages the credential. */
|
|
90181
90626
|
is_managed: true;
|
|
90182
90627
|
};
|
|
90183
90628
|
} | {
|
|
@@ -91018,6 +91463,7 @@ type Routes = {
|
|
|
91018
91463
|
acs_credential_on_encoder: {
|
|
91019
91464
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
91020
91465
|
created_at: string | null;
|
|
91466
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
91021
91467
|
is_issued: boolean | null;
|
|
91022
91468
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
91023
91469
|
starts_at: string | null;
|
|
@@ -91063,6 +91509,7 @@ type Routes = {
|
|
|
91063
91509
|
user_identity_id?: string | undefined;
|
|
91064
91510
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
91065
91511
|
connected_account_id: string;
|
|
91512
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
91066
91513
|
acs_credential_pool_id?: string | undefined;
|
|
91067
91514
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
91068
91515
|
acs_system_id: string;
|
|
@@ -91183,6 +91630,7 @@ type Routes = {
|
|
|
91183
91630
|
/** Endpoint ID in the Vostio access system. */
|
|
91184
91631
|
endpoint_id?: string | undefined;
|
|
91185
91632
|
} | undefined;
|
|
91633
|
+
/** Indicates whether Seam manages the credential. */
|
|
91186
91634
|
is_managed: true;
|
|
91187
91635
|
} | {
|
|
91188
91636
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -91193,6 +91641,7 @@ type Routes = {
|
|
|
91193
91641
|
user_identity_id?: string | undefined;
|
|
91194
91642
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
91195
91643
|
connected_account_id: string;
|
|
91644
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
91196
91645
|
acs_credential_pool_id?: string | undefined;
|
|
91197
91646
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
91198
91647
|
acs_system_id: string;
|
|
@@ -91390,6 +91839,7 @@ type Routes = {
|
|
|
91390
91839
|
user_identity_id?: string | undefined;
|
|
91391
91840
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
91392
91841
|
connected_account_id: string;
|
|
91842
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
91393
91843
|
acs_credential_pool_id?: string | undefined;
|
|
91394
91844
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
91395
91845
|
acs_system_id: string;
|
|
@@ -91510,6 +91960,7 @@ type Routes = {
|
|
|
91510
91960
|
/** Endpoint ID in the Vostio access system. */
|
|
91511
91961
|
endpoint_id?: string | undefined;
|
|
91512
91962
|
} | undefined;
|
|
91963
|
+
/** Indicates whether Seam manages the credential. */
|
|
91513
91964
|
is_managed: true;
|
|
91514
91965
|
} | {
|
|
91515
91966
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -91520,6 +91971,7 @@ type Routes = {
|
|
|
91520
91971
|
user_identity_id?: string | undefined;
|
|
91521
91972
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
91522
91973
|
connected_account_id: string;
|
|
91974
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
91523
91975
|
acs_credential_pool_id?: string | undefined;
|
|
91524
91976
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
91525
91977
|
acs_system_id: string;
|
|
@@ -91729,6 +92181,7 @@ type Routes = {
|
|
|
91729
92181
|
user_identity_id?: string | undefined;
|
|
91730
92182
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
91731
92183
|
connected_account_id: string;
|
|
92184
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
91732
92185
|
acs_credential_pool_id?: string | undefined;
|
|
91733
92186
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
91734
92187
|
acs_system_id: string;
|
|
@@ -91849,6 +92302,7 @@ type Routes = {
|
|
|
91849
92302
|
/** Endpoint ID in the Vostio access system. */
|
|
91850
92303
|
endpoint_id?: string | undefined;
|
|
91851
92304
|
} | undefined;
|
|
92305
|
+
/** Indicates whether Seam manages the credential. */
|
|
91852
92306
|
is_managed: true;
|
|
91853
92307
|
};
|
|
91854
92308
|
} | {
|
|
@@ -92691,6 +93145,7 @@ type Routes = {
|
|
|
92691
93145
|
acs_credential_on_encoder: {
|
|
92692
93146
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
92693
93147
|
created_at: string | null;
|
|
93148
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
92694
93149
|
is_issued: boolean | null;
|
|
92695
93150
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
92696
93151
|
starts_at: string | null;
|
|
@@ -92736,6 +93191,7 @@ type Routes = {
|
|
|
92736
93191
|
user_identity_id?: string | undefined;
|
|
92737
93192
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92738
93193
|
connected_account_id: string;
|
|
93194
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
92739
93195
|
acs_credential_pool_id?: string | undefined;
|
|
92740
93196
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
92741
93197
|
acs_system_id: string;
|
|
@@ -92856,6 +93312,7 @@ type Routes = {
|
|
|
92856
93312
|
/** Endpoint ID in the Vostio access system. */
|
|
92857
93313
|
endpoint_id?: string | undefined;
|
|
92858
93314
|
} | undefined;
|
|
93315
|
+
/** Indicates whether Seam manages the credential. */
|
|
92859
93316
|
is_managed: true;
|
|
92860
93317
|
} | {
|
|
92861
93318
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -92866,6 +93323,7 @@ type Routes = {
|
|
|
92866
93323
|
user_identity_id?: string | undefined;
|
|
92867
93324
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92868
93325
|
connected_account_id: string;
|
|
93326
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
92869
93327
|
acs_credential_pool_id?: string | undefined;
|
|
92870
93328
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
92871
93329
|
acs_system_id: string;
|
|
@@ -93063,6 +93521,7 @@ type Routes = {
|
|
|
93063
93521
|
user_identity_id?: string | undefined;
|
|
93064
93522
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
93065
93523
|
connected_account_id: string;
|
|
93524
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
93066
93525
|
acs_credential_pool_id?: string | undefined;
|
|
93067
93526
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
93068
93527
|
acs_system_id: string;
|
|
@@ -93183,6 +93642,7 @@ type Routes = {
|
|
|
93183
93642
|
/** Endpoint ID in the Vostio access system. */
|
|
93184
93643
|
endpoint_id?: string | undefined;
|
|
93185
93644
|
} | undefined;
|
|
93645
|
+
/** Indicates whether Seam manages the credential. */
|
|
93186
93646
|
is_managed: true;
|
|
93187
93647
|
} | {
|
|
93188
93648
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -93193,6 +93653,7 @@ type Routes = {
|
|
|
93193
93653
|
user_identity_id?: string | undefined;
|
|
93194
93654
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
93195
93655
|
connected_account_id: string;
|
|
93656
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
93196
93657
|
acs_credential_pool_id?: string | undefined;
|
|
93197
93658
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
93198
93659
|
acs_system_id: string;
|
|
@@ -93402,6 +93863,7 @@ type Routes = {
|
|
|
93402
93863
|
user_identity_id?: string | undefined;
|
|
93403
93864
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
93404
93865
|
connected_account_id: string;
|
|
93866
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
93405
93867
|
acs_credential_pool_id?: string | undefined;
|
|
93406
93868
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
93407
93869
|
acs_system_id: string;
|
|
@@ -93522,6 +93984,7 @@ type Routes = {
|
|
|
93522
93984
|
/** Endpoint ID in the Vostio access system. */
|
|
93523
93985
|
endpoint_id?: string | undefined;
|
|
93524
93986
|
} | undefined;
|
|
93987
|
+
/** Indicates whether Seam manages the credential. */
|
|
93525
93988
|
is_managed: true;
|
|
93526
93989
|
};
|
|
93527
93990
|
} | {
|
|
@@ -95644,25 +96107,45 @@ type Routes = {
|
|
|
95644
96107
|
/** Image URL for the manufacturer logo. */
|
|
95645
96108
|
image_url?: string | undefined;
|
|
95646
96109
|
} | undefined;
|
|
96110
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
95647
96111
|
can_remotely_unlock?: boolean | undefined;
|
|
96112
|
+
/** Indicates whether the device supports remote locking. */
|
|
95648
96113
|
can_remotely_lock?: boolean | undefined;
|
|
96114
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
95649
96115
|
can_program_offline_access_codes?: boolean | undefined;
|
|
96116
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
95650
96117
|
can_program_online_access_codes?: boolean | undefined;
|
|
96118
|
+
/** Indicates whether the thermostat supports heating. */
|
|
95651
96119
|
can_hvac_heat?: boolean | undefined;
|
|
96120
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
95652
96121
|
can_hvac_cool?: boolean | undefined;
|
|
96122
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
95653
96123
|
can_hvac_heat_cool?: boolean | undefined;
|
|
96124
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
95654
96125
|
can_turn_off_hvac?: boolean | undefined;
|
|
96126
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
95655
96127
|
can_simulate_removal?: boolean | undefined;
|
|
96128
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
95656
96129
|
can_simulate_connection?: boolean | undefined;
|
|
96130
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
95657
96131
|
can_simulate_disconnection?: boolean | undefined;
|
|
96132
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
95658
96133
|
can_unlock_with_code?: boolean | undefined;
|
|
96134
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
95659
96135
|
can_run_thermostat_programs?: boolean | undefined;
|
|
96136
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
95660
96137
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
96138
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
95661
96139
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
96140
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
95662
96141
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
96142
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
95663
96143
|
can_simulate_hub_connection?: boolean | undefined;
|
|
96144
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
95664
96145
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
96146
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
95665
96147
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
96148
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
95666
96149
|
can_configure_auto_lock?: boolean | undefined;
|
|
95667
96150
|
}[];
|
|
95668
96151
|
devices: {
|
|
@@ -97015,25 +97498,45 @@ type Routes = {
|
|
|
97015
97498
|
/** Image URL for the manufacturer logo. */
|
|
97016
97499
|
image_url?: string | undefined;
|
|
97017
97500
|
} | undefined;
|
|
97501
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
97018
97502
|
can_remotely_unlock?: boolean | undefined;
|
|
97503
|
+
/** Indicates whether the device supports remote locking. */
|
|
97019
97504
|
can_remotely_lock?: boolean | undefined;
|
|
97505
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
97020
97506
|
can_program_offline_access_codes?: boolean | undefined;
|
|
97507
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
97021
97508
|
can_program_online_access_codes?: boolean | undefined;
|
|
97509
|
+
/** Indicates whether the thermostat supports heating. */
|
|
97022
97510
|
can_hvac_heat?: boolean | undefined;
|
|
97511
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
97023
97512
|
can_hvac_cool?: boolean | undefined;
|
|
97513
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
97024
97514
|
can_hvac_heat_cool?: boolean | undefined;
|
|
97515
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
97025
97516
|
can_turn_off_hvac?: boolean | undefined;
|
|
97517
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
97026
97518
|
can_simulate_removal?: boolean | undefined;
|
|
97519
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
97027
97520
|
can_simulate_connection?: boolean | undefined;
|
|
97521
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
97028
97522
|
can_simulate_disconnection?: boolean | undefined;
|
|
97523
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
97029
97524
|
can_unlock_with_code?: boolean | undefined;
|
|
97525
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
97030
97526
|
can_run_thermostat_programs?: boolean | undefined;
|
|
97527
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
97031
97528
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
97529
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
97032
97530
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
97531
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
97033
97532
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
97533
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
97034
97534
|
can_simulate_hub_connection?: boolean | undefined;
|
|
97535
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
97035
97536
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
97537
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
97036
97538
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
97539
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
97037
97540
|
can_configure_auto_lock?: boolean | undefined;
|
|
97038
97541
|
}[];
|
|
97039
97542
|
};
|
|
@@ -97167,6 +97670,7 @@ type Routes = {
|
|
|
97167
97670
|
acs_credential_on_encoder: {
|
|
97168
97671
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
97169
97672
|
created_at: string | null;
|
|
97673
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
97170
97674
|
is_issued: boolean | null;
|
|
97171
97675
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
97172
97676
|
starts_at: string | null;
|
|
@@ -97212,6 +97716,7 @@ type Routes = {
|
|
|
97212
97716
|
user_identity_id?: string | undefined;
|
|
97213
97717
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
97214
97718
|
connected_account_id: string;
|
|
97719
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
97215
97720
|
acs_credential_pool_id?: string | undefined;
|
|
97216
97721
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
97217
97722
|
acs_system_id: string;
|
|
@@ -97332,6 +97837,7 @@ type Routes = {
|
|
|
97332
97837
|
/** Endpoint ID in the Vostio access system. */
|
|
97333
97838
|
endpoint_id?: string | undefined;
|
|
97334
97839
|
} | undefined;
|
|
97840
|
+
/** Indicates whether Seam manages the credential. */
|
|
97335
97841
|
is_managed: true;
|
|
97336
97842
|
} | {
|
|
97337
97843
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -97342,6 +97848,7 @@ type Routes = {
|
|
|
97342
97848
|
user_identity_id?: string | undefined;
|
|
97343
97849
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
97344
97850
|
connected_account_id: string;
|
|
97851
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
97345
97852
|
acs_credential_pool_id?: string | undefined;
|
|
97346
97853
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
97347
97854
|
acs_system_id: string;
|
|
@@ -97539,6 +98046,7 @@ type Routes = {
|
|
|
97539
98046
|
user_identity_id?: string | undefined;
|
|
97540
98047
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
97541
98048
|
connected_account_id: string;
|
|
98049
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
97542
98050
|
acs_credential_pool_id?: string | undefined;
|
|
97543
98051
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
97544
98052
|
acs_system_id: string;
|
|
@@ -97659,6 +98167,7 @@ type Routes = {
|
|
|
97659
98167
|
/** Endpoint ID in the Vostio access system. */
|
|
97660
98168
|
endpoint_id?: string | undefined;
|
|
97661
98169
|
} | undefined;
|
|
98170
|
+
/** Indicates whether Seam manages the credential. */
|
|
97662
98171
|
is_managed: true;
|
|
97663
98172
|
} | {
|
|
97664
98173
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -97669,6 +98178,7 @@ type Routes = {
|
|
|
97669
98178
|
user_identity_id?: string | undefined;
|
|
97670
98179
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
97671
98180
|
connected_account_id: string;
|
|
98181
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
97672
98182
|
acs_credential_pool_id?: string | undefined;
|
|
97673
98183
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
97674
98184
|
acs_system_id: string;
|
|
@@ -97878,6 +98388,7 @@ type Routes = {
|
|
|
97878
98388
|
user_identity_id?: string | undefined;
|
|
97879
98389
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
97880
98390
|
connected_account_id: string;
|
|
98391
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
97881
98392
|
acs_credential_pool_id?: string | undefined;
|
|
97882
98393
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
97883
98394
|
acs_system_id: string;
|
|
@@ -97998,6 +98509,7 @@ type Routes = {
|
|
|
97998
98509
|
/** Endpoint ID in the Vostio access system. */
|
|
97999
98510
|
endpoint_id?: string | undefined;
|
|
98000
98511
|
} | undefined;
|
|
98512
|
+
/** Indicates whether Seam manages the credential. */
|
|
98001
98513
|
is_managed: true;
|
|
98002
98514
|
};
|
|
98003
98515
|
} | {
|
|
@@ -98859,6 +99371,7 @@ type Routes = {
|
|
|
98859
99371
|
acs_credential_on_encoder: {
|
|
98860
99372
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
98861
99373
|
created_at: string | null;
|
|
99374
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
98862
99375
|
is_issued: boolean | null;
|
|
98863
99376
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
98864
99377
|
starts_at: string | null;
|
|
@@ -98904,6 +99417,7 @@ type Routes = {
|
|
|
98904
99417
|
user_identity_id?: string | undefined;
|
|
98905
99418
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
98906
99419
|
connected_account_id: string;
|
|
99420
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
98907
99421
|
acs_credential_pool_id?: string | undefined;
|
|
98908
99422
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
98909
99423
|
acs_system_id: string;
|
|
@@ -99024,6 +99538,7 @@ type Routes = {
|
|
|
99024
99538
|
/** Endpoint ID in the Vostio access system. */
|
|
99025
99539
|
endpoint_id?: string | undefined;
|
|
99026
99540
|
} | undefined;
|
|
99541
|
+
/** Indicates whether Seam manages the credential. */
|
|
99027
99542
|
is_managed: true;
|
|
99028
99543
|
} | {
|
|
99029
99544
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -99034,6 +99549,7 @@ type Routes = {
|
|
|
99034
99549
|
user_identity_id?: string | undefined;
|
|
99035
99550
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
99036
99551
|
connected_account_id: string;
|
|
99552
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
99037
99553
|
acs_credential_pool_id?: string | undefined;
|
|
99038
99554
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
99039
99555
|
acs_system_id: string;
|
|
@@ -99231,6 +99747,7 @@ type Routes = {
|
|
|
99231
99747
|
user_identity_id?: string | undefined;
|
|
99232
99748
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
99233
99749
|
connected_account_id: string;
|
|
99750
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
99234
99751
|
acs_credential_pool_id?: string | undefined;
|
|
99235
99752
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
99236
99753
|
acs_system_id: string;
|
|
@@ -99351,6 +99868,7 @@ type Routes = {
|
|
|
99351
99868
|
/** Endpoint ID in the Vostio access system. */
|
|
99352
99869
|
endpoint_id?: string | undefined;
|
|
99353
99870
|
} | undefined;
|
|
99871
|
+
/** Indicates whether Seam manages the credential. */
|
|
99354
99872
|
is_managed: true;
|
|
99355
99873
|
} | {
|
|
99356
99874
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -99361,6 +99879,7 @@ type Routes = {
|
|
|
99361
99879
|
user_identity_id?: string | undefined;
|
|
99362
99880
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
99363
99881
|
connected_account_id: string;
|
|
99882
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
99364
99883
|
acs_credential_pool_id?: string | undefined;
|
|
99365
99884
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
99366
99885
|
acs_system_id: string;
|
|
@@ -99570,6 +100089,7 @@ type Routes = {
|
|
|
99570
100089
|
user_identity_id?: string | undefined;
|
|
99571
100090
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
99572
100091
|
connected_account_id: string;
|
|
100092
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
99573
100093
|
acs_credential_pool_id?: string | undefined;
|
|
99574
100094
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
99575
100095
|
acs_system_id: string;
|
|
@@ -99690,6 +100210,7 @@ type Routes = {
|
|
|
99690
100210
|
/** Endpoint ID in the Vostio access system. */
|
|
99691
100211
|
endpoint_id?: string | undefined;
|
|
99692
100212
|
} | undefined;
|
|
100213
|
+
/** Indicates whether Seam manages the credential. */
|
|
99693
100214
|
is_managed: true;
|
|
99694
100215
|
};
|
|
99695
100216
|
} | {
|
|
@@ -100607,6 +101128,7 @@ type Routes = {
|
|
|
100607
101128
|
acs_credential_on_encoder: {
|
|
100608
101129
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
100609
101130
|
created_at: string | null;
|
|
101131
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
100610
101132
|
is_issued: boolean | null;
|
|
100611
101133
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
100612
101134
|
starts_at: string | null;
|
|
@@ -100652,6 +101174,7 @@ type Routes = {
|
|
|
100652
101174
|
user_identity_id?: string | undefined;
|
|
100653
101175
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100654
101176
|
connected_account_id: string;
|
|
101177
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
100655
101178
|
acs_credential_pool_id?: string | undefined;
|
|
100656
101179
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
100657
101180
|
acs_system_id: string;
|
|
@@ -100772,6 +101295,7 @@ type Routes = {
|
|
|
100772
101295
|
/** Endpoint ID in the Vostio access system. */
|
|
100773
101296
|
endpoint_id?: string | undefined;
|
|
100774
101297
|
} | undefined;
|
|
101298
|
+
/** Indicates whether Seam manages the credential. */
|
|
100775
101299
|
is_managed: true;
|
|
100776
101300
|
} | {
|
|
100777
101301
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -100782,6 +101306,7 @@ type Routes = {
|
|
|
100782
101306
|
user_identity_id?: string | undefined;
|
|
100783
101307
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100784
101308
|
connected_account_id: string;
|
|
101309
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
100785
101310
|
acs_credential_pool_id?: string | undefined;
|
|
100786
101311
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
100787
101312
|
acs_system_id: string;
|
|
@@ -100979,6 +101504,7 @@ type Routes = {
|
|
|
100979
101504
|
user_identity_id?: string | undefined;
|
|
100980
101505
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100981
101506
|
connected_account_id: string;
|
|
101507
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
100982
101508
|
acs_credential_pool_id?: string | undefined;
|
|
100983
101509
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
100984
101510
|
acs_system_id: string;
|
|
@@ -101099,6 +101625,7 @@ type Routes = {
|
|
|
101099
101625
|
/** Endpoint ID in the Vostio access system. */
|
|
101100
101626
|
endpoint_id?: string | undefined;
|
|
101101
101627
|
} | undefined;
|
|
101628
|
+
/** Indicates whether Seam manages the credential. */
|
|
101102
101629
|
is_managed: true;
|
|
101103
101630
|
} | {
|
|
101104
101631
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -101109,6 +101636,7 @@ type Routes = {
|
|
|
101109
101636
|
user_identity_id?: string | undefined;
|
|
101110
101637
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
101111
101638
|
connected_account_id: string;
|
|
101639
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
101112
101640
|
acs_credential_pool_id?: string | undefined;
|
|
101113
101641
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
101114
101642
|
acs_system_id: string;
|
|
@@ -101318,6 +101846,7 @@ type Routes = {
|
|
|
101318
101846
|
user_identity_id?: string | undefined;
|
|
101319
101847
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
101320
101848
|
connected_account_id: string;
|
|
101849
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
101321
101850
|
acs_credential_pool_id?: string | undefined;
|
|
101322
101851
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
101323
101852
|
acs_system_id: string;
|
|
@@ -101438,6 +101967,7 @@ type Routes = {
|
|
|
101438
101967
|
/** Endpoint ID in the Vostio access system. */
|
|
101439
101968
|
endpoint_id?: string | undefined;
|
|
101440
101969
|
} | undefined;
|
|
101970
|
+
/** Indicates whether Seam manages the credential. */
|
|
101441
101971
|
is_managed: true;
|
|
101442
101972
|
};
|
|
101443
101973
|
} | {
|
|
@@ -102223,20 +102753,21 @@ type Routes = {
|
|
|
102223
102753
|
};
|
|
102224
102754
|
/** Errors associated with the phone. */
|
|
102225
102755
|
errors: {
|
|
102756
|
+
/** Unique identifier of the type of error. */
|
|
102226
102757
|
error_code: string;
|
|
102758
|
+
/** Detailed description of the error. */
|
|
102227
102759
|
message: string;
|
|
102228
102760
|
}[];
|
|
102229
102761
|
/** Warnings associated with the phone. */
|
|
102230
102762
|
warnings: {
|
|
102763
|
+
/** Unique identifier of the type of warning. */
|
|
102231
102764
|
warning_code: string;
|
|
102765
|
+
/** Detailed description of the warning. */
|
|
102232
102766
|
message: string;
|
|
102233
102767
|
}[];
|
|
102234
|
-
/**
|
|
102235
|
-
*/
|
|
102768
|
+
/** Type of the phone device, such as `ios_phone` or `android_phone`. */
|
|
102236
102769
|
device_type: 'ios_phone' | 'android_phone';
|
|
102237
|
-
/**
|
|
102238
|
-
Properties of the phone.
|
|
102239
|
-
*/
|
|
102770
|
+
/** Properties of the phone. */
|
|
102240
102771
|
properties: {
|
|
102241
102772
|
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
102242
102773
|
assa_abloy_credential_service_metadata?: {
|
|
@@ -102296,20 +102827,21 @@ type Routes = {
|
|
|
102296
102827
|
};
|
|
102297
102828
|
/** Errors associated with the phone. */
|
|
102298
102829
|
errors: {
|
|
102830
|
+
/** Unique identifier of the type of error. */
|
|
102299
102831
|
error_code: string;
|
|
102832
|
+
/** Detailed description of the error. */
|
|
102300
102833
|
message: string;
|
|
102301
102834
|
}[];
|
|
102302
102835
|
/** Warnings associated with the phone. */
|
|
102303
102836
|
warnings: {
|
|
102837
|
+
/** Unique identifier of the type of warning. */
|
|
102304
102838
|
warning_code: string;
|
|
102839
|
+
/** Detailed description of the warning. */
|
|
102305
102840
|
message: string;
|
|
102306
102841
|
}[];
|
|
102307
|
-
/**
|
|
102308
|
-
*/
|
|
102842
|
+
/** Type of the phone device, such as `ios_phone` or `android_phone`. */
|
|
102309
102843
|
device_type: 'ios_phone' | 'android_phone';
|
|
102310
|
-
/**
|
|
102311
|
-
Properties of the phone.
|
|
102312
|
-
*/
|
|
102844
|
+
/** Properties of the phone. */
|
|
102313
102845
|
properties: {
|
|
102314
102846
|
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
102315
102847
|
assa_abloy_credential_service_metadata?: {
|
|
@@ -102396,20 +102928,21 @@ type Routes = {
|
|
|
102396
102928
|
};
|
|
102397
102929
|
/** Errors associated with the phone. */
|
|
102398
102930
|
errors: {
|
|
102931
|
+
/** Unique identifier of the type of error. */
|
|
102399
102932
|
error_code: string;
|
|
102933
|
+
/** Detailed description of the error. */
|
|
102400
102934
|
message: string;
|
|
102401
102935
|
}[];
|
|
102402
102936
|
/** Warnings associated with the phone. */
|
|
102403
102937
|
warnings: {
|
|
102938
|
+
/** Unique identifier of the type of warning. */
|
|
102404
102939
|
warning_code: string;
|
|
102940
|
+
/** Detailed description of the warning. */
|
|
102405
102941
|
message: string;
|
|
102406
102942
|
}[];
|
|
102407
|
-
/**
|
|
102408
|
-
*/
|
|
102943
|
+
/** Type of the phone device, such as `ios_phone` or `android_phone`. */
|
|
102409
102944
|
device_type: 'ios_phone' | 'android_phone';
|
|
102410
|
-
/**
|
|
102411
|
-
Properties of the phone.
|
|
102412
|
-
*/
|
|
102945
|
+
/** Properties of the phone. */
|
|
102413
102946
|
properties: {
|
|
102414
102947
|
/** ASSA ABLOY Credential Service metadata for the phone. */
|
|
102415
102948
|
assa_abloy_credential_service_metadata?: {
|
|
@@ -103517,6 +104050,7 @@ type Routes = {
|
|
|
103517
104050
|
acs_credential_on_encoder: {
|
|
103518
104051
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
103519
104052
|
created_at: string | null;
|
|
104053
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
103520
104054
|
is_issued: boolean | null;
|
|
103521
104055
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
103522
104056
|
starts_at: string | null;
|
|
@@ -103562,6 +104096,7 @@ type Routes = {
|
|
|
103562
104096
|
user_identity_id?: string | undefined;
|
|
103563
104097
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
103564
104098
|
connected_account_id: string;
|
|
104099
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
103565
104100
|
acs_credential_pool_id?: string | undefined;
|
|
103566
104101
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
103567
104102
|
acs_system_id: string;
|
|
@@ -103682,6 +104217,7 @@ type Routes = {
|
|
|
103682
104217
|
/** Endpoint ID in the Vostio access system. */
|
|
103683
104218
|
endpoint_id?: string | undefined;
|
|
103684
104219
|
} | undefined;
|
|
104220
|
+
/** Indicates whether Seam manages the credential. */
|
|
103685
104221
|
is_managed: true;
|
|
103686
104222
|
} | {
|
|
103687
104223
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -103692,6 +104228,7 @@ type Routes = {
|
|
|
103692
104228
|
user_identity_id?: string | undefined;
|
|
103693
104229
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
103694
104230
|
connected_account_id: string;
|
|
104231
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
103695
104232
|
acs_credential_pool_id?: string | undefined;
|
|
103696
104233
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
103697
104234
|
acs_system_id: string;
|
|
@@ -103889,6 +104426,7 @@ type Routes = {
|
|
|
103889
104426
|
user_identity_id?: string | undefined;
|
|
103890
104427
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
103891
104428
|
connected_account_id: string;
|
|
104429
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
103892
104430
|
acs_credential_pool_id?: string | undefined;
|
|
103893
104431
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
103894
104432
|
acs_system_id: string;
|
|
@@ -104009,6 +104547,7 @@ type Routes = {
|
|
|
104009
104547
|
/** Endpoint ID in the Vostio access system. */
|
|
104010
104548
|
endpoint_id?: string | undefined;
|
|
104011
104549
|
} | undefined;
|
|
104550
|
+
/** Indicates whether Seam manages the credential. */
|
|
104012
104551
|
is_managed: true;
|
|
104013
104552
|
} | {
|
|
104014
104553
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -104019,6 +104558,7 @@ type Routes = {
|
|
|
104019
104558
|
user_identity_id?: string | undefined;
|
|
104020
104559
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
104021
104560
|
connected_account_id: string;
|
|
104561
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
104022
104562
|
acs_credential_pool_id?: string | undefined;
|
|
104023
104563
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
104024
104564
|
acs_system_id: string;
|
|
@@ -104228,6 +104768,7 @@ type Routes = {
|
|
|
104228
104768
|
user_identity_id?: string | undefined;
|
|
104229
104769
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
104230
104770
|
connected_account_id: string;
|
|
104771
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
104231
104772
|
acs_credential_pool_id?: string | undefined;
|
|
104232
104773
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
104233
104774
|
acs_system_id: string;
|
|
@@ -104348,6 +104889,7 @@ type Routes = {
|
|
|
104348
104889
|
/** Endpoint ID in the Vostio access system. */
|
|
104349
104890
|
endpoint_id?: string | undefined;
|
|
104350
104891
|
} | undefined;
|
|
104892
|
+
/** Indicates whether Seam manages the credential. */
|
|
104351
104893
|
is_managed: true;
|
|
104352
104894
|
};
|
|
104353
104895
|
} | {
|
|
@@ -106583,6 +107125,7 @@ type Routes = {
|
|
|
106583
107125
|
[x: string]: string | boolean;
|
|
106584
107126
|
} | undefined;
|
|
106585
107127
|
event_type: 'access_code.backup_access_code_pulled';
|
|
107128
|
+
/** ID of the backup access code that was pulled from the pool. */
|
|
106586
107129
|
backup_access_code_id: string;
|
|
106587
107130
|
} | {
|
|
106588
107131
|
/** ID of the event. */
|
|
@@ -107091,6 +107634,7 @@ type Routes = {
|
|
|
107091
107634
|
connected_account_id?: string | undefined;
|
|
107092
107635
|
/** ID of the access system. */
|
|
107093
107636
|
acs_system_id: string;
|
|
107637
|
+
/** ID of the affected access system user. */
|
|
107094
107638
|
acs_user_id: string;
|
|
107095
107639
|
event_type: 'acs_user.created';
|
|
107096
107640
|
} | {
|
|
@@ -107106,6 +107650,7 @@ type Routes = {
|
|
|
107106
107650
|
connected_account_id?: string | undefined;
|
|
107107
107651
|
/** ID of the access system. */
|
|
107108
107652
|
acs_system_id: string;
|
|
107653
|
+
/** ID of the affected access system user. */
|
|
107109
107654
|
acs_user_id: string;
|
|
107110
107655
|
event_type: 'acs_user.deleted';
|
|
107111
107656
|
} | {
|
|
@@ -107169,6 +107714,7 @@ type Routes = {
|
|
|
107169
107714
|
connected_account_id?: string | undefined;
|
|
107170
107715
|
/** ID of the access system. */
|
|
107171
107716
|
acs_system_id: string;
|
|
107717
|
+
/** ID of the affected entrance. */
|
|
107172
107718
|
acs_entrance_id: string;
|
|
107173
107719
|
event_type: 'acs_entrance.added';
|
|
107174
107720
|
} | {
|
|
@@ -107184,6 +107730,7 @@ type Routes = {
|
|
|
107184
107730
|
connected_account_id?: string | undefined;
|
|
107185
107731
|
/** ID of the access system. */
|
|
107186
107732
|
acs_system_id: string;
|
|
107733
|
+
/** ID of the affected entrance. */
|
|
107187
107734
|
acs_entrance_id: string;
|
|
107188
107735
|
event_type: 'acs_entrance.removed';
|
|
107189
107736
|
} | {
|
|
@@ -110151,6 +110698,7 @@ type Routes = {
|
|
|
110151
110698
|
user_identity_id?: string | undefined;
|
|
110152
110699
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
110153
110700
|
connected_account_id: string;
|
|
110701
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
110154
110702
|
acs_credential_pool_id?: string | undefined;
|
|
110155
110703
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
110156
110704
|
acs_system_id: string;
|
|
@@ -110271,6 +110819,7 @@ type Routes = {
|
|
|
110271
110819
|
/** Endpoint ID in the Vostio access system. */
|
|
110272
110820
|
endpoint_id?: string | undefined;
|
|
110273
110821
|
} | undefined;
|
|
110822
|
+
/** Indicates whether Seam manages the credential. */
|
|
110274
110823
|
is_managed: true;
|
|
110275
110824
|
}[];
|
|
110276
110825
|
};
|
|
@@ -110318,6 +110867,7 @@ type Routes = {
|
|
|
110318
110867
|
user_identity_id?: string | undefined;
|
|
110319
110868
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
110320
110869
|
connected_account_id: string;
|
|
110870
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
110321
110871
|
acs_credential_pool_id?: string | undefined;
|
|
110322
110872
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
110323
110873
|
acs_system_id: string;
|
|
@@ -110438,6 +110988,7 @@ type Routes = {
|
|
|
110438
110988
|
/** Endpoint ID in the Vostio access system. */
|
|
110439
110989
|
endpoint_id?: string | undefined;
|
|
110440
110990
|
} | undefined;
|
|
110991
|
+
/** Indicates whether Seam manages the credential. */
|
|
110441
110992
|
is_managed: true;
|
|
110442
110993
|
acs_credential_id: string | null;
|
|
110443
110994
|
acs_entrances: {
|
|
@@ -110632,7 +111183,9 @@ type Routes = {
|
|
|
110632
111183
|
email_address: string | null;
|
|
110633
111184
|
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
110634
111185
|
phone_number: string | null;
|
|
111186
|
+
/** Display name for the user identity. */
|
|
110635
111187
|
display_name: string;
|
|
111188
|
+
/** Full name of the user associated with the user identity. */
|
|
110636
111189
|
full_name: string | null;
|
|
110637
111190
|
/** Date and time at which the user identity was created. */
|
|
110638
111191
|
created_at: string;
|
|
@@ -112336,25 +112889,45 @@ type Routes = {
|
|
|
112336
112889
|
/** Image URL for the manufacturer logo. */
|
|
112337
112890
|
image_url?: string | undefined;
|
|
112338
112891
|
} | undefined;
|
|
112892
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
112339
112893
|
can_remotely_unlock?: boolean | undefined;
|
|
112894
|
+
/** Indicates whether the device supports remote locking. */
|
|
112340
112895
|
can_remotely_lock?: boolean | undefined;
|
|
112896
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
112341
112897
|
can_program_offline_access_codes?: boolean | undefined;
|
|
112898
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
112342
112899
|
can_program_online_access_codes?: boolean | undefined;
|
|
112900
|
+
/** Indicates whether the thermostat supports heating. */
|
|
112343
112901
|
can_hvac_heat?: boolean | undefined;
|
|
112902
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
112344
112903
|
can_hvac_cool?: boolean | undefined;
|
|
112904
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
112345
112905
|
can_hvac_heat_cool?: boolean | undefined;
|
|
112906
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
112346
112907
|
can_turn_off_hvac?: boolean | undefined;
|
|
112908
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
112347
112909
|
can_simulate_removal?: boolean | undefined;
|
|
112910
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
112348
112911
|
can_simulate_connection?: boolean | undefined;
|
|
112912
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
112349
112913
|
can_simulate_disconnection?: boolean | undefined;
|
|
112914
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
112350
112915
|
can_unlock_with_code?: boolean | undefined;
|
|
112916
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
112351
112917
|
can_run_thermostat_programs?: boolean | undefined;
|
|
112918
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
112352
112919
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
112920
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
112353
112921
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
112922
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
112354
112923
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
112924
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
112355
112925
|
can_simulate_hub_connection?: boolean | undefined;
|
|
112926
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
112356
112927
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
112928
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
112357
112929
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
112930
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
112358
112931
|
can_configure_auto_lock?: boolean | undefined;
|
|
112359
112932
|
}[] | undefined;
|
|
112360
112933
|
acs_entrances?: {
|
|
@@ -112722,7 +113295,9 @@ type Routes = {
|
|
|
112722
113295
|
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
112723
113296
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
112724
113297
|
acs_system_id: string;
|
|
113298
|
+
/** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
112725
113299
|
acs_user_count?: number | undefined;
|
|
113300
|
+
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
112726
113301
|
acs_access_group_count?: number | undefined;
|
|
112727
113302
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
112728
113303
|
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
@@ -112730,6 +113305,7 @@ type Routes = {
|
|
|
112730
113305
|
external_type_display_name?: string | undefined;
|
|
112731
113306
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
112732
113307
|
is_credential_manager: boolean;
|
|
113308
|
+
/** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
112733
113309
|
visionline_metadata?: {
|
|
112734
113310
|
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
112735
113311
|
mobile_access_uuid: string;
|
|
@@ -112744,6 +113320,7 @@ type Routes = {
|
|
|
112744
113320
|
/**
|
|
112745
113321
|
* @deprecated Use `external_type_display_name`.*/
|
|
112746
113322
|
system_type_display_name?: string | undefined;
|
|
113323
|
+
/** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
112747
113324
|
location: {
|
|
112748
113325
|
/** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
|
|
112749
113326
|
time_zone: string | null;
|
|
@@ -112778,6 +113355,7 @@ type Routes = {
|
|
|
112778
113355
|
message: string;
|
|
112779
113356
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112780
113357
|
error_code: 'bridge_disconnected';
|
|
113358
|
+
/** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
112781
113359
|
is_bridge_error?: boolean | undefined;
|
|
112782
113360
|
} | {
|
|
112783
113361
|
/** Date and time at which Seam created the error. */
|
|
@@ -113289,6 +113867,7 @@ type Routes = {
|
|
|
113289
113867
|
acs_credential_on_encoder: {
|
|
113290
113868
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
113291
113869
|
created_at: string | null;
|
|
113870
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
113292
113871
|
is_issued: boolean | null;
|
|
113293
113872
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
113294
113873
|
starts_at: string | null;
|
|
@@ -113334,6 +113913,7 @@ type Routes = {
|
|
|
113334
113913
|
user_identity_id?: string | undefined;
|
|
113335
113914
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
113336
113915
|
connected_account_id: string;
|
|
113916
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
113337
113917
|
acs_credential_pool_id?: string | undefined;
|
|
113338
113918
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
113339
113919
|
acs_system_id: string;
|
|
@@ -113454,6 +114034,7 @@ type Routes = {
|
|
|
113454
114034
|
/** Endpoint ID in the Vostio access system. */
|
|
113455
114035
|
endpoint_id?: string | undefined;
|
|
113456
114036
|
} | undefined;
|
|
114037
|
+
/** Indicates whether Seam manages the credential. */
|
|
113457
114038
|
is_managed: true;
|
|
113458
114039
|
} | {
|
|
113459
114040
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -113464,6 +114045,7 @@ type Routes = {
|
|
|
113464
114045
|
user_identity_id?: string | undefined;
|
|
113465
114046
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
113466
114047
|
connected_account_id: string;
|
|
114048
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
113467
114049
|
acs_credential_pool_id?: string | undefined;
|
|
113468
114050
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
113469
114051
|
acs_system_id: string;
|
|
@@ -113661,6 +114243,7 @@ type Routes = {
|
|
|
113661
114243
|
user_identity_id?: string | undefined;
|
|
113662
114244
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
113663
114245
|
connected_account_id: string;
|
|
114246
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
113664
114247
|
acs_credential_pool_id?: string | undefined;
|
|
113665
114248
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
113666
114249
|
acs_system_id: string;
|
|
@@ -113781,6 +114364,7 @@ type Routes = {
|
|
|
113781
114364
|
/** Endpoint ID in the Vostio access system. */
|
|
113782
114365
|
endpoint_id?: string | undefined;
|
|
113783
114366
|
} | undefined;
|
|
114367
|
+
/** Indicates whether Seam manages the credential. */
|
|
113784
114368
|
is_managed: true;
|
|
113785
114369
|
} | {
|
|
113786
114370
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -113791,6 +114375,7 @@ type Routes = {
|
|
|
113791
114375
|
user_identity_id?: string | undefined;
|
|
113792
114376
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
113793
114377
|
connected_account_id: string;
|
|
114378
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
113794
114379
|
acs_credential_pool_id?: string | undefined;
|
|
113795
114380
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
113796
114381
|
acs_system_id: string;
|
|
@@ -114000,6 +114585,7 @@ type Routes = {
|
|
|
114000
114585
|
user_identity_id?: string | undefined;
|
|
114001
114586
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
114002
114587
|
connected_account_id: string;
|
|
114588
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
114003
114589
|
acs_credential_pool_id?: string | undefined;
|
|
114004
114590
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
114005
114591
|
acs_system_id: string;
|
|
@@ -114120,6 +114706,7 @@ type Routes = {
|
|
|
114120
114706
|
/** Endpoint ID in the Vostio access system. */
|
|
114121
114707
|
endpoint_id?: string | undefined;
|
|
114122
114708
|
} | undefined;
|
|
114709
|
+
/** Indicates whether Seam manages the credential. */
|
|
114123
114710
|
is_managed: true;
|
|
114124
114711
|
};
|
|
114125
114712
|
} | {
|
|
@@ -114966,6 +115553,7 @@ type Routes = {
|
|
|
114966
115553
|
acs_credential_on_encoder: {
|
|
114967
115554
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
114968
115555
|
created_at: string | null;
|
|
115556
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
114969
115557
|
is_issued: boolean | null;
|
|
114970
115558
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
114971
115559
|
starts_at: string | null;
|
|
@@ -115011,6 +115599,7 @@ type Routes = {
|
|
|
115011
115599
|
user_identity_id?: string | undefined;
|
|
115012
115600
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
115013
115601
|
connected_account_id: string;
|
|
115602
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
115014
115603
|
acs_credential_pool_id?: string | undefined;
|
|
115015
115604
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
115016
115605
|
acs_system_id: string;
|
|
@@ -115131,6 +115720,7 @@ type Routes = {
|
|
|
115131
115720
|
/** Endpoint ID in the Vostio access system. */
|
|
115132
115721
|
endpoint_id?: string | undefined;
|
|
115133
115722
|
} | undefined;
|
|
115723
|
+
/** Indicates whether Seam manages the credential. */
|
|
115134
115724
|
is_managed: true;
|
|
115135
115725
|
} | {
|
|
115136
115726
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -115141,6 +115731,7 @@ type Routes = {
|
|
|
115141
115731
|
user_identity_id?: string | undefined;
|
|
115142
115732
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
115143
115733
|
connected_account_id: string;
|
|
115734
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
115144
115735
|
acs_credential_pool_id?: string | undefined;
|
|
115145
115736
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
115146
115737
|
acs_system_id: string;
|
|
@@ -115338,6 +115929,7 @@ type Routes = {
|
|
|
115338
115929
|
user_identity_id?: string | undefined;
|
|
115339
115930
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
115340
115931
|
connected_account_id: string;
|
|
115932
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
115341
115933
|
acs_credential_pool_id?: string | undefined;
|
|
115342
115934
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
115343
115935
|
acs_system_id: string;
|
|
@@ -115458,6 +116050,7 @@ type Routes = {
|
|
|
115458
116050
|
/** Endpoint ID in the Vostio access system. */
|
|
115459
116051
|
endpoint_id?: string | undefined;
|
|
115460
116052
|
} | undefined;
|
|
116053
|
+
/** Indicates whether Seam manages the credential. */
|
|
115461
116054
|
is_managed: true;
|
|
115462
116055
|
} | {
|
|
115463
116056
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -115468,6 +116061,7 @@ type Routes = {
|
|
|
115468
116061
|
user_identity_id?: string | undefined;
|
|
115469
116062
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
115470
116063
|
connected_account_id: string;
|
|
116064
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
115471
116065
|
acs_credential_pool_id?: string | undefined;
|
|
115472
116066
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
115473
116067
|
acs_system_id: string;
|
|
@@ -115677,6 +116271,7 @@ type Routes = {
|
|
|
115677
116271
|
user_identity_id?: string | undefined;
|
|
115678
116272
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
115679
116273
|
connected_account_id: string;
|
|
116274
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
115680
116275
|
acs_credential_pool_id?: string | undefined;
|
|
115681
116276
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
115682
116277
|
acs_system_id: string;
|
|
@@ -115797,6 +116392,7 @@ type Routes = {
|
|
|
115797
116392
|
/** Endpoint ID in the Vostio access system. */
|
|
115798
116393
|
endpoint_id?: string | undefined;
|
|
115799
116394
|
} | undefined;
|
|
116395
|
+
/** Indicates whether Seam manages the credential. */
|
|
115800
116396
|
is_managed: true;
|
|
115801
116397
|
};
|
|
115802
116398
|
} | {
|
|
@@ -116749,6 +117345,7 @@ type Routes = {
|
|
|
116749
117345
|
acs_credential_on_encoder: {
|
|
116750
117346
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
116751
117347
|
created_at: string | null;
|
|
117348
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
116752
117349
|
is_issued: boolean | null;
|
|
116753
117350
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
116754
117351
|
starts_at: string | null;
|
|
@@ -116794,6 +117391,7 @@ type Routes = {
|
|
|
116794
117391
|
user_identity_id?: string | undefined;
|
|
116795
117392
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
116796
117393
|
connected_account_id: string;
|
|
117394
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
116797
117395
|
acs_credential_pool_id?: string | undefined;
|
|
116798
117396
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
116799
117397
|
acs_system_id: string;
|
|
@@ -116914,6 +117512,7 @@ type Routes = {
|
|
|
116914
117512
|
/** Endpoint ID in the Vostio access system. */
|
|
116915
117513
|
endpoint_id?: string | undefined;
|
|
116916
117514
|
} | undefined;
|
|
117515
|
+
/** Indicates whether Seam manages the credential. */
|
|
116917
117516
|
is_managed: true;
|
|
116918
117517
|
} | {
|
|
116919
117518
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -116924,6 +117523,7 @@ type Routes = {
|
|
|
116924
117523
|
user_identity_id?: string | undefined;
|
|
116925
117524
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
116926
117525
|
connected_account_id: string;
|
|
117526
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
116927
117527
|
acs_credential_pool_id?: string | undefined;
|
|
116928
117528
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
116929
117529
|
acs_system_id: string;
|
|
@@ -117121,6 +117721,7 @@ type Routes = {
|
|
|
117121
117721
|
user_identity_id?: string | undefined;
|
|
117122
117722
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
117123
117723
|
connected_account_id: string;
|
|
117724
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
117124
117725
|
acs_credential_pool_id?: string | undefined;
|
|
117125
117726
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
117126
117727
|
acs_system_id: string;
|
|
@@ -117241,6 +117842,7 @@ type Routes = {
|
|
|
117241
117842
|
/** Endpoint ID in the Vostio access system. */
|
|
117242
117843
|
endpoint_id?: string | undefined;
|
|
117243
117844
|
} | undefined;
|
|
117845
|
+
/** Indicates whether Seam manages the credential. */
|
|
117244
117846
|
is_managed: true;
|
|
117245
117847
|
} | {
|
|
117246
117848
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -117251,6 +117853,7 @@ type Routes = {
|
|
|
117251
117853
|
user_identity_id?: string | undefined;
|
|
117252
117854
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
117253
117855
|
connected_account_id: string;
|
|
117856
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
117254
117857
|
acs_credential_pool_id?: string | undefined;
|
|
117255
117858
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
117256
117859
|
acs_system_id: string;
|
|
@@ -117460,6 +118063,7 @@ type Routes = {
|
|
|
117460
118063
|
user_identity_id?: string | undefined;
|
|
117461
118064
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
117462
118065
|
connected_account_id: string;
|
|
118066
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
117463
118067
|
acs_credential_pool_id?: string | undefined;
|
|
117464
118068
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
117465
118069
|
acs_system_id: string;
|
|
@@ -117580,6 +118184,7 @@ type Routes = {
|
|
|
117580
118184
|
/** Endpoint ID in the Vostio access system. */
|
|
117581
118185
|
endpoint_id?: string | undefined;
|
|
117582
118186
|
} | undefined;
|
|
118187
|
+
/** Indicates whether Seam manages the credential. */
|
|
117583
118188
|
is_managed: true;
|
|
117584
118189
|
};
|
|
117585
118190
|
} | {
|
|
@@ -119683,25 +120288,45 @@ type Routes = {
|
|
|
119683
120288
|
/** Image URL for the manufacturer logo. */
|
|
119684
120289
|
image_url?: string | undefined;
|
|
119685
120290
|
} | undefined;
|
|
120291
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
119686
120292
|
can_remotely_unlock?: boolean | undefined;
|
|
120293
|
+
/** Indicates whether the device supports remote locking. */
|
|
119687
120294
|
can_remotely_lock?: boolean | undefined;
|
|
120295
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
119688
120296
|
can_program_offline_access_codes?: boolean | undefined;
|
|
120297
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
119689
120298
|
can_program_online_access_codes?: boolean | undefined;
|
|
120299
|
+
/** Indicates whether the thermostat supports heating. */
|
|
119690
120300
|
can_hvac_heat?: boolean | undefined;
|
|
120301
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
119691
120302
|
can_hvac_cool?: boolean | undefined;
|
|
120303
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
119692
120304
|
can_hvac_heat_cool?: boolean | undefined;
|
|
120305
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
119693
120306
|
can_turn_off_hvac?: boolean | undefined;
|
|
120307
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
119694
120308
|
can_simulate_removal?: boolean | undefined;
|
|
120309
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
119695
120310
|
can_simulate_connection?: boolean | undefined;
|
|
120311
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
119696
120312
|
can_simulate_disconnection?: boolean | undefined;
|
|
120313
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
119697
120314
|
can_unlock_with_code?: boolean | undefined;
|
|
120315
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
119698
120316
|
can_run_thermostat_programs?: boolean | undefined;
|
|
120317
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
119699
120318
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
120319
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
119700
120320
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
120321
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
119701
120322
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
120323
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
119702
120324
|
can_simulate_hub_connection?: boolean | undefined;
|
|
120325
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
119703
120326
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
120327
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
119704
120328
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
120329
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
119705
120330
|
can_configure_auto_lock?: boolean | undefined;
|
|
119706
120331
|
};
|
|
119707
120332
|
};
|
|
@@ -119829,6 +120454,7 @@ type Routes = {
|
|
|
119829
120454
|
acs_credential_on_encoder: {
|
|
119830
120455
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
119831
120456
|
created_at: string | null;
|
|
120457
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
119832
120458
|
is_issued: boolean | null;
|
|
119833
120459
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
119834
120460
|
starts_at: string | null;
|
|
@@ -119874,6 +120500,7 @@ type Routes = {
|
|
|
119874
120500
|
user_identity_id?: string | undefined;
|
|
119875
120501
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
119876
120502
|
connected_account_id: string;
|
|
120503
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
119877
120504
|
acs_credential_pool_id?: string | undefined;
|
|
119878
120505
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
119879
120506
|
acs_system_id: string;
|
|
@@ -119994,6 +120621,7 @@ type Routes = {
|
|
|
119994
120621
|
/** Endpoint ID in the Vostio access system. */
|
|
119995
120622
|
endpoint_id?: string | undefined;
|
|
119996
120623
|
} | undefined;
|
|
120624
|
+
/** Indicates whether Seam manages the credential. */
|
|
119997
120625
|
is_managed: true;
|
|
119998
120626
|
} | {
|
|
119999
120627
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -120004,6 +120632,7 @@ type Routes = {
|
|
|
120004
120632
|
user_identity_id?: string | undefined;
|
|
120005
120633
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
120006
120634
|
connected_account_id: string;
|
|
120635
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
120007
120636
|
acs_credential_pool_id?: string | undefined;
|
|
120008
120637
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
120009
120638
|
acs_system_id: string;
|
|
@@ -120201,6 +120830,7 @@ type Routes = {
|
|
|
120201
120830
|
user_identity_id?: string | undefined;
|
|
120202
120831
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
120203
120832
|
connected_account_id: string;
|
|
120833
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
120204
120834
|
acs_credential_pool_id?: string | undefined;
|
|
120205
120835
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
120206
120836
|
acs_system_id: string;
|
|
@@ -120321,6 +120951,7 @@ type Routes = {
|
|
|
120321
120951
|
/** Endpoint ID in the Vostio access system. */
|
|
120322
120952
|
endpoint_id?: string | undefined;
|
|
120323
120953
|
} | undefined;
|
|
120954
|
+
/** Indicates whether Seam manages the credential. */
|
|
120324
120955
|
is_managed: true;
|
|
120325
120956
|
} | {
|
|
120326
120957
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -120331,6 +120962,7 @@ type Routes = {
|
|
|
120331
120962
|
user_identity_id?: string | undefined;
|
|
120332
120963
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
120333
120964
|
connected_account_id: string;
|
|
120965
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
120334
120966
|
acs_credential_pool_id?: string | undefined;
|
|
120335
120967
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
120336
120968
|
acs_system_id: string;
|
|
@@ -120540,6 +121172,7 @@ type Routes = {
|
|
|
120540
121172
|
user_identity_id?: string | undefined;
|
|
120541
121173
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
120542
121174
|
connected_account_id: string;
|
|
121175
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
120543
121176
|
acs_credential_pool_id?: string | undefined;
|
|
120544
121177
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
120545
121178
|
acs_system_id: string;
|
|
@@ -120660,6 +121293,7 @@ type Routes = {
|
|
|
120660
121293
|
/** Endpoint ID in the Vostio access system. */
|
|
120661
121294
|
endpoint_id?: string | undefined;
|
|
120662
121295
|
} | undefined;
|
|
121296
|
+
/** Indicates whether Seam manages the credential. */
|
|
120663
121297
|
is_managed: true;
|
|
120664
121298
|
};
|
|
120665
121299
|
} | {
|
|
@@ -121510,6 +122144,7 @@ type Routes = {
|
|
|
121510
122144
|
acs_credential_on_encoder: {
|
|
121511
122145
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
121512
122146
|
created_at: string | null;
|
|
122147
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
121513
122148
|
is_issued: boolean | null;
|
|
121514
122149
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
121515
122150
|
starts_at: string | null;
|
|
@@ -121555,6 +122190,7 @@ type Routes = {
|
|
|
121555
122190
|
user_identity_id?: string | undefined;
|
|
121556
122191
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
121557
122192
|
connected_account_id: string;
|
|
122193
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
121558
122194
|
acs_credential_pool_id?: string | undefined;
|
|
121559
122195
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
121560
122196
|
acs_system_id: string;
|
|
@@ -121675,6 +122311,7 @@ type Routes = {
|
|
|
121675
122311
|
/** Endpoint ID in the Vostio access system. */
|
|
121676
122312
|
endpoint_id?: string | undefined;
|
|
121677
122313
|
} | undefined;
|
|
122314
|
+
/** Indicates whether Seam manages the credential. */
|
|
121678
122315
|
is_managed: true;
|
|
121679
122316
|
} | {
|
|
121680
122317
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -121685,6 +122322,7 @@ type Routes = {
|
|
|
121685
122322
|
user_identity_id?: string | undefined;
|
|
121686
122323
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
121687
122324
|
connected_account_id: string;
|
|
122325
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
121688
122326
|
acs_credential_pool_id?: string | undefined;
|
|
121689
122327
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
121690
122328
|
acs_system_id: string;
|
|
@@ -121882,6 +122520,7 @@ type Routes = {
|
|
|
121882
122520
|
user_identity_id?: string | undefined;
|
|
121883
122521
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
121884
122522
|
connected_account_id: string;
|
|
122523
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
121885
122524
|
acs_credential_pool_id?: string | undefined;
|
|
121886
122525
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
121887
122526
|
acs_system_id: string;
|
|
@@ -122002,6 +122641,7 @@ type Routes = {
|
|
|
122002
122641
|
/** Endpoint ID in the Vostio access system. */
|
|
122003
122642
|
endpoint_id?: string | undefined;
|
|
122004
122643
|
} | undefined;
|
|
122644
|
+
/** Indicates whether Seam manages the credential. */
|
|
122005
122645
|
is_managed: true;
|
|
122006
122646
|
} | {
|
|
122007
122647
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -122012,6 +122652,7 @@ type Routes = {
|
|
|
122012
122652
|
user_identity_id?: string | undefined;
|
|
122013
122653
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
122014
122654
|
connected_account_id: string;
|
|
122655
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
122015
122656
|
acs_credential_pool_id?: string | undefined;
|
|
122016
122657
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
122017
122658
|
acs_system_id: string;
|
|
@@ -122221,6 +122862,7 @@ type Routes = {
|
|
|
122221
122862
|
user_identity_id?: string | undefined;
|
|
122222
122863
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
122223
122864
|
connected_account_id: string;
|
|
122865
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
122224
122866
|
acs_credential_pool_id?: string | undefined;
|
|
122225
122867
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
122226
122868
|
acs_system_id: string;
|
|
@@ -122341,6 +122983,7 @@ type Routes = {
|
|
|
122341
122983
|
/** Endpoint ID in the Vostio access system. */
|
|
122342
122984
|
endpoint_id?: string | undefined;
|
|
122343
122985
|
} | undefined;
|
|
122986
|
+
/** Indicates whether Seam manages the credential. */
|
|
122344
122987
|
is_managed: true;
|
|
122345
122988
|
};
|
|
122346
122989
|
} | {
|
|
@@ -124463,25 +125106,45 @@ type Routes = {
|
|
|
124463
125106
|
/** Image URL for the manufacturer logo. */
|
|
124464
125107
|
image_url?: string | undefined;
|
|
124465
125108
|
} | undefined;
|
|
125109
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
124466
125110
|
can_remotely_unlock?: boolean | undefined;
|
|
125111
|
+
/** Indicates whether the device supports remote locking. */
|
|
124467
125112
|
can_remotely_lock?: boolean | undefined;
|
|
125113
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
124468
125114
|
can_program_offline_access_codes?: boolean | undefined;
|
|
125115
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
124469
125116
|
can_program_online_access_codes?: boolean | undefined;
|
|
125117
|
+
/** Indicates whether the thermostat supports heating. */
|
|
124470
125118
|
can_hvac_heat?: boolean | undefined;
|
|
125119
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
124471
125120
|
can_hvac_cool?: boolean | undefined;
|
|
125121
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
124472
125122
|
can_hvac_heat_cool?: boolean | undefined;
|
|
125123
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
124473
125124
|
can_turn_off_hvac?: boolean | undefined;
|
|
125125
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
124474
125126
|
can_simulate_removal?: boolean | undefined;
|
|
125127
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
124475
125128
|
can_simulate_connection?: boolean | undefined;
|
|
125129
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
124476
125130
|
can_simulate_disconnection?: boolean | undefined;
|
|
125131
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
124477
125132
|
can_unlock_with_code?: boolean | undefined;
|
|
125133
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
124478
125134
|
can_run_thermostat_programs?: boolean | undefined;
|
|
125135
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
124479
125136
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
125137
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
124480
125138
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
125139
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
124481
125140
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
125141
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
124482
125142
|
can_simulate_hub_connection?: boolean | undefined;
|
|
125143
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
124483
125144
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
125145
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
124484
125146
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
125147
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
124485
125148
|
can_configure_auto_lock?: boolean | undefined;
|
|
124486
125149
|
}[];
|
|
124487
125150
|
devices: {
|
|
@@ -125834,25 +126497,45 @@ type Routes = {
|
|
|
125834
126497
|
/** Image URL for the manufacturer logo. */
|
|
125835
126498
|
image_url?: string | undefined;
|
|
125836
126499
|
} | undefined;
|
|
126500
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
125837
126501
|
can_remotely_unlock?: boolean | undefined;
|
|
126502
|
+
/** Indicates whether the device supports remote locking. */
|
|
125838
126503
|
can_remotely_lock?: boolean | undefined;
|
|
126504
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
125839
126505
|
can_program_offline_access_codes?: boolean | undefined;
|
|
126506
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
125840
126507
|
can_program_online_access_codes?: boolean | undefined;
|
|
126508
|
+
/** Indicates whether the thermostat supports heating. */
|
|
125841
126509
|
can_hvac_heat?: boolean | undefined;
|
|
126510
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
125842
126511
|
can_hvac_cool?: boolean | undefined;
|
|
126512
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
125843
126513
|
can_hvac_heat_cool?: boolean | undefined;
|
|
126514
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
125844
126515
|
can_turn_off_hvac?: boolean | undefined;
|
|
126516
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
125845
126517
|
can_simulate_removal?: boolean | undefined;
|
|
126518
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
125846
126519
|
can_simulate_connection?: boolean | undefined;
|
|
126520
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
125847
126521
|
can_simulate_disconnection?: boolean | undefined;
|
|
126522
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
125848
126523
|
can_unlock_with_code?: boolean | undefined;
|
|
126524
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
125849
126525
|
can_run_thermostat_programs?: boolean | undefined;
|
|
126526
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
125850
126527
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
126528
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
125851
126529
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
126530
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
125852
126531
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
126532
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
125853
126533
|
can_simulate_hub_connection?: boolean | undefined;
|
|
126534
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
125854
126535
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
126536
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
125855
126537
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
126538
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
125856
126539
|
can_configure_auto_lock?: boolean | undefined;
|
|
125857
126540
|
}[];
|
|
125858
126541
|
};
|
|
@@ -125976,6 +126659,7 @@ type Routes = {
|
|
|
125976
126659
|
acs_credential_on_encoder: {
|
|
125977
126660
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
125978
126661
|
created_at: string | null;
|
|
126662
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
125979
126663
|
is_issued: boolean | null;
|
|
125980
126664
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
125981
126665
|
starts_at: string | null;
|
|
@@ -126021,6 +126705,7 @@ type Routes = {
|
|
|
126021
126705
|
user_identity_id?: string | undefined;
|
|
126022
126706
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
126023
126707
|
connected_account_id: string;
|
|
126708
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
126024
126709
|
acs_credential_pool_id?: string | undefined;
|
|
126025
126710
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
126026
126711
|
acs_system_id: string;
|
|
@@ -126141,6 +126826,7 @@ type Routes = {
|
|
|
126141
126826
|
/** Endpoint ID in the Vostio access system. */
|
|
126142
126827
|
endpoint_id?: string | undefined;
|
|
126143
126828
|
} | undefined;
|
|
126829
|
+
/** Indicates whether Seam manages the credential. */
|
|
126144
126830
|
is_managed: true;
|
|
126145
126831
|
} | {
|
|
126146
126832
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -126151,6 +126837,7 @@ type Routes = {
|
|
|
126151
126837
|
user_identity_id?: string | undefined;
|
|
126152
126838
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
126153
126839
|
connected_account_id: string;
|
|
126840
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
126154
126841
|
acs_credential_pool_id?: string | undefined;
|
|
126155
126842
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
126156
126843
|
acs_system_id: string;
|
|
@@ -126348,6 +127035,7 @@ type Routes = {
|
|
|
126348
127035
|
user_identity_id?: string | undefined;
|
|
126349
127036
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
126350
127037
|
connected_account_id: string;
|
|
127038
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
126351
127039
|
acs_credential_pool_id?: string | undefined;
|
|
126352
127040
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
126353
127041
|
acs_system_id: string;
|
|
@@ -126468,6 +127156,7 @@ type Routes = {
|
|
|
126468
127156
|
/** Endpoint ID in the Vostio access system. */
|
|
126469
127157
|
endpoint_id?: string | undefined;
|
|
126470
127158
|
} | undefined;
|
|
127159
|
+
/** Indicates whether Seam manages the credential. */
|
|
126471
127160
|
is_managed: true;
|
|
126472
127161
|
} | {
|
|
126473
127162
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -126478,6 +127167,7 @@ type Routes = {
|
|
|
126478
127167
|
user_identity_id?: string | undefined;
|
|
126479
127168
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
126480
127169
|
connected_account_id: string;
|
|
127170
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
126481
127171
|
acs_credential_pool_id?: string | undefined;
|
|
126482
127172
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
126483
127173
|
acs_system_id: string;
|
|
@@ -126687,6 +127377,7 @@ type Routes = {
|
|
|
126687
127377
|
user_identity_id?: string | undefined;
|
|
126688
127378
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
126689
127379
|
connected_account_id: string;
|
|
127380
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
126690
127381
|
acs_credential_pool_id?: string | undefined;
|
|
126691
127382
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
126692
127383
|
acs_system_id: string;
|
|
@@ -126807,6 +127498,7 @@ type Routes = {
|
|
|
126807
127498
|
/** Endpoint ID in the Vostio access system. */
|
|
126808
127499
|
endpoint_id?: string | undefined;
|
|
126809
127500
|
} | undefined;
|
|
127501
|
+
/** Indicates whether Seam manages the credential. */
|
|
126810
127502
|
is_managed: true;
|
|
126811
127503
|
};
|
|
126812
127504
|
} | {
|
|
@@ -127852,6 +128544,7 @@ type Routes = {
|
|
|
127852
128544
|
acs_credential_on_encoder: {
|
|
127853
128545
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
127854
128546
|
created_at: string | null;
|
|
128547
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
127855
128548
|
is_issued: boolean | null;
|
|
127856
128549
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
127857
128550
|
starts_at: string | null;
|
|
@@ -127897,6 +128590,7 @@ type Routes = {
|
|
|
127897
128590
|
user_identity_id?: string | undefined;
|
|
127898
128591
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
127899
128592
|
connected_account_id: string;
|
|
128593
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
127900
128594
|
acs_credential_pool_id?: string | undefined;
|
|
127901
128595
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
127902
128596
|
acs_system_id: string;
|
|
@@ -128017,6 +128711,7 @@ type Routes = {
|
|
|
128017
128711
|
/** Endpoint ID in the Vostio access system. */
|
|
128018
128712
|
endpoint_id?: string | undefined;
|
|
128019
128713
|
} | undefined;
|
|
128714
|
+
/** Indicates whether Seam manages the credential. */
|
|
128020
128715
|
is_managed: true;
|
|
128021
128716
|
} | {
|
|
128022
128717
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -128027,6 +128722,7 @@ type Routes = {
|
|
|
128027
128722
|
user_identity_id?: string | undefined;
|
|
128028
128723
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
128029
128724
|
connected_account_id: string;
|
|
128725
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
128030
128726
|
acs_credential_pool_id?: string | undefined;
|
|
128031
128727
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
128032
128728
|
acs_system_id: string;
|
|
@@ -128224,6 +128920,7 @@ type Routes = {
|
|
|
128224
128920
|
user_identity_id?: string | undefined;
|
|
128225
128921
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
128226
128922
|
connected_account_id: string;
|
|
128923
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
128227
128924
|
acs_credential_pool_id?: string | undefined;
|
|
128228
128925
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
128229
128926
|
acs_system_id: string;
|
|
@@ -128344,6 +129041,7 @@ type Routes = {
|
|
|
128344
129041
|
/** Endpoint ID in the Vostio access system. */
|
|
128345
129042
|
endpoint_id?: string | undefined;
|
|
128346
129043
|
} | undefined;
|
|
129044
|
+
/** Indicates whether Seam manages the credential. */
|
|
128347
129045
|
is_managed: true;
|
|
128348
129046
|
} | {
|
|
128349
129047
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -128354,6 +129052,7 @@ type Routes = {
|
|
|
128354
129052
|
user_identity_id?: string | undefined;
|
|
128355
129053
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
128356
129054
|
connected_account_id: string;
|
|
129055
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
128357
129056
|
acs_credential_pool_id?: string | undefined;
|
|
128358
129057
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
128359
129058
|
acs_system_id: string;
|
|
@@ -128563,6 +129262,7 @@ type Routes = {
|
|
|
128563
129262
|
user_identity_id?: string | undefined;
|
|
128564
129263
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
128565
129264
|
connected_account_id: string;
|
|
129265
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
128566
129266
|
acs_credential_pool_id?: string | undefined;
|
|
128567
129267
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
128568
129268
|
acs_system_id: string;
|
|
@@ -128683,6 +129383,7 @@ type Routes = {
|
|
|
128683
129383
|
/** Endpoint ID in the Vostio access system. */
|
|
128684
129384
|
endpoint_id?: string | undefined;
|
|
128685
129385
|
} | undefined;
|
|
129386
|
+
/** Indicates whether Seam manages the credential. */
|
|
128686
129387
|
is_managed: true;
|
|
128687
129388
|
};
|
|
128688
129389
|
} | {
|
|
@@ -129556,6 +130257,7 @@ type Routes = {
|
|
|
129556
130257
|
acs_credential_on_encoder: {
|
|
129557
130258
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
129558
130259
|
created_at: string | null;
|
|
130260
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
129559
130261
|
is_issued: boolean | null;
|
|
129560
130262
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
129561
130263
|
starts_at: string | null;
|
|
@@ -129601,6 +130303,7 @@ type Routes = {
|
|
|
129601
130303
|
user_identity_id?: string | undefined;
|
|
129602
130304
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
129603
130305
|
connected_account_id: string;
|
|
130306
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
129604
130307
|
acs_credential_pool_id?: string | undefined;
|
|
129605
130308
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
129606
130309
|
acs_system_id: string;
|
|
@@ -129721,6 +130424,7 @@ type Routes = {
|
|
|
129721
130424
|
/** Endpoint ID in the Vostio access system. */
|
|
129722
130425
|
endpoint_id?: string | undefined;
|
|
129723
130426
|
} | undefined;
|
|
130427
|
+
/** Indicates whether Seam manages the credential. */
|
|
129724
130428
|
is_managed: true;
|
|
129725
130429
|
} | {
|
|
129726
130430
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -129731,6 +130435,7 @@ type Routes = {
|
|
|
129731
130435
|
user_identity_id?: string | undefined;
|
|
129732
130436
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
129733
130437
|
connected_account_id: string;
|
|
130438
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
129734
130439
|
acs_credential_pool_id?: string | undefined;
|
|
129735
130440
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
129736
130441
|
acs_system_id: string;
|
|
@@ -129928,6 +130633,7 @@ type Routes = {
|
|
|
129928
130633
|
user_identity_id?: string | undefined;
|
|
129929
130634
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
129930
130635
|
connected_account_id: string;
|
|
130636
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
129931
130637
|
acs_credential_pool_id?: string | undefined;
|
|
129932
130638
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
129933
130639
|
acs_system_id: string;
|
|
@@ -130048,6 +130754,7 @@ type Routes = {
|
|
|
130048
130754
|
/** Endpoint ID in the Vostio access system. */
|
|
130049
130755
|
endpoint_id?: string | undefined;
|
|
130050
130756
|
} | undefined;
|
|
130757
|
+
/** Indicates whether Seam manages the credential. */
|
|
130051
130758
|
is_managed: true;
|
|
130052
130759
|
} | {
|
|
130053
130760
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -130058,6 +130765,7 @@ type Routes = {
|
|
|
130058
130765
|
user_identity_id?: string | undefined;
|
|
130059
130766
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
130060
130767
|
connected_account_id: string;
|
|
130768
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
130061
130769
|
acs_credential_pool_id?: string | undefined;
|
|
130062
130770
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
130063
130771
|
acs_system_id: string;
|
|
@@ -130267,6 +130975,7 @@ type Routes = {
|
|
|
130267
130975
|
user_identity_id?: string | undefined;
|
|
130268
130976
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
130269
130977
|
connected_account_id: string;
|
|
130978
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
130270
130979
|
acs_credential_pool_id?: string | undefined;
|
|
130271
130980
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
130272
130981
|
acs_system_id: string;
|
|
@@ -130387,6 +131096,7 @@ type Routes = {
|
|
|
130387
131096
|
/** Endpoint ID in the Vostio access system. */
|
|
130388
131097
|
endpoint_id?: string | undefined;
|
|
130389
131098
|
} | undefined;
|
|
131099
|
+
/** Indicates whether Seam manages the credential. */
|
|
130390
131100
|
is_managed: true;
|
|
130391
131101
|
};
|
|
130392
131102
|
} | {
|
|
@@ -131372,6 +132082,7 @@ type Routes = {
|
|
|
131372
132082
|
acs_credential_on_encoder: {
|
|
131373
132083
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
131374
132084
|
created_at: string | null;
|
|
132085
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
131375
132086
|
is_issued: boolean | null;
|
|
131376
132087
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
131377
132088
|
starts_at: string | null;
|
|
@@ -131417,6 +132128,7 @@ type Routes = {
|
|
|
131417
132128
|
user_identity_id?: string | undefined;
|
|
131418
132129
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131419
132130
|
connected_account_id: string;
|
|
132131
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
131420
132132
|
acs_credential_pool_id?: string | undefined;
|
|
131421
132133
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
131422
132134
|
acs_system_id: string;
|
|
@@ -131537,6 +132249,7 @@ type Routes = {
|
|
|
131537
132249
|
/** Endpoint ID in the Vostio access system. */
|
|
131538
132250
|
endpoint_id?: string | undefined;
|
|
131539
132251
|
} | undefined;
|
|
132252
|
+
/** Indicates whether Seam manages the credential. */
|
|
131540
132253
|
is_managed: true;
|
|
131541
132254
|
} | {
|
|
131542
132255
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -131547,6 +132260,7 @@ type Routes = {
|
|
|
131547
132260
|
user_identity_id?: string | undefined;
|
|
131548
132261
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131549
132262
|
connected_account_id: string;
|
|
132263
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
131550
132264
|
acs_credential_pool_id?: string | undefined;
|
|
131551
132265
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
131552
132266
|
acs_system_id: string;
|
|
@@ -131744,6 +132458,7 @@ type Routes = {
|
|
|
131744
132458
|
user_identity_id?: string | undefined;
|
|
131745
132459
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131746
132460
|
connected_account_id: string;
|
|
132461
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
131747
132462
|
acs_credential_pool_id?: string | undefined;
|
|
131748
132463
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
131749
132464
|
acs_system_id: string;
|
|
@@ -131864,6 +132579,7 @@ type Routes = {
|
|
|
131864
132579
|
/** Endpoint ID in the Vostio access system. */
|
|
131865
132580
|
endpoint_id?: string | undefined;
|
|
131866
132581
|
} | undefined;
|
|
132582
|
+
/** Indicates whether Seam manages the credential. */
|
|
131867
132583
|
is_managed: true;
|
|
131868
132584
|
} | {
|
|
131869
132585
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -131874,6 +132590,7 @@ type Routes = {
|
|
|
131874
132590
|
user_identity_id?: string | undefined;
|
|
131875
132591
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131876
132592
|
connected_account_id: string;
|
|
132593
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
131877
132594
|
acs_credential_pool_id?: string | undefined;
|
|
131878
132595
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
131879
132596
|
acs_system_id: string;
|
|
@@ -132083,6 +132800,7 @@ type Routes = {
|
|
|
132083
132800
|
user_identity_id?: string | undefined;
|
|
132084
132801
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
132085
132802
|
connected_account_id: string;
|
|
132803
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
132086
132804
|
acs_credential_pool_id?: string | undefined;
|
|
132087
132805
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
132088
132806
|
acs_system_id: string;
|
|
@@ -132203,6 +132921,7 @@ type Routes = {
|
|
|
132203
132921
|
/** Endpoint ID in the Vostio access system. */
|
|
132204
132922
|
endpoint_id?: string | undefined;
|
|
132205
132923
|
} | undefined;
|
|
132924
|
+
/** Indicates whether Seam manages the credential. */
|
|
132206
132925
|
is_managed: true;
|
|
132207
132926
|
};
|
|
132208
132927
|
} | {
|
|
@@ -133157,7 +133876,9 @@ type Routes = {
|
|
|
133157
133876
|
email_address: string | null;
|
|
133158
133877
|
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
133159
133878
|
phone_number: string | null;
|
|
133879
|
+
/** Display name for the user identity. */
|
|
133160
133880
|
display_name: string;
|
|
133881
|
+
/** Full name of the user associated with the user identity. */
|
|
133161
133882
|
full_name: string | null;
|
|
133162
133883
|
/** Date and time at which the user identity was created. */
|
|
133163
133884
|
created_at: string;
|
|
@@ -133382,7 +134103,9 @@ type Routes = {
|
|
|
133382
134103
|
email_address: string | null;
|
|
133383
134104
|
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
133384
134105
|
phone_number: string | null;
|
|
134106
|
+
/** Display name for the user identity. */
|
|
133385
134107
|
display_name: string;
|
|
134108
|
+
/** Full name of the user associated with the user identity. */
|
|
133386
134109
|
full_name: string | null;
|
|
133387
134110
|
/** Date and time at which the user identity was created. */
|
|
133388
134111
|
created_at: string;
|
|
@@ -133468,7 +134191,9 @@ type Routes = {
|
|
|
133468
134191
|
email_address: string | null;
|
|
133469
134192
|
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
133470
134193
|
phone_number: string | null;
|
|
134194
|
+
/** Display name for the user identity. */
|
|
133471
134195
|
display_name: string;
|
|
134196
|
+
/** Full name of the user associated with the user identity. */
|
|
133472
134197
|
full_name: string | null;
|
|
133473
134198
|
/** Date and time at which the user identity was created. */
|
|
133474
134199
|
created_at: string;
|
|
@@ -134879,25 +135604,45 @@ type Routes = {
|
|
|
134879
135604
|
/** Image URL for the manufacturer logo. */
|
|
134880
135605
|
image_url?: string | undefined;
|
|
134881
135606
|
} | undefined;
|
|
135607
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
134882
135608
|
can_remotely_unlock?: boolean | undefined;
|
|
135609
|
+
/** Indicates whether the device supports remote locking. */
|
|
134883
135610
|
can_remotely_lock?: boolean | undefined;
|
|
135611
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
134884
135612
|
can_program_offline_access_codes?: boolean | undefined;
|
|
135613
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
134885
135614
|
can_program_online_access_codes?: boolean | undefined;
|
|
135615
|
+
/** Indicates whether the thermostat supports heating. */
|
|
134886
135616
|
can_hvac_heat?: boolean | undefined;
|
|
135617
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
134887
135618
|
can_hvac_cool?: boolean | undefined;
|
|
135619
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
134888
135620
|
can_hvac_heat_cool?: boolean | undefined;
|
|
135621
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
134889
135622
|
can_turn_off_hvac?: boolean | undefined;
|
|
135623
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
134890
135624
|
can_simulate_removal?: boolean | undefined;
|
|
135625
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
134891
135626
|
can_simulate_connection?: boolean | undefined;
|
|
135627
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
134892
135628
|
can_simulate_disconnection?: boolean | undefined;
|
|
135629
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
134893
135630
|
can_unlock_with_code?: boolean | undefined;
|
|
135631
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
134894
135632
|
can_run_thermostat_programs?: boolean | undefined;
|
|
135633
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
134895
135634
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
135635
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
134896
135636
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
135637
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
134897
135638
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
135639
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
134898
135640
|
can_simulate_hub_connection?: boolean | undefined;
|
|
135641
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
134899
135642
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
135643
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
134900
135644
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
135645
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
134901
135646
|
can_configure_auto_lock?: boolean | undefined;
|
|
134902
135647
|
}[];
|
|
134903
135648
|
/**
|
|
@@ -136252,25 +136997,45 @@ type Routes = {
|
|
|
136252
136997
|
/** Image URL for the manufacturer logo. */
|
|
136253
136998
|
image_url?: string | undefined;
|
|
136254
136999
|
} | undefined;
|
|
137000
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
136255
137001
|
can_remotely_unlock?: boolean | undefined;
|
|
137002
|
+
/** Indicates whether the device supports remote locking. */
|
|
136256
137003
|
can_remotely_lock?: boolean | undefined;
|
|
137004
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
136257
137005
|
can_program_offline_access_codes?: boolean | undefined;
|
|
137006
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
136258
137007
|
can_program_online_access_codes?: boolean | undefined;
|
|
137008
|
+
/** Indicates whether the thermostat supports heating. */
|
|
136259
137009
|
can_hvac_heat?: boolean | undefined;
|
|
137010
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
136260
137011
|
can_hvac_cool?: boolean | undefined;
|
|
137012
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
136261
137013
|
can_hvac_heat_cool?: boolean | undefined;
|
|
137014
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
136262
137015
|
can_turn_off_hvac?: boolean | undefined;
|
|
137016
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
136263
137017
|
can_simulate_removal?: boolean | undefined;
|
|
137018
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
136264
137019
|
can_simulate_connection?: boolean | undefined;
|
|
137020
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
136265
137021
|
can_simulate_disconnection?: boolean | undefined;
|
|
137022
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
136266
137023
|
can_unlock_with_code?: boolean | undefined;
|
|
137024
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
136267
137025
|
can_run_thermostat_programs?: boolean | undefined;
|
|
137026
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
136268
137027
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
137028
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
136269
137029
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
137030
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
136270
137031
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
137032
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
136271
137033
|
can_simulate_hub_connection?: boolean | undefined;
|
|
137034
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
136272
137035
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
137036
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
136273
137037
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
137038
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
136274
137039
|
can_configure_auto_lock?: boolean | undefined;
|
|
136275
137040
|
}[];
|
|
136276
137041
|
};
|
|
@@ -136486,7 +137251,9 @@ type Routes = {
|
|
|
136486
137251
|
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
136487
137252
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
136488
137253
|
acs_system_id: string;
|
|
137254
|
+
/** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
136489
137255
|
acs_user_count?: number | undefined;
|
|
137256
|
+
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
136490
137257
|
acs_access_group_count?: number | undefined;
|
|
136491
137258
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
136492
137259
|
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
@@ -136494,6 +137261,7 @@ type Routes = {
|
|
|
136494
137261
|
external_type_display_name?: string | undefined;
|
|
136495
137262
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
136496
137263
|
is_credential_manager: boolean;
|
|
137264
|
+
/** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
136497
137265
|
visionline_metadata?: {
|
|
136498
137266
|
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
136499
137267
|
mobile_access_uuid: string;
|
|
@@ -136508,6 +137276,7 @@ type Routes = {
|
|
|
136508
137276
|
/**
|
|
136509
137277
|
* @deprecated Use `external_type_display_name`.*/
|
|
136510
137278
|
system_type_display_name?: string | undefined;
|
|
137279
|
+
/** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
136511
137280
|
location: {
|
|
136512
137281
|
/** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
|
|
136513
137282
|
time_zone: string | null;
|
|
@@ -136542,6 +137311,7 @@ type Routes = {
|
|
|
136542
137311
|
message: string;
|
|
136543
137312
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
136544
137313
|
error_code: 'bridge_disconnected';
|
|
137314
|
+
/** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
136545
137315
|
is_bridge_error?: boolean | undefined;
|
|
136546
137316
|
} | {
|
|
136547
137317
|
/** Date and time at which Seam created the error. */
|
|
@@ -136632,6 +137402,7 @@ type Routes = {
|
|
|
136632
137402
|
acs_user_id: string;
|
|
136633
137403
|
/** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
136634
137404
|
acs_system_id: string;
|
|
137405
|
+
/** ID of the HID access control system associated with the user. */
|
|
136635
137406
|
hid_acs_system_id?: string | undefined;
|
|
136636
137407
|
/** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
136637
137408
|
workspace_id: string;
|
|
@@ -136877,6 +137648,7 @@ type Routes = {
|
|
|
136877
137648
|
email_address?: string | undefined;
|
|
136878
137649
|
/** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
|
|
136879
137650
|
phone_number?: string | undefined;
|
|
137651
|
+
/** Indicates whether Seam manages the access system user. */
|
|
136880
137652
|
is_managed: true;
|
|
136881
137653
|
}[];
|
|
136882
137654
|
};
|
|
@@ -136931,7 +137703,9 @@ type Routes = {
|
|
|
136931
137703
|
email_address: string | null;
|
|
136932
137704
|
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
136933
137705
|
phone_number: string | null;
|
|
137706
|
+
/** Display name for the user identity. */
|
|
136934
137707
|
display_name: string;
|
|
137708
|
+
/** Full name of the user associated with the user identity. */
|
|
136935
137709
|
full_name: string | null;
|
|
136936
137710
|
/** Date and time at which the user identity was created. */
|
|
136937
137711
|
created_at: string;
|
|
@@ -136996,7 +137770,9 @@ type Routes = {
|
|
|
136996
137770
|
email_address: string | null;
|
|
136997
137771
|
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
136998
137772
|
phone_number: string | null;
|
|
137773
|
+
/** Display name for the user identity. */
|
|
136999
137774
|
display_name: string;
|
|
137775
|
+
/** Full name of the user associated with the user identity. */
|
|
137000
137776
|
full_name: string | null;
|
|
137001
137777
|
/** Date and time at which the user identity was created. */
|
|
137002
137778
|
created_at: string;
|
|
@@ -137446,7 +138222,9 @@ type Routes = {
|
|
|
137446
138222
|
email_address: string | null;
|
|
137447
138223
|
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
137448
138224
|
phone_number: string | null;
|
|
138225
|
+
/** Display name for the user identity. */
|
|
137449
138226
|
display_name: string;
|
|
138227
|
+
/** Full name of the user associated with the user identity. */
|
|
137450
138228
|
full_name: string | null;
|
|
137451
138229
|
/** Date and time at which the user identity was created. */
|
|
137452
138230
|
created_at: string;
|
|
@@ -138867,25 +139645,45 @@ type Routes = {
|
|
|
138867
139645
|
/** Image URL for the manufacturer logo. */
|
|
138868
139646
|
image_url?: string | undefined;
|
|
138869
139647
|
} | undefined;
|
|
139648
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
138870
139649
|
can_remotely_unlock?: boolean | undefined;
|
|
139650
|
+
/** Indicates whether the device supports remote locking. */
|
|
138871
139651
|
can_remotely_lock?: boolean | undefined;
|
|
139652
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
138872
139653
|
can_program_offline_access_codes?: boolean | undefined;
|
|
139654
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
138873
139655
|
can_program_online_access_codes?: boolean | undefined;
|
|
139656
|
+
/** Indicates whether the thermostat supports heating. */
|
|
138874
139657
|
can_hvac_heat?: boolean | undefined;
|
|
139658
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
138875
139659
|
can_hvac_cool?: boolean | undefined;
|
|
139660
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
138876
139661
|
can_hvac_heat_cool?: boolean | undefined;
|
|
139662
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
138877
139663
|
can_turn_off_hvac?: boolean | undefined;
|
|
139664
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
138878
139665
|
can_simulate_removal?: boolean | undefined;
|
|
139666
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
138879
139667
|
can_simulate_connection?: boolean | undefined;
|
|
139668
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
138880
139669
|
can_simulate_disconnection?: boolean | undefined;
|
|
139670
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
138881
139671
|
can_unlock_with_code?: boolean | undefined;
|
|
139672
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
138882
139673
|
can_run_thermostat_programs?: boolean | undefined;
|
|
139674
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
138883
139675
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
139676
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
138884
139677
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
139678
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
138885
139679
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
139680
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
138886
139681
|
can_simulate_hub_connection?: boolean | undefined;
|
|
139682
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
138887
139683
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
139684
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
138888
139685
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
139686
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
138889
139687
|
can_configure_auto_lock?: boolean | undefined;
|
|
138890
139688
|
}[] | undefined;
|
|
138891
139689
|
acs_entrances?: {
|
|
@@ -139073,7 +139871,9 @@ type Routes = {
|
|
|
139073
139871
|
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
139074
139872
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
139075
139873
|
acs_system_id: string;
|
|
139874
|
+
/** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
139076
139875
|
acs_user_count?: number | undefined;
|
|
139876
|
+
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
139077
139877
|
acs_access_group_count?: number | undefined;
|
|
139078
139878
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
139079
139879
|
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
@@ -139081,6 +139881,7 @@ type Routes = {
|
|
|
139081
139881
|
external_type_display_name?: string | undefined;
|
|
139082
139882
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
139083
139883
|
is_credential_manager: boolean;
|
|
139884
|
+
/** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
139084
139885
|
visionline_metadata?: {
|
|
139085
139886
|
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
139086
139887
|
mobile_access_uuid: string;
|
|
@@ -139095,6 +139896,7 @@ type Routes = {
|
|
|
139095
139896
|
/**
|
|
139096
139897
|
* @deprecated Use `external_type_display_name`.*/
|
|
139097
139898
|
system_type_display_name?: string | undefined;
|
|
139899
|
+
/** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
139098
139900
|
location: {
|
|
139099
139901
|
/** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
|
|
139100
139902
|
time_zone: string | null;
|
|
@@ -139129,6 +139931,7 @@ type Routes = {
|
|
|
139129
139931
|
message: string;
|
|
139130
139932
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139131
139933
|
error_code: 'bridge_disconnected';
|
|
139934
|
+
/** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
139132
139935
|
is_bridge_error?: boolean | undefined;
|
|
139133
139936
|
} | {
|
|
139134
139937
|
/** Date and time at which Seam created the error. */
|
|
@@ -139205,6 +140008,7 @@ type Routes = {
|
|
|
139205
140008
|
acs_user_id: string;
|
|
139206
140009
|
/** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
139207
140010
|
acs_system_id: string;
|
|
140011
|
+
/** ID of the HID access control system associated with the user. */
|
|
139208
140012
|
hid_acs_system_id?: string | undefined;
|
|
139209
140013
|
/** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
139210
140014
|
workspace_id: string;
|
|
@@ -139450,6 +140254,7 @@ type Routes = {
|
|
|
139450
140254
|
email_address?: string | undefined;
|
|
139451
140255
|
/** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
|
|
139452
140256
|
phone_number?: string | undefined;
|
|
140257
|
+
/** Indicates whether Seam manages the access system user. */
|
|
139453
140258
|
is_managed: true;
|
|
139454
140259
|
}[] | undefined;
|
|
139455
140260
|
acs_access_groups?: {
|
|
@@ -139469,6 +140274,7 @@ type Routes = {
|
|
|
139469
140274
|
/**
|
|
139470
140275
|
* @deprecated Use `external_type_display_name`.*/
|
|
139471
140276
|
access_group_type_display_name: string;
|
|
140277
|
+
/** Display name for the access group. */
|
|
139472
140278
|
display_name: string;
|
|
139473
140279
|
/** Brand-specific terminology for the access group type. */
|
|
139474
140280
|
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
@@ -139614,6 +140420,7 @@ type Routes = {
|
|
|
139614
140420
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
139615
140421
|
variant: 'adding' | 'removing';
|
|
139616
140422
|
})[];
|
|
140423
|
+
/** Indicates whether Seam manages the access group. */
|
|
139617
140424
|
is_managed: true;
|
|
139618
140425
|
}[] | undefined;
|
|
139619
140426
|
acs_encoders?: {
|
|
@@ -139739,6 +140546,7 @@ type Routes = {
|
|
|
139739
140546
|
acs_credential_on_encoder: {
|
|
139740
140547
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
139741
140548
|
created_at: string | null;
|
|
140549
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
139742
140550
|
is_issued: boolean | null;
|
|
139743
140551
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
139744
140552
|
starts_at: string | null;
|
|
@@ -139784,6 +140592,7 @@ type Routes = {
|
|
|
139784
140592
|
user_identity_id?: string | undefined;
|
|
139785
140593
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
139786
140594
|
connected_account_id: string;
|
|
140595
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
139787
140596
|
acs_credential_pool_id?: string | undefined;
|
|
139788
140597
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
139789
140598
|
acs_system_id: string;
|
|
@@ -139904,6 +140713,7 @@ type Routes = {
|
|
|
139904
140713
|
/** Endpoint ID in the Vostio access system. */
|
|
139905
140714
|
endpoint_id?: string | undefined;
|
|
139906
140715
|
} | undefined;
|
|
140716
|
+
/** Indicates whether Seam manages the credential. */
|
|
139907
140717
|
is_managed: true;
|
|
139908
140718
|
} | {
|
|
139909
140719
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -139914,6 +140724,7 @@ type Routes = {
|
|
|
139914
140724
|
user_identity_id?: string | undefined;
|
|
139915
140725
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
139916
140726
|
connected_account_id: string;
|
|
140727
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
139917
140728
|
acs_credential_pool_id?: string | undefined;
|
|
139918
140729
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
139919
140730
|
acs_system_id: string;
|
|
@@ -140111,6 +140922,7 @@ type Routes = {
|
|
|
140111
140922
|
user_identity_id?: string | undefined;
|
|
140112
140923
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
140113
140924
|
connected_account_id: string;
|
|
140925
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
140114
140926
|
acs_credential_pool_id?: string | undefined;
|
|
140115
140927
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
140116
140928
|
acs_system_id: string;
|
|
@@ -140231,6 +141043,7 @@ type Routes = {
|
|
|
140231
141043
|
/** Endpoint ID in the Vostio access system. */
|
|
140232
141044
|
endpoint_id?: string | undefined;
|
|
140233
141045
|
} | undefined;
|
|
141046
|
+
/** Indicates whether Seam manages the credential. */
|
|
140234
141047
|
is_managed: true;
|
|
140235
141048
|
} | {
|
|
140236
141049
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -140241,6 +141054,7 @@ type Routes = {
|
|
|
140241
141054
|
user_identity_id?: string | undefined;
|
|
140242
141055
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
140243
141056
|
connected_account_id: string;
|
|
141057
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
140244
141058
|
acs_credential_pool_id?: string | undefined;
|
|
140245
141059
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
140246
141060
|
acs_system_id: string;
|
|
@@ -140450,6 +141264,7 @@ type Routes = {
|
|
|
140450
141264
|
user_identity_id?: string | undefined;
|
|
140451
141265
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
140452
141266
|
connected_account_id: string;
|
|
141267
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
140453
141268
|
acs_credential_pool_id?: string | undefined;
|
|
140454
141269
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
140455
141270
|
acs_system_id: string;
|
|
@@ -140570,6 +141385,7 @@ type Routes = {
|
|
|
140570
141385
|
/** Endpoint ID in the Vostio access system. */
|
|
140571
141386
|
endpoint_id?: string | undefined;
|
|
140572
141387
|
} | undefined;
|
|
141388
|
+
/** Indicates whether Seam manages the credential. */
|
|
140573
141389
|
is_managed: true;
|
|
140574
141390
|
};
|
|
140575
141391
|
} | {
|
|
@@ -141323,6 +142139,7 @@ type Routes = {
|
|
|
141323
142139
|
acs_user_id: string;
|
|
141324
142140
|
/** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
141325
142141
|
acs_system_id: string;
|
|
142142
|
+
/** ID of the HID access control system associated with the user. */
|
|
141326
142143
|
hid_acs_system_id?: string | undefined;
|
|
141327
142144
|
/** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
141328
142145
|
workspace_id: string;
|
|
@@ -141587,6 +142404,7 @@ type Routes = {
|
|
|
141587
142404
|
/**
|
|
141588
142405
|
* @deprecated Use `external_type_display_name`.*/
|
|
141589
142406
|
access_group_type_display_name: string;
|
|
142407
|
+
/** Display name for the access group. */
|
|
141590
142408
|
display_name: string;
|
|
141591
142409
|
/** Brand-specific terminology for the access group type. */
|
|
141592
142410
|
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
@@ -142107,6 +142925,7 @@ type Routes = {
|
|
|
142107
142925
|
custom_metadata: {
|
|
142108
142926
|
[x: string]: string | boolean;
|
|
142109
142927
|
};
|
|
142928
|
+
/** Indicates that Seam does not manage the device. */
|
|
142110
142929
|
is_managed: false;
|
|
142111
142930
|
/** properties of the device. */
|
|
142112
142931
|
properties: {
|
|
@@ -142178,25 +142997,45 @@ type Routes = {
|
|
|
142178
142997
|
accessory_keypad_supported?: boolean | undefined;
|
|
142179
142998
|
};
|
|
142180
142999
|
};
|
|
143000
|
+
/** Indicates whether the device supports remote unlocking. */
|
|
142181
143001
|
can_remotely_unlock?: boolean | undefined;
|
|
143002
|
+
/** Indicates whether the device supports remote locking. */
|
|
142182
143003
|
can_remotely_lock?: boolean | undefined;
|
|
143004
|
+
/** Indicates whether the device supports programming offline access codes. */
|
|
142183
143005
|
can_program_offline_access_codes?: boolean | undefined;
|
|
143006
|
+
/** Indicates whether the device supports programming online access codes. */
|
|
142184
143007
|
can_program_online_access_codes?: boolean | undefined;
|
|
143008
|
+
/** Indicates whether the thermostat supports heating. */
|
|
142185
143009
|
can_hvac_heat?: boolean | undefined;
|
|
143010
|
+
/** Indicates whether the thermostat supports cooling. */
|
|
142186
143011
|
can_hvac_cool?: boolean | undefined;
|
|
143012
|
+
/** Indicates whether the thermostat supports simultaneous heating and cooling. */
|
|
142187
143013
|
can_hvac_heat_cool?: boolean | undefined;
|
|
143014
|
+
/** Indicates whether the thermostat can be turned off. */
|
|
142188
143015
|
can_turn_off_hvac?: boolean | undefined;
|
|
143016
|
+
/** Indicates whether the device supports simulating removal in a sandbox. */
|
|
142189
143017
|
can_simulate_removal?: boolean | undefined;
|
|
143018
|
+
/** Indicates whether the device supports simulating connection in a sandbox. */
|
|
142190
143019
|
can_simulate_connection?: boolean | undefined;
|
|
143020
|
+
/** Indicates whether the device supports simulating disconnection in a sandbox. */
|
|
142191
143021
|
can_simulate_disconnection?: boolean | undefined;
|
|
143022
|
+
/** Indicates whether the lock supports unlocking with an access code. */
|
|
142192
143023
|
can_unlock_with_code?: boolean | undefined;
|
|
143024
|
+
/** Indicates whether the thermostat supports running climate programs. */
|
|
142193
143025
|
can_run_thermostat_programs?: boolean | undefined;
|
|
143026
|
+
/** Indicates whether the thermostat supports weekday/weekend climate programs. */
|
|
142194
143027
|
can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
|
|
143028
|
+
/** Indicates whether the thermostat supports different climate programs for each day of the week. */
|
|
142195
143029
|
can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
|
|
143030
|
+
/** Indicates whether the thermostat supports a single climate program applied to every day. */
|
|
142196
143031
|
can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
|
|
143032
|
+
/** Indicates whether the hub supports simulating connection in a sandbox. */
|
|
142197
143033
|
can_simulate_hub_connection?: boolean | undefined;
|
|
143034
|
+
/** Indicates whether the hub supports simulating disconnection in a sandbox. */
|
|
142198
143035
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
143036
|
+
/** Indicates whether the device supports simulating a paid subscription in a sandbox. */
|
|
142199
143037
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
143038
|
+
/** Indicates whether the lock supports configuring automatic locking. */
|
|
142200
143039
|
can_configure_auto_lock?: boolean | undefined;
|
|
142201
143040
|
}[] | undefined;
|
|
142202
143041
|
connect_webviews?: {
|
|
@@ -142210,6 +143049,7 @@ type Routes = {
|
|
|
142210
143049
|
connected_account_id: string | null;
|
|
142211
143050
|
/** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
|
|
142212
143051
|
url: string;
|
|
143052
|
+
/** Device selection mode of the Connect Webview. Supported values: `none`, `single`, `multiple`. */
|
|
142213
143053
|
device_selection_mode: 'none' | 'single' | 'multiple';
|
|
142214
143054
|
/** List of accepted [provider keys](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
142215
143055
|
accepted_providers: string[];
|
|
@@ -143418,6 +144258,7 @@ type Routes = {
|
|
|
143418
144258
|
[x: string]: string | boolean;
|
|
143419
144259
|
} | undefined;
|
|
143420
144260
|
event_type: 'access_code.backup_access_code_pulled';
|
|
144261
|
+
/** ID of the backup access code that was pulled from the pool. */
|
|
143421
144262
|
backup_access_code_id: string;
|
|
143422
144263
|
} | {
|
|
143423
144264
|
/** ID of the event. */
|
|
@@ -143926,6 +144767,7 @@ type Routes = {
|
|
|
143926
144767
|
connected_account_id?: string | undefined;
|
|
143927
144768
|
/** ID of the access system. */
|
|
143928
144769
|
acs_system_id: string;
|
|
144770
|
+
/** ID of the affected access system user. */
|
|
143929
144771
|
acs_user_id: string;
|
|
143930
144772
|
event_type: 'acs_user.created';
|
|
143931
144773
|
} | {
|
|
@@ -143941,6 +144783,7 @@ type Routes = {
|
|
|
143941
144783
|
connected_account_id?: string | undefined;
|
|
143942
144784
|
/** ID of the access system. */
|
|
143943
144785
|
acs_system_id: string;
|
|
144786
|
+
/** ID of the affected access system user. */
|
|
143944
144787
|
acs_user_id: string;
|
|
143945
144788
|
event_type: 'acs_user.deleted';
|
|
143946
144789
|
} | {
|
|
@@ -144004,6 +144847,7 @@ type Routes = {
|
|
|
144004
144847
|
connected_account_id?: string | undefined;
|
|
144005
144848
|
/** ID of the access system. */
|
|
144006
144849
|
acs_system_id: string;
|
|
144850
|
+
/** ID of the affected entrance. */
|
|
144007
144851
|
acs_entrance_id: string;
|
|
144008
144852
|
event_type: 'acs_entrance.added';
|
|
144009
144853
|
} | {
|
|
@@ -144019,6 +144863,7 @@ type Routes = {
|
|
|
144019
144863
|
connected_account_id?: string | undefined;
|
|
144020
144864
|
/** ID of the access system. */
|
|
144021
144865
|
acs_system_id: string;
|
|
144866
|
+
/** ID of the affected entrance. */
|
|
144022
144867
|
acs_entrance_id: string;
|
|
144023
144868
|
event_type: 'acs_entrance.removed';
|
|
144024
144869
|
} | {
|
|
@@ -145699,6 +146544,7 @@ type Routes = {
|
|
|
145699
146544
|
user_identity_id?: string | undefined;
|
|
145700
146545
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
145701
146546
|
connected_account_id: string;
|
|
146547
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
145702
146548
|
acs_credential_pool_id?: string | undefined;
|
|
145703
146549
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
145704
146550
|
acs_system_id: string;
|
|
@@ -145819,6 +146665,7 @@ type Routes = {
|
|
|
145819
146665
|
/** Endpoint ID in the Vostio access system. */
|
|
145820
146666
|
endpoint_id?: string | undefined;
|
|
145821
146667
|
} | undefined;
|
|
146668
|
+
/** Indicates whether Seam manages the credential. */
|
|
145822
146669
|
is_managed: true;
|
|
145823
146670
|
}[] | undefined;
|
|
145824
146671
|
unmanaged_acs_credentials?: {
|
|
@@ -145830,6 +146677,7 @@ type Routes = {
|
|
|
145830
146677
|
user_identity_id?: string | undefined;
|
|
145831
146678
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
145832
146679
|
connected_account_id: string;
|
|
146680
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
145833
146681
|
acs_credential_pool_id?: string | undefined;
|
|
145834
146682
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
145835
146683
|
acs_system_id: string;
|
|
@@ -147180,6 +148028,7 @@ type Routes = {
|
|
|
147180
148028
|
acs_credential_on_encoder: {
|
|
147181
148029
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
147182
148030
|
created_at: string | null;
|
|
148031
|
+
/** Indicates whether the credential has been issued (encoded onto a card). */
|
|
147183
148032
|
is_issued: boolean | null;
|
|
147184
148033
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
|
|
147185
148034
|
starts_at: string | null;
|
|
@@ -147225,6 +148074,7 @@ type Routes = {
|
|
|
147225
148074
|
user_identity_id?: string | undefined;
|
|
147226
148075
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
147227
148076
|
connected_account_id: string;
|
|
148077
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
147228
148078
|
acs_credential_pool_id?: string | undefined;
|
|
147229
148079
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
147230
148080
|
acs_system_id: string;
|
|
@@ -147345,6 +148195,7 @@ type Routes = {
|
|
|
147345
148195
|
/** Endpoint ID in the Vostio access system. */
|
|
147346
148196
|
endpoint_id?: string | undefined;
|
|
147347
148197
|
} | undefined;
|
|
148198
|
+
/** Indicates whether Seam manages the credential. */
|
|
147348
148199
|
is_managed: true;
|
|
147349
148200
|
} | {
|
|
147350
148201
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -147355,6 +148206,7 @@ type Routes = {
|
|
|
147355
148206
|
user_identity_id?: string | undefined;
|
|
147356
148207
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
147357
148208
|
connected_account_id: string;
|
|
148209
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
147358
148210
|
acs_credential_pool_id?: string | undefined;
|
|
147359
148211
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
147360
148212
|
acs_system_id: string;
|
|
@@ -147552,6 +148404,7 @@ type Routes = {
|
|
|
147552
148404
|
user_identity_id?: string | undefined;
|
|
147553
148405
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
147554
148406
|
connected_account_id: string;
|
|
148407
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
147555
148408
|
acs_credential_pool_id?: string | undefined;
|
|
147556
148409
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
147557
148410
|
acs_system_id: string;
|
|
@@ -147672,6 +148525,7 @@ type Routes = {
|
|
|
147672
148525
|
/** Endpoint ID in the Vostio access system. */
|
|
147673
148526
|
endpoint_id?: string | undefined;
|
|
147674
148527
|
} | undefined;
|
|
148528
|
+
/** Indicates whether Seam manages the credential. */
|
|
147675
148529
|
is_managed: true;
|
|
147676
148530
|
} | {
|
|
147677
148531
|
/** ID of the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
@@ -147682,6 +148536,7 @@ type Routes = {
|
|
|
147682
148536
|
user_identity_id?: string | undefined;
|
|
147683
148537
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
147684
148538
|
connected_account_id: string;
|
|
148539
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
147685
148540
|
acs_credential_pool_id?: string | undefined;
|
|
147686
148541
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
147687
148542
|
acs_system_id: string;
|
|
@@ -147891,6 +148746,7 @@ type Routes = {
|
|
|
147891
148746
|
user_identity_id?: string | undefined;
|
|
147892
148747
|
/** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
147893
148748
|
connected_account_id: string;
|
|
148749
|
+
/** ID of the credential pool to which the credential belongs. */
|
|
147894
148750
|
acs_credential_pool_id?: string | undefined;
|
|
147895
148751
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
|
|
147896
148752
|
acs_system_id: string;
|
|
@@ -148011,6 +148867,7 @@ type Routes = {
|
|
|
148011
148867
|
/** Endpoint ID in the Vostio access system. */
|
|
148012
148868
|
endpoint_id?: string | undefined;
|
|
148013
148869
|
} | undefined;
|
|
148870
|
+
/** Indicates whether Seam manages the credential. */
|
|
148014
148871
|
is_managed: true;
|
|
148015
148872
|
};
|
|
148016
148873
|
} | {
|