chore(docs): Generated References (#8573)

Generated the following references:
- `cart`
- `core_flows`
- `dml`
- `fulfillment`
- `helper_steps`
- `inventory_next`
- `modules`
- `order`
- `order_models`
- `payment`
- `pricing`
- `promotion`
- `tax`
- `types`
- `utils`
- `workflows`

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-13 09:26:51 +00:00
committed by GitHub
parent a013c4edc5
commit e5909d4aad
1396 changed files with 807029 additions and 736282 deletions

View File

@@ -8,6 +8,10 @@ This class is used to create the response returned by a step. A step return its
<TypeList types={[{"name":"TOutput","type":"`object`","description":"The type of the output of the step.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"TCompensateInput","type":"`object`","description":"The type of the compensation input. If the step doesn't specify any compensation input, then the type of `TCompensateInput` is the same\nas that of `TOutput`.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="StepResponse"/>
## Constructors
- [constructor](page.mdx#constructor)
## Methods
- [permanentFailure](../../StepResponse/methods/workflows.StepResponse.permanentFailure/page.mdx)