* [Toolchain] Add Prettier
* [Toolchain] Add lint-staged
* [Toolchain] Apply prettier to some types
* Switch to using precise commits so that only changed code is ran through prettier
* Add types for "fhir-kit-client" module
* Add specialized method types
* Refactoring "fhir-kit-client" to have single export and no namespace
* Convert to exclude type for custom resources
* Fix "type" response unions
* Add missing tests
* Further define fhir-kit-client to match with all custom resource types
* Add support for OperationOutcome for all operations
* Add new type to support arearange graph
Area Range needs 3 inputs for it to `addPoint`:
http://jsfiddle.net/k8EKj/
* Revert version back to 5.0
Co-Authored-By: Dan Lewi Harkestad <danlewi@gmail.com>
* Patch pixi.js to 4.8.8
- No new additions but the enum from last time was incorrect and has been returned to statics on the Resource class.
* Preserve Enums by moving to NameSpace Resource
* 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