google-apis-recaptchaenterprise_v1 0.58.0 → 0.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14fe87c1e3b069a665314522e514bf5615a0a0a670b5e1350476c985ab13d65b
|
4
|
+
data.tar.gz: 56cdc6bfc67e56bc2b4d2c1b8cf2e6e0e41f604db93a25b050febfffd2565029
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8035c253cf1dd438a55f06d98ee99c1a909b61764c9237c24db39fed0b8af0e00ae8c636f031c8dd9159efa6d329a37bc995370d3cdeec7e2b254177a3418a53
|
7
|
+
data.tar.gz: 9a5eaab2eee7985055fc20247bd04f6f0ca3f0f80ecb1c50f9ded84b70f0908869c565978f1c103f05a3ed74895031b3e5b5a922a554b8f682575ea69804f26c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-recaptchaenterprise_v1
|
2
2
|
|
3
|
+
### v0.59.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250209
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.58.0 (2024-11-03)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241027
|
@@ -487,11 +487,18 @@ module Google
|
|
487
487
|
# @return [Array<String>]
|
488
488
|
attr_accessor :headers
|
489
489
|
|
490
|
-
# Optional. JA3 fingerprint for SSL clients.
|
490
|
+
# Optional. JA3 fingerprint for SSL clients. To learn how to compute this
|
491
|
+
# fingerprint, please refer to https://github.com/salesforce/ja3.
|
491
492
|
# Corresponds to the JSON property `ja3`
|
492
493
|
# @return [String]
|
493
494
|
attr_accessor :ja3
|
494
495
|
|
496
|
+
# Optional. JA4 fingerprint for SSL clients. To learn how to compute this
|
497
|
+
# fingerprint, please refer to https://github.com/FoxIO-LLC/ja4.
|
498
|
+
# Corresponds to the JSON property `ja4`
|
499
|
+
# @return [String]
|
500
|
+
attr_accessor :ja4
|
501
|
+
|
495
502
|
# Optional. The URI resource the user requested that triggered an assessment.
|
496
503
|
# Corresponds to the JSON property `requestedUri`
|
497
504
|
# @return [String]
|
@@ -551,6 +558,7 @@ module Google
|
|
551
558
|
@hashed_account_id = args[:hashed_account_id] if args.key?(:hashed_account_id)
|
552
559
|
@headers = args[:headers] if args.key?(:headers)
|
553
560
|
@ja3 = args[:ja3] if args.key?(:ja3)
|
561
|
+
@ja4 = args[:ja4] if args.key?(:ja4)
|
554
562
|
@requested_uri = args[:requested_uri] if args.key?(:requested_uri)
|
555
563
|
@site_key = args[:site_key] if args.key?(:site_key)
|
556
564
|
@token = args[:token] if args.key?(:token)
|
@@ -1292,7 +1300,8 @@ module Google
|
|
1292
1300
|
# @return [Array<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ScoreMetrics>]
|
1293
1301
|
attr_accessor :score_metrics
|
1294
1302
|
|
1295
|
-
# Inclusive start time aligned to a day (
|
1303
|
+
# Inclusive start time aligned to a day in the America/Los_Angeles (Pacific)
|
1304
|
+
# timezone.
|
1296
1305
|
# Corresponds to the JSON property `startTime`
|
1297
1306
|
# @return [String]
|
1298
1307
|
attr_accessor :start_time
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RecaptchaenterpriseV1
|
18
18
|
# Version of the google-apis-recaptchaenterprise_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.59.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -571,6 +571,7 @@ module Google
|
|
571
571
|
property :hashed_account_id, :base64 => true, as: 'hashedAccountId'
|
572
572
|
collection :headers, as: 'headers'
|
573
573
|
property :ja3, as: 'ja3'
|
574
|
+
property :ja4, as: 'ja4'
|
574
575
|
property :requested_uri, as: 'requestedUri'
|
575
576
|
property :site_key, as: 'siteKey'
|
576
577
|
property :token, as: 'token'
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-recaptchaenterprise_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.59.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.59.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for reCAPTCHA Enterprise API V1
|
82
79
|
test_files: []
|