Skip to content

Commit

Permalink
feat: Automated regeneration of PageSpeedOnline client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 11, 2024
1 parent ec72cbe commit 10cc9bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.PageSpeedOnline.V5 do
API client metadata for GoogleApi.PageSpeedOnline.V5.
"""

@discovery_revision "20240314"
@discovery_revision "20240509"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defmodule GoogleApi.PageSpeedOnline.V5.Model.Categories do
* `accessibility` (*type:* `GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t`, *default:* `nil`) - The accessibility category, containing all accessibility related audits.
* `best-practices` (*type:* `GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t`, *default:* `nil`) - The best practices category, containing all best practices related audits.
* `performance` (*type:* `GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t`, *default:* `nil`) - The performance category, containing all performance related audits.
* `pwa` (*type:* `GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t`, *default:* `nil`) - The Progressive-Web-App (PWA) category, containing all pwa related audits.
* `pwa` (*type:* `GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t`, *default:* `nil`) - The Progressive-Web-App (PWA) category, containing all pwa related audits. This is deprecated in Lighthouse's 12.0 release.
* `seo` (*type:* `GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t`, *default:* `nil`) - The Search-Engine-Optimization (SEO) category, containing all seo related audits.
"""

Expand Down
2 changes: 1 addition & 1 deletion clients/page_speed_online/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.PageSpeedOnline.Mixfile do
use Mix.Project

@version "0.16.0"
@version "0.16.1"

def project() do
[
Expand Down

0 comments on commit 10cc9bd

Please sign in to comment.