docs: create docs workspace (#5174)
* docs: migrate ui docs to docs universe * created yarn workspace * added eslint and tsconfig configurations * fix eslint configurations * fixed eslint configurations * shared tailwind configurations * added shared ui package * added more shared components * migrating more components * made details components shared * move InlineCode component * moved InputText * moved Loading component * Moved Modal component * moved Select components * Moved Tooltip component * moved Search components * moved ColorMode provider * Moved Notification components and providers * used icons package * use UI colors in api-reference * moved Navbar component * used Navbar and Search in UI docs * added Feedback to UI docs * general enhancements * fix color mode * added copy colors file from ui-preset * added features and enhancements to UI docs * move Sidebar component and provider * general fixes and preparations for deployment * update docusaurus version * adjusted versions * fix output directory * remove rootDirectory property * fix yarn.lock * moved code component * added vale for all docs MD and MDX * fix tests * fix vale error * fix deployment errors * change ignore commands * add output directory * fix docs test * general fixes * content fixes * fix announcement script * added changeset * fix vale checks * added nofilter option * fix vale error
This commit is contained in:
@@ -0,0 +1,341 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Class: OrderEdit
|
||||
|
||||
[internal](../modules/internal.md).OrderEdit
|
||||
|
||||
Base abstract entity for all entities
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`BaseEntity`](internal.BaseEntity.md)
|
||||
|
||||
↳ **`OrderEdit`**
|
||||
|
||||
## Properties
|
||||
|
||||
### beforeInsert
|
||||
|
||||
• `Private` **beforeInsert**: `any`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:37
|
||||
|
||||
___
|
||||
|
||||
### canceled\_at
|
||||
|
||||
• `Optional` **canceled\_at**: `Date`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:24
|
||||
|
||||
___
|
||||
|
||||
### canceled\_by
|
||||
|
||||
• `Optional` **canceled\_by**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:23
|
||||
|
||||
___
|
||||
|
||||
### changes
|
||||
|
||||
• **changes**: [`OrderItemChange`](internal.OrderItemChange.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:13
|
||||
|
||||
___
|
||||
|
||||
### confirmed\_at
|
||||
|
||||
• `Optional` **confirmed\_at**: `Date`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:19
|
||||
|
||||
___
|
||||
|
||||
### confirmed\_by
|
||||
|
||||
• `Optional` **confirmed\_by**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:18
|
||||
|
||||
___
|
||||
|
||||
### 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
|
||||
|
||||
___
|
||||
|
||||
### created\_by
|
||||
|
||||
• **created\_by**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:15
|
||||
|
||||
___
|
||||
|
||||
### declined\_at
|
||||
|
||||
• `Optional` **declined\_at**: `Date`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:22
|
||||
|
||||
___
|
||||
|
||||
### declined\_by
|
||||
|
||||
• `Optional` **declined\_by**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:20
|
||||
|
||||
___
|
||||
|
||||
### declined\_reason
|
||||
|
||||
• `Optional` **declined\_reason**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:21
|
||||
|
||||
___
|
||||
|
||||
### difference\_due
|
||||
|
||||
• **difference\_due**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:35
|
||||
|
||||
___
|
||||
|
||||
### discount\_total
|
||||
|
||||
• **discount\_total**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:29
|
||||
|
||||
___
|
||||
|
||||
### gift\_card\_tax\_total
|
||||
|
||||
• **gift\_card\_tax\_total**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:34
|
||||
|
||||
___
|
||||
|
||||
### gift\_card\_total
|
||||
|
||||
• **gift\_card\_total**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:33
|
||||
|
||||
___
|
||||
|
||||
### 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
|
||||
|
||||
___
|
||||
|
||||
### internal\_note
|
||||
|
||||
• `Optional` **internal\_note**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:14
|
||||
|
||||
___
|
||||
|
||||
### items
|
||||
|
||||
• **items**: [`LineItem`](internal.LineItem.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:25
|
||||
|
||||
___
|
||||
|
||||
### order
|
||||
|
||||
• **order**: [`Order`](internal.Order.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:12
|
||||
|
||||
___
|
||||
|
||||
### order\_id
|
||||
|
||||
• **order\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:11
|
||||
|
||||
___
|
||||
|
||||
### payment\_collection
|
||||
|
||||
• **payment\_collection**: [`PaymentCollection`](internal.PaymentCollection.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:27
|
||||
|
||||
___
|
||||
|
||||
### payment\_collection\_id
|
||||
|
||||
• **payment\_collection\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:26
|
||||
|
||||
___
|
||||
|
||||
### requested\_at
|
||||
|
||||
• `Optional` **requested\_at**: `Date`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:17
|
||||
|
||||
___
|
||||
|
||||
### requested\_by
|
||||
|
||||
• `Optional` **requested\_by**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:16
|
||||
|
||||
___
|
||||
|
||||
### shipping\_total
|
||||
|
||||
• **shipping\_total**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:28
|
||||
|
||||
___
|
||||
|
||||
### status
|
||||
|
||||
• **status**: [`OrderEditStatus`](../enums/internal.OrderEditStatus.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:36
|
||||
|
||||
___
|
||||
|
||||
### subtotal
|
||||
|
||||
• **subtotal**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:32
|
||||
|
||||
___
|
||||
|
||||
### tax\_total
|
||||
|
||||
• **tax\_total**: ``null`` \| `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:30
|
||||
|
||||
___
|
||||
|
||||
### total
|
||||
|
||||
• **total**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:31
|
||||
|
||||
___
|
||||
|
||||
### 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
|
||||
|
||||
## Methods
|
||||
|
||||
### loadStatus
|
||||
|
||||
▸ **loadStatus**(): `void`
|
||||
|
||||
#### Returns
|
||||
|
||||
`void`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/models/order-edit.d.ts:38
|
||||
Reference in New Issue
Block a user