@seamapi/types 1.362.0 → 1.363.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 +127 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +240 -2
- package/lib/seam/connect/models/events/acs/entrances.d.ts +125 -0
- package/lib/seam/connect/models/events/acs/entrances.js +28 -0
- package/lib/seam/connect/models/events/acs/entrances.js.map +1 -0
- package/lib/seam/connect/models/events/acs/index.d.ts +60 -0
- package/lib/seam/connect/models/events/acs/index.js +2 -0
- package/lib/seam/connect/models/events/acs/index.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +61 -1
- package/lib/seam/connect/openapi.d.ts +118 -0
- package/lib/seam/connect/openapi.js +100 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +62 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/acs/entrances.ts +36 -0
- package/src/lib/seam/connect/models/events/acs/index.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +108 -0
- package/src/lib/seam/connect/route-types.ts +68 -0
|
@@ -16229,6 +16229,36 @@ export interface Routes {
|
|
|
16229
16229
|
acs_system_id: string;
|
|
16230
16230
|
acs_access_group_id: string;
|
|
16231
16231
|
event_type: 'acs_access_group.deleted';
|
|
16232
|
+
} | {
|
|
16233
|
+
/** ID of the event. */
|
|
16234
|
+
event_id: string;
|
|
16235
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16236
|
+
workspace_id: string;
|
|
16237
|
+
/** Date and time at which the event was created. */
|
|
16238
|
+
created_at: string;
|
|
16239
|
+
/** Date and time at which the event occurred. */
|
|
16240
|
+
occurred_at: string;
|
|
16241
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16242
|
+
connected_account_id?: string | undefined;
|
|
16243
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
16244
|
+
acs_system_id: string;
|
|
16245
|
+
acs_entrance_id: string;
|
|
16246
|
+
event_type: 'acs_entrance.added';
|
|
16247
|
+
} | {
|
|
16248
|
+
/** ID of the event. */
|
|
16249
|
+
event_id: string;
|
|
16250
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16251
|
+
workspace_id: string;
|
|
16252
|
+
/** Date and time at which the event was created. */
|
|
16253
|
+
created_at: string;
|
|
16254
|
+
/** Date and time at which the event occurred. */
|
|
16255
|
+
occurred_at: string;
|
|
16256
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16257
|
+
connected_account_id?: string | undefined;
|
|
16258
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
16259
|
+
acs_system_id: string;
|
|
16260
|
+
acs_entrance_id: string;
|
|
16261
|
+
event_type: 'acs_entrance.removed';
|
|
16232
16262
|
} | {
|
|
16233
16263
|
/** ID of the event. */
|
|
16234
16264
|
event_id: string;
|
|
@@ -17020,8 +17050,8 @@ export interface Routes {
|
|
|
17020
17050
|
acs_system_ids?: string[] | undefined;
|
|
17021
17051
|
access_code_id?: string | undefined;
|
|
17022
17052
|
access_code_ids?: string[] | undefined;
|
|
17023
|
-
event_type?: ('access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'enrollment_automation.deleted' | 'phone.deactivated') | undefined;
|
|
17024
|
-
event_types?: Array<'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'enrollment_automation.deleted' | 'phone.deactivated'> | undefined;
|
|
17053
|
+
event_type?: ('access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'acs_entrance.added' | 'acs_entrance.removed' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'enrollment_automation.deleted' | 'phone.deactivated') | undefined;
|
|
17054
|
+
event_types?: Array<'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'acs_entrance.added' | 'acs_entrance.removed' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'enrollment_automation.deleted' | 'phone.deactivated'> | undefined;
|
|
17025
17055
|
connected_account_id?: string | undefined;
|
|
17026
17056
|
connect_webview_id?: string | undefined;
|
|
17027
17057
|
limit?: number;
|
|
@@ -17457,6 +17487,36 @@ export interface Routes {
|
|
|
17457
17487
|
acs_system_id: string;
|
|
17458
17488
|
acs_access_group_id: string;
|
|
17459
17489
|
event_type: 'acs_access_group.deleted';
|
|
17490
|
+
} | {
|
|
17491
|
+
/** ID of the event. */
|
|
17492
|
+
event_id: string;
|
|
17493
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
17494
|
+
workspace_id: string;
|
|
17495
|
+
/** Date and time at which the event was created. */
|
|
17496
|
+
created_at: string;
|
|
17497
|
+
/** Date and time at which the event occurred. */
|
|
17498
|
+
occurred_at: string;
|
|
17499
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
17500
|
+
connected_account_id?: string | undefined;
|
|
17501
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
17502
|
+
acs_system_id: string;
|
|
17503
|
+
acs_entrance_id: string;
|
|
17504
|
+
event_type: 'acs_entrance.added';
|
|
17505
|
+
} | {
|
|
17506
|
+
/** ID of the event. */
|
|
17507
|
+
event_id: string;
|
|
17508
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
17509
|
+
workspace_id: string;
|
|
17510
|
+
/** Date and time at which the event was created. */
|
|
17511
|
+
created_at: string;
|
|
17512
|
+
/** Date and time at which the event occurred. */
|
|
17513
|
+
occurred_at: string;
|
|
17514
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
17515
|
+
connected_account_id?: string | undefined;
|
|
17516
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
17517
|
+
acs_system_id: string;
|
|
17518
|
+
acs_entrance_id: string;
|
|
17519
|
+
event_type: 'acs_entrance.removed';
|
|
17460
17520
|
} | {
|
|
17461
17521
|
/** ID of the event. */
|
|
17462
17522
|
event_id: string;
|
package/package.json
CHANGED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { z } from 'zod'
|
|
2
|
+
|
|
3
|
+
import { common_acs_event } from './common.js'
|
|
4
|
+
|
|
5
|
+
const acs_entrance_event = common_acs_event
|
|
6
|
+
.extend({
|
|
7
|
+
acs_entrance_id: z.string().uuid(),
|
|
8
|
+
})
|
|
9
|
+
.describe(
|
|
10
|
+
'ID of the [ACS entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details).',
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
export const acs_entrance_added_event = acs_entrance_event.extend({
|
|
14
|
+
event_type: z.literal('acs_entrance.added'),
|
|
15
|
+
}).describe(`
|
|
16
|
+
---
|
|
17
|
+
route_path: /acs/entrances
|
|
18
|
+
---
|
|
19
|
+
An [ACS entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details) was added.
|
|
20
|
+
`)
|
|
21
|
+
|
|
22
|
+
export const acs_entrance_removed_event = acs_entrance_event.extend({
|
|
23
|
+
event_type: z.literal('acs_entrance.removed'),
|
|
24
|
+
}).describe(`
|
|
25
|
+
---
|
|
26
|
+
route_path: /acs/entrances
|
|
27
|
+
---
|
|
28
|
+
An [ACS entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details) was removed.
|
|
29
|
+
`)
|
|
30
|
+
|
|
31
|
+
export type AcsUserDeletedEvent = z.infer<typeof acs_entrance_removed_event>
|
|
32
|
+
|
|
33
|
+
export const acs_entrance_events = [
|
|
34
|
+
acs_entrance_added_event,
|
|
35
|
+
acs_entrance_removed_event,
|
|
36
|
+
] as const
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { acs_access_group_events } from './access-groups.js'
|
|
2
2
|
import { acs_credential_events } from './credentials.js'
|
|
3
3
|
import { acs_encoder_events } from './encoders.js'
|
|
4
|
+
import { acs_entrance_events } from './entrances.js'
|
|
4
5
|
import { acs_system_events } from './systems.js'
|
|
5
6
|
import { acs_user_events } from './users.js'
|
|
6
7
|
|
|
@@ -10,4 +11,5 @@ export const acs_events = [
|
|
|
10
11
|
...acs_user_events,
|
|
11
12
|
...acs_encoder_events,
|
|
12
13
|
...acs_access_group_events,
|
|
14
|
+
...acs_entrance_events,
|
|
13
15
|
] as const
|
|
@@ -9552,6 +9552,110 @@ export default {
|
|
|
9552
9552
|
type: 'object',
|
|
9553
9553
|
'x-route-path': '/acs/access_groups',
|
|
9554
9554
|
},
|
|
9555
|
+
{
|
|
9556
|
+
description:
|
|
9557
|
+
'An [ACS entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details) was added.',
|
|
9558
|
+
properties: {
|
|
9559
|
+
acs_entrance_id: { format: 'uuid', type: 'string' },
|
|
9560
|
+
acs_system_id: {
|
|
9561
|
+
description:
|
|
9562
|
+
'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
9563
|
+
format: 'uuid',
|
|
9564
|
+
type: 'string',
|
|
9565
|
+
},
|
|
9566
|
+
connected_account_id: {
|
|
9567
|
+
description:
|
|
9568
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9569
|
+
format: 'uuid',
|
|
9570
|
+
type: 'string',
|
|
9571
|
+
},
|
|
9572
|
+
created_at: {
|
|
9573
|
+
description: 'Date and time at which the event was created.',
|
|
9574
|
+
format: 'date-time',
|
|
9575
|
+
type: 'string',
|
|
9576
|
+
},
|
|
9577
|
+
event_id: {
|
|
9578
|
+
description: 'ID of the event.',
|
|
9579
|
+
format: 'uuid',
|
|
9580
|
+
type: 'string',
|
|
9581
|
+
},
|
|
9582
|
+
event_type: { enum: ['acs_entrance.added'], type: 'string' },
|
|
9583
|
+
occurred_at: {
|
|
9584
|
+
description: 'Date and time at which the event occurred.',
|
|
9585
|
+
format: 'date-time',
|
|
9586
|
+
type: 'string',
|
|
9587
|
+
},
|
|
9588
|
+
workspace_id: {
|
|
9589
|
+
description:
|
|
9590
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9591
|
+
format: 'uuid',
|
|
9592
|
+
type: 'string',
|
|
9593
|
+
},
|
|
9594
|
+
},
|
|
9595
|
+
required: [
|
|
9596
|
+
'event_id',
|
|
9597
|
+
'workspace_id',
|
|
9598
|
+
'created_at',
|
|
9599
|
+
'occurred_at',
|
|
9600
|
+
'acs_system_id',
|
|
9601
|
+
'acs_entrance_id',
|
|
9602
|
+
'event_type',
|
|
9603
|
+
],
|
|
9604
|
+
type: 'object',
|
|
9605
|
+
'x-route-path': '/acs/entrances',
|
|
9606
|
+
},
|
|
9607
|
+
{
|
|
9608
|
+
description:
|
|
9609
|
+
'An [ACS entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details) was removed.',
|
|
9610
|
+
properties: {
|
|
9611
|
+
acs_entrance_id: { format: 'uuid', type: 'string' },
|
|
9612
|
+
acs_system_id: {
|
|
9613
|
+
description:
|
|
9614
|
+
'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
9615
|
+
format: 'uuid',
|
|
9616
|
+
type: 'string',
|
|
9617
|
+
},
|
|
9618
|
+
connected_account_id: {
|
|
9619
|
+
description:
|
|
9620
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9621
|
+
format: 'uuid',
|
|
9622
|
+
type: 'string',
|
|
9623
|
+
},
|
|
9624
|
+
created_at: {
|
|
9625
|
+
description: 'Date and time at which the event was created.',
|
|
9626
|
+
format: 'date-time',
|
|
9627
|
+
type: 'string',
|
|
9628
|
+
},
|
|
9629
|
+
event_id: {
|
|
9630
|
+
description: 'ID of the event.',
|
|
9631
|
+
format: 'uuid',
|
|
9632
|
+
type: 'string',
|
|
9633
|
+
},
|
|
9634
|
+
event_type: { enum: ['acs_entrance.removed'], type: 'string' },
|
|
9635
|
+
occurred_at: {
|
|
9636
|
+
description: 'Date and time at which the event occurred.',
|
|
9637
|
+
format: 'date-time',
|
|
9638
|
+
type: 'string',
|
|
9639
|
+
},
|
|
9640
|
+
workspace_id: {
|
|
9641
|
+
description:
|
|
9642
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9643
|
+
format: 'uuid',
|
|
9644
|
+
type: 'string',
|
|
9645
|
+
},
|
|
9646
|
+
},
|
|
9647
|
+
required: [
|
|
9648
|
+
'event_id',
|
|
9649
|
+
'workspace_id',
|
|
9650
|
+
'created_at',
|
|
9651
|
+
'occurred_at',
|
|
9652
|
+
'acs_system_id',
|
|
9653
|
+
'acs_entrance_id',
|
|
9654
|
+
'event_type',
|
|
9655
|
+
],
|
|
9656
|
+
type: 'object',
|
|
9657
|
+
'x-route-path': '/acs/entrances',
|
|
9658
|
+
},
|
|
9555
9659
|
{
|
|
9556
9660
|
description:
|
|
9557
9661
|
'A [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens) was deleted.',
|
|
@@ -22742,6 +22846,8 @@ export default {
|
|
|
22742
22846
|
'acs_encoder.added',
|
|
22743
22847
|
'acs_encoder.removed',
|
|
22744
22848
|
'acs_access_group.deleted',
|
|
22849
|
+
'acs_entrance.added',
|
|
22850
|
+
'acs_entrance.removed',
|
|
22745
22851
|
'client_session.deleted',
|
|
22746
22852
|
'connected_account.connected',
|
|
22747
22853
|
'connected_account.created',
|
|
@@ -22824,6 +22930,8 @@ export default {
|
|
|
22824
22930
|
'acs_encoder.added',
|
|
22825
22931
|
'acs_encoder.removed',
|
|
22826
22932
|
'acs_access_group.deleted',
|
|
22933
|
+
'acs_entrance.added',
|
|
22934
|
+
'acs_entrance.removed',
|
|
22827
22935
|
'client_session.deleted',
|
|
22828
22936
|
'connected_account.connected',
|
|
22829
22937
|
'connected_account.created',
|
|
@@ -19809,6 +19809,38 @@ export interface Routes {
|
|
|
19809
19809
|
acs_access_group_id: string
|
|
19810
19810
|
event_type: 'acs_access_group.deleted'
|
|
19811
19811
|
}
|
|
19812
|
+
| {
|
|
19813
|
+
/** ID of the event. */
|
|
19814
|
+
event_id: string
|
|
19815
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
19816
|
+
workspace_id: string
|
|
19817
|
+
/** Date and time at which the event was created. */
|
|
19818
|
+
created_at: string
|
|
19819
|
+
/** Date and time at which the event occurred. */
|
|
19820
|
+
occurred_at: string
|
|
19821
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
19822
|
+
connected_account_id?: string | undefined
|
|
19823
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
19824
|
+
acs_system_id: string
|
|
19825
|
+
acs_entrance_id: string
|
|
19826
|
+
event_type: 'acs_entrance.added'
|
|
19827
|
+
}
|
|
19828
|
+
| {
|
|
19829
|
+
/** ID of the event. */
|
|
19830
|
+
event_id: string
|
|
19831
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
19832
|
+
workspace_id: string
|
|
19833
|
+
/** Date and time at which the event was created. */
|
|
19834
|
+
created_at: string
|
|
19835
|
+
/** Date and time at which the event occurred. */
|
|
19836
|
+
occurred_at: string
|
|
19837
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
19838
|
+
connected_account_id?: string | undefined
|
|
19839
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
19840
|
+
acs_system_id: string
|
|
19841
|
+
acs_entrance_id: string
|
|
19842
|
+
event_type: 'acs_entrance.removed'
|
|
19843
|
+
}
|
|
19812
19844
|
| {
|
|
19813
19845
|
/** ID of the event. */
|
|
19814
19846
|
event_id: string
|
|
@@ -20699,6 +20731,8 @@ export interface Routes {
|
|
|
20699
20731
|
| 'acs_encoder.added'
|
|
20700
20732
|
| 'acs_encoder.removed'
|
|
20701
20733
|
| 'acs_access_group.deleted'
|
|
20734
|
+
| 'acs_entrance.added'
|
|
20735
|
+
| 'acs_entrance.removed'
|
|
20702
20736
|
| 'client_session.deleted'
|
|
20703
20737
|
| 'connected_account.connected'
|
|
20704
20738
|
| 'connected_account.created'
|
|
@@ -20779,6 +20813,8 @@ export interface Routes {
|
|
|
20779
20813
|
| 'acs_encoder.added'
|
|
20780
20814
|
| 'acs_encoder.removed'
|
|
20781
20815
|
| 'acs_access_group.deleted'
|
|
20816
|
+
| 'acs_entrance.added'
|
|
20817
|
+
| 'acs_entrance.removed'
|
|
20782
20818
|
| 'client_session.deleted'
|
|
20783
20819
|
| 'connected_account.connected'
|
|
20784
20820
|
| 'connected_account.created'
|
|
@@ -21293,6 +21329,38 @@ export interface Routes {
|
|
|
21293
21329
|
acs_access_group_id: string
|
|
21294
21330
|
event_type: 'acs_access_group.deleted'
|
|
21295
21331
|
}
|
|
21332
|
+
| {
|
|
21333
|
+
/** ID of the event. */
|
|
21334
|
+
event_id: string
|
|
21335
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
21336
|
+
workspace_id: string
|
|
21337
|
+
/** Date and time at which the event was created. */
|
|
21338
|
+
created_at: string
|
|
21339
|
+
/** Date and time at which the event occurred. */
|
|
21340
|
+
occurred_at: string
|
|
21341
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
21342
|
+
connected_account_id?: string | undefined
|
|
21343
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
21344
|
+
acs_system_id: string
|
|
21345
|
+
acs_entrance_id: string
|
|
21346
|
+
event_type: 'acs_entrance.added'
|
|
21347
|
+
}
|
|
21348
|
+
| {
|
|
21349
|
+
/** ID of the event. */
|
|
21350
|
+
event_id: string
|
|
21351
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
21352
|
+
workspace_id: string
|
|
21353
|
+
/** Date and time at which the event was created. */
|
|
21354
|
+
created_at: string
|
|
21355
|
+
/** Date and time at which the event occurred. */
|
|
21356
|
+
occurred_at: string
|
|
21357
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
21358
|
+
connected_account_id?: string | undefined
|
|
21359
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
21360
|
+
acs_system_id: string
|
|
21361
|
+
acs_entrance_id: string
|
|
21362
|
+
event_type: 'acs_entrance.removed'
|
|
21363
|
+
}
|
|
21296
21364
|
| {
|
|
21297
21365
|
/** ID of the event. */
|
|
21298
21366
|
event_id: string
|