@cryptorobot.ai/client 1.26.0-dev.1000 → 1.26.0-dev.998
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Static } from '@feathersjs/typebox';
|
|
2
2
|
import type { HookContext } from '../../../declarations';
|
|
3
3
|
import type { SecurityEventsService } from './security-events.class';
|
|
4
|
-
export declare const SECURITY_EVENT_TYPES: readonly ['login', 'login_failed', 'login_new_device', 'login_new_country', 'login_impossible_travel', 'login_high_risk', 'login_brute_force', 'password_change', 'password_reset_request', 'password_reset_complete', 'password_breached', 'account_locked', 'account_unlocked', 'session_revoked', 'session_revoke_all', 'signup', 'signup_blocked', 'patch_blocked_fields', 'mfa_enrolled', 'mfa_verified', 'mfa_failed', 'api_key_created', 'api_key_revoked', 'role_change', 'blocked', 'admin_action', 'honeypot_dotfile_probe', 'honeypot_swagger_probe', 'honeypot_cms_probe', 'honeypot_graphql_probe', 'honeypot_actuator_probe', 'honeypot_admin_probe', 'honeypot_data_exfil_probe', 'honeypot_auth_bypass_probe', 'honeypot_socketio_probe'
|
|
4
|
+
export declare const SECURITY_EVENT_TYPES: readonly ['login', 'login_failed', 'login_new_device', 'login_new_country', 'login_impossible_travel', 'login_high_risk', 'login_brute_force', 'password_change', 'password_reset_request', 'password_reset_complete', 'password_breached', 'account_locked', 'account_unlocked', 'session_revoked', 'session_revoke_all', 'signup', 'signup_blocked', 'patch_blocked_fields', 'mfa_enrolled', 'mfa_verified', 'mfa_failed', 'api_key_created', 'api_key_revoked', 'role_change', 'blocked', 'admin_action', 'honeypot_dotfile_probe', 'honeypot_swagger_probe', 'honeypot_cms_probe', 'honeypot_graphql_probe', 'honeypot_actuator_probe', 'honeypot_admin_probe', 'honeypot_data_exfil_probe', 'honeypot_auth_bypass_probe', 'honeypot_socketio_probe'];
|
|
5
5
|
export type SecurityEventType = (typeof SECURITY_EVENT_TYPES)[number];
|
|
6
6
|
export declare const securityEventsSchema: import("@feathersjs/typebox").TObject<{
|
|
7
7
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|