@idunion/tl-sdk 0.0.38 → 0.0.39

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 +1 -1
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -106,7 +106,7 @@ export interface OnboardingPayload {
106
106
  /**
107
107
  * Holder identifier, i.e. did:key of the holder
108
108
  */
109
- 'holderEntityId': string;
109
+ 'holderEntityId'?: string;
110
110
  }
111
111
  export interface OnboardingResponse {
112
112
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idunion/tl-sdk",
3
3
  "private": false,
4
- "version": "0.0.38",
4
+ "version": "0.0.39",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {