Skip to content

Commit

Permalink
fix(api): merge develop
Browse files Browse the repository at this point in the history
Ref. #2090

Signed-off-by: Jorge Orta <36802074+Orta21@users.noreply.github.com>
  • Loading branch information
Orta21 committed Jun 13, 2024
2 parents bcdbf0f + 78e788c commit ee3f6df
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 181 deletions.
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/api-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metriport/api-sdk",
"version": "8.2.1",
"version": "9.0.0-alpha.0",
"description": "Metriport helps you access and manage health and medical data, through a single open source API.",
"author": "Metriport Inc. <contact@metriport.com>",
"homepage": "https://metriport.com/",
Expand Down Expand Up @@ -57,8 +57,8 @@
},
"dependencies": {
"@medplum/fhirtypes": "^2.0.32",
"@metriport/commonwell-sdk": "^4.15.13",
"@metriport/shared": "^0.9.6",
"@metriport/commonwell-sdk": "^4.15.14-alpha.0",
"@metriport/shared": "^0.9.7-alpha.0",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
Expand Down
142 changes: 0 additions & 142 deletions packages/api-sdk/src/medical/models/webhook-request.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.18.3",
"version": "1.18.4-alpha.0",
"description": "",
"main": "app.js",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/carequality-cert-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metriport/carequality-cert-runner",
"version": "1.8.4",
"version": "1.8.5-alpha.0",
"description": "Tool to run through Carequality certification test cases - by Metriport Inc.",
"author": "Metriport Inc. <contact@metriport.com>",
"homepage": "https://metriport.com/",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/metriport/metriport/issues"
},
"dependencies": {
"@metriport/ihe-gateway-sdk": "^0.9.4",
"@metriport/ihe-gateway-sdk": "^0.9.5-alpha.0",
"@metriport/shared": "^0.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/carequality-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metriport/carequality-sdk",
"version": "0.10.4",
"version": "0.10.5-alpha.0",
"description": "SDK to interact with the Carequality directory - by Metriport Inc.",
"author": "Metriport Inc. <contact@metriport.com>",
"homepage": "https://metriport.com/",
Expand Down
4 changes: 2 additions & 2 deletions packages/commonwell-cert-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metriport/commonwell-cert-runner",
"version": "1.16.13",
"version": "1.16.14-alpha.0",
"description": "Tool to run through Edge System CommonWell certification test cases - by Metriport Inc.",
"author": "Metriport Inc. <contact@metriport.com>",
"homepage": "https://metriport.com/",
Expand Down Expand Up @@ -42,7 +42,7 @@
"url": "https://github.com/metriport/metriport/issues"
},
"dependencies": {
"@metriport/commonwell-sdk": "^4.15.13",
"@metriport/commonwell-sdk": "^4.15.14-alpha.0",
"axios": "^1.3.5",
"commander": "^9.5.0",
"dayjs": "^1.11.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/commonwell-jwt-maker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metriport/commonwell-jwt-maker",
"version": "1.14.4",
"version": "1.14.5-alpha.0",
"description": "CLI to create a JWT for use in CommonWell queries - by Metriport Inc.",
"author": "Metriport Inc. <contact@metriport.com>",
"homepage": "https://metriport.com/",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/metriport/metriport/issues"
},
"dependencies": {
"@metriport/commonwell-sdk": "^4.15.13",
"@metriport/commonwell-sdk": "^4.15.14-alpha.0",
"commander": "^9.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/commonwell-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metriport/commonwell-sdk",
"version": "4.15.13",
"version": "4.15.14-alpha.0",
"description": "SDK to simplify CommonWell API integration - by Metriport Inc.",
"author": "Metriport Inc. <contact@metriport.com>",
"homepage": "https://metriport.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metriport/core",
"version": "1.13.6",
"version": "1.13.7-alpha.0",
"private": true,
"description": "Metriport helps you access and manage health and medical data, through a single open source API. Common code shared across packages.",
"author": "Metriport Inc. <contact@metriport.com>",
Expand Down
Loading

0 comments on commit ee3f6df

Please sign in to comment.