Preparing search index...
The search index is not available
@vbrick/rev-client
@vbrick/rev-client
Audit
Entry
Interface Entry<EntityKey>
Individual Audit entry. This is converted from the raw CSV response lines
interface
Entry
<
EntityKey
extends
string
=
string
>
{
currentState
:
Record
<
string
,
any
>
;
entityId
:
string
;
entityKey
:
EntityKey
;
message
:
Record
<
string
,
any
>
;
messageKey
:
string
;
previousState
:
Record
<
string
,
any
>
;
principal
:
Record
<
string
,
null
|
string
>
;
when
:
string
;
}
Type Parameters
EntityKey
extends
string
=
string
Index
Properties
current
State
entity
Id
entity
Key
message
message
Key
previous
State
principal
when
Properties
current
State
currentState
:
Record
<
string
,
any
>
entity
Id
entityId
:
string
entity
Key
entityKey
:
EntityKey
message
message
:
Record
<
string
,
any
>
message
Key
messageKey
:
string
previous
State
previousState
:
Record
<
string
,
any
>
principal
principal
:
Record
<
string
,
null
|
string
>
when
when
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
State
entity
Id
entity
Key
message
message
Key
previous
State
principal
when
@vbrick/rev-client
Loading...
Individual Audit entry. This is converted from the raw CSV response lines