Releases: team-plain/typescript-sdk
Releases · team-plain/typescript-sdk
v1.2.0
Minor Changes
- 4cda0b8: Support providing a custom API endpoint for testing internally at Plain against staging and other environments.
v1.1.0
Minor Changes
- ae66dd3: Export useful graphql enums
- ada8307: Export useful graphql types
v1.0.0
Major Changes
- d70cbd4: Rename the exported client from
PlainSDKClient
to PlainClient
v0.2.0
Minor Changes
- 60ce422: Update input types to allow omiting null inputs
Patch Changes
- 60ce422: Fix the return type of of upserting a customer (it can not be null)
v0.1.0
Minor Changes
- fd25dcc: Add the ability to add and remove customers from groups as well as create custom timeline entries.
Patch Changes