@hitc/netsuite-types 2024.2.1 → 2024.2.2

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/N/workbook.d.ts +1 -1
  2. package/package.json +1 -1
package/N/workbook.d.ts CHANGED
@@ -1058,7 +1058,7 @@ export function load(options: { id: string }): Workbook;
1058
1058
  *
1059
1059
  * A selector for descendant or self nodes object is used as a parameter in the workbook.createMeasureValueSelector(options), and workbook.createSortByMeasure(options) methods.
1060
1060
  */
1061
- export const DescendantOrSelfNodesSelector;
1061
+ export const DescendantOrSelfNodesSelector: unknown;
1062
1062
 
1063
1063
  declare enum Aggregation {
1064
1064
  COUNT,
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "posttest": "npm run cleanup"
9
9
  },
10
10
  "homepage": "https://github.com/headintheclouddev/typings-suitescript-2.0",
11
- "version": "2024.2.1",
11
+ "version": "2024.2.2",
12
12
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
13
13
  "license": "MIT",
14
14
  "repository": {