@idunion/tl-sdk 0.0.15 → 0.0.16
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 +3 -3
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -505,11 +505,11 @@ export interface DidOnboardingStatus {
|
|
|
505
505
|
*/
|
|
506
506
|
'status': DidOnboardingStatusStatusEnum;
|
|
507
507
|
/**
|
|
508
|
-
*
|
|
509
|
-
* @type {
|
|
508
|
+
*
|
|
509
|
+
* @type {Tl}
|
|
510
510
|
* @memberof DidOnboardingStatus
|
|
511
511
|
*/
|
|
512
|
-
'
|
|
512
|
+
'tl'?: Tl;
|
|
513
513
|
}
|
|
514
514
|
export declare const DidOnboardingStatusStatusEnum: {
|
|
515
515
|
readonly InProgress: "in_progress";
|