@sourceloop/audit-service / Exports / AuditLog
Class: AuditLog¶
Hierarchy¶
-
CoreEntity
<AuditLog
>↳
AuditLog
Indexable¶
▪ [prop: string
]: any
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new AuditLog(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <AuditLog > |
Inherited from¶
CoreEntity<AuditLog>.constructor
Defined in¶
packages/core/dist/models/core-entity.d.ts:3
Properties¶
actedAt¶
• actedAt: Date
Defined in¶
services/audit-service/src/models/audit-log.model.ts:34
actedOn¶
• Optional
actedOn: string
Defined in¶
services/audit-service/src/models/audit-log.model.ts:40
action¶
• action: Action
Defined in¶
services/audit-service/src/models/audit-log.model.ts:27
actionGroup¶
• Optional
actionGroup: string
Defined in¶
services/audit-service/src/models/audit-log.model.ts:83
actionKey¶
• actionKey: string
Defined in¶
services/audit-service/src/models/audit-log.model.ts:47
actor¶
• actor: string
Defined in¶
services/audit-service/src/models/audit-log.model.ts:60
after¶
• Optional
after: object
Defined in¶
services/audit-service/src/models/audit-log.model.ts:77
before¶
• Optional
before: object
Defined in¶
services/audit-service/src/models/audit-log.model.ts:72
entityId¶
• entityId: string
Defined in¶
services/audit-service/src/models/audit-log.model.ts:54
id¶
• Optional
id: string
Defined in¶
services/audit-service/src/models/audit-log.model.ts:21
tenantId¶
• tenantId: string