Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Dec 6, 2024
1 parent d576284 commit b1ebbb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ class SchemaFactory {
BigNumberValue: {
type: "number",
},
difference_due: {
type: "number",
},
refund_amount: {
type: "number",
},
File: {
type: "object",
description: "A File to upload.",
Expand Down
1 change: 1 addition & 0 deletions www/utils/packages/docs-generator/src/classes/kinds/oas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class OasKindGenerator extends FunctionKindGenerator {
"MedusaRequest",
"RequestWithContext",
"AuthenticatedMedusaRequest",
"MedusaStoreRequest",
]
// as it's not always possible to detect authenticated request
// use this to override the default detection logic.
Expand Down

0 comments on commit b1ebbb8

Please sign in to comment.