@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.
Files changed (2) hide show
  1. package/index.d.ts +1 -2
  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
- // method: string;
405
+ method: string;
407
406
  namedParams: { [key: string]: VuuRowDataItemType | VuuTable };
408
407
  params: string[];
409
408
  vpId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},