Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,8 @@ | ||
## [1.4.1](https://github.com/philips-software/javascript-hsdp-sdk/compare/v1.4.0...v1.4.1) (2023-09-18) | ||
### Bug Fixes | ||
* make ParamOptions optional for bundles ([d535211](https://github.com/philips-software/javascript-hsdp-sdk/commit/d535211f0f1177096f39dfd7202351aa8c6578e9)) | ||
# [1.4.0](https://github.com/philips-software/javascript-hsdp-sdk/compare/v1.3.0...v1.4.0) (2023-09-18) | ||
@@ -2,0 +9,0 @@ |
import { AuthParams, ClientOptions, ParamOptions } from './common'; | ||
declare type BatchParams = AuthParams & { | ||
bundle: fhir4.Bundle; | ||
options: ParamOptions; | ||
options?: ParamOptions; | ||
}; | ||
@@ -6,0 +6,0 @@ export declare function createBatchClient(options: ClientOptions): { |
{ | ||
"name": "hsdp-sdk", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "author": "Gertjan Maas <gertjan.maas@philips.com>", |
@@ -6,3 +6,3 @@ import axios from 'axios'; | ||
bundle: fhir4.Bundle; | ||
options: ParamOptions; | ||
options?: ParamOptions; | ||
}; | ||
@@ -9,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
447546