google-apis-healthcare_v1beta1 0.43.0 → 0.44.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: 43dbe883413887ba2fa370f87f3470df55c528c8db3f5c527194ae00e6a953f4
4
- data.tar.gz: 69fc5d92ab5f1dfbdd0c2a4bfa08a51be6e029148e0557f1ba1981b2266bf5f1
3
+ metadata.gz: 100d6f2e029d8c2159389cec2e71706dd3fec13ce89a324cd1ca3f670ea2478a
4
+ data.tar.gz: f86d0a02914ebb20bf751eb685337ceffb75f5481ccd2e83a2a173443bd9073d
5
5
  SHA512:
6
- metadata.gz: f56c5a3a02979994091434e873b484b2bd180ee7aaf343c54bd9822abfd452a2b4f367264205dc8c7a5ce34027f8ed702c07e8b0392bed5c3bfbbf26e5880711
7
- data.tar.gz: 94833331c71ac3f567b069006cfaaa24603e94307a9fbab579dd21790f6fecf6fa28a22c3eb3c2fa7e86fb4865846f6d8d2aa3e8c9a1c11fe8fe0e053dcaec1e
6
+ metadata.gz: 3f8354649aed96fc0bfbcfa544b53ea9cbbc57986ad6f3bf08bf49f516bc7d7f3bad09c576304ae63550b12dbe7680eb714e712e439d849b6929452aed1dbd8a
7
+ data.tar.gz: 3f52691fbd535671f168182c3171a93a6ee46be1348dff15823e59cf5ffaa3d3c10ba02afbe9ff2221f52763fbcd8d8ba3e58e72fb0a63e4547a1527c94f6223
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.44.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230310
6
+
3
7
  ### v0.43.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 HealthcareV1beta1
18
18
  # Version of the google-apis-healthcare_v1beta1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.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
@@ -4637,7 +4637,9 @@ module Google
4637
4637
  # second and include a time zone.
4638
4638
  # @param [String] _type
4639
4639
  # String of comma-delimited FHIR resource types. If provided, only resources of
4640
- # the specified resource type(s) are returned.
4640
+ # the specified resource type(s) are returned. Specifying multiple `_type`
4641
+ # parameters isn't supported. For example, the result of `_type=Observation&
4642
+ # _type=Encounter` is undefined. Use `_type=Observation,Encounter` instead.
4641
4643
  # @param [String] end_
4642
4644
  # The response includes records prior to the end date. The date uses the format
4643
4645
  # 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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []