Skip to content

Commit ded1e61

Browse files
feat(script): update the api
#### script:v1 The following keys were added: - schemas.GoogleAppsScriptTypeProcess.properties.runtimeVersion.type (Total Keys: 1)
1 parent 00765a7 commit ded1e61

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/dyn/script_v1.processes.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ <h3>Method Details</h3>
155155
&quot;processStatus&quot;: &quot;A String&quot;, # The executions status.
156156
&quot;processType&quot;: &quot;A String&quot;, # The executions type.
157157
&quot;projectName&quot;: &quot;A String&quot;, # Name of the script being executed.
158+
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Which version of maestro to use to execute the script.
158159
&quot;startTime&quot;: &quot;A String&quot;, # Time the execution started.
159160
&quot;userAccessLevel&quot;: &quot;A String&quot;, # The executing users access level to the script.
160161
},
@@ -221,6 +222,7 @@ <h3>Method Details</h3>
221222
&quot;processStatus&quot;: &quot;A String&quot;, # The executions status.
222223
&quot;processType&quot;: &quot;A String&quot;, # The executions type.
223224
&quot;projectName&quot;: &quot;A String&quot;, # Name of the script being executed.
225+
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Which version of maestro to use to execute the script.
224226
&quot;startTime&quot;: &quot;A String&quot;, # Time the execution started.
225227
&quot;userAccessLevel&quot;: &quot;A String&quot;, # The executing users access level to the script.
226228
},

googleapiclient/discovery_cache/documents/script.v1.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887
}
888888
}
889889
},
890-
"revision": "20230417",
890+
"revision": "20230514",
891891
"rootUrl": "https://script.googleapis.com/",
892892
"schemas": {
893893
"Content": {
@@ -1314,6 +1314,20 @@
13141314
"description": "Name of the script being executed.",
13151315
"type": "string"
13161316
},
1317+
"runtimeVersion": {
1318+
"description": "Which version of maestro to use to execute the script.",
1319+
"enum": [
1320+
"RUNTIME_VERSION_UNSPECIFIED",
1321+
"DEPRECATED_ES5",
1322+
"V8"
1323+
],
1324+
"enumDescriptions": [
1325+
"Runtime version unset / unknown.",
1326+
"Legacy rhino version of the Apps script runtime",
1327+
"Current default V8 version of the apps script runtime."
1328+
],
1329+
"type": "string"
1330+
},
13171331
"startTime": {
13181332
"description": "Time the execution started.",
13191333
"format": "google-datetime",

0 commit comments

Comments
 (0)