@hitc/netsuite-types 2026.1.4 → 2026.1.5

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.
@@ -234,8 +234,8 @@ interface SublistSetSublistValueOptions {
234
234
  id: string;
235
235
  /** The line number for this field (starts at 0). */
236
236
  line: number;
237
- /** The value for the field being set. */
238
- value: string;
237
+ /** The value for the field being set. Use null instead of an empty string. */
238
+ value: string|null;
239
239
  }
240
240
 
241
241
  interface SetSplashOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitc/netsuite-types",
3
- "version": "2026.1.4",
3
+ "version": "2026.1.5",
4
4
  "description": "TypeScript typings for SuiteScript 2.0",
5
5
  "keywords": [
6
6
  "netsuite",