@deephaven-enterprise/jsapi-types 1.20250801.243-beta → 1.20250801.245-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.
- package/package.json +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.
|
|
3
|
+
"version": "1.20250801.245-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": "
|
|
25
|
+
"gitHead": "d2cffb58fc74147f49c10417e3e0389b031d7872"
|
|
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 {
|