Clean and regen docs (#401)
diff --git a/docs/dyn/script_v1.scripts.html b/docs/dyn/script_v1.scripts.html
index 0088741..abaadb0 100644
--- a/docs/dyn/script_v1.scripts.html
+++ b/docs/dyn/script_v1.scripts.html
@@ -101,6 +101,16 @@
# based on the implementation of the script.
"function": "A String", # The name of the function to execute in the given script. The name does not
# include parentheses or parameters.
+ "devMode": True or False, # If `true` and the user is an owner of the script, the script runs at the
+ # most recently saved version rather than the version deployed for use with
+ # the Execution API. Optional; default is `false`.
+ "parameters": [ # The parameters to be passed to the function being executed. The object type
+ # for each parameter should match the expected type in Apps Script.
+ # Parameters cannot be Apps Script-specific object types (such as a
+ # `Document` or a `Calendar`); they can only be primitive types such as
+ # `string`, `number`, `array`, `object`, or `boolean`. Optional.
+ "",
+ ],
"sessionState": "A String", # For Android add-ons only. An ID that represents the user's current session
# in the Android app for Google Docs or Sheets, included as extra data in the
# [`Intent`](https://developer.android.com/guide/components/intents-filters.html)
@@ -111,16 +121,6 @@
# (in Docs) or selected cell (in Sheets). To retrieve the state, call
# `Intent.getStringExtra("com.google.android.apps.docs.addons.SessionState")`.
# Optional.
- "parameters": [ # The parameters to be passed to the function being executed. The object type
- # for each parameter should match the expected type in Apps Script.
- # Parameters cannot be Apps Script-specific object types (such as a
- # `Document` or a `Calendar`); they can only be primitive types such as
- # `string`, `number`, `array`, `object`, or `boolean`. Optional.
- "",
- ],
- "devMode": True or False, # If `true` and the user is an owner of the script, the script runs at the
- # most recently saved version rather than the version deployed for use with
- # the Execution API. Optional; default is `false`.
}
x__xgafv: string, V1 error format.