@hitc/netsuite-types 2022.2.5 → 2022.2.6

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/search.d.ts +2 -1
  2. package/package.json +1 -1
package/N/search.d.ts CHANGED
@@ -114,7 +114,8 @@ export interface Page {
114
114
  isFirst: boolean;
115
115
  isLast: boolean;
116
116
  pagedData: PagedData;
117
- pagedRange: PageRange;
117
+ /** The PageRange Object used to fetch this Page Object. Page boundary information with the key and label. */
118
+ readonly pageRange: PageRange;
118
119
  }
119
120
 
120
121
  export interface PageRange {
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": "2022.2.5",
11
+ "version": "2022.2.6",
12
12
  "main": "index.d.ts",
13
13
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
14
14
  "license": "MIT",