Skip to content

Commit

Permalink
feat(checks): update the api
Browse files Browse the repository at this point in the history
#### checks:v1alpha

The following keys were deleted:
- schemas.GoogleChecksReportV1alphaReport.properties.baseReport.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Sep 18, 2023
1 parent bf42546 commit 3d7acfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions docs/dyn/checks_v1alpha.accounts.apps.reports.html
Expand Up @@ -115,7 +115,6 @@ <h3>Method Details</h3>
&quot;version&quot;: &quot;A String&quot;, # The user-visible version of the bundle such as the Android `versionName` or iOS `CFBundleShortVersionString`. For example: &quot;7.21.1&quot;.
&quot;versionId&quot;: &quot;A String&quot;, # The version used throughout the operating system and store to identify the build such as the Android `versionCode` or iOS `CFBundleVersion`.
},
&quot;baseReport&quot;: &quot;A String&quot;, # Resource name of the base report used for comparison. May be absent if this is the first report generated for the app.
&quot;checks&quot;: [ # List of checks that were run on the app bundle.
{ # A check that was run on your app.
&quot;citations&quot;: [ # Regulations and policies that serve as the legal basis for the check.
Expand Down Expand Up @@ -389,7 +388,6 @@ <h3>Method Details</h3>
&quot;version&quot;: &quot;A String&quot;, # The user-visible version of the bundle such as the Android `versionName` or iOS `CFBundleShortVersionString`. For example: &quot;7.21.1&quot;.
&quot;versionId&quot;: &quot;A String&quot;, # The version used throughout the operating system and store to identify the build such as the Android `versionCode` or iOS `CFBundleVersion`.
},
&quot;baseReport&quot;: &quot;A String&quot;, # Resource name of the base report used for comparison. May be absent if this is the first report generated for the app.
&quot;checks&quot;: [ # List of checks that were run on the app bundle.
{ # A check that was run on your app.
&quot;citations&quot;: [ # Regulations and policies that serve as the legal basis for the check.
Expand Down
Expand Up @@ -414,7 +414,7 @@
}
}
},
"revision": "20230910",
"revision": "20230914",
"rootUrl": "https://checks.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down Expand Up @@ -1594,10 +1594,6 @@
"$ref": "GoogleChecksReportV1alphaAppBundle",
"description": "Information about the analyzed app bundle."
},
"baseReport": {
"description": "Resource name of the base report used for comparison. May be absent if this is the first report generated for the app.",
"type": "string"
},
"checks": {
"description": "List of checks that were run on the app bundle.",
"items": {
Expand Down

0 comments on commit 3d7acfb

Please sign in to comment.