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: ProductVariantPricesUpdateReq
|
||||
|
||||
[internal](../modules/internal-16.md).ProductVariantPricesUpdateReq
|
||||
|
||||
## Properties
|
||||
|
||||
### amount
|
||||
|
||||
• **amount**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/product-variant.d.ts:93
|
||||
|
||||
___
|
||||
|
||||
### currency\_code
|
||||
|
||||
• `Optional` **currency\_code**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/product-variant.d.ts:92
|
||||
|
||||
___
|
||||
|
||||
### id
|
||||
|
||||
• `Optional` **id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/product-variant.d.ts:90
|
||||
|
||||
___
|
||||
|
||||
### max\_quantity
|
||||
|
||||
• `Optional` **max\_quantity**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/product-variant.d.ts:95
|
||||
|
||||
___
|
||||
|
||||
### min\_quantity
|
||||
|
||||
• `Optional` **min\_quantity**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/product-variant.d.ts:94
|
||||
|
||||
___
|
||||
|
||||
### region\_id
|
||||
|
||||
• `Optional` **region\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/product-variant.d.ts:91
|
||||
Reference in New Issue
Block a user