@corti/sdk 0.1.0 → 0.1.1-rc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (735) hide show
  1. package/dist/cjs/api/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.d.ts +22 -0
  2. package/dist/cjs/api/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.js +5 -0
  3. package/dist/cjs/api/resources/documents/client/requests/DocumentsGetRequest.d.ts +13 -0
  4. package/dist/cjs/api/resources/documents/client/requests/DocumentsGetRequest.js +5 -0
  5. package/dist/cjs/api/resources/documents/client/requests/RequestDocumentCreate.d.ts +31 -0
  6. package/dist/cjs/api/resources/documents/client/requests/RequestDocumentCreate.js +5 -0
  7. package/dist/cjs/api/resources/documents/client/requests/RequestDocumentUpdate.d.ts +13 -0
  8. package/dist/cjs/api/resources/documents/client/requests/RequestDocumentUpdate.js +5 -0
  9. package/dist/cjs/api/resources/documents/types/RequestDocumentCreateContextItem.d.ts +10 -0
  10. package/dist/cjs/api/resources/documents/types/RequestDocumentCreateContextItem.js +5 -0
  11. package/dist/cjs/api/resources/documents/types/RequestDocumentUpdateSectionsItem.d.ts +9 -0
  12. package/dist/cjs/api/resources/documents/types/RequestDocumentUpdateSectionsItem.js +5 -0
  13. package/dist/cjs/api/resources/documents/types/index.d.ts +2 -0
  14. package/dist/cjs/api/resources/documents/types/index.js +18 -0
  15. package/dist/cjs/api/resources/facts/client/requests/RequestFactUpdate.d.ts +21 -0
  16. package/dist/cjs/api/resources/facts/client/requests/RequestFactUpdate.js +5 -0
  17. package/dist/cjs/api/resources/facts/client/requests/RequestFactsCreate.d.ts +17 -0
  18. package/dist/cjs/api/resources/facts/client/requests/RequestFactsCreate.js +5 -0
  19. package/dist/cjs/api/resources/facts/client/requests/RequestFactsUpdate.d.ts +16 -0
  20. package/dist/cjs/api/resources/facts/client/requests/RequestFactsUpdate.js +5 -0
  21. package/dist/cjs/api/resources/facts/types/RequestFactsCreateFactsItem.d.ts +12 -0
  22. package/dist/cjs/api/resources/facts/types/RequestFactsCreateFactsItem.js +5 -0
  23. package/dist/cjs/api/resources/facts/types/RequestFactsUpdateFactsItem.d.ts +14 -0
  24. package/dist/cjs/api/resources/facts/types/RequestFactsUpdateFactsItem.js +5 -0
  25. package/dist/cjs/api/resources/facts/types/index.d.ts +2 -0
  26. package/dist/cjs/api/resources/facts/types/index.js +18 -0
  27. package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionCreate.d.ts +22 -0
  28. package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionCreate.js +5 -0
  29. package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionUpdate.d.ts +16 -0
  30. package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionUpdate.js +5 -0
  31. package/dist/cjs/api/resources/interactions/types/InteractionsListRequestDirection.d.ts +11 -0
  32. package/dist/cjs/api/resources/interactions/types/InteractionsListRequestDirection.js +10 -0
  33. package/dist/cjs/api/resources/templates/client/requests/TemplatesSectionsListRequest.d.ts +17 -0
  34. package/dist/cjs/api/resources/templates/client/requests/TemplatesSectionsListRequest.js +5 -0
  35. package/dist/cjs/api/resources/transcripts/client/requests/TranscriptCreate.d.ts +28 -0
  36. package/dist/cjs/api/resources/transcripts/client/requests/TranscriptCreate.js +5 -0
  37. package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateModelName.d.ts +12 -0
  38. package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateModelName.js +11 -0
  39. package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.ts +10 -0
  40. package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.js +5 -0
  41. package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.ts +21 -0
  42. package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.js +20 -0
  43. package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.ts +21 -0
  44. package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.js +20 -0
  45. package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestDirection.d.ts +11 -0
  46. package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestDirection.js +10 -0
  47. package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestSort.d.ts +11 -0
  48. package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestSort.js +10 -0
  49. package/dist/cjs/api/types/DocumentContextData.d.ts +14 -0
  50. package/dist/cjs/api/types/DocumentContextData.js +5 -0
  51. package/dist/cjs/api/types/DocumentTemplate.d.ts +14 -0
  52. package/dist/cjs/api/types/DocumentTemplate.js +5 -0
  53. package/dist/cjs/api/types/DocumentsContextData.d.ts +14 -0
  54. package/dist/cjs/api/types/DocumentsContextData.js +5 -0
  55. package/dist/cjs/api/types/DocumentsContextTypeEnum.d.ts +9 -0
  56. package/dist/cjs/api/types/DocumentsContextTypeEnum.js +11 -0
  57. package/dist/cjs/api/types/Encounter.d.ts +16 -0
  58. package/dist/cjs/api/types/Encounter.js +5 -0
  59. package/dist/cjs/api/types/EncounterPeriod.d.ts +9 -0
  60. package/dist/cjs/api/types/EncounterPeriod.js +5 -0
  61. package/dist/cjs/api/types/EncounterStatus.d.ts +12 -0
  62. package/dist/cjs/api/types/EncounterStatus.js +14 -0
  63. package/dist/cjs/api/types/EncounterType.d.ts +11 -0
  64. package/dist/cjs/api/types/EncounterType.js +13 -0
  65. package/dist/cjs/api/types/EncounterUpdate.d.ts +16 -0
  66. package/dist/cjs/api/types/EncounterUpdate.js +5 -0
  67. package/dist/cjs/api/types/FactContext.d.ts +12 -0
  68. package/dist/cjs/api/types/FactContext.js +5 -0
  69. package/dist/cjs/api/types/GenderEnum.d.ts +10 -0
  70. package/dist/cjs/api/types/GenderEnum.js +12 -0
  71. package/dist/cjs/api/types/ParticipantRoleEnum.d.ts +9 -0
  72. package/dist/cjs/api/types/ParticipantRoleEnum.js +11 -0
  73. package/dist/cjs/api/types/Patient.d.ts +16 -0
  74. package/dist/cjs/api/types/Patient.js +5 -0
  75. package/dist/cjs/api/types/PatientUpdate.d.ts +16 -0
  76. package/dist/cjs/api/types/PatientUpdate.js +5 -0
  77. package/dist/cjs/api/types/ResponseAllTemplateSections.d.ts +8 -0
  78. package/dist/cjs/api/types/ResponseAllTemplateSections.js +5 -0
  79. package/dist/cjs/api/types/ResponseAllTemplates.d.ts +8 -0
  80. package/dist/cjs/api/types/ResponseAllTemplates.js +5 -0
  81. package/dist/cjs/api/types/ResponseAllTemplatesDataItem.d.ts +20 -0
  82. package/dist/cjs/api/types/ResponseAllTemplatesDataItem.js +5 -0
  83. package/dist/cjs/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.ts +10 -0
  84. package/dist/cjs/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.js +5 -0
  85. package/dist/cjs/api/types/ResponseAllTemplatesDataItemTranslationsItem.d.ts +11 -0
  86. package/dist/cjs/api/types/ResponseAllTemplatesDataItemTranslationsItem.js +5 -0
  87. package/dist/cjs/api/types/ResponseDocumentList.d.ts +7 -0
  88. package/dist/cjs/api/types/ResponseDocumentList.js +5 -0
  89. package/dist/cjs/api/types/ResponseDocumentRead.d.ts +22 -0
  90. package/dist/cjs/api/types/ResponseDocumentRead.js +5 -0
  91. package/dist/cjs/api/types/ResponseDocumentReadSectionsItem.d.ts +17 -0
  92. package/dist/cjs/api/types/ResponseDocumentReadSectionsItem.js +5 -0
  93. package/dist/cjs/api/types/ResponseFactGroupsFiltered.d.ts +7 -0
  94. package/dist/cjs/api/types/ResponseFactGroupsFiltered.js +5 -0
  95. package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItem.d.ts +9 -0
  96. package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItem.js +5 -0
  97. package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.ts +8 -0
  98. package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.js +5 -0
  99. package/dist/cjs/api/types/ResponseFactUpdate.d.ts +22 -0
  100. package/dist/cjs/api/types/ResponseFactUpdate.js +5 -0
  101. package/dist/cjs/api/types/ResponseFactsCreate.d.ts +8 -0
  102. package/dist/cjs/api/types/ResponseFactsCreate.js +5 -0
  103. package/dist/cjs/api/types/ResponseFactsCreateFactsItem.d.ts +20 -0
  104. package/dist/cjs/api/types/ResponseFactsCreateFactsItem.js +5 -0
  105. package/dist/cjs/api/types/ResponseFactsList.d.ts +8 -0
  106. package/dist/cjs/api/types/ResponseFactsList.js +5 -0
  107. package/dist/cjs/api/types/ResponseFactsListFactsItem.d.ts +23 -0
  108. package/dist/cjs/api/types/ResponseFactsListFactsItem.js +5 -0
  109. package/dist/cjs/api/types/ResponseFactsListFactsItemEvidenceItem.d.ts +11 -0
  110. package/dist/cjs/api/types/ResponseFactsListFactsItemEvidenceItem.js +5 -0
  111. package/dist/cjs/api/types/ResponseFactsUpdate.d.ts +8 -0
  112. package/dist/cjs/api/types/ResponseFactsUpdate.js +5 -0
  113. package/dist/cjs/api/types/ResponseFactsUpdateFactsItem.d.ts +22 -0
  114. package/dist/cjs/api/types/ResponseFactsUpdateFactsItem.js +5 -0
  115. package/dist/cjs/api/types/ResponseInteraction.d.ts +24 -0
  116. package/dist/cjs/api/types/ResponseInteraction.js +5 -0
  117. package/dist/cjs/api/types/ResponseInteractionCreate.d.ts +10 -0
  118. package/dist/cjs/api/types/ResponseInteractionCreate.js +5 -0
  119. package/dist/cjs/api/types/ResponseInteractions.d.ts +7 -0
  120. package/dist/cjs/api/types/ResponseInteractions.js +5 -0
  121. package/dist/cjs/api/types/ResponseMetadataCreate.d.ts +7 -0
  122. package/dist/cjs/api/types/ResponseMetadataCreate.js +5 -0
  123. package/dist/cjs/api/types/ResponseMetadataCreateParticipantsRolesItem.d.ts +10 -0
  124. package/dist/cjs/api/types/ResponseMetadataCreateParticipantsRolesItem.js +5 -0
  125. package/dist/cjs/api/types/ResponseRecordingCreate.d.ts +8 -0
  126. package/dist/cjs/api/types/ResponseRecordingCreate.js +5 -0
  127. package/dist/cjs/api/types/ResponseRecordingList.d.ts +8 -0
  128. package/dist/cjs/api/types/ResponseRecordingList.js +5 -0
  129. package/dist/cjs/api/types/ResponseTranscriptCreate.d.ts +13 -0
  130. package/dist/cjs/api/types/ResponseTranscriptCreate.js +5 -0
  131. package/dist/cjs/api/types/ResponseTranscriptCreateTranscriptsItem.d.ts +17 -0
  132. package/dist/cjs/api/types/ResponseTranscriptCreateTranscriptsItem.js +5 -0
  133. package/dist/cjs/api/types/ResponseTranscriptListAll.d.ts +7 -0
  134. package/dist/cjs/api/types/ResponseTranscriptListAll.js +5 -0
  135. package/dist/cjs/api/types/ResponseTranscriptListAllTranscriptsItem.d.ts +9 -0
  136. package/dist/cjs/api/types/ResponseTranscriptListAllTranscriptsItem.js +5 -0
  137. package/dist/cjs/api/types/ResponseTranscriptListFull.d.ts +10 -0
  138. package/dist/cjs/api/types/ResponseTranscriptListFull.js +5 -0
  139. package/dist/cjs/api/types/ResponseTranscriptListFullTranscriptsItem.d.ts +17 -0
  140. package/dist/cjs/api/types/ResponseTranscriptListFullTranscriptsItem.js +5 -0
  141. package/dist/cjs/api/types/Section.d.ts +22 -0
  142. package/dist/cjs/api/types/Section.js +5 -0
  143. package/dist/cjs/api/types/SectionTranslationsItem.d.ts +11 -0
  144. package/dist/cjs/api/types/SectionTranslationsItem.js +5 -0
  145. package/dist/cjs/api/types/SortingDirectionEnum.d.ts +8 -0
  146. package/dist/cjs/api/types/SortingDirectionEnum.js +10 -0
  147. package/dist/cjs/api/types/StreamConfigData.d.ts +8 -0
  148. package/dist/cjs/api/types/StreamConfigData.js +5 -0
  149. package/dist/cjs/api/types/StreamConfigModeOutputLocale.d.ts +21 -0
  150. package/dist/cjs/api/types/StreamConfigModeOutputLocale.js +20 -0
  151. package/dist/cjs/api/types/StreamConfigTranscriptionPrimaryLanguage.d.ts +21 -0
  152. package/dist/cjs/api/types/StreamConfigTranscriptionPrimaryLanguage.js +20 -0
  153. package/dist/cjs/api/types/StreamConfigurationMessage.d.ts +8 -0
  154. package/dist/cjs/api/types/StreamConfigurationMessage.js +5 -0
  155. package/dist/cjs/api/types/StreamParticipantRole.d.ts +12 -0
  156. package/dist/cjs/api/types/StreamParticipantRole.js +11 -0
  157. package/dist/cjs/api/types/TemplateFiltered.d.ts +20 -0
  158. package/dist/cjs/api/types/TemplateFiltered.js +5 -0
  159. package/dist/cjs/api/types/TemplateFilteredTemplateSectionsItem.d.ts +10 -0
  160. package/dist/cjs/api/types/TemplateFilteredTemplateSectionsItem.js +5 -0
  161. package/dist/cjs/api/types/TemplateFilteredTranslationsItem.d.ts +11 -0
  162. package/dist/cjs/api/types/TemplateFilteredTranslationsItem.js +5 -0
  163. package/dist/cjs/api/types/TranscribeConfigurationMessage.d.ts +8 -0
  164. package/dist/cjs/api/types/TranscribeConfigurationMessage.js +5 -0
  165. package/dist/cjs/api/types/TranscribeConfigurationMessageConfiguration.d.ts +16 -0
  166. package/dist/cjs/api/types/TranscribeConfigurationMessageConfiguration.js +5 -0
  167. package/dist/cjs/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.ts +21 -0
  168. package/dist/cjs/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.js +20 -0
  169. package/dist/cjs/api/types/Transcript.d.ts +17 -0
  170. package/dist/cjs/api/types/Transcript.js +5 -0
  171. package/dist/cjs/api/types/UsageInfo.d.ts +6 -0
  172. package/dist/cjs/api/types/UsageInfo.js +5 -0
  173. package/dist/cjs/api/types/V2DocumentContextTypeEnum.d.ts +9 -0
  174. package/dist/cjs/api/types/V2DocumentContextTypeEnum.js +11 -0
  175. package/dist/cjs/api/types/V2SourceEnum.d.ts +9 -0
  176. package/dist/cjs/api/types/V2SourceEnum.js +11 -0
  177. package/dist/cjs/api/types/WritingStyle.d.ts +7 -0
  178. package/dist/cjs/api/types/WritingStyle.js +5 -0
  179. package/dist/cjs/core/auth/BearerProvider.d.ts +8 -0
  180. package/dist/cjs/core/auth/BearerProvider.js +57 -0
  181. package/dist/cjs/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
  182. package/dist/cjs/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
  183. package/dist/cjs/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
  184. package/dist/cjs/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
  185. package/dist/cjs/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
  186. package/dist/cjs/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
  187. package/dist/cjs/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
  188. package/dist/cjs/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
  189. package/dist/cjs/custom/BearerProvider.d.ts +13 -0
  190. package/dist/cjs/custom/BearerProvider.js +60 -0
  191. package/dist/cjs/custom/ExtendedAuthClient.d.ts +32 -0
  192. package/dist/cjs/custom/ExtendedAuthClient.js +163 -0
  193. package/dist/cjs/custom/ExtendedClient.d.ts +57 -0
  194. package/dist/cjs/custom/ExtendedClient.js +90 -0
  195. package/dist/cjs/custom/api/resources/auth/client/ExtendedClient.d.ts +32 -0
  196. package/dist/cjs/custom/api/resources/auth/client/ExtendedClient.js +162 -0
  197. package/dist/cjs/custom/environments.d.ts +10 -0
  198. package/dist/cjs/custom/environments.js +12 -0
  199. package/dist/cjs/custom/requests/AuthGetCodeFlowTokenRequest.d.ts +19 -0
  200. package/dist/cjs/custom/requests/AuthGetCodeFlowTokenRequest.js +2 -0
  201. package/dist/cjs/custom/requests/index.d.ts +1 -0
  202. package/dist/cjs/custom/requests/index.js +2 -0
  203. package/dist/cjs/custom/serialization/index.d.ts +1 -0
  204. package/dist/cjs/custom/serialization/index.js +17 -0
  205. package/dist/cjs/custom/serialization/requests/AuthGetCodeFlowTokenRequest.d.ts +15 -0
  206. package/dist/cjs/custom/serialization/requests/AuthGetCodeFlowTokenRequest.js +46 -0
  207. package/dist/cjs/custom/serialization/requests/index.d.ts +1 -0
  208. package/dist/cjs/custom/serialization/requests/index.js +5 -0
  209. package/dist/cjs/serialization/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.d.ts +15 -0
  210. package/dist/cjs/serialization/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.js +46 -0
  211. package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentCreate.d.ts +19 -0
  212. package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentCreate.js +50 -0
  213. package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentUpdate.d.ts +14 -0
  214. package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentUpdate.js +45 -0
  215. package/dist/cjs/serialization/resources/documents/types/RequestDocumentCreateContextItem.d.ts +15 -0
  216. package/dist/cjs/serialization/resources/documents/types/RequestDocumentCreateContextItem.js +46 -0
  217. package/dist/cjs/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.d.ts +15 -0
  218. package/dist/cjs/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.js +46 -0
  219. package/dist/cjs/serialization/resources/documents/types/index.d.ts +2 -0
  220. package/dist/cjs/serialization/resources/documents/types/index.js +18 -0
  221. package/dist/cjs/serialization/resources/facts/client/requests/RequestFactUpdate.d.ts +16 -0
  222. package/dist/cjs/serialization/resources/facts/client/requests/RequestFactUpdate.js +47 -0
  223. package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsCreate.d.ts +13 -0
  224. package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsCreate.js +44 -0
  225. package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsUpdate.d.ts +13 -0
  226. package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsUpdate.js +44 -0
  227. package/dist/cjs/serialization/resources/facts/types/RequestFactsCreateFactsItem.d.ts +15 -0
  228. package/dist/cjs/serialization/resources/facts/types/RequestFactsCreateFactsItem.js +46 -0
  229. package/dist/cjs/serialization/resources/facts/types/RequestFactsUpdateFactsItem.d.ts +16 -0
  230. package/dist/cjs/serialization/resources/facts/types/RequestFactsUpdateFactsItem.js +47 -0
  231. package/dist/cjs/serialization/resources/facts/types/index.d.ts +2 -0
  232. package/dist/cjs/serialization/resources/facts/types/index.js +18 -0
  233. package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionCreate.d.ts +17 -0
  234. package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionCreate.js +48 -0
  235. package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionUpdate.d.ts +17 -0
  236. package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionUpdate.js +48 -0
  237. package/dist/cjs/serialization/resources/interactions/types/InteractionsListRequestDirection.d.ts +10 -0
  238. package/dist/cjs/serialization/resources/interactions/types/InteractionsListRequestDirection.js +41 -0
  239. package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptCreate.d.ts +22 -0
  240. package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptCreate.js +53 -0
  241. package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.d.ts +10 -0
  242. package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.js +41 -0
  243. package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.ts +14 -0
  244. package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.js +45 -0
  245. package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.ts +10 -0
  246. package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.js +41 -0
  247. package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.ts +10 -0
  248. package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.js +41 -0
  249. package/dist/cjs/serialization/resources/transcripts/types/TranscriptsListRequestSort.d.ts +10 -0
  250. package/dist/cjs/serialization/resources/transcripts/types/TranscriptsListRequestSort.js +41 -0
  251. package/dist/cjs/serialization/types/DocumentContextData.d.ts +12 -0
  252. package/dist/cjs/serialization/types/DocumentContextData.js +47 -0
  253. package/dist/cjs/serialization/types/DocumentTemplate.d.ts +16 -0
  254. package/dist/cjs/serialization/types/DocumentTemplate.js +47 -0
  255. package/dist/cjs/serialization/types/DocumentsContextData.d.ts +12 -0
  256. package/dist/cjs/serialization/types/DocumentsContextData.js +47 -0
  257. package/dist/cjs/serialization/types/DocumentsContextTypeEnum.d.ts +10 -0
  258. package/dist/cjs/serialization/types/DocumentsContextTypeEnum.js +41 -0
  259. package/dist/cjs/serialization/types/Encounter.d.ts +19 -0
  260. package/dist/cjs/serialization/types/Encounter.js +50 -0
  261. package/dist/cjs/serialization/types/EncounterPeriod.d.ts +13 -0
  262. package/dist/cjs/serialization/types/EncounterPeriod.js +44 -0
  263. package/dist/cjs/serialization/types/EncounterStatus.d.ts +10 -0
  264. package/dist/cjs/serialization/types/EncounterStatus.js +41 -0
  265. package/dist/cjs/serialization/types/EncounterType.d.ts +10 -0
  266. package/dist/cjs/serialization/types/EncounterType.js +41 -0
  267. package/dist/cjs/serialization/types/EncounterUpdate.d.ts +19 -0
  268. package/dist/cjs/serialization/types/EncounterUpdate.js +50 -0
  269. package/dist/cjs/serialization/types/FactContext.d.ts +15 -0
  270. package/dist/cjs/serialization/types/FactContext.js +46 -0
  271. package/dist/cjs/serialization/types/GenderEnum.d.ts +10 -0
  272. package/dist/cjs/serialization/types/GenderEnum.js +41 -0
  273. package/dist/cjs/serialization/types/ParticipantRoleEnum.d.ts +10 -0
  274. package/dist/cjs/serialization/types/ParticipantRoleEnum.js +41 -0
  275. package/dist/cjs/serialization/types/Patient.d.ts +17 -0
  276. package/dist/cjs/serialization/types/Patient.js +48 -0
  277. package/dist/cjs/serialization/types/PatientUpdate.d.ts +17 -0
  278. package/dist/cjs/serialization/types/PatientUpdate.js +48 -0
  279. package/dist/cjs/serialization/types/ResponseAllTemplateSections.d.ts +13 -0
  280. package/dist/cjs/serialization/types/ResponseAllTemplateSections.js +44 -0
  281. package/dist/cjs/serialization/types/ResponseAllTemplates.d.ts +13 -0
  282. package/dist/cjs/serialization/types/ResponseAllTemplates.js +44 -0
  283. package/dist/cjs/serialization/types/ResponseAllTemplatesDataItem.d.ts +20 -0
  284. package/dist/cjs/serialization/types/ResponseAllTemplatesDataItem.js +51 -0
  285. package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.ts +14 -0
  286. package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.js +45 -0
  287. package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.d.ts +14 -0
  288. package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.js +45 -0
  289. package/dist/cjs/serialization/types/ResponseDocumentList.d.ts +13 -0
  290. package/dist/cjs/serialization/types/ResponseDocumentList.js +44 -0
  291. package/dist/cjs/serialization/types/ResponseDocumentRead.d.ts +23 -0
  292. package/dist/cjs/serialization/types/ResponseDocumentRead.js +54 -0
  293. package/dist/cjs/serialization/types/ResponseDocumentReadSectionsItem.d.ts +17 -0
  294. package/dist/cjs/serialization/types/ResponseDocumentReadSectionsItem.js +48 -0
  295. package/dist/cjs/serialization/types/ResponseFactGroupsFiltered.d.ts +13 -0
  296. package/dist/cjs/serialization/types/ResponseFactGroupsFiltered.js +44 -0
  297. package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItem.d.ts +16 -0
  298. package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItem.js +47 -0
  299. package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.ts +14 -0
  300. package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.js +45 -0
  301. package/dist/cjs/serialization/types/ResponseFactUpdate.d.ts +21 -0
  302. package/dist/cjs/serialization/types/ResponseFactUpdate.js +52 -0
  303. package/dist/cjs/serialization/types/ResponseFactsCreate.d.ts +13 -0
  304. package/dist/cjs/serialization/types/ResponseFactsCreate.js +44 -0
  305. package/dist/cjs/serialization/types/ResponseFactsCreateFactsItem.d.ts +20 -0
  306. package/dist/cjs/serialization/types/ResponseFactsCreateFactsItem.js +51 -0
  307. package/dist/cjs/serialization/types/ResponseFactsList.d.ts +13 -0
  308. package/dist/cjs/serialization/types/ResponseFactsList.js +44 -0
  309. package/dist/cjs/serialization/types/ResponseFactsListFactsItem.d.ts +23 -0
  310. package/dist/cjs/serialization/types/ResponseFactsListFactsItem.js +54 -0
  311. package/dist/cjs/serialization/types/ResponseFactsListFactsItemEvidenceItem.d.ts +14 -0
  312. package/dist/cjs/serialization/types/ResponseFactsListFactsItemEvidenceItem.js +45 -0
  313. package/dist/cjs/serialization/types/ResponseFactsUpdate.d.ts +13 -0
  314. package/dist/cjs/serialization/types/ResponseFactsUpdate.js +44 -0
  315. package/dist/cjs/serialization/types/ResponseFactsUpdateFactsItem.d.ts +21 -0
  316. package/dist/cjs/serialization/types/ResponseFactsUpdateFactsItem.js +52 -0
  317. package/dist/cjs/serialization/types/ResponseInteraction.d.ts +23 -0
  318. package/dist/cjs/serialization/types/ResponseInteraction.js +54 -0
  319. package/dist/cjs/serialization/types/ResponseInteractionCreate.d.ts +14 -0
  320. package/dist/cjs/serialization/types/ResponseInteractionCreate.js +45 -0
  321. package/dist/cjs/serialization/types/ResponseInteractions.d.ts +13 -0
  322. package/dist/cjs/serialization/types/ResponseInteractions.js +44 -0
  323. package/dist/cjs/serialization/types/ResponseMetadataCreate.d.ts +13 -0
  324. package/dist/cjs/serialization/types/ResponseMetadataCreate.js +44 -0
  325. package/dist/cjs/serialization/types/ResponseMetadataCreateParticipantsRolesItem.d.ts +14 -0
  326. package/dist/cjs/serialization/types/ResponseMetadataCreateParticipantsRolesItem.js +45 -0
  327. package/dist/cjs/serialization/types/ResponseRecordingCreate.d.ts +13 -0
  328. package/dist/cjs/serialization/types/ResponseRecordingCreate.js +44 -0
  329. package/dist/cjs/serialization/types/ResponseRecordingList.d.ts +13 -0
  330. package/dist/cjs/serialization/types/ResponseRecordingList.js +44 -0
  331. package/dist/cjs/serialization/types/ResponseTranscriptCreate.d.ts +19 -0
  332. package/dist/cjs/serialization/types/ResponseTranscriptCreate.js +50 -0
  333. package/dist/cjs/serialization/types/ResponseTranscriptListAll.d.ts +13 -0
  334. package/dist/cjs/serialization/types/ResponseTranscriptListAll.js +44 -0
  335. package/dist/cjs/serialization/types/ResponseTranscriptListAllTranscriptsItem.d.ts +16 -0
  336. package/dist/cjs/serialization/types/ResponseTranscriptListAllTranscriptsItem.js +47 -0
  337. package/dist/cjs/serialization/types/ResponseTranscriptListFull.d.ts +15 -0
  338. package/dist/cjs/serialization/types/ResponseTranscriptListFull.js +46 -0
  339. package/dist/cjs/serialization/types/ResponseTranscriptListFullTranscriptsItem.d.ts +17 -0
  340. package/dist/cjs/serialization/types/ResponseTranscriptListFullTranscriptsItem.js +48 -0
  341. package/dist/cjs/serialization/types/Section.d.ts +21 -0
  342. package/dist/cjs/serialization/types/Section.js +52 -0
  343. package/dist/cjs/serialization/types/SectionTranslationsItem.d.ts +14 -0
  344. package/dist/cjs/serialization/types/SectionTranslationsItem.js +45 -0
  345. package/dist/cjs/serialization/types/SortingDirectionEnum.d.ts +10 -0
  346. package/dist/cjs/serialization/types/SortingDirectionEnum.js +41 -0
  347. package/dist/cjs/serialization/types/StreamConfigData.d.ts +15 -0
  348. package/dist/cjs/serialization/types/StreamConfigData.js +46 -0
  349. package/dist/cjs/serialization/types/StreamConfigModeOutputLocale.d.ts +10 -0
  350. package/dist/cjs/serialization/types/StreamConfigModeOutputLocale.js +41 -0
  351. package/dist/cjs/serialization/types/StreamConfigTranscriptionPrimaryLanguage.d.ts +10 -0
  352. package/dist/cjs/serialization/types/StreamConfigTranscriptionPrimaryLanguage.js +41 -0
  353. package/dist/cjs/serialization/types/StreamConfigurationMessage.d.ts +14 -0
  354. package/dist/cjs/serialization/types/StreamConfigurationMessage.js +45 -0
  355. package/dist/cjs/serialization/types/StreamParticipantRole.d.ts +10 -0
  356. package/dist/cjs/serialization/types/StreamParticipantRole.js +41 -0
  357. package/dist/cjs/serialization/types/TemplateFiltered.d.ts +20 -0
  358. package/dist/cjs/serialization/types/TemplateFiltered.js +51 -0
  359. package/dist/cjs/serialization/types/TemplateFilteredTemplateSectionsItem.d.ts +14 -0
  360. package/dist/cjs/serialization/types/TemplateFilteredTemplateSectionsItem.js +45 -0
  361. package/dist/cjs/serialization/types/TemplateFilteredTranslationsItem.d.ts +14 -0
  362. package/dist/cjs/serialization/types/TemplateFilteredTranslationsItem.js +45 -0
  363. package/dist/cjs/serialization/types/TranscribeConfigurationMessage.d.ts +14 -0
  364. package/dist/cjs/serialization/types/TranscribeConfigurationMessage.js +45 -0
  365. package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfiguration.d.ts +18 -0
  366. package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfiguration.js +49 -0
  367. package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.ts +10 -0
  368. package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.js +41 -0
  369. package/dist/cjs/serialization/types/Transcript.d.ts +17 -0
  370. package/dist/cjs/serialization/types/Transcript.js +48 -0
  371. package/dist/cjs/serialization/types/UsageInfo.d.ts +12 -0
  372. package/dist/cjs/serialization/types/UsageInfo.js +43 -0
  373. package/dist/cjs/serialization/types/V2DocumentContextTypeEnum.d.ts +10 -0
  374. package/dist/cjs/serialization/types/V2DocumentContextTypeEnum.js +41 -0
  375. package/dist/cjs/serialization/types/V2SourceEnum.d.ts +10 -0
  376. package/dist/cjs/serialization/types/V2SourceEnum.js +41 -0
  377. package/dist/cjs/serialization/types/WritingStyle.d.ts +12 -0
  378. package/dist/cjs/serialization/types/WritingStyle.js +43 -0
  379. package/dist/esm/api/resources/documents/client/requests/DocumentsGetRequest.d.mts +13 -0
  380. package/dist/esm/api/resources/documents/client/requests/DocumentsGetRequest.mjs +4 -0
  381. package/dist/esm/api/resources/documents/client/requests/RequestDocumentCreate.d.mts +31 -0
  382. package/dist/esm/api/resources/documents/client/requests/RequestDocumentCreate.mjs +4 -0
  383. package/dist/esm/api/resources/documents/client/requests/RequestDocumentUpdate.d.mts +13 -0
  384. package/dist/esm/api/resources/documents/client/requests/RequestDocumentUpdate.mjs +4 -0
  385. package/dist/esm/api/resources/documents/types/RequestDocumentCreateContextItem.d.mts +10 -0
  386. package/dist/esm/api/resources/documents/types/RequestDocumentCreateContextItem.mjs +4 -0
  387. package/dist/esm/api/resources/documents/types/RequestDocumentUpdateSectionsItem.d.mts +9 -0
  388. package/dist/esm/api/resources/documents/types/RequestDocumentUpdateSectionsItem.mjs +4 -0
  389. package/dist/esm/api/resources/documents/types/index.d.mts +2 -0
  390. package/dist/esm/api/resources/documents/types/index.mjs +2 -0
  391. package/dist/esm/api/resources/facts/client/requests/RequestFactUpdate.d.mts +21 -0
  392. package/dist/esm/api/resources/facts/client/requests/RequestFactUpdate.mjs +4 -0
  393. package/dist/esm/api/resources/facts/client/requests/RequestFactsCreate.d.mts +17 -0
  394. package/dist/esm/api/resources/facts/client/requests/RequestFactsCreate.mjs +4 -0
  395. package/dist/esm/api/resources/facts/client/requests/RequestFactsUpdate.d.mts +16 -0
  396. package/dist/esm/api/resources/facts/client/requests/RequestFactsUpdate.mjs +4 -0
  397. package/dist/esm/api/resources/facts/types/RequestFactsCreateFactsItem.d.mts +12 -0
  398. package/dist/esm/api/resources/facts/types/RequestFactsCreateFactsItem.mjs +4 -0
  399. package/dist/esm/api/resources/facts/types/RequestFactsUpdateFactsItem.d.mts +14 -0
  400. package/dist/esm/api/resources/facts/types/RequestFactsUpdateFactsItem.mjs +4 -0
  401. package/dist/esm/api/resources/facts/types/index.d.mts +2 -0
  402. package/dist/esm/api/resources/facts/types/index.mjs +2 -0
  403. package/dist/esm/api/resources/interactions/client/requests/RequestInteractionCreate.d.mts +22 -0
  404. package/dist/esm/api/resources/interactions/client/requests/RequestInteractionCreate.mjs +4 -0
  405. package/dist/esm/api/resources/interactions/client/requests/RequestInteractionUpdate.d.mts +16 -0
  406. package/dist/esm/api/resources/interactions/client/requests/RequestInteractionUpdate.mjs +4 -0
  407. package/dist/esm/api/resources/interactions/types/InteractionsListRequestDirection.d.mts +11 -0
  408. package/dist/esm/api/resources/interactions/types/InteractionsListRequestDirection.mjs +7 -0
  409. package/dist/esm/api/resources/templates/client/requests/TemplatesSectionsListRequest.d.mts +17 -0
  410. package/dist/esm/api/resources/templates/client/requests/TemplatesSectionsListRequest.mjs +4 -0
  411. package/dist/esm/api/resources/transcripts/client/requests/TranscriptCreate.d.mts +28 -0
  412. package/dist/esm/api/resources/transcripts/client/requests/TranscriptCreate.mjs +4 -0
  413. package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateModelName.d.mts +12 -0
  414. package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateModelName.mjs +8 -0
  415. package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.mts +10 -0
  416. package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.mjs +4 -0
  417. package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.mts +21 -0
  418. package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.mjs +17 -0
  419. package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.mts +21 -0
  420. package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.mjs +17 -0
  421. package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestDirection.d.mts +11 -0
  422. package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestDirection.mjs +7 -0
  423. package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestSort.d.mts +11 -0
  424. package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestSort.mjs +7 -0
  425. package/dist/esm/api/types/DocumentContextData.d.mts +14 -0
  426. package/dist/esm/api/types/DocumentContextData.mjs +4 -0
  427. package/dist/esm/api/types/DocumentTemplate.d.mts +14 -0
  428. package/dist/esm/api/types/DocumentTemplate.mjs +4 -0
  429. package/dist/esm/api/types/DocumentsContextData.d.mts +14 -0
  430. package/dist/esm/api/types/DocumentsContextData.mjs +4 -0
  431. package/dist/esm/api/types/DocumentsContextTypeEnum.d.mts +9 -0
  432. package/dist/esm/api/types/DocumentsContextTypeEnum.mjs +8 -0
  433. package/dist/esm/api/types/Encounter.d.mts +16 -0
  434. package/dist/esm/api/types/Encounter.mjs +4 -0
  435. package/dist/esm/api/types/EncounterPeriod.d.mts +9 -0
  436. package/dist/esm/api/types/EncounterPeriod.mjs +4 -0
  437. package/dist/esm/api/types/EncounterStatus.d.mts +12 -0
  438. package/dist/esm/api/types/EncounterStatus.mjs +11 -0
  439. package/dist/esm/api/types/EncounterType.d.mts +11 -0
  440. package/dist/esm/api/types/EncounterType.mjs +10 -0
  441. package/dist/esm/api/types/EncounterUpdate.d.mts +16 -0
  442. package/dist/esm/api/types/EncounterUpdate.mjs +4 -0
  443. package/dist/esm/api/types/FactContext.d.mts +12 -0
  444. package/dist/esm/api/types/FactContext.mjs +4 -0
  445. package/dist/esm/api/types/GenderEnum.d.mts +10 -0
  446. package/dist/esm/api/types/GenderEnum.mjs +9 -0
  447. package/dist/esm/api/types/ParticipantRoleEnum.d.mts +9 -0
  448. package/dist/esm/api/types/ParticipantRoleEnum.mjs +8 -0
  449. package/dist/esm/api/types/Patient.d.mts +16 -0
  450. package/dist/esm/api/types/Patient.mjs +4 -0
  451. package/dist/esm/api/types/PatientUpdate.d.mts +16 -0
  452. package/dist/esm/api/types/PatientUpdate.mjs +4 -0
  453. package/dist/esm/api/types/ResponseAllTemplateSections.d.mts +8 -0
  454. package/dist/esm/api/types/ResponseAllTemplateSections.mjs +4 -0
  455. package/dist/esm/api/types/ResponseAllTemplates.d.mts +8 -0
  456. package/dist/esm/api/types/ResponseAllTemplates.mjs +4 -0
  457. package/dist/esm/api/types/ResponseAllTemplatesDataItem.d.mts +20 -0
  458. package/dist/esm/api/types/ResponseAllTemplatesDataItem.mjs +4 -0
  459. package/dist/esm/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.mts +10 -0
  460. package/dist/esm/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.mjs +4 -0
  461. package/dist/esm/api/types/ResponseAllTemplatesDataItemTranslationsItem.d.mts +11 -0
  462. package/dist/esm/api/types/ResponseAllTemplatesDataItemTranslationsItem.mjs +4 -0
  463. package/dist/esm/api/types/ResponseDocumentList.d.mts +7 -0
  464. package/dist/esm/api/types/ResponseDocumentList.mjs +4 -0
  465. package/dist/esm/api/types/ResponseDocumentRead.d.mts +22 -0
  466. package/dist/esm/api/types/ResponseDocumentRead.mjs +4 -0
  467. package/dist/esm/api/types/ResponseDocumentReadSectionsItem.d.mts +17 -0
  468. package/dist/esm/api/types/ResponseDocumentReadSectionsItem.mjs +4 -0
  469. package/dist/esm/api/types/ResponseFactGroupsFiltered.d.mts +7 -0
  470. package/dist/esm/api/types/ResponseFactGroupsFiltered.mjs +4 -0
  471. package/dist/esm/api/types/ResponseFactGroupsFilteredDataItem.d.mts +9 -0
  472. package/dist/esm/api/types/ResponseFactGroupsFilteredDataItem.mjs +4 -0
  473. package/dist/esm/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.mts +8 -0
  474. package/dist/esm/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.mjs +4 -0
  475. package/dist/esm/api/types/ResponseFactUpdate.d.mts +22 -0
  476. package/dist/esm/api/types/ResponseFactUpdate.mjs +4 -0
  477. package/dist/esm/api/types/ResponseFactsCreate.d.mts +8 -0
  478. package/dist/esm/api/types/ResponseFactsCreate.mjs +4 -0
  479. package/dist/esm/api/types/ResponseFactsCreateFactsItem.d.mts +20 -0
  480. package/dist/esm/api/types/ResponseFactsCreateFactsItem.mjs +4 -0
  481. package/dist/esm/api/types/ResponseFactsList.d.mts +8 -0
  482. package/dist/esm/api/types/ResponseFactsList.mjs +4 -0
  483. package/dist/esm/api/types/ResponseFactsListFactsItem.d.mts +23 -0
  484. package/dist/esm/api/types/ResponseFactsListFactsItem.mjs +4 -0
  485. package/dist/esm/api/types/ResponseFactsListFactsItemEvidenceItem.d.mts +11 -0
  486. package/dist/esm/api/types/ResponseFactsListFactsItemEvidenceItem.mjs +4 -0
  487. package/dist/esm/api/types/ResponseFactsUpdate.d.mts +8 -0
  488. package/dist/esm/api/types/ResponseFactsUpdate.mjs +4 -0
  489. package/dist/esm/api/types/ResponseFactsUpdateFactsItem.d.mts +22 -0
  490. package/dist/esm/api/types/ResponseFactsUpdateFactsItem.mjs +4 -0
  491. package/dist/esm/api/types/ResponseInteraction.d.mts +24 -0
  492. package/dist/esm/api/types/ResponseInteraction.mjs +4 -0
  493. package/dist/esm/api/types/ResponseInteractionCreate.d.mts +10 -0
  494. package/dist/esm/api/types/ResponseInteractionCreate.mjs +4 -0
  495. package/dist/esm/api/types/ResponseInteractions.d.mts +7 -0
  496. package/dist/esm/api/types/ResponseInteractions.mjs +4 -0
  497. package/dist/esm/api/types/ResponseMetadataCreate.d.mts +7 -0
  498. package/dist/esm/api/types/ResponseMetadataCreate.mjs +4 -0
  499. package/dist/esm/api/types/ResponseMetadataCreateParticipantsRolesItem.d.mts +10 -0
  500. package/dist/esm/api/types/ResponseMetadataCreateParticipantsRolesItem.mjs +4 -0
  501. package/dist/esm/api/types/ResponseRecordingCreate.d.mts +8 -0
  502. package/dist/esm/api/types/ResponseRecordingCreate.mjs +4 -0
  503. package/dist/esm/api/types/ResponseRecordingList.d.mts +8 -0
  504. package/dist/esm/api/types/ResponseRecordingList.mjs +4 -0
  505. package/dist/esm/api/types/ResponseTranscriptCreate.d.mts +13 -0
  506. package/dist/esm/api/types/ResponseTranscriptCreate.mjs +4 -0
  507. package/dist/esm/api/types/ResponseTranscriptCreateTranscriptsItem.d.mts +17 -0
  508. package/dist/esm/api/types/ResponseTranscriptCreateTranscriptsItem.mjs +4 -0
  509. package/dist/esm/api/types/ResponseTranscriptListAll.d.mts +7 -0
  510. package/dist/esm/api/types/ResponseTranscriptListAll.mjs +4 -0
  511. package/dist/esm/api/types/ResponseTranscriptListAllTranscriptsItem.d.mts +9 -0
  512. package/dist/esm/api/types/ResponseTranscriptListAllTranscriptsItem.mjs +4 -0
  513. package/dist/esm/api/types/ResponseTranscriptListFull.d.mts +10 -0
  514. package/dist/esm/api/types/ResponseTranscriptListFull.mjs +4 -0
  515. package/dist/esm/api/types/ResponseTranscriptListFullTranscriptsItem.d.mts +17 -0
  516. package/dist/esm/api/types/ResponseTranscriptListFullTranscriptsItem.mjs +4 -0
  517. package/dist/esm/api/types/Section.d.mts +22 -0
  518. package/dist/esm/api/types/Section.mjs +4 -0
  519. package/dist/esm/api/types/SectionTranslationsItem.d.mts +11 -0
  520. package/dist/esm/api/types/SectionTranslationsItem.mjs +4 -0
  521. package/dist/esm/api/types/SortingDirectionEnum.d.mts +8 -0
  522. package/dist/esm/api/types/SortingDirectionEnum.mjs +7 -0
  523. package/dist/esm/api/types/StreamConfigData.d.mts +8 -0
  524. package/dist/esm/api/types/StreamConfigData.mjs +4 -0
  525. package/dist/esm/api/types/StreamConfigModeOutputLocale.d.mts +21 -0
  526. package/dist/esm/api/types/StreamConfigModeOutputLocale.mjs +17 -0
  527. package/dist/esm/api/types/StreamConfigTranscriptionPrimaryLanguage.d.mts +21 -0
  528. package/dist/esm/api/types/StreamConfigTranscriptionPrimaryLanguage.mjs +17 -0
  529. package/dist/esm/api/types/StreamConfigurationMessage.d.mts +8 -0
  530. package/dist/esm/api/types/StreamConfigurationMessage.mjs +4 -0
  531. package/dist/esm/api/types/StreamParticipantRole.d.mts +12 -0
  532. package/dist/esm/api/types/StreamParticipantRole.mjs +8 -0
  533. package/dist/esm/api/types/TemplateFiltered.d.mts +20 -0
  534. package/dist/esm/api/types/TemplateFiltered.mjs +4 -0
  535. package/dist/esm/api/types/TemplateFilteredTemplateSectionsItem.d.mts +10 -0
  536. package/dist/esm/api/types/TemplateFilteredTemplateSectionsItem.mjs +4 -0
  537. package/dist/esm/api/types/TemplateFilteredTranslationsItem.d.mts +11 -0
  538. package/dist/esm/api/types/TemplateFilteredTranslationsItem.mjs +4 -0
  539. package/dist/esm/api/types/TranscribeConfigurationMessage.d.mts +8 -0
  540. package/dist/esm/api/types/TranscribeConfigurationMessage.mjs +4 -0
  541. package/dist/esm/api/types/TranscribeConfigurationMessageConfiguration.d.mts +16 -0
  542. package/dist/esm/api/types/TranscribeConfigurationMessageConfiguration.mjs +4 -0
  543. package/dist/esm/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.mts +21 -0
  544. package/dist/esm/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.mjs +17 -0
  545. package/dist/esm/api/types/Transcript.d.mts +17 -0
  546. package/dist/esm/api/types/Transcript.mjs +4 -0
  547. package/dist/esm/api/types/UsageInfo.d.mts +6 -0
  548. package/dist/esm/api/types/UsageInfo.mjs +4 -0
  549. package/dist/esm/api/types/V2DocumentContextTypeEnum.d.mts +9 -0
  550. package/dist/esm/api/types/V2DocumentContextTypeEnum.mjs +8 -0
  551. package/dist/esm/api/types/V2SourceEnum.d.mts +9 -0
  552. package/dist/esm/api/types/V2SourceEnum.mjs +8 -0
  553. package/dist/esm/api/types/WritingStyle.d.mts +7 -0
  554. package/dist/esm/api/types/WritingStyle.mjs +4 -0
  555. package/dist/esm/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.mts +30 -0
  556. package/dist/esm/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.mjs +243 -0
  557. package/dist/esm/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.mts +21 -0
  558. package/dist/esm/core/fetcher/stream-wrappers/NodePre18StreamWrapper.mjs +122 -0
  559. package/dist/esm/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.mts +31 -0
  560. package/dist/esm/core/fetcher/stream-wrappers/UndiciStreamWrapper.mjs +225 -0
  561. package/dist/esm/core/fetcher/stream-wrappers/chooseStreamWrapper.d.mts +18 -0
  562. package/dist/esm/core/fetcher/stream-wrappers/chooseStreamWrapper.mjs +23 -0
  563. package/dist/esm/custom/BearerProvider.d.mts +13 -0
  564. package/dist/esm/custom/BearerProvider.mjs +23 -0
  565. package/dist/esm/custom/environments.d.mts +10 -0
  566. package/dist/esm/custom/environments.mjs +9 -0
  567. package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentCreate.d.mts +19 -0
  568. package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentCreate.mjs +14 -0
  569. package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentUpdate.d.mts +14 -0
  570. package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentUpdate.mjs +9 -0
  571. package/dist/esm/serialization/resources/documents/types/RequestDocumentCreateContextItem.d.mts +15 -0
  572. package/dist/esm/serialization/resources/documents/types/RequestDocumentCreateContextItem.mjs +10 -0
  573. package/dist/esm/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.d.mts +15 -0
  574. package/dist/esm/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.mjs +10 -0
  575. package/dist/esm/serialization/resources/documents/types/index.d.mts +2 -0
  576. package/dist/esm/serialization/resources/documents/types/index.mjs +2 -0
  577. package/dist/esm/serialization/resources/facts/client/requests/RequestFactUpdate.d.mts +16 -0
  578. package/dist/esm/serialization/resources/facts/client/requests/RequestFactUpdate.mjs +11 -0
  579. package/dist/esm/serialization/resources/facts/client/requests/RequestFactsCreate.d.mts +13 -0
  580. package/dist/esm/serialization/resources/facts/client/requests/RequestFactsCreate.mjs +8 -0
  581. package/dist/esm/serialization/resources/facts/client/requests/RequestFactsUpdate.d.mts +13 -0
  582. package/dist/esm/serialization/resources/facts/client/requests/RequestFactsUpdate.mjs +8 -0
  583. package/dist/esm/serialization/resources/facts/types/RequestFactsCreateFactsItem.d.mts +15 -0
  584. package/dist/esm/serialization/resources/facts/types/RequestFactsCreateFactsItem.mjs +10 -0
  585. package/dist/esm/serialization/resources/facts/types/RequestFactsUpdateFactsItem.d.mts +16 -0
  586. package/dist/esm/serialization/resources/facts/types/RequestFactsUpdateFactsItem.mjs +11 -0
  587. package/dist/esm/serialization/resources/facts/types/index.d.mts +2 -0
  588. package/dist/esm/serialization/resources/facts/types/index.mjs +2 -0
  589. package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionCreate.d.mts +17 -0
  590. package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionCreate.mjs +12 -0
  591. package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionUpdate.d.mts +17 -0
  592. package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionUpdate.mjs +12 -0
  593. package/dist/esm/serialization/resources/interactions/types/InteractionsListRequestDirection.d.mts +10 -0
  594. package/dist/esm/serialization/resources/interactions/types/InteractionsListRequestDirection.mjs +5 -0
  595. package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptCreate.d.mts +22 -0
  596. package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptCreate.mjs +17 -0
  597. package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.d.mts +10 -0
  598. package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.mjs +5 -0
  599. package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.mts +14 -0
  600. package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.mjs +9 -0
  601. package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.mts +10 -0
  602. package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.mjs +5 -0
  603. package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.mts +10 -0
  604. package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.mjs +5 -0
  605. package/dist/esm/serialization/resources/transcripts/types/TranscriptsListRequestSort.d.mts +10 -0
  606. package/dist/esm/serialization/resources/transcripts/types/TranscriptsListRequestSort.mjs +5 -0
  607. package/dist/esm/serialization/types/DocumentContextData.d.mts +12 -0
  608. package/dist/esm/serialization/types/DocumentContextData.mjs +11 -0
  609. package/dist/esm/serialization/types/DocumentTemplate.d.mts +16 -0
  610. package/dist/esm/serialization/types/DocumentTemplate.mjs +11 -0
  611. package/dist/esm/serialization/types/DocumentsContextData.d.mts +12 -0
  612. package/dist/esm/serialization/types/DocumentsContextData.mjs +11 -0
  613. package/dist/esm/serialization/types/DocumentsContextTypeEnum.d.mts +10 -0
  614. package/dist/esm/serialization/types/DocumentsContextTypeEnum.mjs +5 -0
  615. package/dist/esm/serialization/types/Encounter.d.mts +19 -0
  616. package/dist/esm/serialization/types/Encounter.mjs +14 -0
  617. package/dist/esm/serialization/types/EncounterPeriod.d.mts +13 -0
  618. package/dist/esm/serialization/types/EncounterPeriod.mjs +8 -0
  619. package/dist/esm/serialization/types/EncounterStatus.d.mts +10 -0
  620. package/dist/esm/serialization/types/EncounterStatus.mjs +5 -0
  621. package/dist/esm/serialization/types/EncounterType.d.mts +10 -0
  622. package/dist/esm/serialization/types/EncounterType.mjs +5 -0
  623. package/dist/esm/serialization/types/EncounterUpdate.d.mts +19 -0
  624. package/dist/esm/serialization/types/EncounterUpdate.mjs +14 -0
  625. package/dist/esm/serialization/types/FactContext.d.mts +15 -0
  626. package/dist/esm/serialization/types/FactContext.mjs +10 -0
  627. package/dist/esm/serialization/types/GenderEnum.d.mts +10 -0
  628. package/dist/esm/serialization/types/GenderEnum.mjs +5 -0
  629. package/dist/esm/serialization/types/ParticipantRoleEnum.d.mts +10 -0
  630. package/dist/esm/serialization/types/ParticipantRoleEnum.mjs +5 -0
  631. package/dist/esm/serialization/types/Patient.d.mts +17 -0
  632. package/dist/esm/serialization/types/Patient.mjs +12 -0
  633. package/dist/esm/serialization/types/PatientUpdate.d.mts +17 -0
  634. package/dist/esm/serialization/types/PatientUpdate.mjs +12 -0
  635. package/dist/esm/serialization/types/ResponseAllTemplateSections.d.mts +13 -0
  636. package/dist/esm/serialization/types/ResponseAllTemplateSections.mjs +8 -0
  637. package/dist/esm/serialization/types/ResponseAllTemplates.d.mts +13 -0
  638. package/dist/esm/serialization/types/ResponseAllTemplates.mjs +8 -0
  639. package/dist/esm/serialization/types/ResponseAllTemplatesDataItem.d.mts +20 -0
  640. package/dist/esm/serialization/types/ResponseAllTemplatesDataItem.mjs +15 -0
  641. package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.mts +14 -0
  642. package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.mjs +9 -0
  643. package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.d.mts +14 -0
  644. package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.mjs +9 -0
  645. package/dist/esm/serialization/types/ResponseDocumentList.d.mts +13 -0
  646. package/dist/esm/serialization/types/ResponseDocumentList.mjs +8 -0
  647. package/dist/esm/serialization/types/ResponseDocumentRead.d.mts +23 -0
  648. package/dist/esm/serialization/types/ResponseDocumentRead.mjs +18 -0
  649. package/dist/esm/serialization/types/ResponseDocumentReadSectionsItem.d.mts +17 -0
  650. package/dist/esm/serialization/types/ResponseDocumentReadSectionsItem.mjs +12 -0
  651. package/dist/esm/serialization/types/ResponseFactGroupsFiltered.d.mts +13 -0
  652. package/dist/esm/serialization/types/ResponseFactGroupsFiltered.mjs +8 -0
  653. package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItem.d.mts +16 -0
  654. package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItem.mjs +11 -0
  655. package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.mts +14 -0
  656. package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.mjs +9 -0
  657. package/dist/esm/serialization/types/ResponseFactUpdate.d.mts +21 -0
  658. package/dist/esm/serialization/types/ResponseFactUpdate.mjs +16 -0
  659. package/dist/esm/serialization/types/ResponseFactsCreate.d.mts +13 -0
  660. package/dist/esm/serialization/types/ResponseFactsCreate.mjs +8 -0
  661. package/dist/esm/serialization/types/ResponseFactsCreateFactsItem.d.mts +20 -0
  662. package/dist/esm/serialization/types/ResponseFactsCreateFactsItem.mjs +15 -0
  663. package/dist/esm/serialization/types/ResponseFactsList.d.mts +13 -0
  664. package/dist/esm/serialization/types/ResponseFactsList.mjs +8 -0
  665. package/dist/esm/serialization/types/ResponseFactsListFactsItem.d.mts +23 -0
  666. package/dist/esm/serialization/types/ResponseFactsListFactsItem.mjs +18 -0
  667. package/dist/esm/serialization/types/ResponseFactsListFactsItemEvidenceItem.d.mts +14 -0
  668. package/dist/esm/serialization/types/ResponseFactsListFactsItemEvidenceItem.mjs +9 -0
  669. package/dist/esm/serialization/types/ResponseFactsUpdate.d.mts +13 -0
  670. package/dist/esm/serialization/types/ResponseFactsUpdate.mjs +8 -0
  671. package/dist/esm/serialization/types/ResponseFactsUpdateFactsItem.d.mts +21 -0
  672. package/dist/esm/serialization/types/ResponseFactsUpdateFactsItem.mjs +16 -0
  673. package/dist/esm/serialization/types/ResponseInteraction.d.mts +23 -0
  674. package/dist/esm/serialization/types/ResponseInteraction.mjs +18 -0
  675. package/dist/esm/serialization/types/ResponseInteractionCreate.d.mts +14 -0
  676. package/dist/esm/serialization/types/ResponseInteractionCreate.mjs +9 -0
  677. package/dist/esm/serialization/types/ResponseInteractions.d.mts +13 -0
  678. package/dist/esm/serialization/types/ResponseInteractions.mjs +8 -0
  679. package/dist/esm/serialization/types/ResponseMetadataCreate.d.mts +13 -0
  680. package/dist/esm/serialization/types/ResponseMetadataCreate.mjs +8 -0
  681. package/dist/esm/serialization/types/ResponseMetadataCreateParticipantsRolesItem.d.mts +14 -0
  682. package/dist/esm/serialization/types/ResponseMetadataCreateParticipantsRolesItem.mjs +9 -0
  683. package/dist/esm/serialization/types/ResponseRecordingCreate.d.mts +13 -0
  684. package/dist/esm/serialization/types/ResponseRecordingCreate.mjs +8 -0
  685. package/dist/esm/serialization/types/ResponseRecordingList.d.mts +13 -0
  686. package/dist/esm/serialization/types/ResponseRecordingList.mjs +8 -0
  687. package/dist/esm/serialization/types/ResponseTranscriptCreate.d.mts +19 -0
  688. package/dist/esm/serialization/types/ResponseTranscriptCreate.mjs +14 -0
  689. package/dist/esm/serialization/types/ResponseTranscriptListAll.d.mts +13 -0
  690. package/dist/esm/serialization/types/ResponseTranscriptListAll.mjs +8 -0
  691. package/dist/esm/serialization/types/ResponseTranscriptListAllTranscriptsItem.d.mts +16 -0
  692. package/dist/esm/serialization/types/ResponseTranscriptListAllTranscriptsItem.mjs +11 -0
  693. package/dist/esm/serialization/types/ResponseTranscriptListFull.d.mts +15 -0
  694. package/dist/esm/serialization/types/ResponseTranscriptListFull.mjs +10 -0
  695. package/dist/esm/serialization/types/ResponseTranscriptListFullTranscriptsItem.d.mts +17 -0
  696. package/dist/esm/serialization/types/ResponseTranscriptListFullTranscriptsItem.mjs +12 -0
  697. package/dist/esm/serialization/types/Section.d.mts +21 -0
  698. package/dist/esm/serialization/types/Section.mjs +16 -0
  699. package/dist/esm/serialization/types/SectionTranslationsItem.d.mts +14 -0
  700. package/dist/esm/serialization/types/SectionTranslationsItem.mjs +9 -0
  701. package/dist/esm/serialization/types/SortingDirectionEnum.d.mts +10 -0
  702. package/dist/esm/serialization/types/SortingDirectionEnum.mjs +5 -0
  703. package/dist/esm/serialization/types/StreamConfigData.d.mts +15 -0
  704. package/dist/esm/serialization/types/StreamConfigData.mjs +10 -0
  705. package/dist/esm/serialization/types/StreamConfigModeOutputLocale.d.mts +10 -0
  706. package/dist/esm/serialization/types/StreamConfigModeOutputLocale.mjs +5 -0
  707. package/dist/esm/serialization/types/StreamConfigTranscriptionPrimaryLanguage.d.mts +10 -0
  708. package/dist/esm/serialization/types/StreamConfigTranscriptionPrimaryLanguage.mjs +5 -0
  709. package/dist/esm/serialization/types/StreamConfigurationMessage.d.mts +14 -0
  710. package/dist/esm/serialization/types/StreamConfigurationMessage.mjs +9 -0
  711. package/dist/esm/serialization/types/StreamParticipantRole.d.mts +10 -0
  712. package/dist/esm/serialization/types/StreamParticipantRole.mjs +5 -0
  713. package/dist/esm/serialization/types/TemplateFiltered.d.mts +20 -0
  714. package/dist/esm/serialization/types/TemplateFiltered.mjs +15 -0
  715. package/dist/esm/serialization/types/TemplateFilteredTemplateSectionsItem.d.mts +14 -0
  716. package/dist/esm/serialization/types/TemplateFilteredTemplateSectionsItem.mjs +9 -0
  717. package/dist/esm/serialization/types/TemplateFilteredTranslationsItem.d.mts +14 -0
  718. package/dist/esm/serialization/types/TemplateFilteredTranslationsItem.mjs +9 -0
  719. package/dist/esm/serialization/types/TranscribeConfigurationMessage.d.mts +14 -0
  720. package/dist/esm/serialization/types/TranscribeConfigurationMessage.mjs +9 -0
  721. package/dist/esm/serialization/types/TranscribeConfigurationMessageConfiguration.d.mts +18 -0
  722. package/dist/esm/serialization/types/TranscribeConfigurationMessageConfiguration.mjs +13 -0
  723. package/dist/esm/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.mts +10 -0
  724. package/dist/esm/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.mjs +5 -0
  725. package/dist/esm/serialization/types/Transcript.d.mts +17 -0
  726. package/dist/esm/serialization/types/Transcript.mjs +12 -0
  727. package/dist/esm/serialization/types/UsageInfo.d.mts +12 -0
  728. package/dist/esm/serialization/types/UsageInfo.mjs +7 -0
  729. package/dist/esm/serialization/types/V2DocumentContextTypeEnum.d.mts +10 -0
  730. package/dist/esm/serialization/types/V2DocumentContextTypeEnum.mjs +5 -0
  731. package/dist/esm/serialization/types/V2SourceEnum.d.mts +10 -0
  732. package/dist/esm/serialization/types/V2SourceEnum.mjs +5 -0
  733. package/dist/esm/serialization/types/WritingStyle.d.mts +12 -0
  734. package/dist/esm/serialization/types/WritingStyle.mjs +7 -0
  735. package/package.json +1 -1
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export type DocumentContextData =
6
+ /**
7
+ * Facts */
8
+ Corti.FactContext[]
9
+ /**
10
+ * Transcript */
11
+ | Corti.Transcript
12
+ /**
13
+ * Text */
14
+ | string;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface DocumentTemplate {
6
+ /** An array of section IDs. */
7
+ sectionIds?: Corti.Uuid[];
8
+ /** An array of section keys. */
9
+ sectionKeys?: string[];
10
+ /** The name of the document. */
11
+ documentName?: string;
12
+ /** Any additional instructions to be considered during document generation. */
13
+ additionalInstructions?: string;
14
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export type DocumentsContextData =
6
+ /**
7
+ * Facts */
8
+ Corti.FactsContext[]
9
+ /**
10
+ * Transcript */
11
+ | Corti.CommonTranscript
12
+ /**
13
+ * Text */
14
+ | string;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type DocumentsContextTypeEnum = "facts" | "transcript" | "string";
5
+ export declare const DocumentsContextTypeEnum: {
6
+ readonly Facts: "facts";
7
+ readonly Transcript: "transcript";
8
+ readonly String: "string";
9
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.DocumentsContextTypeEnum = void 0;
7
+ exports.DocumentsContextTypeEnum = {
8
+ Facts: "facts",
9
+ Transcript: "transcript",
10
+ String: "string",
11
+ };
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface Encounter {
6
+ /** A unique identifier for the encounter, essential for tracking and referencing specific patient interactions. */
7
+ identifier: string;
8
+ /** Indicates the current state of the encounter, crucial for understanding the progression and current state of care. */
9
+ status: Corti.EncounterStatus;
10
+ /** The specific type of encounter, providing context about the nature and setting of the patient interaction. */
11
+ type: Corti.EncounterType;
12
+ /** The time period during which the encounter takes place. */
13
+ period?: Corti.EncounterPeriod;
14
+ /** A readable name for the interaction */
15
+ title?: string;
16
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface EncounterPeriod {
5
+ /** The start date/time of the encounter. (UTC) */
6
+ startedAt?: string;
7
+ /** The end date/time of the encounter. (UTC) */
8
+ endedAt?: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type EncounterStatus = "planned" | "in-progress" | "on-hold" | "completed" | "cancelled" | "deleted";
5
+ export declare const EncounterStatus: {
6
+ readonly Planned: "planned";
7
+ readonly InProgress: "in-progress";
8
+ readonly OnHold: "on-hold";
9
+ readonly Completed: "completed";
10
+ readonly Cancelled: "cancelled";
11
+ readonly Deleted: "deleted";
12
+ };
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EncounterStatus = void 0;
7
+ exports.EncounterStatus = {
8
+ Planned: "planned",
9
+ InProgress: "in-progress",
10
+ OnHold: "on-hold",
11
+ Completed: "completed",
12
+ Cancelled: "cancelled",
13
+ Deleted: "deleted",
14
+ };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type EncounterType = "first_consultation" | "consultation" | "emergency" | "inpatient" | "outpatient";
5
+ export declare const EncounterType: {
6
+ readonly FirstConsultation: "first_consultation";
7
+ readonly Consultation: "consultation";
8
+ readonly Emergency: "emergency";
9
+ readonly Inpatient: "inpatient";
10
+ readonly Outpatient: "outpatient";
11
+ };
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EncounterType = void 0;
7
+ exports.EncounterType = {
8
+ FirstConsultation: "first_consultation",
9
+ Consultation: "consultation",
10
+ Emergency: "emergency",
11
+ Inpatient: "inpatient",
12
+ Outpatient: "outpatient",
13
+ };
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface EncounterUpdate {
6
+ /** A unique identifier for the encounter. */
7
+ identifier?: string;
8
+ /** The current status of the encounter. */
9
+ status?: Corti.EncounterStatus;
10
+ /** The type of encounter. */
11
+ type?: Corti.EncounterType;
12
+ /** Details of when the encounter took place, including start and optional end timestamps with timezone offsets. */
13
+ period?: Corti.EncounterPeriod;
14
+ /** A title providing context about the encounter. */
15
+ title?: string;
16
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface FactContext {
6
+ /** The text of the fact. */
7
+ text: string;
8
+ /** The group to which the fact belongs. */
9
+ group?: string;
10
+ /** The source of the fact. 'USER' refers to facts provided by the user, while 'SYSTEM' refers to system-generated facts (e.g., EHR). */
11
+ source: Corti.V2SourceEnum;
12
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type GenderEnum = "male" | "female" | "unknown" | "other";
5
+ export declare const GenderEnum: {
6
+ readonly Male: "male";
7
+ readonly Female: "female";
8
+ readonly Unknown: "unknown";
9
+ readonly Other: "other";
10
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.GenderEnum = void 0;
7
+ exports.GenderEnum = {
8
+ Male: "male",
9
+ Female: "female",
10
+ Unknown: "unknown",
11
+ Other: "other",
12
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type ParticipantRoleEnum = "doctor" | "patient" | "multiple";
5
+ export declare const ParticipantRoleEnum: {
6
+ readonly Doctor: "doctor";
7
+ readonly Patient: "patient";
8
+ readonly Multiple: "multiple";
9
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ParticipantRoleEnum = void 0;
7
+ exports.ParticipantRoleEnum = {
8
+ Doctor: "doctor",
9
+ Patient: "patient",
10
+ Multiple: "multiple",
11
+ };
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface Patient {
6
+ /** FHIR reference to patient identifier. */
7
+ identifier: string;
8
+ /** FHIR reference to Text representation of the full name. */
9
+ name?: string;
10
+ /** FHIR reference to patient gender. */
11
+ gender?: Corti.GenderEnum;
12
+ /** FHIR reference to patient birth date. */
13
+ birthDate?: string;
14
+ /** FHIR reference to patient extension Individual Pronouns. */
15
+ pronouns?: string;
16
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface PatientUpdate {
6
+ /** FHIR reference to patient identifier. */
7
+ identifier?: string;
8
+ /** FHIR reference to Text representation of the full name. */
9
+ name?: string;
10
+ /** FHIR reference to patient gender. */
11
+ gender?: Corti.GenderEnum;
12
+ /** FHIR reference to patient birth date. */
13
+ birthDate?: string;
14
+ /** FHIR reference to patient extension Individual Pronouns. */
15
+ pronouns?: string;
16
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface ResponseAllTemplateSections {
6
+ /** List of filtered template sections */
7
+ data?: Corti.Section[];
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface ResponseAllTemplates {
6
+ /** List of filtered templates */
7
+ data?: Corti.ResponseAllTemplatesDataItem[];
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,20 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface ResponseAllTemplatesDataItem {
6
+ /** The timestamp when the template was updated. */
7
+ date_updated?: string;
8
+ /** Name of the template */
9
+ name?: string;
10
+ /** Description of the template */
11
+ description?: string;
12
+ /** Unique key for the template */
13
+ key?: string;
14
+ /** Status of the template. */
15
+ status?: string;
16
+ /** List of sections included in the template */
17
+ template_sections?: Corti.ResponseAllTemplatesDataItemTemplateSectionsItem[];
18
+ /** Available translations for the template */
19
+ translations?: Corti.ResponseAllTemplatesDataItemTranslationsItem[];
20
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface ResponseAllTemplatesDataItemTemplateSectionsItem {
6
+ /** Sort order of the section within the template */
7
+ sort?: number;
8
+ /** The section details */
9
+ sections_id?: Corti.Section;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface ResponseAllTemplatesDataItemTranslationsItem {
5
+ /** Language identifier */
6
+ languages_id?: string;
7
+ /** Localized name of the template */
8
+ name?: string;
9
+ /** Localized description of the template */
10
+ description?: string;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface ResponseDocumentList {
6
+ data?: Corti.ResponseDocumentRead[];
7
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface ResponseDocumentRead {
6
+ /** Unique ID of the generated document */
7
+ id?: Corti.Uuid;
8
+ /** Name of the generated document */
9
+ name?: string;
10
+ /** Reference for the used template */
11
+ templateRef?: string;
12
+ isStream?: boolean;
13
+ /** Individual document sections */
14
+ sections?: Corti.ResponseDocumentReadSectionsItem[];
15
+ /** The original timestamp when the document was created. */
16
+ createdAt?: string;
17
+ /** The timestamp when the document was last updated. */
18
+ updatedAt?: string;
19
+ /** The language in which the document will be generated. Check https://docs.corti.ai/about/languages for more. */
20
+ outputLanguage?: string;
21
+ usageInfo?: Corti.UsageInfo;
22
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface ResponseDocumentReadSectionsItem {
5
+ /** Document section key */
6
+ key?: string;
7
+ /** Name or heading of the document section within the generated document */
8
+ name?: string;
9
+ /** Contents of the document section within the generated document */
10
+ text?: string;
11
+ /** Order of the document section within the generated document */
12
+ sort?: number;
13
+ /** The original timestamp when the document section was created. */
14
+ createdAt?: string;
15
+ /** The timestamp when the document section was last updated. */
16
+ updatedAt?: string;
17
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface ResponseFactGroupsFiltered {
6
+ data?: Corti.ResponseFactGroupsFilteredDataItem[];
7
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface ResponseFactGroupsFilteredDataItem {
6
+ id?: Corti.Uuid;
7
+ key?: string;
8
+ translations?: Corti.ResponseFactGroupsFilteredDataItemTranslationsItem[];
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface ResponseFactGroupsFilteredDataItemTranslationsItem {
5
+ id?: number;
6
+ languages_id?: string;
7
+ name?: string;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface ResponseFactUpdate {
6
+ /** The unique identifier of the fact. */
7
+ id?: Corti.Uuid;
8
+ /** The updated text content of the fact. */
9
+ text?: string;
10
+ /** The updated group key to which the fact belongs. */
11
+ group?: string;
12
+ /** The unique identifier of the associated group. */
13
+ groupId?: Corti.Uuid;
14
+ /** The updated origin of the fact. */
15
+ source?: Corti.V2SourceEnum;
16
+ /** Indicates whether the fact is marked as discarded. */
17
+ isDiscarded?: boolean;
18
+ /** The original timestamp when the fact was created. */
19
+ createdAt?: string;
20
+ /** The timestamp when the fact was last updated. */
21
+ updatedAt?: string;
22
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface ResponseFactsCreate {
6
+ /** A list of successfully created facts. */
7
+ facts?: Corti.ResponseFactsCreateFactsItem[];
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,20 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Corti from "../index.js";
5
+ export interface ResponseFactsCreateFactsItem {
6
+ /** The unique identifier of the newly created fact. */
7
+ id?: Corti.Uuid;
8
+ /** The textual content of the created fact. */
9
+ text?: string;
10
+ /** The group key categorizing the fact. */
11
+ group?: string;
12
+ /** The unique identifier of the group to which the fact belongs. */
13
+ groupId?: Corti.Uuid;
14
+ /** The origin of the fact, such as 'USER' or 'SYSTEM'. */
15
+ source?: Corti.V2SourceEnum;
16
+ /** Indicates whether the fact has been marked as discarded. */
17
+ isDiscarded?: boolean;
18
+ /** The timestamp when the fact was last updated. */
19
+ updatedAt?: string;
20
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });