fix(oas,js,react): use AdminExtendedStoresRes instead of AdminStoresRes (#3478)
## What Declare and use AdminExtendedStoresRes for `[get] /admin/store` endpoint. ## Why Only `[get] /admin/store` returns `ExtendedStoreDTO`. Other `/admin/store` endpoints return `Store`. ## How * Create new AdminExtendedStoresRes OAS schema * Update medusa-js * Update medusa-react
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
"@medusajs/client-types": patch
|
||||
"medusa-react": patch
|
||||
"@medusajs/medusa-js": patch
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
fix(oas,js,react): use AdminExtendedStoresRes instead of AdminStoresRes
|
||||
Reference in New Issue
Block a user