diff --git a/package.json b/package.json index 88aca67..a92f7c1 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@fern-api/metriport", - "version": "0.1.4", + "version": "0.1.5", "private": false, - "repository": "https://github.com/fern-metriport/metriport-node", + "repository": "https://github.com/metriport/metriport-node", "main": "./index.js", "types": "./index.d.ts", "scripts": { diff --git a/src/api/resources/devices/client/Client.ts b/src/api/resources/devices/client/Client.ts index b9b6d88..6dc2563 100644 --- a/src/api/resources/devices/client/Client.ts +++ b/src/api/resources/devices/client/Client.ts @@ -48,7 +48,7 @@ export class Devices { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -107,7 +107,7 @@ export class Devices { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -166,7 +166,7 @@ export class Devices { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -225,7 +225,7 @@ export class Devices { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -284,7 +284,7 @@ export class Devices { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -343,7 +343,7 @@ export class Devices { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -396,7 +396,7 @@ export class Devices { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000, diff --git a/src/api/resources/devices/resources/connect/client/Client.ts b/src/api/resources/devices/resources/connect/client/Client.ts index 06c855e..4726033 100644 --- a/src/api/resources/devices/resources/connect/client/Client.ts +++ b/src/api/resources/devices/resources/connect/client/Client.ts @@ -46,7 +46,7 @@ export class Connect { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/devices/resources/users/client/Client.ts b/src/api/resources/devices/resources/users/client/Client.ts index fbd299c..a208355 100644 --- a/src/api/resources/devices/resources/users/client/Client.ts +++ b/src/api/resources/devices/resources/users/client/Client.ts @@ -44,7 +44,7 @@ export class Users { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -101,7 +101,7 @@ export class Users { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -155,7 +155,7 @@ export class Users { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000, @@ -212,7 +212,7 @@ export class Users { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -266,7 +266,7 @@ export class Users { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000, diff --git a/src/api/resources/medical/resources/document/client/Client.ts b/src/api/resources/medical/resources/document/client/Client.ts index 3ffc3d0..a87ec5a 100644 --- a/src/api/resources/medical/resources/document/client/Client.ts +++ b/src/api/resources/medical/resources/document/client/Client.ts @@ -61,7 +61,7 @@ export class Document { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -122,7 +122,7 @@ export class Document { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -193,7 +193,7 @@ export class Document { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -258,7 +258,7 @@ export class Document { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/medical/resources/facility/client/Client.ts b/src/api/resources/medical/resources/facility/client/Client.ts index 071ce4c..e60be59 100644 --- a/src/api/resources/medical/resources/facility/client/Client.ts +++ b/src/api/resources/medical/resources/facility/client/Client.ts @@ -40,7 +40,7 @@ export class Facility { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", body: await serializers.medical.BaseFacility.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -91,7 +91,7 @@ export class Facility { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000, @@ -145,7 +145,7 @@ export class Facility { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", body: await serializers.medical.BaseFacility.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -196,7 +196,7 @@ export class Facility { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000, diff --git a/src/api/resources/medical/resources/fhir/client/Client.ts b/src/api/resources/medical/resources/fhir/client/Client.ts index e0eda5e..38919da 100644 --- a/src/api/resources/medical/resources/fhir/client/Client.ts +++ b/src/api/resources/medical/resources/fhir/client/Client.ts @@ -56,7 +56,7 @@ export class Fhir { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -110,7 +110,7 @@ export class Fhir { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000, @@ -178,7 +178,7 @@ export class Fhir { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/src/api/resources/medical/resources/organization/client/Client.ts b/src/api/resources/medical/resources/organization/client/Client.ts index e56c962..004f345 100644 --- a/src/api/resources/medical/resources/organization/client/Client.ts +++ b/src/api/resources/medical/resources/organization/client/Client.ts @@ -40,7 +40,7 @@ export class Organization { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", body: await serializers.medical.BaseOrganization.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), @@ -91,7 +91,7 @@ export class Organization { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000, @@ -145,7 +145,7 @@ export class Organization { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", body: await serializers.medical.BaseOrganization.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }), diff --git a/src/api/resources/medical/resources/patient/client/Client.ts b/src/api/resources/medical/resources/patient/client/Client.ts index 368b688..829f3ea 100644 --- a/src/api/resources/medical/resources/patient/client/Client.ts +++ b/src/api/resources/medical/resources/patient/client/Client.ts @@ -50,7 +50,7 @@ export class Patient { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -102,7 +102,7 @@ export class Patient { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000, @@ -159,7 +159,7 @@ export class Patient { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -220,7 +220,7 @@ export class Patient { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, @@ -281,7 +281,7 @@ export class Patient { "X-API-Key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@fern-api/metriport", - "X-Fern-SDK-Version": "0.1.4", + "X-Fern-SDK-Version": "0.1.5", }, contentType: "application/json", queryParameters: _queryParams, diff --git a/yarn.lock b/yarn.lock index 030f4ea..0f04cca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -43,9 +43,9 @@ delayed-stream@~1.0.0: integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== follow-redirects@^1.14.9: - version "1.15.2" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" - integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== + version "1.15.3" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a" + integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q== form-data@^4.0.0: version "4.0.0"