@deephaven/jsapi-types 1.0.0-dev0.37.5 → 1.0.0-dev0.37.6

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3357,7 +3357,7 @@ export namespace dh.plot {
3357
3357
  export class ChartData {
3358
3358
  constructor(table:dh.Table);
3359
3359
 
3360
- update(tableData:unknown):void;
3360
+ update(tableData:dh.SubscriptionTableData):void;
3361
3361
  getColumn(columnName:string, mappingFunc:(arg0:any)=>any, currentUpdate:dh.TableData):Array<any>;
3362
3362
  /**
3363
3363
  * Removes some column from the cache, avoiding extra computation on incoming events, and possibly freeing some
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/jsapi-types",
3
- "version": "1.0.0-dev0.37.5",
3
+ "version": "1.0.0-dev0.37.6",
4
4
  "description": "Deephaven JSAPI Types",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",