@infuro/cms-core 1.0.34 → 1.0.35
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/README.md +13 -0
- package/dist/OrderTrackPage-W3J6WIG2.js +426 -0
- package/dist/OrderTrackPage-Z6FCJQYY.cjs +428 -0
- package/dist/admin.cjs +34329 -20923
- package/dist/admin.d.cts +186 -9
- package/dist/admin.d.ts +186 -9
- package/dist/admin.js +34140 -20829
- package/dist/api.cjs +120 -17515
- package/dist/api.d.cts +633 -3
- package/dist/api.d.ts +633 -3
- package/dist/api.js +14 -17528
- package/dist/auth.cjs +192 -1034
- package/dist/auth.d.cts +194 -51
- package/dist/auth.d.ts +194 -51
- package/dist/auth.js +4 -966
- package/dist/chunk-2XE4X74C.js +29602 -0
- package/dist/chunk-3DZRIZOD.cjs +52 -0
- package/dist/chunk-3KPNTQBV.cjs +620 -0
- package/dist/chunk-46GKADYE.cjs +84 -0
- package/dist/chunk-4TRPKBKO.js +589 -0
- package/dist/chunk-5ELSW2UP.js +150 -0
- package/dist/chunk-6KPQWRFW.js +171 -0
- package/dist/chunk-7NMT3GBR.cjs +29 -0
- package/dist/chunk-7YIBMQDR.cjs +86 -0
- package/dist/chunk-BGJAV67S.cjs +29710 -0
- package/dist/chunk-CNTSLED2.cjs +559 -0
- package/dist/chunk-CRFV5WJK.js +16 -0
- package/dist/chunk-D5FBNKQM.cjs +104 -0
- package/dist/chunk-EF2JBPDM.js +114 -0
- package/dist/chunk-EQPITOP6.js +543 -0
- package/dist/chunk-GO7PPYNU.js +76 -0
- package/dist/chunk-HF3L2GIT.cjs +194 -0
- package/dist/chunk-J7XHLOLO.js +830 -0
- package/dist/chunk-JBRR5UYL.js +87 -0
- package/dist/chunk-JC6DLWTE.js +21 -0
- package/dist/chunk-JHF4YYRC.cjs +188 -0
- package/dist/chunk-JXF23MPG.js +25 -0
- package/dist/chunk-MQBT33IV.js +48 -0
- package/dist/chunk-N44BJZ4C.cjs +123 -0
- package/dist/chunk-OOTLNH63.cjs +18 -0
- package/dist/chunk-PAMVINEX.cjs +577 -0
- package/dist/chunk-PNOKNSG2.cjs +222 -0
- package/dist/chunk-QM733NUK.js +186 -0
- package/dist/chunk-R73BKDRO.cjs +90 -0
- package/dist/chunk-SHUYVCID.js +4 -0
- package/dist/chunk-SYBOCAWB.js +97 -0
- package/dist/chunk-TDV6EJHV.js +192 -0
- package/dist/chunk-TFUOHI37.cjs +839 -0
- package/dist/chunk-TIAEXJLI.cjs +182 -0
- package/dist/chunk-UPLVMVRX.cjs +23 -0
- package/dist/chunk-USNT2KNT.cjs +6 -0
- package/dist/chunk-WEMDMVHQ.js +216 -0
- package/dist/chunk-XDSNZUW7.js +564 -0
- package/dist/chunk-XQ3QUHWR.cjs +83 -0
- package/dist/chunk-XW5ATPRW.cjs +155 -0
- package/dist/chunk-ZQ4X6OAU.js +82 -0
- package/dist/chunk-ZSVCP6N3.js +83 -0
- package/dist/cli.cjs +103 -84
- package/dist/cli.js +62 -27
- package/dist/email-FKR4FXFI.js +5 -0
- package/dist/email-KVKVPNCL.cjs +58 -0
- package/dist/email-queue-CGZBVVAS.js +2 -0
- package/dist/email-queue-TPZWLTIV.cjs +23 -0
- package/dist/erp-config-enabled-CUMQ6N2V.cjs +11 -0
- package/dist/erp-config-enabled-T37X7T34.js +2 -0
- package/dist/erp-order-invoice-3YISSOWW.js +3 -0
- package/dist/erp-order-invoice-ZR5F2KTA.cjs +12 -0
- package/dist/event-order-defaults-6E543227.js +2 -0
- package/dist/event-order-defaults-DUGDVGJI.cjs +39 -0
- package/dist/event-order-notifications-5GSAOYVS.cjs +27 -0
- package/dist/event-order-notifications-IIIF23D5.js +10 -0
- package/dist/hooks.cjs +259 -132
- package/dist/hooks.d.cts +42 -1
- package/dist/hooks.d.ts +42 -1
- package/dist/hooks.js +234 -91
- package/dist/index.cjs +3884 -22307
- package/dist/index.d.cts +2203 -772
- package/dist/index.d.ts +2203 -772
- package/dist/index.js +2871 -22064
- package/dist/interpolate-WAKPN56R.cjs +11 -0
- package/dist/interpolate-WDUWDF3I.js +2 -0
- package/dist/layout-36UFTHC5.cjs +11 -0
- package/dist/layout-AOBN26XG.js +2 -0
- package/dist/migrations/1779400000000-ConvertStatusToEnum.ts +142 -0
- package/dist/migrations/1779400000000-SeedDefaultCurrencies.ts +33 -0
- package/dist/migrations/1779500000000-VendorRolesAndPermissions.ts +102 -0
- package/dist/migrations/1779600000000-VendorRegistrationProfile.ts +52 -0
- package/dist/migrations/1779700000000-CollectionIsCatalog.ts +22 -0
- package/dist/migrations/1779710000000-CollectionPlatformCatalog.ts +60 -0
- package/dist/migrations/1779720000000-ProductCategoryPlatformCatalog.ts +157 -0
- package/dist/migrations/1779800000000-EventsAndEventProducts.ts +173 -0
- package/dist/migrations/1779810000000-BackfillVendorRoleEventsPermissions.ts +38 -0
- package/dist/migrations/1779820000000-FixProductsCategoryForeignKey.ts +70 -0
- package/dist/migrations/1779830000000-ProductTitleColumn.ts +32 -0
- package/dist/migrations/1779840000000-EventAboutAndVisibilityFields.ts +34 -0
- package/dist/migrations/1779850000000-EventCityCountrySplit.ts +43 -0
- package/dist/migrations/1779860000000-CreateCombos.ts +140 -0
- package/dist/migrations/1780100000000-OrderAttendeesEventId.ts +55 -0
- package/dist/migrations/1780110000000-EventContactFormId.ts +49 -0
- package/dist/migrations/1780130000000-ProductVariants.ts +54 -0
- package/dist/migrations/1780140000000-EventManagementEnhancements.ts +44 -0
- package/dist/migrations/1780160000000-EventRegistrationGstProductContactForm.ts +79 -0
- package/dist/migrations/1780170000000-ComboCurrencyPrices.ts +20 -0
- package/dist/migrations/1781110000000-VendorOwnerCombosPermission.ts +38 -0
- package/dist/migrations/1781120000000-RefundPoliciesAndRequests.ts +225 -0
- package/dist/migrations/1781130000000-CreateAttendees.ts +44 -0
- package/dist/migrations/1781140000000-EventOrderNotifications.ts +29 -0
- package/dist/migrations/1781150000000-EventNamedLists.ts +28 -0
- package/dist/migrations/1781160000000-RefundPolicyEventTiers.ts +27 -0
- package/dist/migrations/1781170000000-EventRefundPolicy.ts +42 -0
- package/dist/migrations/1781180000000-RemoveCartItemsUniqueConstraint.ts +15 -0
- package/dist/migrations/1781190000000-RenameProductTaxesToProductConfig.ts +84 -0
- package/dist/migrations/1781200000000-VendorOwnerProductConfigPermissions.ts +51 -0
- package/dist/migrations/1781210000000-VendorRoleProductConfigPermissions.ts +46 -0
- package/dist/migrations/helpers/vendor-role-seed.ts +243 -0
- package/dist/paid-order-erp-3USEG6WL.js +3 -0
- package/dist/paid-order-erp-FSQ3GSXE.cjs +12 -0
- package/dist/pg-boss-service-4XF2TQ2E.js +2 -0
- package/dist/pg-boss-service-L6MTF4EQ.cjs +15 -0
- package/dist/razorpay-KLO2KNCB.js +49 -0
- package/dist/razorpay-U23LGY72.cjs +56 -0
- package/dist/rbac-debug-db-D7ME7QUY.cjs +35 -0
- package/dist/rbac-debug-db-MTCTVNNM.js +33 -0
- package/dist/sms-defaults-2NL24H57.js +2 -0
- package/dist/sms-defaults-KCOPKQBA.cjs +19 -0
- package/dist/stripe-4FD27QVJ.js +51 -0
- package/dist/stripe-VU6OEG2D.cjs +57 -0
- package/dist/theme.cjs +31 -59
- package/dist/theme.d.cts +78 -3
- package/dist/theme.d.ts +78 -3
- package/dist/theme.js +23 -20
- package/dist/vendor-invite-status-77O7ZQ3U.cjs +19 -0
- package/dist/vendor-invite-status-PWJ3DE76.js +2 -0
- package/dist/whatsapp-queue-3DXA4MXU.js +2 -0
- package/dist/whatsapp-queue-KG65MXD5.cjs +15 -0
- package/package.json +147 -142
- package/dist/admin.cjs.map +0 -1
- package/dist/admin.js.map +0 -1
- package/dist/api.cjs.map +0 -1
- package/dist/api.js.map +0 -1
- package/dist/auth.cjs.map +0 -1
- package/dist/auth.js.map +0 -1
- package/dist/cli.cjs.map +0 -1
- package/dist/cli.js.map +0 -1
- package/dist/config-DJ5CmQvS.d.cts +0 -8
- package/dist/config-DJ5CmQvS.d.ts +0 -8
- package/dist/hooks.cjs.map +0 -1
- package/dist/hooks.js.map +0 -1
- package/dist/index-Bf5GO8fu.d.cts +0 -583
- package/dist/index-DOiJuMQA.d.ts +0 -583
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/theme.cjs.map +0 -1
- package/dist/theme.js.map +0 -1
- package/dist/types-DCVaXlPV.d.cts +0 -78
- package/dist/types-DCVaXlPV.d.ts +0 -78
- package/dist/vendor-scope-DTYhJk_I.d.cts +0 -129
- package/dist/vendor-scope-DTYhJk_I.d.ts +0 -129
package/dist/cli.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
import { __name } from './chunk-SHUYVCID.js';
|
|
3
|
+
import fs from 'fs';
|
|
4
|
+
import path from 'path';
|
|
2
5
|
|
|
3
|
-
// src/cli.ts
|
|
4
|
-
import fs from "fs";
|
|
5
|
-
import path from "path";
|
|
6
6
|
var TEMPLATES = {
|
|
7
7
|
"src/lib/data-source.ts": `import 'reflect-metadata';
|
|
8
8
|
import path from 'path';
|
|
@@ -683,6 +683,7 @@ function findRoot(cwd) {
|
|
|
683
683
|
}
|
|
684
684
|
return null;
|
|
685
685
|
}
|
|
686
|
+
__name(findRoot, "findRoot");
|
|
686
687
|
function writeFile(root, filePath, content, force2, dryRun2, log) {
|
|
687
688
|
const full = path.join(root, filePath);
|
|
688
689
|
if (fs.existsSync(full) && !force2) {
|
|
@@ -694,13 +695,20 @@ function writeFile(root, filePath, content, force2, dryRun2, log) {
|
|
|
694
695
|
return true;
|
|
695
696
|
}
|
|
696
697
|
const dir = path.dirname(full);
|
|
697
|
-
fs.mkdirSync(dir, {
|
|
698
|
+
fs.mkdirSync(dir, {
|
|
699
|
+
recursive: true
|
|
700
|
+
});
|
|
698
701
|
fs.writeFileSync(full, content, "utf8");
|
|
699
702
|
log(` created: ${filePath}`);
|
|
700
703
|
return true;
|
|
701
704
|
}
|
|
705
|
+
__name(writeFile, "writeFile");
|
|
702
706
|
function patchNextConfig(root, dryRun2, log) {
|
|
703
|
-
const candidates = [
|
|
707
|
+
const candidates = [
|
|
708
|
+
"next.config.js",
|
|
709
|
+
"next.config.mjs",
|
|
710
|
+
"next.config.cjs"
|
|
711
|
+
];
|
|
704
712
|
let configPath = null;
|
|
705
713
|
for (const name of candidates) {
|
|
706
714
|
const p = path.join(root, name);
|
|
@@ -719,15 +727,9 @@ function patchNextConfig(root, dryRun2, log) {
|
|
|
719
727
|
return false;
|
|
720
728
|
}
|
|
721
729
|
if (content.includes("serverExternalPackages")) {
|
|
722
|
-
content = content.replace(
|
|
723
|
-
/(serverExternalPackages:\s*\[)/,
|
|
724
|
-
"$1'@infuro/cms-core', 'typeorm', 'rss-parser', "
|
|
725
|
-
);
|
|
730
|
+
content = content.replace(/(serverExternalPackages:\s*\[)/, "$1'@infuro/cms-core', 'typeorm', 'rss-parser', ");
|
|
726
731
|
} else {
|
|
727
|
-
content = content.replace(
|
|
728
|
-
/(const nextConfig\s*=\s*\{|module\.exports\s*=\s*\{)/,
|
|
729
|
-
"$1\n serverExternalPackages: ['@infuro/cms-core', 'typeorm', 'rss-parser'],"
|
|
730
|
-
);
|
|
732
|
+
content = content.replace(/(const nextConfig\s*=\s*\{|module\.exports\s*=\s*\{)/, "$1\n serverExternalPackages: ['@infuro/cms-core', 'typeorm', 'rss-parser'],");
|
|
731
733
|
}
|
|
732
734
|
if (dryRun2) {
|
|
733
735
|
log(` would patch: ${path.basename(configPath)}`);
|
|
@@ -737,8 +739,13 @@ function patchNextConfig(root, dryRun2, log) {
|
|
|
737
739
|
log(` patched: ${path.basename(configPath)}`);
|
|
738
740
|
return true;
|
|
739
741
|
}
|
|
742
|
+
__name(patchNextConfig, "patchNextConfig");
|
|
740
743
|
function patchTailwind(root, dryRun2, log) {
|
|
741
|
-
const candidates = [
|
|
744
|
+
const candidates = [
|
|
745
|
+
"tailwind.config.js",
|
|
746
|
+
"tailwind.config.mjs",
|
|
747
|
+
"tailwind.config.ts"
|
|
748
|
+
];
|
|
742
749
|
let configPath = null;
|
|
743
750
|
for (const name of candidates) {
|
|
744
751
|
const p = path.join(root, name);
|
|
@@ -758,11 +765,8 @@ function patchTailwind(root, dryRun2, log) {
|
|
|
758
765
|
return false;
|
|
759
766
|
}
|
|
760
767
|
if (content.includes("content:")) {
|
|
761
|
-
content = content.replace(
|
|
762
|
-
|
|
763
|
-
`$1
|
|
764
|
-
"${coreContent}",`
|
|
765
|
-
);
|
|
768
|
+
content = content.replace(/(content:\s*\[)/, `$1
|
|
769
|
+
"${coreContent}",`);
|
|
766
770
|
}
|
|
767
771
|
if (dryRun2) {
|
|
768
772
|
log(` would patch: ${path.basename(configPath)}`);
|
|
@@ -772,6 +776,7 @@ function patchTailwind(root, dryRun2, log) {
|
|
|
772
776
|
log(` patched: ${path.basename(configPath)}`);
|
|
773
777
|
return true;
|
|
774
778
|
}
|
|
779
|
+
__name(patchTailwind, "patchTailwind");
|
|
775
780
|
function patchLayout(root, dryRun2, log) {
|
|
776
781
|
const layoutPath = path.join(root, "src/app/layout.tsx");
|
|
777
782
|
if (!fs.existsSync(layoutPath)) {
|
|
@@ -808,6 +813,7 @@ function patchLayout(root, dryRun2, log) {
|
|
|
808
813
|
log(" patched: src/app/layout.tsx");
|
|
809
814
|
return true;
|
|
810
815
|
}
|
|
816
|
+
__name(patchLayout, "patchLayout");
|
|
811
817
|
function patchPackageJson(root, dryRun2, log) {
|
|
812
818
|
const pkgPath = path.join(root, "package.json");
|
|
813
819
|
if (!fs.existsSync(pkgPath)) return false;
|
|
@@ -845,8 +851,14 @@ function patchPackageJson(root, dryRun2, log) {
|
|
|
845
851
|
return false;
|
|
846
852
|
}
|
|
847
853
|
pkg.scripts = scripts;
|
|
848
|
-
pkg.dependencies = {
|
|
849
|
-
|
|
854
|
+
pkg.dependencies = {
|
|
855
|
+
...pkg.dependencies,
|
|
856
|
+
...deps
|
|
857
|
+
};
|
|
858
|
+
pkg.devDependencies = {
|
|
859
|
+
...pkg.devDependencies,
|
|
860
|
+
...dev
|
|
861
|
+
};
|
|
850
862
|
if (dryRun2) {
|
|
851
863
|
log(" would patch: package.json (scripts + devDependencies)");
|
|
852
864
|
return true;
|
|
@@ -855,23 +867,41 @@ function patchPackageJson(root, dryRun2, log) {
|
|
|
855
867
|
log(" patched: package.json");
|
|
856
868
|
return true;
|
|
857
869
|
}
|
|
870
|
+
__name(patchPackageJson, "patchPackageJson");
|
|
858
871
|
async function runNpmInstall(root, log) {
|
|
859
|
-
const { spawnSync } = await import(
|
|
872
|
+
const { spawnSync } = await import('child_process');
|
|
860
873
|
log(" running: npm install (deps)...");
|
|
861
|
-
spawnSync("npm", [
|
|
874
|
+
spawnSync("npm", [
|
|
875
|
+
"install",
|
|
876
|
+
"@infuro/cms-core",
|
|
877
|
+
"typeorm",
|
|
878
|
+
"reflect-metadata",
|
|
879
|
+
"bcryptjs",
|
|
880
|
+
"next-auth",
|
|
881
|
+
"next-themes",
|
|
882
|
+
"sonner",
|
|
883
|
+
"pg-boss"
|
|
884
|
+
], {
|
|
862
885
|
cwd: root,
|
|
863
886
|
stdio: "inherit",
|
|
864
887
|
shell: true
|
|
865
888
|
});
|
|
866
889
|
log(" running: npm install -D tsx dotenv @types/node...");
|
|
867
|
-
spawnSync("npm", [
|
|
890
|
+
spawnSync("npm", [
|
|
891
|
+
"install",
|
|
892
|
+
"-D",
|
|
893
|
+
"tsx",
|
|
894
|
+
"dotenv",
|
|
895
|
+
"@types/node"
|
|
896
|
+
], {
|
|
868
897
|
cwd: root,
|
|
869
898
|
stdio: "inherit",
|
|
870
899
|
shell: true
|
|
871
900
|
});
|
|
872
901
|
}
|
|
902
|
+
__name(runNpmInstall, "runNpmInstall");
|
|
873
903
|
async function runInit(opts) {
|
|
874
|
-
const log = (msg) => console.log(msg);
|
|
904
|
+
const log = /* @__PURE__ */ __name((msg) => console.log(msg), "log");
|
|
875
905
|
const cwd = process.cwd();
|
|
876
906
|
const root = findRoot(cwd);
|
|
877
907
|
if (!root) {
|
|
@@ -908,13 +938,19 @@ async function runInit(opts) {
|
|
|
908
938
|
log(" 2. Run npm run migration:run then npm run seed (creates admin from ADMIN_EMAIL/ADMIN_PASSWORD)");
|
|
909
939
|
log(" 3. npm run dev");
|
|
910
940
|
}
|
|
941
|
+
__name(runInit, "runInit");
|
|
911
942
|
var args = process.argv.slice(2);
|
|
912
943
|
var force = args.includes("--force");
|
|
913
944
|
var dryRun = args.includes("--dry-run");
|
|
914
945
|
var noDeps = args.includes("--no-deps");
|
|
915
946
|
var noPatchConfig = args.includes("--no-patch-config");
|
|
916
947
|
if (args[0] === "init" || args.includes("--init") || args.length === 0 && !args.some((a) => a.startsWith("--"))) {
|
|
917
|
-
runInit({
|
|
948
|
+
runInit({
|
|
949
|
+
force,
|
|
950
|
+
dryRun,
|
|
951
|
+
noDeps,
|
|
952
|
+
noPatchConfig
|
|
953
|
+
}).catch((e) => {
|
|
918
954
|
console.error(e);
|
|
919
955
|
process.exit(1);
|
|
920
956
|
});
|
|
@@ -922,4 +958,3 @@ if (args[0] === "init" || args.includes("--init") || args.length === 0 && !args.
|
|
|
922
958
|
console.log("Usage: npx @infuro/cms-core init [--force] [--dry-run] [--no-deps] [--no-patch-config]");
|
|
923
959
|
process.exit(args[0] === "--help" || args[0] === "-h" ? 0 : 1);
|
|
924
960
|
}
|
|
925
|
-
//# sourceMappingURL=cli.js.map
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { EmailService, emailPlugin, emailTemplates, renderEmail } from './chunk-J7XHLOLO.js';
|
|
2
|
+
export { renderLayout } from './chunk-ZQ4X6OAU.js';
|
|
3
|
+
export { getCompanyDetailsFromSettings, mergeEmailLayoutCompanyDetails, sendChatLeadEmail } from './chunk-XDSNZUW7.js';
|
|
4
|
+
export { queueEmail, queueOrderPlacedEmails, queueVendorOnboardEmails, registerEmailQueueProcessor } from './chunk-5ELSW2UP.js';
|
|
5
|
+
import './chunk-SHUYVCID.js';
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkTFUOHI37_cjs = require('./chunk-TFUOHI37.cjs');
|
|
4
|
+
var chunk46GKADYE_cjs = require('./chunk-46GKADYE.cjs');
|
|
5
|
+
var chunkPAMVINEX_cjs = require('./chunk-PAMVINEX.cjs');
|
|
6
|
+
var chunkXW5ATPRW_cjs = require('./chunk-XW5ATPRW.cjs');
|
|
7
|
+
require('./chunk-USNT2KNT.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Object.defineProperty(exports, "EmailService", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return chunkTFUOHI37_cjs.EmailService; }
|
|
14
|
+
});
|
|
15
|
+
Object.defineProperty(exports, "emailPlugin", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return chunkTFUOHI37_cjs.emailPlugin; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "emailTemplates", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return chunkTFUOHI37_cjs.emailTemplates; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "renderEmail", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return chunkTFUOHI37_cjs.renderEmail; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "renderLayout", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return chunk46GKADYE_cjs.renderLayout; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "getCompanyDetailsFromSettings", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkPAMVINEX_cjs.getCompanyDetailsFromSettings; }
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(exports, "mergeEmailLayoutCompanyDetails", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () { return chunkPAMVINEX_cjs.mergeEmailLayoutCompanyDetails; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "sendChatLeadEmail", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return chunkPAMVINEX_cjs.sendChatLeadEmail; }
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "queueEmail", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () { return chunkXW5ATPRW_cjs.queueEmail; }
|
|
46
|
+
});
|
|
47
|
+
Object.defineProperty(exports, "queueOrderPlacedEmails", {
|
|
48
|
+
enumerable: true,
|
|
49
|
+
get: function () { return chunkXW5ATPRW_cjs.queueOrderPlacedEmails; }
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(exports, "queueVendorOnboardEmails", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () { return chunkXW5ATPRW_cjs.queueVendorOnboardEmails; }
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(exports, "registerEmailQueueProcessor", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function () { return chunkXW5ATPRW_cjs.registerEmailQueueProcessor; }
|
|
58
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkXW5ATPRW_cjs = require('./chunk-XW5ATPRW.cjs');
|
|
4
|
+
require('./chunk-USNT2KNT.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "queueEmail", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkXW5ATPRW_cjs.queueEmail; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "queueOrderPlacedEmails", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkXW5ATPRW_cjs.queueOrderPlacedEmails; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "queueVendorOnboardEmails", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkXW5ATPRW_cjs.queueVendorOnboardEmails; }
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "registerEmailQueueProcessor", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return chunkXW5ATPRW_cjs.registerEmailQueueProcessor; }
|
|
23
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkUPLVMVRX_cjs = require('./chunk-UPLVMVRX.cjs');
|
|
4
|
+
require('./chunk-USNT2KNT.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "isErpIntegrationEnabled", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkUPLVMVRX_cjs.isErpIntegrationEnabled; }
|
|
11
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkPNOKNSG2_cjs = require('./chunk-PNOKNSG2.cjs');
|
|
4
|
+
require('./chunk-UPLVMVRX.cjs');
|
|
5
|
+
require('./chunk-USNT2KNT.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.defineProperty(exports, "streamOrderInvoicePdf", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return chunkPNOKNSG2_cjs.streamOrderInvoicePdf; }
|
|
12
|
+
});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { EVENT_ORDER_MESSAGE_TEMPLATE_DEFAULTS, EVENT_ORDER_TEMPLATE_KEY, EVENT_ORDER_TEMPLATE_VARIABLES, EVENT_ORDER_TEMPLATE_VARIABLE_HINTS, EVENT_ORDER_WHATSAPP_PARAM_KEYS, getEventOrderTemplateDefault, pickWhatsAppTemplateParams, resolveEventOrderTemplate } from './chunk-EF2JBPDM.js';
|
|
2
|
+
import './chunk-SHUYVCID.js';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkN44BJZ4C_cjs = require('./chunk-N44BJZ4C.cjs');
|
|
4
|
+
require('./chunk-USNT2KNT.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "EVENT_ORDER_MESSAGE_TEMPLATE_DEFAULTS", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkN44BJZ4C_cjs.EVENT_ORDER_MESSAGE_TEMPLATE_DEFAULTS; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "EVENT_ORDER_TEMPLATE_KEY", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkN44BJZ4C_cjs.EVENT_ORDER_TEMPLATE_KEY; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "EVENT_ORDER_TEMPLATE_VARIABLES", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkN44BJZ4C_cjs.EVENT_ORDER_TEMPLATE_VARIABLES; }
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "EVENT_ORDER_TEMPLATE_VARIABLE_HINTS", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return chunkN44BJZ4C_cjs.EVENT_ORDER_TEMPLATE_VARIABLE_HINTS; }
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "EVENT_ORDER_WHATSAPP_PARAM_KEYS", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () { return chunkN44BJZ4C_cjs.EVENT_ORDER_WHATSAPP_PARAM_KEYS; }
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports, "getEventOrderTemplateDefault", {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
get: function () { return chunkN44BJZ4C_cjs.getEventOrderTemplateDefault; }
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(exports, "pickWhatsAppTemplateParams", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () { return chunkN44BJZ4C_cjs.pickWhatsAppTemplateParams; }
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "resolveEventOrderTemplate", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () { return chunkN44BJZ4C_cjs.resolveEventOrderTemplate; }
|
|
39
|
+
});
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkJHF4YYRC_cjs = require('./chunk-JHF4YYRC.cjs');
|
|
4
|
+
require('./chunk-TFUOHI37.cjs');
|
|
5
|
+
require('./chunk-46GKADYE.cjs');
|
|
6
|
+
require('./chunk-OOTLNH63.cjs');
|
|
7
|
+
require('./chunk-7YIBMQDR.cjs');
|
|
8
|
+
var chunkR73BKDRO_cjs = require('./chunk-R73BKDRO.cjs');
|
|
9
|
+
require('./chunk-PAMVINEX.cjs');
|
|
10
|
+
require('./chunk-XW5ATPRW.cjs');
|
|
11
|
+
var chunkN44BJZ4C_cjs = require('./chunk-N44BJZ4C.cjs');
|
|
12
|
+
require('./chunk-USNT2KNT.cjs');
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
Object.defineProperty(exports, "dispatchEventOrderNotifications", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkJHF4YYRC_cjs.dispatchEventOrderNotifications; }
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "buildEventOrderTemplateVariables", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return chunkR73BKDRO_cjs.buildEventOrderTemplateVariables; }
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "EVENT_ORDER_TEMPLATE_VARIABLES", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () { return chunkN44BJZ4C_cjs.EVENT_ORDER_TEMPLATE_VARIABLES; }
|
|
27
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { dispatchEventOrderNotifications } from './chunk-QM733NUK.js';
|
|
2
|
+
import './chunk-J7XHLOLO.js';
|
|
3
|
+
import './chunk-ZQ4X6OAU.js';
|
|
4
|
+
import './chunk-CRFV5WJK.js';
|
|
5
|
+
import './chunk-ZSVCP6N3.js';
|
|
6
|
+
export { buildEventOrderTemplateVariables } from './chunk-JBRR5UYL.js';
|
|
7
|
+
import './chunk-XDSNZUW7.js';
|
|
8
|
+
import './chunk-5ELSW2UP.js';
|
|
9
|
+
export { EVENT_ORDER_TEMPLATE_VARIABLES } from './chunk-EF2JBPDM.js';
|
|
10
|
+
import './chunk-SHUYVCID.js';
|