@corti/sdk 3.1.0 → 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/CommonFactsContext.d.ts +2 -2
- 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/StreamConfigTranscription.d.ts +3 -1
- 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/CommonFactsContext.d.ts +1 -1
- package/dist/cjs/serialization/types/CommonFactsContext.js +1 -1
- 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/StreamConfigTranscription.d.ts +1 -0
- package/dist/cjs/serialization/types/StreamConfigTranscription.js +1 -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/CommonFactsContext.d.mts +2 -2
- 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/StreamConfigTranscription.d.mts +3 -1
- 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/CommonFactsContext.d.mts +1 -1
- package/dist/esm/serialization/types/CommonFactsContext.mjs +1 -1
- 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/StreamConfigTranscription.d.mts +1 -0
- package/dist/esm/serialization/types/StreamConfigTranscription.mjs +1 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
|
@@ -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
|
});
|
|
@@ -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),
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "
|
|
1
|
+
export declare const SDK_VERSION = "4.0.0-stt";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "
|
|
1
|
+
export const SDK_VERSION = "4.0.0-stt";
|