videomail-client 13.11.0 → 13.11.1
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/client.d.ts +2 -2
- package/dist/esm/index.d.ts +1 -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
|
@@ -10852,7 +10852,7 @@ var __webpack_exports__ = {};
|
|
|
10852
10852
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10853
10853
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10854
10854
|
var package_namespaceObject = {
|
|
10855
|
-
rE: "13.11.
|
|
10855
|
+
rE: "13.11.1"
|
|
10856
10856
|
};
|
|
10857
10857
|
function isAudioEnabled(options) {
|
|
10858
10858
|
return Boolean(options.audio.enabled);
|
package/dist/esm/client.d.ts
CHANGED
|
@@ -23,8 +23,8 @@ declare class VideomailClient extends Despot {
|
|
|
23
23
|
hide(): void;
|
|
24
24
|
getByAlias(alias: string): Promise<Videomail>;
|
|
25
25
|
getByKey(key: string): Promise<Videomail>;
|
|
26
|
-
getThreadByAlias(alias: string): Promise<import("
|
|
27
|
-
getThreadByKey(key: string): Promise<import("
|
|
26
|
+
getThreadByAlias(alias: string): Promise<import(".").VideomailThread>;
|
|
27
|
+
getThreadByKey(key: string): Promise<import(".").VideomailThread>;
|
|
28
28
|
isDirty(): boolean;
|
|
29
29
|
isBuilt(): boolean;
|
|
30
30
|
isRecording(): boolean;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export type { VideomailClientOptions } from "./types/options";
|
|
|
13
13
|
export type { ReactionKey, ReactionLabel, ReactionPrettyByUserKey, ReactionsByUserKey, ReactionsPrettyByUserKey, ReactionType, } from "./types/reaction";
|
|
14
14
|
export { Reactions } from "./types/reaction";
|
|
15
15
|
export type { RecordingStats } from "./types/RecordingStats";
|
|
16
|
+
export type { VideomailThread } from "./types/thread";
|
|
16
17
|
export type { PartialVideomail, Videomail } from "./types/Videomail";
|
|
17
18
|
export type { VideoTypeType } from "./types/VideoType";
|
|
18
19
|
export { VideoType };
|
package/dist/esm/index.js
CHANGED
package/dist/umd/index.js
CHANGED
|
@@ -10858,7 +10858,7 @@
|
|
|
10858
10858
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10859
10859
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10860
10860
|
var package_namespaceObject = {
|
|
10861
|
-
rE: "13.11.
|
|
10861
|
+
rE: "13.11.1"
|
|
10862
10862
|
};
|
|
10863
10863
|
function isAudioEnabled(options) {
|
|
10864
10864
|
return Boolean(options.audio.enabled);
|