@hitc/netsuite-types 2024.1.0 → 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.
Files changed (2) hide show
  1. package/N/query.d.ts +1 -1
  2. package/package.json +1 -1
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": "2024.1.0",
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": {