@agenticmail/enterprise 0.5.89 → 0.5.91

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/cli.js CHANGED
@@ -48,7 +48,7 @@ Skill Development:
48
48
  break;
49
49
  case "setup":
50
50
  default:
51
- import("./setup-FDTYP4T2.js").then((m) => m.runSetupWizard()).catch(fatal);
51
+ import("./setup-VAOHOKR6.js").then((m) => m.runSetupWizard()).catch(fatal);
52
52
  break;
53
53
  }
54
54
  function fatal(err) {
@@ -50,4 +50,5 @@ export const I = {
50
50
  eyeOff: () => h('svg', S, h('path', { d: 'M17.94 17.94A10.07 10.07 0 0112 20c-7 0-11-8-11-8a18.45 18.45 0 015.06-5.94M9.9 4.24A9.12 9.12 0 0112 4c7 0 11 8 11 8a18.5 18.5 0 01-2.16 3.19m-6.72-1.07a3 3 0 11-4.24-4.24' }), h('line', { x1: 1, y1: 1, x2: 23, y2: 23 })),
51
51
  panelLeft: () => h('svg', S, h('rect', { x: 3, y: 3, width: 18, height: 18, rx: 2 }), h('line', { x1: 9, y1: 3, x2: 9, y2: 21 })),
52
52
  chevronLeft: () => h('svg', S, h('polyline', { points: '15 18 9 12 15 6' })),
53
+ edit: () => h('svg', S, h('path', { d: 'M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7' }), h('path', { d: 'M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z' })),
53
54
  };
@@ -0,0 +1,7 @@
1
+ import {
2
+ EngineDatabase
3
+ } from "./chunk-FSQS3LTC.js";
4
+ import "./chunk-KFQGP6VL.js";
5
+ export {
6
+ EngineDatabase
7
+ };
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ import {
20
20
  TenantManager,
21
21
  WorkforceManager,
22
22
  init_guardrails
23
- } from "./chunk-34JUBP5Q.js";
23
+ } from "./chunk-A4N7KJWZ.js";
24
24
  import {
25
25
  AgentRuntime,
26
26
  EmailChannel,
@@ -35,7 +35,7 @@ import {
35
35
  executeTool,
36
36
  runAgentLoop,
37
37
  toolsToDefinitions
38
- } from "./chunk-PGD43XUU.js";
38
+ } from "./chunk-4VDJQYH6.js";
39
39
  import "./chunk-NRF3YRF7.js";
40
40
  import "./chunk-TYW5XTOW.js";
41
41
  import "./chunk-AQH4DFYV.js";
@@ -52,11 +52,11 @@ import {
52
52
  requireRole,
53
53
  securityHeaders,
54
54
  validate
55
- } from "./chunk-FOEQH5TZ.js";
55
+ } from "./chunk-ZFDY6ND5.js";
56
56
  import {
57
57
  provision,
58
58
  runSetupWizard
59
- } from "./chunk-5SKX72EH.js";
59
+ } from "./chunk-B6FONRAI.js";
60
60
  import {
61
61
  ENGINE_TABLES,
62
62
  ENGINE_TABLES_POSTGRES,
@@ -66,7 +66,7 @@ import {
66
66
  MIGRATIONS_TABLE_POSTGRES,
67
67
  sqliteToMySQL,
68
68
  sqliteToPostgres
69
- } from "./chunk-TQYCMFOC.js";
69
+ } from "./chunk-FSQS3LTC.js";
70
70
  import {
71
71
  deployToCloud,
72
72
  generateDockerCompose,
@@ -94,7 +94,7 @@ import {
94
94
  BUILTIN_SKILLS,
95
95
  PRESET_PROFILES,
96
96
  PermissionEngine
97
- } from "./chunk-NUG7SMVQ.js";
97
+ } from "./chunk-T6FM7KNN.js";
98
98
  import {
99
99
  DatabaseAdapter
100
100
  } from "./chunk-FLRYMSKY.js";