Files
medusa-store/docs/content/references/js-client/classes/internal-11.Note.md
Shahed Nasser 8ca9354c50 docs: updated js client reference (#2414)
* docs: updated js client reference

* docs: fixed link
2022-10-11 16:32:41 +03:00

138 lines
1.9 KiB
Markdown

# Class: Note
[internal](../modules/internal-11.md).Note
Base abstract entity for all entities
## Hierarchy
- [`SoftDeletableEntity`](internal.SoftDeletableEntity.md)
**`Note`**
## Properties
### author
**author**: [`User`](internal-1.User.md)
#### Defined in
medusa/dist/models/note.d.ts:8
___
### author\_id
**author\_id**: `string`
#### Defined in
medusa/dist/models/note.d.ts:7
___
### beforeInsert
`Private` **beforeInsert**: `any`
#### Defined in
medusa/dist/models/note.d.ts:10
___
### created\_at
**created\_at**: `Date`
#### Inherited from
[SoftDeletableEntity](internal.SoftDeletableEntity.md).[created_at](internal.SoftDeletableEntity.md#created_at)
#### Defined in
medusa/dist/interfaces/models/base-entity.d.ts:6
___
### deleted\_at
**deleted\_at**: ``null`` \| `Date`
#### Inherited from
[SoftDeletableEntity](internal.SoftDeletableEntity.md).[deleted_at](internal.SoftDeletableEntity.md#deleted_at)
#### Defined in
medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3
___
### id
• **id**: `string`
#### Inherited from
[SoftDeletableEntity](internal.SoftDeletableEntity.md).[id](internal.SoftDeletableEntity.md#id)
#### Defined in
medusa/dist/interfaces/models/base-entity.d.ts:5
___
### metadata
• **metadata**: `Record`<`string`, `unknown`\>
#### Defined in
medusa/dist/models/note.d.ts:9
___
### resource\_id
• **resource\_id**: `string`
#### Defined in
medusa/dist/models/note.d.ts:6
___
### resource\_type
• **resource\_type**: `string`
#### Defined in
medusa/dist/models/note.d.ts:5
___
### updated\_at
• **updated\_at**: `Date`
#### Inherited from
[SoftDeletableEntity](internal.SoftDeletableEntity.md).[updated_at](internal.SoftDeletableEntity.md#updated_at)
#### Defined in
medusa/dist/interfaces/models/base-entity.d.ts:7
___
### value
• **value**: `string`
#### Defined in
medusa/dist/models/note.d.ts:4