@sonicjs-cms/core 2.2.0 → 2.3.1
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 +75 -1
- package/dist/app-Db0AfT5F.d.cts +100 -0
- package/dist/app-Db0AfT5F.d.ts +100 -0
- package/dist/chunk-23VPL6VI.cjs +1828 -0
- package/dist/chunk-23VPL6VI.cjs.map +1 -0
- package/dist/chunk-3MPQII4R.js +1826 -0
- package/dist/chunk-3MPQII4R.js.map +1 -0
- package/dist/{chunk-YTMFJLJZ.cjs → chunk-44LBCF3B.cjs} +5 -3
- package/dist/chunk-44LBCF3B.cjs.map +1 -0
- package/dist/{chunk-2DIWLDCA.cjs → chunk-5QJX2VMP.cjs} +541 -533
- package/dist/chunk-5QJX2VMP.cjs.map +1 -0
- package/dist/{chunk-UEYMFNBN.cjs → chunk-5UUYHAZT.cjs} +7 -36
- package/dist/chunk-5UUYHAZT.cjs.map +1 -0
- package/dist/{chunk-ZUK55KZB.js → chunk-6RJU7HL5.js} +5 -3
- package/dist/chunk-6RJU7HL5.js.map +1 -0
- package/dist/{chunk-K4Z3IHOK.js → chunk-7CXL5K7N.js} +5 -248
- package/dist/chunk-7CXL5K7N.js.map +1 -0
- package/dist/{chunk-WBX5YMTB.cjs → chunk-7KCDFDRI.cjs} +27 -15
- package/dist/chunk-7KCDFDRI.cjs.map +1 -0
- package/dist/{chunk-HKEK7UNV.js → chunk-CPXAVWCU.js} +3 -3
- package/dist/{chunk-HKEK7UNV.js.map → chunk-CPXAVWCU.js.map} +1 -1
- package/dist/{chunk-F5ESJXI2.cjs → chunk-DTLB6UIH.cjs} +3 -3
- package/dist/{chunk-F5ESJXI2.cjs.map → chunk-DTLB6UIH.cjs.map} +1 -1
- package/dist/{chunk-AINTFRTC.cjs → chunk-ES3BRZQJ.cjs} +252 -2
- package/dist/chunk-ES3BRZQJ.cjs.map +1 -0
- package/dist/{chunk-HV2I6API.cjs → chunk-NAYD76QF.cjs} +4 -251
- package/dist/chunk-NAYD76QF.cjs.map +1 -0
- package/dist/{chunk-L232U757.js → chunk-Q52ZQFMB.js} +249 -3
- package/dist/chunk-Q52ZQFMB.js.map +1 -0
- package/dist/{chunk-NMVOTNSL.js → chunk-RRKXFGIO.js} +28 -16
- package/dist/chunk-RRKXFGIO.js.map +1 -0
- package/dist/{chunk-OORGXYDA.js → chunk-WK5EUGBO.js} +5 -32
- package/dist/chunk-WK5EUGBO.js.map +1 -0
- package/dist/{chunk-R57VFNP3.js → chunk-ZPERJATF.js} +441 -433
- package/dist/chunk-ZPERJATF.js.map +1 -0
- package/dist/collection-config-FLlGtsh9.d.cts +107 -0
- package/dist/collection-config-FLlGtsh9.d.ts +107 -0
- package/dist/filter-bar.template-By4jeiw_.d.cts +140 -0
- package/dist/filter-bar.template-By4jeiw_.d.ts +140 -0
- package/dist/index.cjs +146 -165
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +44 -0
- package/dist/index.d.ts +43 -5
- package/dist/index.js +19 -14
- package/dist/index.js.map +1 -1
- package/dist/middleware.cjs +24 -33
- package/dist/middleware.d.cts +89 -0
- package/dist/middleware.d.ts +89 -2
- package/dist/middleware.js +3 -4
- package/dist/migrations-CCLAGJGP.js +4 -0
- package/dist/{migrations-IHERIQVD.js.map → migrations-CCLAGJGP.js.map} +1 -1
- package/dist/migrations-O6INOHRD.cjs +13 -0
- package/dist/{migrations-POFD5KNG.cjs.map → migrations-O6INOHRD.cjs.map} +1 -1
- package/dist/plugin-bootstrap-C0E3jdz-.d.cts +8339 -0
- package/dist/plugin-bootstrap-CDh0JHtW.d.ts +8339 -0
- package/dist/plugin-manifest-BCMx9CAq.d.cts +35 -0
- package/dist/plugin-manifest-BCMx9CAq.d.ts +35 -0
- package/dist/plugin-zvZpaiP5.d.cts +357 -0
- package/dist/plugin-zvZpaiP5.d.ts +357 -0
- package/dist/plugins.cjs +7 -7
- package/dist/plugins.d.cts +330 -0
- package/dist/plugins.d.ts +330 -2
- package/dist/plugins.js +1 -1
- package/dist/routes.cjs +27 -27
- package/dist/routes.d.cts +224 -0
- package/dist/routes.d.ts +224 -2
- package/dist/routes.js +7 -7
- package/dist/services.cjs +41 -41
- package/dist/services.d.cts +236 -0
- package/dist/services.d.ts +236 -2
- package/dist/services.js +4 -4
- package/dist/telemetry-BFBIjBxK.d.cts +36 -0
- package/dist/telemetry-BFBIjBxK.d.ts +36 -0
- package/dist/templates.d.cts +133 -0
- package/dist/templates.d.ts +133 -2
- package/dist/types.d.cts +7 -0
- package/dist/types.d.ts +7 -2
- package/dist/utils.cjs +27 -27
- package/dist/utils.d.cts +53 -0
- package/dist/utils.d.ts +53 -2
- package/dist/utils.js +2 -2
- package/dist/version-vktVAxhe.d.cts +195 -0
- package/dist/version-vktVAxhe.d.ts +195 -0
- package/migrations/001_initial_schema.sql +1 -1
- package/migrations/002_faq_plugin.sql +86 -0
- package/package.json +3 -1
- package/dist/chunk-2DIWLDCA.cjs.map +0 -1
- package/dist/chunk-AINTFRTC.cjs.map +0 -1
- package/dist/chunk-HV2I6API.cjs.map +0 -1
- package/dist/chunk-K4Z3IHOK.js.map +0 -1
- package/dist/chunk-L232U757.js.map +0 -1
- package/dist/chunk-NMVOTNSL.js.map +0 -1
- package/dist/chunk-OORGXYDA.js.map +0 -1
- package/dist/chunk-R57VFNP3.js.map +0 -1
- package/dist/chunk-T7IYBGGO.cjs +0 -746
- package/dist/chunk-T7IYBGGO.cjs.map +0 -1
- package/dist/chunk-UEYMFNBN.cjs.map +0 -1
- package/dist/chunk-WBX5YMTB.cjs.map +0 -1
- package/dist/chunk-YTMFJLJZ.cjs.map +0 -1
- package/dist/chunk-ZPMFT2JW.js +0 -744
- package/dist/chunk-ZPMFT2JW.js.map +0 -1
- package/dist/chunk-ZUK55KZB.js.map +0 -1
- package/dist/migrations-IHERIQVD.js +0 -4
- package/dist/migrations-POFD5KNG.cjs +0 -13
- /package/migrations/{021_add_otp_login.sql → 026_add_otp_login.sql} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
3
|
+
var chunk5QJX2VMP_cjs = require('./chunk-5QJX2VMP.cjs');
|
|
4
|
+
var chunkES3BRZQJ_cjs = require('./chunk-ES3BRZQJ.cjs');
|
|
5
|
+
var chunk5UUYHAZT_cjs = require('./chunk-5UUYHAZT.cjs');
|
|
6
|
+
var chunkNAYD76QF_cjs = require('./chunk-NAYD76QF.cjs');
|
|
7
|
+
var chunk23VPL6VI_cjs = require('./chunk-23VPL6VI.cjs');
|
|
8
8
|
var chunkZMSYKV62_cjs = require('./chunk-ZMSYKV62.cjs');
|
|
9
9
|
var chunkYU6QFFI4_cjs = require('./chunk-YU6QFFI4.cjs');
|
|
10
|
-
var
|
|
11
|
-
var
|
|
10
|
+
var chunkDTLB6UIH_cjs = require('./chunk-DTLB6UIH.cjs');
|
|
11
|
+
var chunk44LBCF3B_cjs = require('./chunk-44LBCF3B.cjs');
|
|
12
|
+
require('./chunk-7KCDFDRI.cjs');
|
|
12
13
|
var chunkRCQ2HIQD_cjs = require('./chunk-RCQ2HIQD.cjs');
|
|
13
|
-
require('./chunk-WBX5YMTB.cjs');
|
|
14
14
|
var chunkKYGRJCZM_cjs = require('./chunk-KYGRJCZM.cjs');
|
|
15
15
|
require('./chunk-IGJUBJBW.cjs');
|
|
16
16
|
var hono = require('hono');
|
|
@@ -556,7 +556,7 @@ function formatCellValue(value) {
|
|
|
556
556
|
// src/plugins/core-plugins/database-tools-plugin/admin-routes.ts
|
|
557
557
|
function createDatabaseToolsAdminRoutes() {
|
|
558
558
|
const router2 = new hono.Hono();
|
|
559
|
-
router2.use("*",
|
|
559
|
+
router2.use("*", chunk5UUYHAZT_cjs.requireAuth());
|
|
560
560
|
router2.get("/api/stats", async (c) => {
|
|
561
561
|
try {
|
|
562
562
|
const user = c.get("user");
|
|
@@ -737,7 +737,7 @@ function createDatabaseToolsAdminRoutes() {
|
|
|
737
737
|
return router2;
|
|
738
738
|
}
|
|
739
739
|
function createEmailPlugin() {
|
|
740
|
-
const builder =
|
|
740
|
+
const builder = chunk5QJX2VMP_cjs.PluginBuilder.create({
|
|
741
741
|
name: "email",
|
|
742
742
|
version: "1.0.0-beta.1",
|
|
743
743
|
description: "Send transactional emails using Resend"
|
|
@@ -758,7 +758,7 @@ function createEmailPlugin() {
|
|
|
758
758
|
SELECT settings FROM plugins WHERE id = 'email'
|
|
759
759
|
`).first();
|
|
760
760
|
const settings = plugin?.settings ? JSON.parse(plugin.settings) : {};
|
|
761
|
-
const contentHTML = html.html`
|
|
761
|
+
const contentHTML = await html.html`
|
|
762
762
|
<div class="p-8">
|
|
763
763
|
<!-- Header -->
|
|
764
764
|
<div class="mb-8">
|
|
@@ -984,11 +984,16 @@ function createEmailPlugin() {
|
|
|
984
984
|
})
|
|
985
985
|
</script>
|
|
986
986
|
`;
|
|
987
|
+
const templateUser = user ? {
|
|
988
|
+
name: user.name ?? user.email ?? "Admin",
|
|
989
|
+
email: user.email ?? "admin@sonicjs.com",
|
|
990
|
+
role: user.role ?? "admin"
|
|
991
|
+
} : void 0;
|
|
987
992
|
return c.html(
|
|
988
993
|
chunkYU6QFFI4_cjs.renderAdminLayout({
|
|
989
994
|
title: "Email Settings",
|
|
990
995
|
content: contentHTML,
|
|
991
|
-
user,
|
|
996
|
+
user: templateUser,
|
|
992
997
|
currentPath: "/admin/plugins/email/settings"
|
|
993
998
|
})
|
|
994
999
|
);
|
|
@@ -1108,14 +1113,14 @@ var emailPlugin = createEmailPlugin();
|
|
|
1108
1113
|
// src/app.ts
|
|
1109
1114
|
function createSonicJSApp(config = {}) {
|
|
1110
1115
|
const app = new hono.Hono();
|
|
1111
|
-
const appVersion = config.version ||
|
|
1116
|
+
const appVersion = config.version || chunk44LBCF3B_cjs.getCoreVersion();
|
|
1112
1117
|
const appName = config.name || "SonicJS AI";
|
|
1113
1118
|
app.use("*", async (c, next) => {
|
|
1114
1119
|
c.set("appVersion", appVersion);
|
|
1115
1120
|
await next();
|
|
1116
1121
|
});
|
|
1117
|
-
app.use("*",
|
|
1118
|
-
app.use("*",
|
|
1122
|
+
app.use("*", chunk5UUYHAZT_cjs.metricsMiddleware());
|
|
1123
|
+
app.use("*", chunk5UUYHAZT_cjs.bootstrapMiddleware(config));
|
|
1119
1124
|
if (config.middleware?.beforeAuth) {
|
|
1120
1125
|
for (const middleware of config.middleware.beforeAuth) {
|
|
1121
1126
|
app.use("*", middleware);
|
|
@@ -1132,21 +1137,21 @@ function createSonicJSApp(config = {}) {
|
|
|
1132
1137
|
app.use("*", middleware);
|
|
1133
1138
|
}
|
|
1134
1139
|
}
|
|
1135
|
-
app.route("/api",
|
|
1136
|
-
app.route("/api/media",
|
|
1137
|
-
app.route("/api/system",
|
|
1138
|
-
app.route("/admin/api",
|
|
1139
|
-
app.route("/admin/dashboard",
|
|
1140
|
-
app.route("/admin/collections",
|
|
1141
|
-
app.route("/admin/settings",
|
|
1140
|
+
app.route("/api", chunk5QJX2VMP_cjs.api_default);
|
|
1141
|
+
app.route("/api/media", chunk5QJX2VMP_cjs.api_media_default);
|
|
1142
|
+
app.route("/api/system", chunk5QJX2VMP_cjs.api_system_default);
|
|
1143
|
+
app.route("/admin/api", chunk5QJX2VMP_cjs.admin_api_default);
|
|
1144
|
+
app.route("/admin/dashboard", chunk5QJX2VMP_cjs.router);
|
|
1145
|
+
app.route("/admin/collections", chunk5QJX2VMP_cjs.adminCollectionsRoutes);
|
|
1146
|
+
app.route("/admin/settings", chunk5QJX2VMP_cjs.adminSettingsRoutes);
|
|
1142
1147
|
app.route("/admin/database-tools", createDatabaseToolsAdminRoutes());
|
|
1143
|
-
app.route("/admin/content",
|
|
1144
|
-
app.route("/admin/media",
|
|
1145
|
-
app.route("/admin/plugins",
|
|
1146
|
-
app.route("/admin/logs",
|
|
1147
|
-
app.route("/admin",
|
|
1148
|
-
app.route("/auth",
|
|
1149
|
-
app.route("/",
|
|
1148
|
+
app.route("/admin/content", chunk5QJX2VMP_cjs.admin_content_default);
|
|
1149
|
+
app.route("/admin/media", chunk5QJX2VMP_cjs.adminMediaRoutes);
|
|
1150
|
+
app.route("/admin/plugins", chunk5QJX2VMP_cjs.adminPluginRoutes);
|
|
1151
|
+
app.route("/admin/logs", chunk5QJX2VMP_cjs.adminLogsRoutes);
|
|
1152
|
+
app.route("/admin", chunk5QJX2VMP_cjs.userRoutes);
|
|
1153
|
+
app.route("/auth", chunk5QJX2VMP_cjs.auth_default);
|
|
1154
|
+
app.route("/", chunk5QJX2VMP_cjs.test_cleanup_default);
|
|
1150
1155
|
if (emailPlugin.routes && emailPlugin.routes.length > 0) {
|
|
1151
1156
|
for (const route of emailPlugin.routes) {
|
|
1152
1157
|
app.route(route.path, route.handler);
|
|
@@ -1211,411 +1216,387 @@ function setupCoreRoutes(_app) {
|
|
|
1211
1216
|
console.warn("setupCoreRoutes is deprecated. Use createSonicJSApp() instead.");
|
|
1212
1217
|
}
|
|
1213
1218
|
function createDb(d1$1) {
|
|
1214
|
-
return d1.drizzle(d1$1, { schema:
|
|
1219
|
+
return d1.drizzle(d1$1, { schema: chunkES3BRZQJ_cjs.schema_exports });
|
|
1215
1220
|
}
|
|
1216
1221
|
|
|
1217
1222
|
// src/index.ts
|
|
1218
|
-
var VERSION =
|
|
1223
|
+
var VERSION = chunk44LBCF3B_cjs.package_default.version;
|
|
1219
1224
|
|
|
1220
1225
|
Object.defineProperty(exports, "ROUTES_INFO", {
|
|
1221
1226
|
enumerable: true,
|
|
1222
|
-
get: function () { return
|
|
1227
|
+
get: function () { return chunk5QJX2VMP_cjs.ROUTES_INFO; }
|
|
1223
1228
|
});
|
|
1224
1229
|
Object.defineProperty(exports, "adminApiRoutes", {
|
|
1225
1230
|
enumerable: true,
|
|
1226
|
-
get: function () { return
|
|
1231
|
+
get: function () { return chunk5QJX2VMP_cjs.admin_api_default; }
|
|
1227
1232
|
});
|
|
1228
1233
|
Object.defineProperty(exports, "adminCheckboxRoutes", {
|
|
1229
1234
|
enumerable: true,
|
|
1230
|
-
get: function () { return
|
|
1235
|
+
get: function () { return chunk5QJX2VMP_cjs.adminCheckboxRoutes; }
|
|
1231
1236
|
});
|
|
1232
1237
|
Object.defineProperty(exports, "adminCodeExamplesRoutes", {
|
|
1233
1238
|
enumerable: true,
|
|
1234
|
-
get: function () { return
|
|
1239
|
+
get: function () { return chunk5QJX2VMP_cjs.admin_code_examples_default; }
|
|
1235
1240
|
});
|
|
1236
1241
|
Object.defineProperty(exports, "adminCollectionsRoutes", {
|
|
1237
1242
|
enumerable: true,
|
|
1238
|
-
get: function () { return
|
|
1243
|
+
get: function () { return chunk5QJX2VMP_cjs.adminCollectionsRoutes; }
|
|
1239
1244
|
});
|
|
1240
1245
|
Object.defineProperty(exports, "adminContentRoutes", {
|
|
1241
1246
|
enumerable: true,
|
|
1242
|
-
get: function () { return
|
|
1247
|
+
get: function () { return chunk5QJX2VMP_cjs.admin_content_default; }
|
|
1243
1248
|
});
|
|
1244
1249
|
Object.defineProperty(exports, "adminDashboardRoutes", {
|
|
1245
1250
|
enumerable: true,
|
|
1246
|
-
get: function () { return
|
|
1251
|
+
get: function () { return chunk5QJX2VMP_cjs.router; }
|
|
1247
1252
|
});
|
|
1248
1253
|
Object.defineProperty(exports, "adminDesignRoutes", {
|
|
1249
1254
|
enumerable: true,
|
|
1250
|
-
get: function () { return
|
|
1255
|
+
get: function () { return chunk5QJX2VMP_cjs.adminDesignRoutes; }
|
|
1251
1256
|
});
|
|
1252
1257
|
Object.defineProperty(exports, "adminLogsRoutes", {
|
|
1253
1258
|
enumerable: true,
|
|
1254
|
-
get: function () { return
|
|
1259
|
+
get: function () { return chunk5QJX2VMP_cjs.adminLogsRoutes; }
|
|
1255
1260
|
});
|
|
1256
1261
|
Object.defineProperty(exports, "adminMediaRoutes", {
|
|
1257
1262
|
enumerable: true,
|
|
1258
|
-
get: function () { return
|
|
1263
|
+
get: function () { return chunk5QJX2VMP_cjs.adminMediaRoutes; }
|
|
1259
1264
|
});
|
|
1260
1265
|
Object.defineProperty(exports, "adminPluginRoutes", {
|
|
1261
1266
|
enumerable: true,
|
|
1262
|
-
get: function () { return
|
|
1267
|
+
get: function () { return chunk5QJX2VMP_cjs.adminPluginRoutes; }
|
|
1263
1268
|
});
|
|
1264
1269
|
Object.defineProperty(exports, "adminSettingsRoutes", {
|
|
1265
1270
|
enumerable: true,
|
|
1266
|
-
get: function () { return
|
|
1271
|
+
get: function () { return chunk5QJX2VMP_cjs.adminSettingsRoutes; }
|
|
1267
1272
|
});
|
|
1268
1273
|
Object.defineProperty(exports, "adminTestimonialsRoutes", {
|
|
1269
1274
|
enumerable: true,
|
|
1270
|
-
get: function () { return
|
|
1275
|
+
get: function () { return chunk5QJX2VMP_cjs.admin_testimonials_default; }
|
|
1271
1276
|
});
|
|
1272
1277
|
Object.defineProperty(exports, "adminUsersRoutes", {
|
|
1273
1278
|
enumerable: true,
|
|
1274
|
-
get: function () { return
|
|
1279
|
+
get: function () { return chunk5QJX2VMP_cjs.userRoutes; }
|
|
1275
1280
|
});
|
|
1276
1281
|
Object.defineProperty(exports, "apiContentCrudRoutes", {
|
|
1277
1282
|
enumerable: true,
|
|
1278
|
-
get: function () { return
|
|
1283
|
+
get: function () { return chunk5QJX2VMP_cjs.api_content_crud_default; }
|
|
1279
1284
|
});
|
|
1280
1285
|
Object.defineProperty(exports, "apiMediaRoutes", {
|
|
1281
1286
|
enumerable: true,
|
|
1282
|
-
get: function () { return
|
|
1287
|
+
get: function () { return chunk5QJX2VMP_cjs.api_media_default; }
|
|
1283
1288
|
});
|
|
1284
1289
|
Object.defineProperty(exports, "apiRoutes", {
|
|
1285
1290
|
enumerable: true,
|
|
1286
|
-
get: function () { return
|
|
1291
|
+
get: function () { return chunk5QJX2VMP_cjs.api_default; }
|
|
1287
1292
|
});
|
|
1288
1293
|
Object.defineProperty(exports, "apiSystemRoutes", {
|
|
1289
1294
|
enumerable: true,
|
|
1290
|
-
get: function () { return
|
|
1295
|
+
get: function () { return chunk5QJX2VMP_cjs.api_system_default; }
|
|
1291
1296
|
});
|
|
1292
1297
|
Object.defineProperty(exports, "authRoutes", {
|
|
1293
1298
|
enumerable: true,
|
|
1294
|
-
get: function () { return
|
|
1299
|
+
get: function () { return chunk5QJX2VMP_cjs.auth_default; }
|
|
1295
1300
|
});
|
|
1296
1301
|
Object.defineProperty(exports, "Logger", {
|
|
1297
1302
|
enumerable: true,
|
|
1298
|
-
get: function () { return
|
|
1303
|
+
get: function () { return chunkES3BRZQJ_cjs.Logger; }
|
|
1299
1304
|
});
|
|
1300
1305
|
Object.defineProperty(exports, "apiTokens", {
|
|
1301
1306
|
enumerable: true,
|
|
1302
|
-
get: function () { return
|
|
1307
|
+
get: function () { return chunkES3BRZQJ_cjs.apiTokens; }
|
|
1303
1308
|
});
|
|
1304
1309
|
Object.defineProperty(exports, "collections", {
|
|
1305
1310
|
enumerable: true,
|
|
1306
|
-
get: function () { return
|
|
1311
|
+
get: function () { return chunkES3BRZQJ_cjs.collections; }
|
|
1307
1312
|
});
|
|
1308
1313
|
Object.defineProperty(exports, "content", {
|
|
1309
1314
|
enumerable: true,
|
|
1310
|
-
get: function () { return
|
|
1315
|
+
get: function () { return chunkES3BRZQJ_cjs.content; }
|
|
1311
1316
|
});
|
|
1312
1317
|
Object.defineProperty(exports, "contentVersions", {
|
|
1313
1318
|
enumerable: true,
|
|
1314
|
-
get: function () { return
|
|
1319
|
+
get: function () { return chunkES3BRZQJ_cjs.contentVersions; }
|
|
1315
1320
|
});
|
|
1316
1321
|
Object.defineProperty(exports, "getLogger", {
|
|
1317
1322
|
enumerable: true,
|
|
1318
|
-
get: function () { return
|
|
1323
|
+
get: function () { return chunkES3BRZQJ_cjs.getLogger; }
|
|
1319
1324
|
});
|
|
1320
1325
|
Object.defineProperty(exports, "initLogger", {
|
|
1321
1326
|
enumerable: true,
|
|
1322
|
-
get: function () { return
|
|
1327
|
+
get: function () { return chunkES3BRZQJ_cjs.initLogger; }
|
|
1323
1328
|
});
|
|
1324
1329
|
Object.defineProperty(exports, "insertCollectionSchema", {
|
|
1325
1330
|
enumerable: true,
|
|
1326
|
-
get: function () { return
|
|
1331
|
+
get: function () { return chunkES3BRZQJ_cjs.insertCollectionSchema; }
|
|
1327
1332
|
});
|
|
1328
1333
|
Object.defineProperty(exports, "insertContentSchema", {
|
|
1329
1334
|
enumerable: true,
|
|
1330
|
-
get: function () { return
|
|
1335
|
+
get: function () { return chunkES3BRZQJ_cjs.insertContentSchema; }
|
|
1331
1336
|
});
|
|
1332
1337
|
Object.defineProperty(exports, "insertLogConfigSchema", {
|
|
1333
1338
|
enumerable: true,
|
|
1334
|
-
get: function () { return
|
|
1339
|
+
get: function () { return chunkES3BRZQJ_cjs.insertLogConfigSchema; }
|
|
1335
1340
|
});
|
|
1336
1341
|
Object.defineProperty(exports, "insertMediaSchema", {
|
|
1337
1342
|
enumerable: true,
|
|
1338
|
-
get: function () { return
|
|
1343
|
+
get: function () { return chunkES3BRZQJ_cjs.insertMediaSchema; }
|
|
1339
1344
|
});
|
|
1340
1345
|
Object.defineProperty(exports, "insertPluginActivityLogSchema", {
|
|
1341
1346
|
enumerable: true,
|
|
1342
|
-
get: function () { return
|
|
1347
|
+
get: function () { return chunkES3BRZQJ_cjs.insertPluginActivityLogSchema; }
|
|
1343
1348
|
});
|
|
1344
1349
|
Object.defineProperty(exports, "insertPluginAssetSchema", {
|
|
1345
1350
|
enumerable: true,
|
|
1346
|
-
get: function () { return
|
|
1351
|
+
get: function () { return chunkES3BRZQJ_cjs.insertPluginAssetSchema; }
|
|
1347
1352
|
});
|
|
1348
1353
|
Object.defineProperty(exports, "insertPluginHookSchema", {
|
|
1349
1354
|
enumerable: true,
|
|
1350
|
-
get: function () { return
|
|
1355
|
+
get: function () { return chunkES3BRZQJ_cjs.insertPluginHookSchema; }
|
|
1351
1356
|
});
|
|
1352
1357
|
Object.defineProperty(exports, "insertPluginRouteSchema", {
|
|
1353
1358
|
enumerable: true,
|
|
1354
|
-
get: function () { return
|
|
1359
|
+
get: function () { return chunkES3BRZQJ_cjs.insertPluginRouteSchema; }
|
|
1355
1360
|
});
|
|
1356
1361
|
Object.defineProperty(exports, "insertPluginSchema", {
|
|
1357
1362
|
enumerable: true,
|
|
1358
|
-
get: function () { return
|
|
1363
|
+
get: function () { return chunkES3BRZQJ_cjs.insertPluginSchema; }
|
|
1359
1364
|
});
|
|
1360
1365
|
Object.defineProperty(exports, "insertSystemLogSchema", {
|
|
1361
1366
|
enumerable: true,
|
|
1362
|
-
get: function () { return
|
|
1367
|
+
get: function () { return chunkES3BRZQJ_cjs.insertSystemLogSchema; }
|
|
1363
1368
|
});
|
|
1364
1369
|
Object.defineProperty(exports, "insertUserSchema", {
|
|
1365
1370
|
enumerable: true,
|
|
1366
|
-
get: function () { return
|
|
1371
|
+
get: function () { return chunkES3BRZQJ_cjs.insertUserSchema; }
|
|
1367
1372
|
});
|
|
1368
1373
|
Object.defineProperty(exports, "insertWorkflowHistorySchema", {
|
|
1369
1374
|
enumerable: true,
|
|
1370
|
-
get: function () { return
|
|
1375
|
+
get: function () { return chunkES3BRZQJ_cjs.insertWorkflowHistorySchema; }
|
|
1371
1376
|
});
|
|
1372
1377
|
Object.defineProperty(exports, "logConfig", {
|
|
1373
1378
|
enumerable: true,
|
|
1374
|
-
get: function () { return
|
|
1379
|
+
get: function () { return chunkES3BRZQJ_cjs.logConfig; }
|
|
1375
1380
|
});
|
|
1376
1381
|
Object.defineProperty(exports, "media", {
|
|
1377
1382
|
enumerable: true,
|
|
1378
|
-
get: function () { return
|
|
1383
|
+
get: function () { return chunkES3BRZQJ_cjs.media; }
|
|
1379
1384
|
});
|
|
1380
1385
|
Object.defineProperty(exports, "pluginActivityLog", {
|
|
1381
1386
|
enumerable: true,
|
|
1382
|
-
get: function () { return
|
|
1387
|
+
get: function () { return chunkES3BRZQJ_cjs.pluginActivityLog; }
|
|
1383
1388
|
});
|
|
1384
1389
|
Object.defineProperty(exports, "pluginAssets", {
|
|
1385
1390
|
enumerable: true,
|
|
1386
|
-
get: function () { return
|
|
1391
|
+
get: function () { return chunkES3BRZQJ_cjs.pluginAssets; }
|
|
1387
1392
|
});
|
|
1388
1393
|
Object.defineProperty(exports, "pluginHooks", {
|
|
1389
1394
|
enumerable: true,
|
|
1390
|
-
get: function () { return
|
|
1395
|
+
get: function () { return chunkES3BRZQJ_cjs.pluginHooks; }
|
|
1391
1396
|
});
|
|
1392
1397
|
Object.defineProperty(exports, "pluginRoutes", {
|
|
1393
1398
|
enumerable: true,
|
|
1394
|
-
get: function () { return
|
|
1399
|
+
get: function () { return chunkES3BRZQJ_cjs.pluginRoutes; }
|
|
1395
1400
|
});
|
|
1396
1401
|
Object.defineProperty(exports, "plugins", {
|
|
1397
1402
|
enumerable: true,
|
|
1398
|
-
get: function () { return
|
|
1403
|
+
get: function () { return chunkES3BRZQJ_cjs.plugins; }
|
|
1399
1404
|
});
|
|
1400
1405
|
Object.defineProperty(exports, "selectCollectionSchema", {
|
|
1401
1406
|
enumerable: true,
|
|
1402
|
-
get: function () { return
|
|
1407
|
+
get: function () { return chunkES3BRZQJ_cjs.selectCollectionSchema; }
|
|
1403
1408
|
});
|
|
1404
1409
|
Object.defineProperty(exports, "selectContentSchema", {
|
|
1405
1410
|
enumerable: true,
|
|
1406
|
-
get: function () { return
|
|
1411
|
+
get: function () { return chunkES3BRZQJ_cjs.selectContentSchema; }
|
|
1407
1412
|
});
|
|
1408
1413
|
Object.defineProperty(exports, "selectLogConfigSchema", {
|
|
1409
1414
|
enumerable: true,
|
|
1410
|
-
get: function () { return
|
|
1415
|
+
get: function () { return chunkES3BRZQJ_cjs.selectLogConfigSchema; }
|
|
1411
1416
|
});
|
|
1412
1417
|
Object.defineProperty(exports, "selectMediaSchema", {
|
|
1413
1418
|
enumerable: true,
|
|
1414
|
-
get: function () { return
|
|
1419
|
+
get: function () { return chunkES3BRZQJ_cjs.selectMediaSchema; }
|
|
1415
1420
|
});
|
|
1416
1421
|
Object.defineProperty(exports, "selectPluginActivityLogSchema", {
|
|
1417
1422
|
enumerable: true,
|
|
1418
|
-
get: function () { return
|
|
1423
|
+
get: function () { return chunkES3BRZQJ_cjs.selectPluginActivityLogSchema; }
|
|
1419
1424
|
});
|
|
1420
1425
|
Object.defineProperty(exports, "selectPluginAssetSchema", {
|
|
1421
1426
|
enumerable: true,
|
|
1422
|
-
get: function () { return
|
|
1427
|
+
get: function () { return chunkES3BRZQJ_cjs.selectPluginAssetSchema; }
|
|
1423
1428
|
});
|
|
1424
1429
|
Object.defineProperty(exports, "selectPluginHookSchema", {
|
|
1425
1430
|
enumerable: true,
|
|
1426
|
-
get: function () { return
|
|
1431
|
+
get: function () { return chunkES3BRZQJ_cjs.selectPluginHookSchema; }
|
|
1427
1432
|
});
|
|
1428
1433
|
Object.defineProperty(exports, "selectPluginRouteSchema", {
|
|
1429
1434
|
enumerable: true,
|
|
1430
|
-
get: function () { return
|
|
1435
|
+
get: function () { return chunkES3BRZQJ_cjs.selectPluginRouteSchema; }
|
|
1431
1436
|
});
|
|
1432
1437
|
Object.defineProperty(exports, "selectPluginSchema", {
|
|
1433
1438
|
enumerable: true,
|
|
1434
|
-
get: function () { return
|
|
1439
|
+
get: function () { return chunkES3BRZQJ_cjs.selectPluginSchema; }
|
|
1435
1440
|
});
|
|
1436
1441
|
Object.defineProperty(exports, "selectSystemLogSchema", {
|
|
1437
1442
|
enumerable: true,
|
|
1438
|
-
get: function () { return
|
|
1443
|
+
get: function () { return chunkES3BRZQJ_cjs.selectSystemLogSchema; }
|
|
1439
1444
|
});
|
|
1440
1445
|
Object.defineProperty(exports, "selectUserSchema", {
|
|
1441
1446
|
enumerable: true,
|
|
1442
|
-
get: function () { return
|
|
1447
|
+
get: function () { return chunkES3BRZQJ_cjs.selectUserSchema; }
|
|
1443
1448
|
});
|
|
1444
1449
|
Object.defineProperty(exports, "selectWorkflowHistorySchema", {
|
|
1445
1450
|
enumerable: true,
|
|
1446
|
-
get: function () { return
|
|
1451
|
+
get: function () { return chunkES3BRZQJ_cjs.selectWorkflowHistorySchema; }
|
|
1447
1452
|
});
|
|
1448
1453
|
Object.defineProperty(exports, "systemLogs", {
|
|
1449
1454
|
enumerable: true,
|
|
1450
|
-
get: function () { return
|
|
1455
|
+
get: function () { return chunkES3BRZQJ_cjs.systemLogs; }
|
|
1451
1456
|
});
|
|
1452
1457
|
Object.defineProperty(exports, "users", {
|
|
1453
1458
|
enumerable: true,
|
|
1454
|
-
get: function () { return
|
|
1459
|
+
get: function () { return chunkES3BRZQJ_cjs.users; }
|
|
1455
1460
|
});
|
|
1456
1461
|
Object.defineProperty(exports, "workflowHistory", {
|
|
1457
1462
|
enumerable: true,
|
|
1458
|
-
get: function () { return
|
|
1463
|
+
get: function () { return chunkES3BRZQJ_cjs.workflowHistory; }
|
|
1459
1464
|
});
|
|
1460
1465
|
Object.defineProperty(exports, "AuthManager", {
|
|
1461
1466
|
enumerable: true,
|
|
1462
|
-
get: function () { return
|
|
1467
|
+
get: function () { return chunk5UUYHAZT_cjs.AuthManager; }
|
|
1463
1468
|
});
|
|
1464
1469
|
Object.defineProperty(exports, "PermissionManager", {
|
|
1465
1470
|
enumerable: true,
|
|
1466
|
-
get: function () { return
|
|
1471
|
+
get: function () { return chunk5UUYHAZT_cjs.PermissionManager; }
|
|
1467
1472
|
});
|
|
1468
1473
|
Object.defineProperty(exports, "bootstrapMiddleware", {
|
|
1469
1474
|
enumerable: true,
|
|
1470
|
-
get: function () { return
|
|
1475
|
+
get: function () { return chunk5UUYHAZT_cjs.bootstrapMiddleware; }
|
|
1471
1476
|
});
|
|
1472
1477
|
Object.defineProperty(exports, "cacheHeaders", {
|
|
1473
1478
|
enumerable: true,
|
|
1474
|
-
get: function () { return
|
|
1479
|
+
get: function () { return chunk5UUYHAZT_cjs.cacheHeaders; }
|
|
1475
1480
|
});
|
|
1476
1481
|
Object.defineProperty(exports, "compressionMiddleware", {
|
|
1477
1482
|
enumerable: true,
|
|
1478
|
-
get: function () { return
|
|
1483
|
+
get: function () { return chunk5UUYHAZT_cjs.compressionMiddleware; }
|
|
1479
1484
|
});
|
|
1480
1485
|
Object.defineProperty(exports, "detailedLoggingMiddleware", {
|
|
1481
1486
|
enumerable: true,
|
|
1482
|
-
get: function () { return
|
|
1487
|
+
get: function () { return chunk5UUYHAZT_cjs.detailedLoggingMiddleware; }
|
|
1483
1488
|
});
|
|
1484
1489
|
Object.defineProperty(exports, "getActivePlugins", {
|
|
1485
1490
|
enumerable: true,
|
|
1486
|
-
get: function () { return
|
|
1487
|
-
});
|
|
1488
|
-
Object.defineProperty(exports, "getTelemetry", {
|
|
1489
|
-
enumerable: true,
|
|
1490
|
-
get: function () { return chunkUEYMFNBN_cjs.getTelemetry; }
|
|
1491
|
+
get: function () { return chunk5UUYHAZT_cjs.getActivePlugins; }
|
|
1491
1492
|
});
|
|
1492
1493
|
Object.defineProperty(exports, "isPluginActive", {
|
|
1493
1494
|
enumerable: true,
|
|
1494
|
-
get: function () { return
|
|
1495
|
+
get: function () { return chunk5UUYHAZT_cjs.isPluginActive; }
|
|
1495
1496
|
});
|
|
1496
1497
|
Object.defineProperty(exports, "logActivity", {
|
|
1497
1498
|
enumerable: true,
|
|
1498
|
-
get: function () { return
|
|
1499
|
+
get: function () { return chunk5UUYHAZT_cjs.logActivity; }
|
|
1499
1500
|
});
|
|
1500
1501
|
Object.defineProperty(exports, "loggingMiddleware", {
|
|
1501
1502
|
enumerable: true,
|
|
1502
|
-
get: function () { return
|
|
1503
|
+
get: function () { return chunk5UUYHAZT_cjs.loggingMiddleware; }
|
|
1503
1504
|
});
|
|
1504
1505
|
Object.defineProperty(exports, "optionalAuth", {
|
|
1505
1506
|
enumerable: true,
|
|
1506
|
-
get: function () { return
|
|
1507
|
+
get: function () { return chunk5UUYHAZT_cjs.optionalAuth; }
|
|
1507
1508
|
});
|
|
1508
1509
|
Object.defineProperty(exports, "performanceLoggingMiddleware", {
|
|
1509
1510
|
enumerable: true,
|
|
1510
|
-
get: function () { return
|
|
1511
|
+
get: function () { return chunk5UUYHAZT_cjs.performanceLoggingMiddleware; }
|
|
1511
1512
|
});
|
|
1512
1513
|
Object.defineProperty(exports, "requireActivePlugin", {
|
|
1513
1514
|
enumerable: true,
|
|
1514
|
-
get: function () { return
|
|
1515
|
+
get: function () { return chunk5UUYHAZT_cjs.requireActivePlugin; }
|
|
1515
1516
|
});
|
|
1516
1517
|
Object.defineProperty(exports, "requireActivePlugins", {
|
|
1517
1518
|
enumerable: true,
|
|
1518
|
-
get: function () { return
|
|
1519
|
+
get: function () { return chunk5UUYHAZT_cjs.requireActivePlugins; }
|
|
1519
1520
|
});
|
|
1520
1521
|
Object.defineProperty(exports, "requireAnyPermission", {
|
|
1521
1522
|
enumerable: true,
|
|
1522
|
-
get: function () { return
|
|
1523
|
+
get: function () { return chunk5UUYHAZT_cjs.requireAnyPermission; }
|
|
1523
1524
|
});
|
|
1524
1525
|
Object.defineProperty(exports, "requireAuth", {
|
|
1525
1526
|
enumerable: true,
|
|
1526
|
-
get: function () { return
|
|
1527
|
+
get: function () { return chunk5UUYHAZT_cjs.requireAuth; }
|
|
1527
1528
|
});
|
|
1528
1529
|
Object.defineProperty(exports, "requirePermission", {
|
|
1529
1530
|
enumerable: true,
|
|
1530
|
-
get: function () { return
|
|
1531
|
+
get: function () { return chunk5UUYHAZT_cjs.requirePermission; }
|
|
1531
1532
|
});
|
|
1532
1533
|
Object.defineProperty(exports, "requireRole", {
|
|
1533
1534
|
enumerable: true,
|
|
1534
|
-
get: function () { return
|
|
1535
|
+
get: function () { return chunk5UUYHAZT_cjs.requireRole; }
|
|
1535
1536
|
});
|
|
1536
1537
|
Object.defineProperty(exports, "securityHeaders", {
|
|
1537
1538
|
enumerable: true,
|
|
1538
|
-
get: function () { return
|
|
1539
|
+
get: function () { return chunk5UUYHAZT_cjs.securityHeaders; }
|
|
1539
1540
|
});
|
|
1540
1541
|
Object.defineProperty(exports, "securityLoggingMiddleware", {
|
|
1541
1542
|
enumerable: true,
|
|
1542
|
-
get: function () { return
|
|
1543
|
-
});
|
|
1544
|
-
Object.defineProperty(exports, "telemetryMiddleware", {
|
|
1545
|
-
enumerable: true,
|
|
1546
|
-
get: function () { return chunkUEYMFNBN_cjs.telemetryMiddleware; }
|
|
1543
|
+
get: function () { return chunk5UUYHAZT_cjs.securityLoggingMiddleware; }
|
|
1547
1544
|
});
|
|
1548
1545
|
Object.defineProperty(exports, "PluginBootstrapService", {
|
|
1549
1546
|
enumerable: true,
|
|
1550
|
-
get: function () { return
|
|
1547
|
+
get: function () { return chunkNAYD76QF_cjs.PluginBootstrapService; }
|
|
1551
1548
|
});
|
|
1552
1549
|
Object.defineProperty(exports, "PluginServiceClass", {
|
|
1553
1550
|
enumerable: true,
|
|
1554
|
-
get: function () { return
|
|
1555
|
-
});
|
|
1556
|
-
Object.defineProperty(exports, "TelemetryService", {
|
|
1557
|
-
enumerable: true,
|
|
1558
|
-
get: function () { return chunkHV2I6API_cjs.TelemetryService; }
|
|
1551
|
+
get: function () { return chunkNAYD76QF_cjs.PluginService; }
|
|
1559
1552
|
});
|
|
1560
1553
|
Object.defineProperty(exports, "cleanupRemovedCollections", {
|
|
1561
1554
|
enumerable: true,
|
|
1562
|
-
get: function () { return
|
|
1563
|
-
});
|
|
1564
|
-
Object.defineProperty(exports, "createInstallationIdentity", {
|
|
1565
|
-
enumerable: true,
|
|
1566
|
-
get: function () { return chunkHV2I6API_cjs.createInstallationIdentity; }
|
|
1555
|
+
get: function () { return chunkNAYD76QF_cjs.cleanupRemovedCollections; }
|
|
1567
1556
|
});
|
|
1568
1557
|
Object.defineProperty(exports, "fullCollectionSync", {
|
|
1569
1558
|
enumerable: true,
|
|
1570
|
-
get: function () { return
|
|
1559
|
+
get: function () { return chunkNAYD76QF_cjs.fullCollectionSync; }
|
|
1571
1560
|
});
|
|
1572
1561
|
Object.defineProperty(exports, "getAvailableCollectionNames", {
|
|
1573
1562
|
enumerable: true,
|
|
1574
|
-
get: function () { return
|
|
1563
|
+
get: function () { return chunkNAYD76QF_cjs.getAvailableCollectionNames; }
|
|
1575
1564
|
});
|
|
1576
1565
|
Object.defineProperty(exports, "getManagedCollections", {
|
|
1577
1566
|
enumerable: true,
|
|
1578
|
-
get: function () { return
|
|
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; }
|
|
1567
|
+
get: function () { return chunkNAYD76QF_cjs.getManagedCollections; }
|
|
1587
1568
|
});
|
|
1588
1569
|
Object.defineProperty(exports, "isCollectionManaged", {
|
|
1589
1570
|
enumerable: true,
|
|
1590
|
-
get: function () { return
|
|
1571
|
+
get: function () { return chunkNAYD76QF_cjs.isCollectionManaged; }
|
|
1591
1572
|
});
|
|
1592
1573
|
Object.defineProperty(exports, "loadCollectionConfig", {
|
|
1593
1574
|
enumerable: true,
|
|
1594
|
-
get: function () { return
|
|
1575
|
+
get: function () { return chunkNAYD76QF_cjs.loadCollectionConfig; }
|
|
1595
1576
|
});
|
|
1596
1577
|
Object.defineProperty(exports, "loadCollectionConfigs", {
|
|
1597
1578
|
enumerable: true,
|
|
1598
|
-
get: function () { return
|
|
1579
|
+
get: function () { return chunkNAYD76QF_cjs.loadCollectionConfigs; }
|
|
1599
1580
|
});
|
|
1600
1581
|
Object.defineProperty(exports, "registerCollections", {
|
|
1601
1582
|
enumerable: true,
|
|
1602
|
-
get: function () { return
|
|
1583
|
+
get: function () { return chunkNAYD76QF_cjs.registerCollections; }
|
|
1603
1584
|
});
|
|
1604
1585
|
Object.defineProperty(exports, "syncCollection", {
|
|
1605
1586
|
enumerable: true,
|
|
1606
|
-
get: function () { return
|
|
1587
|
+
get: function () { return chunkNAYD76QF_cjs.syncCollection; }
|
|
1607
1588
|
});
|
|
1608
1589
|
Object.defineProperty(exports, "syncCollections", {
|
|
1609
1590
|
enumerable: true,
|
|
1610
|
-
get: function () { return
|
|
1591
|
+
get: function () { return chunkNAYD76QF_cjs.syncCollections; }
|
|
1611
1592
|
});
|
|
1612
1593
|
Object.defineProperty(exports, "validateCollectionConfig", {
|
|
1613
1594
|
enumerable: true,
|
|
1614
|
-
get: function () { return
|
|
1595
|
+
get: function () { return chunkNAYD76QF_cjs.validateCollectionConfig; }
|
|
1615
1596
|
});
|
|
1616
1597
|
Object.defineProperty(exports, "MigrationService", {
|
|
1617
1598
|
enumerable: true,
|
|
1618
|
-
get: function () { return
|
|
1599
|
+
get: function () { return chunk23VPL6VI_cjs.MigrationService; }
|
|
1619
1600
|
});
|
|
1620
1601
|
Object.defineProperty(exports, "renderFilterBar", {
|
|
1621
1602
|
enumerable: true,
|
|
@@ -1651,67 +1632,67 @@ Object.defineProperty(exports, "renderTable", {
|
|
|
1651
1632
|
});
|
|
1652
1633
|
Object.defineProperty(exports, "HookSystemImpl", {
|
|
1653
1634
|
enumerable: true,
|
|
1654
|
-
get: function () { return
|
|
1635
|
+
get: function () { return chunkDTLB6UIH_cjs.HookSystemImpl; }
|
|
1655
1636
|
});
|
|
1656
1637
|
Object.defineProperty(exports, "HookUtils", {
|
|
1657
1638
|
enumerable: true,
|
|
1658
|
-
get: function () { return
|
|
1639
|
+
get: function () { return chunkDTLB6UIH_cjs.HookUtils; }
|
|
1659
1640
|
});
|
|
1660
1641
|
Object.defineProperty(exports, "PluginManagerClass", {
|
|
1661
1642
|
enumerable: true,
|
|
1662
|
-
get: function () { return
|
|
1643
|
+
get: function () { return chunkDTLB6UIH_cjs.PluginManager; }
|
|
1663
1644
|
});
|
|
1664
1645
|
Object.defineProperty(exports, "PluginRegistryImpl", {
|
|
1665
1646
|
enumerable: true,
|
|
1666
|
-
get: function () { return
|
|
1647
|
+
get: function () { return chunkDTLB6UIH_cjs.PluginRegistryImpl; }
|
|
1667
1648
|
});
|
|
1668
1649
|
Object.defineProperty(exports, "PluginValidatorClass", {
|
|
1669
1650
|
enumerable: true,
|
|
1670
|
-
get: function () { return
|
|
1651
|
+
get: function () { return chunkDTLB6UIH_cjs.PluginValidator; }
|
|
1671
1652
|
});
|
|
1672
1653
|
Object.defineProperty(exports, "ScopedHookSystemClass", {
|
|
1673
1654
|
enumerable: true,
|
|
1674
|
-
get: function () { return
|
|
1655
|
+
get: function () { return chunkDTLB6UIH_cjs.ScopedHookSystem; }
|
|
1675
1656
|
});
|
|
1676
1657
|
Object.defineProperty(exports, "QueryFilterBuilder", {
|
|
1677
1658
|
enumerable: true,
|
|
1678
|
-
get: function () { return
|
|
1659
|
+
get: function () { return chunk44LBCF3B_cjs.QueryFilterBuilder; }
|
|
1679
1660
|
});
|
|
1680
1661
|
Object.defineProperty(exports, "SONICJS_VERSION", {
|
|
1681
1662
|
enumerable: true,
|
|
1682
|
-
get: function () { return
|
|
1663
|
+
get: function () { return chunk44LBCF3B_cjs.SONICJS_VERSION; }
|
|
1683
1664
|
});
|
|
1684
1665
|
Object.defineProperty(exports, "TemplateRenderer", {
|
|
1685
1666
|
enumerable: true,
|
|
1686
|
-
get: function () { return
|
|
1667
|
+
get: function () { return chunk44LBCF3B_cjs.TemplateRenderer; }
|
|
1687
1668
|
});
|
|
1688
1669
|
Object.defineProperty(exports, "buildQuery", {
|
|
1689
1670
|
enumerable: true,
|
|
1690
|
-
get: function () { return
|
|
1671
|
+
get: function () { return chunk44LBCF3B_cjs.buildQuery; }
|
|
1691
1672
|
});
|
|
1692
1673
|
Object.defineProperty(exports, "escapeHtml", {
|
|
1693
1674
|
enumerable: true,
|
|
1694
|
-
get: function () { return
|
|
1675
|
+
get: function () { return chunk44LBCF3B_cjs.escapeHtml; }
|
|
1695
1676
|
});
|
|
1696
1677
|
Object.defineProperty(exports, "getCoreVersion", {
|
|
1697
1678
|
enumerable: true,
|
|
1698
|
-
get: function () { return
|
|
1679
|
+
get: function () { return chunk44LBCF3B_cjs.getCoreVersion; }
|
|
1699
1680
|
});
|
|
1700
1681
|
Object.defineProperty(exports, "renderTemplate", {
|
|
1701
1682
|
enumerable: true,
|
|
1702
|
-
get: function () { return
|
|
1683
|
+
get: function () { return chunk44LBCF3B_cjs.renderTemplate; }
|
|
1703
1684
|
});
|
|
1704
1685
|
Object.defineProperty(exports, "sanitizeInput", {
|
|
1705
1686
|
enumerable: true,
|
|
1706
|
-
get: function () { return
|
|
1687
|
+
get: function () { return chunk44LBCF3B_cjs.sanitizeInput; }
|
|
1707
1688
|
});
|
|
1708
1689
|
Object.defineProperty(exports, "sanitizeObject", {
|
|
1709
1690
|
enumerable: true,
|
|
1710
|
-
get: function () { return
|
|
1691
|
+
get: function () { return chunk44LBCF3B_cjs.sanitizeObject; }
|
|
1711
1692
|
});
|
|
1712
1693
|
Object.defineProperty(exports, "templateRenderer", {
|
|
1713
1694
|
enumerable: true,
|
|
1714
|
-
get: function () { return
|
|
1695
|
+
get: function () { return chunk44LBCF3B_cjs.templateRenderer; }
|
|
1715
1696
|
});
|
|
1716
1697
|
Object.defineProperty(exports, "metricsTracker", {
|
|
1717
1698
|
enumerable: true,
|