@vuu-ui/vuu-protocol-types 0.11.2 → 0.11.3
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 +1 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -225,7 +225,6 @@ export declare type ServerMessageBody =
|
|
|
225
225
|
| VuuViewportMenusResponse
|
|
226
226
|
| VuuRpcMenuSuccess
|
|
227
227
|
| VuuRpcMenuError
|
|
228
|
-
| ServerToClientMenuSessionTableAction
|
|
229
228
|
| VuuRpcServiceResponse
|
|
230
229
|
| VuuRpcViewportResponse
|
|
231
230
|
| VuuViewportVisualLinksResponse
|
|
@@ -403,7 +402,7 @@ export interface VuuRpcViewportRequest {
|
|
|
403
402
|
export interface VuuRpcViewportResponse {
|
|
404
403
|
action: VuuRpcViewportAction;
|
|
405
404
|
type: "VIEW_PORT_RPC_REPONSE";
|
|
406
|
-
|
|
405
|
+
method: string;
|
|
407
406
|
namedParams: { [key: string]: VuuRowDataItemType | VuuTable };
|
|
408
407
|
params: string[];
|
|
409
408
|
vpId: string;
|