File tree Expand file tree Collapse file tree 4 files changed +323
-293
lines changed
generated/google-apis-healthcare_v1
lib/google/apis/healthcare_v1 Expand file tree Collapse file tree 4 files changed +323
-293
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-healthcare_v1
2
2
3
+ ### v0.76.0 (2025-06-08)
4
+
5
+ * Regenerated from discovery document revision 20250526
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
### v0.75.0 (2025-05-18)
4
9
5
10
* Regenerated from discovery document revision 20250430
Original file line number Diff line number Diff line change @@ -2589,7 +2589,7 @@ class FhirStore
2589
2589
# references in complex data types will not be parsed. New stores will have this
2590
2590
# value set to ENABLED after a notification period. Warning: turning on this
2591
2591
# flag causes processing existing resources to fail if they contain references
2592
- # to non-existent resources.
2592
+ # to non-existent resources. Cannot be disabled in R5.
2593
2593
# Corresponds to the JSON property `complexDataTypeReferenceParsing`
2594
2594
# @return [String]
2595
2595
attr_accessor :complex_data_type_reference_parsing
@@ -5406,7 +5406,8 @@ class SearchResourcesRequest
5406
5406
# Optional. The FHIR resource type to search, such as Patient or Observation.
5407
5407
# For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
5408
5408
# DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
5409
- # [R4](https://hl7.org/fhir/R4/resourcelist.html)).
5409
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)), [R5](https://hl7.org/fhir/R5/
5410
+ # resourcelist.html)).
5410
5411
# Corresponds to the JSON property `resourceType`
5411
5412
# @return [String]
5412
5413
attr_accessor :resource_type
Original file line number Diff line number Diff line change @@ -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.75 .0"
19
+ GEM_VERSION = "0.76 .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 = "20250430 "
25
+ REVISION = "20250526 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments