Skip to content

Commit

Permalink
fix(chromeuxreport): update the API
Browse files Browse the repository at this point in the history
#### chromeuxreport:v1

The following keys were changed:
- schemas.QueryRequest.properties.metrics.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 1, 2022
1 parent c884d60 commit 4f38de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/chromeuxreport-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
}
}
},
"revision": "20210602",
"revision": "20220329",
"rootUrl": "https://chromeuxreport.googleapis.com/",
"schemas": {
"Bin": {
Expand Down Expand Up @@ -228,7 +228,7 @@
"type": "string"
},
"metrics": {
"description": "The metrics that should be included in the response. If none are specified then any metrics found will be returned. Allowed values: [\"first_contentful_paint\", \"first_input_delay\", \"largest_contentful_paint\", \"cumulative_layout_shift\", \"experimental_uncapped_cumulative_layout_shift\"]",
"description": "The metrics that should be included in the response. If none are specified then any metrics found will be returned. Allowed values: [\"first_contentful_paint\", \"first_input_delay\", \"largest_contentful_paint\", \"cumulative_layout_shift\"]",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/chromeuxreport/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export namespace chromeuxreport_v1 {
*/
formFactor?: string | null;
/**
* The metrics that should be included in the response. If none are specified then any metrics found will be returned. Allowed values: ["first_contentful_paint", "first_input_delay", "largest_contentful_paint", "cumulative_layout_shift", "experimental_uncapped_cumulative_layout_shift"]
* The metrics that should be included in the response. If none are specified then any metrics found will be returned. Allowed values: ["first_contentful_paint", "first_input_delay", "largest_contentful_paint", "cumulative_layout_shift"]
*/
metrics?: string[] | null;
/**
Expand Down

0 comments on commit 4f38de1

Please sign in to comment.