kavachos 0.0.2 → 0.0.4
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/agent/index.d.ts +4 -5
- package/dist/agent/index.js +2 -2
- package/dist/audit/index.d.ts +3 -4
- package/dist/audit/index.js +2 -2
- package/dist/auth/index.d.ts +1719 -2
- package/dist/auth/index.js +2 -1
- package/dist/{chunk-I4J4KKKK.js → chunk-5DT4DN4Y.js} +9 -3
- package/dist/chunk-5DT4DN4Y.js.map +1 -0
- package/dist/chunk-KL6XW4S4.js +10774 -0
- package/dist/chunk-KL6XW4S4.js.map +1 -0
- package/dist/{chunk-DEVV32BE.js → chunk-OVGNZ5OX.js} +3 -3
- package/dist/{chunk-DEVV32BE.js.map → chunk-OVGNZ5OX.js.map} +1 -1
- package/dist/{chunk-N7VZO6SP.js → chunk-SJGSPIAD.js} +3 -3
- package/dist/{chunk-N7VZO6SP.js.map → chunk-SJGSPIAD.js.map} +1 -1
- package/dist/chunk-V66UUIA7.js +480 -0
- package/dist/chunk-V66UUIA7.js.map +1 -0
- package/dist/index.d.ts +1125 -14
- package/dist/index.js +2986 -111
- package/dist/index.js.map +1 -1
- package/dist/mcp/index.d.ts +2 -2
- package/dist/permission/index.d.ts +4 -5
- package/dist/permission/index.js +2 -2
- package/dist/types-Xk83hv4O.d.ts +7759 -0
- package/dist/{types-B4sQA44H.d.ts → types-mwupB57A.d.ts} +5 -5
- package/package.json +1 -1
- package/dist/chunk-7RKVTHFC.js +0 -96
- package/dist/chunk-7RKVTHFC.js.map +0 -1
- package/dist/chunk-I4J4KKKK.js.map +0 -1
- package/dist/chunk-UEE7OYLG.js +0 -161
- package/dist/chunk-UEE7OYLG.js.map +0 -1
- package/dist/types-WP-mKSdQ.d.ts +0 -2349
- package/dist/types-_7hIICee.d.ts +0 -52
package/dist/agent/index.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { D as Database, C as CreateAgentInput,
|
|
2
|
-
export {
|
|
3
|
-
import '../types-_7hIICee.js';
|
|
4
|
-
import '../types-B4sQA44H.js';
|
|
5
|
-
import 'zod';
|
|
1
|
+
import { D as Database, C as CreateAgentInput, g as AgentIdentity, h as AgentFilter, U as UpdateAgentInput } from '../types-Xk83hv4O.js';
|
|
2
|
+
export { L as AgentConfig } from '../types-Xk83hv4O.js';
|
|
6
3
|
import 'drizzle-orm/better-sqlite3';
|
|
7
4
|
import 'drizzle-orm/sqlite-core';
|
|
5
|
+
import '../types-mwupB57A.js';
|
|
6
|
+
import 'zod';
|
|
8
7
|
|
|
9
8
|
interface AgentModuleConfig {
|
|
10
9
|
db: Database;
|
package/dist/agent/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { createAgentModule } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { createAgentModule } from '../chunk-5DT4DN4Y.js';
|
|
2
|
+
import '../chunk-V66UUIA7.js';
|
|
3
3
|
import '../chunk-PZ5AY32C.js';
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { D as Database,
|
|
2
|
-
import '../types-_7hIICee.js';
|
|
3
|
-
import '../types-B4sQA44H.js';
|
|
4
|
-
import 'zod';
|
|
1
|
+
import { D as Database, k as AuditFilter, l as AuditEntry, m as AuditExportOptions } from '../types-Xk83hv4O.js';
|
|
5
2
|
import 'drizzle-orm/better-sqlite3';
|
|
6
3
|
import 'drizzle-orm/sqlite-core';
|
|
4
|
+
import '../types-mwupB57A.js';
|
|
5
|
+
import 'zod';
|
|
7
6
|
|
|
8
7
|
interface AuditModuleConfig {
|
|
9
8
|
db: Database;
|
package/dist/audit/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { createAuditModule } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { createAuditModule } from '../chunk-SJGSPIAD.js';
|
|
2
|
+
import '../chunk-V66UUIA7.js';
|
|
3
3
|
import '../chunk-PZ5AY32C.js';
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
5
5
|
//# sourceMappingURL=index.js.map
|