docs: migrate guides to TSDoc references (#6100)
This commit is contained in:
@@ -44,8 +44,6 @@ Add a batch of customers to a customer group at once
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[CustomerGroup](../../entities/classes/entities.CustomerGroup.mdx)>","optional":false,"defaultValue":"","description":"the customer group after insertion","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### atomicPhase\_
|
||||
|
||||
Wraps some work within a transactional block. If the service already has
|
||||
@@ -64,8 +62,6 @@ transaction manager is created.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<TResult>","optional":false,"defaultValue":"","description":"the result of the transactional work","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### create
|
||||
|
||||
Creates a customer group with the provided data.
|
||||
@@ -78,8 +74,6 @@ Creates a customer group with the provided data.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[CustomerGroup](../../entities/classes/entities.CustomerGroup.mdx)>","optional":false,"defaultValue":"","description":"the result of the create operation","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### delete
|
||||
|
||||
Remove customer group
|
||||
@@ -92,8 +86,6 @@ Remove customer group
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<void>","optional":false,"defaultValue":"","description":"a promise","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### handleCreationFail
|
||||
|
||||
#### Parameters
|
||||
@@ -104,8 +96,6 @@ ___
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<never>","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### list
|
||||
|
||||
List customer groups.
|
||||
@@ -118,8 +108,6 @@ List customer groups.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[CustomerGroup](../../entities/classes/entities.CustomerGroup.mdx)[]>","optional":false,"defaultValue":"","description":"the result of the find operation","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### listAndCount
|
||||
|
||||
Retrieve a list of customer groups and total count of records that match the query.
|
||||
@@ -132,8 +120,6 @@ Retrieve a list of customer groups and total count of records that match the que
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[[CustomerGroup](../../entities/classes/entities.CustomerGroup.mdx)[], number]>","optional":false,"defaultValue":"","description":"the result of the find operation","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### removeCustomer
|
||||
|
||||
Remove list of customers from a customergroup
|
||||
@@ -146,8 +132,6 @@ Remove list of customers from a customergroup
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[CustomerGroup](../../entities/classes/entities.CustomerGroup.mdx)>","optional":false,"defaultValue":"","description":"the customergroup with the provided id","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### retrieve
|
||||
|
||||
#### Parameters
|
||||
@@ -158,8 +142,6 @@ ___
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[CustomerGroup](../../entities/classes/entities.CustomerGroup.mdx)>","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### shouldRetryTransaction\_
|
||||
|
||||
#### Parameters
|
||||
@@ -170,8 +152,6 @@ ___
|
||||
|
||||
<ParameterTypes parameters={[{"name":"boolean","type":"`boolean`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### update
|
||||
|
||||
Update a customer group.
|
||||
@@ -184,8 +164,6 @@ Update a customer group.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[CustomerGroup](../../entities/classes/entities.CustomerGroup.mdx)>","optional":false,"defaultValue":"","description":"resulting customer group","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### withTransaction
|
||||
|
||||
#### Parameters
|
||||
|
||||
Reference in New Issue
Block a user