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: 9f256800fdd81e93e4045ae4b13e2b9219e17eeb9d4937b942fea2c86712d027
4
- data.tar.gz: 804b44cf983a6d02548124ddf2f082d7320a66f4a1389bb885c446b09b565926
3
+ metadata.gz: 83602d49fc09fe3dcbb83c138ccbf568e0589d9e3e92b350f3bfb460cd48a5f9
4
+ data.tar.gz: 99f9c9b1aa95da2d3ec5dbe349e32e011bedaad4327b03bcd20ccb57ffba251d
5
5
  SHA512:
6
- metadata.gz: ee31985432275b2f8f4b610ea09c3eba05cd910bcdcd29048234c36a02571ec1400407df0b28427d15f24aeb7b4d5ec1ea032069a7da4535ce0b080594bed5f4
7
- data.tar.gz: a50764572d48829d53018192b80db86aa0fd0dcb86e3aee1103459665e1d4616adc9ab58aaa32bb07fcbac39f3d7d721893d19031c9fc23c42ff959f2952f169
6
+ metadata.gz: 0a230c06b1afd7fbea5036b32ce5f748debe6d69ceca4f09a2bf0df9e78226a8fa724d505e320d6502fb5b02fc36b560afd4f290c83391aa333cc8aff747ca7c
7
+ data.tar.gz: 007cf69eadf60e6a65345c24e01ceb8410d193924cb0a6feb9a073c1b071345eef253b484bf8885f0664fac1dda7a0fdd63edd72556afe34c90e7c524d002d0b
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecaptchaEnterprise
23
23
  module V1
24
- VERSION = "0.6.0"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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 for fraud was issued for the transaction
89
- # associated with the assessment.
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.6.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-08 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common