@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 {
    getPathArray,
    getPathString,
    getSimpleId,
    } from "@resistdesign/voltra/common";

    const segments = getPathArray("/users/42", "/", true, true, false, false);
    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

    ArrayErrorDescriptorCollection
    ArrayItemErrorMap
    CustomTypeInfoFieldValidator
    CustomTypeInfoFieldValidatorMap
    DeleteRelationshipResults
    DeniedOperations
    ErrorDescriptor
    ErrorMap
    ExpandComplexType
    FieldCriterion
    FieldValueValidator
    FieldValueValidatorMap
    ListItemsConfig
    ListItemsResults
    ListRelationshipsConfig
    ListRelationshipsResults
    LiteralValue
    ORMOperation
    PagingInfo
    SearchCriteria
    SortField
    StandardExpandedPagingCursor
    SupportedFieldTags
    SupportedTags
    TypeInfoDataItem
    TypeInfoField
    TypeInfoORMAPI
    TypeInfoORMClientAPI
    TypeInfoORMContext
    TypeInfoORMFieldUpdateOperator
    TypeInfoORMNumberFieldUpdateOperator
    TypeInfoORMUpdateConfig
    TypeInfoPack
    TypeInfoValidationResults
    TypeKeyword
    ValidateTypeInfoDataItemOptions

    Functions

    collectRequiredEnvironmentVariables
    getArrayItemErrorMap
    getErrorDescriptor
    getErrorDescriptors
    getNoErrorDescriptor
    getParamsAndTestPath
    getPathArray
    getPathString
    getPotentialJSONValue
    getValidityValue
    hasValue
    isArrayErrorDescriptorCollection
    mergeStringPaths
    resolvePath
    resolveRouteAdapterPath
    validateArrayOfTypeInfoFieldValues
    validateCustomType
    validateKeywordType
    validateTypeInfoDataItem
    validateTypeInfoFieldOperationAllowed
    validateTypeInfoFieldValue
    validateTypeInfoValue
    validateTypeOperationAllowed
    validateValueMatchesPattern

    Variables

    BUILTIN_TYPE_NAMES
    DENIED_TYPE_OPERATIONS
    ERROR_MESSAGE_CONSTANTS
    INVALID_CUSTOM_TYPE
    ITEM_RELATIONSHIP_DAC_RESOURCE_NAME
    PATH_DELIMITER
    PRIMITIVE_ERROR_MESSAGE_CONSTANTS
    TYPE_KEYWORD_ERROR_MESSAGE_CONSTANTS
    TYPE_KEYWORD_VALIDATORS
    TypeInfoORMUpdateOperators

    Enumerations - ORM

    TypeInfoORMServiceError

    Enumerations - TypeInfo

    TypeOperation

    Enumerations - other

    ComparisonOperators
    LogicalOperators
    OperationGroup
    RelationshipOperation
    RelationshipValidationType
    TypeInfoORMAPIRoutePaths