feat: Inegration with Chama AI

This commit is contained in:
Davidson Gomes
2023-08-19 10:42:41 -03:00
parent bf09a70096
commit a2cd57d9c6
14 changed files with 477 additions and 4 deletions

View File

@@ -102,6 +102,14 @@ export declare namespace wa {
proxy?: string;
};
export type LocalChamaai = {
enabled?: boolean;
url?: string;
token?: string;
waNumber?: string;
answerByAudio?: boolean;
};
export type StateConnection = {
instance?: string;
state?: WAConnectionState | 'refused';