videomail-client 11.4.10 → 11.4.12
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
CHANGED
|
@@ -10642,7 +10642,7 @@ var __webpack_exports__ = {};
|
|
|
10642
10642
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10643
10643
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10644
10644
|
var package_namespaceObject = {
|
|
10645
|
-
rE: "11.4.
|
|
10645
|
+
rE: "11.4.12"
|
|
10646
10646
|
};
|
|
10647
10647
|
var defined = __webpack_require__("./node_modules/defined/index.js");
|
|
10648
10648
|
var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -3,10 +3,10 @@ import { Command, VideomailCommandArgs } from "./types/command";
|
|
|
3
3
|
import DeliveryRecord from "./types/DeliveryRecord";
|
|
4
4
|
import { EmailAddress, EmailAddresses } from "./types/EmailAddress";
|
|
5
5
|
import { FullVideomailErrorData, VideomailErrorData } from "./types/error";
|
|
6
|
-
import VideomailEvents from "./types/events";
|
|
6
|
+
import VideomailEvents, { VideomailPreviewParams } from "./types/events";
|
|
7
7
|
import { VideomailClientOptions } from "./types/options";
|
|
8
8
|
import RecordingStats from "./types/RecordingStats";
|
|
9
9
|
import Videomail, { PartialVideomail } from "./types/Videomail";
|
|
10
10
|
import { VideoType, VideoTypeType } from "./types/VideoType";
|
|
11
|
-
export type { Command, DeliveryRecord, EmailAddress, EmailAddresses, FullVideomailErrorData, PartialVideomail, RecordingStats, Videomail, VideomailClientOptions, VideomailCommandArgs, VideomailErrorData, VideomailEvents, VideoTypeType, };
|
|
11
|
+
export type { Command, DeliveryRecord, EmailAddress, EmailAddresses, FullVideomailErrorData, PartialVideomail, RecordingStats, Videomail, VideomailClientOptions, VideomailCommandArgs, VideomailErrorData, VideomailEvents, VideomailPreviewParams, VideoTypeType, };
|
|
12
12
|
export { VideomailClient, VideoType };
|
package/dist/esm/index.js
CHANGED
|
@@ -24,8 +24,8 @@ export interface ProgressParams {
|
|
|
24
24
|
}
|
|
25
25
|
export interface VideomailPreviewParams {
|
|
26
26
|
key?: string | undefined;
|
|
27
|
-
width
|
|
28
|
-
height
|
|
27
|
+
width?: number | undefined;
|
|
28
|
+
height?: number | undefined;
|
|
29
29
|
hasAudio: boolean;
|
|
30
30
|
duration: number;
|
|
31
31
|
}
|
|
@@ -32,7 +32,7 @@ declare class Despot {
|
|
|
32
32
|
LOADING_USER_MEDIA: (() => void)[];
|
|
33
33
|
NOTIFYING: (() => void)[];
|
|
34
34
|
PAUSED: (() => void)[];
|
|
35
|
-
PREVIEW: ((params?: import("
|
|
35
|
+
PREVIEW: ((params?: import("..").VideomailPreviewParams) => void)[];
|
|
36
36
|
PREVIEW_SHOWN: (() => void)[];
|
|
37
37
|
PROGRESS: ((params: import("../types/events").ProgressParams) => void)[];
|
|
38
38
|
RECORDING: ((params: import("../types/events").RecordingParams) => void)[];
|
package/dist/umd/index.js
CHANGED
|
@@ -10648,7 +10648,7 @@
|
|
|
10648
10648
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10649
10649
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10650
10650
|
var package_namespaceObject = {
|
|
10651
|
-
rE: "11.4.
|
|
10651
|
+
rE: "11.4.12"
|
|
10652
10652
|
};
|
|
10653
10653
|
var defined = __webpack_require__("./node_modules/defined/index.js");
|
|
10654
10654
|
var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
|