@hitc/netsuite-types 2022.1.0 → 2022.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/search.d.ts +1 -1
  2. package/package.json +1 -1
package/N/search.d.ts CHANGED
@@ -235,7 +235,7 @@ interface SearchDeleteFunction {
235
235
 
236
236
  interface SearchLoadOptions {
237
237
  /** Internal ID or script ID of a saved search. The script ID starts with customsearch. */
238
- id: string;
238
+ id: string | number;
239
239
  /**
240
240
  * The search type of the saved search to load. Use a value from the search.Type enum for this parameter.
241
241
  * This parameter is required if the saved search to load uses a standalone search type.
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.1.0",
11
+ "version": "2022.1.1",
12
12
  "main": "index.d.ts",
13
13
  "author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
14
14
  "license": "MIT",