types/square-connect/README.md
This is an unofficial package of type definitions for square-connect. Initially, it was generated by swagger-codegen but currently it requires to be updated manually and takes a lot of time. Hence, you may encounter typings update delays in contrast to the official library.
To keep me motivated you can buy me a beer 😉
npm i @types/square-connect
in @types/square-[email protected] all API-v1 related typings were removed, if you need them - install @types/square-[email protected]
export class SomeApi {})anys in methods definitions (ex: doSomething(...args: Array<any>)) regarding the docsIf you are facing some issues or you have an idea how to improve typings - feel free to contribute or open an issue.
upstream (git remote add upstream [email protected]:DefinitelyTyped/DefinitelyTyped.git)
git fetch upstream && git reset --hard upstream/master)npm run lint square-connectnpm run test square-connect