@idunion/tl-sdk 0.0.15 → 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.
Files changed (2) hide show
  1. package/api.d.ts +8 -2
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -505,11 +505,17 @@ export interface DidOnboardingStatus {
505
505
  */
506
506
  'status': DidOnboardingStatusStatusEnum;
507
507
  /**
508
- * Trust List ID
508
+ *
509
+ * @type {Tl}
510
+ * @memberof DidOnboardingStatus
511
+ */
512
+ 'tl'?: Tl;
513
+ /**
514
+ * After the onboarding is initiate this value will be provided
509
515
  * @type {string}
510
516
  * @memberof DidOnboardingStatus
511
517
  */
512
- 'trustListId'?: string;
518
+ 'verifierUrl'?: string;
513
519
  }
514
520
  export declare const DidOnboardingStatusStatusEnum: {
515
521
  readonly InProgress: "in_progress";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idunion/tl-sdk",
3
3
  "private": false,
4
- "version": "0.0.15",
4
+ "version": "0.0.17",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {