Add page indexes to conversation manifests
This commit is contained in:
@@ -480,6 +480,22 @@ export type MindSpaceConversationPackage = {
|
||||
createdAt: number;
|
||||
updatedAt: number;
|
||||
artifacts: MindSpaceConversationArtifact[];
|
||||
pages?: Array<{
|
||||
pageId: string;
|
||||
artifactIds: string[];
|
||||
displayName?: string;
|
||||
canonicalUrl?: string;
|
||||
createdAt: number;
|
||||
updatedAt: number;
|
||||
}>;
|
||||
publications?: Array<{
|
||||
publicationId: string;
|
||||
artifactIds: string[];
|
||||
displayName?: string;
|
||||
canonicalUrl?: string;
|
||||
createdAt: number;
|
||||
updatedAt: number;
|
||||
}>;
|
||||
};
|
||||
|
||||
export type MindSpacePageVersion = {
|
||||
|
||||
Reference in New Issue
Block a user