feat(api): add shop management clients
This commit is contained in:
+14
-1
@@ -21,7 +21,20 @@ export {
|
||||
listServicesByPlayer,
|
||||
updatePlayerService,
|
||||
} from "./services"
|
||||
export { getShopById, getShopByOwnerId, listShops } from "./shops"
|
||||
export {
|
||||
addShopAnnouncement,
|
||||
deleteShopAnnouncement,
|
||||
getMyShop,
|
||||
getShopById,
|
||||
getShopByOwnerId,
|
||||
getShopIncomeStats,
|
||||
inviteShopPlayer,
|
||||
listShopInvitations,
|
||||
listShops,
|
||||
removeShopPlayer,
|
||||
updateShop,
|
||||
updateShopTemplate,
|
||||
} from "./shops"
|
||||
export {
|
||||
getWalletBalance,
|
||||
listWalletTransactions,
|
||||
|
||||
Reference in New Issue
Block a user