-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): Generated References (#5516)
Generated the following references: - `js-client` - `pricing` - `services` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
- Loading branch information
1 parent
80fe362
commit aa2bb7a
Showing
271 changed files
with
38,173 additions
and
9,836 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
102 changes: 102 additions & 0 deletions
102
...s.internal.internal-1.WorkflowTypes.CartWorkflow.CreateCartWorkflowInputDTO.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
--- | ||
displayed_sidebar: jsClientSidebar | ||
--- | ||
|
||
import ParameterTypes from "@site/src/components/ParameterTypes" | ||
|
||
# CreateCartWorkflowInputDTO | ||
|
||
[WorkflowTypes](../../internal-1/modules/admin_discounts.internal.internal-1.WorkflowTypes.mdx).[CartWorkflow](../../WorkflowTypes/modules/admin_discounts.internal.internal-1.WorkflowTypes.CartWorkflow.mdx).CreateCartWorkflowInputDTO | ||
|
||
## Properties | ||
|
||
<ParameterTypes parameters={[ | ||
{ | ||
"name": "billing_address", | ||
"type": "[`AddressDTO`](../../internal/modules/admin_discounts.internal.internal-1.mdx#addressdto)", | ||
"description": "", | ||
"optional": true, | ||
"defaultValue": "", | ||
"children": [] | ||
}, | ||
{ | ||
"name": "billing_address_id", | ||
"type": "`string`", | ||
"description": "", | ||
"optional": true, | ||
"defaultValue": "", | ||
"children": [] | ||
}, | ||
{ | ||
"name": "context", | ||
"type": "`object`", | ||
"description": "", | ||
"optional": true, | ||
"defaultValue": "", | ||
"children": [] | ||
}, | ||
{ | ||
"name": "country_code", | ||
"type": "`string`", | ||
"description": "", | ||
"optional": true, | ||
"defaultValue": "", | ||
"children": [] | ||
}, | ||
{ | ||
"name": "customer_id", | ||
"type": "`string`", | ||
"description": "", | ||
"optional": true, | ||
"defaultValue": "", | ||
"children": [] | ||
}, | ||
{ | ||
"name": "email", | ||
"type": "`string`", | ||
"description": "", | ||
"optional": true, | ||
"defaultValue": "", | ||
"children": [] | ||
}, | ||
{ | ||
"name": "items", | ||
"type": "[`CreateLineItemInputDTO`](admin_discounts.internal.internal-1.WorkflowTypes.CartWorkflow.CreateLineItemInputDTO.mdx)[]", | ||
"description": "", | ||
"optional": true, | ||
"defaultValue": "", | ||
"children": [] | ||
}, | ||
{ | ||
"name": "region_id", | ||
"type": "`string`", | ||
"description": "", | ||
"optional": true, | ||
"defaultValue": "", | ||
"children": [] | ||
}, | ||
{ | ||
"name": "sales_channel_id", | ||
"type": "`string`", | ||
"description": "", | ||
"optional": true, | ||
"defaultValue": "", | ||
"children": [] | ||
}, | ||
{ | ||
"name": "shipping_address", | ||
"type": "[`AddressDTO`](../../internal/modules/admin_discounts.internal.internal-1.mdx#addressdto)", | ||
"description": "", | ||
"optional": true, | ||
"defaultValue": "", | ||
"children": [] | ||
}, | ||
{ | ||
"name": "shipping_address_id", | ||
"type": "`string`", | ||
"description": "", | ||
"optional": true, | ||
"defaultValue": "", | ||
"children": [] | ||
} | ||
]} /> |
30 changes: 30 additions & 0 deletions
30
...ounts.internal.internal-1.WorkflowTypes.CartWorkflow.CreateLineItemInputDTO.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
displayed_sidebar: jsClientSidebar | ||
--- | ||
|
||
import ParameterTypes from "@site/src/components/ParameterTypes" | ||
|
||
# CreateLineItemInputDTO | ||
|
||
[WorkflowTypes](../../internal-1/modules/admin_discounts.internal.internal-1.WorkflowTypes.mdx).[CartWorkflow](../../WorkflowTypes/modules/admin_discounts.internal.internal-1.WorkflowTypes.CartWorkflow.mdx).CreateLineItemInputDTO | ||
|
||
## Properties | ||
|
||
<ParameterTypes parameters={[ | ||
{ | ||
"name": "quantity", | ||
"type": "`number`", | ||
"description": "", | ||
"optional": false, | ||
"defaultValue": "", | ||
"children": [] | ||
}, | ||
{ | ||
"name": "variant_id", | ||
"type": "`string`", | ||
"description": "", | ||
"optional": false, | ||
"defaultValue": "", | ||
"children": [] | ||
} | ||
]} /> |
Oops, something went wrong.
aa2bb7a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs-ui – ./www/apps/ui
docs-ui.vercel.app
docs-ui-medusajs.vercel.app
docs-ui-git-develop-medusajs.vercel.app
aa2bb7a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
api-reference – ./www/apps/api-reference
api-reference-medusajs.vercel.app
api-reference-git-develop-medusajs.vercel.app
api-reference-delta.vercel.app
docs.medusajs.com
aa2bb7a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
medusa-docs – ./www/apps/docs
medusa-docs-git-develop-medusajs.vercel.app
medusa-docs-medusajs.vercel.app
medusa-docs.vercel.app