@idunion/tl-sdk 0.0.4 → 0.0.5
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
|
@@ -521,6 +521,12 @@ export interface DidOnboardingStatus {
|
|
|
521
521
|
* @memberof DidOnboardingStatus
|
|
522
522
|
*/
|
|
523
523
|
'status': DidOnboardingStatusStatusEnum;
|
|
524
|
+
/**
|
|
525
|
+
* Trust List ID
|
|
526
|
+
* @type {string}
|
|
527
|
+
* @memberof DidOnboardingStatus
|
|
528
|
+
*/
|
|
529
|
+
'trustListId'?: string;
|
|
524
530
|
}
|
|
525
531
|
export declare const DidOnboardingStatusStatusEnum: {
|
|
526
532
|
readonly InProgress: "in_progress";
|