Skip to content

Commit

Permalink
feat(pagespeedonline): update the API
Browse files Browse the repository at this point in the history
#### pagespeedonline:v5
The following keys were added:
- schemas.PagespeedApiLoadingExperienceV5.properties.origin_fallback.description
- schemas.PagespeedApiLoadingExperienceV5.properties.origin_fallback.type
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 12, 2020
1 parent f9195c5 commit dec6844
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion discovery/pagespeedonline-v5.json
Expand Up @@ -174,7 +174,7 @@
}
}
},
"revision": "20200318",
"revision": "20200608",
"rootUrl": "https://pagespeedonline.googleapis.com/",
"schemas": {
"AuditRefs": {
Expand Down Expand Up @@ -503,6 +503,10 @@
"description": "The map of <metrics, data>.",
"type": "object"
},
"origin_fallback": {
"description": "True if the result is an origin fallback from a page, false otherwise.",
"type": "boolean"
},
"overall_category": {
"description": "The human readable speed \"category\" of the id.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions src/apis/pagespeedonline/v5.ts
Expand Up @@ -405,6 +405,10 @@ export namespace pagespeedonline_v5 {
* The map of &lt;metrics, data&gt;.
*/
metrics?: {[key: string]: Schema$UserPageLoadMetricV5} | null;
/**
* True if the result is an origin fallback from a page, false otherwise.
*/
origin_fallback?: boolean | null;
/**
* The human readable speed &quot;category&quot; of the id.
*/
Expand Down

0 comments on commit dec6844

Please sign in to comment.