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,63 @@
|
||||
# Class: AdminPriceListPricesCreateReq
|
||||
|
||||
[internal](../modules/internal-13.md).AdminPriceListPricesCreateReq
|
||||
|
||||
## Properties
|
||||
|
||||
### amount
|
||||
|
||||
• **amount**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/price-list.d.ts:35
|
||||
|
||||
___
|
||||
|
||||
### currency\_code
|
||||
|
||||
• `Optional` **currency\_code**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/price-list.d.ts:34
|
||||
|
||||
___
|
||||
|
||||
### max\_quantity
|
||||
|
||||
• `Optional` **max\_quantity**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/price-list.d.ts:38
|
||||
|
||||
___
|
||||
|
||||
### min\_quantity
|
||||
|
||||
• `Optional` **min\_quantity**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/price-list.d.ts:37
|
||||
|
||||
___
|
||||
|
||||
### region\_id
|
||||
|
||||
• `Optional` **region\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/price-list.d.ts:33
|
||||
|
||||
___
|
||||
|
||||
### variant\_id
|
||||
|
||||
• **variant\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/price-list.d.ts:36
|
||||
Reference in New Issue
Block a user