google-apis-recaptchaenterprise_v1 0.9.0 → 0.10.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: 9d3d0a0e572e2fe7aeb67eaf6ad1636fb7774beacbfff5329b866da683f38377
4
- data.tar.gz: '0677937ae5a5edcee08553941e21e2f2377bac3690fc793aded7bf0254fcc292'
3
+ metadata.gz: b98ce3b6cbd4a020898f23a2fdb1de871462b52642f56fdcdce956ca34870c2b
4
+ data.tar.gz: 35e2ba023d40334d341e35d6568b3409da4c20eeedcb998d520955632ffea101
5
5
  SHA512:
6
- metadata.gz: 02df2fd17c2326b72db6d527c6b40d77cae17d04ea1389fd431e0abb8014930cb7eb8a99876fac43ed3ac3cdc04237edfb3868ee7802dbed09ab227229f114eb
7
- data.tar.gz: fd7182d31036f38a6fe93ca3815462e0677db892de91e3194de2497b238bb3cda52620ae309c4a70fb0d90a5a8771e2075f011106974b1262b35c36843e849d8
6
+ metadata.gz: 2d4d117ac109c41c33dc6f10424292d721a68c7236766d946dcb9e8d6571adaa92fffe2d1ca347fbf008149b693234417fef7e428992ac26a629dafcfdfb1542
7
+ data.tar.gz: 9e4ec53843bd9838373b29f17a3939b26df47d44a7c927d3b6501a2a834ea609c03dacd97d2f1bcb023cd9761c997598913cbe8fb328a698fd32eeabf3bac52b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.10.0 (2021-11-09)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
3
7
  ### v0.9.0 (2021-11-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20211029
@@ -215,13 +215,6 @@ module Google
215
215
  # @return [String]
216
216
  attr_accessor :expected_action
217
217
 
218
- # Optional. Optional unique stable hashed user identifier for the request. The
219
- # identifier should ideally be hashed using sha256 with stable secret.
220
- # Corresponds to the JSON property `hashedAccountId`
221
- # NOTE: Values are automatically base64 encoded/decoded in the client library.
222
- # @return [String]
223
- attr_accessor :hashed_account_id
224
-
225
218
  # Optional. The site key that was used to invoke reCAPTCHA on your site and
226
219
  # generate the token.
227
220
  # Corresponds to the JSON property `siteKey`
@@ -253,7 +246,6 @@ module Google
253
246
  # Update properties of this object
254
247
  def update!(**args)
255
248
  @expected_action = args[:expected_action] if args.key?(:expected_action)
256
- @hashed_account_id = args[:hashed_account_id] if args.key?(:hashed_account_id)
257
249
  @site_key = args[:site_key] if args.key?(:site_key)
258
250
  @token = args[:token] if args.key?(:token)
259
251
  @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.9.0"
19
+ GEM_VERSION = "0.10.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 = "20211029"
25
+ REVISION = "20211105"
26
26
  end
27
27
  end
28
28
  end
@@ -231,7 +231,6 @@ module Google
231
231
  # @private
232
232
  class Representation < Google::Apis::Core::JsonRepresentation
233
233
  property :expected_action, as: 'expectedAction'
234
- property :hashed_account_id, :base64 => true, as: 'hashedAccountId'
235
234
  property :site_key, as: 'siteKey'
236
235
  property :token, as: 'token'
237
236
  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.9.0
4
+ version: 0.10.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-11-15 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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.10.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: []