Releases: vtex-apps/b2b-organizations-graphql
Releases · vtex-apps/b2b-organizations-graphql
v0.19.2
Fixed
- Allow
tradeName
andphoneNumber
fields to be emptied when organization or cost center are updated
v0.19.1
Fixed
- Add optional
tradeName
argument toupdateOrganization
mutation
Added
- Github Action to trigger manual tests by dispatch
v0.19.0
Added
- Support for organization
tradeName
field and cost centerphoneNumber
field (both optional)
v0.18.0
Added
- Added the query to get the organizations without a sales manager
v0.17.1
Added
- Added handling to the addUser mutation by showing the correct message when the user already exists.
v0.17.0
Added
- Added the pagination to getUsers query
v0.16.2
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
Added
- Added duplicate check for create organization request
v0.16.0
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
Added
- add subfield
email
of theb2bCustomerAdmin
field to check duplicate requests by email