@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.
Files changed (239) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/documents/resources/sections/client/Client.d.ts +2 -10
  3. package/dist/cjs/api/resources/documents/resources/sections/client/Client.js +1 -9
  4. package/dist/cjs/api/resources/documents/resources/templates/client/Client.d.ts +2 -6
  5. package/dist/cjs/api/resources/documents/resources/templates/client/Client.js +1 -5
  6. package/dist/cjs/api/resources/index.d.ts +1 -0
  7. package/dist/cjs/api/resources/index.js +1 -0
  8. package/dist/cjs/api/resources/recordings/client/Client.d.ts +1 -1
  9. package/dist/cjs/api/resources/recordings/client/Client.js +1 -1
  10. package/dist/cjs/api/resources/transcripts/client/Client.d.ts +1 -1
  11. package/dist/cjs/api/resources/transcripts/client/Client.js +1 -1
  12. package/dist/cjs/api/resources/transcripts/client/requests/TranscriptsCreateRequest.d.ts +9 -1
  13. package/dist/cjs/api/resources/transcripts/index.d.ts +1 -0
  14. package/dist/cjs/api/resources/transcripts/index.js +1 -0
  15. package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.ts +8 -0
  16. package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.js +3 -0
  17. package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.ts +4 -0
  18. package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.js +3 -0
  19. package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.ts +6 -0
  20. package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.js +3 -0
  21. package/dist/cjs/api/resources/transcripts/types/index.d.ts +3 -0
  22. package/dist/cjs/api/resources/transcripts/types/index.js +19 -0
  23. package/dist/cjs/api/types/GuidedSection.d.ts +6 -27
  24. package/dist/cjs/api/types/GuidedSectionListItem.d.ts +36 -0
  25. package/dist/cjs/api/types/GuidedSectionListItem.js +3 -0
  26. package/dist/cjs/api/types/GuidedSectionListItemSource.d.ts +7 -0
  27. package/dist/cjs/api/types/GuidedSectionListItemSource.js +10 -0
  28. package/dist/cjs/api/types/GuidedSectionsCreateRequest.d.ts +1 -1
  29. package/dist/cjs/api/types/GuidedTemplate.d.ts +6 -27
  30. package/dist/cjs/api/types/GuidedTemplateListItem.d.ts +36 -0
  31. package/dist/cjs/api/types/GuidedTemplateListItem.js +3 -0
  32. package/dist/cjs/api/types/GuidedTemplateListItemSource.d.ts +7 -0
  33. package/dist/cjs/api/types/GuidedTemplateListItemSource.js +10 -0
  34. package/dist/cjs/api/types/GuidedTemplatesCreateFromScratchRequest.d.ts +1 -1
  35. package/dist/cjs/api/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.ts +1 -1
  36. package/dist/cjs/api/types/GuidedTemplatesCreateRequest.d.ts +1 -1
  37. package/dist/cjs/api/types/StreamConfig.d.ts +4 -0
  38. package/dist/cjs/api/types/StreamConfigKeyterms.d.ts +8 -0
  39. package/dist/cjs/api/types/StreamConfigKeyterms.js +3 -0
  40. package/dist/cjs/api/types/StreamConfigKeytermsTermsItem.d.ts +4 -0
  41. package/dist/cjs/api/types/StreamConfigKeytermsTermsItem.js +3 -0
  42. package/dist/cjs/api/types/StreamConfigReplacementsItem.d.ts +6 -0
  43. package/dist/cjs/api/types/StreamConfigReplacementsItem.js +3 -0
  44. package/dist/cjs/api/types/StreamConfigTranscription.d.ts +3 -1
  45. package/dist/cjs/api/types/StreamErrorDetail.d.ts +7 -5
  46. package/dist/cjs/api/types/TranscribeConfig.d.ts +3 -1
  47. package/dist/cjs/api/types/TranscribeConfigKeyterms.d.ts +8 -0
  48. package/dist/cjs/api/types/TranscribeConfigKeyterms.js +3 -0
  49. package/dist/cjs/api/types/TranscribeConfigKeytermsTermsItem.d.ts +4 -0
  50. package/dist/cjs/api/types/TranscribeConfigKeytermsTermsItem.js +3 -0
  51. package/dist/cjs/api/types/TranscribeErrorMessageError.d.ts +7 -5
  52. package/dist/cjs/api/types/index.d.ts +9 -2
  53. package/dist/cjs/api/types/index.js +9 -2
  54. package/dist/cjs/serialization/resources/documents/resources/sections/client/list.d.ts +3 -3
  55. package/dist/cjs/serialization/resources/documents/resources/sections/client/list.js +2 -2
  56. package/dist/cjs/serialization/resources/documents/resources/templates/client/list.d.ts +3 -3
  57. package/dist/cjs/serialization/resources/documents/resources/templates/client/list.js +2 -2
  58. package/dist/cjs/serialization/resources/index.d.ts +1 -0
  59. package/dist/cjs/serialization/resources/index.js +1 -0
  60. package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.ts +6 -0
  61. package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.js +6 -0
  62. package/dist/cjs/serialization/resources/transcripts/index.d.ts +1 -0
  63. package/dist/cjs/serialization/resources/transcripts/index.js +1 -0
  64. package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.ts +10 -0
  65. package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.js +42 -0
  66. package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.ts +9 -0
  67. package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.js +41 -0
  68. package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.ts +10 -0
  69. package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.js +42 -0
  70. package/dist/cjs/serialization/resources/transcripts/types/index.d.ts +3 -0
  71. package/dist/cjs/serialization/resources/transcripts/types/index.js +19 -0
  72. package/dist/cjs/serialization/types/GuidedSection.d.ts +2 -16
  73. package/dist/cjs/serialization/types/GuidedSection.js +5 -17
  74. package/dist/cjs/serialization/types/GuidedSectionListItem.d.ts +24 -0
  75. package/dist/cjs/serialization/types/GuidedSectionListItem.js +56 -0
  76. package/dist/cjs/serialization/types/GuidedSectionListItemSource.d.ts +7 -0
  77. package/dist/cjs/serialization/types/{GuidedSectionSource.js → GuidedSectionListItemSource.js} +2 -2
  78. package/dist/cjs/serialization/types/GuidedSectionsCreateRequest.d.ts +1 -1
  79. package/dist/cjs/serialization/types/GuidedSectionsCreateRequest.js +1 -1
  80. package/dist/cjs/serialization/types/GuidedTemplate.d.ts +2 -16
  81. package/dist/cjs/serialization/types/GuidedTemplate.js +5 -17
  82. package/dist/cjs/serialization/types/GuidedTemplateListItem.d.ts +24 -0
  83. package/dist/cjs/serialization/types/GuidedTemplateListItem.js +56 -0
  84. package/dist/cjs/serialization/types/GuidedTemplateListItemSource.d.ts +7 -0
  85. package/dist/cjs/serialization/types/{GuidedTemplateSource.js → GuidedTemplateListItemSource.js} +2 -2
  86. package/dist/cjs/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.ts +1 -1
  87. package/dist/cjs/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.js +1 -1
  88. package/dist/cjs/serialization/types/GuidedTemplatesCreateRequest.d.ts +1 -1
  89. package/dist/cjs/serialization/types/GuidedTemplatesCreateRequest.js +1 -1
  90. package/dist/cjs/serialization/types/StreamConfig.d.ts +4 -0
  91. package/dist/cjs/serialization/types/StreamConfig.js +4 -0
  92. package/dist/cjs/serialization/types/StreamConfigKeyterms.d.ts +10 -0
  93. package/dist/cjs/serialization/types/StreamConfigKeyterms.js +42 -0
  94. package/dist/cjs/serialization/types/StreamConfigKeytermsTermsItem.d.ts +9 -0
  95. package/dist/cjs/serialization/types/StreamConfigKeytermsTermsItem.js +41 -0
  96. package/dist/cjs/serialization/types/StreamConfigReplacementsItem.d.ts +10 -0
  97. package/dist/cjs/serialization/types/StreamConfigReplacementsItem.js +42 -0
  98. package/dist/cjs/serialization/types/StreamConfigTranscription.d.ts +1 -0
  99. package/dist/cjs/serialization/types/StreamConfigTranscription.js +1 -0
  100. package/dist/cjs/serialization/types/StreamErrorDetail.d.ts +6 -5
  101. package/dist/cjs/serialization/types/StreamErrorDetail.js +6 -5
  102. package/dist/cjs/serialization/types/TranscribeConfig.d.ts +2 -0
  103. package/dist/cjs/serialization/types/TranscribeConfig.js +2 -0
  104. package/dist/cjs/serialization/types/TranscribeConfigKeyterms.d.ts +10 -0
  105. package/dist/cjs/serialization/types/TranscribeConfigKeyterms.js +42 -0
  106. package/dist/cjs/serialization/types/TranscribeConfigKeytermsTermsItem.d.ts +9 -0
  107. package/dist/cjs/serialization/types/TranscribeConfigKeytermsTermsItem.js +41 -0
  108. package/dist/cjs/serialization/types/TranscribeErrorMessageError.d.ts +6 -5
  109. package/dist/cjs/serialization/types/TranscribeErrorMessageError.js +6 -5
  110. package/dist/cjs/serialization/types/index.d.ts +9 -2
  111. package/dist/cjs/serialization/types/index.js +9 -2
  112. package/dist/cjs/version.d.ts +1 -1
  113. package/dist/cjs/version.js +1 -1
  114. package/dist/esm/BaseClient.mjs +2 -2
  115. package/dist/esm/api/resources/documents/resources/sections/client/Client.d.mts +2 -10
  116. package/dist/esm/api/resources/documents/resources/sections/client/Client.mjs +1 -9
  117. package/dist/esm/api/resources/documents/resources/templates/client/Client.d.mts +2 -6
  118. package/dist/esm/api/resources/documents/resources/templates/client/Client.mjs +1 -5
  119. package/dist/esm/api/resources/index.d.mts +1 -0
  120. package/dist/esm/api/resources/index.mjs +1 -0
  121. package/dist/esm/api/resources/recordings/client/Client.d.mts +1 -1
  122. package/dist/esm/api/resources/recordings/client/Client.mjs +1 -1
  123. package/dist/esm/api/resources/transcripts/client/Client.d.mts +1 -1
  124. package/dist/esm/api/resources/transcripts/client/Client.mjs +1 -1
  125. package/dist/esm/api/resources/transcripts/client/requests/TranscriptsCreateRequest.d.mts +9 -1
  126. package/dist/esm/api/resources/transcripts/index.d.mts +1 -0
  127. package/dist/esm/api/resources/transcripts/index.mjs +1 -0
  128. package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.mts +8 -0
  129. package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeyterms.mjs +2 -0
  130. package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.mts +4 -0
  131. package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.mjs +2 -0
  132. package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.mts +6 -0
  133. package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.mjs +2 -0
  134. package/dist/esm/api/resources/transcripts/types/index.d.mts +3 -0
  135. package/dist/esm/api/resources/transcripts/types/index.mjs +3 -0
  136. package/dist/esm/api/types/GuidedSection.d.mts +6 -27
  137. package/dist/esm/api/types/GuidedSectionListItem.d.mts +36 -0
  138. package/dist/esm/api/types/GuidedSectionListItem.mjs +2 -0
  139. package/dist/esm/api/types/GuidedSectionListItemSource.d.mts +7 -0
  140. package/dist/esm/api/types/GuidedSectionListItemSource.mjs +7 -0
  141. package/dist/esm/api/types/GuidedSectionsCreateRequest.d.mts +1 -1
  142. package/dist/esm/api/types/GuidedTemplate.d.mts +6 -27
  143. package/dist/esm/api/types/GuidedTemplateListItem.d.mts +36 -0
  144. package/dist/esm/api/types/GuidedTemplateListItem.mjs +2 -0
  145. package/dist/esm/api/types/GuidedTemplateListItemSource.d.mts +7 -0
  146. package/dist/esm/api/types/GuidedTemplateListItemSource.mjs +7 -0
  147. package/dist/esm/api/types/GuidedTemplatesCreateFromScratchRequest.d.mts +1 -1
  148. package/dist/esm/api/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.mts +1 -1
  149. package/dist/esm/api/types/GuidedTemplatesCreateRequest.d.mts +1 -1
  150. package/dist/esm/api/types/StreamConfig.d.mts +4 -0
  151. package/dist/esm/api/types/StreamConfigKeyterms.d.mts +8 -0
  152. package/dist/esm/api/types/StreamConfigKeyterms.mjs +2 -0
  153. package/dist/esm/api/types/StreamConfigKeytermsTermsItem.d.mts +4 -0
  154. package/dist/esm/api/types/StreamConfigKeytermsTermsItem.mjs +2 -0
  155. package/dist/esm/api/types/StreamConfigReplacementsItem.d.mts +6 -0
  156. package/dist/esm/api/types/StreamConfigReplacementsItem.mjs +2 -0
  157. package/dist/esm/api/types/StreamConfigTranscription.d.mts +3 -1
  158. package/dist/esm/api/types/StreamErrorDetail.d.mts +7 -5
  159. package/dist/esm/api/types/TranscribeConfig.d.mts +3 -1
  160. package/dist/esm/api/types/TranscribeConfigKeyterms.d.mts +8 -0
  161. package/dist/esm/api/types/TranscribeConfigKeyterms.mjs +2 -0
  162. package/dist/esm/api/types/TranscribeConfigKeytermsTermsItem.d.mts +4 -0
  163. package/dist/esm/api/types/TranscribeConfigKeytermsTermsItem.mjs +2 -0
  164. package/dist/esm/api/types/TranscribeErrorMessageError.d.mts +7 -5
  165. package/dist/esm/api/types/index.d.mts +9 -2
  166. package/dist/esm/api/types/index.mjs +9 -2
  167. package/dist/esm/serialization/resources/documents/resources/sections/client/list.d.mts +3 -3
  168. package/dist/esm/serialization/resources/documents/resources/sections/client/list.mjs +2 -2
  169. package/dist/esm/serialization/resources/documents/resources/templates/client/list.d.mts +3 -3
  170. package/dist/esm/serialization/resources/documents/resources/templates/client/list.mjs +2 -2
  171. package/dist/esm/serialization/resources/index.d.mts +1 -0
  172. package/dist/esm/serialization/resources/index.mjs +1 -0
  173. package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.mts +6 -0
  174. package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.mjs +6 -0
  175. package/dist/esm/serialization/resources/transcripts/index.d.mts +1 -0
  176. package/dist/esm/serialization/resources/transcripts/index.mjs +1 -0
  177. package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.d.mts +10 -0
  178. package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeyterms.mjs +6 -0
  179. package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.d.mts +9 -0
  180. package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestKeytermsTermsItem.mjs +5 -0
  181. package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.d.mts +10 -0
  182. package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestReplacementsItem.mjs +6 -0
  183. package/dist/esm/serialization/resources/transcripts/types/index.d.mts +3 -0
  184. package/dist/esm/serialization/resources/transcripts/types/index.mjs +3 -0
  185. package/dist/esm/serialization/types/GuidedSection.d.mts +2 -16
  186. package/dist/esm/serialization/types/GuidedSection.mjs +5 -17
  187. package/dist/esm/serialization/types/GuidedSectionListItem.d.mts +24 -0
  188. package/dist/esm/serialization/types/GuidedSectionListItem.mjs +20 -0
  189. package/dist/esm/serialization/types/GuidedSectionListItemSource.d.mts +7 -0
  190. package/dist/esm/serialization/types/{GuidedSectionSource.mjs → GuidedSectionListItemSource.mjs} +1 -1
  191. package/dist/esm/serialization/types/GuidedSectionsCreateRequest.d.mts +1 -1
  192. package/dist/esm/serialization/types/GuidedSectionsCreateRequest.mjs +1 -1
  193. package/dist/esm/serialization/types/GuidedTemplate.d.mts +2 -16
  194. package/dist/esm/serialization/types/GuidedTemplate.mjs +5 -17
  195. package/dist/esm/serialization/types/GuidedTemplateListItem.d.mts +24 -0
  196. package/dist/esm/serialization/types/GuidedTemplateListItem.mjs +20 -0
  197. package/dist/esm/serialization/types/GuidedTemplateListItemSource.d.mts +7 -0
  198. package/dist/esm/serialization/types/{GuidedTemplateSource.mjs → GuidedTemplateListItemSource.mjs} +1 -1
  199. package/dist/esm/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.d.mts +1 -1
  200. package/dist/esm/serialization/types/GuidedTemplatesCreateFromScratchRequestGeneration.mjs +1 -1
  201. package/dist/esm/serialization/types/GuidedTemplatesCreateRequest.d.mts +1 -1
  202. package/dist/esm/serialization/types/GuidedTemplatesCreateRequest.mjs +1 -1
  203. package/dist/esm/serialization/types/StreamConfig.d.mts +4 -0
  204. package/dist/esm/serialization/types/StreamConfig.mjs +4 -0
  205. package/dist/esm/serialization/types/StreamConfigKeyterms.d.mts +10 -0
  206. package/dist/esm/serialization/types/StreamConfigKeyterms.mjs +6 -0
  207. package/dist/esm/serialization/types/StreamConfigKeytermsTermsItem.d.mts +9 -0
  208. package/dist/esm/serialization/types/StreamConfigKeytermsTermsItem.mjs +5 -0
  209. package/dist/esm/serialization/types/StreamConfigReplacementsItem.d.mts +10 -0
  210. package/dist/esm/serialization/types/StreamConfigReplacementsItem.mjs +6 -0
  211. package/dist/esm/serialization/types/StreamConfigTranscription.d.mts +1 -0
  212. package/dist/esm/serialization/types/StreamConfigTranscription.mjs +1 -0
  213. package/dist/esm/serialization/types/StreamErrorDetail.d.mts +6 -5
  214. package/dist/esm/serialization/types/StreamErrorDetail.mjs +6 -5
  215. package/dist/esm/serialization/types/TranscribeConfig.d.mts +2 -0
  216. package/dist/esm/serialization/types/TranscribeConfig.mjs +2 -0
  217. package/dist/esm/serialization/types/TranscribeConfigKeyterms.d.mts +10 -0
  218. package/dist/esm/serialization/types/TranscribeConfigKeyterms.mjs +6 -0
  219. package/dist/esm/serialization/types/TranscribeConfigKeytermsTermsItem.d.mts +9 -0
  220. package/dist/esm/serialization/types/TranscribeConfigKeytermsTermsItem.mjs +5 -0
  221. package/dist/esm/serialization/types/TranscribeErrorMessageError.d.mts +6 -5
  222. package/dist/esm/serialization/types/TranscribeErrorMessageError.mjs +6 -5
  223. package/dist/esm/serialization/types/index.d.mts +9 -2
  224. package/dist/esm/serialization/types/index.mjs +9 -2
  225. package/dist/esm/version.d.mts +1 -1
  226. package/dist/esm/version.mjs +1 -1
  227. package/package.json +1 -1
  228. package/dist/cjs/api/types/GuidedSectionSource.d.ts +0 -6
  229. package/dist/cjs/api/types/GuidedSectionSource.js +0 -9
  230. package/dist/cjs/api/types/GuidedTemplateSource.d.ts +0 -6
  231. package/dist/cjs/api/types/GuidedTemplateSource.js +0 -9
  232. package/dist/cjs/serialization/types/GuidedSectionSource.d.ts +0 -7
  233. package/dist/cjs/serialization/types/GuidedTemplateSource.d.ts +0 -7
  234. package/dist/esm/api/types/GuidedSectionSource.d.mts +0 -6
  235. package/dist/esm/api/types/GuidedSectionSource.mjs +0 -6
  236. package/dist/esm/api/types/GuidedTemplateSource.d.mts +0 -6
  237. package/dist/esm/api/types/GuidedTemplateSource.mjs +0 -6
  238. package/dist/esm/serialization/types/GuidedSectionSource.d.mts +0 -7
  239. package/dist/esm/serialization/types/GuidedTemplateSource.d.mts +0 -7
@@ -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: GuidedTemplateInstructions.Raw;
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 = GuidedTemplatesCreateFromScratchRequest.Raw | GuidedTemplatesCreateFromInheritanceRequest.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,5 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ import * as core from "../../core/index.mjs";
3
+ export const StreamConfigKeytermsTermsItem = core.serialization.object({
4
+ term: core.serialization.string(),
5
+ });
@@ -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
+ }
@@ -0,0 +1,6 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ import * as core from "../../core/index.mjs";
3
+ export const StreamConfigReplacementsItem = core.serialization.object({
4
+ find: core.serialization.string(),
5
+ replace: core.serialization.string(),
6
+ });
@@ -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
- id: string;
8
- title: string;
9
- status: number;
10
- details: string;
11
- doc: string;
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
- id: core.serialization.string(),
5
- title: core.serialization.string(),
6
- status: core.serialization.number(),
7
- details: core.serialization.string(),
8
- doc: core.serialization.string(),
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
+ }
@@ -0,0 +1,5 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ import * as core from "../../core/index.mjs";
3
+ export const TranscribeConfigKeytermsTermsItem = core.serialization.object({
4
+ term: core.serialization.string(),
5
+ });
@@ -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
- id: string;
8
- title: string;
9
- status: number;
10
- details: string;
11
- doc: string;
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
- id: core.serialization.string(),
5
- title: core.serialization.string(),
6
- status: core.serialization.number(),
7
- details: core.serialization.string(),
8
- doc: core.serialization.string(),
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";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "4.0.0-rc";
1
+ export declare const SDK_VERSION = "4.0.0-rc.2";
@@ -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 +1,6 @@
1
1
  {
2
2
  "name": "@corti/sdk",
3
- "version": "4.0.0-rc",
3
+ "version": "4.0.0-rc.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -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
- // This file was auto-generated by Fern from our API Definition.
2
- /** Whether this section was created by the user or from the Corti standard resources. */
3
- export const GuidedSectionSource = {
4
- User: "user",
5
- Corti: "corti",
6
- };
@@ -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,6 +0,0 @@
1
- // This file was auto-generated by Fern from our API Definition.
2
- /** Whether this template was created by the user or is a Corti standard resource. */
3
- export const GuidedTemplateSource = {
4
- User: "user",
5
- Corti: "corti",
6
- };
@@ -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
- }