@medplum/core 5.1.31 → 5.1.33
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 +3 -3
- package/dist/cjs/index.cjs.map +3 -3
- package/dist/cjs/index.d.ts +2 -0
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.mjs +2 -2
- package/dist/esm/index.mjs.map +3 -3
- package/package.json +3 -3
package/dist/cjs/index.d.ts
CHANGED
|
@@ -8333,6 +8333,8 @@ export declare class ParserBuilder {
|
|
|
8333
8333
|
|
|
8334
8334
|
export declare const SchedulingPlanDefinitionURI = "https://medplum.com/fhir/StructureDefinition/SchedulingPlanDefinition";
|
|
8335
8335
|
|
|
8336
|
+
export declare const SchedulingScheduleColorURI = "https://medplum.com/fhir/StructureDefinition/SchedulingColor";
|
|
8337
|
+
|
|
8336
8338
|
export declare interface SearchableToken {
|
|
8337
8339
|
readonly system: string | undefined;
|
|
8338
8340
|
readonly value: string | undefined;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -8333,6 +8333,8 @@ export declare class ParserBuilder {
|
|
|
8333
8333
|
|
|
8334
8334
|
export declare const SchedulingPlanDefinitionURI = "https://medplum.com/fhir/StructureDefinition/SchedulingPlanDefinition";
|
|
8335
8335
|
|
|
8336
|
+
export declare const SchedulingScheduleColorURI = "https://medplum.com/fhir/StructureDefinition/SchedulingColor";
|
|
8337
|
+
|
|
8336
8338
|
export declare interface SearchableToken {
|
|
8337
8339
|
readonly system: string | undefined;
|
|
8338
8340
|
readonly value: string | undefined;
|