phenoml 6.5.0 → 7.0.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.
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/fhirProvider/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/fhirProvider/client/Client.js +1 -1
- package/dist/cjs/api/resources/fhirProvider/types/FhirProviderSandboxInfo.d.ts +0 -2
- package/dist/cjs/api/resources/fhirProvider/types/FhirProviderTemplate.d.ts +0 -2
- package/dist/cjs/api/resources/tools/types/McpServerResponse.d.ts +0 -2
- package/dist/cjs/api/resources/tools/types/McpServerToolResponse.d.ts +0 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/fhirProvider/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/fhirProvider/client/Client.mjs +1 -1
- package/dist/esm/api/resources/fhirProvider/types/FhirProviderSandboxInfo.d.mts +0 -2
- package/dist/esm/api/resources/fhirProvider/types/FhirProviderTemplate.d.mts +0 -2
- package/dist/esm/api/resources/tools/types/McpServerResponse.d.mts +0 -2
- package/dist/esm/api/resources/tools/types/McpServerToolResponse.d.mts +0 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +1 -1
package/dist/cjs/Client.js
CHANGED
|
@@ -52,8 +52,8 @@ class phenomlClient {
|
|
|
52
52
|
this._options = Object.assign(Object.assign({}, _options), { logging: core.logging.createLogger(_options === null || _options === void 0 ? void 0 : _options.logging), headers: (0, headers_js_1.mergeHeaders)({
|
|
53
53
|
"X-Fern-Language": "JavaScript",
|
|
54
54
|
"X-Fern-SDK-Name": "phenoml",
|
|
55
|
-
"X-Fern-SDK-Version": "
|
|
56
|
-
"User-Agent": "phenoml/
|
|
55
|
+
"X-Fern-SDK-Version": "7.0.0",
|
|
56
|
+
"User-Agent": "phenoml/7.0.0",
|
|
57
57
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
58
58
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
59
59
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -68,7 +68,7 @@ export declare class FhirProvider {
|
|
|
68
68
|
get(fhir_provider_id: string, requestOptions?: FhirProvider.RequestOptions): core.HttpResponsePromise<phenoml.fhirProvider.FhirProviderResponse>;
|
|
69
69
|
private __get;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* Deletes a FHIR provider.
|
|
72
72
|
*
|
|
73
73
|
* Note: Sandbox providers cannot be deleted.
|
|
74
74
|
*
|
|
@@ -13,8 +13,6 @@ export interface FhirProviderTemplate {
|
|
|
13
13
|
client_id?: string;
|
|
14
14
|
/** Map of authentication configurations (key is auth_config_id) */
|
|
15
15
|
auth_configs?: Record<string, phenoml.fhirProvider.FhirProviderAuthConfig>;
|
|
16
|
-
/** Whether the FHIR provider is active */
|
|
17
|
-
is_active?: boolean;
|
|
18
16
|
/** Timestamp when the provider was last updated */
|
|
19
17
|
last_updated?: string;
|
|
20
18
|
}
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "
|
|
1
|
+
export declare const SDK_VERSION = "7.0.0";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -16,8 +16,8 @@ export class phenomlClient {
|
|
|
16
16
|
this._options = Object.assign(Object.assign({}, _options), { logging: core.logging.createLogger(_options === null || _options === void 0 ? void 0 : _options.logging), headers: mergeHeaders({
|
|
17
17
|
"X-Fern-Language": "JavaScript",
|
|
18
18
|
"X-Fern-SDK-Name": "phenoml",
|
|
19
|
-
"X-Fern-SDK-Version": "
|
|
20
|
-
"User-Agent": "phenoml/
|
|
19
|
+
"X-Fern-SDK-Version": "7.0.0",
|
|
20
|
+
"User-Agent": "phenoml/7.0.0",
|
|
21
21
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
22
22
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
23
23
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -68,7 +68,7 @@ export declare class FhirProvider {
|
|
|
68
68
|
get(fhir_provider_id: string, requestOptions?: FhirProvider.RequestOptions): core.HttpResponsePromise<phenoml.fhirProvider.FhirProviderResponse>;
|
|
69
69
|
private __get;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* Deletes a FHIR provider.
|
|
72
72
|
*
|
|
73
73
|
* Note: Sandbox providers cannot be deleted.
|
|
74
74
|
*
|
|
@@ -13,8 +13,6 @@ export interface FhirProviderTemplate {
|
|
|
13
13
|
client_id?: string;
|
|
14
14
|
/** Map of authentication configurations (key is auth_config_id) */
|
|
15
15
|
auth_configs?: Record<string, phenoml.fhirProvider.FhirProviderAuthConfig>;
|
|
16
|
-
/** Whether the FHIR provider is active */
|
|
17
|
-
is_active?: boolean;
|
|
18
16
|
/** Timestamp when the provider was last updated */
|
|
19
17
|
last_updated?: string;
|
|
20
18
|
}
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "
|
|
1
|
+
export declare const SDK_VERSION = "7.0.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "
|
|
1
|
+
export const SDK_VERSION = "7.0.0";
|
package/package.json
CHANGED
package/reference.md
CHANGED