google-apis-recaptchaenterprise_v1 0.48.0 → 0.49.0

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: 73a55e12ca8eb7716329e66e2d3355f8d558c55ac13461cd0b58fa7b425bf319
4
- data.tar.gz: bcbe2a7e6526cb6c643b027684544fb954284586b5a50daf002d602e5e5e5dd7
3
+ metadata.gz: 9c767af9ca78fcda6c6f0c413f38dc22b596666350721dd9c333dc1e347cca1d
4
+ data.tar.gz: 792ba00436ff6eb76fc59f209ab2430cecad7e4603746ab1870ef4e6c59e0f59
5
5
  SHA512:
6
- metadata.gz: 5b0201017a12949730288465c4864c9e2e8487ebf2232b5a7c735732877c35e37768bd9ce32255383705fc9c14a6e267f838dffbe0a2200599c943699a724eae
7
- data.tar.gz: 4eb5643e7b2001ab4c6dc0a7b0b9e6183f1a2164e80cb0b0e58f7aa44d4c4b26f6f4df50c69f93e0c7be6146f9b9def6ae1324b42b1742d2a3ba093723b3b92f
6
+ metadata.gz: 5c39036fdce53c25747c340173250b9453ff9e90f62c6912919bc4786a669698510f35f32a55d1ee3bf24325279a924f25c3ab95fd55fc85cfbde4c6e1d77901
7
+ data.tar.gz: 78192c1edcde21dc933006736867000ad2f796cf9df8fba54b6a5ec620b9c5596c14a1679b6c7ab36449078ac71462b081855e1086c2a32e6a9ce2bf6452059a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.49.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240526
6
+
3
7
  ### v0.48.0 (2024-05-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240518
@@ -1199,7 +1199,7 @@ module Google
1199
1199
  class GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment
1200
1200
  include Google::Apis::Core::Hashable
1201
1201
 
1202
- # Information about sms toll fraud
1202
+ # Information about SMS toll fraud.
1203
1203
  # Corresponds to the JSON property `smsTollFraudVerdict`
1204
1204
  # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict]
1205
1205
  attr_accessor :sms_toll_fraud_verdict
@@ -1532,7 +1532,7 @@ module Google
1532
1532
  end
1533
1533
  end
1534
1534
 
1535
- # Information about sms toll fraud
1535
+ # Information about SMS toll fraud.
1536
1536
  class GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict
1537
1537
  include Google::Apis::Core::Hashable
1538
1538
 
@@ -1541,7 +1541,7 @@ module Google
1541
1541
  # @return [Array<String>]
1542
1542
  attr_accessor :reasons
1543
1543
 
1544
- # Output only. Probability of an sms event being fraudulent. Values are from 0.0
1544
+ # Output only. Probability of an SMS event being fraudulent. Values are from 0.0
1545
1545
  # (lowest) to 1.0 (highest).
1546
1546
  # Corresponds to the JSON property `risk`
1547
1547
  # @return [Float]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RecaptchaenterpriseV1
18
18
  # Version of the google-apis-recaptchaenterprise_v1 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240518"
25
+ REVISION = "20240526"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-recaptchaenterprise_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1
63
63
  post_install_message:
64
64
  rdoc_options: []