@hitc/netsuite-types 2023.1.6 → 2023.1.7

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 +3 -1
  2. package/package.json +1 -1
package/N/query.d.ts CHANGED
@@ -37,7 +37,7 @@ interface JoinToOptions {
37
37
 
38
38
  interface JoinFromOptions {
39
39
  /** The name of the relationship field on which join with other query type is performed For example "salesrep". */
40
- name: string;
40
+ fieldId: string;
41
41
 
42
42
  /** The query type on which is relationship field used to create the join with this component. */
43
43
  source: string;
@@ -1246,6 +1246,8 @@ export enum ReturnType {
1246
1246
  * The field context determines how field values are displayed in a column.
1247
1247
  */
1248
1248
  export enum FieldContext {
1249
+ /** Displays consolidated debit / credit amount in the base currency. */
1250
+ SIGN_CONSOLIDATED = "SIGN_CONSOLIDATED",
1249
1251
  /** Displays converted currency amounts using the exchange rate that was in effect on a specific date. */
1250
1252
  CONVERTED = "CONVERTED",
1251
1253
  /** Displays consolidated currency amounts in the base currency. */
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.1.6",
11
+ "version": "2023.1.7",
12
12
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
13
13
  "license": "MIT",
14
14
  "repository": {