@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.
- package/api.d.ts +4 -0
- 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;
|