@idunion/tl-sdk 0.0.16 → 0.0.17
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 +6 -0
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -510,6 +510,12 @@ export interface DidOnboardingStatus {
|
|
|
510
510
|
* @memberof DidOnboardingStatus
|
|
511
511
|
*/
|
|
512
512
|
'tl'?: Tl;
|
|
513
|
+
/**
|
|
514
|
+
* After the onboarding is initiate this value will be provided
|
|
515
|
+
* @type {string}
|
|
516
|
+
* @memberof DidOnboardingStatus
|
|
517
|
+
*/
|
|
518
|
+
'verifierUrl'?: string;
|
|
513
519
|
}
|
|
514
520
|
export declare const DidOnboardingStatusStatusEnum: {
|
|
515
521
|
readonly InProgress: "in_progress";
|