google-cloud-recaptcha_enterprise-v1 0.6.0 → 0.7.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83602d49fc09fe3dcbb83c138ccbf568e0589d9e3e92b350f3bfb460cd48a5f9
|
|
4
|
+
data.tar.gz: 99f9c9b1aa95da2d3ec5dbe349e32e011bedaad4327b03bcd20ccb57ffba251d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a230c06b1afd7fbea5036b32ce5f748debe6d69ceca4f09a2bf0df9e78226a8fa724d505e320d6502fb5b02fc36b560afd4f290c83391aa333cc8aff747ca7c
|
|
7
|
+
data.tar.gz: 007cf69eadf60e6a65345c24e01ceb8410d193924cb0a6feb9a073c1b071345eef253b484bf8885f0664fac1dda7a0fdd63edd72556afe34c90e7c524d002d0b
|
|
@@ -32,6 +32,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
32
32
|
add_enum "google.cloud.recaptchaenterprise.v1.AnnotateAssessmentRequest.Reason" do
|
|
33
33
|
value :REASON_UNSPECIFIED, 0
|
|
34
34
|
value :CHARGEBACK, 1
|
|
35
|
+
value :CHARGEBACK_FRAUD, 8
|
|
36
|
+
value :CHARGEBACK_DISPUTE, 9
|
|
35
37
|
value :PAYMENT_HEURISTICS, 2
|
|
36
38
|
value :INITIATED_TWO_FACTOR, 7
|
|
37
39
|
value :PASSED_TWO_FACTOR, 3
|
|
@@ -85,10 +85,21 @@ module Google
|
|
|
85
85
|
# Default unspecified reason.
|
|
86
86
|
REASON_UNSPECIFIED = 0
|
|
87
87
|
|
|
88
|
-
# Indicates a chargeback
|
|
89
|
-
#
|
|
88
|
+
# Indicates a chargeback was issued for the transaction associated with the
|
|
89
|
+
# assessment, with no other details. When possible, specify the type by
|
|
90
|
+
# using CHARGEBACK_FRAUD or CHARGEBACK_DISPUTE instead.
|
|
90
91
|
CHARGEBACK = 1
|
|
91
92
|
|
|
93
|
+
# Indicates a chargeback related to an alleged unauthorized transaction
|
|
94
|
+
# from the perspective of the cardholder (for example, the card number was
|
|
95
|
+
# stolen).
|
|
96
|
+
CHARGEBACK_FRAUD = 8
|
|
97
|
+
|
|
98
|
+
# Indicates a chargeback related to the cardholder having provided their
|
|
99
|
+
# card but allegedly not being satisfied with the purchase
|
|
100
|
+
# (for example, misrepresentation, attempted cancellation).
|
|
101
|
+
CHARGEBACK_DISPUTE = 9
|
|
102
|
+
|
|
92
103
|
# Indicates the transaction associated with the assessment is suspected of
|
|
93
104
|
# being fraudulent based on the payment method, billing details, shipping
|
|
94
105
|
# address or other transaction information.
|
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: 0.
|
|
4
|
+
version: 0.7.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: 2021-
|
|
11
|
+
date: 2021-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|