UNPKG

@saysimple/node-sdk

Version:

The official SaySimple Node SDK. Want to use our awesome customer conversations platform? Please visit: https://saysimple.com

11 lines (10 loc) 513 B
import { Intelligence as IntelligenceV1 } from "./domains/v1/intelligence"; import { IntelligenceV1FactoryMethodConfig } from "./types/domains/intelligence-v1-factory-method-config"; declare function IntelligenceV1FactoryMethod(apiToken?: string, privateKey?: string, config?: Partial<IntelligenceV1FactoryMethodConfig>): IntelligenceV1; declare const _default: { Intelligence: { V1: typeof IntelligenceV1FactoryMethod; Latest: typeof IntelligenceV1FactoryMethod; }; }; export = _default;