@corti/sdk 3.1.0-rc → 3.1.0-rc.2
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/sections/client/Client.d.ts +6 -0
- package/dist/cjs/api/resources/documents/resources/sections/client/Client.js +6 -0
- package/dist/cjs/api/resources/documents/resources/templates/client/Client.d.ts +7 -0
- package/dist/cjs/api/resources/documents/resources/templates/client/Client.js +7 -0
- package/dist/cjs/api/resources/documents/resources/templates/resources/versions/client/Client.d.ts +6 -0
- package/dist/cjs/api/resources/documents/resources/templates/resources/versions/client/Client.js +6 -0
- 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 +3 -1
- package/dist/cjs/api/types/GuidedArrayNode.d.ts +3 -2
- package/dist/cjs/api/types/GuidedBoolNode.d.ts +2 -2
- package/dist/cjs/api/types/GuidedDocumentsGenerateBase.d.ts +2 -0
- package/dist/cjs/api/types/GuidedEphemeralDocument.d.ts +5 -0
- package/dist/cjs/api/types/GuidedFieldDefinition.d.ts +4 -1
- package/dist/cjs/api/types/GuidedNumberNode.d.ts +3 -3
- package/dist/cjs/api/types/GuidedObjectNode.d.ts +3 -3
- package/dist/cjs/api/types/GuidedSection.d.ts +0 -2
- package/dist/cjs/api/types/GuidedSectionsCreateBase.d.ts +0 -2
- package/dist/cjs/api/types/GuidedStringNode.d.ts +4 -4
- package/dist/cjs/api/types/GuidedTemplate.d.ts +0 -2
- package/dist/cjs/api/types/GuidedTemplatesCreateBase.d.ts +0 -2
- package/dist/cjs/api/types/StreamConfig.d.ts +5 -1
- package/dist/cjs/api/types/StreamConfigKeyterms.d.ts +8 -0
- package/dist/cjs/api/types/StreamConfigKeytermsTermsItem.d.ts +4 -0
- package/dist/cjs/api/types/StreamConfigReplacementsItem.d.ts +6 -0
- package/dist/cjs/api/types/StreamErrorDetail.d.ts +7 -5
- package/dist/cjs/api/types/TranscribeAudioEventsConfig.d.ts +1 -1
- package/dist/cjs/api/types/TranscribeCommand.d.ts +3 -3
- package/dist/cjs/api/types/TranscribeCommandVariable.d.ts +6 -5
- package/dist/cjs/api/types/TranscribeCommandVariableType.d.ts +6 -0
- package/dist/cjs/api/types/TranscribeCommandVariableType.js +9 -0
- package/dist/cjs/api/types/TranscribeConfig.d.ts +8 -4
- package/dist/cjs/api/types/TranscribeConfigKeyterms.d.ts +8 -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/TranscribeConfigReplacementsItem.d.ts +6 -0
- package/dist/cjs/api/types/TranscribeConfigReplacementsItem.js +3 -0
- package/dist/cjs/api/types/TranscribeErrorMessageError.d.ts +7 -5
- package/dist/cjs/api/types/TranscribeSupportedLanguage.d.ts +1 -1
- package/dist/cjs/api/types/index.d.ts +7 -5
- package/dist/cjs/api/types/index.js +7 -5
- package/dist/cjs/custom/utils/dictationTranscript.d.ts +26 -0
- package/dist/cjs/custom/utils/dictationTranscript.js +77 -0
- package/dist/cjs/custom/utils/index.d.ts +1 -0
- package/dist/cjs/custom/utils/index.js +3 -1
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.js +1 -0
- package/dist/cjs/serialization/types/GuidedDocumentsGenerateBase.d.ts +2 -0
- package/dist/cjs/serialization/types/GuidedDocumentsGenerateBase.js +2 -0
- package/dist/cjs/serialization/types/GuidedEphemeralDocument.d.ts +3 -0
- package/dist/cjs/serialization/types/GuidedEphemeralDocument.js +3 -0
- package/dist/cjs/serialization/types/GuidedFieldDefinition.d.ts +1 -0
- package/dist/cjs/serialization/types/GuidedFieldDefinition.js +1 -0
- package/dist/cjs/serialization/types/GuidedSection.d.ts +0 -2
- package/dist/cjs/serialization/types/GuidedSection.js +0 -2
- package/dist/cjs/serialization/types/GuidedSectionsCreateBase.d.ts +0 -2
- package/dist/cjs/serialization/types/GuidedSectionsCreateBase.js +0 -2
- package/dist/cjs/serialization/types/GuidedTemplate.d.ts +0 -2
- package/dist/cjs/serialization/types/GuidedTemplate.js +0 -2
- package/dist/cjs/serialization/types/GuidedTemplatesCreateBase.d.ts +0 -2
- package/dist/cjs/serialization/types/GuidedTemplatesCreateBase.js +0 -2
- 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/{GuidedTemplatesCreatePolicyRequest.js → StreamConfigKeyterms.js} +4 -5
- package/dist/cjs/serialization/types/StreamConfigKeytermsTermsItem.d.ts +9 -0
- package/dist/cjs/serialization/types/{GuidedSectionPolicy.js → StreamConfigKeytermsTermsItem.js} +3 -10
- package/dist/cjs/serialization/types/StreamConfigReplacementsItem.d.ts +10 -0
- package/dist/cjs/serialization/types/StreamConfigReplacementsItem.js +42 -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/TranscribeAudioEventsConfig.d.ts +1 -1
- package/dist/cjs/serialization/types/TranscribeAudioEventsConfig.js +1 -1
- package/dist/cjs/serialization/types/TranscribeCommandVariable.d.ts +3 -2
- package/dist/cjs/serialization/types/TranscribeCommandVariable.js +3 -2
- package/dist/cjs/serialization/types/TranscribeCommandVariableType.d.ts +7 -0
- package/dist/cjs/serialization/types/{GuidedTemplatePolicyKind.js → TranscribeCommandVariableType.js} +2 -2
- package/dist/cjs/serialization/types/TranscribeConfig.d.ts +4 -0
- package/dist/cjs/serialization/types/TranscribeConfig.js +4 -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/{GuidedSectionsCreatePolicyRequest.js → TranscribeConfigKeytermsTermsItem.js} +3 -5
- package/dist/cjs/serialization/types/TranscribeConfigReplacementsItem.d.ts +10 -0
- package/dist/cjs/serialization/types/TranscribeConfigReplacementsItem.js +42 -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 +7 -5
- package/dist/cjs/serialization/types/index.js +7 -5
- 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/sections/client/Client.d.mts +6 -0
- package/dist/esm/api/resources/documents/resources/sections/client/Client.mjs +6 -0
- package/dist/esm/api/resources/documents/resources/templates/client/Client.d.mts +7 -0
- package/dist/esm/api/resources/documents/resources/templates/client/Client.mjs +7 -0
- package/dist/esm/api/resources/documents/resources/templates/resources/versions/client/Client.d.mts +6 -0
- package/dist/esm/api/resources/documents/resources/templates/resources/versions/client/Client.mjs +6 -0
- 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 +3 -1
- package/dist/esm/api/types/GuidedArrayNode.d.mts +3 -2
- package/dist/esm/api/types/GuidedBoolNode.d.mts +2 -2
- package/dist/esm/api/types/GuidedDocumentsGenerateBase.d.mts +2 -0
- package/dist/esm/api/types/GuidedEphemeralDocument.d.mts +5 -0
- package/dist/esm/api/types/GuidedFieldDefinition.d.mts +4 -1
- package/dist/esm/api/types/GuidedNumberNode.d.mts +3 -3
- package/dist/esm/api/types/GuidedObjectNode.d.mts +3 -3
- package/dist/esm/api/types/GuidedSection.d.mts +0 -2
- package/dist/esm/api/types/GuidedSectionsCreateBase.d.mts +0 -2
- package/dist/esm/api/types/GuidedStringNode.d.mts +4 -4
- package/dist/esm/api/types/GuidedTemplate.d.mts +0 -2
- package/dist/esm/api/types/GuidedTemplatesCreateBase.d.mts +0 -2
- package/dist/esm/api/types/StreamConfig.d.mts +5 -1
- package/dist/esm/api/types/StreamConfigKeyterms.d.mts +8 -0
- package/dist/esm/api/types/StreamConfigKeytermsTermsItem.d.mts +4 -0
- package/dist/esm/api/types/StreamConfigReplacementsItem.d.mts +6 -0
- package/dist/esm/api/types/StreamErrorDetail.d.mts +7 -5
- package/dist/esm/api/types/TranscribeAudioEventsConfig.d.mts +1 -1
- package/dist/esm/api/types/TranscribeCommand.d.mts +3 -3
- package/dist/esm/api/types/TranscribeCommandVariable.d.mts +6 -5
- package/dist/esm/api/types/TranscribeCommandVariableType.d.mts +6 -0
- package/dist/esm/api/types/TranscribeCommandVariableType.mjs +6 -0
- package/dist/esm/api/types/TranscribeConfig.d.mts +8 -4
- package/dist/esm/api/types/TranscribeConfigKeyterms.d.mts +8 -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/TranscribeConfigReplacementsItem.d.mts +6 -0
- package/dist/esm/api/types/TranscribeConfigReplacementsItem.mjs +2 -0
- package/dist/esm/api/types/TranscribeErrorMessageError.d.mts +7 -5
- package/dist/esm/api/types/TranscribeSupportedLanguage.d.mts +1 -1
- package/dist/esm/api/types/index.d.mts +7 -5
- package/dist/esm/api/types/index.mjs +7 -5
- package/dist/esm/custom/utils/dictationTranscript.d.mts +26 -0
- package/dist/esm/custom/utils/dictationTranscript.mjs +74 -0
- package/dist/esm/custom/utils/index.d.mts +1 -0
- package/dist/esm/custom/utils/index.mjs +1 -0
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.mjs +1 -0
- package/dist/esm/serialization/types/GuidedDocumentsGenerateBase.d.mts +2 -0
- package/dist/esm/serialization/types/GuidedDocumentsGenerateBase.mjs +2 -0
- package/dist/esm/serialization/types/GuidedEphemeralDocument.d.mts +3 -0
- package/dist/esm/serialization/types/GuidedEphemeralDocument.mjs +3 -0
- package/dist/esm/serialization/types/GuidedFieldDefinition.d.mts +1 -0
- package/dist/esm/serialization/types/GuidedFieldDefinition.mjs +1 -0
- package/dist/esm/serialization/types/GuidedSection.d.mts +0 -2
- package/dist/esm/serialization/types/GuidedSection.mjs +0 -2
- package/dist/esm/serialization/types/GuidedSectionsCreateBase.d.mts +0 -2
- package/dist/esm/serialization/types/GuidedSectionsCreateBase.mjs +0 -2
- package/dist/esm/serialization/types/GuidedTemplate.d.mts +0 -2
- package/dist/esm/serialization/types/GuidedTemplate.mjs +0 -2
- package/dist/esm/serialization/types/GuidedTemplatesCreateBase.d.mts +0 -2
- package/dist/esm/serialization/types/GuidedTemplatesCreateBase.mjs +0 -2
- 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/StreamErrorDetail.d.mts +6 -5
- package/dist/esm/serialization/types/StreamErrorDetail.mjs +6 -5
- package/dist/esm/serialization/types/TranscribeAudioEventsConfig.d.mts +1 -1
- package/dist/esm/serialization/types/TranscribeAudioEventsConfig.mjs +1 -1
- package/dist/esm/serialization/types/TranscribeCommandVariable.d.mts +3 -2
- package/dist/esm/serialization/types/TranscribeCommandVariable.mjs +3 -2
- package/dist/esm/serialization/types/TranscribeCommandVariableType.d.mts +7 -0
- package/dist/esm/serialization/types/{GuidedTemplatePolicyKind.mjs → TranscribeCommandVariableType.mjs} +1 -1
- package/dist/esm/serialization/types/TranscribeConfig.d.mts +4 -0
- package/dist/esm/serialization/types/TranscribeConfig.mjs +4 -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/TranscribeConfigReplacementsItem.d.mts +10 -0
- package/dist/esm/serialization/types/TranscribeConfigReplacementsItem.mjs +6 -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 +7 -5
- package/dist/esm/serialization/types/index.mjs +7 -5
- 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/GuidedSectionPolicy.d.ts +0 -16
- package/dist/cjs/api/types/GuidedSectionsCreatePolicyRequest.d.ts +0 -6
- package/dist/cjs/api/types/GuidedTemplatePolicy.d.ts +0 -16
- package/dist/cjs/api/types/GuidedTemplatePolicyKind.d.ts +0 -6
- package/dist/cjs/api/types/GuidedTemplatePolicyKind.js +0 -9
- package/dist/cjs/api/types/GuidedTemplatesCreatePolicyRequest.d.ts +0 -6
- package/dist/cjs/serialization/types/GuidedSectionPolicy.d.ts +0 -16
- package/dist/cjs/serialization/types/GuidedSectionsCreatePolicyRequest.d.ts +0 -11
- package/dist/cjs/serialization/types/GuidedTemplatePolicy.d.ts +0 -16
- package/dist/cjs/serialization/types/GuidedTemplatePolicy.js +0 -48
- package/dist/cjs/serialization/types/GuidedTemplatePolicyKind.d.ts +0 -7
- package/dist/cjs/serialization/types/GuidedTemplatesCreatePolicyRequest.d.ts +0 -11
- package/dist/esm/api/types/GuidedSectionPolicy.d.mts +0 -16
- package/dist/esm/api/types/GuidedSectionsCreatePolicyRequest.d.mts +0 -6
- package/dist/esm/api/types/GuidedTemplatePolicy.d.mts +0 -16
- package/dist/esm/api/types/GuidedTemplatePolicyKind.d.mts +0 -6
- package/dist/esm/api/types/GuidedTemplatePolicyKind.mjs +0 -6
- package/dist/esm/api/types/GuidedTemplatesCreatePolicyRequest.d.mts +0 -6
- package/dist/esm/serialization/types/GuidedSectionPolicy.d.mts +0 -16
- package/dist/esm/serialization/types/GuidedSectionPolicy.mjs +0 -12
- package/dist/esm/serialization/types/GuidedSectionsCreatePolicyRequest.d.mts +0 -11
- package/dist/esm/serialization/types/GuidedSectionsCreatePolicyRequest.mjs +0 -7
- package/dist/esm/serialization/types/GuidedTemplatePolicy.d.mts +0 -16
- package/dist/esm/serialization/types/GuidedTemplatePolicy.mjs +0 -12
- package/dist/esm/serialization/types/GuidedTemplatePolicyKind.d.mts +0 -7
- package/dist/esm/serialization/types/GuidedTemplatesCreatePolicyRequest.d.mts +0 -11
- package/dist/esm/serialization/types/GuidedTemplatesCreatePolicyRequest.mjs +0 -7
- /package/dist/cjs/api/types/{GuidedSectionPolicy.js → StreamConfigKeyterms.js} +0 -0
- /package/dist/cjs/api/types/{GuidedSectionsCreatePolicyRequest.js → StreamConfigKeytermsTermsItem.js} +0 -0
- /package/dist/cjs/api/types/{GuidedTemplatePolicy.js → StreamConfigReplacementsItem.js} +0 -0
- /package/dist/cjs/api/types/{GuidedTemplatesCreatePolicyRequest.js → TranscribeConfigKeyterms.js} +0 -0
- /package/dist/esm/api/types/{GuidedSectionPolicy.mjs → StreamConfigKeyterms.mjs} +0 -0
- /package/dist/esm/api/types/{GuidedSectionsCreatePolicyRequest.mjs → StreamConfigKeytermsTermsItem.mjs} +0 -0
- /package/dist/esm/api/types/{GuidedTemplatePolicy.mjs → StreamConfigReplacementsItem.mjs} +0 -0
- /package/dist/esm/api/types/{GuidedTemplatesCreatePolicyRequest.mjs → TranscribeConfigKeyterms.mjs} +0 -0
|
@@ -2,7 +2,6 @@ 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 { GuidedLabel } from "./GuidedLabel.mjs";
|
|
5
|
-
import { GuidedSectionPolicy } from "./GuidedSectionPolicy.mjs";
|
|
6
5
|
import { GuidedSectionSource } from "./GuidedSectionSource.mjs";
|
|
7
6
|
import { GuidedSectionVersion } from "./GuidedSectionVersion.mjs";
|
|
8
7
|
export declare const GuidedSection: core.serialization.ObjectSchema<serializers.GuidedSection.Raw, Corti.GuidedSection>;
|
|
@@ -22,6 +21,5 @@ export declare namespace GuidedSection {
|
|
|
22
21
|
createdAt: string;
|
|
23
22
|
updatedAt: string;
|
|
24
23
|
deletedAt?: (string | null | undefined) | null;
|
|
25
|
-
policies?: GuidedSectionPolicy.Raw[] | null;
|
|
26
24
|
}
|
|
27
25
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GuidedLabel } from "./GuidedLabel.mjs";
|
|
4
|
-
import { GuidedSectionPolicy } from "./GuidedSectionPolicy.mjs";
|
|
5
4
|
import { GuidedSectionSource } from "./GuidedSectionSource.mjs";
|
|
6
5
|
import { GuidedSectionVersion } from "./GuidedSectionVersion.mjs";
|
|
7
6
|
export const GuidedSection = core.serialization.object({
|
|
@@ -19,5 +18,4 @@ export const GuidedSection = core.serialization.object({
|
|
|
19
18
|
createdAt: core.serialization.date(),
|
|
20
19
|
updatedAt: core.serialization.date(),
|
|
21
20
|
deletedAt: core.serialization.date().optionalNullable(),
|
|
22
|
-
policies: core.serialization.list(GuidedSectionPolicy).optional(),
|
|
23
21
|
});
|
|
@@ -2,7 +2,6 @@ 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 { GuidedLabel } from "./GuidedLabel.mjs";
|
|
5
|
-
import { GuidedSectionsCreatePolicyRequest } from "./GuidedSectionsCreatePolicyRequest.mjs";
|
|
6
5
|
export declare const GuidedSectionsCreateBase: core.serialization.ObjectSchema<serializers.GuidedSectionsCreateBase.Raw, Corti.GuidedSectionsCreateBase>;
|
|
7
6
|
export declare namespace GuidedSectionsCreateBase {
|
|
8
7
|
interface Raw {
|
|
@@ -13,6 +12,5 @@ export declare namespace GuidedSectionsCreateBase {
|
|
|
13
12
|
specialties?: string[] | null;
|
|
14
13
|
labels?: GuidedLabel.Raw[] | null;
|
|
15
14
|
publish?: boolean | null;
|
|
16
|
-
policies?: GuidedSectionsCreatePolicyRequest.Raw[] | null;
|
|
17
15
|
}
|
|
18
16
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GuidedLabel } from "./GuidedLabel.mjs";
|
|
4
|
-
import { GuidedSectionsCreatePolicyRequest } from "./GuidedSectionsCreatePolicyRequest.mjs";
|
|
5
4
|
export const GuidedSectionsCreateBase = core.serialization.object({
|
|
6
5
|
name: core.serialization.string(),
|
|
7
6
|
description: core.serialization.string().optional(),
|
|
@@ -10,5 +9,4 @@ export const GuidedSectionsCreateBase = core.serialization.object({
|
|
|
10
9
|
specialties: core.serialization.list(core.serialization.string()).optional(),
|
|
11
10
|
labels: core.serialization.list(GuidedLabel).optional(),
|
|
12
11
|
publish: core.serialization.boolean().optional(),
|
|
13
|
-
policies: core.serialization.list(GuidedSectionsCreatePolicyRequest).optional(),
|
|
14
12
|
});
|
|
@@ -2,7 +2,6 @@ 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 { GuidedLabel } from "./GuidedLabel.mjs";
|
|
5
|
-
import { GuidedTemplatePolicy } from "./GuidedTemplatePolicy.mjs";
|
|
6
5
|
import { GuidedTemplateSource } from "./GuidedTemplateSource.mjs";
|
|
7
6
|
import { GuidedTemplateVersion } from "./GuidedTemplateVersion.mjs";
|
|
8
7
|
export declare const GuidedTemplate: core.serialization.ObjectSchema<serializers.GuidedTemplate.Raw, Corti.GuidedTemplate>;
|
|
@@ -18,7 +17,6 @@ export declare namespace GuidedTemplate {
|
|
|
18
17
|
regions: string[];
|
|
19
18
|
specialties: string[];
|
|
20
19
|
labels: GuidedLabel.Raw[];
|
|
21
|
-
policies?: GuidedTemplatePolicy.Raw[] | null;
|
|
22
20
|
publishedVersion?: GuidedTemplateVersion.Raw | null;
|
|
23
21
|
createdAt: string;
|
|
24
22
|
updatedAt: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GuidedLabel } from "./GuidedLabel.mjs";
|
|
4
|
-
import { GuidedTemplatePolicy } from "./GuidedTemplatePolicy.mjs";
|
|
5
4
|
import { GuidedTemplateSource } from "./GuidedTemplateSource.mjs";
|
|
6
5
|
import { GuidedTemplateVersion } from "./GuidedTemplateVersion.mjs";
|
|
7
6
|
export const GuidedTemplate = core.serialization.object({
|
|
@@ -15,7 +14,6 @@ export const GuidedTemplate = core.serialization.object({
|
|
|
15
14
|
regions: core.serialization.list(core.serialization.string()),
|
|
16
15
|
specialties: core.serialization.list(core.serialization.string()),
|
|
17
16
|
labels: core.serialization.list(GuidedLabel),
|
|
18
|
-
policies: core.serialization.list(GuidedTemplatePolicy).optional(),
|
|
19
17
|
publishedVersion: GuidedTemplateVersion.optional(),
|
|
20
18
|
createdAt: core.serialization.date(),
|
|
21
19
|
updatedAt: core.serialization.date(),
|
|
@@ -2,7 +2,6 @@ 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 { GuidedLabel } from "./GuidedLabel.mjs";
|
|
5
|
-
import { GuidedTemplatesCreatePolicyRequest } from "./GuidedTemplatesCreatePolicyRequest.mjs";
|
|
6
5
|
export declare const GuidedTemplatesCreateBase: core.serialization.ObjectSchema<serializers.GuidedTemplatesCreateBase.Raw, Corti.GuidedTemplatesCreateBase>;
|
|
7
6
|
export declare namespace GuidedTemplatesCreateBase {
|
|
8
7
|
interface Raw {
|
|
@@ -13,6 +12,5 @@ export declare namespace GuidedTemplatesCreateBase {
|
|
|
13
12
|
specialties?: string[] | null;
|
|
14
13
|
labels?: GuidedLabel.Raw[] | null;
|
|
15
14
|
publish?: boolean | null;
|
|
16
|
-
policies?: GuidedTemplatesCreatePolicyRequest.Raw[] | null;
|
|
17
15
|
}
|
|
18
16
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GuidedLabel } from "./GuidedLabel.mjs";
|
|
4
|
-
import { GuidedTemplatesCreatePolicyRequest } from "./GuidedTemplatesCreatePolicyRequest.mjs";
|
|
5
4
|
export const GuidedTemplatesCreateBase = core.serialization.object({
|
|
6
5
|
name: core.serialization.string(),
|
|
7
6
|
description: core.serialization.string().optional(),
|
|
@@ -10,5 +9,4 @@ export const GuidedTemplatesCreateBase = core.serialization.object({
|
|
|
10
9
|
specialties: core.serialization.list(core.serialization.string()).optional(),
|
|
11
10
|
labels: core.serialization.list(GuidedLabel).optional(),
|
|
12
11
|
publish: core.serialization.boolean().optional(),
|
|
13
|
-
policies: core.serialization.list(GuidedTemplatesCreatePolicyRequest).optional(),
|
|
14
12
|
});
|
|
@@ -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
|
+
}
|
|
@@ -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
|
});
|
|
@@ -4,6 +4,6 @@ import type * as serializers from "../index.mjs";
|
|
|
4
4
|
export declare const TranscribeAudioEventsConfig: core.serialization.ObjectSchema<serializers.TranscribeAudioEventsConfig.Raw, Corti.TranscribeAudioEventsConfig>;
|
|
5
5
|
export declare namespace TranscribeAudioEventsConfig {
|
|
6
6
|
interface Raw {
|
|
7
|
-
enabled
|
|
7
|
+
enabled: boolean;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
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 TranscribeAudioEventsConfig = core.serialization.object({
|
|
4
|
-
enabled: core.serialization.boolean()
|
|
4
|
+
enabled: core.serialization.boolean(),
|
|
5
5
|
});
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
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
|
+
import { TranscribeCommandVariableType } from "./TranscribeCommandVariableType.mjs";
|
|
4
5
|
export declare const TranscribeCommandVariable: core.serialization.ObjectSchema<serializers.TranscribeCommandVariable.Raw, Corti.TranscribeCommandVariable>;
|
|
5
6
|
export declare namespace TranscribeCommandVariable {
|
|
6
7
|
interface Raw {
|
|
7
8
|
key: string;
|
|
8
|
-
type:
|
|
9
|
-
enum
|
|
9
|
+
type: TranscribeCommandVariableType.Raw;
|
|
10
|
+
enum?: string[] | null;
|
|
10
11
|
}
|
|
11
12
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
|
+
import { TranscribeCommandVariableType } from "./TranscribeCommandVariableType.mjs";
|
|
3
4
|
export const TranscribeCommandVariable = core.serialization.object({
|
|
4
5
|
key: core.serialization.string(),
|
|
5
|
-
type:
|
|
6
|
-
enum: core.serialization.list(core.serialization.string()),
|
|
6
|
+
type: TranscribeCommandVariableType,
|
|
7
|
+
enum: core.serialization.list(core.serialization.string()).optional(),
|
|
7
8
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
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 TranscribeCommandVariableType: core.serialization.Schema<serializers.TranscribeCommandVariableType.Raw, Corti.TranscribeCommandVariableType>;
|
|
5
|
+
export declare namespace TranscribeCommandVariableType {
|
|
6
|
+
type Raw = "enum" | "wildcard";
|
|
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
|
|
3
|
+
export const TranscribeCommandVariableType = core.serialization.enum_(["enum", "wildcard"]);
|
|
@@ -3,6 +3,8 @@ 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";
|
|
7
|
+
import { TranscribeConfigReplacementsItem } from "./TranscribeConfigReplacementsItem.mjs";
|
|
6
8
|
import { TranscribeFormatting } from "./TranscribeFormatting.mjs";
|
|
7
9
|
import { TranscribeSupportedLanguage } from "./TranscribeSupportedLanguage.mjs";
|
|
8
10
|
export declare const TranscribeConfig: core.serialization.ObjectSchema<serializers.TranscribeConfig.Raw, Corti.TranscribeConfig>;
|
|
@@ -16,5 +18,7 @@ export declare namespace TranscribeConfig {
|
|
|
16
18
|
formatting?: TranscribeFormatting.Raw | null;
|
|
17
19
|
audioEvents?: TranscribeAudioEventsConfig.Raw | null;
|
|
18
20
|
audioFormat?: string | null;
|
|
21
|
+
replacements?: TranscribeConfigReplacementsItem.Raw[] | null;
|
|
22
|
+
keyterms?: TranscribeConfigKeyterms.Raw | null;
|
|
19
23
|
}
|
|
20
24
|
}
|
|
@@ -2,6 +2,8 @@
|
|
|
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";
|
|
6
|
+
import { TranscribeConfigReplacementsItem } from "./TranscribeConfigReplacementsItem.mjs";
|
|
5
7
|
import { TranscribeFormatting } from "./TranscribeFormatting.mjs";
|
|
6
8
|
import { TranscribeSupportedLanguage } from "./TranscribeSupportedLanguage.mjs";
|
|
7
9
|
export const TranscribeConfig = core.serialization.object({
|
|
@@ -13,4 +15,6 @@ export const TranscribeConfig = core.serialization.object({
|
|
|
13
15
|
formatting: TranscribeFormatting.optional(),
|
|
14
16
|
audioEvents: TranscribeAudioEventsConfig.optional(),
|
|
15
17
|
audioFormat: core.serialization.string().optional(),
|
|
18
|
+
replacements: core.serialization.list(TranscribeConfigReplacementsItem).optional(),
|
|
19
|
+
keyterms: TranscribeConfigKeyterms.optional(),
|
|
16
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
|
+
}
|
|
@@ -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 TranscribeConfigReplacementsItem: core.serialization.ObjectSchema<serializers.TranscribeConfigReplacementsItem.Raw, Corti.TranscribeConfigReplacementsItem>;
|
|
5
|
+
export declare namespace TranscribeConfigReplacementsItem {
|
|
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 TranscribeConfigReplacementsItem = core.serialization.object({
|
|
4
|
+
find: core.serialization.string(),
|
|
5
|
+
replace: core.serialization.string(),
|
|
6
|
+
});
|
|
@@ -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
|
});
|
|
@@ -143,12 +143,10 @@ export * from "./GuidedSectionInstructionsOverride.mjs";
|
|
|
143
143
|
export * from "./GuidedSectionInstructionsPartial.mjs";
|
|
144
144
|
export * from "./GuidedSectionOverride.mjs";
|
|
145
145
|
export * from "./GuidedSectionOverrides.mjs";
|
|
146
|
-
export * from "./GuidedSectionPolicy.mjs";
|
|
147
146
|
export * from "./GuidedSectionSource.mjs";
|
|
148
147
|
export * from "./GuidedSectionsCreateBase.mjs";
|
|
149
148
|
export * from "./GuidedSectionsCreateFromInheritanceRequest.mjs";
|
|
150
149
|
export * from "./GuidedSectionsCreateFromScratchRequest.mjs";
|
|
151
|
-
export * from "./GuidedSectionsCreatePolicyRequest.mjs";
|
|
152
150
|
export * from "./GuidedSectionsCreateRequest.mjs";
|
|
153
151
|
export * from "./GuidedSectionVersion.mjs";
|
|
154
152
|
export * from "./GuidedShallowTemplateGeneration.mjs";
|
|
@@ -160,8 +158,6 @@ export * from "./GuidedTemplateGeneration.mjs";
|
|
|
160
158
|
export * from "./GuidedTemplateInstructions.mjs";
|
|
161
159
|
export * from "./GuidedTemplateInstructionsPartial.mjs";
|
|
162
160
|
export * from "./GuidedTemplateOverrides.mjs";
|
|
163
|
-
export * from "./GuidedTemplatePolicy.mjs";
|
|
164
|
-
export * from "./GuidedTemplatePolicyKind.mjs";
|
|
165
161
|
export * from "./GuidedTemplateRef.mjs";
|
|
166
162
|
export * from "./GuidedTemplateSource.mjs";
|
|
167
163
|
export * from "./GuidedTemplatesCreateBase.mjs";
|
|
@@ -169,7 +165,6 @@ export * from "./GuidedTemplatesCreateFromInheritanceRequest.mjs";
|
|
|
169
165
|
export * from "./GuidedTemplatesCreateFromInheritanceRequestGeneration.mjs";
|
|
170
166
|
export * from "./GuidedTemplatesCreateFromScratchRequest.mjs";
|
|
171
167
|
export * from "./GuidedTemplatesCreateFromScratchRequestGeneration.mjs";
|
|
172
|
-
export * from "./GuidedTemplatesCreatePolicyRequest.mjs";
|
|
173
168
|
export * from "./GuidedTemplatesCreateRequest.mjs";
|
|
174
169
|
export * from "./GuidedTemplatesVersionGeneration.mjs";
|
|
175
170
|
export * from "./GuidedTemplatesVersionSectionRequest.mjs";
|
|
@@ -195,12 +190,15 @@ export * from "./StreamAudioEventDataEvent.mjs";
|
|
|
195
190
|
export * from "./StreamAudioEventMessage.mjs";
|
|
196
191
|
export * from "./StreamAudioEventsConfig.mjs";
|
|
197
192
|
export * from "./StreamConfig.mjs";
|
|
193
|
+
export * from "./StreamConfigKeyterms.mjs";
|
|
194
|
+
export * from "./StreamConfigKeytermsTermsItem.mjs";
|
|
198
195
|
export * from "./StreamConfigMessage.mjs";
|
|
199
196
|
export * from "./StreamConfigMode.mjs";
|
|
200
197
|
export * from "./StreamConfigModeFactGenerationInterval.mjs";
|
|
201
198
|
export * from "./StreamConfigModeType.mjs";
|
|
202
199
|
export * from "./StreamConfigParticipant.mjs";
|
|
203
200
|
export * from "./StreamConfigParticipantRole.mjs";
|
|
201
|
+
export * from "./StreamConfigReplacementsItem.mjs";
|
|
204
202
|
export * from "./StreamConfigRetentionPolicy.mjs";
|
|
205
203
|
export * from "./StreamConfigStatusMessage.mjs";
|
|
206
204
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
@@ -238,8 +236,12 @@ export * from "./TranscribeCommand.mjs";
|
|
|
238
236
|
export * from "./TranscribeCommandData.mjs";
|
|
239
237
|
export * from "./TranscribeCommandMessage.mjs";
|
|
240
238
|
export * from "./TranscribeCommandVariable.mjs";
|
|
239
|
+
export * from "./TranscribeCommandVariableType.mjs";
|
|
241
240
|
export * from "./TranscribeConfig.mjs";
|
|
241
|
+
export * from "./TranscribeConfigKeyterms.mjs";
|
|
242
|
+
export * from "./TranscribeConfigKeytermsTermsItem.mjs";
|
|
242
243
|
export * from "./TranscribeConfigMessage.mjs";
|
|
244
|
+
export * from "./TranscribeConfigReplacementsItem.mjs";
|
|
243
245
|
export * from "./TranscribeConfigStatusMessage.mjs";
|
|
244
246
|
export * from "./TranscribeConfigStatusMessageType.mjs";
|
|
245
247
|
export * from "./TranscribeDeltaUsageMessage.mjs";
|
|
@@ -143,12 +143,10 @@ export * from "./GuidedSectionInstructionsOverride.mjs";
|
|
|
143
143
|
export * from "./GuidedSectionInstructionsPartial.mjs";
|
|
144
144
|
export * from "./GuidedSectionOverride.mjs";
|
|
145
145
|
export * from "./GuidedSectionOverrides.mjs";
|
|
146
|
-
export * from "./GuidedSectionPolicy.mjs";
|
|
147
146
|
export * from "./GuidedSectionSource.mjs";
|
|
148
147
|
export * from "./GuidedSectionsCreateBase.mjs";
|
|
149
148
|
export * from "./GuidedSectionsCreateFromInheritanceRequest.mjs";
|
|
150
149
|
export * from "./GuidedSectionsCreateFromScratchRequest.mjs";
|
|
151
|
-
export * from "./GuidedSectionsCreatePolicyRequest.mjs";
|
|
152
150
|
export * from "./GuidedSectionsCreateRequest.mjs";
|
|
153
151
|
export * from "./GuidedSectionVersion.mjs";
|
|
154
152
|
export * from "./GuidedShallowTemplateGeneration.mjs";
|
|
@@ -160,8 +158,6 @@ export * from "./GuidedTemplateGeneration.mjs";
|
|
|
160
158
|
export * from "./GuidedTemplateInstructions.mjs";
|
|
161
159
|
export * from "./GuidedTemplateInstructionsPartial.mjs";
|
|
162
160
|
export * from "./GuidedTemplateOverrides.mjs";
|
|
163
|
-
export * from "./GuidedTemplatePolicy.mjs";
|
|
164
|
-
export * from "./GuidedTemplatePolicyKind.mjs";
|
|
165
161
|
export * from "./GuidedTemplateRef.mjs";
|
|
166
162
|
export * from "./GuidedTemplateSource.mjs";
|
|
167
163
|
export * from "./GuidedTemplatesCreateBase.mjs";
|
|
@@ -169,7 +165,6 @@ export * from "./GuidedTemplatesCreateFromInheritanceRequest.mjs";
|
|
|
169
165
|
export * from "./GuidedTemplatesCreateFromInheritanceRequestGeneration.mjs";
|
|
170
166
|
export * from "./GuidedTemplatesCreateFromScratchRequest.mjs";
|
|
171
167
|
export * from "./GuidedTemplatesCreateFromScratchRequestGeneration.mjs";
|
|
172
|
-
export * from "./GuidedTemplatesCreatePolicyRequest.mjs";
|
|
173
168
|
export * from "./GuidedTemplatesCreateRequest.mjs";
|
|
174
169
|
export * from "./GuidedTemplatesVersionGeneration.mjs";
|
|
175
170
|
export * from "./GuidedTemplatesVersionSectionRequest.mjs";
|
|
@@ -195,12 +190,15 @@ export * from "./StreamAudioEventDataEvent.mjs";
|
|
|
195
190
|
export * from "./StreamAudioEventMessage.mjs";
|
|
196
191
|
export * from "./StreamAudioEventsConfig.mjs";
|
|
197
192
|
export * from "./StreamConfig.mjs";
|
|
193
|
+
export * from "./StreamConfigKeyterms.mjs";
|
|
194
|
+
export * from "./StreamConfigKeytermsTermsItem.mjs";
|
|
198
195
|
export * from "./StreamConfigMessage.mjs";
|
|
199
196
|
export * from "./StreamConfigMode.mjs";
|
|
200
197
|
export * from "./StreamConfigModeFactGenerationInterval.mjs";
|
|
201
198
|
export * from "./StreamConfigModeType.mjs";
|
|
202
199
|
export * from "./StreamConfigParticipant.mjs";
|
|
203
200
|
export * from "./StreamConfigParticipantRole.mjs";
|
|
201
|
+
export * from "./StreamConfigReplacementsItem.mjs";
|
|
204
202
|
export * from "./StreamConfigRetentionPolicy.mjs";
|
|
205
203
|
export * from "./StreamConfigStatusMessage.mjs";
|
|
206
204
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
@@ -238,8 +236,12 @@ export * from "./TranscribeCommand.mjs";
|
|
|
238
236
|
export * from "./TranscribeCommandData.mjs";
|
|
239
237
|
export * from "./TranscribeCommandMessage.mjs";
|
|
240
238
|
export * from "./TranscribeCommandVariable.mjs";
|
|
239
|
+
export * from "./TranscribeCommandVariableType.mjs";
|
|
241
240
|
export * from "./TranscribeConfig.mjs";
|
|
241
|
+
export * from "./TranscribeConfigKeyterms.mjs";
|
|
242
|
+
export * from "./TranscribeConfigKeytermsTermsItem.mjs";
|
|
242
243
|
export * from "./TranscribeConfigMessage.mjs";
|
|
244
|
+
export * from "./TranscribeConfigReplacementsItem.mjs";
|
|
243
245
|
export * from "./TranscribeConfigStatusMessage.mjs";
|
|
244
246
|
export * from "./TranscribeConfigStatusMessageType.mjs";
|
|
245
247
|
export * from "./TranscribeDeltaUsageMessage.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "3.1.0-rc";
|
|
1
|
+
export declare const SDK_VERSION = "3.1.0-rc.2";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "3.1.0-rc";
|
|
1
|
+
export const SDK_VERSION = "3.1.0-rc.2";
|
package/package.json
CHANGED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type * as Corti from "../index.js";
|
|
2
|
-
export interface GuidedSectionPolicy {
|
|
3
|
-
/** The UUID of the policy. */
|
|
4
|
-
id: string;
|
|
5
|
-
kind: Corti.GuidedTemplatePolicyKind;
|
|
6
|
-
/** Present when `kind` is `customers`. Lists the customer tenant identifiers that have access. */
|
|
7
|
-
customerIds?: string[] | null;
|
|
8
|
-
/** The UUID of the section this policy belongs to. */
|
|
9
|
-
sectionId: string;
|
|
10
|
-
/** The UUID of the user who created this policy. */
|
|
11
|
-
createdBy: string;
|
|
12
|
-
/** Timestamp when the policy was created. */
|
|
13
|
-
createdAt: Date;
|
|
14
|
-
/** Timestamp when the policy was last updated. */
|
|
15
|
-
updatedAt: Date;
|
|
16
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type * as Corti from "../index.js";
|
|
2
|
-
export interface GuidedSectionsCreatePolicyRequest {
|
|
3
|
-
kind: Corti.GuidedTemplatePolicyKind;
|
|
4
|
-
/** Required when `kind` is `customers`. List of customer tenant identifiers that should have access. */
|
|
5
|
-
customerIds?: string[] | null;
|
|
6
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type * as Corti from "../index.js";
|
|
2
|
-
export interface GuidedTemplatePolicy {
|
|
3
|
-
/** The UUID of the policy. */
|
|
4
|
-
id: string;
|
|
5
|
-
kind: Corti.GuidedTemplatePolicyKind;
|
|
6
|
-
/** Present when `kind` is `customers`. Lists the customer tenant identifiers that have access. */
|
|
7
|
-
customerIds?: string[] | null;
|
|
8
|
-
/** The UUID of the template this policy belongs to. */
|
|
9
|
-
templateId: string;
|
|
10
|
-
/** The UUID of the user who created this policy. */
|
|
11
|
-
createdBy: string;
|
|
12
|
-
/** Timestamp when the policy was created. */
|
|
13
|
-
createdAt: Date;
|
|
14
|
-
/** Timestamp when the policy was last updated. */
|
|
15
|
-
updatedAt: Date;
|
|
16
|
-
}
|