videomail-client 13.6.6 → 13.6.7
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
|
@@ -10664,7 +10664,7 @@ var __webpack_exports__ = {};
|
|
|
10664
10664
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10665
10665
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10666
10666
|
var package_namespaceObject = {
|
|
10667
|
-
rE: "13.6.
|
|
10667
|
+
rE: "13.6.7"
|
|
10668
10668
|
};
|
|
10669
10669
|
function isAudioEnabled(options) {
|
|
10670
10670
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.js
CHANGED
|
@@ -13,7 +13,6 @@ export interface Videomail {
|
|
|
13
13
|
cc?: EmailAddresses | undefined;
|
|
14
14
|
alias: string;
|
|
15
15
|
connection?: Record<string, number | string>;
|
|
16
|
-
correctUrl: string;
|
|
17
16
|
dateCreated: number;
|
|
18
17
|
dateCreatedServerPretty: string;
|
|
19
18
|
dateUpdated?: number;
|
|
@@ -56,5 +55,7 @@ export interface Videomail {
|
|
|
56
55
|
rejectedTo?: DeliveryRecord;
|
|
57
56
|
rejectedCc?: DeliveryRecord;
|
|
58
57
|
rejectedBcc?: DeliveryRecord;
|
|
58
|
+
editUrl?: string;
|
|
59
|
+
repeatUrl?: string;
|
|
59
60
|
}
|
|
60
61
|
export type PartialVideomail = PartialDeep<Videomail>;
|
|
@@ -27,7 +27,6 @@ declare class Form extends Despot {
|
|
|
27
27
|
connection?: {
|
|
28
28
|
[x: string]: string | number | undefined;
|
|
29
29
|
};
|
|
30
|
-
correctUrl?: string;
|
|
31
30
|
dateCreated?: number;
|
|
32
31
|
dateCreatedServerPretty?: string;
|
|
33
32
|
dateUpdated?: number;
|
|
@@ -153,6 +152,8 @@ declare class Form extends Despot {
|
|
|
153
152
|
userKey?: string | false;
|
|
154
153
|
} | undefined;
|
|
155
154
|
};
|
|
155
|
+
editUrl?: string;
|
|
156
|
+
repeatUrl?: string;
|
|
156
157
|
};
|
|
157
158
|
getRecipients(): {
|
|
158
159
|
subject?: string;
|
|
@@ -165,7 +166,6 @@ declare class Form extends Despot {
|
|
|
165
166
|
connection?: {
|
|
166
167
|
[x: string]: string | number | undefined;
|
|
167
168
|
};
|
|
168
|
-
correctUrl?: string;
|
|
169
169
|
dateCreated?: number;
|
|
170
170
|
dateCreatedServerPretty?: string;
|
|
171
171
|
dateUpdated?: number;
|
|
@@ -291,6 +291,8 @@ declare class Form extends Despot {
|
|
|
291
291
|
userKey?: string | false;
|
|
292
292
|
} | undefined;
|
|
293
293
|
};
|
|
294
|
+
editUrl?: string;
|
|
295
|
+
repeatUrl?: string;
|
|
294
296
|
};
|
|
295
297
|
loadVideomail(videomail: Videomail): void;
|
|
296
298
|
private setDisabled;
|
package/dist/umd/index.js
CHANGED
|
@@ -10670,7 +10670,7 @@
|
|
|
10670
10670
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10671
10671
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10672
10672
|
var package_namespaceObject = {
|
|
10673
|
-
rE: "13.6.
|
|
10673
|
+
rE: "13.6.7"
|
|
10674
10674
|
};
|
|
10675
10675
|
function isAudioEnabled(options) {
|
|
10676
10676
|
return Boolean(options.audio.enabled);
|