google-cloud-recaptcha_enterprise-v1beta1 0.16.0 → 0.16.1
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: c1ef793eeab017dfc3723d36aff482f57a3efede009d52858fbdb5aa27ae6567
|
4
|
+
data.tar.gz: fb6098f4de40488463d7e678b7321530aee461bc232e22c2623d647d575a8ee3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7dc92f88cdbbfe113f77fd1550a486a860ba50608aadff27292e3d29505058a0601da7e4484f8e9253109f361bf6007dc507fc59991de8933338b3f30540a5a
|
7
|
+
data.tar.gz: dac79a60504b5c72911a598e26d6b43765ccdde7ca274bf6350c43210bbfe92f0e71ee41b0b26fe3cbc6e64a9bd4d42d3598d751429f4e4e049b3ace521adc73
|
@@ -401,10 +401,8 @@ module Google
|
|
401
401
|
|
402
402
|
# Setting that controls Fraud Prevention assessments.
|
403
403
|
module FraudPrevention
|
404
|
-
# Default, unspecified setting.
|
405
|
-
# `
|
406
|
-
# Otherwise, `fraud_prevention_assessment` is returned if
|
407
|
-
# `transaction_data` is present in the `Event` and Fraud Prevention is
|
404
|
+
# Default, unspecified setting. `fraud_prevention_assessment` is returned
|
405
|
+
# if `transaction_data` is present in `Event` and Fraud Prevention is
|
408
406
|
# enabled in the Google Cloud console.
|
409
407
|
FRAUD_PREVENTION_UNSPECIFIED = 0
|
410
408
|
|
@@ -412,8 +410,8 @@ module Google
|
|
412
410
|
# enabled in the Google Cloud console.
|
413
411
|
ENABLED = 1
|
414
412
|
|
415
|
-
# Disable Fraud Prevention for this assessment, regardless of
|
416
|
-
#
|
413
|
+
# Disable Fraud Prevention for this assessment, regardless of Google Cloud
|
414
|
+
# console settings.
|
417
415
|
DISABLED = 2
|
418
416
|
end
|
419
417
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-recaptcha_enterprise-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.1
|
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-01-15 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -82,7 +81,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
82
81
|
licenses:
|
83
82
|
- Apache-2.0
|
84
83
|
metadata: {}
|
85
|
-
post_install_message:
|
86
84
|
rdoc_options: []
|
87
85
|
require_paths:
|
88
86
|
- lib
|
@@ -97,8 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
95
|
- !ruby/object:Gem::Version
|
98
96
|
version: '0'
|
99
97
|
requirements: []
|
100
|
-
rubygems_version: 3.
|
101
|
-
signing_key:
|
98
|
+
rubygems_version: 3.6.2
|
102
99
|
specification_version: 4
|
103
100
|
summary: Help protect your website from fraudulent activity, spam, and abuse without
|
104
101
|
creating friction.
|