Skip to main content

Module api

Module api 

Source

Structs§

AgencyDomainInfo
A domain of agency, flattened for a delegation-creation picker (host → Tauri → Studio).
DiagnosticsReport
A node health/status snapshot for support + the Sync & Backup panel.
ManualFacets
Facets a person attaches to an asset at ingest — the “software provides the means, the person authors the meaning” path. These merge on top of whatever a processor derived automatically (a photo’s EXIF still wins for its own time/place); they let a plain document be placed on the timeline (a date) or the map (coordinates), or collected under a project / purpose — none of it imposed.
SyncPullReport
WebizenHostApi
Transport-neutral Host API exported for UI and qApps.

Functions§

agency_consent_from_str
Parse the wire form of a consent state ("granted" | "withdrawn" | "pending" | "not_required") into [ConsentState]. Used by the Tauri command layer.
library_stats_at
Vault-free hypermedia library reads (storage path; no Sanctuary HostApi required). Aggregate stats at storage_root (header chips + section counts).
list_library_section_at
Vault-free hypermedia library reads (storage path; no Sanctuary HostApi required). List library entries at storage_root (newest-first store order). Optional section filter.
parse_anatomy_model
Parse a model string ("male" / "female", case-insensitive) into an [AnatomyModel].
query_library_faceted_at
Vault-free hypermedia library reads (storage path; no Sanctuary HostApi required). Faceted query + facet counts at storage_root (same JSON shape as HostApi).
sanctuary_retention_mode_from_str
Parse the wire form of a decoy-audit retention mode ("auto_archive" | "manual_triage") into the RetentionMode enum. Used by the Tauri command layer so the desktop crate needs no direct qualia-core-db dependency.
search_library_at
Vault-free hypermedia library reads (storage path; no Sanctuary HostApi required). Facet search (topic | depicts | place | project | purpose) without vault.
search_library_text_at
Vault-free hypermedia library reads (storage path; no Sanctuary HostApi required). Free-text search without vault.
search_library_time_at
Vault-free hypermedia library reads (storage path; no Sanctuary HostApi required). Timeline range search without vault.