google-apis-recaptchaenterprise_v1 0.56.0 → 0.57.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8a43575c736c56af96df55a0a6d867482876f4f61c269f1bd54bf73f2a4229a
|
4
|
+
data.tar.gz: e394751f9b3fe6414a4fd362a44d1c45de646aedccb53fc48e9142fcb94dee1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1dcefe5ddb46ba922a39fcd045d8e2b288f3954213276204e2474c8d76c907c2b836f28a295b8773706e3b0aa493dfddf46280937b9ebf0888009a559421e0b
|
7
|
+
data.tar.gz: 67a0bd3c7ea196b5871247aba9fdb1a3fd0b1da8992d94243b8c79596c985bef505dc9b646efee843a570a39552fffcb17a3068e37c6d96e1818147d72f45d01
|
data/CHANGELOG.md
CHANGED
@@ -1552,6 +1552,11 @@ module Google
|
|
1552
1552
|
class GoogleCloudRecaptchaenterpriseV1RiskAnalysis
|
1553
1553
|
include Google::Apis::Core::Hashable
|
1554
1554
|
|
1555
|
+
# Output only. Challenge information for SCORE_AND_CHALLENGE keys
|
1556
|
+
# Corresponds to the JSON property `challenge`
|
1557
|
+
# @return [String]
|
1558
|
+
attr_accessor :challenge
|
1559
|
+
|
1555
1560
|
# Output only. Extended verdict reasons to be used for experimentation only. The
|
1556
1561
|
# set of possible reasons is subject to change.
|
1557
1562
|
# Corresponds to the JSON property `extendedVerdictReasons`
|
@@ -1575,6 +1580,7 @@ module Google
|
|
1575
1580
|
|
1576
1581
|
# Update properties of this object
|
1577
1582
|
def update!(**args)
|
1583
|
+
@challenge = args[:challenge] if args.key?(:challenge)
|
1578
1584
|
@extended_verdict_reasons = args[:extended_verdict_reasons] if args.key?(:extended_verdict_reasons)
|
1579
1585
|
@reasons = args[:reasons] if args.key?(:reasons)
|
1580
1586
|
@score = args[:score] if args.key?(:score)
|
@@ -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.57.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241013"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -903,6 +903,7 @@ module Google
|
|
903
903
|
class GoogleCloudRecaptchaenterpriseV1RiskAnalysis
|
904
904
|
# @private
|
905
905
|
class Representation < Google::Apis::Core::JsonRepresentation
|
906
|
+
property :challenge, as: 'challenge'
|
906
907
|
collection :extended_verdict_reasons, as: 'extendedVerdictReasons'
|
907
908
|
collection :reasons, as: 'reasons'
|
908
909
|
property :score, as: 'score'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.57.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.57.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for reCAPTCHA Enterprise API V1
|