@corti/sdk 1.0.0-alpha.1 → 1.0.0-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.
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/codes/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/codes/client/Client.js +1 -1
- package/dist/cjs/api/types/AgentsAgentCard.d.ts +2 -2
- package/dist/cjs/api/types/AgentsErrorResponse.d.ts +2 -2
- package/dist/cjs/api/types/CodesGeneralResponse.d.ts +1 -1
- package/dist/cjs/api/types/CommonCodingSystemEnum.d.ts +4 -0
- package/dist/cjs/api/types/CommonCodingSystemEnum.js +4 -0
- package/dist/cjs/api/types/StreamConfig.d.ts +2 -0
- package/dist/cjs/api/types/StreamConfigXCortiRetentionPolicy.d.ts +6 -0
- package/dist/cjs/api/types/StreamConfigXCortiRetentionPolicy.js +9 -0
- package/dist/cjs/api/types/index.d.ts +1 -0
- package/dist/cjs/api/types/index.js +1 -0
- package/dist/cjs/custom/CortiClient.js +1 -1
- package/dist/cjs/custom/auth/OAuthAuthCodeAuthProvider.js +1 -1
- package/dist/cjs/custom/auth/OAuthPkceAuthProvider.js +1 -1
- package/dist/cjs/custom/auth/OAuthRopcAuthProvider.js +1 -1
- package/dist/cjs/custom/overrides/OAuthAuthProvider.js +1 -1
- package/dist/cjs/custom/overrides/fetcher/index.d.ts +2 -2
- package/dist/cjs/custom/overrides/fetcher/index.js +4 -4
- package/dist/cjs/custom/overrides/index.d.ts +5 -5
- package/dist/cjs/custom/overrides/index.js +7 -7
- package/dist/cjs/custom/proxy/CustomProxyStream.d.ts +1 -1
- package/dist/cjs/custom/proxy/CustomProxyTranscribe.d.ts +1 -1
- package/dist/cjs/custom/stream/CustomStream.d.ts +2 -2
- package/dist/cjs/custom/stream/CustomStream.js +4 -4
- package/dist/cjs/custom/transcribe/CustomTranscribe.d.ts +2 -2
- package/dist/cjs/custom/transcribe/CustomTranscribe.js +4 -4
- package/dist/cjs/custom/utils/index.d.ts +2 -2
- package/dist/cjs/custom/utils/index.js +3 -3
- package/dist/cjs/custom/utils/withCredentialsConfig.js +1 -1
- package/dist/cjs/serialization/types/AgentsAgentCard.d.ts +2 -2
- package/dist/cjs/serialization/types/AgentsAgentCard.js +2 -2
- package/dist/cjs/serialization/types/AgentsErrorResponse.d.ts +2 -2
- package/dist/cjs/serialization/types/AgentsErrorResponse.js +1 -2
- package/dist/cjs/serialization/types/AgentsValidationErrorResponse.d.ts +3 -2
- package/dist/cjs/serialization/types/AgentsValidationErrorResponse.js +2 -2
- package/dist/cjs/serialization/types/CodesGeneralResponse.d.ts +1 -1
- package/dist/cjs/serialization/types/CodesGeneralResponse.js +1 -1
- package/dist/cjs/serialization/types/CommonCodingSystemEnum.d.ts +1 -1
- package/dist/cjs/serialization/types/CommonCodingSystemEnum.js +10 -1
- package/dist/cjs/serialization/types/StreamConfig.d.ts +2 -0
- package/dist/cjs/serialization/types/StreamConfig.js +2 -0
- package/dist/cjs/serialization/types/StreamConfigXCortiRetentionPolicy.d.ts +7 -0
- package/dist/cjs/serialization/types/{StreamConfigMessageType.js → StreamConfigXCortiRetentionPolicy.js} +2 -2
- package/dist/cjs/serialization/types/index.d.ts +1 -0
- package/dist/cjs/serialization/types/index.js +1 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/codes/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/codes/client/Client.mjs +1 -1
- package/dist/esm/api/types/AgentsAgentCard.d.mts +2 -2
- package/dist/esm/api/types/AgentsErrorResponse.d.mts +2 -2
- package/dist/esm/api/types/CodesGeneralResponse.d.mts +1 -1
- package/dist/esm/api/types/CommonCodingSystemEnum.d.mts +4 -0
- package/dist/esm/api/types/CommonCodingSystemEnum.mjs +4 -0
- package/dist/esm/api/types/StreamConfig.d.mts +2 -0
- package/dist/esm/api/types/StreamConfigXCortiRetentionPolicy.d.mts +6 -0
- package/dist/esm/api/types/StreamConfigXCortiRetentionPolicy.mjs +6 -0
- package/dist/esm/api/types/index.d.mts +1 -0
- package/dist/esm/api/types/index.mjs +1 -0
- package/dist/esm/custom/CortiClient.mjs +1 -1
- package/dist/esm/custom/auth/OAuthAuthCodeAuthProvider.mjs +1 -1
- package/dist/esm/custom/auth/OAuthPkceAuthProvider.mjs +1 -1
- package/dist/esm/custom/auth/OAuthRopcAuthProvider.mjs +1 -1
- package/dist/esm/custom/overrides/OAuthAuthProvider.mjs +1 -1
- package/dist/esm/custom/overrides/fetcher/index.d.mts +2 -2
- package/dist/esm/custom/overrides/fetcher/index.mjs +2 -2
- package/dist/esm/custom/overrides/index.d.mts +5 -5
- package/dist/esm/custom/overrides/index.mjs +3 -5
- package/dist/esm/custom/proxy/CustomProxyStream.d.mts +1 -1
- package/dist/esm/custom/proxy/CustomProxyStream.mjs +0 -1
- package/dist/esm/custom/proxy/CustomProxyTranscribe.d.mts +1 -1
- package/dist/esm/custom/proxy/CustomProxyTranscribe.mjs +0 -1
- package/dist/esm/custom/stream/CustomStream.d.mts +2 -2
- package/dist/esm/custom/stream/CustomStream.mjs +4 -4
- package/dist/esm/custom/transcribe/CustomTranscribe.d.mts +2 -2
- package/dist/esm/custom/transcribe/CustomTranscribe.mjs +4 -4
- package/dist/esm/custom/utils/index.d.mts +2 -2
- package/dist/esm/custom/utils/index.mjs +1 -1
- package/dist/esm/custom/utils/withCredentialsConfig.mjs +1 -1
- package/dist/esm/serialization/types/AgentsAgentCard.d.mts +2 -2
- package/dist/esm/serialization/types/AgentsAgentCard.mjs +2 -2
- package/dist/esm/serialization/types/AgentsErrorResponse.d.mts +2 -2
- package/dist/esm/serialization/types/AgentsErrorResponse.mjs +1 -2
- package/dist/esm/serialization/types/AgentsValidationErrorResponse.d.mts +3 -2
- package/dist/esm/serialization/types/AgentsValidationErrorResponse.mjs +2 -2
- package/dist/esm/serialization/types/CodesGeneralResponse.d.mts +1 -1
- package/dist/esm/serialization/types/CodesGeneralResponse.mjs +1 -1
- package/dist/esm/serialization/types/CommonCodingSystemEnum.d.mts +1 -1
- package/dist/esm/serialization/types/CommonCodingSystemEnum.mjs +10 -1
- package/dist/esm/serialization/types/StreamConfig.d.mts +2 -0
- package/dist/esm/serialization/types/StreamConfig.mjs +2 -0
- package/dist/esm/serialization/types/StreamConfigXCortiRetentionPolicy.d.mts +7 -0
- package/dist/esm/serialization/types/{AuthTokenRequestGrantType.mjs → StreamConfigXCortiRetentionPolicy.mjs} +1 -1
- package/dist/esm/serialization/types/index.d.mts +1 -0
- package/dist/esm/serialization/types/index.mjs +1 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +5 -4
- package/dist/cjs/api/resources/agents/exports.d.ts +0 -2
- package/dist/cjs/api/resources/agents/exports.js +0 -21
- package/dist/cjs/api/resources/agents/types/AgentsMessageStreamResponse.d.ts +0 -10
- package/dist/cjs/api/resources/agents/types/AgentsMessageStreamResponse.js +0 -5
- package/dist/cjs/api/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.d.ts +0 -22
- package/dist/cjs/api/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.js +0 -5
- package/dist/cjs/api/resources/auth/client/requests/AuthGetTokenRequest.d.ts +0 -15
- package/dist/cjs/api/resources/auth/client/requests/AuthGetTokenRequest.js +0 -5
- package/dist/cjs/api/resources/auth/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/auth/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/auth/exports.d.ts +0 -2
- package/dist/cjs/api/resources/auth/exports.js +0 -21
- package/dist/cjs/api/resources/auth/types/AuthGetTokenRequestGrantType.d.ts +0 -6
- package/dist/cjs/api/resources/auth/types/AuthGetTokenRequestGrantType.js +0 -9
- package/dist/cjs/api/resources/auth/types/AuthTokenRequest.d.ts +0 -2
- package/dist/cjs/api/resources/auth/types/AuthTokenRequest.js +0 -3
- package/dist/cjs/api/resources/auth/types/GetTokenResponse.d.ts +0 -10
- package/dist/cjs/api/resources/auth/types/GetTokenResponse.js +0 -5
- package/dist/cjs/api/resources/codes/exports.d.ts +0 -2
- package/dist/cjs/api/resources/codes/exports.js +0 -21
- package/dist/cjs/api/resources/documents/client/requests/DocumentsCreateRequest.d.ts +0 -20
- package/dist/cjs/api/resources/documents/client/requests/DocumentsCreateRequest.js +0 -3
- package/dist/cjs/api/resources/documents/client/requests/DocumentsDeleteRequest.d.ts +0 -5
- package/dist/cjs/api/resources/documents/client/requests/DocumentsDeleteRequest.js +0 -3
- package/dist/cjs/api/resources/documents/client/requests/DocumentsGetRequest.d.ts +0 -5
- package/dist/cjs/api/resources/documents/client/requests/DocumentsGetRequest.js +0 -3
- package/dist/cjs/api/resources/documents/client/requests/DocumentsListRequest.d.ts +0 -5
- package/dist/cjs/api/resources/documents/client/requests/DocumentsListRequest.js +0 -3
- package/dist/cjs/api/resources/documents/client/requests/RequestDocumentCreate.d.ts +0 -31
- package/dist/cjs/api/resources/documents/client/requests/RequestDocumentCreate.js +0 -5
- package/dist/cjs/api/resources/documents/client/requests/RequestDocumentUpdate.d.ts +0 -13
- package/dist/cjs/api/resources/documents/client/requests/RequestDocumentUpdate.js +0 -5
- package/dist/cjs/api/resources/documents/exports.d.ts +0 -2
- package/dist/cjs/api/resources/documents/exports.js +0 -21
- package/dist/cjs/api/resources/documents/types/RequestDocumentCreateContextItem.d.ts +0 -10
- package/dist/cjs/api/resources/documents/types/RequestDocumentCreateContextItem.js +0 -5
- package/dist/cjs/api/resources/documents/types/RequestDocumentUpdateSectionsItem.d.ts +0 -9
- package/dist/cjs/api/resources/documents/types/RequestDocumentUpdateSectionsItem.js +0 -5
- package/dist/cjs/api/resources/documents/types/index.d.ts +0 -2
- package/dist/cjs/api/resources/documents/types/index.js +0 -18
- package/dist/cjs/api/resources/facts/client/requests/FactsListRequest.d.ts +0 -5
- package/dist/cjs/api/resources/facts/client/requests/FactsListRequest.js +0 -3
- package/dist/cjs/api/resources/facts/client/requests/RequestFactUpdate.d.ts +0 -21
- package/dist/cjs/api/resources/facts/client/requests/RequestFactUpdate.js +0 -5
- package/dist/cjs/api/resources/facts/client/requests/RequestFactsCreate.d.ts +0 -17
- package/dist/cjs/api/resources/facts/client/requests/RequestFactsCreate.js +0 -5
- package/dist/cjs/api/resources/facts/client/requests/RequestFactsUpdate.d.ts +0 -16
- package/dist/cjs/api/resources/facts/client/requests/RequestFactsUpdate.js +0 -5
- package/dist/cjs/api/resources/facts/exports.d.ts +0 -2
- package/dist/cjs/api/resources/facts/exports.js +0 -21
- package/dist/cjs/api/resources/facts/types/RequestFactsCreateFactsItem.d.ts +0 -12
- package/dist/cjs/api/resources/facts/types/RequestFactsCreateFactsItem.js +0 -5
- package/dist/cjs/api/resources/facts/types/RequestFactsUpdateFactsItem.d.ts +0 -14
- package/dist/cjs/api/resources/facts/types/RequestFactsUpdateFactsItem.js +0 -5
- package/dist/cjs/api/resources/facts/types/index.d.ts +0 -2
- package/dist/cjs/api/resources/facts/types/index.js +0 -18
- package/dist/cjs/api/resources/interactions/client/requests/InteractionsDeleteRequest.d.ts +0 -5
- package/dist/cjs/api/resources/interactions/client/requests/InteractionsDeleteRequest.js +0 -3
- package/dist/cjs/api/resources/interactions/client/requests/InteractionsGetRequest.d.ts +0 -5
- package/dist/cjs/api/resources/interactions/client/requests/InteractionsGetRequest.js +0 -3
- package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionCreate.d.ts +0 -22
- package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionCreate.js +0 -5
- package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionUpdate.d.ts +0 -16
- package/dist/cjs/api/resources/interactions/client/requests/RequestInteractionUpdate.js +0 -5
- package/dist/cjs/api/resources/interactions/exports.d.ts +0 -2
- package/dist/cjs/api/resources/interactions/exports.js +0 -21
- package/dist/cjs/api/resources/interactions/types/InteractionsListRequestDirection.d.ts +0 -11
- package/dist/cjs/api/resources/interactions/types/InteractionsListRequestDirection.js +0 -10
- package/dist/cjs/api/resources/recordings/client/requests/RecordingsDeleteRequest.d.ts +0 -5
- package/dist/cjs/api/resources/recordings/client/requests/RecordingsDeleteRequest.js +0 -3
- package/dist/cjs/api/resources/recordings/client/requests/RecordingsGetRequest.d.ts +0 -5
- package/dist/cjs/api/resources/recordings/client/requests/RecordingsGetRequest.js +0 -3
- package/dist/cjs/api/resources/recordings/client/requests/RecordingsListRequest.d.ts +0 -5
- package/dist/cjs/api/resources/recordings/client/requests/RecordingsListRequest.js +0 -3
- package/dist/cjs/api/resources/recordings/client/requests/index.d.ts +0 -3
- package/dist/cjs/api/resources/recordings/client/requests/index.js +0 -2
- package/dist/cjs/api/resources/recordings/exports.d.ts +0 -2
- package/dist/cjs/api/resources/recordings/exports.js +0 -21
- package/dist/cjs/api/resources/stream/exports.d.ts +0 -2
- package/dist/cjs/api/resources/stream/exports.js +0 -21
- package/dist/cjs/api/resources/templates/client/requests/TemplatesSectionsListRequest.d.ts +0 -17
- package/dist/cjs/api/resources/templates/client/requests/TemplatesSectionsListRequest.js +0 -5
- package/dist/cjs/api/resources/templates/exports.d.ts +0 -2
- package/dist/cjs/api/resources/templates/exports.js +0 -21
- package/dist/cjs/api/resources/transcribe/exports.d.ts +0 -2
- package/dist/cjs/api/resources/transcribe/exports.js +0 -21
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptCreate.d.ts +0 -28
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptCreate.js +0 -5
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptsDeleteRequest.d.ts +0 -5
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptsDeleteRequest.js +0 -3
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptsGetRequest.d.ts +0 -5
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptsGetRequest.js +0 -3
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptsGetStatusRequest.d.ts +0 -5
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptsGetStatusRequest.js +0 -3
- package/dist/cjs/api/resources/transcripts/exports.d.ts +0 -2
- package/dist/cjs/api/resources/transcripts/exports.js +0 -21
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateModelName.d.ts +0 -12
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateModelName.js +0 -11
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.ts +0 -10
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.js +0 -5
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.ts +0 -21
- package/dist/cjs/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.js +0 -20
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestModelName.d.ts +0 -12
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestModelName.js +0 -11
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.ts +0 -21
- package/dist/cjs/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.js +0 -20
- package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestDirection.d.ts +0 -11
- package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestDirection.js +0 -10
- package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestSort.d.ts +0 -11
- package/dist/cjs/api/resources/transcripts/types/TranscriptsListRequestSort.js +0 -10
- package/dist/cjs/api/resources/transcripts/types/index.d.ts +0 -1
- package/dist/cjs/api/resources/transcripts/types/index.js +0 -17
- package/dist/cjs/api/types/AgentsMessageSendParams.d.ts +0 -10
- package/dist/cjs/api/types/AgentsMessageSendParams.js +0 -5
- package/dist/cjs/api/types/AgentsTaskArtifactUpdateEvent.d.ts +0 -19
- package/dist/cjs/api/types/AgentsTaskArtifactUpdateEvent.js +0 -5
- package/dist/cjs/api/types/AgentsTaskStatusUpdateEvent.d.ts +0 -17
- package/dist/cjs/api/types/AgentsTaskStatusUpdateEvent.js +0 -5
- package/dist/cjs/api/types/AuthTokenRequest.d.ts +0 -14
- package/dist/cjs/api/types/AuthTokenRequest.js +0 -3
- package/dist/cjs/api/types/AuthTokenRequestGrantType.d.ts +0 -5
- package/dist/cjs/api/types/AuthTokenRequestGrantType.js +0 -8
- package/dist/cjs/api/types/CommonTranscript.d.ts +0 -17
- package/dist/cjs/api/types/CommonTranscript.js +0 -5
- package/dist/cjs/api/types/DocumentContextData.d.ts +0 -14
- package/dist/cjs/api/types/DocumentContextData.js +0 -5
- package/dist/cjs/api/types/DocumentTemplate.d.ts +0 -14
- package/dist/cjs/api/types/DocumentTemplate.js +0 -5
- package/dist/cjs/api/types/DocumentsContextData.d.ts +0 -14
- package/dist/cjs/api/types/DocumentsContextData.js +0 -5
- package/dist/cjs/api/types/DocumentsContextTypeEnum.d.ts +0 -9
- package/dist/cjs/api/types/DocumentsContextTypeEnum.js +0 -11
- package/dist/cjs/api/types/DocumentsCreateRequestBody.d.ts +0 -8
- package/dist/cjs/api/types/DocumentsCreateRequestBody.js +0 -3
- package/dist/cjs/api/types/DocumentsCreateRequestWithTemplateId.d.ts +0 -16
- package/dist/cjs/api/types/DocumentsCreateRequestWithTemplateId.js +0 -5
- package/dist/cjs/api/types/DocumentsTemplateWithSectionIds.d.ts +0 -12
- package/dist/cjs/api/types/DocumentsTemplateWithSectionIds.js +0 -5
- package/dist/cjs/api/types/Encounter.d.ts +0 -16
- package/dist/cjs/api/types/Encounter.js +0 -5
- package/dist/cjs/api/types/EncounterPeriod.d.ts +0 -9
- package/dist/cjs/api/types/EncounterPeriod.js +0 -5
- package/dist/cjs/api/types/EncounterStatus.d.ts +0 -12
- package/dist/cjs/api/types/EncounterStatus.js +0 -14
- package/dist/cjs/api/types/EncounterType.d.ts +0 -11
- package/dist/cjs/api/types/EncounterType.js +0 -13
- package/dist/cjs/api/types/EncounterUpdate.d.ts +0 -16
- package/dist/cjs/api/types/EncounterUpdate.js +0 -5
- package/dist/cjs/api/types/FactContext.d.ts +0 -12
- package/dist/cjs/api/types/FactContext.js +0 -5
- package/dist/cjs/api/types/GenderEnum.d.ts +0 -10
- package/dist/cjs/api/types/GenderEnum.js +0 -12
- package/dist/cjs/api/types/ParticipantRoleEnum.d.ts +0 -9
- package/dist/cjs/api/types/ParticipantRoleEnum.js +0 -11
- package/dist/cjs/api/types/Patient.d.ts +0 -16
- package/dist/cjs/api/types/Patient.js +0 -5
- package/dist/cjs/api/types/PatientUpdate.d.ts +0 -16
- package/dist/cjs/api/types/PatientUpdate.js +0 -5
- package/dist/cjs/api/types/ResponseAllTemplateSections.d.ts +0 -8
- package/dist/cjs/api/types/ResponseAllTemplateSections.js +0 -5
- package/dist/cjs/api/types/ResponseAllTemplates.d.ts +0 -8
- package/dist/cjs/api/types/ResponseAllTemplates.js +0 -5
- package/dist/cjs/api/types/ResponseAllTemplatesDataItem.d.ts +0 -20
- package/dist/cjs/api/types/ResponseAllTemplatesDataItem.js +0 -5
- package/dist/cjs/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.ts +0 -10
- package/dist/cjs/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.js +0 -5
- package/dist/cjs/api/types/ResponseAllTemplatesDataItemTranslationsItem.d.ts +0 -11
- package/dist/cjs/api/types/ResponseAllTemplatesDataItemTranslationsItem.js +0 -5
- package/dist/cjs/api/types/ResponseDocumentList.d.ts +0 -7
- package/dist/cjs/api/types/ResponseDocumentList.js +0 -5
- package/dist/cjs/api/types/ResponseDocumentRead.d.ts +0 -22
- package/dist/cjs/api/types/ResponseDocumentRead.js +0 -5
- package/dist/cjs/api/types/ResponseDocumentReadSectionsItem.d.ts +0 -17
- package/dist/cjs/api/types/ResponseDocumentReadSectionsItem.js +0 -5
- package/dist/cjs/api/types/ResponseFactGroupsFiltered.d.ts +0 -7
- package/dist/cjs/api/types/ResponseFactGroupsFiltered.js +0 -5
- package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItem.d.ts +0 -9
- package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItem.js +0 -5
- package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.ts +0 -8
- package/dist/cjs/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.js +0 -5
- package/dist/cjs/api/types/ResponseFactUpdate.d.ts +0 -22
- package/dist/cjs/api/types/ResponseFactUpdate.js +0 -5
- package/dist/cjs/api/types/ResponseFactsCreate.d.ts +0 -8
- package/dist/cjs/api/types/ResponseFactsCreate.js +0 -5
- package/dist/cjs/api/types/ResponseFactsCreateFactsItem.d.ts +0 -20
- package/dist/cjs/api/types/ResponseFactsCreateFactsItem.js +0 -5
- package/dist/cjs/api/types/ResponseFactsList.d.ts +0 -8
- package/dist/cjs/api/types/ResponseFactsList.js +0 -5
- package/dist/cjs/api/types/ResponseFactsListFactsItem.d.ts +0 -23
- package/dist/cjs/api/types/ResponseFactsListFactsItem.js +0 -5
- package/dist/cjs/api/types/ResponseFactsListFactsItemEvidenceItem.d.ts +0 -11
- package/dist/cjs/api/types/ResponseFactsListFactsItemEvidenceItem.js +0 -5
- package/dist/cjs/api/types/ResponseFactsUpdate.d.ts +0 -8
- package/dist/cjs/api/types/ResponseFactsUpdate.js +0 -5
- package/dist/cjs/api/types/ResponseFactsUpdateFactsItem.d.ts +0 -22
- package/dist/cjs/api/types/ResponseFactsUpdateFactsItem.js +0 -5
- package/dist/cjs/api/types/ResponseInteraction.d.ts +0 -24
- package/dist/cjs/api/types/ResponseInteraction.js +0 -5
- package/dist/cjs/api/types/ResponseInteractionCreate.d.ts +0 -10
- package/dist/cjs/api/types/ResponseInteractionCreate.js +0 -5
- package/dist/cjs/api/types/ResponseInteractions.d.ts +0 -7
- package/dist/cjs/api/types/ResponseInteractions.js +0 -5
- package/dist/cjs/api/types/ResponseMetadataCreate.d.ts +0 -7
- package/dist/cjs/api/types/ResponseMetadataCreate.js +0 -5
- package/dist/cjs/api/types/ResponseMetadataCreateParticipantsRolesItem.d.ts +0 -10
- package/dist/cjs/api/types/ResponseMetadataCreateParticipantsRolesItem.js +0 -5
- package/dist/cjs/api/types/ResponseRecordingCreate.d.ts +0 -8
- package/dist/cjs/api/types/ResponseRecordingCreate.js +0 -5
- package/dist/cjs/api/types/ResponseRecordingList.d.ts +0 -8
- package/dist/cjs/api/types/ResponseRecordingList.js +0 -5
- package/dist/cjs/api/types/ResponseTranscriptCreate.d.ts +0 -13
- package/dist/cjs/api/types/ResponseTranscriptCreate.js +0 -5
- package/dist/cjs/api/types/ResponseTranscriptCreateTranscriptsItem.d.ts +0 -17
- package/dist/cjs/api/types/ResponseTranscriptCreateTranscriptsItem.js +0 -5
- package/dist/cjs/api/types/ResponseTranscriptListAll.d.ts +0 -7
- package/dist/cjs/api/types/ResponseTranscriptListAll.js +0 -5
- package/dist/cjs/api/types/ResponseTranscriptListAllTranscriptsItem.d.ts +0 -9
- package/dist/cjs/api/types/ResponseTranscriptListAllTranscriptsItem.js +0 -5
- package/dist/cjs/api/types/ResponseTranscriptListFull.d.ts +0 -10
- package/dist/cjs/api/types/ResponseTranscriptListFull.js +0 -5
- package/dist/cjs/api/types/ResponseTranscriptListFullTranscriptsItem.d.ts +0 -17
- package/dist/cjs/api/types/ResponseTranscriptListFullTranscriptsItem.js +0 -5
- package/dist/cjs/api/types/Section.d.ts +0 -22
- package/dist/cjs/api/types/Section.js +0 -5
- package/dist/cjs/api/types/SectionTranslationsItem.d.ts +0 -11
- package/dist/cjs/api/types/SectionTranslationsItem.js +0 -5
- package/dist/cjs/api/types/SortingDirectionEnum.d.ts +0 -8
- package/dist/cjs/api/types/SortingDirectionEnum.js +0 -10
- package/dist/cjs/api/types/StreamConfigData.d.ts +0 -8
- package/dist/cjs/api/types/StreamConfigData.js +0 -5
- package/dist/cjs/api/types/StreamConfigMessageType.d.ts +0 -4
- package/dist/cjs/api/types/StreamConfigMessageType.js +0 -7
- package/dist/cjs/api/types/StreamConfigModeOutputLocale.d.ts +0 -21
- package/dist/cjs/api/types/StreamConfigModeOutputLocale.js +0 -20
- package/dist/cjs/api/types/StreamConfigTranscriptionPrimaryLanguage.d.ts +0 -21
- package/dist/cjs/api/types/StreamConfigTranscriptionPrimaryLanguage.js +0 -20
- package/dist/cjs/api/types/StreamConfigurationMessage.d.ts +0 -8
- package/dist/cjs/api/types/StreamConfigurationMessage.js +0 -5
- package/dist/cjs/api/types/StreamEndMessageType.d.ts +0 -4
- package/dist/cjs/api/types/StreamEndMessageType.js +0 -7
- package/dist/cjs/api/types/StreamEndedMessageType.d.ts +0 -4
- package/dist/cjs/api/types/StreamEndedMessageType.js +0 -7
- package/dist/cjs/api/types/StreamErrorMessageType.d.ts +0 -4
- package/dist/cjs/api/types/StreamErrorMessageType.js +0 -7
- package/dist/cjs/api/types/StreamFactsMessageType.d.ts +0 -4
- package/dist/cjs/api/types/StreamFactsMessageType.js +0 -7
- package/dist/cjs/api/types/StreamFlushMessageType.d.ts +0 -4
- package/dist/cjs/api/types/StreamFlushMessageType.js +0 -7
- package/dist/cjs/api/types/StreamFlushedMessageType.d.ts +0 -4
- package/dist/cjs/api/types/StreamFlushedMessageType.js +0 -7
- package/dist/cjs/api/types/StreamParticipantRole.d.ts +0 -12
- package/dist/cjs/api/types/StreamParticipantRole.js +0 -11
- package/dist/cjs/api/types/StreamTranscriptMessageType.d.ts +0 -4
- package/dist/cjs/api/types/StreamTranscriptMessageType.js +0 -7
- package/dist/cjs/api/types/StreamUsageMessageType.d.ts +0 -4
- package/dist/cjs/api/types/StreamUsageMessageType.js +0 -7
- package/dist/cjs/api/types/TemplateFiltered.d.ts +0 -20
- package/dist/cjs/api/types/TemplateFiltered.js +0 -5
- package/dist/cjs/api/types/TemplateFilteredTemplateSectionsItem.d.ts +0 -10
- package/dist/cjs/api/types/TemplateFilteredTemplateSectionsItem.js +0 -5
- package/dist/cjs/api/types/TemplateFilteredTranslationsItem.d.ts +0 -11
- package/dist/cjs/api/types/TemplateFilteredTranslationsItem.js +0 -5
- package/dist/cjs/api/types/TranscribeCommandMessageType.d.ts +0 -4
- package/dist/cjs/api/types/TranscribeCommandMessageType.js +0 -7
- package/dist/cjs/api/types/TranscribeCommandVariableType.d.ts +0 -5
- package/dist/cjs/api/types/TranscribeCommandVariableType.js +0 -8
- package/dist/cjs/api/types/TranscribeConfigMessageType.d.ts +0 -4
- package/dist/cjs/api/types/TranscribeConfigMessageType.js +0 -7
- package/dist/cjs/api/types/TranscribeConfigurationMessage.d.ts +0 -8
- package/dist/cjs/api/types/TranscribeConfigurationMessage.js +0 -5
- package/dist/cjs/api/types/TranscribeConfigurationMessageConfiguration.d.ts +0 -16
- package/dist/cjs/api/types/TranscribeConfigurationMessageConfiguration.js +0 -5
- package/dist/cjs/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.ts +0 -21
- package/dist/cjs/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.js +0 -20
- package/dist/cjs/api/types/TranscribeEndMessageType.d.ts +0 -4
- package/dist/cjs/api/types/TranscribeEndMessageType.js +0 -7
- package/dist/cjs/api/types/TranscribeEndedMessageType.d.ts +0 -4
- package/dist/cjs/api/types/TranscribeEndedMessageType.js +0 -7
- package/dist/cjs/api/types/TranscribeErrorMessageType.d.ts +0 -4
- package/dist/cjs/api/types/TranscribeErrorMessageType.js +0 -7
- package/dist/cjs/api/types/TranscribeFlushMessageType.d.ts +0 -4
- package/dist/cjs/api/types/TranscribeFlushMessageType.js +0 -7
- package/dist/cjs/api/types/TranscribeFlushedMessageType.d.ts +0 -4
- package/dist/cjs/api/types/TranscribeFlushedMessageType.js +0 -7
- package/dist/cjs/api/types/TranscribeTranscriptMessageType.d.ts +0 -4
- package/dist/cjs/api/types/TranscribeTranscriptMessageType.js +0 -7
- package/dist/cjs/api/types/TranscribeUsageMessageType.d.ts +0 -4
- package/dist/cjs/api/types/TranscribeUsageMessageType.js +0 -7
- package/dist/cjs/api/types/Transcript.d.ts +0 -17
- package/dist/cjs/api/types/Transcript.js +0 -5
- package/dist/cjs/api/types/UsageInfo.d.ts +0 -6
- package/dist/cjs/api/types/UsageInfo.js +0 -5
- package/dist/cjs/api/types/V2DocumentContextTypeEnum.d.ts +0 -9
- package/dist/cjs/api/types/V2DocumentContextTypeEnum.js +0 -11
- package/dist/cjs/api/types/V2SourceEnum.d.ts +0 -9
- package/dist/cjs/api/types/V2SourceEnum.js +0 -11
- package/dist/cjs/api/types/WritingStyle.d.ts +0 -7
- package/dist/cjs/api/types/WritingStyle.js +0 -5
- package/dist/cjs/auth/BearerAuthProvider.d.ts +0 -20
- package/dist/cjs/auth/BearerAuthProvider.js +0 -79
- package/dist/cjs/auth/OAuthRopcAuthProvider.d.ts +0 -33
- package/dist/cjs/auth/OAuthRopcAuthProvider.js +0 -130
- package/dist/cjs/core/auth/BearerProvider.d.ts +0 -8
- package/dist/cjs/core/auth/BearerProvider.js +0 -57
- package/dist/cjs/core/auth/OAuthTokenProvider.d.ts +0 -25
- package/dist/cjs/core/auth/OAuthTokenProvider.js +0 -86
- package/dist/cjs/core/fetcher/ResponseWithBody.d.ts +0 -4
- package/dist/cjs/core/fetcher/ResponseWithBody.js +0 -6
- package/dist/cjs/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
- package/dist/cjs/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
- package/dist/cjs/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
- package/dist/cjs/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
- package/dist/cjs/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
- package/dist/cjs/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
- package/dist/cjs/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
- package/dist/cjs/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
- package/dist/cjs/core/pagination/CustomPager.d.ts +0 -67
- package/dist/cjs/core/pagination/CustomPager.js +0 -194
- package/dist/cjs/core/pagination/Pageable.d.ts +0 -14
- package/dist/cjs/core/pagination/Pageable.js +0 -10
- package/dist/cjs/core/stream/Stream.d.ts +0 -46
- package/dist/cjs/core/stream/Stream.js +0 -169
- package/dist/cjs/core/stream/index.d.ts +0 -1
- package/dist/cjs/core/stream/index.js +0 -5
- package/dist/cjs/custom/BearerProvider.d.ts +0 -13
- package/dist/cjs/custom/BearerProvider.js +0 -60
- package/dist/cjs/custom/CortiAuth.d.ts +0 -129
- package/dist/cjs/custom/CortiAuth.js +0 -195
- package/dist/cjs/custom/CortiOAuthAuthProvider.d.ts +0 -7
- package/dist/cjs/custom/CortiOAuthAuthProvider.js +0 -15
- package/dist/cjs/custom/CortiWebSocketClient.d.ts +0 -14
- package/dist/cjs/custom/CortiWebSocketClient.js +0 -64
- package/dist/cjs/custom/CustomStream.d.ts +0 -8
- package/dist/cjs/custom/CustomStream.js +0 -62
- package/dist/cjs/custom/CustomStreamSocket.d.ts +0 -15
- package/dist/cjs/custom/CustomStreamSocket.js +0 -70
- package/dist/cjs/custom/CustomTranscribe.d.ts +0 -6
- package/dist/cjs/custom/CustomTranscribe.js +0 -62
- package/dist/cjs/custom/CustomTranscribeSocket.d.ts +0 -15
- package/dist/cjs/custom/CustomTranscribeSocket.js +0 -70
- package/dist/cjs/custom/ExtendedAuthClient.d.ts +0 -32
- package/dist/cjs/custom/ExtendedAuthClient.js +0 -163
- package/dist/cjs/custom/ExtendedClient.d.ts +0 -57
- package/dist/cjs/custom/ExtendedClient.js +0 -90
- package/dist/cjs/custom/OAuthAuthCodeAuthProvider.d.ts +0 -23
- package/dist/cjs/custom/OAuthAuthCodeAuthProvider.js +0 -164
- package/dist/cjs/custom/OAuthAuthProvider.d.ts +0 -99
- package/dist/cjs/custom/OAuthAuthProvider.js +0 -290
- package/dist/cjs/custom/OAuthPkceAuthProvider.d.ts +0 -23
- package/dist/cjs/custom/OAuthPkceAuthProvider.js +0 -164
- package/dist/cjs/custom/OAuthRopcAuthProvider.d.ts +0 -22
- package/dist/cjs/custom/OAuthRopcAuthProvider.js +0 -137
- package/dist/cjs/custom/RefreshBearerProvider.d.ts +0 -33
- package/dist/cjs/custom/RefreshBearerProvider.js +0 -112
- package/dist/cjs/custom/api/resources/auth/client/ExtendedClient.d.ts +0 -32
- package/dist/cjs/custom/api/resources/auth/client/ExtendedClient.js +0 -162
- package/dist/cjs/custom/createAuthProvider.d.ts +0 -6
- package/dist/cjs/custom/createAuthProvider.js +0 -53
- package/dist/cjs/custom/environments.d.ts +0 -10
- package/dist/cjs/custom/environments.js +0 -12
- package/dist/cjs/custom/index.d.ts +0 -11
- package/dist/cjs/custom/index.js +0 -59
- package/dist/cjs/custom/requests/AuthGetCodeFlowTokenRequest.d.ts +0 -19
- package/dist/cjs/custom/requests/AuthGetCodeFlowTokenRequest.js +0 -2
- package/dist/cjs/custom/requests/index.d.ts +0 -1
- package/dist/cjs/custom/requests/index.js +0 -2
- package/dist/cjs/custom/serialization/index.d.ts +0 -1
- package/dist/cjs/custom/serialization/index.js +0 -17
- package/dist/cjs/custom/serialization/requests/AuthGetCodeFlowTokenRequest.d.ts +0 -15
- package/dist/cjs/custom/serialization/requests/AuthGetCodeFlowTokenRequest.js +0 -46
- package/dist/cjs/custom/serialization/requests/index.d.ts +0 -1
- package/dist/cjs/custom/serialization/requests/index.js +0 -5
- package/dist/cjs/custom/utils/getEnvironmentFromString.d.ts +0 -5
- package/dist/cjs/custom/utils/getEnvironmentFromString.js +0 -13
- package/dist/cjs/custom/utils/localStorage.d.ts +0 -4
- package/dist/cjs/custom/utils/localStorage.js +0 -40
- package/dist/cjs/custom/utils/pkce.d.ts +0 -2
- package/dist/cjs/custom/utils/pkce.js +0 -29
- package/dist/cjs/custom/utils/tokenRequest.d.ts +0 -12
- package/dist/cjs/custom/utils/tokenRequest.js +0 -79
- package/dist/cjs/serialization/resources/agents/types/AgentsMessageStreamResponse.d.ts +0 -19
- package/dist/cjs/serialization/resources/agents/types/AgentsMessageStreamResponse.js +0 -50
- package/dist/cjs/serialization/resources/auth/client/index.d.ts +0 -1
- package/dist/cjs/serialization/resources/auth/client/index.js +0 -17
- package/dist/cjs/serialization/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.d.ts +0 -15
- package/dist/cjs/serialization/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.js +0 -46
- package/dist/cjs/serialization/resources/auth/client/requests/AuthGetTokenRequest.d.ts +0 -13
- package/dist/cjs/serialization/resources/auth/client/requests/AuthGetTokenRequest.js +0 -44
- package/dist/cjs/serialization/resources/auth/client/requests/index.d.ts +0 -1
- package/dist/cjs/serialization/resources/auth/client/requests/index.js +0 -5
- package/dist/cjs/serialization/resources/auth/types/AuthGetTokenRequestGrantType.d.ts +0 -7
- package/dist/cjs/serialization/resources/auth/types/AuthGetTokenRequestGrantType.js +0 -39
- package/dist/cjs/serialization/resources/auth/types/AuthTokenRequest.d.ts +0 -12
- package/dist/cjs/serialization/resources/auth/types/AuthTokenRequest.js +0 -50
- package/dist/cjs/serialization/resources/auth/types/GetTokenResponse.d.ts +0 -16
- package/dist/cjs/serialization/resources/auth/types/GetTokenResponse.js +0 -47
- package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentCreate.d.ts +0 -19
- package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentCreate.js +0 -50
- package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentUpdate.d.ts +0 -14
- package/dist/cjs/serialization/resources/documents/client/requests/RequestDocumentUpdate.js +0 -45
- package/dist/cjs/serialization/resources/documents/types/RequestDocumentCreateContextItem.d.ts +0 -15
- package/dist/cjs/serialization/resources/documents/types/RequestDocumentCreateContextItem.js +0 -46
- package/dist/cjs/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.d.ts +0 -15
- package/dist/cjs/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.js +0 -46
- package/dist/cjs/serialization/resources/documents/types/index.d.ts +0 -2
- package/dist/cjs/serialization/resources/documents/types/index.js +0 -18
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactUpdate.d.ts +0 -16
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactUpdate.js +0 -47
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsCreate.d.ts +0 -13
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsCreate.js +0 -44
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsUpdate.d.ts +0 -13
- package/dist/cjs/serialization/resources/facts/client/requests/RequestFactsUpdate.js +0 -44
- package/dist/cjs/serialization/resources/facts/types/RequestFactsCreateFactsItem.d.ts +0 -15
- package/dist/cjs/serialization/resources/facts/types/RequestFactsCreateFactsItem.js +0 -46
- package/dist/cjs/serialization/resources/facts/types/RequestFactsUpdateFactsItem.d.ts +0 -16
- package/dist/cjs/serialization/resources/facts/types/RequestFactsUpdateFactsItem.js +0 -47
- package/dist/cjs/serialization/resources/facts/types/index.d.ts +0 -2
- package/dist/cjs/serialization/resources/facts/types/index.js +0 -18
- package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionCreate.d.ts +0 -17
- package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionCreate.js +0 -48
- package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionUpdate.d.ts +0 -17
- package/dist/cjs/serialization/resources/interactions/client/requests/RequestInteractionUpdate.js +0 -48
- package/dist/cjs/serialization/resources/interactions/types/InteractionsListRequestDirection.d.ts +0 -10
- package/dist/cjs/serialization/resources/interactions/types/InteractionsListRequestDirection.js +0 -41
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptCreate.d.ts +0 -22
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptCreate.js +0 -53
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.d.ts +0 -10
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.js +0 -41
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.ts +0 -14
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.js +0 -45
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.ts +0 -10
- package/dist/cjs/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.js +0 -41
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestModelName.d.ts +0 -10
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestModelName.js +0 -41
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.ts +0 -10
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.js +0 -41
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsListRequestSort.d.ts +0 -10
- package/dist/cjs/serialization/resources/transcripts/types/TranscriptsListRequestSort.js +0 -41
- package/dist/cjs/serialization/resources/transcripts/types/index.d.ts +0 -1
- package/dist/cjs/serialization/resources/transcripts/types/index.js +0 -17
- package/dist/cjs/serialization/types/AgentsMessageSendParams.d.ts +0 -16
- package/dist/cjs/serialization/types/AgentsMessageSendParams.js +0 -47
- package/dist/cjs/serialization/types/AgentsTaskArtifactUpdateEvent.d.ts +0 -19
- package/dist/cjs/serialization/types/AgentsTaskArtifactUpdateEvent.js +0 -50
- package/dist/cjs/serialization/types/AgentsTaskStatusUpdateEvent.d.ts +0 -18
- package/dist/cjs/serialization/types/AgentsTaskStatusUpdateEvent.js +0 -49
- package/dist/cjs/serialization/types/AuthTokenRequest.d.ts +0 -13
- package/dist/cjs/serialization/types/AuthTokenRequest.js +0 -45
- package/dist/cjs/serialization/types/AuthTokenRequestGrantType.d.ts +0 -7
- package/dist/cjs/serialization/types/AuthTokenRequestGrantType.js +0 -39
- package/dist/cjs/serialization/types/CommonTranscript.d.ts +0 -17
- package/dist/cjs/serialization/types/CommonTranscript.js +0 -48
- package/dist/cjs/serialization/types/DocumentContextData.d.ts +0 -12
- package/dist/cjs/serialization/types/DocumentContextData.js +0 -47
- package/dist/cjs/serialization/types/DocumentTemplate.d.ts +0 -16
- package/dist/cjs/serialization/types/DocumentTemplate.js +0 -47
- package/dist/cjs/serialization/types/DocumentsContextData.d.ts +0 -12
- package/dist/cjs/serialization/types/DocumentsContextData.js +0 -47
- package/dist/cjs/serialization/types/DocumentsContextTypeEnum.d.ts +0 -10
- package/dist/cjs/serialization/types/DocumentsContextTypeEnum.js +0 -41
- package/dist/cjs/serialization/types/DocumentsCreateRequestBody.d.ts +0 -9
- package/dist/cjs/serialization/types/DocumentsCreateRequestBody.js +0 -44
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplateId.d.ts +0 -18
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplateId.js +0 -49
- package/dist/cjs/serialization/types/DocumentsTemplateWithSectionIds.d.ts +0 -15
- package/dist/cjs/serialization/types/DocumentsTemplateWithSectionIds.js +0 -46
- package/dist/cjs/serialization/types/Encounter.d.ts +0 -19
- package/dist/cjs/serialization/types/Encounter.js +0 -50
- package/dist/cjs/serialization/types/EncounterPeriod.d.ts +0 -13
- package/dist/cjs/serialization/types/EncounterPeriod.js +0 -44
- package/dist/cjs/serialization/types/EncounterStatus.d.ts +0 -10
- package/dist/cjs/serialization/types/EncounterStatus.js +0 -41
- package/dist/cjs/serialization/types/EncounterType.d.ts +0 -10
- package/dist/cjs/serialization/types/EncounterType.js +0 -41
- package/dist/cjs/serialization/types/EncounterUpdate.d.ts +0 -19
- package/dist/cjs/serialization/types/EncounterUpdate.js +0 -50
- package/dist/cjs/serialization/types/FactContext.d.ts +0 -15
- package/dist/cjs/serialization/types/FactContext.js +0 -46
- package/dist/cjs/serialization/types/GenderEnum.d.ts +0 -10
- package/dist/cjs/serialization/types/GenderEnum.js +0 -41
- package/dist/cjs/serialization/types/ParticipantRoleEnum.d.ts +0 -10
- package/dist/cjs/serialization/types/ParticipantRoleEnum.js +0 -41
- package/dist/cjs/serialization/types/Patient.d.ts +0 -17
- package/dist/cjs/serialization/types/Patient.js +0 -48
- package/dist/cjs/serialization/types/PatientUpdate.d.ts +0 -17
- package/dist/cjs/serialization/types/PatientUpdate.js +0 -48
- package/dist/cjs/serialization/types/ResponseAllTemplateSections.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseAllTemplateSections.js +0 -44
- package/dist/cjs/serialization/types/ResponseAllTemplates.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseAllTemplates.js +0 -44
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItem.d.ts +0 -20
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItem.js +0 -51
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.ts +0 -14
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.js +0 -45
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.d.ts +0 -14
- package/dist/cjs/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.js +0 -45
- package/dist/cjs/serialization/types/ResponseDocumentList.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseDocumentList.js +0 -44
- package/dist/cjs/serialization/types/ResponseDocumentRead.d.ts +0 -23
- package/dist/cjs/serialization/types/ResponseDocumentRead.js +0 -54
- package/dist/cjs/serialization/types/ResponseDocumentReadSectionsItem.d.ts +0 -17
- package/dist/cjs/serialization/types/ResponseDocumentReadSectionsItem.js +0 -48
- package/dist/cjs/serialization/types/ResponseFactGroupsFiltered.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseFactGroupsFiltered.js +0 -44
- package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItem.d.ts +0 -16
- package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItem.js +0 -47
- package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.ts +0 -14
- package/dist/cjs/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.js +0 -45
- package/dist/cjs/serialization/types/ResponseFactUpdate.d.ts +0 -21
- package/dist/cjs/serialization/types/ResponseFactUpdate.js +0 -52
- package/dist/cjs/serialization/types/ResponseFactsCreate.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseFactsCreate.js +0 -44
- package/dist/cjs/serialization/types/ResponseFactsCreateFactsItem.d.ts +0 -20
- package/dist/cjs/serialization/types/ResponseFactsCreateFactsItem.js +0 -51
- package/dist/cjs/serialization/types/ResponseFactsList.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseFactsList.js +0 -44
- package/dist/cjs/serialization/types/ResponseFactsListFactsItem.d.ts +0 -23
- package/dist/cjs/serialization/types/ResponseFactsListFactsItem.js +0 -54
- package/dist/cjs/serialization/types/ResponseFactsListFactsItemEvidenceItem.d.ts +0 -14
- package/dist/cjs/serialization/types/ResponseFactsListFactsItemEvidenceItem.js +0 -45
- package/dist/cjs/serialization/types/ResponseFactsUpdate.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseFactsUpdate.js +0 -44
- package/dist/cjs/serialization/types/ResponseFactsUpdateFactsItem.d.ts +0 -21
- package/dist/cjs/serialization/types/ResponseFactsUpdateFactsItem.js +0 -52
- package/dist/cjs/serialization/types/ResponseInteraction.d.ts +0 -23
- package/dist/cjs/serialization/types/ResponseInteraction.js +0 -54
- package/dist/cjs/serialization/types/ResponseInteractionCreate.d.ts +0 -14
- package/dist/cjs/serialization/types/ResponseInteractionCreate.js +0 -45
- package/dist/cjs/serialization/types/ResponseInteractions.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseInteractions.js +0 -44
- package/dist/cjs/serialization/types/ResponseMetadataCreate.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseMetadataCreate.js +0 -44
- package/dist/cjs/serialization/types/ResponseMetadataCreateParticipantsRolesItem.d.ts +0 -14
- package/dist/cjs/serialization/types/ResponseMetadataCreateParticipantsRolesItem.js +0 -45
- package/dist/cjs/serialization/types/ResponseRecordingCreate.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseRecordingCreate.js +0 -44
- package/dist/cjs/serialization/types/ResponseRecordingList.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseRecordingList.js +0 -44
- package/dist/cjs/serialization/types/ResponseTranscriptCreate.d.ts +0 -19
- package/dist/cjs/serialization/types/ResponseTranscriptCreate.js +0 -50
- package/dist/cjs/serialization/types/ResponseTranscriptListAll.d.ts +0 -13
- package/dist/cjs/serialization/types/ResponseTranscriptListAll.js +0 -44
- package/dist/cjs/serialization/types/ResponseTranscriptListAllTranscriptsItem.d.ts +0 -16
- package/dist/cjs/serialization/types/ResponseTranscriptListAllTranscriptsItem.js +0 -47
- package/dist/cjs/serialization/types/ResponseTranscriptListFull.d.ts +0 -15
- package/dist/cjs/serialization/types/ResponseTranscriptListFull.js +0 -46
- package/dist/cjs/serialization/types/ResponseTranscriptListFullTranscriptsItem.d.ts +0 -17
- package/dist/cjs/serialization/types/ResponseTranscriptListFullTranscriptsItem.js +0 -48
- package/dist/cjs/serialization/types/Section.d.ts +0 -21
- package/dist/cjs/serialization/types/Section.js +0 -52
- package/dist/cjs/serialization/types/SectionTranslationsItem.d.ts +0 -14
- package/dist/cjs/serialization/types/SectionTranslationsItem.js +0 -45
- package/dist/cjs/serialization/types/SortingDirectionEnum.d.ts +0 -10
- package/dist/cjs/serialization/types/SortingDirectionEnum.js +0 -41
- package/dist/cjs/serialization/types/StreamConfigData.d.ts +0 -15
- package/dist/cjs/serialization/types/StreamConfigData.js +0 -46
- package/dist/cjs/serialization/types/StreamConfigMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/StreamConfigModeOutputLocale.d.ts +0 -10
- package/dist/cjs/serialization/types/StreamConfigModeOutputLocale.js +0 -41
- package/dist/cjs/serialization/types/StreamConfigTranscriptionPrimaryLanguage.d.ts +0 -10
- package/dist/cjs/serialization/types/StreamConfigTranscriptionPrimaryLanguage.js +0 -41
- package/dist/cjs/serialization/types/StreamConfigurationMessage.d.ts +0 -14
- package/dist/cjs/serialization/types/StreamConfigurationMessage.js +0 -45
- package/dist/cjs/serialization/types/StreamEndMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/StreamEndMessageType.js +0 -39
- package/dist/cjs/serialization/types/StreamEndedMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/StreamEndedMessageType.js +0 -39
- package/dist/cjs/serialization/types/StreamErrorMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/StreamErrorMessageType.js +0 -39
- package/dist/cjs/serialization/types/StreamFactsMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/StreamFactsMessageType.js +0 -39
- package/dist/cjs/serialization/types/StreamFlushMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/StreamFlushMessageType.js +0 -39
- package/dist/cjs/serialization/types/StreamFlushedMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/StreamFlushedMessageType.js +0 -39
- package/dist/cjs/serialization/types/StreamParticipantRole.d.ts +0 -10
- package/dist/cjs/serialization/types/StreamParticipantRole.js +0 -41
- package/dist/cjs/serialization/types/StreamTranscriptMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/StreamTranscriptMessageType.js +0 -39
- package/dist/cjs/serialization/types/StreamUsageMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/StreamUsageMessageType.js +0 -39
- package/dist/cjs/serialization/types/TemplateFiltered.d.ts +0 -20
- package/dist/cjs/serialization/types/TemplateFiltered.js +0 -51
- package/dist/cjs/serialization/types/TemplateFilteredTemplateSectionsItem.d.ts +0 -14
- package/dist/cjs/serialization/types/TemplateFilteredTemplateSectionsItem.js +0 -45
- package/dist/cjs/serialization/types/TemplateFilteredTranslationsItem.d.ts +0 -14
- package/dist/cjs/serialization/types/TemplateFilteredTranslationsItem.js +0 -45
- package/dist/cjs/serialization/types/TranscribeCommandMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/TranscribeCommandMessageType.js +0 -39
- package/dist/cjs/serialization/types/TranscribeCommandVariableType.d.ts +0 -7
- package/dist/cjs/serialization/types/TranscribeCommandVariableType.js +0 -39
- package/dist/cjs/serialization/types/TranscribeConfigMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/TranscribeConfigMessageType.js +0 -39
- package/dist/cjs/serialization/types/TranscribeConfigurationMessage.d.ts +0 -14
- package/dist/cjs/serialization/types/TranscribeConfigurationMessage.js +0 -45
- package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfiguration.d.ts +0 -18
- package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfiguration.js +0 -49
- package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.ts +0 -10
- package/dist/cjs/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.js +0 -41
- package/dist/cjs/serialization/types/TranscribeEndMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/TranscribeEndMessageType.js +0 -39
- package/dist/cjs/serialization/types/TranscribeEndedMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/TranscribeEndedMessageType.js +0 -39
- package/dist/cjs/serialization/types/TranscribeErrorMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/TranscribeErrorMessageType.js +0 -39
- package/dist/cjs/serialization/types/TranscribeFlushMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/TranscribeFlushMessageType.js +0 -39
- package/dist/cjs/serialization/types/TranscribeFlushedMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/TranscribeFlushedMessageType.js +0 -39
- package/dist/cjs/serialization/types/TranscribeTranscriptMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/TranscribeTranscriptMessageType.js +0 -39
- package/dist/cjs/serialization/types/TranscribeUsageMessageType.d.ts +0 -7
- package/dist/cjs/serialization/types/TranscribeUsageMessageType.js +0 -39
- package/dist/cjs/serialization/types/Transcript.d.ts +0 -17
- package/dist/cjs/serialization/types/Transcript.js +0 -48
- package/dist/cjs/serialization/types/UsageInfo.d.ts +0 -12
- package/dist/cjs/serialization/types/UsageInfo.js +0 -43
- package/dist/cjs/serialization/types/V2DocumentContextTypeEnum.d.ts +0 -10
- package/dist/cjs/serialization/types/V2DocumentContextTypeEnum.js +0 -41
- package/dist/cjs/serialization/types/V2SourceEnum.d.ts +0 -10
- package/dist/cjs/serialization/types/V2SourceEnum.js +0 -41
- package/dist/cjs/serialization/types/WritingStyle.d.ts +0 -12
- package/dist/cjs/serialization/types/WritingStyle.js +0 -43
- package/dist/esm/api/resources/agents/exports.d.mts +0 -2
- package/dist/esm/api/resources/agents/exports.mjs +0 -3
- package/dist/esm/api/resources/agents/types/AgentsMessageStreamResponse.d.mts +0 -10
- package/dist/esm/api/resources/agents/types/AgentsMessageStreamResponse.mjs +0 -4
- package/dist/esm/api/resources/auth/client/requests/AuthGetTokenRequest.d.mts +0 -15
- package/dist/esm/api/resources/auth/client/requests/AuthGetTokenRequest.mjs +0 -4
- package/dist/esm/api/resources/auth/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/auth/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/auth/exports.d.mts +0 -2
- package/dist/esm/api/resources/auth/exports.mjs +0 -3
- package/dist/esm/api/resources/auth/types/AuthGetTokenRequestGrantType.d.mts +0 -6
- package/dist/esm/api/resources/auth/types/AuthGetTokenRequestGrantType.mjs +0 -6
- package/dist/esm/api/resources/auth/types/AuthTokenRequest.d.mts +0 -2
- package/dist/esm/api/resources/auth/types/AuthTokenRequest.mjs +0 -2
- package/dist/esm/api/resources/auth/types/GetTokenResponse.d.mts +0 -10
- package/dist/esm/api/resources/auth/types/GetTokenResponse.mjs +0 -4
- package/dist/esm/api/resources/codes/exports.d.mts +0 -2
- package/dist/esm/api/resources/codes/exports.mjs +0 -3
- package/dist/esm/api/resources/documents/client/requests/DocumentsCreateRequest.d.mts +0 -20
- package/dist/esm/api/resources/documents/client/requests/DocumentsCreateRequest.mjs +0 -2
- package/dist/esm/api/resources/documents/client/requests/DocumentsDeleteRequest.d.mts +0 -5
- package/dist/esm/api/resources/documents/client/requests/DocumentsDeleteRequest.mjs +0 -2
- package/dist/esm/api/resources/documents/client/requests/DocumentsGetRequest.d.mts +0 -5
- package/dist/esm/api/resources/documents/client/requests/DocumentsGetRequest.mjs +0 -2
- package/dist/esm/api/resources/documents/client/requests/DocumentsListRequest.d.mts +0 -5
- package/dist/esm/api/resources/documents/client/requests/DocumentsListRequest.mjs +0 -2
- package/dist/esm/api/resources/documents/client/requests/RequestDocumentCreate.d.mts +0 -31
- package/dist/esm/api/resources/documents/client/requests/RequestDocumentCreate.mjs +0 -4
- package/dist/esm/api/resources/documents/client/requests/RequestDocumentUpdate.d.mts +0 -13
- package/dist/esm/api/resources/documents/client/requests/RequestDocumentUpdate.mjs +0 -4
- package/dist/esm/api/resources/documents/exports.d.mts +0 -2
- package/dist/esm/api/resources/documents/exports.mjs +0 -3
- package/dist/esm/api/resources/documents/types/RequestDocumentCreateContextItem.d.mts +0 -10
- package/dist/esm/api/resources/documents/types/RequestDocumentCreateContextItem.mjs +0 -4
- package/dist/esm/api/resources/documents/types/RequestDocumentUpdateSectionsItem.d.mts +0 -9
- package/dist/esm/api/resources/documents/types/RequestDocumentUpdateSectionsItem.mjs +0 -4
- package/dist/esm/api/resources/documents/types/index.d.mts +0 -2
- package/dist/esm/api/resources/documents/types/index.mjs +0 -2
- package/dist/esm/api/resources/facts/client/requests/FactsListRequest.d.mts +0 -5
- package/dist/esm/api/resources/facts/client/requests/FactsListRequest.mjs +0 -2
- package/dist/esm/api/resources/facts/client/requests/RequestFactUpdate.d.mts +0 -21
- package/dist/esm/api/resources/facts/client/requests/RequestFactUpdate.mjs +0 -4
- package/dist/esm/api/resources/facts/client/requests/RequestFactsCreate.d.mts +0 -17
- package/dist/esm/api/resources/facts/client/requests/RequestFactsCreate.mjs +0 -4
- package/dist/esm/api/resources/facts/client/requests/RequestFactsUpdate.d.mts +0 -16
- package/dist/esm/api/resources/facts/client/requests/RequestFactsUpdate.mjs +0 -4
- package/dist/esm/api/resources/facts/exports.d.mts +0 -2
- package/dist/esm/api/resources/facts/exports.mjs +0 -3
- package/dist/esm/api/resources/facts/types/RequestFactsCreateFactsItem.d.mts +0 -12
- package/dist/esm/api/resources/facts/types/RequestFactsCreateFactsItem.mjs +0 -4
- package/dist/esm/api/resources/facts/types/RequestFactsUpdateFactsItem.d.mts +0 -14
- package/dist/esm/api/resources/facts/types/RequestFactsUpdateFactsItem.mjs +0 -4
- package/dist/esm/api/resources/facts/types/index.d.mts +0 -2
- package/dist/esm/api/resources/facts/types/index.mjs +0 -2
- package/dist/esm/api/resources/interactions/client/requests/InteractionsDeleteRequest.d.mts +0 -5
- package/dist/esm/api/resources/interactions/client/requests/InteractionsDeleteRequest.mjs +0 -2
- package/dist/esm/api/resources/interactions/client/requests/InteractionsGetRequest.d.mts +0 -5
- package/dist/esm/api/resources/interactions/client/requests/InteractionsGetRequest.mjs +0 -2
- package/dist/esm/api/resources/interactions/client/requests/RequestInteractionCreate.d.mts +0 -22
- package/dist/esm/api/resources/interactions/client/requests/RequestInteractionCreate.mjs +0 -4
- package/dist/esm/api/resources/interactions/client/requests/RequestInteractionUpdate.d.mts +0 -16
- package/dist/esm/api/resources/interactions/client/requests/RequestInteractionUpdate.mjs +0 -4
- package/dist/esm/api/resources/interactions/exports.d.mts +0 -2
- package/dist/esm/api/resources/interactions/exports.mjs +0 -3
- package/dist/esm/api/resources/interactions/types/InteractionsListRequestDirection.d.mts +0 -11
- package/dist/esm/api/resources/interactions/types/InteractionsListRequestDirection.mjs +0 -7
- package/dist/esm/api/resources/recordings/client/requests/RecordingsDeleteRequest.d.mts +0 -5
- package/dist/esm/api/resources/recordings/client/requests/RecordingsDeleteRequest.mjs +0 -2
- package/dist/esm/api/resources/recordings/client/requests/RecordingsGetRequest.d.mts +0 -5
- package/dist/esm/api/resources/recordings/client/requests/RecordingsGetRequest.mjs +0 -2
- package/dist/esm/api/resources/recordings/client/requests/RecordingsListRequest.d.mts +0 -5
- package/dist/esm/api/resources/recordings/client/requests/RecordingsListRequest.mjs +0 -2
- package/dist/esm/api/resources/recordings/client/requests/index.d.mts +0 -3
- package/dist/esm/api/resources/recordings/client/requests/index.mjs +0 -1
- package/dist/esm/api/resources/recordings/exports.d.mts +0 -2
- package/dist/esm/api/resources/recordings/exports.mjs +0 -3
- package/dist/esm/api/resources/stream/exports.d.mts +0 -2
- package/dist/esm/api/resources/stream/exports.mjs +0 -3
- package/dist/esm/api/resources/templates/client/requests/TemplatesSectionsListRequest.d.mts +0 -17
- package/dist/esm/api/resources/templates/client/requests/TemplatesSectionsListRequest.mjs +0 -4
- package/dist/esm/api/resources/templates/exports.d.mts +0 -2
- package/dist/esm/api/resources/templates/exports.mjs +0 -3
- package/dist/esm/api/resources/transcribe/exports.d.mts +0 -2
- package/dist/esm/api/resources/transcribe/exports.mjs +0 -3
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptCreate.d.mts +0 -28
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptCreate.mjs +0 -4
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptsDeleteRequest.d.mts +0 -5
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptsDeleteRequest.mjs +0 -2
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptsGetRequest.d.mts +0 -5
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptsGetRequest.mjs +0 -2
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptsGetStatusRequest.d.mts +0 -5
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptsGetStatusRequest.mjs +0 -2
- package/dist/esm/api/resources/transcripts/exports.d.mts +0 -2
- package/dist/esm/api/resources/transcripts/exports.mjs +0 -3
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateModelName.d.mts +0 -12
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateModelName.mjs +0 -8
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.mts +0 -10
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.mjs +0 -4
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.mts +0 -21
- package/dist/esm/api/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.mjs +0 -17
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestModelName.d.mts +0 -12
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestModelName.mjs +0 -8
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.mts +0 -21
- package/dist/esm/api/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.mjs +0 -17
- package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestDirection.d.mts +0 -11
- package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestDirection.mjs +0 -7
- package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestSort.d.mts +0 -11
- package/dist/esm/api/resources/transcripts/types/TranscriptsListRequestSort.mjs +0 -7
- package/dist/esm/api/resources/transcripts/types/index.d.mts +0 -1
- package/dist/esm/api/resources/transcripts/types/index.mjs +0 -1
- package/dist/esm/api/types/AgentsMessageSendParams.d.mts +0 -10
- package/dist/esm/api/types/AgentsMessageSendParams.mjs +0 -4
- package/dist/esm/api/types/AgentsTaskArtifactUpdateEvent.d.mts +0 -19
- package/dist/esm/api/types/AgentsTaskArtifactUpdateEvent.mjs +0 -4
- package/dist/esm/api/types/AgentsTaskStatusUpdateEvent.d.mts +0 -17
- package/dist/esm/api/types/AgentsTaskStatusUpdateEvent.mjs +0 -4
- package/dist/esm/api/types/AuthTokenRequest.d.mts +0 -14
- package/dist/esm/api/types/AuthTokenRequest.mjs +0 -2
- package/dist/esm/api/types/AuthTokenRequestGrantType.d.mts +0 -5
- package/dist/esm/api/types/AuthTokenRequestGrantType.mjs +0 -5
- package/dist/esm/api/types/CommonTranscript.d.mts +0 -17
- package/dist/esm/api/types/CommonTranscript.mjs +0 -4
- package/dist/esm/api/types/DocumentContextData.d.mts +0 -14
- package/dist/esm/api/types/DocumentContextData.mjs +0 -4
- package/dist/esm/api/types/DocumentTemplate.d.mts +0 -14
- package/dist/esm/api/types/DocumentTemplate.mjs +0 -4
- package/dist/esm/api/types/DocumentsContextData.d.mts +0 -14
- package/dist/esm/api/types/DocumentsContextData.mjs +0 -4
- package/dist/esm/api/types/DocumentsContextTypeEnum.d.mts +0 -9
- package/dist/esm/api/types/DocumentsContextTypeEnum.mjs +0 -8
- package/dist/esm/api/types/DocumentsCreateRequestBody.d.mts +0 -8
- package/dist/esm/api/types/DocumentsCreateRequestBody.mjs +0 -2
- package/dist/esm/api/types/DocumentsCreateRequestWithTemplateId.d.mts +0 -16
- package/dist/esm/api/types/DocumentsCreateRequestWithTemplateId.mjs +0 -4
- package/dist/esm/api/types/DocumentsTemplateWithSectionIds.d.mts +0 -12
- package/dist/esm/api/types/DocumentsTemplateWithSectionIds.mjs +0 -4
- package/dist/esm/api/types/Encounter.d.mts +0 -16
- package/dist/esm/api/types/Encounter.mjs +0 -4
- package/dist/esm/api/types/EncounterPeriod.d.mts +0 -9
- package/dist/esm/api/types/EncounterPeriod.mjs +0 -4
- package/dist/esm/api/types/EncounterStatus.d.mts +0 -12
- package/dist/esm/api/types/EncounterStatus.mjs +0 -11
- package/dist/esm/api/types/EncounterType.d.mts +0 -11
- package/dist/esm/api/types/EncounterType.mjs +0 -10
- package/dist/esm/api/types/EncounterUpdate.d.mts +0 -16
- package/dist/esm/api/types/EncounterUpdate.mjs +0 -4
- package/dist/esm/api/types/FactContext.d.mts +0 -12
- package/dist/esm/api/types/FactContext.mjs +0 -4
- package/dist/esm/api/types/GenderEnum.d.mts +0 -10
- package/dist/esm/api/types/GenderEnum.mjs +0 -9
- package/dist/esm/api/types/ParticipantRoleEnum.d.mts +0 -9
- package/dist/esm/api/types/ParticipantRoleEnum.mjs +0 -8
- package/dist/esm/api/types/Patient.d.mts +0 -16
- package/dist/esm/api/types/Patient.mjs +0 -4
- package/dist/esm/api/types/PatientUpdate.d.mts +0 -16
- package/dist/esm/api/types/PatientUpdate.mjs +0 -4
- package/dist/esm/api/types/ResponseAllTemplateSections.d.mts +0 -8
- package/dist/esm/api/types/ResponseAllTemplateSections.mjs +0 -4
- package/dist/esm/api/types/ResponseAllTemplates.d.mts +0 -8
- package/dist/esm/api/types/ResponseAllTemplates.mjs +0 -4
- package/dist/esm/api/types/ResponseAllTemplatesDataItem.d.mts +0 -20
- package/dist/esm/api/types/ResponseAllTemplatesDataItem.mjs +0 -4
- package/dist/esm/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.mts +0 -10
- package/dist/esm/api/types/ResponseAllTemplatesDataItemTemplateSectionsItem.mjs +0 -4
- package/dist/esm/api/types/ResponseAllTemplatesDataItemTranslationsItem.d.mts +0 -11
- package/dist/esm/api/types/ResponseAllTemplatesDataItemTranslationsItem.mjs +0 -4
- package/dist/esm/api/types/ResponseDocumentList.d.mts +0 -7
- package/dist/esm/api/types/ResponseDocumentList.mjs +0 -4
- package/dist/esm/api/types/ResponseDocumentRead.d.mts +0 -22
- package/dist/esm/api/types/ResponseDocumentRead.mjs +0 -4
- package/dist/esm/api/types/ResponseDocumentReadSectionsItem.d.mts +0 -17
- package/dist/esm/api/types/ResponseDocumentReadSectionsItem.mjs +0 -4
- package/dist/esm/api/types/ResponseFactGroupsFiltered.d.mts +0 -7
- package/dist/esm/api/types/ResponseFactGroupsFiltered.mjs +0 -4
- package/dist/esm/api/types/ResponseFactGroupsFilteredDataItem.d.mts +0 -9
- package/dist/esm/api/types/ResponseFactGroupsFilteredDataItem.mjs +0 -4
- package/dist/esm/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.mts +0 -8
- package/dist/esm/api/types/ResponseFactGroupsFilteredDataItemTranslationsItem.mjs +0 -4
- package/dist/esm/api/types/ResponseFactUpdate.d.mts +0 -22
- package/dist/esm/api/types/ResponseFactUpdate.mjs +0 -4
- package/dist/esm/api/types/ResponseFactsCreate.d.mts +0 -8
- package/dist/esm/api/types/ResponseFactsCreate.mjs +0 -4
- package/dist/esm/api/types/ResponseFactsCreateFactsItem.d.mts +0 -20
- package/dist/esm/api/types/ResponseFactsCreateFactsItem.mjs +0 -4
- package/dist/esm/api/types/ResponseFactsList.d.mts +0 -8
- package/dist/esm/api/types/ResponseFactsList.mjs +0 -4
- package/dist/esm/api/types/ResponseFactsListFactsItem.d.mts +0 -23
- package/dist/esm/api/types/ResponseFactsListFactsItem.mjs +0 -4
- package/dist/esm/api/types/ResponseFactsListFactsItemEvidenceItem.d.mts +0 -11
- package/dist/esm/api/types/ResponseFactsListFactsItemEvidenceItem.mjs +0 -4
- package/dist/esm/api/types/ResponseFactsUpdate.d.mts +0 -8
- package/dist/esm/api/types/ResponseFactsUpdate.mjs +0 -4
- package/dist/esm/api/types/ResponseFactsUpdateFactsItem.d.mts +0 -22
- package/dist/esm/api/types/ResponseFactsUpdateFactsItem.mjs +0 -4
- package/dist/esm/api/types/ResponseInteraction.d.mts +0 -24
- package/dist/esm/api/types/ResponseInteraction.mjs +0 -4
- package/dist/esm/api/types/ResponseInteractionCreate.d.mts +0 -10
- package/dist/esm/api/types/ResponseInteractionCreate.mjs +0 -4
- package/dist/esm/api/types/ResponseInteractions.d.mts +0 -7
- package/dist/esm/api/types/ResponseInteractions.mjs +0 -4
- package/dist/esm/api/types/ResponseMetadataCreate.d.mts +0 -7
- package/dist/esm/api/types/ResponseMetadataCreate.mjs +0 -4
- package/dist/esm/api/types/ResponseMetadataCreateParticipantsRolesItem.d.mts +0 -10
- package/dist/esm/api/types/ResponseMetadataCreateParticipantsRolesItem.mjs +0 -4
- package/dist/esm/api/types/ResponseRecordingCreate.d.mts +0 -8
- package/dist/esm/api/types/ResponseRecordingCreate.mjs +0 -4
- package/dist/esm/api/types/ResponseRecordingList.d.mts +0 -8
- package/dist/esm/api/types/ResponseRecordingList.mjs +0 -4
- package/dist/esm/api/types/ResponseTranscriptCreate.d.mts +0 -13
- package/dist/esm/api/types/ResponseTranscriptCreate.mjs +0 -4
- package/dist/esm/api/types/ResponseTranscriptCreateTranscriptsItem.d.mts +0 -17
- package/dist/esm/api/types/ResponseTranscriptCreateTranscriptsItem.mjs +0 -4
- package/dist/esm/api/types/ResponseTranscriptListAll.d.mts +0 -7
- package/dist/esm/api/types/ResponseTranscriptListAll.mjs +0 -4
- package/dist/esm/api/types/ResponseTranscriptListAllTranscriptsItem.d.mts +0 -9
- package/dist/esm/api/types/ResponseTranscriptListAllTranscriptsItem.mjs +0 -4
- package/dist/esm/api/types/ResponseTranscriptListFull.d.mts +0 -10
- package/dist/esm/api/types/ResponseTranscriptListFull.mjs +0 -4
- package/dist/esm/api/types/ResponseTranscriptListFullTranscriptsItem.d.mts +0 -17
- package/dist/esm/api/types/ResponseTranscriptListFullTranscriptsItem.mjs +0 -4
- package/dist/esm/api/types/Section.d.mts +0 -22
- package/dist/esm/api/types/Section.mjs +0 -4
- package/dist/esm/api/types/SectionTranslationsItem.d.mts +0 -11
- package/dist/esm/api/types/SectionTranslationsItem.mjs +0 -4
- package/dist/esm/api/types/SortingDirectionEnum.d.mts +0 -8
- package/dist/esm/api/types/SortingDirectionEnum.mjs +0 -7
- package/dist/esm/api/types/StreamConfigData.d.mts +0 -8
- package/dist/esm/api/types/StreamConfigData.mjs +0 -4
- package/dist/esm/api/types/StreamConfigMessageType.d.mts +0 -4
- package/dist/esm/api/types/StreamConfigMessageType.mjs +0 -4
- package/dist/esm/api/types/StreamConfigModeOutputLocale.d.mts +0 -21
- package/dist/esm/api/types/StreamConfigModeOutputLocale.mjs +0 -17
- package/dist/esm/api/types/StreamConfigTranscriptionPrimaryLanguage.d.mts +0 -21
- package/dist/esm/api/types/StreamConfigTranscriptionPrimaryLanguage.mjs +0 -17
- package/dist/esm/api/types/StreamConfigurationMessage.d.mts +0 -8
- package/dist/esm/api/types/StreamConfigurationMessage.mjs +0 -4
- package/dist/esm/api/types/StreamEndMessageType.d.mts +0 -4
- package/dist/esm/api/types/StreamEndMessageType.mjs +0 -4
- package/dist/esm/api/types/StreamEndedMessageType.d.mts +0 -4
- package/dist/esm/api/types/StreamEndedMessageType.mjs +0 -4
- package/dist/esm/api/types/StreamErrorMessageType.d.mts +0 -4
- package/dist/esm/api/types/StreamErrorMessageType.mjs +0 -4
- package/dist/esm/api/types/StreamFactsMessageType.d.mts +0 -4
- package/dist/esm/api/types/StreamFactsMessageType.mjs +0 -4
- package/dist/esm/api/types/StreamFlushMessageType.d.mts +0 -4
- package/dist/esm/api/types/StreamFlushMessageType.mjs +0 -4
- package/dist/esm/api/types/StreamFlushedMessageType.d.mts +0 -4
- package/dist/esm/api/types/StreamFlushedMessageType.mjs +0 -4
- package/dist/esm/api/types/StreamParticipantRole.d.mts +0 -12
- package/dist/esm/api/types/StreamParticipantRole.mjs +0 -8
- package/dist/esm/api/types/StreamTranscriptMessageType.d.mts +0 -4
- package/dist/esm/api/types/StreamTranscriptMessageType.mjs +0 -4
- package/dist/esm/api/types/StreamUsageMessageType.d.mts +0 -4
- package/dist/esm/api/types/StreamUsageMessageType.mjs +0 -4
- package/dist/esm/api/types/TemplateFiltered.d.mts +0 -20
- package/dist/esm/api/types/TemplateFiltered.mjs +0 -4
- package/dist/esm/api/types/TemplateFilteredTemplateSectionsItem.d.mts +0 -10
- package/dist/esm/api/types/TemplateFilteredTemplateSectionsItem.mjs +0 -4
- package/dist/esm/api/types/TemplateFilteredTranslationsItem.d.mts +0 -11
- package/dist/esm/api/types/TemplateFilteredTranslationsItem.mjs +0 -4
- package/dist/esm/api/types/TranscribeCommandMessageType.d.mts +0 -4
- package/dist/esm/api/types/TranscribeCommandMessageType.mjs +0 -4
- package/dist/esm/api/types/TranscribeCommandVariableType.d.mts +0 -5
- package/dist/esm/api/types/TranscribeCommandVariableType.mjs +0 -5
- package/dist/esm/api/types/TranscribeConfigMessageType.d.mts +0 -4
- package/dist/esm/api/types/TranscribeConfigMessageType.mjs +0 -4
- package/dist/esm/api/types/TranscribeConfigurationMessage.d.mts +0 -8
- package/dist/esm/api/types/TranscribeConfigurationMessage.mjs +0 -4
- package/dist/esm/api/types/TranscribeConfigurationMessageConfiguration.d.mts +0 -16
- package/dist/esm/api/types/TranscribeConfigurationMessageConfiguration.mjs +0 -4
- package/dist/esm/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.mts +0 -21
- package/dist/esm/api/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.mjs +0 -17
- package/dist/esm/api/types/TranscribeEndMessageType.d.mts +0 -4
- package/dist/esm/api/types/TranscribeEndMessageType.mjs +0 -4
- package/dist/esm/api/types/TranscribeEndedMessageType.d.mts +0 -4
- package/dist/esm/api/types/TranscribeEndedMessageType.mjs +0 -4
- package/dist/esm/api/types/TranscribeErrorMessageType.d.mts +0 -4
- package/dist/esm/api/types/TranscribeErrorMessageType.mjs +0 -4
- package/dist/esm/api/types/TranscribeFlushMessageType.d.mts +0 -4
- package/dist/esm/api/types/TranscribeFlushMessageType.mjs +0 -4
- package/dist/esm/api/types/TranscribeFlushedMessageType.d.mts +0 -4
- package/dist/esm/api/types/TranscribeFlushedMessageType.mjs +0 -4
- package/dist/esm/api/types/TranscribeTranscriptMessageType.d.mts +0 -4
- package/dist/esm/api/types/TranscribeTranscriptMessageType.mjs +0 -4
- package/dist/esm/api/types/TranscribeUsageMessageType.d.mts +0 -4
- package/dist/esm/api/types/TranscribeUsageMessageType.mjs +0 -4
- package/dist/esm/api/types/Transcript.d.mts +0 -17
- package/dist/esm/api/types/Transcript.mjs +0 -4
- package/dist/esm/api/types/UsageInfo.d.mts +0 -6
- package/dist/esm/api/types/UsageInfo.mjs +0 -4
- package/dist/esm/api/types/V2DocumentContextTypeEnum.d.mts +0 -9
- package/dist/esm/api/types/V2DocumentContextTypeEnum.mjs +0 -8
- package/dist/esm/api/types/V2SourceEnum.d.mts +0 -9
- package/dist/esm/api/types/V2SourceEnum.mjs +0 -8
- package/dist/esm/api/types/WritingStyle.d.mts +0 -7
- package/dist/esm/api/types/WritingStyle.mjs +0 -4
- package/dist/esm/auth/BearerAuthProvider.d.mts +0 -20
- package/dist/esm/auth/BearerAuthProvider.mjs +0 -42
- package/dist/esm/auth/OAuthRopcAuthProvider.d.mts +0 -33
- package/dist/esm/auth/OAuthRopcAuthProvider.mjs +0 -93
- package/dist/esm/core/auth/OAuthTokenProvider.d.mts +0 -25
- package/dist/esm/core/auth/OAuthTokenProvider.mjs +0 -49
- package/dist/esm/core/fetcher/ResponseWithBody.d.mts +0 -4
- package/dist/esm/core/fetcher/ResponseWithBody.mjs +0 -3
- package/dist/esm/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.mts +0 -30
- package/dist/esm/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.mjs +0 -243
- package/dist/esm/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.mts +0 -21
- package/dist/esm/core/fetcher/stream-wrappers/NodePre18StreamWrapper.mjs +0 -122
- package/dist/esm/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.mts +0 -31
- package/dist/esm/core/fetcher/stream-wrappers/UndiciStreamWrapper.mjs +0 -225
- package/dist/esm/core/fetcher/stream-wrappers/chooseStreamWrapper.d.mts +0 -18
- package/dist/esm/core/fetcher/stream-wrappers/chooseStreamWrapper.mjs +0 -23
- package/dist/esm/core/pagination/CustomPager.d.mts +0 -67
- package/dist/esm/core/pagination/CustomPager.mjs +0 -189
- package/dist/esm/core/pagination/Pageable.d.mts +0 -14
- package/dist/esm/core/pagination/Pageable.mjs +0 -6
- package/dist/esm/core/stream/Stream.d.mts +0 -46
- package/dist/esm/core/stream/Stream.mjs +0 -164
- package/dist/esm/core/stream/index.d.mts +0 -1
- package/dist/esm/core/stream/index.mjs +0 -1
- package/dist/esm/custom/BearerProvider.d.mts +0 -13
- package/dist/esm/custom/BearerProvider.mjs +0 -23
- package/dist/esm/custom/CortiAuth.d.mts +0 -129
- package/dist/esm/custom/CortiAuth.mjs +0 -158
- package/dist/esm/custom/CortiOAuthAuthProvider.d.mts +0 -7
- package/dist/esm/custom/CortiOAuthAuthProvider.mjs +0 -11
- package/dist/esm/custom/CortiWebSocketClient.d.mts +0 -14
- package/dist/esm/custom/CortiWebSocketClient.mjs +0 -27
- package/dist/esm/custom/CustomStream.d.mts +0 -8
- package/dist/esm/custom/CustomStream.mjs +0 -25
- package/dist/esm/custom/CustomStreamSocket.d.mts +0 -15
- package/dist/esm/custom/CustomStreamSocket.mjs +0 -33
- package/dist/esm/custom/CustomTranscribe.d.mts +0 -6
- package/dist/esm/custom/CustomTranscribe.mjs +0 -25
- package/dist/esm/custom/CustomTranscribeSocket.d.mts +0 -15
- package/dist/esm/custom/CustomTranscribeSocket.mjs +0 -33
- package/dist/esm/custom/OAuthAuthCodeAuthProvider.d.mts +0 -23
- package/dist/esm/custom/OAuthAuthCodeAuthProvider.mjs +0 -127
- package/dist/esm/custom/OAuthAuthProvider.d.mts +0 -99
- package/dist/esm/custom/OAuthAuthProvider.mjs +0 -239
- package/dist/esm/custom/OAuthPkceAuthProvider.d.mts +0 -23
- package/dist/esm/custom/OAuthPkceAuthProvider.mjs +0 -127
- package/dist/esm/custom/OAuthRopcAuthProvider.d.mts +0 -22
- package/dist/esm/custom/OAuthRopcAuthProvider.mjs +0 -100
- package/dist/esm/custom/RefreshBearerProvider.d.mts +0 -33
- package/dist/esm/custom/RefreshBearerProvider.mjs +0 -75
- package/dist/esm/custom/createAuthProvider.d.mts +0 -6
- package/dist/esm/custom/createAuthProvider.mjs +0 -18
- package/dist/esm/custom/environments.d.mts +0 -10
- package/dist/esm/custom/environments.mjs +0 -9
- package/dist/esm/custom/index.d.mts +0 -11
- package/dist/esm/custom/index.mjs +0 -11
- package/dist/esm/custom/utils/getEnvironmentFromString.d.mts +0 -5
- package/dist/esm/custom/utils/getEnvironmentFromString.mjs +0 -10
- package/dist/esm/custom/utils/localStorage.d.mts +0 -4
- package/dist/esm/custom/utils/localStorage.mjs +0 -34
- package/dist/esm/custom/utils/pkce.d.mts +0 -2
- package/dist/esm/custom/utils/pkce.mjs +0 -24
- package/dist/esm/custom/utils/tokenRequest.d.mts +0 -12
- package/dist/esm/custom/utils/tokenRequest.mjs +0 -42
- package/dist/esm/serialization/resources/agents/types/AgentsMessageStreamResponse.d.mts +0 -19
- package/dist/esm/serialization/resources/agents/types/AgentsMessageStreamResponse.mjs +0 -14
- package/dist/esm/serialization/resources/auth/client/index.d.mts +0 -1
- package/dist/esm/serialization/resources/auth/client/index.mjs +0 -1
- package/dist/esm/serialization/resources/auth/client/requests/AuthGetTokenRequest.d.mts +0 -13
- package/dist/esm/serialization/resources/auth/client/requests/AuthGetTokenRequest.mjs +0 -8
- package/dist/esm/serialization/resources/auth/client/requests/index.d.mts +0 -1
- package/dist/esm/serialization/resources/auth/client/requests/index.mjs +0 -1
- package/dist/esm/serialization/resources/auth/types/AuthGetTokenRequestGrantType.d.mts +0 -7
- package/dist/esm/serialization/resources/auth/types/AuthGetTokenRequestGrantType.mjs +0 -3
- package/dist/esm/serialization/resources/auth/types/AuthTokenRequest.d.mts +0 -12
- package/dist/esm/serialization/resources/auth/types/AuthTokenRequest.mjs +0 -14
- package/dist/esm/serialization/resources/auth/types/GetTokenResponse.d.mts +0 -16
- package/dist/esm/serialization/resources/auth/types/GetTokenResponse.mjs +0 -11
- package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentCreate.d.mts +0 -19
- package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentCreate.mjs +0 -14
- package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentUpdate.d.mts +0 -14
- package/dist/esm/serialization/resources/documents/client/requests/RequestDocumentUpdate.mjs +0 -9
- package/dist/esm/serialization/resources/documents/types/RequestDocumentCreateContextItem.d.mts +0 -15
- package/dist/esm/serialization/resources/documents/types/RequestDocumentCreateContextItem.mjs +0 -10
- package/dist/esm/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.d.mts +0 -15
- package/dist/esm/serialization/resources/documents/types/RequestDocumentUpdateSectionsItem.mjs +0 -10
- package/dist/esm/serialization/resources/documents/types/index.d.mts +0 -2
- package/dist/esm/serialization/resources/documents/types/index.mjs +0 -2
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactUpdate.d.mts +0 -16
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactUpdate.mjs +0 -11
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactsCreate.d.mts +0 -13
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactsCreate.mjs +0 -8
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactsUpdate.d.mts +0 -13
- package/dist/esm/serialization/resources/facts/client/requests/RequestFactsUpdate.mjs +0 -8
- package/dist/esm/serialization/resources/facts/types/RequestFactsCreateFactsItem.d.mts +0 -15
- package/dist/esm/serialization/resources/facts/types/RequestFactsCreateFactsItem.mjs +0 -10
- package/dist/esm/serialization/resources/facts/types/RequestFactsUpdateFactsItem.d.mts +0 -16
- package/dist/esm/serialization/resources/facts/types/RequestFactsUpdateFactsItem.mjs +0 -11
- package/dist/esm/serialization/resources/facts/types/index.d.mts +0 -2
- package/dist/esm/serialization/resources/facts/types/index.mjs +0 -2
- package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionCreate.d.mts +0 -17
- package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionCreate.mjs +0 -12
- package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionUpdate.d.mts +0 -17
- package/dist/esm/serialization/resources/interactions/client/requests/RequestInteractionUpdate.mjs +0 -12
- package/dist/esm/serialization/resources/interactions/types/InteractionsListRequestDirection.d.mts +0 -10
- package/dist/esm/serialization/resources/interactions/types/InteractionsListRequestDirection.mjs +0 -5
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptCreate.d.mts +0 -22
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptCreate.mjs +0 -17
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.d.mts +0 -10
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateModelName.mjs +0 -5
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.d.mts +0 -14
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreateParticipantsItem.mjs +0 -9
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.d.mts +0 -10
- package/dist/esm/serialization/resources/transcripts/types/RequestTranscriptCreatePrimaryLanguage.mjs +0 -5
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestModelName.d.mts +0 -10
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestModelName.mjs +0 -5
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.d.mts +0 -10
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsCreateRequestPrimaryLanguage.mjs +0 -5
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsListRequestSort.d.mts +0 -10
- package/dist/esm/serialization/resources/transcripts/types/TranscriptsListRequestSort.mjs +0 -5
- package/dist/esm/serialization/resources/transcripts/types/index.d.mts +0 -1
- package/dist/esm/serialization/resources/transcripts/types/index.mjs +0 -1
- package/dist/esm/serialization/types/AgentsMessageSendParams.d.mts +0 -16
- package/dist/esm/serialization/types/AgentsMessageSendParams.mjs +0 -11
- package/dist/esm/serialization/types/AgentsTaskArtifactUpdateEvent.d.mts +0 -19
- package/dist/esm/serialization/types/AgentsTaskArtifactUpdateEvent.mjs +0 -14
- package/dist/esm/serialization/types/AgentsTaskStatusUpdateEvent.d.mts +0 -18
- package/dist/esm/serialization/types/AgentsTaskStatusUpdateEvent.mjs +0 -13
- package/dist/esm/serialization/types/AuthTokenRequest.d.mts +0 -13
- package/dist/esm/serialization/types/AuthTokenRequest.mjs +0 -9
- package/dist/esm/serialization/types/AuthTokenRequestGrantType.d.mts +0 -7
- package/dist/esm/serialization/types/CommonTranscript.d.mts +0 -17
- package/dist/esm/serialization/types/CommonTranscript.mjs +0 -12
- package/dist/esm/serialization/types/DocumentContextData.d.mts +0 -12
- package/dist/esm/serialization/types/DocumentContextData.mjs +0 -11
- package/dist/esm/serialization/types/DocumentTemplate.d.mts +0 -16
- package/dist/esm/serialization/types/DocumentTemplate.mjs +0 -11
- package/dist/esm/serialization/types/DocumentsContextData.d.mts +0 -12
- package/dist/esm/serialization/types/DocumentsContextData.mjs +0 -11
- package/dist/esm/serialization/types/DocumentsContextTypeEnum.d.mts +0 -10
- package/dist/esm/serialization/types/DocumentsContextTypeEnum.mjs +0 -5
- package/dist/esm/serialization/types/DocumentsCreateRequestBody.d.mts +0 -9
- package/dist/esm/serialization/types/DocumentsCreateRequestBody.mjs +0 -8
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplateId.d.mts +0 -18
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplateId.mjs +0 -13
- package/dist/esm/serialization/types/DocumentsTemplateWithSectionIds.d.mts +0 -15
- package/dist/esm/serialization/types/DocumentsTemplateWithSectionIds.mjs +0 -10
- package/dist/esm/serialization/types/Encounter.d.mts +0 -19
- package/dist/esm/serialization/types/Encounter.mjs +0 -14
- package/dist/esm/serialization/types/EncounterPeriod.d.mts +0 -13
- package/dist/esm/serialization/types/EncounterPeriod.mjs +0 -8
- package/dist/esm/serialization/types/EncounterStatus.d.mts +0 -10
- package/dist/esm/serialization/types/EncounterStatus.mjs +0 -5
- package/dist/esm/serialization/types/EncounterType.d.mts +0 -10
- package/dist/esm/serialization/types/EncounterType.mjs +0 -5
- package/dist/esm/serialization/types/EncounterUpdate.d.mts +0 -19
- package/dist/esm/serialization/types/EncounterUpdate.mjs +0 -14
- package/dist/esm/serialization/types/FactContext.d.mts +0 -15
- package/dist/esm/serialization/types/FactContext.mjs +0 -10
- package/dist/esm/serialization/types/GenderEnum.d.mts +0 -10
- package/dist/esm/serialization/types/GenderEnum.mjs +0 -5
- package/dist/esm/serialization/types/ParticipantRoleEnum.d.mts +0 -10
- package/dist/esm/serialization/types/ParticipantRoleEnum.mjs +0 -5
- package/dist/esm/serialization/types/Patient.d.mts +0 -17
- package/dist/esm/serialization/types/Patient.mjs +0 -12
- package/dist/esm/serialization/types/PatientUpdate.d.mts +0 -17
- package/dist/esm/serialization/types/PatientUpdate.mjs +0 -12
- package/dist/esm/serialization/types/ResponseAllTemplateSections.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseAllTemplateSections.mjs +0 -8
- package/dist/esm/serialization/types/ResponseAllTemplates.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseAllTemplates.mjs +0 -8
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItem.d.mts +0 -20
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItem.mjs +0 -15
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.d.mts +0 -14
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTemplateSectionsItem.mjs +0 -9
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.d.mts +0 -14
- package/dist/esm/serialization/types/ResponseAllTemplatesDataItemTranslationsItem.mjs +0 -9
- package/dist/esm/serialization/types/ResponseDocumentList.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseDocumentList.mjs +0 -8
- package/dist/esm/serialization/types/ResponseDocumentRead.d.mts +0 -23
- package/dist/esm/serialization/types/ResponseDocumentRead.mjs +0 -18
- package/dist/esm/serialization/types/ResponseDocumentReadSectionsItem.d.mts +0 -17
- package/dist/esm/serialization/types/ResponseDocumentReadSectionsItem.mjs +0 -12
- package/dist/esm/serialization/types/ResponseFactGroupsFiltered.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseFactGroupsFiltered.mjs +0 -8
- package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItem.d.mts +0 -16
- package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItem.mjs +0 -11
- package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.d.mts +0 -14
- package/dist/esm/serialization/types/ResponseFactGroupsFilteredDataItemTranslationsItem.mjs +0 -9
- package/dist/esm/serialization/types/ResponseFactUpdate.d.mts +0 -21
- package/dist/esm/serialization/types/ResponseFactUpdate.mjs +0 -16
- package/dist/esm/serialization/types/ResponseFactsCreate.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseFactsCreate.mjs +0 -8
- package/dist/esm/serialization/types/ResponseFactsCreateFactsItem.d.mts +0 -20
- package/dist/esm/serialization/types/ResponseFactsCreateFactsItem.mjs +0 -15
- package/dist/esm/serialization/types/ResponseFactsList.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseFactsList.mjs +0 -8
- package/dist/esm/serialization/types/ResponseFactsListFactsItem.d.mts +0 -23
- package/dist/esm/serialization/types/ResponseFactsListFactsItem.mjs +0 -18
- package/dist/esm/serialization/types/ResponseFactsListFactsItemEvidenceItem.d.mts +0 -14
- package/dist/esm/serialization/types/ResponseFactsListFactsItemEvidenceItem.mjs +0 -9
- package/dist/esm/serialization/types/ResponseFactsUpdate.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseFactsUpdate.mjs +0 -8
- package/dist/esm/serialization/types/ResponseFactsUpdateFactsItem.d.mts +0 -21
- package/dist/esm/serialization/types/ResponseFactsUpdateFactsItem.mjs +0 -16
- package/dist/esm/serialization/types/ResponseInteraction.d.mts +0 -23
- package/dist/esm/serialization/types/ResponseInteraction.mjs +0 -18
- package/dist/esm/serialization/types/ResponseInteractionCreate.d.mts +0 -14
- package/dist/esm/serialization/types/ResponseInteractionCreate.mjs +0 -9
- package/dist/esm/serialization/types/ResponseInteractions.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseInteractions.mjs +0 -8
- package/dist/esm/serialization/types/ResponseMetadataCreate.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseMetadataCreate.mjs +0 -8
- package/dist/esm/serialization/types/ResponseMetadataCreateParticipantsRolesItem.d.mts +0 -14
- package/dist/esm/serialization/types/ResponseMetadataCreateParticipantsRolesItem.mjs +0 -9
- package/dist/esm/serialization/types/ResponseRecordingCreate.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseRecordingCreate.mjs +0 -8
- package/dist/esm/serialization/types/ResponseRecordingList.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseRecordingList.mjs +0 -8
- package/dist/esm/serialization/types/ResponseTranscriptCreate.d.mts +0 -19
- package/dist/esm/serialization/types/ResponseTranscriptCreate.mjs +0 -14
- package/dist/esm/serialization/types/ResponseTranscriptListAll.d.mts +0 -13
- package/dist/esm/serialization/types/ResponseTranscriptListAll.mjs +0 -8
- package/dist/esm/serialization/types/ResponseTranscriptListAllTranscriptsItem.d.mts +0 -16
- package/dist/esm/serialization/types/ResponseTranscriptListAllTranscriptsItem.mjs +0 -11
- package/dist/esm/serialization/types/ResponseTranscriptListFull.d.mts +0 -15
- package/dist/esm/serialization/types/ResponseTranscriptListFull.mjs +0 -10
- package/dist/esm/serialization/types/ResponseTranscriptListFullTranscriptsItem.d.mts +0 -17
- package/dist/esm/serialization/types/ResponseTranscriptListFullTranscriptsItem.mjs +0 -12
- package/dist/esm/serialization/types/Section.d.mts +0 -21
- package/dist/esm/serialization/types/Section.mjs +0 -16
- package/dist/esm/serialization/types/SectionTranslationsItem.d.mts +0 -14
- package/dist/esm/serialization/types/SectionTranslationsItem.mjs +0 -9
- package/dist/esm/serialization/types/SortingDirectionEnum.d.mts +0 -10
- package/dist/esm/serialization/types/SortingDirectionEnum.mjs +0 -5
- package/dist/esm/serialization/types/StreamConfigData.d.mts +0 -15
- package/dist/esm/serialization/types/StreamConfigData.mjs +0 -10
- package/dist/esm/serialization/types/StreamConfigMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/StreamConfigMessageType.mjs +0 -3
- package/dist/esm/serialization/types/StreamConfigModeOutputLocale.d.mts +0 -10
- package/dist/esm/serialization/types/StreamConfigModeOutputLocale.mjs +0 -5
- package/dist/esm/serialization/types/StreamConfigTranscriptionPrimaryLanguage.d.mts +0 -10
- package/dist/esm/serialization/types/StreamConfigTranscriptionPrimaryLanguage.mjs +0 -5
- package/dist/esm/serialization/types/StreamConfigurationMessage.d.mts +0 -14
- package/dist/esm/serialization/types/StreamConfigurationMessage.mjs +0 -9
- package/dist/esm/serialization/types/StreamEndMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/StreamEndMessageType.mjs +0 -3
- package/dist/esm/serialization/types/StreamEndedMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/StreamEndedMessageType.mjs +0 -3
- package/dist/esm/serialization/types/StreamErrorMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/StreamErrorMessageType.mjs +0 -3
- package/dist/esm/serialization/types/StreamFactsMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/StreamFactsMessageType.mjs +0 -3
- package/dist/esm/serialization/types/StreamFlushMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/StreamFlushMessageType.mjs +0 -3
- package/dist/esm/serialization/types/StreamFlushedMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/StreamFlushedMessageType.mjs +0 -3
- package/dist/esm/serialization/types/StreamParticipantRole.d.mts +0 -10
- package/dist/esm/serialization/types/StreamParticipantRole.mjs +0 -5
- package/dist/esm/serialization/types/StreamTranscriptMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/StreamTranscriptMessageType.mjs +0 -3
- package/dist/esm/serialization/types/StreamUsageMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/StreamUsageMessageType.mjs +0 -3
- package/dist/esm/serialization/types/TemplateFiltered.d.mts +0 -20
- package/dist/esm/serialization/types/TemplateFiltered.mjs +0 -15
- package/dist/esm/serialization/types/TemplateFilteredTemplateSectionsItem.d.mts +0 -14
- package/dist/esm/serialization/types/TemplateFilteredTemplateSectionsItem.mjs +0 -9
- package/dist/esm/serialization/types/TemplateFilteredTranslationsItem.d.mts +0 -14
- package/dist/esm/serialization/types/TemplateFilteredTranslationsItem.mjs +0 -9
- package/dist/esm/serialization/types/TranscribeCommandMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/TranscribeCommandMessageType.mjs +0 -3
- package/dist/esm/serialization/types/TranscribeCommandVariableType.d.mts +0 -7
- package/dist/esm/serialization/types/TranscribeCommandVariableType.mjs +0 -3
- package/dist/esm/serialization/types/TranscribeConfigMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/TranscribeConfigMessageType.mjs +0 -3
- package/dist/esm/serialization/types/TranscribeConfigurationMessage.d.mts +0 -14
- package/dist/esm/serialization/types/TranscribeConfigurationMessage.mjs +0 -9
- package/dist/esm/serialization/types/TranscribeConfigurationMessageConfiguration.d.mts +0 -18
- package/dist/esm/serialization/types/TranscribeConfigurationMessageConfiguration.mjs +0 -13
- package/dist/esm/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.d.mts +0 -10
- package/dist/esm/serialization/types/TranscribeConfigurationMessageConfigurationPrimaryLanguage.mjs +0 -5
- package/dist/esm/serialization/types/TranscribeEndMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/TranscribeEndMessageType.mjs +0 -3
- package/dist/esm/serialization/types/TranscribeEndedMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/TranscribeEndedMessageType.mjs +0 -3
- package/dist/esm/serialization/types/TranscribeErrorMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/TranscribeErrorMessageType.mjs +0 -3
- package/dist/esm/serialization/types/TranscribeFlushMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/TranscribeFlushMessageType.mjs +0 -3
- package/dist/esm/serialization/types/TranscribeFlushedMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/TranscribeFlushedMessageType.mjs +0 -3
- package/dist/esm/serialization/types/TranscribeTranscriptMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/TranscribeTranscriptMessageType.mjs +0 -3
- package/dist/esm/serialization/types/TranscribeUsageMessageType.d.mts +0 -7
- package/dist/esm/serialization/types/TranscribeUsageMessageType.mjs +0 -3
- package/dist/esm/serialization/types/Transcript.d.mts +0 -17
- package/dist/esm/serialization/types/Transcript.mjs +0 -12
- package/dist/esm/serialization/types/UsageInfo.d.mts +0 -12
- package/dist/esm/serialization/types/UsageInfo.mjs +0 -7
- package/dist/esm/serialization/types/V2DocumentContextTypeEnum.d.mts +0 -10
- package/dist/esm/serialization/types/V2DocumentContextTypeEnum.mjs +0 -5
- package/dist/esm/serialization/types/V2SourceEnum.d.mts +0 -10
- package/dist/esm/serialization/types/V2SourceEnum.mjs +0 -5
- package/dist/esm/serialization/types/WritingStyle.d.mts +0 -12
- package/dist/esm/serialization/types/WritingStyle.mjs +0 -7
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
|
|
|
6
6
|
const headers = mergeHeaders({
|
|
7
7
|
"X-Fern-Language": "JavaScript",
|
|
8
8
|
"X-Fern-SDK-Name": "@corti/sdk",
|
|
9
|
-
"X-Fern-SDK-Version": "1.0.0-
|
|
10
|
-
"User-Agent": "@corti/sdk/1.0.0-
|
|
9
|
+
"X-Fern-SDK-Version": "1.0.0-rc",
|
|
10
|
+
"User-Agent": "@corti/sdk/1.0.0-rc",
|
|
11
11
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
12
12
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
13
13
|
"Tenant-Name": options === null || options === void 0 ? void 0 : options.tenantName,
|
|
@@ -11,7 +11,7 @@ export declare class CodesClient {
|
|
|
11
11
|
protected readonly _options: NormalizedClientOptionsWithAuth<CodesClient.Options>;
|
|
12
12
|
constructor(options: CodesClient.Options);
|
|
13
13
|
/**
|
|
14
|
-
* Predict medical codes from provided context.<br/><Note>This is a stateless endpoint, designed to predict ICD-10-CM, ICD-10-PCS, and CPT codes based on input text string or documentId.<br/><br/>More than one code system may be defined in a single request.<br/><br/>Code prediction requests have two possible values for context:<br/>- `text`: One set of code prediction results will be returned based on all input text defined.<br/>- `documentId`: Code prediction will be based on that defined document only.<br/><br/>The response includes two sets of results:<br/>- `Codes`: Codes predicted by the model.<br/>- `Candidates`: Lower-confidence codes the model considered potentially relevant but excluded from the predicted set.<br/><br/>All predicted code results are based on input context defined in the request only (not other external data or assets associated with an interaction).</Note>
|
|
14
|
+
* Predict medical codes from provided context.<br/><Note>This is a stateless endpoint, designed to predict ICD-10-CM, ICD-10-PCS, ICD-10-UK and CPT codes based on input text string or documentId.<br/><br/>More than one code system may be defined in a single request.<br/><br/>Code prediction requests have two possible values for context:<br/>- `text`: One set of code prediction results will be returned based on all input text defined.<br/>- `documentId`: Code prediction will be based on that defined document only.<br/><br/>The response includes two sets of results:<br/>- `Codes`: Codes predicted by the model.<br/>- `Candidates`: Lower-confidence codes the model considered potentially relevant but excluded from the predicted set.<br/><br/>All predicted code results are based on input context defined in the request only (not other external data or assets associated with an interaction).</Note>
|
|
15
15
|
*
|
|
16
16
|
* @param {Corti.CodesGeneralPredictRequest} request
|
|
17
17
|
* @param {CodesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -20,7 +20,7 @@ export class CodesClient {
|
|
|
20
20
|
this._options = normalizeClientOptionsWithAuth(options);
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* Predict medical codes from provided context.<br/><Note>This is a stateless endpoint, designed to predict ICD-10-CM, ICD-10-PCS, and CPT codes based on input text string or documentId.<br/><br/>More than one code system may be defined in a single request.<br/><br/>Code prediction requests have two possible values for context:<br/>- `text`: One set of code prediction results will be returned based on all input text defined.<br/>- `documentId`: Code prediction will be based on that defined document only.<br/><br/>The response includes two sets of results:<br/>- `Codes`: Codes predicted by the model.<br/>- `Candidates`: Lower-confidence codes the model considered potentially relevant but excluded from the predicted set.<br/><br/>All predicted code results are based on input context defined in the request only (not other external data or assets associated with an interaction).</Note>
|
|
23
|
+
* Predict medical codes from provided context.<br/><Note>This is a stateless endpoint, designed to predict ICD-10-CM, ICD-10-PCS, ICD-10-UK and CPT codes based on input text string or documentId.<br/><br/>More than one code system may be defined in a single request.<br/><br/>Code prediction requests have two possible values for context:<br/>- `text`: One set of code prediction results will be returned based on all input text defined.<br/>- `documentId`: Code prediction will be based on that defined document only.<br/><br/>The response includes two sets of results:<br/>- `Codes`: Codes predicted by the model.<br/>- `Candidates`: Lower-confidence codes the model considered potentially relevant but excluded from the predicted set.<br/><br/>All predicted code results are based on input context defined in the request only (not other external data or assets associated with an interaction).</Note>
|
|
24
24
|
*
|
|
25
25
|
* @param {Corti.CodesGeneralPredictRequest} request
|
|
26
26
|
* @param {CodesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -15,10 +15,10 @@ export interface AgentsAgentCard {
|
|
|
15
15
|
iconUrl?: string | null;
|
|
16
16
|
/** A URL to documentation describing how to interact with the agent. */
|
|
17
17
|
documentationUrl?: string | null;
|
|
18
|
-
provider?: Corti.AgentsAgentProvider;
|
|
18
|
+
provider?: Corti.AgentsAgentProvider | null;
|
|
19
19
|
/** The version of the agent. */
|
|
20
20
|
version: string;
|
|
21
|
-
capabilities: Corti.AgentsAgentCapabilities;
|
|
21
|
+
capabilities: Corti.AgentsAgentCapabilities | null;
|
|
22
22
|
/** A declaration of the security schemes available to authorize requests. The key is the scheme name. Follows the OpenAPI 3.0 Security Scheme Object. */
|
|
23
23
|
securitySchemes?: Record<string, unknown> | null;
|
|
24
24
|
/** A list of security requirement objects that apply to all agent interactions. Each object lists security schemes that can be used. Follows the OpenAPI 3.0 Security Requirement Object. This list can be seen as an OR of ANDs. Each object in the list describes one possible set of security requirements that must be present on a request. This allows specifying, for example, "callers must either use OAuth OR an API Key AND mTLS." */
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type * as Corti from "../index.mjs";
|
|
2
1
|
export interface AgentsErrorResponse {
|
|
3
2
|
/** A machine-readable error code that identifies the type of error. */
|
|
4
3
|
code: string;
|
|
@@ -8,5 +7,6 @@ export interface AgentsErrorResponse {
|
|
|
8
7
|
howToFix?: string;
|
|
9
8
|
/** An optional object containing additional details about the error. */
|
|
10
9
|
details?: Record<string, unknown>;
|
|
11
|
-
cause
|
|
10
|
+
/** An optional object containing the cause of the error, following the same structure as the parent error response. */
|
|
11
|
+
cause?: Record<string, unknown>;
|
|
12
12
|
}
|
|
@@ -4,5 +4,5 @@ export interface CodesGeneralResponse {
|
|
|
4
4
|
codes: Corti.CodesGeneralReadResponse[];
|
|
5
5
|
/** Lower-confidence codes the model considered potentially relevant but excluded from the predicted set. */
|
|
6
6
|
candidates: Corti.CodesGeneralReadResponse[];
|
|
7
|
-
usageInfo
|
|
7
|
+
usageInfo: Corti.CommonUsageInfo;
|
|
8
8
|
}
|
|
@@ -3,5 +3,9 @@ export declare const CommonCodingSystemEnum: {
|
|
|
3
3
|
readonly Icd10CmOutpatient: "icd10cm-outpatient";
|
|
4
4
|
readonly Icd10Pcs: "icd10pcs";
|
|
5
5
|
readonly Cpt: "cpt";
|
|
6
|
+
readonly Icd10IntInpatient: "icd10int-inpatient";
|
|
7
|
+
readonly Icd10IntOutpatient: "icd10int-outpatient";
|
|
8
|
+
readonly Icd10UkInpatient: "icd10uk-inpatient";
|
|
9
|
+
readonly Icd10UkOutpatient: "icd10uk-outpatient";
|
|
6
10
|
};
|
|
7
11
|
export type CommonCodingSystemEnum = (typeof CommonCodingSystemEnum)[keyof typeof CommonCodingSystemEnum];
|
|
@@ -4,4 +4,8 @@ export const CommonCodingSystemEnum = {
|
|
|
4
4
|
Icd10CmOutpatient: "icd10cm-outpatient",
|
|
5
5
|
Icd10Pcs: "icd10pcs",
|
|
6
6
|
Cpt: "cpt",
|
|
7
|
+
Icd10IntInpatient: "icd10int-inpatient",
|
|
8
|
+
Icd10IntOutpatient: "icd10int-outpatient",
|
|
9
|
+
Icd10UkInpatient: "icd10uk-inpatient",
|
|
10
|
+
Icd10UkOutpatient: "icd10uk-outpatient",
|
|
7
11
|
};
|
|
@@ -2,4 +2,6 @@ import type * as Corti from "../index.mjs";
|
|
|
2
2
|
export interface StreamConfig {
|
|
3
3
|
transcription: Corti.StreamConfigTranscription;
|
|
4
4
|
mode: Corti.StreamConfigMode;
|
|
5
|
+
/** Optional parameter to specify data retention policy for the generated transcripts and facts. Use value 'none' to indicate data should not be stored in the database. Use value 'retain' to indicate that the data should be retained according to standard retention policies. If configuration is not provided, then the default retention policy will apply. */
|
|
6
|
+
xCortiRetentionPolicy?: Corti.StreamConfigXCortiRetentionPolicy;
|
|
5
7
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Optional parameter to specify data retention policy for the generated transcripts and facts. Use value 'none' to indicate data should not be stored in the database. Use value 'retain' to indicate that the data should be retained according to standard retention policies. If configuration is not provided, then the default retention policy will apply. */
|
|
2
|
+
export declare const StreamConfigXCortiRetentionPolicy: {
|
|
3
|
+
readonly Retain: "retain";
|
|
4
|
+
readonly None: "none";
|
|
5
|
+
};
|
|
6
|
+
export type StreamConfigXCortiRetentionPolicy = (typeof StreamConfigXCortiRetentionPolicy)[keyof typeof StreamConfigXCortiRetentionPolicy];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Optional parameter to specify data retention policy for the generated transcripts and facts. Use value 'none' to indicate data should not be stored in the database. Use value 'retain' to indicate that the data should be retained according to standard retention policies. If configuration is not provided, then the default retention policy will apply. */
|
|
3
|
+
export const StreamConfigXCortiRetentionPolicy = {
|
|
4
|
+
Retain: "retain",
|
|
5
|
+
None: "none",
|
|
6
|
+
};
|
|
@@ -135,6 +135,7 @@ export * from "./StreamConfigParticipantRole.mjs";
|
|
|
135
135
|
export * from "./StreamConfigStatusMessage.mjs";
|
|
136
136
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
137
137
|
export * from "./StreamConfigTranscription.mjs";
|
|
138
|
+
export * from "./StreamConfigXCortiRetentionPolicy.mjs";
|
|
138
139
|
export * from "./StreamEndedMessage.mjs";
|
|
139
140
|
export * from "./StreamEndMessage.mjs";
|
|
140
141
|
export * from "./StreamErrorDetail.mjs";
|
|
@@ -135,6 +135,7 @@ export * from "./StreamConfigParticipantRole.mjs";
|
|
|
135
135
|
export * from "./StreamConfigStatusMessage.mjs";
|
|
136
136
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
137
137
|
export * from "./StreamConfigTranscription.mjs";
|
|
138
|
+
export * from "./StreamConfigXCortiRetentionPolicy.mjs";
|
|
138
139
|
export * from "./StreamEndedMessage.mjs";
|
|
139
140
|
export * from "./StreamEndMessage.mjs";
|
|
140
141
|
export * from "./StreamErrorDetail.mjs";
|
|
@@ -3,9 +3,9 @@ import { CortiAuth } from "./auth/CortiAuth.mjs";
|
|
|
3
3
|
import { CustomStream } from "./stream/CustomStream.mjs";
|
|
4
4
|
import { CustomTranscribe } from "./transcribe/CustomTranscribe.mjs";
|
|
5
5
|
import { authToBaseOptions } from "./utils/authToBaseOptions.mjs";
|
|
6
|
-
import { setDefaultWithCredentials } from "./utils/withCredentialsConfig.mjs";
|
|
7
6
|
import { getEnvironment } from "./utils/environment.mjs";
|
|
8
7
|
import { resolveClientOptions } from "./utils/resolveClientOptions.mjs";
|
|
8
|
+
import { setDefaultWithCredentials } from "./utils/withCredentialsConfig.mjs";
|
|
9
9
|
export class CortiClient extends BaseCortiClient {
|
|
10
10
|
constructor(options) {
|
|
11
11
|
const opts = options;
|
|
@@ -9,8 +9,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
};
|
|
10
10
|
import * as core from "../../core/index.mjs";
|
|
11
11
|
import * as errors from "../../errors/index.mjs";
|
|
12
|
-
import { CortiAuth } from "./CortiAuth.mjs";
|
|
13
12
|
import { BUFFER_IN_MINUTES, CLIENT_ID_PARAM, CLIENT_ID_REQUIRED_ERROR_MESSAGE, CLIENT_SECRET_PARAM, CLIENT_SECRET_REQUIRED_ERROR_MESSAGE, CODE_PARAM, CODE_REQUIRED_ERROR_MESSAGE, getExpiresAt, REDIRECT_URI_PARAM, REDIRECT_URI_REQUIRED_ERROR_MESSAGE, } from "../utils/oauthAuthHelpers.mjs";
|
|
13
|
+
import { CortiAuth } from "./CortiAuth.mjs";
|
|
14
14
|
export class OAuthAuthCodeAuthProvider {
|
|
15
15
|
constructor(options) {
|
|
16
16
|
this.options = options;
|
|
@@ -9,8 +9,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
};
|
|
10
10
|
import * as core from "../../core/index.mjs";
|
|
11
11
|
import * as errors from "../../errors/index.mjs";
|
|
12
|
-
import { CortiAuth } from "./CortiAuth.mjs";
|
|
13
12
|
import { BUFFER_IN_MINUTES, CLIENT_ID_PARAM, CLIENT_ID_REQUIRED_ERROR_MESSAGE, CLIENT_SECRET_PARAM, CODE_PARAM, CODE_REQUIRED_ERROR_MESSAGE, CODE_VERIFIER_PARAM, getExpiresAt, REDIRECT_URI_PARAM, REDIRECT_URI_REQUIRED_ERROR_MESSAGE, } from "../utils/oauthAuthHelpers.mjs";
|
|
13
|
+
import { CortiAuth } from "./CortiAuth.mjs";
|
|
14
14
|
export class OAuthPkceAuthProvider {
|
|
15
15
|
constructor(options) {
|
|
16
16
|
this.options = options;
|
|
@@ -9,8 +9,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
};
|
|
10
10
|
import * as core from "../../core/index.mjs";
|
|
11
11
|
import * as errors from "../../errors/index.mjs";
|
|
12
|
-
import { CortiAuth } from "./CortiAuth.mjs";
|
|
13
12
|
import { BUFFER_IN_MINUTES, CLIENT_ID_PARAM, CLIENT_ID_REQUIRED_ERROR_MESSAGE, getExpiresAt, PASSWORD_PARAM, PASSWORD_REQUIRED_ERROR_MESSAGE, USERNAME_PARAM, USERNAME_REQUIRED_ERROR_MESSAGE, } from "../utils/oauthAuthHelpers.mjs";
|
|
13
|
+
import { CortiAuth } from "./CortiAuth.mjs";
|
|
14
14
|
export class OAuthRopcAuthProvider {
|
|
15
15
|
constructor(options) {
|
|
16
16
|
this.options = options;
|
|
@@ -8,12 +8,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
10
|
import * as core from "../../core/index.mjs";
|
|
11
|
+
import * as errors from "../../errors/index.mjs";
|
|
11
12
|
import { CortiAuth } from "../auth/CortiAuth.mjs";
|
|
12
13
|
import { OAuthAuthCodeAuthProvider } from "../auth/OAuthAuthCodeAuthProvider.mjs";
|
|
13
14
|
import { OAuthPkceAuthProvider } from "../auth/OAuthPkceAuthProvider.mjs";
|
|
14
15
|
import { OAuthRopcAuthProvider } from "../auth/OAuthRopcAuthProvider.mjs";
|
|
15
16
|
import { BUFFER_IN_MINUTES, CLIENT_ID_PARAM, CLIENT_ID_REQUIRED_ERROR_MESSAGE, CLIENT_SECRET_PARAM, CLIENT_SECRET_REQUIRED_ERROR_MESSAGE, CODE_PARAM, CODE_VERIFIER_PARAM, getExpiresAt, PASSWORD_PARAM, REDIRECT_URI_PARAM, USERNAME_PARAM, } from "../utils/oauthAuthHelpers.mjs";
|
|
16
|
-
import * as errors from "../../errors/index.mjs";
|
|
17
17
|
/** Patch: Re-export for consumers; implementation shared with OAuthRopcAuthProvider, OAuthAuthCodeAuthProvider and OAuthPkceAuthProvider. */
|
|
18
18
|
export { BUFFER_IN_MINUTES, CLIENT_ID_PARAM, CLIENT_ID_REQUIRED_ERROR_MESSAGE, CLIENT_SECRET_PARAM, CLIENT_SECRET_REQUIRED_ERROR_MESSAGE, CODE_PARAM, CODE_VERIFIER_PARAM, getExpiresAt, PASSWORD_PARAM, PASSWORD_REQUIRED_ERROR_MESSAGE, REDIRECT_URI_PARAM, USERNAME_PARAM, USERNAME_REQUIRED_ERROR_MESSAGE, } from "../utils/oauthAuthHelpers.mjs";
|
|
19
19
|
const TOKEN_PARAM = "token";
|
|
@@ -3,10 +3,10 @@ export type { BinaryResponse } from "../../../core/fetcher/BinaryResponse.mjs";
|
|
|
3
3
|
export type { EndpointMetadata } from "../../../core/fetcher/EndpointMetadata.mjs";
|
|
4
4
|
export { EndpointSupplier } from "../../../core/fetcher/EndpointSupplier.mjs";
|
|
5
5
|
export type { Fetcher, FetchFunction } from "../../../core/fetcher/Fetcher.mjs";
|
|
6
|
-
/** Patch: withCredentials - re-export custom fetcher that injects global withCredentials default */
|
|
7
|
-
export { fetcher } from "../../fetcher.mjs";
|
|
8
6
|
export { getHeader } from "../../../core/fetcher/getHeader.mjs";
|
|
9
7
|
export { HttpResponsePromise } from "../../../core/fetcher/HttpResponsePromise.mjs";
|
|
10
8
|
export type { RawResponse, WithRawResponse } from "../../../core/fetcher/RawResponse.mjs";
|
|
11
9
|
export { abortRawResponse, toRawResponse, unknownRawResponse } from "../../../core/fetcher/RawResponse.mjs";
|
|
12
10
|
export { Supplier } from "../../../core/fetcher/Supplier.mjs";
|
|
11
|
+
/** Patch: withCredentials - re-export custom fetcher that injects global withCredentials default */
|
|
12
|
+
export { fetcher } from "../../fetcher.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { EndpointSupplier } from "../../../core/fetcher/EndpointSupplier.mjs";
|
|
2
|
-
/** Patch: withCredentials - re-export custom fetcher that injects global withCredentials default */
|
|
3
|
-
export { fetcher } from "../../fetcher.mjs";
|
|
4
2
|
export { getHeader } from "../../../core/fetcher/getHeader.mjs";
|
|
5
3
|
export { HttpResponsePromise } from "../../../core/fetcher/HttpResponsePromise.mjs";
|
|
6
4
|
export { abortRawResponse, toRawResponse, unknownRawResponse } from "../../../core/fetcher/RawResponse.mjs";
|
|
7
5
|
export { Supplier } from "../../../core/fetcher/Supplier.mjs";
|
|
6
|
+
/** Patch: withCredentials - re-export custom fetcher that injects global withCredentials default */
|
|
7
|
+
export { fetcher } from "../../fetcher.mjs";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export * as Corti from "../../api/index.mjs";
|
|
2
2
|
export type { BaseClientOptions, BaseRequestOptions } from "../../BaseClient.mjs";
|
|
3
|
+
export { JsonError } from "../../core/schemas/builders/schema-utils/JsonError.mjs";
|
|
4
|
+
export { ParseError } from "../../core/schemas/builders/schema-utils/ParseError.mjs";
|
|
3
5
|
export { CortiEnvironment, type CortiEnvironmentUrls } from "../../environments.mjs";
|
|
4
6
|
export { CortiError, CortiTimeoutError } from "../../errors/index.mjs";
|
|
5
7
|
export * from "../../exports.mjs";
|
|
6
8
|
export * as serialization from "../../serialization/index.mjs";
|
|
7
9
|
export { CortiAuth } from "../auth/CortiAuth.mjs";
|
|
8
10
|
export { CortiClient } from "../CortiClient.mjs";
|
|
9
|
-
export { CortiWebSocketProxyClient } from "../CortiWebSocketProxyClient.mjs";
|
|
10
|
-
export { type ProxyOptions } from "../utils/encodeHeadersAsWsProtocols.mjs";
|
|
11
|
-
export { type CortiInternalEnvironment, type Environment } from "../utils/environment.mjs";
|
|
12
11
|
export { CortiSDKError, CortiSDKErrorCodes } from "../CortiSDKError.mjs";
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
12
|
+
export { CortiWebSocketProxyClient } from "../CortiWebSocketProxyClient.mjs";
|
|
13
|
+
export type { ProxyOptions } from "../utils/encodeHeadersAsWsProtocols.mjs";
|
|
14
|
+
export type { CortiInternalEnvironment, Environment } from "../utils/environment.mjs";
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * as Corti from "../../api/index.mjs";
|
|
2
|
+
export { JsonError } from "../../core/schemas/builders/schema-utils/JsonError.mjs";
|
|
3
|
+
export { ParseError } from "../../core/schemas/builders/schema-utils/ParseError.mjs";
|
|
2
4
|
export { CortiEnvironment } from "../../environments.mjs";
|
|
3
5
|
export { CortiError, CortiTimeoutError } from "../../errors/index.mjs";
|
|
4
6
|
export * from "../../exports.mjs";
|
|
@@ -6,9 +8,5 @@ export * as serialization from "../../serialization/index.mjs";
|
|
|
6
8
|
// Custom additions / replacements
|
|
7
9
|
export { CortiAuth } from "../auth/CortiAuth.mjs";
|
|
8
10
|
export { CortiClient } from "../CortiClient.mjs";
|
|
9
|
-
export { CortiWebSocketProxyClient } from "../CortiWebSocketProxyClient.mjs";
|
|
10
|
-
export {} from "../utils/encodeHeadersAsWsProtocols.mjs";
|
|
11
|
-
export {} from "../utils/environment.mjs";
|
|
12
11
|
export { CortiSDKError, CortiSDKErrorCodes } from "../CortiSDKError.mjs";
|
|
13
|
-
export {
|
|
14
|
-
export { JsonError } from "../../core/schemas/builders/schema-utils/JsonError.mjs";
|
|
12
|
+
export { CortiWebSocketProxyClient } from "../CortiWebSocketProxyClient.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as Corti from "../../api/index.mjs";
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
2
|
import type { CustomTranscribeSocket } from "../transcribe/CustomTranscribeSocket.mjs";
|
|
3
3
|
import type { ProxyOptions } from "../utils/encodeHeadersAsWsProtocols.mjs";
|
|
4
4
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { StreamClient } from "../../api/resources/stream/client/Client.mjs";
|
|
2
|
-
import { CustomStreamSocket } from "./CustomStreamSocket.mjs";
|
|
3
1
|
import * as Corti from "../../api/index.mjs";
|
|
2
|
+
import { StreamClient } from "../../api/resources/stream/client/Client.mjs";
|
|
4
3
|
import { type ProxyOptions } from "../utils/encodeHeadersAsWsProtocols.mjs";
|
|
4
|
+
import { CustomStreamSocket } from "./CustomStreamSocket.mjs";
|
|
5
5
|
export type CustomStreamConnectArgs = {
|
|
6
6
|
id: string;
|
|
7
7
|
/** When provided, connect() resolves after CONFIG_ACCEPTED or rejects on failure. */
|
|
@@ -18,13 +18,13 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
18
18
|
}
|
|
19
19
|
return t;
|
|
20
20
|
};
|
|
21
|
-
import { StreamClient } from "../../api/resources/stream/client/Client.mjs";
|
|
22
|
-
import { CustomStreamSocket } from "./CustomStreamSocket.mjs";
|
|
23
21
|
import * as Corti from "../../api/index.mjs";
|
|
24
|
-
import {
|
|
25
|
-
import { parseStreamResponseType } from "./parseStreamResponseType.mjs";
|
|
22
|
+
import { StreamClient } from "../../api/resources/stream/client/Client.mjs";
|
|
26
23
|
import * as core from "../../core/index.mjs";
|
|
24
|
+
import { ErrorEvent } from "../../core/websocket/events.mjs";
|
|
27
25
|
import { getWsProtocols } from "../utils/encodeHeadersAsWsProtocols.mjs";
|
|
26
|
+
import { CustomStreamSocket } from "./CustomStreamSocket.mjs";
|
|
27
|
+
import { parseStreamResponseType } from "./parseStreamResponseType.mjs";
|
|
28
28
|
const STREAM_CONFIG_REJECTION_TYPES = [
|
|
29
29
|
Corti.StreamConfigStatusMessageType.ConfigDenied,
|
|
30
30
|
Corti.StreamConfigStatusMessageType.ConfigMissing,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TranscribeClient } from "../../api/resources/transcribe/client/Client.mjs";
|
|
2
|
-
import { CustomTranscribeSocket } from "./CustomTranscribeSocket.mjs";
|
|
3
1
|
import * as Corti from "../../api/index.mjs";
|
|
2
|
+
import { TranscribeClient } from "../../api/resources/transcribe/client/Client.mjs";
|
|
4
3
|
import { type ProxyOptions } from "../utils/encodeHeadersAsWsProtocols.mjs";
|
|
4
|
+
import { CustomTranscribeSocket } from "./CustomTranscribeSocket.mjs";
|
|
5
5
|
export type CustomTranscribeConnectArgs = {
|
|
6
6
|
/** When provided, connect() resolves after CONFIG_ACCEPTED or rejects on failure. */
|
|
7
7
|
configuration?: Corti.TranscribeConfig;
|
|
@@ -18,13 +18,13 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
18
18
|
}
|
|
19
19
|
return t;
|
|
20
20
|
};
|
|
21
|
-
import { TranscribeClient } from "../../api/resources/transcribe/client/Client.mjs";
|
|
22
|
-
import { CustomTranscribeSocket } from "./CustomTranscribeSocket.mjs";
|
|
23
21
|
import * as Corti from "../../api/index.mjs";
|
|
24
|
-
import {
|
|
25
|
-
import { parseTranscribeResponseType } from "./parseTranscribeResponseType.mjs";
|
|
22
|
+
import { TranscribeClient } from "../../api/resources/transcribe/client/Client.mjs";
|
|
26
23
|
import * as core from "../../core/index.mjs";
|
|
24
|
+
import { ErrorEvent } from "../../core/websocket/events.mjs";
|
|
27
25
|
import { getWsProtocols } from "../utils/encodeHeadersAsWsProtocols.mjs";
|
|
26
|
+
import { CustomTranscribeSocket } from "./CustomTranscribeSocket.mjs";
|
|
27
|
+
import { parseTranscribeResponseType } from "./parseTranscribeResponseType.mjs";
|
|
28
28
|
const TRANSCRIBE_CONFIG_REJECTION_TYPES = [
|
|
29
29
|
Corti.TranscribeConfigStatusMessageType.ConfigDenied,
|
|
30
30
|
Corti.TranscribeConfigStatusMessageType.ConfigTimeout,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { generateCodeChallenge, generateCodeVerifier } from "./pkceHelpers.mjs";
|
|
1
|
+
export { type DecodedToken, decodeToken } from "./decodeToken.mjs";
|
|
3
2
|
export { getEnvironment } from "./environment.mjs";
|
|
3
|
+
export { generateCodeChallenge, generateCodeVerifier } from "./pkceHelpers.mjs";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Global default for fetcher withCredentials. Set by CortiClient when withCredentials
|
|
3
3
|
* is passed in options; the core fetcher reads this when args.withCredentials is undefined.
|
|
4
4
|
*/
|
|
5
|
-
let defaultWithCredentials
|
|
5
|
+
let defaultWithCredentials;
|
|
6
6
|
export function getDefaultWithCredentials() {
|
|
7
7
|
return defaultWithCredentials;
|
|
8
8
|
}
|
|
@@ -17,9 +17,9 @@ export declare namespace AgentsAgentCard {
|
|
|
17
17
|
additionalInterfaces?: (AgentsAgentInterface.Raw[] | null | undefined) | null;
|
|
18
18
|
iconUrl?: (string | null | undefined) | null;
|
|
19
19
|
documentationUrl?: (string | null | undefined) | null;
|
|
20
|
-
provider?: AgentsAgentProvider.Raw | null;
|
|
20
|
+
provider?: (AgentsAgentProvider.Raw | null | undefined) | null;
|
|
21
21
|
version: string;
|
|
22
|
-
capabilities
|
|
22
|
+
capabilities?: AgentsAgentCapabilities.Raw | null;
|
|
23
23
|
securitySchemes?: (Record<string, unknown> | null | undefined) | null;
|
|
24
24
|
security?: (Record<string, unknown> | null | undefined) | null;
|
|
25
25
|
defaultInputModes: string[];
|
|
@@ -14,9 +14,9 @@ export const AgentsAgentCard = core.serialization.object({
|
|
|
14
14
|
additionalInterfaces: core.serialization.list(AgentsAgentInterface).optionalNullable(),
|
|
15
15
|
iconUrl: core.serialization.string().optionalNullable(),
|
|
16
16
|
documentationUrl: core.serialization.string().optionalNullable(),
|
|
17
|
-
provider: AgentsAgentProvider.
|
|
17
|
+
provider: AgentsAgentProvider.optionalNullable(),
|
|
18
18
|
version: core.serialization.string(),
|
|
19
|
-
capabilities: AgentsAgentCapabilities,
|
|
19
|
+
capabilities: AgentsAgentCapabilities.nullable(),
|
|
20
20
|
securitySchemes: core.serialization
|
|
21
21
|
.record(core.serialization.string(), core.serialization.unknown())
|
|
22
22
|
.optionalNullable(),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as Corti from "../../api/index.mjs";
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
|
-
import * as serializers from "../index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
4
|
export declare const AgentsErrorResponse: core.serialization.ObjectSchema<serializers.AgentsErrorResponse.Raw, Corti.AgentsErrorResponse>;
|
|
5
5
|
export declare namespace AgentsErrorResponse {
|
|
6
6
|
interface Raw {
|
|
@@ -8,6 +8,6 @@ export declare namespace AgentsErrorResponse {
|
|
|
8
8
|
description: string;
|
|
9
9
|
howToFix?: string | null;
|
|
10
10
|
details?: Record<string, unknown> | null;
|
|
11
|
-
cause?:
|
|
11
|
+
cause?: Record<string, unknown> | null;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
|
-
import * as serializers from "../index.mjs";
|
|
4
3
|
export const AgentsErrorResponse = core.serialization.object({
|
|
5
4
|
code: core.serialization.string(),
|
|
6
5
|
description: core.serialization.string(),
|
|
7
6
|
howToFix: core.serialization.string().optional(),
|
|
8
7
|
details: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
9
|
-
cause: core.serialization.
|
|
8
|
+
cause: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
10
9
|
});
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import type * as Corti from "../../api/index.mjs";
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
|
-
import * as serializers from "../index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
import { AgentsErrorResponse } from "./AgentsErrorResponse.mjs";
|
|
4
5
|
import { AgentsValidationError } from "./AgentsValidationError.mjs";
|
|
5
6
|
export declare const AgentsValidationErrorResponse: core.serialization.ObjectSchema<serializers.AgentsValidationErrorResponse.Raw, Corti.AgentsValidationErrorResponse>;
|
|
6
7
|
export declare namespace AgentsValidationErrorResponse {
|
|
7
|
-
interface Raw extends
|
|
8
|
+
interface Raw extends AgentsErrorResponse.Raw {
|
|
8
9
|
detail?: AgentsValidationError.Raw[] | null;
|
|
9
10
|
}
|
|
10
11
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
|
-
import
|
|
3
|
+
import { AgentsErrorResponse } from "./AgentsErrorResponse.mjs";
|
|
4
4
|
import { AgentsValidationError } from "./AgentsValidationError.mjs";
|
|
5
5
|
export const AgentsValidationErrorResponse = core.serialization
|
|
6
6
|
.object({
|
|
7
7
|
detail: core.serialization.list(AgentsValidationError).optional(),
|
|
8
8
|
})
|
|
9
|
-
.extend(
|
|
9
|
+
.extend(AgentsErrorResponse);
|
|
@@ -5,5 +5,5 @@ import { CommonUsageInfo } from "./CommonUsageInfo.mjs";
|
|
|
5
5
|
export const CodesGeneralResponse = core.serialization.object({
|
|
6
6
|
codes: core.serialization.list(CodesGeneralReadResponse),
|
|
7
7
|
candidates: core.serialization.list(CodesGeneralReadResponse),
|
|
8
|
-
usageInfo: CommonUsageInfo
|
|
8
|
+
usageInfo: CommonUsageInfo,
|
|
9
9
|
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../index.mjs";
|
|
4
4
|
export declare const CommonCodingSystemEnum: core.serialization.Schema<serializers.CommonCodingSystemEnum.Raw, Corti.CommonCodingSystemEnum>;
|
|
5
5
|
export declare namespace CommonCodingSystemEnum {
|
|
6
|
-
type Raw = "icd10cm-inpatient" | "icd10cm-outpatient" | "icd10pcs" | "cpt";
|
|
6
|
+
type Raw = "icd10cm-inpatient" | "icd10cm-outpatient" | "icd10pcs" | "cpt" | "icd10int-inpatient" | "icd10int-outpatient" | "icd10uk-inpatient" | "icd10uk-outpatient";
|
|
7
7
|
}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
|
-
export const CommonCodingSystemEnum = core.serialization.enum_([
|
|
3
|
+
export const CommonCodingSystemEnum = core.serialization.enum_([
|
|
4
|
+
"icd10cm-inpatient",
|
|
5
|
+
"icd10cm-outpatient",
|
|
6
|
+
"icd10pcs",
|
|
7
|
+
"cpt",
|
|
8
|
+
"icd10int-inpatient",
|
|
9
|
+
"icd10int-outpatient",
|
|
10
|
+
"icd10uk-inpatient",
|
|
11
|
+
"icd10uk-outpatient",
|
|
12
|
+
]);
|
|
@@ -3,10 +3,12 @@ import * as core from "../../core/index.mjs";
|
|
|
3
3
|
import type * as serializers from "../index.mjs";
|
|
4
4
|
import { StreamConfigMode } from "./StreamConfigMode.mjs";
|
|
5
5
|
import { StreamConfigTranscription } from "./StreamConfigTranscription.mjs";
|
|
6
|
+
import { StreamConfigXCortiRetentionPolicy } from "./StreamConfigXCortiRetentionPolicy.mjs";
|
|
6
7
|
export declare const StreamConfig: core.serialization.ObjectSchema<serializers.StreamConfig.Raw, Corti.StreamConfig>;
|
|
7
8
|
export declare namespace StreamConfig {
|
|
8
9
|
interface Raw {
|
|
9
10
|
transcription: StreamConfigTranscription.Raw;
|
|
10
11
|
mode: StreamConfigMode.Raw;
|
|
12
|
+
"X-Corti-Retention-Policy"?: StreamConfigXCortiRetentionPolicy.Raw | null;
|
|
11
13
|
}
|
|
12
14
|
}
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
3
|
import { StreamConfigMode } from "./StreamConfigMode.mjs";
|
|
4
4
|
import { StreamConfigTranscription } from "./StreamConfigTranscription.mjs";
|
|
5
|
+
import { StreamConfigXCortiRetentionPolicy } from "./StreamConfigXCortiRetentionPolicy.mjs";
|
|
5
6
|
export const StreamConfig = core.serialization.object({
|
|
6
7
|
transcription: StreamConfigTranscription,
|
|
7
8
|
mode: StreamConfigMode,
|
|
9
|
+
xCortiRetentionPolicy: core.serialization.property("X-Corti-Retention-Policy", StreamConfigXCortiRetentionPolicy.optional()),
|
|
8
10
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Corti from "../../api/index.mjs";
|
|
2
|
+
import * as core from "../../core/index.mjs";
|
|
3
|
+
import type * as serializers from "../index.mjs";
|
|
4
|
+
export declare const StreamConfigXCortiRetentionPolicy: core.serialization.Schema<serializers.StreamConfigXCortiRetentionPolicy.Raw, Corti.StreamConfigXCortiRetentionPolicy>;
|
|
5
|
+
export declare namespace StreamConfigXCortiRetentionPolicy {
|
|
6
|
+
type Raw = "retain" | "none";
|
|
7
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../core/index.mjs";
|
|
3
|
-
export const
|
|
3
|
+
export const StreamConfigXCortiRetentionPolicy = core.serialization.enum_(["retain", "none"]);
|
|
@@ -135,6 +135,7 @@ export * from "./StreamConfigParticipantRole.mjs";
|
|
|
135
135
|
export * from "./StreamConfigStatusMessage.mjs";
|
|
136
136
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
137
137
|
export * from "./StreamConfigTranscription.mjs";
|
|
138
|
+
export * from "./StreamConfigXCortiRetentionPolicy.mjs";
|
|
138
139
|
export * from "./StreamEndedMessage.mjs";
|
|
139
140
|
export * from "./StreamEndMessage.mjs";
|
|
140
141
|
export * from "./StreamErrorDetail.mjs";
|
|
@@ -135,6 +135,7 @@ export * from "./StreamConfigParticipantRole.mjs";
|
|
|
135
135
|
export * from "./StreamConfigStatusMessage.mjs";
|
|
136
136
|
export * from "./StreamConfigStatusMessageType.mjs";
|
|
137
137
|
export * from "./StreamConfigTranscription.mjs";
|
|
138
|
+
export * from "./StreamConfigXCortiRetentionPolicy.mjs";
|
|
138
139
|
export * from "./StreamEndedMessage.mjs";
|
|
139
140
|
export * from "./StreamEndMessage.mjs";
|
|
140
141
|
export * from "./StreamErrorDetail.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.0.0-
|
|
1
|
+
export declare const SDK_VERSION = "1.0.0-rc";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.0.0-
|
|
1
|
+
export const SDK_VERSION = "1.0.0-rc";
|