@types/twit
Advanced tools
Comparing version 2.2.23 to 2.2.24
@@ -10,2 +10,3 @@ // Type definitions for twit 2.2 | ||
// darkade <https://github.com/darkade> | ||
// brianjychan <https://github.com/brianjychan> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -286,2 +287,3 @@ // TypeScript Version: 2.3 | ||
in_reply_to_status_id?: number | string, | ||
page?: number, | ||
} | ||
@@ -288,0 +290,0 @@ export interface PromiseResponse { |
{ | ||
"name": "@types/twit", | ||
"version": "2.2.23", | ||
"version": "2.2.24", | ||
"description": "TypeScript definitions for twit", | ||
@@ -41,6 +41,11 @@ "license": "MIT", | ||
"githubUsername": "darkade" | ||
}, | ||
{ | ||
"name": "brianjychan", | ||
"url": "https://github.com/brianjychan", | ||
"githubUsername": "brianjychan" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -56,4 +61,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "b583bdf76e2e219b54697e22357fac22f895dd73d0a3eb578c699a58a40b78a0", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "a3bf3c97d31ca517045b5c22f118fd5ba97e13f974e29802382da89b6561b76c", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/twit | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/twit. | ||
Additional Details | ||
* Last updated: Wed, 09 Oct 2019 19:11:30 GMT | ||
* Dependencies: @types/node, @types/geojson | ||
### Additional Details | ||
* Last updated: Wed, 15 Apr 2020 03:34:13 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/geojson](https://npmjs.com/package/@types/geojson) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Volox <https://github.com/Volox>, sapphiredev <https://github.com/sapphiredev>, abraham <https://github.com/abraham>, siwalik <https://github.com/siwalikm>, plhery <https://github.com/plhery>, justGoscha <https://github.com/justgoscha>, and darkade <https://github.com/darkade>. | ||
These definitions were written by [Volox](https://github.com/Volox), [sapphiredev](https://github.com/sapphiredev), [abraham](https://github.com/abraham), [siwalik](https://github.com/siwalikm), [plhery](https://github.com/plhery), [justGoscha](https://github.com/justgoscha), [darkade](https://github.com/darkade), and [brianjychan](https://github.com/brianjychan). |
Sorry, the diff of this file is not supported yet
13802
332