* 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
74 lines
2.4 KiB
Markdown
74 lines
2.4 KiB
Markdown
# Namespace: internal
|
|
|
|
## Namespaces
|
|
|
|
- ["/Users/shahednasser/medusa/packages/medusa/dist/types/global"](internal-13.__Users_shahednasser_medusa_packages_medusa_dist_types_global_.md)
|
|
|
|
## Classes
|
|
|
|
- [AdminDeletePriceListPricesPricesReq](../classes/internal-13.AdminDeletePriceListPricesPricesReq.md)
|
|
- [AdminGetPriceListPaginationParams](../classes/internal-13.AdminGetPriceListPaginationParams.md)
|
|
- [AdminGetPriceListsPriceListProductsParams](../classes/internal-13.AdminGetPriceListsPriceListProductsParams.md)
|
|
- [AdminPostPriceListPricesPricesReq](../classes/internal-13.AdminPostPriceListPricesPricesReq.md)
|
|
- [AdminPostPriceListsPriceListPriceListReq](../classes/internal-13.AdminPostPriceListsPriceListPriceListReq.md)
|
|
- [AdminPostPriceListsPriceListReq](../classes/internal-13.AdminPostPriceListsPriceListReq.md)
|
|
- [AdminPriceListPricesCreateReq](../classes/internal-13.AdminPriceListPricesCreateReq.md)
|
|
- [AdminPriceListPricesUpdateReq](../classes/internal-13.AdminPriceListPricesUpdateReq.md)
|
|
- [CustomerGroup](../classes/internal-13.CustomerGroup.md)
|
|
- [CustomerGroup](../classes/internal-13.CustomerGroup-1.md)
|
|
- [FilterablePriceListProps](../classes/internal-13.FilterablePriceListProps.md)
|
|
|
|
## Type Aliases
|
|
|
|
### AdminPriceListDeleteBatchRes
|
|
|
|
Ƭ **AdminPriceListDeleteBatchRes**: `Object`
|
|
|
|
#### Type declaration
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `deleted` | `boolean` |
|
|
| `ids` | `string`[] |
|
|
| `object` | `string` |
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/price-lists/index.d.ts:12
|
|
|
|
___
|
|
|
|
### 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:9
|
|
|
|
___
|
|
|
|
### 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:20
|
|
|
|
## Variables
|
|
|
|
### AdminGetPriceListsPriceListProductsParams\_base
|
|
|
|
• `Const` **AdminGetPriceListsPriceListProductsParams\_base**: [`"/Users/shahednasser/medusa/packages/medusa/dist/types/global"`](internal-13.__Users_shahednasser_medusa_packages_medusa_dist_types_global_.md)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/price-lists/list-price-list-products.d.ts:54
|