@triveria/wallet 0.0.194 → 0.0.195

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 +0 -6
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -1356,12 +1356,6 @@ export interface PrepareToOnboardRequest {
1356
1356
  * @memberof PrepareToOnboardRequest
1357
1357
  */
1358
1358
  'did': string;
1359
- /**
1360
- * The client ID that will be used during the credential offer interaction. Most likely the DID Key of the legal\'s entity wallet.
1361
- * @type {string}
1362
- * @memberof PrepareToOnboardRequest
1363
- */
1364
- 'clientId': string;
1365
1359
  }
1366
1360
  /**
1367
1361
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.194",
4
+ "version": "0.0.195",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {