@wix/email-marketing 1.0.145 → 1.0.147

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.
Files changed (50) hide show
  1. package/build/index.d.mts +9 -0
  2. package/build/index.d.ts +9 -0
  3. package/build/index.js +47 -0
  4. package/build/index.js.map +1 -0
  5. package/build/index.mjs +10 -0
  6. package/build/index.mjs.map +1 -0
  7. package/build/internal/index.d.mts +9 -0
  8. package/build/internal/index.d.ts +9 -0
  9. package/build/internal/index.js +47 -0
  10. package/build/internal/index.js.map +1 -0
  11. package/build/internal/index.mjs +10 -0
  12. package/build/internal/index.mjs.map +1 -0
  13. package/build/internal/meta.d.mts +6 -0
  14. package/build/internal/meta.d.ts +6 -0
  15. package/build/internal/meta.js +47 -0
  16. package/build/internal/meta.js.map +1 -0
  17. package/build/internal/meta.mjs +10 -0
  18. package/build/internal/meta.mjs.map +1 -0
  19. package/build/meta.d.mts +6 -0
  20. package/build/meta.d.ts +6 -0
  21. package/build/meta.js +47 -0
  22. package/build/meta.js.map +1 -0
  23. package/build/meta.mjs +10 -0
  24. package/build/meta.mjs.map +1 -0
  25. package/package.json +15 -14
  26. package/build/cjs/index.d.ts +0 -4
  27. package/build/cjs/index.js +0 -33
  28. package/build/cjs/index.js.map +0 -1
  29. package/build/cjs/meta.d.ts +0 -3
  30. package/build/cjs/meta.js +0 -30
  31. package/build/cjs/meta.js.map +0 -1
  32. package/build/es/index.d.ts +0 -4
  33. package/build/es/index.js +0 -5
  34. package/build/es/index.js.map +0 -1
  35. package/build/es/meta.d.ts +0 -3
  36. package/build/es/meta.js +0 -4
  37. package/build/es/meta.js.map +0 -1
  38. package/build/es/package.json +0 -3
  39. package/build/internal/cjs/index.d.ts +0 -4
  40. package/build/internal/cjs/index.js +0 -33
  41. package/build/internal/cjs/index.js.map +0 -1
  42. package/build/internal/cjs/meta.d.ts +0 -3
  43. package/build/internal/cjs/meta.js +0 -30
  44. package/build/internal/cjs/meta.js.map +0 -1
  45. package/build/internal/es/index.d.ts +0 -4
  46. package/build/internal/es/index.js +0 -5
  47. package/build/internal/es/index.js.map +0 -1
  48. package/build/internal/es/meta.d.ts +0 -3
  49. package/build/internal/es/meta.js +0 -4
  50. package/build/internal/es/meta.js.map +0 -1
@@ -0,0 +1,9 @@
1
+ import * as auto_sdk_emailMarketing_accountDetails from '@wix/auto_sdk_email-marketing_account-details';
2
+ export { auto_sdk_emailMarketing_accountDetails as accountDetails };
3
+ import * as auto_sdk_emailMarketing_campaigns from '@wix/auto_sdk_email-marketing_campaigns';
4
+ export { auto_sdk_emailMarketing_campaigns as campaigns };
5
+ import * as auto_sdk_emailMarketing_senderDetails from '@wix/auto_sdk_email-marketing_sender-details';
6
+ export { auto_sdk_emailMarketing_senderDetails as senderDetails };
7
+ import '@wix/auto_sdk_email-marketing_account-details/meta';
8
+ import '@wix/auto_sdk_email-marketing_campaigns/meta';
9
+ import '@wix/auto_sdk_email-marketing_sender-details/meta';
@@ -0,0 +1,9 @@
1
+ import * as auto_sdk_emailMarketing_accountDetails from '@wix/auto_sdk_email-marketing_account-details';
2
+ export { auto_sdk_emailMarketing_accountDetails as accountDetails };
3
+ import * as auto_sdk_emailMarketing_campaigns from '@wix/auto_sdk_email-marketing_campaigns';
4
+ export { auto_sdk_emailMarketing_campaigns as campaigns };
5
+ import * as auto_sdk_emailMarketing_senderDetails from '@wix/auto_sdk_email-marketing_sender-details';
6
+ export { auto_sdk_emailMarketing_senderDetails as senderDetails };
7
+ import '@wix/auto_sdk_email-marketing_account-details/meta';
8
+ import '@wix/auto_sdk_email-marketing_campaigns/meta';
9
+ import '@wix/auto_sdk_email-marketing_sender-details/meta';
package/build/index.js ADDED
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ accountDetails: () => accountDetails,
34
+ campaigns: () => campaigns,
35
+ senderDetails: () => senderDetails
36
+ });
37
+ module.exports = __toCommonJS(index_exports);
38
+ var accountDetails = __toESM(require("@wix/auto_sdk_email-marketing_account-details"));
39
+ var campaigns = __toESM(require("@wix/auto_sdk_email-marketing_campaigns"));
40
+ var senderDetails = __toESM(require("@wix/auto_sdk_email-marketing_sender-details"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ accountDetails,
44
+ campaigns,
45
+ senderDetails
46
+ });
47
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../index.ts"],"sourcesContent":["import * as accountDetails from '@wix/auto_sdk_email-marketing_account-details';\nimport * as campaigns from '@wix/auto_sdk_email-marketing_campaigns';\nimport * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details';\n\nexport { accountDetails, campaigns, senderDetails };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;AAChC,gBAA2B;AAC3B,oBAA+B;","names":[]}
@@ -0,0 +1,10 @@
1
+ // index.ts
2
+ import * as accountDetails from "@wix/auto_sdk_email-marketing_account-details";
3
+ import * as campaigns from "@wix/auto_sdk_email-marketing_campaigns";
4
+ import * as senderDetails from "@wix/auto_sdk_email-marketing_sender-details";
5
+ export {
6
+ accountDetails,
7
+ campaigns,
8
+ senderDetails
9
+ };
10
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../index.ts"],"sourcesContent":["import * as accountDetails from '@wix/auto_sdk_email-marketing_account-details';\nimport * as campaigns from '@wix/auto_sdk_email-marketing_campaigns';\nimport * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details';\n\nexport { accountDetails, campaigns, senderDetails };\n"],"mappings":";AAAA,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,mBAAmB;","names":[]}
@@ -0,0 +1,9 @@
1
+ import * as auto_sdk_emailMarketing_accountDetails from '@wix/auto_sdk_email-marketing_account-details';
2
+ export { auto_sdk_emailMarketing_accountDetails as accountDetails };
3
+ import * as auto_sdk_emailMarketing_campaigns from '@wix/auto_sdk_email-marketing_campaigns';
4
+ export { auto_sdk_emailMarketing_campaigns as campaigns };
5
+ import * as auto_sdk_emailMarketing_senderDetails from '@wix/auto_sdk_email-marketing_sender-details';
6
+ export { auto_sdk_emailMarketing_senderDetails as senderDetails };
7
+ import '@wix/auto_sdk_email-marketing_account-details/meta';
8
+ import '@wix/auto_sdk_email-marketing_campaigns/meta';
9
+ import '@wix/auto_sdk_email-marketing_sender-details/meta';
@@ -0,0 +1,9 @@
1
+ import * as auto_sdk_emailMarketing_accountDetails from '@wix/auto_sdk_email-marketing_account-details';
2
+ export { auto_sdk_emailMarketing_accountDetails as accountDetails };
3
+ import * as auto_sdk_emailMarketing_campaigns from '@wix/auto_sdk_email-marketing_campaigns';
4
+ export { auto_sdk_emailMarketing_campaigns as campaigns };
5
+ import * as auto_sdk_emailMarketing_senderDetails from '@wix/auto_sdk_email-marketing_sender-details';
6
+ export { auto_sdk_emailMarketing_senderDetails as senderDetails };
7
+ import '@wix/auto_sdk_email-marketing_account-details/meta';
8
+ import '@wix/auto_sdk_email-marketing_campaigns/meta';
9
+ import '@wix/auto_sdk_email-marketing_sender-details/meta';
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ accountDetails: () => accountDetails,
34
+ campaigns: () => campaigns,
35
+ senderDetails: () => senderDetails
36
+ });
37
+ module.exports = __toCommonJS(index_exports);
38
+ var accountDetails = __toESM(require("@wix/auto_sdk_email-marketing_account-details"));
39
+ var campaigns = __toESM(require("@wix/auto_sdk_email-marketing_campaigns"));
40
+ var senderDetails = __toESM(require("@wix/auto_sdk_email-marketing_sender-details"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ accountDetails,
44
+ campaigns,
45
+ senderDetails
46
+ });
47
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as accountDetails from '@wix/auto_sdk_email-marketing_account-details';\nimport * as campaigns from '@wix/auto_sdk_email-marketing_campaigns';\nimport * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details';\n\nexport { accountDetails, campaigns, senderDetails };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;AAChC,gBAA2B;AAC3B,oBAA+B;","names":[]}
@@ -0,0 +1,10 @@
1
+ // index.ts
2
+ import * as accountDetails from "@wix/auto_sdk_email-marketing_account-details";
3
+ import * as campaigns from "@wix/auto_sdk_email-marketing_campaigns";
4
+ import * as senderDetails from "@wix/auto_sdk_email-marketing_sender-details";
5
+ export {
6
+ accountDetails,
7
+ campaigns,
8
+ senderDetails
9
+ };
10
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as accountDetails from '@wix/auto_sdk_email-marketing_account-details';\nimport * as campaigns from '@wix/auto_sdk_email-marketing_campaigns';\nimport * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details';\n\nexport { accountDetails, campaigns, senderDetails };\n"],"mappings":";AAAA,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,mBAAmB;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as meta from '@wix/auto_sdk_email-marketing_account-details/meta';
2
+ export { meta as accountDetails };
3
+ import * as meta$1 from '@wix/auto_sdk_email-marketing_campaigns/meta';
4
+ export { meta$1 as campaigns };
5
+ import * as meta$2 from '@wix/auto_sdk_email-marketing_sender-details/meta';
6
+ export { meta$2 as senderDetails };
@@ -0,0 +1,6 @@
1
+ import * as meta from '@wix/auto_sdk_email-marketing_account-details/meta';
2
+ export { meta as accountDetails };
3
+ import * as meta$1 from '@wix/auto_sdk_email-marketing_campaigns/meta';
4
+ export { meta$1 as campaigns };
5
+ import * as meta$2 from '@wix/auto_sdk_email-marketing_sender-details/meta';
6
+ export { meta$2 as senderDetails };
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ accountDetails: () => accountDetails,
34
+ campaigns: () => campaigns,
35
+ senderDetails: () => senderDetails
36
+ });
37
+ module.exports = __toCommonJS(meta_exports);
38
+ var accountDetails = __toESM(require("@wix/auto_sdk_email-marketing_account-details/meta"));
39
+ var campaigns = __toESM(require("@wix/auto_sdk_email-marketing_campaigns/meta"));
40
+ var senderDetails = __toESM(require("@wix/auto_sdk_email-marketing_sender-details/meta"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ accountDetails,
44
+ campaigns,
45
+ senderDetails
46
+ });
47
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as accountDetails from '@wix/auto_sdk_email-marketing_account-details/meta';\nexport * as campaigns from '@wix/auto_sdk_email-marketing_campaigns/meta';\nexport * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;AAChC,gBAA2B;AAC3B,oBAA+B;","names":[]}
@@ -0,0 +1,10 @@
1
+ // meta.ts
2
+ import * as accountDetails from "@wix/auto_sdk_email-marketing_account-details/meta";
3
+ import * as campaigns from "@wix/auto_sdk_email-marketing_campaigns/meta";
4
+ import * as senderDetails from "@wix/auto_sdk_email-marketing_sender-details/meta";
5
+ export {
6
+ accountDetails,
7
+ campaigns,
8
+ senderDetails
9
+ };
10
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as accountDetails from '@wix/auto_sdk_email-marketing_account-details/meta';\nexport * as campaigns from '@wix/auto_sdk_email-marketing_campaigns/meta';\nexport * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details/meta';\n"],"mappings":";AAAA,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,mBAAmB;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as meta from '@wix/auto_sdk_email-marketing_account-details/meta';
2
+ export { meta as accountDetails };
3
+ import * as meta$1 from '@wix/auto_sdk_email-marketing_campaigns/meta';
4
+ export { meta$1 as campaigns };
5
+ import * as meta$2 from '@wix/auto_sdk_email-marketing_sender-details/meta';
6
+ export { meta$2 as senderDetails };
@@ -0,0 +1,6 @@
1
+ import * as meta from '@wix/auto_sdk_email-marketing_account-details/meta';
2
+ export { meta as accountDetails };
3
+ import * as meta$1 from '@wix/auto_sdk_email-marketing_campaigns/meta';
4
+ export { meta$1 as campaigns };
5
+ import * as meta$2 from '@wix/auto_sdk_email-marketing_sender-details/meta';
6
+ export { meta$2 as senderDetails };
package/build/meta.js ADDED
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ accountDetails: () => accountDetails,
34
+ campaigns: () => campaigns,
35
+ senderDetails: () => senderDetails
36
+ });
37
+ module.exports = __toCommonJS(meta_exports);
38
+ var accountDetails = __toESM(require("@wix/auto_sdk_email-marketing_account-details/meta"));
39
+ var campaigns = __toESM(require("@wix/auto_sdk_email-marketing_campaigns/meta"));
40
+ var senderDetails = __toESM(require("@wix/auto_sdk_email-marketing_sender-details/meta"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ accountDetails,
44
+ campaigns,
45
+ senderDetails
46
+ });
47
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as accountDetails from '@wix/auto_sdk_email-marketing_account-details/meta';\nexport * as campaigns from '@wix/auto_sdk_email-marketing_campaigns/meta';\nexport * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;AAChC,gBAA2B;AAC3B,oBAA+B;","names":[]}
package/build/meta.mjs ADDED
@@ -0,0 +1,10 @@
1
+ // meta.ts
2
+ import * as accountDetails from "@wix/auto_sdk_email-marketing_account-details/meta";
3
+ import * as campaigns from "@wix/auto_sdk_email-marketing_campaigns/meta";
4
+ import * as senderDetails from "@wix/auto_sdk_email-marketing_sender-details/meta";
5
+ export {
6
+ accountDetails,
7
+ campaigns,
8
+ senderDetails
9
+ };
10
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as accountDetails from '@wix/auto_sdk_email-marketing_account-details/meta';\nexport * as campaigns from '@wix/auto_sdk_email-marketing_campaigns/meta';\nexport * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details/meta';\n"],"mappings":";AAAA,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,mBAAmB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/email-marketing",
3
- "version": "1.0.145",
3
+ "version": "1.0.147",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -11,19 +11,19 @@
11
11
  "wixSdkPublicModule"
12
12
  ],
13
13
  "sideEffects": false,
14
- "main": "./build/cjs/index.js",
15
- "types": "./build/es/index.d.ts",
14
+ "main": "/build/index.js",
15
+ "types": "./build/index.d.mts",
16
16
  "exports": {
17
17
  ".": {
18
- "import": "./build/es/index.js",
19
- "require": "./build/cjs/index.js",
20
- "types": "./build/es/index.d.ts"
18
+ "import": "./build/index.mjs",
19
+ "require": "./build/index.js",
20
+ "types": "./build/index.d.mts"
21
21
  },
22
22
  "./package.json": "./package.json",
23
23
  "./meta": {
24
- "import": "./build/es/meta.js",
25
- "require": "./build/cjs/meta.js",
26
- "types": "./build/es/meta.d.ts"
24
+ "import": "./build/meta.mjs",
25
+ "require": "./build/meta.js",
26
+ "types": "./build/meta.d.mts"
27
27
  }
28
28
  },
29
29
  "files": [
@@ -32,15 +32,16 @@
32
32
  "service-plugins"
33
33
  ],
34
34
  "dependencies": {
35
- "@wix/auto_sdk_email-marketing_account-details": "1.0.7",
36
- "@wix/auto_sdk_email-marketing_campaigns": "1.0.16",
37
- "@wix/auto_sdk_email-marketing_sender-details": "1.0.7"
35
+ "@wix/auto_sdk_email-marketing_account-details": "1.0.9",
36
+ "@wix/auto_sdk_email-marketing_campaigns": "1.0.18",
37
+ "@wix/auto_sdk_email-marketing_sender-details": "1.0.9"
38
38
  },
39
39
  "devDependencies": {
40
+ "tsup": "^8.4.0",
40
41
  "typescript": "^5.3.2"
41
42
  },
42
43
  "scripts": {
43
- "build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
44
+ "build": "tsup",
44
45
  "test": ":"
45
46
  },
46
47
  "wix": {
@@ -54,5 +55,5 @@
54
55
  "fqdn": ""
55
56
  }
56
57
  },
57
- "falconPackageHash": "bbccaf3a22ef3822088ae0701582ae68be4faddd6080f1ce2f04a7a2"
58
+ "falconPackageHash": "5e411db635b2f5b30cf33f347266c452bafc11e9a652443a3768338b"
58
59
  }
@@ -1,4 +0,0 @@
1
- import * as accountDetails from '@wix/auto_sdk_email-marketing_account-details';
2
- import * as campaigns from '@wix/auto_sdk_email-marketing_campaigns';
3
- import * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details';
4
- export { accountDetails, campaigns, senderDetails };
@@ -1,33 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.senderDetails = exports.campaigns = exports.accountDetails = void 0;
27
- const accountDetails = __importStar(require("@wix/auto_sdk_email-marketing_account-details"));
28
- exports.accountDetails = accountDetails;
29
- const campaigns = __importStar(require("@wix/auto_sdk_email-marketing_campaigns"));
30
- exports.campaigns = campaigns;
31
- const senderDetails = __importStar(require("@wix/auto_sdk_email-marketing_sender-details"));
32
- exports.senderDetails = senderDetails;
33
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8FAAgF;AAIvE,wCAAc;AAHvB,mFAAqE;AAG5C,8BAAS;AAFlC,4FAA8E;AAE1C,sCAAa"}
@@ -1,3 +0,0 @@
1
- export * as accountDetails from '@wix/auto_sdk_email-marketing_account-details/meta';
2
- export * as campaigns from '@wix/auto_sdk_email-marketing_campaigns/meta';
3
- export * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details/meta';
package/build/cjs/meta.js DELETED
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.senderDetails = exports.campaigns = exports.accountDetails = void 0;
27
- exports.accountDetails = __importStar(require("@wix/auto_sdk_email-marketing_account-details/meta"));
28
- exports.campaigns = __importStar(require("@wix/auto_sdk_email-marketing_campaigns/meta"));
29
- exports.senderDetails = __importStar(require("@wix/auto_sdk_email-marketing_sender-details/meta"));
30
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAqF;AACrF,0FAA0E;AAC1E,mGAAmF"}
@@ -1,4 +0,0 @@
1
- import * as accountDetails from '@wix/auto_sdk_email-marketing_account-details';
2
- import * as campaigns from '@wix/auto_sdk_email-marketing_campaigns';
3
- import * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details';
4
- export { accountDetails, campaigns, senderDetails };
package/build/es/index.js DELETED
@@ -1,5 +0,0 @@
1
- import * as accountDetails from '@wix/auto_sdk_email-marketing_account-details';
2
- import * as campaigns from '@wix/auto_sdk_email-marketing_campaigns';
3
- import * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details';
4
- export { accountDetails, campaigns, senderDetails };
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,+CAA+C,CAAC;AAChF,OAAO,KAAK,SAAS,MAAM,yCAAyC,CAAC;AACrE,OAAO,KAAK,aAAa,MAAM,8CAA8C,CAAC;AAE9E,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC"}
@@ -1,3 +0,0 @@
1
- export * as accountDetails from '@wix/auto_sdk_email-marketing_account-details/meta';
2
- export * as campaigns from '@wix/auto_sdk_email-marketing_campaigns/meta';
3
- export * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details/meta';
package/build/es/meta.js DELETED
@@ -1,4 +0,0 @@
1
- export * as accountDetails from '@wix/auto_sdk_email-marketing_account-details/meta';
2
- export * as campaigns from '@wix/auto_sdk_email-marketing_campaigns/meta';
3
- export * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details/meta';
4
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,oDAAoD,CAAC;AACrF,OAAO,KAAK,SAAS,MAAM,8CAA8C,CAAC;AAC1E,OAAO,KAAK,aAAa,MAAM,mDAAmD,CAAC"}
@@ -1,3 +0,0 @@
1
- {
2
- "type": "module"
3
- }
@@ -1,4 +0,0 @@
1
- import * as accountDetails from '@wix/auto_sdk_email-marketing_account-details';
2
- import * as campaigns from '@wix/auto_sdk_email-marketing_campaigns';
3
- import * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details';
4
- export { accountDetails, campaigns, senderDetails };
@@ -1,33 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.senderDetails = exports.campaigns = exports.accountDetails = void 0;
27
- const accountDetails = __importStar(require("@wix/auto_sdk_email-marketing_account-details"));
28
- exports.accountDetails = accountDetails;
29
- const campaigns = __importStar(require("@wix/auto_sdk_email-marketing_campaigns"));
30
- exports.campaigns = campaigns;
31
- const senderDetails = __importStar(require("@wix/auto_sdk_email-marketing_sender-details"));
32
- exports.senderDetails = senderDetails;
33
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8FAAgF;AAIvE,wCAAc;AAHvB,mFAAqE;AAG5C,8BAAS;AAFlC,4FAA8E;AAE1C,sCAAa"}
@@ -1,3 +0,0 @@
1
- export * as accountDetails from '@wix/auto_sdk_email-marketing_account-details/meta';
2
- export * as campaigns from '@wix/auto_sdk_email-marketing_campaigns/meta';
3
- export * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details/meta';
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.senderDetails = exports.campaigns = exports.accountDetails = void 0;
27
- exports.accountDetails = __importStar(require("@wix/auto_sdk_email-marketing_account-details/meta"));
28
- exports.campaigns = __importStar(require("@wix/auto_sdk_email-marketing_campaigns/meta"));
29
- exports.senderDetails = __importStar(require("@wix/auto_sdk_email-marketing_sender-details/meta"));
30
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAqF;AACrF,0FAA0E;AAC1E,mGAAmF"}
@@ -1,4 +0,0 @@
1
- import * as accountDetails from '@wix/auto_sdk_email-marketing_account-details';
2
- import * as campaigns from '@wix/auto_sdk_email-marketing_campaigns';
3
- import * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details';
4
- export { accountDetails, campaigns, senderDetails };
@@ -1,5 +0,0 @@
1
- import * as accountDetails from '@wix/auto_sdk_email-marketing_account-details';
2
- import * as campaigns from '@wix/auto_sdk_email-marketing_campaigns';
3
- import * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details';
4
- export { accountDetails, campaigns, senderDetails };
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,+CAA+C,CAAC;AAChF,OAAO,KAAK,SAAS,MAAM,yCAAyC,CAAC;AACrE,OAAO,KAAK,aAAa,MAAM,8CAA8C,CAAC;AAE9E,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC"}
@@ -1,3 +0,0 @@
1
- export * as accountDetails from '@wix/auto_sdk_email-marketing_account-details/meta';
2
- export * as campaigns from '@wix/auto_sdk_email-marketing_campaigns/meta';
3
- export * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details/meta';
@@ -1,4 +0,0 @@
1
- export * as accountDetails from '@wix/auto_sdk_email-marketing_account-details/meta';
2
- export * as campaigns from '@wix/auto_sdk_email-marketing_campaigns/meta';
3
- export * as senderDetails from '@wix/auto_sdk_email-marketing_sender-details/meta';
4
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,oDAAoD,CAAC;AACrF,OAAO,KAAK,SAAS,MAAM,8CAA8C,CAAC;AAC1E,OAAO,KAAK,aAAa,MAAM,mDAAmD,CAAC"}