phenoml 17.4.0 → 17.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.
@@ -43,8 +43,8 @@ function normalizeClientOptions(options) {
43
43
  const headers = (0, headers_js_1.mergeHeaders)({
44
44
  "X-Fern-Language": "JavaScript",
45
45
  "X-Fern-SDK-Name": "phenoml",
46
- "X-Fern-SDK-Version": "17.4.0",
47
- "User-Agent": "phenoml/17.4.0",
46
+ "X-Fern-SDK-Version": "17.5.0",
47
+ "User-Agent": "phenoml/17.5.0",
48
48
  "X-Fern-Runtime": core.RUNTIME.type,
49
49
  "X-Fern-Runtime-Version": core.RUNTIME.version,
50
50
  }, options === null || options === void 0 ? void 0 : options.headers);
@@ -5,6 +5,7 @@
5
5
  * It is used on shared instances.
6
6
  */
7
7
  export declare const Provider: {
8
+ readonly Aidbox: "aidbox";
8
9
  readonly Athenahealth: "athenahealth";
9
10
  readonly Canvas: "canvas";
10
11
  readonly Cerner: "cerner";
@@ -9,6 +9,7 @@ exports.Provider = void 0;
9
9
  * It is used on shared instances.
10
10
  */
11
11
  exports.Provider = {
12
+ Aidbox: "aidbox",
12
13
  Athenahealth: "athenahealth",
13
14
  Canvas: "canvas",
14
15
  Cerner: "cerner",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "17.4.0";
1
+ export declare const SDK_VERSION = "17.5.0";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "17.4.0";
4
+ exports.SDK_VERSION = "17.5.0";
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
6
6
  const headers = mergeHeaders({
7
7
  "X-Fern-Language": "JavaScript",
8
8
  "X-Fern-SDK-Name": "phenoml",
9
- "X-Fern-SDK-Version": "17.4.0",
10
- "User-Agent": "phenoml/17.4.0",
9
+ "X-Fern-SDK-Version": "17.5.0",
10
+ "User-Agent": "phenoml/17.5.0",
11
11
  "X-Fern-Runtime": core.RUNTIME.type,
12
12
  "X-Fern-Runtime-Version": core.RUNTIME.version,
13
13
  }, options === null || options === void 0 ? void 0 : options.headers);
@@ -5,6 +5,7 @@
5
5
  * It is used on shared instances.
6
6
  */
7
7
  export declare const Provider: {
8
+ readonly Aidbox: "aidbox";
8
9
  readonly Athenahealth: "athenahealth";
9
10
  readonly Canvas: "canvas";
10
11
  readonly Cerner: "cerner";
@@ -6,6 +6,7 @@
6
6
  * It is used on shared instances.
7
7
  */
8
8
  export const Provider = {
9
+ Aidbox: "aidbox",
9
10
  Athenahealth: "athenahealth",
10
11
  Canvas: "canvas",
11
12
  Cerner: "cerner",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "17.4.0";
1
+ export declare const SDK_VERSION = "17.5.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "17.4.0";
1
+ export const SDK_VERSION = "17.5.0";
@@ -2,7 +2,7 @@
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
4
  "title": "Phenoml API",
5
- "version": "788cec0a9a7651caf2b106634631d487dfa16704"
5
+ "version": "64f369254225bd6c2d4c58d87f59165d7e8e8dc9"
6
6
  },
7
7
  "x-services": [
8
8
  {
@@ -9323,6 +9323,7 @@
9323
9323
  "type": "string",
9324
9324
  "description": "Type of FHIR server provider.\n\nThe \"sandbox\" provider type is managed internally and cannot be created via API.\nIt is used on shared instances.\n",
9325
9325
  "enum": [
9326
+ "aidbox",
9326
9327
  "athenahealth",
9327
9328
  "canvas",
9328
9329
  "cerner",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phenoml",
3
- "version": "17.4.0",
3
+ "version": "17.5.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",