@welshare/sdk
    Preparing search index...

    Interface CreateDocumentReferenceFromBinaryParams

    interface CreateDocumentReferenceFromBinaryParams {
        author?: string;
        category?: {
            coding?: {
                code?: string;
                display?: string;
                system: string;
                userSelected?: boolean;
                version?: string;
            }[];
            text?: string;
        }[];
        description?: string;
        subjectDid: string;
        type?: {
            coding?: {
                code?: string;
                display?: string;
                system: string;
                userSelected?: boolean;
                version?: string;
            }[];
            text?: string;
        };
    }
    Index

    Properties

    author?: string

    Author reference(s). If not provided, defaults to using the subjectDid as author reference.

    category?: {
        coding?: {
            code?: string;
            display?: string;
            system: string;
            userSelected?: boolean;
            version?: string;
        }[];
        text?: string;
    }[]

    Document categories. Use DOCUMENT_CATEGORY_CONCEPTS from standard-codes.ts.

    description?: string

    Human-readable description/title

    subjectDid: string

    DID of the user who owns the document

    type?: {
        coding?: {
            code?: string;
            display?: string;
            system: string;
            userSelected?: boolean;
            version?: string;
        }[];
        text?: string;
    }

    Document type. Use DOCUMENT_TYPE_CONCEPTS from standard-codes.ts.