videomail-client 13.8.7 → 13.8.8

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.
@@ -10826,7 +10826,7 @@ var __webpack_exports__ = {};
10826
10826
  var client = __webpack_require__("./node_modules/superagent/lib/client.js");
10827
10827
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10828
10828
  var package_namespaceObject = {
10829
- rE: "13.8.7"
10829
+ rE: "13.8.8"
10830
10830
  };
10831
10831
  function isAudioEnabled(options) {
10832
10832
  return Boolean(options.audio.enabled);
@@ -9,7 +9,6 @@ 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 { Reaction, ReactionKey, ReactionLabel, Reactions } from "./types/reaction";
13
12
  export type { RecordingStats } from "./types/RecordingStats";
14
13
  export type { PartialVideomail, Videomail } from "./types/Videomail";
15
14
  export type { VideoTypeType } from "./types/VideoType";
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.7"
3622
+ rE: "13.8.8"
3623
3623
  };
3624
3624
  function isAudioEnabled(options) {
3625
3625
  return Boolean(options.audio.enabled);
@@ -2,8 +2,8 @@ import { PartialDeep } from "type-fest";
2
2
  import { BrowserStats } from "./BrowserStats";
3
3
  import { DeliveryRecord } from "./Delivery";
4
4
  import { EmailAddress, EmailAddresses } from "./EmailAddress";
5
- import { Reactions } from "./reaction";
6
5
  import { RecordingStats } from "./RecordingStats";
6
+ import { UserKey } from "./user";
7
7
  import VideoFormat from "./VideoFormat";
8
8
  export interface Videomail {
9
9
  subject?: string;
@@ -34,7 +34,6 @@ export interface Videomail {
34
34
  recordLocation?: string | undefined;
35
35
  parentKey?: string | undefined;
36
36
  parentSnapshots?: Videomail[] | undefined;
37
- reactions?: Reactions | undefined;
38
37
  replyAllUrl?: string;
39
38
  replyUrl: string;
40
39
  shareUrl?: string;
@@ -47,7 +46,7 @@ export interface Videomail {
47
46
  whitelistKey: string;
48
47
  siteName?: string | undefined;
49
48
  url: string;
50
- userKey?: string;
49
+ userKey?: UserKey | undefined;
51
50
  versions: {
52
51
  videomailNinjaFormPlugin?: string;
53
52
  videomailClient: string;
@@ -106,13 +106,6 @@ declare class Form extends Despot {
106
106
  recordLocation?: string | undefined | undefined;
107
107
  parentKey?: string | undefined | undefined;
108
108
  parentSnapshots?: Videomail[] | undefined | undefined;
109
- reactions?: {
110
- love?: string[];
111
- applause?: string[];
112
- foldedHands?: string[];
113
- grinningSweat?: string[];
114
- anger?: string[];
115
- } | undefined;
116
109
  replyAllUrl?: string;
117
110
  replyUrl?: string;
118
111
  shareUrl?: string;
@@ -125,7 +118,7 @@ declare class Form extends Despot {
125
118
  whitelistKey?: string;
126
119
  siteName?: string | undefined | undefined;
127
120
  url?: string;
128
- userKey?: string;
121
+ userKey?: string | undefined;
129
122
  versions?: {
130
123
  videomailNinjaFormPlugin?: string;
131
124
  videomailClient?: string;
@@ -256,13 +249,6 @@ declare class Form extends Despot {
256
249
  recordLocation?: string | undefined | undefined;
257
250
  parentKey?: string | undefined | undefined;
258
251
  parentSnapshots?: Videomail[] | undefined | undefined;
259
- reactions?: {
260
- love?: string[];
261
- applause?: string[];
262
- foldedHands?: string[];
263
- grinningSweat?: string[];
264
- anger?: string[];
265
- } | undefined;
266
252
  replyAllUrl?: string;
267
253
  replyUrl?: string;
268
254
  shareUrl?: string;
@@ -275,7 +261,7 @@ declare class Form extends Despot {
275
261
  whitelistKey?: string;
276
262
  siteName?: string | undefined | undefined;
277
263
  url?: string;
278
- userKey?: string;
264
+ userKey?: string | undefined;
279
265
  versions?: {
280
266
  videomailNinjaFormPlugin?: string;
281
267
  videomailClient?: string;
package/dist/umd/index.js CHANGED
@@ -10832,7 +10832,7 @@
10832
10832
  var client = __webpack_require__("./node_modules/superagent/lib/client.js");
10833
10833
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10834
10834
  var package_namespaceObject = {
10835
- rE: "13.8.7"
10835
+ rE: "13.8.8"
10836
10836
  };
10837
10837
  function isAudioEnabled(options) {
10838
10838
  return Boolean(options.audio.enabled);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "13.8.7",
3
+ "version": "13.8.8",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",
@@ -1,27 +0,0 @@
1
- import { UserKey } from "./user";
2
- export declare const Reaction: {
3
- readonly LOVE: {
4
- readonly key: "love";
5
- readonly label: "Love";
6
- };
7
- readonly APPLAUSE: {
8
- readonly key: "applause";
9
- readonly label: "Applause";
10
- };
11
- readonly FOLDED_HANDS: {
12
- readonly key: "foldedHands";
13
- readonly label: "Pray / Beg";
14
- };
15
- readonly GRINNING_SWEAT: {
16
- readonly key: "grinningSweat";
17
- readonly label: "Smile / Grinning Sweat";
18
- };
19
- readonly ANGER: {
20
- readonly key: "anger";
21
- readonly label: "Angry";
22
- };
23
- };
24
- export type Reaction = (typeof Reaction)[keyof typeof Reaction];
25
- export type ReactionKey = Reaction["key"];
26
- export type ReactionLabel = Reaction["label"];
27
- export type Reactions = Partial<Record<ReactionKey, UserKey[]>>;