webitel-sdk 0.1.142 → 0.1.143

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.
Files changed (36) hide show
  1. package/bundles/index.esm.js +1 -5
  2. package/bundles/index.esm.js.map +1 -1
  3. package/bundles/index.esm.min.js +1 -1
  4. package/bundles/index.esm.min.js.map +1 -1
  5. package/bundles/index.umd.js +1 -5
  6. package/bundles/index.umd.js.map +1 -1
  7. package/bundles/index.umd.min.js +1 -1
  8. package/bundles/index.umd.min.js.map +1 -1
  9. package/esm2015/api/call-service-api.js +0 -4
  10. package/esm2015/api/call-service-api.js.map +1 -1
  11. package/esm2015/api/engine-transcript-lookup.js +1 -1
  12. package/esm2015/lookups/cloud-providers/microsoft/microsoft-region.lookup.js +33 -0
  13. package/esm2015/lookups/cloud-providers/microsoft/microsoft-region.lookup.js.map +1 -0
  14. package/esm2015/lookups/index.js +3 -0
  15. package/esm2015/lookups/index.js.map +1 -0
  16. package/esm5/api/call-service-api.js +0 -4
  17. package/esm5/api/call-service-api.js.map +1 -1
  18. package/esm5/api/engine-transcript-lookup.js +1 -1
  19. package/esm5/lookups/cloud-providers/microsoft/microsoft-region.lookup.js +33 -0
  20. package/esm5/lookups/cloud-providers/microsoft/microsoft-region.lookup.js.map +1 -0
  21. package/esm5/lookups/index.js +3 -0
  22. package/esm5/lookups/index.js.map +1 -0
  23. package/package.json +1 -1
  24. package/types/api/call-service-api.d.ts +0 -4
  25. package/types/api/call-service-api.d.ts.map +1 -1
  26. package/types/api/engine-transcript-lookup.d.ts +1 -1
  27. package/types/lookups/cloud-providers/microsoft/microsoft-region.lookup.d.ts +6 -0
  28. package/types/lookups/cloud-providers/microsoft/microsoft-region.lookup.d.ts.map +1 -0
  29. package/types/lookups/index.d.ts +3 -0
  30. package/types/lookups/index.d.ts.map +1 -0
  31. package/esm2015/api/call-file-transcript-lookup.js +0 -13
  32. package/esm2015/api/call-file-transcript-lookup.js.map +0 -1
  33. package/esm5/api/call-file-transcript-lookup.js +0 -13
  34. package/esm5/api/call-file-transcript-lookup.js.map +0 -1
  35. package/types/api/call-file-transcript-lookup.d.ts +0 -31
  36. package/types/api/call-file-transcript-lookup.d.ts.map +0 -1
@@ -6468,7 +6468,6 @@ const CallServiceApiAxiosParamCreator = function (configuration) {
6468
6468
  },
6469
6469
  /**
6470
6470
  *
6471
- * @summary Create e call
6472
6471
  * @param {EngineCreateCallRequest} body
6473
6472
  * @param {*} [options] Override http request option.
6474
6473
  * @throws {RequiredError}
@@ -7468,7 +7467,6 @@ const CallServiceApiFp = function (configuration) {
7468
7467
  },
7469
7468
  /**
7470
7469
  *
7471
- * @summary Create e call
7472
7470
  * @param {EngineCreateCallRequest} body
7473
7471
  * @param {*} [options] Override http request option.
7474
7472
  * @throws {RequiredError}
@@ -7779,7 +7777,6 @@ const CallServiceApiFactory = function (configuration, basePath, axios) {
7779
7777
  },
7780
7778
  /**
7781
7779
  *
7782
- * @summary Create e call
7783
7780
  * @param {EngineCreateCallRequest} body
7784
7781
  * @param {*} [options] Override http request option.
7785
7782
  * @throws {RequiredError}
@@ -8034,7 +8031,6 @@ class CallServiceApi extends BaseAPI {
8034
8031
  }
8035
8032
  /**
8036
8033
  *
8037
- * @summary Create e call
8038
8034
  * @param {EngineCreateCallRequest} body
8039
8035
  * @param {*} [options] Override http request option.
8040
8036
  * @throws {RequiredError}
@@ -25553,7 +25549,7 @@ async function getMediaStream(constraints) {
25553
25549
 
25554
25550
  const getVersion = () => {
25555
25551
  // @ts-ignore
25556
- return '"0.1.142"';
25552
+ return '"0.1.143"';
25557
25553
  };
25558
25554
  var version = getVersion();
25559
25555