@seamapi/http 2.1.0 → 2.2.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/lib/seam/connect/resources/access-code.d.ts +743 -56
- package/lib/seam/connect/resources/access-grant.d.ts +279 -10
- package/lib/seam/connect/resources/access-method.d.ts +204 -8
- package/lib/seam/connect/resources/acs-access-group.d.ts +242 -9
- package/lib/seam/connect/resources/acs-credential.d.ts +212 -6
- package/lib/seam/connect/resources/acs-encoder.d.ts +46 -0
- package/lib/seam/connect/resources/acs-entrance.d.ts +298 -5
- package/lib/seam/connect/resources/acs-system.d.ts +227 -11
- package/lib/seam/connect/resources/acs-user.d.ts +388 -19
- package/lib/seam/connect/resources/action-attempt.d.ts +954 -0
- package/lib/seam/connect/resources/batch.d.ts +3 -0
- package/lib/seam/connect/resources/client-session.d.ts +48 -0
- package/lib/seam/connect/resources/connect-webview.d.ts +70 -0
- package/lib/seam/connect/resources/connected-account.d.ts +281 -12
- package/lib/seam/connect/resources/customer-portal.d.ts +22 -0
- package/lib/seam/connect/resources/device-provider.d.ts +72 -0
- package/lib/seam/connect/resources/device.d.ts +2063 -41
- package/lib/seam/connect/resources/event.d.ts +4014 -0
- package/lib/seam/connect/resources/instant-key.d.ts +41 -0
- package/lib/seam/connect/resources/noise-threshold.d.ts +24 -0
- package/lib/seam/connect/resources/phone.d.ts +72 -0
- package/lib/seam/connect/resources/space.d.ts +54 -0
- package/lib/seam/connect/resources/thermostat-daily-program.d.ts +27 -0
- package/lib/seam/connect/resources/thermostat-schedule.d.ts +45 -0
- package/lib/seam/connect/resources/unmanaged-access-code.d.ts +602 -50
- package/lib/seam/connect/resources/unmanaged-access-grant.d.ts +267 -10
- package/lib/seam/connect/resources/unmanaged-access-method.d.ts +195 -8
- package/lib/seam/connect/resources/unmanaged-device.d.ts +810 -120
- package/lib/seam/connect/resources/unmanaged-user-identity.d.ts +79 -3
- package/lib/seam/connect/resources/user-identity.d.ts +82 -3
- package/lib/seam/connect/resources/webhook.d.ts +15 -0
- package/lib/seam/connect/resources/workspace.d.ts +45 -0
- package/lib/seam/connect/routes/access-codes/access-codes.d.ts +288 -0
- package/lib/seam/connect/routes/access-codes/access-codes.js +60 -0
- package/lib/seam/connect/routes/access-codes/access-codes.js.map +1 -1
- package/lib/seam/connect/routes/access-codes/simulate/simulate.d.ts +12 -0
- package/lib/seam/connect/routes/access-codes/simulate/simulate.js +3 -0
- package/lib/seam/connect/routes/access-codes/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.d.ts +72 -0
- package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.js +21 -0
- package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/access-grants/access-grants.d.ts +177 -0
- package/lib/seam/connect/routes/access-grants/access-grants.js +21 -0
- package/lib/seam/connect/routes/access-grants/access-grants.js.map +1 -1
- package/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.d.ts +43 -0
- package/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.js +13 -0
- package/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/access-methods/access-methods.d.ts +78 -0
- package/lib/seam/connect/routes/access-methods/access-methods.js +21 -0
- package/lib/seam/connect/routes/access-methods/access-methods.js.map +1 -1
- package/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.d.ts +21 -0
- package/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.js +6 -0
- package/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/acs/access-groups/access-groups.d.ts +63 -0
- package/lib/seam/connect/routes/acs/access-groups/access-groups.js +21 -0
- package/lib/seam/connect/routes/acs/access-groups/access-groups.js.map +1 -1
- package/lib/seam/connect/routes/acs/credentials/credentials.d.ts +126 -0
- package/lib/seam/connect/routes/acs/credentials/credentials.js +24 -0
- package/lib/seam/connect/routes/acs/credentials/credentials.js.map +1 -1
- package/lib/seam/connect/routes/acs/encoders/encoders.d.ts +66 -0
- package/lib/seam/connect/routes/acs/encoders/encoders.js +15 -0
- package/lib/seam/connect/routes/acs/encoders/encoders.js.map +1 -1
- package/lib/seam/connect/routes/acs/encoders/simulate/simulate.d.ts +39 -0
- package/lib/seam/connect/routes/acs/encoders/simulate/simulate.js +12 -0
- package/lib/seam/connect/routes/acs/encoders/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/acs/entrances/entrances.d.ts +72 -0
- package/lib/seam/connect/routes/acs/entrances/entrances.js +15 -0
- package/lib/seam/connect/routes/acs/entrances/entrances.js.map +1 -1
- package/lib/seam/connect/routes/acs/systems/systems.d.ts +64 -0
- package/lib/seam/connect/routes/acs/systems/systems.js +16 -0
- package/lib/seam/connect/routes/acs/systems/systems.js.map +1 -1
- package/lib/seam/connect/routes/acs/users/users.d.ts +189 -0
- package/lib/seam/connect/routes/acs/users/users.js +33 -0
- package/lib/seam/connect/routes/acs/users/users.js.map +1 -1
- package/lib/seam/connect/routes/action-attempts/action-attempts.d.ts +21 -0
- package/lib/seam/connect/routes/action-attempts/action-attempts.js +6 -0
- package/lib/seam/connect/routes/action-attempts/action-attempts.js.map +1 -1
- package/lib/seam/connect/routes/client-sessions/client-sessions.d.ts +113 -0
- package/lib/seam/connect/routes/client-sessions/client-sessions.js +23 -0
- package/lib/seam/connect/routes/client-sessions/client-sessions.js.map +1 -1
- package/lib/seam/connect/routes/connect-webviews/connect-webviews.d.ts +76 -0
- package/lib/seam/connect/routes/connect-webviews/connect-webviews.js +22 -0
- package/lib/seam/connect/routes/connect-webviews/connect-webviews.js.map +1 -1
- package/lib/seam/connect/routes/connected-accounts/connected-accounts.d.ts +70 -0
- package/lib/seam/connect/routes/connected-accounts/connected-accounts.js +19 -0
- package/lib/seam/connect/routes/connected-accounts/connected-accounts.js.map +1 -1
- package/lib/seam/connect/routes/connected-accounts/simulate/simulate.d.ts +6 -0
- package/lib/seam/connect/routes/connected-accounts/simulate/simulate.js +3 -0
- package/lib/seam/connect/routes/connected-accounts/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/customers/customers.d.ts +1042 -0
- package/lib/seam/connect/routes/customers/customers.js +10 -0
- package/lib/seam/connect/routes/customers/customers.js.map +1 -1
- package/lib/seam/connect/routes/devices/devices.d.ts +122 -0
- package/lib/seam/connect/routes/devices/devices.js +23 -0
- package/lib/seam/connect/routes/devices/devices.js.map +1 -1
- package/lib/seam/connect/routes/devices/simulate/simulate.d.ts +42 -0
- package/lib/seam/connect/routes/devices/simulate/simulate.js +27 -0
- package/lib/seam/connect/routes/devices/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/devices/unmanaged/unmanaged.d.ts +80 -0
- package/lib/seam/connect/routes/devices/unmanaged/unmanaged.js +17 -0
- package/lib/seam/connect/routes/devices/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/events/events.d.ts +99 -0
- package/lib/seam/connect/routes/events/events.js +6 -0
- package/lib/seam/connect/routes/events/events.js.map +1 -1
- package/lib/seam/connect/routes/instant-keys/instant-keys.d.ts +21 -0
- package/lib/seam/connect/routes/instant-keys/instant-keys.js +9 -0
- package/lib/seam/connect/routes/instant-keys/instant-keys.js.map +1 -1
- package/lib/seam/connect/routes/locks/locks.d.ts +85 -0
- package/lib/seam/connect/routes/locks/locks.js +16 -0
- package/lib/seam/connect/routes/locks/locks.js.map +1 -1
- package/lib/seam/connect/routes/locks/simulate/simulate.d.ts +15 -0
- package/lib/seam/connect/routes/locks/simulate/simulate.js +6 -0
- package/lib/seam/connect/routes/locks/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/noise-sensors/noise-sensors.d.ts +51 -0
- package/lib/seam/connect/routes/noise-sensors/noise-sensors.js +3 -0
- package/lib/seam/connect/routes/noise-sensors/noise-sensors.js.map +1 -1
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.d.ts +66 -0
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.js +15 -0
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.js.map +1 -1
- package/lib/seam/connect/routes/noise-sensors/simulate/simulate.d.ts +6 -0
- package/lib/seam/connect/routes/noise-sensors/simulate/simulate.js +3 -0
- package/lib/seam/connect/routes/noise-sensors/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/phones/phones.d.ts +21 -0
- package/lib/seam/connect/routes/phones/phones.js +9 -0
- package/lib/seam/connect/routes/phones/phones.js.map +1 -1
- package/lib/seam/connect/routes/phones/simulate/simulate.d.ts +45 -0
- package/lib/seam/connect/routes/phones/simulate/simulate.js +3 -0
- package/lib/seam/connect/routes/phones/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.d.ts +6 -0
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js +6 -0
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js.map +1 -1
- package/lib/seam/connect/routes/seam-http-endpoints.d.ts +696 -0
- package/lib/seam/connect/routes/seam-http-endpoints.js +696 -0
- package/lib/seam/connect/routes/seam-http-endpoints.js.map +1 -1
- package/lib/seam/connect/routes/spaces/spaces.d.ts +165 -0
- package/lib/seam/connect/routes/spaces/spaces.js +36 -0
- package/lib/seam/connect/routes/spaces/spaces.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.d.ts +42 -0
- package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js +9 -0
- package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/schedules/schedules.d.ts +69 -0
- package/lib/seam/connect/routes/thermostats/schedules/schedules.js +15 -0
- package/lib/seam/connect/routes/thermostats/schedules/schedules.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/simulate/simulate.d.ts +33 -0
- package/lib/seam/connect/routes/thermostats/simulate/simulate.js +6 -0
- package/lib/seam/connect/routes/thermostats/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/thermostats.d.ts +300 -0
- package/lib/seam/connect/routes/thermostats/thermostats.js +42 -0
- package/lib/seam/connect/routes/thermostats/thermostats.js.map +1 -1
- package/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.d.ts +35 -0
- package/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.js +11 -0
- package/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/user-identities/user-identities.d.ts +145 -0
- package/lib/seam/connect/routes/user-identities/user-identities.js +46 -0
- package/lib/seam/connect/routes/user-identities/user-identities.js.map +1 -1
- package/lib/seam/connect/routes/webhooks/webhooks.d.ts +33 -0
- package/lib/seam/connect/routes/webhooks/webhooks.js +15 -0
- package/lib/seam/connect/routes/webhooks/webhooks.js.map +1 -1
- package/lib/seam/connect/routes/workspaces/workspaces.d.ts +88 -0
- package/lib/seam/connect/routes/workspaces/workspaces.js +15 -0
- package/lib/seam/connect/routes/workspaces/workspaces.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/resources/access-code.ts +719 -35
- package/src/lib/seam/connect/resources/access-grant.ts +284 -16
- package/src/lib/seam/connect/resources/access-method.ts +205 -10
- package/src/lib/seam/connect/resources/acs-access-group.ts +247 -14
- package/src/lib/seam/connect/resources/acs-credential.ts +210 -5
- package/src/lib/seam/connect/resources/acs-encoder.ts +46 -0
- package/src/lib/seam/connect/resources/acs-entrance.ts +296 -4
- package/src/lib/seam/connect/resources/acs-system.ts +223 -9
- package/src/lib/seam/connect/resources/acs-user.ts +382 -16
- package/src/lib/seam/connect/resources/action-attempt.ts +956 -0
- package/src/lib/seam/connect/resources/batch.ts +3 -0
- package/src/lib/seam/connect/resources/client-session.ts +48 -0
- package/src/lib/seam/connect/resources/connect-webview.ts +70 -0
- package/src/lib/seam/connect/resources/connected-account.ts +277 -10
- package/src/lib/seam/connect/resources/customer-portal.ts +22 -0
- package/src/lib/seam/connect/resources/device-provider.ts +72 -0
- package/src/lib/seam/connect/resources/device.ts +2059 -39
- package/src/lib/seam/connect/resources/event.ts +4015 -0
- package/src/lib/seam/connect/resources/instant-key.ts +41 -0
- package/src/lib/seam/connect/resources/noise-threshold.ts +24 -0
- package/src/lib/seam/connect/resources/phone.ts +72 -0
- package/src/lib/seam/connect/resources/space.ts +54 -0
- package/src/lib/seam/connect/resources/thermostat-daily-program.ts +27 -0
- package/src/lib/seam/connect/resources/thermostat-schedule.ts +45 -0
- package/src/lib/seam/connect/resources/unmanaged-access-code.ts +580 -30
- package/src/lib/seam/connect/resources/unmanaged-access-grant.ts +272 -16
- package/src/lib/seam/connect/resources/unmanaged-access-method.ts +196 -10
- package/src/lib/seam/connect/resources/unmanaged-device.ts +727 -39
- package/src/lib/seam/connect/resources/unmanaged-user-identity.ts +84 -8
- package/src/lib/seam/connect/resources/user-identity.ts +87 -8
- package/src/lib/seam/connect/resources/webhook.ts +15 -0
- package/src/lib/seam/connect/resources/workspace.ts +46 -0
- package/src/lib/seam/connect/routes/access-codes/access-codes.ts +291 -0
- package/src/lib/seam/connect/routes/access-codes/simulate/simulate.ts +12 -0
- package/src/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.ts +73 -0
- package/src/lib/seam/connect/routes/access-grants/access-grants.ts +180 -0
- package/src/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.ts +43 -0
- package/src/lib/seam/connect/routes/access-methods/access-methods.ts +79 -0
- package/src/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.ts +21 -0
- package/src/lib/seam/connect/routes/acs/access-groups/access-groups.ts +63 -0
- package/src/lib/seam/connect/routes/acs/credentials/credentials.ts +133 -0
- package/src/lib/seam/connect/routes/acs/encoders/encoders.ts +66 -0
- package/src/lib/seam/connect/routes/acs/encoders/simulate/simulate.ts +40 -0
- package/src/lib/seam/connect/routes/acs/entrances/entrances.ts +72 -0
- package/src/lib/seam/connect/routes/acs/systems/systems.ts +64 -0
- package/src/lib/seam/connect/routes/acs/users/users.ts +189 -0
- package/src/lib/seam/connect/routes/action-attempts/action-attempts.ts +21 -0
- package/src/lib/seam/connect/routes/client-sessions/client-sessions.ts +113 -0
- package/src/lib/seam/connect/routes/connect-webviews/connect-webviews.ts +76 -0
- package/src/lib/seam/connect/routes/connected-accounts/connected-accounts.ts +70 -0
- package/src/lib/seam/connect/routes/connected-accounts/simulate/simulate.ts +6 -0
- package/src/lib/seam/connect/routes/customers/customers.ts +1058 -0
- package/src/lib/seam/connect/routes/devices/devices.ts +123 -0
- package/src/lib/seam/connect/routes/devices/simulate/simulate.ts +42 -0
- package/src/lib/seam/connect/routes/devices/unmanaged/unmanaged.ts +80 -0
- package/src/lib/seam/connect/routes/events/events.ts +99 -0
- package/src/lib/seam/connect/routes/instant-keys/instant-keys.ts +21 -0
- package/src/lib/seam/connect/routes/locks/locks.ts +85 -0
- package/src/lib/seam/connect/routes/locks/simulate/simulate.ts +15 -0
- package/src/lib/seam/connect/routes/noise-sensors/noise-sensors.ts +51 -0
- package/src/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.ts +66 -0
- package/src/lib/seam/connect/routes/noise-sensors/simulate/simulate.ts +6 -0
- package/src/lib/seam/connect/routes/phones/phones.ts +21 -0
- package/src/lib/seam/connect/routes/phones/simulate/simulate.ts +45 -0
- package/src/lib/seam/connect/routes/seam-http-endpoints-without-workspace.ts +6 -0
- package/src/lib/seam/connect/routes/seam-http-endpoints.ts +696 -0
- package/src/lib/seam/connect/routes/spaces/spaces.ts +166 -0
- package/src/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.ts +42 -0
- package/src/lib/seam/connect/routes/thermostats/schedules/schedules.ts +69 -0
- package/src/lib/seam/connect/routes/thermostats/simulate/simulate.ts +33 -0
- package/src/lib/seam/connect/routes/thermostats/thermostats.ts +300 -0
- package/src/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.ts +35 -0
- package/src/lib/seam/connect/routes/user-identities/user-identities.ts +146 -0
- package/src/lib/seam/connect/routes/webhooks/webhooks.ts +33 -0
- package/src/lib/seam/connect/routes/workspaces/workspaces.ts +88 -0
- package/src/lib/version.ts +1 -1
|
@@ -3,123 +3,344 @@
|
|
|
3
3
|
* Do not edit this file.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
+
/**
|
|
7
|
+
* Represents an [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) within an [access control system](https://docs.seam.co/low-level-apis/access-systems).
|
|
8
|
+
*
|
|
9
|
+
* In an access control system, an entrance is a secured door, gate, zone, or other method of entry. You can list details for all the `acs_entrance` resources in your workspace or get these details for a specific `acs_entrance`. You can also list all entrances associated with a specific credential, and you can list all credentials associated with a specific entrance.
|
|
10
|
+
*/
|
|
6
11
|
export type AcsEntrance = {
|
|
12
|
+
/**
|
|
13
|
+
* ID of the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
14
|
+
*/
|
|
7
15
|
acs_entrance_id: string
|
|
8
16
|
|
|
17
|
+
/**
|
|
18
|
+
* ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
19
|
+
*/
|
|
9
20
|
acs_system_id: string
|
|
10
21
|
|
|
22
|
+
/**
|
|
23
|
+
* Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
24
|
+
*/
|
|
11
25
|
akiles_metadata?:
|
|
12
26
|
| {
|
|
27
|
+
/**
|
|
28
|
+
* Actions the gadget exposes (for example, open).
|
|
29
|
+
*/
|
|
13
30
|
actions?:
|
|
14
31
|
| Array<{
|
|
32
|
+
/**
|
|
33
|
+
* ID of the gadget action.
|
|
34
|
+
*/
|
|
15
35
|
id?: string | undefined
|
|
36
|
+
/**
|
|
37
|
+
* Name of the gadget action.
|
|
38
|
+
*/
|
|
16
39
|
name?: string | undefined
|
|
17
40
|
}>
|
|
18
41
|
| undefined
|
|
42
|
+
/**
|
|
43
|
+
* ID of the Akiles gadget.
|
|
44
|
+
*/
|
|
19
45
|
gadget_id?: string | undefined
|
|
46
|
+
/**
|
|
47
|
+
* ID of the Akiles site the gadget belongs to.
|
|
48
|
+
*/
|
|
20
49
|
site_id?: string | undefined
|
|
50
|
+
/**
|
|
51
|
+
* Name of the Akiles site the gadget belongs to.
|
|
52
|
+
*/
|
|
21
53
|
site_name?: string | undefined
|
|
22
54
|
}
|
|
23
55
|
| undefined
|
|
56
|
+
/**
|
|
57
|
+
* ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
58
|
+
*/
|
|
24
59
|
assa_abloy_vostio_metadata?:
|
|
25
60
|
| {
|
|
61
|
+
/**
|
|
62
|
+
* Name of the door in the Vostio access system.
|
|
63
|
+
*/
|
|
26
64
|
door_name?: string | undefined
|
|
65
|
+
/**
|
|
66
|
+
* Number of the door in the Vostio access system.
|
|
67
|
+
*/
|
|
27
68
|
door_number?: number | undefined
|
|
69
|
+
/**
|
|
70
|
+
* Type of the door in the Vostio access system.
|
|
71
|
+
*/
|
|
28
72
|
door_type?:
|
|
29
73
|
'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator' | undefined
|
|
74
|
+
/**
|
|
75
|
+
* PMS ID of the door in the Vostio access system.
|
|
76
|
+
*/
|
|
30
77
|
pms_id?: string | undefined
|
|
78
|
+
/**
|
|
79
|
+
* Indicates whether keys are allowed to set the door in stand open mode in the Vostio access system.
|
|
80
|
+
*/
|
|
31
81
|
stand_open?: boolean | undefined
|
|
32
82
|
}
|
|
33
83
|
| undefined
|
|
84
|
+
/**
|
|
85
|
+
* Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
86
|
+
*/
|
|
34
87
|
avigilon_alta_metadata?:
|
|
35
88
|
| {
|
|
89
|
+
/**
|
|
90
|
+
* Entry name for an Avigilon Alta system.
|
|
91
|
+
*/
|
|
36
92
|
entry_name?: string | undefined
|
|
93
|
+
/**
|
|
94
|
+
* Total count of entry relays for an Avigilon Alta system.
|
|
95
|
+
*/
|
|
37
96
|
entry_relays_total_count?: number | undefined
|
|
97
|
+
/**
|
|
98
|
+
* Organization name for an Avigilon Alta system.
|
|
99
|
+
*/
|
|
38
100
|
org_name?: string | undefined
|
|
101
|
+
/**
|
|
102
|
+
* Site ID for an Avigilon Alta system.
|
|
103
|
+
*/
|
|
39
104
|
site_id?: number | undefined
|
|
105
|
+
/**
|
|
106
|
+
* Site name for an Avigilon Alta system.
|
|
107
|
+
*/
|
|
40
108
|
site_name?: string | undefined
|
|
109
|
+
/**
|
|
110
|
+
* Zone ID for an Avigilon Alta system.
|
|
111
|
+
*/
|
|
41
112
|
zone_id?: number | undefined
|
|
113
|
+
/**
|
|
114
|
+
* Zone name for an Avigilon Alta system.
|
|
115
|
+
*/
|
|
42
116
|
zone_name?: string | undefined
|
|
43
117
|
}
|
|
44
118
|
| undefined
|
|
119
|
+
/**
|
|
120
|
+
* Brivo-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
121
|
+
*/
|
|
45
122
|
brivo_metadata?:
|
|
46
123
|
| {
|
|
124
|
+
/**
|
|
125
|
+
* ID of the access point in the Brivo access system.
|
|
126
|
+
*/
|
|
47
127
|
access_point_id?: string | undefined
|
|
128
|
+
/**
|
|
129
|
+
* ID of the site that the access point belongs to.
|
|
130
|
+
*/
|
|
48
131
|
site_id?: number | undefined
|
|
132
|
+
/**
|
|
133
|
+
* Name of the site that the access point belongs to.
|
|
134
|
+
*/
|
|
49
135
|
site_name?: string | undefined
|
|
50
136
|
}
|
|
51
137
|
| undefined
|
|
138
|
+
/**
|
|
139
|
+
* Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.
|
|
140
|
+
*/
|
|
52
141
|
can_belong_to_reservation?: boolean | undefined
|
|
142
|
+
/**
|
|
143
|
+
* Indicates whether the ACS entrance can be unlocked with card credentials.
|
|
144
|
+
*/
|
|
53
145
|
can_unlock_with_card?: boolean | undefined
|
|
146
|
+
/**
|
|
147
|
+
* Indicates whether the ACS entrance can be unlocked with cloud key credentials.
|
|
148
|
+
*/
|
|
54
149
|
can_unlock_with_cloud_key?: boolean | undefined
|
|
150
|
+
/**
|
|
151
|
+
* Indicates whether the ACS entrance can be unlocked with pin codes.
|
|
152
|
+
*/
|
|
55
153
|
can_unlock_with_code?: boolean | undefined
|
|
154
|
+
/**
|
|
155
|
+
* Indicates whether the ACS entrance can be unlocked with mobile key credentials.
|
|
156
|
+
*/
|
|
56
157
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
158
|
+
/**
|
|
159
|
+
* ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
160
|
+
*/
|
|
57
161
|
connected_account_id: string
|
|
58
162
|
|
|
163
|
+
/**
|
|
164
|
+
* Date and time at which the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) was created.
|
|
165
|
+
*/
|
|
59
166
|
created_at: string
|
|
60
167
|
|
|
168
|
+
/**
|
|
169
|
+
* Display name for the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
170
|
+
*/
|
|
61
171
|
display_name: string
|
|
62
172
|
|
|
173
|
+
/**
|
|
174
|
+
* dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
175
|
+
*/
|
|
63
176
|
dormakaba_ambiance_metadata?:
|
|
64
177
|
| {
|
|
178
|
+
/**
|
|
179
|
+
* Name of the access point in the dormakaba Ambiance access system.
|
|
180
|
+
*/
|
|
65
181
|
access_point_name?: string | undefined
|
|
66
182
|
}
|
|
67
183
|
| undefined
|
|
184
|
+
/**
|
|
185
|
+
* dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
186
|
+
*/
|
|
68
187
|
dormakaba_community_metadata?:
|
|
69
188
|
| {
|
|
189
|
+
/**
|
|
190
|
+
* Type of access point profile in the dormakaba Community access system.
|
|
191
|
+
*/
|
|
70
192
|
access_point_profile?: string | undefined
|
|
71
193
|
}
|
|
72
194
|
| undefined
|
|
195
|
+
/**
|
|
196
|
+
* Errors associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
197
|
+
*/
|
|
73
198
|
errors: Array<{
|
|
199
|
+
/**
|
|
200
|
+
* Date and time at which Seam created the error.
|
|
201
|
+
*/
|
|
74
202
|
created_at: string
|
|
75
203
|
|
|
204
|
+
/**
|
|
205
|
+
* Unique identifier of the type of error. Enables quick recognition and categorization of the issue.
|
|
206
|
+
*/
|
|
76
207
|
error_code: string
|
|
77
208
|
|
|
209
|
+
/**
|
|
210
|
+
* Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
|
|
211
|
+
*/
|
|
78
212
|
message: string
|
|
79
213
|
}>
|
|
80
214
|
|
|
215
|
+
/**
|
|
216
|
+
* Hotek-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
217
|
+
*/
|
|
81
218
|
hotek_metadata?:
|
|
82
219
|
| {
|
|
220
|
+
/**
|
|
221
|
+
* Display name of the entrance.
|
|
222
|
+
*/
|
|
83
223
|
common_area_name?: string | undefined
|
|
224
|
+
/**
|
|
225
|
+
* Display name of the entrance.
|
|
226
|
+
*/
|
|
84
227
|
common_area_number?: string | undefined
|
|
228
|
+
/**
|
|
229
|
+
* Room number of the entrance.
|
|
230
|
+
*/
|
|
85
231
|
room_number?: string | undefined
|
|
86
232
|
}
|
|
87
233
|
| undefined
|
|
234
|
+
/**
|
|
235
|
+
* Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked.
|
|
236
|
+
*/
|
|
88
237
|
is_locked?: boolean | undefined
|
|
238
|
+
/**
|
|
239
|
+
* Latch-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
240
|
+
*/
|
|
89
241
|
latch_metadata?:
|
|
90
242
|
| {
|
|
243
|
+
/**
|
|
244
|
+
* Accessibility type in the Latch access system.
|
|
245
|
+
*/
|
|
91
246
|
accessibility_type?: string | undefined
|
|
247
|
+
/**
|
|
248
|
+
* Name of the door in the Latch access system.
|
|
249
|
+
*/
|
|
92
250
|
door_name?: string | undefined
|
|
251
|
+
/**
|
|
252
|
+
* Type of the door in the Latch access system.
|
|
253
|
+
*/
|
|
93
254
|
door_type?: string | undefined
|
|
255
|
+
/**
|
|
256
|
+
* Indicates whether the entrance is connected.
|
|
257
|
+
*/
|
|
94
258
|
is_connected?: boolean | undefined
|
|
95
259
|
}
|
|
96
260
|
| undefined
|
|
261
|
+
/**
|
|
262
|
+
* Salto KS-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
263
|
+
*/
|
|
97
264
|
salto_ks_metadata?:
|
|
98
265
|
| {
|
|
266
|
+
/**
|
|
267
|
+
* Battery level of the door access device.
|
|
268
|
+
*/
|
|
99
269
|
battery_level?: string | undefined
|
|
270
|
+
/**
|
|
271
|
+
* Name of the door in the Salto KS access system.
|
|
272
|
+
*/
|
|
100
273
|
door_name?: string | undefined
|
|
274
|
+
/**
|
|
275
|
+
* Indicates whether an intrusion alarm is active on the door.
|
|
276
|
+
*/
|
|
101
277
|
intrusion_alarm?: boolean | undefined
|
|
278
|
+
/**
|
|
279
|
+
* Indicates whether the door is left open.
|
|
280
|
+
*/
|
|
102
281
|
left_open_alarm?: boolean | undefined
|
|
282
|
+
/**
|
|
283
|
+
* Type of the lock in the Salto KS access system.
|
|
284
|
+
*/
|
|
103
285
|
lock_type?: string | undefined
|
|
286
|
+
/**
|
|
287
|
+
* Locked state of the door in the Salto KS access system.
|
|
288
|
+
*/
|
|
104
289
|
locked_state?: string | undefined
|
|
290
|
+
/**
|
|
291
|
+
* Indicates whether the door access device is online.
|
|
292
|
+
*/
|
|
105
293
|
online?: boolean | undefined
|
|
294
|
+
/**
|
|
295
|
+
* Indicates whether privacy mode is enabled for the lock.
|
|
296
|
+
*/
|
|
106
297
|
privacy_mode?: boolean | undefined
|
|
107
298
|
}
|
|
108
299
|
| undefined
|
|
300
|
+
/**
|
|
301
|
+
* Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
302
|
+
*/
|
|
109
303
|
salto_space_metadata?:
|
|
110
304
|
| {
|
|
305
|
+
/**
|
|
306
|
+
* Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.
|
|
307
|
+
*/
|
|
111
308
|
audit_on_keys?: boolean | undefined
|
|
309
|
+
/**
|
|
310
|
+
* Description of the door in the Salto Space access system.
|
|
311
|
+
*/
|
|
112
312
|
door_description?: string | undefined
|
|
313
|
+
/**
|
|
314
|
+
* Door ID in the Salto Space access system.
|
|
315
|
+
*/
|
|
113
316
|
door_id?: string | undefined
|
|
317
|
+
/**
|
|
318
|
+
* Name of the door in the Salto Space access system.
|
|
319
|
+
*/
|
|
114
320
|
door_name?: string | undefined
|
|
321
|
+
/**
|
|
322
|
+
* Description of the room in the Salto Space access system.
|
|
323
|
+
*/
|
|
115
324
|
room_description?: string | undefined
|
|
325
|
+
/**
|
|
326
|
+
* Name of the room in the Salto Space access system.
|
|
327
|
+
*/
|
|
116
328
|
room_name?: string | undefined
|
|
117
329
|
}
|
|
118
330
|
| undefined
|
|
331
|
+
/**
|
|
332
|
+
* IDs of the spaces that the entrance is in.
|
|
333
|
+
*/
|
|
119
334
|
space_ids: Array<string>
|
|
120
335
|
|
|
336
|
+
/**
|
|
337
|
+
* Visionline-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
338
|
+
*/
|
|
121
339
|
visionline_metadata?:
|
|
122
340
|
| {
|
|
341
|
+
/**
|
|
342
|
+
* Category of the door in the Visionline access system.
|
|
343
|
+
*/
|
|
123
344
|
door_category?:
|
|
124
345
|
| 'entrance'
|
|
125
346
|
| 'guest'
|
|
@@ -127,50 +348,121 @@ export type AcsEntrance = {
|
|
|
127
348
|
| 'common'
|
|
128
349
|
| 'common (PMS)'
|
|
129
350
|
| undefined
|
|
351
|
+
/**
|
|
352
|
+
* Name of the door in the Visionline access system.
|
|
353
|
+
*/
|
|
130
354
|
door_name?: string | undefined
|
|
355
|
+
/**
|
|
356
|
+
* Profile for the door in the Visionline access system.
|
|
357
|
+
*/
|
|
131
358
|
profiles?:
|
|
132
359
|
| Array<{
|
|
360
|
+
/**
|
|
361
|
+
* Door profile ID in the Visionline access system.
|
|
362
|
+
*/
|
|
133
363
|
visionline_door_profile_id?: string | undefined
|
|
364
|
+
/**
|
|
365
|
+
* Door profile type in the Visionline access system.
|
|
366
|
+
*/
|
|
134
367
|
visionline_door_profile_type?:
|
|
135
368
|
'BLE' | 'commonDoor' | 'touch' | undefined
|
|
136
369
|
}>
|
|
137
370
|
| undefined
|
|
138
371
|
}
|
|
139
372
|
| undefined
|
|
373
|
+
/**
|
|
374
|
+
* Warnings associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
375
|
+
*/
|
|
140
376
|
warnings: Array<
|
|
377
|
+
/**
|
|
378
|
+
* Indicates that a change in the reported device model has been detected for this Salto KS entrance, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.
|
|
379
|
+
*/
|
|
141
380
|
| {
|
|
381
|
+
/**
|
|
382
|
+
* Date and time at which Seam created the warning.
|
|
383
|
+
*/
|
|
142
384
|
created_at: string
|
|
143
385
|
|
|
386
|
+
/**
|
|
387
|
+
* Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
|
|
388
|
+
*/
|
|
144
389
|
message: string
|
|
145
390
|
|
|
391
|
+
/**
|
|
392
|
+
* Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
|
|
393
|
+
*/
|
|
146
394
|
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
147
|
-
}
|
|
395
|
+
} /**
|
|
396
|
+
* Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.
|
|
397
|
+
*/
|
|
148
398
|
| {
|
|
399
|
+
/**
|
|
400
|
+
* Date and time at which Seam created the warning.
|
|
401
|
+
*/
|
|
149
402
|
created_at: string
|
|
150
403
|
|
|
404
|
+
/**
|
|
405
|
+
* Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
|
|
406
|
+
*/
|
|
151
407
|
message: string
|
|
152
408
|
|
|
409
|
+
/**
|
|
410
|
+
* Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
|
|
411
|
+
*/
|
|
153
412
|
warning_code: 'entrance_shares_zone'
|
|
154
|
-
}
|
|
413
|
+
} /**
|
|
414
|
+
* Indicates that this entrance requires additional configuration in the access control system before Seam can fully manage it.
|
|
415
|
+
*/
|
|
155
416
|
| {
|
|
417
|
+
/**
|
|
418
|
+
* Date and time at which Seam created the warning.
|
|
419
|
+
*/
|
|
156
420
|
created_at: string
|
|
157
421
|
|
|
422
|
+
/**
|
|
423
|
+
* Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
|
|
424
|
+
*/
|
|
158
425
|
message: string
|
|
159
426
|
|
|
427
|
+
/**
|
|
428
|
+
* Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
|
|
429
|
+
*/
|
|
160
430
|
warning_code: 'entrance_setup_required'
|
|
161
|
-
}
|
|
431
|
+
} /**
|
|
432
|
+
* deprecated: Use `privacy_mode` instead. Indicates that this entrance is in privacy mode. When privacy mode is enabled, access codes, mobile keys, and remote unlocks will not work unless the user has admin access.
|
|
433
|
+
*/
|
|
162
434
|
| {
|
|
435
|
+
/**
|
|
436
|
+
* Date and time at which Seam created the warning.
|
|
437
|
+
*/
|
|
163
438
|
created_at: string
|
|
164
439
|
|
|
440
|
+
/**
|
|
441
|
+
* Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
|
|
442
|
+
*/
|
|
165
443
|
message: string
|
|
166
444
|
|
|
445
|
+
/**
|
|
446
|
+
* Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
|
|
447
|
+
*/
|
|
167
448
|
warning_code: 'salto_ks_privacy_mode'
|
|
168
|
-
}
|
|
449
|
+
} /**
|
|
450
|
+
* Indicates that this entrance is in privacy mode. When privacy mode is enabled, access codes, mobile keys, and remote unlocks will not work unless the user has admin access.
|
|
451
|
+
*/
|
|
169
452
|
| {
|
|
453
|
+
/**
|
|
454
|
+
* Date and time at which Seam created the warning.
|
|
455
|
+
*/
|
|
170
456
|
created_at: string
|
|
171
457
|
|
|
458
|
+
/**
|
|
459
|
+
* Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
|
|
460
|
+
*/
|
|
172
461
|
message: string
|
|
173
462
|
|
|
463
|
+
/**
|
|
464
|
+
* Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
|
|
465
|
+
*/
|
|
174
466
|
warning_code: 'privacy_mode'
|
|
175
467
|
}
|
|
176
468
|
>
|