[blip-sdk] Fixed wrong types in method call (#41377)

* Added type definition for blip-sdk

* - Removed non used test file reference;
- Fixed lint rule errors.

* Added analysis filter parameters

* Fixed linting

* Updated package version

* Removed patch version from header

* Fixed wrong typing

* Fixed changes
This commit is contained in:
Henrique Cunha Fonseca Torquato 2020-01-03 19:42:04 -03:00 committed by Ryan Cavanaugh
parent 6b8d40a95f
commit 18f5533185

View File

@ -13,8 +13,8 @@ export namespace BlipSdk.Extensions {
take?: number,
ascending?: boolean,
filter?: string,
intents?: object[],
feedbacks?: object[],
intents?: string[],
feedbacks?: string[],
source?: string,
beginDate?: string,
endDate?: string,
@ -23,8 +23,8 @@ export namespace BlipSdk.Extensions {
analyse(analysis: object): Promise<object>;
setAnalysisByEmail(
emailAndFilter: object,
intents?: object[],
feedbacks?: object[],
intents?: string[],
feedbacks?: string[],
source?: string,
beginDate?: string,
endDate?: string,