@streamelements/chatbot-filters
v1.3.0
Published
ConnectRPC v2 client for chatbot-filters - auto-generated from Protocol Buffers
Downloads
57
Readme
@streamelements/chatbot-filters
ConnectRPC client for chatbot-filters.
Installation
# npm
npm install @streamelements/chatbot-filters
# bun
bun add @streamelements/chatbot-filters
# yarn
yarn add @streamelements/chatbot-filters
# pnpm
pnpm add @streamelements/chatbot-filtersUsage
ESM (Node.js, Bun, Deno)
import { service_v1 } from '@streamelements/chatbot-filters';
// or import specific version
import { YourService } from '@streamelements/chatbot-filters/api/service/v1';CommonJS (Legacy Node.js)
const { service_v1 } = require('@streamelements/chatbot-filters');Runtime Support
This package is built with modern JavaScript runtimes in mind:
- ✅ Node.js 18+
- ✅ Bun 1.0+
- ✅ Deno (with npm: specifier)
- ✅ Edge runtimes (Cloudflare Workers, Vercel Edge, etc.)
