Commit Graph
66275 Commits
Author SHA1 Message Date
Chad BurtandSheetal Nandi 593b226eac [@types/geobuf] Add typings for geobuf project (#40532)
* Add types for geobuf

https://github.com/mapbox/geobuf

* Remove patch version from header
2019-11-20 12:34:45 -08:00
Florian KellerandSheetal Nandi b82c575b67 [binary-parse-stream] Add package binary-parse-stream (#40530) 2019-11-20 12:29:07 -08:00
Konrad OssowskiandSheetal Nandi 64e9e4730e [@types/semantic-ui-dropdown] Added missing property 'values' in 'DropdownSettings' in global.d.ts (#40384)
* Update global.d.ts

Added missing property 'values' in DropdownSettings.
Documentation:
https://semantic-ui.com/modules/dropdown.html#/settings

* removed trailing whitespace

* removed trailing whitespaces
2019-11-20 12:05:39 -08:00
Láďa DurchánekandSheetal Nandi 3f56bcc4f0 Stripe: Update ITier (#40388)
* Update type for IProductCreationOptions

* Use minor version instead of patch

* Stripe: Update plan and plan creation options

- https://stripe.com/docs/api/plans/object
- https://stripe.com/docs/api/plans/create

* Version bump

* Stripe: Update ITier for optional and additional fields

https://stripe.com/docs/api/plans/object?lang=node#plan_object-tiers

* Add 'inf' as a tier up_to option
2019-11-20 12:05:16 -08:00
Bjorgvin Baehrenz ThordarsonandSheetal Nandi 57922c65b9 Update to support version 1.0 of react-slider (#40413)
* update to support 1.0 version of react-slider

* adding comments from the source is a nice touch

* setting esModuleInterop to false
2019-11-20 12:03:15 -08:00
Joey RafidiandSheetal Nandi 60d30134bc Fix minor issues in AnalyticalGraphicsInc/cesium typings (#40425) 2019-11-20 12:00:45 -08:00
taoqfandSheetal Nandi cbfa47176a weixin-app: fix types (#40522)
* wxapp: add FileSystemManager

* fix: add interface

* uppercase interface name

* add types react-native-audio

* add types for baidumap

* lint

* add doc header non-npm package

* add types: react-native-easy-upgrade

* fix: options

* fix

* react-native-easy-update: add typescript version

* 🐛 weixin-app: fix return types of chooseImage
2019-11-20 11:55:10 -08:00
Andy BaudoinandSheetal Nandi 2b670a4ae6 [react-geosuggest]: add missing ignoreEnter property (#40508) 2019-11-20 11:51:44 -08:00
Kun YanandSheetal Nandi eb5dae98df feat(react-lazylog): Add more fields for react-lazylog 4.4.1 (#40520)
* feat(react-lazylog): add more fields in Lazylog

* feat(react-lazylog): Add SearchBar

* Update LazyLog.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* (react-lazylog): text should be optional

* fix(react-lazylog): remove patch version of react-lazylog
2019-11-20 11:51:14 -08:00
Leo FariasandSheetal Nandi 31bb520ddb Updated types for authorizeUrl method (#40518) 2019-11-20 11:50:28 -08:00
JaceHensleyandSheetal Nandi a6dd1a8042 Make the config options all optional on the ReactQueryConfigProvider (#40514) 2019-11-20 11:40:44 -08:00
Ashley AbbottandSheetal Nandi 531f8b9c14 Implement bunyan-format as both callable and newable (#40473)
* Updating type with tslint hint and tests to be verbose

Signed-off-by: Ashley Abbott <ashpabb@gmail.com>

* Redundant declare and required newlines

Signed-off-by: Ashley Abbott <ashpabb@gmail.com>
2019-11-20 11:40:00 -08:00
MikeandSheetal Nandi fc04e45d78 added funnel & funnelarea types; added false to layout.dragmode (#40512) 2019-11-20 11:32:58 -08:00
Krishna GlickandSheetal Nandi 2e1dac3d64 Add definition for setPrivacySetting (#40510)
* Add definition for setPrivacySetting

The docs for this addition to gpt can be found here: https://support.google.com/admanager/answer/9598414
Unfortunately the official documentation has not caught up, see here: https://developers.google.com/doubleclick-gpt/reference#googletag.PubAdsService
There doesn't seem to be anything else it takes besides that, based on the above documentation.

* Contribution Addition
2019-11-20 11:32:38 -08:00
Prateek KathalandSheetal Nandi df17b3bea8 Theme-UI: Added useCustomProperties for old browsers support (#40529)
* Added useCustomProperties for old browsers support

* Added definition author

* Made useCustomProperties optional

* Removed trailing whitespaces
2019-11-20 11:32:08 -08:00
T Allen StudiosandSheetal Nandi d59a83ea12 [@types/multimap] Add types for multimap NPM package (#40506)
* added multimap type

* removed added dependency to package.json

* added newline back to bottom of package.json

* addressing linter errors

* addressing linter errors

* addressing linter errors

* replaced new-able const with class declaration

* Multimap class now implements Multimap interface

* declaration file changes
2019-11-20 11:19:18 -08:00
Nathan Shively-SandersandGitHub b638a27a77 wordpress__dom: update for DOM updates in typescript@next (#40526)
* wordpress__dom: update for DOM updates in typescript@next

* re-add old type, Node
2019-11-20 08:51:31 -08:00
Simon SchickandSheetal Nandi c4317350aa feat(puppeteer): 2.0 (#40284)
* feat(puppeteer): 2.0

* fixup! feat(puppeteer): 2.0
2019-11-19 15:55:31 -08:00
Filipe FerreiraandPranav Senthilnathan c31e519f1b Added typing for string-placeholder (#40373)
* Added typing for string-placeholder

* Fixed linting

* Added readonly to arrays

* Change typescript version

* Fixed types definition

* Code review comments

* Removed clean as array type

* Fix export

* Fix export
2019-11-19 15:54:45 -08:00
Nathan McGinnandSheetal Nandi 3ceab7a9a2 [@types/vault-auth-aws] Add types for vault-auth-aws NPM packa… (#40509)
* add vault-auth-aws

* fix interface
2019-11-19 15:53:55 -08:00
Colin UlinandPranav Senthilnathan f7da07be7b Generics and typed attributes for Parse.Object and sub classes (#40429)
* parse: generics and typed attributes for Parse.Object and sub classes

* parse: Fix dt-header tslint rule
2019-11-19 15:52:46 -08:00
Nicholas LathamandSheetal Nandi 4311598e93 react-window-infinite-loader: Allow returning null in loadMore… (#40402) 2019-11-19 15:51:31 -08:00
ssddi456andPranav Senthilnathan 13894c24ab add yog-ral (#40410)
* add yog-ral

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update tslint.json

* Update tslint.json

* Update yog-ral-tests.ts

* Update yog-ral-tests.ts
2019-11-19 15:50:32 -08:00
r4tz52andPranav Senthilnathan 0ed8c63f76 [pdfkit] 2019-11-08 add Security and PdfVersion options (#40234)
* [pdfkit] 2019-11-08 update options

* Fixed typings, follow up code review
2019-11-19 15:49:32 -08:00
Max BoguslavskyandPranav Senthilnathan c8e9c5a677 Added typing for ffmpeg.js (#40276)
* added type for ffmpeg.js

* corrected usage

* corrected formatting

* fixed linter errors

* added fix for npm-naming error

* reverted back commit

* corrected exports

* reworked ffmpeg

* fixed according to linting errors

* fix

* declared function inside namespace; replaced back type

* rewrote package to match examples from package documentation
2019-11-19 15:46:27 -08:00
Yutaka KohadaandSheetal Nandi d1439a815f Fix: Form Submit interface (#40507) 2019-11-19 15:15:08 -08:00
ikokostyaandSheetal Nandi e8dd54730f [fs-ext] Update definition to v2 (#40439)
* [fs-ext] Update definition to v2

* Remove definitions for utime(), utimeSync().
* Add constants definition.
* Add new values of `cmd` parameter to fcntl(), fcntlSync().
* Add overrides for more accurate types of `flags` parameter in flock(), flockSync().
* Add overrides for more accurate types of `cmd` parameter in fcntl(), fcntlSync().
* Add statVFS() defintion.
* Rewrite tests.

Refs https://github.com/baudehlo/node-fs-ext/pull/90

* Use NodeJS.ErrnoException instead of Error

See https://github.com/baudehlo/node-fs-ext/blob/3125353321c30bd35fc38e40ce76ffe3872e215b/fs-ext.cc#L366
2019-11-19 15:13:57 -08:00
Ethan SetnikandSheetal Nandi 8fdd3ff940 [@types/stripe] - add Stripe.oauth resources (#40443)
* add oauth token endpoint

* fix version error

* fix linter errors

* add HeaderOptions as per https://github.com/stripe/stripe-node/blob/master/lib/StripeMethod.js

* add deauthorize and full jsdoc comments

* fix redundant

* fix package.json

* add test cases, add variant without HeaderOptions

* fix test linter errors
2019-11-19 14:13:24 -08:00
dlgritandSheetal Nandi 8efcec1c1e [@types/babel__traverse] Add typedef for push/unshift container (#40401)
* Add typedef for container modification methods

Add typedef for unshiftContainer() and pushContainer(). These methods
are used to insert nodes into a list of nodes (container) owned by the
current node.

* Add tests for typdefs of push/unshift Container

* Add "Dean L" to definitions author list
2019-11-19 14:07:38 -08:00
TheRealImaginaryandSheetal Nandi d6ddf4b8ab feature: Add additional overload for putObject (#40414) 2019-11-19 14:07:11 -08:00
Chris ShawandSheetal Nandi c95dfe4932 [string-strip-html] add type definition (#40481) 2019-11-19 12:57:38 -08:00
Marcos JuniorandSheetal Nandi a707b32b0b First version of reactabular-sticky typings (#40496) 2019-11-19 12:55:34 -08:00
Marcos JuniorandSheetal Nandi ab5775202e Typings for react-dnd-scrollzone (#40498) 2019-11-19 12:54:52 -08:00
Marcos JuniorandSheetal Nandi 29ba6577fa First version of reactabular-dnd typings (#40497) 2019-11-19 12:53:55 -08:00
Niklas MollenhauerandSheetal Nandi b81ff8f424 [restify] Use formidable file type for file uploads (#40391)
* Use formidable file type for file uploads

* Remove triple-slash import
2019-11-19 12:39:47 -08:00
Nenad VićentićandSheetal Nandi bf361defa3 Updated latlon-geohash type definitions to fit new import syntax of version 2.0.0. (#40380) 2019-11-19 12:36:09 -08:00
Vasil RangelovandSheetal Nandi e04aa55734 [passport] Added request in serializeUser/deserializeUser (#40249)
* Added request in serializeUser/deserializeUser

* Added reference to http.IncomingMessage

* Fixed express.Request reference.
2019-11-19 11:43:05 -08:00
Sebastian MartinezandSheetal Nandi 9f5be9a404 [hummus-recipe] Implement PDF Metadata Type Definition (#40390)
* [hummus-recipe] Implement Metadata Type Definition

* Added tests
2019-11-19 11:42:25 -08:00
Bonggyun LeeandSheetal Nandi fdaf58a532 Ramda: Remove deptno from authors (#40494)
I'm removing myself
2019-11-19 11:39:13 -08:00
Tom KentandSheetal Nandi 8c474db7f2 [@types/dwt] Updated one incorrect type definition (#40483)
* fix bugs with types

* fixed type errors

* more type errors fixed

* fixed errors and added missing type definitions

* fix all typos and added all missing ones

* change inappropriate names

* Updated names to be more accurate.

* adds EnumDWT_ConvertMode to make compatible with the old enum

* update to 14.2

* add v13

* delete v13 for test not pass

* remove base64

* fixed conflict

* add back GetLicenseInfo

* change header version to 14.2

* Added definitions for new APIs as well as APIs whose definitions were missing before. Also adding APIs for addons

* remove unused file

* adding types for barcode reader and changing the copyright year

* comment change, TS to 3.2.2

* adds more definitions to dwt barcode reader

* rollback

* update

* update index.d.ts

* Update Dynamsoft.d.ts

It's ok

* Update index.d.ts

1. update 2017 -> 2019
2. update parameters

* Update index.d.ts

rollback

* Update index.d.ts

rollback

* Update addon.pdf.ts

rollback

* Update index.d.ts

rollback

* Update index.d.ts

rollback

* Update index.d.ts

rollback

* Update index.d.ts

rollback

* Update index.d.ts

no changes but whites

* Update index.d.ts

TypeScript Version can be 3.2
2017 => 2019

* Update index.d.ts

rollback

* update

* Update index.d.ts

start new request

* Update index.d.ts

delete this file

* Update

delete this file

* a

a

* rollback

* update

* remove package.json

* add current version to v13

* 1) update to version 14.3.1
2) change index.d.ts declare Dynamsoft

* update comments

* remove WebTWAIN.d.ts

* change v13 tsconfig.json

* change to v14.3.1

* change to v14.3.1

* change to version 14.3

* change to version 14.3

* update

* update

* Update index.d.ts

* Update index.d.ts

* Update tsconfig.json

* Update tsconfig.json

* update

* update

* aa

* a

* a

* update

* remove dwt.d.ts

* remove v12

* update1

* update

* update

* a

* a

* a

* a

* a

* a

* a

* a

* d

* a

* a

* b

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* d

* change to v15

* add enums

* remove enums

* Updating to v15.0.2

* roll back to 1 previous version

* add back v15 APIs

* fix errors

* fix errors attempt 2

* update to 15.1

* upgrade to v15.2
add tag image

* fixed a few bugs

* fix grammar errors

* update a definition

* Fixed bug 'missing whitespace'
2019-11-19 11:38:53 -08:00
Ray NicholusandSheetal Nandi d16369a2cb [chart.js] missing Chart.platform and Chart.global.tooltips st… (#40476) 2019-11-19 11:38:19 -08:00
Junxiao ShiandSheetal Nandi 2ce09e5a2b node: update dgram module to Node 12.x API (#40478) 2019-11-19 11:37:45 -08:00
Igor GassmannandSheetal Nandi 26f455ddc7 Remove deprecation annotation for DBRef (#40490)
DBRef is currently not deprecated http://mongodb.github.io/node-mongodb-native/3.2/api/DBRef.html
2019-11-19 11:37:14 -08:00
Chris WilkinsonandSheetal Nandi 8d33985d5a [http-errors] Extract UnknownError type (#40487)
* Extract UnknownError type

* CS fix
2019-11-19 11:36:58 -08:00
AankhenandSheetal Nandi 39f15b3819 Roarr: Make `MessageContextType' more permissive. (#40446) 2019-11-19 11:36:31 -08:00
ManuelandSheetal Nandi 4b166eac46 bump webpack-node-externals to 1.7 (#40493)
* bump to 1.7

* add test for importType and modulesFromFile

* fix header url

* fix missing semicolon & non-arrow function

* replace literal with interface

* fix missing semicolons
2019-11-19 11:36:12 -08:00
Nathan TottenandSheetal Nandi 8b940b4dba Updates Prettier API for version 1.19 (#40469)
* Updates Prettier to 1.19

See https://prettier.io/blog/2019/11/09/1.19.0.html#api

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts
2019-11-19 11:35:49 -08:00
ClaytonAstromandSheetal Nandi b393b09efc Fixed page_object_path to page_objects_path and added basic webdriver options (#40500)
* Fixed page_object_path to page_objects_path
Added webdriver options to NightwatchOptions

* Forgot a semicolon
2019-11-19 11:35:00 -08:00
Marcos JuniorandSheetal Nandi 35a3ce6589 [@types/resumablejs] Removing types as it is now bundled (#40499) 2019-11-19 11:34:41 -08:00
ExE BossandSheetal Nandi 0e7f7862f7 feat(is‑windows): Update to v1.0 (#39117)
* feat(is‑windows): Update to v1.0

* test(is‑windows): Fix UMD test

* chore(is‑windows): Remove `.editorconfig` 😡
2019-11-19 11:12:10 -08:00