@hitc/netsuite-types 2024.2.4 → 2024.2.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.
@@ -147,9 +147,9 @@ interface StandardLine {
147
147
  /** Returns the debit amount for a StandardLine object. */
148
148
  readonly debitAmount: string;
149
149
  /** Returns the internal NetSuite ID for the department on a StandardLine object. */
150
- readonly departmentId: string;
150
+ readonly departmentId: number;
151
151
  /** Returns the internal NetSuite ID for the entity on a StandardLine object. */
152
- readonly entityId: string;
152
+ readonly entityId: number;
153
153
  /** Returns the internal NetSuite database ID for a standard GL impact line. */
154
154
  readonly id: number;
155
155
  /** Returns true if the transaction is a posting transaction and the associated standard GL impact line posts to the general ledger. Returns false if the transaction is a non-posting transaction. */
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.4",
11
+ "version": "2024.2.5",
12
12
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
13
13
  "license": "MIT",
14
14
  "repository": {