@hitc/netsuite-types 2025.2.3 → 2025.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/runtime.d.ts +1 -1
  2. package/package.json +1 -1
package/N/runtime.d.ts CHANGED
@@ -357,7 +357,7 @@ export type NetSuiteFeature =
357
357
  | "URLCOMPONENTALIASES"
358
358
  | "USR"
359
359
  | "VENDORACCESS"
360
- | "VENDOR_PAYMENT_INSTRUMENT"
360
+ | "VENDOR_PAYMENT_INSTRUMENTS"
361
361
  | "VENDORPREPAYMENTS"
362
362
  | "VENDORRETURNAUTHS"
363
363
  | "WARRANTYANDREPAIRSMANAGEMENT"
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.2.3",
11
+ "version": "2025.2.4",
12
12
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
13
13
  "license": "MIT",
14
14
  "repository": {