* Add toImageButtonOptions to config
This enables the user to customize the download as image button.
* Fix to partial
* Update index.d.ts
* Update index.d.ts
* Add types for Microsoft graph models
* Set noImplicitAny to true
* Adding tests for types
* Added more test for types
* Removed unnecessary import
* Remove unnecessary headers from types file
* Fixing linting error in test file
* Removed overwritten linting rules and fixed linted errors
* react-redux: add types for hooks which will be added in version 7.1
* react-redux: fix linting error due to redundant type declaration in JSDoc comment
* react-redux: convert action creator return type to any in useActions and useRedux
* react-redux: fix linting errors
* react-redux: fix mistake in `useActions` hook example code
* react-redux: add proper type annotations in hooks example code comments
* react-redux: support thunks in `useActions`, `useDispatch`, and `useRedux`; add tests for hooks; bump TypeScript required version to 3.1 (implemented by @threehams)
* react-redux: remove obsolete comment
* react-redux: adjust thunk array handling to work with TypeScript 3.0
* react-redux: Remove useRedux hook
With the release of react-redux@7.1.0-alpha.3, `useRedux` has been
removed, so removing it from the types.
* update typings for latest react-redux hooks API changes + add overload for `useDispatch` that allows customizing the type of the returned dispatch function
* react-redux: add equalityFn argument to useSelector
* react-redux: add newly exported shallowEqual function; add tests for shallowEqual and equalityFn parameter of useSelector
* react-redux: add interface that allows to easily create a typed useSelector hook
"parent" is a required field on CreateTaskRequests (see the docs, for example the Quickstart guide at https://github.com/googleapis/nodejs-tasks)
Not all of the properties on AppEngineHttpRequest are required, also observable from the quickstart like mentioned above.
* Add support of subgroupStack on DataGroup
* Update index.d.ts
* Update index.d.ts
Added new SubGroupStackOptions dynamic structure and updated type of DataGroup.subgroupStack to SubGroupStackOptions | boolean
* Update index.d.ts
codestyling
* Update index.d.ts
codestyling colon
* Fix DataGroup mappings for nestedGroups, added visible and showNested to DataGroup as described in vis.js documentation
* DataGroup test
* fix redundant line break
* Drop hashtable impl from object-hash as of v1.0
* Adding writeToStream method in object-hash
* Addin missing options in object-hash
* Bumping version and "Definitions by" headers
* initial types for agora-rtc-sdk
* set strictFunctionTypes to true
* fixed lint-related
* fixed lint error throw by ci
* <feat> support 2.6 & add author
* <fix> fix umd support
add `export` back to support umd
* <chore> in temp disable rule: export-just-namespace, optimization will be done in next version
* Add Square dev as a reviewer + add ApiClient, EmployeesApi and InventoryApi definitions
* Update Square connect type definitions (v20190508)
* Fix ENUM naming (to be as in swagger)
* change Dict interface for strictNullChecks mode
Dict<T>['any string'] will be valued to type `T | undefined`
* change Dict methods for stricktNullChecks
* Update index.d.ts
* [next-nprogress] new definitions
* [next-nprogress] remove package.json
* [next-nprogress] lint
* fix(next-nprogress): move generic to returned function
* tests(next-nprogress): add test for props infer
* Resolve merge conflicts
* Update test to specify proper selectableRows value
`selectableRows` takes a string literal union of `'none' | 'single' | 'multiple'` defined in type `SelectableRows`
* Derive nullable() as T | null
* Allow operators in different order
* Definitions by
* Expected type checks
* Updates after feedback
* Added boolean extends
* [coinbase] Update Account.getTransactions
This is to update the signature of `Account.getTransactions` to match that which is present in the module.
https://github.com/coinbase/coinbase-node/blob/master/lib/model/Account.js#L98 for relevant JS code.
* [coinbase] Additional nested fixes
- The coinbase client only "unwraps" the `data` attribute
in certain circumstances. This addresses issues I was seeing
while attempting to leverage some of the other resource