@corti/sdk 0.8.0-rc.1 → 0.9.0-rc
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/LICENSE +1 -1
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/facts/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/facts/client/Client.js +4 -4
- package/dist/cjs/api/resources/facts/client/requests/FactsBatchUpdateRequest.d.ts +1 -1
- package/dist/cjs/api/resources/facts/client/requests/FactsUpdateRequest.d.ts +1 -1
- package/dist/cjs/api/types/DocumentsCreateRequest.d.ts +1 -1
- package/dist/cjs/api/types/DocumentsCreateRequestWithTemplate.d.ts +1 -0
- package/dist/cjs/api/types/DocumentsCreateRequestWithTemplateKey.d.ts +1 -0
- package/dist/cjs/api/types/DocumentsSectionOverride.d.ts +17 -0
- package/dist/cjs/api/types/DocumentsSectionOverride.js +5 -0
- package/dist/cjs/api/types/DocumentsTemplate.d.ts +7 -1
- package/dist/cjs/api/types/DocumentsTemplateWithSections.d.ts +11 -0
- package/dist/cjs/api/types/DocumentsTemplateWithSections.js +5 -0
- package/dist/cjs/api/types/FactsBatchUpdateInput.d.ts +1 -2
- package/dist/cjs/api/types/FactsBatchUpdateItem.d.ts +1 -1
- package/dist/cjs/api/types/FactsContext.d.ts +1 -1
- package/dist/cjs/api/types/FactsCreateInput.d.ts +1 -1
- package/dist/cjs/api/types/FactsCreateItem.d.ts +2 -2
- package/dist/cjs/api/types/FactsListItem.d.ts +2 -2
- package/dist/cjs/api/types/FactsUpdateResponse.d.ts +1 -1
- package/dist/cjs/api/types/TemplatesDocumentationModeEnum.d.ts +11 -0
- package/dist/cjs/api/types/TemplatesDocumentationModeEnum.js +10 -0
- package/dist/cjs/api/types/TemplatesFormatRule.d.ts +7 -0
- package/dist/cjs/api/types/TemplatesFormatRule.js +5 -0
- package/dist/cjs/api/types/TemplatesItem.d.ts +9 -6
- package/dist/cjs/api/types/TemplatesSection.d.ts +17 -10
- package/dist/cjs/api/types/TemplatesSectionSorted.d.ts +3 -3
- package/dist/cjs/api/types/TemplatesSectionTranslation.d.ts +4 -4
- package/dist/cjs/api/types/TemplatesTranslation.d.ts +4 -4
- package/dist/cjs/api/types/TemplatesWritingStyle.d.ts +1 -1
- package/dist/cjs/api/types/TranscribeConfig.d.ts +2 -0
- package/dist/cjs/api/types/TranscribeFormatting.d.ts +18 -0
- package/dist/cjs/api/types/TranscribeFormatting.js +5 -0
- package/dist/cjs/api/types/TranscribeFormattingDates.d.ts +14 -0
- package/dist/cjs/api/types/TranscribeFormattingDates.js +13 -0
- package/dist/cjs/api/types/TranscribeFormattingMeasurements.d.ts +11 -0
- package/dist/cjs/api/types/TranscribeFormattingMeasurements.js +10 -0
- package/dist/cjs/api/types/TranscribeFormattingNumbers.d.ts +12 -0
- package/dist/cjs/api/types/TranscribeFormattingNumbers.js +11 -0
- package/dist/cjs/api/types/TranscribeFormattingNumericRanges.d.ts +11 -0
- package/dist/cjs/api/types/TranscribeFormattingNumericRanges.js +10 -0
- package/dist/cjs/api/types/TranscribeFormattingOrdinals.d.ts +11 -0
- package/dist/cjs/api/types/TranscribeFormattingOrdinals.js +10 -0
- package/dist/cjs/api/types/TranscribeFormattingTimes.d.ts +12 -0
- package/dist/cjs/api/types/TranscribeFormattingTimes.js +11 -0
- package/dist/cjs/api/types/index.d.ts +11 -0
- package/dist/cjs/api/types/index.js +11 -0
- package/dist/cjs/custom/utils/getEnvironmentFromString.js +1 -1
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplate.d.ts +2 -0
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplate.js +2 -0
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplateKey.d.ts +2 -0
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplateKey.js +2 -0
- package/dist/cjs/serialization/types/DocumentsSectionOverride.d.ts +17 -0
- package/dist/cjs/serialization/types/DocumentsSectionOverride.js +48 -0
- package/dist/cjs/serialization/types/DocumentsTemplate.d.ts +3 -2
- package/dist/cjs/serialization/types/DocumentsTemplate.js +36 -1
- package/dist/cjs/serialization/types/DocumentsTemplateWithSections.d.ts +15 -0
- package/dist/cjs/serialization/types/DocumentsTemplateWithSections.js +46 -0
- package/dist/cjs/serialization/types/FactsBatchUpdateInput.d.ts +1 -2
- package/dist/cjs/serialization/types/FactsBatchUpdateInput.js +1 -2
- package/dist/cjs/serialization/types/FactsBatchUpdateItem.d.ts +1 -1
- package/dist/cjs/serialization/types/FactsBatchUpdateItem.js +1 -1
- package/dist/cjs/serialization/types/FactsCreateItem.d.ts +1 -1
- package/dist/cjs/serialization/types/FactsCreateItem.js +1 -1
- package/dist/cjs/serialization/types/FactsListItem.d.ts +1 -1
- package/dist/cjs/serialization/types/FactsListItem.js +1 -1
- package/dist/cjs/serialization/types/FactsUpdateResponse.d.ts +1 -1
- package/dist/cjs/serialization/types/FactsUpdateResponse.js +1 -1
- package/dist/cjs/serialization/types/TemplatesDocumentationModeEnum.d.ts +10 -0
- package/dist/cjs/serialization/types/TemplatesDocumentationModeEnum.js +41 -0
- package/dist/cjs/serialization/types/TemplatesFormatRule.d.ts +12 -0
- package/dist/cjs/serialization/types/TemplatesFormatRule.js +43 -0
- package/dist/cjs/serialization/types/TemplatesItem.d.ts +5 -2
- package/dist/cjs/serialization/types/TemplatesItem.js +5 -2
- package/dist/cjs/serialization/types/TemplatesSection.d.ts +10 -4
- package/dist/cjs/serialization/types/TemplatesSection.js +10 -4
- package/dist/cjs/serialization/types/TemplatesSectionSorted.d.ts +1 -1
- package/dist/cjs/serialization/types/TemplatesSectionSorted.js +1 -1
- package/dist/cjs/serialization/types/TemplatesSectionTranslation.d.ts +1 -1
- package/dist/cjs/serialization/types/TemplatesSectionTranslation.js +1 -1
- package/dist/cjs/serialization/types/TemplatesTranslation.d.ts +1 -1
- package/dist/cjs/serialization/types/TemplatesTranslation.js +1 -1
- package/dist/cjs/serialization/types/TranscribeConfig.d.ts +2 -0
- package/dist/cjs/serialization/types/TranscribeConfig.js +2 -0
- package/dist/cjs/serialization/types/TranscribeFormatting.d.ts +23 -0
- package/dist/cjs/serialization/types/TranscribeFormatting.js +54 -0
- package/dist/cjs/serialization/types/TranscribeFormattingDates.d.ts +10 -0
- package/dist/cjs/serialization/types/TranscribeFormattingDates.js +41 -0
- package/dist/cjs/serialization/types/TranscribeFormattingMeasurements.d.ts +10 -0
- package/dist/cjs/serialization/types/TranscribeFormattingMeasurements.js +41 -0
- package/dist/cjs/serialization/types/TranscribeFormattingNumbers.d.ts +10 -0
- package/dist/cjs/serialization/types/TranscribeFormattingNumbers.js +41 -0
- package/dist/cjs/serialization/types/TranscribeFormattingNumericRanges.d.ts +10 -0
- package/dist/cjs/serialization/types/TranscribeFormattingNumericRanges.js +41 -0
- package/dist/cjs/serialization/types/TranscribeFormattingOrdinals.d.ts +10 -0
- package/dist/cjs/serialization/types/TranscribeFormattingOrdinals.js +41 -0
- package/dist/cjs/serialization/types/TranscribeFormattingTimes.d.ts +10 -0
- package/dist/cjs/serialization/types/TranscribeFormattingTimes.js +41 -0
- package/dist/cjs/serialization/types/index.d.ts +11 -0
- package/dist/cjs/serialization/types/index.js +11 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/facts/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/facts/client/Client.mjs +4 -4
- package/dist/esm/api/resources/facts/client/requests/FactsBatchUpdateRequest.d.mts +1 -1
- package/dist/esm/api/resources/facts/client/requests/FactsUpdateRequest.d.mts +1 -1
- package/dist/esm/api/types/DocumentsCreateRequest.d.mts +1 -1
- package/dist/esm/api/types/DocumentsCreateRequestWithTemplate.d.mts +1 -0
- package/dist/esm/api/types/DocumentsCreateRequestWithTemplateKey.d.mts +1 -0
- package/dist/esm/api/types/DocumentsSectionOverride.d.mts +17 -0
- package/dist/esm/api/types/DocumentsSectionOverride.mjs +4 -0
- package/dist/esm/api/types/DocumentsTemplate.d.mts +7 -1
- package/dist/esm/api/types/DocumentsTemplateWithSections.d.mts +11 -0
- package/dist/esm/api/types/DocumentsTemplateWithSections.mjs +4 -0
- package/dist/esm/api/types/FactsBatchUpdateInput.d.mts +1 -2
- package/dist/esm/api/types/FactsBatchUpdateItem.d.mts +1 -1
- package/dist/esm/api/types/FactsContext.d.mts +1 -1
- package/dist/esm/api/types/FactsCreateInput.d.mts +1 -1
- package/dist/esm/api/types/FactsCreateItem.d.mts +2 -2
- package/dist/esm/api/types/FactsListItem.d.mts +2 -2
- package/dist/esm/api/types/FactsUpdateResponse.d.mts +1 -1
- package/dist/esm/api/types/TemplatesDocumentationModeEnum.d.mts +11 -0
- package/dist/esm/api/types/TemplatesDocumentationModeEnum.mjs +7 -0
- package/dist/esm/api/types/TemplatesFormatRule.d.mts +7 -0
- package/dist/esm/api/types/TemplatesFormatRule.mjs +4 -0
- package/dist/esm/api/types/TemplatesItem.d.mts +9 -6
- package/dist/esm/api/types/TemplatesSection.d.mts +17 -10
- package/dist/esm/api/types/TemplatesSectionSorted.d.mts +3 -3
- package/dist/esm/api/types/TemplatesSectionTranslation.d.mts +4 -4
- package/dist/esm/api/types/TemplatesTranslation.d.mts +4 -4
- package/dist/esm/api/types/TemplatesWritingStyle.d.mts +1 -1
- package/dist/esm/api/types/TranscribeConfig.d.mts +2 -0
- package/dist/esm/api/types/TranscribeFormatting.d.mts +18 -0
- package/dist/esm/api/types/TranscribeFormatting.mjs +4 -0
- package/dist/esm/api/types/TranscribeFormattingDates.d.mts +14 -0
- package/dist/esm/api/types/TranscribeFormattingDates.mjs +10 -0
- package/dist/esm/api/types/TranscribeFormattingMeasurements.d.mts +11 -0
- package/dist/esm/api/types/TranscribeFormattingMeasurements.mjs +7 -0
- package/dist/esm/api/types/TranscribeFormattingNumbers.d.mts +12 -0
- package/dist/esm/api/types/TranscribeFormattingNumbers.mjs +8 -0
- package/dist/esm/api/types/TranscribeFormattingNumericRanges.d.mts +11 -0
- package/dist/esm/api/types/TranscribeFormattingNumericRanges.mjs +7 -0
- package/dist/esm/api/types/TranscribeFormattingOrdinals.d.mts +11 -0
- package/dist/esm/api/types/TranscribeFormattingOrdinals.mjs +7 -0
- package/dist/esm/api/types/TranscribeFormattingTimes.d.mts +12 -0
- package/dist/esm/api/types/TranscribeFormattingTimes.mjs +8 -0
- package/dist/esm/api/types/index.d.mts +11 -0
- package/dist/esm/api/types/index.mjs +11 -0
- package/dist/esm/custom/utils/getEnvironmentFromString.mjs +1 -1
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplate.d.mts +2 -0
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplate.mjs +2 -0
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplateKey.d.mts +2 -0
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplateKey.mjs +2 -0
- package/dist/esm/serialization/types/DocumentsSectionOverride.d.mts +17 -0
- package/dist/esm/serialization/types/DocumentsSectionOverride.mjs +12 -0
- package/dist/esm/serialization/types/DocumentsTemplate.d.mts +3 -2
- package/dist/esm/serialization/types/DocumentsTemplate.mjs +3 -1
- package/dist/esm/serialization/types/DocumentsTemplateWithSections.d.mts +15 -0
- package/dist/esm/serialization/types/DocumentsTemplateWithSections.mjs +10 -0
- package/dist/esm/serialization/types/FactsBatchUpdateInput.d.mts +1 -2
- package/dist/esm/serialization/types/FactsBatchUpdateInput.mjs +1 -2
- package/dist/esm/serialization/types/FactsBatchUpdateItem.d.mts +1 -1
- package/dist/esm/serialization/types/FactsBatchUpdateItem.mjs +1 -1
- package/dist/esm/serialization/types/FactsCreateItem.d.mts +1 -1
- package/dist/esm/serialization/types/FactsCreateItem.mjs +1 -1
- package/dist/esm/serialization/types/FactsListItem.d.mts +1 -1
- package/dist/esm/serialization/types/FactsListItem.mjs +1 -1
- package/dist/esm/serialization/types/FactsUpdateResponse.d.mts +1 -1
- package/dist/esm/serialization/types/FactsUpdateResponse.mjs +1 -1
- package/dist/esm/serialization/types/TemplatesDocumentationModeEnum.d.mts +10 -0
- package/dist/esm/serialization/types/TemplatesDocumentationModeEnum.mjs +5 -0
- package/dist/esm/serialization/types/TemplatesFormatRule.d.mts +12 -0
- package/dist/esm/serialization/types/TemplatesFormatRule.mjs +7 -0
- package/dist/esm/serialization/types/TemplatesItem.d.mts +5 -2
- package/dist/esm/serialization/types/TemplatesItem.mjs +5 -2
- package/dist/esm/serialization/types/TemplatesSection.d.mts +10 -4
- package/dist/esm/serialization/types/TemplatesSection.mjs +10 -4
- package/dist/esm/serialization/types/TemplatesSectionSorted.d.mts +1 -1
- package/dist/esm/serialization/types/TemplatesSectionSorted.mjs +1 -1
- package/dist/esm/serialization/types/TemplatesSectionTranslation.d.mts +1 -1
- package/dist/esm/serialization/types/TemplatesSectionTranslation.mjs +1 -1
- package/dist/esm/serialization/types/TemplatesTranslation.d.mts +1 -1
- package/dist/esm/serialization/types/TemplatesTranslation.mjs +1 -1
- package/dist/esm/serialization/types/TranscribeConfig.d.mts +2 -0
- package/dist/esm/serialization/types/TranscribeConfig.mjs +2 -0
- package/dist/esm/serialization/types/TranscribeFormatting.d.mts +23 -0
- package/dist/esm/serialization/types/TranscribeFormatting.mjs +18 -0
- package/dist/esm/serialization/types/TranscribeFormattingDates.d.mts +10 -0
- package/dist/esm/serialization/types/TranscribeFormattingDates.mjs +5 -0
- package/dist/esm/serialization/types/TranscribeFormattingMeasurements.d.mts +10 -0
- package/dist/esm/serialization/types/TranscribeFormattingMeasurements.mjs +5 -0
- package/dist/esm/serialization/types/TranscribeFormattingNumbers.d.mts +10 -0
- package/dist/esm/serialization/types/TranscribeFormattingNumbers.mjs +5 -0
- package/dist/esm/serialization/types/TranscribeFormattingNumericRanges.d.mts +10 -0
- package/dist/esm/serialization/types/TranscribeFormattingNumericRanges.mjs +5 -0
- package/dist/esm/serialization/types/TranscribeFormattingOrdinals.d.mts +10 -0
- package/dist/esm/serialization/types/TranscribeFormattingOrdinals.mjs +5 -0
- package/dist/esm/serialization/types/TranscribeFormattingTimes.d.mts +10 -0
- package/dist/esm/serialization/types/TranscribeFormattingTimes.mjs +5 -0
- package/dist/esm/serialization/types/index.d.mts +11 -0
- package/dist/esm/serialization/types/index.mjs +11 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
|
@@ -39,14 +39,20 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.TemplatesSection = void 0;
|
|
40
40
|
const core = __importStar(require("../../core/index.js"));
|
|
41
41
|
const TemplatesWritingStyle_js_1 = require("./TemplatesWritingStyle.js");
|
|
42
|
+
const TemplatesFormatRule_js_1 = require("./TemplatesFormatRule.js");
|
|
43
|
+
const TemplatesDocumentationModeEnum_js_1 = require("./TemplatesDocumentationModeEnum.js");
|
|
42
44
|
const TemplatesSectionTranslation_js_1 = require("./TemplatesSectionTranslation.js");
|
|
43
45
|
exports.TemplatesSection = core.serialization.object({
|
|
44
|
-
|
|
46
|
+
updatedAt: core.serialization.date().optionalNullable(),
|
|
45
47
|
name: core.serialization.string(),
|
|
46
|
-
|
|
48
|
+
alternateName: core.serialization.string().optional(),
|
|
47
49
|
key: core.serialization.string(),
|
|
48
50
|
description: core.serialization.string(),
|
|
49
|
-
defaultWritingStyle:
|
|
50
|
-
|
|
51
|
+
defaultWritingStyle: TemplatesWritingStyle_js_1.TemplatesWritingStyle,
|
|
52
|
+
defaultFormatRule: TemplatesFormatRule_js_1.TemplatesFormatRule.optional(),
|
|
53
|
+
additionalInstructions: core.serialization.string().optional(),
|
|
54
|
+
content: core.serialization.string().optional(),
|
|
55
|
+
documentationMode: TemplatesDocumentationModeEnum_js_1.TemplatesDocumentationModeEnum.optional(),
|
|
56
|
+
type: core.serialization.string(),
|
|
51
57
|
translations: core.serialization.list(TemplatesSectionTranslation_js_1.TemplatesSectionTranslation),
|
|
52
58
|
});
|
|
@@ -41,5 +41,5 @@ const core = __importStar(require("../../core/index.js"));
|
|
|
41
41
|
const TemplatesSection_js_1 = require("./TemplatesSection.js");
|
|
42
42
|
exports.TemplatesSectionSorted = core.serialization.object({
|
|
43
43
|
sort: core.serialization.number(),
|
|
44
|
-
|
|
44
|
+
section: TemplatesSection_js_1.TemplatesSection,
|
|
45
45
|
});
|
|
@@ -7,7 +7,7 @@ import * as core from "../../core/index.js";
|
|
|
7
7
|
export declare const TemplatesSectionTranslation: core.serialization.ObjectSchema<serializers.TemplatesSectionTranslation.Raw, Corti.TemplatesSectionTranslation>;
|
|
8
8
|
export declare namespace TemplatesSectionTranslation {
|
|
9
9
|
interface Raw {
|
|
10
|
-
|
|
10
|
+
languageId: string;
|
|
11
11
|
name?: (string | null) | null;
|
|
12
12
|
description?: (string | null) | null;
|
|
13
13
|
}
|
|
@@ -39,7 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.TemplatesSectionTranslation = void 0;
|
|
40
40
|
const core = __importStar(require("../../core/index.js"));
|
|
41
41
|
exports.TemplatesSectionTranslation = core.serialization.object({
|
|
42
|
-
|
|
42
|
+
languageId: core.serialization.string(),
|
|
43
43
|
name: core.serialization.string().optionalNullable(),
|
|
44
44
|
description: core.serialization.string().optionalNullable(),
|
|
45
45
|
});
|
|
@@ -7,7 +7,7 @@ import * as core from "../../core/index.js";
|
|
|
7
7
|
export declare const TemplatesTranslation: core.serialization.ObjectSchema<serializers.TemplatesTranslation.Raw, Corti.TemplatesTranslation>;
|
|
8
8
|
export declare namespace TemplatesTranslation {
|
|
9
9
|
interface Raw {
|
|
10
|
-
|
|
10
|
+
languageId: string;
|
|
11
11
|
name?: string | null;
|
|
12
12
|
description?: string | null;
|
|
13
13
|
}
|
|
@@ -39,7 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.TemplatesTranslation = void 0;
|
|
40
40
|
const core = __importStar(require("../../core/index.js"));
|
|
41
41
|
exports.TemplatesTranslation = core.serialization.object({
|
|
42
|
-
|
|
42
|
+
languageId: core.serialization.string(),
|
|
43
43
|
name: core.serialization.string().optional(),
|
|
44
44
|
description: core.serialization.string().optional(),
|
|
45
45
|
});
|
|
@@ -6,6 +6,7 @@ import * as Corti from "../../api/index.js";
|
|
|
6
6
|
import * as core from "../../core/index.js";
|
|
7
7
|
import { TranscribeSupportedLanguage } from "./TranscribeSupportedLanguage.js";
|
|
8
8
|
import { TranscribeCommand } from "./TranscribeCommand.js";
|
|
9
|
+
import { TranscribeFormatting } from "./TranscribeFormatting.js";
|
|
9
10
|
export declare const TranscribeConfig: core.serialization.ObjectSchema<serializers.TranscribeConfig.Raw, Corti.TranscribeConfig>;
|
|
10
11
|
export declare namespace TranscribeConfig {
|
|
11
12
|
interface Raw {
|
|
@@ -14,5 +15,6 @@ export declare namespace TranscribeConfig {
|
|
|
14
15
|
spokenPunctuation?: boolean | null;
|
|
15
16
|
automaticPunctuation?: boolean | null;
|
|
16
17
|
commands?: TranscribeCommand.Raw[] | null;
|
|
18
|
+
formatting?: TranscribeFormatting.Raw[] | null;
|
|
17
19
|
}
|
|
18
20
|
}
|
|
@@ -40,10 +40,12 @@ exports.TranscribeConfig = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core/index.js"));
|
|
41
41
|
const TranscribeSupportedLanguage_js_1 = require("./TranscribeSupportedLanguage.js");
|
|
42
42
|
const TranscribeCommand_js_1 = require("./TranscribeCommand.js");
|
|
43
|
+
const TranscribeFormatting_js_1 = require("./TranscribeFormatting.js");
|
|
43
44
|
exports.TranscribeConfig = core.serialization.object({
|
|
44
45
|
primaryLanguage: TranscribeSupportedLanguage_js_1.TranscribeSupportedLanguage,
|
|
45
46
|
interimResults: core.serialization.boolean().optional(),
|
|
46
47
|
spokenPunctuation: core.serialization.boolean().optional(),
|
|
47
48
|
automaticPunctuation: core.serialization.boolean().optional(),
|
|
48
49
|
commands: core.serialization.list(TranscribeCommand_js_1.TranscribeCommand).optional(),
|
|
50
|
+
formatting: core.serialization.list(TranscribeFormatting_js_1.TranscribeFormatting).optional(),
|
|
49
51
|
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index.js";
|
|
5
|
+
import * as Corti from "../../api/index.js";
|
|
6
|
+
import * as core from "../../core/index.js";
|
|
7
|
+
import { TranscribeFormattingDates } from "./TranscribeFormattingDates.js";
|
|
8
|
+
import { TranscribeFormattingTimes } from "./TranscribeFormattingTimes.js";
|
|
9
|
+
import { TranscribeFormattingNumbers } from "./TranscribeFormattingNumbers.js";
|
|
10
|
+
import { TranscribeFormattingMeasurements } from "./TranscribeFormattingMeasurements.js";
|
|
11
|
+
import { TranscribeFormattingNumericRanges } from "./TranscribeFormattingNumericRanges.js";
|
|
12
|
+
import { TranscribeFormattingOrdinals } from "./TranscribeFormattingOrdinals.js";
|
|
13
|
+
export declare const TranscribeFormatting: core.serialization.ObjectSchema<serializers.TranscribeFormatting.Raw, Corti.TranscribeFormatting>;
|
|
14
|
+
export declare namespace TranscribeFormatting {
|
|
15
|
+
interface Raw {
|
|
16
|
+
dates?: TranscribeFormattingDates.Raw | null;
|
|
17
|
+
times?: TranscribeFormattingTimes.Raw | null;
|
|
18
|
+
numbers?: TranscribeFormattingNumbers.Raw | null;
|
|
19
|
+
measurements?: TranscribeFormattingMeasurements.Raw | null;
|
|
20
|
+
numericRanges?: TranscribeFormattingNumericRanges.Raw | null;
|
|
21
|
+
ordinals?: TranscribeFormattingOrdinals.Raw | null;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.TranscribeFormatting = void 0;
|
|
40
|
+
const core = __importStar(require("../../core/index.js"));
|
|
41
|
+
const TranscribeFormattingDates_js_1 = require("./TranscribeFormattingDates.js");
|
|
42
|
+
const TranscribeFormattingTimes_js_1 = require("./TranscribeFormattingTimes.js");
|
|
43
|
+
const TranscribeFormattingNumbers_js_1 = require("./TranscribeFormattingNumbers.js");
|
|
44
|
+
const TranscribeFormattingMeasurements_js_1 = require("./TranscribeFormattingMeasurements.js");
|
|
45
|
+
const TranscribeFormattingNumericRanges_js_1 = require("./TranscribeFormattingNumericRanges.js");
|
|
46
|
+
const TranscribeFormattingOrdinals_js_1 = require("./TranscribeFormattingOrdinals.js");
|
|
47
|
+
exports.TranscribeFormatting = core.serialization.object({
|
|
48
|
+
dates: TranscribeFormattingDates_js_1.TranscribeFormattingDates.optional(),
|
|
49
|
+
times: TranscribeFormattingTimes_js_1.TranscribeFormattingTimes.optional(),
|
|
50
|
+
numbers: TranscribeFormattingNumbers_js_1.TranscribeFormattingNumbers.optional(),
|
|
51
|
+
measurements: TranscribeFormattingMeasurements_js_1.TranscribeFormattingMeasurements.optional(),
|
|
52
|
+
numericRanges: TranscribeFormattingNumericRanges_js_1.TranscribeFormattingNumericRanges.optional(),
|
|
53
|
+
ordinals: TranscribeFormattingOrdinals_js_1.TranscribeFormattingOrdinals.optional(),
|
|
54
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index.js";
|
|
5
|
+
import * as Corti from "../../api/index.js";
|
|
6
|
+
import * as core from "../../core/index.js";
|
|
7
|
+
export declare const TranscribeFormattingDates: core.serialization.Schema<serializers.TranscribeFormattingDates.Raw, Corti.TranscribeFormattingDates>;
|
|
8
|
+
export declare namespace TranscribeFormattingDates {
|
|
9
|
+
type Raw = "as_dictated" | "eu_slash" | "iso_compact" | "long_text" | "us_slash";
|
|
10
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.TranscribeFormattingDates = void 0;
|
|
40
|
+
const core = __importStar(require("../../core/index.js"));
|
|
41
|
+
exports.TranscribeFormattingDates = core.serialization.enum_(["as_dictated", "eu_slash", "iso_compact", "long_text", "us_slash"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index.js";
|
|
5
|
+
import * as Corti from "../../api/index.js";
|
|
6
|
+
import * as core from "../../core/index.js";
|
|
7
|
+
export declare const TranscribeFormattingMeasurements: core.serialization.Schema<serializers.TranscribeFormattingMeasurements.Raw, Corti.TranscribeFormattingMeasurements>;
|
|
8
|
+
export declare namespace TranscribeFormattingMeasurements {
|
|
9
|
+
type Raw = "abbreviated" | "as_dictated";
|
|
10
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.TranscribeFormattingMeasurements = void 0;
|
|
40
|
+
const core = __importStar(require("../../core/index.js"));
|
|
41
|
+
exports.TranscribeFormattingMeasurements = core.serialization.enum_(["abbreviated", "as_dictated"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index.js";
|
|
5
|
+
import * as Corti from "../../api/index.js";
|
|
6
|
+
import * as core from "../../core/index.js";
|
|
7
|
+
export declare const TranscribeFormattingNumbers: core.serialization.Schema<serializers.TranscribeFormattingNumbers.Raw, Corti.TranscribeFormattingNumbers>;
|
|
8
|
+
export declare namespace TranscribeFormattingNumbers {
|
|
9
|
+
type Raw = "as_dictated" | "numerals" | "numerals_above_nine";
|
|
10
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.TranscribeFormattingNumbers = void 0;
|
|
40
|
+
const core = __importStar(require("../../core/index.js"));
|
|
41
|
+
exports.TranscribeFormattingNumbers = core.serialization.enum_(["as_dictated", "numerals", "numerals_above_nine"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index.js";
|
|
5
|
+
import * as Corti from "../../api/index.js";
|
|
6
|
+
import * as core from "../../core/index.js";
|
|
7
|
+
export declare const TranscribeFormattingNumericRanges: core.serialization.Schema<serializers.TranscribeFormattingNumericRanges.Raw, Corti.TranscribeFormattingNumericRanges>;
|
|
8
|
+
export declare namespace TranscribeFormattingNumericRanges {
|
|
9
|
+
type Raw = "as_dictated" | "numerals";
|
|
10
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.TranscribeFormattingNumericRanges = void 0;
|
|
40
|
+
const core = __importStar(require("../../core/index.js"));
|
|
41
|
+
exports.TranscribeFormattingNumericRanges = core.serialization.enum_(["as_dictated", "numerals"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index.js";
|
|
5
|
+
import * as Corti from "../../api/index.js";
|
|
6
|
+
import * as core from "../../core/index.js";
|
|
7
|
+
export declare const TranscribeFormattingOrdinals: core.serialization.Schema<serializers.TranscribeFormattingOrdinals.Raw, Corti.TranscribeFormattingOrdinals>;
|
|
8
|
+
export declare namespace TranscribeFormattingOrdinals {
|
|
9
|
+
type Raw = "as_dictated" | "numerals";
|
|
10
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.TranscribeFormattingOrdinals = void 0;
|
|
40
|
+
const core = __importStar(require("../../core/index.js"));
|
|
41
|
+
exports.TranscribeFormattingOrdinals = core.serialization.enum_(["as_dictated", "numerals"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index.js";
|
|
5
|
+
import * as Corti from "../../api/index.js";
|
|
6
|
+
import * as core from "../../core/index.js";
|
|
7
|
+
export declare const TranscribeFormattingTimes: core.serialization.Schema<serializers.TranscribeFormattingTimes.Raw, Corti.TranscribeFormattingTimes>;
|
|
8
|
+
export declare namespace TranscribeFormattingTimes {
|
|
9
|
+
type Raw = "as_dictated" | "h12" | "h24";
|
|
10
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.TranscribeFormattingTimes = void 0;
|
|
40
|
+
const core = __importStar(require("../../core/index.js"));
|
|
41
|
+
exports.TranscribeFormattingTimes = core.serialization.enum_(["as_dictated", "h12", "h24"]);
|
|
@@ -3,8 +3,10 @@ export * from "./DocumentsContextWithFacts.js";
|
|
|
3
3
|
export * from "./DocumentsContextWithTranscript.js";
|
|
4
4
|
export * from "./DocumentsContextWithString.js";
|
|
5
5
|
export * from "./DocumentsSection.js";
|
|
6
|
+
export * from "./DocumentsSectionOverride.js";
|
|
6
7
|
export * from "./DocumentsTemplate.js";
|
|
7
8
|
export * from "./DocumentsTemplateWithSectionKeys.js";
|
|
9
|
+
export * from "./DocumentsTemplateWithSections.js";
|
|
8
10
|
export * from "./InteractionsEncounterCreateRequest.js";
|
|
9
11
|
export * from "./InteractionsEncounterUpdateRequest.js";
|
|
10
12
|
export * from "./InteractionsEncounterResponse.js";
|
|
@@ -49,6 +51,7 @@ export * from "./TranscriptsListItem.js";
|
|
|
49
51
|
export * from "./TranscriptsData.js";
|
|
50
52
|
export * from "./TemplatesSection.js";
|
|
51
53
|
export * from "./CommonSortingDirectionEnum.js";
|
|
54
|
+
export * from "./TemplatesDocumentationModeEnum.js";
|
|
52
55
|
export * from "./TemplatesItem.js";
|
|
53
56
|
export * from "./TemplatesSectionSorted.js";
|
|
54
57
|
export * from "./CommonTranscriptRequest.js";
|
|
@@ -61,6 +64,7 @@ export * from "./InteractionsGenderEnum.js";
|
|
|
61
64
|
export * from "./CommonSourceEnum.js";
|
|
62
65
|
export * from "./TranscriptsParticipantRoleEnum.js";
|
|
63
66
|
export * from "./TemplatesWritingStyle.js";
|
|
67
|
+
export * from "./TemplatesFormatRule.js";
|
|
64
68
|
export * from "./TemplatesSectionTranslation.js";
|
|
65
69
|
export * from "./TemplatesTranslation.js";
|
|
66
70
|
export * from "./StreamConfigMessage.js";
|
|
@@ -104,6 +108,13 @@ export * from "./TranscribeTranscriptData.js";
|
|
|
104
108
|
export * from "./TranscribeCommandData.js";
|
|
105
109
|
export * from "./TranscribeTranscriptMessage.js";
|
|
106
110
|
export * from "./TranscribeCommandMessage.js";
|
|
111
|
+
export * from "./TranscribeFormattingDates.js";
|
|
112
|
+
export * from "./TranscribeFormattingTimes.js";
|
|
113
|
+
export * from "./TranscribeFormattingNumbers.js";
|
|
114
|
+
export * from "./TranscribeFormattingMeasurements.js";
|
|
115
|
+
export * from "./TranscribeFormattingNumericRanges.js";
|
|
116
|
+
export * from "./TranscribeFormattingOrdinals.js";
|
|
117
|
+
export * from "./TranscribeFormatting.js";
|
|
107
118
|
export * from "./AgentsTaskStatusState.js";
|
|
108
119
|
export * from "./AgentsTaskStatus.js";
|
|
109
120
|
export * from "./AgentsTextPart.js";
|
|
@@ -19,8 +19,10 @@ __exportStar(require("./DocumentsContextWithFacts.js"), exports);
|
|
|
19
19
|
__exportStar(require("./DocumentsContextWithTranscript.js"), exports);
|
|
20
20
|
__exportStar(require("./DocumentsContextWithString.js"), exports);
|
|
21
21
|
__exportStar(require("./DocumentsSection.js"), exports);
|
|
22
|
+
__exportStar(require("./DocumentsSectionOverride.js"), exports);
|
|
22
23
|
__exportStar(require("./DocumentsTemplate.js"), exports);
|
|
23
24
|
__exportStar(require("./DocumentsTemplateWithSectionKeys.js"), exports);
|
|
25
|
+
__exportStar(require("./DocumentsTemplateWithSections.js"), exports);
|
|
24
26
|
__exportStar(require("./InteractionsEncounterCreateRequest.js"), exports);
|
|
25
27
|
__exportStar(require("./InteractionsEncounterUpdateRequest.js"), exports);
|
|
26
28
|
__exportStar(require("./InteractionsEncounterResponse.js"), exports);
|
|
@@ -65,6 +67,7 @@ __exportStar(require("./TranscriptsListItem.js"), exports);
|
|
|
65
67
|
__exportStar(require("./TranscriptsData.js"), exports);
|
|
66
68
|
__exportStar(require("./TemplatesSection.js"), exports);
|
|
67
69
|
__exportStar(require("./CommonSortingDirectionEnum.js"), exports);
|
|
70
|
+
__exportStar(require("./TemplatesDocumentationModeEnum.js"), exports);
|
|
68
71
|
__exportStar(require("./TemplatesItem.js"), exports);
|
|
69
72
|
__exportStar(require("./TemplatesSectionSorted.js"), exports);
|
|
70
73
|
__exportStar(require("./CommonTranscriptRequest.js"), exports);
|
|
@@ -77,6 +80,7 @@ __exportStar(require("./InteractionsGenderEnum.js"), exports);
|
|
|
77
80
|
__exportStar(require("./CommonSourceEnum.js"), exports);
|
|
78
81
|
__exportStar(require("./TranscriptsParticipantRoleEnum.js"), exports);
|
|
79
82
|
__exportStar(require("./TemplatesWritingStyle.js"), exports);
|
|
83
|
+
__exportStar(require("./TemplatesFormatRule.js"), exports);
|
|
80
84
|
__exportStar(require("./TemplatesSectionTranslation.js"), exports);
|
|
81
85
|
__exportStar(require("./TemplatesTranslation.js"), exports);
|
|
82
86
|
__exportStar(require("./StreamConfigMessage.js"), exports);
|
|
@@ -120,6 +124,13 @@ __exportStar(require("./TranscribeTranscriptData.js"), exports);
|
|
|
120
124
|
__exportStar(require("./TranscribeCommandData.js"), exports);
|
|
121
125
|
__exportStar(require("./TranscribeTranscriptMessage.js"), exports);
|
|
122
126
|
__exportStar(require("./TranscribeCommandMessage.js"), exports);
|
|
127
|
+
__exportStar(require("./TranscribeFormattingDates.js"), exports);
|
|
128
|
+
__exportStar(require("./TranscribeFormattingTimes.js"), exports);
|
|
129
|
+
__exportStar(require("./TranscribeFormattingNumbers.js"), exports);
|
|
130
|
+
__exportStar(require("./TranscribeFormattingMeasurements.js"), exports);
|
|
131
|
+
__exportStar(require("./TranscribeFormattingNumericRanges.js"), exports);
|
|
132
|
+
__exportStar(require("./TranscribeFormattingOrdinals.js"), exports);
|
|
133
|
+
__exportStar(require("./TranscribeFormatting.js"), exports);
|
|
123
134
|
__exportStar(require("./AgentsTaskStatusState.js"), exports);
|
|
124
135
|
__exportStar(require("./AgentsTaskStatus.js"), exports);
|
|
125
136
|
__exportStar(require("./AgentsTextPart.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.
|
|
1
|
+
export declare const SDK_VERSION = "0.9.0-rc";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -28,8 +28,8 @@ export class CortiClient {
|
|
|
28
28
|
"Tenant-Name": _options === null || _options === void 0 ? void 0 : _options.tenantName,
|
|
29
29
|
"X-Fern-Language": "JavaScript",
|
|
30
30
|
"X-Fern-SDK-Name": "@corti/sdk",
|
|
31
|
-
"X-Fern-SDK-Version": "0.
|
|
32
|
-
"User-Agent": "@corti/sdk/0.
|
|
31
|
+
"X-Fern-SDK-Version": "0.9.0-rc",
|
|
32
|
+
"User-Agent": "@corti/sdk/0.9.0-rc",
|
|
33
33
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
34
34
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
35
35
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|