@karmaniverous/entity-client-dynamodb
    Preparing search index...

    Interface VersionedPaths

    Resolved candidate paths for a specific version token/value.

    interface VersionedPaths {
        entityManagerFileCandidates: string[];
        root: string;
        tableFileCandidates: string[];
        transformFileCandidates: string[];
        versionDir: string;
        versionToken: string;
        versionValue: number;
    }
    Index

    Properties

    entityManagerFileCandidates: string[]

    Candidate EntityManager module paths (ts/js) in precedence order.

    root: string

    Absolute resolved tables root path.

    tableFileCandidates: string[]

    Candidate table file paths (yml/yaml) in precedence order.

    transformFileCandidates: string[]

    Candidate transform module paths (ts/js) in precedence order.

    versionDir: string

    Absolute version directory path.

    versionToken: string

    Version directory token (digit-only).

    versionValue: number

    Parsed numeric value of the version token.