## Description
This PR adds support for MVR in `sui client ptb`.
## Test plan
Existing tests and added new tests for parsing mvr names.
---
## Release notes
Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.
For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.
- [ ] Protocol:
- [ ] Nodes (Validators and Full nodes):
- [ ] gRPC:
- [ ] JSON-RPC:
- [ ] GraphQL:
- [x] CLI: The `sui client ptb` now supports passing MVR name registered
packages for package IDs and type tags.
- [ ] Rust SDK: