Skip to content

Releases: team-plain/typescript-sdk

v4.4.0

05 Jun 16:21
8f7326b

Choose a tag to compare

Minor Changes

  • f69fc2d: Fixed webhook schema definition

v4.3.2

05 Jun 14:03
5feaf91

Choose a tag to compare

Patch Changes

  • 5ebe2c5: Test automatic release process

v4.2.3

01 May 09:13
4d3a0f9

Choose a tag to compare

Patch Changes

v4.2.2

26 Apr 14:28
d05f206

Choose a tag to compare

Patch Changes

  • 23f457c: Update schema for tier membership endpoints

v4.2.1

25 Apr 16:25
0a8aec5

Choose a tag to compare

Patch Changes

  • 9822663: Added updateThreadTenant

v4.2.0

23 Apr 20:01
4ffaa69

Choose a tag to compare

Minor Changes

  • 22e0d28: Added support for setting the company and tenant tier directly via updateTenantTier and updateCompanyTier respectively. Also expanded return types of tier and membership related mutations.

v4.1.0

23 Apr 10:26
6d8e01d

Choose a tag to compare

Minor Changes

  • c24b8ac: Add support for thread fields, adding and removing them: upsertThreadField and deleteThreadField
  • 1b43893: Changed the input type to removingMemberFromTier mutation.
  • 21b6db9: Updated types to reflect new way to filter threads by tier identifiers
  • 47871dc: Remove unused TimelineEntry from SDK

v4.0.0

17 Apr 12:11
cb45db9

Choose a tag to compare

Major Changes

  • 4551691: Added the following queries:

    • getCustomerCustomerGroupMemberships
    • getCustomerTenantMemberships
    • getTenantById
    • getTenants
    • searchTenants
    • getCompanies
    • searchCompanies
    • getTierById
    • getTiers

    Added support for the following mutations:

    • upsertTenant
    • setCustomerTenants
    • addCustomerToTenants
    • removeCustomerFromTenants
    • updateCustomerCompany
    • addMembersToTier
    • removeMembersFromTier

    Breaking change:

    • You previously received customer group memberships whenever you got a customer back. As there might be many customer groups this is now it's own separate query (getCustomerCustomerGroupMemberships). This allows you to fetch and paginate through a customer's customer groups.

v3.9.0

05 Apr 16:03
c3cbc22

Choose a tag to compare

Minor Changes

  • 1c3167e: Add createNote method to the SDK

v3.8.1

13 Mar 10:58
4e9e8fa

Choose a tag to compare

Patch Changes

  • 9d45fb2: Removes some unneeded packages