@metriport/api-sdk 14.14.0-alpha.0 → 14.14.1

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.
@@ -425,7 +425,7 @@ export declare class MetriportMedicalApi {
425
425
  * @param throwOnError Whether to throw an Error if the request body is not a valid webhook request.
426
426
  * Optional, defaults to true.
427
427
  * @returns The webhook request - instance of WebhookRequest, or an instance of
428
- * WebhookRequestParsingError if the payload is invalid and throwOnError is 'true'.
428
+ * WebhookRequestParsingError if the payload is invalid and throwOnError is 'false'.
429
429
  * @throws Error if the request body is not a valid webhook request and throwOnError is 'true'.
430
430
  * Details can be obtained from the error object under the 'cause' property (instance
431
431
  * of ZodError).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metriport/api-sdk",
3
- "version": "14.14.0-alpha.0",
3
+ "version": "14.14.1",
4
4
  "description": "Metriport helps you access and manage health and medical data, through a single open source API.",
5
5
  "author": "Metriport Inc. <contact@metriport.com>",
6
6
  "homepage": "https://metriport.com/",
@@ -58,8 +58,8 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@medplum/fhirtypes": "^2.0.32",
61
- "@metriport/commonwell-sdk": "^5.8.0-alpha.0",
62
- "@metriport/shared": "^0.23.0-alpha.0",
61
+ "@metriport/commonwell-sdk": "^5.8.1",
62
+ "@metriport/shared": "^0.23.1",
63
63
  "axios": "^1.4.0",
64
64
  "dayjs": "^1.11.7",
65
65
  "dotenv": "^16.3.1",
@@ -77,5 +77,5 @@
77
77
  "ts-jest": "29.1.1",
78
78
  "typescript": "^4.9.5"
79
79
  },
80
- "gitHead": "1f673fc89b23dcfd84f5a3bee3ef40ed80dff0a1"
80
+ "gitHead": "6ae7824a29cf537fa42505984cde5f42a9a5d6c2"
81
81
  }