docs: update Typedoc and regenerate references (#1994)
* generated new services reference * changed from automatic push to automated pull request * updated typedoc, regenerated JS Client reference * regenerated the reference after updating typedoc * added action for js client
This commit is contained in:
163
docs/content/references/js-client/classes/internal-23.Store.md
Normal file
163
docs/content/references/js-client/classes/internal-23.Store.md
Normal file
@@ -0,0 +1,163 @@
|
||||
# Class: Store
|
||||
|
||||
[internal](../modules/internal-23.md).Store
|
||||
|
||||
Base abstract entity for all entities
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`BaseEntity`](internal.BaseEntity.md)
|
||||
|
||||
↳ **`Store`**
|
||||
|
||||
## Properties
|
||||
|
||||
### beforeInsert
|
||||
|
||||
• `Private` **beforeInsert**: `any`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/store.d.ts:15
|
||||
|
||||
___
|
||||
|
||||
### created\_at
|
||||
|
||||
• **created\_at**: `Date`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[BaseEntity](internal.BaseEntity.md).[created_at](internal.BaseEntity.md#created_at)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/interfaces/models/base-entity.d.ts:6
|
||||
|
||||
___
|
||||
|
||||
### currencies
|
||||
|
||||
• **currencies**: [`Currency`](internal.Currency.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/store.d.ts:8
|
||||
|
||||
___
|
||||
|
||||
### default\_currency
|
||||
|
||||
• **default\_currency**: [`Currency`](internal.Currency.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/store.d.ts:7
|
||||
|
||||
___
|
||||
|
||||
### default\_currency\_code
|
||||
|
||||
• **default\_currency\_code**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/store.d.ts:6
|
||||
|
||||
___
|
||||
|
||||
### default\_sales\_channel
|
||||
|
||||
• **default\_sales\_channel**: [`SalesChannel`](internal.SalesChannel.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/store.d.ts:14
|
||||
|
||||
___
|
||||
|
||||
### default\_sales\_channel\_id
|
||||
|
||||
• **default\_sales\_channel\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/store.d.ts:13
|
||||
|
||||
___
|
||||
|
||||
### id
|
||||
|
||||
• **id**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[BaseEntity](internal.BaseEntity.md).[id](internal.BaseEntity.md#id)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/interfaces/models/base-entity.d.ts:5
|
||||
|
||||
___
|
||||
|
||||
### invite\_link\_template
|
||||
|
||||
• **invite\_link\_template**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/store.d.ts:11
|
||||
|
||||
___
|
||||
|
||||
### metadata
|
||||
|
||||
• **metadata**: `Record`<`string`, `unknown`\>
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/store.d.ts:12
|
||||
|
||||
___
|
||||
|
||||
### name
|
||||
|
||||
• **name**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/store.d.ts:5
|
||||
|
||||
___
|
||||
|
||||
### payment\_link\_template
|
||||
|
||||
• **payment\_link\_template**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/store.d.ts:10
|
||||
|
||||
___
|
||||
|
||||
### swap\_link\_template
|
||||
|
||||
• **swap\_link\_template**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/store.d.ts:9
|
||||
|
||||
___
|
||||
|
||||
### updated\_at
|
||||
|
||||
• **updated\_at**: `Date`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[BaseEntity](internal.BaseEntity.md).[updated_at](internal.BaseEntity.md#updated_at)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/interfaces/models/base-entity.d.ts:7
|
||||
Reference in New Issue
Block a user