From 4f38de1693b9c3421de889df4adb8a207a01b3cc Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Thu, 31 Mar 2022 01:38:25 +0000 Subject: [PATCH] fix(chromeuxreport): update the API #### chromeuxreport:v1 The following keys were changed: - schemas.QueryRequest.properties.metrics.description --- discovery/chromeuxreport-v1.json | 4 ++-- src/apis/chromeuxreport/v1.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/discovery/chromeuxreport-v1.json b/discovery/chromeuxreport-v1.json index 3900b47255..e8451f7340 100644 --- a/discovery/chromeuxreport-v1.json +++ b/discovery/chromeuxreport-v1.json @@ -116,7 +116,7 @@ } } }, - "revision": "20210602", + "revision": "20220329", "rootUrl": "https://chromeuxreport.googleapis.com/", "schemas": { "Bin": { @@ -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" }, diff --git a/src/apis/chromeuxreport/v1.ts b/src/apis/chromeuxreport/v1.ts index b01f07f51e..b970727c9a 100644 --- a/src/apis/chromeuxreport/v1.ts +++ b/src/apis/chromeuxreport/v1.ts @@ -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; /**