@smile-cdr/fhirts 1.2.10 → 1.2.11
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.
- package/CHANGELOG.md +7 -0
- package/dist/FHIR-R3.d.ts +1 -1
- package/package.json +1 -1
- package/src/FHIR-R3.ts +1 -1
package/CHANGELOG.md
CHANGED
package/dist/FHIR-R3.d.ts
CHANGED
|
@@ -378,7 +378,7 @@ export declare class BundleRequest extends BackboneElement {
|
|
|
378
378
|
}
|
|
379
379
|
export declare class BundleResponse extends BackboneElement {
|
|
380
380
|
status: string;
|
|
381
|
-
location:
|
|
381
|
+
location: string;
|
|
382
382
|
etag: string;
|
|
383
383
|
lastModified: number;
|
|
384
384
|
outcome: number;
|
package/package.json
CHANGED
package/src/FHIR-R3.ts
CHANGED