@triveria/wallet 0.0.220 → 0.0.222
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 +2 -8
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -735,12 +735,6 @@ export interface CredentialVerifierDefinition {
|
|
|
735
735
|
* @memberof CredentialVerifierDefinition
|
|
736
736
|
*/
|
|
737
737
|
'id': string;
|
|
738
|
-
/**
|
|
739
|
-
* Name of verifier authorization scope.
|
|
740
|
-
* @type {string}
|
|
741
|
-
* @memberof CredentialVerifierDefinition
|
|
742
|
-
*/
|
|
743
|
-
'scope': string;
|
|
744
738
|
/**
|
|
745
739
|
*
|
|
746
740
|
* @type {PresentationDefinition}
|
|
@@ -2042,7 +2036,7 @@ export interface VerifyInitRequest {
|
|
|
2042
2036
|
* @type {string}
|
|
2043
2037
|
* @memberof VerifyInitRequest
|
|
2044
2038
|
*/
|
|
2045
|
-
'
|
|
2039
|
+
'verifierId': string;
|
|
2046
2040
|
}
|
|
2047
2041
|
/**
|
|
2048
2042
|
*
|
|
@@ -2074,7 +2068,7 @@ export interface VpVerifiedNotification {
|
|
|
2074
2068
|
* @type {string}
|
|
2075
2069
|
* @memberof VpVerifiedNotification
|
|
2076
2070
|
*/
|
|
2077
|
-
'
|
|
2071
|
+
'verifierId': string;
|
|
2078
2072
|
}
|
|
2079
2073
|
/**
|
|
2080
2074
|
* Wallet details
|