@hitc/netsuite-types 2025.2.10 → 2025.2.11
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/task.d.ts +4 -4
- package/package.json +1 -1
package/N/task.d.ts
CHANGED
|
@@ -233,10 +233,10 @@ interface MapReduceScriptTaskStatus {
|
|
|
233
233
|
getTotalReduceCount(): number;
|
|
234
234
|
getTotalOutputCount(): number;
|
|
235
235
|
toString(): string;
|
|
236
|
-
scriptId: string;
|
|
237
|
-
deploymentId: string;
|
|
238
|
-
stage: MapReduceStage | `${MapReduceStage}
|
|
239
|
-
status: TaskStatus | `${TaskStatus}
|
|
236
|
+
scriptId: string | null;
|
|
237
|
+
deploymentId: string | null;
|
|
238
|
+
stage: MapReduceStage | `${MapReduceStage}` | null;
|
|
239
|
+
status: TaskStatus | `${TaskStatus}` | null;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
interface ScheduledScriptTaskCreateOptions {
|
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.2.
|
|
11
|
+
"version": "2025.2.11",
|
|
12
12
|
"author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"repository": {
|