feat: customer groups client endpoints (#1147)
* feat: WIP add customer group endpoints, fix generated type exports from api * fix: export api types, add `list`method * fix: export customer groups types from the `medusa-js` package * fix: cleanup type exports from customer groups api * feat: add customer group batch methods * fix: refactor comments * fix: address PR comments Co-authored-by: fPolic <frane@medusajs.com>
This commit is contained in:
@@ -19,6 +19,7 @@ export default (container, config) => {
|
||||
export * from "./routes/admin/collections"
|
||||
export * from "./routes/admin/auth"
|
||||
export * from "./routes/admin/customers"
|
||||
export * from "./routes/admin/customer-groups"
|
||||
export * from "./routes/admin/discounts"
|
||||
export * from "./routes/admin/draft-orders"
|
||||
export * from "./routes/admin/gift-cards"
|
||||
|
||||
Reference in New Issue
Block a user