StackLatestPackagesStackSrcTypes publicType aliases
EncryptedReturnType
Format for encrypted query/search term return values EncryptedReturnType in the @cipherstash/stack TypeScript API reference.
Type Alias: EncryptedReturnType
type EncryptedReturnType = "eql" | "composite-literal" | "escaped-composite-literal";Defined in: packages/stack/src/types.ts:118
Format for encrypted query/search term return values
EncryptedQueryResult
Result of encryptQuery (single or batch). `eql` return type yields either a storage payload (`Encrypted`) or a query-only term (`EncryptedQuery`); the `compo...
EncryptedSearchTerm
Encrypted search term result. `eql` return type yields either a storage payload (`Encrypted`, for `ste_vec_term`) or a query-only term (`EncryptedQuery`, for...