google-apis-recaptchaenterprise_v1 0.56.0 → 0.58.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: 9706e729c35efd419153e562ee96a2594edf190cfa6ee4d6d836123f4fc92a6a
|
4
|
+
data.tar.gz: 5a5afd54fa20a4073131eb5d7add129e80c61c318525fc877ab66c54b015de31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c8bad05d469e80e5a9d2d3220e462ce6679b1cab7885cde5f69a5aaf34e1769ebfe4aafd16d83634777498a6a66d3758339ca1b4299dd5a6ce5cbcbaf6fef20
|
7
|
+
data.tar.gz: 0f7534c2ffc002963e2c0b29dc34e0a9303fcfb0253bdbbbb84596603c45ea30c35204f4fff114c1e13862e768d78efc7e2f752b3f1cd7a44b20870a23191fd1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-recaptchaenterprise_v1
|
2
2
|
|
3
|
+
### v0.58.0 (2024-11-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241027
|
6
|
+
|
7
|
+
### v0.57.0 (2024-10-20)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241013
|
10
|
+
|
3
11
|
### v0.56.0 (2024-09-15)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240906
|
@@ -1461,7 +1461,7 @@ module Google
|
|
1461
1461
|
end
|
1462
1462
|
end
|
1463
1463
|
|
1464
|
-
# The
|
1464
|
+
# The RemoveIpOverride request message.
|
1465
1465
|
class GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest
|
1466
1466
|
include Google::Apis::Core::Hashable
|
1467
1467
|
|
@@ -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 and INVISIBLE 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.58.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 = "20241027"
|
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.58.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-11-03 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.58.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
|