@vuu-ui/vuu-protocol-types 2.1.11 → 2.1.13

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 +2 -8
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -172,15 +172,9 @@ export interface VuuViewportCreateSuccessResponse {
172
172
  viewPortId: string;
173
173
  }
174
174
  export interface VuuViewportCreateFailResponse {
175
- aggregations: VuuAggregation[];
176
- columns: VuuColumns;
177
- filterSpec: VuuFilter;
178
- groupBy: VuuGroupBy;
179
- range: VuuRange;
180
- sort: VuuSort;
175
+ msg: string;
181
176
  type: "CREATE_VP_REJECT";
182
- table: string;
183
- viewPortId: string;
177
+ table: VuuTable;
184
178
  }
185
179
  export interface VuuViewportChangeRequest {
186
180
  aggregations: VuuAggregation[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "2.1.11",
3
+ "version": "2.1.13",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},