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.
package/dist/cjs/index.cjs
CHANGED
|
@@ -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.
|
|
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
|
@@ -8,7 +8,7 @@ export interface Videomail {
|
|
|
8
8
|
subject?: string;
|
|
9
9
|
body?: string;
|
|
10
10
|
from: EmailAddress;
|
|
11
|
-
fromNickName?: string |
|
|
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 |
|
|
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 |
|
|
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.
|
|
10835
|
+
rE: "13.8.2"
|
|
10836
10836
|
};
|
|
10837
10837
|
function isAudioEnabled(options) {
|
|
10838
10838
|
return Boolean(options.audio.enabled);
|