@triveria/wallet 0.0.177 → 0.0.179

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 +4 -4
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -671,11 +671,11 @@ export interface Did {
671
671
  */
672
672
  export interface EbsiConfiguration {
673
673
  /**
674
- *
674
+ * The TAO issuer ID from which this wallet will request onboarding credentials
675
675
  * @type {string}
676
676
  * @memberof EbsiConfiguration
677
677
  */
678
- 'conformanceClientId': string;
678
+ 'taoClientId': string;
679
679
  /**
680
680
  *
681
681
  * @type {string}
@@ -1276,11 +1276,11 @@ export interface PrepareToAccreditRequest {
1276
1276
  */
1277
1277
  'type': PrepareToAccreditRequestTypeEnum;
1278
1278
  /**
1279
- *
1279
+ * Base64 encoded json to be used for the `accreditedFor` property of the credential
1280
1280
  * @type {string}
1281
1281
  * @memberof PrepareToAccreditRequest
1282
1282
  */
1283
- 'limitJurisdiction': string;
1283
+ 'accreditedFor': string;
1284
1284
  }
1285
1285
  export declare const PrepareToAccreditRequestTypeEnum: {
1286
1286
  readonly TrustedIssuer: "TrustedIssuer";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.177",
4
+ "version": "0.0.179",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {