mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-01 19:24:27 +00:00
* add setAgent method annotations for dialogflow v2 * add string union types and set agent overload * use string union types instead of enums for ApiVersion and Tier * add method overload for calling setAgent with callback only and no options object * add method overloads; add missing delete method * adds method overloads to agents client for passing the callback as second arg * add missing deleteAgent method * add missing projectPath method * add missing matchProjectFromProjectName method * add double quotes; add tslint avoid-escape to enforce * remote double quote enforcement