* react-native-tab-view: Provides its own types
* usee @types/react-native-tab-view in react-router-navigation-core
* set @types/react-navigation@3.0.8
* fix: type QueryRenderer environment prop as IEnvironment
* add test supplying ReactRelayContext.environment as value for QueryRenderer.props.environment
* Update from figma.d.ts. Changes: ran prettier based on settings in this repo, added void return type as necessary.
* Use any directly for ClientStorage
* Fix issues with invoice and taxRate
* Implement changes requested by pushplay
* Use IOptionsMetadata and add line breaks
* Remove whitespaces with prettier
* Add missing tax_amounts to invoice lines
* Add tax rates to invoice line
* Improve lodash omit typings
When omitting multiple properties, properly type-narrow the response
* More specific types first
* only apply to new typescript
* Revert "More specific types first"
This reverts commit e3d681009f9e96d3fb8f881a20b241e595d8fb29.
* Revert "Improve lodash omit typings"
This reverts commit b95d8fce5116449068372f53b143baafb49ec8cf.
* [mongoose] fixes lean return type
commit c74f860f8b (diff-ec6e6a45ee09ed93f5d81cb304c5a0b3) introduced typings for lean (instead of any).
I like this approach, but it breaks old code, because type script assume T is undefined in this case. Also it didn't respect find or findOne and always used T directly.
This approach fixes therefore two issues:
- by default (if no type is provided), it is any again (backswards compatiblity)
- Depending on the used functino it either returns the given type or an array of the given type.
* fix(lean): it can also return null
* 1,added parameter for the callback member of `fail` for Unzip API
2,the argument of access is wrong, no it's fixed to `filePath -> path` (`accessSync` does not have return value in official site, don't know why...)
3,added `digest` for the argument in the callback of `fileInfo` API
4,added more doc info for download API to describe `filePath` and `res.tempFilePath`
5,added more doc info for `removeSavedFile` (remove file should use `unlink` in newer version)
* modify version number
* 1, fixed bug: the members of the argument object of the callback function for touch event (e.g.: onTouchMove onTouchDown etc) are incorrect.
2, add onTap etc members for API wx.createXXXButton
3, improve: change the array members of the callback function as ready only for some APIs
* fixed format error for dtslint
* add rule
* update index.d.ts
disable dt-header rule (but still according the header rule format), because the official version has the minor version number
* add `non-npm package` for header for the new rule
* restore to the default state
* misunderstand about the version
originally I thought the version should be matched with the lib version, so changed it frequently, but that's just a misunderstanding, let's start to maintain this defintion from 2.6 as the first version number :)
* 1, change the parameter as optional for `success` callback of `DownfileParams` interface.
2, fixed bug: the parameter `callback` had a wrong type before for onProgressUpdate interface.
* fix bug for DownloadTask
1, change the parameter as optional for `success` callback of `DownfileParams` interface.
2, fixed bug: the parameter `callback` had a wrong type before for onProgressUpdate interface.
* update to match the official lib 2.9.3