@seamapi/http 2.0.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/README.md +0 -30
- package/lib/seam/connect/api-error-types.js +0 -1
- package/lib/seam/connect/api-error-types.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- 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 -9
- package/src/lib/seam/connect/api-error-types.ts +0 -2
- package/src/lib/seam/connect/openapi.ts +2 -4
- 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
|
@@ -1,113 +1,406 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 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).
|
|
3
|
+
*
|
|
4
|
+
* 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.
|
|
5
|
+
*/
|
|
1
6
|
export type AcsEntrance = {
|
|
7
|
+
/**
|
|
8
|
+
* ID of the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
9
|
+
*/
|
|
2
10
|
acs_entrance_id: string;
|
|
11
|
+
/**
|
|
12
|
+
* 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).
|
|
13
|
+
*/
|
|
3
14
|
acs_system_id: string;
|
|
15
|
+
/**
|
|
16
|
+
* Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
17
|
+
*/
|
|
4
18
|
akiles_metadata?: {
|
|
19
|
+
/**
|
|
20
|
+
* Actions the gadget exposes (for example, open).
|
|
21
|
+
*/
|
|
5
22
|
actions?: Array<{
|
|
23
|
+
/**
|
|
24
|
+
* ID of the gadget action.
|
|
25
|
+
*/
|
|
6
26
|
id?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* Name of the gadget action.
|
|
29
|
+
*/
|
|
7
30
|
name?: string | undefined;
|
|
8
31
|
}> | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* ID of the Akiles gadget.
|
|
34
|
+
*/
|
|
9
35
|
gadget_id?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* ID of the Akiles site the gadget belongs to.
|
|
38
|
+
*/
|
|
10
39
|
site_id?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* Name of the Akiles site the gadget belongs to.
|
|
42
|
+
*/
|
|
11
43
|
site_name?: string | undefined;
|
|
12
44
|
} | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
47
|
+
*/
|
|
13
48
|
assa_abloy_vostio_metadata?: {
|
|
49
|
+
/**
|
|
50
|
+
* Name of the door in the Vostio access system.
|
|
51
|
+
*/
|
|
14
52
|
door_name?: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* Number of the door in the Vostio access system.
|
|
55
|
+
*/
|
|
15
56
|
door_number?: number | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* Type of the door in the Vostio access system.
|
|
59
|
+
*/
|
|
16
60
|
door_type?: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator' | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* PMS ID of the door in the Vostio access system.
|
|
63
|
+
*/
|
|
17
64
|
pms_id?: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* Indicates whether keys are allowed to set the door in stand open mode in the Vostio access system.
|
|
67
|
+
*/
|
|
18
68
|
stand_open?: boolean | undefined;
|
|
19
69
|
} | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
72
|
+
*/
|
|
20
73
|
avigilon_alta_metadata?: {
|
|
74
|
+
/**
|
|
75
|
+
* Entry name for an Avigilon Alta system.
|
|
76
|
+
*/
|
|
21
77
|
entry_name?: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* Total count of entry relays for an Avigilon Alta system.
|
|
80
|
+
*/
|
|
22
81
|
entry_relays_total_count?: number | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* Organization name for an Avigilon Alta system.
|
|
84
|
+
*/
|
|
23
85
|
org_name?: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* Site ID for an Avigilon Alta system.
|
|
88
|
+
*/
|
|
24
89
|
site_id?: number | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* Site name for an Avigilon Alta system.
|
|
92
|
+
*/
|
|
25
93
|
site_name?: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* Zone ID for an Avigilon Alta system.
|
|
96
|
+
*/
|
|
26
97
|
zone_id?: number | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* Zone name for an Avigilon Alta system.
|
|
100
|
+
*/
|
|
27
101
|
zone_name?: string | undefined;
|
|
28
102
|
} | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* Brivo-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
105
|
+
*/
|
|
29
106
|
brivo_metadata?: {
|
|
107
|
+
/**
|
|
108
|
+
* ID of the access point in the Brivo access system.
|
|
109
|
+
*/
|
|
30
110
|
access_point_id?: string | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* ID of the site that the access point belongs to.
|
|
113
|
+
*/
|
|
31
114
|
site_id?: number | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* Name of the site that the access point belongs to.
|
|
117
|
+
*/
|
|
32
118
|
site_name?: string | undefined;
|
|
33
119
|
} | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.
|
|
122
|
+
*/
|
|
34
123
|
can_belong_to_reservation?: boolean | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* Indicates whether the ACS entrance can be unlocked with card credentials.
|
|
126
|
+
*/
|
|
35
127
|
can_unlock_with_card?: boolean | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* Indicates whether the ACS entrance can be unlocked with cloud key credentials.
|
|
130
|
+
*/
|
|
36
131
|
can_unlock_with_cloud_key?: boolean | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* Indicates whether the ACS entrance can be unlocked with pin codes.
|
|
134
|
+
*/
|
|
37
135
|
can_unlock_with_code?: boolean | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* Indicates whether the ACS entrance can be unlocked with mobile key credentials.
|
|
138
|
+
*/
|
|
38
139
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* 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).
|
|
142
|
+
*/
|
|
39
143
|
connected_account_id: string;
|
|
144
|
+
/**
|
|
145
|
+
* Date and time at which the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) was created.
|
|
146
|
+
*/
|
|
40
147
|
created_at: string;
|
|
148
|
+
/**
|
|
149
|
+
* Display name for the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
150
|
+
*/
|
|
41
151
|
display_name: string;
|
|
152
|
+
/**
|
|
153
|
+
* dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
154
|
+
*/
|
|
42
155
|
dormakaba_ambiance_metadata?: {
|
|
156
|
+
/**
|
|
157
|
+
* Name of the access point in the dormakaba Ambiance access system.
|
|
158
|
+
*/
|
|
43
159
|
access_point_name?: string | undefined;
|
|
44
160
|
} | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
163
|
+
*/
|
|
45
164
|
dormakaba_community_metadata?: {
|
|
165
|
+
/**
|
|
166
|
+
* Type of access point profile in the dormakaba Community access system.
|
|
167
|
+
*/
|
|
46
168
|
access_point_profile?: string | undefined;
|
|
47
169
|
} | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* Errors associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
172
|
+
*/
|
|
48
173
|
errors: Array<{
|
|
174
|
+
/**
|
|
175
|
+
* Date and time at which Seam created the error.
|
|
176
|
+
*/
|
|
49
177
|
created_at: string;
|
|
178
|
+
/**
|
|
179
|
+
* Unique identifier of the type of error. Enables quick recognition and categorization of the issue.
|
|
180
|
+
*/
|
|
50
181
|
error_code: string;
|
|
182
|
+
/**
|
|
183
|
+
* Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
|
|
184
|
+
*/
|
|
51
185
|
message: string;
|
|
52
186
|
}>;
|
|
187
|
+
/**
|
|
188
|
+
* Hotek-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
189
|
+
*/
|
|
53
190
|
hotek_metadata?: {
|
|
191
|
+
/**
|
|
192
|
+
* Display name of the entrance.
|
|
193
|
+
*/
|
|
54
194
|
common_area_name?: string | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* Display name of the entrance.
|
|
197
|
+
*/
|
|
55
198
|
common_area_number?: string | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* Room number of the entrance.
|
|
201
|
+
*/
|
|
56
202
|
room_number?: string | undefined;
|
|
57
203
|
} | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked.
|
|
206
|
+
*/
|
|
58
207
|
is_locked?: boolean | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* Latch-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
210
|
+
*/
|
|
59
211
|
latch_metadata?: {
|
|
212
|
+
/**
|
|
213
|
+
* Accessibility type in the Latch access system.
|
|
214
|
+
*/
|
|
60
215
|
accessibility_type?: string | undefined;
|
|
216
|
+
/**
|
|
217
|
+
* Name of the door in the Latch access system.
|
|
218
|
+
*/
|
|
61
219
|
door_name?: string | undefined;
|
|
220
|
+
/**
|
|
221
|
+
* Type of the door in the Latch access system.
|
|
222
|
+
*/
|
|
62
223
|
door_type?: string | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* Indicates whether the entrance is connected.
|
|
226
|
+
*/
|
|
63
227
|
is_connected?: boolean | undefined;
|
|
64
228
|
} | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* Salto KS-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
231
|
+
*/
|
|
65
232
|
salto_ks_metadata?: {
|
|
233
|
+
/**
|
|
234
|
+
* Battery level of the door access device.
|
|
235
|
+
*/
|
|
66
236
|
battery_level?: string | undefined;
|
|
237
|
+
/**
|
|
238
|
+
* Name of the door in the Salto KS access system.
|
|
239
|
+
*/
|
|
67
240
|
door_name?: string | undefined;
|
|
241
|
+
/**
|
|
242
|
+
* Indicates whether an intrusion alarm is active on the door.
|
|
243
|
+
*/
|
|
68
244
|
intrusion_alarm?: boolean | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* Indicates whether the door is left open.
|
|
247
|
+
*/
|
|
69
248
|
left_open_alarm?: boolean | undefined;
|
|
249
|
+
/**
|
|
250
|
+
* Type of the lock in the Salto KS access system.
|
|
251
|
+
*/
|
|
70
252
|
lock_type?: string | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* Locked state of the door in the Salto KS access system.
|
|
255
|
+
*/
|
|
71
256
|
locked_state?: string | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* Indicates whether the door access device is online.
|
|
259
|
+
*/
|
|
72
260
|
online?: boolean | undefined;
|
|
261
|
+
/**
|
|
262
|
+
* Indicates whether privacy mode is enabled for the lock.
|
|
263
|
+
*/
|
|
73
264
|
privacy_mode?: boolean | undefined;
|
|
74
265
|
} | undefined;
|
|
266
|
+
/**
|
|
267
|
+
* Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
268
|
+
*/
|
|
75
269
|
salto_space_metadata?: {
|
|
270
|
+
/**
|
|
271
|
+
* Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.
|
|
272
|
+
*/
|
|
76
273
|
audit_on_keys?: boolean | undefined;
|
|
274
|
+
/**
|
|
275
|
+
* Description of the door in the Salto Space access system.
|
|
276
|
+
*/
|
|
77
277
|
door_description?: string | undefined;
|
|
278
|
+
/**
|
|
279
|
+
* Door ID in the Salto Space access system.
|
|
280
|
+
*/
|
|
78
281
|
door_id?: string | undefined;
|
|
282
|
+
/**
|
|
283
|
+
* Name of the door in the Salto Space access system.
|
|
284
|
+
*/
|
|
79
285
|
door_name?: string | undefined;
|
|
286
|
+
/**
|
|
287
|
+
* Description of the room in the Salto Space access system.
|
|
288
|
+
*/
|
|
80
289
|
room_description?: string | undefined;
|
|
290
|
+
/**
|
|
291
|
+
* Name of the room in the Salto Space access system.
|
|
292
|
+
*/
|
|
81
293
|
room_name?: string | undefined;
|
|
82
294
|
} | undefined;
|
|
295
|
+
/**
|
|
296
|
+
* IDs of the spaces that the entrance is in.
|
|
297
|
+
*/
|
|
83
298
|
space_ids: Array<string>;
|
|
299
|
+
/**
|
|
300
|
+
* Visionline-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
301
|
+
*/
|
|
84
302
|
visionline_metadata?: {
|
|
303
|
+
/**
|
|
304
|
+
* Category of the door in the Visionline access system.
|
|
305
|
+
*/
|
|
85
306
|
door_category?: 'entrance' | 'guest' | 'elevator reader' | 'common' | 'common (PMS)' | undefined;
|
|
307
|
+
/**
|
|
308
|
+
* Name of the door in the Visionline access system.
|
|
309
|
+
*/
|
|
86
310
|
door_name?: string | undefined;
|
|
311
|
+
/**
|
|
312
|
+
* Profile for the door in the Visionline access system.
|
|
313
|
+
*/
|
|
87
314
|
profiles?: Array<{
|
|
315
|
+
/**
|
|
316
|
+
* Door profile ID in the Visionline access system.
|
|
317
|
+
*/
|
|
88
318
|
visionline_door_profile_id?: string | undefined;
|
|
319
|
+
/**
|
|
320
|
+
* Door profile type in the Visionline access system.
|
|
321
|
+
*/
|
|
89
322
|
visionline_door_profile_type?: 'BLE' | 'commonDoor' | 'touch' | undefined;
|
|
90
323
|
}> | undefined;
|
|
91
324
|
} | undefined;
|
|
92
|
-
|
|
325
|
+
/**
|
|
326
|
+
* Warnings associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
327
|
+
*/
|
|
328
|
+
warnings: Array<
|
|
329
|
+
/**
|
|
330
|
+
* 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.
|
|
331
|
+
*/
|
|
332
|
+
{
|
|
333
|
+
/**
|
|
334
|
+
* Date and time at which Seam created the warning.
|
|
335
|
+
*/
|
|
93
336
|
created_at: string;
|
|
337
|
+
/**
|
|
338
|
+
* Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
|
|
339
|
+
*/
|
|
94
340
|
message: string;
|
|
341
|
+
/**
|
|
342
|
+
* Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
|
|
343
|
+
*/
|
|
95
344
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
96
|
-
}
|
|
345
|
+
} /**
|
|
346
|
+
* Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.
|
|
347
|
+
*/ | {
|
|
348
|
+
/**
|
|
349
|
+
* Date and time at which Seam created the warning.
|
|
350
|
+
*/
|
|
97
351
|
created_at: string;
|
|
352
|
+
/**
|
|
353
|
+
* Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
|
|
354
|
+
*/
|
|
98
355
|
message: string;
|
|
356
|
+
/**
|
|
357
|
+
* Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
|
|
358
|
+
*/
|
|
99
359
|
warning_code: 'entrance_shares_zone';
|
|
100
|
-
}
|
|
360
|
+
} /**
|
|
361
|
+
* Indicates that this entrance requires additional configuration in the access control system before Seam can fully manage it.
|
|
362
|
+
*/ | {
|
|
363
|
+
/**
|
|
364
|
+
* Date and time at which Seam created the warning.
|
|
365
|
+
*/
|
|
101
366
|
created_at: string;
|
|
367
|
+
/**
|
|
368
|
+
* Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
|
|
369
|
+
*/
|
|
102
370
|
message: string;
|
|
371
|
+
/**
|
|
372
|
+
* Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
|
|
373
|
+
*/
|
|
103
374
|
warning_code: 'entrance_setup_required';
|
|
104
|
-
}
|
|
375
|
+
} /**
|
|
376
|
+
* 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.
|
|
377
|
+
*/ | {
|
|
378
|
+
/**
|
|
379
|
+
* Date and time at which Seam created the warning.
|
|
380
|
+
*/
|
|
105
381
|
created_at: string;
|
|
382
|
+
/**
|
|
383
|
+
* Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
|
|
384
|
+
*/
|
|
106
385
|
message: string;
|
|
386
|
+
/**
|
|
387
|
+
* Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
|
|
388
|
+
*/
|
|
107
389
|
warning_code: 'salto_ks_privacy_mode';
|
|
108
|
-
}
|
|
390
|
+
} /**
|
|
391
|
+
* 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.
|
|
392
|
+
*/ | {
|
|
393
|
+
/**
|
|
394
|
+
* Date and time at which Seam created the warning.
|
|
395
|
+
*/
|
|
109
396
|
created_at: string;
|
|
397
|
+
/**
|
|
398
|
+
* Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
|
|
399
|
+
*/
|
|
110
400
|
message: string;
|
|
401
|
+
/**
|
|
402
|
+
* Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
|
|
403
|
+
*/
|
|
111
404
|
warning_code: 'privacy_mode';
|
|
112
405
|
}>;
|
|
113
406
|
};
|