@triveria/wallet 0.0.183 → 0.0.185

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 +7 -1
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -675,7 +675,7 @@ export interface EbsiConfiguration {
675
675
  * @type {string}
676
676
  * @memberof EbsiConfiguration
677
677
  */
678
- 'taoClientId': string;
678
+ 'conformanceClientId': string;
679
679
  /**
680
680
  *
681
681
  * @type {string}
@@ -1287,6 +1287,12 @@ export interface PrepareToAccreditRequest {
1287
1287
  * @memberof PrepareToAccreditRequest
1288
1288
  */
1289
1289
  'accreditedFor': string;
1290
+ /**
1291
+ * Specifies when will the accreditation credential expire
1292
+ * @type {string}
1293
+ * @memberof PrepareToAccreditRequest
1294
+ */
1295
+ 'validUntil': string;
1290
1296
  }
1291
1297
  export declare const PrepareToAccreditRequestTypeEnum: {
1292
1298
  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.183",
4
+ "version": "0.0.185",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {