Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-healthcare_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-healthcare_v1beta1

### v0.92.0 (2025-11-09)

* Regenerated from discovery document revision 20251016

### v0.91.0 (2025-11-02)

* Regenerated from discovery document revision 20251009
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module HealthcareV1beta1
# Version of the google-apis-healthcare_v1beta1 gem
GEM_VERSION = "0.91.0"
GEM_VERSION = "0.92.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20251009"
REVISION = "20251016"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -3983,8 +3983,8 @@ def apply_fhir_store_consents(name, apply_consents_request_object = nil, fields:
# Optional. String of comma-delimited FHIR resource types. If provided, only
# resources of the specified resource type(s) are exported.
# @param [String] organize_output_by
# Optional. Required. The FHIR resource type used to organize exported resources.
# Only supports "Patient". When organized by Patient resource, output files are
# Required. The FHIR resource type used to organize exported resources. Only
# supports "Patient". When organized by Patient resource, output files are
# grouped as follows: * Patient file(s) containing the Patient resources. Each
# Patient is sequentially followed by all resources the Patient references, and
# all resources that reference the Patient (equivalent to a GetPatientEverything
Expand Down