chore(docs): Generated JS Client Reference (#5334)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-10 17:47:07 +00:00
committed by GitHub
parent 378ca1b36e
commit daea35fe73
1091 changed files with 140791 additions and 25954 deletions

View File

@@ -0,0 +1,85 @@
---
displayed_sidebar: jsClientSidebar
---
# Class: AdminGetCustomersParams
[internal](../modules/internal-7.md).AdminGetCustomersParams
## Hierarchy
- [`AdminListCustomerSelector`](internal-7.AdminListCustomerSelector.md)
**`AdminGetCustomersParams`**
## Properties
### expand
`Optional` **expand**: `string`
#### Defined in
packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts:72
___
### groups
`Optional` **groups**: `string`[]
#### Inherited from
[AdminListCustomerSelector](internal-7.AdminListCustomerSelector.md).[groups](internal-7.AdminListCustomerSelector.md#groups)
#### Defined in
packages/medusa/dist/types/customers.d.ts:5
___
### has\_account
`Optional` **has\_account**: `boolean`
#### Inherited from
[AdminListCustomerSelector](internal-7.AdminListCustomerSelector.md).[has_account](internal-7.AdminListCustomerSelector.md#has_account)
#### Defined in
packages/medusa/dist/types/customers.d.ts:4
___
### limit
**limit**: `number`
#### Defined in
packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts:70
___
### offset
**offset**: `number`
#### Defined in
packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts:71
___
### q
`Optional` **q**: `string`
#### Inherited from
[AdminListCustomerSelector](internal-7.AdminListCustomerSelector.md).[q](internal-7.AdminListCustomerSelector.md#q)
#### Defined in
packages/medusa/dist/types/customers.d.ts:3