@botpress/chat
Advanced tools
Comparing version 0.2.3 to 0.2.4
import { ApiClient as AutoGeneratedClient } from './gen/client/client'; | ||
import { SignalListener } from './signal-listener'; | ||
import type { Types as Models } from './gen/models'; | ||
export * as axios from 'axios'; | ||
@@ -24,3 +23,2 @@ export type { Message, Conversation, User } from './gen/client'; | ||
constructor(props: Readonly<ClientProps>); | ||
readonly formatKey: (content: Models['chatKey'], encryptionKey: string) => string; | ||
readonly createConversation: IAutoClient['createConversation']; | ||
@@ -27,0 +25,0 @@ readonly getConversation: IAutoClient['getConversation']; |
{ | ||
"name": "@botpress/chat", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Botpress Chat API Client", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9595816
94435