@seamapi/types 1.801.0 → 1.803.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 +107 -58
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +209 -19
- package/dist/index.cjs +107 -58
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +58 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +9 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +21 -0
- package/lib/seam/connect/models/acs/acs-access-group.js +2 -2
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +2 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +58 -0
- package/lib/seam/connect/models/events/access-grants.js +1 -1
- package/lib/seam/connect/models/events/access-grants.js.map +1 -1
- package/lib/seam/connect/models/events/acs/entrances.js +2 -2
- package/lib/seam/connect/models/events/connect-webviews.js +3 -3
- package/lib/seam/connect/models/events/connected-accounts.js +1 -1
- package/lib/seam/connect/openapi.js +89 -47
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +96 -19
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +14 -0
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-system.ts +2 -2
- package/src/lib/seam/connect/models/events/access-grants.ts +1 -1
- package/src/lib/seam/connect/models/events/acs/entrances.ts +2 -2
- package/src/lib/seam/connect/models/events/connect-webviews.ts +3 -3
- package/src/lib/seam/connect/models/events/connected-accounts.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +97 -47
- package/src/lib/seam/connect/route-types.ts +107 -19
|
@@ -27,7 +27,7 @@ export type Routes = {
|
|
|
27
27
|
common_code_key?: string | undefined
|
|
28
28
|
/** Indicates whether [native scheduling](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#native-scheduling) should be used for time-bound codes when supported by the provider. Default: `true`. */
|
|
29
29
|
prefer_native_scheduling?: boolean | undefined
|
|
30
|
-
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/
|
|
30
|
+
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code). */
|
|
31
31
|
use_backup_access_code_pool?: boolean | undefined
|
|
32
32
|
/** Indicates whether [external modification](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
|
|
33
33
|
allow_external_modification?: boolean | undefined
|
|
@@ -2019,6 +2019,14 @@ export type Routes = {
|
|
|
2019
2019
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2020
2020
|
warning_code: 'schlage_creation_outage'
|
|
2021
2021
|
}
|
|
2022
|
+
| {
|
|
2023
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2024
|
+
message: string
|
|
2025
|
+
/** Date and time at which Seam created the warning. */
|
|
2026
|
+
created_at?: string | undefined
|
|
2027
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2028
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
2029
|
+
}
|
|
2022
2030
|
| {
|
|
2023
2031
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2024
2032
|
message: string
|
|
@@ -2710,6 +2718,14 @@ export type Routes = {
|
|
|
2710
2718
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2711
2719
|
warning_code: 'schlage_creation_outage'
|
|
2712
2720
|
}
|
|
2721
|
+
| {
|
|
2722
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2723
|
+
message: string
|
|
2724
|
+
/** Date and time at which Seam created the warning. */
|
|
2725
|
+
created_at?: string | undefined
|
|
2726
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2727
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
2728
|
+
}
|
|
2713
2729
|
| {
|
|
2714
2730
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2715
2731
|
message: string
|
|
@@ -4961,6 +4977,14 @@ export type Routes = {
|
|
|
4961
4977
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4962
4978
|
warning_code: 'schlage_creation_outage'
|
|
4963
4979
|
}
|
|
4980
|
+
| {
|
|
4981
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4982
|
+
message: string
|
|
4983
|
+
/** Date and time at which Seam created the warning. */
|
|
4984
|
+
created_at?: string | undefined
|
|
4985
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4986
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
4987
|
+
}
|
|
4964
4988
|
| {
|
|
4965
4989
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4966
4990
|
message: string
|
|
@@ -5741,6 +5765,14 @@ export type Routes = {
|
|
|
5741
5765
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5742
5766
|
warning_code: 'schlage_creation_outage'
|
|
5743
5767
|
}
|
|
5768
|
+
| {
|
|
5769
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5770
|
+
message: string
|
|
5771
|
+
/** Date and time at which Seam created the warning. */
|
|
5772
|
+
created_at?: string | undefined
|
|
5773
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5774
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
5775
|
+
}
|
|
5744
5776
|
| {
|
|
5745
5777
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5746
5778
|
message: string
|
|
@@ -6423,6 +6455,14 @@ export type Routes = {
|
|
|
6423
6455
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6424
6456
|
warning_code: 'schlage_creation_outage'
|
|
6425
6457
|
}
|
|
6458
|
+
| {
|
|
6459
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6460
|
+
message: string
|
|
6461
|
+
/** Date and time at which Seam created the warning. */
|
|
6462
|
+
created_at?: string | undefined
|
|
6463
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6464
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
6465
|
+
}
|
|
6426
6466
|
| {
|
|
6427
6467
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6428
6468
|
message: string
|
|
@@ -7082,6 +7122,14 @@ export type Routes = {
|
|
|
7082
7122
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7083
7123
|
warning_code: 'schlage_creation_outage'
|
|
7084
7124
|
}
|
|
7125
|
+
| {
|
|
7126
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7127
|
+
message: string
|
|
7128
|
+
/** Date and time at which Seam created the warning. */
|
|
7129
|
+
created_at?: string | undefined
|
|
7130
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7131
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
7132
|
+
}
|
|
7085
7133
|
| {
|
|
7086
7134
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7087
7135
|
message: string
|
|
@@ -7776,6 +7824,14 @@ export type Routes = {
|
|
|
7776
7824
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7777
7825
|
warning_code: 'schlage_creation_outage'
|
|
7778
7826
|
}
|
|
7827
|
+
| {
|
|
7828
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7829
|
+
message: string
|
|
7830
|
+
/** Date and time at which Seam created the warning. */
|
|
7831
|
+
created_at?: string | undefined
|
|
7832
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7833
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
7834
|
+
}
|
|
7779
7835
|
| {
|
|
7780
7836
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7781
7837
|
message: string
|
|
@@ -9927,6 +9983,14 @@ export type Routes = {
|
|
|
9927
9983
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9928
9984
|
warning_code: 'schlage_creation_outage'
|
|
9929
9985
|
}
|
|
9986
|
+
| {
|
|
9987
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9988
|
+
message: string
|
|
9989
|
+
/** Date and time at which Seam created the warning. */
|
|
9990
|
+
created_at?: string | undefined
|
|
9991
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9992
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
9993
|
+
}
|
|
9930
9994
|
| {
|
|
9931
9995
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9932
9996
|
message: string
|
|
@@ -10496,6 +10560,14 @@ export type Routes = {
|
|
|
10496
10560
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10497
10561
|
warning_code: 'schlage_creation_outage'
|
|
10498
10562
|
}
|
|
10563
|
+
| {
|
|
10564
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10565
|
+
message: string
|
|
10566
|
+
/** Date and time at which Seam created the warning. */
|
|
10567
|
+
created_at?: string | undefined
|
|
10568
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10569
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
10570
|
+
}
|
|
10499
10571
|
| {
|
|
10500
10572
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10501
10573
|
message: string
|
|
@@ -10679,7 +10751,7 @@ export type Routes = {
|
|
|
10679
10751
|
attempt_for_offline_device?: boolean
|
|
10680
10752
|
/** Indicates whether [native scheduling](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#native-scheduling) should be used for time-bound codes when supported by the provider. Default: `true`. */
|
|
10681
10753
|
prefer_native_scheduling?: boolean | undefined
|
|
10682
|
-
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/
|
|
10754
|
+
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code). */
|
|
10683
10755
|
use_backup_access_code_pool?: boolean | undefined
|
|
10684
10756
|
/** Indicates whether [external modification](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
|
|
10685
10757
|
allow_external_modification?: boolean | undefined
|
|
@@ -20777,7 +20849,7 @@ export type Routes = {
|
|
|
20777
20849
|
jsonResponse: {
|
|
20778
20850
|
/** Group that defines the entrances to which a set of users has access and, in some cases, the access schedule for these entrances and users.
|
|
20779
20851
|
|
|
20780
|
-
Some access control systems use [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups), which are sets of users, combined with sets of permissions. These permissions include both the set of areas or assets that the users can access and the schedule during which the users can access these areas or assets. Instead of assigning access rights individually to each access control system user, which can be time-consuming and error-prone, administrators can assign users to an access group, thereby ensuring that the users inherit all the permissions associated with the access group. Using access groups streamlines the process of managing large numbers of access control system users, especially in bigger organizations or complexes.
|
|
20852
|
+
Some access control systems use [access group](https://docs.seam.co/latest/capability-guides/access-systems/user-management/assigning-users-to-access-groups), which are sets of users, combined with sets of permissions. These permissions include both the set of areas or assets that the users can access and the schedule during which the users can access these areas or assets. Instead of assigning access rights individually to each access control system user, which can be time-consuming and error-prone, administrators can assign users to an access group, thereby ensuring that the users inherit all the permissions associated with the access group. Using access groups streamlines the process of managing large numbers of access control system users, especially in bigger organizations or complexes.
|
|
20781
20853
|
|
|
20782
20854
|
To learn whether your access control system supports access groups, see the corresponding [system integration guide](https://docs.seam.co/latest/device-and-system-integration-guides/overview#access-control-systems). */
|
|
20783
20855
|
acs_access_group: {
|
|
@@ -44112,7 +44184,7 @@ export type Routes = {
|
|
|
44112
44184
|
/** ID of the affected Access Grant. */
|
|
44113
44185
|
access_grant_id: string
|
|
44114
44186
|
event_type: 'access_grant.access_granted_to_door'
|
|
44115
|
-
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details). */
|
|
44187
|
+
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
44116
44188
|
acs_entrance_id: string
|
|
44117
44189
|
}
|
|
44118
44190
|
| {
|
|
@@ -44127,7 +44199,7 @@ export type Routes = {
|
|
|
44127
44199
|
/** ID of the affected Access Grant. */
|
|
44128
44200
|
access_grant_id: string
|
|
44129
44201
|
event_type: 'access_grant.access_to_door_lost'
|
|
44130
|
-
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details). */
|
|
44202
|
+
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
44131
44203
|
acs_entrance_id: string
|
|
44132
44204
|
}
|
|
44133
44205
|
| {
|
|
@@ -44928,7 +45000,7 @@ export type Routes = {
|
|
|
44928
45000
|
created_at: string
|
|
44929
45001
|
/** Date and time at which the event occurred. */
|
|
44930
45002
|
occurred_at: string
|
|
44931
|
-
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/
|
|
45003
|
+
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews). */
|
|
44932
45004
|
connect_webview_id: string
|
|
44933
45005
|
event_type: 'connect_webview.login_succeeded'
|
|
44934
45006
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the event. */
|
|
@@ -44951,7 +45023,7 @@ export type Routes = {
|
|
|
44951
45023
|
created_at: string
|
|
44952
45024
|
/** Date and time at which the event occurred. */
|
|
44953
45025
|
occurred_at: string
|
|
44954
|
-
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/
|
|
45026
|
+
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews). */
|
|
44955
45027
|
connect_webview_id: string
|
|
44956
45028
|
event_type: 'connect_webview.login_failed'
|
|
44957
45029
|
}
|
|
@@ -47514,7 +47586,7 @@ export type Routes = {
|
|
|
47514
47586
|
/** ID of the affected Access Grant. */
|
|
47515
47587
|
access_grant_id: string
|
|
47516
47588
|
event_type: 'access_grant.access_granted_to_door'
|
|
47517
|
-
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details). */
|
|
47589
|
+
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
47518
47590
|
acs_entrance_id: string
|
|
47519
47591
|
}
|
|
47520
47592
|
| {
|
|
@@ -47529,7 +47601,7 @@ export type Routes = {
|
|
|
47529
47601
|
/** ID of the affected Access Grant. */
|
|
47530
47602
|
access_grant_id: string
|
|
47531
47603
|
event_type: 'access_grant.access_to_door_lost'
|
|
47532
|
-
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details). */
|
|
47604
|
+
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
47533
47605
|
acs_entrance_id: string
|
|
47534
47606
|
}
|
|
47535
47607
|
| {
|
|
@@ -48330,7 +48402,7 @@ export type Routes = {
|
|
|
48330
48402
|
created_at: string
|
|
48331
48403
|
/** Date and time at which the event occurred. */
|
|
48332
48404
|
occurred_at: string
|
|
48333
|
-
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/
|
|
48405
|
+
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews). */
|
|
48334
48406
|
connect_webview_id: string
|
|
48335
48407
|
event_type: 'connect_webview.login_succeeded'
|
|
48336
48408
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the event. */
|
|
@@ -48353,7 +48425,7 @@ export type Routes = {
|
|
|
48353
48425
|
created_at: string
|
|
48354
48426
|
/** Date and time at which the event occurred. */
|
|
48355
48427
|
occurred_at: string
|
|
48356
|
-
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/
|
|
48428
|
+
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews). */
|
|
48357
48429
|
connect_webview_id: string
|
|
48358
48430
|
event_type: 'connect_webview.login_failed'
|
|
48359
48431
|
}
|
|
@@ -77443,7 +77515,7 @@ export type Routes = {
|
|
|
77443
77515
|
/** ID of the affected Access Grant. */
|
|
77444
77516
|
access_grant_id: string
|
|
77445
77517
|
event_type: 'access_grant.access_granted_to_door'
|
|
77446
|
-
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details). */
|
|
77518
|
+
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
77447
77519
|
acs_entrance_id: string
|
|
77448
77520
|
}
|
|
77449
77521
|
| {
|
|
@@ -77458,7 +77530,7 @@ export type Routes = {
|
|
|
77458
77530
|
/** ID of the affected Access Grant. */
|
|
77459
77531
|
access_grant_id: string
|
|
77460
77532
|
event_type: 'access_grant.access_to_door_lost'
|
|
77461
|
-
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details). */
|
|
77533
|
+
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
77462
77534
|
acs_entrance_id: string
|
|
77463
77535
|
}
|
|
77464
77536
|
| {
|
|
@@ -78259,7 +78331,7 @@ export type Routes = {
|
|
|
78259
78331
|
created_at: string
|
|
78260
78332
|
/** Date and time at which the event occurred. */
|
|
78261
78333
|
occurred_at: string
|
|
78262
|
-
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/
|
|
78334
|
+
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews). */
|
|
78263
78335
|
connect_webview_id: string
|
|
78264
78336
|
event_type: 'connect_webview.login_succeeded'
|
|
78265
78337
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the event. */
|
|
@@ -78282,7 +78354,7 @@ export type Routes = {
|
|
|
78282
78354
|
created_at: string
|
|
78283
78355
|
/** Date and time at which the event occurred. */
|
|
78284
78356
|
occurred_at: string
|
|
78285
|
-
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/
|
|
78357
|
+
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews). */
|
|
78286
78358
|
connect_webview_id: string
|
|
78287
78359
|
event_type: 'connect_webview.login_failed'
|
|
78288
78360
|
}
|
|
@@ -115561,7 +115633,7 @@ export type Routes = {
|
|
|
115561
115633
|
/** ID of the affected Access Grant. */
|
|
115562
115634
|
access_grant_id: string
|
|
115563
115635
|
event_type: 'access_grant.access_granted_to_door'
|
|
115564
|
-
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details). */
|
|
115636
|
+
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
115565
115637
|
acs_entrance_id: string
|
|
115566
115638
|
}
|
|
115567
115639
|
| {
|
|
@@ -115576,7 +115648,7 @@ export type Routes = {
|
|
|
115576
115648
|
/** ID of the affected Access Grant. */
|
|
115577
115649
|
access_grant_id: string
|
|
115578
115650
|
event_type: 'access_grant.access_to_door_lost'
|
|
115579
|
-
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details). */
|
|
115651
|
+
/** ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
115580
115652
|
acs_entrance_id: string
|
|
115581
115653
|
}
|
|
115582
115654
|
| {
|
|
@@ -116377,7 +116449,7 @@ export type Routes = {
|
|
|
116377
116449
|
created_at: string
|
|
116378
116450
|
/** Date and time at which the event occurred. */
|
|
116379
116451
|
occurred_at: string
|
|
116380
|
-
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/
|
|
116452
|
+
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews). */
|
|
116381
116453
|
connect_webview_id: string
|
|
116382
116454
|
event_type: 'connect_webview.login_succeeded'
|
|
116383
116455
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the event. */
|
|
@@ -116400,7 +116472,7 @@ export type Routes = {
|
|
|
116400
116472
|
created_at: string
|
|
116401
116473
|
/** Date and time at which the event occurred. */
|
|
116402
116474
|
occurred_at: string
|
|
116403
|
-
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/
|
|
116475
|
+
/** ID of the affected [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews). */
|
|
116404
116476
|
connect_webview_id: string
|
|
116405
116477
|
event_type: 'connect_webview.login_failed'
|
|
116406
116478
|
}
|
|
@@ -118640,6 +118712,14 @@ export type Routes = {
|
|
|
118640
118712
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118641
118713
|
warning_code: 'schlage_creation_outage'
|
|
118642
118714
|
}
|
|
118715
|
+
| {
|
|
118716
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118717
|
+
message: string
|
|
118718
|
+
/** Date and time at which Seam created the warning. */
|
|
118719
|
+
created_at?: string | undefined
|
|
118720
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118721
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
118722
|
+
}
|
|
118643
118723
|
| {
|
|
118644
118724
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118645
118725
|
message: string
|
|
@@ -119195,6 +119275,14 @@ export type Routes = {
|
|
|
119195
119275
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119196
119276
|
warning_code: 'schlage_creation_outage'
|
|
119197
119277
|
}
|
|
119278
|
+
| {
|
|
119279
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119280
|
+
message: string
|
|
119281
|
+
/** Date and time at which Seam created the warning. */
|
|
119282
|
+
created_at?: string | undefined
|
|
119283
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119284
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
119285
|
+
}
|
|
119198
119286
|
| {
|
|
119199
119287
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119200
119288
|
message: string
|