@triveria/wallet 0.0.243 → 0.0.244
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 +7 -1
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -293,7 +293,7 @@ export interface CredentialIssuedNotification {
|
|
|
293
293
|
'credentialId': string;
|
|
294
294
|
}
|
|
295
295
|
/**
|
|
296
|
-
*
|
|
296
|
+
* Default value of signingKeyIdentifier is DID.
|
|
297
297
|
* @export
|
|
298
298
|
* @interface CredentialIssuerDefinition
|
|
299
299
|
*/
|
|
@@ -340,6 +340,12 @@ export interface CredentialIssuerDefinition {
|
|
|
340
340
|
* @memberof CredentialIssuerDefinition
|
|
341
341
|
*/
|
|
342
342
|
'credentialFormat': CredentialFormat;
|
|
343
|
+
/**
|
|
344
|
+
*
|
|
345
|
+
* @type {SigningKeyIdentifier}
|
|
346
|
+
* @memberof CredentialIssuerDefinition
|
|
347
|
+
*/
|
|
348
|
+
'signingKeyIdentifier'?: SigningKeyIdentifier;
|
|
343
349
|
/**
|
|
344
350
|
* JSON paths of credential claims which will support being disclosed partially.
|
|
345
351
|
* @type {Array<string>}
|