google-apis-healthcare_v1beta1 0.91.0 → 0.92.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b81ef1885b42cda1047f2b592561c7ff6123a72b12662dc9463e7b56670dd93
|
|
4
|
+
data.tar.gz: 04c4538290ffa090bacf612bb0ebb050c3135a4fd9991687f1785090fc122c99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d7813e6907646a7650df8b31fad338d5146b1d24368c5b2337f9f6531e30eb40aa351fe6e7b2883650954a5154d3837ca0846993a38c1f25198ab614e89485a
|
|
7
|
+
data.tar.gz: 0d30c5bee777e4862d88fddf6fd2e8a42fc63090c9aff26812ac4a4857ba9033ad6881331a847df751942f83843dad262f6ae1a6833cd6c072c8fa8075bfef12
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.92.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251016"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3983,8 +3983,8 @@ module Google
|
|
|
3983
3983
|
# Optional. String of comma-delimited FHIR resource types. If provided, only
|
|
3984
3984
|
# resources of the specified resource type(s) are exported.
|
|
3985
3985
|
# @param [String] organize_output_by
|
|
3986
|
-
#
|
|
3987
|
-
#
|
|
3986
|
+
# Required. The FHIR resource type used to organize exported resources. Only
|
|
3987
|
+
# supports "Patient". When organized by Patient resource, output files are
|
|
3988
3988
|
# grouped as follows: * Patient file(s) containing the Patient resources. Each
|
|
3989
3989
|
# Patient is sequentially followed by all resources the Patient references, and
|
|
3990
3990
|
# all resources that reference the Patient (equivalent to a GetPatientEverything
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-healthcare_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.92.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-healthcare_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.92.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|