Changelog for the googlehealthcare adaptor
@openfn/language-googlehealthcare
1.1.3 - 28 October 2024
Patch Changes
- Updated docs for each()
- Updated dependencies
- @openfn/language-common@2.1.1
1.1.2 - 16 August 2024
Patch Changes
- 8146c23: Fix typings in package.json
- Updated dependencies [8146c23]
- @openfn/language-common@2.0.1
1.1.1 - 01 August 2024
Patch Changes
- Updated dependencies [4fe527c]
- @openfn/language-common@2.0.0
1.1.0 - 13 June 2024
Minor Changes
- 73433c20: Add
fnIf
operation
Patch Changes
- Updated dependencies [106ecf6d]
- @openfn/language-common@1.14.0
1.0.1 - 08 May 2024
Patch Changes
- Security updates (lodash,undici)
- Updated dependencies
- @openfn/language-common@1.13.2
1.0.0 - 21 July 2023
Major Changes
7df7e20: remove
projectId
,dataSetId
,cloudRegion
, andfhirStoreId
out of configurationThe new implementation of
createFhirResource(fhirStore, resource, callback)
allows you to use one set of credentials to access different Google Healthcare Cloud FHIR stores.fhirStore
is an object that contains the FHIR store information ({cloudRegion: string, projectId: string, datasetId: string, fhirStoreId: string}
).
0.1.0 - 30 June 2023
Minor Changes
- 861d774: add createFhirResource function
Patch Changes
- aad9549: Ensure that standard OAuth2 credentials with snake-cased "access_token" keys can be used for OAuth2-reliant adaptors
- Updated dependencies [aad9549]
- @openfn/language-common@1.10.0