@vuu-ui/vuu-protocol-types 0.7.6-debug → 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.
- package/index.d.ts +3 -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
|
-
|
|
208
|
-
|
|
208
|
+
rpcName: string;
|
|
209
|
+
vpId: string;
|
|
209
210
|
}
|
|
210
211
|
export interface ServerToClientEditRPCRejected {
|
|
211
212
|
error: string;
|