Skip to main content

systemprompt_identifiers/
managed.rs

1//! Stable identities for managed authoring, revisions and publication.
2//!
3//! Copyright (c) systemprompt.io — Business Source License 1.1.
4//! See <https://systemprompt.io> for licensing details.
5
6crate::define_id!(ManagedSourceId, generate, schema);
7crate::define_id!(SourceSnapshotId, generate, schema);
8crate::define_id!(ManagedResourceId, generate, schema);
9crate::define_id!(ResourceRevisionId, generate, schema);
10crate::define_id!(PublicationReviewId, generate, schema);
11crate::define_id!(PublicationId, generate, schema);
12crate::define_id!(ManagedReconciliationId, generate, schema);
13crate::define_id!(WithdrawalProposalId, generate, schema);
14crate::define_id!(DistributionId, generate, schema);
15crate::define_id!(InstallationReceiptId, generate, schema);
16crate::define_id!(InvocationAttributionId, generate, schema);