@cfxlabsinc/b2b-services
    Preparing search index...

    A staged upload awaiting completeUpload; all fields JSON-safe (no Dates).

    type PendingUpload = {
        customerId: string;
        description?: string;
        entityId: string;
        entityType: "IDENTITY" | "ORGANIZATION" | "RELATED_PERSON";
        fileName: string;
        side: SelectEntityDocument["side"] | null;
        stagingS3ObjectKey: string;
        type: SelectEntityDocument["type"];
    }
    Index

    Properties

    customerId: string
    description?: string
    entityId: string
    entityType: "IDENTITY" | "ORGANIZATION" | "RELATED_PERSON"
    fileName: string
    side: SelectEntityDocument["side"] | null
    stagingS3ObjectKey: string
    type: SelectEntityDocument["type"]