@triveria/wallet 0.0.177 → 0.0.178
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 +2 -2
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -671,11 +671,11 @@ export interface Did {
|
|
|
671
671
|
*/
|
|
672
672
|
export interface EbsiConfiguration {
|
|
673
673
|
/**
|
|
674
|
-
*
|
|
674
|
+
* The TAO issuer ID from which this wallet will request onboarding credentials
|
|
675
675
|
* @type {string}
|
|
676
676
|
* @memberof EbsiConfiguration
|
|
677
677
|
*/
|
|
678
|
-
'
|
|
678
|
+
'taoClientId': string;
|
|
679
679
|
/**
|
|
680
680
|
*
|
|
681
681
|
* @type {string}
|