@corti/sdk 4.0.0-rc → 4.0.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 +2 -10
- package/dist/cjs/api/resources/documents/resources/sections/client/Client.js +1 -9
- package/dist/cjs/api/resources/documents/resources/templates/client/Client.d.ts +2 -6
- package/dist/cjs/api/resources/documents/resources/templates/client/Client.js +1 -5
- package/dist/cjs/api/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/index.js +1 -0
- package/dist/cjs/api/resources/recordings/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/recordings/client/Client.js +1 -1
- package/dist/cjs/api/resources/transcripts/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/transcripts/client/Client.js +1 -1
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptsCreateRequest.d.ts +9 -1
- package/dist/cjs/api/resources/transcripts/index.d.ts +1 -0
- package/dist/cjs/api/resources/transcripts/index.js +1 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.ts +8 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.js +3 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.ts +4 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.js +3 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.ts +6 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.js +3 -0
- package/dist/cjs/api/resources/transcripts/types/index.d.ts +3 -0
- package/dist/cjs/api/resources/transcripts/types/index.js +19 -0
- package/dist/cjs/api/types/GuidedSection.d.ts +6 -27
- package/dist/cjs/api/types/GuidedSectionListItem.d.ts +36 -0
- package/dist/cjs/api/types/GuidedSectionListItem.js +3 -0
- package/dist/cjs/api/types/GuidedSectionListItemSource.d.ts +7 -0
- package/dist/cjs/api/types/GuidedSectionListItemSource.js +10 -0
- package/dist/cjs/api/types/GuidedSectionsCreateRequest.d.ts +1 -1
- package/dist/cjs/api/types/GuidedTemplate.d.ts +6 -27
- package/dist/cjs/api/types/GuidedTemplateListItem.d.ts +36 -0
- package/dist/cjs/api/types/GuidedTemplateListItem.js +3 -0
- package/dist/cjs/api/types/GuidedTemplateListItemSource.d.ts +7 -0
- package/dist/cjs/api/types/GuidedTemplateListItemSource.js +10 -0
- package/dist/cjs/api/types/GuidedTemplatesCreateFromScratchRequest.d.ts +1 -1
- package/dist/cjs/api/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.ts +1 -1
- package/dist/cjs/api/types/GuidedTemplatesCreateRequest.d.ts +1 -1
- package/dist/cjs/api/types/StreamConfig.d.ts +4 -0
- package/dist/cjs/api/types/StreamConfigKeyterms.d.ts +8 -0
- package/dist/cjs/api/types/StreamConfigKeyterms.js +3 -0
- package/dist/cjs/api/types/StreamConfigKeytermsTermsItem.d.ts +4 -0
- package/dist/cjs/api/types/StreamConfigKeytermsTermsItem.js +3 -0
- package/dist/cjs/api/types/StreamConfigReplacementsItem.d.ts +6 -0
- package/dist/cjs/api/types/StreamConfigReplacementsItem.js +3 -0
- package/dist/cjs/api/types/StreamConfigTranscription.d.ts +3 -1
- package/dist/cjs/api/types/StreamErrorDetail.d.ts +7 -5
- package/dist/cjs/api/types/TranscribeConfig.d.ts +3 -1
- package/dist/cjs/api/types/TranscribeConfigKeyterms.d.ts +8 -0
- package/dist/cjs/api/types/TranscribeConfigKeyterms.js +3 -0
- package/dist/cjs/api/types/TranscribeConfigKeytermsTermsItem.d.ts +4 -0
- package/dist/cjs/api/types/TranscribeConfigKeytermsTermsItem.js +3 -0
- package/dist/cjs/api/types/TranscribeErrorMessageError.d.ts +7 -5
- package/dist/cjs/api/types/index.d.ts +9 -2
- package/dist/cjs/api/types/index.js +9 -2
- package/dist/cjs/serialization/resources/documents/resources/sections/client/list.d.ts +3 -3
- package/dist/cjs/serialization/resources/documents/resources/sections/client/list.js +2 -2
- package/dist/cjs/serialization/resources/documents/resources/templates/client/list.d.ts +3 -3
- package/dist/cjs/serialization/resources/documents/resources/templates/client/list.js +2 -2
- package/dist/cjs/serialization/resources/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/index.js +1 -0
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.ts +6 -0
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.js +6 -0
- package/dist/cjs/serialization/resources/transcripts/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/transcripts/index.js +1 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.ts +10 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.js +42 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.ts +9 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.js +41 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.ts +10 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.js +42 -0
- package/dist/cjs/serialization/resources/transcripts/types/index.d.ts +3 -0
- package/dist/cjs/serialization/resources/transcripts/types/index.js +19 -0
- package/dist/cjs/serialization/types/GuidedSection.d.ts +2 -16
- package/dist/cjs/serialization/types/GuidedSection.js +5 -17
- package/dist/cjs/serialization/types/GuidedSectionListItem.d.ts +24 -0
- package/dist/cjs/serialization/types/GuidedSectionListItem.js +56 -0
- package/dist/cjs/serialization/types/GuidedSectionListItemSource.d.ts +7 -0
- package/dist/cjs/serialization/types/{GuidedSectionSource.js → GuidedSectionListItemSource.js} +2 -2
- package/dist/cjs/serialization/types/GuidedSectionsCreateRequest.d.ts +1 -1
- package/dist/cjs/serialization/types/GuidedSectionsCreateRequest.js +1 -1
- package/dist/cjs/serialization/types/GuidedTemplate.d.ts +2 -16
- package/dist/cjs/serialization/types/GuidedTemplate.js +5 -17
- package/dist/cjs/serialization/types/GuidedTemplateListItem.d.ts +24 -0
- package/dist/cjs/serialization/types/GuidedTemplateListItem.js +56 -0
- package/dist/cjs/serialization/types/GuidedTemplateListItemSource.d.ts +7 -0
- package/dist/cjs/serialization/types/{GuidedTemplateSource.js → GuidedTemplateListItemSource.js} +2 -2
- package/dist/cjs/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.ts +1 -1
- package/dist/cjs/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.js +1 -1
- package/dist/cjs/serialization/types/GuidedTemplatesCreateRequest.d.ts +1 -1
- package/dist/cjs/serialization/types/GuidedTemplatesCreateRequest.js +1 -1
- package/dist/cjs/serialization/types/StreamConfig.d.ts +4 -0
- package/dist/cjs/serialization/types/StreamConfig.js +4 -0
- package/dist/cjs/serialization/types/StreamConfigKeyterms.d.ts +10 -0
- package/dist/cjs/serialization/types/StreamConfigKeyterms.js +42 -0
- package/dist/cjs/serialization/types/StreamConfigKeytermsTermsItem.d.ts +9 -0
- package/dist/cjs/serialization/types/StreamConfigKeytermsTermsItem.js +41 -0
- package/dist/cjs/serialization/types/StreamConfigReplacementsItem.d.ts +10 -0
- package/dist/cjs/serialization/types/StreamConfigReplacementsItem.js +42 -0
- package/dist/cjs/serialization/types/StreamConfigTranscription.d.ts +1 -0
- package/dist/cjs/serialization/types/StreamConfigTranscription.js +1 -0
- package/dist/cjs/serialization/types/StreamErrorDetail.d.ts +6 -5
- package/dist/cjs/serialization/types/StreamErrorDetail.js +6 -5
- package/dist/cjs/serialization/types/TranscribeConfig.d.ts +2 -0
- package/dist/cjs/serialization/types/TranscribeConfig.js +2 -0
- package/dist/cjs/serialization/types/TranscribeConfigKeyterms.d.ts +10 -0
- package/dist/cjs/serialization/types/TranscribeConfigKeyterms.js +42 -0
- package/dist/cjs/serialization/types/TranscribeConfigKeytermsTermsItem.d.ts +9 -0
- package/dist/cjs/serialization/types/TranscribeConfigKeytermsTermsItem.js +41 -0
- package/dist/cjs/serialization/types/TranscribeErrorMessageError.d.ts +6 -5
- package/dist/cjs/serialization/types/TranscribeErrorMessageError.js +6 -5
- package/dist/cjs/serialization/types/index.d.ts +9 -2
- package/dist/cjs/serialization/types/index.js +9 -2
- 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 +2 -10
- package/dist/esm/api/resources/documents/resources/sections/client/Client.mjs +1 -9
- package/dist/esm/api/resources/documents/resources/templates/client/Client.d.mts +2 -6
- package/dist/esm/api/resources/documents/resources/templates/client/Client.mjs +1 -5
- package/dist/esm/api/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/index.mjs +1 -0
- package/dist/esm/api/resources/recordings/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/recordings/client/Client.mjs +1 -1
- package/dist/esm/api/resources/transcripts/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/transcripts/client/Client.mjs +1 -1
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptsCreateRequest.d.mts +9 -1
- package/dist/esm/api/resources/transcripts/index.d.mts +1 -0
- package/dist/esm/api/resources/transcripts/index.mjs +1 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.mts +8 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.mjs +2 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.mts +4 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.mjs +2 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.mts +6 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.mjs +2 -0
- package/dist/esm/api/resources/transcripts/types/index.d.mts +3 -0
- package/dist/esm/api/resources/transcripts/types/index.mjs +3 -0
- package/dist/esm/api/types/GuidedSection.d.mts +6 -27
- package/dist/esm/api/types/GuidedSectionListItem.d.mts +36 -0
- package/dist/esm/api/types/GuidedSectionListItem.mjs +2 -0
- package/dist/esm/api/types/GuidedSectionListItemSource.d.mts +7 -0
- package/dist/esm/api/types/GuidedSectionListItemSource.mjs +7 -0
- package/dist/esm/api/types/GuidedSectionsCreateRequest.d.mts +1 -1
- package/dist/esm/api/types/GuidedTemplate.d.mts +6 -27
- package/dist/esm/api/types/GuidedTemplateListItem.d.mts +36 -0
- package/dist/esm/api/types/GuidedTemplateListItem.mjs +2 -0
- package/dist/esm/api/types/GuidedTemplateListItemSource.d.mts +7 -0
- package/dist/esm/api/types/GuidedTemplateListItemSource.mjs +7 -0
- package/dist/esm/api/types/GuidedTemplatesCreateFromScratchRequest.d.mts +1 -1
- package/dist/esm/api/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.mts +1 -1
- package/dist/esm/api/types/GuidedTemplatesCreateRequest.d.mts +1 -1
- package/dist/esm/api/types/StreamConfig.d.mts +4 -0
- package/dist/esm/api/types/StreamConfigKeyterms.d.mts +8 -0
- package/dist/esm/api/types/StreamConfigKeyterms.mjs +2 -0
- package/dist/esm/api/types/StreamConfigKeytermsTermsItem.d.mts +4 -0
- package/dist/esm/api/types/StreamConfigKeytermsTermsItem.mjs +2 -0
- package/dist/esm/api/types/StreamConfigReplacementsItem.d.mts +6 -0
- package/dist/esm/api/types/StreamConfigReplacementsItem.mjs +2 -0
- package/dist/esm/api/types/StreamConfigTranscription.d.mts +3 -1
- package/dist/esm/api/types/StreamErrorDetail.d.mts +7 -5
- package/dist/esm/api/types/TranscribeConfig.d.mts +3 -1
- package/dist/esm/api/types/TranscribeConfigKeyterms.d.mts +8 -0
- package/dist/esm/api/types/TranscribeConfigKeyterms.mjs +2 -0
- package/dist/esm/api/types/TranscribeConfigKeytermsTermsItem.d.mts +4 -0
- package/dist/esm/api/types/TranscribeConfigKeytermsTermsItem.mjs +2 -0
- package/dist/esm/api/types/TranscribeErrorMessageError.d.mts +7 -5
- package/dist/esm/api/types/index.d.mts +9 -2
- package/dist/esm/api/types/index.mjs +9 -2
- package/dist/esm/serialization/resources/documents/resources/sections/client/list.d.mts +3 -3
- package/dist/esm/serialization/resources/documents/resources/sections/client/list.mjs +2 -2
- package/dist/esm/serialization/resources/documents/resources/templates/client/list.d.mts +3 -3
- package/dist/esm/serialization/resources/documents/resources/templates/client/list.mjs +2 -2
- package/dist/esm/serialization/resources/index.d.mts +1 -0
- package/dist/esm/serialization/resources/index.mjs +1 -0
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.mts +6 -0
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.mjs +6 -0
- package/dist/esm/serialization/resources/transcripts/index.d.mts +1 -0
- package/dist/esm/serialization/resources/transcripts/index.mjs +1 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.mts +10 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.mjs +6 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.mts +9 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.mjs +5 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.mts +10 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.mjs +6 -0
- package/dist/esm/serialization/resources/transcripts/types/index.d.mts +3 -0
- package/dist/esm/serialization/resources/transcripts/types/index.mjs +3 -0
- package/dist/esm/serialization/types/GuidedSection.d.mts +2 -16
- package/dist/esm/serialization/types/GuidedSection.mjs +5 -17
- package/dist/esm/serialization/types/GuidedSectionListItem.d.mts +24 -0
- package/dist/esm/serialization/types/GuidedSectionListItem.mjs +20 -0
- package/dist/esm/serialization/types/GuidedSectionListItemSource.d.mts +7 -0
- package/dist/esm/serialization/types/{GuidedSectionSource.mjs → GuidedSectionListItemSource.mjs} +1 -1
- package/dist/esm/serialization/types/GuidedSectionsCreateRequest.d.mts +1 -1
- package/dist/esm/serialization/types/GuidedSectionsCreateRequest.mjs +1 -1
- package/dist/esm/serialization/types/GuidedTemplate.d.mts +2 -16
- package/dist/esm/serialization/types/GuidedTemplate.mjs +5 -17
- package/dist/esm/serialization/types/GuidedTemplateListItem.d.mts +24 -0
- package/dist/esm/serialization/types/GuidedTemplateListItem.mjs +20 -0
- package/dist/esm/serialization/types/GuidedTemplateListItemSource.d.mts +7 -0
- package/dist/esm/serialization/types/{GuidedTemplateSource.mjs → GuidedTemplateListItemSource.mjs} +1 -1
- package/dist/esm/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.mts +1 -1
- package/dist/esm/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.mjs +1 -1
- package/dist/esm/serialization/types/GuidedTemplatesCreateRequest.d.mts +1 -1
- package/dist/esm/serialization/types/GuidedTemplatesCreateRequest.mjs +1 -1
- package/dist/esm/serialization/types/StreamConfig.d.mts +4 -0
- package/dist/esm/serialization/types/StreamConfig.mjs +4 -0
- package/dist/esm/serialization/types/StreamConfigKeyterms.d.mts +10 -0
- package/dist/esm/serialization/types/StreamConfigKeyterms.mjs +6 -0
- package/dist/esm/serialization/types/StreamConfigKeytermsTermsItem.d.mts +9 -0
- package/dist/esm/serialization/types/StreamConfigKeytermsTermsItem.mjs +5 -0
- package/dist/esm/serialization/types/StreamConfigReplacementsItem.d.mts +10 -0
- package/dist/esm/serialization/types/StreamConfigReplacementsItem.mjs +6 -0
- package/dist/esm/serialization/types/StreamConfigTranscription.d.mts +1 -0
- package/dist/esm/serialization/types/StreamConfigTranscription.mjs +1 -0
- package/dist/esm/serialization/types/StreamErrorDetail.d.mts +6 -5
- package/dist/esm/serialization/types/StreamErrorDetail.mjs +6 -5
- package/dist/esm/serialization/types/TranscribeConfig.d.mts +2 -0
- package/dist/esm/serialization/types/TranscribeConfig.mjs +2 -0
- package/dist/esm/serialization/types/TranscribeConfigKeyterms.d.mts +10 -0
- package/dist/esm/serialization/types/TranscribeConfigKeyterms.mjs +6 -0
- package/dist/esm/serialization/types/TranscribeConfigKeytermsTermsItem.d.mts +9 -0
- package/dist/esm/serialization/types/TranscribeConfigKeytermsTermsItem.mjs +5 -0
- package/dist/esm/serialization/types/TranscribeErrorMessageError.d.mts +6 -5
- package/dist/esm/serialization/types/TranscribeErrorMessageError.mjs +6 -5
- package/dist/esm/serialization/types/index.d.mts +9 -2
- package/dist/esm/serialization/types/index.mjs +9 -2
- 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/GuidedSectionSource.d.ts +0 -6
- package/dist/cjs/api/types/GuidedSectionSource.js +0 -9
- package/dist/cjs/api/types/GuidedTemplateSource.d.ts +0 -6
- package/dist/cjs/api/types/GuidedTemplateSource.js +0 -9
- package/dist/cjs/serialization/types/GuidedSectionSource.d.ts +0 -7
- package/dist/cjs/serialization/types/GuidedTemplateSource.d.ts +0 -7
- package/dist/esm/api/types/GuidedSectionSource.d.mts +0 -6
- package/dist/esm/api/types/GuidedSectionSource.mjs +0 -6
- package/dist/esm/api/types/GuidedTemplateSource.d.mts +0 -6
- package/dist/esm/api/types/GuidedTemplateSource.mjs +0 -6
- package/dist/esm/serialization/types/GuidedSectionSource.d.mts +0 -7
- package/dist/esm/serialization/types/GuidedTemplateSource.d.mts +0 -7
package/dist/esm/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.mts
CHANGED
|
@@ -6,7 +6,7 @@ import { GuidedTemplatesVersionSectionRequest } from "./GuidedTemplatesVersionSe
|
|
|
6
6
|
export declare const GuidedTemplatesCreateFromScratchRequestGeneration: core.serialization.ObjectSchema<serializers.GuidedTemplatesCreateFromScratchRequestGeneration.Raw, Corti.GuidedTemplatesCreateFromScratchRequestGeneration>;
|
|
7
7
|
export declare namespace GuidedTemplatesCreateFromScratchRequestGeneration {
|
|
8
8
|
interface Raw {
|
|
9
|
-
instructions
|
|
9
|
+
instructions?: GuidedTemplateInstructions.Raw | null;
|
|
10
10
|
sections?: GuidedTemplatesVersionSectionRequest.Raw[] | null;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -3,6 +3,6 @@ import * as core from "../../core/index.mjs";
|
|
|
3
3
|
import { GuidedTemplateInstructions } from "./GuidedTemplateInstructions.mjs";
|
|
4
4
|
import { GuidedTemplatesVersionSectionRequest } from "./GuidedTemplatesVersionSectionRequest.mjs";
|
|
5
5
|
export const GuidedTemplatesCreateFromScratchRequestGeneration = core.serialization.object({
|
|
6
|
-
instructions: GuidedTemplateInstructions,
|
|
6
|
+
instructions: GuidedTemplateInstructions.optional(),
|
|
7
7
|
sections: core.serialization.list(GuidedTemplatesVersionSectionRequest).optional(),
|
|
8
8
|
});
|
|
@@ -5,5 +5,5 @@ import { GuidedTemplatesCreateFromInheritanceRequest } from "./GuidedTemplatesCr
|
|
|
5
5
|
import { GuidedTemplatesCreateFromScratchRequest } from "./GuidedTemplatesCreateFromScratchRequest.mjs";
|
|
6
6
|
export declare const GuidedTemplatesCreateRequest: core.serialization.Schema<serializers.GuidedTemplatesCreateRequest.Raw, Corti.GuidedTemplatesCreateRequest>;
|
|
7
7
|
export declare namespace GuidedTemplatesCreateRequest {
|
|
8
|
-
type Raw =
|
|
8
|
+
type Raw = GuidedTemplatesCreateFromInheritanceRequest.Raw | GuidedTemplatesCreateFromScratchRequest.Raw;
|
|
9
9
|
}
|
|
@@ -3,6 +3,6 @@ import * as core from "../../core/index.mjs";
|
|
|
3
3
|
import { GuidedTemplatesCreateFromInheritanceRequest } from "./GuidedTemplatesCreateFromInheritanceRequest.mjs";
|
|
4
4
|
import { GuidedTemplatesCreateFromScratchRequest } from "./GuidedTemplatesCreateFromScratchRequest.mjs";
|
|
5
5
|
export const GuidedTemplatesCreateRequest = core.serialization.undiscriminatedUnion([
|
|
6
|
-
GuidedTemplatesCreateFromScratchRequest,
|
|
7
6
|
GuidedTemplatesCreateFromInheritanceRequest,
|
|
7
|
+
GuidedTemplatesCreateFromScratchRequest,
|
|
8
8
|
]);
|
|
@@ -2,7 +2,9 @@ import type * as Corti from "../../api/index.mjs";
|
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
3
|
import type * as serializers from "../index.mjs";
|
|
4
4
|
import { StreamAudioEventsConfig } from "./StreamAudioEventsConfig.mjs";
|
|
5
|
+
import { StreamConfigKeyterms } from "./StreamConfigKeyterms.mjs";
|
|
5
6
|
import { StreamConfigMode } from "./StreamConfigMode.mjs";
|
|
7
|
+
import { StreamConfigReplacementsItem } from "./StreamConfigReplacementsItem.mjs";
|
|
6
8
|
import { StreamConfigRetentionPolicy } from "./StreamConfigRetentionPolicy.mjs";
|
|
7
9
|
import { StreamConfigTranscription } from "./StreamConfigTranscription.mjs";
|
|
8
10
|
export declare const StreamConfig: core.serialization.ObjectSchema<serializers.StreamConfig.Raw, Corti.StreamConfig>;
|
|
@@ -13,5 +15,7 @@ export declare namespace StreamConfig {
|
|
|
13
15
|
retentionPolicy?: StreamConfigRetentionPolicy.Raw | null;
|
|
14
16
|
audioEvents?: StreamAudioEventsConfig.Raw | null;
|
|
15
17
|
audioFormat?: string | null;
|
|
18
|
+
replacements?: StreamConfigReplacementsItem.Raw[] | null;
|
|
19
|
+
keyterms?: StreamConfigKeyterms.Raw | null;
|
|
16
20
|
}
|
|
17
21
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
3
|
import { StreamAudioEventsConfig } from "./StreamAudioEventsConfig.mjs";
|
|
4
|
+
import { StreamConfigKeyterms } from "./StreamConfigKeyterms.mjs";
|
|
4
5
|
import { StreamConfigMode } from "./StreamConfigMode.mjs";
|
|
6
|
+
import { StreamConfigReplacementsItem } from "./StreamConfigReplacementsItem.mjs";
|
|
5
7
|
import { StreamConfigRetentionPolicy } from "./StreamConfigRetentionPolicy.mjs";
|
|
6
8
|
import { StreamConfigTranscription } from "./StreamConfigTranscription.mjs";
|
|
7
9
|
export const StreamConfig = core.serialization.object({
|
|
@@ -10,4 +12,6 @@ export const StreamConfig = core.serialization.object({
|
|
|
10
12
|
retentionPolicy: StreamConfigRetentionPolicy.optional(),
|
|
11
13
|
audioEvents: StreamAudioEventsConfig.optional(),
|
|
12
14
|
audioFormat: core.serialization.string().optional(),
|
|
15
|
+
replacements: core.serialization.list(StreamConfigReplacementsItem).optional(),
|
|
16
|
+
keyterms: StreamConfigKeyterms.optional(),
|
|
13
17
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
import { StreamConfigKeytermsTermsItem } from "./StreamConfigKeytermsTermsItem.mjs";
|
|
5
|
+
export declare const StreamConfigKeyterms: core.serialization.ObjectSchema<serializers.StreamConfigKeyterms.Raw, Corti.StreamConfigKeyterms>;
|
|
6
|
+
export declare namespace StreamConfigKeyterms {
|
|
7
|
+
interface Raw {
|
|
8
|
+
terms?: StreamConfigKeytermsTermsItem.Raw[] | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import { StreamConfigKeytermsTermsItem } from "./StreamConfigKeytermsTermsItem.mjs";
|
|
4
|
+
export const StreamConfigKeyterms = core.serialization.object({
|
|
5
|
+
terms: core.serialization.list(StreamConfigKeytermsTermsItem).optional(),
|
|
6
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
export declare const StreamConfigKeytermsTermsItem: core.serialization.ObjectSchema<serializers.StreamConfigKeytermsTermsItem.Raw, Corti.StreamConfigKeytermsTermsItem>;
|
|
5
|
+
export declare namespace StreamConfigKeytermsTermsItem {
|
|
6
|
+
interface Raw {
|
|
7
|
+
term: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
export declare const StreamConfigReplacementsItem: core.serialization.ObjectSchema<serializers.StreamConfigReplacementsItem.Raw, Corti.StreamConfigReplacementsItem>;
|
|
5
|
+
export declare namespace StreamConfigReplacementsItem {
|
|
6
|
+
interface Raw {
|
|
7
|
+
find: string;
|
|
8
|
+
replace: string;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -7,6 +7,7 @@ export declare const StreamConfigTranscription: core.serialization.ObjectSchema<
|
|
|
7
7
|
export declare namespace StreamConfigTranscription {
|
|
8
8
|
interface Raw {
|
|
9
9
|
primaryLanguage: StreamSupportedLanguage.Raw;
|
|
10
|
+
diarize?: boolean | null;
|
|
10
11
|
isDiarization?: boolean | null;
|
|
11
12
|
isMultichannel?: boolean | null;
|
|
12
13
|
participants: StreamConfigParticipant.Raw[];
|
|
@@ -4,6 +4,7 @@ import { StreamConfigParticipant } from "./StreamConfigParticipant.mjs";
|
|
|
4
4
|
import { StreamSupportedLanguage } from "./StreamSupportedLanguage.mjs";
|
|
5
5
|
export const StreamConfigTranscription = core.serialization.object({
|
|
6
6
|
primaryLanguage: StreamSupportedLanguage,
|
|
7
|
+
diarize: core.serialization.boolean().optional(),
|
|
7
8
|
isDiarization: core.serialization.boolean().optional(),
|
|
8
9
|
isMultichannel: core.serialization.boolean().optional(),
|
|
9
10
|
participants: core.serialization.list(StreamConfigParticipant),
|
|
@@ -4,10 +4,11 @@ import type * as serializers from "../index.mjs";
|
|
|
4
4
|
export declare const StreamErrorDetail: core.serialization.ObjectSchema<serializers.StreamErrorDetail.Raw, Corti.StreamErrorDetail>;
|
|
5
5
|
export declare namespace StreamErrorDetail {
|
|
6
6
|
interface Raw {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
requestid?: string | null;
|
|
8
|
+
id?: string | null;
|
|
9
|
+
title?: string | null;
|
|
10
|
+
status?: number | null;
|
|
11
|
+
details?: string | null;
|
|
12
|
+
doc?: string | null;
|
|
12
13
|
}
|
|
13
14
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
3
|
export const StreamErrorDetail = core.serialization.object({
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
requestid: core.serialization.string().optional(),
|
|
5
|
+
id: core.serialization.string().optional(),
|
|
6
|
+
title: core.serialization.string().optional(),
|
|
7
|
+
status: core.serialization.number().optional(),
|
|
8
|
+
details: core.serialization.string().optional(),
|
|
9
|
+
doc: core.serialization.string().optional(),
|
|
9
10
|
});
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../index.mjs";
|
|
4
4
|
import { TranscribeAudioEventsConfig } from "./TranscribeAudioEventsConfig.mjs";
|
|
5
5
|
import { TranscribeCommand } from "./TranscribeCommand.mjs";
|
|
6
|
+
import { TranscribeConfigKeyterms } from "./TranscribeConfigKeyterms.mjs";
|
|
6
7
|
import { TranscribeConfigReplacementsItem } from "./TranscribeConfigReplacementsItem.mjs";
|
|
7
8
|
import { TranscribeFormatting } from "./TranscribeFormatting.mjs";
|
|
8
9
|
import { TranscribeSupportedLanguage } from "./TranscribeSupportedLanguage.mjs";
|
|
@@ -18,5 +19,6 @@ export declare namespace TranscribeConfig {
|
|
|
18
19
|
audioEvents?: TranscribeAudioEventsConfig.Raw | null;
|
|
19
20
|
audioFormat?: string | null;
|
|
20
21
|
replacements?: TranscribeConfigReplacementsItem.Raw[] | null;
|
|
22
|
+
keyterms?: TranscribeConfigKeyterms.Raw | null;
|
|
21
23
|
}
|
|
22
24
|
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
3
|
import { TranscribeAudioEventsConfig } from "./TranscribeAudioEventsConfig.mjs";
|
|
4
4
|
import { TranscribeCommand } from "./TranscribeCommand.mjs";
|
|
5
|
+
import { TranscribeConfigKeyterms } from "./TranscribeConfigKeyterms.mjs";
|
|
5
6
|
import { TranscribeConfigReplacementsItem } from "./TranscribeConfigReplacementsItem.mjs";
|
|
6
7
|
import { TranscribeFormatting } from "./TranscribeFormatting.mjs";
|
|
7
8
|
import { TranscribeSupportedLanguage } from "./TranscribeSupportedLanguage.mjs";
|
|
@@ -15,4 +16,5 @@ export const TranscribeConfig = core.serialization.object({
|
|
|
15
16
|
audioEvents: TranscribeAudioEventsConfig.optional(),
|
|
16
17
|
audioFormat: core.serialization.string().optional(),
|
|
17
18
|
replacements: core.serialization.list(TranscribeConfigReplacementsItem).optional(),
|
|
19
|
+
keyterms: TranscribeConfigKeyterms.optional(),
|
|
18
20
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
import { TranscribeConfigKeytermsTermsItem } from "./TranscribeConfigKeytermsTermsItem.mjs";
|
|
5
|
+
export declare const TranscribeConfigKeyterms: core.serialization.ObjectSchema<serializers.TranscribeConfigKeyterms.Raw, Corti.TranscribeConfigKeyterms>;
|
|
6
|
+
export declare namespace TranscribeConfigKeyterms {
|
|
7
|
+
interface Raw {
|
|
8
|
+
terms?: TranscribeConfigKeytermsTermsItem.Raw[] | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import { TranscribeConfigKeytermsTermsItem } from "./TranscribeConfigKeytermsTermsItem.mjs";
|
|
4
|
+
export const TranscribeConfigKeyterms = core.serialization.object({
|
|
5
|
+
terms: core.serialization.list(TranscribeConfigKeytermsTermsItem).optional(),
|
|
6
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
export declare const TranscribeConfigKeytermsTermsItem: core.serialization.ObjectSchema<serializers.TranscribeConfigKeytermsTermsItem.Raw, Corti.TranscribeConfigKeytermsTermsItem>;
|
|
5
|
+
export declare namespace TranscribeConfigKeytermsTermsItem {
|
|
6
|
+
interface Raw {
|
|
7
|
+
term: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -4,10 +4,11 @@ import type * as serializers from "../index.mjs";
|
|
|
4
4
|
export declare const TranscribeErrorMessageError: core.serialization.ObjectSchema<serializers.TranscribeErrorMessageError.Raw, Corti.TranscribeErrorMessageError>;
|
|
5
5
|
export declare namespace TranscribeErrorMessageError {
|
|
6
6
|
interface Raw {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
requestid?: string | null;
|
|
8
|
+
id?: string | null;
|
|
9
|
+
title?: string | null;
|
|
10
|
+
status?: number | null;
|
|
11
|
+
details?: string | null;
|
|
12
|
+
doc?: string | null;
|
|
12
13
|
}
|
|
13
14
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
3
|
export const TranscribeErrorMessageError = core.serialization.object({
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
requestid: core.serialization.string().optional(),
|
|
5
|
+
id: core.serialization.string().optional(),
|
|
6
|
+
title: core.serialization.string().optional(),
|
|
7
|
+
status: core.serialization.number().optional(),
|
|
8
|
+
details: core.serialization.string().optional(),
|
|
9
|
+
doc: core.serialization.string().optional(),
|
|
9
10
|
});
|
|
@@ -141,9 +141,10 @@ export * from "./GuidedSectionGenerationPartial.mjs";
|
|
|
141
141
|
export * from "./GuidedSectionInstructions.mjs";
|
|
142
142
|
export * from "./GuidedSectionInstructionsOverride.mjs";
|
|
143
143
|
export * from "./GuidedSectionInstructionsPartial.mjs";
|
|
144
|
+
export * from "./GuidedSectionListItem.mjs";
|
|
145
|
+
export * from "./GuidedSectionListItemSource.mjs";
|
|
144
146
|
export * from "./GuidedSectionOverride.mjs";
|
|
145
147
|
export * from "./GuidedSectionOverrides.mjs";
|
|
146
|
-
export * from "./GuidedSectionSource.mjs";
|
|
147
148
|
export * from "./GuidedSectionsCreateBase.mjs";
|
|
148
149
|
export * from "./GuidedSectionsCreateFromInheritanceRequest.mjs";
|
|
149
150
|
export * from "./GuidedSectionsCreateFromScratchRequest.mjs";
|
|
@@ -157,9 +158,10 @@ export * from "./GuidedTemplate.mjs";
|
|
|
157
158
|
export * from "./GuidedTemplateGeneration.mjs";
|
|
158
159
|
export * from "./GuidedTemplateInstructions.mjs";
|
|
159
160
|
export * from "./GuidedTemplateInstructionsPartial.mjs";
|
|
161
|
+
export * from "./GuidedTemplateListItem.mjs";
|
|
162
|
+
export * from "./GuidedTemplateListItemSource.mjs";
|
|
160
163
|
export * from "./GuidedTemplateOverrides.mjs";
|
|
161
164
|
export * from "./GuidedTemplateRef.mjs";
|
|
162
|
-
export * from "./GuidedTemplateSource.mjs";
|
|
163
165
|
export * from "./GuidedTemplatesCreateBase.mjs";
|
|
164
166
|
export * from "./GuidedTemplatesCreateFromInheritanceRequest.mjs";
|
|
165
167
|
export * from "./GuidedTemplatesCreateFromInheritanceRequestGeneration.mjs";
|
|
@@ -190,12 +192,15 @@ export * from "./StreamAudioEventDataEvent.mjs";
|
|
|
190
192
|
export * from "./StreamAudioEventMessage.mjs";
|
|
191
193
|
export * from "./StreamAudioEventsConfig.mjs";
|
|
192
194
|
export * from "./StreamConfig.mjs";
|
|
195
|
+
export * from "./StreamConfigKeyterms.mjs";
|
|
196
|
+
export * from "./StreamConfigKeytermsTermsItem.mjs";
|
|
193
197
|
export * from "./StreamConfigMessage.mjs";
|
|
194
198
|
export * from "./StreamConfigMode.mjs";
|
|
195
199
|
export * from "./StreamConfigModeFactGenerationInterval.mjs";
|
|
196
200
|
export * from "./StreamConfigModeType.mjs";
|
|
197
201
|
export * from "./StreamConfigParticipant.mjs";
|
|
198
202
|
export * from "./StreamConfigParticipantRole.mjs";
|
|
203
|
+
export * from "./StreamConfigReplacementsItem.mjs";
|
|
199
204
|
export * from "./StreamConfigRetentionPolicy.mjs";
|
|
200
205
|
export * from "./StreamConfigStatusMessage.mjs";
|
|
201
206
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
@@ -235,6 +240,8 @@ export * from "./TranscribeCommandMessage.mjs";
|
|
|
235
240
|
export * from "./TranscribeCommandVariable.mjs";
|
|
236
241
|
export * from "./TranscribeCommandVariableType.mjs";
|
|
237
242
|
export * from "./TranscribeConfig.mjs";
|
|
243
|
+
export * from "./TranscribeConfigKeyterms.mjs";
|
|
244
|
+
export * from "./TranscribeConfigKeytermsTermsItem.mjs";
|
|
238
245
|
export * from "./TranscribeConfigMessage.mjs";
|
|
239
246
|
export * from "./TranscribeConfigReplacementsItem.mjs";
|
|
240
247
|
export * from "./TranscribeConfigStatusMessage.mjs";
|
|
@@ -141,9 +141,10 @@ export * from "./GuidedSectionGenerationPartial.mjs";
|
|
|
141
141
|
export * from "./GuidedSectionInstructions.mjs";
|
|
142
142
|
export * from "./GuidedSectionInstructionsOverride.mjs";
|
|
143
143
|
export * from "./GuidedSectionInstructionsPartial.mjs";
|
|
144
|
+
export * from "./GuidedSectionListItem.mjs";
|
|
145
|
+
export * from "./GuidedSectionListItemSource.mjs";
|
|
144
146
|
export * from "./GuidedSectionOverride.mjs";
|
|
145
147
|
export * from "./GuidedSectionOverrides.mjs";
|
|
146
|
-
export * from "./GuidedSectionSource.mjs";
|
|
147
148
|
export * from "./GuidedSectionsCreateBase.mjs";
|
|
148
149
|
export * from "./GuidedSectionsCreateFromInheritanceRequest.mjs";
|
|
149
150
|
export * from "./GuidedSectionsCreateFromScratchRequest.mjs";
|
|
@@ -157,9 +158,10 @@ export * from "./GuidedTemplate.mjs";
|
|
|
157
158
|
export * from "./GuidedTemplateGeneration.mjs";
|
|
158
159
|
export * from "./GuidedTemplateInstructions.mjs";
|
|
159
160
|
export * from "./GuidedTemplateInstructionsPartial.mjs";
|
|
161
|
+
export * from "./GuidedTemplateListItem.mjs";
|
|
162
|
+
export * from "./GuidedTemplateListItemSource.mjs";
|
|
160
163
|
export * from "./GuidedTemplateOverrides.mjs";
|
|
161
164
|
export * from "./GuidedTemplateRef.mjs";
|
|
162
|
-
export * from "./GuidedTemplateSource.mjs";
|
|
163
165
|
export * from "./GuidedTemplatesCreateBase.mjs";
|
|
164
166
|
export * from "./GuidedTemplatesCreateFromInheritanceRequest.mjs";
|
|
165
167
|
export * from "./GuidedTemplatesCreateFromInheritanceRequestGeneration.mjs";
|
|
@@ -190,12 +192,15 @@ export * from "./StreamAudioEventDataEvent.mjs";
|
|
|
190
192
|
export * from "./StreamAudioEventMessage.mjs";
|
|
191
193
|
export * from "./StreamAudioEventsConfig.mjs";
|
|
192
194
|
export * from "./StreamConfig.mjs";
|
|
195
|
+
export * from "./StreamConfigKeyterms.mjs";
|
|
196
|
+
export * from "./StreamConfigKeytermsTermsItem.mjs";
|
|
193
197
|
export * from "./StreamConfigMessage.mjs";
|
|
194
198
|
export * from "./StreamConfigMode.mjs";
|
|
195
199
|
export * from "./StreamConfigModeFactGenerationInterval.mjs";
|
|
196
200
|
export * from "./StreamConfigModeType.mjs";
|
|
197
201
|
export * from "./StreamConfigParticipant.mjs";
|
|
198
202
|
export * from "./StreamConfigParticipantRole.mjs";
|
|
203
|
+
export * from "./StreamConfigReplacementsItem.mjs";
|
|
199
204
|
export * from "./StreamConfigRetentionPolicy.mjs";
|
|
200
205
|
export * from "./StreamConfigStatusMessage.mjs";
|
|
201
206
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
@@ -235,6 +240,8 @@ export * from "./TranscribeCommandMessage.mjs";
|
|
|
235
240
|
export * from "./TranscribeCommandVariable.mjs";
|
|
236
241
|
export * from "./TranscribeCommandVariableType.mjs";
|
|
237
242
|
export * from "./TranscribeConfig.mjs";
|
|
243
|
+
export * from "./TranscribeConfigKeyterms.mjs";
|
|
244
|
+
export * from "./TranscribeConfigKeytermsTermsItem.mjs";
|
|
238
245
|
export * from "./TranscribeConfigMessage.mjs";
|
|
239
246
|
export * from "./TranscribeConfigReplacementsItem.mjs";
|
|
240
247
|
export * from "./TranscribeConfigStatusMessage.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "4.0.0-rc";
|
|
1
|
+
export declare const SDK_VERSION = "4.0.0-rc.2";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "4.0.0-rc";
|
|
1
|
+
export const SDK_VERSION = "4.0.0-rc.2";
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/** Whether this section was created by the user or from the Corti standard resources. */
|
|
2
|
-
export declare const GuidedSectionSource: {
|
|
3
|
-
readonly User: "user";
|
|
4
|
-
readonly Corti: "corti";
|
|
5
|
-
};
|
|
6
|
-
export type GuidedSectionSource = (typeof GuidedSectionSource)[keyof typeof GuidedSectionSource];
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.GuidedSectionSource = void 0;
|
|
5
|
-
/** Whether this section was created by the user or from the Corti standard resources. */
|
|
6
|
-
exports.GuidedSectionSource = {
|
|
7
|
-
User: "user",
|
|
8
|
-
Corti: "corti",
|
|
9
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/** Whether this template was created by the user or is a Corti standard resource. */
|
|
2
|
-
export declare const GuidedTemplateSource: {
|
|
3
|
-
readonly User: "user";
|
|
4
|
-
readonly Corti: "corti";
|
|
5
|
-
};
|
|
6
|
-
export type GuidedTemplateSource = (typeof GuidedTemplateSource)[keyof typeof GuidedTemplateSource];
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.GuidedTemplateSource = void 0;
|
|
5
|
-
/** Whether this template was created by the user or is a Corti standard resource. */
|
|
6
|
-
exports.GuidedTemplateSource = {
|
|
7
|
-
User: "user",
|
|
8
|
-
Corti: "corti",
|
|
9
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as Corti from "../../api/index.js";
|
|
2
|
-
import * as core from "../../core/index.js";
|
|
3
|
-
import type * as serializers from "../index.js";
|
|
4
|
-
export declare const GuidedSectionSource: core.serialization.Schema<serializers.GuidedSectionSource.Raw, Corti.GuidedSectionSource>;
|
|
5
|
-
export declare namespace GuidedSectionSource {
|
|
6
|
-
type Raw = "user" | "corti";
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type * as Corti from "../../api/index.js";
|
|
2
|
-
import * as core from "../../core/index.js";
|
|
3
|
-
import type * as serializers from "../index.js";
|
|
4
|
-
export declare const GuidedTemplateSource: core.serialization.Schema<serializers.GuidedTemplateSource.Raw, Corti.GuidedTemplateSource>;
|
|
5
|
-
export declare namespace GuidedTemplateSource {
|
|
6
|
-
type Raw = "user" | "corti";
|
|
7
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/** Whether this section was created by the user or from the Corti standard resources. */
|
|
2
|
-
export declare const GuidedSectionSource: {
|
|
3
|
-
readonly User: "user";
|
|
4
|
-
readonly Corti: "corti";
|
|
5
|
-
};
|
|
6
|
-
export type GuidedSectionSource = (typeof GuidedSectionSource)[keyof typeof GuidedSectionSource];
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/** Whether this template was created by the user or is a Corti standard resource. */
|
|
2
|
-
export declare const GuidedTemplateSource: {
|
|
3
|
-
readonly User: "user";
|
|
4
|
-
readonly Corti: "corti";
|
|
5
|
-
};
|
|
6
|
-
export type GuidedTemplateSource = (typeof GuidedTemplateSource)[keyof typeof GuidedTemplateSource];
|
|
@@ -1,7 +0,0 @@
|
|
|
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 GuidedSectionSource: core.serialization.Schema<serializers.GuidedSectionSource.Raw, Corti.GuidedSectionSource>;
|
|
5
|
-
export declare namespace GuidedSectionSource {
|
|
6
|
-
type Raw = "user" | "corti";
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 GuidedTemplateSource: core.serialization.Schema<serializers.GuidedTemplateSource.Raw, Corti.GuidedTemplateSource>;
|
|
5
|
-
export declare namespace GuidedTemplateSource {
|
|
6
|
-
type Raw = "user" | "corti";
|
|
7
|
-
}
|