fieldnotesai
Preparing search index...
src/services/sessionNotesConflictService
SessionNotesConflictRecord
Interface SessionNotesConflictRecord
Provides functionality for session notes conflict record.
interface
SessionNotesConflictRecord
{
caseId
:
string
|
null
;
caseTitle
:
string
|
null
;
id
:
string
;
keptNoteContents
:
string
[]
;
localUpdatedAt
:
string
|
null
;
recordingId
:
string
;
remoteUpdatedAt
:
string
|
null
;
removedNoteContents
:
string
[]
;
resolvedAt
:
string
;
winner
:
"local"
|
"remote"
;
}
Index
Properties
case
Id
case
Title
id
kept
Note
Contents
local
Updated
At
recording
Id
remote
Updated
At
removed
Note
Contents
resolved
At
winner
Properties
case
Id
caseId
:
string
|
null
case
Title
caseTitle
:
string
|
null
id
id
:
string
kept
Note
Contents
keptNoteContents
:
string
[]
local
Updated
At
localUpdatedAt
:
string
|
null
recording
Id
recordingId
:
string
remote
Updated
At
remoteUpdatedAt
:
string
|
null
removed
Note
Contents
removedNoteContents
:
string
[]
resolved
At
resolvedAt
:
string
winner
winner
:
"local"
|
"remote"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
case
Id
case
Title
id
kept
Note
Contents
local
Updated
At
recording
Id
remote
Updated
At
removed
Note
Contents
resolved
At
winner
fieldnotesai
Loading...
Provides functionality for session notes conflict record.