chore(docs): Generated References (#5516)
Generated the following references: - `js-client` - `pricing` - `services` 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:
committed by
GitHub
parent
80fe362f33
commit
aa2bb7a31b
@@ -1,4 +1,4 @@
|
||||
# Class: OauthService
|
||||
# OauthService
|
||||
|
||||
## Hierarchy
|
||||
|
||||
@@ -10,12 +10,12 @@
|
||||
|
||||
### constructor
|
||||
|
||||
• **new OauthService**(`cradle`)
|
||||
**new OauthService**(`cradle`)
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| Name |
|
||||
| :------ |
|
||||
| `cradle` | `InjectedDependencies` |
|
||||
|
||||
#### Overrides
|
||||
@@ -24,13 +24,13 @@ TransactionBaseService.constructor
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:28](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L28)
|
||||
[medusa/src/services/oauth.ts:28](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L28)
|
||||
|
||||
## Properties
|
||||
|
||||
### \_\_configModule\_\_
|
||||
|
||||
• `Protected` `Optional` `Readonly` **\_\_configModule\_\_**: `Record`<`string`, `unknown`\>
|
||||
`Protected` `Optional` `Readonly` **\_\_configModule\_\_**: Record<`string`, `unknown`\>
|
||||
|
||||
#### Inherited from
|
||||
|
||||
@@ -38,13 +38,13 @@ TransactionBaseService.\_\_configModule\_\_
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/interfaces/transaction-base-service.ts:14](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/interfaces/transaction-base-service.ts#L14)
|
||||
[medusa/src/interfaces/transaction-base-service.ts:14](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/interfaces/transaction-base-service.ts#L14)
|
||||
|
||||
___
|
||||
|
||||
### \_\_container\_\_
|
||||
|
||||
• `Protected` `Readonly` **\_\_container\_\_**: `any`
|
||||
`Protected` `Readonly` **\_\_container\_\_**: `any`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
@@ -52,13 +52,13 @@ TransactionBaseService.\_\_container\_\_
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/interfaces/transaction-base-service.ts:13](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/interfaces/transaction-base-service.ts#L13)
|
||||
[medusa/src/interfaces/transaction-base-service.ts:13](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/interfaces/transaction-base-service.ts#L13)
|
||||
|
||||
___
|
||||
|
||||
### \_\_moduleDeclaration\_\_
|
||||
|
||||
• `Protected` `Optional` `Readonly` **\_\_moduleDeclaration\_\_**: `Record`<`string`, `unknown`\>
|
||||
`Protected` `Optional` `Readonly` **\_\_moduleDeclaration\_\_**: Record<`string`, `unknown`\>
|
||||
|
||||
#### Inherited from
|
||||
|
||||
@@ -66,33 +66,33 @@ TransactionBaseService.\_\_moduleDeclaration\_\_
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/interfaces/transaction-base-service.ts:15](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/interfaces/transaction-base-service.ts#L15)
|
||||
[medusa/src/interfaces/transaction-base-service.ts:15](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/interfaces/transaction-base-service.ts#L15)
|
||||
|
||||
___
|
||||
|
||||
### container\_
|
||||
|
||||
• `Protected` **container\_**: `InjectedDependencies`
|
||||
`Protected` **container\_**: `InjectedDependencies`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:24](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L24)
|
||||
[medusa/src/services/oauth.ts:24](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L24)
|
||||
|
||||
___
|
||||
|
||||
### eventBus\_
|
||||
|
||||
• `Protected` **eventBus\_**: [`EventBusService`](EventBusService.md)
|
||||
`Protected` **eventBus\_**: [`EventBusService`](EventBusService.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:26](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L26)
|
||||
[medusa/src/services/oauth.ts:26](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L26)
|
||||
|
||||
___
|
||||
|
||||
### manager\_
|
||||
|
||||
• `Protected` **manager\_**: `EntityManager`
|
||||
`Protected` **manager\_**: `EntityManager`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
@@ -100,23 +100,23 @@ TransactionBaseService.manager\_
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/interfaces/transaction-base-service.ts:5](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/interfaces/transaction-base-service.ts#L5)
|
||||
[medusa/src/interfaces/transaction-base-service.ts:5](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/interfaces/transaction-base-service.ts#L5)
|
||||
|
||||
___
|
||||
|
||||
### oauthRepository\_
|
||||
|
||||
• `Protected` **oauthRepository\_**: `Repository`<`Oauth`\>
|
||||
`Protected` **oauthRepository\_**: `Repository`<`Oauth`\>
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:25](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L25)
|
||||
[medusa/src/services/oauth.ts:25](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L25)
|
||||
|
||||
___
|
||||
|
||||
### transactionManager\_
|
||||
|
||||
• `Protected` **transactionManager\_**: `undefined` \| `EntityManager`
|
||||
`Protected` **transactionManager\_**: `undefined` \| `EntityManager`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
@@ -124,13 +124,13 @@ TransactionBaseService.transactionManager\_
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/interfaces/transaction-base-service.ts:6](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/interfaces/transaction-base-service.ts#L6)
|
||||
[medusa/src/interfaces/transaction-base-service.ts:6](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/interfaces/transaction-base-service.ts#L6)
|
||||
|
||||
___
|
||||
|
||||
### Events
|
||||
|
||||
▪ `Static` **Events**: `Object`
|
||||
`Static` **Events**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
@@ -141,47 +141,47 @@ ___
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:19](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L19)
|
||||
[medusa/src/services/oauth.ts:19](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L19)
|
||||
|
||||
## Accessors
|
||||
|
||||
### activeManager\_
|
||||
|
||||
• `Protected` `get` **activeManager_**(): `EntityManager`
|
||||
`Protected` `get` **activeManager_**(): `EntityManager`
|
||||
|
||||
#### Returns
|
||||
|
||||
`EntityManager`
|
||||
|
||||
-`EntityManager`:
|
||||
|
||||
#### Inherited from
|
||||
|
||||
TransactionBaseService.activeManager\_
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/interfaces/transaction-base-service.ts:8](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/interfaces/transaction-base-service.ts#L8)
|
||||
[medusa/src/interfaces/transaction-base-service.ts:8](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/interfaces/transaction-base-service.ts#L8)
|
||||
|
||||
## Methods
|
||||
|
||||
### atomicPhase\_
|
||||
|
||||
▸ `Protected` **atomicPhase_**<`TResult`, `TError`\>(`work`, `isolationOrErrorHandler?`, `maybeErrorHandlerOrDontFail?`): `Promise`<`TResult`\>
|
||||
`Protected` **atomicPhase_**<`TResult`, `TError`\>(`work`, `isolationOrErrorHandler?`, `maybeErrorHandlerOrDontFail?`): `Promise`<`TResult`\>
|
||||
|
||||
Wraps some work within a transactional block. If the service already has
|
||||
a transaction manager attached this will be reused, otherwise a new
|
||||
transaction manager is created.
|
||||
|
||||
#### Type parameters
|
||||
|
||||
| Name |
|
||||
| :------ |
|
||||
| `TResult` |
|
||||
| `TError` |
|
||||
| `TResult` | `object` |
|
||||
| `TError` | `object` |
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type | Description |
|
||||
| :------ | :------ | :------ |
|
||||
| Name | Description |
|
||||
| :------ | :------ |
|
||||
| `work` | (`transactionManager`: `EntityManager`) => `Promise`<`TResult`\> | the transactional work to be done |
|
||||
| `isolationOrErrorHandler?` | `IsolationLevel` \| (`error`: `TError`) => `Promise`<`void` \| `TResult`\> | the isolation level to be used for the work. |
|
||||
| `maybeErrorHandlerOrDontFail?` | (`error`: `TError`) => `Promise`<`void` \| `TResult`\> | Potential error handler |
|
||||
@@ -190,7 +190,7 @@ transaction manager is created.
|
||||
|
||||
`Promise`<`TResult`\>
|
||||
|
||||
the result of the transactional work
|
||||
-`Promise`: the result of the transactional work
|
||||
|
||||
#### Inherited from
|
||||
|
||||
@@ -198,38 +198,41 @@ TransactionBaseService.atomicPhase\_
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/interfaces/transaction-base-service.ts:56](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/interfaces/transaction-base-service.ts#L56)
|
||||
[medusa/src/interfaces/transaction-base-service.ts:56](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/interfaces/transaction-base-service.ts#L56)
|
||||
|
||||
___
|
||||
|
||||
### create
|
||||
|
||||
▸ **create**(`data`): `Promise`<`Oauth`\>
|
||||
**create**(`data`): `Promise`<`Oauth`\>
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| Name |
|
||||
| :------ |
|
||||
| `data` | `CreateOauthInput` |
|
||||
|
||||
#### Returns
|
||||
|
||||
`Promise`<`Oauth`\>
|
||||
|
||||
-`Promise`:
|
||||
-`Oauth`:
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:87](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L87)
|
||||
[medusa/src/services/oauth.ts:87](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L87)
|
||||
|
||||
___
|
||||
|
||||
### generateToken
|
||||
|
||||
▸ **generateToken**(`appName`, `code`, `state`): `Promise`<`Oauth`\>
|
||||
**generateToken**(`appName`, `code`, `state`): `Promise`<`Oauth`\>
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| Name |
|
||||
| :------ |
|
||||
| `appName` | `string` |
|
||||
| `code` | `string` |
|
||||
| `state` | `string` |
|
||||
@@ -238,144 +241,165 @@ ___
|
||||
|
||||
`Promise`<`Oauth`\>
|
||||
|
||||
-`Promise`:
|
||||
-`Oauth`:
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:121](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L121)
|
||||
[medusa/src/services/oauth.ts:121](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L121)
|
||||
|
||||
___
|
||||
|
||||
### list
|
||||
|
||||
▸ **list**(`selector`): `Promise`<`Oauth`[]\>
|
||||
**list**(`selector`): `Promise`<`Oauth`[]\>
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| Name |
|
||||
| :------ |
|
||||
| `selector` | `Selector`<`Oauth`\> |
|
||||
|
||||
#### Returns
|
||||
|
||||
`Promise`<`Oauth`[]\>
|
||||
|
||||
-`Promise`:
|
||||
-`Oauth[]`:
|
||||
-`Oauth`:
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:79](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L79)
|
||||
[medusa/src/services/oauth.ts:79](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L79)
|
||||
|
||||
___
|
||||
|
||||
### refreshToken
|
||||
|
||||
▸ **refreshToken**(`appName`): `Promise`<`Oauth`\>
|
||||
**refreshToken**(`appName`): `Promise`<`Oauth`\>
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| Name |
|
||||
| :------ |
|
||||
| `appName` | `string` |
|
||||
|
||||
#### Returns
|
||||
|
||||
`Promise`<`Oauth`\>
|
||||
|
||||
-`Promise`:
|
||||
-`Oauth`:
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:155](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L155)
|
||||
[medusa/src/services/oauth.ts:155](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L155)
|
||||
|
||||
___
|
||||
|
||||
### registerOauthApp
|
||||
|
||||
▸ **registerOauthApp**(`appDetails`): `Promise`<`Oauth`\>
|
||||
**registerOauthApp**(`appDetails`): `Promise`<`Oauth`\>
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| Name |
|
||||
| :------ |
|
||||
| `appDetails` | `CreateOauthInput` |
|
||||
|
||||
#### Returns
|
||||
|
||||
`Promise`<`Oauth`\>
|
||||
|
||||
-`Promise`:
|
||||
-`Oauth`:
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:111](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L111)
|
||||
[medusa/src/services/oauth.ts:111](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L111)
|
||||
|
||||
___
|
||||
|
||||
### retrieve
|
||||
|
||||
▸ **retrieve**(`oauthId`): `Promise`<`Oauth`\>
|
||||
**retrieve**(`oauthId`): `Promise`<`Oauth`\>
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| Name |
|
||||
| :------ |
|
||||
| `oauthId` | `string` |
|
||||
|
||||
#### Returns
|
||||
|
||||
`Promise`<`Oauth`\>
|
||||
|
||||
-`Promise`:
|
||||
-`Oauth`:
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:54](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L54)
|
||||
[medusa/src/services/oauth.ts:54](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L54)
|
||||
|
||||
___
|
||||
|
||||
### retrieveByName
|
||||
|
||||
▸ **retrieveByName**(`appName`): `Promise`<`Oauth`\>
|
||||
**retrieveByName**(`appName`): `Promise`<`Oauth`\>
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| Name |
|
||||
| :------ |
|
||||
| `appName` | `string` |
|
||||
|
||||
#### Returns
|
||||
|
||||
`Promise`<`Oauth`\>
|
||||
|
||||
-`Promise`:
|
||||
-`Oauth`:
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:36](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L36)
|
||||
[medusa/src/services/oauth.ts:36](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L36)
|
||||
|
||||
___
|
||||
|
||||
### shouldRetryTransaction\_
|
||||
|
||||
▸ `Protected` **shouldRetryTransaction_**(`err`): `boolean`
|
||||
`Protected` **shouldRetryTransaction_**(`err`): `boolean`
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `err` | `Record`<`string`, `unknown`\> \| { `code`: `string` } |
|
||||
| Name |
|
||||
| :------ |
|
||||
| `err` | Record<`string`, `unknown`\> \| { `code`: `string` } |
|
||||
|
||||
#### Returns
|
||||
|
||||
`boolean`
|
||||
|
||||
-`boolean`: (optional)
|
||||
|
||||
#### Inherited from
|
||||
|
||||
TransactionBaseService.shouldRetryTransaction\_
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/interfaces/transaction-base-service.ts:37](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/interfaces/transaction-base-service.ts#L37)
|
||||
[medusa/src/interfaces/transaction-base-service.ts:37](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/interfaces/transaction-base-service.ts#L37)
|
||||
|
||||
___
|
||||
|
||||
### update
|
||||
|
||||
▸ **update**(`id`, `update`): `Promise`<`Oauth`\>
|
||||
**update**(`id`, `update`): `Promise`<`Oauth`\>
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| Name |
|
||||
| :------ |
|
||||
| `id` | `string` |
|
||||
| `update` | `UpdateOauthInput` |
|
||||
|
||||
@@ -383,30 +407,35 @@ ___
|
||||
|
||||
`Promise`<`Oauth`\>
|
||||
|
||||
-`Promise`:
|
||||
-`Oauth`:
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/services/oauth.ts:100](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/services/oauth.ts#L100)
|
||||
[medusa/src/services/oauth.ts:100](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/services/oauth.ts#L100)
|
||||
|
||||
___
|
||||
|
||||
### withTransaction
|
||||
|
||||
▸ **withTransaction**(`transactionManager?`): [`OauthService`](OauthService.md)
|
||||
**withTransaction**(`transactionManager?`): [`OauthService`](OauthService.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| Name |
|
||||
| :------ |
|
||||
| `transactionManager?` | `EntityManager` |
|
||||
|
||||
#### Returns
|
||||
|
||||
[`OauthService`](OauthService.md)
|
||||
|
||||
-`Oauth`:
|
||||
|
||||
#### Inherited from
|
||||
|
||||
TransactionBaseService.withTransaction
|
||||
|
||||
#### Defined in
|
||||
|
||||
[medusa/src/interfaces/transaction-base-service.ts:20](https://github.com/medusajs/medusa/blob/b38f73726/packages/medusa/src/interfaces/transaction-base-service.ts#L20)
|
||||
[medusa/src/interfaces/transaction-base-service.ts:20](https://github.com/medusajs/medusa/blob/0af6e5534/packages/medusa/src/interfaces/transaction-base-service.ts#L20)
|
||||
|
||||
Reference in New Issue
Block a user