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:
52
docs/content/references/js-client/modules/internal-4.md
Normal file
52
docs/content/references/js-client/modules/internal-4.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# Namespace: internal
|
||||
|
||||
## Classes
|
||||
|
||||
- [AdminDeleteCustomerGroupsGroupCustomerBatchReq](../classes/internal-4.AdminDeleteCustomerGroupsGroupCustomerBatchReq.md)
|
||||
- [AdminGetCustomerGroupsGroupParams](../classes/internal-4.AdminGetCustomerGroupsGroupParams.md)
|
||||
- [AdminGetCustomerGroupsParams](../classes/internal-4.AdminGetCustomerGroupsParams.md)
|
||||
- [AdminGetCustomersParams](../classes/internal-4.AdminGetCustomersParams.md)
|
||||
- [AdminListCustomerSelector](../classes/internal-4.AdminListCustomerSelector.md)
|
||||
- [AdminPostCustomerGroupsGroupCustomersBatchReq](../classes/internal-4.AdminPostCustomerGroupsGroupCustomersBatchReq.md)
|
||||
- [AdminPostCustomerGroupsGroupReq](../classes/internal-4.AdminPostCustomerGroupsGroupReq.md)
|
||||
- [AdminPostCustomerGroupsReq](../classes/internal-4.AdminPostCustomerGroupsReq.md)
|
||||
- [CustomerGroupsBatchCustomer](../classes/internal-4.CustomerGroupsBatchCustomer.md)
|
||||
- [FilterableCustomerGroupProps](../classes/internal-4.FilterableCustomerGroupProps.md)
|
||||
- [FindParams](../classes/internal-4.FindParams.md)
|
||||
- [StringComparisonOperator](../classes/internal-4.StringComparisonOperator.md)
|
||||
|
||||
## Type Aliases
|
||||
|
||||
### AdminCustomerGroupsListRes
|
||||
|
||||
Ƭ **AdminCustomerGroupsListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `customer_groups`: [`CustomerGroup`](../classes/internal.CustomerGroup.md)[] }
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/customer-groups/index.d.ts:9
|
||||
|
||||
___
|
||||
|
||||
### AdminCustomerGroupsRes
|
||||
|
||||
Ƭ **AdminCustomerGroupsRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `customer_group` | [`CustomerGroup`](../classes/internal.CustomerGroup.md) |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/customer-groups/index.d.ts:5
|
||||
|
||||
___
|
||||
|
||||
### AdminCustomersListRes
|
||||
|
||||
Ƭ **AdminCustomersListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `customers`: [`Customer`](../classes/internal.Customer.md)[] }
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/customers/index.d.ts:9
|
||||
Reference in New Issue
Block a user