videomail-client 13.12.2 → 13.12.3
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
|
@@ -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.12.
|
|
10855
|
+
rE: "13.12.3"
|
|
10856
10856
|
};
|
|
10857
10857
|
function isAudioEnabled(options) {
|
|
10858
10858
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.js
CHANGED
|
@@ -50,10 +50,8 @@ export interface Videomail {
|
|
|
50
50
|
userKey?: UserKey | undefined;
|
|
51
51
|
reactions?: ReactionsByUserKey | undefined;
|
|
52
52
|
reactionsPretty?: ReactionsPrettyByUserKey | undefined;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
url?: string | undefined;
|
|
56
|
-
};
|
|
53
|
+
commentUrl?: string | undefined;
|
|
54
|
+
commentCount?: number | undefined;
|
|
57
55
|
shareUrl?: string | undefined;
|
|
58
56
|
userPublicPoster?: string | undefined;
|
|
59
57
|
public?: boolean;
|
|
@@ -175,10 +175,8 @@ declare class Form extends Despot {
|
|
|
175
175
|
} | undefined;
|
|
176
176
|
};
|
|
177
177
|
} | undefined;
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
url?: string | undefined | undefined;
|
|
181
|
-
};
|
|
178
|
+
commentUrl?: string | undefined | undefined;
|
|
179
|
+
commentCount?: number | undefined | undefined;
|
|
182
180
|
shareUrl?: string | undefined | undefined;
|
|
183
181
|
userPublicPoster?: string | undefined | undefined;
|
|
184
182
|
public?: boolean;
|
|
@@ -354,10 +352,8 @@ declare class Form extends Despot {
|
|
|
354
352
|
} | undefined;
|
|
355
353
|
};
|
|
356
354
|
} | undefined;
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
url?: string | undefined | undefined;
|
|
360
|
-
};
|
|
355
|
+
commentUrl?: string | undefined | undefined;
|
|
356
|
+
commentCount?: number | undefined | undefined;
|
|
361
357
|
shareUrl?: string | undefined | undefined;
|
|
362
358
|
userPublicPoster?: string | undefined | undefined;
|
|
363
359
|
public?: boolean;
|
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.12.
|
|
10861
|
+
rE: "13.12.3"
|
|
10862
10862
|
};
|
|
10863
10863
|
function isAudioEnabled(options) {
|
|
10864
10864
|
return Boolean(options.audio.enabled);
|