update Note Visibility
suspend fun updateNoteVisibility(noteUid: String, noteVisibilityType: ZyncNoteVisibilityType, jobUid: String?, customerUid: String?): UpdateNoteVisibilityResult
Updates the visibility settings of a note with offline-first support.
Return
UpdateNoteVisibilityResult containing success status or error information
Parameters
note Uid
Unique identifier of the note to update
note Visibility Type
The new visibility type for the note
job Uid
Associated job UID (required for job-specific visibility)
customer Uid
Associated customer UID (required for customer-visible notes)