createProductBatch
and updateProductBatch
mutationsHotfix for password key field error on new user account creation
passwordKey
as a prop in UserAccount
entity with @Column
decoratorpasswordKey
during creating new user accountstartAPISession
would not encode user sites into the session.session
JWT as auth method would throw an error that checkUserPermission
was missing when called in some query endpoints.Fixed an issue where connecting via api-token header could throw an issue due to a conflict in ESM module format.
Alert Subscription Support