@medplum/core 5.1.35 → 5.1.37

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.
@@ -1003,6 +1003,7 @@ export declare const ContentType: {
1003
1003
  readonly JSON: "application/json";
1004
1004
  readonly JSON_PATCH: "application/json-patch+json";
1005
1005
  readonly JWT: "application/jwt";
1006
+ readonly LINKSET_JSON: "application/linkset+json";
1006
1007
  readonly MULTIPART_FORM_DATA: "multipart/form-data";
1007
1008
  readonly PNG: "image/png";
1008
1009
  readonly SCIM_JSON: "application/scim+json";
@@ -1003,6 +1003,7 @@ export declare const ContentType: {
1003
1003
  readonly JSON: "application/json";
1004
1004
  readonly JSON_PATCH: "application/json-patch+json";
1005
1005
  readonly JWT: "application/jwt";
1006
+ readonly LINKSET_JSON: "application/linkset+json";
1006
1007
  readonly MULTIPART_FORM_DATA: "multipart/form-data";
1007
1008
  readonly PNG: "image/png";
1008
1009
  readonly SCIM_JSON: "application/scim+json";