@webitel/api-services
Preparing search index...
pdf-service/pdf-service
getPdfService
Function getPdfService
getPdfService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createCallExport
:
(
callId
:
string
,
webitelMediaExporterPdfServiceCreateCallExportBody
:
WebitelMediaExporterPdfServiceCreateCallExportBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelMediaExporterExportTask
,
any
,
{}
>
>
;
createScreenrecordingExport
:
(
agentId
:
string
,
webitelMediaExporterPdfServiceCreateScreenrecordingExportBody
:
WebitelMediaExporterPdfServiceCreateScreenrecordingExportBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelMediaExporterExportTask
,
any
,
{}
>
>
;
deleteExport
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelMediaExporterDeleteExportResponse
,
any
,
{}
>
,
>
;
listCallExports
:
(
callId
:
string
,
params
?:
ListCallExportsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelMediaExporterListExportsResponse
,
any
,
{}
>
,
>
;
listScreenrecordingExports
:
(
agentId
:
string
,
params
?:
ListScreenrecordingExportsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelMediaExporterListExportsResponse
,
any
,
{}
>
,
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createCallExport
:
(
callId
:
string
,
webitelMediaExporterPdfServiceCreateCallExportBody
:
WebitelMediaExporterPdfServiceCreateCallExportBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelMediaExporterExportTask
,
any
,
{}
>
>
;
createScreenrecordingExport
:
(
agentId
:
string
,
webitelMediaExporterPdfServiceCreateScreenrecordingExportBody
:
WebitelMediaExporterPdfServiceCreateScreenrecordingExportBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelMediaExporterExportTask
,
any
,
{}
>
>
;
deleteExport
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelMediaExporterDeleteExportResponse
,
any
,
{}
>
,
>
;
listCallExports
:
(
callId
:
string
,
params
?:
ListCallExportsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelMediaExporterListExportsResponse
,
any
,
{}
>
,
>
;
listScreenrecordingExports
:
(
agentId
:
string
,
params
?:
ListScreenrecordingExportsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelMediaExporterListExportsResponse
,
any
,
{}
>
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...