From ded1e616d8c1b5e97161bcf5e12b17d097617d6a Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Wed, 24 May 2023 18:27:14 +0000 Subject: [PATCH] feat(script): update the api #### script:v1 The following keys were added: - schemas.GoogleAppsScriptTypeProcess.properties.runtimeVersion.type (Total Keys: 1) --- docs/dyn/script_v1.processes.html | 2 ++ .../discovery_cache/documents/script.v1.json | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/dyn/script_v1.processes.html b/docs/dyn/script_v1.processes.html index 7bc27659689..7057e020b30 100644 --- a/docs/dyn/script_v1.processes.html +++ b/docs/dyn/script_v1.processes.html @@ -155,6 +155,7 @@

Method Details

"processStatus": "A String", # The executions status. "processType": "A String", # The executions type. "projectName": "A String", # Name of the script being executed. + "runtimeVersion": "A String", # Which version of maestro to use to execute the script. "startTime": "A String", # Time the execution started. "userAccessLevel": "A String", # The executing users access level to the script. }, @@ -221,6 +222,7 @@

Method Details

"processStatus": "A String", # The executions status. "processType": "A String", # The executions type. "projectName": "A String", # Name of the script being executed. + "runtimeVersion": "A String", # Which version of maestro to use to execute the script. "startTime": "A String", # Time the execution started. "userAccessLevel": "A String", # The executing users access level to the script. }, diff --git a/googleapiclient/discovery_cache/documents/script.v1.json b/googleapiclient/discovery_cache/documents/script.v1.json index 3ff0ebcc4bf..0b31ae1af93 100644 --- a/googleapiclient/discovery_cache/documents/script.v1.json +++ b/googleapiclient/discovery_cache/documents/script.v1.json @@ -887,7 +887,7 @@ } } }, - "revision": "20230417", + "revision": "20230514", "rootUrl": "https://script.googleapis.com/", "schemas": { "Content": { @@ -1314,6 +1314,20 @@ "description": "Name of the script being executed.", "type": "string" }, + "runtimeVersion": { + "description": "Which version of maestro to use to execute the script.", + "enum": [ + "RUNTIME_VERSION_UNSPECIFIED", + "DEPRECATED_ES5", + "V8" + ], + "enumDescriptions": [ + "Runtime version unset / unknown.", + "Legacy rhino version of the Apps script runtime", + "Current default V8 version of the apps script runtime." + ], + "type": "string" + }, "startTime": { "description": "Time the execution started.", "format": "google-datetime",