@hitc/netsuite-types 2023.2.10 → 2024.1.1

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.
package/N/https.d.ts CHANGED
@@ -95,6 +95,7 @@ export interface RequestRestletOptions {
95
95
 
96
96
  interface RequestRestletFunction {
97
97
  (options: RequestRestletOptions): ClientResponse
98
+ promise(options: RequestRestletOptions): Promise<ClientResponse>;
98
99
  }
99
100
 
100
101
  interface RequestSuiteletOptions extends RequestRestletOptions {
package/N/query.d.ts CHANGED
@@ -757,7 +757,7 @@ export interface Iterator {
757
757
  each(f: (result: { value: Result }) => boolean): void;
758
758
  }
759
759
 
760
- interface PageIterator {
760
+ export interface PageIterator {
761
761
  each(f: (result: { value: Page }) => boolean): void;
762
762
  }
763
763
 
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": "2023.2.10",
11
+ "version": "2024.1.1",
12
12
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
13
13
  "license": "MIT",
14
14
  "repository": {