google-apis-recaptchaenterprise_v1 0.41.0 → 0.42.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: 638a6fe56a40ad4e997cee5c1869d51f0f636f927eb23d0c073136d9afcfc65b
4
- data.tar.gz: 86c885f48b5c0bc0844d880db979b34082975f1675b9f975828bc6417ddfe1c7
3
+ metadata.gz: 4a74f4375b2602a354a2feabad4f79d9714627dbfffcfddcb07003af1d0b6c97
4
+ data.tar.gz: c17055c56466a1390f50c2b8de1f520af45431abd779c5b86228072ad393618b
5
5
  SHA512:
6
- metadata.gz: 77f0cc7884343cc91402d618d49b78ead7be7ae8938f1685628178e5fb7648f8d151cba55760e8a57a07908ff7f777633cdb8a9d903e643d5a989827975aaecf
7
- data.tar.gz: 0745dc351da13a7a5c546053e0404b91336fb3b0a0ad3c47d63eaf1723f939d35e5ecd0a8f57ec19ad5da198c0886e52c6577945e807ddc60f2656e056e1728f
6
+ metadata.gz: 2c1504470ac3e43d82621577031a51f524a13ad4130211c57faf1bd228200cd37c92a1ac276575840469f68d03eebd0329b154ebf75f9740c8d1f668169c48d0
7
+ data.tar.gz: afed774ac0f00b3e6d8f85de973b2f72348dd1611484569eb4ee927e4247a2c7eed5e779e73794d3cc4ccd1552ee4134866ea7b426cabf0c0b6cbeb5e8133d6f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.42.0 (2024-01-07)
4
+
5
+ * Regenerated from discovery document revision 20240101
6
+
3
7
  ### v0.41.0 (2023-12-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20231202
@@ -62,7 +62,7 @@ module Google
62
62
  attr_accessor :latest_verification_result
63
63
 
64
64
  # Username of the account that is being verified. Deprecated. Customers should
65
- # now provide the hashed account ID field in Event.
65
+ # now provide the `account_id` field in `event.user_info`.
66
66
  # Corresponds to the JSON property `username`
67
67
  # @return [String]
68
68
  attr_accessor :username
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231202"
25
+ REVISION = "20240101"
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.41.0
4
+ version: 0.42.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: 2023-12-10 00:00:00.000000000 Z
11
+ date: 2024-01-07 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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.42.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for reCAPTCHA Enterprise API V1