@hitc/netsuite-types 2025.2.0 → 2025.2.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/machineTranslation.d.ts +1 -1
- package/N/record.d.ts +1 -1
- package/package.json +1 -1
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
interface Document {
|
|
13
13
|
/** The ID of the document. When passing documents to machineTranslation.translate(options), all document IDs must be unique. */
|
|
14
14
|
readonly id: string;
|
|
15
|
-
readonly language
|
|
15
|
+
readonly language?: string;
|
|
16
16
|
readonly text: string;
|
|
17
17
|
}
|
|
18
18
|
|
package/N/record.d.ts
CHANGED
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.2",
|
|
12
12
|
"author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"repository": {
|