pub enum Source {
CustomerUpload,
StaffScan,
StaffUpload,
EmailIngest,
ProviderPoll,
ProviderWebhook,
MigrationImport,
Unknown,
}Expand description
Source route through which a document entered the review and storage pipeline.
Variants§
CustomerUpload
Customer-submitted file that enters quarantine, scan, and reviewer queues before use.
StaffScan
Paper document digitized by staff and tied to source metadata for auditability.
StaffUpload
Staff-uploaded file attached to an operational record with reviewer accountability.
EmailIngest
Email attachment captured from an inbox before classification, scan, and review.
ProviderPoll
File discovered through provider polling and reconciled against source-system authority.
ProviderWebhook
File announced by provider webhook and retained with webhook provenance for audit.
MigrationImport
Legacy file imported during migration with provenance preserved for cleanup review.
Unknown
Source route is unknown, so staff should verify document origin before trusting it in workflows.