@triveria/wallet 0.0.210 → 0.0.211

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 +5 -5
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -227,25 +227,25 @@ export interface CredentialImport {
227
227
  'name': string;
228
228
  }
229
229
  /**
230
- * Request for addition of already created VC to issuance queue for a client specified either by client_id or idTokenRequestId. Either clientId or idTokenRequestId MUST be present.
230
+ * Request for addition of already created VC draft to issuance queue for a client specified either by client_id or idTokenRequestId. Either clientId or idTokenRequestId MUST be present.
231
231
  * @export
232
232
  * @interface CredentialIssuanceInit
233
233
  */
234
234
  export interface CredentialIssuanceInit {
235
235
  /**
236
- *
236
+ * Identifier used by the wallet to decide which issuer to use to issue the credential.
237
237
  * @type {string}
238
238
  * @memberof CredentialIssuanceInit
239
239
  */
240
240
  'issuerId': string;
241
241
  /**
242
- *
242
+ * The future holder identifier. Usually this is the DID of the holder wallet.
243
243
  * @type {string}
244
244
  * @memberof CredentialIssuanceInit
245
245
  */
246
246
  'clientId'?: string;
247
247
  /**
248
- *
248
+ * If ID Token was used to identify the holder\'s wallet.
249
249
  * @type {string}
250
250
  * @memberof CredentialIssuanceInit
251
251
  */
@@ -486,7 +486,7 @@ export interface CredentialPayload {
486
486
  */
487
487
  'credential': Credential;
488
488
  /**
489
- *
489
+ * An internal credential label used by a holder or issuer as a human readable credential name.
490
490
  * @type {string}
491
491
  * @memberof CredentialPayload
492
492
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.210",
4
+ "version": "0.0.211",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {