@triveria/wallet 0.0.276 → 0.0.277

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.
Files changed (2) hide show
  1. package/api.d.ts +6 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -906,7 +906,13 @@ export interface VerifiedWrapper {
906
906
  */
907
907
  export interface VerifyInitRequest {
908
908
  'verifierId': string;
909
+ /**
910
+ * When true, a verification request URL is created. When false, verification request is registered for a specific holder, that can then start the interaction by making an authorization request with custom scope. Defaults to `true`.
911
+ */
909
912
  'createUrl'?: boolean;
913
+ /**
914
+ * Used when `createUrl` is set to `false`. Entity ID of the holder that will verify by making an Authorization request with custom scope.
915
+ */
910
916
  'holderEntityId'?: string;
911
917
  /**
912
918
  * ID of an WMP entity with which a WMP connection has already been established. If provided, WMP is used to send the credential offer to the specified recipient.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.276",
4
+ "version": "0.0.277",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {