@vuu-ui/vuu-protocol-types 0.8.18-debug → 0.8.19-debug

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 +2 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -215,8 +215,9 @@ export interface ServerToClientRPC {
215
215
  // TODO flesh out as we know more
216
216
  export interface ServerToClientViewportRpcResponse {
217
217
  action: {
218
+ key?: string;
218
219
  msg?: string;
219
- type: "VP_RPC_FAILURE" | "VP_RPC_SUCCESS";
220
+ type: "VP_RPC_FAILURE" | "VP_RPC_SUCCESS" | "VP_CREATE_SUCCESS";
220
221
  };
221
222
  type: "VIEW_PORT_RPC_REPONSE";
222
223
  method: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "0.8.18-debug",
3
+ "version": "0.8.19-debug",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},