webitel-sdk 0.1.141 → 0.1.142
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/bundles/index.esm.js +1 -1
- package/bundles/index.esm.min.js +1 -1
- package/bundles/index.umd.js +1 -1
- package/bundles/index.umd.min.js +1 -1
- package/bundles/index.umd.min.js.map +1 -1
- package/esm2015/api/engine-transcript-lookup.js +13 -0
- package/esm2015/api/engine-transcript-lookup.js.map +1 -0
- package/esm2015/api/index.js.map +1 -1
- package/esm5/api/engine-transcript-lookup.js +13 -0
- package/esm5/api/engine-transcript-lookup.js.map +1 -0
- package/esm5/api/index.js.map +1 -1
- package/package.json +1 -1
- package/types/api/engine-call-file.d.ts +0 -7
- package/types/api/engine-call-file.d.ts.map +1 -1
- package/types/api/engine-history-call.d.ts +7 -0
- package/types/api/engine-history-call.d.ts.map +1 -1
- package/types/api/engine-history-file-job.d.ts +6 -0
- package/types/api/engine-history-file-job.d.ts.map +1 -1
- package/types/api/engine-transcript-lookup.d.ts +37 -0
- package/types/api/engine-transcript-lookup.d.ts.map +1 -0
- package/types/api/index.d.ts +1 -1
- package/types/api/index.d.ts.map +1 -1
- package/types/api/storage-delete-file-transcript-request.d.ts +1 -1
- package/types/api/storage-delete-file-transcript-request.d.ts.map +1 -1
package/bundles/index.esm.js
CHANGED
|
@@ -25553,7 +25553,7 @@ async function getMediaStream(constraints) {
|
|
|
25553
25553
|
|
|
25554
25554
|
const getVersion = () => {
|
|
25555
25555
|
// @ts-ignore
|
|
25556
|
-
return '"0.1.
|
|
25556
|
+
return '"0.1.142"';
|
|
25557
25557
|
};
|
|
25558
25558
|
var version = getVersion();
|
|
25559
25559
|
|