chore: update docs/dyn (#1106)
diff --git a/docs/dyn/script_v1.projects.deployments.html b/docs/dyn/script_v1.projects.deployments.html
index d401c07..141894b 100644
--- a/docs/dyn/script_v1.projects.deployments.html
+++ b/docs/dyn/script_v1.projects.deployments.html
@@ -111,10 +111,10 @@
The object takes the form of:
{ # Metadata the defines how a deployment is configured.
- "versionNumber": 42, # The version number on which this deployment is based.
- "manifestFileName": "A String", # The manifest file name for this deployment.
- "scriptId": "A String", # The script project's Drive ID.
"description": "A String", # The description for this deployment.
+ "scriptId": "A String", # The script project's Drive ID.
+ "manifestFileName": "A String", # The manifest file name for this deployment.
+ "versionNumber": 42, # The version number on which this deployment is based.
}
x__xgafv: string, V1 error format.
@@ -126,6 +126,14 @@
An object of the form:
{ # Representation of a single script deployment.
+ "updateTime": "A String", # Last modified date time stamp.
+ "deploymentId": "A String", # The deployment ID for this deployment.
+ "deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
+ "description": "A String", # The description for this deployment.
+ "scriptId": "A String", # The script project's Drive ID.
+ "manifestFileName": "A String", # The manifest file name for this deployment.
+ "versionNumber": 42, # The version number on which this deployment is based.
+ },
"entryPoints": [ # The deployment's entry points.
{ # A configuration that defines how a deployment is accessed externally.
"executionApi": { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
@@ -135,10 +143,10 @@
},
"entryPointType": "A String", # The type of the entry point.
"addOn": { # An add-on entry point. # Add-on properties.
- "description": "A String", # The add-on's optional description.
"title": "A String", # The add-on's required title.
- "helpUrl": "A String", # The add-on's optional help URL.
"postInstallTipUrl": "A String", # The add-on's required post install tip URL.
+ "helpUrl": "A String", # The add-on's optional help URL.
+ "description": "A String", # The add-on's optional description.
"reportIssueUrl": "A String", # The add-on's optional report issue URL.
"addOnType": "A String", # The add-on's required list of supported container types.
},
@@ -151,14 +159,6 @@
},
},
],
- "deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
- "versionNumber": 42, # The version number on which this deployment is based.
- "manifestFileName": "A String", # The manifest file name for this deployment.
- "scriptId": "A String", # The script project's Drive ID.
- "description": "A String", # The description for this deployment.
- },
- "deploymentId": "A String", # The deployment ID for this deployment.
- "updateTime": "A String", # Last modified date time stamp.
}</pre>
</div>
@@ -197,6 +197,14 @@
An object of the form:
{ # Representation of a single script deployment.
+ "updateTime": "A String", # Last modified date time stamp.
+ "deploymentId": "A String", # The deployment ID for this deployment.
+ "deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
+ "description": "A String", # The description for this deployment.
+ "scriptId": "A String", # The script project's Drive ID.
+ "manifestFileName": "A String", # The manifest file name for this deployment.
+ "versionNumber": 42, # The version number on which this deployment is based.
+ },
"entryPoints": [ # The deployment's entry points.
{ # A configuration that defines how a deployment is accessed externally.
"executionApi": { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
@@ -206,10 +214,10 @@
},
"entryPointType": "A String", # The type of the entry point.
"addOn": { # An add-on entry point. # Add-on properties.
- "description": "A String", # The add-on's optional description.
"title": "A String", # The add-on's required title.
- "helpUrl": "A String", # The add-on's optional help URL.
"postInstallTipUrl": "A String", # The add-on's required post install tip URL.
+ "helpUrl": "A String", # The add-on's optional help URL.
+ "description": "A String", # The add-on's optional description.
"reportIssueUrl": "A String", # The add-on's optional report issue URL.
"addOnType": "A String", # The add-on's required list of supported container types.
},
@@ -222,14 +230,6 @@
},
},
],
- "deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
- "versionNumber": 42, # The version number on which this deployment is based.
- "manifestFileName": "A String", # The manifest file name for this deployment.
- "scriptId": "A String", # The script project's Drive ID.
- "description": "A String", # The description for this deployment.
- },
- "deploymentId": "A String", # The deployment ID for this deployment.
- "updateTime": "A String", # Last modified date time stamp.
}</pre>
</div>
@@ -250,8 +250,17 @@
An object of the form:
{ # Response with the list of deployments for the specified Apps Script project.
+ "nextPageToken": "A String", # The token that can be used in the next call to get the next page of results.
"deployments": [ # The list of deployments.
{ # Representation of a single script deployment.
+ "updateTime": "A String", # Last modified date time stamp.
+ "deploymentId": "A String", # The deployment ID for this deployment.
+ "deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
+ "description": "A String", # The description for this deployment.
+ "scriptId": "A String", # The script project's Drive ID.
+ "manifestFileName": "A String", # The manifest file name for this deployment.
+ "versionNumber": 42, # The version number on which this deployment is based.
+ },
"entryPoints": [ # The deployment's entry points.
{ # A configuration that defines how a deployment is accessed externally.
"executionApi": { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
@@ -261,10 +270,10 @@
},
"entryPointType": "A String", # The type of the entry point.
"addOn": { # An add-on entry point. # Add-on properties.
- "description": "A String", # The add-on's optional description.
"title": "A String", # The add-on's required title.
- "helpUrl": "A String", # The add-on's optional help URL.
"postInstallTipUrl": "A String", # The add-on's required post install tip URL.
+ "helpUrl": "A String", # The add-on's optional help URL.
+ "description": "A String", # The add-on's optional description.
"reportIssueUrl": "A String", # The add-on's optional report issue URL.
"addOnType": "A String", # The add-on's required list of supported container types.
},
@@ -277,17 +286,8 @@
},
},
],
- "deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
- "versionNumber": 42, # The version number on which this deployment is based.
- "manifestFileName": "A String", # The manifest file name for this deployment.
- "scriptId": "A String", # The script project's Drive ID.
- "description": "A String", # The description for this deployment.
- },
- "deploymentId": "A String", # The deployment ID for this deployment.
- "updateTime": "A String", # Last modified date time stamp.
},
],
- "nextPageToken": "A String", # The token that can be used in the next call to get the next page of results.
}</pre>
</div>
@@ -317,10 +317,10 @@
{ # Request with deployment information to update an existing deployment.
"deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
- "versionNumber": 42, # The version number on which this deployment is based.
- "manifestFileName": "A String", # The manifest file name for this deployment.
- "scriptId": "A String", # The script project's Drive ID.
"description": "A String", # The description for this deployment.
+ "scriptId": "A String", # The script project's Drive ID.
+ "manifestFileName": "A String", # The manifest file name for this deployment.
+ "versionNumber": 42, # The version number on which this deployment is based.
},
}
@@ -333,6 +333,14 @@
An object of the form:
{ # Representation of a single script deployment.
+ "updateTime": "A String", # Last modified date time stamp.
+ "deploymentId": "A String", # The deployment ID for this deployment.
+ "deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
+ "description": "A String", # The description for this deployment.
+ "scriptId": "A String", # The script project's Drive ID.
+ "manifestFileName": "A String", # The manifest file name for this deployment.
+ "versionNumber": 42, # The version number on which this deployment is based.
+ },
"entryPoints": [ # The deployment's entry points.
{ # A configuration that defines how a deployment is accessed externally.
"executionApi": { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
@@ -342,10 +350,10 @@
},
"entryPointType": "A String", # The type of the entry point.
"addOn": { # An add-on entry point. # Add-on properties.
- "description": "A String", # The add-on's optional description.
"title": "A String", # The add-on's required title.
- "helpUrl": "A String", # The add-on's optional help URL.
"postInstallTipUrl": "A String", # The add-on's required post install tip URL.
+ "helpUrl": "A String", # The add-on's optional help URL.
+ "description": "A String", # The add-on's optional description.
"reportIssueUrl": "A String", # The add-on's optional report issue URL.
"addOnType": "A String", # The add-on's required list of supported container types.
},
@@ -358,14 +366,6 @@
},
},
],
- "deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
- "versionNumber": 42, # The version number on which this deployment is based.
- "manifestFileName": "A String", # The manifest file name for this deployment.
- "scriptId": "A String", # The script project's Drive ID.
- "description": "A String", # The description for this deployment.
- },
- "deploymentId": "A String", # The deployment ID for this deployment.
- "updateTime": "A String", # Last modified date time stamp.
}</pre>
</div>