@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.
- package/dist/cjs/index.cjs +2 -2
- package/dist/cjs/index.cjs.map +2 -2
- package/dist/cjs/index.d.ts +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.mjs +2 -2
- package/dist/esm/index.mjs.map +2 -2
- package/package.json +3 -3
package/dist/cjs/index.d.ts
CHANGED
|
@@ -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";
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -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";
|