@deephaven-enterprise/jsapi-types 1.20250801.243-beta → 1.20250801.244-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 +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven-enterprise/jsapi-types",
3
- "version": "1.20250801.243-beta",
3
+ "version": "1.20250801.244-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": "070f9be3e1a4710bc59564c9f0b9dd6a305af344"
25
+ "gitHead": "058908c551f33739e83cba15badfb2ca214e0ed4"
26
26
  }
package/types/Iris.d.ts CHANGED
@@ -568,6 +568,10 @@ export interface ServerConfigValues {
568
568
  ruffSettings: Record<string, unknown> | null;
569
569
  ruffEnabled: boolean;
570
570
  ruffEditable: boolean;
571
+ showEmptyStrings: boolean;
572
+ showEmptyStringsEditable: boolean;
573
+ showNullStrings: boolean;
574
+ showNullStringsEditable: boolean;
571
575
  }
572
576
 
573
577
  export interface ApplyParametersResult {