@tactfulai/tenant-sdk
v2.3.16
Published
Tactful AI notifications sdk
Readme
Tactful.ai Notifications SDK
Notifications is a tactful microservice handling profile, billing, workspaces & languages
Notifications SDK is a Typescript wrapper for Notifications APIs
APIs Calls
docs : https://notifications.alpha.dev.tactful.ai/docs/
to call to use it
this.$tstore.Notifications.getProfile(payload);How to Publish or update
To generate the SDK from latest Swagger URL execute the following commands Check generate-api-client.sh for details on how it works.
# login and install dependencies
npm run login
npm install
# generate the code, and build an release a new version
npm run generate
npm version patch
# publish the SDK to private repo
# npm publish // Don't use this commandHow To use this SDK in your project
npm run login # not npm login, must have "run" to use AWS Artifact
npm install @tactfulai/tenant-sdk