@corti/sdk 4.0.0-templates-fix → 4.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": "@corti/sdk",
46
- "X-Fern-SDK-Version": "4.0.0-templates-fix",
47
- "User-Agent": "@corti/sdk/4.0.0-templates-fix",
46
+ "X-Fern-SDK-Version": "4.1.0",
47
+ "User-Agent": "@corti/sdk/4.1.0",
48
48
  "X-Fern-Runtime": core.RUNTIME.type,
49
49
  "X-Fern-Runtime-Version": core.RUNTIME.version,
50
50
  "Tenant-Name": options === null || options === void 0 ? void 0 : options.tenantName,
@@ -14,5 +14,6 @@ export declare const CommonCodingSystemEnum: {
14
14
  readonly Opcs4: "opcs4";
15
15
  readonly Ops: "ops";
16
16
  readonly Ccam: "ccam";
17
+ readonly Snomedctint: "snomedctint";
17
18
  };
18
19
  export type CommonCodingSystemEnum = (typeof CommonCodingSystemEnum)[keyof typeof CommonCodingSystemEnum];
@@ -18,4 +18,5 @@ exports.CommonCodingSystemEnum = {
18
18
  Opcs4: "opcs4",
19
19
  Ops: "ops",
20
20
  Ccam: "ccam",
21
+ Snomedctint: "snomedctint",
21
22
  };
@@ -3,5 +3,5 @@ import * as core from "../../core/index.js";
3
3
  import type * as serializers from "../index.js";
4
4
  export declare const CommonCodingSystemEnum: core.serialization.Schema<serializers.CommonCodingSystemEnum.Raw, Corti.CommonCodingSystemEnum>;
5
5
  export declare namespace CommonCodingSystemEnum {
6
- type Raw = "icd10cm-inpatient" | "icd10cm-outpatient" | "icd10pcs" | "cpt" | "icd10int-inpatient" | "icd10int-outpatient" | "icd10uk-inpatient" | "icd10uk-outpatient" | "cim10fr-inpatient" | "cim10fr-outpatient" | "icd10gm-inpatient" | "icd10gm-outpatient" | "opcs4" | "ops" | "ccam";
6
+ type Raw = "icd10cm-inpatient" | "icd10cm-outpatient" | "icd10pcs" | "cpt" | "icd10int-inpatient" | "icd10int-outpatient" | "icd10uk-inpatient" | "icd10uk-outpatient" | "cim10fr-inpatient" | "cim10fr-outpatient" | "icd10gm-inpatient" | "icd10gm-outpatient" | "opcs4" | "ops" | "ccam" | "snomedctint";
7
7
  }
@@ -52,4 +52,5 @@ exports.CommonCodingSystemEnum = core.serialization.enum_([
52
52
  "opcs4",
53
53
  "ops",
54
54
  "ccam",
55
+ "snomedctint",
55
56
  ]);
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "4.0.0-templates-fix";
1
+ export declare const SDK_VERSION = "4.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 = "4.0.0-templates-fix";
4
+ exports.SDK_VERSION = "4.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": "@corti/sdk",
9
- "X-Fern-SDK-Version": "4.0.0-templates-fix",
10
- "User-Agent": "@corti/sdk/4.0.0-templates-fix",
9
+ "X-Fern-SDK-Version": "4.1.0",
10
+ "User-Agent": "@corti/sdk/4.1.0",
11
11
  "X-Fern-Runtime": core.RUNTIME.type,
12
12
  "X-Fern-Runtime-Version": core.RUNTIME.version,
13
13
  "Tenant-Name": options === null || options === void 0 ? void 0 : options.tenantName,
@@ -14,5 +14,6 @@ export declare const CommonCodingSystemEnum: {
14
14
  readonly Opcs4: "opcs4";
15
15
  readonly Ops: "ops";
16
16
  readonly Ccam: "ccam";
17
+ readonly Snomedctint: "snomedctint";
17
18
  };
18
19
  export type CommonCodingSystemEnum = (typeof CommonCodingSystemEnum)[keyof typeof CommonCodingSystemEnum];
@@ -15,4 +15,5 @@ export const CommonCodingSystemEnum = {
15
15
  Opcs4: "opcs4",
16
16
  Ops: "ops",
17
17
  Ccam: "ccam",
18
+ Snomedctint: "snomedctint",
18
19
  };
@@ -3,5 +3,5 @@ import * as core from "../../core/index.mjs";
3
3
  import type * as serializers from "../index.mjs";
4
4
  export declare const CommonCodingSystemEnum: core.serialization.Schema<serializers.CommonCodingSystemEnum.Raw, Corti.CommonCodingSystemEnum>;
5
5
  export declare namespace CommonCodingSystemEnum {
6
- type Raw = "icd10cm-inpatient" | "icd10cm-outpatient" | "icd10pcs" | "cpt" | "icd10int-inpatient" | "icd10int-outpatient" | "icd10uk-inpatient" | "icd10uk-outpatient" | "cim10fr-inpatient" | "cim10fr-outpatient" | "icd10gm-inpatient" | "icd10gm-outpatient" | "opcs4" | "ops" | "ccam";
6
+ type Raw = "icd10cm-inpatient" | "icd10cm-outpatient" | "icd10pcs" | "cpt" | "icd10int-inpatient" | "icd10int-outpatient" | "icd10uk-inpatient" | "icd10uk-outpatient" | "cim10fr-inpatient" | "cim10fr-outpatient" | "icd10gm-inpatient" | "icd10gm-outpatient" | "opcs4" | "ops" | "ccam" | "snomedctint";
7
7
  }
@@ -16,4 +16,5 @@ export const CommonCodingSystemEnum = core.serialization.enum_([
16
16
  "opcs4",
17
17
  "ops",
18
18
  "ccam",
19
+ "snomedctint",
19
20
  ]);
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "4.0.0-templates-fix";
1
+ export declare const SDK_VERSION = "4.1.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "4.0.0-templates-fix";
1
+ export const SDK_VERSION = "4.1.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corti/sdk",
3
- "version": "4.0.0-templates-fix",
3
+ "version": "4.1.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",