Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Oct 12, 2023
1 parent edf5c1b commit 5b10386
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
14 changes: 7 additions & 7 deletions src/api/resources/devices/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 5 additions & 5 deletions src/api/resources/devices/resources/users/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions src/api/resources/medical/resources/document/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions src/api/resources/medical/resources/facility/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" }),
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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" }),
Expand Down Expand Up @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions src/api/resources/medical/resources/fhir/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" }),
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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" }),
Expand Down
10 changes: 5 additions & 5 deletions src/api/resources/medical/resources/patient/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5b10386

Please sign in to comment.