@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.
- package/index.d.ts +2 -1
- 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;
|