@triveria/wallet 0.0.61 → 0.0.63

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 +14 -2
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -512,6 +512,12 @@ export interface EbsiSpecificWalletData {
512
512
  * @memberof EbsiSpecificWalletData
513
513
  */
514
514
  'isOnboarded': boolean;
515
+ /**
516
+ *
517
+ * @type {string}
518
+ * @memberof EbsiSpecificWalletData
519
+ */
520
+ 'attributeId'?: string;
515
521
  }
516
522
  /**
517
523
  * A scheme providing enough information for a verifier to determine whether the evidence gathered by the issuer meets its confidence requirements for relying on the credential
@@ -796,13 +802,13 @@ export interface PresentationDefinitionFormat {
796
802
  * @type {PresentationDefinitionFormatAlg}
797
803
  * @memberof PresentationDefinitionFormat
798
804
  */
799
- 'jwt_vc': PresentationDefinitionFormatAlg;
805
+ 'jwt_vc'?: PresentationDefinitionFormatAlg;
800
806
  /**
801
807
  *
802
808
  * @type {PresentationDefinitionFormatAlg}
803
809
  * @memberof PresentationDefinitionFormat
804
810
  */
805
- 'jwt_vp': PresentationDefinitionFormatAlg;
811
+ 'jwt_vp'?: PresentationDefinitionFormatAlg;
806
812
  }
807
813
  /**
808
814
  *
@@ -861,6 +867,12 @@ export interface PresentationDefinitionInputDescriptor {
861
867
  * @memberof PresentationDefinitionInputDescriptor
862
868
  */
863
869
  'id': string;
870
+ /**
871
+ *
872
+ * @type {PresentationDefinitionFormat}
873
+ * @memberof PresentationDefinitionInputDescriptor
874
+ */
875
+ 'format'?: PresentationDefinitionFormat;
864
876
  /**
865
877
  *
866
878
  * @type {PresentationDefinitionInputConstraint}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.61",
4
+ "version": "0.0.63",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {