videomail-client 10.2.6 → 10.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -13874,7 +13874,7 @@ var __webpack_exports__ = {};
|
|
|
13874
13874
|
}
|
|
13875
13875
|
const wrappers_form = Form;
|
|
13876
13876
|
var package_namespaceObject = {
|
|
13877
|
-
i8: "10.2.
|
|
13877
|
+
i8: "10.2.7"
|
|
13878
13878
|
};
|
|
13879
13879
|
function resource_define_property(obj, key, value) {
|
|
13880
13880
|
if (key in obj) Object.defineProperty(obj, key, {
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import VideomailClient from "./client";
|
|
2
2
|
import { FullVideomailErrorData, VideomailErrorData } from "./types/error";
|
|
3
3
|
import VideomailEvents from "./types/events";
|
|
4
|
+
import { VideomailClientOptions } from "./types/options";
|
|
4
5
|
import RecordingStats from "./types/RecordingStats";
|
|
5
6
|
import Videomail from "./types/Videomail";
|
|
6
7
|
import { VideoType } from "./types/VideoType";
|
|
7
8
|
export type { Videomail };
|
|
8
9
|
export type { VideomailEvents };
|
|
9
10
|
export type { RecordingStats };
|
|
11
|
+
export type { VideomailClientOptions };
|
|
10
12
|
export { VideoType, VideomailClient };
|
|
11
13
|
export type { VideomailErrorData, FullVideomailErrorData };
|
package/dist/esm/index.js
CHANGED
package/dist/umd/index.js
CHANGED
|
@@ -13842,7 +13842,7 @@
|
|
|
13842
13842
|
}
|
|
13843
13843
|
const wrappers_form = Form;
|
|
13844
13844
|
var package_namespaceObject = {
|
|
13845
|
-
i8: "10.2.
|
|
13845
|
+
i8: "10.2.7"
|
|
13846
13846
|
};
|
|
13847
13847
|
function findOriginalExc(exc) {
|
|
13848
13848
|
if (exc instanceof Error && "response" in exc) {
|