google-apis-identitytoolkit_v2 0.20.0 → 0.22.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: '08e5073f972ace32382696e290530f09f139e87e25c7d63bb9823bb2db2b7cf3'
4
- data.tar.gz: 74372ded4fe23d4ebfa73e8b79c96cfbe98c0b224aa612245c013ccca63977bc
3
+ metadata.gz: 6b3fc590120952e17999d6a125bec1086aa3cc0c76c33d90333ab5dc0f14a868
4
+ data.tar.gz: 6cf1f09e84cb4fa185984d6fb01979076033c5a0f05e22cf4b88ce7621b145a0
5
5
  SHA512:
6
- metadata.gz: 640d3ec8d26e3ba75efb27a5bb1435453db7c0cb44af0d761d5fdea0ea3b8e1023722b93b146c4a471b7f625003f9f152fd99a6055310f172e49a48d2b431bdd
7
- data.tar.gz: 394ca90e4f3a61c10d4301199d5c0c1c0b6761cc2153d140f0dcf4be565c99811aeb128cac11ffcbfcc03e48edf8fbcd2512e8146bb16b4886f4c117687c4438
6
+ metadata.gz: 93d328c4c6df29fc00aca7095eb7c5353ef5fe145be856ca0ab4003470862daa4dad9f5f07452b0a0d5ec51ef260d4226f9e9b7f22637bfd25a02a29da381162
7
+ data.tar.gz: f908d3e26354a6026189022a6c40dab85a2780283648c2a723dad494f434f9d3103f28517e7a08f2123ff5593d5bf4be0b6b12676e770d1f581b4ad9b2d173a2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-identitytoolkit_v2
2
2
 
3
+ ### v0.22.0 (2024-05-19)
4
+
5
+ * Regenerated using generator version 0.15.0
6
+
7
+ ### v0.21.0 (2024-04-28)
8
+
9
+ * Regenerated from discovery document revision 20240417
10
+
3
11
  ### v0.20.0 (2024-03-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20240313
@@ -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
 
@@ -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.20.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240313"
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.20.0
4
+ version: 0.22.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-03-24 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v2/v0.22.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: []