Skip to content

Releases: vtex-apps/b2b-organizations-graphql

v0.19.2

23 Jun 18:52
Compare
Choose a tag to compare

Fixed

  • Allow tradeName and phoneNumber fields to be emptied when organization or cost center are updated

v0.19.1

17 Jun 20:04
Compare
Choose a tag to compare

Fixed

  • Add optional tradeName argument to updateOrganization mutation

Added

  • Github Action to trigger manual tests by dispatch

v0.19.0

09 Jun 19:47
Compare
Choose a tag to compare

Added

  • Support for organization tradeName field and cost center phoneNumber field (both optional)

v0.18.0

03 Jun 12:02
Compare
Choose a tag to compare

Added

  • Added the query to get the organizations without a sales manager

v0.17.1

31 May 16:29
Compare
Choose a tag to compare

Added

  • Added handling to the addUser mutation by showing the correct message when the user already exists.

v0.17.0

23 May 23:49
Compare
Choose a tag to compare

Added

  • Added the pagination to getUsers query

v0.16.2

12 May 19:24
Compare
Choose a tag to compare

Added

  • Cancellation request route to support vtex.b2b-orders-history
  • Checkout client
  • Permission check in order route

Changed

  • Use admin OMS API to get order details, to ensure we have the user's email

v0.16.1

25 Apr 20:18
Compare
Choose a tag to compare

Added

  • Added duplicate check for create organization request

v0.16.0

15 Apr 12:41
Compare
Choose a tag to compare

Added

  • the structure of the components has been improved;
  • Added 2 mutations in order to follow the mutations from storefront permissions (updateUser and addUser);

Fixed

  • Remove a couple of conditionals nested;
  • Remove unnecessary variables, some changes to inline returns;

v0.15.0

08 Apr 15:26
Compare
Choose a tag to compare

Added

  • add subfield email of the b2bCustomerAdmin field to check duplicate requests by email