systemprompt-content 0.1.21

Content module for systemprompt.io with content management, analytics, and event tracking
Documentation
pub mod builders;
pub mod content;
pub mod content_error;
pub mod link;
pub mod search;

pub use builders::{
    CategoryIdUpdate, CreateContentParams, CreateLinkParams, RecordClickParams, TrackClickParams,
    UpdateContentParams,
};
pub use content::{
    Content, ContentKind, ContentLinkMetadata, ContentMetadata, ContentSummary, IngestionOptions,
    IngestionReport, IngestionSource, Tag,
};
pub use content_error::ContentValidationError;
pub use link::{
    CampaignLink, CampaignPerformance, ContentJourneyNode, DestinationType, LinkClick,
    LinkPerformance, LinkType, UtmParams,
};
pub use search::{SearchFilters, SearchRequest, SearchResponse, SearchResult};