@hitc/netsuite-types 2022.2.2 → 2022.2.3

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 +2 -2
  2. package/package.json +1 -1
package/N/workbook.d.ts CHANGED
@@ -593,7 +593,7 @@ interface CreateConstant {
593
593
  interface CreateDataDimension {
594
594
  children?: (DataDimension|Section|Measure)[];
595
595
  items: DataDimensionItem[];
596
- totalLine?: string;
596
+ totalLine?: TotalLine | string;
597
597
  }
598
598
 
599
599
  interface CreateDataDimensionItem {
@@ -1274,4 +1274,4 @@ declare enum Operator {
1274
1274
  START_WITH_NOT = 'START_WITH_NOT',
1275
1275
  WITHIN = 'WITHIN',
1276
1276
  WITHIN_NOT = 'WITHIN_NOT'
1277
- }
1277
+ }
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": "2022.2.2",
11
+ "version": "2022.2.3",
12
12
  "main": "index.d.ts",
13
13
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
14
14
  "license": "MIT",