videomail-client 13.8.1 → 13.8.2

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.1"
10829
+ rE: "13.8.2"
10830
10830
  };
10831
10831
  function isAudioEnabled(options) {
10832
10832
  return Boolean(options.audio.enabled);
package/dist/esm/index.js CHANGED
@@ -3569,7 +3569,7 @@ const constants = {
3569
3569
  }
3570
3570
  };
3571
3571
  var package_namespaceObject = {
3572
- rE: "13.8.1"
3572
+ rE: "13.8.2"
3573
3573
  };
3574
3574
  function isAudioEnabled(options) {
3575
3575
  return Boolean(options.audio.enabled);
@@ -8,7 +8,7 @@ export interface Videomail {
8
8
  subject?: string;
9
9
  body?: string;
10
10
  from: EmailAddress;
11
- fromNickName?: string | undefined;
11
+ fromNickName?: string | null;
12
12
  to?: EmailAddresses | undefined;
13
13
  bcc?: EmailAddresses | undefined;
14
14
  cc?: EmailAddresses | undefined;
@@ -20,7 +20,7 @@ declare class Form extends Despot {
20
20
  subject?: string;
21
21
  body?: string;
22
22
  from?: import("..").EmailAddress;
23
- fromNickName?: string | undefined | undefined;
23
+ fromNickName?: string | null;
24
24
  to?: import("..").EmailAddresses | undefined;
25
25
  bcc?: import("..").EmailAddresses | undefined;
26
26
  cc?: import("..").EmailAddresses | undefined;
@@ -163,7 +163,7 @@ declare class Form extends Despot {
163
163
  subject?: string;
164
164
  body?: string;
165
165
  from?: import("..").EmailAddress;
166
- fromNickName?: string | undefined | undefined;
166
+ fromNickName?: string | null;
167
167
  to?: import("..").EmailAddresses | undefined;
168
168
  bcc?: import("..").EmailAddresses | undefined;
169
169
  cc?: import("..").EmailAddresses | undefined;
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.1"
10835
+ rE: "13.8.2"
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.1",
3
+ "version": "13.8.2",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",