@triveria/wallet 0.0.188 → 0.0.189
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 -12
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -406,12 +406,6 @@ export interface CredentialRequest {
|
|
|
406
406
|
* @memberof CredentialRequest
|
|
407
407
|
*/
|
|
408
408
|
'state'?: string;
|
|
409
|
-
/**
|
|
410
|
-
*
|
|
411
|
-
* @type {boolean}
|
|
412
|
-
* @memberof CredentialRequest
|
|
413
|
-
*/
|
|
414
|
-
'legalEntity': boolean;
|
|
415
409
|
}
|
|
416
410
|
/**
|
|
417
411
|
*
|
|
@@ -1691,12 +1685,6 @@ export interface VcOffer {
|
|
|
1691
1685
|
* @memberof VcOffer
|
|
1692
1686
|
*/
|
|
1693
1687
|
'Url': string;
|
|
1694
|
-
/**
|
|
1695
|
-
*
|
|
1696
|
-
* @type {boolean}
|
|
1697
|
-
* @memberof VcOffer
|
|
1698
|
-
*/
|
|
1699
|
-
'LegalEntity'?: boolean;
|
|
1700
1688
|
}
|
|
1701
1689
|
/**
|
|
1702
1690
|
* Request for the creation of URL used by holder to present credentials to a verifier. Either clientId or idTokenRequestId MUST be present.
|