@hitc/netsuite-types 2025.1.8 → 2025.1.9

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
@@ -629,7 +629,7 @@ export interface ClientCurrentRecord {
629
629
  setValue(fieldId: string, value: FieldValue): this;
630
630
 
631
631
  /** The record type. */
632
- type: Type | string;
632
+ readonly type: Type | `${Type}`;
633
633
  }
634
634
 
635
635
  // Exported for other modules to be able to consume this type
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": "2025.1.8",
11
+ "version": "2025.1.9",
12
12
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
13
13
  "license": "MIT",
14
14
  "repository": {