@idunion/tl-sdk 0.0.31 → 0.0.32

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 +2 -1
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -203,7 +203,8 @@ export interface Tlr {
203
203
  */
204
204
  'status': TlrStatusEnum;
205
205
  'accreditedFor'?: Array<AccreditedFor>;
206
- 'onboardingCredentials'?: Array<OnboardingCredential>;
206
+ 'onboardingCredentials': Array<OnboardingCredential>;
207
+ 'isRoot': boolean;
207
208
  }
208
209
  export declare const TlrStatusEnum: {
209
210
  readonly Unverified: "unverified";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idunion/tl-sdk",
3
3
  "private": false,
4
- "version": "0.0.31",
4
+ "version": "0.0.32",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {