@idunion/tl-sdk 0.0.7 → 0.0.8

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 +6 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -762,6 +762,12 @@ export interface Tl {
762
762
  * @memberof Tl
763
763
  */
764
764
  'ownerId': string;
765
+ /**
766
+ *
767
+ * @type {string}
768
+ * @memberof Tl
769
+ */
770
+ 'didBase': string;
765
771
  }
766
772
  /**
767
773
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idunion/tl-sdk",
3
3
  "private": false,
4
- "version": "0.0.7",
4
+ "version": "0.0.8",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {