@verana-labs/verana-types 0.10.1-dev.15 → 0.10.1-dev.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -148,9 +148,9 @@ export interface MsgCreateOrUpdateParticipantSession {
148
148
  issuerParticipantId: number;
149
149
  /** optional: verifier participant id */
150
150
  verifierParticipantId: number;
151
- /** mandatory: agent credential issuer participant id */
151
+ /** optional: agent credential issuer participant id (set only by VUAs; MUST NOT be set when peer is a VS) */
152
152
  agentParticipantId: number;
153
- /** mandatory: wallet credential issuer participant id */
153
+ /** optional: wallet credential issuer participant id (set only by VUAs; MUST NOT be set when peer is a VS) */
154
154
  walletAgentParticipantId: number;
155
155
  /** optional: digest derived from an issued or verified credential */
156
156
  digest: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verana-labs/verana-types",
3
- "version": "0.10.1-dev.15",
3
+ "version": "0.10.1-dev.16",
4
4
  "description": "Generated TypeScript protobuf codecs for the Verana blockchain.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "dist/index.js",