@corti/sdk 1.1.0-coding.1 → 1.2.0-templates-beta
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/README.md +1 -1
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/agents/types/AgentsUpdateAgentExpertsItem.d.ts +1 -1
- package/dist/cjs/api/resources/codes/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/codes/client/Client.js +1 -1
- package/dist/cjs/api/resources/stream/client/Socket.d.ts +1 -1
- package/dist/cjs/api/resources/transcribe/client/Socket.d.ts +1 -1
- package/dist/cjs/api/types/CommonCodingSystemEnum.d.ts +0 -7
- package/dist/cjs/api/types/CommonCodingSystemEnum.js +0 -7
- package/dist/cjs/api/types/StreamConfigStatusMessageType.d.ts +1 -0
- package/dist/cjs/api/types/StreamConfigStatusMessageType.js +1 -0
- package/dist/cjs/api/types/TranscribeConfigStatusMessageType.d.ts +0 -2
- package/dist/cjs/api/types/TranscribeConfigStatusMessageType.js +0 -2
- package/dist/cjs/api/types/index.d.ts +0 -3
- package/dist/cjs/api/types/index.js +0 -3
- package/dist/cjs/custom/CortiClient.d.ts +69 -25
- package/dist/cjs/custom/CortiClient.js +0 -69
- package/dist/cjs/custom/auth/CortiAuth.d.ts +0 -27
- package/dist/cjs/custom/auth/CortiAuth.js +4 -10
- package/dist/cjs/custom/stream/CustomStream.js +3 -5
- package/dist/cjs/custom/transcribe/CustomTranscribe.js +2 -6
- package/dist/cjs/custom/utils/encodeHeadersAsWsProtocols.js +11 -2
- package/dist/cjs/serialization/resources/agents/types/AgentsUpdateAgentExpertsItem.d.ts +2 -2
- package/dist/cjs/serialization/resources/agents/types/AgentsUpdateAgentExpertsItem.js +2 -2
- package/dist/cjs/serialization/resources/stream/client/socket/StreamSocketResponse.d.ts +2 -3
- package/dist/cjs/serialization/resources/stream/client/socket/StreamSocketResponse.js +0 -2
- package/dist/cjs/serialization/resources/transcribe/client/socket/TranscribeSocketResponse.d.ts +2 -3
- package/dist/cjs/serialization/resources/transcribe/client/socket/TranscribeSocketResponse.js +0 -2
- package/dist/cjs/serialization/types/CommonCodingSystemEnum.d.ts +1 -1
- package/dist/cjs/serialization/types/CommonCodingSystemEnum.js +0 -7
- package/dist/cjs/serialization/types/StreamConfigStatusMessageType.d.ts +1 -1
- package/dist/cjs/serialization/types/StreamConfigStatusMessageType.js +1 -0
- package/dist/cjs/serialization/types/TranscribeConfigStatusMessageType.d.ts +1 -1
- package/dist/cjs/serialization/types/TranscribeConfigStatusMessageType.js +1 -7
- package/dist/cjs/serialization/types/index.d.ts +0 -3
- package/dist/cjs/serialization/types/index.js +0 -3
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/agents/types/AgentsUpdateAgentExpertsItem.d.mts +1 -1
- package/dist/esm/api/resources/codes/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/codes/client/Client.mjs +1 -1
- package/dist/esm/api/resources/stream/client/Socket.d.mts +1 -1
- package/dist/esm/api/resources/transcribe/client/Socket.d.mts +1 -1
- package/dist/esm/api/types/CommonCodingSystemEnum.d.mts +0 -7
- package/dist/esm/api/types/CommonCodingSystemEnum.mjs +0 -7
- package/dist/esm/api/types/StreamConfigStatusMessageType.d.mts +1 -0
- package/dist/esm/api/types/StreamConfigStatusMessageType.mjs +1 -0
- package/dist/esm/api/types/TranscribeConfigStatusMessageType.d.mts +0 -2
- package/dist/esm/api/types/TranscribeConfigStatusMessageType.mjs +0 -2
- package/dist/esm/api/types/index.d.mts +0 -3
- package/dist/esm/api/types/index.mjs +0 -3
- package/dist/esm/custom/CortiClient.d.mts +69 -25
- package/dist/esm/custom/CortiClient.mjs +0 -36
- package/dist/esm/custom/auth/CortiAuth.d.mts +0 -27
- package/dist/esm/custom/auth/CortiAuth.mjs +4 -10
- package/dist/esm/custom/stream/CustomStream.mjs +3 -5
- package/dist/esm/custom/transcribe/CustomTranscribe.mjs +2 -6
- package/dist/esm/custom/utils/encodeHeadersAsWsProtocols.mjs +10 -1
- package/dist/esm/serialization/resources/agents/types/AgentsUpdateAgentExpertsItem.d.mts +2 -2
- package/dist/esm/serialization/resources/agents/types/AgentsUpdateAgentExpertsItem.mjs +2 -2
- package/dist/esm/serialization/resources/stream/client/socket/StreamSocketResponse.d.mts +2 -3
- package/dist/esm/serialization/resources/stream/client/socket/StreamSocketResponse.mjs +0 -2
- package/dist/esm/serialization/resources/transcribe/client/socket/TranscribeSocketResponse.d.mts +2 -3
- package/dist/esm/serialization/resources/transcribe/client/socket/TranscribeSocketResponse.mjs +0 -2
- package/dist/esm/serialization/types/CommonCodingSystemEnum.d.mts +1 -1
- package/dist/esm/serialization/types/CommonCodingSystemEnum.mjs +0 -7
- package/dist/esm/serialization/types/StreamConfigStatusMessageType.d.mts +1 -1
- package/dist/esm/serialization/types/StreamConfigStatusMessageType.mjs +1 -0
- package/dist/esm/serialization/types/TranscribeConfigStatusMessageType.d.mts +1 -1
- package/dist/esm/serialization/types/TranscribeConfigStatusMessageType.mjs +1 -7
- package/dist/esm/serialization/types/index.d.mts +0 -3
- package/dist/esm/serialization/types/index.mjs +0 -3
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/dist/cjs/api/types/AgentsUpdateExpertReference.d.ts +0 -5
- package/dist/cjs/api/types/AgentsUpdateExpertReference.js +0 -3
- package/dist/cjs/api/types/StreamDeltaUsageMessage.d.ts +0 -5
- package/dist/cjs/api/types/StreamDeltaUsageMessage.js +0 -3
- package/dist/cjs/api/types/TranscribeDeltaUsageMessage.d.ts +0 -5
- package/dist/cjs/api/types/TranscribeDeltaUsageMessage.js +0 -3
- package/dist/cjs/custom/agents/CustomAgents.d.ts +0 -20
- package/dist/cjs/custom/agents/CustomAgents.js +0 -73
- package/dist/cjs/custom/utils/sdkHeaderNames.d.ts +0 -1
- package/dist/cjs/custom/utils/sdkHeaderNames.js +0 -12
- package/dist/cjs/custom/utils/stripFernNormalizedHeaders.d.ts +0 -5
- package/dist/cjs/custom/utils/stripFernNormalizedHeaders.js +0 -27
- package/dist/cjs/serialization/types/AgentsUpdateExpertReference.d.ts +0 -8
- package/dist/cjs/serialization/types/AgentsUpdateExpertReference.js +0 -6
- package/dist/cjs/serialization/types/StreamDeltaUsageMessage.d.ts +0 -10
- package/dist/cjs/serialization/types/StreamDeltaUsageMessage.js +0 -42
- package/dist/cjs/serialization/types/TranscribeDeltaUsageMessage.d.ts +0 -10
- package/dist/cjs/serialization/types/TranscribeDeltaUsageMessage.js +0 -42
- package/dist/esm/api/types/AgentsUpdateExpertReference.d.mts +0 -5
- package/dist/esm/api/types/AgentsUpdateExpertReference.mjs +0 -2
- package/dist/esm/api/types/StreamDeltaUsageMessage.d.mts +0 -5
- package/dist/esm/api/types/StreamDeltaUsageMessage.mjs +0 -2
- package/dist/esm/api/types/TranscribeDeltaUsageMessage.d.mts +0 -5
- package/dist/esm/api/types/TranscribeDeltaUsageMessage.mjs +0 -2
- package/dist/esm/custom/agents/CustomAgents.d.mts +0 -20
- package/dist/esm/custom/agents/CustomAgents.mjs +0 -36
- package/dist/esm/custom/utils/sdkHeaderNames.d.mts +0 -1
- package/dist/esm/custom/utils/sdkHeaderNames.mjs +0 -9
- package/dist/esm/custom/utils/stripFernNormalizedHeaders.d.mts +0 -5
- package/dist/esm/custom/utils/stripFernNormalizedHeaders.mjs +0 -24
- package/dist/esm/serialization/types/AgentsUpdateExpertReference.d.mts +0 -8
- package/dist/esm/serialization/types/AgentsUpdateExpertReference.mjs +0 -3
- package/dist/esm/serialization/types/StreamDeltaUsageMessage.d.mts +0 -10
- package/dist/esm/serialization/types/StreamDeltaUsageMessage.mjs +0 -6
- package/dist/esm/serialization/types/TranscribeDeltaUsageMessage.d.mts +0 -10
- package/dist/esm/serialization/types/TranscribeDeltaUsageMessage.mjs +0 -6
package/dist/cjs/serialization/resources/transcribe/client/socket/TranscribeSocketResponse.d.ts
CHANGED
|
@@ -3,13 +3,12 @@ import * as core from "../../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../../index.js";
|
|
4
4
|
import { TranscribeCommandMessage } from "../../../../types/TranscribeCommandMessage.js";
|
|
5
5
|
import { TranscribeConfigStatusMessage } from "../../../../types/TranscribeConfigStatusMessage.js";
|
|
6
|
-
import { TranscribeDeltaUsageMessage } from "../../../../types/TranscribeDeltaUsageMessage.js";
|
|
7
6
|
import { TranscribeEndedMessage } from "../../../../types/TranscribeEndedMessage.js";
|
|
8
7
|
import { TranscribeErrorMessage } from "../../../../types/TranscribeErrorMessage.js";
|
|
9
8
|
import { TranscribeFlushedMessage } from "../../../../types/TranscribeFlushedMessage.js";
|
|
10
9
|
import { TranscribeTranscriptMessage } from "../../../../types/TranscribeTranscriptMessage.js";
|
|
11
10
|
import { TranscribeUsageMessage } from "../../../../types/TranscribeUsageMessage.js";
|
|
12
|
-
export declare const TranscribeSocketResponse: core.serialization.Schema<serializers.TranscribeSocketResponse.Raw, Corti.TranscribeUsageMessage | Corti.TranscribeFlushedMessage | Corti.
|
|
11
|
+
export declare const TranscribeSocketResponse: core.serialization.Schema<serializers.TranscribeSocketResponse.Raw, Corti.TranscribeUsageMessage | Corti.TranscribeFlushedMessage | Corti.TranscribeEndedMessage | Corti.TranscribeErrorMessage | Corti.TranscribeTranscriptMessage | Corti.TranscribeCommandMessage | Corti.TranscribeConfigStatusMessage>;
|
|
13
12
|
export declare namespace TranscribeSocketResponse {
|
|
14
|
-
type Raw = TranscribeUsageMessage.Raw | TranscribeFlushedMessage.Raw |
|
|
13
|
+
type Raw = TranscribeUsageMessage.Raw | TranscribeFlushedMessage.Raw | TranscribeEndedMessage.Raw | TranscribeErrorMessage.Raw | TranscribeTranscriptMessage.Raw | TranscribeCommandMessage.Raw | TranscribeConfigStatusMessage.Raw;
|
|
15
14
|
}
|
package/dist/cjs/serialization/resources/transcribe/client/socket/TranscribeSocketResponse.js
CHANGED
|
@@ -38,7 +38,6 @@ exports.TranscribeSocketResponse = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../../../../core/index.js"));
|
|
39
39
|
const TranscribeCommandMessage_js_1 = require("../../../../types/TranscribeCommandMessage.js");
|
|
40
40
|
const TranscribeConfigStatusMessage_js_1 = require("../../../../types/TranscribeConfigStatusMessage.js");
|
|
41
|
-
const TranscribeDeltaUsageMessage_js_1 = require("../../../../types/TranscribeDeltaUsageMessage.js");
|
|
42
41
|
const TranscribeEndedMessage_js_1 = require("../../../../types/TranscribeEndedMessage.js");
|
|
43
42
|
const TranscribeErrorMessage_js_1 = require("../../../../types/TranscribeErrorMessage.js");
|
|
44
43
|
const TranscribeFlushedMessage_js_1 = require("../../../../types/TranscribeFlushedMessage.js");
|
|
@@ -47,7 +46,6 @@ const TranscribeUsageMessage_js_1 = require("../../../../types/TranscribeUsageMe
|
|
|
47
46
|
exports.TranscribeSocketResponse = core.serialization.undiscriminatedUnion([
|
|
48
47
|
TranscribeUsageMessage_js_1.TranscribeUsageMessage,
|
|
49
48
|
TranscribeFlushedMessage_js_1.TranscribeFlushedMessage,
|
|
50
|
-
TranscribeDeltaUsageMessage_js_1.TranscribeDeltaUsageMessage,
|
|
51
49
|
TranscribeEndedMessage_js_1.TranscribeEndedMessage,
|
|
52
50
|
TranscribeErrorMessage_js_1.TranscribeErrorMessage,
|
|
53
51
|
TranscribeTranscriptMessage_js_1.TranscribeTranscriptMessage,
|
|
@@ -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"
|
|
6
|
+
type Raw = "icd10cm-inpatient" | "icd10cm-outpatient" | "icd10pcs" | "cpt" | "icd10int-inpatient" | "icd10int-outpatient" | "icd10uk-inpatient" | "icd10uk-outpatient";
|
|
7
7
|
}
|
|
@@ -45,11 +45,4 @@ exports.CommonCodingSystemEnum = core.serialization.enum_([
|
|
|
45
45
|
"icd10int-outpatient",
|
|
46
46
|
"icd10uk-inpatient",
|
|
47
47
|
"icd10uk-outpatient",
|
|
48
|
-
"cim10fr-inpatient",
|
|
49
|
-
"cim10fr-outpatient",
|
|
50
|
-
"icd10gm-inpatient",
|
|
51
|
-
"icd10gm-outpatient",
|
|
52
|
-
"opcs4",
|
|
53
|
-
"ops",
|
|
54
|
-
"ccam",
|
|
55
48
|
]);
|
|
@@ -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 StreamConfigStatusMessageType: core.serialization.Schema<serializers.StreamConfigStatusMessageType.Raw, Corti.StreamConfigStatusMessageType>;
|
|
5
5
|
export declare namespace StreamConfigStatusMessageType {
|
|
6
|
-
type Raw = "CONFIG_ACCEPTED" | "CONFIG_DENIED" | "CONFIG_MISSING" | "CONFIG_NOT_PROVIDED" | "CONFIG_ALREADY_RECEIVED";
|
|
6
|
+
type Raw = "CONFIG_ACCEPTED" | "CONFIG_DENIED" | "CONFIG_MISSING" | "CONFIG_NOT_PROVIDED" | "CONFIG_ALREADY_RECEIVED" | "CONFIG_TIMEOUT";
|
|
7
7
|
}
|
|
@@ -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 TranscribeConfigStatusMessageType: core.serialization.Schema<serializers.TranscribeConfigStatusMessageType.Raw, Corti.TranscribeConfigStatusMessageType>;
|
|
5
5
|
export declare namespace TranscribeConfigStatusMessageType {
|
|
6
|
-
type Raw = "CONFIG_ACCEPTED" | "CONFIG_DENIED" | "CONFIG_TIMEOUT"
|
|
6
|
+
type Raw = "CONFIG_ACCEPTED" | "CONFIG_DENIED" | "CONFIG_TIMEOUT";
|
|
7
7
|
}
|
|
@@ -36,10 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.TranscribeConfigStatusMessageType = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
exports.TranscribeConfigStatusMessageType = core.serialization.enum_([
|
|
40
|
-
"CONFIG_ACCEPTED",
|
|
41
|
-
"CONFIG_DENIED",
|
|
42
|
-
"CONFIG_TIMEOUT",
|
|
43
|
-
"CONFIG_ALREADY_RECEIVED",
|
|
44
|
-
"CONFIG_MISSING",
|
|
45
|
-
]);
|
|
39
|
+
exports.TranscribeConfigStatusMessageType = core.serialization.enum_(["CONFIG_ACCEPTED", "CONFIG_DENIED", "CONFIG_TIMEOUT"]);
|
|
@@ -52,7 +52,6 @@ export * from "./AgentsTaskStatus.js";
|
|
|
52
52
|
export * from "./AgentsTaskStatusState.js";
|
|
53
53
|
export * from "./AgentsTextPart.js";
|
|
54
54
|
export * from "./AgentsTextPartKind.js";
|
|
55
|
-
export * from "./AgentsUpdateExpertReference.js";
|
|
56
55
|
export * from "./AgentsValidationError.js";
|
|
57
56
|
export * from "./AgentsValidationErrorErrorsItem.js";
|
|
58
57
|
export * from "./AgentsValidationErrorResponse.js";
|
|
@@ -137,7 +136,6 @@ export * from "./StreamConfigStatusMessage.js";
|
|
|
137
136
|
export * from "./StreamConfigStatusMessageType.js";
|
|
138
137
|
export * from "./StreamConfigTranscription.js";
|
|
139
138
|
export * from "./StreamConfigXCortiRetentionPolicy.js";
|
|
140
|
-
export * from "./StreamDeltaUsageMessage.js";
|
|
141
139
|
export * from "./StreamEndedMessage.js";
|
|
142
140
|
export * from "./StreamEndMessage.js";
|
|
143
141
|
export * from "./StreamErrorDetail.js";
|
|
@@ -170,7 +168,6 @@ export * from "./TranscribeConfig.js";
|
|
|
170
168
|
export * from "./TranscribeConfigMessage.js";
|
|
171
169
|
export * from "./TranscribeConfigStatusMessage.js";
|
|
172
170
|
export * from "./TranscribeConfigStatusMessageType.js";
|
|
173
|
-
export * from "./TranscribeDeltaUsageMessage.js";
|
|
174
171
|
export * from "./TranscribeEndedMessage.js";
|
|
175
172
|
export * from "./TranscribeEndMessage.js";
|
|
176
173
|
export * from "./TranscribeErrorMessage.js";
|
|
@@ -68,7 +68,6 @@ __exportStar(require("./AgentsTaskStatus.js"), exports);
|
|
|
68
68
|
__exportStar(require("./AgentsTaskStatusState.js"), exports);
|
|
69
69
|
__exportStar(require("./AgentsTextPart.js"), exports);
|
|
70
70
|
__exportStar(require("./AgentsTextPartKind.js"), exports);
|
|
71
|
-
__exportStar(require("./AgentsUpdateExpertReference.js"), exports);
|
|
72
71
|
__exportStar(require("./AgentsValidationError.js"), exports);
|
|
73
72
|
__exportStar(require("./AgentsValidationErrorErrorsItem.js"), exports);
|
|
74
73
|
__exportStar(require("./AgentsValidationErrorResponse.js"), exports);
|
|
@@ -153,7 +152,6 @@ __exportStar(require("./StreamConfigStatusMessage.js"), exports);
|
|
|
153
152
|
__exportStar(require("./StreamConfigStatusMessageType.js"), exports);
|
|
154
153
|
__exportStar(require("./StreamConfigTranscription.js"), exports);
|
|
155
154
|
__exportStar(require("./StreamConfigXCortiRetentionPolicy.js"), exports);
|
|
156
|
-
__exportStar(require("./StreamDeltaUsageMessage.js"), exports);
|
|
157
155
|
__exportStar(require("./StreamEndedMessage.js"), exports);
|
|
158
156
|
__exportStar(require("./StreamEndMessage.js"), exports);
|
|
159
157
|
__exportStar(require("./StreamErrorDetail.js"), exports);
|
|
@@ -186,7 +184,6 @@ __exportStar(require("./TranscribeConfig.js"), exports);
|
|
|
186
184
|
__exportStar(require("./TranscribeConfigMessage.js"), exports);
|
|
187
185
|
__exportStar(require("./TranscribeConfigStatusMessage.js"), exports);
|
|
188
186
|
__exportStar(require("./TranscribeConfigStatusMessageType.js"), exports);
|
|
189
|
-
__exportStar(require("./TranscribeDeltaUsageMessage.js"), exports);
|
|
190
187
|
__exportStar(require("./TranscribeEndedMessage.js"), exports);
|
|
191
188
|
__exportStar(require("./TranscribeEndMessage.js"), exports);
|
|
192
189
|
__exportStar(require("./TranscribeErrorMessage.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.2.0-templates-beta";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -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": "1.
|
|
10
|
-
"User-Agent": "@corti/sdk/1.
|
|
9
|
+
"X-Fern-SDK-Version": "1.2.0-templates-beta",
|
|
10
|
+
"User-Agent": "@corti/sdk/1.2.0-templates-beta",
|
|
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,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type * as Corti from "../../../index.mjs";
|
|
2
|
-
export type AgentsUpdateAgentExpertsItem = Corti.AgentsCreateExpert | Corti.
|
|
2
|
+
export type AgentsUpdateAgentExpertsItem = Corti.AgentsCreateExpert | Corti.AgentsCreateExpertReference;
|
|
@@ -11,7 +11,7 @@ export declare class CodesClient {
|
|
|
11
11
|
protected readonly _options: NormalizedClientOptionsWithAuth<CodesClient.Options>;
|
|
12
12
|
constructor(options: CodesClient.Options);
|
|
13
13
|
/**
|
|
14
|
-
* Predict medical codes from provided context.<br/><Note>This is a stateless endpoint, designed to predict ICD-10-CM, ICD-10-PCS, ICD-10
|
|
14
|
+
* Predict medical codes from provided context.<br/><Note>This is a stateless endpoint, designed to predict ICD-10-CM, ICD-10-PCS, ICD-10-UK and CPT codes based on input text string or documentId.<br/><br/>More than one code system may be defined in a single request.<br/><br/>Code prediction requests have two possible values for context:<br/>- `text`: One set of code prediction results will be returned based on all input text defined.<br/>- `documentId`: Code prediction will be based on that defined document only.<br/><br/>The response includes two sets of results:<br/>- `Codes`: Codes predicted by the model.<br/>- `Candidates`: Lower-confidence codes the model considered potentially relevant but excluded from the predicted set.<br/><br/>All predicted code results are based on input context defined in the request only (not other external data or assets associated with an interaction).</Note>
|
|
15
15
|
*
|
|
16
16
|
* @param {Corti.CodesGeneralPredictRequest} request
|
|
17
17
|
* @param {CodesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -20,7 +20,7 @@ export class CodesClient {
|
|
|
20
20
|
this._options = normalizeClientOptionsWithAuth(options);
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* Predict medical codes from provided context.<br/><Note>This is a stateless endpoint, designed to predict ICD-10-CM, ICD-10-PCS, ICD-10
|
|
23
|
+
* Predict medical codes from provided context.<br/><Note>This is a stateless endpoint, designed to predict ICD-10-CM, ICD-10-PCS, ICD-10-UK and CPT codes based on input text string or documentId.<br/><br/>More than one code system may be defined in a single request.<br/><br/>Code prediction requests have two possible values for context:<br/>- `text`: One set of code prediction results will be returned based on all input text defined.<br/>- `documentId`: Code prediction will be based on that defined document only.<br/><br/>The response includes two sets of results:<br/>- `Codes`: Codes predicted by the model.<br/>- `Candidates`: Lower-confidence codes the model considered potentially relevant but excluded from the predicted set.<br/><br/>All predicted code results are based on input context defined in the request only (not other external data or assets associated with an interaction).</Note>
|
|
24
24
|
*
|
|
25
25
|
* @param {Corti.CodesGeneralPredictRequest} request
|
|
26
26
|
* @param {CodesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -4,7 +4,7 @@ export declare namespace StreamSocket {
|
|
|
4
4
|
interface Args {
|
|
5
5
|
socket: core.ReconnectingWebSocket;
|
|
6
6
|
}
|
|
7
|
-
type Response = Corti.StreamTranscriptMessage | Corti.StreamFactsMessage | Corti.StreamFlushedMessage | Corti.
|
|
7
|
+
type Response = Corti.StreamTranscriptMessage | Corti.StreamFactsMessage | Corti.StreamFlushedMessage | Corti.StreamEndedMessage | Corti.StreamUsageMessage | Corti.StreamErrorMessage | Corti.StreamConfigStatusMessage;
|
|
8
8
|
type EventHandlers = {
|
|
9
9
|
open?: () => void;
|
|
10
10
|
message?: (message: Response) => void;
|
|
@@ -4,7 +4,7 @@ export declare namespace TranscribeSocket {
|
|
|
4
4
|
interface Args {
|
|
5
5
|
socket: core.ReconnectingWebSocket;
|
|
6
6
|
}
|
|
7
|
-
type Response = Corti.TranscribeUsageMessage | Corti.TranscribeFlushedMessage | Corti.
|
|
7
|
+
type Response = Corti.TranscribeUsageMessage | Corti.TranscribeFlushedMessage | Corti.TranscribeEndedMessage | Corti.TranscribeErrorMessage | Corti.TranscribeTranscriptMessage | Corti.TranscribeCommandMessage | Corti.TranscribeConfigStatusMessage;
|
|
8
8
|
type EventHandlers = {
|
|
9
9
|
open?: () => void;
|
|
10
10
|
message?: (message: Response) => void;
|
|
@@ -7,12 +7,5 @@ export declare const CommonCodingSystemEnum: {
|
|
|
7
7
|
readonly Icd10IntOutpatient: "icd10int-outpatient";
|
|
8
8
|
readonly Icd10UkInpatient: "icd10uk-inpatient";
|
|
9
9
|
readonly Icd10UkOutpatient: "icd10uk-outpatient";
|
|
10
|
-
readonly Cim10FrInpatient: "cim10fr-inpatient";
|
|
11
|
-
readonly Cim10FrOutpatient: "cim10fr-outpatient";
|
|
12
|
-
readonly Icd10GmInpatient: "icd10gm-inpatient";
|
|
13
|
-
readonly Icd10GmOutpatient: "icd10gm-outpatient";
|
|
14
|
-
readonly Opcs4: "opcs4";
|
|
15
|
-
readonly Ops: "ops";
|
|
16
|
-
readonly Ccam: "ccam";
|
|
17
10
|
};
|
|
18
11
|
export type CommonCodingSystemEnum = (typeof CommonCodingSystemEnum)[keyof typeof CommonCodingSystemEnum];
|
|
@@ -8,11 +8,4 @@ export const CommonCodingSystemEnum = {
|
|
|
8
8
|
Icd10IntOutpatient: "icd10int-outpatient",
|
|
9
9
|
Icd10UkInpatient: "icd10uk-inpatient",
|
|
10
10
|
Icd10UkOutpatient: "icd10uk-outpatient",
|
|
11
|
-
Cim10FrInpatient: "cim10fr-inpatient",
|
|
12
|
-
Cim10FrOutpatient: "cim10fr-outpatient",
|
|
13
|
-
Icd10GmInpatient: "icd10gm-inpatient",
|
|
14
|
-
Icd10GmOutpatient: "icd10gm-outpatient",
|
|
15
|
-
Opcs4: "opcs4",
|
|
16
|
-
Ops: "ops",
|
|
17
|
-
Ccam: "ccam",
|
|
18
11
|
};
|
|
@@ -5,5 +5,6 @@ export declare const StreamConfigStatusMessageType: {
|
|
|
5
5
|
readonly ConfigMissing: "CONFIG_MISSING";
|
|
6
6
|
readonly ConfigNotProvided: "CONFIG_NOT_PROVIDED";
|
|
7
7
|
readonly ConfigAlreadyReceived: "CONFIG_ALREADY_RECEIVED";
|
|
8
|
+
readonly ConfigTimeout: "CONFIG_TIMEOUT";
|
|
8
9
|
};
|
|
9
10
|
export type StreamConfigStatusMessageType = (typeof StreamConfigStatusMessageType)[keyof typeof StreamConfigStatusMessageType];
|
|
@@ -3,7 +3,5 @@ export declare const TranscribeConfigStatusMessageType: {
|
|
|
3
3
|
readonly ConfigAccepted: "CONFIG_ACCEPTED";
|
|
4
4
|
readonly ConfigDenied: "CONFIG_DENIED";
|
|
5
5
|
readonly ConfigTimeout: "CONFIG_TIMEOUT";
|
|
6
|
-
readonly ConfigAlreadyReceived: "CONFIG_ALREADY_RECEIVED";
|
|
7
|
-
readonly ConfigMissing: "CONFIG_MISSING";
|
|
8
6
|
};
|
|
9
7
|
export type TranscribeConfigStatusMessageType = (typeof TranscribeConfigStatusMessageType)[keyof typeof TranscribeConfigStatusMessageType];
|
|
@@ -52,7 +52,6 @@ export * from "./AgentsTaskStatus.mjs";
|
|
|
52
52
|
export * from "./AgentsTaskStatusState.mjs";
|
|
53
53
|
export * from "./AgentsTextPart.mjs";
|
|
54
54
|
export * from "./AgentsTextPartKind.mjs";
|
|
55
|
-
export * from "./AgentsUpdateExpertReference.mjs";
|
|
56
55
|
export * from "./AgentsValidationError.mjs";
|
|
57
56
|
export * from "./AgentsValidationErrorErrorsItem.mjs";
|
|
58
57
|
export * from "./AgentsValidationErrorResponse.mjs";
|
|
@@ -137,7 +136,6 @@ export * from "./StreamConfigStatusMessage.mjs";
|
|
|
137
136
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
138
137
|
export * from "./StreamConfigTranscription.mjs";
|
|
139
138
|
export * from "./StreamConfigXCortiRetentionPolicy.mjs";
|
|
140
|
-
export * from "./StreamDeltaUsageMessage.mjs";
|
|
141
139
|
export * from "./StreamEndedMessage.mjs";
|
|
142
140
|
export * from "./StreamEndMessage.mjs";
|
|
143
141
|
export * from "./StreamErrorDetail.mjs";
|
|
@@ -170,7 +168,6 @@ export * from "./TranscribeConfig.mjs";
|
|
|
170
168
|
export * from "./TranscribeConfigMessage.mjs";
|
|
171
169
|
export * from "./TranscribeConfigStatusMessage.mjs";
|
|
172
170
|
export * from "./TranscribeConfigStatusMessageType.mjs";
|
|
173
|
-
export * from "./TranscribeDeltaUsageMessage.mjs";
|
|
174
171
|
export * from "./TranscribeEndedMessage.mjs";
|
|
175
172
|
export * from "./TranscribeEndMessage.mjs";
|
|
176
173
|
export * from "./TranscribeErrorMessage.mjs";
|
|
@@ -52,7 +52,6 @@ export * from "./AgentsTaskStatus.mjs";
|
|
|
52
52
|
export * from "./AgentsTaskStatusState.mjs";
|
|
53
53
|
export * from "./AgentsTextPart.mjs";
|
|
54
54
|
export * from "./AgentsTextPartKind.mjs";
|
|
55
|
-
export * from "./AgentsUpdateExpertReference.mjs";
|
|
56
55
|
export * from "./AgentsValidationError.mjs";
|
|
57
56
|
export * from "./AgentsValidationErrorErrorsItem.mjs";
|
|
58
57
|
export * from "./AgentsValidationErrorResponse.mjs";
|
|
@@ -137,7 +136,6 @@ export * from "./StreamConfigStatusMessage.mjs";
|
|
|
137
136
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
138
137
|
export * from "./StreamConfigTranscription.mjs";
|
|
139
138
|
export * from "./StreamConfigXCortiRetentionPolicy.mjs";
|
|
140
|
-
export * from "./StreamDeltaUsageMessage.mjs";
|
|
141
139
|
export * from "./StreamEndedMessage.mjs";
|
|
142
140
|
export * from "./StreamEndMessage.mjs";
|
|
143
141
|
export * from "./StreamErrorDetail.mjs";
|
|
@@ -170,7 +168,6 @@ export * from "./TranscribeConfig.mjs";
|
|
|
170
168
|
export * from "./TranscribeConfigMessage.mjs";
|
|
171
169
|
export * from "./TranscribeConfigStatusMessage.mjs";
|
|
172
170
|
export * from "./TranscribeConfigStatusMessageType.mjs";
|
|
173
|
-
export * from "./TranscribeDeltaUsageMessage.mjs";
|
|
174
171
|
export * from "./TranscribeEndedMessage.mjs";
|
|
175
172
|
export * from "./TranscribeEndMessage.mjs";
|
|
176
173
|
export * from "./TranscribeErrorMessage.mjs";
|
|
@@ -1,10 +1,25 @@
|
|
|
1
|
+
import type { OAuthAuthProvider } from "../auth/OAuthAuthProvider.mjs";
|
|
1
2
|
import { CortiClient as BaseCortiClient } from "../Client.mjs";
|
|
2
3
|
import type * as environments from "../environments.mjs";
|
|
3
|
-
import { CustomAgents } from "./agents/CustomAgents.mjs";
|
|
4
4
|
import { CortiAuth } from "./auth/CortiAuth.mjs";
|
|
5
5
|
import { CustomStream } from "./stream/CustomStream.mjs";
|
|
6
6
|
import { CustomTranscribe } from "./transcribe/CustomTranscribe.mjs";
|
|
7
7
|
import { type Environment } from "./utils/environment.mjs";
|
|
8
|
+
type TokenDerivableAuth = {
|
|
9
|
+
accessToken: string;
|
|
10
|
+
refreshAccessToken?: OAuthAuthProvider.RefreshAccessTokenFunction;
|
|
11
|
+
expiresIn?: number;
|
|
12
|
+
refreshToken?: string;
|
|
13
|
+
refreshExpiresIn?: number;
|
|
14
|
+
clientId?: string;
|
|
15
|
+
} | {
|
|
16
|
+
refreshAccessToken: OAuthAuthProvider.RefreshAccessTokenFunction;
|
|
17
|
+
accessToken?: string;
|
|
18
|
+
expiresIn?: number;
|
|
19
|
+
refreshToken?: string;
|
|
20
|
+
refreshExpiresIn?: number;
|
|
21
|
+
clientId?: string;
|
|
22
|
+
};
|
|
8
23
|
type OptionsBase = Omit<BaseCortiClient.Options, "clientId" | "clientSecret" | "token" | "environment" | "tenantName" | "baseUrl"> & {
|
|
9
24
|
withCredentials?: boolean;
|
|
10
25
|
/**
|
|
@@ -15,23 +30,71 @@ type OptionsBase = Omit<BaseCortiClient.Options, "clientId" | "clientSecret" | "
|
|
|
15
30
|
encodeHeadersAsWsProtocols?: boolean;
|
|
16
31
|
};
|
|
17
32
|
export declare namespace CortiClient {
|
|
18
|
-
type Auth =
|
|
33
|
+
type Auth = {
|
|
34
|
+
clientId: string;
|
|
35
|
+
clientSecret: string;
|
|
36
|
+
} | {
|
|
37
|
+
accessToken: string;
|
|
38
|
+
refreshAccessToken?: OAuthAuthProvider.RefreshAccessTokenFunction;
|
|
39
|
+
expiresIn?: number;
|
|
40
|
+
refreshToken?: string;
|
|
41
|
+
refreshExpiresIn?: number;
|
|
42
|
+
clientId?: string;
|
|
43
|
+
} | {
|
|
44
|
+
clientId: string;
|
|
45
|
+
username: string;
|
|
46
|
+
password: string;
|
|
47
|
+
} | {
|
|
48
|
+
clientId: string;
|
|
49
|
+
clientSecret: string;
|
|
50
|
+
code: string;
|
|
51
|
+
redirectUri: string;
|
|
52
|
+
} | {
|
|
53
|
+
clientId: string;
|
|
54
|
+
code: string;
|
|
55
|
+
redirectUri: string;
|
|
56
|
+
codeVerifier?: string;
|
|
57
|
+
} | {
|
|
58
|
+
refreshAccessToken: OAuthAuthProvider.RefreshAccessTokenFunction;
|
|
59
|
+
accessToken?: string;
|
|
60
|
+
expiresIn?: number;
|
|
61
|
+
refreshToken?: string;
|
|
62
|
+
refreshExpiresIn?: number;
|
|
63
|
+
clientId?: string;
|
|
64
|
+
};
|
|
19
65
|
type Options = (OptionsBase & {
|
|
20
|
-
auth:
|
|
66
|
+
auth: {
|
|
67
|
+
clientId: string;
|
|
68
|
+
clientSecret: string;
|
|
69
|
+
} | {
|
|
70
|
+
clientId: string;
|
|
71
|
+
username: string;
|
|
72
|
+
password: string;
|
|
73
|
+
} | {
|
|
74
|
+
clientId: string;
|
|
75
|
+
clientSecret: string;
|
|
76
|
+
code: string;
|
|
77
|
+
redirectUri: string;
|
|
78
|
+
} | {
|
|
79
|
+
clientId: string;
|
|
80
|
+
code: string;
|
|
81
|
+
redirectUri: string;
|
|
82
|
+
codeVerifier?: string;
|
|
83
|
+
};
|
|
21
84
|
tenantName: string;
|
|
22
85
|
environment: Environment;
|
|
23
86
|
}) | (OptionsBase & {
|
|
24
|
-
auth:
|
|
87
|
+
auth: TokenDerivableAuth;
|
|
25
88
|
tenantName?: string;
|
|
26
89
|
environment?: Environment;
|
|
27
90
|
}) | (OptionsBase & {
|
|
28
91
|
baseUrl: string;
|
|
29
|
-
auth?: Auth;
|
|
92
|
+
auth?: CortiClient.Auth;
|
|
30
93
|
tenantName?: string;
|
|
31
94
|
environment?: Environment;
|
|
32
95
|
}) | (OptionsBase & {
|
|
33
96
|
environment: environments.CortiEnvironmentUrls;
|
|
34
|
-
auth?: Auth;
|
|
97
|
+
auth?: CortiClient.Auth;
|
|
35
98
|
tenantName?: string;
|
|
36
99
|
});
|
|
37
100
|
interface RequestOptions extends BaseCortiClient.RequestOptions {
|
|
@@ -41,29 +104,10 @@ export declare class CortiClient extends BaseCortiClient {
|
|
|
41
104
|
protected _auth: CortiAuth | undefined;
|
|
42
105
|
protected _stream: CustomStream | undefined;
|
|
43
106
|
protected _transcribe: CustomTranscribe | undefined;
|
|
44
|
-
protected _agents: CustomAgents | undefined;
|
|
45
107
|
private readonly _encodeHeadersAsWsProtocols;
|
|
46
108
|
constructor(options: CortiClient.Options);
|
|
47
109
|
get auth(): CortiAuth;
|
|
48
110
|
get stream(): CustomStream;
|
|
49
111
|
get transcribe(): CustomTranscribe;
|
|
50
|
-
get agents(): CustomAgents;
|
|
51
|
-
/**
|
|
52
|
-
* Retrieves authentication headers for API requests.
|
|
53
|
-
*
|
|
54
|
-
* This method returns a Headers object containing the Authorization header with a valid
|
|
55
|
-
* bearer token and the Tenant-Name header. The token is automatically refreshed if needed.
|
|
56
|
-
*
|
|
57
|
-
* @returns A Promise that resolves to a Headers object with Authorization and Tenant-Name headers
|
|
58
|
-
*
|
|
59
|
-
* @example
|
|
60
|
-
* ```typescript
|
|
61
|
-
* const client = new CortiClient({ ... });
|
|
62
|
-
* const headers = await client.getAuthHeaders();
|
|
63
|
-
* console.log(headers.get("Authorization")); // "Bearer ..."
|
|
64
|
-
* console.log(headers.get("Tenant-Name")); // "your-tenant"
|
|
65
|
-
* ```
|
|
66
|
-
*/
|
|
67
|
-
getAuthHeaders: () => Promise<Headers>;
|
|
68
112
|
}
|
|
69
113
|
export {};
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
1
|
import { CortiClient as BaseCortiClient } from "../Client.mjs";
|
|
11
|
-
import * as core from "../core/index.mjs";
|
|
12
|
-
import { CustomAgents } from "./agents/CustomAgents.mjs";
|
|
13
2
|
import { CortiAuth } from "./auth/CortiAuth.mjs";
|
|
14
3
|
import { CustomStream } from "./stream/CustomStream.mjs";
|
|
15
4
|
import { CustomTranscribe } from "./transcribe/CustomTranscribe.mjs";
|
|
@@ -23,27 +12,6 @@ export class CortiClient extends BaseCortiClient {
|
|
|
23
12
|
const ctx = resolveClientOptions(options);
|
|
24
13
|
const restOptions = Object.assign(Object.assign(Object.assign({}, opts), { tenantName: ctx.tenantName, environment: getEnvironment(ctx.environment) }), (ctx.initialTokenResponse != null ? { initialTokenResponse: ctx.initialTokenResponse } : {}));
|
|
25
14
|
super(authToBaseOptions(opts.auth, restOptions));
|
|
26
|
-
/**
|
|
27
|
-
* Retrieves authentication headers for API requests.
|
|
28
|
-
*
|
|
29
|
-
* This method returns a Headers object containing the Authorization header with a valid
|
|
30
|
-
* bearer token and the Tenant-Name header. The token is automatically refreshed if needed.
|
|
31
|
-
*
|
|
32
|
-
* @returns A Promise that resolves to a Headers object with Authorization and Tenant-Name headers
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
35
|
-
* ```typescript
|
|
36
|
-
* const client = new CortiClient({ ... });
|
|
37
|
-
* const headers = await client.getAuthHeaders();
|
|
38
|
-
* console.log(headers.get("Authorization")); // "Bearer ..."
|
|
39
|
-
* console.log(headers.get("Tenant-Name")); // "your-tenant"
|
|
40
|
-
* ```
|
|
41
|
-
*/
|
|
42
|
-
this.getAuthHeaders = () => __awaiter(this, void 0, void 0, function* () {
|
|
43
|
-
var _a;
|
|
44
|
-
const req = yield this._options.authProvider.getAuthRequest();
|
|
45
|
-
return new Headers(Object.assign(Object.assign({}, ((_a = req.headers) !== null && _a !== void 0 ? _a : {})), { "Tenant-Name": yield core.Supplier.get(this._options.tenantName) }));
|
|
46
|
-
});
|
|
47
15
|
setDefaultWithCredentials(options.withCredentials);
|
|
48
16
|
this._encodeHeadersAsWsProtocols = options.encodeHeadersAsWsProtocols;
|
|
49
17
|
}
|
|
@@ -59,8 +27,4 @@ export class CortiClient extends BaseCortiClient {
|
|
|
59
27
|
var _a;
|
|
60
28
|
return ((_a = this._transcribe) !== null && _a !== void 0 ? _a : (this._transcribe = new CustomTranscribe(Object.assign(Object.assign({}, this._options), { encodeHeadersAsWsProtocols: this._encodeHeadersAsWsProtocols }))));
|
|
61
29
|
}
|
|
62
|
-
get agents() {
|
|
63
|
-
var _a;
|
|
64
|
-
return ((_a = this._agents) !== null && _a !== void 0 ? _a : (this._agents = new CustomAgents(this._options)));
|
|
65
|
-
}
|
|
66
30
|
}
|
|
@@ -45,32 +45,6 @@ export declare namespace CortiAuth {
|
|
|
45
45
|
codeVerifier?: string;
|
|
46
46
|
scopes?: string[];
|
|
47
47
|
}
|
|
48
|
-
/**
|
|
49
|
-
* Auth shapes used by `CortiClient` when passing `auth: ...`.
|
|
50
|
-
*/
|
|
51
|
-
type AuthClientCredentials = {
|
|
52
|
-
clientId: string;
|
|
53
|
-
clientSecret: string;
|
|
54
|
-
};
|
|
55
|
-
type AuthRopc = Omit<GetRopcFlowTokenRequest, "scopes">;
|
|
56
|
-
type AuthCode = Omit<GetCodeFlowTokenRequest, "scopes">;
|
|
57
|
-
type AuthPkce = Omit<GetPkceFlowTokenRequest, "scopes">;
|
|
58
|
-
type AuthTokenDerivable = {
|
|
59
|
-
accessToken: string;
|
|
60
|
-
refreshAccessToken?: OAuthAuthProvider.RefreshAccessTokenFunction;
|
|
61
|
-
expiresIn?: number;
|
|
62
|
-
refreshToken?: string;
|
|
63
|
-
refreshExpiresIn?: number;
|
|
64
|
-
clientId?: string;
|
|
65
|
-
} | {
|
|
66
|
-
refreshAccessToken: OAuthAuthProvider.RefreshAccessTokenFunction;
|
|
67
|
-
accessToken?: string;
|
|
68
|
-
expiresIn?: number;
|
|
69
|
-
refreshToken?: string;
|
|
70
|
-
refreshExpiresIn?: number;
|
|
71
|
-
clientId?: string;
|
|
72
|
-
};
|
|
73
|
-
type AuthServer = AuthClientCredentials | AuthRopc | AuthCode | AuthPkce;
|
|
74
48
|
/** Parameters for authorizeURL — builds the Keycloak authorization endpoint URL. */
|
|
75
49
|
interface AuthorizationCodeClient {
|
|
76
50
|
clientId: string;
|
|
@@ -87,7 +61,6 @@ export declare namespace CortiAuth {
|
|
|
87
61
|
}
|
|
88
62
|
}
|
|
89
63
|
export declare class CortiAuth extends AuthClient {
|
|
90
|
-
private readonly _tenantName;
|
|
91
64
|
/** No-op auth provider so super.token() does not trigger OAuth refresh. When auth is omitted, a dummy token is passed so the base constructor does not throw. */
|
|
92
65
|
constructor(options: CortiAuth.Options);
|
|
93
66
|
/**
|
|
@@ -25,19 +25,13 @@ import { buildTokenRequestBody } from "../utils/buildTokenRequestBody.mjs";
|
|
|
25
25
|
import { getEnvironment } from "../utils/environment.mjs";
|
|
26
26
|
import { CODE_VERIFIER_KEY, getLocalStorageItem, setLocalStorageItem } from "../utils/localStorageHelpers.mjs";
|
|
27
27
|
import { generateCodeChallenge, generateCodeVerifier } from "../utils/pkceHelpers.mjs";
|
|
28
|
-
import { stripFernNormalizedHeaders } from "../utils/stripFernNormalizedHeaders.mjs";
|
|
29
28
|
export class CortiAuth extends AuthClient {
|
|
30
29
|
/** No-op auth provider so super.token() does not trigger OAuth refresh. When auth is omitted, a dummy token is passed so the base constructor does not throw. */
|
|
31
30
|
constructor(options) {
|
|
32
31
|
var _a;
|
|
33
|
-
const { environment
|
|
34
|
-
super(Object.assign(Object.assign({}, rest), {
|
|
35
|
-
// @ts-expect-error it suppose to be required, but we need to filter out header without rewriting too much
|
|
36
|
-
tenantName: null, environment: getEnvironment(environment), token: (_a = options.token) !== null && _a !== void 0 ? _a : (() => "") }));
|
|
37
|
-
this._tenantName = tenantName;
|
|
32
|
+
const { environment } = options, rest = __rest(options, ["environment"]);
|
|
33
|
+
super(Object.assign(Object.assign({}, rest), { environment: getEnvironment(environment), token: (_a = options.token) !== null && _a !== void 0 ? _a : (() => "") }));
|
|
38
34
|
this._options.authProvider = new core.NoOpAuthProvider();
|
|
39
|
-
/** Stripping Fern headers to bypass CORS on authentication requests */
|
|
40
|
-
this._options.headers = stripFernNormalizedHeaders(this._options.headers);
|
|
41
35
|
}
|
|
42
36
|
/**
|
|
43
37
|
* Exchange credentials for a short-lived access token using the tenant token endpoint (client_credentials).
|
|
@@ -62,7 +56,7 @@ export class CortiAuth extends AuthClient {
|
|
|
62
56
|
_getTokenWithTenant(request, requestOptions) {
|
|
63
57
|
return __awaiter(this, void 0, void 0, function* () {
|
|
64
58
|
const authRequest = buildTokenRequestBody(request);
|
|
65
|
-
const tenantName = yield core.Supplier.get(this.
|
|
59
|
+
const tenantName = yield core.Supplier.get(this._options.tenantName);
|
|
66
60
|
return this.token(tenantName, authRequest, requestOptions).withRawResponse();
|
|
67
61
|
});
|
|
68
62
|
}
|
|
@@ -138,7 +132,7 @@ export class CortiAuth extends AuthClient {
|
|
|
138
132
|
authorizeURL(_a, options_1) {
|
|
139
133
|
return __awaiter(this, arguments, void 0, function* ({ clientId, redirectUri, codeChallenge, scopes }, options) {
|
|
140
134
|
const envUrls = yield core.Supplier.get(this._options.environment);
|
|
141
|
-
const tenantName = yield core.Supplier.get(this.
|
|
135
|
+
const tenantName = yield core.Supplier.get(this._options.tenantName);
|
|
142
136
|
const authUrl = new URL(core.url.join(envUrls.login, tenantName, "protocol/openid-connect/auth"));
|
|
143
137
|
authUrl.searchParams.set("response_type", "code");
|
|
144
138
|
const allScopes = ["openid", "profile", ...(scopes !== null && scopes !== void 0 ? scopes : [])];
|
|
@@ -28,6 +28,7 @@ import { parseStreamResponseType } from "./parseStreamResponseType.mjs";
|
|
|
28
28
|
const STREAM_CONFIG_REJECTION_TYPES = [
|
|
29
29
|
Corti.StreamConfigStatusMessageType.ConfigDenied,
|
|
30
30
|
Corti.StreamConfigStatusMessageType.ConfigMissing,
|
|
31
|
+
Corti.StreamConfigStatusMessageType.ConfigTimeout,
|
|
31
32
|
Corti.StreamConfigStatusMessageType.ConfigNotProvided,
|
|
32
33
|
];
|
|
33
34
|
export class CustomStream extends StreamClient {
|
|
@@ -97,9 +98,7 @@ export class CustomStream extends StreamClient {
|
|
|
97
98
|
});
|
|
98
99
|
socket.socket.addEventListener("message", (event) => {
|
|
99
100
|
const type = parseStreamResponseType(event.data);
|
|
100
|
-
if (type == null ||
|
|
101
|
-
type === Corti.StreamConfigStatusMessageType.ConfigAccepted ||
|
|
102
|
-
type === Corti.StreamConfigStatusMessageType.ConfigAlreadyReceived) {
|
|
101
|
+
if (type == null || type === Corti.StreamConfigStatusMessageType.ConfigAccepted) {
|
|
103
102
|
return;
|
|
104
103
|
}
|
|
105
104
|
if (STREAM_CONFIG_REJECTION_TYPES.includes(type) || type === "error") {
|
|
@@ -127,8 +126,7 @@ export class CustomStream extends StreamClient {
|
|
|
127
126
|
const type = parseStreamResponseType(event.data);
|
|
128
127
|
if (type == null)
|
|
129
128
|
return;
|
|
130
|
-
if (type === Corti.StreamConfigStatusMessageType.ConfigAccepted
|
|
131
|
-
type === Corti.StreamConfigStatusMessageType.ConfigAlreadyReceived) {
|
|
129
|
+
if (type === Corti.StreamConfigStatusMessageType.ConfigAccepted) {
|
|
132
130
|
cleanup();
|
|
133
131
|
resolve();
|
|
134
132
|
}
|