@triveria/wallet 0.0.260 → 0.0.262

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 +2 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -37,6 +37,7 @@ export interface AuthOffer {
37
37
  }
38
38
  export interface CSRCreateRequest {
39
39
  'organizationName': string;
40
+ 'tradeName'?: string;
40
41
  'organizationWebsite': string;
41
42
  'email': string;
42
43
  'streetAddress': string;
@@ -596,6 +597,7 @@ export interface InteractionAuthorizationRequirements {
596
597
  'presentationCandidates'?: Array<InputDescriptorSuitableCredentials>;
597
598
  'interactionId': string;
598
599
  'offeredCredentialsTypes'?: Array<string>;
600
+ 'issuerUrl': string;
599
601
  /**
600
602
  * Array of objects, where each object contains display properties of a Credential Issuer for a certain language.
601
603
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.260",
4
+ "version": "0.0.262",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {