Protobuf implementation for OMOTES jobs.
npm install @omotes/protoLibrary containing generated OMOTES Job class from Protobuf specification.
You probably don't want to install this directly, rather install it through @omotes/sdk.
Make sure you have the protoc executable available on your PATH.
Version 25.2 is used: https://github.com/protocolbuffers/protobuf/releases.
Run the following command to build the protobuf artifacts:
``sh``
npm run build