@corti/sdk 4.0.0-rc → 4.0.0-stt
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/BaseClient.js +2 -2
- package/dist/cjs/api/resources/documents/resources/templates/client/Client.d.ts +1 -5
- package/dist/cjs/api/resources/documents/resources/templates/client/Client.js +1 -5
- package/dist/cjs/api/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/index.js +1 -0
- package/dist/cjs/api/resources/recordings/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/recordings/client/Client.js +1 -1
- package/dist/cjs/api/resources/transcripts/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/transcripts/client/Client.js +1 -1
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptsCreateRequest.d.ts +9 -1
- package/dist/cjs/api/resources/transcripts/index.d.ts +1 -0
- package/dist/cjs/api/resources/transcripts/index.js +1 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.ts +8 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.js +3 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.ts +4 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.js +3 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.ts +6 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.js +3 -0
- package/dist/cjs/api/resources/transcripts/types/index.d.ts +3 -0
- package/dist/cjs/api/resources/transcripts/types/index.js +19 -0
- package/dist/cjs/api/types/GuidedSection.d.ts +3 -1
- package/dist/cjs/api/types/GuidedSectionSource.d.ts +2 -1
- package/dist/cjs/api/types/GuidedSectionSource.js +2 -1
- package/dist/cjs/api/types/GuidedTemplate.d.ts +3 -1
- package/dist/cjs/api/types/GuidedTemplateSource.d.ts +2 -1
- package/dist/cjs/api/types/GuidedTemplateSource.js +2 -1
- package/dist/cjs/api/types/GuidedTemplatesCreateFromScratchRequest.d.ts +1 -1
- package/dist/cjs/api/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.ts +1 -1
- package/dist/cjs/api/types/StreamConfig.d.ts +4 -0
- package/dist/cjs/api/types/StreamConfigKeyterms.d.ts +8 -0
- package/dist/cjs/api/types/StreamConfigKeyterms.js +3 -0
- package/dist/cjs/api/types/StreamConfigKeytermsTermsItem.d.ts +4 -0
- package/dist/cjs/api/types/StreamConfigKeytermsTermsItem.js +3 -0
- package/dist/cjs/api/types/StreamConfigReplacementsItem.d.ts +6 -0
- package/dist/cjs/api/types/StreamConfigReplacementsItem.js +3 -0
- package/dist/cjs/api/types/StreamConfigTranscription.d.ts +3 -1
- package/dist/cjs/api/types/StreamErrorDetail.d.ts +7 -5
- package/dist/cjs/api/types/TranscribeConfig.d.ts +3 -1
- package/dist/cjs/api/types/TranscribeConfigKeyterms.d.ts +8 -0
- package/dist/cjs/api/types/TranscribeConfigKeyterms.js +3 -0
- package/dist/cjs/api/types/TranscribeConfigKeytermsTermsItem.d.ts +4 -0
- package/dist/cjs/api/types/TranscribeConfigKeytermsTermsItem.js +3 -0
- package/dist/cjs/api/types/TranscribeErrorMessageError.d.ts +7 -5
- package/dist/cjs/api/types/index.d.ts +5 -0
- package/dist/cjs/api/types/index.js +5 -0
- package/dist/cjs/serialization/resources/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/index.js +1 -0
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.ts +6 -0
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.js +6 -0
- package/dist/cjs/serialization/resources/transcripts/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/transcripts/index.js +1 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.ts +10 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.js +42 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.ts +9 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.js +41 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.ts +10 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.js +42 -0
- package/dist/cjs/serialization/resources/transcripts/types/index.d.ts +3 -0
- package/dist/cjs/serialization/resources/transcripts/types/index.js +19 -0
- package/dist/cjs/serialization/types/GuidedSection.d.ts +1 -0
- package/dist/cjs/serialization/types/GuidedSection.js +1 -0
- package/dist/cjs/serialization/types/GuidedSectionSource.d.ts +1 -1
- package/dist/cjs/serialization/types/GuidedSectionSource.js +1 -1
- package/dist/cjs/serialization/types/GuidedTemplate.d.ts +1 -0
- package/dist/cjs/serialization/types/GuidedTemplate.js +1 -0
- package/dist/cjs/serialization/types/GuidedTemplateSource.d.ts +1 -1
- package/dist/cjs/serialization/types/GuidedTemplateSource.js +1 -1
- package/dist/cjs/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.ts +1 -1
- package/dist/cjs/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.js +1 -1
- package/dist/cjs/serialization/types/StreamConfig.d.ts +4 -0
- package/dist/cjs/serialization/types/StreamConfig.js +4 -0
- package/dist/cjs/serialization/types/StreamConfigKeyterms.d.ts +10 -0
- package/dist/cjs/serialization/types/StreamConfigKeyterms.js +42 -0
- package/dist/cjs/serialization/types/StreamConfigKeytermsTermsItem.d.ts +9 -0
- package/dist/cjs/serialization/types/StreamConfigKeytermsTermsItem.js +41 -0
- package/dist/cjs/serialization/types/StreamConfigReplacementsItem.d.ts +10 -0
- package/dist/cjs/serialization/types/StreamConfigReplacementsItem.js +42 -0
- package/dist/cjs/serialization/types/StreamConfigTranscription.d.ts +1 -0
- package/dist/cjs/serialization/types/StreamConfigTranscription.js +1 -0
- package/dist/cjs/serialization/types/StreamErrorDetail.d.ts +6 -5
- package/dist/cjs/serialization/types/StreamErrorDetail.js +6 -5
- package/dist/cjs/serialization/types/TranscribeConfig.d.ts +2 -0
- package/dist/cjs/serialization/types/TranscribeConfig.js +2 -0
- package/dist/cjs/serialization/types/TranscribeConfigKeyterms.d.ts +10 -0
- package/dist/cjs/serialization/types/TranscribeConfigKeyterms.js +42 -0
- package/dist/cjs/serialization/types/TranscribeConfigKeytermsTermsItem.d.ts +9 -0
- package/dist/cjs/serialization/types/TranscribeConfigKeytermsTermsItem.js +41 -0
- package/dist/cjs/serialization/types/TranscribeErrorMessageError.d.ts +6 -5
- package/dist/cjs/serialization/types/TranscribeErrorMessageError.js +6 -5
- package/dist/cjs/serialization/types/index.d.ts +5 -0
- package/dist/cjs/serialization/types/index.js +5 -0
- 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/documents/resources/templates/client/Client.d.mts +1 -5
- package/dist/esm/api/resources/documents/resources/templates/client/Client.mjs +1 -5
- package/dist/esm/api/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/index.mjs +1 -0
- package/dist/esm/api/resources/recordings/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/recordings/client/Client.mjs +1 -1
- package/dist/esm/api/resources/transcripts/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/transcripts/client/Client.mjs +1 -1
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptsCreateRequest.d.mts +9 -1
- package/dist/esm/api/resources/transcripts/index.d.mts +1 -0
- package/dist/esm/api/resources/transcripts/index.mjs +1 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.mts +8 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.mjs +2 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.mts +4 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.mjs +2 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.mts +6 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.mjs +2 -0
- package/dist/esm/api/resources/transcripts/types/index.d.mts +3 -0
- package/dist/esm/api/resources/transcripts/types/index.mjs +3 -0
- package/dist/esm/api/types/GuidedSection.d.mts +3 -1
- package/dist/esm/api/types/GuidedSectionSource.d.mts +2 -1
- package/dist/esm/api/types/GuidedSectionSource.mjs +2 -1
- package/dist/esm/api/types/GuidedTemplate.d.mts +3 -1
- package/dist/esm/api/types/GuidedTemplateSource.d.mts +2 -1
- package/dist/esm/api/types/GuidedTemplateSource.mjs +2 -1
- package/dist/esm/api/types/GuidedTemplatesCreateFromScratchRequest.d.mts +1 -1
- package/dist/esm/api/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.mts +1 -1
- package/dist/esm/api/types/StreamConfig.d.mts +4 -0
- package/dist/esm/api/types/StreamConfigKeyterms.d.mts +8 -0
- package/dist/esm/api/types/StreamConfigKeyterms.mjs +2 -0
- package/dist/esm/api/types/StreamConfigKeytermsTermsItem.d.mts +4 -0
- package/dist/esm/api/types/StreamConfigKeytermsTermsItem.mjs +2 -0
- package/dist/esm/api/types/StreamConfigReplacementsItem.d.mts +6 -0
- package/dist/esm/api/types/StreamConfigReplacementsItem.mjs +2 -0
- package/dist/esm/api/types/StreamConfigTranscription.d.mts +3 -1
- package/dist/esm/api/types/StreamErrorDetail.d.mts +7 -5
- package/dist/esm/api/types/TranscribeConfig.d.mts +3 -1
- package/dist/esm/api/types/TranscribeConfigKeyterms.d.mts +8 -0
- package/dist/esm/api/types/TranscribeConfigKeyterms.mjs +2 -0
- package/dist/esm/api/types/TranscribeConfigKeytermsTermsItem.d.mts +4 -0
- package/dist/esm/api/types/TranscribeConfigKeytermsTermsItem.mjs +2 -0
- package/dist/esm/api/types/TranscribeErrorMessageError.d.mts +7 -5
- package/dist/esm/api/types/index.d.mts +5 -0
- package/dist/esm/api/types/index.mjs +5 -0
- package/dist/esm/serialization/resources/index.d.mts +1 -0
- package/dist/esm/serialization/resources/index.mjs +1 -0
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.mts +6 -0
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.mjs +6 -0
- package/dist/esm/serialization/resources/transcripts/index.d.mts +1 -0
- package/dist/esm/serialization/resources/transcripts/index.mjs +1 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.mts +10 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.mjs +6 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.mts +9 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.mjs +5 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.mts +10 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.mjs +6 -0
- package/dist/esm/serialization/resources/transcripts/types/index.d.mts +3 -0
- package/dist/esm/serialization/resources/transcripts/types/index.mjs +3 -0
- package/dist/esm/serialization/types/GuidedSection.d.mts +1 -0
- package/dist/esm/serialization/types/GuidedSection.mjs +1 -0
- package/dist/esm/serialization/types/GuidedSectionSource.d.mts +1 -1
- package/dist/esm/serialization/types/GuidedSectionSource.mjs +1 -1
- package/dist/esm/serialization/types/GuidedTemplate.d.mts +1 -0
- package/dist/esm/serialization/types/GuidedTemplate.mjs +1 -0
- package/dist/esm/serialization/types/GuidedTemplateSource.d.mts +1 -1
- package/dist/esm/serialization/types/GuidedTemplateSource.mjs +1 -1
- package/dist/esm/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.mts +1 -1
- package/dist/esm/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.mjs +1 -1
- package/dist/esm/serialization/types/StreamConfig.d.mts +4 -0
- package/dist/esm/serialization/types/StreamConfig.mjs +4 -0
- package/dist/esm/serialization/types/StreamConfigKeyterms.d.mts +10 -0
- package/dist/esm/serialization/types/StreamConfigKeyterms.mjs +6 -0
- package/dist/esm/serialization/types/StreamConfigKeytermsTermsItem.d.mts +9 -0
- package/dist/esm/serialization/types/StreamConfigKeytermsTermsItem.mjs +5 -0
- package/dist/esm/serialization/types/StreamConfigReplacementsItem.d.mts +10 -0
- package/dist/esm/serialization/types/StreamConfigReplacementsItem.mjs +6 -0
- package/dist/esm/serialization/types/StreamConfigTranscription.d.mts +1 -0
- package/dist/esm/serialization/types/StreamConfigTranscription.mjs +1 -0
- package/dist/esm/serialization/types/StreamErrorDetail.d.mts +6 -5
- package/dist/esm/serialization/types/StreamErrorDetail.mjs +6 -5
- package/dist/esm/serialization/types/TranscribeConfig.d.mts +2 -0
- package/dist/esm/serialization/types/TranscribeConfig.mjs +2 -0
- package/dist/esm/serialization/types/TranscribeConfigKeyterms.d.mts +10 -0
- package/dist/esm/serialization/types/TranscribeConfigKeyterms.mjs +6 -0
- package/dist/esm/serialization/types/TranscribeConfigKeytermsTermsItem.d.mts +9 -0
- package/dist/esm/serialization/types/TranscribeConfigKeytermsTermsItem.mjs +5 -0
- package/dist/esm/serialization/types/TranscribeErrorMessageError.d.mts +6 -5
- package/dist/esm/serialization/types/TranscribeErrorMessageError.mjs +6 -5
- package/dist/esm/serialization/types/index.d.mts +5 -0
- package/dist/esm/serialization/types/index.mjs +5 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
|
@@ -20,3 +20,4 @@ export * from "./transcribe/client/socket/index.mjs";
|
|
|
20
20
|
export * as transcribe from "./transcribe/index.mjs";
|
|
21
21
|
export * from "./transcripts/client/requests/index.mjs";
|
|
22
22
|
export * as transcripts from "./transcripts/index.mjs";
|
|
23
|
+
export * from "./transcripts/types/index.mjs";
|
package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.mts
CHANGED
|
@@ -3,15 +3,21 @@ import * as core from "../../../../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../../../../index.mjs";
|
|
4
4
|
import { TranscriptsParticipant } from "../../../../types/TranscriptsParticipant.mjs";
|
|
5
5
|
import { Uuid } from "../../../../types/Uuid.mjs";
|
|
6
|
+
import { TranscriptsCreateRequestKeyterms } from "../../types/TranscriptsCreateRequestKeyterms.mjs";
|
|
7
|
+
import { TranscriptsCreateRequestReplacementsItem } from "../../types/TranscriptsCreateRequestReplacementsItem.mjs";
|
|
6
8
|
export declare const TranscriptsCreateRequest: core.serialization.Schema<serializers.TranscriptsCreateRequest.Raw, Corti.TranscriptsCreateRequest>;
|
|
7
9
|
export declare namespace TranscriptsCreateRequest {
|
|
8
10
|
interface Raw {
|
|
9
11
|
recordingId: Uuid.Raw;
|
|
10
12
|
primaryLanguage: string;
|
|
13
|
+
spokenPunctuation?: boolean | null;
|
|
14
|
+
automaticPunctuation?: boolean | null;
|
|
11
15
|
isDictation?: boolean | null;
|
|
12
16
|
isMultichannel?: boolean | null;
|
|
13
17
|
diarize?: boolean | null;
|
|
14
18
|
participants?: TranscriptsParticipant.Raw[] | null;
|
|
15
19
|
async?: boolean | null;
|
|
20
|
+
replacements?: TranscriptsCreateRequestReplacementsItem.Raw[] | null;
|
|
21
|
+
keyterms?: TranscriptsCreateRequestKeyterms.Raw | null;
|
|
16
22
|
}
|
|
17
23
|
}
|
package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.mjs
CHANGED
|
@@ -2,12 +2,18 @@
|
|
|
2
2
|
import * as core from "../../../../../core/index.mjs";
|
|
3
3
|
import { TranscriptsParticipant } from "../../../../types/TranscriptsParticipant.mjs";
|
|
4
4
|
import { Uuid } from "../../../../types/Uuid.mjs";
|
|
5
|
+
import { TranscriptsCreateRequestKeyterms } from "../../types/TranscriptsCreateRequestKeyterms.mjs";
|
|
6
|
+
import { TranscriptsCreateRequestReplacementsItem } from "../../types/TranscriptsCreateRequestReplacementsItem.mjs";
|
|
5
7
|
export const TranscriptsCreateRequest = core.serialization.object({
|
|
6
8
|
recordingId: Uuid,
|
|
7
9
|
primaryLanguage: core.serialization.string(),
|
|
10
|
+
spokenPunctuation: core.serialization.boolean().optional(),
|
|
11
|
+
automaticPunctuation: core.serialization.boolean().optional(),
|
|
8
12
|
isDictation: core.serialization.boolean().optional(),
|
|
9
13
|
isMultichannel: core.serialization.boolean().optional(),
|
|
10
14
|
diarize: core.serialization.boolean().optional(),
|
|
11
15
|
participants: core.serialization.list(TranscriptsParticipant).optional(),
|
|
12
16
|
async: core.serialization.boolean().optional(),
|
|
17
|
+
replacements: core.serialization.list(TranscriptsCreateRequestReplacementsItem).optional(),
|
|
18
|
+
keyterms: TranscriptsCreateRequestKeyterms.optional(),
|
|
13
19
|
});
|
package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.mts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Corti from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
import { TranscriptsCreateRequestKeytermsTermsItem } from "./TranscriptsCreateRequestKeytermsTermsItem.mjs";
|
|
5
|
+
export declare const TranscriptsCreateRequestKeyterms: core.serialization.ObjectSchema<serializers.TranscriptsCreateRequestKeyterms.Raw, Corti.TranscriptsCreateRequestKeyterms>;
|
|
6
|
+
export declare namespace TranscriptsCreateRequestKeyterms {
|
|
7
|
+
interface Raw {
|
|
8
|
+
terms?: TranscriptsCreateRequestKeytermsTermsItem.Raw[] | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import { TranscriptsCreateRequestKeytermsTermsItem } from "./TranscriptsCreateRequestKeytermsTermsItem.mjs";
|
|
4
|
+
export const TranscriptsCreateRequestKeyterms = core.serialization.object({
|
|
5
|
+
terms: core.serialization.list(TranscriptsCreateRequestKeytermsTermsItem).optional(),
|
|
6
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as Corti from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
export declare const TranscriptsCreateRequestKeytermsTermsItem: core.serialization.ObjectSchema<serializers.TranscriptsCreateRequestKeytermsTermsItem.Raw, Corti.TranscriptsCreateRequestKeytermsTermsItem>;
|
|
5
|
+
export declare namespace TranscriptsCreateRequestKeytermsTermsItem {
|
|
6
|
+
interface Raw {
|
|
7
|
+
term: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Corti from "../../../../api/index.mjs";
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../../../index.mjs";
|
|
4
|
+
export declare const TranscriptsCreateRequestReplacementsItem: core.serialization.ObjectSchema<serializers.TranscriptsCreateRequestReplacementsItem.Raw, Corti.TranscriptsCreateRequestReplacementsItem>;
|
|
5
|
+
export declare namespace TranscriptsCreateRequestReplacementsItem {
|
|
6
|
+
interface Raw {
|
|
7
|
+
find: string;
|
|
8
|
+
replace: string;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../../../core/index.mjs";
|
|
3
|
+
export const TranscriptsCreateRequestReplacementsItem = core.serialization.object({
|
|
4
|
+
find: core.serialization.string(),
|
|
5
|
+
replace: core.serialization.string(),
|
|
6
|
+
});
|
|
@@ -18,6 +18,7 @@ export declare namespace GuidedSection {
|
|
|
18
18
|
description?: string | null;
|
|
19
19
|
labels: GuidedLabel.Raw[];
|
|
20
20
|
publishedVersion?: GuidedSectionVersion.Raw | null;
|
|
21
|
+
createdBy?: string | null;
|
|
21
22
|
createdAt: string;
|
|
22
23
|
updatedAt: string;
|
|
23
24
|
deletedAt?: (string | null | undefined) | null;
|
|
@@ -15,6 +15,7 @@ export const GuidedSection = core.serialization.object({
|
|
|
15
15
|
description: core.serialization.string().optional(),
|
|
16
16
|
labels: core.serialization.list(GuidedLabel),
|
|
17
17
|
publishedVersion: GuidedSectionVersion.optional(),
|
|
18
|
+
createdBy: core.serialization.string().optional(),
|
|
18
19
|
createdAt: core.serialization.date(),
|
|
19
20
|
updatedAt: core.serialization.date(),
|
|
20
21
|
deletedAt: core.serialization.date().optionalNullable(),
|
|
@@ -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 GuidedSectionSource: core.serialization.Schema<serializers.GuidedSectionSource.Raw, Corti.GuidedSectionSource>;
|
|
5
5
|
export declare namespace GuidedSectionSource {
|
|
6
|
-
type Raw = "user" | "corti";
|
|
6
|
+
type Raw = "user" | "corti" | "project";
|
|
7
7
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
|
-
export const GuidedSectionSource = core.serialization.enum_(["user", "corti"]);
|
|
3
|
+
export const GuidedSectionSource = core.serialization.enum_(["user", "corti", "project"]);
|
|
@@ -18,6 +18,7 @@ export declare namespace GuidedTemplate {
|
|
|
18
18
|
specialties: string[];
|
|
19
19
|
labels: GuidedLabel.Raw[];
|
|
20
20
|
publishedVersion?: GuidedTemplateVersion.Raw | null;
|
|
21
|
+
createdBy?: string | null;
|
|
21
22
|
createdAt: string;
|
|
22
23
|
updatedAt: string;
|
|
23
24
|
deletedAt?: (string | null | undefined) | null;
|
|
@@ -15,6 +15,7 @@ export const GuidedTemplate = core.serialization.object({
|
|
|
15
15
|
specialties: core.serialization.list(core.serialization.string()),
|
|
16
16
|
labels: core.serialization.list(GuidedLabel),
|
|
17
17
|
publishedVersion: GuidedTemplateVersion.optional(),
|
|
18
|
+
createdBy: core.serialization.string().optional(),
|
|
18
19
|
createdAt: core.serialization.date(),
|
|
19
20
|
updatedAt: core.serialization.date(),
|
|
20
21
|
deletedAt: core.serialization.date().optionalNullable(),
|
|
@@ -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 GuidedTemplateSource: core.serialization.Schema<serializers.GuidedTemplateSource.Raw, Corti.GuidedTemplateSource>;
|
|
5
5
|
export declare namespace GuidedTemplateSource {
|
|
6
|
-
type Raw = "user" | "corti";
|
|
6
|
+
type Raw = "user" | "corti" | "project";
|
|
7
7
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
|
-
export const GuidedTemplateSource = core.serialization.enum_(["user", "corti"]);
|
|
3
|
+
export const GuidedTemplateSource = core.serialization.enum_(["user", "corti", "project"]);
|
package/dist/esm/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.mts
CHANGED
|
@@ -6,7 +6,7 @@ import { GuidedTemplatesVersionSectionRequest } from "./GuidedTemplatesVersionSe
|
|
|
6
6
|
export declare const GuidedTemplatesCreateFromScratchRequestGeneration: core.serialization.ObjectSchema<serializers.GuidedTemplatesCreateFromScratchRequestGeneration.Raw, Corti.GuidedTemplatesCreateFromScratchRequestGeneration>;
|
|
7
7
|
export declare namespace GuidedTemplatesCreateFromScratchRequestGeneration {
|
|
8
8
|
interface Raw {
|
|
9
|
-
instructions
|
|
9
|
+
instructions?: GuidedTemplateInstructions.Raw | null;
|
|
10
10
|
sections?: GuidedTemplatesVersionSectionRequest.Raw[] | null;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -3,6 +3,6 @@ import * as core from "../../core/index.mjs";
|
|
|
3
3
|
import { GuidedTemplateInstructions } from "./GuidedTemplateInstructions.mjs";
|
|
4
4
|
import { GuidedTemplatesVersionSectionRequest } from "./GuidedTemplatesVersionSectionRequest.mjs";
|
|
5
5
|
export const GuidedTemplatesCreateFromScratchRequestGeneration = core.serialization.object({
|
|
6
|
-
instructions: GuidedTemplateInstructions,
|
|
6
|
+
instructions: GuidedTemplateInstructions.optional(),
|
|
7
7
|
sections: core.serialization.list(GuidedTemplatesVersionSectionRequest).optional(),
|
|
8
8
|
});
|
|
@@ -2,7 +2,9 @@ import type * as Corti from "../../api/index.mjs";
|
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
3
|
import type * as serializers from "../index.mjs";
|
|
4
4
|
import { StreamAudioEventsConfig } from "./StreamAudioEventsConfig.mjs";
|
|
5
|
+
import { StreamConfigKeyterms } from "./StreamConfigKeyterms.mjs";
|
|
5
6
|
import { StreamConfigMode } from "./StreamConfigMode.mjs";
|
|
7
|
+
import { StreamConfigReplacementsItem } from "./StreamConfigReplacementsItem.mjs";
|
|
6
8
|
import { StreamConfigRetentionPolicy } from "./StreamConfigRetentionPolicy.mjs";
|
|
7
9
|
import { StreamConfigTranscription } from "./StreamConfigTranscription.mjs";
|
|
8
10
|
export declare const StreamConfig: core.serialization.ObjectSchema<serializers.StreamConfig.Raw, Corti.StreamConfig>;
|
|
@@ -13,5 +15,7 @@ export declare namespace StreamConfig {
|
|
|
13
15
|
retentionPolicy?: StreamConfigRetentionPolicy.Raw | null;
|
|
14
16
|
audioEvents?: StreamAudioEventsConfig.Raw | null;
|
|
15
17
|
audioFormat?: string | null;
|
|
18
|
+
replacements?: StreamConfigReplacementsItem.Raw[] | null;
|
|
19
|
+
keyterms?: StreamConfigKeyterms.Raw | null;
|
|
16
20
|
}
|
|
17
21
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
3
|
import { StreamAudioEventsConfig } from "./StreamAudioEventsConfig.mjs";
|
|
4
|
+
import { StreamConfigKeyterms } from "./StreamConfigKeyterms.mjs";
|
|
4
5
|
import { StreamConfigMode } from "./StreamConfigMode.mjs";
|
|
6
|
+
import { StreamConfigReplacementsItem } from "./StreamConfigReplacementsItem.mjs";
|
|
5
7
|
import { StreamConfigRetentionPolicy } from "./StreamConfigRetentionPolicy.mjs";
|
|
6
8
|
import { StreamConfigTranscription } from "./StreamConfigTranscription.mjs";
|
|
7
9
|
export const StreamConfig = core.serialization.object({
|
|
@@ -10,4 +12,6 @@ export const StreamConfig = core.serialization.object({
|
|
|
10
12
|
retentionPolicy: StreamConfigRetentionPolicy.optional(),
|
|
11
13
|
audioEvents: StreamAudioEventsConfig.optional(),
|
|
12
14
|
audioFormat: core.serialization.string().optional(),
|
|
15
|
+
replacements: core.serialization.list(StreamConfigReplacementsItem).optional(),
|
|
16
|
+
keyterms: StreamConfigKeyterms.optional(),
|
|
13
17
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
import { StreamConfigKeytermsTermsItem } from "./StreamConfigKeytermsTermsItem.mjs";
|
|
5
|
+
export declare const StreamConfigKeyterms: core.serialization.ObjectSchema<serializers.StreamConfigKeyterms.Raw, Corti.StreamConfigKeyterms>;
|
|
6
|
+
export declare namespace StreamConfigKeyterms {
|
|
7
|
+
interface Raw {
|
|
8
|
+
terms?: StreamConfigKeytermsTermsItem.Raw[] | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import { StreamConfigKeytermsTermsItem } from "./StreamConfigKeytermsTermsItem.mjs";
|
|
4
|
+
export const StreamConfigKeyterms = core.serialization.object({
|
|
5
|
+
terms: core.serialization.list(StreamConfigKeytermsTermsItem).optional(),
|
|
6
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
export declare const StreamConfigKeytermsTermsItem: core.serialization.ObjectSchema<serializers.StreamConfigKeytermsTermsItem.Raw, Corti.StreamConfigKeytermsTermsItem>;
|
|
5
|
+
export declare namespace StreamConfigKeytermsTermsItem {
|
|
6
|
+
interface Raw {
|
|
7
|
+
term: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
export declare const StreamConfigReplacementsItem: core.serialization.ObjectSchema<serializers.StreamConfigReplacementsItem.Raw, Corti.StreamConfigReplacementsItem>;
|
|
5
|
+
export declare namespace StreamConfigReplacementsItem {
|
|
6
|
+
interface Raw {
|
|
7
|
+
find: string;
|
|
8
|
+
replace: string;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -7,6 +7,7 @@ export declare const StreamConfigTranscription: core.serialization.ObjectSchema<
|
|
|
7
7
|
export declare namespace StreamConfigTranscription {
|
|
8
8
|
interface Raw {
|
|
9
9
|
primaryLanguage: StreamSupportedLanguage.Raw;
|
|
10
|
+
diarize?: boolean | null;
|
|
10
11
|
isDiarization?: boolean | null;
|
|
11
12
|
isMultichannel?: boolean | null;
|
|
12
13
|
participants: StreamConfigParticipant.Raw[];
|
|
@@ -4,6 +4,7 @@ import { StreamConfigParticipant } from "./StreamConfigParticipant.mjs";
|
|
|
4
4
|
import { StreamSupportedLanguage } from "./StreamSupportedLanguage.mjs";
|
|
5
5
|
export const StreamConfigTranscription = core.serialization.object({
|
|
6
6
|
primaryLanguage: StreamSupportedLanguage,
|
|
7
|
+
diarize: core.serialization.boolean().optional(),
|
|
7
8
|
isDiarization: core.serialization.boolean().optional(),
|
|
8
9
|
isMultichannel: core.serialization.boolean().optional(),
|
|
9
10
|
participants: core.serialization.list(StreamConfigParticipant),
|
|
@@ -4,10 +4,11 @@ import type * as serializers from "../index.mjs";
|
|
|
4
4
|
export declare const StreamErrorDetail: core.serialization.ObjectSchema<serializers.StreamErrorDetail.Raw, Corti.StreamErrorDetail>;
|
|
5
5
|
export declare namespace StreamErrorDetail {
|
|
6
6
|
interface Raw {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
requestid?: string | null;
|
|
8
|
+
id?: string | null;
|
|
9
|
+
title?: string | null;
|
|
10
|
+
status?: number | null;
|
|
11
|
+
details?: string | null;
|
|
12
|
+
doc?: string | null;
|
|
12
13
|
}
|
|
13
14
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
3
|
export const StreamErrorDetail = core.serialization.object({
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
requestid: core.serialization.string().optional(),
|
|
5
|
+
id: core.serialization.string().optional(),
|
|
6
|
+
title: core.serialization.string().optional(),
|
|
7
|
+
status: core.serialization.number().optional(),
|
|
8
|
+
details: core.serialization.string().optional(),
|
|
9
|
+
doc: core.serialization.string().optional(),
|
|
9
10
|
});
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../index.mjs";
|
|
4
4
|
import { TranscribeAudioEventsConfig } from "./TranscribeAudioEventsConfig.mjs";
|
|
5
5
|
import { TranscribeCommand } from "./TranscribeCommand.mjs";
|
|
6
|
+
import { TranscribeConfigKeyterms } from "./TranscribeConfigKeyterms.mjs";
|
|
6
7
|
import { TranscribeConfigReplacementsItem } from "./TranscribeConfigReplacementsItem.mjs";
|
|
7
8
|
import { TranscribeFormatting } from "./TranscribeFormatting.mjs";
|
|
8
9
|
import { TranscribeSupportedLanguage } from "./TranscribeSupportedLanguage.mjs";
|
|
@@ -18,5 +19,6 @@ export declare namespace TranscribeConfig {
|
|
|
18
19
|
audioEvents?: TranscribeAudioEventsConfig.Raw | null;
|
|
19
20
|
audioFormat?: string | null;
|
|
20
21
|
replacements?: TranscribeConfigReplacementsItem.Raw[] | null;
|
|
22
|
+
keyterms?: TranscribeConfigKeyterms.Raw | null;
|
|
21
23
|
}
|
|
22
24
|
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
3
|
import { TranscribeAudioEventsConfig } from "./TranscribeAudioEventsConfig.mjs";
|
|
4
4
|
import { TranscribeCommand } from "./TranscribeCommand.mjs";
|
|
5
|
+
import { TranscribeConfigKeyterms } from "./TranscribeConfigKeyterms.mjs";
|
|
5
6
|
import { TranscribeConfigReplacementsItem } from "./TranscribeConfigReplacementsItem.mjs";
|
|
6
7
|
import { TranscribeFormatting } from "./TranscribeFormatting.mjs";
|
|
7
8
|
import { TranscribeSupportedLanguage } from "./TranscribeSupportedLanguage.mjs";
|
|
@@ -15,4 +16,5 @@ export const TranscribeConfig = core.serialization.object({
|
|
|
15
16
|
audioEvents: TranscribeAudioEventsConfig.optional(),
|
|
16
17
|
audioFormat: core.serialization.string().optional(),
|
|
17
18
|
replacements: core.serialization.list(TranscribeConfigReplacementsItem).optional(),
|
|
19
|
+
keyterms: TranscribeConfigKeyterms.optional(),
|
|
18
20
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
import { TranscribeConfigKeytermsTermsItem } from "./TranscribeConfigKeytermsTermsItem.mjs";
|
|
5
|
+
export declare const TranscribeConfigKeyterms: core.serialization.ObjectSchema<serializers.TranscribeConfigKeyterms.Raw, Corti.TranscribeConfigKeyterms>;
|
|
6
|
+
export declare namespace TranscribeConfigKeyterms {
|
|
7
|
+
interface Raw {
|
|
8
|
+
terms?: TranscribeConfigKeytermsTermsItem.Raw[] | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import { TranscribeConfigKeytermsTermsItem } from "./TranscribeConfigKeytermsTermsItem.mjs";
|
|
4
|
+
export const TranscribeConfigKeyterms = core.serialization.object({
|
|
5
|
+
terms: core.serialization.list(TranscribeConfigKeytermsTermsItem).optional(),
|
|
6
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
export declare const TranscribeConfigKeytermsTermsItem: core.serialization.ObjectSchema<serializers.TranscribeConfigKeytermsTermsItem.Raw, Corti.TranscribeConfigKeytermsTermsItem>;
|
|
5
|
+
export declare namespace TranscribeConfigKeytermsTermsItem {
|
|
6
|
+
interface Raw {
|
|
7
|
+
term: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -4,10 +4,11 @@ import type * as serializers from "../index.mjs";
|
|
|
4
4
|
export declare const TranscribeErrorMessageError: core.serialization.ObjectSchema<serializers.TranscribeErrorMessageError.Raw, Corti.TranscribeErrorMessageError>;
|
|
5
5
|
export declare namespace TranscribeErrorMessageError {
|
|
6
6
|
interface Raw {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
requestid?: string | null;
|
|
8
|
+
id?: string | null;
|
|
9
|
+
title?: string | null;
|
|
10
|
+
status?: number | null;
|
|
11
|
+
details?: string | null;
|
|
12
|
+
doc?: string | null;
|
|
12
13
|
}
|
|
13
14
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
3
|
export const TranscribeErrorMessageError = core.serialization.object({
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
requestid: core.serialization.string().optional(),
|
|
5
|
+
id: core.serialization.string().optional(),
|
|
6
|
+
title: core.serialization.string().optional(),
|
|
7
|
+
status: core.serialization.number().optional(),
|
|
8
|
+
details: core.serialization.string().optional(),
|
|
9
|
+
doc: core.serialization.string().optional(),
|
|
9
10
|
});
|
|
@@ -190,12 +190,15 @@ export * from "./StreamAudioEventDataEvent.mjs";
|
|
|
190
190
|
export * from "./StreamAudioEventMessage.mjs";
|
|
191
191
|
export * from "./StreamAudioEventsConfig.mjs";
|
|
192
192
|
export * from "./StreamConfig.mjs";
|
|
193
|
+
export * from "./StreamConfigKeyterms.mjs";
|
|
194
|
+
export * from "./StreamConfigKeytermsTermsItem.mjs";
|
|
193
195
|
export * from "./StreamConfigMessage.mjs";
|
|
194
196
|
export * from "./StreamConfigMode.mjs";
|
|
195
197
|
export * from "./StreamConfigModeFactGenerationInterval.mjs";
|
|
196
198
|
export * from "./StreamConfigModeType.mjs";
|
|
197
199
|
export * from "./StreamConfigParticipant.mjs";
|
|
198
200
|
export * from "./StreamConfigParticipantRole.mjs";
|
|
201
|
+
export * from "./StreamConfigReplacementsItem.mjs";
|
|
199
202
|
export * from "./StreamConfigRetentionPolicy.mjs";
|
|
200
203
|
export * from "./StreamConfigStatusMessage.mjs";
|
|
201
204
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
@@ -235,6 +238,8 @@ export * from "./TranscribeCommandMessage.mjs";
|
|
|
235
238
|
export * from "./TranscribeCommandVariable.mjs";
|
|
236
239
|
export * from "./TranscribeCommandVariableType.mjs";
|
|
237
240
|
export * from "./TranscribeConfig.mjs";
|
|
241
|
+
export * from "./TranscribeConfigKeyterms.mjs";
|
|
242
|
+
export * from "./TranscribeConfigKeytermsTermsItem.mjs";
|
|
238
243
|
export * from "./TranscribeConfigMessage.mjs";
|
|
239
244
|
export * from "./TranscribeConfigReplacementsItem.mjs";
|
|
240
245
|
export * from "./TranscribeConfigStatusMessage.mjs";
|
|
@@ -190,12 +190,15 @@ export * from "./StreamAudioEventDataEvent.mjs";
|
|
|
190
190
|
export * from "./StreamAudioEventMessage.mjs";
|
|
191
191
|
export * from "./StreamAudioEventsConfig.mjs";
|
|
192
192
|
export * from "./StreamConfig.mjs";
|
|
193
|
+
export * from "./StreamConfigKeyterms.mjs";
|
|
194
|
+
export * from "./StreamConfigKeytermsTermsItem.mjs";
|
|
193
195
|
export * from "./StreamConfigMessage.mjs";
|
|
194
196
|
export * from "./StreamConfigMode.mjs";
|
|
195
197
|
export * from "./StreamConfigModeFactGenerationInterval.mjs";
|
|
196
198
|
export * from "./StreamConfigModeType.mjs";
|
|
197
199
|
export * from "./StreamConfigParticipant.mjs";
|
|
198
200
|
export * from "./StreamConfigParticipantRole.mjs";
|
|
201
|
+
export * from "./StreamConfigReplacementsItem.mjs";
|
|
199
202
|
export * from "./StreamConfigRetentionPolicy.mjs";
|
|
200
203
|
export * from "./StreamConfigStatusMessage.mjs";
|
|
201
204
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
@@ -235,6 +238,8 @@ export * from "./TranscribeCommandMessage.mjs";
|
|
|
235
238
|
export * from "./TranscribeCommandVariable.mjs";
|
|
236
239
|
export * from "./TranscribeCommandVariableType.mjs";
|
|
237
240
|
export * from "./TranscribeConfig.mjs";
|
|
241
|
+
export * from "./TranscribeConfigKeyterms.mjs";
|
|
242
|
+
export * from "./TranscribeConfigKeytermsTermsItem.mjs";
|
|
238
243
|
export * from "./TranscribeConfigMessage.mjs";
|
|
239
244
|
export * from "./TranscribeConfigReplacementsItem.mjs";
|
|
240
245
|
export * from "./TranscribeConfigStatusMessage.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "4.0.0-
|
|
1
|
+
export declare const SDK_VERSION = "4.0.0-stt";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "4.0.0-
|
|
1
|
+
export const SDK_VERSION = "4.0.0-stt";
|