chore(docs): Generated Entities Reference (automated) (#2527)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3c6fe30ee7
commit
bb95afabbb
121
docs/content/references/entities/classes/AnalyticsConfig.md
Normal file
121
docs/content/references/entities/classes/AnalyticsConfig.md
Normal file
@@ -0,0 +1,121 @@
|
||||
---
|
||||
displayed_sidebar: entitiesSidebar
|
||||
---
|
||||
|
||||
# Class: AnalyticsConfig
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- `SoftDeletableEntity`
|
||||
|
||||
↳ **`AnalyticsConfig`**
|
||||
|
||||
## Constructors
|
||||
|
||||
### constructor
|
||||
|
||||
• **new AnalyticsConfig**()
|
||||
|
||||
#### Inherited from
|
||||
|
||||
SoftDeletableEntity.constructor
|
||||
|
||||
## Properties
|
||||
|
||||
### anonymize
|
||||
|
||||
• **anonymize**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[models/analytics-config.ts:17](https://github.com/medusajs/medusa/blob/0b0d50b47/packages/medusa/src/models/analytics-config.ts#L17)
|
||||
|
||||
___
|
||||
|
||||
### created\_at
|
||||
|
||||
• **created\_at**: `Date`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
SoftDeletableEntity.created\_at
|
||||
|
||||
#### Defined in
|
||||
|
||||
[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/0b0d50b47/packages/medusa/src/interfaces/models/base-entity.ts#L16)
|
||||
|
||||
___
|
||||
|
||||
### deleted\_at
|
||||
|
||||
• **deleted\_at**: ``null`` \| `Date`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
SoftDeletableEntity.deleted\_at
|
||||
|
||||
#### Defined in
|
||||
|
||||
[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/0b0d50b47/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7)
|
||||
|
||||
___
|
||||
|
||||
### id
|
||||
|
||||
• **id**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
SoftDeletableEntity.id
|
||||
|
||||
#### Defined in
|
||||
|
||||
[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/0b0d50b47/packages/medusa/src/interfaces/models/base-entity.ts#L13)
|
||||
|
||||
___
|
||||
|
||||
### opt\_out
|
||||
|
||||
• **opt\_out**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[models/analytics-config.ts:14](https://github.com/medusajs/medusa/blob/0b0d50b47/packages/medusa/src/models/analytics-config.ts#L14)
|
||||
|
||||
___
|
||||
|
||||
### updated\_at
|
||||
|
||||
• **updated\_at**: `Date`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
SoftDeletableEntity.updated\_at
|
||||
|
||||
#### Defined in
|
||||
|
||||
[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/0b0d50b47/packages/medusa/src/interfaces/models/base-entity.ts#L19)
|
||||
|
||||
___
|
||||
|
||||
### user\_id
|
||||
|
||||
• **user\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[models/analytics-config.ts:11](https://github.com/medusajs/medusa/blob/0b0d50b47/packages/medusa/src/models/analytics-config.ts#L11)
|
||||
|
||||
## Methods
|
||||
|
||||
### beforeInsert
|
||||
|
||||
▸ `Private` **beforeInsert**(): `void`
|
||||
|
||||
#### Returns
|
||||
|
||||
`void`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[models/analytics-config.ts:19](https://github.com/medusajs/medusa/blob/0b0d50b47/packages/medusa/src/models/analytics-config.ts#L19)
|
||||
Reference in New Issue
Block a user