@corti/sdk 0.2.0-agents → 0.3.0-agents
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/agents/client/Client.d.ts +13 -13
- package/dist/cjs/api/resources/agents/client/Client.js +41 -21
- package/dist/cjs/api/resources/agents/client/requests/AgentsCreateAgent.d.ts +4 -0
- package/dist/cjs/api/resources/agents/client/requests/AgentsListRequest.d.ts +4 -0
- package/dist/cjs/api/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.d.ts +22 -0
- package/dist/cjs/api/resources/documents/client/requests/DocumentsGetRequest.d.ts +13 -0
- package/dist/cjs/api/resources/documents/client/requests/RequestDocumentCreate.d.ts +31 -0
- package/dist/cjs/api/resources/documents/client/requests/RequestDocumentCreate.js +5 -0
- package/dist/cjs/api/resources/documents/client/requests/RequestDocumentUpdate.d.ts +13 -0
- package/dist/cjs/api/resources/documents/client/requests/RequestDocumentUpdate.js +5 -0
- package/dist/cjs/api/resources/documents/types/RequestDocumentCreateContextItem.d.ts +10 -0
- package/dist/cjs/api/resources/documents/types/RequestDocumentCreateContextItem.js +5 -0
- package/dist/cjs/api/resources/documents/types/RequestDocumentUpdateSectionsItem.d.ts +9 -0
- package/dist/cjs/api/resources/documents/types/RequestDocumentUpdateSectionsItem.js +5 -0
- package/dist/cjs/api/resources/documents/types/index.d.ts +2 -0
- package/dist/cjs/api/resources/documents/types/index.js +18 -0
- package/dist/cjs/api/resources/facts/client/Client.d.ts +19 -0
- package/dist/cjs/api/resources/facts/client/Client.js +87 -0
- package/dist/cjs/api/resources/facts/client/requests/FactsExtractRequest.d.ts +19 -0
- package/dist/cjs/api/resources/facts/client/requests/FactsExtractRequest.js +5 -0
- package/dist/cjs/api/resources/facts/client/requests/RequestFactUpdate.d.ts +21 -0
- package/dist/cjs/api/resources/facts/client/requests/RequestFactUpdate.js +5 -0
- package/dist/cjs/api/resources/facts/client/requests/RequestFactsCreate.d.ts +17 -0
- package/dist/cjs/api/resources/facts/client/requests/RequestFactsCreate.js +5 -0
- package/dist/cjs/api/resources/facts/client/requests/RequestFactsUpdate.d.ts +16 -0
- package/dist/cjs/api/resources/facts/client/requests/RequestFactsUpdate.js +5 -0
- package/dist/cjs/api/resources/facts/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/facts/types/RequestFactsCreateFactsItem.d.ts +12 -0
- package/dist/cjs/api/resources/facts/types/RequestFactsCreateFactsItem.js +5 -0
- package/dist/cjs/api/resources/facts/types/RequestFactsUpdateFactsItem.d.ts +14 -0
- package/dist/cjs/api/resources/facts/types/RequestFactsUpdateFactsItem.js +5 -0
- package/dist/cjs/api/resources/facts/types/index.d.ts +2 -0
- package/dist/cjs/api/resources/facts/types/index.js +18 -0
- package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionCreate.d.ts +22 -0
- package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionCreate.js +5 -0
- package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionUpdate.d.ts +16 -0
- package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionUpdate.js +5 -0
- package/dist/cjs/api/resources/interactions/types/InteractionsListRequestDirection.d.ts +11 -0
- package/dist/cjs/api/{types/AgentsTransportProtocol.js → resources/interactions/types/InteractionsListRequestDirection.js} +4 -5
- package/dist/cjs/api/resources/templates/client/requests/TemplatesSectionsListRequest.d.ts +17 -0
- package/dist/cjs/api/resources/templates/client/requests/TemplatesSectionsListRequest.js +5 -0
- package/dist/cjs/api/resources/transcripts/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/transcripts/client/Client.js +2 -2
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptCreate.d.ts +28 -0
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptCreate.js +5 -0
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateModelName.d.ts +12 -0
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateModelName.js +11 -0
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.ts +10 -0
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.js +5 -0
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.ts +21 -0
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.js +20 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestModelName.d.ts +12 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestModelName.js +11 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.ts +21 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.js +20 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestDirection.d.ts +11 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestDirection.js +10 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestSort.d.ts +11 -0
- package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestSort.js +10 -0
- package/dist/cjs/api/resources/transcripts/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/transcripts/types/index.js +17 -0
- package/dist/cjs/api/types/AgentsAgentCapabilities.d.ts +1 -1
- package/dist/cjs/api/types/AgentsAgentCard.d.ts +10 -7
- package/dist/cjs/api/types/AgentsAgentInterface.d.ts +1 -2
- package/dist/cjs/api/types/AgentsAgentProvider.d.ts +9 -0
- package/dist/cjs/api/types/AgentsAgentProvider.js +5 -0
- package/dist/cjs/api/types/AgentsAgentSkill.d.ts +4 -4
- package/dist/cjs/api/types/CommonTextContext.d.ts +9 -0
- package/dist/cjs/api/types/CommonTextContext.js +5 -0
- package/dist/cjs/api/types/CommonTranscript.d.ts +17 -0
- package/dist/cjs/api/types/CommonTranscript.js +5 -0
- package/dist/cjs/api/types/CommonUsageInfo.d.ts +3 -0
- package/dist/cjs/api/types/DocumentContextData.d.ts +14 -0
- package/dist/cjs/api/types/DocumentContextData.js +5 -0
- package/dist/cjs/api/types/DocumentTemplate.d.ts +14 -0
- package/dist/cjs/api/types/DocumentTemplate.js +5 -0
- package/dist/cjs/api/types/DocumentsContext.d.ts +1 -12
- package/dist/cjs/api/types/DocumentsContextData.d.ts +14 -0
- package/dist/cjs/api/types/DocumentsContextData.js +5 -0
- package/dist/cjs/api/types/DocumentsContextTypeEnum.d.ts +9 -0
- package/dist/cjs/api/types/DocumentsContextTypeEnum.js +11 -0
- package/dist/cjs/api/types/DocumentsContextWithFacts.d.ts +2 -0
- package/dist/cjs/api/types/DocumentsContextWithString.d.ts +2 -0
- package/dist/cjs/api/types/DocumentsContextWithTranscript.d.ts +2 -0
- package/dist/cjs/api/types/DocumentsCreateRequestWithTemplateId.d.ts +16 -0
- package/dist/cjs/api/types/DocumentsCreateRequestWithTemplateId.js +5 -0
- package/dist/cjs/api/types/DocumentsTemplateWithSectionIds.d.ts +12 -0
- package/dist/cjs/api/types/DocumentsTemplateWithSectionIds.js +5 -0
- package/dist/cjs/api/types/Encounter.d.ts +16 -0
- package/dist/cjs/api/types/Encounter.js +5 -0
- package/dist/cjs/api/types/EncounterPeriod.d.ts +9 -0
- package/dist/cjs/api/types/EncounterPeriod.js +5 -0
- package/dist/cjs/api/types/EncounterStatus.d.ts +12 -0
- package/dist/cjs/api/types/EncounterStatus.js +14 -0
- package/dist/cjs/api/types/EncounterType.d.ts +11 -0
- package/dist/cjs/api/types/EncounterType.js +13 -0
- package/dist/cjs/api/types/EncounterUpdate.d.ts +16 -0
- package/dist/cjs/api/types/EncounterUpdate.js +5 -0
- package/dist/cjs/api/types/FactContext.d.ts +12 -0
- package/dist/cjs/api/types/FactContext.js +5 -0
- package/dist/cjs/api/types/FactsExtractResponse.d.ts +11 -0
- package/dist/cjs/api/types/FactsExtractResponse.js +5 -0
- package/dist/cjs/api/types/FactsExtractResponseFactsItem.d.ts +9 -0
- package/dist/cjs/api/types/FactsExtractResponseFactsItem.js +5 -0
- package/dist/cjs/api/types/GenderEnum.d.ts +10 -0
- package/dist/cjs/api/types/GenderEnum.js +12 -0
- package/dist/cjs/api/types/ParticipantRoleEnum.d.ts +9 -0
- package/dist/cjs/api/types/ParticipantRoleEnum.js +11 -0
- package/dist/cjs/api/types/Patient.d.ts +16 -0
- package/dist/cjs/api/types/Patient.js +5 -0
- package/dist/cjs/api/types/PatientUpdate.d.ts +16 -0
- package/dist/cjs/api/types/PatientUpdate.js +5 -0
- package/dist/cjs/api/types/ResponseAllTemplateSections.d.ts +8 -0
- package/dist/cjs/api/types/ResponseAllTemplateSections.js +5 -0
- package/dist/cjs/api/types/ResponseAllTemplates.d.ts +8 -0
- package/dist/cjs/api/types/ResponseAllTemplates.js +5 -0
- package/dist/cjs/api/types/ResponseAllTemplatesDataItem.d.ts +20 -0
- package/dist/cjs/api/types/ResponseAllTemplatesDataItem.js +5 -0
- package/dist/cjs/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.ts +10 -0
- package/dist/cjs/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.js +5 -0
- package/dist/cjs/api/types/ResponseAllTemplatesDataItemTranslationsItem.d.ts +11 -0
- package/dist/cjs/api/types/ResponseAllTemplatesDataItemTranslationsItem.js +5 -0
- package/dist/cjs/api/types/{AgentsAgentInterfaceTransport.d.ts → ResponseDocumentList.d.ts} +3 -1
- package/dist/cjs/api/types/ResponseDocumentList.js +5 -0
- package/dist/cjs/api/types/ResponseDocumentRead.d.ts +22 -0
- package/dist/cjs/api/types/ResponseDocumentRead.js +5 -0
- package/dist/cjs/api/types/ResponseDocumentReadSectionsItem.d.ts +17 -0
- package/dist/cjs/api/types/ResponseDocumentReadSectionsItem.js +5 -0
- package/dist/cjs/api/types/ResponseFactGroupsFiltered.d.ts +7 -0
- package/dist/cjs/api/types/ResponseFactGroupsFiltered.js +5 -0
- package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItem.d.ts +9 -0
- package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItem.js +5 -0
- package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.ts +8 -0
- package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.js +5 -0
- package/dist/cjs/api/types/ResponseFactUpdate.d.ts +22 -0
- package/dist/cjs/api/types/ResponseFactUpdate.js +5 -0
- package/dist/cjs/api/types/ResponseFactsCreate.d.ts +8 -0
- package/dist/cjs/api/types/ResponseFactsCreate.js +5 -0
- package/dist/cjs/api/types/ResponseFactsCreateFactsItem.d.ts +20 -0
- package/dist/cjs/api/types/ResponseFactsCreateFactsItem.js +5 -0
- package/dist/cjs/api/types/ResponseFactsList.d.ts +8 -0
- package/dist/cjs/api/types/ResponseFactsList.js +5 -0
- package/dist/cjs/api/types/ResponseFactsListFactsItem.d.ts +23 -0
- package/dist/cjs/api/types/ResponseFactsListFactsItem.js +5 -0
- package/dist/cjs/api/types/ResponseFactsListFactsItemEvidenceItem.d.ts +11 -0
- package/dist/cjs/api/types/ResponseFactsListFactsItemEvidenceItem.js +5 -0
- package/dist/cjs/api/types/ResponseFactsUpdate.d.ts +8 -0
- package/dist/cjs/api/types/ResponseFactsUpdate.js +5 -0
- package/dist/cjs/api/types/ResponseFactsUpdateFactsItem.d.ts +22 -0
- package/dist/cjs/api/types/ResponseFactsUpdateFactsItem.js +5 -0
- package/dist/cjs/api/types/ResponseInteraction.d.ts +24 -0
- package/dist/cjs/api/types/ResponseInteraction.js +5 -0
- package/dist/cjs/api/types/ResponseInteractionCreate.d.ts +10 -0
- package/dist/cjs/api/types/ResponseInteractionCreate.js +5 -0
- package/dist/cjs/api/types/{AgentsAgentCardPreferredTransport.d.ts → ResponseInteractions.d.ts} +3 -1
- package/dist/cjs/api/types/ResponseInteractions.js +5 -0
- package/dist/cjs/api/types/ResponseMetadataCreate.d.ts +7 -0
- package/dist/cjs/api/types/ResponseMetadataCreate.js +5 -0
- package/dist/cjs/api/types/ResponseMetadataCreateParticipantsRolesItem.d.ts +10 -0
- package/dist/cjs/api/types/ResponseMetadataCreateParticipantsRolesItem.js +5 -0
- package/dist/cjs/api/types/ResponseRecordingCreate.d.ts +8 -0
- package/dist/cjs/api/types/ResponseRecordingCreate.js +5 -0
- package/dist/cjs/api/types/ResponseRecordingList.d.ts +8 -0
- package/dist/cjs/api/types/ResponseRecordingList.js +5 -0
- package/dist/cjs/api/types/ResponseTranscriptCreate.d.ts +13 -0
- package/dist/cjs/api/types/ResponseTranscriptCreate.js +5 -0
- package/dist/cjs/api/types/ResponseTranscriptCreateTranscriptsItem.d.ts +17 -0
- package/dist/cjs/api/types/ResponseTranscriptCreateTranscriptsItem.js +5 -0
- package/dist/cjs/api/types/ResponseTranscriptListAll.d.ts +7 -0
- package/dist/cjs/api/types/ResponseTranscriptListAll.js +5 -0
- package/dist/cjs/api/types/ResponseTranscriptListAllTranscriptsItem.d.ts +9 -0
- package/dist/cjs/api/types/ResponseTranscriptListAllTranscriptsItem.js +5 -0
- package/dist/cjs/api/types/ResponseTranscriptListFull.d.ts +10 -0
- package/dist/cjs/api/types/ResponseTranscriptListFull.js +5 -0
- package/dist/cjs/api/types/ResponseTranscriptListFullTranscriptsItem.d.ts +17 -0
- package/dist/cjs/api/types/ResponseTranscriptListFullTranscriptsItem.js +5 -0
- package/dist/cjs/api/types/Section.d.ts +22 -0
- package/dist/cjs/api/types/Section.js +5 -0
- package/dist/cjs/api/types/SectionTranslationsItem.d.ts +11 -0
- package/dist/cjs/api/types/SectionTranslationsItem.js +5 -0
- package/dist/cjs/api/types/SortingDirectionEnum.d.ts +8 -0
- package/dist/cjs/api/types/SortingDirectionEnum.js +10 -0
- package/dist/cjs/api/types/StreamConfigData.d.ts +8 -0
- package/dist/cjs/api/types/StreamConfigData.js +5 -0
- package/dist/cjs/api/types/StreamConfigModeOutputLocale.d.ts +21 -0
- package/dist/cjs/api/types/StreamConfigModeOutputLocale.js +20 -0
- package/dist/cjs/api/types/StreamConfigTranscriptionPrimaryLanguage.d.ts +21 -0
- package/dist/cjs/api/types/StreamConfigTranscriptionPrimaryLanguage.js +20 -0
- package/dist/cjs/api/types/StreamConfigurationMessage.d.ts +8 -0
- package/dist/cjs/api/types/StreamConfigurationMessage.js +5 -0
- package/dist/cjs/api/types/StreamParticipantRole.d.ts +12 -0
- package/dist/cjs/api/types/StreamParticipantRole.js +11 -0
- package/dist/cjs/api/types/TemplateFiltered.d.ts +20 -0
- package/dist/cjs/api/types/TemplateFiltered.js +5 -0
- package/dist/cjs/api/types/TemplateFilteredTemplateSectionsItem.d.ts +10 -0
- package/dist/cjs/api/types/TemplateFilteredTemplateSectionsItem.js +5 -0
- package/dist/cjs/api/types/TemplateFilteredTranslationsItem.d.ts +11 -0
- package/dist/cjs/api/types/TemplateFilteredTranslationsItem.js +5 -0
- package/dist/cjs/api/types/TranscribeConfigurationMessage.d.ts +8 -0
- package/dist/cjs/api/types/TranscribeConfigurationMessage.js +5 -0
- package/dist/cjs/api/types/TranscribeConfigurationMessageConfiguration.d.ts +16 -0
- package/dist/cjs/api/types/TranscribeConfigurationMessageConfiguration.js +5 -0
- package/dist/cjs/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.ts +21 -0
- package/dist/cjs/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.js +20 -0
- package/dist/cjs/api/types/Transcript.d.ts +17 -0
- package/dist/cjs/api/types/Transcript.js +5 -0
- package/dist/cjs/api/types/UsageInfo.d.ts +6 -0
- package/dist/cjs/api/types/UsageInfo.js +5 -0
- package/dist/cjs/api/types/V2DocumentContextTypeEnum.d.ts +9 -0
- package/dist/cjs/api/types/V2DocumentContextTypeEnum.js +11 -0
- package/dist/cjs/api/types/V2SourceEnum.d.ts +9 -0
- package/dist/cjs/api/types/V2SourceEnum.js +11 -0
- package/dist/cjs/api/types/WritingStyle.d.ts +7 -0
- package/dist/cjs/api/types/WritingStyle.js +5 -0
- package/dist/cjs/api/types/index.d.ts +4 -3
- package/dist/cjs/api/types/index.js +4 -3
- package/dist/cjs/core/auth/BearerProvider.d.ts +8 -0
- package/dist/cjs/core/auth/BearerProvider.js +57 -0
- package/dist/cjs/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +30 -0
- package/dist/cjs/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +247 -0
- package/dist/cjs/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
- package/dist/cjs/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +126 -0
- package/dist/cjs/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +31 -0
- package/dist/cjs/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +229 -0
- package/dist/cjs/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
- package/dist/cjs/core/fetcher/stream-wrappers/chooseStreamWrapper.js +59 -0
- package/dist/cjs/custom/BearerProvider.d.ts +13 -0
- package/dist/cjs/custom/BearerProvider.js +60 -0
- package/dist/cjs/custom/ExtendedAuthClient.d.ts +32 -0
- package/dist/cjs/custom/ExtendedAuthClient.js +163 -0
- package/dist/cjs/custom/ExtendedClient.d.ts +57 -0
- package/dist/cjs/custom/ExtendedClient.js +90 -0
- package/dist/cjs/custom/api/resources/auth/client/ExtendedClient.d.ts +32 -0
- package/dist/cjs/custom/api/resources/auth/client/ExtendedClient.js +162 -0
- package/dist/cjs/custom/environments.d.ts +10 -0
- package/dist/cjs/custom/environments.js +12 -0
- package/dist/cjs/custom/requests/AuthGetCodeFlowTokenRequest.d.ts +19 -0
- package/dist/cjs/custom/requests/AuthGetCodeFlowTokenRequest.js +2 -0
- package/dist/cjs/custom/requests/index.d.ts +1 -0
- package/dist/cjs/custom/requests/index.js +2 -0
- package/dist/cjs/custom/serialization/index.d.ts +1 -0
- package/dist/cjs/custom/serialization/index.js +17 -0
- package/dist/cjs/custom/serialization/requests/AuthGetCodeFlowTokenRequest.d.ts +15 -0
- package/dist/cjs/custom/serialization/requests/AuthGetCodeFlowTokenRequest.js +46 -0
- package/dist/cjs/custom/serialization/requests/index.d.ts +1 -0
- package/dist/cjs/custom/serialization/requests/index.js +5 -0
- package/dist/cjs/custom/utils/getEnvironmentFromString.js +1 -1
- package/dist/cjs/environments.d.ts +2 -2
- package/dist/cjs/environments.js +2 -2
- package/dist/cjs/serialization/resources/agents/client/requests/AgentsCreateAgent.d.ts +1 -1
- package/dist/cjs/serialization/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.d.ts +15 -0
- package/dist/cjs/serialization/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.js +46 -0
- package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentCreate.d.ts +19 -0
- package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentCreate.js +50 -0
- package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentUpdate.d.ts +14 -0
- package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentUpdate.js +45 -0
- package/dist/cjs/serialization/resources/documents/types/RequestDocumentCreateContextItem.d.ts +15 -0
- package/dist/cjs/serialization/resources/documents/types/RequestDocumentCreateContextItem.js +46 -0
- package/dist/cjs/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.d.ts +15 -0
- package/dist/cjs/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.js +46 -0
- package/dist/cjs/serialization/resources/documents/types/index.d.ts +2 -0
- package/dist/cjs/serialization/resources/documents/types/index.js +18 -0
- package/dist/cjs/serialization/resources/facts/client/requests/FactsExtractRequest.d.ts +14 -0
- package/dist/cjs/serialization/resources/facts/client/requests/FactsExtractRequest.js +45 -0
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactUpdate.d.ts +16 -0
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactUpdate.js +47 -0
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsCreate.d.ts +13 -0
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsCreate.js +44 -0
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsUpdate.d.ts +13 -0
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsUpdate.js +44 -0
- package/dist/cjs/serialization/resources/facts/client/requests/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/facts/client/requests/index.js +3 -1
- package/dist/cjs/serialization/resources/facts/types/RequestFactsCreateFactsItem.d.ts +15 -0
- package/dist/cjs/serialization/resources/facts/types/RequestFactsCreateFactsItem.js +46 -0
- package/dist/cjs/serialization/resources/facts/types/RequestFactsUpdateFactsItem.d.ts +16 -0
- package/dist/cjs/serialization/resources/facts/types/RequestFactsUpdateFactsItem.js +47 -0
- package/dist/cjs/serialization/resources/facts/types/index.d.ts +2 -0
- package/dist/cjs/serialization/resources/facts/types/index.js +18 -0
- package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionCreate.d.ts +17 -0
- package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionCreate.js +48 -0
- package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionUpdate.d.ts +17 -0
- package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionUpdate.js +48 -0
- package/dist/cjs/serialization/resources/interactions/types/InteractionsListRequestDirection.d.ts +10 -0
- package/dist/cjs/serialization/resources/interactions/types/InteractionsListRequestDirection.js +41 -0
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptCreate.d.ts +22 -0
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptCreate.js +53 -0
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.d.ts +10 -0
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.js +41 -0
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.ts +14 -0
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.js +45 -0
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.ts +10 -0
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.js +41 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestModelName.d.ts +10 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestModelName.js +41 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.ts +10 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.js +41 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsListRequestSort.d.ts +10 -0
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsListRequestSort.js +41 -0
- package/dist/cjs/serialization/resources/transcripts/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/transcripts/types/index.js +17 -0
- package/dist/cjs/serialization/types/AgentsAgentCapabilities.d.ts +1 -1
- package/dist/cjs/serialization/types/AgentsAgentCapabilities.js +1 -1
- package/dist/cjs/serialization/types/AgentsAgentCard.d.ts +10 -8
- package/dist/cjs/serialization/types/AgentsAgentCard.js +12 -8
- package/dist/cjs/serialization/types/AgentsAgentInterface.d.ts +1 -2
- package/dist/cjs/serialization/types/AgentsAgentInterface.js +1 -2
- package/dist/cjs/serialization/types/AgentsAgentProvider.d.ts +13 -0
- package/dist/cjs/serialization/types/{AgentsAgentInterfaceTransport.js → AgentsAgentProvider.js} +5 -3
- package/dist/cjs/serialization/types/AgentsAgentSkill.d.ts +4 -4
- package/dist/cjs/serialization/types/AgentsAgentSkill.js +4 -4
- package/dist/cjs/serialization/types/CommonTextContext.d.ts +13 -0
- package/dist/cjs/serialization/types/{AgentsAgentCardPreferredTransport.js → CommonTextContext.js} +5 -3
- package/dist/cjs/serialization/types/CommonTranscript.d.ts +17 -0
- package/dist/cjs/serialization/types/CommonTranscript.js +48 -0
- package/dist/cjs/serialization/types/DocumentContextData.d.ts +12 -0
- package/dist/cjs/serialization/types/DocumentContextData.js +47 -0
- package/dist/cjs/serialization/types/DocumentTemplate.d.ts +16 -0
- package/dist/cjs/serialization/types/DocumentTemplate.js +47 -0
- package/dist/cjs/serialization/types/DocumentsContext.d.ts +1 -10
- package/dist/cjs/serialization/types/DocumentsContext.js +5 -10
- package/dist/cjs/serialization/types/DocumentsContextData.d.ts +12 -0
- package/dist/cjs/serialization/types/DocumentsContextData.js +47 -0
- package/dist/cjs/serialization/types/DocumentsContextTypeEnum.d.ts +10 -0
- package/dist/cjs/serialization/types/DocumentsContextTypeEnum.js +41 -0
- package/dist/cjs/serialization/types/DocumentsContextWithFacts.d.ts +1 -0
- package/dist/cjs/serialization/types/DocumentsContextWithFacts.js +1 -0
- package/dist/cjs/serialization/types/DocumentsContextWithString.d.ts +1 -0
- package/dist/cjs/serialization/types/DocumentsContextWithString.js +1 -0
- package/dist/cjs/serialization/types/DocumentsContextWithTranscript.d.ts +1 -0
- package/dist/cjs/serialization/types/DocumentsContextWithTranscript.js +1 -0
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplateId.d.ts +18 -0
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplateId.js +49 -0
- package/dist/cjs/serialization/types/DocumentsTemplateWithSectionIds.d.ts +15 -0
- package/dist/cjs/serialization/types/DocumentsTemplateWithSectionIds.js +46 -0
- package/dist/cjs/serialization/types/Encounter.d.ts +19 -0
- package/dist/cjs/serialization/types/Encounter.js +50 -0
- package/dist/cjs/serialization/types/EncounterPeriod.d.ts +13 -0
- package/dist/cjs/serialization/types/EncounterPeriod.js +44 -0
- package/dist/cjs/serialization/types/EncounterStatus.d.ts +10 -0
- package/dist/cjs/serialization/types/EncounterStatus.js +41 -0
- package/dist/cjs/serialization/types/EncounterType.d.ts +10 -0
- package/dist/cjs/serialization/types/EncounterType.js +41 -0
- package/dist/cjs/serialization/types/EncounterUpdate.d.ts +19 -0
- package/dist/cjs/serialization/types/EncounterUpdate.js +50 -0
- package/dist/cjs/serialization/types/FactContext.d.ts +15 -0
- package/dist/cjs/serialization/types/FactContext.js +46 -0
- package/dist/cjs/serialization/types/FactsExtractResponse.d.ts +16 -0
- package/dist/cjs/serialization/types/FactsExtractResponse.js +47 -0
- package/dist/cjs/serialization/types/FactsExtractResponseFactsItem.d.ts +13 -0
- package/dist/cjs/serialization/types/FactsExtractResponseFactsItem.js +44 -0
- package/dist/cjs/serialization/types/GenderEnum.d.ts +10 -0
- package/dist/cjs/serialization/types/{AgentsTransportProtocol.js → GenderEnum.js} +2 -2
- package/dist/cjs/serialization/types/ParticipantRoleEnum.d.ts +10 -0
- package/dist/cjs/serialization/types/ParticipantRoleEnum.js +41 -0
- package/dist/cjs/serialization/types/Patient.d.ts +17 -0
- package/dist/cjs/serialization/types/Patient.js +48 -0
- package/dist/cjs/serialization/types/PatientUpdate.d.ts +17 -0
- package/dist/cjs/serialization/types/PatientUpdate.js +48 -0
- package/dist/cjs/serialization/types/ResponseAllTemplateSections.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseAllTemplateSections.js +44 -0
- package/dist/cjs/serialization/types/ResponseAllTemplates.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseAllTemplates.js +44 -0
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItem.d.ts +20 -0
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItem.js +51 -0
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.ts +14 -0
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.js +45 -0
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.d.ts +14 -0
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.js +45 -0
- package/dist/cjs/serialization/types/ResponseDocumentList.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseDocumentList.js +44 -0
- package/dist/cjs/serialization/types/ResponseDocumentRead.d.ts +23 -0
- package/dist/cjs/serialization/types/ResponseDocumentRead.js +54 -0
- package/dist/cjs/serialization/types/ResponseDocumentReadSectionsItem.d.ts +17 -0
- package/dist/cjs/serialization/types/ResponseDocumentReadSectionsItem.js +48 -0
- package/dist/cjs/serialization/types/ResponseFactGroupsFiltered.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseFactGroupsFiltered.js +44 -0
- package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItem.d.ts +16 -0
- package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItem.js +47 -0
- package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.ts +14 -0
- package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.js +45 -0
- package/dist/cjs/serialization/types/ResponseFactUpdate.d.ts +21 -0
- package/dist/cjs/serialization/types/ResponseFactUpdate.js +52 -0
- package/dist/cjs/serialization/types/ResponseFactsCreate.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseFactsCreate.js +44 -0
- package/dist/cjs/serialization/types/ResponseFactsCreateFactsItem.d.ts +20 -0
- package/dist/cjs/serialization/types/ResponseFactsCreateFactsItem.js +51 -0
- package/dist/cjs/serialization/types/ResponseFactsList.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseFactsList.js +44 -0
- package/dist/cjs/serialization/types/ResponseFactsListFactsItem.d.ts +23 -0
- package/dist/cjs/serialization/types/ResponseFactsListFactsItem.js +54 -0
- package/dist/cjs/serialization/types/ResponseFactsListFactsItemEvidenceItem.d.ts +14 -0
- package/dist/cjs/serialization/types/ResponseFactsListFactsItemEvidenceItem.js +45 -0
- package/dist/cjs/serialization/types/ResponseFactsUpdate.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseFactsUpdate.js +44 -0
- package/dist/cjs/serialization/types/ResponseFactsUpdateFactsItem.d.ts +21 -0
- package/dist/cjs/serialization/types/ResponseFactsUpdateFactsItem.js +52 -0
- package/dist/cjs/serialization/types/ResponseInteraction.d.ts +23 -0
- package/dist/cjs/serialization/types/ResponseInteraction.js +54 -0
- package/dist/cjs/serialization/types/ResponseInteractionCreate.d.ts +14 -0
- package/dist/cjs/serialization/types/ResponseInteractionCreate.js +45 -0
- package/dist/cjs/serialization/types/ResponseInteractions.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseInteractions.js +44 -0
- package/dist/cjs/serialization/types/ResponseMetadataCreate.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseMetadataCreate.js +44 -0
- package/dist/cjs/serialization/types/ResponseMetadataCreateParticipantsRolesItem.d.ts +14 -0
- package/dist/cjs/serialization/types/ResponseMetadataCreateParticipantsRolesItem.js +45 -0
- package/dist/cjs/serialization/types/ResponseRecordingCreate.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseRecordingCreate.js +44 -0
- package/dist/cjs/serialization/types/ResponseRecordingList.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseRecordingList.js +44 -0
- package/dist/cjs/serialization/types/ResponseTranscriptCreate.d.ts +19 -0
- package/dist/cjs/serialization/types/ResponseTranscriptCreate.js +50 -0
- package/dist/cjs/serialization/types/ResponseTranscriptListAll.d.ts +13 -0
- package/dist/cjs/serialization/types/ResponseTranscriptListAll.js +44 -0
- package/dist/cjs/serialization/types/ResponseTranscriptListAllTranscriptsItem.d.ts +16 -0
- package/dist/cjs/serialization/types/ResponseTranscriptListAllTranscriptsItem.js +47 -0
- package/dist/cjs/serialization/types/ResponseTranscriptListFull.d.ts +15 -0
- package/dist/cjs/serialization/types/ResponseTranscriptListFull.js +46 -0
- package/dist/cjs/serialization/types/ResponseTranscriptListFullTranscriptsItem.d.ts +17 -0
- package/dist/cjs/serialization/types/ResponseTranscriptListFullTranscriptsItem.js +48 -0
- package/dist/cjs/serialization/types/Section.d.ts +21 -0
- package/dist/cjs/serialization/types/Section.js +52 -0
- package/dist/cjs/serialization/types/SectionTranslationsItem.d.ts +14 -0
- package/dist/cjs/serialization/types/SectionTranslationsItem.js +45 -0
- package/dist/cjs/serialization/types/SortingDirectionEnum.d.ts +10 -0
- package/dist/cjs/serialization/types/SortingDirectionEnum.js +41 -0
- package/dist/cjs/serialization/types/StreamConfigData.d.ts +15 -0
- package/dist/cjs/serialization/types/StreamConfigData.js +46 -0
- package/dist/cjs/serialization/types/StreamConfigModeOutputLocale.d.ts +10 -0
- package/dist/cjs/serialization/types/StreamConfigModeOutputLocale.js +41 -0
- package/dist/cjs/serialization/types/StreamConfigTranscriptionPrimaryLanguage.d.ts +10 -0
- package/dist/cjs/serialization/types/StreamConfigTranscriptionPrimaryLanguage.js +41 -0
- package/dist/cjs/serialization/types/StreamConfigurationMessage.d.ts +14 -0
- package/dist/cjs/serialization/types/StreamConfigurationMessage.js +45 -0
- package/dist/cjs/serialization/types/StreamParticipantRole.d.ts +10 -0
- package/dist/cjs/serialization/types/StreamParticipantRole.js +41 -0
- package/dist/cjs/serialization/types/TemplateFiltered.d.ts +20 -0
- package/dist/cjs/serialization/types/TemplateFiltered.js +51 -0
- package/dist/cjs/serialization/types/TemplateFilteredTemplateSectionsItem.d.ts +14 -0
- package/dist/cjs/serialization/types/TemplateFilteredTemplateSectionsItem.js +45 -0
- package/dist/cjs/serialization/types/TemplateFilteredTranslationsItem.d.ts +14 -0
- package/dist/cjs/serialization/types/TemplateFilteredTranslationsItem.js +45 -0
- package/dist/cjs/serialization/types/TranscribeConfigurationMessage.d.ts +14 -0
- package/dist/cjs/serialization/types/TranscribeConfigurationMessage.js +45 -0
- package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfiguration.d.ts +18 -0
- package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfiguration.js +49 -0
- package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.ts +10 -0
- package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.js +41 -0
- package/dist/cjs/serialization/types/Transcript.d.ts +17 -0
- package/dist/cjs/serialization/types/Transcript.js +48 -0
- package/dist/cjs/serialization/types/UsageInfo.d.ts +12 -0
- package/dist/cjs/serialization/types/UsageInfo.js +43 -0
- package/dist/cjs/serialization/types/V2DocumentContextTypeEnum.d.ts +10 -0
- package/dist/cjs/serialization/types/V2DocumentContextTypeEnum.js +41 -0
- package/dist/cjs/serialization/types/V2SourceEnum.d.ts +10 -0
- package/dist/cjs/serialization/types/V2SourceEnum.js +41 -0
- package/dist/cjs/serialization/types/WritingStyle.d.ts +12 -0
- package/dist/cjs/serialization/types/WritingStyle.js +43 -0
- package/dist/cjs/serialization/types/index.d.ts +4 -3
- package/dist/cjs/serialization/types/index.js +4 -3
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/agents/client/Client.d.mts +13 -13
- package/dist/esm/api/resources/agents/client/Client.mjs +41 -21
- package/dist/esm/api/resources/agents/client/requests/AgentsCreateAgent.d.mts +4 -0
- package/dist/esm/api/resources/agents/client/requests/AgentsListRequest.d.mts +4 -0
- package/dist/esm/api/resources/documents/client/requests/DocumentsGetRequest.d.mts +13 -0
- package/dist/esm/api/resources/documents/client/requests/RequestDocumentCreate.d.mts +31 -0
- package/dist/esm/api/resources/documents/client/requests/RequestDocumentUpdate.d.mts +13 -0
- package/dist/esm/api/resources/documents/client/requests/RequestDocumentUpdate.mjs +4 -0
- package/dist/esm/api/resources/documents/types/RequestDocumentCreateContextItem.d.mts +10 -0
- package/dist/esm/api/resources/documents/types/RequestDocumentCreateContextItem.mjs +4 -0
- package/dist/esm/api/resources/documents/types/RequestDocumentUpdateSectionsItem.d.mts +9 -0
- package/dist/esm/api/resources/documents/types/RequestDocumentUpdateSectionsItem.mjs +4 -0
- package/dist/esm/api/resources/documents/types/index.d.mts +2 -0
- package/dist/esm/api/resources/documents/types/index.mjs +2 -0
- package/dist/esm/api/resources/facts/client/Client.d.mts +19 -0
- package/dist/esm/api/resources/facts/client/Client.mjs +87 -0
- package/dist/esm/api/resources/facts/client/requests/FactsExtractRequest.d.mts +19 -0
- package/dist/esm/api/resources/facts/client/requests/FactsExtractRequest.mjs +4 -0
- package/dist/esm/api/resources/facts/client/requests/RequestFactUpdate.d.mts +21 -0
- package/dist/esm/api/resources/facts/client/requests/RequestFactUpdate.mjs +4 -0
- package/dist/esm/api/resources/facts/client/requests/RequestFactsCreate.d.mts +17 -0
- package/dist/esm/api/resources/facts/client/requests/RequestFactsCreate.mjs +4 -0
- package/dist/esm/api/resources/facts/client/requests/RequestFactsUpdate.d.mts +16 -0
- package/dist/esm/api/resources/facts/client/requests/RequestFactsUpdate.mjs +4 -0
- package/dist/esm/api/resources/facts/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/facts/types/RequestFactsCreateFactsItem.d.mts +12 -0
- package/dist/esm/api/resources/facts/types/RequestFactsCreateFactsItem.mjs +4 -0
- package/dist/esm/api/resources/facts/types/RequestFactsUpdateFactsItem.d.mts +14 -0
- package/dist/esm/api/resources/facts/types/RequestFactsUpdateFactsItem.mjs +4 -0
- package/dist/esm/api/resources/facts/types/index.d.mts +2 -0
- package/dist/esm/api/resources/facts/types/index.mjs +2 -0
- package/dist/esm/api/resources/interactions/client/requests/RequestInteractionCreate.d.mts +22 -0
- package/dist/esm/api/resources/interactions/client/requests/RequestInteractionCreate.mjs +4 -0
- package/dist/esm/api/resources/interactions/client/requests/RequestInteractionUpdate.d.mts +16 -0
- package/dist/esm/api/resources/interactions/client/requests/RequestInteractionUpdate.mjs +4 -0
- package/dist/esm/api/resources/interactions/types/InteractionsListRequestDirection.d.mts +11 -0
- package/dist/esm/api/resources/interactions/types/InteractionsListRequestDirection.mjs +7 -0
- package/dist/esm/api/resources/templates/client/requests/TemplatesSectionsListRequest.d.mts +17 -0
- package/dist/esm/api/resources/templates/client/requests/TemplatesSectionsListRequest.mjs +4 -0
- package/dist/esm/api/resources/transcripts/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/transcripts/client/Client.mjs +2 -2
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptCreate.d.mts +28 -0
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptCreate.mjs +4 -0
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateModelName.d.mts +12 -0
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateModelName.mjs +8 -0
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.mts +10 -0
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.mjs +4 -0
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.mts +21 -0
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.mjs +17 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestModelName.d.mts +12 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestModelName.mjs +8 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.mts +21 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.mjs +17 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestDirection.d.mts +11 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestDirection.mjs +7 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestSort.d.mts +11 -0
- package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestSort.mjs +7 -0
- package/dist/esm/api/resources/transcripts/types/index.d.mts +1 -0
- package/dist/esm/api/resources/transcripts/types/index.mjs +1 -0
- package/dist/esm/api/types/AgentsAgentCapabilities.d.mts +1 -1
- package/dist/esm/api/types/AgentsAgentCard.d.mts +10 -7
- package/dist/esm/api/types/AgentsAgentInterface.d.mts +1 -2
- package/dist/esm/api/types/AgentsAgentProvider.d.mts +9 -0
- package/dist/esm/api/types/AgentsAgentProvider.mjs +4 -0
- package/dist/esm/api/types/AgentsAgentSkill.d.mts +4 -4
- package/dist/esm/api/types/CommonTextContext.d.mts +9 -0
- package/dist/esm/api/types/CommonTextContext.mjs +4 -0
- package/dist/esm/api/types/CommonTranscript.d.mts +17 -0
- package/dist/esm/api/types/CommonTranscript.mjs +4 -0
- package/dist/esm/api/types/CommonUsageInfo.d.mts +3 -0
- package/dist/esm/api/types/DocumentContextData.d.mts +14 -0
- package/dist/esm/api/types/DocumentContextData.mjs +4 -0
- package/dist/esm/api/types/DocumentTemplate.d.mts +14 -0
- package/dist/esm/api/types/DocumentTemplate.mjs +4 -0
- package/dist/esm/api/types/DocumentsContext.d.mts +1 -12
- package/dist/esm/api/types/DocumentsContextData.d.mts +14 -0
- package/dist/esm/api/types/DocumentsContextData.mjs +4 -0
- package/dist/esm/api/types/DocumentsContextTypeEnum.d.mts +9 -0
- package/dist/esm/api/types/DocumentsContextTypeEnum.mjs +8 -0
- package/dist/esm/api/types/DocumentsContextWithFacts.d.mts +2 -0
- package/dist/esm/api/types/DocumentsContextWithString.d.mts +2 -0
- package/dist/esm/api/types/DocumentsContextWithTranscript.d.mts +2 -0
- package/dist/esm/api/types/DocumentsCreateRequestWithTemplateId.d.mts +16 -0
- package/dist/esm/api/types/DocumentsCreateRequestWithTemplateId.mjs +4 -0
- package/dist/esm/api/types/DocumentsTemplateWithSectionIds.d.mts +12 -0
- package/dist/esm/api/types/DocumentsTemplateWithSectionIds.mjs +4 -0
- package/dist/esm/api/types/Encounter.d.mts +16 -0
- package/dist/esm/api/types/Encounter.mjs +4 -0
- package/dist/esm/api/types/EncounterPeriod.d.mts +9 -0
- package/dist/esm/api/types/EncounterPeriod.mjs +4 -0
- package/dist/esm/api/types/EncounterStatus.d.mts +12 -0
- package/dist/esm/api/types/EncounterStatus.mjs +11 -0
- package/dist/esm/api/types/EncounterType.d.mts +11 -0
- package/dist/esm/api/types/EncounterType.mjs +10 -0
- package/dist/esm/api/types/EncounterUpdate.d.mts +16 -0
- package/dist/esm/api/types/EncounterUpdate.mjs +4 -0
- package/dist/esm/api/types/FactContext.d.mts +12 -0
- package/dist/esm/api/types/FactContext.mjs +4 -0
- package/dist/esm/api/types/FactsExtractResponse.d.mts +11 -0
- package/dist/esm/api/types/FactsExtractResponse.mjs +4 -0
- package/dist/esm/api/types/FactsExtractResponseFactsItem.d.mts +9 -0
- package/dist/esm/api/types/FactsExtractResponseFactsItem.mjs +4 -0
- package/dist/esm/api/types/GenderEnum.d.mts +10 -0
- package/dist/esm/api/types/GenderEnum.mjs +9 -0
- package/dist/esm/api/types/ParticipantRoleEnum.d.mts +9 -0
- package/dist/esm/api/types/ParticipantRoleEnum.mjs +8 -0
- package/dist/esm/api/types/Patient.d.mts +16 -0
- package/dist/esm/api/types/Patient.mjs +4 -0
- package/dist/esm/api/types/PatientUpdate.d.mts +16 -0
- package/dist/esm/api/types/PatientUpdate.mjs +4 -0
- package/dist/esm/api/types/ResponseAllTemplateSections.d.mts +8 -0
- package/dist/esm/api/types/ResponseAllTemplateSections.mjs +4 -0
- package/dist/esm/api/types/ResponseAllTemplates.d.mts +8 -0
- package/dist/esm/api/types/ResponseAllTemplates.mjs +4 -0
- package/dist/esm/api/types/ResponseAllTemplatesDataItem.d.mts +20 -0
- package/dist/esm/api/types/ResponseAllTemplatesDataItem.mjs +4 -0
- package/dist/esm/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.mts +10 -0
- package/dist/esm/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.mjs +4 -0
- package/dist/esm/api/types/ResponseAllTemplatesDataItemTranslationsItem.d.mts +11 -0
- package/dist/esm/api/types/ResponseAllTemplatesDataItemTranslationsItem.mjs +4 -0
- package/dist/esm/api/types/{AgentsAgentInterfaceTransport.d.mts → ResponseDocumentList.d.mts} +3 -1
- package/dist/esm/api/types/ResponseDocumentList.mjs +4 -0
- package/dist/esm/api/types/ResponseDocumentRead.d.mts +22 -0
- package/dist/esm/api/types/ResponseDocumentRead.mjs +4 -0
- package/dist/esm/api/types/ResponseDocumentReadSectionsItem.d.mts +17 -0
- package/dist/esm/api/types/ResponseDocumentReadSectionsItem.mjs +4 -0
- package/dist/esm/api/types/ResponseFactGroupsFiltered.d.mts +7 -0
- package/dist/esm/api/types/ResponseFactGroupsFiltered.mjs +4 -0
- package/dist/esm/api/types/ResponseFactGroupsFilteredDataItem.d.mts +9 -0
- package/dist/esm/api/types/ResponseFactGroupsFilteredDataItem.mjs +4 -0
- package/dist/esm/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.mts +8 -0
- package/dist/esm/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.mjs +4 -0
- package/dist/esm/api/types/ResponseFactUpdate.d.mts +22 -0
- package/dist/esm/api/types/ResponseFactUpdate.mjs +4 -0
- package/dist/esm/api/types/ResponseFactsCreate.d.mts +8 -0
- package/dist/esm/api/types/ResponseFactsCreate.mjs +4 -0
- package/dist/esm/api/types/ResponseFactsCreateFactsItem.d.mts +20 -0
- package/dist/esm/api/types/ResponseFactsCreateFactsItem.mjs +4 -0
- package/dist/esm/api/types/ResponseFactsList.d.mts +8 -0
- package/dist/esm/api/types/ResponseFactsList.mjs +4 -0
- package/dist/esm/api/types/ResponseFactsListFactsItem.d.mts +23 -0
- package/dist/esm/api/types/ResponseFactsListFactsItem.mjs +4 -0
- package/dist/esm/api/types/ResponseFactsListFactsItemEvidenceItem.d.mts +11 -0
- package/dist/esm/api/types/ResponseFactsListFactsItemEvidenceItem.mjs +4 -0
- package/dist/esm/api/types/ResponseFactsUpdate.d.mts +8 -0
- package/dist/esm/api/types/ResponseFactsUpdate.mjs +4 -0
- package/dist/esm/api/types/ResponseFactsUpdateFactsItem.d.mts +22 -0
- package/dist/esm/api/types/ResponseFactsUpdateFactsItem.mjs +4 -0
- package/dist/esm/api/types/ResponseInteraction.d.mts +24 -0
- package/dist/esm/api/types/ResponseInteraction.mjs +4 -0
- package/dist/esm/api/types/ResponseInteractionCreate.d.mts +10 -0
- package/dist/esm/api/types/ResponseInteractionCreate.mjs +4 -0
- package/dist/esm/api/types/{AgentsAgentCardPreferredTransport.d.mts → ResponseInteractions.d.mts} +3 -1
- package/dist/esm/api/types/ResponseInteractions.mjs +4 -0
- package/dist/esm/api/types/ResponseMetadataCreate.d.mts +7 -0
- package/dist/esm/api/types/ResponseMetadataCreate.mjs +4 -0
- package/dist/esm/api/types/ResponseMetadataCreateParticipantsRolesItem.d.mts +10 -0
- package/dist/esm/api/types/ResponseMetadataCreateParticipantsRolesItem.mjs +4 -0
- package/dist/esm/api/types/ResponseRecordingCreate.d.mts +8 -0
- package/dist/esm/api/types/ResponseRecordingCreate.mjs +4 -0
- package/dist/esm/api/types/ResponseRecordingList.d.mts +8 -0
- package/dist/esm/api/types/ResponseRecordingList.mjs +4 -0
- package/dist/esm/api/types/ResponseTranscriptCreate.d.mts +13 -0
- package/dist/esm/api/types/ResponseTranscriptCreate.mjs +4 -0
- package/dist/esm/api/types/ResponseTranscriptCreateTranscriptsItem.d.mts +17 -0
- package/dist/esm/api/types/ResponseTranscriptCreateTranscriptsItem.mjs +4 -0
- package/dist/esm/api/types/ResponseTranscriptListAll.d.mts +7 -0
- package/dist/esm/api/types/ResponseTranscriptListAll.mjs +4 -0
- package/dist/esm/api/types/ResponseTranscriptListAllTranscriptsItem.d.mts +9 -0
- package/dist/esm/api/types/ResponseTranscriptListAllTranscriptsItem.mjs +4 -0
- package/dist/esm/api/types/ResponseTranscriptListFull.d.mts +10 -0
- package/dist/esm/api/types/ResponseTranscriptListFull.mjs +4 -0
- package/dist/esm/api/types/ResponseTranscriptListFullTranscriptsItem.d.mts +17 -0
- package/dist/esm/api/types/ResponseTranscriptListFullTranscriptsItem.mjs +4 -0
- package/dist/esm/api/types/Section.d.mts +22 -0
- package/dist/esm/api/types/Section.mjs +4 -0
- package/dist/esm/api/types/SectionTranslationsItem.d.mts +11 -0
- package/dist/esm/api/types/SectionTranslationsItem.mjs +4 -0
- package/dist/esm/api/types/SortingDirectionEnum.d.mts +8 -0
- package/dist/esm/api/types/SortingDirectionEnum.mjs +7 -0
- package/dist/esm/api/types/StreamConfigData.d.mts +8 -0
- package/dist/esm/api/types/StreamConfigData.mjs +4 -0
- package/dist/esm/api/types/StreamConfigModeOutputLocale.d.mts +21 -0
- package/dist/esm/api/types/StreamConfigModeOutputLocale.mjs +17 -0
- package/dist/esm/api/types/StreamConfigTranscriptionPrimaryLanguage.d.mts +21 -0
- package/dist/esm/api/types/StreamConfigTranscriptionPrimaryLanguage.mjs +17 -0
- package/dist/esm/api/types/StreamConfigurationMessage.d.mts +8 -0
- package/dist/esm/api/types/StreamConfigurationMessage.mjs +4 -0
- package/dist/esm/api/types/StreamParticipantRole.d.mts +12 -0
- package/dist/esm/api/types/StreamParticipantRole.mjs +8 -0
- package/dist/esm/api/types/TemplateFiltered.d.mts +20 -0
- package/dist/esm/api/types/TemplateFiltered.mjs +4 -0
- package/dist/esm/api/types/TemplateFilteredTemplateSectionsItem.d.mts +10 -0
- package/dist/esm/api/types/TemplateFilteredTemplateSectionsItem.mjs +4 -0
- package/dist/esm/api/types/TemplateFilteredTranslationsItem.d.mts +11 -0
- package/dist/esm/api/types/TemplateFilteredTranslationsItem.mjs +4 -0
- package/dist/esm/api/types/TranscribeConfigurationMessage.d.mts +8 -0
- package/dist/esm/api/types/TranscribeConfigurationMessage.mjs +4 -0
- package/dist/esm/api/types/TranscribeConfigurationMessageConfiguration.d.mts +16 -0
- package/dist/esm/api/types/TranscribeConfigurationMessageConfiguration.mjs +4 -0
- package/dist/esm/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.mts +21 -0
- package/dist/esm/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.mjs +17 -0
- package/dist/esm/api/types/Transcript.d.mts +17 -0
- package/dist/esm/api/types/Transcript.mjs +4 -0
- package/dist/esm/api/types/UsageInfo.d.mts +6 -0
- package/dist/esm/api/types/UsageInfo.mjs +4 -0
- package/dist/esm/api/types/V2DocumentContextTypeEnum.d.mts +9 -0
- package/dist/esm/api/types/V2DocumentContextTypeEnum.mjs +8 -0
- package/dist/esm/api/types/V2SourceEnum.d.mts +9 -0
- package/dist/esm/api/types/V2SourceEnum.mjs +8 -0
- package/dist/esm/api/types/WritingStyle.d.mts +7 -0
- package/dist/esm/api/types/WritingStyle.mjs +4 -0
- package/dist/esm/api/types/index.d.mts +4 -3
- package/dist/esm/api/types/index.mjs +4 -3
- package/dist/esm/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.mts +30 -0
- package/dist/esm/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.mjs +243 -0
- package/dist/esm/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.mts +21 -0
- package/dist/esm/core/fetcher/stream-wrappers/NodePre18StreamWrapper.mjs +122 -0
- package/dist/esm/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.mts +31 -0
- package/dist/esm/core/fetcher/stream-wrappers/UndiciStreamWrapper.mjs +225 -0
- package/dist/esm/core/fetcher/stream-wrappers/chooseStreamWrapper.d.mts +18 -0
- package/dist/esm/core/fetcher/stream-wrappers/chooseStreamWrapper.mjs +23 -0
- package/dist/esm/custom/BearerProvider.d.mts +13 -0
- package/dist/esm/custom/BearerProvider.mjs +23 -0
- package/dist/esm/custom/environments.d.mts +10 -0
- package/dist/esm/custom/environments.mjs +9 -0
- package/dist/esm/custom/utils/getEnvironmentFromString.mjs +1 -1
- package/dist/esm/environments.d.mts +2 -2
- package/dist/esm/environments.mjs +2 -2
- package/dist/esm/serialization/resources/agents/client/requests/AgentsCreateAgent.d.mts +1 -1
- package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentCreate.d.mts +19 -0
- package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentCreate.mjs +14 -0
- package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentUpdate.d.mts +14 -0
- package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentUpdate.mjs +9 -0
- package/dist/esm/serialization/resources/documents/types/RequestDocumentCreateContextItem.d.mts +15 -0
- package/dist/esm/serialization/resources/documents/types/RequestDocumentCreateContextItem.mjs +10 -0
- package/dist/esm/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.d.mts +15 -0
- package/dist/esm/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.mjs +10 -0
- package/dist/esm/serialization/resources/documents/types/index.d.mts +2 -0
- package/dist/esm/serialization/resources/documents/types/index.mjs +2 -0
- package/dist/esm/serialization/resources/facts/client/requests/FactsExtractRequest.d.mts +14 -0
- package/dist/esm/serialization/resources/facts/client/requests/FactsExtractRequest.mjs +9 -0
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactUpdate.d.mts +16 -0
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactUpdate.mjs +11 -0
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactsCreate.d.mts +13 -0
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactsCreate.mjs +8 -0
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactsUpdate.d.mts +13 -0
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactsUpdate.mjs +8 -0
- package/dist/esm/serialization/resources/facts/client/requests/index.d.mts +1 -0
- package/dist/esm/serialization/resources/facts/client/requests/index.mjs +1 -0
- package/dist/esm/serialization/resources/facts/types/RequestFactsCreateFactsItem.d.mts +15 -0
- package/dist/esm/serialization/resources/facts/types/RequestFactsCreateFactsItem.mjs +10 -0
- package/dist/esm/serialization/resources/facts/types/RequestFactsUpdateFactsItem.d.mts +16 -0
- package/dist/esm/serialization/resources/facts/types/RequestFactsUpdateFactsItem.mjs +11 -0
- package/dist/esm/serialization/resources/facts/types/index.d.mts +2 -0
- package/dist/esm/serialization/resources/facts/types/index.mjs +2 -0
- package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionCreate.d.mts +17 -0
- package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionCreate.mjs +12 -0
- package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionUpdate.d.mts +17 -0
- package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionUpdate.mjs +12 -0
- package/dist/esm/serialization/resources/interactions/types/InteractionsListRequestDirection.d.mts +10 -0
- package/dist/esm/serialization/resources/interactions/types/InteractionsListRequestDirection.mjs +5 -0
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptCreate.d.mts +22 -0
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptCreate.mjs +17 -0
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.d.mts +10 -0
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.mjs +5 -0
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.mts +14 -0
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.mjs +9 -0
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.mts +10 -0
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.mjs +5 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestModelName.d.mts +10 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestModelName.mjs +5 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.mts +10 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.mjs +5 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsListRequestSort.d.mts +10 -0
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsListRequestSort.mjs +5 -0
- package/dist/esm/serialization/resources/transcripts/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/transcripts/types/index.mjs +1 -0
- package/dist/esm/serialization/types/AgentsAgentCapabilities.d.mts +1 -1
- package/dist/esm/serialization/types/AgentsAgentCapabilities.mjs +1 -1
- package/dist/esm/serialization/types/AgentsAgentCard.d.mts +10 -8
- package/dist/esm/serialization/types/AgentsAgentCard.mjs +12 -8
- package/dist/esm/serialization/types/AgentsAgentInterface.d.mts +1 -2
- package/dist/esm/serialization/types/AgentsAgentInterface.mjs +1 -2
- package/dist/esm/serialization/types/AgentsAgentProvider.d.mts +13 -0
- package/dist/esm/serialization/types/AgentsAgentProvider.mjs +8 -0
- package/dist/esm/serialization/types/AgentsAgentSkill.d.mts +4 -4
- package/dist/esm/serialization/types/AgentsAgentSkill.mjs +4 -4
- package/dist/esm/serialization/types/CommonTextContext.d.mts +13 -0
- package/dist/esm/serialization/types/CommonTextContext.mjs +8 -0
- package/dist/esm/serialization/types/CommonTranscript.d.mts +17 -0
- package/dist/esm/serialization/types/CommonTranscript.mjs +12 -0
- package/dist/esm/serialization/types/DocumentContextData.d.mts +12 -0
- package/dist/esm/serialization/types/DocumentContextData.mjs +11 -0
- package/dist/esm/serialization/types/DocumentTemplate.d.mts +16 -0
- package/dist/esm/serialization/types/DocumentTemplate.mjs +11 -0
- package/dist/esm/serialization/types/DocumentsContext.d.mts +1 -10
- package/dist/esm/serialization/types/DocumentsContext.mjs +5 -10
- package/dist/esm/serialization/types/DocumentsContextData.d.mts +12 -0
- package/dist/esm/serialization/types/DocumentsContextData.mjs +11 -0
- package/dist/esm/serialization/types/DocumentsContextTypeEnum.d.mts +10 -0
- package/dist/esm/serialization/types/DocumentsContextTypeEnum.mjs +5 -0
- package/dist/esm/serialization/types/DocumentsContextWithFacts.d.mts +1 -0
- package/dist/esm/serialization/types/DocumentsContextWithFacts.mjs +1 -0
- package/dist/esm/serialization/types/DocumentsContextWithString.d.mts +1 -0
- package/dist/esm/serialization/types/DocumentsContextWithString.mjs +1 -0
- package/dist/esm/serialization/types/DocumentsContextWithTranscript.d.mts +1 -0
- package/dist/esm/serialization/types/DocumentsContextWithTranscript.mjs +1 -0
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplateId.d.mts +18 -0
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplateId.mjs +13 -0
- package/dist/esm/serialization/types/DocumentsTemplateWithSectionIds.d.mts +15 -0
- package/dist/esm/serialization/types/DocumentsTemplateWithSectionIds.mjs +10 -0
- package/dist/esm/serialization/types/Encounter.d.mts +19 -0
- package/dist/esm/serialization/types/Encounter.mjs +14 -0
- package/dist/esm/serialization/types/EncounterPeriod.d.mts +13 -0
- package/dist/esm/serialization/types/EncounterPeriod.mjs +8 -0
- package/dist/esm/serialization/types/EncounterStatus.d.mts +10 -0
- package/dist/esm/serialization/types/EncounterStatus.mjs +5 -0
- package/dist/esm/serialization/types/EncounterType.d.mts +10 -0
- package/dist/esm/serialization/types/EncounterType.mjs +5 -0
- package/dist/esm/serialization/types/EncounterUpdate.d.mts +19 -0
- package/dist/esm/serialization/types/EncounterUpdate.mjs +14 -0
- package/dist/esm/serialization/types/FactContext.d.mts +15 -0
- package/dist/esm/serialization/types/FactContext.mjs +10 -0
- package/dist/esm/serialization/types/FactsExtractResponse.d.mts +16 -0
- package/dist/esm/serialization/types/FactsExtractResponse.mjs +11 -0
- package/dist/esm/serialization/types/FactsExtractResponseFactsItem.d.mts +13 -0
- package/dist/esm/serialization/types/FactsExtractResponseFactsItem.mjs +8 -0
- package/dist/esm/serialization/types/GenderEnum.d.mts +10 -0
- package/dist/esm/serialization/types/{AgentsTransportProtocol.mjs → GenderEnum.mjs} +1 -1
- package/dist/esm/serialization/types/ParticipantRoleEnum.d.mts +10 -0
- package/dist/esm/serialization/types/ParticipantRoleEnum.mjs +5 -0
- package/dist/esm/serialization/types/Patient.d.mts +17 -0
- package/dist/esm/serialization/types/Patient.mjs +12 -0
- package/dist/esm/serialization/types/PatientUpdate.d.mts +17 -0
- package/dist/esm/serialization/types/PatientUpdate.mjs +12 -0
- package/dist/esm/serialization/types/ResponseAllTemplateSections.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseAllTemplateSections.mjs +8 -0
- package/dist/esm/serialization/types/ResponseAllTemplates.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseAllTemplates.mjs +8 -0
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItem.d.mts +20 -0
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItem.mjs +15 -0
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.mts +14 -0
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.mjs +9 -0
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.d.mts +14 -0
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.mjs +9 -0
- package/dist/esm/serialization/types/ResponseDocumentList.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseDocumentList.mjs +8 -0
- package/dist/esm/serialization/types/ResponseDocumentRead.d.mts +23 -0
- package/dist/esm/serialization/types/ResponseDocumentRead.mjs +18 -0
- package/dist/esm/serialization/types/ResponseDocumentReadSectionsItem.d.mts +17 -0
- package/dist/esm/serialization/types/ResponseDocumentReadSectionsItem.mjs +12 -0
- package/dist/esm/serialization/types/ResponseFactGroupsFiltered.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseFactGroupsFiltered.mjs +8 -0
- package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItem.d.mts +16 -0
- package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItem.mjs +11 -0
- package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.mts +14 -0
- package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.mjs +9 -0
- package/dist/esm/serialization/types/ResponseFactUpdate.d.mts +21 -0
- package/dist/esm/serialization/types/ResponseFactUpdate.mjs +16 -0
- package/dist/esm/serialization/types/ResponseFactsCreate.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseFactsCreate.mjs +8 -0
- package/dist/esm/serialization/types/ResponseFactsCreateFactsItem.d.mts +20 -0
- package/dist/esm/serialization/types/ResponseFactsCreateFactsItem.mjs +15 -0
- package/dist/esm/serialization/types/ResponseFactsList.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseFactsList.mjs +8 -0
- package/dist/esm/serialization/types/ResponseFactsListFactsItem.d.mts +23 -0
- package/dist/esm/serialization/types/ResponseFactsListFactsItem.mjs +18 -0
- package/dist/esm/serialization/types/ResponseFactsListFactsItemEvidenceItem.d.mts +14 -0
- package/dist/esm/serialization/types/ResponseFactsListFactsItemEvidenceItem.mjs +9 -0
- package/dist/esm/serialization/types/ResponseFactsUpdate.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseFactsUpdate.mjs +8 -0
- package/dist/esm/serialization/types/ResponseFactsUpdateFactsItem.d.mts +21 -0
- package/dist/esm/serialization/types/ResponseFactsUpdateFactsItem.mjs +16 -0
- package/dist/esm/serialization/types/ResponseInteraction.d.mts +23 -0
- package/dist/esm/serialization/types/ResponseInteraction.mjs +18 -0
- package/dist/esm/serialization/types/ResponseInteractionCreate.d.mts +14 -0
- package/dist/esm/serialization/types/ResponseInteractionCreate.mjs +9 -0
- package/dist/esm/serialization/types/ResponseInteractions.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseInteractions.mjs +8 -0
- package/dist/esm/serialization/types/ResponseMetadataCreate.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseMetadataCreate.mjs +8 -0
- package/dist/esm/serialization/types/ResponseMetadataCreateParticipantsRolesItem.d.mts +14 -0
- package/dist/esm/serialization/types/ResponseMetadataCreateParticipantsRolesItem.mjs +9 -0
- package/dist/esm/serialization/types/ResponseRecordingCreate.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseRecordingCreate.mjs +8 -0
- package/dist/esm/serialization/types/ResponseRecordingList.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseRecordingList.mjs +8 -0
- package/dist/esm/serialization/types/ResponseTranscriptCreate.d.mts +19 -0
- package/dist/esm/serialization/types/ResponseTranscriptCreate.mjs +14 -0
- package/dist/esm/serialization/types/ResponseTranscriptListAll.d.mts +13 -0
- package/dist/esm/serialization/types/ResponseTranscriptListAll.mjs +8 -0
- package/dist/esm/serialization/types/ResponseTranscriptListAllTranscriptsItem.d.mts +16 -0
- package/dist/esm/serialization/types/ResponseTranscriptListAllTranscriptsItem.mjs +11 -0
- package/dist/esm/serialization/types/ResponseTranscriptListFull.d.mts +15 -0
- package/dist/esm/serialization/types/ResponseTranscriptListFull.mjs +10 -0
- package/dist/esm/serialization/types/ResponseTranscriptListFullTranscriptsItem.d.mts +17 -0
- package/dist/esm/serialization/types/ResponseTranscriptListFullTranscriptsItem.mjs +12 -0
- package/dist/esm/serialization/types/Section.d.mts +21 -0
- package/dist/esm/serialization/types/Section.mjs +16 -0
- package/dist/esm/serialization/types/SectionTranslationsItem.d.mts +14 -0
- package/dist/esm/serialization/types/SectionTranslationsItem.mjs +9 -0
- package/dist/esm/serialization/types/SortingDirectionEnum.d.mts +10 -0
- package/dist/esm/serialization/types/SortingDirectionEnum.mjs +5 -0
- package/dist/esm/serialization/types/StreamConfigData.d.mts +15 -0
- package/dist/esm/serialization/types/StreamConfigData.mjs +10 -0
- package/dist/esm/serialization/types/StreamConfigModeOutputLocale.d.mts +10 -0
- package/dist/esm/serialization/types/StreamConfigModeOutputLocale.mjs +5 -0
- package/dist/esm/serialization/types/StreamConfigTranscriptionPrimaryLanguage.d.mts +10 -0
- package/dist/esm/serialization/types/StreamConfigTranscriptionPrimaryLanguage.mjs +5 -0
- package/dist/esm/serialization/types/StreamConfigurationMessage.d.mts +14 -0
- package/dist/esm/serialization/types/StreamConfigurationMessage.mjs +9 -0
- package/dist/esm/serialization/types/StreamParticipantRole.d.mts +10 -0
- package/dist/esm/serialization/types/StreamParticipantRole.mjs +5 -0
- package/dist/esm/serialization/types/TemplateFiltered.d.mts +20 -0
- package/dist/esm/serialization/types/TemplateFiltered.mjs +15 -0
- package/dist/esm/serialization/types/TemplateFilteredTemplateSectionsItem.d.mts +14 -0
- package/dist/esm/serialization/types/TemplateFilteredTemplateSectionsItem.mjs +9 -0
- package/dist/esm/serialization/types/TemplateFilteredTranslationsItem.d.mts +14 -0
- package/dist/esm/serialization/types/TemplateFilteredTranslationsItem.mjs +9 -0
- package/dist/esm/serialization/types/TranscribeConfigurationMessage.d.mts +14 -0
- package/dist/esm/serialization/types/TranscribeConfigurationMessage.mjs +9 -0
- package/dist/esm/serialization/types/TranscribeConfigurationMessageConfiguration.d.mts +18 -0
- package/dist/esm/serialization/types/TranscribeConfigurationMessageConfiguration.mjs +13 -0
- package/dist/esm/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.mts +10 -0
- package/dist/esm/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.mjs +5 -0
- package/dist/esm/serialization/types/Transcript.d.mts +17 -0
- package/dist/esm/serialization/types/Transcript.mjs +12 -0
- package/dist/esm/serialization/types/UsageInfo.d.mts +12 -0
- package/dist/esm/serialization/types/UsageInfo.mjs +7 -0
- package/dist/esm/serialization/types/V2DocumentContextTypeEnum.d.mts +10 -0
- package/dist/esm/serialization/types/V2DocumentContextTypeEnum.mjs +5 -0
- package/dist/esm/serialization/types/V2SourceEnum.d.mts +10 -0
- package/dist/esm/serialization/types/V2SourceEnum.mjs +5 -0
- package/dist/esm/serialization/types/WritingStyle.d.mts +12 -0
- package/dist/esm/serialization/types/WritingStyle.mjs +7 -0
- package/dist/esm/serialization/types/index.d.mts +4 -3
- package/dist/esm/serialization/types/index.mjs +4 -3
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/dist/cjs/api/types/AgentsTransportProtocol.d.ts +0 -12
- package/dist/cjs/serialization/types/AgentsAgentCardPreferredTransport.d.ts +0 -11
- package/dist/cjs/serialization/types/AgentsAgentInterfaceTransport.d.ts +0 -11
- package/dist/cjs/serialization/types/AgentsTransportProtocol.d.ts +0 -10
- package/dist/esm/api/types/AgentsTransportProtocol.d.mts +0 -12
- package/dist/esm/api/types/AgentsTransportProtocol.mjs +0 -8
- package/dist/esm/serialization/types/AgentsAgentCardPreferredTransport.d.mts +0 -11
- package/dist/esm/serialization/types/AgentsAgentCardPreferredTransport.mjs +0 -6
- package/dist/esm/serialization/types/AgentsAgentInterfaceTransport.d.mts +0 -11
- package/dist/esm/serialization/types/AgentsAgentInterfaceTransport.mjs +0 -6
- package/dist/esm/serialization/types/AgentsTransportProtocol.d.mts +0 -10
- /package/dist/cjs/api/{types/AgentsAgentCardPreferredTransport.js → resources/auth/client/requests/AuthGetCodeFlowTokenRequest.js} +0 -0
- /package/dist/cjs/api/{types/AgentsAgentInterfaceTransport.js → resources/documents/client/requests/DocumentsGetRequest.js} +0 -0
- /package/dist/esm/api/{types/AgentsAgentCardPreferredTransport.mjs → resources/documents/client/requests/DocumentsGetRequest.mjs} +0 -0
- /package/dist/esm/api/{types/AgentsAgentInterfaceTransport.mjs → resources/documents/client/requests/RequestDocumentCreate.mjs} +0 -0
|
@@ -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
|
+
}
|
|
@@ -2,4 +2,6 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Corti from "../index.js";
|
|
5
|
-
export
|
|
5
|
+
export interface ResponseDocumentList {
|
|
6
|
+
data?: Corti.ResponseDocumentRead[];
|
|
7
|
+
}
|
|
@@ -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,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,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,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,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,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Corti from "../index.js";
|
|
5
|
+
export interface ResponseFactsListFactsItem {
|
|
6
|
+
/** The unique identifier of the fact. */
|
|
7
|
+
id?: Corti.Uuid;
|
|
8
|
+
/** The text content of the fact. */
|
|
9
|
+
text?: string;
|
|
10
|
+
/** The key identifying the group to which the fact belongs. */
|
|
11
|
+
group?: string;
|
|
12
|
+
/** The unique identifier of the group to which the fact belongs. */
|
|
13
|
+
groupId?: Corti.Uuid;
|
|
14
|
+
/** Indicates whether the fact has been marked as discarded. */
|
|
15
|
+
isDiscarded?: boolean;
|
|
16
|
+
/** The origin of the fact. */
|
|
17
|
+
source?: Corti.V2SourceEnum;
|
|
18
|
+
/** The timestamp when the fact was created. */
|
|
19
|
+
createdAt?: string;
|
|
20
|
+
/** The timestamp when the fact was last updated. */
|
|
21
|
+
updatedAt?: string;
|
|
22
|
+
evidence?: Corti.ResponseFactsListFactsItemEvidenceItem[];
|
|
23
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface ResponseFactsListFactsItemEvidenceItem {
|
|
5
|
+
/** The category of evidence. */
|
|
6
|
+
type?: string;
|
|
7
|
+
/** A reference that supports the fact. */
|
|
8
|
+
reference?: string;
|
|
9
|
+
/** A direct excerpt or phrase extracted from the reference source that justifies the fact. */
|
|
10
|
+
quote?: string;
|
|
11
|
+
}
|
|
@@ -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 ResponseFactsUpdateFactsItem {
|
|
6
|
+
/** The unique identifier of the updated 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,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Corti from "../index.js";
|
|
5
|
+
export interface ResponseInteraction {
|
|
6
|
+
/** Unique identifier for the interaction. */
|
|
7
|
+
id: Corti.Uuid;
|
|
8
|
+
/** A unique identifier for the medical professional responsible for this interaction. If nulled, automatically set to a uuid. */
|
|
9
|
+
assignedUserId: Corti.Uuid;
|
|
10
|
+
/** Information about the encounter, including type, status, and timing. */
|
|
11
|
+
encounter: Corti.Encounter;
|
|
12
|
+
/** Details about the patient involved in the interaction, if applicable. */
|
|
13
|
+
patient: Corti.Patient;
|
|
14
|
+
/** The timestamp when the interaction concluded (UTC). */
|
|
15
|
+
endedAt: string;
|
|
16
|
+
/** The timestamp when the interaction was started (UTC). */
|
|
17
|
+
createdAt: string;
|
|
18
|
+
/** The timestamp when the interaction was last modified (UTC). */
|
|
19
|
+
updatedAt: string;
|
|
20
|
+
/** WebSocket URL for streaming real-time interactions. Append a token in the format: /interactions/{interactionID}/streams?token=Bearer token-value-here */
|
|
21
|
+
websocketUrl: string;
|
|
22
|
+
/** The timestamp indicating the last recorded update for this interaction. */
|
|
23
|
+
lastUpdated: string;
|
|
24
|
+
}
|
|
@@ -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 ResponseInteractionCreate {
|
|
6
|
+
/** Unique identifier for the interaction. */
|
|
7
|
+
interactionId: Corti.Uuid;
|
|
8
|
+
/** WebSocket URL for streaming real-time interactions. Append a token in the format: /interactions/{interactionID}/streams?token=Bearer token-value-here */
|
|
9
|
+
websocketUrl: string;
|
|
10
|
+
}
|
package/dist/cjs/api/types/{AgentsAgentCardPreferredTransport.d.ts → ResponseInteractions.d.ts}
RENAMED
|
@@ -2,4 +2,6 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Corti from "../index.js";
|
|
5
|
-
export
|
|
5
|
+
export interface ResponseInteractions {
|
|
6
|
+
interactions: Corti.ResponseInteraction[];
|
|
7
|
+
}
|
|
@@ -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 ResponseMetadataCreateParticipantsRolesItem {
|
|
6
|
+
/** The audio channel associated with the participant. */
|
|
7
|
+
channel?: number;
|
|
8
|
+
/** The role of the participant. */
|
|
9
|
+
role?: Corti.ParticipantRoleEnum;
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Corti from "../index.js";
|
|
5
|
+
export interface ResponseTranscriptCreate {
|
|
6
|
+
/** The unique identifier of the transcript. */
|
|
7
|
+
id: Corti.Uuid;
|
|
8
|
+
/** Additional information about the participants involved in the transcript. */
|
|
9
|
+
metadata: Corti.ResponseMetadataCreate;
|
|
10
|
+
/** An array of transcripts. */
|
|
11
|
+
transcripts: Corti.ResponseTranscriptCreateTranscriptsItem[];
|
|
12
|
+
usageInfo: Corti.UsageInfo;
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface ResponseTranscriptCreateTranscriptsItem {
|
|
5
|
+
/** The channel associated with this phrase/utterance. */
|
|
6
|
+
channel?: number;
|
|
7
|
+
/** The identifier of the participant. */
|
|
8
|
+
participant?: number;
|
|
9
|
+
/** Id to tag an identified speaker. Auto-increments. */
|
|
10
|
+
speakerId?: number;
|
|
11
|
+
/** The spoken phrase or utterance extracted from the audio. */
|
|
12
|
+
text?: string;
|
|
13
|
+
/** Start time in milliseconds for phrase/utterance. */
|
|
14
|
+
start?: number;
|
|
15
|
+
/** End time in milliseconds for phrase/utterance. */
|
|
16
|
+
end?: number;
|
|
17
|
+
}
|
|
@@ -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 ResponseTranscriptListAllTranscriptsItem {
|
|
6
|
+
/** The unique identifier of the transcript. */
|
|
7
|
+
id?: Corti.Uuid;
|
|
8
|
+
transcriptSample?: string;
|
|
9
|
+
}
|
|
@@ -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 ResponseTranscriptListFull {
|
|
6
|
+
/** Additional information about the participants involved in the transcript. */
|
|
7
|
+
metadata?: Corti.ResponseMetadataCreate;
|
|
8
|
+
/** An array of transcripts. */
|
|
9
|
+
transcripts?: Corti.ResponseTranscriptListFullTranscriptsItem[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface ResponseTranscriptListFullTranscriptsItem {
|
|
5
|
+
/** The channel associated with this phrase/utterance. */
|
|
6
|
+
channel?: number;
|
|
7
|
+
/** The identifier of the participant. */
|
|
8
|
+
participant?: number;
|
|
9
|
+
/** Id to tag an identified speaker. Auto-increments. */
|
|
10
|
+
speakerId?: number;
|
|
11
|
+
/** The spoken phrase or utterance extracted from the audio. */
|
|
12
|
+
text?: string;
|
|
13
|
+
/** Start time in milliseconds for phrase/utterance. */
|
|
14
|
+
start?: number;
|
|
15
|
+
/** End time in milliseconds for phrase/utterance. */
|
|
16
|
+
end?: number;
|
|
17
|
+
}
|
|
@@ -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 Section {
|
|
6
|
+
/** The timestamp when the section was updated. */
|
|
7
|
+
date_updated?: string;
|
|
8
|
+
/** Name of the section */
|
|
9
|
+
name?: string;
|
|
10
|
+
/** Alternate names for the section */
|
|
11
|
+
alternate_names?: string[];
|
|
12
|
+
/** Unique key for the section */
|
|
13
|
+
key?: string;
|
|
14
|
+
/** Description of the section */
|
|
15
|
+
description?: string;
|
|
16
|
+
/** Default writing style for the section */
|
|
17
|
+
default_writing_style?: Corti.WritingStyle;
|
|
18
|
+
/** Type of section */
|
|
19
|
+
section_type?: string;
|
|
20
|
+
/** Available translations for the section */
|
|
21
|
+
translations?: Corti.SectionTranslationsItem[];
|
|
22
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface SectionTranslationsItem {
|
|
5
|
+
/** Language identifier */
|
|
6
|
+
languages_id?: string;
|
|
7
|
+
/** Localized name of the section */
|
|
8
|
+
name?: string;
|
|
9
|
+
/** Localized description of the section */
|
|
10
|
+
description?: string;
|
|
11
|
+
}
|