fieldnotesai
Preparing search index...
src/services/sessionNotesConflictService
recordSessionNotesConflict
Function recordSessionNotesConflict
recordSessionNotesConflict
(
params
:
{
caseId
?:
string
|
null
;
caseTitle
?:
string
|
null
;
keptNotes
?:
SessionNote
[]
;
localUpdatedAt
:
string
|
null
;
recordingId
:
string
;
remoteUpdatedAt
:
string
|
null
;
removedNotes
?:
SessionNote
[]
;
resolvedAt
?:
string
;
winner
:
"local"
|
"remote"
;
}
,
)
:
Promise
<
SessionNotesConflictRecord
>
Provides functionality for record session notes conflict.
Parameters
params
:
{
caseId
?:
string
|
null
;
caseTitle
?:
string
|
null
;
keptNotes
?:
SessionNote
[]
;
localUpdatedAt
:
string
|
null
;
recordingId
:
string
;
remoteUpdatedAt
:
string
|
null
;
removedNotes
?:
SessionNote
[]
;
resolvedAt
?:
string
;
winner
:
"local"
|
"remote"
;
}
Returns
Promise
<
SessionNotesConflictRecord
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fieldnotesai
Loading...
Provides functionality for record session notes conflict.