@vuu-ui/vuu-protocol-types 0.7.6 → 0.8.0

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/index.d.ts +3 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -203,9 +203,10 @@ export interface ServerToClientRPC {
203
203
  result: any;
204
204
  }
205
205
  export interface ServerToClientEditRPC {
206
+ action: unknown;
206
207
  type: "VP_EDIT_RPC_RESPONSE";
207
- method: string;
208
- result: any;
208
+ rpcName: string;
209
+ vpId: string;
209
210
  }
210
211
  export interface ServerToClientEditRPCRejected {
211
212
  error: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "0.7.6",
3
+ "version": "0.8.0",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},