/
docs
/
library
menu
library
#
fuz_app 🗝
fullstack app library
npm i -D @fuzdev/fuz_app
homepage
app.fuz.dev
repo
fuzdev/fuz_app
npm
@fuzdev/fuz_app
version
0.105.0
license
MIT
actions/action_bridge.ts
ActionRouteOptions
ActionEventOptions
derive_http_method
create_action_route_spec
create_action_event_spec
actions/action_codegen.ts
PROTOCOL_ACTION_METHODS
ProtocolActionMethod
is_protocol_action_method
ImportBuilder
get_executor_phases
DEFAULT_COLLECTIONS_PATH
DEFAULT_SPECS_MODULE
DEFAULT_METATYPES_PATH
get_handler_return_type
generate_phase_handlers
create_banner
to_action_spec_identifier
to_action_spec_input_identifier
to_action_spec_output_identifier
to_action_property_key
generate_actions_api_method_signature
ActionMethodEnumKind
action_method_enum_kinds_all
resolve_spec_qualifier
generate_action_method_enums
generate_action_method_enum_block
generate_typed_action_event_alias
generate_action_specs_record
generate_action_inputs_outputs
generate_action_event_datas
generate_frontend_actions_api
generate_frontend_action_handlers
generate_backend_actions_api
generate_backend_action_handlers_map
SpecSource
create_namespace_qualifier
compose_gen_file
actions/action_dispatcher.ts
ActionDispatcherSendOptions
ActionDispatcherOptions
ActionDispatcher
actions/action_event.ts
ActionEventChangeObserver
ActionEvent
create_action_event
create_action_event_from_json
parse_action_event
actions/action_event_data.ts
ActionEventData
ActionEventRequestResponseData
ActionEventRemoteNotificationData
ActionEventLocalCallData
ActionEventDataUnion
actions/action_event_helpers.ts
is_request_response
is_remote_notification
is_local_call
is_send_request
is_receive_request
is_send_response
is_receive_response
is_notification_send
is_notification_receive
is_execute
is_initial
is_parsed
is_handling
is_handled
is_failed
is_send_request_with_parsed_input
is_notification_send_with_parsed_input
validate_step_transition
validate_phase_for_kind
validate_phase_transition
get_initial_phase
should_validate_output
is_action_complete
create_initial_data
extract_action_result
actions/action_event_types.ts
ActionExecutor
ActionEventStep
action_event_step_transitions
action_event_phase_by_kind
action_event_phase_transitions
ActionEventEnvironment
actions/action_registry.ts
ActionRegistry
actions/action_rpc.ts
ActionContext
ActionHandler
ActionAuthContext
AuthActionHandler
ActionActorContext
ActorActionHandler
RpcAction
HandlerForSpec
rpc_action
CreateRpcEndpointOptions
create_rpc_endpoint
actions/action_spec.ts
ActionKind
ActionInitiator
ActionSideEffects
ActionSpec
RequestResponseActionSpec
RemoteNotificationActionSpec
LocalCallActionSpec
ActionSpecUnion
is_action_spec
ActionEventPhase
actions/action_types.ts
Action
actions/broadcast_api.ts
ShouldDeliverFn
CreateBroadcastApiOptions
BroadcastApi
create_broadcast_api
actions/cancel.ts
CancelNotificationParams
cancel_action_spec
cancel_handler
cancel_action
actions/compile_action_registry.ts
ActionRegistryCompileResult
compile_action_registry
actions/connection_closer.ts
ConnectionCloser
actions/frontend_rpc_client.ts
CreateFrontendRpcClientOptions
FrontendRpcClient
create_frontend_rpc_client
actions/heartbeat.ts
heartbeat_action_spec
heartbeat_handler
heartbeat_action
actions/peer_ping.ts
PEER_PING_METHOD
PEER_PROTOCOL_VERSION
REASON_PEER_TIMEOUT
REASON_PEER_CONNECTION_GONE
REASON_PEER_NO_TRANSPORT
REASON_PEER_TOO_MANY_IN_FLIGHT
REASON_PEER_PING_INVALID_REPLY
REASON_PEER_PING_NONCE_MISMATCH
PingActionInput
PingRequestParams
PingResponse
peer_ping_action_spec
peer_ping_handler
peer_ping_responder
peer_ping_action
actions/peer_request.ts
DEFAULT_PEER_REQUEST_TIMEOUT
MAX_IN_FLIGHT_PEER_REQUESTS_PER_CONNECTION
PeerRequestError
PeerRequestOutcome
PeerRequestOptions
RequestClient
PendingPeerRequestsOptions
PendingPeerRequests
audit_unmatched_peer_response
actions/perform_action.ts
PerformActionInput
PerformActionDeps
PerformActionResult
perform_action
perform_action_result_to_envelope
actions/protocol.ts
protocol_actions
protocol_action_specs
actions/register_action_ws.ts
DEFAULT_SERVER_HEARTBEAT_TIMEOUT
SocketOpenContext
SocketCloseContext
ServerHeartbeatOptions
RegisterActionWsOptions
RegisterActionWsResult
register_action_ws
actions/register_ws_endpoint.ts
RegisterWsEndpointOptions
register_ws_endpoint
actions/request_tracker.svelte.ts
RequestTrackerItem
RequestTracker
actions/rpc_client.ts
TransportForMethod
CreateRpcClientOptions
create_rpc_client
RpcClientCallOptions
ThrowingApi
create_throwing_api
actions/socket.svelte.ts
DEFAULT_CLOSE_CODE
DEFAULT_RECONNECT_DELAY
DEFAULT_RECONNECT_DELAY_MAX
DEFAULT_BACKOFF_FACTOR
DEFAULT_HEARTBEAT_INTERVAL
DEFAULT_HEARTBEAT_RECEIVE_TIMEOUT
DEFAULT_QUEUE_MAX_SIZE
SocketStatus
SocketMessageHandler
SocketErrorHandler
FrontendWebsocketReconnectOptions
FrontendWebsocketHeartbeatOptions
FrontendWebsocketQueueOptions
FrontendWebsocketClientOptions
FrontendWebsocketClient
socket_status_to_async_status
actions/transports.ts
WS_CLOSE_SESSION_REVOKED
WS_CLOSE_CLIENT_HEARTBEAT_TIMEOUT
WS_CLOSE_SERVER_HEARTBEAT_TIMEOUT
TransportName
TransportSendOptions
Transport
Transports
actions/transports_http.ts
FrontendHttpTransport
actions/transports_ws.ts
WebsocketConnection
WebsocketRpcConnection
FrontendWebsocketTransport
actions/transports_ws_auth_guard.ts
AuditEventHandler
ws_disconnect_event_types
create_ws_auth_guard
create_ws_logout_closer
actions/transports_ws_backend.ts
ConnectionIdentity
FilterableBroadcastTransport
is_filterable_broadcast_transport
BackendWebsocketTransport
actions/ws_endpoint_spec.ts
WsEndpointSpec
auth/account_action_specs.ts
VerifyInput
SessionListInput
SessionListOutput
SessionRevokeInput
SessionRevokeOutput
SessionRevokeAllInput
SessionRevokeAllOutput
TokenCreateInput
TokenCreateOutput
TokenListInput
TokenListOutput
TokenRevokeInput
TokenRevokeOutput
account_verify_action_spec
account_session_list_action_spec
account_session_revoke_action_spec
account_session_revoke_all_action_spec
account_token_create_action_spec
account_token_list_action_spec
account_token_revoke_action_spec
all_account_action_specs
auth/account_actions.ts
AccountActionOptions
create_account_actions
auth/account_queries.ts
query_create_account
query_account_by_id
query_account_by_username
query_account_by_email
query_account_by_username_or_email
query_update_account_password
AccountIdentitySnapshot
query_account_soft_delete
query_purge_account
query_actor_soft_delete
query_account_undelete
query_actor_undelete
query_account_has_any
query_create_actor
query_actors_by_account
query_active_actors_by_account
query_actor_by_id
query_create_account_with_actor
AdminAccountListOptions
query_admin_account_list
auth/account_route_schema.ts
AccountStatusInput
AccountStatusOutput
AccountStatusUnauthenticatedError
LoginInput
LoginOutput
LogoutInput
LogoutOutput
PasswordChangeInput
PasswordChangeOutput
DEFAULT_MAX_SESSIONS
DEFAULT_MAX_TOKENS
account_status_route_shape
AccountRouteShapeOptions
create_account_route_shapes
auth/account_routes.ts
create_account_status_route_spec
AccountStatusOptions
DEFAULT_LOGIN_FAIL_FLOOR_MS
DEFAULT_LOGIN_FAIL_JITTER_MS
AuthSessionRouteOptions
AccountRouteOptions
create_account_route_specs
auth/account_schema.ts
Account
SessionAccount
Actor
ROLE_GRANT_REVOKED_REASON_LENGTH_MAX
RoleGrant
is_role_grant_active
SessionId
AuthSession
ApiToken
SessionAccountJson
AuthSessionJson
ClientApiTokenJson
RoleGrantSummaryJson
ActorSummaryJson
AdminAccountJson
PendingOfferSummaryJson
AdminAccountEntryJson
CreateAccountInput
CreateRoleGrantInput
to_session_account
to_admin_account
auth/actor_lookup_action_specs.ts
ACTOR_LOOKUP_IDS_MAX
ActorLookupEntryJson
ActorLookupInput
ActorLookupOutput
actor_lookup_action_spec
all_actor_lookup_action_specs
auth/actor_lookup_actions.ts
ActorLookupActionDeps
create_actor_lookup_actions
auth/actor_lookup_queries.ts
ActorLookupRow
query_actors_by_ids
auth/actor_search_action_specs.ts
ACTOR_SEARCH_LIMIT_MAX
ACTOR_SEARCH_LIMIT_DEFAULT
ACTOR_SEARCH_QUERY_LENGTH_MAX
ERROR_ACTOR_SEARCH_SCOPE_REQUIRED
ActorSearchInput
ActorSearchOutput
actor_search_action_spec
all_actor_search_action_specs
auth/actor_search_actions.ts
ActorSearchActionDeps
create_actor_search_actions
auth/actor_search_queries.ts
ActorSearchQueryInput
query_actor_search
auth/admin_action_specs.ts
AUDIT_LOG_LIST_LIMIT_MAX
ADMIN_ACCOUNT_LIST_DEFAULT_LIMIT
ADMIN_ACCOUNT_LIST_LIMIT_MAX
AdminAccountListInput
AdminAccountListOutput
AdminSessionListInput
AdminSessionListOutput
AdminSessionRevokeAllInput
AdminSessionRevokeAllOutput
AdminTokenRevokeAllInput
AdminTokenRevokeAllOutput
AuditLogListInput
AuditLogListOutput
AuditLogRoleGrantHistoryInput
AuditLogRoleGrantHistoryOutput
InviteCreateInput
InviteCreateOutput
InviteListInput
InviteListOutput
InviteDeleteInput
InviteDeleteOutput
AppSettingsGetInput
AppSettingsGetOutput
AppSettingsUpdateInput
AppSettingsUpdateOutput
ERROR_PURGE_NOT_CONFIRMED
ERROR_CANNOT_DELETE_KEEPER
ERROR_CANNOT_DELETE_LAST_ADMIN
AccountDeleteInput
AccountDeleteOutput
AccountPurgeInput
AccountPurgeOutput
AccountUndeleteInput
AccountUndeleteOutput
admin_account_list_action_spec
admin_session_list_action_spec
admin_session_revoke_all_action_spec
admin_token_revoke_all_action_spec
audit_log_list_action_spec
audit_log_role_grant_history_action_spec
invite_create_action_spec
invite_list_action_spec
invite_delete_action_spec
account_delete_action_spec
account_purge_action_spec
account_undelete_action_spec
app_settings_get_action_spec
app_settings_update_action_spec
all_admin_action_specs
auth/admin_actions.ts
AdminActionOptions
create_admin_actions
auth/all_action_spec_registries.ts
FuzAuthActionSpecRegistry
all_fuz_auth_action_spec_registries
auth/all_cell_actions.ts
AllCellActionsOptions
create_all_cell_actions
auth/api_token.ts
API_TOKEN_PREFIX
API_TOKEN_ID_REGEX
ApiTokenId
hash_api_token
generate_api_token
auth/api_token_queries.ts
ApiTokenQueryDeps
query_create_api_token
query_validate_api_token
query_revoke_all_api_tokens_for_account
query_revoke_api_token_for_account
query_api_token_list_for_account
query_api_token_enforce_limit
auth/app_settings_queries.ts
query_app_settings_load
query_app_settings_load_with_username
query_app_settings_update
auth/app_settings_schema.ts
AppSettings
AppSettingsJson
AppSettingsWithUsernameJson
UpdateAppSettingsInput
auth/audit_emitter.ts
AuditEmitterContext
AuditEmitRoleGrantContext
AuditEmitter
AuditEmitFn
EmitDecorator
CreateAuditEmitterOptions
create_audit_emitter
auth/audit_log_ddl.ts
AUDIT_LOG_SCHEMA
AUDIT_LOG_INDEXES
auth/audit_log_queries.ts
get_audit_metadata_validation_failures
reset_audit_metadata_validation_failures
get_audit_unknown_event_type_failures
reset_audit_unknown_event_type_failures
query_audit_log
query_audit_log_list
query_audit_log_list_with_usernames
query_audit_log_list_role_grant_history
query_audit_log_cleanup_before
auth/audit_log_route_schema.ts
AuditStreamQuery
DEFAULT_AUDIT_STREAM_ROLE
create_audit_log_route_shape
auth/audit_log_routes.ts
AuditLogRouteOptions
create_audit_log_route_specs
auth/audit_log_schema.ts
AUDIT_EVENT_TYPES
AuditEventType
AUDIT_EVENT_TYPE_NAME_REGEX
AuditEventTypeName
AuditOutcome
audit_metadata_schemas
AuditMetadataMap
AuditLogEvent
get_audit_metadata
AuditLogInput
AuditLogConfig
builtin_audit_log_config
CreateAuditLogConfigOptions
create_audit_log_config
AUDIT_LOG_DEFAULT_LIMIT
AuditLogListOptions
AuditLogEventJson
AuditLogEventWithUsernamesJson
RoleGrantHistoryEventJson
AdminSessionJson
auth/auth_ddl.ts
ACCOUNT_SCHEMA
ACTOR_SCHEMA
ACTOR_INDEX
ACTOR_NAME_LOWER_INDEX
ROLE_GRANT_SCHEMA
ROLE_GRANT_INDEXES
AUTH_SESSION_SCHEMA
AUTH_SESSION_INDEXES
API_TOKEN_SCHEMA
ACCOUNT_EMAIL_INDEX
ACCOUNT_USERNAME_CI_INDEX
API_TOKEN_INDEX
BOOTSTRAP_LOCK_SCHEMA
BOOTSTRAP_LOCK_SEED
INVITE_SCHEMA
INVITE_INDEXES
APP_SETTINGS_SCHEMA
APP_SETTINGS_SEED
auth/auth_guard_resolver.ts
fuz_auth_guard_resolver
auth/bearer_auth.ts
create_bearer_auth_middleware
auth/bootstrap_account.ts
BootstrapAccountInput
BootstrapAccountSuccess
BootstrapAccountFailure
BootstrapAccountResult
BootstrapAccountDeps
bootstrap_account
auth/bootstrap_route_schema.ts
BootstrapInput
BootstrapOutput
bootstrap_route_shape
auth/bootstrap_routes.ts
BootstrapStatus
BootstrapRouteOptions
CheckBootstrapStatusDeps
check_bootstrap_status
create_bootstrap_route_specs
auth/cell_action_specs.ts
CellVisibility
ERROR_CELL_NOT_FOUND
ERROR_CELL_PATH_ADMIN_ONLY
ERROR_CELL_PATH_TAKEN
ERROR_CELL_VISIBILITY_MANAGE_ONLY
ERROR_CELL_GET_REQUIRES_ID_OR_PATH
ERROR_CELL_KIND_IN_DATA
ERROR_CELL_KIND_EMPTY
ERROR_CELL_CREATE_FORBIDDEN
ERROR_CELL_MODERATE_FORBIDDEN
ERROR_CELL_NOT_A_CONTRIBUTION
ERROR_CELL_LIST_CREATED_BY_REQUIRES_AUTH
ERROR_CELL_LIST_SHARED_WITH_REQUIRES_AUTH
CELL_PATH_LENGTH_MAX
CellPath
CELL_LIST_LIMIT_MAX
CELL_LIST_LIMIT_DEFAULT
CELL_RELATIONS_BUNDLE_LIMIT
CellJson
CellCreateInput
CellCreateOutput
CellGetInput
CellGetOutput
CellUpdateInput
CellUpdateOutput
CellDeleteInput
CellDeleteOutput
CellListInput
CellListOutput
CellCloneInput
CellCloneOutput
CellModerationDecision
CellModerateInput
CellModerateOutput
cell_create_action_spec
cell_get_action_spec
cell_update_action_spec
cell_delete_action_spec
cell_list_action_spec
cell_clone_action_spec
cell_moderate_action_spec
all_cell_action_specs
auth/cell_actions.ts
CellCreateAuthorizeInput
CellCreateVerdict
CellCreateAuthorize
CellActionDeps
to_cell_json
create_cell_actions
auth/cell_audit_action_specs.ts
CellAuditEventJson
CELL_AUDIT_LIST_DEFAULT_LIMIT
CellAuditListInput
CellAuditListOutput
cell_audit_list_action_spec
all_cell_audit_action_specs
auth/cell_audit_actions.ts
create_cell_audit_actions
auth/cell_audit_events.ts
cell_audit_events
auth/cell_audit_metadata.ts
CellAuditMetadata
CellCloneAuditMetadata
CellModerateAuditMetadata
auth/cell_authorize.ts
can_view_cell
can_edit_cell
can_manage_cell
auth/cell_data_schema.ts
CellData
auth/cell_field_action_specs.ts
ERROR_CELL_FIELD_LIST_REQUIRES_SOURCE_OR_TARGET
CELL_FIELD_NAME_REGEX
CellFieldName
FieldJson
CellFieldSetInput
CellFieldSetOutput
CellFieldDeleteInput
CellFieldDeleteOutput
CellFieldListInput
CellFieldListOutput
cell_field_set_action_spec
cell_field_delete_action_spec
cell_field_list_action_spec
all_cell_field_action_specs
auth/cell_field_actions.ts
CellFieldActionDeps
to_field_json
create_cell_field_actions
auth/cell_field_audit_metadata.ts
CellFieldSetAuditMetadata
CellFieldDeleteAuditMetadata
auth/cell_grant_action_specs.ts
ERROR_CELL_GRANT_NOT_FOUND
ERROR_CELL_GRANT_PRINCIPAL_IS_OWNER
ERROR_CELL_GRANT_UNKNOWN_ROLE
CellGrantLevel
CellGrantPrincipalInput
GrantJson
CellGrantCreateInput
CellGrantCreateOutput
CellGrantRevokeInput
CellGrantRevokeOutput
CellGrantListInput
CellGrantListOutput
cell_grant_create_action_spec
cell_grant_revoke_action_spec
cell_grant_list_action_spec
all_cell_grant_action_specs
auth/cell_grant_actions.ts
CellGrantActionDeps
to_grant_json
create_cell_grant_actions
auth/cell_grant_audit_metadata.ts
CellGrantPrincipalAuditMetadata
CellGrantCreateAuditMetadata
CellGrantRevokeAuditMetadata
auth/cell_item_action_specs.ts
ERROR_CELL_ITEM_LIST_REQUIRES_PARENT_OR_CHILD
ERROR_CELL_ITEM_POSITION_TAKEN
CellItemPosition
ItemJson
CellItemInsertInput
CellItemInsertOutput
CellItemMoveInput
CellItemMoveOutput
CellItemDeleteInput
CellItemDeleteOutput
CellItemListInput
CellItemListOutput
cell_item_insert_action_spec
cell_item_move_action_spec
cell_item_delete_action_spec
cell_item_list_action_spec
all_cell_item_action_specs
auth/cell_item_actions.ts
CellItemActionDeps
to_item_json
create_cell_item_actions
auth/cell_item_audit_metadata.ts
CellItemInsertAuditMetadata
CellItemMoveAuditMetadata
CellItemDeleteAuditMetadata
auth/cell_relation_visibility.ts
filter_visible_target_ids
auth/cleanup.ts
AuthCleanupDeps
AuthCleanupResult
cleanup_expired_role_grant_offers
run_auth_cleanup
auth/credential_type_schema.ts
CREDENTIAL_TYPE_NAME_REGEX
CredentialTypeName
CREDENTIAL_TYPE_SESSION
CREDENTIAL_TYPE_API_TOKEN
CREDENTIAL_TYPE_DAEMON_TOKEN
BUILTIN_CREDENTIAL_TYPES
BuiltinCredentialType
CredentialTypeMeta
builtin_credential_type_meta
CredentialTypeSchemaResult
create_credential_type_schema
auth/daemon_token.ts
DaemonToken
DAEMON_TOKEN_HEADER
DaemonTokenState
generate_daemon_token
validate_daemon_token
auth/daemon_token_middleware.ts
DEFAULT_ROTATION_INTERVAL_MS
DaemonTokenWriteDeps
get_daemon_token_path
write_daemon_token
resolve_keeper_account_id
DaemonTokenRotationOptions
DaemonTokenRotation
start_daemon_token_rotation
create_daemon_token_middleware
auth/deps.ts
AppDeps
RouteFactoryDeps
ActionFactoryDeps
auth/grant_path_schema.ts
GRANT_PATH_NAME_REGEX
GrantPathName
GRANT_PATH_ADMIN
GRANT_PATH_SELF_SERVICE
GRANT_PATH_SYSTEM
GRANT_PATH_BOOTSTRAP
BUILTIN_GRANT_PATHS
BuiltinGrantPath
GrantPathMeta
builtin_grant_path_meta
GrantPathSchemaResult
create_grant_path_schema
auth/invite_queries.ts
query_create_invite
query_invite_find_unclaimed_by_email
query_invite_find_unclaimed_by_username
query_invite_find_unclaimed_match_for_update
query_invite_claim_unscoped
query_invite_list_all
query_invite_list_all_with_usernames
query_invite_delete_unclaimed
auth/invite_schema.ts
Invite
InviteJson
InviteWithUsernamesJson
CreateInviteInput
auth/keyring.ts
Keyring
create_keyring
validate_keyring
ValidatedKeyringResult
create_validated_keyring
auth/middleware.ts
AuthMiddlewareOptions
create_auth_middleware_specs
auth/migrations.ts
AUTH_MIGRATION_NAMESPACE
reserved_migration_namespaces
auth_migrations
auth_migration_ns
auth/password.ts
PASSWORD_LENGTH_MIN
PASSWORD_LENGTH_MAX
Password
PasswordProvided
PasswordHashDeps
auth/password_argon2.ts
hash_password
verify_password
verify_dummy
argon2_password_deps
auth/request_context.ts
RequestContext
REQUEST_CONTEXT_KEY
AUTH_SESSION_TOKEN_HASH_KEY
get_request_context
require_request_context
RequestActorContext
has_role
has_scoped_role
has_any_scoped_role
ResolveActingActorResult
resolve_acting_actor
create_request_context_middleware
require_auth
require_role
require_credential_types
refresh_role_grants
build_request_context
build_account_context
AuthorizationFailureBody
AuthorizationResult
apply_authorization_phase
create_fuz_authorization_handler
auth/role_grant_offer_action_specs.ts
ERROR_ROLE_GRANT_OFFER_SELF_TARGET
ERROR_ROLE_GRANT_OFFER_TERMINAL
ERROR_ROLE_GRANT_OFFER_EXPIRED
ERROR_ROLE_GRANT_OFFER_NOT_FOUND
ERROR_ROLE_GRANT_OFFER_ROLE_NOT_GRANTABLE
ERROR_ROLE_GRANT_OFFER_NOT_AUTHORIZED
ERROR_ROLE_GRANT_OFFER_ACTOR_MISMATCH
ERROR_ROLE_GRANT_OFFER_ACTOR_ACCOUNT_MISMATCH
RoleGrantOfferCreateInput
RoleGrantOfferAcceptInput
RoleGrantOfferDeclineInput
RoleGrantOfferRetractInput
RoleGrantOfferListInput
RoleGrantRevokeInput
RoleGrantOfferHistoryInput
RoleGrantOfferCreateOutput
RoleGrantOfferAcceptOutput
RoleGrantOfferOkOutput
RoleGrantOfferListOutput
RoleGrantOfferHistoryOutput
RoleGrantRevokeOutput
RoleGrantAssignInput
RoleGrantAssignOutput
role_grant_offer_create_action_spec
role_grant_offer_accept_action_spec
role_grant_offer_decline_action_spec
role_grant_offer_retract_action_spec
role_grant_offer_list_action_spec
role_grant_offer_history_action_spec
role_grant_revoke_action_spec
role_grant_assign_action_spec
all_role_grant_offer_action_specs
auth/role_grant_offer_actions.ts
RoleGrantOfferCreateAuthorize
RoleGrantOfferActionOptions
create_role_grant_offer_actions
auth/role_grant_offer_ddl.ts
ROLE_GRANT_OFFER_SCOPE_SENTINEL_UUID
ROLE_GRANT_OFFER_SCOPE_KIND_GLOBAL_TOKEN
ROLE_GRANT_OFFER_SCHEMA
ROLE_GRANT_OFFER_PENDING_UNIQUE_INDEX
ROLE_GRANT_OFFER_INBOX_INDEX
auth/role_grant_offer_notifications.ts
NotificationSender
ROLE_GRANT_OFFER_RECEIVED_NOTIFICATION_METHOD
ROLE_GRANT_OFFER_RETRACTED_NOTIFICATION_METHOD
ROLE_GRANT_OFFER_ACCEPTED_NOTIFICATION_METHOD
ROLE_GRANT_OFFER_DECLINED_NOTIFICATION_METHOD
ROLE_GRANT_OFFER_SUPERSEDE_NOTIFICATION_METHOD
ROLE_GRANT_REVOKE_NOTIFICATION_METHOD
RoleGrantOfferReceivedParams
RoleGrantOfferRetractedParams
RoleGrantOfferAcceptedParams
RoleGrantOfferDeclinedParams
RoleGrantOfferSupersedeParams
RoleGrantRevokeParams
role_grant_offer_received_notification_spec
role_grant_offer_retracted_notification_spec
role_grant_offer_accepted_notification_spec
role_grant_offer_declined_notification_spec
role_grant_offer_supersede_notification_spec
role_grant_revoke_notification_spec
role_grant_offer_notification_specs
build_role_grant_offer_received_notification
build_role_grant_offer_retracted_notification
build_role_grant_offer_accepted_notification
build_role_grant_offer_declined_notification
build_role_grant_offer_supersede_notification
build_role_grant_revoke_notification
auth/role_grant_offer_queries.ts
RoleGrantOfferAlreadyTerminalError
RoleGrantOfferExpiredError
RoleGrantOfferNotFoundError
RoleGrantOfferSelfTargetError
RoleGrantOfferActorMismatchError
RoleGrantOfferActorAccountMismatchError
query_role_grant_offer_create
DeclinedOffer
query_role_grant_offer_decline
query_role_grant_offer_retract
query_role_grant_offer_list
query_role_grant_offer_history_for_account
query_role_grant_offer_find_pending
query_role_grant_offer_sweep_expired
AcceptOfferInput
AcceptOfferResult
query_accept_offer
auth/role_grant_offer_schema.ts
ROLE_GRANT_OFFER_MESSAGE_LENGTH_MAX
ROLE_GRANT_OFFER_DEFAULT_TTL_MS
RoleGrantOffer
SupersededOffer
CreateRoleGrantOfferInput
RoleGrantOfferJson
to_role_grant_offer_json
auth/role_grant_queries.ts
query_create_role_grant
query_role_grant_find_active_role_for_actor
RevokeRoleGrantResult
query_revoke_role_grant
query_role_grant_find_active_for_actor
query_role_grant_has_role
query_account_has_global_role
query_account_has_active_global_role
query_count_active_accounts_with_global_role
query_role_grant_list_for_actor
query_role_grant_find_account_id_for_role
RevokeForScopeResult
query_role_grant_revoke_for_scope
RevokeRoleResult
query_role_grant_revoke_role
auth/role_schema.ts
RoleName
ROLE_KEEPER
ROLE_ADMIN
BUILTIN_ROLES
BuiltinRole
RoleSpec
builtin_role_specs_by_name
CreateRoleSchemaOptions
RoleSchemaResult
create_role_schema
role_has_grant_path
list_roles_with_grant_path
auth/scope_kind_schema.ts
SCOPE_KIND_NAME_REGEX
ScopeKindName
ScopeKindMeta
ScopeKindSchemaResult
create_scope_kind_schema
auth/self_service_role_action_specs.ts
ERROR_ROLE_NOT_SELF_SERVICE_ELIGIBLE
SelfServiceRoleSetInput
SelfServiceRoleSetOutput
self_service_role_set_action_spec
all_self_service_role_action_specs
auth/self_service_role_actions.ts
SelfServiceRoleActionsOptions
create_self_service_role_actions
auth/session_cookie.ts
SESSION_AGE_MAX
SESSION_REFRESH_THRESHOLD_S
SessionCookieOptions
session_cookie_options
SessionOptions
ParsedSession
parse_session
create_session_cookie_value
ProcessSessionResult
create_session_config
fuz_session_config
process_session_cookie
auth/session_middleware.ts
get_session_cookie
set_session_cookie
clear_session_cookie
create_session_middleware
CreateSessionAndSetCookieOptions
create_session_and_set_cookie
auth/session_queries.ts
AUTH_SESSION_LIFETIME_MS
AUTH_SESSION_EXTEND_THRESHOLD_MS
hash_session_token
generate_session_token
query_create_session
query_session_get_valid
query_session_touch
query_session_revoke_by_hash_unscoped
query_session_revoke_for_account
query_session_revoke_all_for_account
query_session_list_for_account
query_session_enforce_limit
query_session_list_all_active
query_session_cleanup_expired
session_touch_fire_and_forget
auth/signup_route_schema.ts
SignupInput
SignupOutput
SignupRouteShapeOptions
create_signup_route_shape
auth/signup_routes.ts
DEFAULT_SIGNUP_FAIL_FLOOR_MS
DEFAULT_SIGNUP_FAIL_JITTER_MS
SignupRouteOptions
create_signup_route_specs
auth/standard_action_specs.ts
all_standard_action_specs
auth/standard_rpc_actions.ts
StandardRpcActionsOptions
StandardRpcActionsDeps
create_standard_rpc_actions
cli/args.ts
ParseResult
parse_command_args
create_extract_global_flags
cli/config.ts
get_app_dir
get_config_path
load_config
save_config
cli/daemon.ts
DaemonInfo
get_daemon_info_path
write_daemon_info
read_daemon_info
is_daemon_running
check_daemon_health
StopDaemonResult
stop_daemon
cli/help.ts
CommandMeta
HelpCategory
HelpOptions
HelpGenerator
to_max_length
format_arg_name
create_help
cli/logger.ts
CliLogger
create_cli_logger
cli/util.ts
colors
run_local
confirm
crypto.ts
generate_random_base64url
db/assert_row.ts
assert_row
db/cell_audit_queries.ts
CellAuditListOptions
query_audit_log_list_by_cell
db/cell_ddl.ts
CELL_VISIBILITY_TYPE
CELL_SCHEMA
CELL_INDEXES
CELL_GRANT_SCHEMA
CELL_GRANT_INDEXES
CELL_FIELD_SCHEMA
CELL_FIELD_INDEXES
CELL_ITEM_SCHEMA
CELL_ITEM_INDEXES
CELL_DROP_TABLES
CELL_MIGRATIONS
CELL_MIGRATION_NAMESPACE
CELL_MIGRATION_NS
db/cell_field_queries.ts
CellFieldRow
CellFieldSetQueryInput
query_cell_field_set
query_cell_field_get
query_cell_field_delete
query_cell_field_list_for_source
query_cell_field_list_for_target
db/cell_grant_queries.ts
CellGrantRow
CellGrantPrincipalQueryInput
CellGrantCreateQueryInput
query_cell_grant_create
query_cell_grant_get
query_cell_grant_delete
query_cell_grant_list_for_cell
query_cell_grant_list_for_cells
query_cell_grants_for_caller_in_cells
db/cell_history_ddl.ts
CELL_HISTORY_SCHEMA
CELL_HISTORY_INDEXES
CELL_HISTORY_DROP_TABLES
CELL_HISTORY_MIGRATIONS
CELL_HISTORY_MIGRATION_NAMESPACE
CELL_HISTORY_MIGRATION_NS
db/cell_item_queries.ts
CellItemRow
CellItemInsertQueryInput
query_cell_item_insert
query_cell_item_get
query_cell_item_move
query_cell_item_delete
query_cell_item_list_for_parent
query_cell_item_list_for_child
db/cell_queries.ts
CellRow
CellCreateQueryInput
CellUpdatePatch
CellListOptions
query_cell_create
query_cell_get
query_cell_get_by_path
query_cell_load_many
query_cell_update
query_cell_delete
query_cell_set_moderation
query_cell_list_by_kind
query_cell_list_by_creator
query_cell_list
CellListParams
db/create_db.ts
CreateDbResult
create_db
db/db.ts
DbClient
DbDeps
DbDriverResult
DbType
no_nested_transaction
Db
db/db_pg.ts
register_pg_type_parsers
create_pg_db
db/db_pglite.ts
create_pglite_db
db/fact_ddl.ts
FACTS_SCHEMA
FACT_REFS_SCHEMA
FACT_REFS_TARGET_INDEX
MEMOS_SCHEMA
FACT_DROP_TABLES
FACT_MIGRATIONS
FACT_MIGRATION_NAMESPACE
FACT_MIGRATION_NS
db/fact_disk_storage.ts
FACT_TMP_DIRNAME
FACT_TMP_ORPHAN_MAX_AGE_MS
FactDiskStorageDeps
StreamPlacement
StreamFactToDiskResult
stream_fact_to_disk
write_fact_bytes_to_disk
create_disk_fact_fetcher
sweep_orphan_temps
db/fact_queries.ts
FactRow
FactMetaRow
query_put_fact
query_put_fact_refs
query_get_fact
query_get_fact_meta
query_has_fact
query_get_fact_refs
query_delete_fact
OrphanFactsListResult
query_orphan_facts_list
query_orphan_facts_select_for_delete
db/fact_store.ts
FACT_EMBEDDED_THRESHOLD_DEFAULT
FactExternalFetcher
create_default_fetcher
PgFactStoreDeps
PgFactStore
db/fact_store_errors.ts
PayloadTooLargeError
StorageFullError
is_enospc_error
db/file_fact_url.ts
FILE_FACT_URL_PATTERN
FileFactUrl
is_file_fact_url
fact_disk_path
parse_file_fact_url
mint_file_fact_url
db/migrate.ts
Migration
MigrationNamespace
MigrationResult
MigrationErrorKind
MigrationErrorContext
MigrationError
run_migrations
baseline
db/pg_error.ts
is_pg_unique_violation
db/query_deps.ts
QueryDeps
db/schema_ready.ts
ExpectedSchema
query_public_columns
MissingColumns
SchemaDriftResult
check_schema_drift
format_schema_drift
READY_ERROR
db/sql_identifier.ts
VALID_SQL_IDENTIFIER
assert_valid_sql_identifier
db/status.ts
Divergence
MigrationStatus
TableStatus
DbStatus
query_db_status
format_db_status
dev/setup.ts
SetupLogger
default_setup_logger
SetupEnvResult
SetupTokenResult
ResetDbResult
SetupEnvOptions
SetupBootstrapTokenOptions
CreateDatabaseOptions
ResetDatabaseOptions
parse_db_name
generate_random_key
read_env_var
setup_env_file
setup_bootstrap_token
reset_bootstrap_token
create_database
reset_database
SeedDevAccountInput
SeedDevAccountResult
SeedDevAccountDeps
seed_dev_account
env/dotenv.ts
parse_dotenv
load_env_file
env/load.ts
EnvValidationError
log_env_validation_error
load_env
env/mask.ts
MASKED_VALUE
format_env_display_value
env/resolve.ts
resolve_env_vars
has_env_vars
get_env_var_names
resolve_env_vars_in_object
resolve_env_vars_required
EnvVarRef
scan_env_vars
EnvValidationResult
validate_env_vars
FormatMissingEnvVarsOptions
format_missing_env_vars
env/update_env_variable.ts
UpdateEnvVariableOptions
update_env_variable
hono_context.ts
CREDENTIAL_TYPES
CredentialType
CREDENTIAL_TYPE_KEY
AUTH_API_TOKEN_ID_KEY
ACCOUNT_ID_KEY
TEST_CONTEXT_PRESET_KEY
http/auth_shape.ts
ActingActor
AuthAxisState
RouteAuth
is_public_auth
needs_actor
needs_account
is_role_auth
is_credential_gated_auth
is_keeper_auth
is_plain_authenticated_auth
input_schema_declares_acting
ActingSlots
assert_route_auth_acting_biconditional
http/client_ip.ts
get_client_ip
http/common_routes.ts
create_health_route_spec
load_expected_schema
ReadyRouteOptions
create_ready_route_spec
ServerStatusOptions
create_server_status_route_spec
SurfaceRouteOptions
create_surface_route_spec
http/db_routes.ts
TableInfo
TableWithCount
PrimaryKeyInfo
ColumnInfo
DB_TABLE_ROWS_DEFAULT_LIMIT
DB_TABLE_ROWS_LIMIT_MAX
DbRouteOptions
create_db_route_specs
http/error_schemas.ts
ERROR_INVALID_REQUEST_BODY
ERROR_INVALID_JSON_BODY
ERROR_INVALID_ROUTE_PARAMS
ERROR_INVALID_QUERY_PARAMS
ERROR_AUTHENTICATION_REQUIRED
ERROR_INSUFFICIENT_PERMISSIONS
ERROR_CREDENTIAL_TYPE_REQUIRED
ERROR_RATE_LIMIT_EXCEEDED
ERROR_INVALID_CREDENTIALS
ERROR_PAYLOAD_TOO_LARGE
ERROR_FORBIDDEN_ORIGIN
ERROR_INVALID_TOKEN
ERROR_ACCOUNT_NOT_FOUND
ERROR_ACTOR_REQUIRED
ERROR_ACTOR_NOT_ON_ACCOUNT
ERROR_NO_ACTORS_ON_ACCOUNT
ERROR_ACCOUNT_VANISHED
ERROR_KEEPER_ACCOUNT_NOT_FOUND
ERROR_ALREADY_BOOTSTRAPPED
ERROR_TOKEN_FILE_MISSING
ERROR_NO_MATCHING_INVITE
ERROR_SIGNUP_CONFLICT
ERROR_INVITE_NOT_FOUND
ERROR_INVITE_DUPLICATE
ERROR_INVITE_ACCOUNT_EXISTS_USERNAME
ERROR_INVITE_ACCOUNT_EXISTS_EMAIL
ERROR_ROLE_NOT_WEB_GRANTABLE
ERROR_ROLE_GRANT_NOT_FOUND
ERROR_INVALID_EVENT_TYPE
ERROR_FOREIGN_KEY_VIOLATION
ERROR_TABLE_NOT_FOUND
ERROR_TABLE_NO_PRIMARY_KEY
ERROR_ROW_NOT_FOUND
ERROR_DATABASE_CONNECTION_FAILED
ApiError
ValidationError
PermissionError
CredentialTypeRequiredError
RateLimitError
PayloadTooLargeError
ForeignKeyError
ActorRequiredError
ActorNotOnAccountError
NoActorsOnAccountError
AccountVanishedError
RouteErrorSchemas
RateLimitKey
DeriveErrorSchemasOptions
derive_error_schemas
http/ip_canonical.ts
IP_LITERAL_CHARS
canonicalize_ip
ipv6_bigint_to_canonical
http/jsonrpc.ts
JSONRPC_VERSION
JsonrpcRequestId
JsonrpcMethod
JsonrpcProgressToken
JsonrpcMcpMeta
JsonrpcRequestParamsMeta
JsonrpcRequestParams
JsonrpcNotificationParams
JsonrpcResult
JsonrpcRequest
JsonrpcNotification
JsonrpcResponse
JSONRPC_PARSE_ERROR
JSONRPC_INVALID_REQUEST
JSONRPC_METHOD_NOT_FOUND
JSONRPC_INVALID_PARAMS
JSONRPC_INTERNAL_ERROR
JSONRPC_SERVER_ERROR_START
JSONRPC_SERVER_ERROR_END
JsonrpcServerErrorCode
JsonrpcErrorCode
JsonrpcErrorObject
JsonrpcErrorResponse
JsonrpcResponseOrError
JsonrpcMessage
JsonrpcMessageFromClientToServer
JsonrpcMessageFromServerToClient
http/jsonrpc_errors.ts
UNKNOWN_ERROR_MESSAGE
JsonrpcErrorName
JSONRPC_ERROR_CODES
jsonrpc_error_messages
ThrownJsonrpcError
jsonrpc_errors
JSONRPC_ERROR_CODE_TO_HTTP_STATUS
HTTP_STATUS_TO_JSONRPC_ERROR_CODE
jsonrpc_error_code_to_http_status
http_status_to_jsonrpc_error_code
JSONRPC_ERROR_CODE_TO_NAME
jsonrpc_error_code_to_name
http/jsonrpc_helpers.ts
create_jsonrpc_request
create_jsonrpc_response
create_jsonrpc_notification
create_jsonrpc_error_response
create_jsonrpc_error_response_from_thrown
is_jsonrpc_request_id
is_jsonrpc_object
is_jsonrpc_message
is_jsonrpc_request
is_jsonrpc_notification
is_jsonrpc_response
is_jsonrpc_error_response
to_jsonrpc_message_id
to_jsonrpc_params
to_jsonrpc_result
http/middleware_spec.ts
MiddlewareSpec
http/origin.ts
is_browser_context
parse_allowed_origins
should_allow_origin
verify_request_source
http/pending_effects.ts
EmitAfterCommitContext
emit_after_commit
dispatch_with_post_commit_rollback
flush_pending_effects
flush_post_commit_effects
http/proxy.ts
normalize_ip
ProxyOptions
ParsedProxy
parse_proxy_entry
validate_ip_strict
is_trusted_ip
resolve_client_ip
create_proxy_middleware
create_proxy_middleware_spec
http/route_spec.ts
get_route_input
get_route_params
get_route_query
AuthGuards
AuthGuardResolver
AuthorizationHandler
RouteMethod
RouteContext
RouteHandler
RouteSpec
apply_middleware_specs
apply_route_specs
prefix_route_specs
http/schema_helpers.ts
is_null_schema
is_void_schema
is_strict_object_schema
schema_to_surface
middleware_applies
merge_error_schemas
http/surface.ts
AppSurfaceRoute
AppSurfaceMiddleware
AppSurfaceEnv
AppSurfaceEvent
AppSurfaceRpcMethod
AppSurfaceRpcEndpoint
AppSurfaceWsMethod
AppSurfaceWsEndpoint
AppSurfaceDiagnostic
AppSurface
AppSurfaceSpec
RpcEndpointSpec
GenerateAppSurfaceOptions
collect_middleware_errors
env_schema_to_surface
events_to_surface
generate_app_surface
create_app_surface_spec
http/surface_query.ts
filter_protected_routes
filter_public_routes
filter_role_routes
filter_authenticated_routes
filter_keeper_routes
filter_routes_for_role
RouteAuthCategory
routes_by_auth_type
filter_routes_by_prefix
filter_routes_with_input
filter_routes_with_params
filter_routes_with_query
filter_mutation_routes
filter_rate_limited_routes
format_route_key
surface_auth_summary
primitive_schemas.ts
USERNAME_LENGTH_MIN
USERNAME_LENGTH_MAX
USERNAME_PROVIDED_LENGTH_MAX
Username
UsernameProvided
EMAIL_LENGTH_MAX
Email
rate_limiter.ts
DEFAULT_RATE_LIMITER_MAX_KEYS
RateLimiterOptions
default_login_ip_rate_limit
default_login_account_rate_limit
default_action_ip_rate_limit
default_action_account_rate_limit
RateLimitResult
RateLimiter
create_rate_limiter
rate_limit_exceeded_response
realtime/sse.ts
SseStream
SseNotification
create_sse_response
EventSpec
create_validated_broadcaster
realtime/sse_auth_guard.ts
AUDIT_LOG_CHANNEL
disconnect_event_types
create_sse_auth_guard
AuditLogSse
audit_log_event_specs
AUDIT_LOG_SSE_MAX_PER_SCOPE
create_audit_log_sse
realtime/sse_constants.ts
SSE_CONNECTED_COMMENT
realtime/subscriber_registry.ts
Subscriber
SubscriberRegistryOptions
SubscribeOptions
SubscriberRegistry
runtime/deno.ts
create_deno_runtime
runtime/deps.ts
StatResult
CommandResult
RunCommandOptions
EnvDeps
ReadTextFromOffsetResult
FsReadDeps
FsWriteDeps
FsStreamDeps
FsRemoveDeps
CommandDeps
FetchDeps
LogDeps
TerminalDeps
ProcessDeps
RuntimeDeps
runtime/fs.ts
write_file_atomic
runtime/mock.ts
MockRuntime
create_mock_runtime
reset_mock_runtime
set_mock_stdin
MockExitError
runtime/node.ts
create_node_runtime
schema_meta.ts
SchemaFieldMeta
sensitivity.ts
Sensitivity
server/app_backend.ts
AppBackend
AuditFactory
default_audit_factory
CreateAppBackendOptions
create_app_backend
server/app_server.ts
EffectErrorContext
BootstrapServerOptions
BootstrapDisabledOptions
BootstrapSurfaceOnlyOptions
BootstrapLiveOptions
AppServerOptions
AppServer
require_audit_sse
DEFAULT_MAX_BODY_SIZE
create_app_server
server/app_server_context.ts
AppServerContext
server/env.ts
BaseServerEnv
ServerEnvOptions
ServerEnvOptionsError
ServerEnvOptionsResult
validate_server_env
server/fact_write.ts
WriteFactOptions
write_fact
server/file_fact_fetcher.ts
FileFactFetcherOptions
create_file_fact_fetcher
server/serve_fact_route.ts
CreateServeFactRouteSpecOptions
create_serve_cell_fact_route_spec
create_serve_fact_route_spec
server/startup.ts
log_startup_summary
server/static.ts
ServeStaticOptions
ServeStaticFactory
create_static_middleware
server/validate_nginx.ts
NginxValidationResult
validate_nginx_config
server/x_accel.ts
NginxFactsValidation
validate_facts_internal_location
XAccelConfig
XAccelConfigError
create_x_accel_config
testing/admin_integration.ts
StandardAdminIntegrationTestOptions
describe_standard_admin_integration_tests
testing/adversarial_404.ts
describe_adversarial_404
testing/adversarial_headers.ts
AdversarialHeaderCase
create_standard_adversarial_cases
describe_standard_adversarial_headers
testing/adversarial_input.ts
generate_input_test_cases
generate_params_test_cases
generate_query_test_cases
describe_adversarial_input
testing/app_server.ts
stub_password_deps
TEST_COOKIE_SECRET
CreateTestAccountWithCredentialsOptions
BootstrapTestKeeperOptions
create_test_account_with_credentials
MintTestSessionOptions
mint_test_session
bootstrap_test_keeper
TestAppServer
TestAppServerOptions
create_test_app_server
CreateTestAppOptions
SuiteAppOptions
TestAccount
CreateTestAppAccountArgs
TestApp
create_test_app
CreateTestAppForBootstrapOptions
TestAppForBootstrap
create_test_app_for_bootstrap
testing/assert_dev_env.ts
testing/assertions.ts
resolve_fixture_path
assert_surface_matches_snapshot
assert_surface_deterministic
assert_only_expected_public_routes
get_route_error_schema
assert_error_schema_valid
assert_full_middleware_stack
testing/attack_surface.ts
AdversarialTestOptions
describe_adversarial_auth
resolve_standard_error_schema_tightness
StandardAttackSurfaceOptions
describe_standard_attack_surface_tests
testing/audit_completeness.ts
AuditCompletenessTestOptions
describe_audit_completeness_tests
testing/audit_drift_guard.ts
install_audit_drift_guard
AuditEmitMarker
RecordingAuditEmitter
create_recording_audit_emitter
create_emit_ordering_audit_factory
testing/auth_apps.ts
create_test_request_context
create_test_app_from_specs
AuthTestApps
create_auth_test_apps
select_auth_app
resolve_test_path
testing/bootstrap_success.ts
BootstrapSuccessTestOptions
describe_bootstrap_success_tests
testing/connection_closer_helpers.ts
RecordedClose
RecordingCloser
create_recording_closer
assert_close_call
testing/cross_backend/account_lifecycle.ts
AccountLifecycleCrossTestOptions
describe_account_lifecycle_cross_tests
testing/cross_backend/action_manifest.ts
ActionManifestEntry
ActionManifest
action_manifest_entry
build_action_manifest
testing/cross_backend/action_manifest_parity.ts
ActionManifestDiff
diff_action_manifests
ActionManifestDiffLabels
format_action_manifest_diffs
assert_action_manifests_equal
testing/cross_backend/actor_lookup.ts
ActorLookupCrossTestOptions
describe_actor_lookup_cross_tests
testing/cross_backend/actor_search.ts
ActorSearchCrossTestOptions
describe_actor_search_cross_tests
testing/cross_backend/app_settings.ts
AppSettingsCrossTestOptions
describe_app_settings_cross_tests
testing/cross_backend/backend_config.ts
BackendBootstrapConfig
BackendConfig
testing/cross_backend/bench/bench_report.ts
format_cross_impl_markdown
CrossImplComparisonEntry
CompareCrossImplOptions
compare_cross_impl
format_cross_impl_comparison
format_cross_impl_json
testing/cross_backend/bench/run_cross_impl_bench.ts
CrossImplBenchEntry
CrossImplBenchResult
RunCrossImplBenchOptions
run_cross_impl_bench
testing/cross_backend/bench/scenario.ts
BenchScenarioContext
BenchScenario
default_bench_scenarios
testing/cross_backend/body_size.ts
BodySizeCrossTestOptions
describe_body_size_cross_tests
testing/cross_backend/body_size_smuggling.ts
BodySizeSmugglingCrossTestOptions
describe_body_size_smuggling_cross_tests
testing/cross_backend/bootstrap_backend.ts
bootstrap_backend
testing/cross_backend/build_test_backend_paths.ts
TestBackendPaths
build_test_backend_paths
testing/cross_backend/capabilities.ts
BackendShapeNotes
BackendCapabilities
in_process_capabilities
in_process_shape_notes
test_if
testing/cross_backend/cell_cross_helpers.ts
RpcResult
cross_rpc_call
error_reason
expect_output
testing/cross_backend/cell_crud.ts
describe_cell_crud_cross_tests
testing/cross_backend/cell_gated_create.ts
describe_cell_gated_create_cross_tests
describe_cell_moderate_cross_tests
testing/cross_backend/cell_grant_role.ts
CELL_EDITOR_ROLE
CELL_ROLE_HOLDER_USERNAME
describe_cell_grant_role_cross_tests
testing/cross_backend/cell_relations.ts
describe_cell_relations_cross_tests
testing/cross_backend/conformance_case.ts
ConformancePrincipal
ConformanceCaseRequest
ConformanceCaseExpectation
ConformanceCaseXfail
ConformanceCase
testing/cross_backend/conformance_table.ts
ConformancePrincipalConfig
ConformanceTableOptions
FINGERPRINT_HEADERS
assert_no_fingerprint_headers
assert_expected_headers
describe_conformance_table_tests
testing/cross_backend/cookie_attributes.ts
CookieAttributesCrossTestOptions
describe_cookie_attributes_cross_tests
testing/cross_backend/create_cross_backend_global_setup.ts
CrossBackendGlobalSetupOptions
create_cross_backend_global_setup
testing/cross_backend/create_dual_spawn_global_setup.ts
DualSpawnGlobalSetupOptions
create_dual_spawn_global_setup
testing/cross_backend/credential_header_robustness.ts
CredentialHeaderRobustnessCrossTestOptions
describe_credential_header_robustness_cross_tests
testing/cross_backend/default_backend_configs.ts
LOGIN_RATE_LIMIT_ENABLED_ENV
ts_default_capabilities
rust_default_capabilities
ts_default_shape_notes
rust_default_shape_notes
MakeDefaultTsBackendConfigOptions
make_default_ts_backend_config
MakeDefaultRustBackendConfigOptions
make_default_rust_backend_config
testing/cross_backend/default_secrets.ts
default_test_bootstrap_token
default_test_keeper_username
default_test_keeper_password
default_test_cookie_keys
testing/cross_backend/default_spine_surface.ts
spine_session_options
spine_roles
SpineRpcEndpointsOptions
spine_rpc_endpoints
create_spine_route_specs
create_spine_ready_route_spec
create_spine_surface_spec
testing/cross_backend/expected_schema.json
testing/cross_backend/fact_serving.ts
FactServingCrossTestOptions
describe_fact_serving_cross_tests
testing/cross_backend/full_spine_mount.ts
FullSpineMountOptions
build_full_spine_rpc_actions
full_spine_rpc_endpoints
testing/cross_backend/identity_parity.ts
IdentityParityCrossTestOptions
describe_identity_parity_cross_tests
testing/cross_backend/in_process_setup.ts
InProcessSetupOptions
default_in_process_setup
DefaultInProcessSuiteOptions
default_in_process_suite_options
testing/cross_backend/login_security.ts
LoginSecurityCrossTestOptions
describe_login_security_cross_tests
testing/cross_backend/make_cross_backend_project.ts
CrossBackendProjectOptions
make_cross_backend_project
testing/cross_backend/method_coverage.ts
MethodCoverageTier
MethodCoverageEntry
RpcMethodCoverageInput
assert_rpc_method_coverage
testing/cross_backend/origin.ts
OriginCrossTestOptions
describe_origin_cross_tests
testing/cross_backend/peer_ping_ws.ts
PeerPingWsTestOptions
describe_peer_ping_ws_tests
testing/cross_backend/ready.ts
ReadyCrossTestOptions
describe_ready_cross_tests
testing/cross_backend/role_grant_offer_enumeration.ts
OFFER_GRANTOR_USERNAME
RoleGrantOfferEnumerationCrossTestOptions
describe_role_grant_offer_enumeration_cross_tests
testing/cross_backend/role_grant_offer_notification_ws.ts
RoleGrantOfferNotificationWsTestOptions
describe_role_grant_offer_notification_ws_tests
testing/cross_backend/role_grant_participation.ts
RoleGrantParticipationCrossTestOptions
describe_role_grant_participation_cross_tests
testing/cross_backend/rust_spine_stub_backend_config.ts
RUST_SPINE_STUB_BIN_ENV
RUST_SPINE_STUB_EXPECTED_SCHEMA_PATH_ENV
RUST_SPINE_STUB_DEFAULT_PORT
RUST_SPINE_STUB_DEFAULT_DATABASE_URL
SpineStubBackendConfigOptions
rust_spine_stub_backend_config
testing/cross_backend/setup.ts
CreateTestAccountOptions
TestAccountFixture
ExtraAccountSpec
ExtraAccountFixture
build_extra_account_fixture
TestFixtureBase
TestFixture
SetupTest
CrossSuiteOptions
RpcPathCrossSuiteOptions
BootstrappedBackendHandle
ReconstructedBootstrappedBackendHandle
SerializableBootstrappedBackendHandle
serialize_bootstrapped_handle
reconstruct_bootstrapped_handle
CrossProcessSetupOptions
capture_schema_snapshot
capture_action_manifest
capture_migration_tracker
EXPIRED_SESSION_OFFSET_SECONDS
default_cross_process_setup
testing/cross_backend/spawn_backend.ts
BackendHandle
spawn_backend
testing/cross_backend/spine_surface_constants.ts
SPINE_RPC_PATH
SPINE_SSE_PATH
SPINE_CELL_EDITOR_ROLE
SPINE_PARTICIPANT_ROLE
SPINE_EXPECTED_SCHEMA_URL
testing/cross_backend/sse_round_trip.ts
CrossProcessSseTestOptions
describe_cross_process_sse_tests
testing/cross_backend/standard.ts
StandardCrossProcessTestOptions
describe_standard_cross_process_tests
testing/cross_backend/test_cell_gated_create_authorize.ts
SPACE_CELL_KIND
PARTICIPATION_ROLE
ContributionRule
test_cell_gated_create_authorize
testing/cross_backend/testing_backdoor.ts
TestingBackdoorCrossTestOptions
describe_testing_backdoor_cross_tests
testing/cross_backend/testing_reset_actions.ts
testing_reset_action_spec
testing_drain_effects_action_spec
testing_mint_session_action_spec
create_testing_drain_effects_action
testing_put_fact_action_spec
testing_schema_snapshot_action_spec
create_testing_schema_snapshot_action
testing_migration_tracker_action_spec
create_testing_migration_tracker_action
testing_action_manifest_action_spec
create_testing_action_manifest_action
CreateTestingActionsOptions
create_testing_actions
testing_reset_wiped_tables
testing/cross_backend/testing_server_bun.ts
create_bun_testing_adapter
testing/cross_backend/testing_server_core.ts
ServeHandle
PreparedWebsocket
TestingServerAdapter
BuiltTestingApp
StartTestingServerOptions
is_loopback_host
start_testing_server
testing/cross_backend/testing_server_deno.ts
create_deno_testing_adapter
testing/cross_backend/testing_server_node.ts
create_node_testing_adapter
testing/cross_backend/ts_spine_backend_config.ts
TS_SPINE_DIR_ENV
TS_SPINE_NODE_DEFAULT_PORT
TS_SPINE_DENO_DEFAULT_PORT
TS_SPINE_BUN_DEFAULT_PORT
TS_SPINE_NODE_ENTRY
TS_SPINE_DENO_ENTRY
TS_SPINE_BUN_ENTRY
TsSpineBackendConfigOptions
ts_spine_node_backend_config
ts_spine_bun_backend_config
ts_spine_deno_backend_config
testing/cross_backend/ws_round_trip.ts
CrossProcessWsTestOptions
describe_cross_process_ws_tests
testing/cross_backend/xfail.ts
xfail_until
testing/data_exposure.ts
collect_json_schema_property_names
assert_output_schemas_no_sensitive_fields
assert_non_admin_schemas_no_admin_fields
DataExposureTestOptions
describe_data_exposure_tests
testing/db.ts
IS_CI
DbFactory
reset_pglite
create_pglite_factory
create_pg_factory
auth_truncate_tables
auth_integration_truncate_tables
drop_auth_schema
create_describe_db
log_db_factory_status
testing/db_entities.ts
TestAccountWithActor
create_test_account_with_actor
create_test_role_grant_direct
create_test_extra_actor
soft_delete_test_actor
testing/entities.ts
TestAccountOverrides
create_test_account
TestActorOverrides
create_test_actor
TestRoleGrantOverrides
create_test_role_grant
create_test_context
TestAuditEventOverrides
create_test_audit_event
testing/error_coverage.ts
extract_declared_error_codes
UncoveredEntry
CoverageFilterOptions
ErrorCoverageCollector
DEFAULT_INTEGRATION_ERROR_COVERAGE
ErrorCoverageOptions
assert_error_coverage
testing/integration.ts
StandardIntegrationTestOptions
describe_standard_integration_tests
testing/integration_helpers.ts
find_route_spec
rest_auth_route_suffixes
RestAuthRouteSuffix
find_auth_route
assert_response_matches_spec
create_expired_test_cookie
check_error_response_fields
assert_no_error_info_leakage
assert_rate_limit_retry_after_header
sensitive_field_blocklist
admin_only_field_blocklist
collect_json_keys_recursive
assert_no_sensitive_fields_in_json
KeeperHeaderProvider
pick_auth_headers
testing/middleware.ts
BearerAuthTestOptions
BearerAuthTestCase
BearerAuthMocks
create_bearer_auth_mocks
TEST_CLIENT_IP
create_bearer_auth_test_app
describe_bearer_auth_cases
TEST_MIDDLEWARE_PATH
TestMiddlewareStackOptions
TestMiddlewareStackApp
create_test_middleware_stack_app
testing/mock_fs.ts
MockFs
create_mock_fs
testing/rate_limiting.ts
RateLimitingTestOptions
describe_rate_limiting_tests
testing/role_grant_helpers.ts
RoleGrantOfferAndAcceptArgs
role_grant_offer_and_accept
testing/round_trip.ts
RoundTripTestOptions
describe_round_trip_validation
testing/rpc_attack_surface.ts
RpcAttackSurfaceOptions
describe_rpc_attack_surface_tests
testing/rpc_helpers.ts
RpcEndpointsSuiteOption
resolve_rpc_endpoints_for_setup
create_rpc_post_init
create_rpc_get_url
assert_jsonrpc_error_response
assert_jsonrpc_success_response
RpcTestTransport
http_transport
headers_to_record
RpcCallResult
RpcCallApp
RpcCallArgs
rpc_call
rpc_call_non_browser
RpcCallResultForSpec
RpcCallForSpecArgs
rpc_call_for_spec
rpc_call_typed
find_rpc_action
find_rpc_method
require_rpc_endpoint_path
testing/rpc_round_trip.ts
RpcRoundTripTestOptions
describe_rpc_round_trip_tests
testing/schema_generators.ts
detect_format
generate_valid_value
resolve_valid_path
generate_valid_body
testing/schema_introspect.ts
ColumnSnapshot
TableSnapshot
SequenceSnapshot
EnumTypeSnapshot
SchemaSnapshot
MigrationTrackerEntry
MigrationTracker
query_migration_tracker
QuerySchemaSnapshotOptions
query_schema_snapshot
testing/schema_parity.ts
SchemaDiff
diff_schema_snapshots
SchemaDiffLabels
format_schema_diffs
assert_schema_snapshots_equal
MigrationTrackerDiff
diff_migration_trackers
format_migration_tracker_diffs
assert_migration_trackers_equal
testing/schema_ready_fixture.ts
SyncExpectedSchemaFixtureOptions
SyncExpectedSchemaFixtureResult
sync_expected_schema_fixture
testing/sse_round_trip.ts
SseRouteTestSpec
SseRouteTestOptions
describe_sse_route_tests
testing/standard.ts
StandardTestOptions
describe_standard_tests
testing/stubs.ts
create_throwing_stub
create_noop_stub
stub
create_stub_db
stub_handler
stub_mw
create_test_audit_emitter
create_stub_audit_sse
stub_app_deps
create_stub_app_deps
create_stub_api_middleware
create_stub_app_server_context
CreateTestAppSurfaceSpecOptions
create_test_app_surface_spec
testing/surface_invariants.ts
assert_protected_routes_declare_401
assert_role_routes_declare_403
assert_input_routes_declare_400
assert_params_routes_declare_400
assert_query_routes_declare_400
assert_descriptions_present
assert_no_duplicate_routes
assert_middleware_errors_propagated
assert_error_schemas_structurally_valid
assert_error_code_status_consistency
assert_404_schemas_use_specific_errors
ErrorSchemaSpecificity
ErrorSchemaAuditEntry
audit_error_schema_tightness
assert_rpc_method_descriptions_present
assert_ws_method_descriptions_present
assert_ws_endpoints_include_protocol_actions
assert_ws_notifications_have_null_auth
TESTING_METHOD_PREFIX
assert_no_testing_methods
SurfaceSecurityPolicyOptions
assert_sensitive_routes_rate_limited
assert_no_unexpected_public_mutations
assert_mutation_routes_use_post
assert_keeper_routes_under_prefix
ErrorSchemaTightnessOptions
fuz_app_stock_route_tightness_allowlist
default_error_schema_tightness
assert_error_schema_tightness
assert_surface_invariants
assert_rpc_ws_surface_invariants
assert_surface_security_policy
testing/test_credentials.ts
DEFAULT_TEST_PASSWORD
testing/testing_rate_limiter.ts
TestingRateLimiter
testing/transports/bootstrap.ts
BootstrapOptions
BootstrapResult
bootstrap
testing/transports/fetch_transport.ts
FetchTransportOptions
FetchTransport
create_fetch_transport
testing/transports/sse_frame_reader.ts
SSE_FRAME_READ_TIMEOUT_MS
SseFrameReader
create_sse_frame_reader
testing/transports/sse_transport.ts
SseTransportOptions
SseTransport
create_sse_transport
testing/transports/ws_client.ts
JsonrpcNotificationFrame
JsonrpcSuccessResponseFrame
JsonrpcErrorResponseFrame
is_notification
is_notification_with
is_response_for
WsWaiter
WsResponderOutcome
WsRequestResponder
deliver_inbound
WS_CLIENT_DEFAULT_TIMEOUT_MS
WsClient
testing/transports/ws_transport.ts
WsTransportOptions
create_ws_transport
testing/ws_round_trip.ts
FakeWs
create_fake_ws
FakeHonoContextOptions
create_fake_hono_context
StubUpgrade
create_stub_upgrade
MinimalActionEnvironment
dispatch_ws_message
WsConnectIdentity
CreateWsTestHarnessOptions
WsTestHarness
create_ws_test_harness
keeper_identity
build_broadcast_api
ui/account_sessions_state.svelte.ts
AccountSessionsRpc
account_sessions_rpc_context
AccountSessionsStateOptions
AccountSessionsState
ui/AccountSessions.svelte
AccountSessions
ui/admin_accounts_state.svelte.ts
AdminAccountsRpc
admin_accounts_rpc_context
AdminAccountsStateOptions
grant_key
AdminAccountsState
ui/admin_invites_state.svelte.ts
AdminInvitesRpc
admin_invites_rpc_context
AdminInvitesStateOptions
AdminInvitesState
ui/admin_rpc_adapters.ts
AdminRpcApi
AdminRpcAdapters
create_admin_rpc_adapters
ProvideAdminRpcContextsOptions
provide_admin_rpc_contexts
ui/admin_sessions_state.svelte.ts
AdminSessionsStateOptions
AdminSessionsState
ui/AdminAccounts.svelte
AdminAccounts
ui/AdminAuditLog.svelte
AdminAuditLog
ui/AdminInvites.svelte
AdminInvites
ui/AdminOverview.svelte
AdminOverview
ui/AdminRoleGrantHistory.svelte
AdminRoleGrantHistory
ui/AdminSessions.svelte
AdminSessions
ui/AdminSettings.svelte
AdminSettings
ui/AdminSurface.svelte
AdminSurface
ui/app_settings_state.svelte.ts
AppSettingsRpc
app_settings_rpc_context
AppSettingsStateOptions
AppSettingsState
ui/AppShell.svelte
AppShell
ui/async_slot.svelte.ts
AsyncSlotOptions
RunOptions
AsyncSlot
ui/audit_log_state.svelte.ts
AuditLogRpc
audit_log_rpc_context
AuditLogStateOptions
AuditLogState
ui/auth_state.svelte.ts
auth_state_context
AuthState
ui/BootstrapForm.svelte
BootstrapForm
ui/ColumnLayout.svelte
ColumnLayout
ui/ConfirmButton.svelte
ConfirmButton
ui/Datatable.svelte
Datatable
ui/datatable.ts
DATATABLE_MIN_COLUMN_WIDTH
DATATABLE_COLUMN_WIDTH_DEFAULT
DatatableColumn
ui/form_state.svelte.ts
FormState
ui/format_scope.ts
FormatScope
default_format_scope
format_scope_context
resolve_scope_label
ui/keyed_async_slot.svelte.ts
KeyedAsyncSlotOptions
KeyedAsyncSlot
ui/LoginForm.svelte
LoginForm
ui/LogoutButton.svelte
LogoutButton
ui/MenuLink.svelte
MenuLink
ui/OpenSignupToggle.svelte
OpenSignupToggle
ui/popover.svelte.ts
PopoverParameters
PopoverTriggerParameters
TransitionFunction
PopoverContentParameters
Popover
ui/PopoverButton.svelte
PopoverButton
ui/position_helpers.ts
CardinalPosition
Position
Alignment
generate_position_styles
ui/role_grant_offers_state.svelte.ts
role_grant_offers_state_context
RoleGrantOffersRpc
RoleGrantOfferNotification
RoleGrantOfferSubscribe
RoleGrantOffersStateOptions
RoleGrantOffersState
ui/RoleGrantOfferForm.svelte
RoleGrantOfferForm
ui/RoleGrantOfferHistory.svelte
RoleGrantOfferHistory
ui/RoleGrantOfferInbox.svelte
RoleGrantOfferInbox
ui/sidebar_state.svelte.ts
sidebar_state_context
SidebarStateOptions
SidebarState
ui/SignupForm.svelte
SignupForm
ui/SurfaceExplorer.svelte
SurfaceExplorer
ui/table_state.svelte.ts
TABLE_LIMIT_MAX
TableState
ui/ui_fetch.ts
ui_fetch
parse_response_error
ui/ui_format.ts
format_relative_time
format_uptime
truncate_middle
truncate_uuid
format_value
format_datetime_local
format_audit_metadata