@idunion/tl-sdk 0.0.27 → 0.0.28

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
@@ -387,6 +387,12 @@ export interface Tlr {
387
387
  * @memberof Tlr
388
388
  */
389
389
  'orgName': string;
390
+ /**
391
+ *
392
+ * @type {string}
393
+ * @memberof Tlr
394
+ */
395
+ 'id': string;
390
396
  /**
391
397
  *
392
398
  * @type {string}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idunion/tl-sdk",
3
3
  "private": false,
4
- "version": "0.0.27",
4
+ "version": "0.0.28",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {