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.
@@ -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.11"
10856
+ rE: "13.8.12"
10857
10857
  };
10858
10858
  function isAudioEnabled(options) {
10859
10859
  return Boolean(options.audio.enabled);
@@ -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, ReactionPretty, ReactionsPretty, ReactionsType, } from "./types/reaction";
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
@@ -3619,7 +3619,7 @@ const constants = {
3619
3619
  }
3620
3620
  };
3621
3621
  var package_namespaceObject = {
3622
- rE: "13.8.11"
3622
+ rE: "13.8.12"
3623
3623
  };
3624
3624
  function isAudioEnabled(options) {
3625
3625
  return Boolean(options.audio.enabled);
@@ -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 ReactionPretty = number | UserKey[];
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]: import("..").ReactionPretty[] | undefined;
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]: import("..").ReactionPretty[] | undefined;
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.11"
10862
+ rE: "13.8.12"
10863
10863
  };
10864
10864
  function isAudioEnabled(options) {
10865
10865
  return Boolean(options.audio.enabled);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "13.8.11",
3
+ "version": "13.8.12",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",