@triveria/wallet 0.0.273 → 0.0.274

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 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -1069,6 +1069,10 @@ export interface WmpCreateInvitationResponse {
1069
1069
  * URL at which the invitation can be downloaded
1070
1070
  */
1071
1071
  'invitationUrl': string;
1072
+ /**
1073
+ * ID of the invitation
1074
+ */
1075
+ 'invitationId': string;
1072
1076
  }
1073
1077
  export interface WmpEntityConnectionStatus {
1074
1078
  'connected': boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.273",
4
+ "version": "0.0.274",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {