Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Aug 29, 2023
1 parent a4e6f08 commit edf5c1b
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fern-api/metriport",
"version": "0.1.3",
"version": "0.1.4",
"private": false,
"repository": "https://github.com/fern-metriport/metriport-node",
"main": "./index.js",
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
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.3",
"X-Fern-SDK-Version": "0.1.4",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down

0 comments on commit edf5c1b

Please sign in to comment.