fix(oas): add missing x-codegen + fix schema naming and $ref (#3312)

## What

Add missing x-codegen + fix schema naming and $ref 

## Why

OAS code generator was missing information to be able to match current JS client.

## How

Ensure OAS matches JS client methods.
This commit is contained in:
Patrick
2023-02-22 16:25:48 +00:00
committed by GitHub
parent 287c829c9c
commit 935870e010
8 changed files with 44 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(oas): add missing x-codegen + fix schema naming and $ref