Commit Graph

20 Commits

Author SHA1 Message Date
nevace
f61789e131 remove previous change 2018-03-15 14:37:47 +00:00
nevace
8b910ced68 add cursor param 2018-03-15 14:31:33 +00:00
nevace
4026a2cc25 comma 2018-03-15 14:29:45 +00:00
nevace
2fe747bc0f remove right change 2018-03-15 14:28:56 +00:00
nevace
89a712404f remove previous change 2018-03-15 14:25:59 +00:00
nevace
a7c606fea9 added cursor param 2018-03-15 14:23:54 +00:00
nevace
b13cd56680 change Response type to 'any' 2018-03-15 12:54:04 +00:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
2a9d2f8d59 Convert more "import *" to "import =" (#23446) 2018-02-05 18:27:31 -08:00
Andy
bef4d2b27d Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
sapphire
4085ec7481 fix type of types/twit (#22915) 2018-01-23 11:44:53 -08:00
cotko
435bb30c72 Add optional include_email to Param (#22777)
Twitter's [verify_credentials](https://developer.twitter.com/en/docs/accounts-and-users/manage-account-settings/api-reference/get-account-verify_credentials) also accepts the `include_email` which is missing in definitions here.
2018-01-09 11:29:36 -08:00
sa
9daa98d177 correct typings for twit 2017-12-24 03:13:56 -05:00
Andy
954ee278de Update TypeScript Versions to be at least as high as dependencies' versions (#21288)
* Update `TypeScript Version`s to be at least as high as dependencies' versions

* Run through again
2017-11-08 09:12:14 -08:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Adithya Reddy
6a96efd84a Fixed incorrect type for Twit.stream (#20173)
The Twit docs [specifically says](https://github.com/ttezel/twit#using-the-streaming-api) that the `stream` function returns an `EventEmitter`. It also says that the `EventEmitter` has [two methods - `start()` and `stop()`](https://github.com/ttezel/twit#streamstop) to start and stop the Twitter stream.

The return type was incorrectly specified as a `NodeJS.ReadableStream`. This fixes that.
2017-10-06 11:22:29 -07:00
Simon
3391040c5a fix(twit): add some missing params (#20026) 2017-09-26 11:09:19 -07:00
Takeshi Nishida
3bca67a5e7 Update twit/index.d.ts (#16957)
Added a missing param "track" to interface Param
2017-06-05 13:49:32 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00