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:
committed by
GitHub
parent
378ca1b36e
commit
daea35fe73
+137
@@ -0,0 +1,137 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Class: AdminGetCustomerGroupsParams
|
||||
|
||||
[internal](../modules/internal-6.md).AdminGetCustomerGroupsParams
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`FilterableCustomerGroupProps`](internal-6.FilterableCustomerGroupProps.md)
|
||||
|
||||
↳ **`AdminGetCustomerGroupsParams`**
|
||||
|
||||
## Properties
|
||||
|
||||
### created\_at
|
||||
|
||||
• `Optional` **created\_at**: [`DateComparisonOperator`](internal-2.DateComparisonOperator.md)
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[FilterableCustomerGroupProps](internal-6.FilterableCustomerGroupProps.md).[created_at](internal-6.FilterableCustomerGroupProps.md#created_at)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/customer-groups.d.ts:7
|
||||
|
||||
___
|
||||
|
||||
### discount\_condition\_id
|
||||
|
||||
• `Optional` **discount\_condition\_id**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[FilterableCustomerGroupProps](internal-6.FilterableCustomerGroupProps.md).[discount_condition_id](internal-6.FilterableCustomerGroupProps.md#discount_condition_id)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/customer-groups.d.ts:8
|
||||
|
||||
___
|
||||
|
||||
### expand
|
||||
|
||||
• `Optional` **expand**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/admin/customer-groups/list-customer-groups.d.ts:149
|
||||
|
||||
___
|
||||
|
||||
### id
|
||||
|
||||
• `Optional` **id**: `string` \| `string`[] \| [`StringComparisonOperator`](internal-6.StringComparisonOperator.md)
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[FilterableCustomerGroupProps](internal-6.FilterableCustomerGroupProps.md).[id](internal-6.FilterableCustomerGroupProps.md#id)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/customer-groups.d.ts:3
|
||||
|
||||
___
|
||||
|
||||
### limit
|
||||
|
||||
• `Optional` **limit**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/admin/customer-groups/list-customer-groups.d.ts:148
|
||||
|
||||
___
|
||||
|
||||
### name
|
||||
|
||||
• `Optional` **name**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[FilterableCustomerGroupProps](internal-6.FilterableCustomerGroupProps.md).[name](internal-6.FilterableCustomerGroupProps.md#name)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/customer-groups.d.ts:5
|
||||
|
||||
___
|
||||
|
||||
### offset
|
||||
|
||||
• `Optional` **offset**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/admin/customer-groups/list-customer-groups.d.ts:147
|
||||
|
||||
___
|
||||
|
||||
### order
|
||||
|
||||
• `Optional` **order**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/admin/customer-groups/list-customer-groups.d.ts:146
|
||||
|
||||
___
|
||||
|
||||
### q
|
||||
|
||||
• `Optional` **q**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[FilterableCustomerGroupProps](internal-6.FilterableCustomerGroupProps.md).[q](internal-6.FilterableCustomerGroupProps.md#q)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/customer-groups.d.ts:4
|
||||
|
||||
___
|
||||
|
||||
### updated\_at
|
||||
|
||||
• `Optional` **updated\_at**: [`DateComparisonOperator`](internal-2.DateComparisonOperator.md)
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[FilterableCustomerGroupProps](internal-6.FilterableCustomerGroupProps.md).[updated_at](internal-6.FilterableCustomerGroupProps.md#updated_at)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/customer-groups.d.ts:6
|
||||
Reference in New Issue
Block a user