@vuu-ui/vuu-data-types 0.13.14 → 0.13.16

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 +3 -2
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -720,10 +720,11 @@ export interface ViewportMessageIn {
720
720
 
721
721
  // TODO use generic to type result
722
722
  export interface VuuUIMessageInRPC {
723
- method: string;
723
+ action: unknown;
724
+ error?: null | unknown;
724
725
  result: unknown;
725
726
  requestId: string;
726
- type: "RPC_RESP";
727
+ type: "RPC_RESPONSE";
727
728
  }
728
729
 
729
730
  export interface VuuUIMessageInRPCEditReject {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-data-types",
3
- "version": "0.13.14",
3
+ "version": "0.13.16",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@vuu-ui/vuu-filter-types": "0.13.14",
8
- "@vuu-ui/vuu-protocol-types": "0.13.14"
7
+ "@vuu-ui/vuu-filter-types": "0.13.16",
8
+ "@vuu-ui/vuu-protocol-types": "0.13.16"
9
9
  },
10
10
  "dependencies": {},
11
11
  "peerDependencies": {},