Closed splindsay-92 closed 2 weeks ago
Updated Message class in the textile/features.textile file to support new message fields related to materialisation.
Message
textile/features.textile
action
MessageAction
serial
refSerial
refType
updatedAt
updateSerial
operation
clientId
description
metadata
Updated
Message
class in thetextile/features.textile
file to support new message fields related to materialisation.Additions to the
Message
class:action
field to represent the type of the message, using theMessageAction
enum. (serial
field to store the serial number of the message.refSerial
andrefType
fields for messages that reference other messages.updatedAt
andupdateSerial
fields to track the update and deletion ordering.operation
field, which is a object containing optional fields such asclientId
,description
, andmetadata
.