Skip to content

Releases: team-plain/typescript-sdk

v2.12.0

28 Aug 10:24
4dc44c3

Choose a tag to compare

Minor Changes

  • dcf4068: Add initial queries and mutations for threads, label types and labels.

v2.11.1

21 Aug 12:53
500fc83

Choose a tag to compare

Patch Changes

  • 4e55386: Allow other package managers besides pnpm

v2.11.0

12 Jul 19:20
377a99b

Choose a tag to compare

Minor Changes

  • 19c4c30: Add support for deleting issues via client.deleteIssue()

v2.10.0

11 Jul 10:43
afb2c72

Choose a tag to compare

Minor Changes

  • 6cbf990: Add ability to send chat via client.sendChat()

v2.9.0

10 Jul 11:21
24f285e

Choose a tag to compare

Minor Changes

  • 79b99b3: Add ability to change customer status via client.changeCustomerStatus()

v2.8.0

10 Jul 10:57
e209bf7

Choose a tag to compare

Minor Changes

  • 34c06ba: Add ability to get issues (client.getIssues()) and resolve issues (client.resolveIssue())

v2.7.0

06 Jul 20:36
781758e

Choose a tag to compare

Minor Changes

  • 40c0f50: Add ability to delete Customer Card configs.

v2.6.0

06 Jul 19:41
cde4b2d

Choose a tag to compare

Minor Changes

  • 910fe46: Add support for creating and updating Customer Card configurations. Useful if you want to programatically set up Customer Cards.

v2.5.1

06 Jul 15:01
efa2749

Choose a tag to compare

Patch Changes

  • d6f94d6: Expose error types: PlainSDKError, ForbiddenError, BadRequestError, InternalServerError, MutationError and UnknownError

v2.5.0

30 Jun 10:13
5dd23fe

Choose a tag to compare

Minor Changes

  • 2974363: Adds getMyWorkspace to fetch the workspace of the authenticated API key