@idunion/tl-sdk 0.0.20 → 0.0.21

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 +3 -3
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -561,7 +561,7 @@ export interface OnboardingPayload {
561
561
  * @type {string}
562
562
  * @memberof OnboardingPayload
563
563
  */
564
- 'verifierId'?: string;
564
+ 'verifierId': string;
565
565
  }
566
566
  /**
567
567
  *
@@ -767,13 +767,13 @@ export interface Tl {
767
767
  * @type {string}
768
768
  * @memberof Tl
769
769
  */
770
- 'governanceWalletId'?: string;
770
+ 'governanceWalletId': string;
771
771
  /**
772
772
  *
773
773
  * @type {string}
774
774
  * @memberof Tl
775
775
  */
776
- 'verifierId'?: string;
776
+ 'verifierId': string;
777
777
  }
778
778
  /**
779
779
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idunion/tl-sdk",
3
3
  "private": false,
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {