videomail-client 13.8.13 → 13.8.14
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.14"
|
|
10857
10857
|
};
|
|
10858
10858
|
function isAudioEnabled(options) {
|
|
10859
10859
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -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 { PartialReactions, ReactionKey, ReactionLabel, ReactionPretty, ReactionsPretty, ReactionsType, } from "./types/reaction";
|
|
13
12
|
export { Reactions } from "./types/reaction";
|
|
14
13
|
export type { RecordingStats } from "./types/RecordingStats";
|
|
15
14
|
export type { PartialVideomail, Videomail } from "./types/Videomail";
|
package/dist/esm/index.js
CHANGED
|
@@ -2,7 +2,6 @@ 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 { PartialReactions, ReactionsPretty } from "./reaction";
|
|
6
5
|
import { RecordingStats } from "./RecordingStats";
|
|
7
6
|
import { UserKey } from "./user";
|
|
8
7
|
import VideoFormat from "./VideoFormat";
|
|
@@ -35,8 +34,6 @@ export interface Videomail {
|
|
|
35
34
|
recordLocation?: string | undefined;
|
|
36
35
|
parentKey?: string | undefined;
|
|
37
36
|
parentSnapshots?: Videomail[] | undefined;
|
|
38
|
-
reactions?: PartialReactions | undefined;
|
|
39
|
-
reactionsPretty?: ReactionsPretty | undefined;
|
|
40
37
|
replyAllUrl?: string;
|
|
41
38
|
replyUrl: string;
|
|
42
39
|
shareUrl?: string;
|
|
@@ -20,11 +20,3 @@ export declare const Reactions: {
|
|
|
20
20
|
readonly label: "Angry";
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
|
-
export type ReactionsType = (typeof Reactions)[keyof typeof Reactions];
|
|
24
|
-
export type ReactionKey = ReactionsType["key"];
|
|
25
|
-
export type ReactionLabel = ReactionsType["label"];
|
|
26
|
-
type UserKey = string;
|
|
27
|
-
export type PartialReactions = Partial<Record<ReactionKey, UserKey[]>>;
|
|
28
|
-
export type ReactionPretty = number | UserKey[];
|
|
29
|
-
export type ReactionsPretty = Record<string, ReactionPretty>;
|
|
30
|
-
export {};
|
|
@@ -106,16 +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
|
-
reactionsPretty?: {
|
|
117
|
-
[x: string]: import("..").ReactionPretty | undefined;
|
|
118
|
-
} | undefined;
|
|
119
109
|
replyAllUrl?: string;
|
|
120
110
|
replyUrl?: string;
|
|
121
111
|
shareUrl?: string;
|
|
@@ -259,16 +249,6 @@ declare class Form extends Despot {
|
|
|
259
249
|
recordLocation?: string | undefined | undefined;
|
|
260
250
|
parentKey?: string | undefined | undefined;
|
|
261
251
|
parentSnapshots?: Videomail[] | undefined | undefined;
|
|
262
|
-
reactions?: {
|
|
263
|
-
love?: string[];
|
|
264
|
-
applause?: string[];
|
|
265
|
-
foldedHands?: string[];
|
|
266
|
-
grinningSweat?: string[];
|
|
267
|
-
anger?: string[];
|
|
268
|
-
} | undefined;
|
|
269
|
-
reactionsPretty?: {
|
|
270
|
-
[x: string]: import("..").ReactionPretty | undefined;
|
|
271
|
-
} | undefined;
|
|
272
252
|
replyAllUrl?: string;
|
|
273
253
|
replyUrl?: string;
|
|
274
254
|
shareUrl?: 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.14"
|
|
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.
|
|
3
|
+
"version": "13.8.14",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@types/ua-parser-js": "0.7.39",
|
|
95
95
|
"@vitest/eslint-plugin": "1.6.14",
|
|
96
96
|
"audit-ci": "7.1.0",
|
|
97
|
-
"chromatic": "
|
|
97
|
+
"chromatic": "16.1.0",
|
|
98
98
|
"cross-env": "10.1.0",
|
|
99
99
|
"eslint": "9.39.2",
|
|
100
100
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"eslint-plugin-security": "4.0.0",
|
|
109
109
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
110
110
|
"globals": "17.4.0",
|
|
111
|
-
"jsdom": "
|
|
112
|
-
"msw": "2.
|
|
111
|
+
"jsdom": "29.0.2",
|
|
112
|
+
"msw": "2.13.0",
|
|
113
113
|
"msw-storybook-addon": "2.0.6",
|
|
114
114
|
"prettier": "3.8.1",
|
|
115
115
|
"prettier-plugin-curly": "0.4.1",
|