@sonicjs-cms/core 2.0.10 → 2.2.0
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/{chunk-Q7SL7U43.cjs → chunk-2DIWLDCA.cjs} +12001 -10740
- package/dist/chunk-2DIWLDCA.cjs.map +1 -0
- package/dist/{chunk-LW33AOBF.js → chunk-5RKQB2JG.js} +6 -222
- package/dist/chunk-5RKQB2JG.js.map +1 -0
- package/dist/{chunk-DOR2IU73.cjs → chunk-AINTFRTC.cjs} +2 -2
- package/dist/{chunk-DOR2IU73.cjs.map → chunk-AINTFRTC.cjs.map} +1 -1
- package/dist/chunk-HV2I6API.cjs +1049 -0
- package/dist/chunk-HV2I6API.cjs.map +1 -0
- package/dist/chunk-K4Z3IHOK.js +1031 -0
- package/dist/chunk-K4Z3IHOK.js.map +1 -0
- package/dist/{chunk-6FR25MPC.js → chunk-L232U757.js} +2 -2
- package/dist/{chunk-6FR25MPC.js.map → chunk-L232U757.js.map} +1 -1
- package/dist/chunk-NMVOTNSL.js +61 -0
- package/dist/chunk-NMVOTNSL.js.map +1 -0
- package/dist/{chunk-YHG45LMU.js → chunk-OORGXYDA.js} +48 -5
- package/dist/chunk-OORGXYDA.js.map +1 -0
- package/dist/{chunk-FTMKKKNH.js → chunk-QNWYQZ55.js} +3 -3
- package/dist/{chunk-FTMKKKNH.js.map → chunk-QNWYQZ55.js.map} +1 -1
- package/dist/{chunk-Z4H6DBVF.js → chunk-R57VFNP3.js} +11991 -10731
- package/dist/chunk-R57VFNP3.js.map +1 -0
- package/dist/{chunk-COBUPOMD.js → chunk-T7IYBGGO.cjs} +5 -770
- package/dist/chunk-T7IYBGGO.cjs.map +1 -0
- package/dist/{chunk-HXA5QSI3.cjs → chunk-UEYMFNBN.cjs} +51 -6
- package/dist/chunk-UEYMFNBN.cjs.map +1 -0
- package/dist/chunk-WBX5YMTB.cjs +70 -0
- package/dist/chunk-WBX5YMTB.cjs.map +1 -0
- package/dist/{chunk-3PHG75W4.cjs → chunk-YTMFJLJZ.cjs} +7 -5
- package/dist/chunk-YTMFJLJZ.cjs.map +1 -0
- package/dist/{chunk-MU3MR2QR.cjs → chunk-YU6QFFI4.cjs} +5 -222
- package/dist/chunk-YU6QFFI4.cjs.map +1 -0
- package/dist/{chunk-CAP6QQR2.cjs → chunk-ZMSYKV62.cjs} +5 -5
- package/dist/{chunk-CAP6QQR2.cjs.map → chunk-ZMSYKV62.cjs.map} +1 -1
- package/dist/{chunk-NBDPIRQS.cjs → chunk-ZPMFT2JW.js} +4 -786
- package/dist/chunk-ZPMFT2JW.js.map +1 -0
- package/dist/{chunk-MXJJN4IA.js → chunk-ZUK55KZB.js} +7 -5
- package/dist/chunk-ZUK55KZB.js.map +1 -0
- package/dist/index.cjs +542 -145
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +389 -12
- package/dist/index.js.map +1 -1
- package/dist/middleware.cjs +33 -23
- package/dist/middleware.js +4 -2
- package/dist/migrations-IHERIQVD.js +4 -0
- package/dist/migrations-IHERIQVD.js.map +1 -0
- package/dist/migrations-POFD5KNG.cjs +13 -0
- package/dist/migrations-POFD5KNG.cjs.map +1 -0
- package/dist/routes.cjs +31 -29
- package/dist/routes.js +8 -6
- package/dist/services.cjs +44 -26
- package/dist/services.js +4 -2
- package/dist/templates.cjs +17 -21
- package/dist/templates.js +2 -2
- package/dist/utils.cjs +44 -11
- package/dist/utils.js +2 -1
- package/migrations/001_initial_schema.sql +2 -2
- package/migrations/007_demo_login_plugin.sql +1 -1
- package/migrations/020_add_email_plugin.sql +22 -0
- package/migrations/021_add_magic_link_auth_plugin.sql +42 -0
- package/migrations/021_add_otp_login.sql +42 -0
- package/migrations/022_add_tinymce_plugin.sql +25 -0
- package/migrations/023_add_easy_mdx_plugin.sql +25 -0
- package/migrations/024_add_quill_editor_plugin.sql +25 -0
- package/migrations/025_rename_mdxeditor_to_easy_mdx.sql +22 -0
- package/package.json +5 -3
- package/dist/chunk-3PHG75W4.cjs.map +0 -1
- package/dist/chunk-COBUPOMD.js.map +0 -1
- package/dist/chunk-HXA5QSI3.cjs.map +0 -1
- package/dist/chunk-LW33AOBF.js.map +0 -1
- package/dist/chunk-MU3MR2QR.cjs.map +0 -1
- package/dist/chunk-MXJJN4IA.js.map +0 -1
- package/dist/chunk-NBDPIRQS.cjs.map +0 -1
- package/dist/chunk-Q7SL7U43.cjs.map +0 -1
- package/dist/chunk-YHG45LMU.js.map +0 -1
- package/dist/chunk-Z4H6DBVF.js.map +0 -1
- package/migrations/002_faq_plugin.sql +0 -86
package/dist/index.cjs
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
3
|
+
var chunk2DIWLDCA_cjs = require('./chunk-2DIWLDCA.cjs');
|
|
4
|
+
var chunkAINTFRTC_cjs = require('./chunk-AINTFRTC.cjs');
|
|
5
|
+
var chunkUEYMFNBN_cjs = require('./chunk-UEYMFNBN.cjs');
|
|
6
|
+
var chunkHV2I6API_cjs = require('./chunk-HV2I6API.cjs');
|
|
7
|
+
var chunkT7IYBGGO_cjs = require('./chunk-T7IYBGGO.cjs');
|
|
8
|
+
var chunkZMSYKV62_cjs = require('./chunk-ZMSYKV62.cjs');
|
|
9
|
+
var chunkYU6QFFI4_cjs = require('./chunk-YU6QFFI4.cjs');
|
|
9
10
|
var chunkF5ESJXI2_cjs = require('./chunk-F5ESJXI2.cjs');
|
|
10
|
-
var
|
|
11
|
+
var chunkYTMFJLJZ_cjs = require('./chunk-YTMFJLJZ.cjs');
|
|
11
12
|
var chunkRCQ2HIQD_cjs = require('./chunk-RCQ2HIQD.cjs');
|
|
13
|
+
require('./chunk-WBX5YMTB.cjs');
|
|
12
14
|
var chunkKYGRJCZM_cjs = require('./chunk-KYGRJCZM.cjs');
|
|
13
15
|
require('./chunk-IGJUBJBW.cjs');
|
|
14
16
|
var hono = require('hono');
|
|
17
|
+
var html = require('hono/html');
|
|
15
18
|
var d1 = require('drizzle-orm/d1');
|
|
16
19
|
|
|
17
20
|
// src/plugins/core-plugins/database-tools-plugin/services/database-service.ts
|
|
@@ -229,7 +232,7 @@ var DatabaseToolsService = class {
|
|
|
229
232
|
};
|
|
230
233
|
|
|
231
234
|
// src/templates/pages/admin-database-table.template.ts
|
|
232
|
-
|
|
235
|
+
chunkYU6QFFI4_cjs.init_admin_layout_catalyst_template();
|
|
233
236
|
function renderDatabaseTablePage(data) {
|
|
234
237
|
const totalPages = Math.ceil(data.totalRows / data.pageSize);
|
|
235
238
|
const startRow = (data.currentPage - 1) * data.pageSize + 1;
|
|
@@ -478,7 +481,7 @@ function renderDatabaseTablePage(data) {
|
|
|
478
481
|
user: data.user,
|
|
479
482
|
content: pageContent
|
|
480
483
|
};
|
|
481
|
-
return
|
|
484
|
+
return chunkYU6QFFI4_cjs.renderAdminLayoutCatalyst(layoutData);
|
|
482
485
|
}
|
|
483
486
|
function generatePageNumbers(currentPage, totalPages) {
|
|
484
487
|
const pages = [];
|
|
@@ -553,7 +556,7 @@ function formatCellValue(value) {
|
|
|
553
556
|
// src/plugins/core-plugins/database-tools-plugin/admin-routes.ts
|
|
554
557
|
function createDatabaseToolsAdminRoutes() {
|
|
555
558
|
const router2 = new hono.Hono();
|
|
556
|
-
router2.use("*",
|
|
559
|
+
router2.use("*", chunkUEYMFNBN_cjs.requireAuth());
|
|
557
560
|
router2.get("/api/stats", async (c) => {
|
|
558
561
|
try {
|
|
559
562
|
const user = c.get("user");
|
|
@@ -733,18 +736,386 @@ function createDatabaseToolsAdminRoutes() {
|
|
|
733
736
|
});
|
|
734
737
|
return router2;
|
|
735
738
|
}
|
|
739
|
+
function createEmailPlugin() {
|
|
740
|
+
const builder = chunk2DIWLDCA_cjs.PluginBuilder.create({
|
|
741
|
+
name: "email",
|
|
742
|
+
version: "1.0.0-beta.1",
|
|
743
|
+
description: "Send transactional emails using Resend"
|
|
744
|
+
});
|
|
745
|
+
builder.metadata({
|
|
746
|
+
author: {
|
|
747
|
+
name: "SonicJS Team",
|
|
748
|
+
email: "team@sonicjs.com"
|
|
749
|
+
},
|
|
750
|
+
license: "MIT",
|
|
751
|
+
compatibility: "^2.0.0"
|
|
752
|
+
});
|
|
753
|
+
const emailRoutes = new hono.Hono();
|
|
754
|
+
emailRoutes.get("/settings", async (c) => {
|
|
755
|
+
const user = c.get("user");
|
|
756
|
+
const db = c.env.DB;
|
|
757
|
+
const plugin = await db.prepare(`
|
|
758
|
+
SELECT settings FROM plugins WHERE id = 'email'
|
|
759
|
+
`).first();
|
|
760
|
+
const settings = plugin?.settings ? JSON.parse(plugin.settings) : {};
|
|
761
|
+
const contentHTML = html.html`
|
|
762
|
+
<div class="p-8">
|
|
763
|
+
<!-- Header -->
|
|
764
|
+
<div class="mb-8">
|
|
765
|
+
<h1 class="text-3xl font-bold text-zinc-950 dark:text-white mb-2">Email Settings</h1>
|
|
766
|
+
<p class="text-zinc-600 dark:text-zinc-400">Configure Resend API for sending transactional emails</p>
|
|
767
|
+
</div>
|
|
768
|
+
|
|
769
|
+
<!-- Settings Form -->
|
|
770
|
+
<div class="max-w-3xl">
|
|
771
|
+
<!-- Main Settings Card -->
|
|
772
|
+
<div class="rounded-xl bg-white dark:bg-zinc-900 shadow-sm ring-1 ring-zinc-950/5 dark:ring-white/10 p-6 mb-6">
|
|
773
|
+
<h2 class="text-xl font-semibold text-zinc-950 dark:text-white mb-4">Resend Configuration</h2>
|
|
774
|
+
|
|
775
|
+
<form id="emailSettingsForm" class="space-y-6">
|
|
776
|
+
<!-- API Key -->
|
|
777
|
+
<div>
|
|
778
|
+
<label for="apiKey" class="block text-sm font-medium text-zinc-950 dark:text-white mb-2">
|
|
779
|
+
Resend API Key <span class="text-red-500">*</span>
|
|
780
|
+
</label>
|
|
781
|
+
<input
|
|
782
|
+
type="password"
|
|
783
|
+
id="apiKey"
|
|
784
|
+
name="apiKey"
|
|
785
|
+
value="${settings.apiKey || ""}"
|
|
786
|
+
class="w-full rounded-lg bg-white dark:bg-white/5 px-3 py-2 text-sm text-zinc-950 dark:text-white ring-1 ring-inset ring-zinc-950/10 dark:ring-white/10 placeholder:text-zinc-500 dark:placeholder:text-zinc-400 focus:ring-2 focus:ring-inset focus:ring-indigo-500 dark:focus:ring-indigo-400"
|
|
787
|
+
placeholder="re_..."
|
|
788
|
+
required
|
|
789
|
+
/>
|
|
790
|
+
<p class="text-xs text-zinc-500 dark:text-zinc-400 mt-1">
|
|
791
|
+
Get your API key from <a href="https://resend.com/api-keys" target="_blank" class="text-indigo-600 dark:text-indigo-400 hover:underline">resend.com/api-keys</a>
|
|
792
|
+
</p>
|
|
793
|
+
</div>
|
|
794
|
+
|
|
795
|
+
<!-- From Email -->
|
|
796
|
+
<div>
|
|
797
|
+
<label for="fromEmail" class="block text-sm font-medium text-zinc-950 dark:text-white mb-2">
|
|
798
|
+
From Email <span class="text-red-500">*</span>
|
|
799
|
+
</label>
|
|
800
|
+
<input
|
|
801
|
+
type="email"
|
|
802
|
+
id="fromEmail"
|
|
803
|
+
name="fromEmail"
|
|
804
|
+
value="${settings.fromEmail || ""}"
|
|
805
|
+
class="w-full rounded-lg bg-white dark:bg-white/5 px-3 py-2 text-sm text-zinc-950 dark:text-white ring-1 ring-inset ring-zinc-950/10 dark:ring-white/10 placeholder:text-zinc-500 dark:placeholder:text-zinc-400 focus:ring-2 focus:ring-inset focus:ring-indigo-500 dark:focus:ring-indigo-400"
|
|
806
|
+
placeholder="noreply@yourdomain.com"
|
|
807
|
+
required
|
|
808
|
+
/>
|
|
809
|
+
<p class="text-xs text-zinc-500 dark:text-zinc-400 mt-1">
|
|
810
|
+
Must be a verified domain in Resend
|
|
811
|
+
</p>
|
|
812
|
+
</div>
|
|
813
|
+
|
|
814
|
+
<!-- From Name -->
|
|
815
|
+
<div>
|
|
816
|
+
<label for="fromName" class="block text-sm font-medium text-zinc-950 dark:text-white mb-2">
|
|
817
|
+
From Name <span class="text-red-500">*</span>
|
|
818
|
+
</label>
|
|
819
|
+
<input
|
|
820
|
+
type="text"
|
|
821
|
+
id="fromName"
|
|
822
|
+
name="fromName"
|
|
823
|
+
value="${settings.fromName || ""}"
|
|
824
|
+
class="w-full rounded-lg bg-white dark:bg-white/5 px-3 py-2 text-sm text-zinc-950 dark:text-white ring-1 ring-inset ring-zinc-950/10 dark:ring-white/10 placeholder:text-zinc-500 dark:placeholder:text-zinc-400 focus:ring-2 focus:ring-inset focus:ring-indigo-500 dark:focus:ring-indigo-400"
|
|
825
|
+
placeholder="Your App Name"
|
|
826
|
+
required
|
|
827
|
+
/>
|
|
828
|
+
</div>
|
|
829
|
+
|
|
830
|
+
<!-- Reply To -->
|
|
831
|
+
<div>
|
|
832
|
+
<label for="replyTo" class="block text-sm font-medium text-zinc-950 dark:text-white mb-2">
|
|
833
|
+
Reply-To Email
|
|
834
|
+
</label>
|
|
835
|
+
<input
|
|
836
|
+
type="email"
|
|
837
|
+
id="replyTo"
|
|
838
|
+
name="replyTo"
|
|
839
|
+
value="${settings.replyTo || ""}"
|
|
840
|
+
class="w-full rounded-lg bg-white dark:bg-white/5 px-3 py-2 text-sm text-zinc-950 dark:text-white ring-1 ring-inset ring-zinc-950/10 dark:ring-white/10 placeholder:text-zinc-500 dark:placeholder:text-zinc-400 focus:ring-2 focus:ring-inset focus:ring-indigo-500 dark:focus:ring-indigo-400"
|
|
841
|
+
placeholder="support@yourdomain.com"
|
|
842
|
+
/>
|
|
843
|
+
</div>
|
|
844
|
+
|
|
845
|
+
<!-- Logo URL -->
|
|
846
|
+
<div>
|
|
847
|
+
<label for="logoUrl" class="block text-sm font-medium text-zinc-950 dark:text-white mb-2">
|
|
848
|
+
Logo URL
|
|
849
|
+
</label>
|
|
850
|
+
<input
|
|
851
|
+
type="url"
|
|
852
|
+
id="logoUrl"
|
|
853
|
+
name="logoUrl"
|
|
854
|
+
value="${settings.logoUrl || ""}"
|
|
855
|
+
class="w-full rounded-lg bg-white dark:bg-white/5 px-3 py-2 text-sm text-zinc-950 dark:text-white ring-1 ring-inset ring-zinc-950/10 dark:ring-white/10 placeholder:text-zinc-500 dark:placeholder:text-zinc-400 focus:ring-2 focus:ring-inset focus:ring-indigo-500 dark:focus:ring-indigo-400"
|
|
856
|
+
placeholder="https://yourdomain.com/logo.png"
|
|
857
|
+
/>
|
|
858
|
+
<p class="text-xs text-zinc-500 dark:text-zinc-400 mt-1">
|
|
859
|
+
Logo to display in email templates
|
|
860
|
+
</p>
|
|
861
|
+
</div>
|
|
862
|
+
|
|
863
|
+
<!-- Action Buttons -->
|
|
864
|
+
<div class="flex gap-3 pt-4">
|
|
865
|
+
<button
|
|
866
|
+
type="submit"
|
|
867
|
+
class="inline-flex items-center justify-center rounded-lg bg-zinc-950 dark:bg-white px-3.5 py-2.5 text-sm font-semibold text-white dark:text-zinc-950 hover:bg-zinc-800 dark:hover:bg-zinc-100 transition-colors shadow-sm"
|
|
868
|
+
>
|
|
869
|
+
Save Settings
|
|
870
|
+
</button>
|
|
871
|
+
<button
|
|
872
|
+
type="button"
|
|
873
|
+
id="testEmailBtn"
|
|
874
|
+
class="inline-flex items-center justify-center rounded-lg bg-white dark:bg-zinc-800 px-3.5 py-2.5 text-sm font-semibold text-zinc-950 dark:text-white ring-1 ring-inset ring-zinc-950/10 dark:ring-white/10 hover:bg-zinc-50 dark:hover:bg-zinc-700 transition-colors shadow-sm"
|
|
875
|
+
>
|
|
876
|
+
Send Test Email
|
|
877
|
+
</button>
|
|
878
|
+
<button
|
|
879
|
+
type="button"
|
|
880
|
+
id="resetBtn"
|
|
881
|
+
class="inline-flex items-center justify-center rounded-lg bg-white dark:bg-zinc-800 px-3.5 py-2.5 text-sm font-semibold text-zinc-950 dark:text-white ring-1 ring-inset ring-zinc-950/10 dark:ring-white/10 hover:bg-zinc-50 dark:hover:bg-zinc-700 transition-colors shadow-sm"
|
|
882
|
+
>
|
|
883
|
+
Reset
|
|
884
|
+
</button>
|
|
885
|
+
</div>
|
|
886
|
+
</form>
|
|
887
|
+
</div>
|
|
888
|
+
|
|
889
|
+
<!-- Status Message -->
|
|
890
|
+
<div id="statusMessage" class="hidden rounded-xl p-4 mb-6"></div>
|
|
891
|
+
|
|
892
|
+
<!-- Info Card -->
|
|
893
|
+
<div class="rounded-xl bg-indigo-50 dark:bg-indigo-950/30 ring-1 ring-indigo-100 dark:ring-indigo-900/50 p-6">
|
|
894
|
+
<h3 class="font-semibold text-indigo-900 dark:text-indigo-300 mb-3">
|
|
895
|
+
📧 Email Templates Included
|
|
896
|
+
</h3>
|
|
897
|
+
<ul class="text-sm text-indigo-800 dark:text-indigo-200 space-y-2">
|
|
898
|
+
<li>✓ Registration confirmation</li>
|
|
899
|
+
<li>✓ Email verification</li>
|
|
900
|
+
<li>✓ Password reset</li>
|
|
901
|
+
<li>✓ One-time code (2FA)</li>
|
|
902
|
+
</ul>
|
|
903
|
+
<p class="text-xs text-indigo-700 dark:text-indigo-300 mt-4">
|
|
904
|
+
Templates are code-based and can be customized by editing the plugin files.
|
|
905
|
+
</p>
|
|
906
|
+
</div>
|
|
907
|
+
</div>
|
|
908
|
+
</div>
|
|
909
|
+
|
|
910
|
+
<script>
|
|
911
|
+
// Form submission handler
|
|
912
|
+
document.getElementById('emailSettingsForm').addEventListener('submit', async (e) => {
|
|
913
|
+
e.preventDefault()
|
|
914
|
+
const formData = new FormData(e.target)
|
|
915
|
+
const data = Object.fromEntries(formData.entries())
|
|
916
|
+
|
|
917
|
+
const statusEl = document.getElementById('statusMessage')
|
|
918
|
+
|
|
919
|
+
try {
|
|
920
|
+
const response = await fetch('/admin/plugins/email/settings', {
|
|
921
|
+
method: 'POST',
|
|
922
|
+
headers: { 'Content-Type': 'application/json' },
|
|
923
|
+
body: JSON.stringify(data)
|
|
924
|
+
})
|
|
925
|
+
|
|
926
|
+
if (response.ok) {
|
|
927
|
+
statusEl.className = 'rounded-xl bg-green-50 dark:bg-green-950/30 ring-1 ring-green-100 dark:ring-green-900/50 p-4 mb-6 text-green-900 dark:text-green-200'
|
|
928
|
+
statusEl.innerHTML = '✅ Settings saved successfully!'
|
|
929
|
+
statusEl.classList.remove('hidden')
|
|
930
|
+
setTimeout(() => statusEl.classList.add('hidden'), 3000)
|
|
931
|
+
} else {
|
|
932
|
+
throw new Error('Failed to save settings')
|
|
933
|
+
}
|
|
934
|
+
} catch (error) {
|
|
935
|
+
statusEl.className = 'rounded-xl bg-red-50 dark:bg-red-950/30 ring-1 ring-red-100 dark:ring-red-900/50 p-4 mb-6 text-red-900 dark:text-red-200'
|
|
936
|
+
statusEl.innerHTML = '❌ Failed to save settings. Please try again.'
|
|
937
|
+
statusEl.classList.remove('hidden')
|
|
938
|
+
}
|
|
939
|
+
})
|
|
940
|
+
|
|
941
|
+
// Test email handler
|
|
942
|
+
document.getElementById('testEmailBtn').addEventListener('click', async () => {
|
|
943
|
+
// Prompt for destination email
|
|
944
|
+
const toEmail = prompt('Enter destination email address for test:')
|
|
945
|
+
if (!toEmail) return
|
|
946
|
+
|
|
947
|
+
// Basic email validation
|
|
948
|
+
if (!toEmail.match(/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$/)) {
|
|
949
|
+
alert('Please enter a valid email address')
|
|
950
|
+
return
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
const statusEl = document.getElementById('statusMessage')
|
|
954
|
+
|
|
955
|
+
statusEl.className = 'rounded-xl bg-indigo-50 dark:bg-indigo-950/30 ring-1 ring-indigo-100 dark:ring-indigo-900/50 p-4 mb-6 text-indigo-900 dark:text-indigo-200'
|
|
956
|
+
statusEl.innerHTML = \`📧 Sending test email to \${toEmail}...\`
|
|
957
|
+
statusEl.classList.remove('hidden')
|
|
958
|
+
|
|
959
|
+
try {
|
|
960
|
+
const response = await fetch('/admin/plugins/email/test', {
|
|
961
|
+
method: 'POST',
|
|
962
|
+
headers: { 'Content-Type': 'application/json' },
|
|
963
|
+
body: JSON.stringify({ toEmail })
|
|
964
|
+
})
|
|
965
|
+
|
|
966
|
+
const data = await response.json()
|
|
967
|
+
|
|
968
|
+
if (response.ok) {
|
|
969
|
+
statusEl.className = 'rounded-xl bg-green-50 dark:bg-green-950/30 ring-1 ring-green-100 dark:ring-green-900/50 p-4 mb-6 text-green-900 dark:text-green-200'
|
|
970
|
+
statusEl.innerHTML = \`✅ \${data.message || 'Test email sent! Check your inbox.'}\`
|
|
971
|
+
} else {
|
|
972
|
+
statusEl.className = 'rounded-xl bg-red-50 dark:bg-red-950/30 ring-1 ring-red-100 dark:ring-red-900/50 p-4 mb-6 text-red-900 dark:text-red-200'
|
|
973
|
+
statusEl.innerHTML = \`❌ \${data.error || 'Failed to send test email. Check your settings.'}\`
|
|
974
|
+
}
|
|
975
|
+
} catch (error) {
|
|
976
|
+
statusEl.className = 'rounded-xl bg-red-50 dark:bg-red-950/30 ring-1 ring-red-100 dark:ring-red-900/50 p-4 mb-6 text-red-900 dark:text-red-200'
|
|
977
|
+
statusEl.innerHTML = '❌ Network error. Please try again.'
|
|
978
|
+
}
|
|
979
|
+
})
|
|
980
|
+
|
|
981
|
+
// Reset button handler
|
|
982
|
+
document.getElementById('resetBtn').addEventListener('click', () => {
|
|
983
|
+
document.getElementById('emailSettingsForm').reset()
|
|
984
|
+
})
|
|
985
|
+
</script>
|
|
986
|
+
`;
|
|
987
|
+
return c.html(
|
|
988
|
+
chunkYU6QFFI4_cjs.renderAdminLayout({
|
|
989
|
+
title: "Email Settings",
|
|
990
|
+
content: contentHTML,
|
|
991
|
+
user,
|
|
992
|
+
currentPath: "/admin/plugins/email/settings"
|
|
993
|
+
})
|
|
994
|
+
);
|
|
995
|
+
});
|
|
996
|
+
emailRoutes.post("/settings", async (c) => {
|
|
997
|
+
try {
|
|
998
|
+
const body = await c.req.json();
|
|
999
|
+
const db = c.env.DB;
|
|
1000
|
+
await db.prepare(`
|
|
1001
|
+
UPDATE plugins
|
|
1002
|
+
SET settings = ?,
|
|
1003
|
+
updated_at = unixepoch()
|
|
1004
|
+
WHERE id = 'email'
|
|
1005
|
+
`).bind(JSON.stringify(body)).run();
|
|
1006
|
+
return c.json({ success: true });
|
|
1007
|
+
} catch (error) {
|
|
1008
|
+
console.error("Error saving email settings:", error);
|
|
1009
|
+
return c.json({ success: false, error: "Failed to save settings" }, 500);
|
|
1010
|
+
}
|
|
1011
|
+
});
|
|
1012
|
+
emailRoutes.post("/test", async (c) => {
|
|
1013
|
+
try {
|
|
1014
|
+
const db = c.env.DB;
|
|
1015
|
+
const body = await c.req.json();
|
|
1016
|
+
const plugin = await db.prepare(`
|
|
1017
|
+
SELECT settings FROM plugins WHERE id = 'email'
|
|
1018
|
+
`).first();
|
|
1019
|
+
if (!plugin?.settings) {
|
|
1020
|
+
return c.json({
|
|
1021
|
+
success: false,
|
|
1022
|
+
error: "Email settings not configured. Please save your settings first."
|
|
1023
|
+
}, 400);
|
|
1024
|
+
}
|
|
1025
|
+
const settings = JSON.parse(plugin.settings);
|
|
1026
|
+
if (!settings.apiKey || !settings.fromEmail || !settings.fromName) {
|
|
1027
|
+
return c.json({
|
|
1028
|
+
success: false,
|
|
1029
|
+
error: "Missing required settings. Please configure API Key, From Email, and From Name."
|
|
1030
|
+
}, 400);
|
|
1031
|
+
}
|
|
1032
|
+
const toEmail = body.toEmail || settings.fromEmail;
|
|
1033
|
+
if (!toEmail.match(/^[^\s@]+@[^\s@]+\.[^\s@]+$/)) {
|
|
1034
|
+
return c.json({
|
|
1035
|
+
success: false,
|
|
1036
|
+
error: "Invalid email address format"
|
|
1037
|
+
}, 400);
|
|
1038
|
+
}
|
|
1039
|
+
const response = await fetch("https://api.resend.com/emails", {
|
|
1040
|
+
method: "POST",
|
|
1041
|
+
headers: {
|
|
1042
|
+
"Authorization": `Bearer ${settings.apiKey}`,
|
|
1043
|
+
"Content-Type": "application/json"
|
|
1044
|
+
},
|
|
1045
|
+
body: JSON.stringify({
|
|
1046
|
+
from: `${settings.fromName} <${settings.fromEmail}>`,
|
|
1047
|
+
to: [toEmail],
|
|
1048
|
+
subject: "Test Email from SonicJS",
|
|
1049
|
+
html: `
|
|
1050
|
+
<div style="font-family: Arial, sans-serif; max-width: 600px; margin: 0 auto;">
|
|
1051
|
+
<h1 style="color: #667eea;">Test Email Successful! \u{1F389}</h1>
|
|
1052
|
+
<p>This is a test email from your SonicJS Email plugin.</p>
|
|
1053
|
+
<p><strong>Configuration:</strong></p>
|
|
1054
|
+
<ul>
|
|
1055
|
+
<li>From: ${settings.fromName} <${settings.fromEmail}></li>
|
|
1056
|
+
<li>Reply-To: ${settings.replyTo || "Not set"}</li>
|
|
1057
|
+
<li>Sent at: ${(/* @__PURE__ */ new Date()).toISOString()}</li>
|
|
1058
|
+
</ul>
|
|
1059
|
+
<p>Your email settings are working correctly!</p>
|
|
1060
|
+
</div>
|
|
1061
|
+
`,
|
|
1062
|
+
reply_to: settings.replyTo || settings.fromEmail
|
|
1063
|
+
})
|
|
1064
|
+
});
|
|
1065
|
+
const data = await response.json();
|
|
1066
|
+
if (!response.ok) {
|
|
1067
|
+
console.error("Resend API error:", data);
|
|
1068
|
+
return c.json({
|
|
1069
|
+
success: false,
|
|
1070
|
+
error: data.message || "Failed to send test email. Check your API key and domain verification."
|
|
1071
|
+
}, response.status);
|
|
1072
|
+
}
|
|
1073
|
+
return c.json({
|
|
1074
|
+
success: true,
|
|
1075
|
+
message: `Test email sent successfully to ${toEmail}`,
|
|
1076
|
+
emailId: data.id
|
|
1077
|
+
});
|
|
1078
|
+
} catch (error) {
|
|
1079
|
+
console.error("Test email error:", error);
|
|
1080
|
+
return c.json({
|
|
1081
|
+
success: false,
|
|
1082
|
+
error: error.message || "An error occurred while sending test email"
|
|
1083
|
+
}, 500);
|
|
1084
|
+
}
|
|
1085
|
+
});
|
|
1086
|
+
builder.addRoute("/admin/plugins/email", emailRoutes, {
|
|
1087
|
+
description: "Email plugin settings",
|
|
1088
|
+
requiresAuth: true,
|
|
1089
|
+
priority: 80
|
|
1090
|
+
});
|
|
1091
|
+
builder.addMenuItem("Email", "/admin/plugins/email/settings", {
|
|
1092
|
+
icon: "envelope",
|
|
1093
|
+
order: 80,
|
|
1094
|
+
permissions: ["email:manage"]
|
|
1095
|
+
});
|
|
1096
|
+
builder.lifecycle({
|
|
1097
|
+
activate: async () => {
|
|
1098
|
+
console.info("\u2705 Email plugin activated");
|
|
1099
|
+
},
|
|
1100
|
+
deactivate: async () => {
|
|
1101
|
+
console.info("\u274C Email plugin deactivated");
|
|
1102
|
+
}
|
|
1103
|
+
});
|
|
1104
|
+
return builder.build();
|
|
1105
|
+
}
|
|
1106
|
+
var emailPlugin = createEmailPlugin();
|
|
736
1107
|
|
|
737
1108
|
// src/app.ts
|
|
738
1109
|
function createSonicJSApp(config = {}) {
|
|
739
1110
|
const app = new hono.Hono();
|
|
740
|
-
const appVersion = config.version ||
|
|
1111
|
+
const appVersion = config.version || chunkYTMFJLJZ_cjs.getCoreVersion();
|
|
741
1112
|
const appName = config.name || "SonicJS AI";
|
|
742
1113
|
app.use("*", async (c, next) => {
|
|
743
1114
|
c.set("appVersion", appVersion);
|
|
744
1115
|
await next();
|
|
745
1116
|
});
|
|
746
|
-
app.use("*",
|
|
747
|
-
app.use("*",
|
|
1117
|
+
app.use("*", chunkUEYMFNBN_cjs.metricsMiddleware());
|
|
1118
|
+
app.use("*", chunkUEYMFNBN_cjs.bootstrapMiddleware(config));
|
|
748
1119
|
if (config.middleware?.beforeAuth) {
|
|
749
1120
|
for (const middleware of config.middleware.beforeAuth) {
|
|
750
1121
|
app.use("*", middleware);
|
|
@@ -761,20 +1132,26 @@ function createSonicJSApp(config = {}) {
|
|
|
761
1132
|
app.use("*", middleware);
|
|
762
1133
|
}
|
|
763
1134
|
}
|
|
764
|
-
app.route("/api",
|
|
765
|
-
app.route("/api/media",
|
|
766
|
-
app.route("/api/system",
|
|
767
|
-
app.route("/admin/api",
|
|
768
|
-
app.route("/admin/dashboard",
|
|
769
|
-
app.route("/admin/collections",
|
|
770
|
-
app.route("/admin/settings",
|
|
1135
|
+
app.route("/api", chunk2DIWLDCA_cjs.api_default);
|
|
1136
|
+
app.route("/api/media", chunk2DIWLDCA_cjs.api_media_default);
|
|
1137
|
+
app.route("/api/system", chunk2DIWLDCA_cjs.api_system_default);
|
|
1138
|
+
app.route("/admin/api", chunk2DIWLDCA_cjs.admin_api_default);
|
|
1139
|
+
app.route("/admin/dashboard", chunk2DIWLDCA_cjs.router);
|
|
1140
|
+
app.route("/admin/collections", chunk2DIWLDCA_cjs.adminCollectionsRoutes);
|
|
1141
|
+
app.route("/admin/settings", chunk2DIWLDCA_cjs.adminSettingsRoutes);
|
|
771
1142
|
app.route("/admin/database-tools", createDatabaseToolsAdminRoutes());
|
|
772
|
-
app.route("/admin/content",
|
|
773
|
-
app.route("/admin/media",
|
|
774
|
-
app.route("/admin/plugins",
|
|
775
|
-
app.route("/admin/logs",
|
|
776
|
-
app.route("/admin",
|
|
777
|
-
app.route("/auth",
|
|
1143
|
+
app.route("/admin/content", chunk2DIWLDCA_cjs.admin_content_default);
|
|
1144
|
+
app.route("/admin/media", chunk2DIWLDCA_cjs.adminMediaRoutes);
|
|
1145
|
+
app.route("/admin/plugins", chunk2DIWLDCA_cjs.adminPluginRoutes);
|
|
1146
|
+
app.route("/admin/logs", chunk2DIWLDCA_cjs.adminLogsRoutes);
|
|
1147
|
+
app.route("/admin", chunk2DIWLDCA_cjs.userRoutes);
|
|
1148
|
+
app.route("/auth", chunk2DIWLDCA_cjs.auth_default);
|
|
1149
|
+
app.route("/", chunk2DIWLDCA_cjs.test_cleanup_default);
|
|
1150
|
+
if (emailPlugin.routes && emailPlugin.routes.length > 0) {
|
|
1151
|
+
for (const route of emailPlugin.routes) {
|
|
1152
|
+
app.route(route.path, route.handler);
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
778
1155
|
app.get("/files/*", async (c) => {
|
|
779
1156
|
try {
|
|
780
1157
|
const url = new URL(c.req.url);
|
|
@@ -834,423 +1211,443 @@ function setupCoreRoutes(_app) {
|
|
|
834
1211
|
console.warn("setupCoreRoutes is deprecated. Use createSonicJSApp() instead.");
|
|
835
1212
|
}
|
|
836
1213
|
function createDb(d1$1) {
|
|
837
|
-
return d1.drizzle(d1$1, { schema:
|
|
1214
|
+
return d1.drizzle(d1$1, { schema: chunkAINTFRTC_cjs.schema_exports });
|
|
838
1215
|
}
|
|
839
1216
|
|
|
840
1217
|
// src/index.ts
|
|
841
|
-
var VERSION =
|
|
1218
|
+
var VERSION = chunkYTMFJLJZ_cjs.package_default.version;
|
|
842
1219
|
|
|
843
1220
|
Object.defineProperty(exports, "ROUTES_INFO", {
|
|
844
1221
|
enumerable: true,
|
|
845
|
-
get: function () { return
|
|
1222
|
+
get: function () { return chunk2DIWLDCA_cjs.ROUTES_INFO; }
|
|
846
1223
|
});
|
|
847
1224
|
Object.defineProperty(exports, "adminApiRoutes", {
|
|
848
1225
|
enumerable: true,
|
|
849
|
-
get: function () { return
|
|
1226
|
+
get: function () { return chunk2DIWLDCA_cjs.admin_api_default; }
|
|
850
1227
|
});
|
|
851
1228
|
Object.defineProperty(exports, "adminCheckboxRoutes", {
|
|
852
1229
|
enumerable: true,
|
|
853
|
-
get: function () { return
|
|
1230
|
+
get: function () { return chunk2DIWLDCA_cjs.adminCheckboxRoutes; }
|
|
854
1231
|
});
|
|
855
1232
|
Object.defineProperty(exports, "adminCodeExamplesRoutes", {
|
|
856
1233
|
enumerable: true,
|
|
857
|
-
get: function () { return
|
|
1234
|
+
get: function () { return chunk2DIWLDCA_cjs.admin_code_examples_default; }
|
|
858
1235
|
});
|
|
859
1236
|
Object.defineProperty(exports, "adminCollectionsRoutes", {
|
|
860
1237
|
enumerable: true,
|
|
861
|
-
get: function () { return
|
|
1238
|
+
get: function () { return chunk2DIWLDCA_cjs.adminCollectionsRoutes; }
|
|
862
1239
|
});
|
|
863
1240
|
Object.defineProperty(exports, "adminContentRoutes", {
|
|
864
1241
|
enumerable: true,
|
|
865
|
-
get: function () { return
|
|
1242
|
+
get: function () { return chunk2DIWLDCA_cjs.admin_content_default; }
|
|
866
1243
|
});
|
|
867
1244
|
Object.defineProperty(exports, "adminDashboardRoutes", {
|
|
868
1245
|
enumerable: true,
|
|
869
|
-
get: function () { return
|
|
1246
|
+
get: function () { return chunk2DIWLDCA_cjs.router; }
|
|
870
1247
|
});
|
|
871
1248
|
Object.defineProperty(exports, "adminDesignRoutes", {
|
|
872
1249
|
enumerable: true,
|
|
873
|
-
get: function () { return
|
|
874
|
-
});
|
|
875
|
-
Object.defineProperty(exports, "adminFAQRoutes", {
|
|
876
|
-
enumerable: true,
|
|
877
|
-
get: function () { return chunkQ7SL7U43_cjs.admin_faq_default; }
|
|
1250
|
+
get: function () { return chunk2DIWLDCA_cjs.adminDesignRoutes; }
|
|
878
1251
|
});
|
|
879
1252
|
Object.defineProperty(exports, "adminLogsRoutes", {
|
|
880
1253
|
enumerable: true,
|
|
881
|
-
get: function () { return
|
|
1254
|
+
get: function () { return chunk2DIWLDCA_cjs.adminLogsRoutes; }
|
|
882
1255
|
});
|
|
883
1256
|
Object.defineProperty(exports, "adminMediaRoutes", {
|
|
884
1257
|
enumerable: true,
|
|
885
|
-
get: function () { return
|
|
1258
|
+
get: function () { return chunk2DIWLDCA_cjs.adminMediaRoutes; }
|
|
886
1259
|
});
|
|
887
1260
|
Object.defineProperty(exports, "adminPluginRoutes", {
|
|
888
1261
|
enumerable: true,
|
|
889
|
-
get: function () { return
|
|
1262
|
+
get: function () { return chunk2DIWLDCA_cjs.adminPluginRoutes; }
|
|
890
1263
|
});
|
|
891
1264
|
Object.defineProperty(exports, "adminSettingsRoutes", {
|
|
892
1265
|
enumerable: true,
|
|
893
|
-
get: function () { return
|
|
1266
|
+
get: function () { return chunk2DIWLDCA_cjs.adminSettingsRoutes; }
|
|
894
1267
|
});
|
|
895
1268
|
Object.defineProperty(exports, "adminTestimonialsRoutes", {
|
|
896
1269
|
enumerable: true,
|
|
897
|
-
get: function () { return
|
|
1270
|
+
get: function () { return chunk2DIWLDCA_cjs.admin_testimonials_default; }
|
|
898
1271
|
});
|
|
899
1272
|
Object.defineProperty(exports, "adminUsersRoutes", {
|
|
900
1273
|
enumerable: true,
|
|
901
|
-
get: function () { return
|
|
1274
|
+
get: function () { return chunk2DIWLDCA_cjs.userRoutes; }
|
|
902
1275
|
});
|
|
903
1276
|
Object.defineProperty(exports, "apiContentCrudRoutes", {
|
|
904
1277
|
enumerable: true,
|
|
905
|
-
get: function () { return
|
|
1278
|
+
get: function () { return chunk2DIWLDCA_cjs.api_content_crud_default; }
|
|
906
1279
|
});
|
|
907
1280
|
Object.defineProperty(exports, "apiMediaRoutes", {
|
|
908
1281
|
enumerable: true,
|
|
909
|
-
get: function () { return
|
|
1282
|
+
get: function () { return chunk2DIWLDCA_cjs.api_media_default; }
|
|
910
1283
|
});
|
|
911
1284
|
Object.defineProperty(exports, "apiRoutes", {
|
|
912
1285
|
enumerable: true,
|
|
913
|
-
get: function () { return
|
|
1286
|
+
get: function () { return chunk2DIWLDCA_cjs.api_default; }
|
|
914
1287
|
});
|
|
915
1288
|
Object.defineProperty(exports, "apiSystemRoutes", {
|
|
916
1289
|
enumerable: true,
|
|
917
|
-
get: function () { return
|
|
1290
|
+
get: function () { return chunk2DIWLDCA_cjs.api_system_default; }
|
|
918
1291
|
});
|
|
919
1292
|
Object.defineProperty(exports, "authRoutes", {
|
|
920
1293
|
enumerable: true,
|
|
921
|
-
get: function () { return
|
|
1294
|
+
get: function () { return chunk2DIWLDCA_cjs.auth_default; }
|
|
922
1295
|
});
|
|
923
1296
|
Object.defineProperty(exports, "Logger", {
|
|
924
1297
|
enumerable: true,
|
|
925
|
-
get: function () { return
|
|
1298
|
+
get: function () { return chunkAINTFRTC_cjs.Logger; }
|
|
926
1299
|
});
|
|
927
1300
|
Object.defineProperty(exports, "apiTokens", {
|
|
928
1301
|
enumerable: true,
|
|
929
|
-
get: function () { return
|
|
1302
|
+
get: function () { return chunkAINTFRTC_cjs.apiTokens; }
|
|
930
1303
|
});
|
|
931
1304
|
Object.defineProperty(exports, "collections", {
|
|
932
1305
|
enumerable: true,
|
|
933
|
-
get: function () { return
|
|
1306
|
+
get: function () { return chunkAINTFRTC_cjs.collections; }
|
|
934
1307
|
});
|
|
935
1308
|
Object.defineProperty(exports, "content", {
|
|
936
1309
|
enumerable: true,
|
|
937
|
-
get: function () { return
|
|
1310
|
+
get: function () { return chunkAINTFRTC_cjs.content; }
|
|
938
1311
|
});
|
|
939
1312
|
Object.defineProperty(exports, "contentVersions", {
|
|
940
1313
|
enumerable: true,
|
|
941
|
-
get: function () { return
|
|
1314
|
+
get: function () { return chunkAINTFRTC_cjs.contentVersions; }
|
|
942
1315
|
});
|
|
943
1316
|
Object.defineProperty(exports, "getLogger", {
|
|
944
1317
|
enumerable: true,
|
|
945
|
-
get: function () { return
|
|
1318
|
+
get: function () { return chunkAINTFRTC_cjs.getLogger; }
|
|
946
1319
|
});
|
|
947
1320
|
Object.defineProperty(exports, "initLogger", {
|
|
948
1321
|
enumerable: true,
|
|
949
|
-
get: function () { return
|
|
1322
|
+
get: function () { return chunkAINTFRTC_cjs.initLogger; }
|
|
950
1323
|
});
|
|
951
1324
|
Object.defineProperty(exports, "insertCollectionSchema", {
|
|
952
1325
|
enumerable: true,
|
|
953
|
-
get: function () { return
|
|
1326
|
+
get: function () { return chunkAINTFRTC_cjs.insertCollectionSchema; }
|
|
954
1327
|
});
|
|
955
1328
|
Object.defineProperty(exports, "insertContentSchema", {
|
|
956
1329
|
enumerable: true,
|
|
957
|
-
get: function () { return
|
|
1330
|
+
get: function () { return chunkAINTFRTC_cjs.insertContentSchema; }
|
|
958
1331
|
});
|
|
959
1332
|
Object.defineProperty(exports, "insertLogConfigSchema", {
|
|
960
1333
|
enumerable: true,
|
|
961
|
-
get: function () { return
|
|
1334
|
+
get: function () { return chunkAINTFRTC_cjs.insertLogConfigSchema; }
|
|
962
1335
|
});
|
|
963
1336
|
Object.defineProperty(exports, "insertMediaSchema", {
|
|
964
1337
|
enumerable: true,
|
|
965
|
-
get: function () { return
|
|
1338
|
+
get: function () { return chunkAINTFRTC_cjs.insertMediaSchema; }
|
|
966
1339
|
});
|
|
967
1340
|
Object.defineProperty(exports, "insertPluginActivityLogSchema", {
|
|
968
1341
|
enumerable: true,
|
|
969
|
-
get: function () { return
|
|
1342
|
+
get: function () { return chunkAINTFRTC_cjs.insertPluginActivityLogSchema; }
|
|
970
1343
|
});
|
|
971
1344
|
Object.defineProperty(exports, "insertPluginAssetSchema", {
|
|
972
1345
|
enumerable: true,
|
|
973
|
-
get: function () { return
|
|
1346
|
+
get: function () { return chunkAINTFRTC_cjs.insertPluginAssetSchema; }
|
|
974
1347
|
});
|
|
975
1348
|
Object.defineProperty(exports, "insertPluginHookSchema", {
|
|
976
1349
|
enumerable: true,
|
|
977
|
-
get: function () { return
|
|
1350
|
+
get: function () { return chunkAINTFRTC_cjs.insertPluginHookSchema; }
|
|
978
1351
|
});
|
|
979
1352
|
Object.defineProperty(exports, "insertPluginRouteSchema", {
|
|
980
1353
|
enumerable: true,
|
|
981
|
-
get: function () { return
|
|
1354
|
+
get: function () { return chunkAINTFRTC_cjs.insertPluginRouteSchema; }
|
|
982
1355
|
});
|
|
983
1356
|
Object.defineProperty(exports, "insertPluginSchema", {
|
|
984
1357
|
enumerable: true,
|
|
985
|
-
get: function () { return
|
|
1358
|
+
get: function () { return chunkAINTFRTC_cjs.insertPluginSchema; }
|
|
986
1359
|
});
|
|
987
1360
|
Object.defineProperty(exports, "insertSystemLogSchema", {
|
|
988
1361
|
enumerable: true,
|
|
989
|
-
get: function () { return
|
|
1362
|
+
get: function () { return chunkAINTFRTC_cjs.insertSystemLogSchema; }
|
|
990
1363
|
});
|
|
991
1364
|
Object.defineProperty(exports, "insertUserSchema", {
|
|
992
1365
|
enumerable: true,
|
|
993
|
-
get: function () { return
|
|
1366
|
+
get: function () { return chunkAINTFRTC_cjs.insertUserSchema; }
|
|
994
1367
|
});
|
|
995
1368
|
Object.defineProperty(exports, "insertWorkflowHistorySchema", {
|
|
996
1369
|
enumerable: true,
|
|
997
|
-
get: function () { return
|
|
1370
|
+
get: function () { return chunkAINTFRTC_cjs.insertWorkflowHistorySchema; }
|
|
998
1371
|
});
|
|
999
1372
|
Object.defineProperty(exports, "logConfig", {
|
|
1000
1373
|
enumerable: true,
|
|
1001
|
-
get: function () { return
|
|
1374
|
+
get: function () { return chunkAINTFRTC_cjs.logConfig; }
|
|
1002
1375
|
});
|
|
1003
1376
|
Object.defineProperty(exports, "media", {
|
|
1004
1377
|
enumerable: true,
|
|
1005
|
-
get: function () { return
|
|
1378
|
+
get: function () { return chunkAINTFRTC_cjs.media; }
|
|
1006
1379
|
});
|
|
1007
1380
|
Object.defineProperty(exports, "pluginActivityLog", {
|
|
1008
1381
|
enumerable: true,
|
|
1009
|
-
get: function () { return
|
|
1382
|
+
get: function () { return chunkAINTFRTC_cjs.pluginActivityLog; }
|
|
1010
1383
|
});
|
|
1011
1384
|
Object.defineProperty(exports, "pluginAssets", {
|
|
1012
1385
|
enumerable: true,
|
|
1013
|
-
get: function () { return
|
|
1386
|
+
get: function () { return chunkAINTFRTC_cjs.pluginAssets; }
|
|
1014
1387
|
});
|
|
1015
1388
|
Object.defineProperty(exports, "pluginHooks", {
|
|
1016
1389
|
enumerable: true,
|
|
1017
|
-
get: function () { return
|
|
1390
|
+
get: function () { return chunkAINTFRTC_cjs.pluginHooks; }
|
|
1018
1391
|
});
|
|
1019
1392
|
Object.defineProperty(exports, "pluginRoutes", {
|
|
1020
1393
|
enumerable: true,
|
|
1021
|
-
get: function () { return
|
|
1394
|
+
get: function () { return chunkAINTFRTC_cjs.pluginRoutes; }
|
|
1022
1395
|
});
|
|
1023
1396
|
Object.defineProperty(exports, "plugins", {
|
|
1024
1397
|
enumerable: true,
|
|
1025
|
-
get: function () { return
|
|
1398
|
+
get: function () { return chunkAINTFRTC_cjs.plugins; }
|
|
1026
1399
|
});
|
|
1027
1400
|
Object.defineProperty(exports, "selectCollectionSchema", {
|
|
1028
1401
|
enumerable: true,
|
|
1029
|
-
get: function () { return
|
|
1402
|
+
get: function () { return chunkAINTFRTC_cjs.selectCollectionSchema; }
|
|
1030
1403
|
});
|
|
1031
1404
|
Object.defineProperty(exports, "selectContentSchema", {
|
|
1032
1405
|
enumerable: true,
|
|
1033
|
-
get: function () { return
|
|
1406
|
+
get: function () { return chunkAINTFRTC_cjs.selectContentSchema; }
|
|
1034
1407
|
});
|
|
1035
1408
|
Object.defineProperty(exports, "selectLogConfigSchema", {
|
|
1036
1409
|
enumerable: true,
|
|
1037
|
-
get: function () { return
|
|
1410
|
+
get: function () { return chunkAINTFRTC_cjs.selectLogConfigSchema; }
|
|
1038
1411
|
});
|
|
1039
1412
|
Object.defineProperty(exports, "selectMediaSchema", {
|
|
1040
1413
|
enumerable: true,
|
|
1041
|
-
get: function () { return
|
|
1414
|
+
get: function () { return chunkAINTFRTC_cjs.selectMediaSchema; }
|
|
1042
1415
|
});
|
|
1043
1416
|
Object.defineProperty(exports, "selectPluginActivityLogSchema", {
|
|
1044
1417
|
enumerable: true,
|
|
1045
|
-
get: function () { return
|
|
1418
|
+
get: function () { return chunkAINTFRTC_cjs.selectPluginActivityLogSchema; }
|
|
1046
1419
|
});
|
|
1047
1420
|
Object.defineProperty(exports, "selectPluginAssetSchema", {
|
|
1048
1421
|
enumerable: true,
|
|
1049
|
-
get: function () { return
|
|
1422
|
+
get: function () { return chunkAINTFRTC_cjs.selectPluginAssetSchema; }
|
|
1050
1423
|
});
|
|
1051
1424
|
Object.defineProperty(exports, "selectPluginHookSchema", {
|
|
1052
1425
|
enumerable: true,
|
|
1053
|
-
get: function () { return
|
|
1426
|
+
get: function () { return chunkAINTFRTC_cjs.selectPluginHookSchema; }
|
|
1054
1427
|
});
|
|
1055
1428
|
Object.defineProperty(exports, "selectPluginRouteSchema", {
|
|
1056
1429
|
enumerable: true,
|
|
1057
|
-
get: function () { return
|
|
1430
|
+
get: function () { return chunkAINTFRTC_cjs.selectPluginRouteSchema; }
|
|
1058
1431
|
});
|
|
1059
1432
|
Object.defineProperty(exports, "selectPluginSchema", {
|
|
1060
1433
|
enumerable: true,
|
|
1061
|
-
get: function () { return
|
|
1434
|
+
get: function () { return chunkAINTFRTC_cjs.selectPluginSchema; }
|
|
1062
1435
|
});
|
|
1063
1436
|
Object.defineProperty(exports, "selectSystemLogSchema", {
|
|
1064
1437
|
enumerable: true,
|
|
1065
|
-
get: function () { return
|
|
1438
|
+
get: function () { return chunkAINTFRTC_cjs.selectSystemLogSchema; }
|
|
1066
1439
|
});
|
|
1067
1440
|
Object.defineProperty(exports, "selectUserSchema", {
|
|
1068
1441
|
enumerable: true,
|
|
1069
|
-
get: function () { return
|
|
1442
|
+
get: function () { return chunkAINTFRTC_cjs.selectUserSchema; }
|
|
1070
1443
|
});
|
|
1071
1444
|
Object.defineProperty(exports, "selectWorkflowHistorySchema", {
|
|
1072
1445
|
enumerable: true,
|
|
1073
|
-
get: function () { return
|
|
1446
|
+
get: function () { return chunkAINTFRTC_cjs.selectWorkflowHistorySchema; }
|
|
1074
1447
|
});
|
|
1075
1448
|
Object.defineProperty(exports, "systemLogs", {
|
|
1076
1449
|
enumerable: true,
|
|
1077
|
-
get: function () { return
|
|
1450
|
+
get: function () { return chunkAINTFRTC_cjs.systemLogs; }
|
|
1078
1451
|
});
|
|
1079
1452
|
Object.defineProperty(exports, "users", {
|
|
1080
1453
|
enumerable: true,
|
|
1081
|
-
get: function () { return
|
|
1454
|
+
get: function () { return chunkAINTFRTC_cjs.users; }
|
|
1082
1455
|
});
|
|
1083
1456
|
Object.defineProperty(exports, "workflowHistory", {
|
|
1084
1457
|
enumerable: true,
|
|
1085
|
-
get: function () { return
|
|
1458
|
+
get: function () { return chunkAINTFRTC_cjs.workflowHistory; }
|
|
1086
1459
|
});
|
|
1087
1460
|
Object.defineProperty(exports, "AuthManager", {
|
|
1088
1461
|
enumerable: true,
|
|
1089
|
-
get: function () { return
|
|
1462
|
+
get: function () { return chunkUEYMFNBN_cjs.AuthManager; }
|
|
1090
1463
|
});
|
|
1091
1464
|
Object.defineProperty(exports, "PermissionManager", {
|
|
1092
1465
|
enumerable: true,
|
|
1093
|
-
get: function () { return
|
|
1466
|
+
get: function () { return chunkUEYMFNBN_cjs.PermissionManager; }
|
|
1094
1467
|
});
|
|
1095
1468
|
Object.defineProperty(exports, "bootstrapMiddleware", {
|
|
1096
1469
|
enumerable: true,
|
|
1097
|
-
get: function () { return
|
|
1470
|
+
get: function () { return chunkUEYMFNBN_cjs.bootstrapMiddleware; }
|
|
1098
1471
|
});
|
|
1099
1472
|
Object.defineProperty(exports, "cacheHeaders", {
|
|
1100
1473
|
enumerable: true,
|
|
1101
|
-
get: function () { return
|
|
1474
|
+
get: function () { return chunkUEYMFNBN_cjs.cacheHeaders; }
|
|
1102
1475
|
});
|
|
1103
1476
|
Object.defineProperty(exports, "compressionMiddleware", {
|
|
1104
1477
|
enumerable: true,
|
|
1105
|
-
get: function () { return
|
|
1478
|
+
get: function () { return chunkUEYMFNBN_cjs.compressionMiddleware; }
|
|
1106
1479
|
});
|
|
1107
1480
|
Object.defineProperty(exports, "detailedLoggingMiddleware", {
|
|
1108
1481
|
enumerable: true,
|
|
1109
|
-
get: function () { return
|
|
1482
|
+
get: function () { return chunkUEYMFNBN_cjs.detailedLoggingMiddleware; }
|
|
1110
1483
|
});
|
|
1111
1484
|
Object.defineProperty(exports, "getActivePlugins", {
|
|
1112
1485
|
enumerable: true,
|
|
1113
|
-
get: function () { return
|
|
1486
|
+
get: function () { return chunkUEYMFNBN_cjs.getActivePlugins; }
|
|
1487
|
+
});
|
|
1488
|
+
Object.defineProperty(exports, "getTelemetry", {
|
|
1489
|
+
enumerable: true,
|
|
1490
|
+
get: function () { return chunkUEYMFNBN_cjs.getTelemetry; }
|
|
1114
1491
|
});
|
|
1115
1492
|
Object.defineProperty(exports, "isPluginActive", {
|
|
1116
1493
|
enumerable: true,
|
|
1117
|
-
get: function () { return
|
|
1494
|
+
get: function () { return chunkUEYMFNBN_cjs.isPluginActive; }
|
|
1118
1495
|
});
|
|
1119
1496
|
Object.defineProperty(exports, "logActivity", {
|
|
1120
1497
|
enumerable: true,
|
|
1121
|
-
get: function () { return
|
|
1498
|
+
get: function () { return chunkUEYMFNBN_cjs.logActivity; }
|
|
1122
1499
|
});
|
|
1123
1500
|
Object.defineProperty(exports, "loggingMiddleware", {
|
|
1124
1501
|
enumerable: true,
|
|
1125
|
-
get: function () { return
|
|
1502
|
+
get: function () { return chunkUEYMFNBN_cjs.loggingMiddleware; }
|
|
1126
1503
|
});
|
|
1127
1504
|
Object.defineProperty(exports, "optionalAuth", {
|
|
1128
1505
|
enumerable: true,
|
|
1129
|
-
get: function () { return
|
|
1506
|
+
get: function () { return chunkUEYMFNBN_cjs.optionalAuth; }
|
|
1130
1507
|
});
|
|
1131
1508
|
Object.defineProperty(exports, "performanceLoggingMiddleware", {
|
|
1132
1509
|
enumerable: true,
|
|
1133
|
-
get: function () { return
|
|
1510
|
+
get: function () { return chunkUEYMFNBN_cjs.performanceLoggingMiddleware; }
|
|
1134
1511
|
});
|
|
1135
1512
|
Object.defineProperty(exports, "requireActivePlugin", {
|
|
1136
1513
|
enumerable: true,
|
|
1137
|
-
get: function () { return
|
|
1514
|
+
get: function () { return chunkUEYMFNBN_cjs.requireActivePlugin; }
|
|
1138
1515
|
});
|
|
1139
1516
|
Object.defineProperty(exports, "requireActivePlugins", {
|
|
1140
1517
|
enumerable: true,
|
|
1141
|
-
get: function () { return
|
|
1518
|
+
get: function () { return chunkUEYMFNBN_cjs.requireActivePlugins; }
|
|
1142
1519
|
});
|
|
1143
1520
|
Object.defineProperty(exports, "requireAnyPermission", {
|
|
1144
1521
|
enumerable: true,
|
|
1145
|
-
get: function () { return
|
|
1522
|
+
get: function () { return chunkUEYMFNBN_cjs.requireAnyPermission; }
|
|
1146
1523
|
});
|
|
1147
1524
|
Object.defineProperty(exports, "requireAuth", {
|
|
1148
1525
|
enumerable: true,
|
|
1149
|
-
get: function () { return
|
|
1526
|
+
get: function () { return chunkUEYMFNBN_cjs.requireAuth; }
|
|
1150
1527
|
});
|
|
1151
1528
|
Object.defineProperty(exports, "requirePermission", {
|
|
1152
1529
|
enumerable: true,
|
|
1153
|
-
get: function () { return
|
|
1530
|
+
get: function () { return chunkUEYMFNBN_cjs.requirePermission; }
|
|
1154
1531
|
});
|
|
1155
1532
|
Object.defineProperty(exports, "requireRole", {
|
|
1156
1533
|
enumerable: true,
|
|
1157
|
-
get: function () { return
|
|
1534
|
+
get: function () { return chunkUEYMFNBN_cjs.requireRole; }
|
|
1158
1535
|
});
|
|
1159
1536
|
Object.defineProperty(exports, "securityHeaders", {
|
|
1160
1537
|
enumerable: true,
|
|
1161
|
-
get: function () { return
|
|
1538
|
+
get: function () { return chunkUEYMFNBN_cjs.securityHeaders; }
|
|
1162
1539
|
});
|
|
1163
1540
|
Object.defineProperty(exports, "securityLoggingMiddleware", {
|
|
1164
1541
|
enumerable: true,
|
|
1165
|
-
get: function () { return
|
|
1542
|
+
get: function () { return chunkUEYMFNBN_cjs.securityLoggingMiddleware; }
|
|
1166
1543
|
});
|
|
1167
|
-
Object.defineProperty(exports, "
|
|
1544
|
+
Object.defineProperty(exports, "telemetryMiddleware", {
|
|
1168
1545
|
enumerable: true,
|
|
1169
|
-
get: function () { return
|
|
1546
|
+
get: function () { return chunkUEYMFNBN_cjs.telemetryMiddleware; }
|
|
1170
1547
|
});
|
|
1171
1548
|
Object.defineProperty(exports, "PluginBootstrapService", {
|
|
1172
1549
|
enumerable: true,
|
|
1173
|
-
get: function () { return
|
|
1550
|
+
get: function () { return chunkHV2I6API_cjs.PluginBootstrapService; }
|
|
1174
1551
|
});
|
|
1175
1552
|
Object.defineProperty(exports, "PluginServiceClass", {
|
|
1176
1553
|
enumerable: true,
|
|
1177
|
-
get: function () { return
|
|
1554
|
+
get: function () { return chunkHV2I6API_cjs.PluginService; }
|
|
1555
|
+
});
|
|
1556
|
+
Object.defineProperty(exports, "TelemetryService", {
|
|
1557
|
+
enumerable: true,
|
|
1558
|
+
get: function () { return chunkHV2I6API_cjs.TelemetryService; }
|
|
1178
1559
|
});
|
|
1179
1560
|
Object.defineProperty(exports, "cleanupRemovedCollections", {
|
|
1180
1561
|
enumerable: true,
|
|
1181
|
-
get: function () { return
|
|
1562
|
+
get: function () { return chunkHV2I6API_cjs.cleanupRemovedCollections; }
|
|
1563
|
+
});
|
|
1564
|
+
Object.defineProperty(exports, "createInstallationIdentity", {
|
|
1565
|
+
enumerable: true,
|
|
1566
|
+
get: function () { return chunkHV2I6API_cjs.createInstallationIdentity; }
|
|
1182
1567
|
});
|
|
1183
1568
|
Object.defineProperty(exports, "fullCollectionSync", {
|
|
1184
1569
|
enumerable: true,
|
|
1185
|
-
get: function () { return
|
|
1570
|
+
get: function () { return chunkHV2I6API_cjs.fullCollectionSync; }
|
|
1186
1571
|
});
|
|
1187
1572
|
Object.defineProperty(exports, "getAvailableCollectionNames", {
|
|
1188
1573
|
enumerable: true,
|
|
1189
|
-
get: function () { return
|
|
1574
|
+
get: function () { return chunkHV2I6API_cjs.getAvailableCollectionNames; }
|
|
1190
1575
|
});
|
|
1191
1576
|
Object.defineProperty(exports, "getManagedCollections", {
|
|
1192
1577
|
enumerable: true,
|
|
1193
|
-
get: function () { return
|
|
1578
|
+
get: function () { return chunkHV2I6API_cjs.getManagedCollections; }
|
|
1579
|
+
});
|
|
1580
|
+
Object.defineProperty(exports, "getTelemetryService", {
|
|
1581
|
+
enumerable: true,
|
|
1582
|
+
get: function () { return chunkHV2I6API_cjs.getTelemetryService; }
|
|
1583
|
+
});
|
|
1584
|
+
Object.defineProperty(exports, "initTelemetry", {
|
|
1585
|
+
enumerable: true,
|
|
1586
|
+
get: function () { return chunkHV2I6API_cjs.initTelemetry; }
|
|
1194
1587
|
});
|
|
1195
1588
|
Object.defineProperty(exports, "isCollectionManaged", {
|
|
1196
1589
|
enumerable: true,
|
|
1197
|
-
get: function () { return
|
|
1590
|
+
get: function () { return chunkHV2I6API_cjs.isCollectionManaged; }
|
|
1198
1591
|
});
|
|
1199
1592
|
Object.defineProperty(exports, "loadCollectionConfig", {
|
|
1200
1593
|
enumerable: true,
|
|
1201
|
-
get: function () { return
|
|
1594
|
+
get: function () { return chunkHV2I6API_cjs.loadCollectionConfig; }
|
|
1202
1595
|
});
|
|
1203
1596
|
Object.defineProperty(exports, "loadCollectionConfigs", {
|
|
1204
1597
|
enumerable: true,
|
|
1205
|
-
get: function () { return
|
|
1598
|
+
get: function () { return chunkHV2I6API_cjs.loadCollectionConfigs; }
|
|
1206
1599
|
});
|
|
1207
1600
|
Object.defineProperty(exports, "registerCollections", {
|
|
1208
1601
|
enumerable: true,
|
|
1209
|
-
get: function () { return
|
|
1602
|
+
get: function () { return chunkHV2I6API_cjs.registerCollections; }
|
|
1210
1603
|
});
|
|
1211
1604
|
Object.defineProperty(exports, "syncCollection", {
|
|
1212
1605
|
enumerable: true,
|
|
1213
|
-
get: function () { return
|
|
1606
|
+
get: function () { return chunkHV2I6API_cjs.syncCollection; }
|
|
1214
1607
|
});
|
|
1215
1608
|
Object.defineProperty(exports, "syncCollections", {
|
|
1216
1609
|
enumerable: true,
|
|
1217
|
-
get: function () { return
|
|
1610
|
+
get: function () { return chunkHV2I6API_cjs.syncCollections; }
|
|
1218
1611
|
});
|
|
1219
1612
|
Object.defineProperty(exports, "validateCollectionConfig", {
|
|
1220
1613
|
enumerable: true,
|
|
1221
|
-
get: function () { return
|
|
1614
|
+
get: function () { return chunkHV2I6API_cjs.validateCollectionConfig; }
|
|
1615
|
+
});
|
|
1616
|
+
Object.defineProperty(exports, "MigrationService", {
|
|
1617
|
+
enumerable: true,
|
|
1618
|
+
get: function () { return chunkT7IYBGGO_cjs.MigrationService; }
|
|
1222
1619
|
});
|
|
1223
1620
|
Object.defineProperty(exports, "renderFilterBar", {
|
|
1224
1621
|
enumerable: true,
|
|
1225
|
-
get: function () { return
|
|
1622
|
+
get: function () { return chunkZMSYKV62_cjs.renderFilterBar; }
|
|
1226
1623
|
});
|
|
1227
1624
|
Object.defineProperty(exports, "getConfirmationDialogScript", {
|
|
1228
1625
|
enumerable: true,
|
|
1229
|
-
get: function () { return
|
|
1626
|
+
get: function () { return chunkYU6QFFI4_cjs.getConfirmationDialogScript; }
|
|
1230
1627
|
});
|
|
1231
1628
|
Object.defineProperty(exports, "renderAlert", {
|
|
1232
1629
|
enumerable: true,
|
|
1233
|
-
get: function () { return
|
|
1630
|
+
get: function () { return chunkYU6QFFI4_cjs.renderAlert; }
|
|
1234
1631
|
});
|
|
1235
1632
|
Object.defineProperty(exports, "renderConfirmationDialog", {
|
|
1236
1633
|
enumerable: true,
|
|
1237
|
-
get: function () { return
|
|
1634
|
+
get: function () { return chunkYU6QFFI4_cjs.renderConfirmationDialog; }
|
|
1238
1635
|
});
|
|
1239
1636
|
Object.defineProperty(exports, "renderForm", {
|
|
1240
1637
|
enumerable: true,
|
|
1241
|
-
get: function () { return
|
|
1638
|
+
get: function () { return chunkYU6QFFI4_cjs.renderForm; }
|
|
1242
1639
|
});
|
|
1243
1640
|
Object.defineProperty(exports, "renderFormField", {
|
|
1244
1641
|
enumerable: true,
|
|
1245
|
-
get: function () { return
|
|
1642
|
+
get: function () { return chunkYU6QFFI4_cjs.renderFormField; }
|
|
1246
1643
|
});
|
|
1247
1644
|
Object.defineProperty(exports, "renderPagination", {
|
|
1248
1645
|
enumerable: true,
|
|
1249
|
-
get: function () { return
|
|
1646
|
+
get: function () { return chunkYU6QFFI4_cjs.renderPagination; }
|
|
1250
1647
|
});
|
|
1251
1648
|
Object.defineProperty(exports, "renderTable", {
|
|
1252
1649
|
enumerable: true,
|
|
1253
|
-
get: function () { return
|
|
1650
|
+
get: function () { return chunkYU6QFFI4_cjs.renderTable; }
|
|
1254
1651
|
});
|
|
1255
1652
|
Object.defineProperty(exports, "HookSystemImpl", {
|
|
1256
1653
|
enumerable: true,
|
|
@@ -1278,43 +1675,43 @@ Object.defineProperty(exports, "ScopedHookSystemClass", {
|
|
|
1278
1675
|
});
|
|
1279
1676
|
Object.defineProperty(exports, "QueryFilterBuilder", {
|
|
1280
1677
|
enumerable: true,
|
|
1281
|
-
get: function () { return
|
|
1678
|
+
get: function () { return chunkYTMFJLJZ_cjs.QueryFilterBuilder; }
|
|
1282
1679
|
});
|
|
1283
1680
|
Object.defineProperty(exports, "SONICJS_VERSION", {
|
|
1284
1681
|
enumerable: true,
|
|
1285
|
-
get: function () { return
|
|
1682
|
+
get: function () { return chunkYTMFJLJZ_cjs.SONICJS_VERSION; }
|
|
1286
1683
|
});
|
|
1287
1684
|
Object.defineProperty(exports, "TemplateRenderer", {
|
|
1288
1685
|
enumerable: true,
|
|
1289
|
-
get: function () { return
|
|
1686
|
+
get: function () { return chunkYTMFJLJZ_cjs.TemplateRenderer; }
|
|
1290
1687
|
});
|
|
1291
1688
|
Object.defineProperty(exports, "buildQuery", {
|
|
1292
1689
|
enumerable: true,
|
|
1293
|
-
get: function () { return
|
|
1690
|
+
get: function () { return chunkYTMFJLJZ_cjs.buildQuery; }
|
|
1294
1691
|
});
|
|
1295
1692
|
Object.defineProperty(exports, "escapeHtml", {
|
|
1296
1693
|
enumerable: true,
|
|
1297
|
-
get: function () { return
|
|
1694
|
+
get: function () { return chunkYTMFJLJZ_cjs.escapeHtml; }
|
|
1298
1695
|
});
|
|
1299
1696
|
Object.defineProperty(exports, "getCoreVersion", {
|
|
1300
1697
|
enumerable: true,
|
|
1301
|
-
get: function () { return
|
|
1698
|
+
get: function () { return chunkYTMFJLJZ_cjs.getCoreVersion; }
|
|
1302
1699
|
});
|
|
1303
1700
|
Object.defineProperty(exports, "renderTemplate", {
|
|
1304
1701
|
enumerable: true,
|
|
1305
|
-
get: function () { return
|
|
1702
|
+
get: function () { return chunkYTMFJLJZ_cjs.renderTemplate; }
|
|
1306
1703
|
});
|
|
1307
1704
|
Object.defineProperty(exports, "sanitizeInput", {
|
|
1308
1705
|
enumerable: true,
|
|
1309
|
-
get: function () { return
|
|
1706
|
+
get: function () { return chunkYTMFJLJZ_cjs.sanitizeInput; }
|
|
1310
1707
|
});
|
|
1311
1708
|
Object.defineProperty(exports, "sanitizeObject", {
|
|
1312
1709
|
enumerable: true,
|
|
1313
|
-
get: function () { return
|
|
1710
|
+
get: function () { return chunkYTMFJLJZ_cjs.sanitizeObject; }
|
|
1314
1711
|
});
|
|
1315
1712
|
Object.defineProperty(exports, "templateRenderer", {
|
|
1316
1713
|
enumerable: true,
|
|
1317
|
-
get: function () { return
|
|
1714
|
+
get: function () { return chunkYTMFJLJZ_cjs.templateRenderer; }
|
|
1318
1715
|
});
|
|
1319
1716
|
Object.defineProperty(exports, "metricsTracker", {
|
|
1320
1717
|
enumerable: true,
|