Skip to content

Commit e21574b

Browse files
feat: Automated regeneration of RecaptchaEnterprise client (googleapis#12936)
Auto-created at 2025-02-07 13:16:15 +0000 using the toys pull request generator.
1 parent 43a295b commit e21574b

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

clients/recaptcha_enterprise/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_recaptcha_enterprise, "~> 0.14"}]
14+
[{:google_api_recaptcha_enterprise, "~> 0.15"}]
1515
end
1616
```
1717

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

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

23-
@discovery_revision "20241027"
23+
@discovery_revision "20250202"
2424

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

clients/recaptcha_enterprise/lib/google_api/recaptcha_enterprise/v1/model/google_cloud_recaptchaenterprise_v1_event.ex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ defmodule GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV
2727
* `fraudPrevention` (*type:* `String.t`, *default:* `nil`) - Optional. The Fraud Prevention setting for this assessment.
2828
* `hashedAccountId` (*type:* `String.t`, *default:* `nil`) - Optional. Deprecated: use `user_info.account_id` instead. Unique stable hashed user identifier for the request. The identifier must be hashed using hmac-sha256 with stable secret.
2929
* `headers` (*type:* `list(String.t)`, *default:* `nil`) - Optional. HTTP header information about the request.
30-
* `ja3` (*type:* `String.t`, *default:* `nil`) - Optional. JA3 fingerprint for SSL clients.
30+
* `ja3` (*type:* `String.t`, *default:* `nil`) - Optional. JA3 fingerprint for SSL clients. To learn how to compute this fingerprint, please refer to https://github.com/salesforce/ja3.
31+
* `ja4` (*type:* `String.t`, *default:* `nil`) - Optional. JA4 fingerprint for SSL clients. To learn how to compute this fingerprint, please refer to https://github.com/FoxIO-LLC/ja4.
3132
* `requestedUri` (*type:* `String.t`, *default:* `nil`) - Optional. The URI resource the user requested that triggered an assessment.
3233
* `siteKey` (*type:* `String.t`, *default:* `nil`) - Optional. The site key that was used to invoke reCAPTCHA Enterprise on your site and generate the token.
3334
* `token` (*type:* `String.t`, *default:* `nil`) - Optional. The user response token provided by the reCAPTCHA Enterprise client-side integration on your site.
@@ -48,6 +49,7 @@ defmodule GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV
4849
:hashedAccountId => String.t() | nil,
4950
:headers => list(String.t()) | nil,
5051
:ja3 => String.t() | nil,
52+
:ja4 => String.t() | nil,
5153
:requestedUri => String.t() | nil,
5254
:siteKey => String.t() | nil,
5355
:token => String.t() | nil,
@@ -69,6 +71,7 @@ defmodule GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV
6971
field(:hashedAccountId)
7072
field(:headers, type: :list)
7173
field(:ja3)
74+
field(:ja4)
7275
field(:requestedUri)
7376
field(:siteKey)
7477
field(:token)

clients/recaptcha_enterprise/mix.exs

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

21-
@version "0.14.1"
21+
@version "0.15.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)