phenoml 10.1.0 → 11.1.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": "10.1.0",
47
- "User-Agent": "phenoml/10.1.0",
46
+ "X-Fern-SDK-Version": "11.1.0",
47
+ "User-Agent": "phenoml/11.1.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);
@@ -1,6 +1,5 @@
1
1
  export * from "./CreateSummaryResponse.js";
2
2
  export * from "./CreateSummaryTemplateResponse.js";
3
- export * from "./ErrorResponse.js";
4
3
  export * from "./FhirBundle.js";
5
4
  export * from "./FhirResource.js";
6
5
  export * from "./SummaryDeleteTemplateResponse.js";
@@ -16,7 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./CreateSummaryResponse.js"), exports);
18
18
  __exportStar(require("./CreateSummaryTemplateResponse.js"), exports);
19
- __exportStar(require("./ErrorResponse.js"), exports);
20
19
  __exportStar(require("./FhirBundle.js"), exports);
21
20
  __exportStar(require("./FhirResource.js"), exports);
22
21
  __exportStar(require("./SummaryDeleteTemplateResponse.js"), exports);
@@ -12,4 +12,6 @@
12
12
  export interface ExecuteWorkflowRequest {
13
13
  /** Input data for workflow execution */
14
14
  input_data: Record<string, unknown>;
15
+ /** If true, create operations return mock resources instead of persisting to the FHIR server */
16
+ preview?: boolean;
15
17
  }
@@ -4,6 +4,8 @@ export interface ExecuteWorkflowResponse {
4
4
  /** Status message with execution details */
5
5
  message?: string | undefined;
6
6
  results?: ExecuteWorkflowResponse.Results | undefined;
7
+ /** Whether the workflow was executed in preview mode */
8
+ preview?: boolean | undefined;
7
9
  }
8
10
  export declare namespace ExecuteWorkflowResponse {
9
11
  interface Results {
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "10.1.0";
1
+ export declare const SDK_VERSION = "11.1.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 = "10.1.0";
4
+ exports.SDK_VERSION = "11.1.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": "10.1.0",
10
- "User-Agent": "phenoml/10.1.0",
9
+ "X-Fern-SDK-Version": "11.1.0",
10
+ "User-Agent": "phenoml/11.1.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);
@@ -1,6 +1,5 @@
1
1
  export * from "./CreateSummaryResponse.mjs";
2
2
  export * from "./CreateSummaryTemplateResponse.mjs";
3
- export * from "./ErrorResponse.mjs";
4
3
  export * from "./FhirBundle.mjs";
5
4
  export * from "./FhirResource.mjs";
6
5
  export * from "./SummaryDeleteTemplateResponse.mjs";
@@ -1,6 +1,5 @@
1
1
  export * from "./CreateSummaryResponse.mjs";
2
2
  export * from "./CreateSummaryTemplateResponse.mjs";
3
- export * from "./ErrorResponse.mjs";
4
3
  export * from "./FhirBundle.mjs";
5
4
  export * from "./FhirResource.mjs";
6
5
  export * from "./SummaryDeleteTemplateResponse.mjs";
@@ -12,4 +12,6 @@
12
12
  export interface ExecuteWorkflowRequest {
13
13
  /** Input data for workflow execution */
14
14
  input_data: Record<string, unknown>;
15
+ /** If true, create operations return mock resources instead of persisting to the FHIR server */
16
+ preview?: boolean;
15
17
  }
@@ -4,6 +4,8 @@ export interface ExecuteWorkflowResponse {
4
4
  /** Status message with execution details */
5
5
  message?: string | undefined;
6
6
  results?: ExecuteWorkflowResponse.Results | undefined;
7
+ /** Whether the workflow was executed in preview mode */
8
+ preview?: boolean | undefined;
7
9
  }
8
10
  export declare namespace ExecuteWorkflowResponse {
9
11
  interface Results {
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "10.1.0";
1
+ export declare const SDK_VERSION = "11.1.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "10.1.0";
1
+ export const SDK_VERSION = "11.1.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phenoml",
3
- "version": "10.1.0",
3
+ "version": "11.1.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,5 +0,0 @@
1
- export interface ErrorResponse {
2
- success?: boolean | undefined;
3
- /** Error message describing what went wrong */
4
- error?: string | undefined;
5
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- export interface ErrorResponse {
2
- success?: boolean | undefined;
3
- /** Error message describing what went wrong */
4
- error?: string | undefined;
5
- }
@@ -1,2 +0,0 @@
1
- // This file was auto-generated by Fern from our API Definition.
2
- export {};