@triveria/wallet 0.0.207 → 0.0.208

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 +6 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -1180,6 +1180,12 @@ export interface InteractionAuthorizationRequirements {
1180
1180
  * @memberof InteractionAuthorizationRequirements
1181
1181
  */
1182
1182
  'interactionId': string;
1183
+ /**
1184
+ *
1185
+ * @type {Array<string>}
1186
+ * @memberof InteractionAuthorizationRequirements
1187
+ */
1188
+ 'offeredCredentialsTypes'?: Array<string>;
1183
1189
  }
1184
1190
  export declare const InteractionAuthorizationRequirementsRequirementTypeEnum: {
1185
1191
  readonly IdToken: "id_token";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.207",
4
+ "version": "0.0.208",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {