in packages/enterprise-search-universal/src/client.ts [27:38]
We recommend transitioning to our actively developed Elastic Stack (https://www.elastic.co/elastic-stack) tools for your search use cases. However, if you're still using any Enterprise Search products, we recommend using the latest stable release of the clients.`)
const clientVersion = '8.14'
const jsVersion = typeof window !== 'undefined'
? '0'
: process.versions.node
export interface ClientOptions {
url: string
token: string
enableMetaHeader?: boolean
}