google-apis-healthcare_v1 0.39.0 → 0.40.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: a38ce82eb9c3f85dbdaac041aada71e3db8ab8dca3bb5bbea72570543101d049
4
- data.tar.gz: de751042f9ff34837914e2f5f1f1f3890293f5072275709b3e379dd5eac41c0c
3
+ metadata.gz: aaea132f567100b10982bdbb286f918243cbab2864171aef277f56e2a6d4c9b4
4
+ data.tar.gz: 980ea5f1a92e057e1dc16ab258ce423899fbf16dc7bc9b57aff367670a1104c7
5
5
  SHA512:
6
- metadata.gz: 762beed7a147d1ce7f09d39c572eeceb1d44d5b44c9be16f23ef70e74ac5073497706ec7172c28ccad91b1e18575a1f6783a01afd283fd10bc7a840ec4142214
7
- data.tar.gz: 5739cf66bb687ee6297ac3a6cdf139d944d7f265ca31f82f1ec393b5135179e366b28ad46a853a221bea888a5dc8ab63b58525fae174419cf92fe79fc91d0e54
6
+ metadata.gz: 5ac3ebc2b0aaa772fe64c2c14305ad67c904a01a77200c671996cedb3bca2aed7b3e38920f0f0b7b35aef8c93abf04d2daf9469e5d560022f683a6e651dfc86d
7
+ data.tar.gz: 3f5f9f7f504e580ae7bf81f2c200fa9382f4f1d029f02d303b46fec134089d3627e930fab772ab648e678ed29bc9034c22c0b08a379dade67890ff6a497f0b01
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.40.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230310
6
+
3
7
  ### v0.39.0 (2023-03-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230223
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1
18
18
  # Version of the google-apis-healthcare_v1 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230223"
25
+ REVISION = "20230310"
26
26
  end
27
27
  end
28
28
  end
@@ -3770,7 +3770,9 @@ module Google
3770
3770
  # second and include a time zone.
3771
3771
  # @param [String] _type
3772
3772
  # String of comma-delimited FHIR resource types. If provided, only resources of
3773
- # the specified resource type(s) are returned.
3773
+ # the specified resource type(s) are returned. Specifying multiple `_type`
3774
+ # parameters isn't supported. For example, the result of `_type=Observation&
3775
+ # _type=Encounter` is undefined. Use `_type=Observation,Encounter` instead.
3774
3776
  # @param [String] end_
3775
3777
  # The response includes records prior to the end date. The date uses the format
3776
3778
  # YYYY-MM-DD. If no end date is provided, all records subsequent to the start
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.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: 2023-03-05 00:00:00.000000000 Z
11
+ date: 2023-03-19 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-healthcare_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
63
63
  post_install_message:
64
64
  rdoc_options: []