@deephaven-enterprise/jsapi-types 1.20240723.127-beta → 1.20240723.129-beta

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/package.json +2 -2
  2. package/types/Iris.d.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven-enterprise/jsapi-types",
3
- "version": "1.20240723.127-beta",
3
+ "version": "1.20240723.129-beta",
4
4
  "description": "Deephaven Enterprise Jsapi Types",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -22,5 +22,5 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "gitHead": "9e31fe06005f684106b98167fb49902ea0bf8648"
25
+ "gitHead": "9d2c1d338b4120668ca4dd3d402b2ae7955ab8b6"
26
26
  }
package/types/Iris.d.ts CHANGED
@@ -576,6 +576,9 @@ export interface ServerConfigValues {
576
576
  webglEditable: boolean;
577
577
  gridDensity: 'compact' | 'regular' | 'spacious';
578
578
  gridDensityEditable: boolean;
579
+ ruffSettings: Record<string, unknown> | null;
580
+ ruffEnabled: boolean;
581
+ ruffEditable: boolean;
579
582
  }
580
583
 
581
584
  export interface ApplyParametersResult {