@hitc/netsuite-types 2025.1.1 → 2025.1.2
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 +1 -1
- package/package.json +1 -1
package/N/https.d.ts
CHANGED
|
@@ -98,7 +98,7 @@ interface RequestRestletFunction {
|
|
|
98
98
|
promise(options: RequestRestletOptions): Promise<ClientResponse>;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
interface RequestSuiteletOptions extends RequestRestletOptions {
|
|
101
|
+
export interface RequestSuiteletOptions extends RequestRestletOptions {
|
|
102
102
|
/** Specifies whether to perform the request as an unauthenticated user; this case uses the Online Form User role. */
|
|
103
103
|
external?: boolean,
|
|
104
104
|
}
|
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": "2025.1.
|
|
11
|
+
"version": "2025.1.2",
|
|
12
12
|
"author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"repository": {
|