chore(docs): Generated References (#8383)

Generated the following references:
- `helper_steps`
- `modules`
- `types`
- `workflows`
This commit is contained in:
github-actions[bot]
2024-08-01 07:04:13 +00:00
committed by GitHub
parent da3da51000
commit 66cc7cfc1f
52 changed files with 23043 additions and 16549 deletions
@@ -23,6 +23,10 @@ import { TypeList } from "docs-ui"
- [WorkflowTypes](../../types/types.WorkflowTypes/page.mdx)
- [WorkflowsSdkTypes](../../types/types.WorkflowsSdkTypes/page.mdx)
## Enumerations
- [ClaimReason](../../types/enums/types.ClaimReason/page.mdx)
## Interfaces
- [DetailWidgetProps](../../types/interfaces/types.DetailWidgetProps/page.mdx)
@@ -33,6 +37,13 @@ import { TypeList } from "docs-ui"
- [GetUploadedFileType](../../types/interfaces/types.GetUploadedFileType/page.mdx)
- [DeleteFileType](../../types/interfaces/types.DeleteFileType/page.mdx)
- [UploadStreamDescriptorType](../../types/interfaces/types.UploadStreamDescriptorType/page.mdx)
- [AdminClaimAddItems](../../types/interfaces/types.AdminClaimAddItems/page.mdx)
- [AdminClaimUpdateItem](../../types/interfaces/types.AdminClaimUpdateItem/page.mdx)
- [AdminClaimAddShippingMethod](../../types/interfaces/types.AdminClaimAddShippingMethod/page.mdx)
- [AdminClaimUpdateShippingMethod](../../types/interfaces/types.AdminClaimUpdateShippingMethod/page.mdx)
- [BaseClaimItem](../../types/interfaces/types.BaseClaimItem/page.mdx)
- [BaseClaim](../../types/interfaces/types.BaseClaim/page.mdx)
- [BaseClaimListParams](../../types/interfaces/types.BaseClaimListParams/page.mdx)
- [BaseCollection](../../types/interfaces/types.BaseCollection/page.mdx)
- [BaseCollectionParams](../../types/interfaces/types.BaseCollectionParams/page.mdx)
- [BaseCollectionListParams](../../types/interfaces/types.BaseCollectionListParams/page.mdx)
@@ -10,6 +10,7 @@ This section of the documentation provides a reference to the utility functions
## Functions
- [createHook](../../workflows/functions/workflows.createHook/page.mdx)
- [createStep](../../workflows/functions/workflows.createStep/page.mdx)
- [createWorkflow](../../workflows/functions/workflows.createWorkflow/page.mdx)
- [parallelize](../../workflows/functions/workflows.parallelize/page.mdx)