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:
@@ -0,0 +1,89 @@
|
||||
# Class: AdminCreateCondition
|
||||
|
||||
[internal](../modules/internal-6.md).AdminCreateCondition
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`AdminUpsertConditionsReq`](internal-6.AdminUpsertConditionsReq.md)
|
||||
|
||||
↳ **`AdminCreateCondition`**
|
||||
|
||||
## Properties
|
||||
|
||||
### customer\_groups
|
||||
|
||||
• `Optional` **customer\_groups**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminUpsertConditionsReq](internal-6.AdminUpsertConditionsReq.md).[customer_groups](internal-6.AdminUpsertConditionsReq.md#customer_groups)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/discount.d.ts:22
|
||||
|
||||
___
|
||||
|
||||
### operator
|
||||
|
||||
• **operator**: [`DiscountConditionOperator`](../enums/internal.DiscountConditionOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/discounts/create-discount.d.ts:83
|
||||
|
||||
___
|
||||
|
||||
### product\_collections
|
||||
|
||||
• `Optional` **product\_collections**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminUpsertConditionsReq](internal-6.AdminUpsertConditionsReq.md).[product_collections](internal-6.AdminUpsertConditionsReq.md#product_collections)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/discount.d.ts:19
|
||||
|
||||
___
|
||||
|
||||
### product\_tags
|
||||
|
||||
• `Optional` **product\_tags**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminUpsertConditionsReq](internal-6.AdminUpsertConditionsReq.md).[product_tags](internal-6.AdminUpsertConditionsReq.md#product_tags)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/discount.d.ts:21
|
||||
|
||||
___
|
||||
|
||||
### product\_types
|
||||
|
||||
• `Optional` **product\_types**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminUpsertConditionsReq](internal-6.AdminUpsertConditionsReq.md).[product_types](internal-6.AdminUpsertConditionsReq.md#product_types)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/discount.d.ts:20
|
||||
|
||||
___
|
||||
|
||||
### products
|
||||
|
||||
• `Optional` **products**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminUpsertConditionsReq](internal-6.AdminUpsertConditionsReq.md).[products](internal-6.AdminUpsertConditionsReq.md#products)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/types/discount.d.ts:18
|
||||
Reference in New Issue
Block a user