@resistdesign/voltra
    Preparing search index...

    Module common

    Common module exports for shared utilities, types, and helpers used across app, API, and IaC layers.

    Import from the common subpath only:

    import {
    getPathString,
    getSimpleId,
    } from "@resistdesign/voltra/common";

    const path = getPathString(["users", 42], "/", true, false);
    const id = getSimpleId();

    See also: @resistdesign/voltra/app, @resistdesign/voltra/api, and @resistdesign/voltra/iac.

    Type Aliases - TypeInfo

    TypeInfo
    TypeInfoMap

    Type Aliases - other

    CustomTypeInfoFieldValidator
    CustomTypeInfoFieldValidatorMap
    DeniedOperations
    ErrorMap
    ExpandComplexType
    SupportedFieldTags
    SupportedTags
    TypeInfoField
    TypeInfoValidationResults

    Functions

    collectRequiredEnvironmentVariables
    getValidityValue
    hasValue
    validateArrayOfTypeInfoFieldValues
    validateCustomType
    validateKeywordType
    validateTypeInfoFieldOperationAllowed
    validateTypeInfoFieldValue
    validateTypeInfoValue
    validateTypeOperationAllowed
    validateValueMatchesPattern

    Variables

    DENIED_TYPE_OPERATIONS
    ERROR_MESSAGE_CONSTANTS
    INVALID_CUSTOM_TYPE
    PRIMITIVE_ERROR_MESSAGE_CONSTANTS
    TYPE_KEYWORD_VALIDATORS

    Enumerations - ORM

    TypeInfoORMServiceError

    Enumerations - TypeInfo

    TypeOperation

    Enumerations - other

    RelationshipValidationType