The ONLY thing that changes between v2 and v3 is that we now use parser API v3 where v2 used parser API v1.
There are only very few changes, for message and message traits.
- - messageId(): `string` | `undefined`
- - schemaFormat(): `string`
+ - schemaFormat(): `string` | `undefined`
Since messageId
have been removed, you need to use id
instead.
- - messageId(): `string` | `undefined`
- - schemaFormat(): `string`
+ - schemaFormat(): `string` | `undefined`
Since messageId
have been removed, you need to use id
instead.