@medplum/core 5.1.5 → 5.1.6
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/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +2 -2
- package/dist/cjs/index.d.ts +1 -3
- package/dist/esm/index.d.ts +1 -3
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +2 -2
- package/package.json +3 -3
package/dist/cjs/index.d.ts
CHANGED
|
@@ -950,9 +950,7 @@ export declare interface CreateDocumentReferenceOptions extends CreateBinaryOpti
|
|
|
950
950
|
* @param versionId - The current `versionId` of the anchor context. For example, in `DiagnosticReport-update`, it's the `versionId` of the `DiagnosticReport`.
|
|
951
951
|
* @returns A serializable `FhircastMessagePayload`.
|
|
952
952
|
*/
|
|
953
|
-
export declare function createFhircastMessagePayload<EventName extends FhircastEventVersionOptional>(topic: string, event: EventName, context: FhircastEventContext<EventName> | FhircastEventContext<EventName>[], versionId?:
|
|
954
|
-
|
|
955
|
-
export declare function createFhircastMessagePayload<EventName extends FhircastEventVersionRequired>(topic: string, event: EventName, context: FhircastEventContext<EventName> | FhircastEventContext<EventName>[], versionId: string): FhircastMessagePayload<EventName>;
|
|
953
|
+
export declare function createFhircastMessagePayload<EventName extends FhircastEventVersionOptional | FhircastEventVersionRequired>(topic: string, event: EventName, context: FhircastEventContext<EventName> | FhircastEventContext<EventName>[], versionId?: string): FhircastMessagePayload<EventName>;
|
|
956
954
|
|
|
957
955
|
export declare interface CreateMediaOptions extends CreateBinaryOptions {
|
|
958
956
|
/**
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -950,9 +950,7 @@ export declare interface CreateDocumentReferenceOptions extends CreateBinaryOpti
|
|
|
950
950
|
* @param versionId - The current `versionId` of the anchor context. For example, in `DiagnosticReport-update`, it's the `versionId` of the `DiagnosticReport`.
|
|
951
951
|
* @returns A serializable `FhircastMessagePayload`.
|
|
952
952
|
*/
|
|
953
|
-
export declare function createFhircastMessagePayload<EventName extends FhircastEventVersionOptional>(topic: string, event: EventName, context: FhircastEventContext<EventName> | FhircastEventContext<EventName>[], versionId?:
|
|
954
|
-
|
|
955
|
-
export declare function createFhircastMessagePayload<EventName extends FhircastEventVersionRequired>(topic: string, event: EventName, context: FhircastEventContext<EventName> | FhircastEventContext<EventName>[], versionId: string): FhircastMessagePayload<EventName>;
|
|
953
|
+
export declare function createFhircastMessagePayload<EventName extends FhircastEventVersionOptional | FhircastEventVersionRequired>(topic: string, event: EventName, context: FhircastEventContext<EventName> | FhircastEventContext<EventName>[], versionId?: string): FhircastMessagePayload<EventName>;
|
|
956
954
|
|
|
957
955
|
export declare interface CreateMediaOptions extends CreateBinaryOptions {
|
|
958
956
|
/**
|