@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
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
export interface TranscribeErrorMessageError {
|
|
2
|
+
/** Unique identifier for the request, for support and debugging. */
|
|
3
|
+
requestid?: string;
|
|
2
4
|
/** Unique error identifier */
|
|
3
|
-
id
|
|
5
|
+
id?: string;
|
|
4
6
|
/** Error title */
|
|
5
|
-
title
|
|
7
|
+
title?: string;
|
|
6
8
|
/** HTTP status code */
|
|
7
|
-
status
|
|
9
|
+
status?: number;
|
|
8
10
|
/** Detailed error description */
|
|
9
|
-
details
|
|
11
|
+
details?: string;
|
|
10
12
|
/** Link to documentation */
|
|
11
|
-
doc
|
|
13
|
+
doc?: string;
|
|
12
14
|
}
|
|
@@ -141,9 +141,10 @@ export * from "./GuidedSectionGenerationPartial.js";
|
|
|
141
141
|
export * from "./GuidedSectionInstructions.js";
|
|
142
142
|
export * from "./GuidedSectionInstructionsOverride.js";
|
|
143
143
|
export * from "./GuidedSectionInstructionsPartial.js";
|
|
144
|
+
export * from "./GuidedSectionListItem.js";
|
|
145
|
+
export * from "./GuidedSectionListItemSource.js";
|
|
144
146
|
export * from "./GuidedSectionOverride.js";
|
|
145
147
|
export * from "./GuidedSectionOverrides.js";
|
|
146
|
-
export * from "./GuidedSectionSource.js";
|
|
147
148
|
export * from "./GuidedSectionsCreateBase.js";
|
|
148
149
|
export * from "./GuidedSectionsCreateFromInheritanceRequest.js";
|
|
149
150
|
export * from "./GuidedSectionsCreateFromScratchRequest.js";
|
|
@@ -157,9 +158,10 @@ export * from "./GuidedTemplate.js";
|
|
|
157
158
|
export * from "./GuidedTemplateGeneration.js";
|
|
158
159
|
export * from "./GuidedTemplateInstructions.js";
|
|
159
160
|
export * from "./GuidedTemplateInstructionsPartial.js";
|
|
161
|
+
export * from "./GuidedTemplateListItem.js";
|
|
162
|
+
export * from "./GuidedTemplateListItemSource.js";
|
|
160
163
|
export * from "./GuidedTemplateOverrides.js";
|
|
161
164
|
export * from "./GuidedTemplateRef.js";
|
|
162
|
-
export * from "./GuidedTemplateSource.js";
|
|
163
165
|
export * from "./GuidedTemplatesCreateBase.js";
|
|
164
166
|
export * from "./GuidedTemplatesCreateFromInheritanceRequest.js";
|
|
165
167
|
export * from "./GuidedTemplatesCreateFromInheritanceRequestGeneration.js";
|
|
@@ -190,12 +192,15 @@ export * from "./StreamAudioEventDataEvent.js";
|
|
|
190
192
|
export * from "./StreamAudioEventMessage.js";
|
|
191
193
|
export * from "./StreamAudioEventsConfig.js";
|
|
192
194
|
export * from "./StreamConfig.js";
|
|
195
|
+
export * from "./StreamConfigKeyterms.js";
|
|
196
|
+
export * from "./StreamConfigKeytermsTermsItem.js";
|
|
193
197
|
export * from "./StreamConfigMessage.js";
|
|
194
198
|
export * from "./StreamConfigMode.js";
|
|
195
199
|
export * from "./StreamConfigModeFactGenerationInterval.js";
|
|
196
200
|
export * from "./StreamConfigModeType.js";
|
|
197
201
|
export * from "./StreamConfigParticipant.js";
|
|
198
202
|
export * from "./StreamConfigParticipantRole.js";
|
|
203
|
+
export * from "./StreamConfigReplacementsItem.js";
|
|
199
204
|
export * from "./StreamConfigRetentionPolicy.js";
|
|
200
205
|
export * from "./StreamConfigStatusMessage.js";
|
|
201
206
|
export * from "./StreamConfigStatusMessageType.js";
|
|
@@ -235,6 +240,8 @@ export * from "./TranscribeCommandMessage.js";
|
|
|
235
240
|
export * from "./TranscribeCommandVariable.js";
|
|
236
241
|
export * from "./TranscribeCommandVariableType.js";
|
|
237
242
|
export * from "./TranscribeConfig.js";
|
|
243
|
+
export * from "./TranscribeConfigKeyterms.js";
|
|
244
|
+
export * from "./TranscribeConfigKeytermsTermsItem.js";
|
|
238
245
|
export * from "./TranscribeConfigMessage.js";
|
|
239
246
|
export * from "./TranscribeConfigReplacementsItem.js";
|
|
240
247
|
export * from "./TranscribeConfigStatusMessage.js";
|
|
@@ -157,9 +157,10 @@ __exportStar(require("./GuidedSectionGenerationPartial.js"), exports);
|
|
|
157
157
|
__exportStar(require("./GuidedSectionInstructions.js"), exports);
|
|
158
158
|
__exportStar(require("./GuidedSectionInstructionsOverride.js"), exports);
|
|
159
159
|
__exportStar(require("./GuidedSectionInstructionsPartial.js"), exports);
|
|
160
|
+
__exportStar(require("./GuidedSectionListItem.js"), exports);
|
|
161
|
+
__exportStar(require("./GuidedSectionListItemSource.js"), exports);
|
|
160
162
|
__exportStar(require("./GuidedSectionOverride.js"), exports);
|
|
161
163
|
__exportStar(require("./GuidedSectionOverrides.js"), exports);
|
|
162
|
-
__exportStar(require("./GuidedSectionSource.js"), exports);
|
|
163
164
|
__exportStar(require("./GuidedSectionsCreateBase.js"), exports);
|
|
164
165
|
__exportStar(require("./GuidedSectionsCreateFromInheritanceRequest.js"), exports);
|
|
165
166
|
__exportStar(require("./GuidedSectionsCreateFromScratchRequest.js"), exports);
|
|
@@ -173,9 +174,10 @@ __exportStar(require("./GuidedTemplate.js"), exports);
|
|
|
173
174
|
__exportStar(require("./GuidedTemplateGeneration.js"), exports);
|
|
174
175
|
__exportStar(require("./GuidedTemplateInstructions.js"), exports);
|
|
175
176
|
__exportStar(require("./GuidedTemplateInstructionsPartial.js"), exports);
|
|
177
|
+
__exportStar(require("./GuidedTemplateListItem.js"), exports);
|
|
178
|
+
__exportStar(require("./GuidedTemplateListItemSource.js"), exports);
|
|
176
179
|
__exportStar(require("./GuidedTemplateOverrides.js"), exports);
|
|
177
180
|
__exportStar(require("./GuidedTemplateRef.js"), exports);
|
|
178
|
-
__exportStar(require("./GuidedTemplateSource.js"), exports);
|
|
179
181
|
__exportStar(require("./GuidedTemplatesCreateBase.js"), exports);
|
|
180
182
|
__exportStar(require("./GuidedTemplatesCreateFromInheritanceRequest.js"), exports);
|
|
181
183
|
__exportStar(require("./GuidedTemplatesCreateFromInheritanceRequestGeneration.js"), exports);
|
|
@@ -206,12 +208,15 @@ __exportStar(require("./StreamAudioEventDataEvent.js"), exports);
|
|
|
206
208
|
__exportStar(require("./StreamAudioEventMessage.js"), exports);
|
|
207
209
|
__exportStar(require("./StreamAudioEventsConfig.js"), exports);
|
|
208
210
|
__exportStar(require("./StreamConfig.js"), exports);
|
|
211
|
+
__exportStar(require("./StreamConfigKeyterms.js"), exports);
|
|
212
|
+
__exportStar(require("./StreamConfigKeytermsTermsItem.js"), exports);
|
|
209
213
|
__exportStar(require("./StreamConfigMessage.js"), exports);
|
|
210
214
|
__exportStar(require("./StreamConfigMode.js"), exports);
|
|
211
215
|
__exportStar(require("./StreamConfigModeFactGenerationInterval.js"), exports);
|
|
212
216
|
__exportStar(require("./StreamConfigModeType.js"), exports);
|
|
213
217
|
__exportStar(require("./StreamConfigParticipant.js"), exports);
|
|
214
218
|
__exportStar(require("./StreamConfigParticipantRole.js"), exports);
|
|
219
|
+
__exportStar(require("./StreamConfigReplacementsItem.js"), exports);
|
|
215
220
|
__exportStar(require("./StreamConfigRetentionPolicy.js"), exports);
|
|
216
221
|
__exportStar(require("./StreamConfigStatusMessage.js"), exports);
|
|
217
222
|
__exportStar(require("./StreamConfigStatusMessageType.js"), exports);
|
|
@@ -251,6 +256,8 @@ __exportStar(require("./TranscribeCommandMessage.js"), exports);
|
|
|
251
256
|
__exportStar(require("./TranscribeCommandVariable.js"), exports);
|
|
252
257
|
__exportStar(require("./TranscribeCommandVariableType.js"), exports);
|
|
253
258
|
__exportStar(require("./TranscribeConfig.js"), exports);
|
|
259
|
+
__exportStar(require("./TranscribeConfigKeyterms.js"), exports);
|
|
260
|
+
__exportStar(require("./TranscribeConfigKeytermsTermsItem.js"), exports);
|
|
254
261
|
__exportStar(require("./TranscribeConfigMessage.js"), exports);
|
|
255
262
|
__exportStar(require("./TranscribeConfigReplacementsItem.js"), exports);
|
|
256
263
|
__exportStar(require("./TranscribeConfigStatusMessage.js"), exports);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type * as Corti from "../../../../../../api/index.js";
|
|
2
2
|
import * as core from "../../../../../../core/index.js";
|
|
3
3
|
import type * as serializers from "../../../../../index.js";
|
|
4
|
-
import {
|
|
5
|
-
export declare const Response: core.serialization.Schema<serializers.documents.sections.list.Response.Raw, Corti.
|
|
4
|
+
import { GuidedSectionListItem } from "../../../../../types/GuidedSectionListItem.js";
|
|
5
|
+
export declare const Response: core.serialization.Schema<serializers.documents.sections.list.Response.Raw, Corti.GuidedSectionListItem[]>;
|
|
6
6
|
export declare namespace Response {
|
|
7
|
-
type Raw =
|
|
7
|
+
type Raw = GuidedSectionListItem.Raw[];
|
|
8
8
|
}
|
|
@@ -36,5 +36,5 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.Response = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../../core/index.js"));
|
|
39
|
-
const
|
|
40
|
-
exports.Response = core.serialization.list(
|
|
39
|
+
const GuidedSectionListItem_js_1 = require("../../../../../types/GuidedSectionListItem.js");
|
|
40
|
+
exports.Response = core.serialization.list(GuidedSectionListItem_js_1.GuidedSectionListItem);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type * as Corti from "../../../../../../api/index.js";
|
|
2
2
|
import * as core from "../../../../../../core/index.js";
|
|
3
3
|
import type * as serializers from "../../../../../index.js";
|
|
4
|
-
import {
|
|
5
|
-
export declare const Response: core.serialization.Schema<serializers.documents.templates.list.Response.Raw, Corti.
|
|
4
|
+
import { GuidedTemplateListItem } from "../../../../../types/GuidedTemplateListItem.js";
|
|
5
|
+
export declare const Response: core.serialization.Schema<serializers.documents.templates.list.Response.Raw, Corti.GuidedTemplateListItem[]>;
|
|
6
6
|
export declare namespace Response {
|
|
7
|
-
type Raw =
|
|
7
|
+
type Raw = GuidedTemplateListItem.Raw[];
|
|
8
8
|
}
|
|
@@ -36,5 +36,5 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.Response = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../../core/index.js"));
|
|
39
|
-
const
|
|
40
|
-
exports.Response = core.serialization.list(
|
|
39
|
+
const GuidedTemplateListItem_js_1 = require("../../../../../types/GuidedTemplateListItem.js");
|
|
40
|
+
exports.Response = core.serialization.list(GuidedTemplateListItem_js_1.GuidedTemplateListItem);
|
|
@@ -20,3 +20,4 @@ export * from "./transcribe/client/socket/index.js";
|
|
|
20
20
|
export * as transcribe from "./transcribe/index.js";
|
|
21
21
|
export * from "./transcripts/client/requests/index.js";
|
|
22
22
|
export * as transcripts from "./transcripts/index.js";
|
|
23
|
+
export * from "./transcripts/types/index.js";
|
|
@@ -59,3 +59,4 @@ __exportStar(require("./transcribe/client/socket/index.js"), exports);
|
|
|
59
59
|
exports.transcribe = __importStar(require("./transcribe/index.js"));
|
|
60
60
|
__exportStar(require("./transcripts/client/requests/index.js"), exports);
|
|
61
61
|
exports.transcripts = __importStar(require("./transcripts/index.js"));
|
|
62
|
+
__exportStar(require("./transcripts/types/index.js"), exports);
|
package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.ts
CHANGED
|
@@ -3,15 +3,21 @@ import * as core from "../../../../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../../../../index.js";
|
|
4
4
|
import { TranscriptsParticipant } from "../../../../types/TranscriptsParticipant.js";
|
|
5
5
|
import { Uuid } from "../../../../types/Uuid.js";
|
|
6
|
+
import { TranscriptsCreateRequestKeyterms } from "../../types/TranscriptsCreateRequestKeyterms.js";
|
|
7
|
+
import { TranscriptsCreateRequestReplacementsItem } from "../../types/TranscriptsCreateRequestReplacementsItem.js";
|
|
6
8
|
export declare const TranscriptsCreateRequest: core.serialization.Schema<serializers.TranscriptsCreateRequest.Raw, Corti.TranscriptsCreateRequest>;
|
|
7
9
|
export declare namespace TranscriptsCreateRequest {
|
|
8
10
|
interface Raw {
|
|
9
11
|
recordingId: Uuid.Raw;
|
|
10
12
|
primaryLanguage: string;
|
|
13
|
+
spokenPunctuation?: boolean | null;
|
|
14
|
+
automaticPunctuation?: boolean | null;
|
|
11
15
|
isDictation?: boolean | null;
|
|
12
16
|
isMultichannel?: boolean | null;
|
|
13
17
|
diarize?: boolean | null;
|
|
14
18
|
participants?: TranscriptsParticipant.Raw[] | null;
|
|
15
19
|
async?: boolean | null;
|
|
20
|
+
replacements?: TranscriptsCreateRequestReplacementsItem.Raw[] | null;
|
|
21
|
+
keyterms?: TranscriptsCreateRequestKeyterms.Raw | null;
|
|
16
22
|
}
|
|
17
23
|
}
|
package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.js
CHANGED
|
@@ -38,12 +38,18 @@ exports.TranscriptsCreateRequest = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../../../../core/index.js"));
|
|
39
39
|
const TranscriptsParticipant_js_1 = require("../../../../types/TranscriptsParticipant.js");
|
|
40
40
|
const Uuid_js_1 = require("../../../../types/Uuid.js");
|
|
41
|
+
const TranscriptsCreateRequestKeyterms_js_1 = require("../../types/TranscriptsCreateRequestKeyterms.js");
|
|
42
|
+
const TranscriptsCreateRequestReplacementsItem_js_1 = require("../../types/TranscriptsCreateRequestReplacementsItem.js");
|
|
41
43
|
exports.TranscriptsCreateRequest = core.serialization.object({
|
|
42
44
|
recordingId: Uuid_js_1.Uuid,
|
|
43
45
|
primaryLanguage: core.serialization.string(),
|
|
46
|
+
spokenPunctuation: core.serialization.boolean().optional(),
|
|
47
|
+
automaticPunctuation: core.serialization.boolean().optional(),
|
|
44
48
|
isDictation: core.serialization.boolean().optional(),
|
|
45
49
|
isMultichannel: core.serialization.boolean().optional(),
|
|
46
50
|
diarize: core.serialization.boolean().optional(),
|
|
47
51
|
participants: core.serialization.list(TranscriptsParticipant_js_1.TranscriptsParticipant).optional(),
|
|
48
52
|
async: core.serialization.boolean().optional(),
|
|
53
|
+
replacements: core.serialization.list(TranscriptsCreateRequestReplacementsItem_js_1.TranscriptsCreateRequestReplacementsItem).optional(),
|
|
54
|
+
keyterms: TranscriptsCreateRequestKeyterms_js_1.TranscriptsCreateRequestKeyterms.optional(),
|
|
49
55
|
});
|
package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
import { TranscriptsCreateRequestKeytermsTermsItem } from "./TranscriptsCreateRequestKeytermsTermsItem.js";
|
|
5
|
+
export declare const TranscriptsCreateRequestKeyterms: core.serialization.ObjectSchema<serializers.TranscriptsCreateRequestKeyterms.Raw, Corti.TranscriptsCreateRequestKeyterms>;
|
|
6
|
+
export declare namespace TranscriptsCreateRequestKeyterms {
|
|
7
|
+
interface Raw {
|
|
8
|
+
terms?: TranscriptsCreateRequestKeytermsTermsItem.Raw[] | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.TranscriptsCreateRequestKeyterms = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
const TranscriptsCreateRequestKeytermsTermsItem_js_1 = require("./TranscriptsCreateRequestKeytermsTermsItem.js");
|
|
40
|
+
exports.TranscriptsCreateRequestKeyterms = core.serialization.object({
|
|
41
|
+
terms: core.serialization.list(TranscriptsCreateRequestKeytermsTermsItem_js_1.TranscriptsCreateRequestKeytermsTermsItem).optional(),
|
|
42
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
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 TranscriptsCreateRequestKeytermsTermsItem: core.serialization.ObjectSchema<serializers.TranscriptsCreateRequestKeytermsTermsItem.Raw, Corti.TranscriptsCreateRequestKeytermsTermsItem>;
|
|
5
|
+
export declare namespace TranscriptsCreateRequestKeytermsTermsItem {
|
|
6
|
+
interface Raw {
|
|
7
|
+
term: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.TranscriptsCreateRequestKeytermsTermsItem = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.TranscriptsCreateRequestKeytermsTermsItem = core.serialization.object({
|
|
40
|
+
term: core.serialization.string(),
|
|
41
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 TranscriptsCreateRequestReplacementsItem: core.serialization.ObjectSchema<serializers.TranscriptsCreateRequestReplacementsItem.Raw, Corti.TranscriptsCreateRequestReplacementsItem>;
|
|
5
|
+
export declare namespace TranscriptsCreateRequestReplacementsItem {
|
|
6
|
+
interface Raw {
|
|
7
|
+
find: string;
|
|
8
|
+
replace: string;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.TranscriptsCreateRequestReplacementsItem = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
+
exports.TranscriptsCreateRequestReplacementsItem = core.serialization.object({
|
|
40
|
+
find: core.serialization.string(),
|
|
41
|
+
replace: core.serialization.string(),
|
|
42
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./TranscriptsCreateRequestKeyterms.js"), exports);
|
|
18
|
+
__exportStar(require("./TranscriptsCreateRequestKeytermsTermsItem.js"), exports);
|
|
19
|
+
__exportStar(require("./TranscriptsCreateRequestReplacementsItem.js"), exports);
|
|
@@ -1,25 +1,11 @@
|
|
|
1
1
|
import type * as Corti from "../../api/index.js";
|
|
2
2
|
import * as core from "../../core/index.js";
|
|
3
3
|
import type * as serializers from "../index.js";
|
|
4
|
-
import {
|
|
5
|
-
import { GuidedSectionSource } from "./GuidedSectionSource.js";
|
|
4
|
+
import { GuidedSectionListItem } from "./GuidedSectionListItem.js";
|
|
6
5
|
import { GuidedSectionVersion } from "./GuidedSectionVersion.js";
|
|
7
6
|
export declare const GuidedSection: core.serialization.ObjectSchema<serializers.GuidedSection.Raw, Corti.GuidedSection>;
|
|
8
7
|
export declare namespace GuidedSection {
|
|
9
|
-
interface Raw {
|
|
10
|
-
id: string;
|
|
11
|
-
inheritedFromId?: (string | null | undefined) | null;
|
|
12
|
-
autoGenerated?: boolean | null;
|
|
13
|
-
source?: GuidedSectionSource.Raw | null;
|
|
14
|
-
name: string;
|
|
15
|
-
languages: string[];
|
|
16
|
-
regions: string[];
|
|
17
|
-
specialties: string[];
|
|
18
|
-
description?: string | null;
|
|
19
|
-
labels: GuidedLabel.Raw[];
|
|
8
|
+
interface Raw extends GuidedSectionListItem.Raw {
|
|
20
9
|
publishedVersion?: GuidedSectionVersion.Raw | null;
|
|
21
|
-
createdAt: string;
|
|
22
|
-
updatedAt: string;
|
|
23
|
-
deletedAt?: (string | null | undefined) | null;
|
|
24
10
|
}
|
|
25
11
|
}
|
|
@@ -36,22 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.GuidedSection = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const
|
|
40
|
-
const GuidedSectionSource_js_1 = require("./GuidedSectionSource.js");
|
|
39
|
+
const GuidedSectionListItem_js_1 = require("./GuidedSectionListItem.js");
|
|
41
40
|
const GuidedSectionVersion_js_1 = require("./GuidedSectionVersion.js");
|
|
42
|
-
exports.GuidedSection = core.serialization
|
|
43
|
-
|
|
44
|
-
inheritedFromId: core.serialization.string().optionalNullable(),
|
|
45
|
-
autoGenerated: core.serialization.boolean().optional(),
|
|
46
|
-
source: GuidedSectionSource_js_1.GuidedSectionSource.optional(),
|
|
47
|
-
name: core.serialization.string(),
|
|
48
|
-
languages: core.serialization.list(core.serialization.string()),
|
|
49
|
-
regions: core.serialization.list(core.serialization.string()),
|
|
50
|
-
specialties: core.serialization.list(core.serialization.string()),
|
|
51
|
-
description: core.serialization.string().optional(),
|
|
52
|
-
labels: core.serialization.list(GuidedLabel_js_1.GuidedLabel),
|
|
41
|
+
exports.GuidedSection = core.serialization
|
|
42
|
+
.object({
|
|
53
43
|
publishedVersion: GuidedSectionVersion_js_1.GuidedSectionVersion.optional(),
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
deletedAt: core.serialization.date().optionalNullable(),
|
|
57
|
-
});
|
|
44
|
+
})
|
|
45
|
+
.extend(GuidedSectionListItem_js_1.GuidedSectionListItem);
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
import { GuidedLabel } from "./GuidedLabel.js";
|
|
5
|
+
import { GuidedSectionListItemSource } from "./GuidedSectionListItemSource.js";
|
|
6
|
+
export declare const GuidedSectionListItem: core.serialization.ObjectSchema<serializers.GuidedSectionListItem.Raw, Corti.GuidedSectionListItem>;
|
|
7
|
+
export declare namespace GuidedSectionListItem {
|
|
8
|
+
interface Raw {
|
|
9
|
+
id: string;
|
|
10
|
+
inheritedFromId?: (string | null | undefined) | null;
|
|
11
|
+
autoGenerated?: boolean | null;
|
|
12
|
+
source?: GuidedSectionListItemSource.Raw | null;
|
|
13
|
+
name: string;
|
|
14
|
+
languages: string[];
|
|
15
|
+
regions: string[];
|
|
16
|
+
specialties: string[];
|
|
17
|
+
description?: string | null;
|
|
18
|
+
labels: GuidedLabel.Raw[];
|
|
19
|
+
createdBy?: string | null;
|
|
20
|
+
createdAt: string;
|
|
21
|
+
updatedAt: string;
|
|
22
|
+
deletedAt?: (string | null | undefined) | null;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.GuidedSectionListItem = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const GuidedLabel_js_1 = require("./GuidedLabel.js");
|
|
40
|
+
const GuidedSectionListItemSource_js_1 = require("./GuidedSectionListItemSource.js");
|
|
41
|
+
exports.GuidedSectionListItem = core.serialization.object({
|
|
42
|
+
id: core.serialization.string(),
|
|
43
|
+
inheritedFromId: core.serialization.string().optionalNullable(),
|
|
44
|
+
autoGenerated: core.serialization.boolean().optional(),
|
|
45
|
+
source: GuidedSectionListItemSource_js_1.GuidedSectionListItemSource.optional(),
|
|
46
|
+
name: core.serialization.string(),
|
|
47
|
+
languages: core.serialization.list(core.serialization.string()),
|
|
48
|
+
regions: core.serialization.list(core.serialization.string()),
|
|
49
|
+
specialties: core.serialization.list(core.serialization.string()),
|
|
50
|
+
description: core.serialization.string().optional(),
|
|
51
|
+
labels: core.serialization.list(GuidedLabel_js_1.GuidedLabel),
|
|
52
|
+
createdBy: core.serialization.string().optional(),
|
|
53
|
+
createdAt: core.serialization.date(),
|
|
54
|
+
updatedAt: core.serialization.date(),
|
|
55
|
+
deletedAt: core.serialization.date().optionalNullable(),
|
|
56
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
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 GuidedSectionListItemSource: core.serialization.Schema<serializers.GuidedSectionListItemSource.Raw, Corti.GuidedSectionListItemSource>;
|
|
5
|
+
export declare namespace GuidedSectionListItemSource {
|
|
6
|
+
type Raw = "user" | "corti" | "project";
|
|
7
|
+
}
|
package/dist/cjs/serialization/types/{GuidedSectionSource.js → GuidedSectionListItemSource.js}
RENAMED
|
@@ -34,6 +34,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.GuidedSectionListItemSource = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
exports.
|
|
39
|
+
exports.GuidedSectionListItemSource = core.serialization.enum_(["user", "corti", "project"]);
|
|
@@ -5,5 +5,5 @@ import { GuidedSectionsCreateFromInheritanceRequest } from "./GuidedSectionsCrea
|
|
|
5
5
|
import { GuidedSectionsCreateFromScratchRequest } from "./GuidedSectionsCreateFromScratchRequest.js";
|
|
6
6
|
export declare const GuidedSectionsCreateRequest: core.serialization.Schema<serializers.GuidedSectionsCreateRequest.Raw, Corti.GuidedSectionsCreateRequest>;
|
|
7
7
|
export declare namespace GuidedSectionsCreateRequest {
|
|
8
|
-
type Raw =
|
|
8
|
+
type Raw = GuidedSectionsCreateFromInheritanceRequest.Raw | GuidedSectionsCreateFromScratchRequest.Raw;
|
|
9
9
|
}
|
|
@@ -39,6 +39,6 @@ const core = __importStar(require("../../core/index.js"));
|
|
|
39
39
|
const GuidedSectionsCreateFromInheritanceRequest_js_1 = require("./GuidedSectionsCreateFromInheritanceRequest.js");
|
|
40
40
|
const GuidedSectionsCreateFromScratchRequest_js_1 = require("./GuidedSectionsCreateFromScratchRequest.js");
|
|
41
41
|
exports.GuidedSectionsCreateRequest = core.serialization.undiscriminatedUnion([
|
|
42
|
-
GuidedSectionsCreateFromScratchRequest_js_1.GuidedSectionsCreateFromScratchRequest,
|
|
43
42
|
GuidedSectionsCreateFromInheritanceRequest_js_1.GuidedSectionsCreateFromInheritanceRequest,
|
|
43
|
+
GuidedSectionsCreateFromScratchRequest_js_1.GuidedSectionsCreateFromScratchRequest,
|
|
44
44
|
]);
|
|
@@ -1,25 +1,11 @@
|
|
|
1
1
|
import type * as Corti from "../../api/index.js";
|
|
2
2
|
import * as core from "../../core/index.js";
|
|
3
3
|
import type * as serializers from "../index.js";
|
|
4
|
-
import {
|
|
5
|
-
import { GuidedTemplateSource } from "./GuidedTemplateSource.js";
|
|
4
|
+
import { GuidedTemplateListItem } from "./GuidedTemplateListItem.js";
|
|
6
5
|
import { GuidedTemplateVersion } from "./GuidedTemplateVersion.js";
|
|
7
6
|
export declare const GuidedTemplate: core.serialization.ObjectSchema<serializers.GuidedTemplate.Raw, Corti.GuidedTemplate>;
|
|
8
7
|
export declare namespace GuidedTemplate {
|
|
9
|
-
interface Raw {
|
|
10
|
-
id: string;
|
|
11
|
-
inheritedFromId?: (string | null | undefined) | null;
|
|
12
|
-
autoGenerated?: boolean | null;
|
|
13
|
-
source?: GuidedTemplateSource.Raw | null;
|
|
14
|
-
name: string;
|
|
15
|
-
description?: string | null;
|
|
16
|
-
languages: string[];
|
|
17
|
-
regions: string[];
|
|
18
|
-
specialties: string[];
|
|
19
|
-
labels: GuidedLabel.Raw[];
|
|
8
|
+
interface Raw extends GuidedTemplateListItem.Raw {
|
|
20
9
|
publishedVersion?: GuidedTemplateVersion.Raw | null;
|
|
21
|
-
createdAt: string;
|
|
22
|
-
updatedAt: string;
|
|
23
|
-
deletedAt?: (string | null | undefined) | null;
|
|
24
10
|
}
|
|
25
11
|
}
|