Releases: vtex-apps/b2b-organizations-graphql
Releases · vtex-apps/b2b-organizations-graphql
v0.7.0
Added
- When an organization request is approved, the user specified as the organization admin is now created and/or the appropriate permissions and organization / cost center are assigned to them.
Fixed
- Improved email templates for organization creation / approval / denial
- Format of creation date MD schema fields to allow for proper date sorting
- Properly return ID of created MD document in GraphQL mutations that create documents
- Use returned value
DocumentId
from MD creation operations instead ofId
to eliminate unnecessaryreplace()
functions
v0.6.0
Added
- Permissions check to
getUsers
query andsaveUser
,removeUser
mutations
Changed
getCostCenterByIdStorefront
query ID argument is now optional, will use user's cost center ID as default
Fixed
- Made storefront queries private
v0.5.0
Added
- Send email to Sales Admins and Customer Admin on organization and request updates.
v0.4.0
Added
/b2b/oms/user/checkout/
route to returnpaymentTerms
and Cost Center addresses
v0.3.2
Changed
- Create separate queries for storefront users that check user's permissions
v0.3.1
Fixed
- Initialize
B2BUser
query field resolvers - Don't set
sessionToken
header inGraphQLServer
client if token is null
v0.3.0
Added
getUsers
querysaveUser
andremoveUser
mutationswithSession
directivegetOrganizationById
andgetCostCenterByOrganizationId
queries will now use the user's organization ID if no ID argument is provided
v0.2.3
Fixed
- Allow organization names to be changed
v0.2.2
Changed
- App sender from
vtex.b2b-organizations@0.x
tovtex.b2b-orders-history@0.x
v0.2.1
Release v0.2.1