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,83 @@
|
||||
# Class: AdminPostPriceListsPriceListPriceListReq
|
||||
|
||||
[internal](../modules/internal-13.md).AdminPostPriceListsPriceListPriceListReq
|
||||
|
||||
## Properties
|
||||
|
||||
### customer\_groups
|
||||
|
||||
• `Optional` **customer\_groups**: [`CustomerGroup`](internal-13.CustomerGroup-1.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/price-lists/update-price-list.d.ts:91
|
||||
|
||||
___
|
||||
|
||||
### description
|
||||
|
||||
• `Optional` **description**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/price-lists/update-price-list.d.ts:85
|
||||
|
||||
___
|
||||
|
||||
### ends\_at
|
||||
|
||||
• `Optional` **ends\_at**: ``null`` \| `Date`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/price-lists/update-price-list.d.ts:87
|
||||
|
||||
___
|
||||
|
||||
### name
|
||||
|
||||
• `Optional` **name**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/price-lists/update-price-list.d.ts:84
|
||||
|
||||
___
|
||||
|
||||
### prices
|
||||
|
||||
• `Optional` **prices**: [`AdminPriceListPricesUpdateReq`](internal-13.AdminPriceListPricesUpdateReq.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/price-lists/update-price-list.d.ts:90
|
||||
|
||||
___
|
||||
|
||||
### starts\_at
|
||||
|
||||
• `Optional` **starts\_at**: ``null`` \| `Date`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/price-lists/update-price-list.d.ts:86
|
||||
|
||||
___
|
||||
|
||||
### status
|
||||
|
||||
• `Optional` **status**: [`PriceListStatus`](../enums/internal.PriceListStatus.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/price-lists/update-price-list.d.ts:88
|
||||
|
||||
___
|
||||
|
||||
### type
|
||||
|
||||
• `Optional` **type**: [`PriceListType`](../enums/internal.PriceListType.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/price-lists/update-price-list.d.ts:89
|
||||
Reference in New Issue
Block a user