docs: edits and fixes to commerce module docs (#7468)
Apply edits and fixes to the commerce modules docs
This commit is contained in:
@@ -4,10 +4,10 @@ import { TypeList } from "docs-ui"
|
||||
|
||||
## Interfaces
|
||||
|
||||
- [AuthUserDTO](../../auth/interfaces/auth.AuthUserDTO/page.mdx)
|
||||
- [CreateAuthUserDTO](../../auth/interfaces/auth.CreateAuthUserDTO/page.mdx)
|
||||
- [UpdateAuthUserDTO](../../auth/interfaces/auth.UpdateAuthUserDTO/page.mdx)
|
||||
- [FilterableAuthUserProps](../../auth/interfaces/auth.FilterableAuthUserProps/page.mdx)
|
||||
- [AuthIdentityDTO](../../auth/interfaces/auth.AuthIdentityDTO/page.mdx)
|
||||
- [CreateAuthIdentityDTO](../../auth/interfaces/auth.CreateAuthIdentityDTO/page.mdx)
|
||||
- [UpdateAuthIdentityDTO](../../auth/interfaces/auth.UpdateAuthIdentityDTO/page.mdx)
|
||||
- [FilterableAuthIdentityProps](../../auth/interfaces/auth.FilterableAuthIdentityProps/page.mdx)
|
||||
- [AuthenticationResponse](../../auth/interfaces/auth.AuthenticationResponse/page.mdx)
|
||||
- [AuthenticationInput](../../auth/interfaces/auth.AuthenticationInput/page.mdx)
|
||||
- [IAuthModuleService](../../auth/interfaces/auth.IAuthModuleService/page.mdx)
|
||||
|
||||
@@ -11,4 +11,4 @@ This documentation provides a reference to the data models in the Auth Module
|
||||
|
||||
## Classes
|
||||
|
||||
- [AuthUser](../../auth_models/classes/auth_models.AuthUser/page.mdx)
|
||||
- [AuthIdentity](../../auth_models/classes/auth_models.AuthIdentity/page.mdx)
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
import { TypeList } from "docs-ui"
|
||||
|
||||
# auth-provider
|
||||
|
||||
## Classes
|
||||
|
||||
- [AbstractAuthModuleProvider](../../auth_provider/classes/auth_provider.AbstractAuthModuleProvider/page.mdx)
|
||||
@@ -0,0 +1,7 @@
|
||||
import { TypeList } from "docs-ui"
|
||||
|
||||
# fulfillment-provider
|
||||
|
||||
## Classes
|
||||
|
||||
- [AbstractFulfillmentProviderService](../../fulfillment_provider/classes/fulfillment_provider.AbstractFulfillmentProviderService/page.mdx)
|
||||
@@ -1105,10 +1105,12 @@ ___
|
||||
|
||||
<TypeList types={[{"name":"RequestHandler","type":"RequestHandler<ParamsDictionary, any, any, ParsedQs, Record<string, any>>","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"ParamsDictionary","type":"`ParamsDictionary`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]},{"name":"any","type":"`any`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]},{"name":"any","type":"`any`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]},{"name":"ParsedQs","type":"`ParsedQs`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]},{"name":"Record","type":"`Record<string, any>`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]},{"name":"any","type":"`any`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]}]}]} sectionTitle="wrapHandler"/>
|
||||
|
||||
#### Deprecated
|
||||
:::note[Deprecated]
|
||||
|
||||
use `import { wrapHandler } from "@medusajs/utils"`
|
||||
|
||||
:::
|
||||
|
||||
### canAccessBatchJob
|
||||
|
||||
#### Parameters
|
||||
@@ -1285,10 +1287,12 @@ Middleware that transform the query input for the store endpoints
|
||||
|
||||
<TypeList types={[{"name":"Promise","type":"Promise<void>","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} sectionTitle="__type"/>
|
||||
|
||||
#### Deprecated
|
||||
:::note[Deprecated]
|
||||
|
||||
use `transformQuery` instead
|
||||
|
||||
:::
|
||||
|
||||
### reserveQuantityForDraftOrder
|
||||
|
||||
#### Parameters
|
||||
|
||||
@@ -4,6 +4,7 @@ import { TypeList } from "docs-ui"
|
||||
|
||||
## Interfaces
|
||||
|
||||
- [AdminOptions](../../medusa_config/interfaces/medusa_config.AdminOptions/page.mdx)
|
||||
- [HttpCompressionOptions](../../medusa_config/interfaces/medusa_config.HttpCompressionOptions/page.mdx)
|
||||
- [ProjectConfigOptions](../../medusa_config/interfaces/medusa_config.ProjectConfigOptions/page.mdx)
|
||||
- [ConfigModule](../../medusa_config/interfaces/medusa_config.ConfigModule/page.mdx)
|
||||
|
||||
Reference in New Issue
Block a user