Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of PageSpeedOnline client #11385

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading