@hitc/netsuite-types 2022.1.4 → 2022.1.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.
Files changed (2) hide show
  1. package/N/record.d.ts +1 -1
  2. package/package.json +1 -1
package/N/record.d.ts CHANGED
@@ -526,7 +526,7 @@ export interface ClientCurrentRecord {
526
526
  /** The internal ID of a specific record. */
527
527
  id: number;
528
528
  /** Inserts a sublist line. */
529
- insertLine(options: InsertLineOptions): ClientCurrentRecord; // Issue #132
529
+ insertLine(options: InsertLineOptions): this; // Issue #132
530
530
  /**
531
531
  * Indicates whether the record is in dynamic or standard mode.
532
532
  * - If set to true, the record is currently in dynamic mode. If set to false, the record is currently in standard mode.
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.1.4",
11
+ "version": "2022.1.5",
12
12
  "main": "index.d.ts",
13
13
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
14
14
  "license": "MIT",