@metriport/api-sdk 7.5.0-alpha.0 → 7.5.0

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.
@@ -128,7 +128,7 @@ export declare class MetriportMedicalApi {
128
128
  * @param dateFrom Optional start date that resources will be filtered by (inclusive). Format is YYYY-MM-DD.
129
129
  * @param dateTo Optional end date that resources will be filtered by (inclusive). Format is YYYY-MM-DD.
130
130
  * @param conversionType Optional to indicate how the medical record should be rendered.
131
- * @param metadata Optional metadata to be sent along the webhook request as response of this query
131
+ * @param metadata Optional metadata to be sent along the webhook request as response of this query.
132
132
  * @return The consolidated data query status.
133
133
  */
134
134
  startConsolidatedQuery(patientId: string, resources?: readonly ResourceTypeForConsolidation[], dateFrom?: string, dateTo?: string, conversionType?: string, metadata?: Record<string, string>): Promise<QueryStatus>;
@@ -218,7 +218,7 @@ class MetriportMedicalApi {
218
218
  * @param dateFrom Optional start date that resources will be filtered by (inclusive). Format is YYYY-MM-DD.
219
219
  * @param dateTo Optional end date that resources will be filtered by (inclusive). Format is YYYY-MM-DD.
220
220
  * @param conversionType Optional to indicate how the medical record should be rendered.
221
- * @param metadata Optional metadata to be sent along the webhook request as response of this query
221
+ * @param metadata Optional metadata to be sent along the webhook request as response of this query.
222
222
  * @return The consolidated data query status.
223
223
  */
224
224
  async startConsolidatedQuery(patientId, resources, dateFrom, dateTo, conversionType, metadata) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metriport/api-sdk",
3
- "version": "7.5.0-alpha.0",
3
+ "version": "7.5.0",
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/",
@@ -74,5 +74,5 @@
74
74
  "ts-jest": "29.1.1",
75
75
  "typescript": "^4.9.5"
76
76
  },
77
- "gitHead": "8cd8b058d250fb3c1e40a700430af21e5752cc57"
77
+ "gitHead": "d21e64c33c5361c22aa471c4c29132c8e38f15af"
78
78
  }