@triveria/wallet 0.0.241 → 0.0.242
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
|
@@ -426,6 +426,12 @@ export interface CredentialMetadata {
|
|
|
426
426
|
* @memberof CredentialMetadata
|
|
427
427
|
*/
|
|
428
428
|
'disclosableFields'?: Array<string>;
|
|
429
|
+
/**
|
|
430
|
+
*
|
|
431
|
+
* @type {string}
|
|
432
|
+
* @memberof CredentialMetadata
|
|
433
|
+
*/
|
|
434
|
+
'issuerIdentifier': string;
|
|
429
435
|
/**
|
|
430
436
|
* Array of objects, where each object contains display properties of a Credential Issuer for a certain language.
|
|
431
437
|
* @type {Array<IssuerDisplayItem>}
|