@triveria/wallet 0.0.158 → 0.0.159

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
@@ -490,6 +490,12 @@ export interface CredentialVerifierDefinition {
490
490
  * @memberof CredentialVerifierDefinition
491
491
  */
492
492
  'presentationDefinition': PresentationDefinition;
493
+ /**
494
+ * Additional JSON schema that will be used to validate credential. This can be used to narrow down the validation process to a specific set of attributes on top of the credential validity.
495
+ * @type {Array<PresentationDefinitionInputConstraintField>}
496
+ * @memberof CredentialVerifierDefinition
497
+ */
498
+ 'credentialValidationConstraints'?: Array<PresentationDefinitionInputConstraintField>;
493
499
  }
494
500
  /**
495
501
  * The wrapper contains Verifiable Credential in both, the Credential and as Base64 signed format alongside with metadata.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.158",
4
+ "version": "0.0.159",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {