@triveria/wallet 0.0.135 → 0.0.136
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/api.d.ts +6 -0
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -603,6 +603,12 @@ export interface EbsiConfiguration {
|
|
|
603
603
|
* @interface EbsiSpecificWalletData
|
|
604
604
|
*/
|
|
605
605
|
export interface EbsiSpecificWalletData {
|
|
606
|
+
/**
|
|
607
|
+
*
|
|
608
|
+
* @type {string}
|
|
609
|
+
* @memberof EbsiSpecificWalletData
|
|
610
|
+
*/
|
|
611
|
+
'requiredDid'?: string;
|
|
606
612
|
/**
|
|
607
613
|
*
|
|
608
614
|
* @type {boolean}
|