@corti/sdk 0.1.21-rc.2 → 0.2.0
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/README.md +17 -2
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/errors/NotFoundError.d.ts +1 -2
- package/dist/cjs/api/resources/documents/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/documents/client/Client.js +4 -10
- package/dist/cjs/api/resources/facts/client/Client.d.ts +6 -4
- package/dist/cjs/api/resources/facts/client/Client.js +6 -4
- package/dist/cjs/api/resources/facts/client/requests/FactsUpdateRequest.d.ts +2 -2
- package/dist/cjs/api/resources/index.d.ts +1 -2
- package/dist/cjs/api/resources/index.js +2 -3
- package/dist/cjs/api/resources/interactions/client/Client.d.ts +5 -5
- package/dist/cjs/api/resources/interactions/client/Client.js +5 -5
- package/dist/cjs/api/resources/recordings/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/recordings/client/Client.js +6 -18
- package/dist/cjs/api/resources/templates/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/templates/client/Client.js +2 -2
- package/dist/cjs/api/resources/transcripts/client/Client.d.ts +5 -6
- package/dist/cjs/api/resources/transcripts/client/Client.js +5 -6
- package/dist/cjs/api/resources/transcripts/client/requests/TranscriptsCreateRequest.d.ts +1 -4
- package/dist/cjs/api/resources/transcripts/index.d.ts +0 -1
- package/dist/cjs/api/resources/transcripts/index.js +0 -1
- package/dist/{esm/api/types/Transcript.d.mts → cjs/api/types/CommonTranscriptRequest.d.ts} +2 -2
- package/dist/{esm/api/types/CommonTranscript.d.mts → cjs/api/types/CommonTranscriptResponse.d.ts} +1 -1
- package/dist/cjs/api/types/DocumentsContextWithString.d.ts +1 -1
- package/dist/cjs/api/types/DocumentsContextWithTranscript.d.ts +2 -2
- package/dist/cjs/api/types/DocumentsCreateRequest.d.ts +7 -1
- package/dist/cjs/api/types/DocumentsCreateRequestWithTemplate.d.ts +1 -3
- package/dist/cjs/api/types/DocumentsCreateRequestWithTemplateKey.d.ts +1 -3
- package/dist/cjs/api/types/DocumentsTemplate.d.ts +1 -1
- package/dist/cjs/api/types/FactsBatchUpdateInput.d.ts +1 -1
- package/dist/cjs/api/types/FactsCreateItem.d.ts +1 -1
- package/dist/cjs/api/types/FactsListItem.d.ts +1 -1
- package/dist/cjs/api/types/TranscriptsData.d.ts +1 -1
- package/dist/cjs/api/types/TranscriptsResponse.d.ts +1 -1
- package/dist/cjs/api/types/index.d.ts +2 -3
- package/dist/cjs/api/types/index.js +2 -3
- package/dist/cjs/custom/RefreshBearerProvider.d.ts +6 -4
- package/dist/cjs/custom/utils/getEnvironmentFromString.js +1 -0
- package/dist/cjs/environments.d.ts +3 -0
- package/dist/cjs/environments.js +2 -0
- package/dist/cjs/serialization/resources/index.d.ts +1 -2
- package/dist/cjs/serialization/resources/index.js +2 -3
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.ts +0 -2
- package/dist/cjs/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.js +0 -2
- package/dist/cjs/serialization/resources/transcripts/index.d.ts +0 -1
- package/dist/cjs/serialization/resources/transcripts/index.js +0 -1
- package/dist/cjs/serialization/types/{Transcript.d.ts → CommonTranscriptRequest.d.ts} +3 -3
- package/dist/cjs/serialization/types/{Transcript.js → CommonTranscriptRequest.js} +3 -3
- package/dist/cjs/serialization/types/{CommonTranscript.d.ts → CommonTranscriptResponse.d.ts} +2 -2
- package/dist/cjs/serialization/types/{CommonTranscript.js → CommonTranscriptResponse.js} +2 -2
- package/dist/cjs/serialization/types/DocumentsContextWithTranscript.d.ts +2 -2
- package/dist/cjs/serialization/types/DocumentsContextWithTranscript.js +2 -2
- package/dist/cjs/serialization/types/DocumentsCreateRequest.d.ts +1 -2
- package/dist/cjs/serialization/types/DocumentsCreateRequest.js +0 -2
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplate.d.ts +0 -1
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplate.js +0 -1
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplateKey.d.ts +0 -1
- package/dist/cjs/serialization/types/DocumentsCreateRequestWithTemplateKey.js +0 -1
- package/dist/cjs/serialization/types/DocumentsTemplate.d.ts +2 -3
- package/dist/cjs/serialization/types/DocumentsTemplate.js +1 -36
- package/dist/cjs/serialization/types/TranscriptsData.d.ts +2 -2
- package/dist/cjs/serialization/types/TranscriptsData.js +2 -2
- package/dist/cjs/serialization/types/TranscriptsResponse.d.ts +2 -2
- package/dist/cjs/serialization/types/TranscriptsResponse.js +2 -2
- package/dist/cjs/serialization/types/index.d.ts +2 -3
- package/dist/cjs/serialization/types/index.js +2 -3
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/errors/NotFoundError.d.mts +1 -2
- package/dist/esm/api/resources/documents/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/documents/client/Client.mjs +4 -10
- package/dist/esm/api/resources/facts/client/Client.d.mts +6 -4
- package/dist/esm/api/resources/facts/client/Client.mjs +6 -4
- package/dist/esm/api/resources/facts/client/requests/FactsUpdateRequest.d.mts +2 -2
- package/dist/esm/api/resources/index.d.mts +1 -2
- package/dist/esm/api/resources/index.mjs +1 -2
- package/dist/esm/api/resources/interactions/client/Client.d.mts +5 -5
- package/dist/esm/api/resources/interactions/client/Client.mjs +5 -5
- package/dist/esm/api/resources/recordings/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/recordings/client/Client.mjs +6 -18
- package/dist/esm/api/resources/templates/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/templates/client/Client.mjs +2 -2
- package/dist/esm/api/resources/transcripts/client/Client.d.mts +5 -6
- package/dist/esm/api/resources/transcripts/client/Client.mjs +5 -6
- package/dist/esm/api/resources/transcripts/client/requests/TranscriptsCreateRequest.d.mts +1 -4
- package/dist/esm/api/resources/transcripts/index.d.mts +0 -1
- package/dist/esm/api/resources/transcripts/index.mjs +0 -1
- package/dist/{cjs/api/types/Transcript.d.ts → esm/api/types/CommonTranscriptRequest.d.mts} +2 -2
- package/dist/{cjs/api/types/CommonTranscript.d.ts → esm/api/types/CommonTranscriptResponse.d.mts} +1 -1
- package/dist/esm/api/types/DocumentsContextWithString.d.mts +1 -1
- package/dist/esm/api/types/DocumentsContextWithTranscript.d.mts +2 -2
- package/dist/esm/api/types/DocumentsCreateRequest.d.mts +7 -1
- package/dist/esm/api/types/DocumentsCreateRequestWithTemplate.d.mts +1 -3
- package/dist/esm/api/types/DocumentsCreateRequestWithTemplateKey.d.mts +1 -3
- package/dist/esm/api/types/DocumentsTemplate.d.mts +1 -1
- package/dist/esm/api/types/FactsBatchUpdateInput.d.mts +1 -1
- package/dist/esm/api/types/FactsCreateItem.d.mts +1 -1
- package/dist/esm/api/types/FactsListItem.d.mts +1 -1
- package/dist/esm/api/types/TranscriptsData.d.mts +1 -1
- package/dist/esm/api/types/TranscriptsResponse.d.mts +1 -1
- package/dist/esm/api/types/index.d.mts +2 -3
- package/dist/esm/api/types/index.mjs +2 -3
- package/dist/esm/custom/RefreshBearerProvider.d.mts +6 -4
- package/dist/esm/custom/utils/getEnvironmentFromString.mjs +1 -0
- package/dist/esm/environments.d.mts +3 -0
- package/dist/esm/environments.mjs +2 -0
- package/dist/esm/serialization/resources/index.d.mts +1 -2
- package/dist/esm/serialization/resources/index.mjs +1 -2
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.d.mts +0 -2
- package/dist/esm/serialization/resources/transcripts/client/requests/TranscriptsCreateRequest.mjs +0 -2
- package/dist/esm/serialization/resources/transcripts/index.d.mts +0 -1
- package/dist/esm/serialization/resources/transcripts/index.mjs +0 -1
- package/dist/esm/serialization/types/{Transcript.d.mts → CommonTranscriptRequest.d.mts} +3 -3
- package/dist/esm/serialization/types/{Transcript.mjs → CommonTranscriptRequest.mjs} +2 -2
- package/dist/esm/serialization/types/{CommonTranscript.d.mts → CommonTranscriptResponse.d.mts} +2 -2
- package/dist/esm/serialization/types/{CommonTranscript.mjs → CommonTranscriptResponse.mjs} +1 -1
- package/dist/esm/serialization/types/DocumentsContextWithTranscript.d.mts +2 -2
- package/dist/esm/serialization/types/DocumentsContextWithTranscript.mjs +2 -2
- package/dist/esm/serialization/types/DocumentsCreateRequest.d.mts +1 -2
- package/dist/esm/serialization/types/DocumentsCreateRequest.mjs +0 -2
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplate.d.mts +0 -1
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplate.mjs +0 -1
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplateKey.d.mts +0 -1
- package/dist/esm/serialization/types/DocumentsCreateRequestWithTemplateKey.mjs +0 -1
- package/dist/esm/serialization/types/DocumentsTemplate.d.mts +2 -3
- package/dist/esm/serialization/types/DocumentsTemplate.mjs +1 -3
- package/dist/esm/serialization/types/TranscriptsData.d.mts +2 -2
- package/dist/esm/serialization/types/TranscriptsData.mjs +2 -2
- package/dist/esm/serialization/types/TranscriptsResponse.d.mts +2 -2
- package/dist/esm/serialization/types/TranscriptsResponse.mjs +2 -2
- package/dist/esm/serialization/types/index.d.mts +2 -3
- package/dist/esm/serialization/types/index.mjs +2 -3
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/dist/cjs/api/resources/auth/client/requests/AuthGetCodeFlowTokenRequest.d.ts +0 -22
- package/dist/cjs/api/resources/documents/client/requests/DocumentsGetRequest.d.ts +0 -13
- 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/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/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/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/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/types/InteractionsListRequestDirection.d.ts +0 -11
- package/dist/cjs/api/resources/interactions/types/InteractionsListRequestDirection.js +0 -10
- 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/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/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/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/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/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/StreamParticipantRole.d.ts +0 -12
- package/dist/cjs/api/types/StreamParticipantRole.js +0 -11
- 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/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/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/core/auth/BearerProvider.d.ts +0 -8
- package/dist/cjs/core/auth/BearerProvider.js +0 -57
- 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/custom/BearerProvider.d.ts +0 -13
- package/dist/cjs/custom/BearerProvider.js +0 -60
- 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/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/environments.d.ts +0 -10
- package/dist/cjs/custom/environments.js +0 -12
- 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/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/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/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/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/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/StreamParticipantRole.d.ts +0 -10
- package/dist/cjs/serialization/types/StreamParticipantRole.js +0 -41
- 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/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/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/documents/client/requests/DocumentsGetRequest.d.mts +0 -13
- package/dist/esm/api/resources/documents/client/requests/RequestDocumentCreate.d.mts +0 -31
- 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/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/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/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/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/types/InteractionsListRequestDirection.d.mts +0 -11
- package/dist/esm/api/resources/interactions/types/InteractionsListRequestDirection.mjs +0 -7
- 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/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/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/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/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/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/StreamParticipantRole.d.mts +0 -12
- package/dist/esm/api/types/StreamParticipantRole.mjs +0 -8
- 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/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/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/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/custom/BearerProvider.d.mts +0 -13
- package/dist/esm/custom/BearerProvider.mjs +0 -23
- package/dist/esm/custom/environments.d.mts +0 -10
- package/dist/esm/custom/environments.mjs +0 -9
- 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/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/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/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/StreamParticipantRole.d.mts +0 -10
- package/dist/esm/serialization/types/StreamParticipantRole.mjs +0 -5
- 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/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/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/reference.md +0 -1706
- /package/dist/cjs/api/{resources/auth/client/requests/AuthGetCodeFlowTokenRequest.js → types/CommonTranscriptRequest.js} +0 -0
- /package/dist/cjs/api/{resources/documents/client/requests/DocumentsGetRequest.js → types/CommonTranscriptResponse.js} +0 -0
- /package/dist/esm/api/{resources/documents/client/requests/DocumentsGetRequest.mjs → types/CommonTranscriptRequest.mjs} +0 -0
- /package/dist/esm/api/{resources/documents/client/requests/RequestDocumentCreate.mjs → types/CommonTranscriptResponse.mjs} +0 -0
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.
|
|
1
|
+
export declare const SDK_VERSION = "0.2.0";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -27,8 +27,8 @@ export class CortiClient {
|
|
|
27
27
|
"Tenant-Name": _options === null || _options === void 0 ? void 0 : _options.tenantName,
|
|
28
28
|
"X-Fern-Language": "JavaScript",
|
|
29
29
|
"X-Fern-SDK-Name": "@corti/sdk",
|
|
30
|
-
"X-Fern-SDK-Version": "0.
|
|
31
|
-
"User-Agent": "@corti/sdk/0.
|
|
30
|
+
"X-Fern-SDK-Version": "0.2.0",
|
|
31
|
+
"User-Agent": "@corti/sdk/0.2.0",
|
|
32
32
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
33
33
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
34
34
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as errors from "../../errors/index.mjs";
|
|
5
|
-
import * as Corti from "../index.mjs";
|
|
6
5
|
import * as core from "../../core/index.mjs";
|
|
7
6
|
export declare class NotFoundError extends errors.CortiError {
|
|
8
|
-
constructor(body
|
|
7
|
+
constructor(body?: unknown, rawResponse?: core.RawResponse);
|
|
9
8
|
}
|
|
@@ -32,7 +32,7 @@ export declare class Documents {
|
|
|
32
32
|
protected readonly _options: Documents.Options;
|
|
33
33
|
constructor(_options: Documents.Options);
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* List Documents
|
|
36
36
|
*
|
|
37
37
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
38
38
|
* @param {Documents.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -48,7 +48,7 @@ export declare class Documents {
|
|
|
48
48
|
list(id: Corti.Uuid, requestOptions?: Documents.RequestOptions): core.HttpResponsePromise<Corti.DocumentsListResponse>;
|
|
49
49
|
private __list;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Generate Document.
|
|
52
52
|
*
|
|
53
53
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
54
54
|
* @param {Corti.DocumentsCreateRequest} request
|
|
@@ -75,7 +75,7 @@ export declare class Documents {
|
|
|
75
75
|
create(id: Corti.Uuid, request: Corti.DocumentsCreateRequest, requestOptions?: Documents.RequestOptions): core.HttpResponsePromise<Corti.DocumentsGetResponse>;
|
|
76
76
|
private __create;
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
78
|
+
* Get Document.
|
|
79
79
|
*
|
|
80
80
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
81
81
|
* @param {Corti.Uuid} documentId - The document ID representing the context for the request. Must be a valid UUID.
|
|
@@ -20,7 +20,7 @@ export class Documents {
|
|
|
20
20
|
this._options = _options;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* List Documents
|
|
24
24
|
*
|
|
25
25
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
26
26
|
* @param {Documents.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -110,7 +110,7 @@ export class Documents {
|
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
|
-
*
|
|
113
|
+
* Generate Document.
|
|
114
114
|
*
|
|
115
115
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
116
116
|
* @param {Corti.DocumentsCreateRequest} request
|
|
@@ -217,7 +217,7 @@ export class Documents {
|
|
|
217
217
|
});
|
|
218
218
|
}
|
|
219
219
|
/**
|
|
220
|
-
*
|
|
220
|
+
* Get Document.
|
|
221
221
|
*
|
|
222
222
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
223
223
|
* @param {Corti.Uuid} documentId - The document ID representing the context for the request. Must be a valid UUID.
|
|
@@ -351,13 +351,7 @@ export class Documents {
|
|
|
351
351
|
breadcrumbsPrefix: ["response"],
|
|
352
352
|
}), _response.rawResponse);
|
|
353
353
|
case 404:
|
|
354
|
-
throw new Corti.NotFoundError(
|
|
355
|
-
unrecognizedObjectKeys: "passthrough",
|
|
356
|
-
allowUnrecognizedUnionMembers: true,
|
|
357
|
-
allowUnrecognizedEnumValues: true,
|
|
358
|
-
skipValidation: true,
|
|
359
|
-
breadcrumbsPrefix: ["response"],
|
|
360
|
-
}), _response.rawResponse);
|
|
354
|
+
throw new Corti.NotFoundError(_response.error.body, _response.rawResponse);
|
|
361
355
|
case 500:
|
|
362
356
|
throw new Corti.InternalServerError(_response.error.body, _response.rawResponse);
|
|
363
357
|
case 504:
|
|
@@ -32,6 +32,8 @@ export declare class Facts {
|
|
|
32
32
|
protected readonly _options: Facts.Options;
|
|
33
33
|
constructor(_options: Facts.Options);
|
|
34
34
|
/**
|
|
35
|
+
* Returns a list of available fact groups, used to categorize facts associated with an interaction.
|
|
36
|
+
*
|
|
35
37
|
* @param {Facts.RequestOptions} requestOptions - Request-specific configuration.
|
|
36
38
|
*
|
|
37
39
|
* @throws {@link Corti.InternalServerError}
|
|
@@ -42,7 +44,7 @@ export declare class Facts {
|
|
|
42
44
|
factGroupsList(requestOptions?: Facts.RequestOptions): core.HttpResponsePromise<Corti.FactsFactGroupsListResponse>;
|
|
43
45
|
private __factGroupsList;
|
|
44
46
|
/**
|
|
45
|
-
*
|
|
47
|
+
* Retrieves a list of facts for a given interaction.
|
|
46
48
|
*
|
|
47
49
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
48
50
|
* @param {Facts.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -55,7 +57,7 @@ export declare class Facts {
|
|
|
55
57
|
list(id: Corti.Uuid, requestOptions?: Facts.RequestOptions): core.HttpResponsePromise<Corti.FactsListResponse>;
|
|
56
58
|
private __list;
|
|
57
59
|
/**
|
|
58
|
-
*
|
|
60
|
+
* Adds new facts to an interaction.
|
|
59
61
|
*
|
|
60
62
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
61
63
|
* @param {Corti.FactsCreateRequest} request
|
|
@@ -74,7 +76,7 @@ export declare class Facts {
|
|
|
74
76
|
create(id: Corti.Uuid, request: Corti.FactsCreateRequest, requestOptions?: Facts.RequestOptions): core.HttpResponsePromise<Corti.FactsCreateResponse>;
|
|
75
77
|
private __create;
|
|
76
78
|
/**
|
|
77
|
-
*
|
|
79
|
+
* Updates multiple facts associated with an interaction.
|
|
78
80
|
*
|
|
79
81
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
80
82
|
* @param {Corti.FactsBatchUpdateRequest} request
|
|
@@ -92,7 +94,7 @@ export declare class Facts {
|
|
|
92
94
|
batchUpdate(id: Corti.Uuid, request: Corti.FactsBatchUpdateRequest, requestOptions?: Facts.RequestOptions): core.HttpResponsePromise<Corti.FactsBatchUpdateResponse>;
|
|
93
95
|
private __batchUpdate;
|
|
94
96
|
/**
|
|
95
|
-
*
|
|
97
|
+
* Updates an existing fact associated with a specific interaction.
|
|
96
98
|
*
|
|
97
99
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
98
100
|
* @param {Corti.Uuid} factId - The unique identifier of the fact to update. Must be a valid UUID.
|
|
@@ -20,6 +20,8 @@ export class Facts {
|
|
|
20
20
|
this._options = _options;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
+
* Returns a list of available fact groups, used to categorize facts associated with an interaction.
|
|
24
|
+
*
|
|
23
25
|
* @param {Facts.RequestOptions} requestOptions - Request-specific configuration.
|
|
24
26
|
*
|
|
25
27
|
* @throws {@link Corti.InternalServerError}
|
|
@@ -86,7 +88,7 @@ export class Facts {
|
|
|
86
88
|
});
|
|
87
89
|
}
|
|
88
90
|
/**
|
|
89
|
-
*
|
|
91
|
+
* Retrieves a list of facts for a given interaction.
|
|
90
92
|
*
|
|
91
93
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
92
94
|
* @param {Facts.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -161,7 +163,7 @@ export class Facts {
|
|
|
161
163
|
});
|
|
162
164
|
}
|
|
163
165
|
/**
|
|
164
|
-
*
|
|
166
|
+
* Adds new facts to an interaction.
|
|
165
167
|
*
|
|
166
168
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
167
169
|
* @param {Corti.FactsCreateRequest} request
|
|
@@ -248,7 +250,7 @@ export class Facts {
|
|
|
248
250
|
});
|
|
249
251
|
}
|
|
250
252
|
/**
|
|
251
|
-
*
|
|
253
|
+
* Updates multiple facts associated with an interaction.
|
|
252
254
|
*
|
|
253
255
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
254
256
|
* @param {Corti.FactsBatchUpdateRequest} request
|
|
@@ -334,7 +336,7 @@ export class Facts {
|
|
|
334
336
|
});
|
|
335
337
|
}
|
|
336
338
|
/**
|
|
337
|
-
*
|
|
339
|
+
* Updates an existing fact associated with a specific interaction.
|
|
338
340
|
*
|
|
339
341
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
340
342
|
* @param {Corti.Uuid} factId - The unique identifier of the fact to update. Must be a valid UUID.
|
|
@@ -11,8 +11,8 @@ export interface FactsUpdateRequest {
|
|
|
11
11
|
text?: string;
|
|
12
12
|
/** The updated group key for the fact. */
|
|
13
13
|
group?: string;
|
|
14
|
-
/** The updated origin of the fact. */
|
|
14
|
+
/** The updated origin of the fact. Set to 'USER' to indicate a change by an end-user. */
|
|
15
15
|
source?: Corti.CommonSourceEnum;
|
|
16
|
-
/**
|
|
16
|
+
/** Set this to true if discarded by an end-user, then filter out from the document generation request. */
|
|
17
17
|
isDiscarded?: boolean;
|
|
18
18
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
export * as interactions from "./interactions/index.mjs";
|
|
2
2
|
export * from "./interactions/types/index.mjs";
|
|
3
|
-
export * as transcripts from "./transcripts/index.mjs";
|
|
4
|
-
export * from "./transcripts/types/index.mjs";
|
|
5
3
|
export * as auth from "./auth/index.mjs";
|
|
6
4
|
export * from "./auth/types/index.mjs";
|
|
7
5
|
export * as stream from "./stream/index.mjs";
|
|
8
6
|
export * as transcribe from "./transcribe/index.mjs";
|
|
9
7
|
export * as recordings from "./recordings/index.mjs";
|
|
8
|
+
export * as transcripts from "./transcripts/index.mjs";
|
|
10
9
|
export * as facts from "./facts/index.mjs";
|
|
11
10
|
export * as documents from "./documents/index.mjs";
|
|
12
11
|
export * as templates from "./templates/index.mjs";
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
export * as interactions from "./interactions/index.mjs";
|
|
2
2
|
export * from "./interactions/types/index.mjs";
|
|
3
|
-
export * as transcripts from "./transcripts/index.mjs";
|
|
4
|
-
export * from "./transcripts/types/index.mjs";
|
|
5
3
|
export * as auth from "./auth/index.mjs";
|
|
6
4
|
export * from "./auth/types/index.mjs";
|
|
7
5
|
export * as stream from "./stream/index.mjs";
|
|
8
6
|
export * as transcribe from "./transcribe/index.mjs";
|
|
9
7
|
export * as recordings from "./recordings/index.mjs";
|
|
8
|
+
export * as transcripts from "./transcripts/index.mjs";
|
|
10
9
|
export * as facts from "./facts/index.mjs";
|
|
11
10
|
export * as documents from "./documents/index.mjs";
|
|
12
11
|
export * as templates from "./templates/index.mjs";
|
|
@@ -32,7 +32,7 @@ export declare class Interactions {
|
|
|
32
32
|
protected readonly _options: Interactions.Options;
|
|
33
33
|
constructor(_options: Interactions.Options);
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Lists all existing interactions. Results can be filtered by encounter status and patient identifier.
|
|
36
36
|
*
|
|
37
37
|
* @param {Corti.InteractionsListRequest} request
|
|
38
38
|
* @param {Interactions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -45,7 +45,7 @@ export declare class Interactions {
|
|
|
45
45
|
*/
|
|
46
46
|
list(request?: Corti.InteractionsListRequest, requestOptions?: Interactions.RequestOptions): Promise<core.Page<Corti.InteractionsGetResponse>>;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Creates a new interaction.
|
|
49
49
|
*
|
|
50
50
|
* @param {Corti.InteractionsCreateRequest} request
|
|
51
51
|
* @param {Interactions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -67,7 +67,7 @@ export declare class Interactions {
|
|
|
67
67
|
create(request: Corti.InteractionsCreateRequest, requestOptions?: Interactions.RequestOptions): core.HttpResponsePromise<Corti.InteractionsCreateResponse>;
|
|
68
68
|
private __create;
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* Retrieves a previously recorded interaction by its unique identifier (interaction ID).
|
|
71
71
|
*
|
|
72
72
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
73
73
|
* @param {Interactions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -81,7 +81,7 @@ export declare class Interactions {
|
|
|
81
81
|
get(id: Corti.Uuid, requestOptions?: Interactions.RequestOptions): core.HttpResponsePromise<Corti.InteractionsGetResponse>;
|
|
82
82
|
private __get;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Deletes an existing interaction.
|
|
85
85
|
*
|
|
86
86
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
87
87
|
* @param {Interactions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -95,7 +95,7 @@ export declare class Interactions {
|
|
|
95
95
|
delete(id: Corti.Uuid, requestOptions?: Interactions.RequestOptions): core.HttpResponsePromise<void>;
|
|
96
96
|
private __delete;
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
* Modifies an existing interaction by updating specific fields without overwriting the entire record.
|
|
99
99
|
*
|
|
100
100
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
101
101
|
* @param {Corti.InteractionsUpdateRequest} request
|
|
@@ -20,7 +20,7 @@ export class Interactions {
|
|
|
20
20
|
this._options = _options;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Lists all existing interactions. Results can be filtered by encounter status and patient identifier.
|
|
24
24
|
*
|
|
25
25
|
* @param {Corti.InteractionsListRequest} request
|
|
26
26
|
* @param {Interactions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -150,7 +150,7 @@ export class Interactions {
|
|
|
150
150
|
});
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
|
-
*
|
|
153
|
+
* Creates a new interaction.
|
|
154
154
|
*
|
|
155
155
|
* @param {Corti.InteractionsCreateRequest} request
|
|
156
156
|
* @param {Interactions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -252,7 +252,7 @@ export class Interactions {
|
|
|
252
252
|
});
|
|
253
253
|
}
|
|
254
254
|
/**
|
|
255
|
-
*
|
|
255
|
+
* Retrieves a previously recorded interaction by its unique identifier (interaction ID).
|
|
256
256
|
*
|
|
257
257
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
258
258
|
* @param {Interactions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -336,7 +336,7 @@ export class Interactions {
|
|
|
336
336
|
});
|
|
337
337
|
}
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Deletes an existing interaction.
|
|
340
340
|
*
|
|
341
341
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
342
342
|
* @param {Interactions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -411,7 +411,7 @@ export class Interactions {
|
|
|
411
411
|
});
|
|
412
412
|
}
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Modifies an existing interaction by updating specific fields without overwriting the entire record.
|
|
415
415
|
*
|
|
416
416
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
417
417
|
* @param {Corti.InteractionsUpdateRequest} request
|
|
@@ -32,7 +32,7 @@ export declare class Recordings {
|
|
|
32
32
|
protected readonly _options: Recordings.Options;
|
|
33
33
|
constructor(_options: Recordings.Options);
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Retrieve a list of recordings for a given interaction.
|
|
36
36
|
*
|
|
37
37
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
38
38
|
* @param {Recordings.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -48,7 +48,7 @@ export declare class Recordings {
|
|
|
48
48
|
list(id: Corti.Uuid, requestOptions?: Recordings.RequestOptions): core.HttpResponsePromise<Corti.RecordingsListResponse>;
|
|
49
49
|
private __list;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Upload a recording for a given interaction. There is a maximum limit of 60 minutes in length and 150MB in size for recordings.
|
|
52
52
|
*
|
|
53
53
|
* @param {core.file.Uploadable} uploadable
|
|
54
54
|
* @param {Corti.Uuid} id
|
|
@@ -62,7 +62,7 @@ export declare class Recordings {
|
|
|
62
62
|
upload(uploadable: core.file.Uploadable, id: Corti.Uuid, requestOptions?: Recordings.RequestOptions): core.HttpResponsePromise<Corti.RecordingsCreateResponse>;
|
|
63
63
|
private __upload;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* Retrieve a specific recording for a given interaction.
|
|
66
66
|
* @throws {@link Corti.BadRequestError}
|
|
67
67
|
* @throws {@link Corti.ForbiddenError}
|
|
68
68
|
* @throws {@link Corti.NotFoundError}
|
|
@@ -72,7 +72,7 @@ export declare class Recordings {
|
|
|
72
72
|
get(id: Corti.Uuid, recordingId: Corti.Uuid, requestOptions?: Recordings.RequestOptions): core.HttpResponsePromise<core.BinaryResponse>;
|
|
73
73
|
private __get;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Delete a specific recording for a given interaction.
|
|
76
76
|
*
|
|
77
77
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
78
78
|
* @param {Corti.Uuid} recordingId - The unique identifier of the recording. Must be a valid UUID.
|
|
@@ -20,7 +20,7 @@ export class Recordings {
|
|
|
20
20
|
this._options = _options;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Retrieve a list of recordings for a given interaction.
|
|
24
24
|
*
|
|
25
25
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
26
26
|
* @param {Recordings.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -110,7 +110,7 @@ export class Recordings {
|
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
|
-
*
|
|
113
|
+
* Upload a recording for a given interaction. There is a maximum limit of 60 minutes in length and 150MB in size for recordings.
|
|
114
114
|
*
|
|
115
115
|
* @param {core.file.Uploadable} uploadable
|
|
116
116
|
* @param {Corti.Uuid} id
|
|
@@ -203,7 +203,7 @@ export class Recordings {
|
|
|
203
203
|
});
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
|
-
*
|
|
206
|
+
* Retrieve a specific recording for a given interaction.
|
|
207
207
|
* @throws {@link Corti.BadRequestError}
|
|
208
208
|
* @throws {@link Corti.ForbiddenError}
|
|
209
209
|
* @throws {@link Corti.NotFoundError}
|
|
@@ -244,13 +244,7 @@ export class Recordings {
|
|
|
244
244
|
breadcrumbsPrefix: ["response"],
|
|
245
245
|
}), _response.rawResponse);
|
|
246
246
|
case 404:
|
|
247
|
-
throw new Corti.NotFoundError(
|
|
248
|
-
unrecognizedObjectKeys: "passthrough",
|
|
249
|
-
allowUnrecognizedUnionMembers: true,
|
|
250
|
-
allowUnrecognizedEnumValues: true,
|
|
251
|
-
skipValidation: true,
|
|
252
|
-
breadcrumbsPrefix: ["response"],
|
|
253
|
-
}), _response.rawResponse);
|
|
247
|
+
throw new Corti.NotFoundError(_response.error.body, _response.rawResponse);
|
|
254
248
|
case 500:
|
|
255
249
|
throw new Corti.InternalServerError(_response.error.body, _response.rawResponse);
|
|
256
250
|
case 504:
|
|
@@ -287,7 +281,7 @@ export class Recordings {
|
|
|
287
281
|
});
|
|
288
282
|
}
|
|
289
283
|
/**
|
|
290
|
-
*
|
|
284
|
+
* Delete a specific recording for a given interaction.
|
|
291
285
|
*
|
|
292
286
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
293
287
|
* @param {Corti.Uuid} recordingId - The unique identifier of the recording. Must be a valid UUID.
|
|
@@ -332,13 +326,7 @@ export class Recordings {
|
|
|
332
326
|
breadcrumbsPrefix: ["response"],
|
|
333
327
|
}), _response.rawResponse);
|
|
334
328
|
case 404:
|
|
335
|
-
throw new Corti.NotFoundError(
|
|
336
|
-
unrecognizedObjectKeys: "passthrough",
|
|
337
|
-
allowUnrecognizedUnionMembers: true,
|
|
338
|
-
allowUnrecognizedEnumValues: true,
|
|
339
|
-
skipValidation: true,
|
|
340
|
-
breadcrumbsPrefix: ["response"],
|
|
341
|
-
}), _response.rawResponse);
|
|
329
|
+
throw new Corti.NotFoundError(_response.error.body, _response.rawResponse);
|
|
342
330
|
case 500:
|
|
343
331
|
throw new Corti.InternalServerError(_response.error.body, _response.rawResponse);
|
|
344
332
|
case 504:
|
|
@@ -32,7 +32,7 @@ export declare class Templates {
|
|
|
32
32
|
protected readonly _options: Templates.Options;
|
|
33
33
|
constructor(_options: Templates.Options);
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Retrieves a list of template sections with optional filters for organization and language.
|
|
36
36
|
*
|
|
37
37
|
* @param {Corti.TemplatesSectionListRequest} request
|
|
38
38
|
* @param {Templates.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -46,7 +46,7 @@ export declare class Templates {
|
|
|
46
46
|
sectionList(request?: Corti.TemplatesSectionListRequest, requestOptions?: Templates.RequestOptions): core.HttpResponsePromise<Corti.TemplatesSectionListResponse>;
|
|
47
47
|
private __sectionList;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Retrieves a list of templates with optional filters for organization, language, and status.
|
|
50
50
|
*
|
|
51
51
|
* @param {Corti.TemplatesListRequest} request
|
|
52
52
|
* @param {Templates.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -20,7 +20,7 @@ export class Templates {
|
|
|
20
20
|
this._options = _options;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Retrieves a list of template sections with optional filters for organization and language.
|
|
24
24
|
*
|
|
25
25
|
* @param {Corti.TemplatesSectionListRequest} request
|
|
26
26
|
* @param {Templates.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -111,7 +111,7 @@ export class Templates {
|
|
|
111
111
|
});
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
|
-
*
|
|
114
|
+
* Retrieves a list of templates with optional filters for organization, language, and status.
|
|
115
115
|
*
|
|
116
116
|
* @param {Corti.TemplatesListRequest} request
|
|
117
117
|
* @param {Templates.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -32,7 +32,7 @@ export declare class Transcripts {
|
|
|
32
32
|
protected readonly _options: Transcripts.Options;
|
|
33
33
|
constructor(_options: Transcripts.Options);
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Retrieves a list of transcripts for a given interaction.
|
|
36
36
|
*
|
|
37
37
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
38
38
|
* @param {Corti.TranscriptsListRequest} request
|
|
@@ -50,7 +50,7 @@ export declare class Transcripts {
|
|
|
50
50
|
list(id: Corti.Uuid, request?: Corti.TranscriptsListRequest, requestOptions?: Transcripts.RequestOptions): core.HttpResponsePromise<Corti.TranscriptsListResponse>;
|
|
51
51
|
private __list;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* Creates a new transcript for an interaction.
|
|
54
54
|
*
|
|
55
55
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
56
56
|
* @param {Corti.TranscriptsCreateRequest} request
|
|
@@ -65,14 +65,13 @@ export declare class Transcripts {
|
|
|
65
65
|
* @example
|
|
66
66
|
* await client.transcripts.create("f47ac10b-58cc-4372-a567-0e02b2c3d479", {
|
|
67
67
|
* recordingId: "f47ac10b-58cc-4372-a567-0e02b2c3d479",
|
|
68
|
-
* primaryLanguage: "en"
|
|
69
|
-
* modelName: "base"
|
|
68
|
+
* primaryLanguage: "en"
|
|
70
69
|
* })
|
|
71
70
|
*/
|
|
72
71
|
create(id: Corti.Uuid, request: Corti.TranscriptsCreateRequest, requestOptions?: Transcripts.RequestOptions): core.HttpResponsePromise<Corti.TranscriptsResponse>;
|
|
73
72
|
private __create;
|
|
74
73
|
/**
|
|
75
|
-
*
|
|
74
|
+
* Retrieves the transcript for a specific interaction.
|
|
76
75
|
*
|
|
77
76
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
78
77
|
* @param {Corti.Uuid} transcriptId - The unique identifier of the transcript. Must be a valid UUID.
|
|
@@ -90,7 +89,7 @@ export declare class Transcripts {
|
|
|
90
89
|
get(id: Corti.Uuid, transcriptId: Corti.Uuid, requestOptions?: Transcripts.RequestOptions): core.HttpResponsePromise<Corti.TranscriptsResponse>;
|
|
91
90
|
private __get;
|
|
92
91
|
/**
|
|
93
|
-
*
|
|
92
|
+
* Deletes a specific transcript associated with an interaction.
|
|
94
93
|
*
|
|
95
94
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
96
95
|
* @param {Corti.Uuid} transcriptId - The unique identifier of the transcript. Must be a valid UUID.
|
|
@@ -20,7 +20,7 @@ export class Transcripts {
|
|
|
20
20
|
this._options = _options;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Retrieves a list of transcripts for a given interaction.
|
|
24
24
|
*
|
|
25
25
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
26
26
|
* @param {Corti.TranscriptsListRequest} request
|
|
@@ -120,7 +120,7 @@ export class Transcripts {
|
|
|
120
120
|
});
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
123
|
+
* Creates a new transcript for an interaction.
|
|
124
124
|
*
|
|
125
125
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
126
126
|
* @param {Corti.TranscriptsCreateRequest} request
|
|
@@ -135,8 +135,7 @@ export class Transcripts {
|
|
|
135
135
|
* @example
|
|
136
136
|
* await client.transcripts.create("f47ac10b-58cc-4372-a567-0e02b2c3d479", {
|
|
137
137
|
* recordingId: "f47ac10b-58cc-4372-a567-0e02b2c3d479",
|
|
138
|
-
* primaryLanguage: "en"
|
|
139
|
-
* modelName: "base"
|
|
138
|
+
* primaryLanguage: "en"
|
|
140
139
|
* })
|
|
141
140
|
*/
|
|
142
141
|
create(id, request, requestOptions) {
|
|
@@ -224,7 +223,7 @@ export class Transcripts {
|
|
|
224
223
|
});
|
|
225
224
|
}
|
|
226
225
|
/**
|
|
227
|
-
*
|
|
226
|
+
* Retrieves the transcript for a specific interaction.
|
|
228
227
|
*
|
|
229
228
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
230
229
|
* @param {Corti.Uuid} transcriptId - The unique identifier of the transcript. Must be a valid UUID.
|
|
@@ -318,7 +317,7 @@ export class Transcripts {
|
|
|
318
317
|
});
|
|
319
318
|
}
|
|
320
319
|
/**
|
|
321
|
-
*
|
|
320
|
+
* Deletes a specific transcript associated with an interaction.
|
|
322
321
|
*
|
|
323
322
|
* @param {Corti.Uuid} id - The unique identifier of the interaction. Must be a valid UUID.
|
|
324
323
|
* @param {Corti.Uuid} transcriptId - The unique identifier of the transcript. Must be a valid UUID.
|
|
@@ -6,8 +6,7 @@ import * as Corti from "../../../../index.mjs";
|
|
|
6
6
|
* @example
|
|
7
7
|
* {
|
|
8
8
|
* recordingId: "f47ac10b-58cc-4372-a567-0e02b2c3d479",
|
|
9
|
-
* primaryLanguage: "en"
|
|
10
|
-
* modelName: "base"
|
|
9
|
+
* primaryLanguage: "en"
|
|
11
10
|
* }
|
|
12
11
|
*/
|
|
13
12
|
export interface TranscriptsCreateRequest {
|
|
@@ -23,6 +22,4 @@ export interface TranscriptsCreateRequest {
|
|
|
23
22
|
diarize?: boolean;
|
|
24
23
|
/** An array of participants, each specifying a role and an assigned audio channel in the recording. Leave empty when shouldDiarize: true */
|
|
25
24
|
participants?: Corti.TranscriptsParticipant[];
|
|
26
|
-
/** The model name for transcription. By default, only the highest tier is accessible. Check https://docs.corti.ai/about/languages for more. */
|
|
27
|
-
modelName: Corti.TranscriptsCreateRequestModelName;
|
|
28
25
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export interface
|
|
4
|
+
export interface CommonTranscriptRequest {
|
|
5
5
|
/** The channel associated with this phrase/utterance. */
|
|
6
6
|
channel?: number;
|
|
7
7
|
/** The identifier of the participant. */
|
|
@@ -9,7 +9,7 @@ export interface Transcript {
|
|
|
9
9
|
/** Id to tag an identified speaker. Auto-increments. */
|
|
10
10
|
speakerId?: number;
|
|
11
11
|
/** The spoken phrase or utterance extracted from the audio. */
|
|
12
|
-
text
|
|
12
|
+
text: string;
|
|
13
13
|
/** Start time in milliseconds for phrase/utterance. */
|
|
14
14
|
start?: number;
|
|
15
15
|
/** End time in milliseconds for phrase/utterance. */
|
package/dist/{cjs/api/types/CommonTranscript.d.ts → esm/api/types/CommonTranscriptResponse.d.mts}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export interface
|
|
4
|
+
export interface CommonTranscriptResponse {
|
|
5
5
|
/** The channel associated with this phrase/utterance. */
|
|
6
6
|
channel: number;
|
|
7
7
|
/** The identifier of the participant. */
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
export interface DocumentsContextWithString {
|
|
5
|
-
/** String data. */
|
|
5
|
+
/** String data can include any text to be reasoned over for document generation: Transcript text, facts, or other narrative information. */
|
|
6
6
|
data: string;
|
|
7
7
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Corti from "../index.mjs";
|
|
5
5
|
export interface DocumentsContextWithTranscript {
|
|
6
|
-
/** Transcript
|
|
7
|
-
data: Corti.
|
|
6
|
+
/** Transcript object can accept the full transcript in one string, or individual transcript segments. */
|
|
7
|
+
data: Corti.CommonTranscriptRequest;
|
|
8
8
|
}
|
|
@@ -2,4 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Corti from "../index.mjs";
|
|
5
|
-
export type DocumentsCreateRequest =
|
|
5
|
+
export type DocumentsCreateRequest =
|
|
6
|
+
/**
|
|
7
|
+
* Standard method for document generation: Use template key to generate document based on pre-defined template. */
|
|
8
|
+
Corti.DocumentsCreateRequestWithTemplateKey
|
|
9
|
+
/**
|
|
10
|
+
* Advanced method for document generation: Define sectionKeys in the request to build a template dynamically. See a detailed example [here](/templates/documents-advanced#assemble-a-template-with-extra-instructions). */
|
|
11
|
+
| Corti.DocumentsCreateRequestWithTemplate;
|