@hitc/netsuite-types 2023.2.3 → 2023.2.4

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/query.d.ts +1 -1
  2. package/package.json +1 -1
package/N/query.d.ts CHANGED
@@ -602,7 +602,7 @@ export interface Condition {
602
602
  readonly component: Component;
603
603
  }
604
604
 
605
- type QueryResultMap = { [fieldId: string]: string | boolean | number | null }
605
+ export type QueryResultMap = { [fieldId: string]: string | boolean | number | null }
606
606
  /**
607
607
  * Set of results returned by the query.
608
608
  */
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": "2023.2.3",
11
+ "version": "2023.2.4",
12
12
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
13
13
  "license": "MIT",
14
14
  "repository": {