docs: updated js client reference (#2414)
* docs: updated js client reference * docs: fixed link
This commit is contained in:
@@ -1,16 +1,73 @@
|
||||
# Namespace: internal
|
||||
|
||||
## Namespaces
|
||||
|
||||
- ["/Users/shahednasser/medusa/packages/medusa/dist/types/global"](internal-15.__Users_shahednasser_medusa_packages_medusa_dist_types_global_.md)
|
||||
|
||||
## Classes
|
||||
|
||||
- [AdminGetProductTypesPaginationParams](../classes/internal-15.AdminGetProductTypesPaginationParams.md)
|
||||
- [AdminGetProductTypesParams](../classes/internal-15.AdminGetProductTypesParams.md)
|
||||
- [AdminDeletePriceListPricesPricesReq](../classes/internal-15.AdminDeletePriceListPricesPricesReq.md)
|
||||
- [AdminGetPriceListPaginationParams](../classes/internal-15.AdminGetPriceListPaginationParams.md)
|
||||
- [AdminGetPriceListsPriceListProductsParams](../classes/internal-15.AdminGetPriceListsPriceListProductsParams.md)
|
||||
- [AdminPostPriceListPricesPricesReq](../classes/internal-15.AdminPostPriceListPricesPricesReq.md)
|
||||
- [AdminPostPriceListsPriceListPriceListReq](../classes/internal-15.AdminPostPriceListsPriceListPriceListReq.md)
|
||||
- [AdminPostPriceListsPriceListReq](../classes/internal-15.AdminPostPriceListsPriceListReq.md)
|
||||
- [AdminPriceListPricesCreateReq](../classes/internal-15.AdminPriceListPricesCreateReq.md)
|
||||
- [AdminPriceListPricesUpdateReq](../classes/internal-15.AdminPriceListPricesUpdateReq.md)
|
||||
- [CustomerGroup](../classes/internal-15.CustomerGroup.md)
|
||||
- [CustomerGroup](../classes/internal-15.CustomerGroup-1.md)
|
||||
- [FilterablePriceListProps](../classes/internal-15.FilterablePriceListProps.md)
|
||||
|
||||
## Type Aliases
|
||||
|
||||
### AdminProductTypesListRes
|
||||
### AdminPriceListDeleteBatchRes
|
||||
|
||||
Ƭ **AdminProductTypesListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `product_types`: [`ProductType`](../classes/internal.ProductType.md)[] }
|
||||
Ƭ **AdminPriceListDeleteBatchRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `deleted` | `boolean` |
|
||||
| `ids` | `string`[] |
|
||||
| `object` | `string` |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/product-types/index.d.ts:9
|
||||
medusa/dist/api/routes/admin/price-lists/index.d.ts:13
|
||||
|
||||
___
|
||||
|
||||
### AdminPriceListRes
|
||||
|
||||
Ƭ **AdminPriceListRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `price_list` | [`PriceList`](../classes/internal.PriceList.md) |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/price-lists/index.d.ts:10
|
||||
|
||||
___
|
||||
|
||||
### AdminPriceListsListRes
|
||||
|
||||
Ƭ **AdminPriceListsListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `price_lists`: [`PriceList`](../classes/internal.PriceList.md)[] }
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/price-lists/index.d.ts:21
|
||||
|
||||
## Variables
|
||||
|
||||
### AdminGetPriceListsPriceListProductsParams\_base
|
||||
|
||||
• `Const` **AdminGetPriceListsPriceListProductsParams\_base**: [`"/Users/shahednasser/medusa/packages/medusa/dist/types/global"`](internal-15.__Users_shahednasser_medusa_packages_medusa_dist_types_global_.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/price-lists/list-price-list-products.d.ts:174
|
||||
|
||||
Reference in New Issue
Block a user