Open API Docs: https://developer.getshifter.io/swagger.yaml
$ ./bin/generate-sdk.sh
$ git checkout master
$ yarn docs
$ git add ./docs/
$ git commit -m "docs: update docs"
$ git push origin master
$ yarn build
$ npm version [patch|minor|major]
$ npm publish .