@bedrock/vc-delivery 7.13.0 → 7.13.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bedrock/vc-delivery",
3
- "version": "7.13.0",
3
+ "version": "7.13.1",
4
4
  "type": "module",
5
5
  "description": "Bedrock Verifiable Credential Delivery",
6
6
  "main": "./lib/index.js",
@@ -715,6 +715,8 @@ export function useExchangeBody() {
715
715
  type: 'object',
716
716
  additionalProperties: false,
717
717
  properties: {
718
+ referenceId: {type: 'string'},
719
+ verifiablePresentationRequest: {type: 'object'},
718
720
  verifiablePresentation: {
719
721
  anyOf: [
720
722
  envelopedVerifiablePresentation,