@kyro-cms/core 0.10.18 → 0.11.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/README.md +5 -0
- package/dist/{WebhookService-DpRB940h.d.ts → WebhookService-DvP8e4Gb.d.cts} +6 -3
- package/dist/{WebhookService-Dj8pJ3sp.d.cts → WebhookService-neHWRdFM.d.ts} +6 -3
- package/dist/api-handler-graphql.cjs +1 -1
- package/dist/api-handler-graphql.js +1 -1
- package/dist/api-handler-trpc.cjs +1 -1
- package/dist/api-handler-trpc.js +1 -1
- package/dist/api-handler.cjs +1 -1
- package/dist/api-handler.js +1 -1
- package/dist/{base-BjyoF6da.d.cts → base-CH7d01Yw.d.cts} +2 -2
- package/dist/{base-C2YR8lWt.d.ts → base-DRK_7V46.d.ts} +2 -2
- package/dist/chunk-4FV3HQBI.cjs +1 -0
- package/dist/{chunk-BL34J64W.cjs → chunk-62Y4NYMH.cjs} +1 -1
- package/dist/chunk-6JHNHMGB.cjs +2 -0
- package/dist/chunk-BDBN4RN6.cjs +1 -0
- package/dist/{chunk-CFMATLA3.js → chunk-E33PFGHA.js} +1 -1
- package/dist/{chunk-MBUUNROA.js → chunk-GDMLWVJO.js} +1 -1
- package/dist/chunk-GJQH6NV7.js +1 -0
- package/dist/chunk-GT5P64DV.js +21 -0
- package/dist/{chunk-QIRWEE7V.cjs → chunk-OO6WEHO2.cjs} +1 -1
- package/dist/{chunk-YJRLS2Z3.js → chunk-PCEJHAJD.js} +1 -1
- package/dist/chunk-PY45XUEJ.cjs +21 -0
- package/dist/chunk-QIP7PY2U.js +1 -0
- package/dist/{chunk-X3RRRWIN.cjs → chunk-RLDAQ7IH.cjs} +2 -2
- package/dist/chunk-RNY7W36D.cjs +86 -0
- package/dist/chunk-WQKF57FY.js +86 -0
- package/dist/chunk-YLEVWUTV.js +2 -0
- package/dist/cli/index.cjs +3 -3
- package/dist/cli/index.js +3 -3
- package/dist/client.d.cts +2 -2
- package/dist/client.d.ts +2 -2
- package/dist/drizzle/index.cjs +1 -1
- package/dist/drizzle/index.d.cts +3 -3
- package/dist/drizzle/index.d.ts +3 -3
- package/dist/drizzle/index.js +1 -1
- package/dist/fields/index.d.cts +1 -1
- package/dist/fields/index.d.ts +1 -1
- package/dist/graphql/index.cjs +1 -1
- package/dist/graphql/index.d.cts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.js +1 -1
- package/dist/{index-DuuUzWBq.d.cts → index-B52AAXcJ.d.cts} +2 -2
- package/dist/{index-DXr33e0x.d.ts → index-BTFBhepB.d.ts} +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +9 -9
- package/dist/index.d.ts +9 -9
- package/dist/index.js +1 -1
- package/dist/mongodb/index.d.cts +3 -3
- package/dist/mongodb/index.d.ts +3 -3
- package/dist/rest/index.cjs +1 -1
- package/dist/rest/index.d.cts +4 -4
- package/dist/rest/index.d.ts +4 -4
- package/dist/rest/index.js +1 -1
- package/dist/templates/index.cjs +1 -1
- package/dist/templates/index.d.cts +2 -2
- package/dist/templates/index.d.ts +2 -2
- package/dist/templates/index.js +1 -1
- package/dist/trpc/index.cjs +1 -1
- package/dist/trpc/index.d.cts +3 -3
- package/dist/trpc/index.d.ts +3 -3
- package/dist/trpc/index.js +1 -1
- package/dist/{types-BzH3_rtP.d.ts → types-BH7tjlpR.d.ts} +1 -1
- package/dist/{types-CY_iNunL.d.cts → types-BMu-234T.d.cts} +1 -1
- package/dist/{types-C_rVxU2T.d.cts → types-C9izrwhZ.d.cts} +4 -0
- package/dist/{types-C_rVxU2T.d.ts → types-C9izrwhZ.d.ts} +4 -0
- package/package.json +1 -1
- package/dist/chunk-5H7LD62N.js +0 -21
- package/dist/chunk-7N6NKCRT.js +0 -1
- package/dist/chunk-CVVW4LXZ.cjs +0 -1
- package/dist/chunk-GPKEOELO.js +0 -2
- package/dist/chunk-ISWMETHJ.cjs +0 -1
- package/dist/chunk-RBZNQINT.cjs +0 -21
- package/dist/chunk-RXOAX7GO.cjs +0 -86
- package/dist/chunk-TRFBYBYC.js +0 -86
- package/dist/chunk-UVTS2IWM.js +0 -1
- package/dist/chunk-ZPUIRXKS.cjs +0 -2
package/README.md
CHANGED
|
@@ -107,6 +107,11 @@ Kyro preserves Astro compatibility with two entrypoints:
|
|
|
107
107
|
- `@kyro-cms/core` — server-only backend logic, adapters, auth, and APIs
|
|
108
108
|
- `@kyro-cms/core/client` — browser-safe client utilities, types, and UI helpers
|
|
109
109
|
|
|
110
|
+
### Companion Packages
|
|
111
|
+
|
|
112
|
+
Kyro is designed as a modular ecosystem:
|
|
113
|
+
- `kyro-connect` — Universal, type-safe API client and codegen for any framework.
|
|
114
|
+
- `kyro-rich-text-react` — A headless React component for rendering Kyro's Tiptap JSON content.
|
|
110
115
|
---
|
|
111
116
|
|
|
112
117
|
## Example usage
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as BaseAdapter } from './types-
|
|
1
|
+
import { B as BaseAdapter } from './types-BMu-234T.cjs';
|
|
2
2
|
|
|
3
3
|
declare const WEBHOOK_EVENTS: {
|
|
4
4
|
readonly COLLECTION_CREATE: "collection.create";
|
|
@@ -21,6 +21,7 @@ interface WebhookConfig {
|
|
|
21
21
|
name: string;
|
|
22
22
|
url: string;
|
|
23
23
|
events: WebhookEvent[];
|
|
24
|
+
collections?: string[];
|
|
24
25
|
status: "active" | "inactive" | "error";
|
|
25
26
|
secret?: string;
|
|
26
27
|
headers?: Record<string, string>;
|
|
@@ -32,7 +33,8 @@ interface WebhookConfig {
|
|
|
32
33
|
interface CreateWebhookData {
|
|
33
34
|
name: string;
|
|
34
35
|
url: string;
|
|
35
|
-
events: WebhookEvent[];
|
|
36
|
+
events: (WebhookEvent | "create" | "update" | "delete")[];
|
|
37
|
+
collections?: string[];
|
|
36
38
|
status?: "active" | "inactive";
|
|
37
39
|
secret?: string;
|
|
38
40
|
headers?: Record<string, string>;
|
|
@@ -40,7 +42,8 @@ interface CreateWebhookData {
|
|
|
40
42
|
interface UpdateWebhookData {
|
|
41
43
|
name?: string;
|
|
42
44
|
url?: string;
|
|
43
|
-
events?: WebhookEvent[];
|
|
45
|
+
events?: (WebhookEvent | "create" | "update" | "delete")[];
|
|
46
|
+
collections?: string[];
|
|
44
47
|
status?: "active" | "inactive" | "error";
|
|
45
48
|
secret?: string;
|
|
46
49
|
headers?: Record<string, string>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as BaseAdapter } from './types-
|
|
1
|
+
import { B as BaseAdapter } from './types-BH7tjlpR.js';
|
|
2
2
|
|
|
3
3
|
declare const WEBHOOK_EVENTS: {
|
|
4
4
|
readonly COLLECTION_CREATE: "collection.create";
|
|
@@ -21,6 +21,7 @@ interface WebhookConfig {
|
|
|
21
21
|
name: string;
|
|
22
22
|
url: string;
|
|
23
23
|
events: WebhookEvent[];
|
|
24
|
+
collections?: string[];
|
|
24
25
|
status: "active" | "inactive" | "error";
|
|
25
26
|
secret?: string;
|
|
26
27
|
headers?: Record<string, string>;
|
|
@@ -32,7 +33,8 @@ interface WebhookConfig {
|
|
|
32
33
|
interface CreateWebhookData {
|
|
33
34
|
name: string;
|
|
34
35
|
url: string;
|
|
35
|
-
events: WebhookEvent[];
|
|
36
|
+
events: (WebhookEvent | "create" | "update" | "delete")[];
|
|
37
|
+
collections?: string[];
|
|
36
38
|
status?: "active" | "inactive";
|
|
37
39
|
secret?: string;
|
|
38
40
|
headers?: Record<string, string>;
|
|
@@ -40,7 +42,8 @@ interface CreateWebhookData {
|
|
|
40
42
|
interface UpdateWebhookData {
|
|
41
43
|
name?: string;
|
|
42
44
|
url?: string;
|
|
43
|
-
events?: WebhookEvent[];
|
|
45
|
+
events?: (WebhookEvent | "create" | "update" | "delete")[];
|
|
46
|
+
collections?: string[];
|
|
44
47
|
status?: "active" | "inactive" | "error";
|
|
45
48
|
secret?: string;
|
|
46
49
|
headers?: Record<string, string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunk62Y4NYMH_cjs=require('./chunk-62Y4NYMH.cjs');require('./chunk-PY45XUEJ.cjs'),require('./chunk-UJNSOOYZ.cjs'),require('./chunk-65G73T7Z.cjs'),require('./chunk-BDBN4RN6.cjs'),require('./chunk-6JHNHMGB.cjs'),require('./chunk-RNY7W36D.cjs'),require('./chunk-AJAZ7D3W.cjs'),require('./chunk-WIZ6C5QZ.cjs'),require('./chunk-GFU7AOI3.cjs'),require('./chunk-ET6NN2V2.cjs'),require('./chunk-HVXO3OFB.cjs'),require('./chunk-4FV3HQBI.cjs'),require('./chunk-NY47CFVP.cjs'),require('./chunk-F7SR5IDT.cjs'),require('./chunk-4ORJMSJU.cjs'),require('./chunk-RLDAQ7IH.cjs'),require('./chunk-GYQMNXXW.cjs'),require('./chunk-MIOMMB23.cjs'),require('./chunk-UBHFUFD4.cjs'),require('./chunk-WMY7BDPK.cjs'),require('./chunk-ATLSIYRH.cjs'),require('./chunk-W4ZDETHA.cjs'),require('./chunk-Q3Q7BJVQ.cjs'),require('./chunk-AHSFSERC.cjs');function n(e){return new Response(e.body,e)}var p={graphqlEnabled:false,trpcEnabled:false,wsEnabled:false,requireAuth:false};function r(){return new Response(JSON.stringify({error:"GraphQL is disabled"}),{status:503,headers:{"Content-Type":"application/json"}})}async function o(){try{return (await chunk62Y4NYMH_cjs.a.db.findOne({collection:"_globals_access-settings",where:{},draft:!0}))?.apiAccess?.graphqlEnabled??p.graphqlEnabled}catch{return true}}var l=async e=>{if(await chunk62Y4NYMH_cjs.b(),!await o())return r();let t=await chunk62Y4NYMH_cjs.a.getGraphQL().fetch(e.request,e.locals);return n(t)},u=async e=>{if(await chunk62Y4NYMH_cjs.b(),!await o())return r();let t=await chunk62Y4NYMH_cjs.a.getGraphQL().fetch(e.request,e.locals);return n(t)};exports.GET=u;exports.POST=l;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import {b,a}from'./chunk-
|
|
1
|
+
import {b,a}from'./chunk-E33PFGHA.js';import'./chunk-GT5P64DV.js';import'./chunk-FO3HLBC7.js';import'./chunk-NZ35PV5R.js';import'./chunk-GJQH6NV7.js';import'./chunk-YLEVWUTV.js';import'./chunk-WQKF57FY.js';import'./chunk-7WOX27LK.js';import'./chunk-K6WUOU6P.js';import'./chunk-AE6GXUT7.js';import'./chunk-2W4FK6CJ.js';import'./chunk-NRLIGDYF.js';import'./chunk-QIP7PY2U.js';import'./chunk-HLSB2MCK.js';import'./chunk-SL3LZQCF.js';import'./chunk-PP5S2UBV.js';import'./chunk-GDMLWVJO.js';import'./chunk-RHCWCG3O.js';import'./chunk-OG7CNQGU.js';import'./chunk-QRXDCV6K.js';import'./chunk-TYOVXKQP.js';import'./chunk-P7CESLDJ.js';import'./chunk-4YYBWCDJ.js';import'./chunk-KDNYHLD2.js';import'./chunk-5J6HXUF6.js';function n(e){return new Response(e.body,e)}var p={graphqlEnabled:false,trpcEnabled:false,wsEnabled:false,requireAuth:false};function r(){return new Response(JSON.stringify({error:"GraphQL is disabled"}),{status:503,headers:{"Content-Type":"application/json"}})}async function o(){try{return (await a.db.findOne({collection:"_globals_access-settings",where:{},draft:!0}))?.apiAccess?.graphqlEnabled??p.graphqlEnabled}catch{return true}}var l=async e=>{if(await b(),!await o())return r();let t=await a.getGraphQL().fetch(e.request,e.locals);return n(t)},u=async e=>{if(await b(),!await o())return r();let t=await a.getGraphQL().fetch(e.request,e.locals);return n(t)};export{u as GET,l as POST};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunk62Y4NYMH_cjs=require('./chunk-62Y4NYMH.cjs');require('./chunk-PY45XUEJ.cjs'),require('./chunk-UJNSOOYZ.cjs'),require('./chunk-65G73T7Z.cjs'),require('./chunk-BDBN4RN6.cjs'),require('./chunk-6JHNHMGB.cjs'),require('./chunk-RNY7W36D.cjs'),require('./chunk-AJAZ7D3W.cjs'),require('./chunk-WIZ6C5QZ.cjs'),require('./chunk-GFU7AOI3.cjs'),require('./chunk-ET6NN2V2.cjs'),require('./chunk-HVXO3OFB.cjs'),require('./chunk-4FV3HQBI.cjs'),require('./chunk-NY47CFVP.cjs'),require('./chunk-F7SR5IDT.cjs'),require('./chunk-4ORJMSJU.cjs'),require('./chunk-RLDAQ7IH.cjs'),require('./chunk-GYQMNXXW.cjs'),require('./chunk-MIOMMB23.cjs'),require('./chunk-UBHFUFD4.cjs'),require('./chunk-WMY7BDPK.cjs'),require('./chunk-ATLSIYRH.cjs'),require('./chunk-W4ZDETHA.cjs'),require('./chunk-Q3Q7BJVQ.cjs'),require('./chunk-AHSFSERC.cjs');function n(){return new Response(JSON.stringify({error:"tRPC is disabled"}),{status:503,headers:{"Content-Type":"application/json"}})}var r={graphqlEnabled:false,trpcEnabled:false,wsEnabled:false,requireAuth:false};async function s(){try{return (await chunk62Y4NYMH_cjs.a.db.findOne({collection:"_globals_access-settings",where:{},draft:!0}))?.apiAccess?.trpcEnabled??r.trpcEnabled}catch{return true}}var i=async e=>(await chunk62Y4NYMH_cjs.b(),await s()?chunk62Y4NYMH_cjs.a.getTRPC().fetch(e.request,e.locals):n());exports.ALL=i;
|
package/dist/api-handler-trpc.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import {b,a}from'./chunk-
|
|
1
|
+
import {b,a}from'./chunk-E33PFGHA.js';import'./chunk-GT5P64DV.js';import'./chunk-FO3HLBC7.js';import'./chunk-NZ35PV5R.js';import'./chunk-GJQH6NV7.js';import'./chunk-YLEVWUTV.js';import'./chunk-WQKF57FY.js';import'./chunk-7WOX27LK.js';import'./chunk-K6WUOU6P.js';import'./chunk-AE6GXUT7.js';import'./chunk-2W4FK6CJ.js';import'./chunk-NRLIGDYF.js';import'./chunk-QIP7PY2U.js';import'./chunk-HLSB2MCK.js';import'./chunk-SL3LZQCF.js';import'./chunk-PP5S2UBV.js';import'./chunk-GDMLWVJO.js';import'./chunk-RHCWCG3O.js';import'./chunk-OG7CNQGU.js';import'./chunk-QRXDCV6K.js';import'./chunk-TYOVXKQP.js';import'./chunk-P7CESLDJ.js';import'./chunk-4YYBWCDJ.js';import'./chunk-KDNYHLD2.js';import'./chunk-5J6HXUF6.js';function n(){return new Response(JSON.stringify({error:"tRPC is disabled"}),{status:503,headers:{"Content-Type":"application/json"}})}var r={graphqlEnabled:false,trpcEnabled:false,wsEnabled:false,requireAuth:false};async function s(){try{return (await a.db.findOne({collection:"_globals_access-settings",where:{},draft:!0}))?.apiAccess?.trpcEnabled??r.trpcEnabled}catch{return true}}var i=async e=>(await b(),await s()?a.getTRPC().fetch(e.request,e.locals):n());export{i as ALL};
|
package/dist/api-handler.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunk62Y4NYMH_cjs=require('./chunk-62Y4NYMH.cjs');require('./chunk-PY45XUEJ.cjs'),require('./chunk-UJNSOOYZ.cjs'),require('./chunk-65G73T7Z.cjs'),require('./chunk-BDBN4RN6.cjs'),require('./chunk-6JHNHMGB.cjs'),require('./chunk-RNY7W36D.cjs'),require('./chunk-AJAZ7D3W.cjs'),require('./chunk-WIZ6C5QZ.cjs'),require('./chunk-GFU7AOI3.cjs'),require('./chunk-ET6NN2V2.cjs'),require('./chunk-HVXO3OFB.cjs'),require('./chunk-4FV3HQBI.cjs'),require('./chunk-NY47CFVP.cjs'),require('./chunk-F7SR5IDT.cjs'),require('./chunk-4ORJMSJU.cjs'),require('./chunk-RLDAQ7IH.cjs'),require('./chunk-GYQMNXXW.cjs'),require('./chunk-MIOMMB23.cjs'),require('./chunk-UBHFUFD4.cjs'),require('./chunk-WMY7BDPK.cjs'),require('./chunk-ATLSIYRH.cjs'),require('./chunk-W4ZDETHA.cjs'),require('./chunk-Q3Q7BJVQ.cjs'),require('./chunk-AHSFSERC.cjs');Object.defineProperty(exports,"ALL",{enumerable:true,get:function(){return chunk62Y4NYMH_cjs.c}});Object.defineProperty(exports,"kyroInstance",{enumerable:true,get:function(){return chunk62Y4NYMH_cjs.a}});Object.defineProperty(exports,"warmKyroInstance",{enumerable:true,get:function(){return chunk62Y4NYMH_cjs.b}});
|
package/dist/api-handler.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{c as ALL,a as kyroInstance,b as warmKyroInstance}from'./chunk-
|
|
1
|
+
export{c as ALL,a as kyroInstance,b as warmKyroInstance}from'./chunk-E33PFGHA.js';import'./chunk-GT5P64DV.js';import'./chunk-FO3HLBC7.js';import'./chunk-NZ35PV5R.js';import'./chunk-GJQH6NV7.js';import'./chunk-YLEVWUTV.js';import'./chunk-WQKF57FY.js';import'./chunk-7WOX27LK.js';import'./chunk-K6WUOU6P.js';import'./chunk-AE6GXUT7.js';import'./chunk-2W4FK6CJ.js';import'./chunk-NRLIGDYF.js';import'./chunk-QIP7PY2U.js';import'./chunk-HLSB2MCK.js';import'./chunk-SL3LZQCF.js';import'./chunk-PP5S2UBV.js';import'./chunk-GDMLWVJO.js';import'./chunk-RHCWCG3O.js';import'./chunk-OG7CNQGU.js';import'./chunk-QRXDCV6K.js';import'./chunk-TYOVXKQP.js';import'./chunk-P7CESLDJ.js';import'./chunk-4YYBWCDJ.js';import'./chunk-KDNYHLD2.js';import'./chunk-5J6HXUF6.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BaseAdapter, C as CollectionConfig, G as GlobalConfig, T as TenantContext, F as FindArgs, b as FindResult, c as FindByIDArgs, d as CreateArgs, e as UpdateArgs, D as DeleteArgs, f as FindVersionsArgs, g as VersionRecord, h as CreateVersionArgs } from './types-
|
|
2
|
-
import { F as Field, k as RelationshipField, U as UploadField } from './types-
|
|
1
|
+
import { B as BaseAdapter, C as CollectionConfig, G as GlobalConfig, T as TenantContext, F as FindArgs, b as FindResult, c as FindByIDArgs, d as CreateArgs, e as UpdateArgs, D as DeleteArgs, f as FindVersionsArgs, g as VersionRecord, h as CreateVersionArgs } from './types-BMu-234T.cjs';
|
|
2
|
+
import { F as Field, k as RelationshipField, U as UploadField } from './types-C9izrwhZ.cjs';
|
|
3
3
|
|
|
4
4
|
declare abstract class AbstractBaseAdapter implements BaseAdapter {
|
|
5
5
|
protected collections: Map<string, CollectionConfig>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BaseAdapter, C as CollectionConfig, G as GlobalConfig, T as TenantContext, F as FindArgs, b as FindResult, c as FindByIDArgs, d as CreateArgs, e as UpdateArgs, D as DeleteArgs, f as FindVersionsArgs, g as VersionRecord, h as CreateVersionArgs } from './types-
|
|
2
|
-
import { F as Field, k as RelationshipField, U as UploadField } from './types-
|
|
1
|
+
import { B as BaseAdapter, C as CollectionConfig, G as GlobalConfig, T as TenantContext, F as FindArgs, b as FindResult, c as FindByIDArgs, d as CreateArgs, e as UpdateArgs, D as DeleteArgs, f as FindVersionsArgs, g as VersionRecord, h as CreateVersionArgs } from './types-BH7tjlpR.js';
|
|
2
|
+
import { F as Field, k as RelationshipField, U as UploadField } from './types-C9izrwhZ.js';
|
|
3
3
|
|
|
4
4
|
declare abstract class AbstractBaseAdapter implements BaseAdapter {
|
|
5
5
|
protected collections: Map<string, CollectionConfig>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var chunkNY47CFVP_cjs=require('./chunk-NY47CFVP.cjs'),chunkQ3Q7BJVQ_cjs=require('./chunk-Q3Q7BJVQ.cjs'),crypto=require('crypto');var C={COLLECTION_CREATE:"collection.create",COLLECTION_UPDATE:"collection.update",COLLECTION_DELETE:"collection.delete",MEDIA_UPLOAD:"media.upload",MEDIA_DELETE:"media.delete",AUTH_LOGIN:"auth.login",AUTH_REGISTER:"auth.register",AUTH_LOGOUT:"auth.logout",ORDER_CREATED:"order.created",ORDER_PAID:"order.paid",ORDER_SHIPPED:"order.shipped",ORDER_DELIVERED:"order.delivered"},_=Object.values(C),g="_webhooks",h="_webhook_deliveries";function S(o,r){return `sha256=${crypto.createHmac("sha256",r).update(o).digest("hex")}`}function E(){return crypto.randomBytes(32).toString("hex")}async function x(o,r,s={}){let e=s.timeout||3e4,t=Date.now(),c=JSON.stringify(r),l={"Content-Type":"application/json","User-Agent":"Kyro-CMS-Webhook/1.0","X-Webhook-Event":r.event,"X-Webhook-Delivery":r.id,"X-Webhook-Timestamp":r.timestamp,...o.headers||{}};if(o.secret){let n=S(c,o.secret);l["X-Webhook-Signature"]=n;}let i=new AbortController,a=setTimeout(()=>i.abort(),e);try{let n=await fetch(o.url,{method:"POST",headers:l,body:c,signal:i.signal});clearTimeout(a);let d=Date.now()-t,y;try{y=(await n.text()).slice(0,1e3);}catch{}let u={success:n.ok,status:n.status,statusText:n.statusText,body:y,duration:d};return u.success&&s.onSuccess?s.onSuccess(u):!u.success&&s.onFailure&&s.onFailure(`HTTP ${n.status}: ${n.statusText}`),u}catch(n){clearTimeout(a);let d=Date.now()-t,y=n.name==="AbortError"?`Request timed out after ${e}ms`:n.message||"Unknown error";return s.onFailure&&s.onFailure(y),{success:false,status:0,duration:d,error:y}}}async function R(o,r,s,e={}){let t=e.maxRetries??5,c=e.retryDelay??1e3,l=null;for(let i=0;i<=t;i++){if(i>0){let a=Math.min(c*Math.pow(2,i-1),3e4);e.onRetry&&e.onRetry(i,`Retrying in ${a}ms...`),await H(a);}if(e.onRetry&&i>0&&e.onRetry(i,`Attempt ${i+1}/${t+1}`),l=await x(o,r,{...e,onRetry:void 0,onSuccess:void 0,onFailure:void 0}),l.success)return l;if(!(l.error?.includes("timed out")&&i<t)&&l.status>=400&&l.status<500)return l}return l||{success:false,status:0,duration:0,error:"All delivery attempts failed"}}function T(o,r,s,e,t,c){return {id:o,webhookId:r,event:s,payload:e,attempt:t,status:c.success?"success":"failed",responseStatus:c.status||void 0,responseBody:c.body,duration:c.duration,error:c.error,createdAt:new Date().toISOString(),deliveredAt:c.success?new Date().toISOString():void 0}}function H(o){return new Promise(r=>setTimeout(r,o))}function j(){return {id:`test_${Date.now()}`,event:"collection.create",timestamp:new Date().toISOString(),collection:"test",operation:"create",data:{message:"This is a test webhook delivery"},user:{id:"system",email:"system@kyro.dev",role:"super_admin"}}}function I(o){return o.map(r=>r==="create"||r==="update"||r==="delete"?`collection.${r}`:r)}var w=class{db;constructor(r){this.db=r;}async getWebhooks(r){let e=(await this.db.find({collection:g,where:r?.status?{status:{equals:r.status}}:{},limit:100,page:1,draft:true})).docs;return r?.event?e.filter(t=>t.events.includes(r.event)):e}async getWebhookById(r){return this.db.findByID({collection:g,id:r,draft:true})}async createWebhook(r){let s=new Date().toISOString(),e=r.secret||E(),t={id:crypto.randomUUID(),name:r.name,url:r.url,events:I(r.events),collections:r.collections||[],status:r.status||"active",secret:e,headers:r.headers||{},createdAt:s,updatedAt:s};return await this.db.create({collection:g,data:t}),t}async updateWebhook(r,s){let e=await this.getWebhookById(r);if(!e)return null;let t={...e,...s,events:s.events?I(s.events):e.events,collections:s.collections!==void 0?s.collections:e.collections,updatedAt:new Date().toISOString()};return s.secret===""&&"secret"in s&&delete t.secret,await this.db.update({collection:g,id:r,data:t}),t}async deleteWebhook(r){await this.db.delete({collection:g,id:r});}async trigger(r,s){let e=await this.getWebhooks({status:"active",event:r}),t=s.collection,c=e.filter(a=>!a.collections||a.collections.length===0||!t?true:a.collections.includes(t));if(c.length===0)return [];let l={id:`wh_${Date.now()}_${crypto.randomUUID().slice(0,8)}`,event:r,timestamp:new Date().toISOString(),...s},i=[];for(let a of c){let n=await this.triggerWebhook(a,l);i.push(n);}return i}async triggerWebhook(r,s){let e=`dlv_${Date.now()}_${crypto.randomUUID().slice(0,8)}`;try{let t=await R(r,s,e,{maxRetries:5,retryDelay:1e3}),c=T(e,r.id,r.events[0],s,1,t);try{await this.db.create({collection:h,data:c});}catch{console.warn("[WebhookService] Failed to save delivery record:",e);}return t.success?await this.updateWebhook(r.id,{status:"active",lastTriggered:new Date().toISOString()}).catch(()=>{}):await this.updateWebhook(r.id,{status:"error",lastError:t.error}).catch(()=>{}),{deliveryId:e,webhookId:r.id,event:r.events[0],status:t.success?"success":"failed",responseStatus:t.status,duration:t.duration,error:t.error}}catch(t){return {deliveryId:e,webhookId:r.id,event:r.events[0],status:"failed",error:t.message}}}async testWebhook(r){let s=await this.getWebhookById(r);if(!s)return null;let e={id:`test_${Date.now()}`,event:s.events[0]||"collection.create",timestamp:new Date().toISOString(),collection:"test",operation:"create",data:{message:"This is a test webhook delivery from Kyro CMS"},user:{id:"system",email:"system@kyro.dev",role:"super_admin"}};return this.triggerWebhook(s,e)}async getDeliveryHistory(r,s=50){return (await this.db.find({collection:h,where:{webhookId:{equals:r}},sort:"-createdAt",limit:s,page:1})).docs}async retryDelivery(r){let s=await this.db.findByID({collection:h,id:r});if(!s)return null;let e=await this.getWebhookById(s.webhookId);return e?this.triggerWebhook(e,s.payload):null}};function $(o){return new w(o)}function K(o){if(!o)return [];if(typeof o=="string")return [{id:o}];if(Array.isArray(o))return o.map(r=>typeof r=="object"?{id:r.value??r.id??r,relationTo:r.relationTo}:{id:r});if(typeof o=="object"){let r=o.value??o.id??o;if(typeof r=="string")return [{id:r,relationTo:o.relationTo}];if(Array.isArray(r))return r.map(s=>({id:s,relationTo:o.relationTo}))}return []}function k(o,r,s){if(!(!o||typeof o!="object")){for(let e of r)if(!(!e.name&&e.type!=="row"&&e.type!=="collapsible"&&e.type!=="tabs")){if(e.type==="relationship"||e.type==="upload"){let t=o[e.name];if(!t)continue;let c=Array.isArray(e.relationTo)?e.relationTo:[e.relationTo],l=K(t);for(let i of l){if(!i.id)continue;let a=i.relationTo?[i.relationTo]:c;for(let n of a)n!=="*"&&(s.has(n)||s.set(n,new Set),s.get(n).add(i.id));}}else if(e.type==="group"||e.type==="collapsible"||e.type==="row"){let t=e.name?o[e.name]:o;k(t,e.fields||[],s);}else if(e.type==="tabs"&&e.tabs){let t=e.name?o[e.name]:o;for(let c of e.tabs)k(t,c.fields||[],s);}else if(e.type==="array"&&e.name&&Array.isArray(o[e.name]))for(let t of o[e.name])k(t,e.fields||[],s);else if(e.type==="blocks"&&e.name&&Array.isArray(o[e.name]))for(let t of o[e.name]){if(!t||typeof t!="object")continue;let c=t.type||t.blockType;if(!c)continue;let l=e.blocks?.find(i=>i.slug===c);if(l&&Array.isArray(l.fields)){let i=t.data&&typeof t.data=="object"?t.data:t;k(i,l.fields,s);}}}}}function W(o,r,s){if(!(!o||typeof o!="object")){for(let e of r)if(!(!e.name&&e.type!=="row"&&e.type!=="collapsible"&&e.type!=="tabs")){if(e.type==="relationship"||e.type==="upload"){let t=o[e.name];if(!t)continue;let c=Array.isArray(e.relationTo)?e.relationTo:[e.relationTo],l=a=>{o[e.name]=a;},i=(a,n)=>{let d=n?[n]:c;for(let y of d){let u=s.get(y);if(u&&u.has(a))return u.get(a)}return null};if(typeof t=="string"){let a=i(t);l(a||{id:t});}else if(Array.isArray(t))l(t.map(a=>{let n=typeof a=="object"?a.value??a.id:a,d=typeof a=="object"?a.relationTo:void 0,y=i(n,d);return y||{id:n}}));else if(typeof t=="object"){let a=t.value??t.id,n=t.relationTo,d=i(a,n);l(d||{id:a});}}else if(e.type==="group"||e.type==="collapsible"||e.type==="row"){let t=e.name?o[e.name]:o;W(t,e.fields||[],s);}else if(e.type==="tabs"&&e.tabs){let t=e.name?o[e.name]:o;for(let c of e.tabs)W(t,c.fields||[],s);}else if(e.type==="array"&&e.name&&Array.isArray(o[e.name]))for(let t of o[e.name])W(t,e.fields||[],s);else if(e.type==="blocks"&&e.name&&Array.isArray(o[e.name]))for(let t of o[e.name]){if(!t||typeof t!="object")continue;let c=t.type||t.blockType;if(!c)continue;let l=e.blocks?.find(i=>i.slug===c);if(l&&Array.isArray(l.fields)){let i=t.data&&typeof t.data=="object"?t.data:t;W(i,l.fields,s);}}}}}async function M(o,r,s,e,t=1,c=0){if(!o||o.length===0||t>c)return;let l=new Map;for(let n of o)k(n,r,l);if(l.size===0)return;let i=new Map,a=new Map;for(let[n,d]of l.entries()){if(d.size===0||!e.getCollection(n))continue;let u=new Map,p=Array.from(d),f=[];for(let v of p)try{let b=await s.findByID({collection:n,id:v,draft:!0});b&&(u.set(v,b),f.push(b));}catch{}i.set(n,u),f.length>0&&a.set(n,f);}if(t<c)for(let[n,d]of a.entries()){let y=e.getCollection(n);y&&await M(d,y.fields,s,e,t+1,c);}for(let n of o)W(n,r,i);}function P(o){return o==="read"?"read":o==="create"?"create":o==="update"?"update":"delete"}function N(o,r){return {none:false,read:o==="read",create:o==="read"||o==="create",update:o==="read"||o==="create"||o==="update",delete:o==="read"||o==="create"||o==="update"||o==="delete",admin:true}[r]||false}async function se(o,r,s,e={}){let{user:t,req:c,tenantID:l,apiKey:i}=s,{enablePublicAccess:a=true,defaultAccess:n="none"}=e,d=o.access?.[r];if(d){let u=await chunkNY47CFVP_cjs.a(d,{req:c,user:t,tenantID:l});return u===false?{allowed:false,error:"Access denied",status:403}:typeof u=="object"?{allowed:true,extraWhere:u}:{allowed:true}}if(i?.permissions?.length>0){let u=o.slug,p=P(r),f=`${u}:${p}`;return !chunkNY47CFVP_cjs.h(i.permissions,f)&&!chunkNY47CFVP_cjs.h(i.permissions,`${u}:admin`)?{allowed:false,error:"Access denied: insufficient permissions",status:403}:{allowed:true}}if(t){let u=o.slug,p=P(r),f=`${u}:${p}`,v=chunkQ3Q7BJVQ_cjs.a({id:t.id,email:t.email,role:t.role},f),b=chunkQ3Q7BJVQ_cjs.a({id:t.id,email:t.email,role:t.role},`${u}:admin`);return v||b?{allowed:true}:{allowed:false,error:"Access denied: missing RBAC permission",status:403}}let y=N(r,n);return a&&y?{allowed:true}:{allowed:false,error:"Authentication required",status:401}}async function ne(o,r,s,e={}){let{user:t,req:c,tenantID:l}=s,{enablePublicAccess:i=true}=e,a=o.access?.[r];if(a)return await chunkNY47CFVP_cjs.a(a,{req:c,user:t,tenantID:l})===false?{allowed:false,error:"Access denied",status:403}:{allowed:true};if(t){let n=`globals:${r}`,d=chunkQ3Q7BJVQ_cjs.a({id:t.id,email:t.email,role:t.role},n),y=chunkQ3Q7BJVQ_cjs.a({id:t.id,email:t.email,role:t.role},"globals:admin");return d||y?{allowed:true}:{allowed:false,error:"Access denied: missing RBAC permission",status:403}}return i?{allowed:true}:{allowed:false,error:"Authentication required",status:401}}exports.a=M;exports.b=se;exports.c=ne;exports.d=C;exports.e=_;exports.f=g;exports.g=h;exports.h=S;exports.i=E;exports.j=x;exports.k=R;exports.l=T;exports.m=j;exports.n=w;exports.o=$;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunkPY45XUEJ_cjs=require('./chunk-PY45XUEJ.cjs'),chunkUJNSOOYZ_cjs=require('./chunk-UJNSOOYZ.cjs'),chunkET6NN2V2_cjs=require('./chunk-ET6NN2V2.cjs'),chunkRLDAQ7IH_cjs=require('./chunk-RLDAQ7IH.cjs'),chunkGYQMNXXW_cjs=require('./chunk-GYQMNXXW.cjs'),chunkWMY7BDPK_cjs=require('./chunk-WMY7BDPK.cjs'),chunkATLSIYRH_cjs=require('./chunk-ATLSIYRH.cjs'),A=require('kyro:config');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var A__default=/*#__PURE__*/_interopDefault(A);exports.a=null;var n=null;async function g(){if(!exports.a)try{let e=A__default.default.default||A__default.default;exports.a=chunkPY45XUEJ_cjs.q(e),await exports.a.init(),await exports.a.loadSettings();let a=exports.a.db,r;if(a instanceof chunkRLDAQ7IH_cjs.c){if(a.dialect==="postgres")r=new chunkGYQMNXXW_cjs.a({db:a.client});else if(a.dialect==="sqlite"){let s=process.env.KYRO_AUTH_DB_PATH||"./data/auth.db";r=new chunkET6NN2V2_cjs.a({path:s});}}else if(a instanceof chunkPY45XUEJ_cjs.r){let s=process.env.KYRO_AUTH_DB_PATH||"./data/auth.db";r=new chunkET6NN2V2_cjs.a({path:s});}else a instanceof chunkWMY7BDPK_cjs.a&&(r=new chunkATLSIYRH_cjs.a({db:a.db}));r?.connect&&await r.connect(),(await chunkUJNSOOYZ_cjs.d(r))?.success,typeof exports.a.startWebSocket=="function"&&exports.a.startWebSocket().catch(s=>{console.error("[Kyro] WebSocket auto-start failed:",s);}),globalThis.__KYRO_INSTANCE__=exports.a;}catch(e){throw exports.a=null,n=null,console.error("[Kyro API] Init failed, will retry:",e),e}}async function q(){n||(n=g()),await n;}var w={graphqlEnabled:false,trpcEnabled:false,wsEnabled:false,requireAuth:false};async function b(e){try{return (await exports.a.db.findOne({collection:"_globals_access-settings",where:{},draft:!0}))?.apiAccess?.[e]??w[e]??!0}catch{return true}}var v=async e=>{if(!exports.a){n||(n=g());try{await Promise.race([n,new Promise((l,o)=>setTimeout(()=>o(new Error("Initialization timeout")),3e4))]);}catch{return new Response(JSON.stringify({error:"Service Unavailable",message:"Kyro CMS is still starting up. Please try again in a moment."}),{status:503,headers:{"Content-Type":"application/json","Retry-After":"5"}})}}let r=new URL(e.request.url).pathname,i=__KYRO_API_PATH__;if(r===`${i}/graphql`&&typeof exports.a.getGraphQL=="function"){if(!await b("graphqlEnabled"))return new Response(JSON.stringify({error:"GraphQL is disabled"}),{status:503,headers:{"Content-Type":"application/json"}});let o=await exports.a.getGraphQL().fetch(e.request,e.locals);return new Response(o.body,o)}if(r.startsWith(`${i}/trpc/`)&&typeof exports.a.getTRPC=="function"){if(!await b("trpcEnabled"))return new Response(JSON.stringify({error:"tRPC is disabled"}),{status:503,headers:{"Content-Type":"application/json"}});let o=await exports.a.getTRPC().fetch(e.request,e.locals);return new Response(o.body,o)}return exports.a.getREST().fetch(e.request,e.locals)};exports.b=q;exports.c=v;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use strict';var chunkNY47CFVP_cjs=require('./chunk-NY47CFVP.cjs'),chunkQ3Q7BJVQ_cjs=require('./chunk-Q3Q7BJVQ.cjs'),graphql=require('graphql');var Z=class{db;tenantID;user;caches=new Map;pending=new Map;waiting=new Map;flushScheduled=false;constructor(r){this.db=r.db,this.tenantID=r.tenantID,this.user=r.user;}getCacheKey(r){return r}async load(r,e){let l=this.getCacheKey(r),y=this.caches.get(l);if(y||(y=new Map,this.caches.set(l,y)),y.has(e))return y.get(e);let a=this.pending.get(l);return a||(a=new Set,this.pending.set(l,a)),a.add(e),y.set(e,void 0),this.flushScheduled||(this.flushScheduled=true,queueMicrotask(()=>{this.flushScheduled=false,this.flushAll();})),new Promise(i=>{let o=this.waiting.get(`${l}:${e}`);o||(o=[],this.waiting.set(`${l}:${e}`,o)),o.push(i);})}async flushAll(){for(let[r,e]of this.pending){if(e.size===0)continue;let l=this.caches.get(r),y=await this.db.find({collection:r,where:{id:{in:Array.from(e)}},limit:e.size,tenantID:this.tenantID,draft:!!this.user});for(let a of y.docs||[])if(a&&a.id){l.set(a.id,a);let i=this.waiting.get(`${r}:${a.id}`);i&&(i.forEach(o=>o(a)),this.waiting.delete(`${r}:${a.id}`));}}for(let[r,e]of this.waiting)e.forEach(l=>l(void 0));this.waiting.clear(),this.pending.clear();}resolveOne(r,e){return this.caches.get(this.getCacheKey(r))?.get(e)}},q=new graphql.GraphQLScalarType({name:"JSON",description:"Arbitrary JSON value",serialize(n){return n},parseValue(n){return n},parseLiteral(n){switch(n.kind){case graphql.Kind.STRING:return n.value;case graphql.Kind.INT:case graphql.Kind.FLOAT:return parseFloat(n.value);case graphql.Kind.BOOLEAN:return n.value;case graphql.Kind.OBJECT:{let r={};for(let e of n.fields)r[e.name.value]=q.parseLiteral(e.value);return r}case graphql.Kind.LIST:return n.values.map(r=>q.parseLiteral(r));case graphql.Kind.NULL:return null;default:return null}}});function se(n){return r=>{let e=0;return {Field(){e++,e>n&&r.reportError(new Error(`Query exceeds max depth of ${n}`));},leaveField(){e--;}}}}function I(n){return n.split(/[-_]/).map(r=>r.charAt(0).toUpperCase()+r.slice(1)).join("")}function H(n){let r=I(n);return r.charAt(0).toLowerCase()+r.slice(1)}function v(n){return n.endsWith("s")&&n.length>1?n.slice(0,-1):n}async function E(n,r,e){let l=n.access?.[r];if(e.apiKey){if(e.apiKey.permissions?.length>0){let a=n.slug,o=`${a}:${r==="read"?"read":r==="create"?"create":"update"}`;return !chunkNY47CFVP_cjs.h(e.apiKey.permissions,o)&&!chunkNY47CFVP_cjs.h(e.apiKey.permissions,`${a}:admin`)?{allowed:false}:{allowed:true}}if(l){let a=await chunkNY47CFVP_cjs.a(l,{req:e.req,user:e.user,tenantID:e.tenantID});return typeof a=="boolean"?{allowed:a}:{allowed:true,extraWhere:a}}return {allowed:true}}if(e.user){let a=n.slug,o=`${a}:${r==="read"?"read":r==="create"?"create":r==="update"?"update":"delete"}`;if(!chunkQ3Q7BJVQ_cjs.a({id:e.user.id,email:e.user.email,role:e.user.role},o)&&!chunkQ3Q7BJVQ_cjs.a({id:e.user.id,email:e.user.email,role:e.user.role},`${a}:admin`)&&!l)return {allowed:false}}if(!l)return e.user?{allowed:true}:{allowed:false};let y=await chunkNY47CFVP_cjs.a(l,{req:e.req,user:e.user,tenantID:e.tenantID});return typeof y=="boolean"?{allowed:y}:{allowed:true,extraWhere:y}}async function X(n,r,e){let l=n.access?.[r];if(e.apiKey){if(e.apiKey.permissions?.length>0){let a=n.slug,i=`${a}:${r}`;return !chunkNY47CFVP_cjs.h(e.apiKey.permissions,i)&&!chunkNY47CFVP_cjs.h(e.apiKey.permissions,`${a}:admin`)&&!chunkNY47CFVP_cjs.h(e.apiKey.permissions,`${a}:*`)?{allowed:false}:{allowed:true}}if(l){let a=await chunkNY47CFVP_cjs.a(l,{req:e.req,user:e.user,tenantID:e.tenantID});return {allowed:typeof a=="boolean"?a:true}}return {allowed:true}}if(!l){if(!e.user)return {allowed:false};let a=e.user.role;return a==="super_admin"||a==="admin"?{allowed:true}:{allowed:false}}let y=await chunkNY47CFVP_cjs.a(l,{req:e.req,user:e.user,tenantID:e.tenantID});return typeof y=="boolean"?{allowed:y}:{allowed:true}}function x(n,r){return n?n.startsWith("http://")||n.startsWith("https://")||n.startsWith("blob:")||n.startsWith("data:")?n:`${(process.env.KYRO_BASE_URL||r||"http://localhost:4321").replace(/\/+$/,"")}${n.startsWith("/")?"":"/"}${n}`:null}function K(n,r){return n&&(n.url&&(n.url=x(n.url,r)),n.thumbnailUrl&&(n.thumbnailUrl=x(n.thumbnailUrl,r)),n)}function k(n,r,e,l=false,y="Root",a=new Map){switch(n.type){case "text":case "email":case "password":case "textarea":case "color":case "code":case "markdown":case "date":case "select":case "radio":return n.hasMany?new graphql.GraphQLList(graphql.GraphQLString):graphql.GraphQLString;case "list":return new graphql.GraphQLList(graphql.GraphQLString);case "upload":{let i=n;if(l)return i.hasMany?new graphql.GraphQLList(graphql.GraphQLString):graphql.GraphQLString;if(i.relationTo&&e?.[i.relationTo]){let o=e[i.relationTo];return i.hasMany?new graphql.GraphQLList(o):o}return q}case "image":{if(l)return graphql.GraphQLString;let i=n;return i.relationTo&&e?.[i.relationTo]?e[i.relationTo]:q}case "number":{let i=n.integer?graphql.GraphQLInt:graphql.GraphQLFloat;return n.hasMany?new graphql.GraphQLList(i):i}case "checkbox":return graphql.GraphQLBoolean;case "json":case "richtext":return q;case "blocks":{if(l)return q;let i=n,o=(i.blocks||[]).map(b=>{let w=`Block_${I(b.slug)}`,u=a.get(w);return u||(u=new graphql.GraphQLObjectType({name:w,fields:()=>{let m=j(b.fields||[],r,e,w,a);return m.blockType={type:graphql.GraphQLString},m.name={type:graphql.GraphQLString},m}}),a.set(w,u)),u});if(o.length===0)return q;let p=`${y}_${I(i.name)}_Blocks`,D=a.get(p);return D||(D=new graphql.GraphQLUnionType({name:p,types:o,resolveType:b=>`Block_${I(b.blockType||b.type)}`}),a.set(p,D)),new graphql.GraphQLList(D)}case "tabs":{if(l)return q;let i=n,o=`${y}_${I(i.name)}_Tabs`,p=a.get(o);return p||(p=new graphql.GraphQLObjectType({name:o,fields:()=>j(i.tabs?.flatMap(D=>D.fields||[])||[],r,e,o,a)}),a.set(o,p)),p}case "relationship":{let i=n.relationTo;if((i==="*"||Array.isArray(i)&&i.includes("*"))&&(i=r.getCollections().map(o=>o.slug)),typeof i=="string"){if(l)return n.hasMany?new graphql.GraphQLList(graphql.GraphQLString):graphql.GraphQLString;if(e?.[i])return n.hasMany?new graphql.GraphQLList(e[i]):e[i];let o=r.getCollection(i);if(o)return new graphql.GraphQLObjectType({name:`${I(i)}Ref`,fields:()=>({id:{type:graphql.GraphQLString},...N(o,r,e,a)})})}else if(Array.isArray(i)){if(l)return n.hasMany?new graphql.GraphQLList(q):q;let o=i.map(u=>{if(e?.[u])return e[u];let m=r.getCollection(u);if(m){let c=a.get(`${I(u)}Ref`);return c||(c=new graphql.GraphQLObjectType({name:`${I(u)}Ref`,fields:()=>({id:{type:graphql.GraphQLString},...N(m,r,e,a)})}),a.set(`${I(u)}Ref`,c)),c}return null}).filter(Boolean);if(o.length===0)return q;let p=`${y}_${I(n.name||"Ref")}_PolyUnion`,D=a.get(p);D||(D=new graphql.GraphQLUnionType({name:p,types:o,resolveType:u=>{if(u.__collection&&u.__collection!=="*")return e?.[u.__collection]?e[u.__collection].name:`${I(u.__collection)}Ref`}}),a.set(p,D));let b=`${y}_${I(n.name||"Ref")}_PolyWrapper`,w=a.get(b);return w||(w=new graphql.GraphQLObjectType({name:b,fields:{relationTo:{type:graphql.GraphQLString},value:{type:D}}}),a.set(b,w)),n.hasMany?new graphql.GraphQLList(w):w}return q}case "array":{if(l)return new graphql.GraphQLList(q);let i=n,o=`${y}_${I(i.name)}_ArrayItem`,p=a.get(o);return p||(p=new graphql.GraphQLObjectType({name:o,fields:()=>{let D=j(i.fields||[],r,e,o,a);return D.id={type:graphql.GraphQLString},D}}),a.set(o,p)),new graphql.GraphQLList(p)}case "group":{if(l)return q;let i=n,o=`${y}_${I(i.name)}_Group`,p=a.get(o);return p||(p=new graphql.GraphQLObjectType({name:o,fields:()=>j(i.fields||[],r,e,o,a)}),a.set(o,p)),p}default:return graphql.GraphQLString}}function j(n,r,e,l,y=new Map){let a={};for(let i of n){if(i.type==="tabs"&&!i.name){for(let o of i.tabs||[]){let p=j(o.fields||[],r,e,l,y);Object.assign(a,p);}continue}if(i.type==="row"||i.type==="collapsible"){let o=j(i.fields||[],r,e,l,y);Object.assign(a,o);continue}if(i.name&&i.admin?.hidden!==true){let o=ie(i,r,e,l,y);o&&(a[i.name]=o);}}return a}function N(n,r,e,l=new Map){return j(n.fields,r,e,I(v(n.slug)),l)}function ie(n,r,e,l,y=new Map){if(!n.name)return null;let a=n.deprecated||void 0;if(n.type==="upload"){let o=k(n,r,e,false,l,y),p=n;return {type:n.required?new graphql.GraphQLNonNull(o):o,description:n.admin?.description||n.label,deprecationReason:a,resolve:async(D,b,w)=>{let u=w?.relationLoader,m=D?.[p.name],c=w?.req?.url?new URL(w.req.url).origin:void 0;if(!m)return null;if(p.hasMany){let L=Array.isArray(m)?m:[];return Promise.all(L.map(async f=>{let G=typeof f=="string"?f:f?.id;if(!G||typeof f=="object"&&f?.url)return K(f,c);if(u){let S=u.resolveOne(p.relationTo,G);if(S)return K(S,c);let t=await u.load(p.relationTo,G);return t?K(t,c):null}return {id:G}}))}let h=typeof m=="string"?m:m?.id;if(!h||typeof m=="object"&&m?.url)return K(m,c);if(u){let L=u.resolveOne(p.relationTo,h);if(L)return K(L,c);let f=await u.load(p.relationTo,h);return f?K(f,c):null}return {id:h}}}}if(n.type==="relationship"&&!n.hasMany){let o=k(n,r,e,false,l,y);return {type:n.required?new graphql.GraphQLNonNull(o):o,description:n.admin?.description||n.label,deprecationReason:a,resolve:async(p,D,b)=>{let w=b?.relationLoader,u=n,m=p?.[u.name];if(!m)return null;let c=Array.isArray(u.relationTo)||u.relationTo==="*",h=c?m?.relationTo:u.relationTo,L=c?m?.value:m;if(c&&typeof m=="string"&&(h=u.relationTo[0],L=m),c&&h==="*")return null;if(w&&typeof L=="string"&&typeof h=="string"&&h!=="*"){let f=w.resolveOne(h,L);if(f)return c?{relationTo:h,value:{...f,__collection:h}}:f;let G=await w.load(h,L);return G?c?{relationTo:h,value:{...G,__collection:h}}:G:null}return c?{relationTo:h,value:{id:L,__collection:h}}:{id:L}}}}if(n.type==="relationship"&&n.hasMany)return {type:k(n,r,e,false,l,y),description:n.admin?.description||n.label,deprecationReason:a,resolve:async(p,D,b)=>{let w=b?.relationLoader,u=n,m=p?.[u.name]||[];if(!m.length)return [];let c=Array.isArray(u.relationTo)||u.relationTo==="*";if(w){let h=[];for(let L of m){let f=c?L?.relationTo:u.relationTo,G=c?L?.value:L;if(c&&typeof L=="string"&&(f=u.relationTo[0],G=L),!(c&&f==="*")){if(typeof G=="string"&&typeof f=="string"&&f!=="*"){let S=w.resolveOne(f,G);if(S){h.push(c?{relationTo:f,value:{...S,__collection:f}}:S);continue}let t=await w.load(f,G);if(t){h.push(c?{relationTo:f,value:{...t,__collection:f}}:t);continue}continue}h.push(c?{relationTo:f,value:{id:G,__collection:f}}:{id:G});}}return h}return m.map(h=>{let L=c?h?.relationTo:u.relationTo,f=c?h?.value:h;return c&&typeof h=="string"&&(L=u.relationTo[0],f=h),c?{relationTo:L,value:{id:f}}:{id:f}})}};if(n.type==="blocks"){let o=k(n,r,e,false,l,y);return {type:n.required?new graphql.GraphQLNonNull(o):o,description:n.admin?.description||n.label,deprecationReason:a,resolve:p=>{let D=p?.[n.name];return Array.isArray(D)?D.map(b=>b&&b.data&&b.type?{...b.data,id:b.id,type:b.type,blockType:b.type,name:b.name}:b):D}}}let i=k(n,r,e,false,l,y);return {type:n.required?new graphql.GraphQLNonNull(i):i,description:n.admin?.description||n.label,deprecationReason:a}}function ee(n){let{registry:r,db:e,user:l,req:y,tenantID:a,apiKey:i,settings:o}=n;if(o?.access?.apiAccess?.graphqlEnabled===false)throw new Error("GraphQL API is disabled");let D=r.getCollections(),b=r.getGlobals(),w={},u={},m=new Map;for(let t of D){w[t.slug]=new graphql.GraphQLObjectType({name:I(v(t.slug)),fields:()=>({id:{type:graphql.GraphQLString},...N(t,r,w,m),...t.timestamps?{createdAt:{type:graphql.GraphQLString},updatedAt:{type:graphql.GraphQLString}}:{},...t.tenantScoped?{tenantID:{type:graphql.GraphQLString}}:{}})});let Q={};for(let _ of t.fields)_.name&&_.name!=="id"&&(Q[_.name]={type:k(_,r,w,true)});u[t.slug]=new graphql.GraphQLInputObjectType({name:`${I(v(t.slug))}Input`,fields:()=>Q});}let c={},h={};for(let t of b)c[t.slug]=new graphql.GraphQLObjectType({name:`${I(t.slug)}Global`,fields:()=>({id:{type:graphql.GraphQLString},...N({slug:t.slug,fields:t.fields},r,w)})}),h[t.slug]=new graphql.GraphQLInputObjectType({name:`${I(t.slug)}GlobalInput`,fields:()=>{let Q={};for(let _ of t.fields)_.name&&_.name!=="id"&&(Q[_.name]={type:k(_,r,w,true)});return Q}});let L={};for(let t of D){let Q=w[t.slug];Q&&(L[H(t.slug)]={type:new graphql.GraphQLObjectType({name:`${I(v(t.slug))}FindResult`,fields:{docs:{type:new graphql.GraphQLList(Q)},totalDocs:{type:graphql.GraphQLInt},page:{type:graphql.GraphQLInt},totalPages:{type:graphql.GraphQLInt},hasNextPage:{type:graphql.GraphQLBoolean},hasPrevPage:{type:graphql.GraphQLBoolean}}}),args:{where:{type:graphql.GraphQLString},sort:{type:graphql.GraphQLString},limit:{type:graphql.GraphQLInt},page:{type:graphql.GraphQLInt},draft:{type:graphql.GraphQLBoolean}},resolve:async(_,T,s)=>{let d=await E(t,"read",{user:s.user,req:s.req,tenantID:s.tenantID,apiKey:s.apiKey});if(!d.allowed)throw new Error("Access denied");s.tenantID&&e.setTenantContext({tenantId:s.tenantID,userId:s.user?.id??"",role:s.user?.role,isSuperAdmin:s.user?.role==="super_admin"});let A={};if(T.where)try{A=JSON.parse(T.where);}catch{}d.extraWhere&&(A={...A,...d.extraWhere});let O=T.draft??!!s.user;return e.find({collection:t.slug,where:A,sort:T.sort,limit:T.limit||10,page:T.page||1,tenantID:s.tenantID,draft:O})}},L[H(v(t.slug))]={type:Q,args:{id:{type:graphql.GraphQLString},slug:{type:graphql.GraphQLString},draft:{type:graphql.GraphQLBoolean}},resolve:async(_,T,s)=>{if(!T.id&&!T.slug)throw new Error("Either id or slug is required");if(!(await E(t,"read",{user:s.user,req:s.req,tenantID:s.tenantID,apiKey:s.apiKey})).allowed)throw new Error("Access denied");s.tenantID&&e.setTenantContext({tenantId:s.tenantID,userId:s.user?.id??"",role:s.user?.role,isSuperAdmin:s.user?.role==="super_admin"});let A=T.draft??!!s.user;return T.id?e.findByID({collection:t.slug,id:T.id,tenantID:s.tenantID,draft:A}):(await e.find({collection:t.slug,where:{slug:{equals:T.slug}},limit:1,page:1,tenantID:s.tenantID,draft:A})).docs?.[0]||null}},L[`count${I(t.slug)}`]={type:new graphql.GraphQLObjectType({name:`${I(v(t.slug))}Count`,fields:{totalDocs:{type:graphql.GraphQLInt}}}),args:{where:{type:graphql.GraphQLString}},resolve:async(_,T,s)=>{if(!(await E(t,"read",{user:s.user,req:s.req,tenantID:s.tenantID,apiKey:s.apiKey})).allowed)return {totalDocs:0};let A={};if(T.where)try{A=JSON.parse(T.where);}catch{}return {totalDocs:await e.count({collection:t.slug,where:A,tenantID:s.tenantID})}}});}for(let t of b){let Q=c[t.slug];Q&&(L[H(v(t.slug))]={type:Q,resolve:async(_,T,s)=>{if(!(await X(t,"read",{user:s.user,req:s.req,tenantID:s.tenantID,apiKey:s.apiKey})).allowed)throw new Error("Access denied: cannot read global");return s.tenantID&&e.setTenantContext({tenantId:s.tenantID,userId:s.user?.id??"",role:s.user?.role,isSuperAdmin:s.user?.role==="super_admin"}),e.findOne({collection:`_globals_${t.slug}`,where:{},tenantID:s.tenantID})}});}let f=new graphql.GraphQLObjectType({name:"Query",fields:L}),G={};for(let t of D){let Q=w[t.slug],_=u[t.slug];!Q||!_||(G[`create${I(v(t.slug))}`]={type:new graphql.GraphQLObjectType({name:`${I(v(t.slug))}CreateResult`,fields:{doc:{type:Q},message:{type:graphql.GraphQLString}}}),args:{data:{type:new graphql.GraphQLNonNull(_)}},resolve:async(T,s,d)=>{if(!(await E(t,"create",{user:d.user,req:d.req,tenantID:d.tenantID,apiKey:d.apiKey})).allowed)throw new Error("Access denied: cannot create");d.tenantID&&e.setTenantContext({tenantId:d.tenantID,userId:d.user?.id??"",role:d.user?.role,isSuperAdmin:d.user?.role==="super_admin"});let J=r.getCreateZodSchema(t.slug).parse(s.data);return {doc:await e.create({collection:t.slug,data:J,tenantID:d.tenantID}),message:"Created successfully"}}},G[`update${I(v(t.slug))}`]={type:new graphql.GraphQLObjectType({name:`${I(v(t.slug))}UpdateResult`,fields:{doc:{type:Q},message:{type:graphql.GraphQLString}}}),args:{id:{type:new graphql.GraphQLNonNull(graphql.GraphQLString)},data:{type:new graphql.GraphQLNonNull(_)},baseUpdatedAt:{type:graphql.GraphQLString}},resolve:async(T,s,d)=>{if(!(await E(t,"update",{user:d.user,req:d.req,tenantID:d.tenantID,apiKey:d.apiKey})).allowed)throw new Error("Access denied: cannot update");if(d.tenantID&&e.setTenantContext({tenantId:d.tenantID,userId:d.user?.id??"",role:d.user?.role,isSuperAdmin:d.user?.role==="super_admin"}),s.baseUpdatedAt){let W=await e.findByID({collection:t.slug,id:s.id,tenantID:d.tenantID,draft:true});if(W&&W.updatedAt&&s.baseUpdatedAt!==W.updatedAt)throw new Error(`Revision conflict: document has changed since ${s.baseUpdatedAt}. Current updatedAt: ${W.updatedAt}`)}let J=r.getUpdateZodSchema(t.slug).parse(s.data);return {doc:await e.update({collection:t.slug,id:s.id,data:J,tenantID:d.tenantID}),message:"Updated successfully"}}},G[`delete${I(v(t.slug))}`]={type:new graphql.GraphQLObjectType({name:`${I(v(t.slug))}DeleteResult`,fields:{doc:{type:Q},message:{type:graphql.GraphQLString}}}),args:{id:{type:new graphql.GraphQLNonNull(graphql.GraphQLString)}},resolve:async(T,s,d)=>{if(!(await E(t,"delete",{user:d.user,req:d.req,tenantID:d.tenantID,apiKey:d.apiKey})).allowed)throw new Error("Access denied: cannot delete");return d.tenantID&&e.setTenantContext({tenantId:d.tenantID,userId:d.user?.id??"",role:d.user?.role,isSuperAdmin:d.user?.role==="super_admin"}),{doc:await e.delete({collection:t.slug,id:s.id,tenantID:d.tenantID}),message:"Deleted successfully"}}});}for(let t of b){let Q=h[t.slug];Q&&(G[`update${I(t.slug)}`]={type:new graphql.GraphQLObjectType({name:`${I(t.slug)}UpdateResult`,fields:{doc:{type:c[t.slug]||graphql.GraphQLString},message:{type:graphql.GraphQLString}}}),args:{data:{type:new graphql.GraphQLNonNull(Q)}},resolve:async(_,T,s)=>{if(!(await X(t,"update",{user:s.user,req:s.req,tenantID:s.tenantID,apiKey:s.apiKey})).allowed)throw new Error("Access denied: cannot update global");s.tenantID&&e.setTenantContext({tenantId:s.tenantID,userId:s.user?.id??"",role:s.user?.role,isSuperAdmin:s.user?.role==="super_admin"});let A=await e.findOne({collection:`_globals_${t.slug}`,where:{},tenantID:s.tenantID}),O;return A?O=await e.update({collection:`_globals_${t.slug}`,id:A.id,data:T.data,tenantID:s.tenantID}):O=await e.create({collection:`_globals_${t.slug}`,data:T.data,tenantID:s.tenantID}),{doc:O,message:"Updated successfully"}}});}let S=new graphql.GraphQLObjectType({name:"Mutation",fields:G});return new graphql.GraphQLSchema({query:f,mutation:S})}function oe(n,r,e){return ee({registry:n,db:r,user:e?.user,req:e?.req,tenantID:e?.tenantID,apiKey:e?.apiKey})}
|
|
2
|
+
Object.defineProperty(exports,"e",{enumerable:true,get:function(){return graphql.printSchema}});exports.a=Z;exports.b=se;exports.c=ee;exports.d=oe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var chunk4FV3HQBI_cjs=require('./chunk-4FV3HQBI.cjs'),chunkNY47CFVP_cjs=require('./chunk-NY47CFVP.cjs');async function T(e){let a=chunk4FV3HQBI_cjs.o(e.db),t={db:e.db,registry:e.registry,req:e.req,user:e.user,tenantID:e.tenantID,webhookService:a,settings:e.settings},n=chunkNY47CFVP_cjs.f(e.req);if(n){let r=await chunkNY47CFVP_cjs.e(n,e.db,async o=>{try{return await e.db.findByID({collection:"users",id:o})||null}catch{return null}});r.valid&&(t.user=r.user||e.user,t.tenantID=r.tenantId||e.tenantID,t.apiKey=chunkNY47CFVP_cjs.g(r));}return t}var W={_media:{create:chunk4FV3HQBI_cjs.d.MEDIA_UPLOAD,update:chunk4FV3HQBI_cjs.d.MEDIA_UPLOAD,delete:chunk4FV3HQBI_cjs.d.MEDIA_DELETE}};function k(e,a){let t=W[e];return t?t[a]:`collection.${a}`}async function A(e,a,t){if(e.webhookService)try{await e.webhookService.trigger(a,{collection:t.collection,operation:t.operation,data:t.data,previousData:t.previousData,user:e.user?{id:e.user.id,email:e.user.email,role:e.user.role}:void 0,tenantId:e.tenantID});}catch(n){console.error(`[Webhook] Failed to trigger ${a}:`,n);}}function D(e,a){if(!(!e||typeof e!="object"))for(let t of a){if(!t.name||!(t.name in e))continue;if(e[t.name]===""&&(t.type==="text"||t.type==="textarea"||t.type==="code"||t.type==="markdown"||t.type==="email"||t.type==="password"||t.type==="color"||(e[t.name]=null)),t.type==="tabs"&&t.name&&Array.isArray(t.tabs)&&e[t.name]&&typeof e[t.name]=="object")for(let r of t.tabs)Array.isArray(r.fields)&&D(e[t.name],r.fields);else if((t.type==="group"||t.type==="collapsible")&&t.name&&Array.isArray(t.fields)&&e[t.name]&&typeof e[t.name]=="object")D(e[t.name],t.fields);else if(t.type==="array"&&t.name&&Array.isArray(t.fields)&&Array.isArray(e[t.name]))for(let r of e[t.name])r&&typeof r=="object"&&D(r,t.fields);else if(t.type==="blocks"&&t.name&&Array.isArray(t.blocks)&&Array.isArray(e[t.name]))for(let r of e[t.name]){if(!r||typeof r!="object")continue;let o=r.type||r.blockType;if(!o)continue;let s=t.blocks.find(i=>i.slug===o);if(!s||!Array.isArray(s.fields))continue;let c=r.data&&typeof r.data=="object"?r.data:r;D(c,s.fields);}}}async function p(e,a,t){let n=await chunk4FV3HQBI_cjs.b(e,a,{user:t.user,req:t.req,tenantID:t.tenantID,apiKey:t.apiKey});if(!n.allowed)throw new Error(n.error||"Access denied");t.tenantID&&t.db.setTenantContext({tenantId:t.tenantID,userId:t.user?.id??"",role:t.user?.role,isSuperAdmin:t.user?.role==="super_admin"});}function C(e){return async a=>{let{collection:t,where:n,sort:r,limit:o,page:s,depth:c,select:i,draft:d}=a,u=e.registry.getCollection(t);if(await p(u,"read",e),u.hooks?.beforeRead)for(let f of u.hooks.beforeRead)await f({collection:t,req:e.req,user:e.user,tenantID:e.tenantID,operation:"read",where:n});let l=d??!!e.user,g=await e.db.find({collection:t,where:n||{},sort:r,limit:o||10,page:s||1,depth:c||0,tenantID:e.tenantID,select:i,draft:l});if(u.hooks?.afterRead)for(let f of g.docs)for(let I of u.hooks.afterRead)await I({collection:t,doc:f,req:e.req,user:e.user,tenantID:e.tenantID,operation:"read"});return await chunk4FV3HQBI_cjs.a(g.docs,u.fields,e.db,e.registry,1,c||0),g}}function R(e){return async a=>{let{collection:t,id:n,depth:r,select:o,draft:s}=a,c=e.registry.getCollection(t);await p(c,"read",e);let i=s??!!e.user,d=await e.db.findByID({collection:t,id:n,depth:r||0,tenantID:e.tenantID,select:o,draft:i});if(!d)throw new Error(`Document not found: ${t}/${n}`);if(c.hooks?.afterRead)for(let u of c.hooks.afterRead)await u({collection:t,doc:d,req:e.req,user:e.user,tenantID:e.tenantID,operation:"read",id:n});return await chunk4FV3HQBI_cjs.a([d],c.fields,e.db,e.registry,1,r||0),d}}function q(e){return async a=>{let{collection:t,data:n,depth:r,select:o}=a,s=e.registry.getCollection(t);await p(s,"create",e);let i=e.registry.getCreateZodSchema(t).parse(n);if(s.tenantScoped&&e.tenantID&&(i.tenantID=e.tenantID),s.hooks?.beforeValidate)for(let u of s.hooks.beforeValidate){let l=await u({collection:t,data:i,req:e.req,user:e.user,tenantID:e.tenantID,operation:"create"});l&&Object.assign(i,l);}if(s.hooks?.beforeChange)for(let u of s.hooks.beforeChange){let l=await u({collection:t,data:i,req:e.req,user:e.user,tenantID:e.tenantID,operation:"create"});l&&Object.assign(i,l);}let d=await e.db.create({collection:t,data:i,depth:r||0,tenantID:e.tenantID,select:o});if(s.hooks?.afterChange)for(let u of s.hooks.afterChange)await u({collection:t,doc:d,data:i,req:e.req,user:e.user,tenantID:e.tenantID,operation:"create"});return await A(e,k(t,"create"),{collection:t,data:d,operation:"create"}),{doc:d}}}function P(e){return async a=>{let{collection:t,id:n,data:r,depth:o,select:s,baseUpdatedAt:c}=a,i=e.registry.getCollection(t);await p(i,"update",e);let d=await e.db.findByID({collection:t,id:n,tenantID:e.tenantID,draft:true});if(!d)throw new Error(`Document not found: ${t}/${n}`);if(c&&d.updatedAt&&c!==d.updatedAt)throw new Error(`Revision conflict: document has changed since ${c}. Current updatedAt: ${d.updatedAt}`);D(r,i.fields);let l=e.registry.getUpdateZodSchema(t).parse(r);if(i.tenantScoped&&e.tenantID&&(l.tenantID=e.tenantID),i.hooks?.beforeValidate)for(let b of i.hooks.beforeValidate){let h=await b({collection:t,data:l,originalDoc:d,req:e.req,user:e.user,tenantID:e.tenantID,operation:"update",id:n});h&&Object.assign(l,h);}if(i.hooks?.beforeChange)for(let b of i.hooks.beforeChange){let h=await b({collection:t,data:l,originalDoc:d,req:e.req,user:e.user,tenantID:e.tenantID,operation:"update",id:n});h&&Object.assign(l,h);}let g=e.req&&typeof e.req.headers?.get=="function"&&e.req.headers.get("x-draft")==="true"||a.draft===true,f=i.versions?.drafts===true,I=e.req?.query?.autosave==="true"||e.req?.url?.includes("autosave=true")||a.autosave===true,y;if(f&&g?(await e.db.createVersion({collection:t,documentId:n,data:l,status:"draft",autosave:I,createdBy:e.user?.id,tenantID:e.tenantID}),y=await e.db.findByID({collection:t,id:n,tenantID:e.tenantID,draft:true})):f?(y=await e.db.update({collection:t,id:n,data:{...l,status:"published"},depth:o||0,tenantID:e.tenantID,select:s}),await e.db.createVersion({collection:t,documentId:n,data:l,status:"published",createdBy:e.user?.id,tenantID:e.tenantID})):y=await e.db.update({collection:t,id:n,data:l,depth:o||0,tenantID:e.tenantID,select:s}),i.hooks?.afterChange)for(let b of i.hooks.afterChange)await b({collection:t,doc:y,data:l,originalDoc:d,req:e.req,user:e.user,tenantID:e.tenantID,operation:"update",id:n});return await A(e,k(t,"update"),{collection:t,data:y,previousData:d,operation:"update"}),{doc:y}}}function v(e){return async a=>{let{collection:t,id:n}=a,r=e.registry.getCollection(t);await p(r,"delete",e);let o=await e.db.findByID({collection:t,id:n,tenantID:e.tenantID,draft:true});if(!o)throw new Error(`Document not found: ${t}/${n}`);if(r.hooks?.beforeDelete)for(let c of r.hooks.beforeDelete)await c({collection:t,doc:o,req:e.req,user:e.user,tenantID:e.tenantID,operation:"delete",id:n});let s=await e.db.delete({collection:t,id:n,tenantID:e.tenantID});if(r.hooks?.afterDelete)for(let c of r.hooks.afterDelete)await c({collection:t,doc:s,req:e.req,user:e.user,tenantID:e.tenantID,operation:"delete",id:n});return await A(e,k(t,"delete"),{collection:t,data:s,previousData:o,operation:"delete"}),{doc:s,message:"Deleted successfully"}}}function K(e){return async a=>{let{collection:t,where:n}=a,r=e.registry.getCollection(t);return await p(r,"read",e),{totalDocs:await e.db.count({collection:t,where:n||{},tenantID:e.tenantID})}}}async function U(e,a,t){let n=await chunk4FV3HQBI_cjs.c(e,a,{user:t.user,req:t.req,tenantID:t.tenantID});if(!n.allowed)throw new Error(n.error||"Access denied");t.tenantID&&t.db.setTenantContext({tenantId:t.tenantID,userId:t.user?.id??"",role:t.user?.role,isSuperAdmin:t.user?.role==="super_admin"});}function $(e){let a={},t=e.registry.getCollections();for(let r of t){let o=r.slug;a[o]={find:C(e),findByID:R(e),create:q(e),update:P(e),delete:v(e),count:K(e)};}let n=e.registry.getGlobals();for(let r of n){let o=r.slug;a[`_globals_${o}`]={get:async()=>(await U(r,"read",e),await e.db.findOne({collection:`_globals_${o}`,where:{},tenantID:e.tenantID})),update:async s=>{await U(r,"update",e);let i=e.registry.getZodSchema(o).parse(s.data),d=await e.db.findOne({collection:`_globals_${o}`,where:{},tenantID:e.tenantID,draft:true}),u;return d?u=await e.db.update({collection:`_globals_${o}`,id:d.id,data:i,tenantID:e.tenantID}):u=await e.db.create({collection:`_globals_${o}`,data:{...i,id:o},tenantID:e.tenantID}),u}};}return a}function O(e){if(e.settings?.access?.apiAccess?.trpcEnabled===false)throw new Error("tRPC API is disabled");return $(e)}exports.a=T;exports.b=C;exports.c=R;exports.d=q;exports.e=P;exports.f=v;exports.g=K;exports.h=$;exports.i=O;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import {q as q$1,r}from'./chunk-
|
|
1
|
+
import {q as q$1,r}from'./chunk-GT5P64DV.js';import {d}from'./chunk-FO3HLBC7.js';import {a as a$1}from'./chunk-2W4FK6CJ.js';import {c}from'./chunk-GDMLWVJO.js';import {a}from'./chunk-RHCWCG3O.js';import {a as a$2}from'./chunk-TYOVXKQP.js';import {a as a$3}from'./chunk-P7CESLDJ.js';import A from'kyro:config';var t=null,n=null;async function g(){if(!t)try{let e=A.default||A;t=q$1(e),await t.init(),await t.loadSettings();let a$4=t.db,r$1;if(a$4 instanceof c){if(a$4.dialect==="postgres")r$1=new a({db:a$4.client});else if(a$4.dialect==="sqlite"){let s=process.env.KYRO_AUTH_DB_PATH||"./data/auth.db";r$1=new a$1({path:s});}}else if(a$4 instanceof r){let s=process.env.KYRO_AUTH_DB_PATH||"./data/auth.db";r$1=new a$1({path:s});}else a$4 instanceof a$2&&(r$1=new a$3({db:a$4.db}));r$1?.connect&&await r$1.connect(),(await d(r$1))?.success,typeof t.startWebSocket=="function"&&t.startWebSocket().catch(s=>{console.error("[Kyro] WebSocket auto-start failed:",s);}),globalThis.__KYRO_INSTANCE__=t;}catch(e){throw t=null,n=null,console.error("[Kyro API] Init failed, will retry:",e),e}}async function q(){n||(n=g()),await n;}var w={graphqlEnabled:false,trpcEnabled:false,wsEnabled:false,requireAuth:false};async function b(e){try{return (await t.db.findOne({collection:"_globals_access-settings",where:{},draft:!0}))?.apiAccess?.[e]??w[e]??!0}catch{return true}}var v=async e=>{if(!t){n||(n=g());try{await Promise.race([n,new Promise((l,o)=>setTimeout(()=>o(new Error("Initialization timeout")),3e4))]);}catch{return new Response(JSON.stringify({error:"Service Unavailable",message:"Kyro CMS is still starting up. Please try again in a moment."}),{status:503,headers:{"Content-Type":"application/json","Retry-After":"5"}})}}let r=new URL(e.request.url).pathname,i=__KYRO_API_PATH__;if(r===`${i}/graphql`&&typeof t.getGraphQL=="function"){if(!await b("graphqlEnabled"))return new Response(JSON.stringify({error:"GraphQL is disabled"}),{status:503,headers:{"Content-Type":"application/json"}});let o=await t.getGraphQL().fetch(e.request,e.locals);return new Response(o.body,o)}if(r.startsWith(`${i}/trpc/`)&&typeof t.getTRPC=="function"){if(!await b("trpcEnabled"))return new Response(JSON.stringify({error:"tRPC is disabled"}),{status:503,headers:{"Content-Type":"application/json"}});let o=await t.getTRPC().fetch(e.request,e.locals);return new Response(o.body,o)}return t.getREST().fetch(e.request,e.locals)};export{t as a,q as b,v as c};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {a,c,b,d}from'./chunk-4YYBWCDJ.js';import {sql,eq,desc,and,or,ne,inArray,like,gt,gte,lt,lte}from'drizzle-orm';import {text,uuid,jsonb,timestamp,boolean,decimal,integer as integer$1,varchar,pgTable}from'drizzle-orm/pg-core';import {text as text$1,integer,numeric,sqliteTable}from'drizzle-orm/sqlite-core';import {drizzle}from'drizzle-orm/postgres-js';import oe from'postgres';import {randomBytes}from'crypto';import {mkdir}from'fs/promises';import {resolve,dirname}from'path';import {createRequire}from'module';var M=false;function D(p,s="postgres"){switch(p.type){case "text":case "email":case "password":case "color":return s==="sqlite"?"text":"varchar";case "textarea":case "code":case "markdown":case "secret":return "text";case "number":return p.integer?"integer":"decimal";case "checkbox":return "boolean";case "date":return "timestamp";case "select":case "radio":return s==="sqlite"?"text":"varchar";case "richtext":case "json":case "array":case "group":case "blocks":case "row":case "collapsible":case "tabs":return "jsonb";case "relationship":return s==="sqlite"?"text":"varchar";case "upload":return "jsonb";default:return "jsonb"}}function Ae(p,s="postgres"){let n=p.slug.replace(/-/g,"_"),e=[];e.push(`export const ${n} = pgTable('${n}', {`),e.push(" id: uuid('id').primaryKey().defaultRandom(),");for(let t of p.fields){if(t.name==="id")continue;let o=D(t,s),r=t.required,a=` ${t.name}: pg.${o}('${t.name}')`;t.unique&&(a+=".unique()"),r||(a+=".nullable()"),t.defaultValue!==void 0&&(typeof t.defaultValue=="string"?a+=`.default('${t.defaultValue}')`:typeof t.defaultValue=="boolean"?a+=`.default(${t.defaultValue})`:a+=`.default(sql\`${JSON.stringify(t.defaultValue)}\`)`),a+=",",e.push(a);}return p.timestamps&&(e.push(" createdAt: pg.timestamp('created_at').defaultNow(),"),e.push(" updatedAt: pg.timestamp('updated_at').defaultNow(),")),e.push(` status: ${s==="sqlite"?"sqlite":"pg"}.varchar('status').default('draft'),`),e.push(` hasDraft: ${s==="sqlite"?"sqlite":"pg"}.boolean('hasDraft').default(false),`),e.push("});"),e.join(`
|
|
2
|
-
`)}var S=class extends a{client;schema;dialect;connectionString;versionsTableReady=false;constructor(s){if(super(),this.schema=s.schema||{},s.connectionString){this.connectionString=s.connectionString;let n=s.connectionString.toLowerCase();n.startsWith("postgres://")||n.startsWith("postgresql://")?this.dialect="postgres":n.includes(".db")||n.includes("sqlite")||n.includes("file:")?this.dialect="sqlite":this.dialect=s.type||"postgres";}else this.client=s.client,this.dialect=s.type||"sqlite";}prepareData(s,n){let e=super.prepareData(s,n);e.createdAt&&typeof e.createdAt=="string"&&(e.createdAt=new Date(e.createdAt)),e.updatedAt&&typeof e.updatedAt=="string"&&(e.updatedAt=new Date(e.updatedAt));for(let t of n.fields)if(t.type==="date"&&t.name){let o=e[t.name];o&&typeof o=="string"&&(e[t.name]=new Date(o));}for(let t of n.fields){let r=D(t,this.dialect)==="jsonb";if(t.type==="tabs"&&"tabs"in t&&t.name){let a=s[t.name];if(a&&typeof a=="object"){let i={};for(let[c,u]of Object.entries(a)){let d=t.tabs.flatMap(h=>h.fields).find(h=>h.name===c);(d?.type==="upload"||d?.type==="image"||d?.type==="list"||d?.type==="relationship-block")&&u?i[c]=Array.isArray(u)||typeof u=="object"?JSON.stringify(u):u:i[c]=u;}e[t.name]=r?
|
|
2
|
+
`)}var S=class extends a{client;schema;dialect;connectionString;versionsTableReady=false;constructor(s){if(super(),this.schema=s.schema||{},s.connectionString){this.connectionString=s.connectionString;let n=s.connectionString.toLowerCase();n.startsWith("postgres://")||n.startsWith("postgresql://")?this.dialect="postgres":n.includes(".db")||n.includes("sqlite")||n.includes("file:")?this.dialect="sqlite":this.dialect=s.type||"postgres";}else this.client=s.client,this.dialect=s.type||"sqlite";}prepareData(s,n){let e=super.prepareData(s,n);e.createdAt&&typeof e.createdAt=="string"&&(e.createdAt=new Date(e.createdAt)),e.updatedAt&&typeof e.updatedAt=="string"&&(e.updatedAt=new Date(e.updatedAt));for(let t of n.fields)if(t.type==="date"&&t.name){let o=e[t.name];o&&typeof o=="string"&&(e[t.name]=new Date(o));}for(let t of n.fields){let r=D(t,this.dialect)==="jsonb";if(t.type==="tabs"&&"tabs"in t&&t.name){let a=s[t.name];if(a&&typeof a=="object"){let i={};for(let[c,u]of Object.entries(a)){let d=t.tabs.flatMap(h=>h.fields).find(h=>h.name===c);(d?.type==="upload"||d?.type==="image"||d?.type==="list"||d?.type==="relationship-block")&&u?i[c]=Array.isArray(u)||typeof u=="object"?JSON.stringify(u):u:i[c]=u;}e[t.name]=this.dialect==="sqlite"||!r?JSON.stringify(i):i;}}else if(r&&t.name&&s[t.name]!==void 0&&s[t.name]!==null)e[t.name]=this.dialect==="sqlite"?JSON.stringify(s[t.name]):s[t.name];else if((t.type==="upload"||t.type==="image"||t.type==="list"||t.type==="relationship-block")&&t.name){let a=s[t.name];a!=null&&(e[t.name]=this.dialect==="sqlite"||!r?typeof a=="string"?a:JSON.stringify(a):a);}}for(let t of n.fields)if(t.name&&e[t.name]===""){let o=D(t,this.dialect);(o==="timestamp"||o==="jsonb"||o==="decimal"||o==="integer"||o==="numeric"||o==="boolean")&&(e[t.name]=null);}return e}async connect(){if(this.connectionString&&!this.client){if(this.dialect==="postgres"){let{default:s}=await import('postgres'),{drizzle:n}=await import('drizzle-orm/postgres-js'),e=s(this.connectionString,{onnotice:()=>{}});this.client=n(e,{schema:this.schema});}else if(this.dialect==="sqlite"){let{default:s}=await import('better-sqlite3'),{drizzle:n}=await import('drizzle-orm/better-sqlite3'),e=new s(this.connectionString.replace("file:",""));this.client=n(e,{schema:this.schema});}}this.connected=true;}async init(s,n=[]){if(await super.init(s,n),this.connectionString&&!this.client&&await this.connect(),this.client&&!M){for(let t of s){let o=this.getTableName(t.slug);this.schema[o]||(this.schema[o]=this.createTableFromConfig(t));}await this.ensureCollectionTables(s);let e=n.map(t=>({slug:`_globals_${t.slug}`,fields:t.fields,label:t.label}));for(let t of e){let o=this.getTableName(t.slug);this.schema[o]||(this.schema[o]=this.createTableFromConfig(t,true)),this.collections.has(t.slug)||this.collections.set(t.slug,t);}await this.ensureCollectionTables(e),M=true;}}createTableFromConfig(s,n=false){let e=this.getTableName(s.slug),t={id:n?text("id").primaryKey():uuid("id").primaryKey().defaultRandom()};for(let o of s.fields){if(!o.name||o.name==="id")continue;let r=D(o,this.dialect),a=o.name.replace(/-/g,"_"),i=a.replace(/([A-Z])/g,"_$1").toLowerCase(),c;if(this.dialect==="sqlite")switch(r){case "varchar":case "text":c=text$1(i);break;case "integer":c=integer(i);break;case "decimal":case "numeric":c=numeric(i);break;case "boolean":c=integer(i,{mode:"boolean"});break;case "timestamp":c=text$1(i);break;case "jsonb":c=text$1(i);break;default:c=text$1(i);}else switch(r){case "varchar":c=varchar(i,{length:255});break;case "integer":c=integer$1(i);break;case "decimal":c=decimal(i);break;case "boolean":c=boolean(i);break;case "timestamp":c=timestamp(i);break;case "jsonb":c=jsonb(i);break;default:c=text(i);}o.required||(c=c.default(null)),t[a]=c;}return t.createdAt||(t.createdAt=this.dialect==="sqlite"?text$1("created_at").default(new Date().toISOString()):timestamp("created_at").defaultNow()),t.updatedAt||(t.updatedAt=this.dialect==="sqlite"?text$1("updated_at").default(new Date().toISOString()):timestamp("updated_at").defaultNow()),e!=="users"&&e!=="audit_logs"&&(t.status||(t.status=this.dialect==="sqlite"?text$1("status").default("draft"):varchar("status",{length:20}).default("draft")),t.hasDraft||(t.hasDraft=this.dialect==="sqlite"?integer("hasDraft",{mode:"boolean"}).default(false):boolean("hasDraft").default(false))),this.dialect==="sqlite"?sqliteTable(e,t):pgTable(e,t)}async ensureCollectionTables(s){let n=[];for(let e of s){let t=e.slug.startsWith("_globals_"),o=this.getTableName(e.slug),r=this.generateCreateColumns(e),a=e.fields.some(d=>d.name==="createdAt"),i=e.fields.some(d=>d.name==="updatedAt"),c=e.fields.some(d=>d.name==="status"),u=e.fields.some(d=>d.name==="hasDraft");if(this.dialect==="postgres"){let d=t?'"id" TEXT PRIMARY KEY':'"id" UUID PRIMARY KEY DEFAULT gen_random_uuid()';n.push(`
|
|
3
3
|
CREATE TABLE IF NOT EXISTS "${o}" (
|
|
4
4
|
${d},
|
|
5
5
|
${r}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {d,o,a,b,c}from'./chunk-QIP7PY2U.js';import {f,e,g}from'./chunk-HLSB2MCK.js';async function T(e$1){let a=o(e$1.db),t={db:e$1.db,registry:e$1.registry,req:e$1.req,user:e$1.user,tenantID:e$1.tenantID,webhookService:a,settings:e$1.settings},n=f(e$1.req);if(n){let r=await e(n,e$1.db,async o=>{try{return await e$1.db.findByID({collection:"users",id:o})||null}catch{return null}});r.valid&&(t.user=r.user||e$1.user,t.tenantID=r.tenantId||e$1.tenantID,t.apiKey=g(r));}return t}var W={_media:{create:d.MEDIA_UPLOAD,update:d.MEDIA_UPLOAD,delete:d.MEDIA_DELETE}};function k(e,a){let t=W[e];return t?t[a]:`collection.${a}`}async function A(e,a,t){if(e.webhookService)try{await e.webhookService.trigger(a,{collection:t.collection,operation:t.operation,data:t.data,previousData:t.previousData,user:e.user?{id:e.user.id,email:e.user.email,role:e.user.role}:void 0,tenantId:e.tenantID});}catch(n){console.error(`[Webhook] Failed to trigger ${a}:`,n);}}function D(e,a){if(!(!e||typeof e!="object"))for(let t of a){if(!t.name||!(t.name in e))continue;if(e[t.name]===""&&(t.type==="text"||t.type==="textarea"||t.type==="code"||t.type==="markdown"||t.type==="email"||t.type==="password"||t.type==="color"||(e[t.name]=null)),t.type==="tabs"&&t.name&&Array.isArray(t.tabs)&&e[t.name]&&typeof e[t.name]=="object")for(let r of t.tabs)Array.isArray(r.fields)&&D(e[t.name],r.fields);else if((t.type==="group"||t.type==="collapsible")&&t.name&&Array.isArray(t.fields)&&e[t.name]&&typeof e[t.name]=="object")D(e[t.name],t.fields);else if(t.type==="array"&&t.name&&Array.isArray(t.fields)&&Array.isArray(e[t.name]))for(let r of e[t.name])r&&typeof r=="object"&&D(r,t.fields);else if(t.type==="blocks"&&t.name&&Array.isArray(t.blocks)&&Array.isArray(e[t.name]))for(let r of e[t.name]){if(!r||typeof r!="object")continue;let o=r.type||r.blockType;if(!o)continue;let s=t.blocks.find(i=>i.slug===o);if(!s||!Array.isArray(s.fields))continue;let c=r.data&&typeof r.data=="object"?r.data:r;D(c,s.fields);}}}async function p(e,a,t){let n=await b(e,a,{user:t.user,req:t.req,tenantID:t.tenantID,apiKey:t.apiKey});if(!n.allowed)throw new Error(n.error||"Access denied");t.tenantID&&t.db.setTenantContext({tenantId:t.tenantID,userId:t.user?.id??"",role:t.user?.role,isSuperAdmin:t.user?.role==="super_admin"});}function C(e){return async a$1=>{let{collection:t,where:n,sort:r,limit:o,page:s,depth:c,select:i,draft:d}=a$1,u=e.registry.getCollection(t);if(await p(u,"read",e),u.hooks?.beforeRead)for(let f of u.hooks.beforeRead)await f({collection:t,req:e.req,user:e.user,tenantID:e.tenantID,operation:"read",where:n});let l=d??!!e.user,g=await e.db.find({collection:t,where:n||{},sort:r,limit:o||10,page:s||1,depth:c||0,tenantID:e.tenantID,select:i,draft:l});if(u.hooks?.afterRead)for(let f of g.docs)for(let I of u.hooks.afterRead)await I({collection:t,doc:f,req:e.req,user:e.user,tenantID:e.tenantID,operation:"read"});return await a(g.docs,u.fields,e.db,e.registry,1,c||0),g}}function R(e){return async a$1=>{let{collection:t,id:n,depth:r,select:o,draft:s}=a$1,c=e.registry.getCollection(t);await p(c,"read",e);let i=s??!!e.user,d=await e.db.findByID({collection:t,id:n,depth:r||0,tenantID:e.tenantID,select:o,draft:i});if(!d)throw new Error(`Document not found: ${t}/${n}`);if(c.hooks?.afterRead)for(let u of c.hooks.afterRead)await u({collection:t,doc:d,req:e.req,user:e.user,tenantID:e.tenantID,operation:"read",id:n});return await a([d],c.fields,e.db,e.registry,1,r||0),d}}function q(e){return async a=>{let{collection:t,data:n,depth:r,select:o}=a,s=e.registry.getCollection(t);await p(s,"create",e);let i=e.registry.getCreateZodSchema(t).parse(n);if(s.tenantScoped&&e.tenantID&&(i.tenantID=e.tenantID),s.hooks?.beforeValidate)for(let u of s.hooks.beforeValidate){let l=await u({collection:t,data:i,req:e.req,user:e.user,tenantID:e.tenantID,operation:"create"});l&&Object.assign(i,l);}if(s.hooks?.beforeChange)for(let u of s.hooks.beforeChange){let l=await u({collection:t,data:i,req:e.req,user:e.user,tenantID:e.tenantID,operation:"create"});l&&Object.assign(i,l);}let d=await e.db.create({collection:t,data:i,depth:r||0,tenantID:e.tenantID,select:o});if(s.hooks?.afterChange)for(let u of s.hooks.afterChange)await u({collection:t,doc:d,data:i,req:e.req,user:e.user,tenantID:e.tenantID,operation:"create"});return await A(e,k(t,"create"),{collection:t,data:d,operation:"create"}),{doc:d}}}function P(e){return async a=>{let{collection:t,id:n,data:r,depth:o,select:s,baseUpdatedAt:c}=a,i=e.registry.getCollection(t);await p(i,"update",e);let d=await e.db.findByID({collection:t,id:n,tenantID:e.tenantID,draft:true});if(!d)throw new Error(`Document not found: ${t}/${n}`);if(c&&d.updatedAt&&c!==d.updatedAt)throw new Error(`Revision conflict: document has changed since ${c}. Current updatedAt: ${d.updatedAt}`);D(r,i.fields);let l=e.registry.getUpdateZodSchema(t).parse(r);if(i.tenantScoped&&e.tenantID&&(l.tenantID=e.tenantID),i.hooks?.beforeValidate)for(let b of i.hooks.beforeValidate){let h=await b({collection:t,data:l,originalDoc:d,req:e.req,user:e.user,tenantID:e.tenantID,operation:"update",id:n});h&&Object.assign(l,h);}if(i.hooks?.beforeChange)for(let b of i.hooks.beforeChange){let h=await b({collection:t,data:l,originalDoc:d,req:e.req,user:e.user,tenantID:e.tenantID,operation:"update",id:n});h&&Object.assign(l,h);}let g=e.req&&typeof e.req.headers?.get=="function"&&e.req.headers.get("x-draft")==="true"||a.draft===true,f=i.versions?.drafts===true,I=e.req?.query?.autosave==="true"||e.req?.url?.includes("autosave=true")||a.autosave===true,y;if(f&&g?(await e.db.createVersion({collection:t,documentId:n,data:l,status:"draft",autosave:I,createdBy:e.user?.id,tenantID:e.tenantID}),y=await e.db.findByID({collection:t,id:n,tenantID:e.tenantID,draft:true})):f?(y=await e.db.update({collection:t,id:n,data:{...l,status:"published"},depth:o||0,tenantID:e.tenantID,select:s}),await e.db.createVersion({collection:t,documentId:n,data:l,status:"published",createdBy:e.user?.id,tenantID:e.tenantID})):y=await e.db.update({collection:t,id:n,data:l,depth:o||0,tenantID:e.tenantID,select:s}),i.hooks?.afterChange)for(let b of i.hooks.afterChange)await b({collection:t,doc:y,data:l,originalDoc:d,req:e.req,user:e.user,tenantID:e.tenantID,operation:"update",id:n});return await A(e,k(t,"update"),{collection:t,data:y,previousData:d,operation:"update"}),{doc:y}}}function v(e){return async a=>{let{collection:t,id:n}=a,r=e.registry.getCollection(t);await p(r,"delete",e);let o=await e.db.findByID({collection:t,id:n,tenantID:e.tenantID,draft:true});if(!o)throw new Error(`Document not found: ${t}/${n}`);if(r.hooks?.beforeDelete)for(let c of r.hooks.beforeDelete)await c({collection:t,doc:o,req:e.req,user:e.user,tenantID:e.tenantID,operation:"delete",id:n});let s=await e.db.delete({collection:t,id:n,tenantID:e.tenantID});if(r.hooks?.afterDelete)for(let c of r.hooks.afterDelete)await c({collection:t,doc:s,req:e.req,user:e.user,tenantID:e.tenantID,operation:"delete",id:n});return await A(e,k(t,"delete"),{collection:t,data:s,previousData:o,operation:"delete"}),{doc:s,message:"Deleted successfully"}}}function K(e){return async a=>{let{collection:t,where:n}=a,r=e.registry.getCollection(t);return await p(r,"read",e),{totalDocs:await e.db.count({collection:t,where:n||{},tenantID:e.tenantID})}}}async function U(e,a,t){let n=await c(e,a,{user:t.user,req:t.req,tenantID:t.tenantID});if(!n.allowed)throw new Error(n.error||"Access denied");t.tenantID&&t.db.setTenantContext({tenantId:t.tenantID,userId:t.user?.id??"",role:t.user?.role,isSuperAdmin:t.user?.role==="super_admin"});}function $(e){let a={},t=e.registry.getCollections();for(let r of t){let o=r.slug;a[o]={find:C(e),findByID:R(e),create:q(e),update:P(e),delete:v(e),count:K(e)};}let n=e.registry.getGlobals();for(let r of n){let o=r.slug;a[`_globals_${o}`]={get:async()=>(await U(r,"read",e),await e.db.findOne({collection:`_globals_${o}`,where:{},tenantID:e.tenantID})),update:async s=>{await U(r,"update",e);let i=e.registry.getZodSchema(o).parse(s.data),d=await e.db.findOne({collection:`_globals_${o}`,where:{},tenantID:e.tenantID,draft:true}),u;return d?u=await e.db.update({collection:`_globals_${o}`,id:d.id,data:i,tenantID:e.tenantID}):u=await e.db.create({collection:`_globals_${o}`,data:{...i,id:o},tenantID:e.tenantID}),u}};}return a}function O(e){if(e.settings?.access?.apiAccess?.trpcEnabled===false)throw new Error("tRPC API is disabled");return $(e)}export{T as a,C as b,R as c,q as d,P as e,v as f,K as g,$ as h,O as i};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import {a}from'./chunk-NZ35PV5R.js';import {a as a$2,i}from'./chunk-GJQH6NV7.js';import {c as c$1,a as a$1}from'./chunk-YLEVWUTV.js';import {f,s,a as a$4,b as b$2,c as c$3}from'./chunk-WQKF57FY.js';import {o,f as f$1,g as g$1}from'./chunk-QIP7PY2U.js';import {d,f as f$2,e,g as g$2}from'./chunk-HLSB2MCK.js';import {b,d as d$1}from'./chunk-SL3LZQCF.js';import {c}from'./chunk-GDMLWVJO.js';import {g}from'./chunk-OG7CNQGU.js';import {a as a$3,c as c$2,b as b$1,d as d$2}from'./chunk-4YYBWCDJ.js';import {z as z$1}from'zod';import {createYoga}from'graphql-yoga';import {createRequire}from'module';import {randomBytes}from'crypto';function O(s,e){for(let t of s){if(t.name===e)return true;if("tabs"in t&&t.tabs){for(let n of t.tabs)if(O(n.fields,e))return true}if("fields"in t&&t.fields&&O(t.fields,e))return true}return false}var K=class extends Error{errors;constructor(e){super(`Configuration validation failed:
|
|
2
|
+
${e.join(`
|
|
3
|
+
`)}`),this.name="ConfigValidationError",this.errors=e;}};function V(s){let e=[];if(s.slug?/^[a-z][a-z0-9_-]*$/.test(s.slug)||e.push(`Collection slug "${s.slug}" must be lowercase alphanumeric with dashes`):e.push('Collection is missing a "slug" property'),!s.fields||s.fields.length===0)e.push(`Collection "${s.slug}" has no fields defined`);else {let t=N(s.fields,s.slug);e.push(...t);}if(s.access)for(let[t,n]of Object.entries(s.access))typeof n!="boolean"&&typeof n!="function"&&e.push(`Collection "${s.slug}" has invalid access.${t} (must be boolean or function)`);if(s.admin?.useAsTitle&&(O(s.fields,s.admin.useAsTitle)||e.push(`Collection "${s.slug}" admin.useAsTitle references unknown field "${s.admin.useAsTitle}"`)),s.admin?.defaultColumns)for(let t of s.admin.defaultColumns)O(s.fields,t)||e.push(`Collection "${s.slug}" admin.defaultColumns references unknown field "${t}"`);if(s.upload&&s.upload.fileSize&&s.upload.fileSize<=0&&e.push(`Collection "${s.slug}" upload.fileSize must be positive`),s.versions&&s.versions.maxPerDoc&&s.versions.maxPerDoc<=0&&e.push(`Collection "${s.slug}" versions.maxPerDoc must be positive`),s.auth){let t=s.fields.some(a=>a.name==="email"),n=s.fields.some(a=>a.name==="password");t||e.push(`Collection "${s.slug}" with auth enabled requires an "email" field`),n||e.push(`Collection "${s.slug}" with auth enabled requires a "password" field`);}return e}function B(s){let e=[];if(s.slug?/^[a-z][a-z0-9_-]*$/.test(s.slug)||e.push(`Global slug "${s.slug}" must be lowercase alphanumeric with dashes`):e.push('Global is missing a "slug" property'),!s.fields||s.fields.length===0)e.push(`Global "${s.slug}" has no fields defined`);else {let t=N(s.fields,`global:${s.slug}`);e.push(...t);}return e}function N(s,e){let t=[],n=new Set;for(let a=0;a<s.length;a++){let i=s[a];if(i.type==="row"||i.type==="collapsible"||i.type==="tabs"){if("fields"in i&&i.fields){let r=N(i.fields,e);t.push(...r);}else if("tabs"in i)for(let r of i.tabs){let c=N(r.fields,e);t.push(...c);}continue}let o=i.name;if(!o){t.push(`${e}: Field at index ${a} is missing a "name" property`);continue}if(n.has(o)&&t.push(`${e}: Duplicate field name "${o}"`),n.add(o),/^[a-zA-Z][a-zA-Z0-9_]*$/.test(o)||t.push(`${e}: Field name "${o}" must be alphanumeric with underscores`),!i.type){t.push(`${e}: Field "${o}" is missing a "type" property`);continue}switch(i.type){case "relationship":i.relationTo||t.push(`${e}: Relationship field "${o}" is missing "relationTo"`);break;case "array":if(!i.fields||i.fields.length===0)t.push(`${e}: Array field "${o}" has no fields defined`);else {let r=N(i.fields,`${e}.${o}`);t.push(...r);}break;case "group":if(!i.fields||i.fields.length===0)t.push(`${e}: Group field "${o}" has no fields defined`);else {let r=N(i.fields,`${e}.${o}`);t.push(...r);}break;case "blocks":if(!i.blocks||i.blocks.length===0)t.push(`${e}: Blocks field "${o}" has no blocks defined`);else {let r=we(i.blocks,`${e}.${o}`);t.push(...r);}break;case "select":case "radio":if((!i.options||i.options.length===0)&&!i.dynamicOptions)t.push(`${e}: ${i.type} field "${o}" has no options defined`);else if(i.options){let r=i.options.map(d=>d.value),c=new Set(r);r.length!==c.size&&t.push(`${e}: ${i.type} field "${o}" has duplicate option values`);}break;case "upload":i.relationTo||t.push(`${e}: Upload field "${o}" is missing "relationTo"`);break}"min"in i&&"max"in i&&i.min>i.max&&t.push(`${e}: Field "${o}" has min greater than max`),"minLength"in i&&"maxLength"in i&&i.minLength>i.maxLength&&t.push(`${e}: Field "${o}" has minLength greater than maxLength`),"minRows"in i&&"maxRows"in i&&i.minRows>i.maxRows&&t.push(`${e}: Field "${o}" has minRows greater than maxRows`);}return t}function we(s,e){let t=[],n=new Set;for(let a of s){if(!a.slug){t.push(`${e}: Block is missing a "slug" property`);continue}if(n.has(a.slug)&&t.push(`${e}: Duplicate block slug "${a.slug}"`),n.add(a.slug),a.label||t.push(`${e}: Block "${a.slug}" is missing a "label" property`),!a.fields||a.fields.length===0)t.push(`${e}: Block "${a.slug}" has no fields defined`);else {let i=N(a.fields,`${e}.${a.slug}`);t.push(...i);}}return t}function pe(s,e=[]){let t=[],n=new Set;for(let a of s)n.has(a.slug)&&t.push(`Duplicate collection slug "${a.slug}"`),n.add(a.slug);for(let a of e)n.has(a.slug)&&t.push(`Duplicate global slug "${a.slug}"`),n.add(a.slug);for(let a of s){let i=V(a);t.push(...i);}for(let a of e){let i=B(a);t.push(...i);}for(let a of s){let i=$(a.fields,s);t.push(...i);}if(t.length>0)throw new K(t)}function $(s,e){let t=[],n=new Set(e.map(a=>a.slug));for(let a of s){if(a.type==="relationship"){let i=Array.isArray(a.relationTo)?a.relationTo:[a.relationTo];for(let o of i)n.has(o)||console.warn(`[Kyro Config Warning]: Relationship field "${a.name}" references unknown collection "${o}". Select options will not be available until this collection is registered.`);}if(a.type==="upload"){let i=Array.isArray(a.relationTo)?a.relationTo:[a.relationTo];for(let o of i)n.has(o)||t.push(`Upload field "${a.name}" references unknown collection "${o}"`);}if("fields"in a&&a.fields){let i=$(a.fields,e);t.push(...i);}if("tabs"in a)for(let i of a.tabs){let o=$(i.fields,e);t.push(...o);}if("blocks"in a)for(let i of a.blocks){let o=$(i.fields,e);t.push(...o);}}return t}function C(s){switch(s.type){case "text":return Fe(s);case "number":return Ie(s);case "checkbox":return $e(s);case "date":return Oe(s);case "email":return Pe(s);case "password":return Le(s);case "textarea":return ke(s);case "select":return _e(s);case "radio":return je(s);case "color":return Ze(s);case "richtext":return qe(s);case "json":return Ue(s);case "code":return Ge(s);case "upload":return fe(s);case "image":return fe(s);case "markdown":return Ke(s);case "relationship":return ye(s);case "relationship-block":return ye(s);case "array":return Ve(s);case "list":return Be(s);case "group":return Me(s);case "blocks":return ze(s);case "row":return We(s);case "collapsible":return Xe(s);case "tabs":return Je(s);default:return z$1.any()}}function Fe(s){let e=z$1.string();return s.minLength&&(e=e.min(s.minLength)),s.maxLength&&(e=e.max(s.maxLength)),s.pattern&&(e=e.regex(new RegExp(s.pattern))),s.variant==="email"&&(e=e.email()),s.variant==="url"&&(e=e.url()),s.hasMany&&(e=z$1.array(e)),s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function Ie(s){let e=s.integer?z$1.coerce.number().int():z$1.coerce.number();return s.min!==void 0&&(e=e.min(s.min)),s.max!==void 0&&(e=e.max(s.max)),s.step&&(e=e.refine(t=>Number.isInteger(t/s.step),`Value must be divisible by ${s.step}`)),s.hasMany&&(e=z$1.array(e)),s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function $e(s){let e=z$1.boolean();return s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function Oe(s){let e=z$1.string().refine(t=>!isNaN(Date.parse(t)),"Invalid date format");return s.minDate&&(e=e.refine(t=>new Date(t)>=new Date(s.minDate),`Date must be after ${s.minDate}`)),s.maxDate&&(e=e.refine(t=>new Date(t)<=new Date(s.maxDate),`Date must be before ${s.maxDate}`)),s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function Pe(s){let e=z$1.string().email("Invalid email");return s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function Le(s){let e=z$1.string().min(6,"Password must be at least 6 characters");return s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function ke(s){let e=z$1.string();return s.minLength&&(e=e.min(s.minLength)),s.maxLength&&(e=e.max(s.maxLength)),s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function _e(s){let e;if(s.options&&s.options.length>0){let t=s.options.map(n=>n.value);s.hasMany?e=z$1.array(z$1.enum(t)):e=z$1.enum(t);}else e=s.hasMany?z$1.array(z$1.string()):z$1.string();return s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function je(s){let e=s.options.map(n=>n.value),t=z$1.enum(e);return s.required||(t=t.optional().nullable()),s.validate&&(t=T(t,s.validate)),t}function Ze(s){let e=z$1.string();return s.format==="hex"&&(e=e.regex(/^#[0-9A-Fa-f]{6}$/)),s.format==="rgb"&&(e=e.regex(/^rgb\(\s*\d{1,3}\s*,\s*\d{1,3}\s*,\s*\d{1,3}\s*\)$/)),s.format==="hsl"&&(e=e.regex(/^hsl\(\s*\d{1,3}\s*,\s*\d{1,3}%\s*,\s*\d{1,3}%\s*\)$/)),s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function qe(s){let e=z$1.array(z$1.record(z$1.any()));return s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function Ue(s){let e=z$1.union([z$1.record(z$1.any()),z$1.array(z$1.any())]);return s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function Ge(s){let e=z$1.string();return s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function fe(s){let e;if(s.relationTo){let t=z$1.object({id:z$1.string(),url:z$1.string().optional(),filename:z$1.string().optional(),mimeType:z$1.string().optional()});e=z$1.union([z$1.string(),t]);}else e=z$1.string();return s.hasMany&&(e=z$1.array(e)),s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function Ke(s){let e=z$1.string();return s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function ye(s){let e;return Array.isArray(s.relationTo)?e=z$1.object({relationTo:z$1.enum(s.relationTo),value:z$1.string()}):e=z$1.union([z$1.string(),z$1.object({relationTo:z$1.string(),value:z$1.string()})]),s.hasMany&&(e=z$1.array(e)),s.required||(e=e.optional().nullable()),s.validate&&(e=T(e,s.validate)),e}function Ve(s){let e=z$1.object(Object.fromEntries(s.fields.filter(n=>n.name).map(n=>[n.name,C(n)]))).passthrough(),t=z$1.array(e);return s.minRows&&(t=t.min(s.minRows)),s.maxRows&&(t=t.max(s.maxRows)),s.required||(t=t.optional().nullable()),s.validate&&(t=T(t,s.validate)),t}function Be(s){let e=z$1.array(z$1.string());return s.required||(e=e.optional().nullable()),e}function Me(s){let e=z$1.object(Object.fromEntries(s.fields.filter(t=>t.name).map(t=>[t.name,C(t)])));return s.required?e:e.optional().nullable()}function ze(s){let e=s.blocks||[];e.map(i=>z$1.object({blockType:z$1.literal(i.slug),...Object.fromEntries(i.fields.filter(o=>o.name).map(o=>[o.name,C(o)]))}));let n=e.map(i=>i.slug),a;if(n.length>0){let i=z$1.object({blockType:z$1.enum(n)}).catchall(z$1.any()),o=z$1.object({blockType:z$1.string()}).catchall(z$1.any());a=z$1.array(z$1.union([i,o,z$1.record(z$1.any())]));}else a=z$1.array(z$1.union([z$1.object({blockType:z$1.string()}).catchall(z$1.any()),z$1.record(z$1.any())]));return s.minRows&&(a=a.min(s.minRows)),s.maxRows&&(a=a.max(s.maxRows)),s.required||(a=a.optional().nullable()),s.validate&&(a=T(a,s.validate)),a}function We(s){return z$1.object(Object.fromEntries(s.fields.filter(t=>t.name).map(t=>[t.name,C(t)])))}function Xe(s){return z$1.object(Object.fromEntries(s.fields.filter(t=>t.name).map(t=>[t.name,C(t)])))}function Je(s){let e={};for(let t of s.tabs)for(let n of t.fields)n.name&&(e[n.name]=C(n));return z$1.object(e).passthrough().optional()}function T(s,e){return s.refine(async t=>await e(t,{required:false})===true,{message:"Custom validation failed"})}function R(s){let e={};for(let t of s)if(t.name)if(t.type==="tabs"&&"tabs"in t){let n={};for(let a of t.tabs){let i=R(a.fields);Object.assign(n,i);}e[t.name]=z$1.object(n).passthrough().optional();}else if(t.type==="row"&&"fields"in t){let n=R(t.fields);Object.assign(e,n);}else t.type==="collapsible"&&"fields"in t?e[t.name]=z$1.object(R(t.fields)).passthrough().optional():e[t.name]=C(t);return e}function E(s){let e={};for(let t of s)if(t.name)if(t.type==="tabs"&&"tabs"in t){let n={};for(let a of t.tabs){let i=E(a.fields);Object.assign(n,i);}e[t.name]=z$1.object(n).passthrough().optional().nullable();}else if(t.type==="row"&&"fields"in t){let n=E(t.fields);Object.assign(e,n);}else t.type==="collapsible"&&"fields"in t?e[t.name]=z$1.object(E(t.fields)).passthrough().optional().nullable():t.type==="group"&&"fields"in t?e[t.name]=z$1.object(E(t.fields)).passthrough().optional().nullable():e[t.name]=C(t).optional().nullable();return e}function he(s){let e=R(s.fields);return s.timestamps&&(e.createdAt=z$1.string().optional(),e.updatedAt=z$1.string().optional()),s.tenantScoped&&(e.tenantID=z$1.string().optional()),e.id=z$1.string().optional(),z$1.object(e).passthrough()}function ge(s){let e=R(s.fields);return z$1.object(e).passthrough()}function me(s){let e={};for(let t of s.fields)if(t.name)if(t.type==="tabs"&&"tabs"in t){let n={};for(let a of t.tabs)for(let i of a.fields)i.name&&(n[i.name]=C(i).optional().nullable());e[t.name]=z$1.object(n).optional().nullable();}else if(t.type==="row"&&"fields"in t){let n={};for(let a of t.fields)a.name&&(n[a.name]=C(a).optional().nullable());Object.assign(e,n);}else t.type==="collapsible"&&"fields"in t?e[t.name]=z$1.object(E(t.fields)).optional().nullable():t.type==="group"&&"fields"in t?e[t.name]=z$1.object(E(t.fields)).optional().nullable():e[t.name]=C(t).optional().nullable();return z$1.object(e).passthrough()}function be(s){let e={};for(let t of s.fields)t.name&&(e[t.name]=z$1.object({equals:z$1.any().optional(),not_equals:z$1.any().optional(),in:z$1.array(z$1.any()).optional(),not_in:z$1.array(z$1.any()).optional(),greater_than:z$1.number().optional(),greater_than_equal:z$1.number().optional(),less_than:z$1.number().optional(),less_than_equal:z$1.number().optional(),like:z$1.string().optional(),not_like:z$1.string().optional(),contains:z$1.string().optional(),exists:z$1.boolean().optional()}).optional());return e.AND=z$1.array(z$1.lazy(()=>z$1.object(e))).optional(),e.OR=z$1.array(z$1.lazy(()=>z$1.object(e))).optional(),z$1.object(e).optional()}function Te(s){let e=R(s.fields);return e.id=z$1.string().optional(),z$1.object(e).passthrough()}function Ce(s){let e={};for(let t of s.fields)if(t.name)if(t.type==="tabs"&&"tabs"in t){let n={};for(let a of t.tabs)for(let i of a.fields)i.name&&(n[i.name]=C(i).optional().nullable());e[t.name]=z$1.object(n).optional().nullable();}else t.type==="collapsible"&&"fields"in t?e[t.name]=z$1.object(E(t.fields)).optional().nullable():t.type==="group"&&"fields"in t?e[t.name]=z$1.object(E(t.fields)).optional().nullable():e[t.name]=C(t).optional().nullable();return z$1.object(e).passthrough()}var w=class{storageProviders=f();collections=new Map;globals=new Map;plugins=[];schemaCache=new Map;initialized=false;addCollection(e){if(this.initialized)throw new Error("Cannot add collections after Registry has been initialized");if(this.collections.has(e.slug)){console.warn(`[Registry] Duplicate collection slug "${e.slug}" \u2014 skipping`);return}let t={...e};for(let a of this.plugins)a.extendCollection&&(t=a.extendCollection(t.slug,t));t.fields=this.applyFieldDefaults(t);let n=V(t);if(n.length>0)throw new Error(`Invalid collection config: ${n.join(", ")}`);this.collections.set(t.slug,t),this.clearSchemaCache(t.slug);}addCollections(e){for(let t of e)this.addCollection(t);}getCollection(e){return this.collections.get(e)}getCollections(){return Array.from(this.collections.values())}getCollectionSlugs(){return Array.from(this.collections.keys())}hasCollection(e){return this.collections.has(e)}removeCollection(e){if(this.initialized)throw new Error("Cannot remove collections after Registry has been initialized");return this.clearSchemaCache(e),this.collections.delete(e)}addGlobal(e){if(this.initialized)throw new Error("Cannot add globals after Registry has been initialized");this._addGlobalUnsafe(e);}addGlobalPostInit(e){this.globals.has(e.slug)&&this.globals.delete(e.slug),this._addGlobalUnsafe(e);}_addGlobalUnsafe(e){if(this.globals.has(e.slug)){console.warn(`[Registry] Duplicate global slug "${e.slug}" \u2014 skipping`);return}let t=B(e);if(t.length>0)throw new Error(`Invalid global config: ${t.join(", ")}`);let n={...e};for(let a of this.plugins)a.extendGlobal&&(n=a.extendGlobal(n.slug,n));this.globals.set(n.slug,n),this.clearSchemaCache(`global:${n.slug}`);}addGlobals(e){for(let t of e)this.addGlobal(t);}getGlobal(e){return this.globals.get(e)}getGlobals(){return Array.from(this.globals.values())}getGlobalSlugs(){return Array.from(this.globals.keys())}hasGlobal(e){return this.globals.has(e)}removeGlobal(e){if(this.initialized)throw new Error("Cannot remove globals after Registry has been initialized");return this.clearSchemaCache(`global:${e}`),this.globals.delete(e)}addPlugin(e){if(this.initialized)throw new Error("Cannot add plugins after Registry has been initialized");this.plugins.push(e);}getPlugins(){return [...this.plugins]}getZodSchema(e){let t=this.schemaCache.get(e);if(t)return t;let n=this.collections.get(e);if(n){let i=he(n);return this.schemaCache.set(e,i),i}let a=this.globals.get(e);if(a){let i=Te(a);return this.schemaCache.set(`global:${e}`,i),i}throw new Error(`No collection or global found with slug "${e}"`)}getCreateZodSchema(e){let t=`${e}:create`,n=this.schemaCache.get(t);if(n)return n;let a=this.collections.get(e);if(a){let i=ge(a);return this.schemaCache.set(t,i),i}throw new Error(`No collection found with slug "${e}"`)}getUpdateZodSchema(e){let t=`${e}:update`,n=this.schemaCache.get(t);if(n)return n;let a=this.collections.get(e);if(a){let o=me(a);return this.schemaCache.set(t,o),o}let i=this.globals.get(e);if(i){let o=Ce(i);return this.schemaCache.set(`global:${e}:update`,o),o}throw new Error(`No collection or global found with slug "${e}"`)}getWhereZodSchema(e){let t=`${e}:where`,n=this.schemaCache.get(t);if(n)return n;let a=this.collections.get(e);if(a){let i=be(a);return this.schemaCache.set(t,i),i}throw new Error(`No collection found with slug "${e}"`)}getFieldZodSchema(e){return C(e)}clearSchemaCache(e){this.schemaCache.delete(e),this.schemaCache.delete(`${e}:create`),this.schemaCache.delete(`${e}:update`),this.schemaCache.delete(`${e}:where`);}applyFieldDefaults(e){let t=[...e.fields];return t.some(n=>n.name==="id")||t.unshift({name:"id",type:"text",admin:{readOnly:true,hidden:true}}),e.tenantScoped&&!t.some(n=>n.name==="tenantID")&&t.push({name:"tenantID",type:"text",required:true,admin:{readOnly:true,hidden:true}}),e.timestamps&&!t.some(n=>n.name==="createdAt")&&(t.push({name:"createdAt",type:"date",admin:{readOnly:true,hidden:true}}),t.push({name:"updatedAt",type:"date",admin:{readOnly:true,hidden:true}})),e.versions?.drafts&&!t.some(n=>n.name==="status")&&t.push({name:"status",type:"select",options:[{value:"draft",label:"Draft"},{value:"published",label:"Published"}],admin:{readOnly:true,hidden:true}}),e.auth&&!t.some(n=>n.name==="password")&&t.push({name:"password",type:"password",required:true,admin:{hidden:true}}),t}getFields(e){let t=this.collections.get(e);if(t)return t.fields;let n=this.globals.get(e);if(n)return n.fields;throw new Error(`No collection or global found with slug "${e}"`)}getFieldMap(e){let t=this.getFields(e),n=new Map,a=i=>{for(let o of i){if(o.name&&n.set(o.name,o),"fields"in o&&o.fields&&a(o.fields),"tabs"in o)for(let r of o.tabs)a(r.fields);if("blocks"in o)for(let r of o.blocks)a(r.fields);}};return a(t),n}getVisibleFields(e){return this.getFields(e).filter(n=>!n.admin?.hidden)}validate(){let e=this.getCollections(),t=this.getGlobals();pe(e,t);}async init(e){this.validate();for(let t of this.plugins)t.init&&await t.init(e||this);this.initialized=true;}isInitialized(){return this.initialized}getPaginationDefaults(e){let t=this.collections.get(e);return {defaultLimit:t?.admin?.pagination?.defaultLimit||10,limits:t?.admin?.pagination?.limits||[10,25,50,100]}}getDefaultSort(e){let n=this.collections.get(e)?.admin?.useAsTitle;return n||"createdAt"}getDefaultColumns(e){let t=this.collections.get(e);return t?.admin?.defaultColumns?t.admin.defaultColumns:this.getVisibleFields(e).slice(0,4).map(a=>a.name)}getAdminTitle(e){let t=this.collections.get(e);return t?.label||t?.admin?.description||e}getAdminLabel(e){let t=this.collections.get(e);return t?.singularLabel||t?.label||e}getAdminGroup(e){return this.collections.get(e)?.admin?.group}getStats(){let e=0;for(let t of this.collections.values())e+=t.fields.length;for(let t of this.globals.values())e+=t.fields.length;return {collections:this.collections.size,globals:this.globals.size,plugins:this.plugins.length,fields:e}}toJSON(){return {collections:this.getCollections(),globals:this.getGlobals()}}},v=null;function He(){return v||(v=new w),v}function Ye(){v=null;}function M(){return v=new w,v}var Qe={aws:{type:"aws",configKey:"s3",displayName:"S3 Compatible (AWS, Backblaze, Wasabi, etc.)",configFields:[{name:"bucket",type:"text",label:"Bucket Name",required:true},{name:"region",type:"text",label:"Region",defaultValue:"us-east-1",admin:{placeholder:"us-east-1"}},{name:"accessKeyId",type:"text",label:"Access Key ID",required:true},{name:"secretAccessKey",type:"password",label:"Secret Access Key",required:true},{name:"endpoint",type:"text",label:"Endpoint URL",admin:{placeholder:"https://s3.custom.com"}},{name:"cdnUrl",type:"text",label:"CDN URL",admin:{placeholder:"https://cdn.example.com"}},{name:"prefix",type:"text",label:"Path Prefix",admin:{placeholder:"uploads"}}]},r2:{type:"r2",configKey:"r2",displayName:"Cloudflare R2",configFields:[{name:"accountId",type:"text",label:"Account ID",required:true,admin:{placeholder:"Your Cloudflare Account ID"}},{name:"accessKeyId",type:"text",label:"Access Key ID",required:true},{name:"secretAccessKey",type:"password",label:"Secret Access Key",required:true},{name:"bucket",type:"text",label:"Bucket Name",required:true},{name:"publicDevUrl",type:"text",label:"Public Dev URL ID",admin:{placeholder:"pub-xxxxxxxxxxxxxxxx",description:"Enter ONLY the ID (e.g., pub-b8d8c4cc8bcf4d868ddd95efc1b305aa). Do NOT include https:// or the full URL. Found in R2 Dashboard \u2192 Public Dev URL."}},{name:"cdnUrl",type:"text",label:"Custom CDN URL",admin:{placeholder:"https://assets.example.com (optional)"}},{name:"prefix",type:"text",label:"Path Prefix",admin:{placeholder:"uploads (optional)",description:"Optional prefix for all object keys. Do not use '/' as prefix."}}]},gcs:{type:"gcs",configKey:"gcs",displayName:"Google Cloud Storage",configFields:[{name:"bucket",type:"text",label:"Bucket Name",required:true},{name:"projectId",type:"text",label:"Project ID"},{name:"clientEmail",type:"text",label:"Client Email"},{name:"privateKey",type:"password",label:"Private Key"},{name:"cdnUrl",type:"text",label:"CDN URL"},{name:"prefix",type:"text",label:"Path Prefix"}]},digitalocean:{type:"digitalocean",configKey:"digitalocean",displayName:"DigitalOcean Spaces",configFields:[{name:"bucket",type:"text",label:"Bucket Name",required:true},{name:"region",type:"text",label:"Region",defaultValue:"nyc3"},{name:"accessKeyId",type:"text",label:"Access Key ID",required:true},{name:"secretAccessKey",type:"password",label:"Secret Access Key",required:true},{name:"cdnUrl",type:"text",label:"CDN URL"},{name:"prefix",type:"text",label:"Path Prefix"}]},backblaze:{type:"backblaze",configKey:"backblaze",displayName:"Backblaze B2",configFields:[{name:"bucket",type:"text",label:"Bucket Name",required:true},{name:"accountId",type:"text",label:"Account ID"},{name:"applicationKeyId",type:"text",label:"Application Key ID",required:true},{name:"applicationKey",type:"password",label:"Application Key",required:true},{name:"cdnUrl",type:"text",label:"CDN URL"},{name:"prefix",type:"text",label:"Path Prefix"}]},wasabi:{type:"wasabi",configKey:"wasabi",displayName:"Wasabi",configFields:[{name:"bucket",type:"text",label:"Bucket Name",required:true},{name:"region",type:"text",label:"Region",defaultValue:"us-east-1"},{name:"accessKeyId",type:"text",label:"Access Key ID",required:true},{name:"secretAccessKey",type:"password",label:"Secret Access Key",required:true},{name:"cdnUrl",type:"text",label:"CDN URL"},{name:"prefix",type:"text",label:"Path Prefix"}]}};function et(s,e){switch(s){case "r2":return e?.endpoint||`https://${e?.accountId||""}.r2.cloudflarestorage.com`;case "digitalocean":return e?.endpoint||`https://${e?.region||"nyc3"}.digitaloceanspaces.com`;case "backblaze":return e?.endpoint||"https://s3.backblazeb2.com";case "wasabi":return e?.endpoint||`https://s3.${e?.region||"us-east-1"}.wasabisys.com`;default:return e?.endpoint}}function Ae(s,e){return {provider:s,bucket:e?.bucket||"",region:e?.region||"us-east-1",accessKeyId:e?.accessKeyId||e?.clientEmail||e?.applicationKeyId||"",secretAccessKey:e?.secretAccessKey||e?.privateKey||e?.applicationKey||"",endpoint:et(s,e),cdnUrl:e?.cdnUrl,prefix:e?.prefix,accountId:e?.accountId,publicDevUrl:e?.publicDevUrl}}function tt(s,e,t){let n=t[e.configKey]||{};return Ae(s,n)}function st(s,e,t){let n=t?.[e.configKey]||t;return Ae(s,n)}var Se={name:"@kyro-cms/storage-s3",version:"1.0.0",description:"S3-compatible storage (AWS R2 GCS DigitalOcean Backblaze Wasabi)",init:s=>{let e=s.registry?.storageProviders;if(!e)return;let t="@kyro-cms/storage-s3";for(let n of Object.values(Qe))e.register({type:n.type,displayName:n.displayName,pluginName:t,configKey:n.configKey,configFields:n.configFields,extractConfig:a=>tt(n.type,n,a),extractRawConfig:a=>st(n.type,n,a),factory:a=>a$4(a)});}};var Ee={name:"@kyro-cms/storage-cloudinary",version:"1.0.0",description:"Cloudinary image and video storage",init:s=>{let e=s.registry?.storageProviders;e&&e.register({type:"cloudinary",displayName:"Cloudinary",pluginName:"@kyro-cms/storage-cloudinary",configKey:"cloudinary",configFields:[{name:"cloudName",type:"text",label:"Cloud Name",required:true},{name:"apiKey",type:"text",label:"API Key",required:true},{name:"apiSecret",type:"password",label:"API Secret",required:true},{name:"folder",type:"text",label:"Folder",admin:{placeholder:"Optional folder path"}},{name:"uploadPreset",type:"text",label:"Upload Preset (optional)",admin:{placeholder:"Leave empty for signed uploads",description:"If not set, uploads will be signed with API Secret"}}],extractConfig:t=>({cloudName:t.cloudinary?.cloudName||"",apiKey:t.cloudinary?.apiKey||"",apiSecret:t.cloudinary?.apiSecret||"",folder:t.cloudinary?.folder,uploadPreset:t.cloudinary?.uploadPreset}),extractRawConfig:t=>{let n=t?.cloudinary||t;return {cloudName:n?.cloudName||"",apiKey:n?.apiKey||"",apiSecret:n?.apiSecret||"",folder:n?.folder,uploadPreset:n?.uploadPreset}},factory:t=>b$2(t)});}};var xe={name:"@kyro-cms/storage-ftp",version:"1.0.0",description:"FTP/SFTP storage provider",init:s=>{let e=s.registry?.storageProviders;e&&e.register({type:"ftp",displayName:"FTP",pluginName:"@kyro-cms/storage-ftp",configKey:"ftp",configFields:[{name:"host",type:"text",label:"Host",required:true,admin:{placeholder:"ftp.example.com"}},{name:"port",type:"number",label:"Port",defaultValue:21,admin:{placeholder:"21 for FTP"}},{name:"user",type:"text",label:"Username",required:true},{name:"password",type:"password",label:"Password",required:true},{name:"secure",type:"checkbox",label:"Use TLS/SSL",defaultValue:false,admin:{description:"Enable TLS/SSL for secure connections (FTP only)"}},{name:"baseUrl",type:"text",label:"Base URL",required:true,admin:{placeholder:"https://files.example.com"}},{name:"prefix",type:"text",label:"Path Prefix",admin:{placeholder:"uploads"}}],extractConfig:t=>({host:t.ftp?.host||"",port:t.ftp?.port||21,user:t.ftp?.user||"",password:t.ftp?.password||"",secure:t.ftp?.secure||false,baseUrl:t.ftp?.baseUrl||"",prefix:t.ftp?.prefix,type:"ftp"}),extractRawConfig:t=>{let n=t?.ftp||t;return {host:n?.host||"",port:n?.port||21,user:n?.user||"",password:n?.password||"",secure:n?.secure||false,baseUrl:n?.baseUrl||"",prefix:n?.prefix,type:"ftp"}},factory:t=>c$3(t)});}};var at=[Se,Ee,xe];function z(s,e,t){let n=e.split(".");if(n.length===0)return false;let a=n[0],i=n.slice(1).join(".");for(let o of s)if(o.name===a)return i?o.fields&&Array.isArray(o.fields)||o.type==="array"&&o.fields&&Array.isArray(o.fields)?z(o.fields,i,t):false:(Object.assign(o,t),true);return false}function it(s,e){if(e)for(let t of s){let n=e[t.slug];if(n){let{fields:a,...i}=n;if(t.admin={...t.admin,...i},a&&t.fields&&Array.isArray(t.fields))for(let[o,r]of Object.entries(a))z(t.fields,o,r);}}}var W=class{registry;db;pubsub;webhookService;settings;wsServer;config;constructor(e){this.config=e,this.registry=M(),this.db=e.adapter,this.pubsub=new b(this.registry),this.webhookService=o(this.db);for(let t of at)this.registry.addPlugin(t);if(e.plugins)for(let t of e.plugins)this.registry.addPlugin(t);e.collections&&e.admin?.collectionOverrides&&it(e.collections,e.admin.collectionOverrides),e.collections&&this.registry.addCollections(e.collections),e.globals&&this.registry.addGlobals(e.globals);}async init(){await this.registry.init(this),this.registry.addGlobalPostInit(a);let e={slug:"plugin-settings",admin:{hidden:true},fields:[{name:"states",type:"json"}]};if(this.registry.addGlobalPostInit(e),!this.db)throw new Error("Database adapter is null \u2014 failed to load at startup. Check the server console for the exact error.");let t={slug:d,fields:[{name:"userId",type:"text",required:true},{name:"name",type:"text",required:true},{name:"key",type:"text",required:true},{name:"keyPrefix",type:"text",required:true},{name:"permissions",type:"json"},{name:"lastUsedAt",type:"date"},{name:"expiresAt",type:"date"}]},n={slug:f$1,fields:[{name:"name",type:"text",required:true},{name:"url",type:"text",required:true},{name:"events",type:"json",required:true},{name:"collections",type:"json"},{name:"status",type:"text",required:true},{name:"secret",type:"text"},{name:"headers",type:"json"},{name:"lastTriggered",type:"date"},{name:"lastError",type:"text"}]},a$1={slug:g$1,fields:[{name:"webhookId",type:"text",required:true},{name:"event",type:"text",required:true},{name:"payload",type:"json",required:true},{name:"attempt",type:"number",required:true},{name:"status",type:"text",required:true},{name:"responseStatus",type:"number"},{name:"responseBody",type:"text"},{name:"error",type:"text"},{name:"duration",type:"number"},{name:"deliveredAt",type:"date"},{name:"nextRetryAt",type:"date"}]},i=this.registry.getGlobals();if(this.db instanceof c&&this.db.dialect==="postgres"){let o=this.db,r=d.replace(/-/g,"_");o.schema[r]||(o.schema[r]=g);}await this.db.init([...this.registry.getCollections(),t,n,a$1],i),await this.loadPluginState(),this.pubsub.autoRegisterHooks();}async loadSettings(){if(this.settings)return this.settings;try{let e=await this.db.findOne({collection:"_globals_access-settings",where:{},draft:!0});e&&(this.settings={access:e});}catch{}return this.settings||{}}async loadPluginState(){let e=this.registry.storageProviders,t=e.getAllPluginNames(),n={};try{let a=await this.db.findOne({collection:"_globals_plugin-settings",where:{},draft:!0});a&&a.states&&(n=a.states);}catch{}for(let a of t)n[a]!==void 0&&e.setPluginEnabled(a,n[a]);}getREST(e){let t=typeof this.config.auth=="object"?this.config.auth:null,n=t?.secret,a=t?.checkSession!==false;return s({registry:this.registry,db:this.db,authSecret:n,authAdapter:this.config.authAdapter,checkSession:a,...e,cors:this.config.cors,webhookService:this.webhookService,settings:this.settings})}getGraphQL(e$1){let t=c$1({registry:this.registry,db:this.db,settings:this.settings});return {fetch:createYoga({schema:t,context:async({request:a})=>{let i=f$2(a),o,r;if(i&&this.db){let d=await e(i,this.db);d.user&&(o=d.user,r=g$2(d));}let c=e$1?.tenantID;return {db:this.db,registry:this.registry,user:o,req:a,tenantID:c,apiKey:r,relationLoader:new a$1({db:this.db,tenantID:c,user:o})}},graphiql:this.config.graphQL?.disablePlayground!==true,plugins:[]}).fetch,schema:t}}getTRPC(e){return {fetch:async(t,n)=>{let i$1=new URL(t.url).pathname.replace(/^\/api\/trpc\//,""),[o,...r]=i$1.split("."),c=r.join(".");if(c=c.replace(/\.(query|mutate|subscribe)$/,""),!o||!c)return new Response(JSON.stringify({error:{message:"Invalid tRPC path",code:-32600,data:{code:"BAD_REQUEST",httpStatus:400}}}),{status:400,headers:{"Content-Type":"application/json"}});let d=await a$2({db:this.db,registry:this.registry,req:t,user:e?.user,tenantID:e?.tenantID,settings:this.settings}),p=i(d)[o];if(!p)return new Response(JSON.stringify({error:{message:`Collection '${o}' not found`,code:-32601,data:{code:"NOT_FOUND",httpStatus:404}}}),{status:404,headers:{"Content-Type":"application/json"}});let m=p[c];if(typeof m!="function")return new Response(JSON.stringify({error:{message:`Procedure '${c}' not found`,code:-32601,data:{code:"NOT_FOUND",httpStatus:404}}}),{status:404,headers:{"Content-Type":"application/json"}});try{let y={};if(t.method==="POST"||t.method==="PATCH")y=await t.json().catch(()=>({}));else {let A=new URL(t.url).searchParams.get("input");if(A)try{y=JSON.parse(decodeURIComponent(A));}catch{}}let h=y?.["0"]??y,f=await m({...h,collection:o});return new Response(JSON.stringify({result:{data:f}}),{status:200,headers:{"Content-Type":"application/json"}})}catch(y){let h=y.message||"Internal error",f=h.includes("not found")?404:h.includes("denied")||h.includes("authentication required")?403:h.includes("conflict")?409:500,A=f===404?-32601:f===403?-32001:f===409?-32002:-32603;return new Response(JSON.stringify({error:{message:h,code:A,data:{code:"INTERNAL_SERVER_ERROR",httpStatus:f}}}),{status:f,headers:{"Content-Type":"application/json"}})}},router:null}}getWS(){return this.wsServer}async startWebSocket(e$1){let t=this.settings?.access?.apiAccess;if(t?.wsEnabled===false)return null;let n=async a=>{let i=await e(a,this.db);if(!i.valid)throw new Error(i.error||"Invalid API key");if(!i.user)throw new Error("API key has no associated user");return i.user};return this.wsServer=d$1({pubsub:this.pubsub,port:e$1?.port||8080,requireAuth:e$1?.requireAuth??t?.requireAuth,verifyToken:e$1?.verifyToken||n}),this.wsServer}async shutdown(){this.wsServer&&await this.wsServer.close(),await this.db.disconnect();}};function Wt(s){return new W(s)}var rt=createRequire(import.meta.url),lt="node:sqlite",{DatabaseSync:ct}=rt(lt);function x(s){let e=[];for(let t of s)if(t.type==="tabs"&&"tabs"in t)for(let n of t.tabs)e.push(...x(n.fields));else t.type==="row"&&"fields"in t?e.push(...x(t.fields)):t.type==="collapsible"&&"fields"in t?e.push(...x(t.fields)):e.push(t);return e}function ut(s,e){let t=e,n=s[t.name];if(t.type==="json"||t.type==="richtext"||t.type==="array"||t.type==="group"||t.type==="blocks"||t.type==="list"||t.type==="relationship-block")try{n=n?JSON.parse(n):null;}catch{n=null;}if(t.type==="checkbox"&&(n=!!n),t.type==="date"&&n)try{let a=new Date(n);isNaN(a.getTime())?n=null:n=a.toISOString();}catch{n=null;}if((t.type==="upload"||t.type==="image")&&n)try{let a=JSON.parse(n);Array.isArray(a)?n=a.map(i=>typeof i=="object"&&i!==null?i:{id:i}):n=typeof a=="object"?a:{id:a};}catch{n={id:n};}if(t.type==="relationship"&&n)try{let a=JSON.parse(n);Array.isArray(a),n=a;}catch{n={relationTo:Array.isArray(t.relationTo)?t.relationTo[0]:t.relationTo,value:n};}if(t.type==="list"&&n)try{let a=JSON.parse(n);n=Array.isArray(a)?a:[];}catch{n=[];}if(t.type==="relationship-block"&&n)try{let a=JSON.parse(n);n=Array.isArray(a)?a:[];}catch{n=[];}return n}function X(s,e){try{return s.prepare(`PRAGMA table_info(${e})`).all().map(n=>n.name)}catch{return []}}var J=class extends a$3{db;path;migrations=new Map;versionsTableName="kyro_versions";constructor(e){super(),this.path=e.path,e.db?this.db=e.db:this.db=null;}async connect(){if(this.db||(this.db=new ct(this.path||":memory:")),this.db&&typeof this.db.prepare=="function"&&!this.db.prepare.__wrapped){let e=this.db.prepare.bind(this.db),t=n=>{let a=e(n),i=o=>typeof o=="boolean"?o?1:0:o===void 0?null:o;return new Proxy(a,{get(o,r,c){if(r==="all")return (...u)=>o.all(...u.map(i));if(r==="get")return (...u)=>o.get(...u.map(i));if(r==="run")return (...u)=>o.run(...u.map(i));let d=Reflect.get(o,r,c);return typeof d=="function"?d.bind(o):d}})};t.__wrapped=true,this.db.prepare=t;}this.db.exec("PRAGMA journal_mode = WAL"),this.db.exec("PRAGMA foreign_keys = ON"),this.connected=true;}async disconnect(){this.db&&this.db.close(),this.connected=false;}ensureTable(e,t){let n=t||this.getTableNameFor(e.slug),a=["id TEXT PRIMARY KEY"];for(let r of x(e.fields)){if(!r.name||r.name==="id")continue;let c=this.fieldToSQL(r);c&&a.push(c);}let i=x(e.fields);i.some(r=>r.name==="createdAt")||a.push(`${this.col("createdAt")} TEXT DEFAULT (datetime('now'))`),i.some(r=>r.name==="updatedAt")||a.push(`${this.col("updatedAt")} TEXT DEFAULT (datetime('now'))`),i.some(r=>r.name==="status")||a.push("status TEXT DEFAULT 'draft'"),i.some(r=>r.name==="hasDraft")||a.push("hasDraft INTEGER DEFAULT 0"),e.tenantScoped&&a.push("tenant_id TEXT NOT NULL");let o=X(this.db,n);if(o.length===0){let r=`CREATE TABLE IF NOT EXISTS ${n} (${a.join(", ")})`;this.db.exec(r),this.db.exec(`CREATE INDEX IF NOT EXISTS idx_${n}_status ON ${n}(status)`);for(let c of x(e.fields))c.name&&c.indexed&&this.db.exec(`CREATE INDEX IF NOT EXISTS idx_${n}_${c.name} ON ${n}(${this.col(c.name)})`),c.name&&c.unique&&this.db.exec(`CREATE UNIQUE INDEX IF NOT EXISTS idx_${n}_${c.name}_unique ON ${n}(${this.col(c.name)})`);}else {let r=new Set(o);for(let c of a){let d=c.split(" ")[0].replace(/^"/,"").replace(/"$/,"");if(!r.has(d)&&d!=="id")try{d==="status"?this.db.exec(`ALTER TABLE ${n} ADD COLUMN ${this.col(d)} TEXT DEFAULT 'published'`):d==="hasDraft"?this.db.exec(`ALTER TABLE ${n} ADD COLUMN ${this.col(d)} INTEGER DEFAULT 0`):this.db.exec(`ALTER TABLE ${n} ADD COLUMN ${this.col(d)} TEXT`);}catch{}}}this.migrations.set(n,true);}ensureVersionsTable(){this.db.exec(`
|
|
4
|
+
CREATE TABLE IF NOT EXISTS ${this.versionsTableName} (
|
|
5
|
+
id TEXT PRIMARY KEY,
|
|
6
|
+
collection_slug TEXT NOT NULL,
|
|
7
|
+
document_id TEXT NOT NULL,
|
|
8
|
+
tenant_id TEXT,
|
|
9
|
+
version INTEGER NOT NULL,
|
|
10
|
+
status TEXT NOT NULL DEFAULT 'draft',
|
|
11
|
+
autosave INTEGER NOT NULL DEFAULT 0,
|
|
12
|
+
data TEXT NOT NULL,
|
|
13
|
+
created_by TEXT,
|
|
14
|
+
change_description TEXT,
|
|
15
|
+
published_at TEXT,
|
|
16
|
+
created_at TEXT DEFAULT (datetime('now')),
|
|
17
|
+
updated_at TEXT DEFAULT (datetime('now'))
|
|
18
|
+
)
|
|
19
|
+
`);try{this.db.exec(`ALTER TABLE ${this.versionsTableName} ADD COLUMN autosave INTEGER NOT NULL DEFAULT 0`);}catch{}this.db.exec(`CREATE INDEX IF NOT EXISTS idx_${this.versionsTableName}_doc ON ${this.versionsTableName}(collection_slug, document_id)`),this.db.exec(`CREATE INDEX IF NOT EXISTS idx_${this.versionsTableName}_status ON ${this.versionsTableName}(status)`),this.db.exec(`CREATE INDEX IF NOT EXISTS idx_${this.versionsTableName}_autosave ON ${this.versionsTableName}(autosave)`);}col(e){return `"${e}"`}fieldToSQL(e){switch(e.type){case "text":case "email":case "password":case "textarea":case "color":case "code":case "markdown":case "url":return this.col(e.name)+" TEXT";case "number":return this.col(e.name)+" REAL";case "checkbox":return this.col(e.name)+" INTEGER DEFAULT 0";case "date":return this.col(e.name)+" TEXT";case "select":case "radio":return this.col(e.name)+" TEXT";case "relationship":case "upload":return this.col(e.name)+" TEXT";case "json":case "richtext":case "array":case "group":case "blocks":return this.col(e.name)+" TEXT";default:return null}}parseGlobalsSlug(e){if(e.startsWith("_globals_")){let t=e.replace("_globals_","");return {isGlobal:true,globalSlug:t,tableName:`global_${t.replace(/-/g,"_")}`}}return {isGlobal:false,globalSlug:"",tableName:this.getTableNameFor(e)}}async find(e){let{collection:t,where:n={},sort:a,limit:i=10,page:o=1,tenantID:r,draft:c=false}=e,d=this.parseGlobalsSlug(t),u=d.isGlobal?this.globals.get(d.globalSlug):this.getCollection(t);this.ensureTable(u,d.tableName);let m=`SELECT * FROM ${d.tableName}`,y=[],h=[],f={...n};this.tenantContext&&u.tenantScoped&&(f=c$2({where:f},t,this.tenantContext,b$1).where||{});let A=u.fields.find(b=>b.name==="status"),g=A?.type==="select"&&A.options?.some(b=>b.value==="published");!c&&g&&(h.push("status = ?"),y.push("published")),r&&u.tenantScoped&&(h.push("tenant_id = ?"),y.push(r));for(let[b,S]of Object.entries(f))b==="AND"||b==="OR"||(typeof S=="object"&&S!==null?(S.equals!==void 0&&(h.push(`${this.col(b)} = ?`),y.push(S.equals)),S.in!==void 0&&(h.push(`${this.col(b)} IN (${S.in.map(()=>"?").join(", ")})`),y.push(...S.in)),S.not_equals!==void 0&&(h.push(`${this.col(b)} != ?`),y.push(S.not_equals))):(h.push(`${this.col(b)} = ?`),y.push(S)));h.length>0&&(m+=` WHERE ${h.join(" AND ")}`);let Ne=this.col(a?.replace("-","")||"createdAt"),Re=a?.startsWith("-")?"DESC":"ASC";m+=` ORDER BY ${Ne} ${Re}`;let ve=m.replace("SELECT *","SELECT COUNT(*) as count"),F=this.db.prepare(ve).get(...y)?.count||0;m+=" LIMIT ? OFFSET ?",y.push(i,(o-1)*i);let D=this.db.prepare(m).all(...y).map(b=>this.rowToDoc(b,u));return this.tenantContext&&!this.tenantContext.isSuperAdmin&&(D=D.filter(b=>d$2(b,t,this.tenantContext,b$1))),c&&(D=await Promise.all(D.map(async b=>{let S=this.db.prepare(`SELECT * FROM ${this.versionsTableName} WHERE collection_slug = ? AND document_id = ? AND tenant_id IS NULL ORDER BY version DESC LIMIT 1`).get(t,b.id);if(S){let De=S.data?JSON.parse(S.data):{};return {...b,...De,status:b.status}}return b}))),{docs:D,totalDocs:F,limit:i,totalPages:Math.ceil(F/i),page:o,pagingCounter:(o-1)*i+1,hasPrevPage:o>1,hasNextPage:o<Math.ceil(F/i),prevPage:o>1?o-1:null,nextPage:o<Math.ceil(F/i)?o+1:null}}async findByID(e){let{collection:t,id:n,tenantID:a,draft:i=false}=e,o=this.parseGlobalsSlug(t),r=o.isGlobal?this.globals.get(o.globalSlug):this.getCollection(t);this.ensureTable(r,o.tableName);let d=`SELECT * FROM ${o.tableName} WHERE id = ?`,u=[n];if(this.tenantContext&&r.tenantScoped){let f={id:n,tenant_id:this.tenantContext.tenantId};if(!d$2(f,t,this.tenantContext,b$1))return null}let p=r.fields.find(f=>f.name==="status"),m=p?.type==="select"&&p.options?.some(f=>f.value==="published");!i&&m&&(d+=" AND status = ?",u.push("published")),a&&r.tenantScoped&&(d+=" AND tenant_id = ?",u.push(a));let y=this.db.prepare(d).get(...u);if(!y)return null;let h=this.rowToDoc(y,r);if(i){let f=this.db.prepare(`SELECT * FROM ${this.versionsTableName} WHERE collection_slug = ? AND document_id = ? AND tenant_id IS NULL ORDER BY version DESC LIMIT 1`).get(t,h.id);if(f){let A=f.data?JSON.parse(f.data):{};h={...h,...A,status:h.status};}}return h}async create(e){let{collection:t,data:n,tenantID:a}=e,i=this.parseGlobalsSlug(t),o=i.isGlobal?this.globals.get(i.globalSlug):this.getCollection(t);this.ensureTable(o,i.tableName);let r=i.tableName,c=i.isGlobal?i.globalSlug:n.id||this.generateId(),d=this.prepareData(n,o);d.id=c,d.created_at=new Date().toISOString(),d.updated_at=new Date().toISOString(),a&&o.tenantScoped&&(d.tenant_id=a);let u=Object.keys(d),p=X(this.db,r),m={};for(let g of u)p.includes(g)&&(m[g]=d[g]);let y=Object.keys(m),h=y.map(g=>this.col(g)),f=y.map(()=>"?").join(", "),A=Object.values(m).map(g=>g!==null&&typeof g=="object"?JSON.stringify(g):g);return this.db.prepare(`INSERT OR REPLACE INTO ${r} (${h.join(", ")}) VALUES (${f})`).run(...A),this.ensureVersionsTable(),this.findByID({collection:t,id:c,tenantID:a,draft:true})}async update(e){let{collection:t,id:n,data:a,tenantID:i}=e,o=this.parseGlobalsSlug(t),r=o.isGlobal?this.globals.get(o.globalSlug):this.getCollection(t);this.ensureTable(r,o.tableName);let c=o.tableName,d=this.prepareData(a,r);d.updated_at=new Date().toISOString();let u=X(this.db,c),p={};for(let g of Object.keys(d))u.includes(g)&&(p[g]=d[g]);let y=Object.keys(p).map(g=>`${this.col(g)} = ?`).join(", "),h=Object.values(p).map(g=>g!==null&&typeof g=="object"?JSON.stringify(g):g),f=`UPDATE ${c} SET ${y} WHERE id = ?`,A=[...h,n];return i&&r.tenantScoped&&(f+=" AND tenant_id = ?",A.push(i)),this.db.prepare(f).run(...A),this.ensureVersionsTable(),this.findByID({collection:t,id:n,tenantID:i,draft:true})}async delete(e){let{collection:t,id:n,tenantID:a}=e,i=this.parseGlobalsSlug(t),o=i.isGlobal?this.globals.get(i.globalSlug):this.getCollection(t);this.ensureTable(o,i.tableName),this.ensureVersionsTable();let r=await this.findByID({collection:t,id:n,tenantID:a,draft:true});if(!r)throw new Error(`Document not found: ${t}/${n}`);let d=`DELETE FROM ${i.tableName} WHERE id = ?`,u=[n];return a&&o.tenantScoped&&(d+=" AND tenant_id = ?",u.push(a)),this.db.prepare(d).run(...u),r}async count(e){let{collection:t,tenantID:n}=e,a=this.parseGlobalsSlug(t),i=a.isGlobal?this.globals.get(a.globalSlug):this.getCollection(t);this.ensureTable(i,a.tableName);let r=`SELECT COUNT(*) as count FROM ${a.tableName}`,c=[];return n&&i.tenantScoped&&(r+=" WHERE tenant_id = ?",c.push(n)),this.db.prepare(r).get(...c)?.count||0}async findOne(e){let t=this.parseGlobalsSlug(e.collection);if(t.isGlobal){let a=this.globals.get(t.globalSlug);if(!a)throw new Error(`Global "${t.globalSlug}" not found in adapter`);this.ensureTable(a,t.tableName);let i=`SELECT * FROM ${t.tableName}`,o=[],r=[],c=a.fields.find(p=>p.name==="status"),d=c?.type==="select"&&c.options?.some(p=>p.value==="published");!e.draft&&a.versions&&d&&o.push("status = 'published'"),o.length>0&&(i+=` WHERE ${o.join(" AND ")}`),i+=" LIMIT 1";let u=this.db.prepare(i).get(...r);if(u){let p=this.rowToDoc(u,a);if(e.draft){let m=this.db.prepare(`SELECT * FROM ${this.versionsTableName} WHERE collection_slug = ? AND document_id = ? AND tenant_id IS NULL ORDER BY version DESC LIMIT 1`).get(e.collection,t.globalSlug);if(m){let y=m.data?JSON.parse(m.data):{};p={...p,...y,status:p.status};}}return p}return null}return (await this.find({...e,limit:1})).docs[0]||null}async findVersions(e){this.ensureVersionsTable();let{collection:t,documentId:n,tenantID:a,limit:i=20,page:o=1}=e,r=["collection_slug = ?","document_id = ?","autosave = 0"],c=[t,n];a?(r.push("tenant_id = ?"),c.push(a)):r.push("tenant_id IS NULL");let d=`WHERE ${r.join(" AND ")}`,p=this.db.prepare(`SELECT COUNT(*) as count FROM ${this.versionsTableName} ${d}`).get(...c)?.count||0,m=(o-1)*i;return {docs:this.db.prepare(`SELECT * FROM ${this.versionsTableName} ${d} ORDER BY version DESC LIMIT ? OFFSET ?`).all(...c,i,m).map(f=>this.rowToVersion(f)),totalDocs:p,limit:i,totalPages:Math.ceil(p/i),page:o,pagingCounter:(o-1)*i+1,hasPrevPage:o>1,hasNextPage:o<Math.ceil(p/i),prevPage:o>1?o-1:null,nextPage:o<Math.ceil(p/i)?o+1:null}}async findVersionByID(e){this.ensureVersionsTable();let t=this.db.prepare(`SELECT * FROM ${this.versionsTableName} WHERE id = ? AND collection_slug = ? LIMIT 1`).get(e.versionId,e.collection);return t?this.rowToVersion(t):null}async createVersion(e){this.ensureVersionsTable();let t=new Date().toISOString();if(e.autosave){let r=`SELECT * FROM ${this.versionsTableName} WHERE collection_slug = ? AND document_id = ? AND autosave = 1`,c=[e.collection,e.documentId];e.tenantID?(r+=" AND tenant_id = ?",c.push(e.tenantID)):r+=" AND tenant_id IS NULL",r+=" LIMIT 1";let d=this.db.prepare(r).get(...c);if(d){this.db.prepare(`UPDATE ${this.versionsTableName} SET data = ?, status = ?, updated_at = ? WHERE id = ?`).run(JSON.stringify(e.data),e.status,t,d.id);let u=await this.findVersionByID({collection:e.collection,versionId:d.id});if(u)return u}}let n=this.generateId(),i=(this.db.prepare(`SELECT version FROM ${this.versionsTableName} WHERE collection_slug = ? AND document_id = ? AND autosave = 0 ORDER BY version DESC LIMIT 1`).get(e.collection,e.documentId)?.version??0)+1;if(this.db.prepare(`INSERT INTO ${this.versionsTableName} (
|
|
20
|
+
id, collection_slug, document_id, tenant_id, version, status, autosave, data, created_by, change_description, published_at, created_at, updated_at
|
|
21
|
+
) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`).run(n,e.collection,e.documentId,e.tenantID??null,i,e.status,e.autosave?1:0,JSON.stringify(e.data),e.createdBy??null,e.changeDescription??null,e.status==="published"?t:null,t,t),!e.autosave){let c=this.collections.get(e.collection)?.versions?.maxPerDoc;c&&c>0&&await this.deleteVersions({collection:e.collection,documentId:e.documentId,keepLatest:c,tenantID:e.tenantID});}return await this.findVersionByID({collection:e.collection,versionId:n})}async updateLatestVersion(e){return this.createVersion({...e,autosave:true})}async deleteVersions(e){this.ensureVersionsTable();let{collection:t,documentId:n,keepLatest:a,tenantID:i}=e;if(a&&a>0){let o=this.db.prepare(`SELECT id, status, autosave FROM ${this.versionsTableName} WHERE collection_slug = ? AND document_id = ? ORDER BY version DESC`).all(t,n),r=0,c=[];for(let d of o)d.status==="published"||d.autosave===1||(r++,r>a&&c.push(d.id));for(let d of c)this.db.prepare(`DELETE FROM ${this.versionsTableName} WHERE id = ?`).run(d);}else {let o=`DELETE FROM ${this.versionsTableName} WHERE collection_slug = ? AND document_id = ?`,r=[t,n];i&&(o+=" AND tenant_id = ?",r.push(i)),this.db.prepare(o).run(...r);}}rowToVersion(e){return {id:String(e.id),collection:e.collection_slug,documentId:e.document_id,version:e.version,status:e.status,data:e.data?JSON.parse(e.data):{},createdBy:e.created_by??void 0,changeDescription:e.change_description??void 0,publishedAt:e.published_at??null,createdAt:e.created_at,updatedAt:e.updated_at}}prepareData(e,t){let n={},a=x(t.fields),i=(o,r)=>{let c=o;if(c.type==="json"||c.type==="richtext"||c.type==="array"||c.type==="group"||c.type==="blocks"||c.type==="list"||c.type==="relationship-block")return r!=null?JSON.stringify(r):null;if(c.type==="checkbox")return r?1:0;if(c.type==="number")return r!==null&&r!==""?Number(r):null;if(c.type==="upload"||c.type==="image"){if(r==null)return null;if(Array.isArray(r)){let d=r.map(u=>typeof u=="string"?u:typeof u=="object"?u.id||u._id||u:String(u));return JSON.stringify(d)}return typeof r=="string"?r:typeof r=="object"?JSON.stringify(r):String(r)}else if(o.type==="relationship"){if(r==null)return null;if(Array.isArray(r)){let d=r.map(u=>typeof u=="string"?u:typeof u=="object"?JSON.stringify({relationTo:o.relationTo,value:u.id||u}):String(u));return JSON.stringify(d)}return typeof r=="string"?r:typeof r=="object"?JSON.stringify({relationTo:o.relationTo,value:r.id||r}):String(r)}return r};for(let o of a){if(!o.name||o.name==="id"||t.fields.some(d=>d.type==="tabs"&&"tabs"in d&&d.tabs.some(u=>u.fields.some(p=>p.name===o.name))))continue;let c=e[o.name];c!==void 0&&(n[o.name]=i(o,c));}for(let o of t.fields)if(o.type==="tabs"&&"tabs"in o&&o.name){let r=e[o.name];if(r&&typeof r=="object"){for(let c of o.tabs)for(let d of c.fields)if(d.name&&d.name!=="id"){let u=r[d.name];u!==void 0&&(n[d.name]=i(d,u));}}}return n}rowToDoc(e,t){let n={id:e.id};for(let a of x(t.fields)){if(!a.name||a.name==="id")continue;let i=a,o=e[i.name];if(i.type==="json"||i.type==="richtext"||i.type==="array"||i.type==="group"||i.type==="blocks"||i.type==="list"||i.type==="relationship-block")try{o=o?JSON.parse(o):null;}catch{o=null;}if(a.type==="checkbox"&&(o=!!o),a.type==="date"&&o)try{let r=new Date(o);isNaN(r.getTime())?(console.warn(`[LocalAdapter] Invalid date value for field "${a.name}":`,o),o=null):o=r.toISOString();}catch{o=null;}if((a.type==="upload"||a.type==="image")&&o)try{let r=JSON.parse(o);Array.isArray(r)?o=r.map(c=>typeof c=="object"&&c!==null?c:{id:c}):o=typeof r=="object"?r:{id:r};}catch{o={id:o};}if(a.type==="relationship"&&o)try{let r=JSON.parse(o);Array.isArray(r),o=r;}catch{o={relationTo:Array.isArray(a.relationTo)?a.relationTo[0]:a.relationTo,value:o};}n[a.name]=o;}for(let a of t.fields)if(!(!a.name||a.name==="id"||a.name==="row"||a.name==="collapsible")&&a.type==="tabs"&&"tabs"in a){let i={};for(let o of a.tabs)for(let r of o.fields)r.name&&r.name!=="id"&&(i[r.name]=ut(e,r));n[a.name]=i;}if(t.timestamps){let a=e.createdAt||e.created_at,i=e.updatedAt||e.updated_at;if(a)try{let o=new Date(a);isNaN(o.getTime())||(n.createdAt=o.toISOString());}catch{}if(i)try{let o=new Date(i);isNaN(o.getTime())||(n.updatedAt=o.toISOString());}catch{}}return t.tenantScoped&&(n.tenantID=e.tenant_id),n.status=e.status??"published",n.hasDraft=e.hasDraft?!!e.hasDraft:false,n}generateId(){let e=Date.now().toString(16).padStart(12,"0"),t=randomBytes(6).toString("hex");return e+t}getMediaById(e){try{let t=this.getTableNameFor("media"),n=this.db.prepare(`SELECT id, url, thumbnail_url FROM ${t} WHERE id = ?`).get(e);if(n)return {id:n.id,url:n.url,thumbnailUrl:n.thumbnail_url||n.url}}catch{}return null}getTableNameFor(e){return e.replace(/-/g,"_")}async migrate(){for(let e of this.collections.values())this.ensureTable(e);}async rollback(){}async transaction(e){return new Promise((t,n)=>{let a=this.db.transaction(async()=>e({db:this.db}));try{let i=a();t(i);}catch(i){n(i);}})}getDatabase(){return this.db}exec(e){this.db.exec(e);}prepare(e){return this.db.prepare(e)}};function cs(s){return new J(s||{})}export{K as a,V as b,B as c,N as d,pe as e,C as f,he as g,ge as h,me as i,be as j,Te as k,w as l,He as m,Ye as n,M as o,W as p,Wt as q,J as r,cs as s};
|