@bot-whatsapp/bot
Advanced tools
Comparing version 0.1.3-alpha.13 to 0.1.3-alpha.14
@@ -21,11 +21,10 @@ import { CoreClass } from './core/coreClass'; | ||
} | ||
export interface BotCreationArgs { | ||
flow: FlowClass; | ||
database: MemoryDBClass; | ||
provider: ProviderClass; | ||
} | ||
/** | ||
* Crear instancia de clase Bot | ||
*/ | ||
declare const createBot: ({ flow, database, provider }: BotCreationArgs, args?: GeneralArgs) => Promise<CoreClass>; | ||
declare const createBot: <P = ProviderClass, D = MemoryDBClass>({ flow, database, provider }: { | ||
flow: FlowClass; | ||
database: D; | ||
provider: P; | ||
}, args?: GeneralArgs) => Promise<CoreClass>; | ||
/** | ||
@@ -32,0 +31,0 @@ * Crear instancia de clase Io (Flow) |
{ | ||
"name": "@bot-whatsapp/bot", | ||
"version": "0.1.3-alpha.13", | ||
"version": "0.1.3-alpha.14", | ||
"description": "core typescript", | ||
@@ -58,3 +58,3 @@ "author": "Leifer Mendez <leifer33@gmail.com>", | ||
}, | ||
"gitHead": "a00adb6bfd09cde5245e5ad22b062eb3e47de6fc" | ||
"gitHead": "818387bd002552975ded683a186b64b85666e929" | ||
} |
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
328220
14864