@idunion/tl-sdk 0.0.37 → 0.0.38
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 +4 -0
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -103,6 +103,10 @@ export interface OnboardingPayload {
|
|
|
103
103
|
* The Verifier ID that should be used to verify the onboarding credential.
|
|
104
104
|
*/
|
|
105
105
|
'verifierId': string;
|
|
106
|
+
/**
|
|
107
|
+
* Holder identifier, i.e. did:key of the holder
|
|
108
|
+
*/
|
|
109
|
+
'holderEntityId': string;
|
|
106
110
|
}
|
|
107
111
|
export interface OnboardingResponse {
|
|
108
112
|
/**
|