Remove the typings directory.
Declare and use the types/interfaces in the various index.ts files.
This will produce a package that can be used by Typescript without
errors.
Remove the typings directory. Declare and use the types/interfaces in the various index.ts files.
This will produce a package that can be used by Typescript without errors.
The Note APIs were checking the options argument for a body parameter misleading the user to believe it was optional.
BREAKING CHANGE: Notes now require a body argument