Update prism-node protobuffs
Is this a regression?
No
Description
Change the protos' package name inside prism-node from io.iohk.atala.prism.proto to org.hyperledger.identus.proto
Dir https://github.com/hyperledger/identus-cloud-agent/tree/main/prism-node/client/scala-client
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
Anything else?
No response
We have copies of the protobufs in a couple of locations. Does it make sense to normalize it to the library that can be used everywhere in the projects? I propose creating a public repository under input-output-hk with the protobufs and generating the corresponding libraries for Scala, TypeScript, Rust, and any other languages used in our projects. CC: @FabioPinheiro, @patextreme, @mineme0110.
I think that is a generally good direction. A less ideal version having one copy per language is also fine IMO, but it shouldn't be mulitple copies per language spread everywhere.