@vuu-ui/vuu-protocol-types 0.11.3 → 0.12.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -429,7 +429,7 @@ export interface ClientToServerMenuGridRPC {
429
429
  }
430
430
 
431
431
  export interface ClientToServerMenuRowRPC {
432
- row: VuuRowRecord;
432
+ row: VuuDataRowDto;
433
433
  rowKey: string;
434
434
  rpcName: string;
435
435
  type: "VIEW_PORT_MENU_ROW_RPC";
@@ -642,9 +642,6 @@ export declare type VuuLinkDescriptor = {
642
642
  link: VuuLink;
643
643
  };
644
644
 
645
- // used in MenuRPC row message
646
- export declare type VuuRowRecord = { [key: string]: VuuRowDataItemType };
647
-
648
645
  /**
649
646
  * LinkDescriptor with label is not strictly part of the Vuu Protocol
650
647
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "0.11.3",
3
+ "version": "0.12.0",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},