This guide outlines the steps to update the types used in the RMB Direct Client
to reflect changes in messages sent over the RMB.
- Install Protobuf: Install Protobuf on your system.
- Update types.proto File: Update the types.proto file with any changes to the message structure.
- Run build.sh Script: Execute the build.sh script to generate the necessary TypeScript files.
After updating the types, run the build.sh
script, and ensure that the client is updated accordingly to utilize the auto-generated types.ts file.