Skip to content

Commit d80e36b

Browse files
feat: Automated regeneration of WebFonts client (googleapis#12853)
Auto-created at 2025-01-22 13:17:32 +0000 using the toys pull request generator.
1 parent 2c65d8d commit d80e36b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

clients/web_fonts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_web_fonts, "~> 0.6"}]
14+
[{:google_api_web_fonts, "~> 0.7"}]
1515
end
1616
```
1717

clients/web_fonts/lib/google_api/web_fonts/v1/api/webfonts.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ defmodule GoogleApi.WebFonts.V1.Api.Webfonts do
4444
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
4545
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
4646
* `:capability` (*type:* `list(String.t)`) - Controls the font urls in `Webfont.files`, by default, static ttf fonts are sent.
47+
* `:category` (*type:* `String.t`) - Filters by Webfont.category, if category is found in Webfont.categories. If not set, returns all families.
4748
* `:family` (*type:* `list(String.t)`) - Filters by Webfont.family, using literal match. If not set, returns all families
4849
* `:sort` (*type:* `String.t`) - Enables sorting of the list.
4950
* `:subset` (*type:* `String.t`) - Filters by Webfont.subset, if subset is found in Webfont.subsets. If not set, returns all families.
@@ -73,6 +74,7 @@ defmodule GoogleApi.WebFonts.V1.Api.Webfonts do
7374
:uploadType => :query,
7475
:upload_protocol => :query,
7576
:capability => :query,
77+
:category => :query,
7678
:family => :query,
7779
:sort => :query,
7880
:subset => :query

clients/web_fonts/lib/google_api/web_fonts/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.WebFonts.V1 do
2020
API client metadata for GoogleApi.WebFonts.V1.
2121
"""
2222

23-
@discovery_revision "20240508"
23+
@discovery_revision "20250121"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/web_fonts/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.WebFonts.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.6.0"
21+
@version "0.7.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)