google-cloud-recaptcha_enterprise-v1 1.5.0 → 1.5.1

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: b1f5832f000d39490f9d37e6955d767aa51bc5341bcde7593b51c99621ee0a07
4
- data.tar.gz: afc6c332695ec7dc32d6ceb3b755251b54594b46ec2d0434adf6e06b35ad108c
3
+ metadata.gz: dc01d0383a6b2aee3285e939cacaaa458a7a2bc2875071d3c13e7bd8947cf4e1
4
+ data.tar.gz: aa633d8c23ed95d03c1a8079602790a73f50658aafdff815d593bd860c5b1010
5
5
  SHA512:
6
- metadata.gz: ca19f13d84bee66ba7ad6df85d78822456b01fab99cee94f3017d356775fbc7e0a0a66e2b9721b3f03642ef0ddb0f63c896718dfeade29cdc9ff1df1a359beac
7
- data.tar.gz: 7c9bf1530343398d572f64d4a702563610f7c451069f2385c7a7fd4f0cefcb90eaae1a792901e4f960703a74ba6c8b0e0e5cb08cf7c309b43c3604bd7a1c1d09
6
+ metadata.gz: d3f9d47216cfd4e5015cacc6324b00803e0fa48cf90e18e88f7dfade3500efda33c30b8d8bf015ce6735f6680f16fa296147d20fc279226103e6b1e6302cf3f7
7
+ data.tar.gz: 033b91621a275b34a53983cea13484ded908a730a3e369fe576131f0b9c14396a635e414f1cfac14c8b809baadf997112d5fc59cb44cca25b36a5af7ac98f7a4
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecaptchaEnterprise
23
23
  module V1
24
- VERSION = "1.5.0"
24
+ VERSION = "1.5.1"
25
25
  end
26
26
  end
27
27
  end
@@ -517,10 +517,8 @@ module Google
517
517
 
518
518
  # Setting that controls Fraud Prevention assessments.
519
519
  module FraudPrevention
520
- # Default, unspecified setting. If opted in for automatic detection,
521
- # `fraud_prevention_assessment` is returned based on the request.
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 opt-in
532
- # status or Google Cloud console settings.
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.0
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: 2024-12-10 00:00:00.000000000 Z
11
+ date: 2025-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common