docs: migrate guides to TSDoc references (#6100)
This commit is contained in:
@@ -50,8 +50,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 an idempotency key for a request.
|
||||
@@ -66,8 +64,6 @@ identifier.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[IdempotencyKey](../../entities/classes/entities.IdempotencyKey.mdx)>","optional":false,"defaultValue":"","description":"the created idempotency key","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### initializeRequest
|
||||
|
||||
Execute the initial steps in a idempotent request.
|
||||
@@ -80,8 +76,6 @@ Execute the initial steps in a idempotent request.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[IdempotencyKey](../../entities/classes/entities.IdempotencyKey.mdx)>","optional":false,"defaultValue":"","description":"the existing or created idempotency key","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### lock
|
||||
|
||||
Locks an idempotency.
|
||||
@@ -94,8 +88,6 @@ Locks an idempotency.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[IdempotencyKey](../../entities/classes/entities.IdempotencyKey.mdx)>","optional":false,"defaultValue":"","description":"result of the update operation","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### retrieve
|
||||
|
||||
Retrieves an idempotency key
|
||||
@@ -108,8 +100,6 @@ Retrieves an idempotency key
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[IdempotencyKey](../../entities/classes/entities.IdempotencyKey.mdx)>","optional":false,"defaultValue":"","description":"idempotency key","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### shouldRetryTransaction\_
|
||||
|
||||
#### Parameters
|
||||
@@ -120,8 +110,6 @@ ___
|
||||
|
||||
<ParameterTypes parameters={[{"name":"boolean","type":"`boolean`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### update
|
||||
|
||||
Locks an idempotency.
|
||||
@@ -134,8 +122,6 @@ Locks an idempotency.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[IdempotencyKey](../../entities/classes/entities.IdempotencyKey.mdx)>","optional":false,"defaultValue":"","description":"result of the update operation","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### withTransaction
|
||||
|
||||
#### Parameters
|
||||
@@ -146,8 +132,6 @@ ___
|
||||
|
||||
<ParameterTypes parameters={[{"name":"this","type":"`this`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### workStage
|
||||
|
||||
Performs an atomic work stage.
|
||||
|
||||
Reference in New Issue
Block a user