@idunion/tl-sdk 0.0.9 → 0.0.10
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 +12 -0
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -768,6 +768,12 @@ export interface Tl {
|
|
|
768
768
|
* @memberof Tl
|
|
769
769
|
*/
|
|
770
770
|
'didBase': string;
|
|
771
|
+
/**
|
|
772
|
+
*
|
|
773
|
+
* @type {string}
|
|
774
|
+
* @memberof Tl
|
|
775
|
+
*/
|
|
776
|
+
'verifierId': string;
|
|
771
777
|
}
|
|
772
778
|
/**
|
|
773
779
|
*
|
|
@@ -800,6 +806,12 @@ export interface TlPayload {
|
|
|
800
806
|
* @memberof TlPayload
|
|
801
807
|
*/
|
|
802
808
|
'suggestedId'?: string;
|
|
809
|
+
/**
|
|
810
|
+
* The Verifier used to verify onboarding credentials
|
|
811
|
+
* @type {string}
|
|
812
|
+
* @memberof TlPayload
|
|
813
|
+
*/
|
|
814
|
+
'verifierId': string;
|
|
803
815
|
}
|
|
804
816
|
/**
|
|
805
817
|
* Record defined by a schema
|