@hitc/netsuite-types 2022.2.12 → 2022.2.13
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/runtime.d.ts +2 -0
- package/package.json +1 -1
package/N/runtime.d.ts
CHANGED
|
@@ -75,6 +75,8 @@ interface FeatureOptions {
|
|
|
75
75
|
|
|
76
76
|
/** The NetSuite account ID for the currently logged-in user. */
|
|
77
77
|
export var accountId: string;
|
|
78
|
+
/** The country for the current company. Returns the two-letter abbreviation. For example, US */
|
|
79
|
+
export var country: string;
|
|
78
80
|
/** The current environment in which the script is executing. This property returns one of the values from the runtime.EnvType enumeration. */
|
|
79
81
|
export var envType: EnvType;
|
|
80
82
|
/** Returns a runtime.ContextType enumeration that represents what triggered the current script. */
|
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.2.
|
|
11
|
+
"version": "2022.2.13",
|
|
12
12
|
"author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"repository": {
|