chore(docs): Generated References (#8828)

Generated the following references:
- `auth`
- `core_flows`
- `fulfillment`
- `fulfillment_models`
- `helper_steps`
- `medusa_config`
- `modules`
- `modules_sdk`
- `order`
- `order_models`
- `payment`
- `stock_location_next`
- `types`
This commit is contained in:
github-actions[bot]
2024-08-28 06:53:38 +00:00
committed by GitHub
parent e0a3b8fc2e
commit 841cb69ba9
368 changed files with 2054775 additions and 101249 deletions
@@ -14,6 +14,7 @@ The main service interface for the Auth Module.
## Methods
- [authenticate](../../IAuthModuleService/methods/auth.IAuthModuleService.authenticate/page.mdx)
- [register](../../IAuthModuleService/methods/auth.IAuthModuleService.register/page.mdx)
- [validateCallback](../../IAuthModuleService/methods/auth.IAuthModuleService.validateCallback/page.mdx)
- [retrieveAuthIdentity](../../IAuthModuleService/methods/auth.IAuthModuleService.retrieveAuthIdentity/page.mdx)
- [listAuthIdentities](../../IAuthModuleService/methods/auth.IAuthModuleService.listAuthIdentities/page.mdx)
@@ -21,3 +22,8 @@ The main service interface for the Auth Module.
- [createAuthIdentities](../../IAuthModuleService/methods/auth.IAuthModuleService.createAuthIdentities/page.mdx)
- [updateAuthIdentites](../../IAuthModuleService/methods/auth.IAuthModuleService.updateAuthIdentites/page.mdx)
- [deleteAuthIdentities](../../IAuthModuleService/methods/auth.IAuthModuleService.deleteAuthIdentities/page.mdx)
- [retrieveProviderIdentity](../../IAuthModuleService/methods/auth.IAuthModuleService.retrieveProviderIdentity/page.mdx)
- [listProviderIdentities](../../IAuthModuleService/methods/auth.IAuthModuleService.listProviderIdentities/page.mdx)
- [createProviderIdentities](../../IAuthModuleService/methods/auth.IAuthModuleService.createProviderIdentities/page.mdx)
- [updateProviderIdentites](../../IAuthModuleService/methods/auth.IAuthModuleService.updateProviderIdentites/page.mdx)
- [deleteProviderIdentities](../../IAuthModuleService/methods/auth.IAuthModuleService.deleteProviderIdentities/page.mdx)