videomail-client 13.8.11 → 13.8.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
|
@@ -10853,7 +10853,7 @@ var __webpack_exports__ = {};
|
|
|
10853
10853
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10854
10854
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10855
10855
|
var package_namespaceObject = {
|
|
10856
|
-
rE: "13.8.
|
|
10856
|
+
rE: "13.8.12"
|
|
10857
10857
|
};
|
|
10858
10858
|
function isAudioEnabled(options) {
|
|
10859
10859
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export type { FullVideomailErrorData, VideomailErrorData } from "./types/error";
|
|
|
9
9
|
export type { VideomailEvents } from "./types/events";
|
|
10
10
|
export type * from "./types/events/params";
|
|
11
11
|
export type { VideomailClientOptions } from "./types/options";
|
|
12
|
-
export type { PartialReactions, ReactionKey, ReactionLabel,
|
|
12
|
+
export type { PartialReactions, ReactionKey, ReactionLabel, ReactionsPretty, ReactionsType, } from "./types/reaction";
|
|
13
13
|
export { Reactions } from "./types/reaction";
|
|
14
14
|
export type { RecordingStats } from "./types/RecordingStats";
|
|
15
15
|
export type { PartialVideomail, Videomail } from "./types/Videomail";
|
package/dist/esm/index.js
CHANGED
|
@@ -25,6 +25,5 @@ export type ReactionKey = ReactionsType["key"];
|
|
|
25
25
|
export type ReactionLabel = ReactionsType["label"];
|
|
26
26
|
type UserKey = string;
|
|
27
27
|
export type PartialReactions = Partial<Record<ReactionKey, UserKey[]>>;
|
|
28
|
-
export type
|
|
29
|
-
export type ReactionsPretty = Record<string, ReactionPretty[]>;
|
|
28
|
+
export type ReactionsPretty = Record<string, number | UserKey[]>;
|
|
30
29
|
export {};
|
|
@@ -114,7 +114,7 @@ declare class Form extends Despot {
|
|
|
114
114
|
anger?: string[];
|
|
115
115
|
} | undefined;
|
|
116
116
|
reactionsPretty?: {
|
|
117
|
-
[x: string]:
|
|
117
|
+
[x: string]: number | string[] | undefined;
|
|
118
118
|
} | undefined;
|
|
119
119
|
replyAllUrl?: string;
|
|
120
120
|
replyUrl?: string;
|
|
@@ -267,7 +267,7 @@ declare class Form extends Despot {
|
|
|
267
267
|
anger?: string[];
|
|
268
268
|
} | undefined;
|
|
269
269
|
reactionsPretty?: {
|
|
270
|
-
[x: string]:
|
|
270
|
+
[x: string]: number | string[] | undefined;
|
|
271
271
|
} | undefined;
|
|
272
272
|
replyAllUrl?: string;
|
|
273
273
|
replyUrl?: string;
|
package/dist/umd/index.js
CHANGED
|
@@ -10859,7 +10859,7 @@
|
|
|
10859
10859
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10860
10860
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10861
10861
|
var package_namespaceObject = {
|
|
10862
|
-
rE: "13.8.
|
|
10862
|
+
rE: "13.8.12"
|
|
10863
10863
|
};
|
|
10864
10864
|
function isAudioEnabled(options) {
|
|
10865
10865
|
return Boolean(options.audio.enabled);
|