videomail-client 10.2.25 → 10.2.26
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 -2
- 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
|
@@ -14128,7 +14128,7 @@ var __webpack_exports__ = {};
|
|
|
14128
14128
|
}
|
|
14129
14129
|
const wrappers_form = Form;
|
|
14130
14130
|
var package_namespaceObject = {
|
|
14131
|
-
i8: "10.2.
|
|
14131
|
+
i8: "10.2.26"
|
|
14132
14132
|
};
|
|
14133
14133
|
function resource_define_property(obj, key, value) {
|
|
14134
14134
|
if (key in obj) Object.defineProperty(obj, key, {
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -5,11 +5,11 @@ import { VideomailClientOptions } from "./types/options";
|
|
|
5
5
|
import RecordingStats from "./types/RecordingStats";
|
|
6
6
|
import Videomail from "./types/Videomail";
|
|
7
7
|
import { VideoType } from "./types/VideoType";
|
|
8
|
-
import { Command } from "./types/command";
|
|
8
|
+
import { Command, CommandArgs } from "./types/command";
|
|
9
9
|
export type { Videomail };
|
|
10
10
|
export type { VideomailEvents };
|
|
11
11
|
export type { RecordingStats };
|
|
12
12
|
export type { VideomailClientOptions };
|
|
13
13
|
export { VideoType, VideomailClient };
|
|
14
14
|
export type { VideomailErrorData, FullVideomailErrorData };
|
|
15
|
-
export type { Command };
|
|
15
|
+
export type { Command, CommandArgs };
|
package/dist/esm/index.js
CHANGED
|
@@ -4075,7 +4075,7 @@ class Form extends util_Despot {
|
|
|
4075
4075
|
}
|
|
4076
4076
|
const wrappers_form = Form;
|
|
4077
4077
|
var package_namespaceObject = {
|
|
4078
|
-
i8: "10.2.
|
|
4078
|
+
i8: "10.2.26"
|
|
4079
4079
|
};
|
|
4080
4080
|
function findOriginalExc(exc) {
|
|
4081
4081
|
if (exc instanceof Error && "response" in exc) {
|
package/dist/umd/index.js
CHANGED
|
@@ -14095,7 +14095,7 @@
|
|
|
14095
14095
|
}
|
|
14096
14096
|
const wrappers_form = Form;
|
|
14097
14097
|
var package_namespaceObject = {
|
|
14098
|
-
i8: "10.2.
|
|
14098
|
+
i8: "10.2.26"
|
|
14099
14099
|
};
|
|
14100
14100
|
function findOriginalExc(exc) {
|
|
14101
14101
|
if (exc instanceof Error && "response" in exc) {
|