@triveria/wallet 0.0.95 → 0.0.96

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.
Files changed (2) hide show
  1. package/api.d.ts +12 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -203,6 +203,12 @@ export interface CredentialImport {
203
203
  * @interface CredentialIssuerDefinition
204
204
  */
205
205
  export interface CredentialIssuerDefinition {
206
+ /**
207
+ * Human readable template name
208
+ * @type {string}
209
+ * @memberof CredentialIssuerDefinition
210
+ */
211
+ 'name': string;
206
212
  /**
207
213
  * Credential format ex. `jwt_vc`.
208
214
  * @type {string}
@@ -472,6 +478,12 @@ export interface CredentialType {
472
478
  * @interface CredentialVerifierDefinition
473
479
  */
474
480
  export interface CredentialVerifierDefinition {
481
+ /**
482
+ * Human readable name of the definition
483
+ * @type {string}
484
+ * @memberof CredentialVerifierDefinition
485
+ */
486
+ 'name': string;
475
487
  /**
476
488
  *
477
489
  * @type {string}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.95",
4
+ "version": "0.0.96",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {