We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce2a2f commit 79660d4Copy full SHA for 79660d4
.changeset/cyan-cycles-wink.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @team-plain/typescript-sdk
2
3
+## 3.3.0
4
+
5
+### Minor Changes
6
7
+- 8ce2a2f: Adds the ability to create customer and thread events via the `createCustomerEvent` and `createThreadEvent` methods.
8
9
## 3.2.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@team-plain/typescript-sdk",
- "version": "3.2.0",
+ "version": "3.3.0",
"description": "Typescript SDK for Plain's Core GraphQL API",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments