@triveria/wallet 0.0.219 → 0.0.221
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 +8 -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}
|
|
@@ -1364,7 +1358,13 @@ export interface ModelError {
|
|
|
1364
1358
|
* @type {string}
|
|
1365
1359
|
* @memberof ModelError
|
|
1366
1360
|
*/
|
|
1367
|
-
'
|
|
1361
|
+
'error': string;
|
|
1362
|
+
/**
|
|
1363
|
+
*
|
|
1364
|
+
* @type {string}
|
|
1365
|
+
* @memberof ModelError
|
|
1366
|
+
*/
|
|
1367
|
+
'message': string;
|
|
1368
1368
|
}
|
|
1369
1369
|
/**
|
|
1370
1370
|
*
|
|
@@ -2036,7 +2036,7 @@ export interface VerifyInitRequest {
|
|
|
2036
2036
|
* @type {string}
|
|
2037
2037
|
* @memberof VerifyInitRequest
|
|
2038
2038
|
*/
|
|
2039
|
-
'
|
|
2039
|
+
'verifierId': string;
|
|
2040
2040
|
}
|
|
2041
2041
|
/**
|
|
2042
2042
|
*
|