@triveria/wallet 0.0.170 → 0.0.171
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
|
@@ -243,6 +243,12 @@ export interface CredentialIssuerDefinition {
|
|
|
243
243
|
* @memberof CredentialIssuerDefinition
|
|
244
244
|
*/
|
|
245
245
|
'credentialIssuer': CredentialIssuerDefinitionCredentialIssuerEnum;
|
|
246
|
+
/**
|
|
247
|
+
* Format of the issued credential
|
|
248
|
+
* @type {string}
|
|
249
|
+
* @memberof CredentialIssuerDefinition
|
|
250
|
+
*/
|
|
251
|
+
'credentialFormat'?: string;
|
|
246
252
|
/**
|
|
247
253
|
* JSON paths of credential claims which will support being disclosed partially.
|
|
248
254
|
* @type {Array<string>}
|