google-apis-recaptchaenterprise_v1 0.11.0 → 0.12.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: 7ae76836b1eb6fa61aa62c05f8db62eb7c36db5440c12c04df6c8cad76dc4988
4
- data.tar.gz: '0380f69aaf5e6d5012ac4cfb700a4e6766345c3a0b31ade16180b69d4f949ffd'
3
+ metadata.gz: 84a5195b9fb6ca785ce611afbb93da5b4f1bddf132247385952a1f59f4dc14a2
4
+ data.tar.gz: 9906deb470543b388d0669789bc433983b2e9a08eb9af93535381bf17df77711
5
5
  SHA512:
6
- metadata.gz: cba1e7cbce2d02ba6106c57a05b42a19b60baff070199560ebc230ebca1ee8f390e927a4b60d582d254de4f41005f985914420fe13b095f4ea392977df210478
7
- data.tar.gz: e125aa308a1ee596ff56f2b6887b0e8ec0eefbace8125c8bc03925a80feab6dbb9de7ef496e4a4b61fc75c6df4a57f3d483cd9b9d1dcdba3a09b7ebc80ff5f60
6
+ metadata.gz: 743aaeed91b3ae4da6a02a029791b13762dd5dae53c8ceac7094556a0dda3b576fbc22b7670822d8550388087717f4ab51dc1142e54491bc7a45bf43863c388c
7
+ data.tar.gz: ff29ddf3b1b2a993c1de1ff8bc0fa98b8d041332efee35513f5051590ff178d7171d99c524d8786011ba64a0df7e5c22bd6c66867970b3121f6099c02ff4350f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.12.0 (2022-01-11)
4
+
5
+ * Regenerated from discovery document revision 20220107
6
+
3
7
  ### v0.11.0 (2021-12-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20211211
@@ -221,6 +221,13 @@ module Google
221
221
  # @return [String]
222
222
  attr_accessor :expected_action
223
223
 
224
+ # Optional. Optional unique stable hashed user identifier for the request. The
225
+ # identifier should ideally be hashed using sha256 with stable secret.
226
+ # Corresponds to the JSON property `hashedAccountId`
227
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
228
+ # @return [String]
229
+ attr_accessor :hashed_account_id
230
+
224
231
  # Optional. The site key that was used to invoke reCAPTCHA on your site and
225
232
  # generate the token.
226
233
  # Corresponds to the JSON property `siteKey`
@@ -252,6 +259,7 @@ module Google
252
259
  # Update properties of this object
253
260
  def update!(**args)
254
261
  @expected_action = args[:expected_action] if args.key?(:expected_action)
262
+ @hashed_account_id = args[:hashed_account_id] if args.key?(:hashed_account_id)
255
263
  @site_key = args[:site_key] if args.key?(:site_key)
256
264
  @token = args[:token] if args.key?(:token)
257
265
  @user_agent = args[:user_agent] if args.key?(:user_agent)
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211211"
25
+ REVISION = "20220107"
26
26
  end
27
27
  end
28
28
  end
@@ -238,6 +238,7 @@ module Google
238
238
  # @private
239
239
  class Representation < Google::Apis::Core::JsonRepresentation
240
240
  property :expected_action, as: 'expectedAction'
241
+ property :hashed_account_id, :base64 => true, as: 'hashedAccountId'
241
242
  property :site_key, as: 'siteKey'
242
243
  property :token, as: 'token'
243
244
  property :user_agent, as: 'userAgent'
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.11.0
4
+ version: 0.12.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-17 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.12.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.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for reCAPTCHA Enterprise API V1