google-apis-identitytoolkit_v2 0.19.0 → 0.21.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: f9be85f2557b5cdbc63a008cd09c2248c4525e7a31cf2ede051580d1fa6403e5
4
- data.tar.gz: df6991e49cc74cf50a7fea26287f1978ea4a9235ae141ceab6778df922121087
3
+ metadata.gz: 247069b00c18754325832b6ed819c17a5479818a9c6ec326d2d2cb8d0b9fcbbc
4
+ data.tar.gz: 5bf559519feba503b541bb135488a59b49e979667adaeb57f3625beb2b7dbd61
5
5
  SHA512:
6
- metadata.gz: d0ba8be82b37098d40851535510464ad5b243bed7ec47331301524c1675351c7f4c98a06f69223c1ab664a8897493053149b8002de68771a9d75cec205511447
7
- data.tar.gz: b478575f321decd0c61c970e0ef5fbf212861a927273f0e015628ba6d38401d248e03416a7df1173c5bddc38f3bd4d0c294680e0c2fa92712294483e6887df57
6
+ metadata.gz: 2ff7b5c9882816c9749015c3098e3a768a33cf03f81c6f439b80a9bed476a87e638a1113bb1439344f5af627bbdeb1d37be7b8cf673adf726bdcc5289eb7901e
7
+ data.tar.gz: 7324817aefa320b8e32c1e0e60be82f2665e3742cb4e6edf8651011d7ac1543687d612f41927db497fbda89158eb2de4c0f7d1073ef0284174b1b17c55bf3a95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-identitytoolkit_v2
2
2
 
3
+ ### v0.21.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240417
6
+
7
+ ### v0.20.0 (2024-03-24)
8
+
9
+ * Regenerated from discovery document revision 20240313
10
+
3
11
  ### v0.19.0 (2024-02-23)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -597,8 +597,8 @@ module Google
597
597
  # placeholders which will be replaced with the appropriate values: %LINK% - The
598
598
  # link to use to redeem the send OOB code. %EMAIL% - The email where the email
599
599
  # is being sent. %NEW_EMAIL% - The new email being set for the account (when
600
- # applicable). %APP_NAME% - The GCP project's display name. %DISPLAY_NAME% - The
601
- # user's display name.
600
+ # applicable). %APP_NAME% - The Google Cloud project's display name. %
601
+ # DISPLAY_NAME% - The user's display name.
602
602
  class GoogleCloudIdentitytoolkitAdminV2EmailTemplate
603
603
  include Google::Apis::Core::Hashable
604
604
 
@@ -1413,7 +1413,7 @@ module Google
1413
1413
  # @return [Array<Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule>]
1414
1414
  attr_accessor :managed_rules
1415
1415
 
1416
- # Output only. The reCAPTCHA keys.
1416
+ # The reCAPTCHA keys.
1417
1417
  # Corresponds to the JSON property `recaptchaKeys`
1418
1418
  # @return [Array<Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RecaptchaKey>]
1419
1419
  attr_accessor :recaptcha_keys
@@ -1531,8 +1531,8 @@ module Google
1531
1531
  # placeholders which will be replaced with the appropriate values: %LINK% - The
1532
1532
  # link to use to redeem the send OOB code. %EMAIL% - The email where the email
1533
1533
  # is being sent. %NEW_EMAIL% - The new email being set for the account (when
1534
- # applicable). %APP_NAME% - The GCP project's display name. %DISPLAY_NAME% - The
1535
- # user's display name.
1534
+ # applicable). %APP_NAME% - The Google Cloud project's display name. %
1535
+ # DISPLAY_NAME% - The user's display name.
1536
1536
  # Corresponds to the JSON property `changeEmailTemplate`
1537
1537
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2EmailTemplate]
1538
1538
  attr_accessor :change_email_template
@@ -1547,8 +1547,8 @@ module Google
1547
1547
  # placeholders which will be replaced with the appropriate values: %LINK% - The
1548
1548
  # link to use to redeem the send OOB code. %EMAIL% - The email where the email
1549
1549
  # is being sent. %NEW_EMAIL% - The new email being set for the account (when
1550
- # applicable). %APP_NAME% - The GCP project's display name. %DISPLAY_NAME% - The
1551
- # user's display name.
1550
+ # applicable). %APP_NAME% - The Google Cloud project's display name. %
1551
+ # DISPLAY_NAME% - The user's display name.
1552
1552
  # Corresponds to the JSON property `legacyResetPasswordTemplate`
1553
1553
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2EmailTemplate]
1554
1554
  attr_accessor :legacy_reset_password_template
@@ -1562,8 +1562,8 @@ module Google
1562
1562
  # placeholders which will be replaced with the appropriate values: %LINK% - The
1563
1563
  # link to use to redeem the send OOB code. %EMAIL% - The email where the email
1564
1564
  # is being sent. %NEW_EMAIL% - The new email being set for the account (when
1565
- # applicable). %APP_NAME% - The GCP project's display name. %DISPLAY_NAME% - The
1566
- # user's display name.
1565
+ # applicable). %APP_NAME% - The Google Cloud project's display name. %
1566
+ # DISPLAY_NAME% - The user's display name.
1567
1567
  # Corresponds to the JSON property `resetPasswordTemplate`
1568
1568
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2EmailTemplate]
1569
1569
  attr_accessor :reset_password_template
@@ -1572,8 +1572,8 @@ module Google
1572
1572
  # placeholders which will be replaced with the appropriate values: %LINK% - The
1573
1573
  # link to use to redeem the send OOB code. %EMAIL% - The email where the email
1574
1574
  # is being sent. %NEW_EMAIL% - The new email being set for the account (when
1575
- # applicable). %APP_NAME% - The GCP project's display name. %DISPLAY_NAME% - The
1576
- # user's display name.
1575
+ # applicable). %APP_NAME% - The Google Cloud project's display name. %
1576
+ # DISPLAY_NAME% - The user's display name.
1577
1577
  # Corresponds to the JSON property `revertSecondFactorAdditionTemplate`
1578
1578
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2EmailTemplate]
1579
1579
  attr_accessor :revert_second_factor_addition_template
@@ -1587,8 +1587,8 @@ module Google
1587
1587
  # placeholders which will be replaced with the appropriate values: %LINK% - The
1588
1588
  # link to use to redeem the send OOB code. %EMAIL% - The email where the email
1589
1589
  # is being sent. %NEW_EMAIL% - The new email being set for the account (when
1590
- # applicable). %APP_NAME% - The GCP project's display name. %DISPLAY_NAME% - The
1591
- # user's display name.
1590
+ # applicable). %APP_NAME% - The Google Cloud project's display name. %
1591
+ # DISPLAY_NAME% - The user's display name.
1592
1592
  # Corresponds to the JSON property `verifyEmailTemplate`
1593
1593
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2EmailTemplate]
1594
1594
  attr_accessor :verify_email_template
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IdentitytoolkitV2
18
18
  # Version of the google-apis-identitytoolkit_v2 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240118"
25
+ REVISION = "20240417"
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-identitytoolkit_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.21.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-04-28 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-identitytoolkit_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v2/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v2/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v2
63
63
  post_install_message:
64
64
  rdoc_options: []