feat(wallet): add balance mutation clients
This commit is contained in:
+6
-1
@@ -15,7 +15,12 @@ export { getPostById, listPosts, listPostsByAuthor, togglePostLike } from "./pos
|
||||
export { listReviews, listReviewsByOrder, listReviewsByTargetUser } from "./reviews"
|
||||
export { getServiceById, listServices, listServicesByPlayer } from "./services"
|
||||
export { getShopById, getShopByOwnerId, listShops } from "./shops"
|
||||
export { getWalletBalance, listWalletTransactions } from "./transactions"
|
||||
export {
|
||||
getWalletBalance,
|
||||
listWalletTransactions,
|
||||
topUpWallet,
|
||||
withdrawWallet,
|
||||
} from "./transactions"
|
||||
export {
|
||||
applyCurrentUserVerification,
|
||||
getCurrentUserForLogin,
|
||||
|
||||
Reference in New Issue
Block a user