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:
@@ -0,0 +1,103 @@
|
||||
# Class: AdminPostOrdersOrderReq
|
||||
|
||||
[internal](../modules/internal-12.md).AdminPostOrdersOrderReq
|
||||
|
||||
## Properties
|
||||
|
||||
### billing\_address
|
||||
|
||||
• `Optional` **billing\_address**: [`AddressPayload`](internal.AddressPayload.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/orders/update-order.d.ts:86
|
||||
|
||||
___
|
||||
|
||||
### customer\_id
|
||||
|
||||
• `Optional` **customer\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/orders/update-order.d.ts:91
|
||||
|
||||
___
|
||||
|
||||
### discounts
|
||||
|
||||
• `Optional` **discounts**: `Record`<`string`, `unknown`\>[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/orders/update-order.d.ts:90
|
||||
|
||||
___
|
||||
|
||||
### email
|
||||
|
||||
• `Optional` **email**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/orders/update-order.d.ts:85
|
||||
|
||||
___
|
||||
|
||||
### items
|
||||
|
||||
• `Optional` **items**: `Record`<`string`, `unknown`\>[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/orders/update-order.d.ts:88
|
||||
|
||||
___
|
||||
|
||||
### no\_notification
|
||||
|
||||
• `Optional` **no\_notification**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/orders/update-order.d.ts:94
|
||||
|
||||
___
|
||||
|
||||
### payment\_method
|
||||
|
||||
• `Optional` **payment\_method**: [`PaymentMethod`](internal-12.PaymentMethod.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/orders/update-order.d.ts:92
|
||||
|
||||
___
|
||||
|
||||
### region
|
||||
|
||||
• `Optional` **region**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/orders/update-order.d.ts:89
|
||||
|
||||
___
|
||||
|
||||
### shipping\_address
|
||||
|
||||
• `Optional` **shipping\_address**: [`AddressPayload`](internal.AddressPayload.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/orders/update-order.d.ts:87
|
||||
|
||||
___
|
||||
|
||||
### shipping\_method
|
||||
|
||||
• `Optional` **shipping\_method**: [`ShippingMethod`](internal-12.ShippingMethod.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/orders/update-order.d.ts:93
|
||||
Reference in New Issue
Block a user