google-cloud-recaptcha_enterprise-v1 1.5.0 → 1.5.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: dc01d0383a6b2aee3285e939cacaaa458a7a2bc2875071d3c13e7bd8947cf4e1
|
4
|
+
data.tar.gz: aa633d8c23ed95d03c1a8079602790a73f50658aafdff815d593bd860c5b1010
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3f9d47216cfd4e5015cacc6324b00803e0fa48cf90e18e88f7dfade3500efda33c30b8d8bf015ce6735f6680f16fa296147d20fc279226103e6b1e6302cf3f7
|
7
|
+
data.tar.gz: 033b91621a275b34a53983cea13484ded908a730a3e369fe576131f0b9c14396a635e414f1cfac14c8b809baadf997112d5fc59cb44cca25b36a5af7ac98f7a4
|
@@ -517,10 +517,8 @@ module Google
|
|
517
517
|
|
518
518
|
# Setting that controls Fraud Prevention assessments.
|
519
519
|
module FraudPrevention
|
520
|
-
# Default, unspecified setting.
|
521
|
-
# `
|
522
|
-
# Otherwise, `fraud_prevention_assessment` is returned if
|
523
|
-
# `transaction_data` is present in the `Event` and Fraud Prevention is
|
520
|
+
# Default, unspecified setting. `fraud_prevention_assessment` is returned
|
521
|
+
# if `transaction_data` is present in `Event` and Fraud Prevention is
|
524
522
|
# enabled in the Google Cloud console.
|
525
523
|
FRAUD_PREVENTION_UNSPECIFIED = 0
|
526
524
|
|
@@ -528,8 +526,8 @@ module Google
|
|
528
526
|
# enabled in the Google Cloud console.
|
529
527
|
ENABLED = 1
|
530
528
|
|
531
|
-
# Disable Fraud Prevention for this assessment, regardless of
|
532
|
-
#
|
529
|
+
# Disable Fraud Prevention for this assessment, regardless of Google Cloud
|
530
|
+
# console settings.
|
533
531
|
DISABLED = 2
|
534
532
|
end
|
535
533
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-recaptcha_enterprise-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|