@hitc/netsuite-types 2024.2.6 → 2024.2.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/types.d.ts +1 -1
  2. package/package.json +1 -1
package/N/types.d.ts CHANGED
@@ -187,7 +187,7 @@ export namespace EntryPoints {
187
187
  form: N_ui_serverWidget.Form;
188
188
  type: UserEventType;
189
189
  UserEventType: UserEventTypes;
190
- request: N_http.ServerRequest;
190
+ request: N_http.ServerRequest | undefined;
191
191
  }
192
192
 
193
193
  type beforeLoad = (scriptContext: beforeLoadContext) => void;
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.6",
11
+ "version": "2024.2.7",
12
12
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
13
13
  "license": "MIT",
14
14
  "repository": {