@hitc/netsuite-types 2026.1.2 → 2026.1.3
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 +5 -2
- package/package.json +1 -1
package/N/https.d.ts
CHANGED
|
@@ -84,8 +84,11 @@ export interface RequestRestletOptions {
|
|
|
84
84
|
scriptId: string,
|
|
85
85
|
/** The HTTPS headers. */
|
|
86
86
|
headers?: Object,
|
|
87
|
-
/**
|
|
88
|
-
|
|
87
|
+
/**
|
|
88
|
+
* The HTTPS method (DELETE, GET, HEAD, POST, PUT).
|
|
89
|
+
* The default value is GET if options.body is not specified, and POST if options.body is specified.
|
|
90
|
+
*/
|
|
91
|
+
method?: Method | `${Method}`;
|
|
89
92
|
/** The parameters to be appended to the target URL as a query string. */
|
|
90
93
|
urlParams?: Object
|
|
91
94
|
}
|
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": "2026.1.
|
|
11
|
+
"version": "2026.1.3",
|
|
12
12
|
"author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"repository": {
|