chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
378ca1b36e
commit
daea35fe73
@@ -0,0 +1,75 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Class: BaseEntity
|
||||
|
||||
[internal](../modules/internal-1.md).BaseEntity
|
||||
|
||||
Base abstract entity for all entities
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- **`BaseEntity`**
|
||||
|
||||
↳ [`SoftDeletableEntity`](internal-1.SoftDeletableEntity.md)
|
||||
|
||||
↳ [`ProductCategory`](internal-3.ProductCategory.md)
|
||||
|
||||
↳ [`TaxRate`](internal-3.TaxRate.md)
|
||||
|
||||
↳ [`Order`](internal-3.Order.md)
|
||||
|
||||
↳ [`Payment`](internal-3.Payment.md)
|
||||
|
||||
↳ [`Fulfillment`](internal-3.Fulfillment.md)
|
||||
|
||||
↳ [`Return`](internal-3.Return.md)
|
||||
|
||||
↳ [`Refund`](internal-3.Refund.md)
|
||||
|
||||
↳ [`DraftOrder`](internal-3.DraftOrder.md)
|
||||
|
||||
↳ [`OrderEdit`](internal-3.OrderEdit.md)
|
||||
|
||||
↳ [`LineItem`](internal-3.LineItem.md)
|
||||
|
||||
↳ [`PaymentSession`](internal-3.PaymentSession.md)
|
||||
|
||||
↳ [`TaxLine`](internal-3.TaxLine.md)
|
||||
|
||||
↳ [`Notification`](internal-8.internal.Notification.md)
|
||||
|
||||
↳ [`PublishableApiKey`](internal-8.internal.PublishableApiKey.md)
|
||||
|
||||
↳ [`Store`](internal-8.internal.Store.md)
|
||||
|
||||
## Properties
|
||||
|
||||
### created\_at
|
||||
|
||||
• **created\_at**: `Date`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/interfaces/models/base-entity.d.ts:6
|
||||
|
||||
___
|
||||
|
||||
### id
|
||||
|
||||
• **id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/interfaces/models/base-entity.d.ts:5
|
||||
|
||||
___
|
||||
|
||||
### updated\_at
|
||||
|
||||
• **updated\_at**: `Date`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/interfaces/models/base-entity.d.ts:7
|
||||
Reference in New Issue
Block a user