@infuro/cms-core 1.0.60 → 1.0.62
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/admin.cjs +4179 -2665
- package/dist/admin.js +2990 -1476
- package/dist/api.cjs +41 -37
- package/dist/api.js +9 -5
- package/dist/{chunk-URN7GS23.js → chunk-6LV36PCL.js} +199 -1059
- package/dist/{chunk-O2642WVS.js → chunk-6XAVZE4I.js} +17 -3
- package/dist/{chunk-BXYZDMTZ.cjs → chunk-AXMP2U43.cjs} +3 -94
- package/dist/{chunk-T3HPSF7K.js → chunk-AYWDQFJZ.js} +3 -0
- package/dist/chunk-CTIEAHQL.cjs +96 -0
- package/dist/chunk-GWDI752Q.js +83 -0
- package/dist/chunk-GZGFNVTK.js +886 -0
- package/dist/chunk-H3IVLIPR.cjs +86 -0
- package/dist/{chunk-2KUCQVAQ.js → chunk-HMLVPIJR.js} +2 -91
- package/dist/{chunk-V25RDUOU.cjs → chunk-LRD4CGOG.cjs} +38 -4
- package/dist/{chunk-73WVHINE.cjs → chunk-LVQSG25Y.cjs} +18 -4
- package/dist/chunk-NMYGQWHV.js +93 -0
- package/dist/chunk-OVTOP42W.js +199 -0
- package/dist/{chunk-BSLNXKV2.cjs → chunk-QA5C477U.cjs} +927 -351
- package/dist/{chunk-JAEUYYGA.js → chunk-R6Q67HAS.js} +876 -291
- package/dist/{chunk-YSYX4GUD.cjs → chunk-TWTISTZB.cjs} +210 -1080
- package/dist/{chunk-77I3KS7V.cjs → chunk-UEE4PTTB.cjs} +3 -0
- package/dist/chunk-WFMVD567.cjs +209 -0
- package/dist/{chunk-L3525VXI.js → chunk-YW7EF7K7.js} +36 -2
- package/dist/chunk-ZPAPCGCR.cjs +899 -0
- package/dist/{email-queue-OI2HSCGE.js → email-queue-65PQAG4C.js} +3 -2
- package/dist/{email-queue-6NJY6HNM.cjs → email-queue-J7DXYNCE.cjs} +7 -6
- package/dist/email-service-F7HA4X63.js +3 -0
- package/dist/email-service-RDOTY3CO.cjs +28 -0
- package/dist/{emit-order-notification-trigger-TNEZOYEE.cjs → emit-order-notification-trigger-K7URAZHJ.cjs} +4 -4
- package/dist/{emit-order-notification-trigger-CZU3V2WE.js → emit-order-notification-trigger-MD7EBODC.js} +2 -2
- package/dist/{erp-order-invoice-EYYNR526.cjs → erp-order-invoice-C5GZCOBM.cjs} +6 -5
- package/dist/{erp-order-invoice-3GXDE443.js → erp-order-invoice-MYFCXOCY.js} +2 -1
- package/dist/index.cjs +638 -346
- package/dist/index.d.cts +53 -19
- package/dist/index.d.ts +53 -19
- package/dist/index.js +350 -58
- package/dist/migrations/1783000000000-AddOrderPendingProcessingCompletedTriggers.ts +56 -0
- package/dist/migrations/1783100000000-AddSmsToOrderNotificationBindingsChannelEnum.ts +17 -0
- package/dist/migrations/1783200000000-AddOrderAssigneeColumns.ts +30 -0
- package/dist/order-assignees-handlers-LKMAGLG6.js +150 -0
- package/dist/order-assignees-handlers-NPKD64P6.cjs +152 -0
- package/dist/order-completion-otp-handlers-3NTOGEA5.js +361 -0
- package/dist/order-completion-otp-handlers-4EOLYLAP.cjs +363 -0
- package/dist/order-notification-dispatcher-IYMOS4VY.js +10 -0
- package/dist/order-notification-dispatcher-X2XM5VUY.cjs +35 -0
- package/dist/sms-notification-templates-handlers-SJLO7JGZ.js +47 -0
- package/dist/sms-notification-templates-handlers-YSB3L2PK.cjs +49 -0
- package/package.json +1 -1
- package/dist/order-notification-dispatcher-KJVGLK5E.cjs +0 -24
- package/dist/order-notification-dispatcher-ZSFKEYMP.js +0 -7
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { queueEmail, queueOrderPlacedEmails, queueVendorOnboardEmails, registerEmailQueueProcessor } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
export { queueEmail, queueOrderPlacedEmails, queueVendorOnboardEmails, registerEmailQueueProcessor } from './chunk-YW7EF7K7.js';
|
|
2
|
+
import './chunk-HMLVPIJR.js';
|
|
3
3
|
import './chunk-JC6DLWTE.js';
|
|
4
|
+
import './chunk-NMYGQWHV.js';
|
|
4
5
|
import './chunk-SHUYVCID.js';
|
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
3
|
+
var chunkLRD4CGOG_cjs = require('./chunk-LRD4CGOG.cjs');
|
|
4
|
+
require('./chunk-AXMP2U43.cjs');
|
|
5
5
|
require('./chunk-UPLVMVRX.cjs');
|
|
6
|
+
require('./chunk-CTIEAHQL.cjs');
|
|
6
7
|
require('./chunk-USNT2KNT.cjs');
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
|
|
10
11
|
Object.defineProperty(exports, "queueEmail", {
|
|
11
12
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkLRD4CGOG_cjs.queueEmail; }
|
|
13
14
|
});
|
|
14
15
|
Object.defineProperty(exports, "queueOrderPlacedEmails", {
|
|
15
16
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkLRD4CGOG_cjs.queueOrderPlacedEmails; }
|
|
17
18
|
});
|
|
18
19
|
Object.defineProperty(exports, "queueVendorOnboardEmails", {
|
|
19
20
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkLRD4CGOG_cjs.queueVendorOnboardEmails; }
|
|
21
22
|
});
|
|
22
23
|
Object.defineProperty(exports, "registerEmailQueueProcessor", {
|
|
23
24
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkLRD4CGOG_cjs.registerEmailQueueProcessor; }
|
|
25
26
|
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkZPAPCGCR_cjs = require('./chunk-ZPAPCGCR.cjs');
|
|
4
|
+
require('./chunk-CTIEAHQL.cjs');
|
|
5
|
+
require('./chunk-USNT2KNT.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.defineProperty(exports, "EmailService", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return chunkZPAPCGCR_cjs.EmailService; }
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "SES_REGIONS_WITHOUT_SMTP", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return chunkZPAPCGCR_cjs.SES_REGIONS_WITHOUT_SMTP; }
|
|
16
|
+
});
|
|
17
|
+
Object.defineProperty(exports, "emailTemplates", {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function () { return chunkZPAPCGCR_cjs.emailTemplates; }
|
|
20
|
+
});
|
|
21
|
+
Object.defineProperty(exports, "sesRegionSupportsSmtp", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () { return chunkZPAPCGCR_cjs.sesRegionSupportsSmtp; }
|
|
24
|
+
});
|
|
25
|
+
Object.defineProperty(exports, "sesSmtpHost", {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
get: function () { return chunkZPAPCGCR_cjs.sesSmtpHost; }
|
|
28
|
+
});
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
3
|
+
var chunkLVQSG25Y_cjs = require('./chunk-LVQSG25Y.cjs');
|
|
4
|
+
require('./chunk-UEE4PTTB.cjs');
|
|
5
5
|
require('./chunk-USNT2KNT.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "emitOrderNotificationTrigger", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkLVQSG25Y_cjs.emitOrderNotificationTrigger; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "fireOrderNotificationTrigger", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkLVQSG25Y_cjs.fireOrderNotificationTrigger; }
|
|
16
16
|
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { emitOrderNotificationTrigger, fireOrderNotificationTrigger } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
export { emitOrderNotificationTrigger, fireOrderNotificationTrigger } from './chunk-6XAVZE4I.js';
|
|
2
|
+
import './chunk-AYWDQFJZ.js';
|
|
3
3
|
import './chunk-SHUYVCID.js';
|
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkAXMP2U43_cjs = require('./chunk-AXMP2U43.cjs');
|
|
4
4
|
require('./chunk-UPLVMVRX.cjs');
|
|
5
|
+
require('./chunk-CTIEAHQL.cjs');
|
|
5
6
|
require('./chunk-USNT2KNT.cjs');
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
Object.defineProperty(exports, "ORDER_INVOICE_EMAIL_ELIGIBLE_STATUSES", {
|
|
10
11
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunkAXMP2U43_cjs.ORDER_INVOICE_EMAIL_ELIGIBLE_STATUSES; }
|
|
12
13
|
});
|
|
13
14
|
Object.defineProperty(exports, "isOrderEligibleForInvoiceEmail", {
|
|
14
15
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkAXMP2U43_cjs.isOrderEligibleForInvoiceEmail; }
|
|
16
17
|
});
|
|
17
18
|
Object.defineProperty(exports, "resolveOrderInvoicePdfBytes", {
|
|
18
19
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkAXMP2U43_cjs.resolveOrderInvoicePdfBytes; }
|
|
20
21
|
});
|
|
21
22
|
Object.defineProperty(exports, "streamOrderInvoicePdf", {
|
|
22
23
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkAXMP2U43_cjs.streamOrderInvoicePdf; }
|
|
24
25
|
});
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export { ORDER_INVOICE_EMAIL_ELIGIBLE_STATUSES, isOrderEligibleForInvoiceEmail, resolveOrderInvoicePdfBytes, streamOrderInvoicePdf } from './chunk-
|
|
1
|
+
export { ORDER_INVOICE_EMAIL_ELIGIBLE_STATUSES, isOrderEligibleForInvoiceEmail, resolveOrderInvoicePdfBytes, streamOrderInvoicePdf } from './chunk-HMLVPIJR.js';
|
|
2
2
|
import './chunk-JC6DLWTE.js';
|
|
3
|
+
import './chunk-NMYGQWHV.js';
|
|
3
4
|
import './chunk-SHUYVCID.js';
|