@idunion/tl-sdk 0.0.19 → 0.0.20

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 +14 -2
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -750,6 +750,12 @@ export interface Tl {
750
750
  * @memberof Tl
751
751
  */
752
752
  'name': string;
753
+ /**
754
+ * Trust List description
755
+ * @type {string}
756
+ * @memberof Tl
757
+ */
758
+ 'description': string;
753
759
  /**
754
760
  *
755
761
  * @type {string}
@@ -794,6 +800,12 @@ export interface TlPayload {
794
800
  * @memberof TlPayload
795
801
  */
796
802
  'name': string;
803
+ /**
804
+ * Trust List description
805
+ * @type {string}
806
+ * @memberof TlPayload
807
+ */
808
+ 'description': string;
797
809
  /**
798
810
  *
799
811
  * @type {string}
@@ -805,13 +817,13 @@ export interface TlPayload {
805
817
  * @type {string}
806
818
  * @memberof TlPayload
807
819
  */
808
- 'governanceWalletId'?: string;
820
+ 'governanceWalletId': string;
809
821
  /**
810
822
  * The Verifier used to verify onboarding credentials
811
823
  * @type {string}
812
824
  * @memberof TlPayload
813
825
  */
814
- 'verifierId'?: string;
826
+ 'verifierId': string;
815
827
  }
816
828
  /**
817
829
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idunion/tl-sdk",
3
3
  "private": false,
4
- "version": "0.0.19",
4
+ "version": "0.0.20",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {