chore(docs): Generated References (#8360)

Generated the following references:
- `currency_models`
- `medusa_config`
- `region_models`
- `types`
This commit is contained in:
github-actions[bot]
2024-07-31 07:31:20 +00:00
committed by GitHub
parent 69ddd1e081
commit aac906f058
86 changed files with 37867 additions and 20774 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
import { TypeList } from "docs-ui"
# IModuleService
@@ -0,0 +1,6 @@
import { TypeList } from "docs-ui"
# ModuleImplementations
The following interface acts as a bucket that other modules or the
utils package can fill using declaration merging
@@ -0,0 +1,7 @@
import { TypeList } from "docs-ui"
# ModuleServiceInitializeOptions
## Properties
<TypeList types={[{"name":"database","type":"`object`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"connection","type":"`any`","description":"Forces to use a shared knex connection","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"clientUrl","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"schema","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"host","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"port","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"user","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"password","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"database","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"driverOptions","type":"`Record<string, unknown>` & `object`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"connection","type":"`Record<string, unknown>`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"debug","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"pool","type":"`Record<string, unknown>`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="ModuleServiceInitializeOptions"/>