@idunion/tl-sdk 0.0.9 → 0.0.11

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
@@ -455,10 +455,10 @@ export interface DidDocumentCreatePayload {
455
455
  export interface DidDocumentList {
456
456
  /**
457
457
  *
458
- * @type {string}
458
+ * @type {Array<string>}
459
459
  * @memberof DidDocumentList
460
460
  */
461
- 'items'?: string;
461
+ 'items'?: Array<string>;
462
462
  }
463
463
  /**
464
464
  *
@@ -768,6 +768,12 @@ export interface Tl {
768
768
  * @memberof Tl
769
769
  */
770
770
  'didBase': string;
771
+ /**
772
+ *
773
+ * @type {string}
774
+ * @memberof Tl
775
+ */
776
+ 'verifierId': string;
771
777
  }
772
778
  /**
773
779
  *
@@ -800,6 +806,12 @@ export interface TlPayload {
800
806
  * @memberof TlPayload
801
807
  */
802
808
  'suggestedId'?: string;
809
+ /**
810
+ * The Verifier used to verify onboarding credentials
811
+ * @type {string}
812
+ * @memberof TlPayload
813
+ */
814
+ 'verifierId': string;
803
815
  }
804
816
  /**
805
817
  * Record defined by a schema
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idunion/tl-sdk",
3
3
  "private": false,
4
- "version": "0.0.9",
4
+ "version": "0.0.11",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {