@seamapi/types 1.361.1 → 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 +183 -54
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +414 -176
- package/lib/seam/connect/models/devices/device.d.ts +87 -82
- package/lib/seam/connect/models/devices/device.js +22 -21
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +25 -25
- 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 +132 -32
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +167 -107
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +25 -21
- 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 +144 -36
- package/src/lib/seam/connect/route-types.ts +188 -120
|
@@ -14323,11 +14323,6 @@ export interface Routes {
|
|
|
14323
14323
|
created_at: string;
|
|
14324
14324
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14325
14325
|
warning_code: 'many_active_backup_codes';
|
|
14326
|
-
} | {
|
|
14327
|
-
message: string;
|
|
14328
|
-
created_at: string;
|
|
14329
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14330
|
-
warning_code: 'salto_unknown_device_type';
|
|
14331
14326
|
} | {
|
|
14332
14327
|
message: string;
|
|
14333
14328
|
created_at: string;
|
|
@@ -14382,12 +14377,17 @@ export interface Routes {
|
|
|
14382
14377
|
message: string;
|
|
14383
14378
|
created_at: string;
|
|
14384
14379
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14385
|
-
warning_code: '
|
|
14380
|
+
warning_code: 'salto_ks_office_mode';
|
|
14386
14381
|
} | {
|
|
14387
14382
|
message: string;
|
|
14388
14383
|
created_at: string;
|
|
14389
14384
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14390
|
-
warning_code: '
|
|
14385
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
14386
|
+
} | {
|
|
14387
|
+
message: string;
|
|
14388
|
+
created_at: string;
|
|
14389
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14390
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
14391
14391
|
} | {
|
|
14392
14392
|
message: string;
|
|
14393
14393
|
created_at: string;
|
|
@@ -15048,11 +15048,6 @@ export interface Routes {
|
|
|
15048
15048
|
created_at: string;
|
|
15049
15049
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15050
15050
|
warning_code: 'many_active_backup_codes';
|
|
15051
|
-
} | {
|
|
15052
|
-
message: string;
|
|
15053
|
-
created_at: string;
|
|
15054
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15055
|
-
warning_code: 'salto_unknown_device_type';
|
|
15056
15051
|
} | {
|
|
15057
15052
|
message: string;
|
|
15058
15053
|
created_at: string;
|
|
@@ -15107,12 +15102,17 @@ export interface Routes {
|
|
|
15107
15102
|
message: string;
|
|
15108
15103
|
created_at: string;
|
|
15109
15104
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15110
|
-
warning_code: '
|
|
15105
|
+
warning_code: 'salto_ks_office_mode';
|
|
15111
15106
|
} | {
|
|
15112
15107
|
message: string;
|
|
15113
15108
|
created_at: string;
|
|
15114
15109
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15115
|
-
warning_code: '
|
|
15110
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
15111
|
+
} | {
|
|
15112
|
+
message: string;
|
|
15113
|
+
created_at: string;
|
|
15114
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15115
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
15116
15116
|
} | {
|
|
15117
15117
|
message: string;
|
|
15118
15118
|
created_at: string;
|
|
@@ -15330,11 +15330,6 @@ export interface Routes {
|
|
|
15330
15330
|
created_at: string;
|
|
15331
15331
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15332
15332
|
warning_code: 'many_active_backup_codes';
|
|
15333
|
-
} | {
|
|
15334
|
-
message: string;
|
|
15335
|
-
created_at: string;
|
|
15336
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15337
|
-
warning_code: 'salto_unknown_device_type';
|
|
15338
15333
|
} | {
|
|
15339
15334
|
message: string;
|
|
15340
15335
|
created_at: string;
|
|
@@ -15389,12 +15384,17 @@ export interface Routes {
|
|
|
15389
15384
|
message: string;
|
|
15390
15385
|
created_at: string;
|
|
15391
15386
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15392
|
-
warning_code: '
|
|
15387
|
+
warning_code: 'salto_ks_office_mode';
|
|
15388
|
+
} | {
|
|
15389
|
+
message: string;
|
|
15390
|
+
created_at: string;
|
|
15391
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15392
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
15393
15393
|
} | {
|
|
15394
15394
|
message: string;
|
|
15395
15395
|
created_at: string;
|
|
15396
15396
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15397
|
-
warning_code: '
|
|
15397
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
15398
15398
|
} | {
|
|
15399
15399
|
message: string;
|
|
15400
15400
|
created_at: string;
|
|
@@ -15621,11 +15621,6 @@ export interface Routes {
|
|
|
15621
15621
|
created_at: string;
|
|
15622
15622
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15623
15623
|
warning_code: 'many_active_backup_codes';
|
|
15624
|
-
} | {
|
|
15625
|
-
message: string;
|
|
15626
|
-
created_at: string;
|
|
15627
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15628
|
-
warning_code: 'salto_unknown_device_type';
|
|
15629
15624
|
} | {
|
|
15630
15625
|
message: string;
|
|
15631
15626
|
created_at: string;
|
|
@@ -15680,12 +15675,17 @@ export interface Routes {
|
|
|
15680
15675
|
message: string;
|
|
15681
15676
|
created_at: string;
|
|
15682
15677
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15683
|
-
warning_code: '
|
|
15678
|
+
warning_code: 'salto_ks_office_mode';
|
|
15679
|
+
} | {
|
|
15680
|
+
message: string;
|
|
15681
|
+
created_at: string;
|
|
15682
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15683
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
15684
15684
|
} | {
|
|
15685
15685
|
message: string;
|
|
15686
15686
|
created_at: string;
|
|
15687
15687
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15688
|
-
warning_code: '
|
|
15688
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
15689
15689
|
} | {
|
|
15690
15690
|
message: string;
|
|
15691
15691
|
created_at: string;
|
|
@@ -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;
|
|
@@ -18844,11 +18904,6 @@ export interface Routes {
|
|
|
18844
18904
|
created_at: string;
|
|
18845
18905
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18846
18906
|
warning_code: 'many_active_backup_codes';
|
|
18847
|
-
} | {
|
|
18848
|
-
message: string;
|
|
18849
|
-
created_at: string;
|
|
18850
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18851
|
-
warning_code: 'salto_unknown_device_type';
|
|
18852
18907
|
} | {
|
|
18853
18908
|
message: string;
|
|
18854
18909
|
created_at: string;
|
|
@@ -18903,12 +18958,17 @@ export interface Routes {
|
|
|
18903
18958
|
message: string;
|
|
18904
18959
|
created_at: string;
|
|
18905
18960
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18906
|
-
warning_code: '
|
|
18961
|
+
warning_code: 'salto_ks_office_mode';
|
|
18962
|
+
} | {
|
|
18963
|
+
message: string;
|
|
18964
|
+
created_at: string;
|
|
18965
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18966
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
18907
18967
|
} | {
|
|
18908
18968
|
message: string;
|
|
18909
18969
|
created_at: string;
|
|
18910
18970
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18911
|
-
warning_code: '
|
|
18971
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
18912
18972
|
} | {
|
|
18913
18973
|
message: string;
|
|
18914
18974
|
created_at: string;
|
|
@@ -19533,11 +19593,6 @@ export interface Routes {
|
|
|
19533
19593
|
created_at: string;
|
|
19534
19594
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19535
19595
|
warning_code: 'many_active_backup_codes';
|
|
19536
|
-
} | {
|
|
19537
|
-
message: string;
|
|
19538
|
-
created_at: string;
|
|
19539
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19540
|
-
warning_code: 'salto_unknown_device_type';
|
|
19541
19596
|
} | {
|
|
19542
19597
|
message: string;
|
|
19543
19598
|
created_at: string;
|
|
@@ -19592,12 +19647,17 @@ export interface Routes {
|
|
|
19592
19647
|
message: string;
|
|
19593
19648
|
created_at: string;
|
|
19594
19649
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19595
|
-
warning_code: '
|
|
19650
|
+
warning_code: 'salto_ks_office_mode';
|
|
19651
|
+
} | {
|
|
19652
|
+
message: string;
|
|
19653
|
+
created_at: string;
|
|
19654
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19655
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
19596
19656
|
} | {
|
|
19597
19657
|
message: string;
|
|
19598
19658
|
created_at: string;
|
|
19599
19659
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19600
|
-
warning_code: '
|
|
19660
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
19601
19661
|
} | {
|
|
19602
19662
|
message: string;
|
|
19603
19663
|
created_at: string;
|
|
@@ -20258,11 +20318,6 @@ export interface Routes {
|
|
|
20258
20318
|
created_at: string;
|
|
20259
20319
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20260
20320
|
warning_code: 'many_active_backup_codes';
|
|
20261
|
-
} | {
|
|
20262
|
-
message: string;
|
|
20263
|
-
created_at: string;
|
|
20264
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20265
|
-
warning_code: 'salto_unknown_device_type';
|
|
20266
20321
|
} | {
|
|
20267
20322
|
message: string;
|
|
20268
20323
|
created_at: string;
|
|
@@ -20317,12 +20372,17 @@ export interface Routes {
|
|
|
20317
20372
|
message: string;
|
|
20318
20373
|
created_at: string;
|
|
20319
20374
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20320
|
-
warning_code: '
|
|
20375
|
+
warning_code: 'salto_ks_office_mode';
|
|
20321
20376
|
} | {
|
|
20322
20377
|
message: string;
|
|
20323
20378
|
created_at: string;
|
|
20324
20379
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20325
|
-
warning_code: '
|
|
20380
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
20381
|
+
} | {
|
|
20382
|
+
message: string;
|
|
20383
|
+
created_at: string;
|
|
20384
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20385
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
20326
20386
|
} | {
|
|
20327
20387
|
message: string;
|
|
20328
20388
|
created_at: string;
|
|
@@ -20946,11 +21006,6 @@ export interface Routes {
|
|
|
20946
21006
|
created_at: string;
|
|
20947
21007
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20948
21008
|
warning_code: 'many_active_backup_codes';
|
|
20949
|
-
} | {
|
|
20950
|
-
message: string;
|
|
20951
|
-
created_at: string;
|
|
20952
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20953
|
-
warning_code: 'salto_unknown_device_type';
|
|
20954
21009
|
} | {
|
|
20955
21010
|
message: string;
|
|
20956
21011
|
created_at: string;
|
|
@@ -21005,12 +21060,17 @@ export interface Routes {
|
|
|
21005
21060
|
message: string;
|
|
21006
21061
|
created_at: string;
|
|
21007
21062
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21008
|
-
warning_code: '
|
|
21063
|
+
warning_code: 'salto_ks_office_mode';
|
|
21009
21064
|
} | {
|
|
21010
21065
|
message: string;
|
|
21011
21066
|
created_at: string;
|
|
21012
21067
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21013
|
-
warning_code: '
|
|
21068
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
21069
|
+
} | {
|
|
21070
|
+
message: string;
|
|
21071
|
+
created_at: string;
|
|
21072
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21073
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
21014
21074
|
} | {
|
|
21015
21075
|
message: string;
|
|
21016
21076
|
created_at: string;
|
|
@@ -23490,11 +23550,6 @@ export interface Routes {
|
|
|
23490
23550
|
created_at: string;
|
|
23491
23551
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23492
23552
|
warning_code: 'many_active_backup_codes';
|
|
23493
|
-
} | {
|
|
23494
|
-
message: string;
|
|
23495
|
-
created_at: string;
|
|
23496
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23497
|
-
warning_code: 'salto_unknown_device_type';
|
|
23498
23553
|
} | {
|
|
23499
23554
|
message: string;
|
|
23500
23555
|
created_at: string;
|
|
@@ -23549,12 +23604,17 @@ export interface Routes {
|
|
|
23549
23604
|
message: string;
|
|
23550
23605
|
created_at: string;
|
|
23551
23606
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23552
|
-
warning_code: '
|
|
23607
|
+
warning_code: 'salto_ks_office_mode';
|
|
23608
|
+
} | {
|
|
23609
|
+
message: string;
|
|
23610
|
+
created_at: string;
|
|
23611
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23612
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
23553
23613
|
} | {
|
|
23554
23614
|
message: string;
|
|
23555
23615
|
created_at: string;
|
|
23556
23616
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23557
|
-
warning_code: '
|
|
23617
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
23558
23618
|
} | {
|
|
23559
23619
|
message: string;
|
|
23560
23620
|
created_at: string;
|
|
@@ -24178,11 +24238,6 @@ export interface Routes {
|
|
|
24178
24238
|
created_at: string;
|
|
24179
24239
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24180
24240
|
warning_code: 'many_active_backup_codes';
|
|
24181
|
-
} | {
|
|
24182
|
-
message: string;
|
|
24183
|
-
created_at: string;
|
|
24184
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24185
|
-
warning_code: 'salto_unknown_device_type';
|
|
24186
24241
|
} | {
|
|
24187
24242
|
message: string;
|
|
24188
24243
|
created_at: string;
|
|
@@ -24237,12 +24292,17 @@ export interface Routes {
|
|
|
24237
24292
|
message: string;
|
|
24238
24293
|
created_at: string;
|
|
24239
24294
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24240
|
-
warning_code: '
|
|
24295
|
+
warning_code: 'salto_ks_office_mode';
|
|
24241
24296
|
} | {
|
|
24242
24297
|
message: string;
|
|
24243
24298
|
created_at: string;
|
|
24244
24299
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24245
|
-
warning_code: '
|
|
24300
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
24301
|
+
} | {
|
|
24302
|
+
message: string;
|
|
24303
|
+
created_at: string;
|
|
24304
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24305
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
24246
24306
|
} | {
|
|
24247
24307
|
message: string;
|
|
24248
24308
|
created_at: string;
|
|
@@ -29766,11 +29826,6 @@ export interface Routes {
|
|
|
29766
29826
|
created_at: string;
|
|
29767
29827
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29768
29828
|
warning_code: 'many_active_backup_codes';
|
|
29769
|
-
} | {
|
|
29770
|
-
message: string;
|
|
29771
|
-
created_at: string;
|
|
29772
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29773
|
-
warning_code: 'salto_unknown_device_type';
|
|
29774
29829
|
} | {
|
|
29775
29830
|
message: string;
|
|
29776
29831
|
created_at: string;
|
|
@@ -29825,12 +29880,17 @@ export interface Routes {
|
|
|
29825
29880
|
message: string;
|
|
29826
29881
|
created_at: string;
|
|
29827
29882
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29828
|
-
warning_code: '
|
|
29883
|
+
warning_code: 'salto_ks_office_mode';
|
|
29829
29884
|
} | {
|
|
29830
29885
|
message: string;
|
|
29831
29886
|
created_at: string;
|
|
29832
29887
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29833
|
-
warning_code: '
|
|
29888
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
29889
|
+
} | {
|
|
29890
|
+
message: string;
|
|
29891
|
+
created_at: string;
|
|
29892
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29893
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
29834
29894
|
} | {
|
|
29835
29895
|
message: string;
|
|
29836
29896
|
created_at: string;
|
|
@@ -32291,11 +32351,6 @@ export interface Routes {
|
|
|
32291
32351
|
created_at: string;
|
|
32292
32352
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32293
32353
|
warning_code: 'many_active_backup_codes';
|
|
32294
|
-
} | {
|
|
32295
|
-
message: string;
|
|
32296
|
-
created_at: string;
|
|
32297
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32298
|
-
warning_code: 'salto_unknown_device_type';
|
|
32299
32354
|
} | {
|
|
32300
32355
|
message: string;
|
|
32301
32356
|
created_at: string;
|
|
@@ -32350,12 +32405,17 @@ export interface Routes {
|
|
|
32350
32405
|
message: string;
|
|
32351
32406
|
created_at: string;
|
|
32352
32407
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32353
|
-
warning_code: '
|
|
32408
|
+
warning_code: 'salto_ks_office_mode';
|
|
32354
32409
|
} | {
|
|
32355
32410
|
message: string;
|
|
32356
32411
|
created_at: string;
|
|
32357
32412
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32358
|
-
warning_code: '
|
|
32413
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
32414
|
+
} | {
|
|
32415
|
+
message: string;
|
|
32416
|
+
created_at: string;
|
|
32417
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32418
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
32359
32419
|
} | {
|
|
32360
32420
|
message: string;
|
|
32361
32421
|
created_at: string;
|
|
@@ -32979,11 +33039,6 @@ export interface Routes {
|
|
|
32979
33039
|
created_at: string;
|
|
32980
33040
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32981
33041
|
warning_code: 'many_active_backup_codes';
|
|
32982
|
-
} | {
|
|
32983
|
-
message: string;
|
|
32984
|
-
created_at: string;
|
|
32985
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32986
|
-
warning_code: 'salto_unknown_device_type';
|
|
32987
33042
|
} | {
|
|
32988
33043
|
message: string;
|
|
32989
33044
|
created_at: string;
|
|
@@ -33038,12 +33093,17 @@ export interface Routes {
|
|
|
33038
33093
|
message: string;
|
|
33039
33094
|
created_at: string;
|
|
33040
33095
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33041
|
-
warning_code: '
|
|
33096
|
+
warning_code: 'salto_ks_office_mode';
|
|
33042
33097
|
} | {
|
|
33043
33098
|
message: string;
|
|
33044
33099
|
created_at: string;
|
|
33045
33100
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33046
|
-
warning_code: '
|
|
33101
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
33102
|
+
} | {
|
|
33103
|
+
message: string;
|
|
33104
|
+
created_at: string;
|
|
33105
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33106
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
33047
33107
|
} | {
|
|
33048
33108
|
message: string;
|
|
33049
33109
|
created_at: string;
|
|
@@ -36919,11 +36979,6 @@ export interface Routes {
|
|
|
36919
36979
|
created_at: string;
|
|
36920
36980
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36921
36981
|
warning_code: 'many_active_backup_codes';
|
|
36922
|
-
} | {
|
|
36923
|
-
message: string;
|
|
36924
|
-
created_at: string;
|
|
36925
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36926
|
-
warning_code: 'salto_unknown_device_type';
|
|
36927
36982
|
} | {
|
|
36928
36983
|
message: string;
|
|
36929
36984
|
created_at: string;
|
|
@@ -36978,12 +37033,17 @@ export interface Routes {
|
|
|
36978
37033
|
message: string;
|
|
36979
37034
|
created_at: string;
|
|
36980
37035
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36981
|
-
warning_code: '
|
|
37036
|
+
warning_code: 'salto_ks_office_mode';
|
|
36982
37037
|
} | {
|
|
36983
37038
|
message: string;
|
|
36984
37039
|
created_at: string;
|
|
36985
37040
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36986
|
-
warning_code: '
|
|
37041
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
37042
|
+
} | {
|
|
37043
|
+
message: string;
|
|
37044
|
+
created_at: string;
|
|
37045
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37046
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
36987
37047
|
} | {
|
|
36988
37048
|
message: string;
|
|
36989
37049
|
created_at: string;
|
|
@@ -37609,11 +37669,6 @@ export interface Routes {
|
|
|
37609
37669
|
created_at: string;
|
|
37610
37670
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37611
37671
|
warning_code: 'many_active_backup_codes';
|
|
37612
|
-
} | {
|
|
37613
|
-
message: string;
|
|
37614
|
-
created_at: string;
|
|
37615
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37616
|
-
warning_code: 'salto_unknown_device_type';
|
|
37617
37672
|
} | {
|
|
37618
37673
|
message: string;
|
|
37619
37674
|
created_at: string;
|
|
@@ -37668,12 +37723,17 @@ export interface Routes {
|
|
|
37668
37723
|
message: string;
|
|
37669
37724
|
created_at: string;
|
|
37670
37725
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37671
|
-
warning_code: '
|
|
37726
|
+
warning_code: 'salto_ks_office_mode';
|
|
37727
|
+
} | {
|
|
37728
|
+
message: string;
|
|
37729
|
+
created_at: string;
|
|
37730
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37731
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
37672
37732
|
} | {
|
|
37673
37733
|
message: string;
|
|
37674
37734
|
created_at: string;
|
|
37675
37735
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37676
|
-
warning_code: '
|
|
37736
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
37677
37737
|
} | {
|
|
37678
37738
|
message: string;
|
|
37679
37739
|
created_at: string;
|