chore(docs): Generated References (#5743)

Generated the following references:
- `entities`
- `inventory`
- `js-client`
- `pricing`
- `product`
- `services`
- `stock-location`
- `workflows`

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-11-27 18:58:52 +00:00
committed by GitHub
parent dc6b815b12
commit cdd42dbdcd
1383 changed files with 18978 additions and 20154 deletions

View File

@@ -8,10 +8,12 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
## Methods
### emit
#### emit
`**emit**<TypeParameter T>(eventName, data, options?): Promise&#60;void&#62;`
##### Type Parameters
<ParameterTypes parameters={[
{
"name": "T",
@@ -24,7 +26,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
}
]} />
#### Parameters
##### Parameters
<ParameterTypes parameters={[
{
@@ -56,7 +58,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
}
]} />
#### Returns
##### Returns
Promise&#60;void&#62;
@@ -74,6 +76,8 @@ Promise&#60;void&#62;
`**emit**<TypeParameter T>(data): Promise&#60;void&#62;`
##### Type Parameters
<ParameterTypes parameters={[
{
"name": "T",
@@ -86,7 +90,7 @@ Promise&#60;void&#62;
}
]} />
#### Parameters
##### Parameters
<ParameterTypes parameters={[
{
@@ -100,7 +104,7 @@ Promise&#60;void&#62;
}
]} />
#### Returns
##### Returns
Promise&#60;void&#62;
@@ -118,11 +122,11 @@ Promise&#60;void&#62;
___
### subscribe
#### subscribe
`**subscribe**(eventName, subscriber, context?): [IEventBusModuleService](IEventBusModuleService.mdx)`
#### Parameters
##### Parameters
<ParameterTypes parameters={[
{
@@ -154,7 +158,7 @@ ___
}
]} />
#### Returns
##### Returns
[IEventBusModuleService](IEventBusModuleService.mdx)
@@ -172,11 +176,11 @@ ___
___
### unsubscribe
#### unsubscribe
`**unsubscribe**(eventName, subscriber, context?): [IEventBusModuleService](IEventBusModuleService.mdx)`
#### Parameters
##### Parameters
<ParameterTypes parameters={[
{
@@ -208,7 +212,7 @@ ___
}
]} />
#### Returns
##### Returns
[IEventBusModuleService](IEventBusModuleService.mdx)