google-apis-essentialcontacts_v1 0.23.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53ca8c61cd7c38ee4f1bb482bf9976d74455a45b90967ee0997f803dfb4966ab
4
- data.tar.gz: 2a9140ed919ab63778aed120f9599c06b7a60a5f7740bff59bdbc6e5bde51295
3
+ metadata.gz: 28bb64eb0e627621a366274599c9884da372daece355235a2594c71ee2951394
4
+ data.tar.gz: b75998ac1abe84d63e0d6bf04f0efb66dbc04175dc5d775b3368556cc3c658ab
5
5
  SHA512:
6
- metadata.gz: 19868b3b841602d34a9eb207cd19402123a315fade32f3aa6e4fdec271c73e0660bf3df8b2dcb1bb52b5c1acbdf6bf82df21a93398d52b648e577343d508f1f8
7
- data.tar.gz: b1ccdb98b38837cec7b0a7b46ce95f99517887517d4b1d35d8fe5e38beb0206804ecba0ac846212522c2c1561bf5e8a0ec3b7d61f3739410d9d2e57f6a002e6d
6
+ metadata.gz: 2a21fd4b722e04afa0576858975f1fe22bb744a8250d2f825f1613892e182b17aeda135a936d9226dff2449068d5c183cc7002e014d02d98e691bbe5ec215abd
7
+ data.tar.gz: 55df98b7b76984eab13687d4975c26873e6c395881129e534c402dea8575e3ff9a73e0e43d183330cb3aebf2203377769acf5a93c6bca6bfec07d2160ff332c7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-essentialcontacts_v1
2
2
 
3
+ ### v0.24.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250522
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.23.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -82,8 +82,8 @@ module Google
82
82
  # @return [Array<String>]
83
83
  attr_accessor :notification_category_subscriptions
84
84
 
85
- # The last time the validation_state was updated, either manually or
86
- # automatically. A contact is considered stale if its validation state was
85
+ # Output only. The last time the validation_state was updated, either manually
86
+ # or automatically. A contact is considered stale if its validation state was
87
87
  # updated more than 1 year ago.
88
88
  # Corresponds to the JSON property `validateTime`
89
89
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module EssentialcontactsV1
18
18
  # Version of the google-apis-essentialcontacts_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240707"
25
+ REVISION = "20250522"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-essentialcontacts_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-essentialcontacts_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-essentialcontacts_v1/v0.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-essentialcontacts_v1/v0.24.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-essentialcontacts_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Essential Contacts API V1
79
79
  test_files: []