@triveria/wallet 0.0.201 → 0.0.203
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 +0 -6
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -357,12 +357,6 @@ export interface CredentialMetadata {
|
|
|
357
357
|
* @memberof CredentialMetadata
|
|
358
358
|
*/
|
|
359
359
|
'type': string;
|
|
360
|
-
/**
|
|
361
|
-
*
|
|
362
|
-
* @type {string}
|
|
363
|
-
* @memberof CredentialMetadata
|
|
364
|
-
*/
|
|
365
|
-
'customId'?: string;
|
|
366
360
|
/**
|
|
367
361
|
* In case of issued credential this is the DID of the holder wallet
|
|
368
362
|
* @type {string}
|