@kyro-cms/core 0.12.61 → 0.12.63

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.
Files changed (56) hide show
  1. package/README.md +5 -4
  2. package/dist/{WebhookService-DgIx21X-.d.cts → WebhookService-B-jb55_P.d.cts} +1 -1
  3. package/dist/{WebhookService-CZf_na-J.d.ts → WebhookService-Bue85CZq.d.ts} +1 -1
  4. package/dist/api-handler-graphql.cjs +1 -1
  5. package/dist/api-handler-graphql.js +1 -1
  6. package/dist/api-handler-trpc.cjs +1 -1
  7. package/dist/api-handler-trpc.js +1 -1
  8. package/dist/api-handler.cjs +1 -1
  9. package/dist/api-handler.js +1 -1
  10. package/dist/{base-7vJMzr4V.d.ts → base-CTeNj4rw.d.ts} +1 -1
  11. package/dist/{base-DDEmdRqV.d.cts → base-CU2tjpsX.d.cts} +1 -1
  12. package/dist/chunk-3WSFG6DS.js +2 -0
  13. package/dist/chunk-4OMQURN7.js +3 -0
  14. package/dist/chunk-6424BWOB.cjs +120 -0
  15. package/dist/{chunk-JU3UAZRY.cjs → chunk-DFDL5JIO.cjs} +13 -13
  16. package/dist/{chunk-4FHWIGHO.cjs → chunk-ILSBJI77.cjs} +3 -3
  17. package/dist/chunk-QE7LORN4.js +121 -0
  18. package/dist/{chunk-26MOA3HJ.js → chunk-VZQWWZLY.js} +3 -3
  19. package/dist/chunk-W2XYBPEJ.js +133 -0
  20. package/dist/{chunk-LOP464VR.cjs → chunk-YJZTUT7I.cjs} +1 -1
  21. package/dist/chunk-ZQETJ4T4.cjs +2 -0
  22. package/dist/client.d.cts +1 -1
  23. package/dist/client.d.ts +1 -1
  24. package/dist/drizzle/index.cjs +1 -1
  25. package/dist/drizzle/index.d.cts +2 -2
  26. package/dist/drizzle/index.d.ts +2 -2
  27. package/dist/drizzle/index.js +1 -1
  28. package/dist/graphql/index.d.cts +2 -2
  29. package/dist/graphql/index.d.ts +2 -2
  30. package/dist/index-DowyndWK.d.ts +105 -0
  31. package/dist/index-HNBjfQpn.d.cts +105 -0
  32. package/dist/index.cjs +3 -3
  33. package/dist/index.d.cts +8 -7
  34. package/dist/index.d.ts +8 -7
  35. package/dist/index.js +2 -2
  36. package/dist/mongodb/index.d.cts +2 -2
  37. package/dist/mongodb/index.d.ts +2 -2
  38. package/dist/rest/index.cjs +1 -1
  39. package/dist/rest/index.d.cts +3 -3
  40. package/dist/rest/index.d.ts +3 -3
  41. package/dist/rest/index.js +1 -1
  42. package/dist/templates/index.d.cts +1 -1
  43. package/dist/templates/index.d.ts +1 -1
  44. package/dist/trpc/index.d.cts +2 -2
  45. package/dist/trpc/index.d.ts +2 -2
  46. package/dist/{types-CYGXsNcJ.d.ts → types-COokblgr.d.ts} +181 -1
  47. package/dist/{types-DOKMyC3y.d.cts → types-ComJeXGL.d.cts} +181 -1
  48. package/package.json +2 -2
  49. package/dist/chunk-6QWX3DEB.cjs +0 -120
  50. package/dist/chunk-AMGJ5AFH.cjs +0 -1
  51. package/dist/chunk-QDBGBDCT.js +0 -2
  52. package/dist/chunk-RDFGJHEG.js +0 -2
  53. package/dist/chunk-RILJCH6H.js +0 -121
  54. package/dist/chunk-VJODUKKM.js +0 -133
  55. package/dist/index-BJ1rwHxk.d.cts +0 -284
  56. package/dist/index-BTjlptCL.d.ts +0 -284
@@ -0,0 +1,133 @@
1
+ import {c,a as a$2,b,e,h}from'./chunk-JV4HJBXW.js';import {a as a$4}from'./chunk-637PTUHF.js';import {n,M as M$1,p,q,o,w,E as E$1,s,t,u,v}from'./chunk-HRAY65XH.js';import {ia,oa,fa,ma,$,ha,ca,pa,ra,J}from'./chunk-3NSZZCOJ.js';import {a,c as c$1,b as b$1,d}from'./chunk-SLMIYECU.js';import {a as a$1}from'./chunk-P6JITOFF.js';import {a as a$3}from'./chunk-VVVCCB6R.js';import {g}from'./chunk-Y2YAKDEQ.js';if (typeof window === "undefined") { const { createRequire } = await import(/* @vite-ignore */ 'module'); createRequire(import.meta.url); }
2
+ g();g();g();function E(f,t="postgres"){switch(f.type){case "text":case "email":case "password":case "color":case "icon":return t==="sqlite"?"text":"varchar";case "textarea":case "code":case "markdown":case "secret":return "text";case "number":return f.integer?"integer":"decimal";case "checkbox":return "boolean";case "date":return "timestamp";case "select":case "radio":return t==="sqlite"?"text":"varchar";case "richtext":case "json":case "array":case "group":case "blocks":case "row":case "collapsible":case "tabs":return "jsonb";case "relationship":return t==="sqlite"?"text":"varchar";case "upload":return "jsonb";default:return "jsonb"}}function ce(f,t="postgres"){let i=f.slug.replace(/-/g,"_"),e=[];e.push(`export const ${i} = pgTable('${i}', {`),e.push(" id: uuid('id').primaryKey().defaultRandom(),");for(let s of f.fields){if(s.name==="id"||s.type==="password")continue;let n=E(s,t),r=s.required,a=` ${s.name}: pg.${n}('${s.name}')`;s.unique&&(a+=".unique()"),r||(a+=".nullable()"),s.defaultValue!==void 0&&(typeof s.defaultValue=="string"?a+=`.default('${s.defaultValue}')`:typeof s.defaultValue=="boolean"?a+=`.default(${s.defaultValue})`:a+=`.default(sql\`${JSON.stringify(s.defaultValue)}\`)`),a+=",",e.push(a);}return f.timestamps&&(e.push(" createdAt: pg.timestamp('created_at').defaultNow(),"),e.push(" updatedAt: pg.timestamp('updated_at').defaultNow(),")),e.push(` status: ${t==="sqlite"?"sqlite":"pg"}.varchar('status').default('draft'),`),e.push(` hasDraft: ${t==="sqlite"?"sqlite":"pg"}.boolean('hasDraft').default(false),`),e.push("});"),e.join(`
3
+ `)}function M(f,t){return Array.isArray(f)?f.map(i=>{if(!i||typeof i!="object")return i;let e=i.data?{...i.data}:void 0;if(!e)return i;let s=t.find(n=>n.slug===i.type||n.slug===i.slug);if(!s||!Array.isArray(s.fields))return i;for(let n of s.fields){if(n.name&&(n.type==="upload"||n.type==="image")&&e[n.name]){let r=e[n.name];Array.isArray(r)?e[n.name]=r.map(a=>typeof a=="string"?{id:a}:a):typeof r=="string"&&(e[n.name]={id:r});}if(n.type==="blocks"&&n.name&&e[n.name]){let r=n.blocks||[];e[n.name]=M(e[n.name],r);}}return {...i,data:e}}):f}function N(f){if(typeof f!="string")return f;let t=f.replace(/-/g,"").toLowerCase();return t.length===32?`${t.slice(0,8)}-${t.slice(8,12)}-${t.slice(12,16)}-${t.slice(16,20)}-${t.slice(20)}`:f}var x=class extends a{client;schema;_schemaEnsured=false;dialect;connectionString;versionsTableReady=false;rawClient;constructor(t){if(super(),this.schema=t.schema||{},t.connectionString){this.connectionString=t.connectionString;let i=t.connectionString.toLowerCase();i.startsWith("postgres://")||i.startsWith("postgresql://")?this.dialect="postgres":i.includes(".db")||i.includes("sqlite")||i.includes("file:")?this.dialect="sqlite":this.dialect=t.type||"postgres";}else this.rawClient=t.client,this.client=t.client,this.dialect=t.type||"sqlite";}prepareData(t,i){let e=super.prepareData(t,i);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 s of i.fields)if(s.type==="date"&&s.name){let n=e[s.name];n&&typeof n=="string"&&(e[s.name]=new Date(n));}for(let s of i.fields){let r=E(s,this.dialect)==="jsonb";if(s.type==="tabs"&&"tabs"in s&&s.name){let a=t[s.name];if(a&&typeof a=="object"){let o={};for(let[l,d]of Object.entries(a)){let u=s.tabs.flatMap(g=>g.fields).find(g=>g.name===l);(u?.type==="upload"||u?.type==="image"||u?.type==="list"||u?.type==="relationship-block")&&d?o[l]=Array.isArray(d)||typeof d=="object"?JSON.stringify(d):d:o[l]=d;}e[s.name]=this.dialect==="sqlite"||!r?JSON.stringify(o):o;}}else if(r&&s.name&&t[s.name]!==void 0&&t[s.name]!==null)e[s.name]=this.dialect==="sqlite"?JSON.stringify(t[s.name]):t[s.name];else if((s.type==="upload"||s.type==="image"||s.type==="list"||s.type==="relationship-block")&&s.name){let a=t[s.name];a!=null&&(e[s.name]=this.dialect==="sqlite"||!r?typeof a=="string"?a:JSON.stringify(a):a);}}for(let s of i.fields)if(s.name&&e[s.name]===""){let n=E(s,this.dialect);(n==="timestamp"||n==="jsonb"||n==="decimal"||n==="integer"||n==="numeric"||n==="boolean")&&(e[s.name]=null);}return e}async connect(){if(this.connectionString&&!this.client){if(this.dialect==="postgres"){let t,i;try{t=(await import('./src-QBADSZV4.js')).default,i=(await import('./postgres-js-WE3NBRFO.js')).drizzle;}catch{a$1(["postgres","drizzle-orm"]),t=(await import('./src-QBADSZV4.js')).default,i=(await import('./postgres-js-WE3NBRFO.js')).drizzle;}let e=t(this.connectionString,{onnotice:()=>{}});this.client=i(e,{schema:this.schema});}else if(this.dialect==="sqlite"){let t,i;try{t=(await import('better-sqlite3')).default,i=(await import('./better-sqlite3-B34RIU4C.js')).drizzle;}catch{a$1(["better-sqlite3","drizzle-orm"]),t=(await import('better-sqlite3')).default,i=(await import('./better-sqlite3-B34RIU4C.js')).drizzle;}let e=new t(this.connectionString.replace("file:",""));this.client=i(e,{schema:this.schema});}}if(this.rawClient&&typeof this.rawClient.prepare=="function"&&typeof this.client?.select!="function"){let{drizzle:t}=await import('./d1-HPB6B253.js');this.client=t(this.rawClient,{schema:this.schema});}this.connected=true;}async init(t,i=[]){if(await super.init(t,i),(this.connectionString&&!this.client||this.rawClient&&typeof this.client?.select!="function")&&await this.connect(),this.client&&!this._schemaEnsured){for(let s of t){let n=this.getTableName(s.slug);this.schema[n]||(this.schema[n]=this.createTableFromConfig(s));}await this.ensureCollectionTables(t);let e=i.map(s=>({slug:`_globals_${s.slug}`,fields:s.fields,label:s.label}));for(let s of e){let n=this.getTableName(s.slug);this.schema[n]||(this.schema[n]=this.createTableFromConfig(s,true)),this.collections.has(s.slug)||this.collections.set(s.slug,s);}await this.ensureCollectionTables(e),this._schemaEnsured=true;}}createTableFromConfig(t,i=false){let e$1=this.getTableName(t.slug),s={id:i?ia("id").primaryKey():oa("id").primaryKey().defaultRandom()};for(let n of t.fields){if(!n.name||n.name==="id"||n.type==="password")continue;let r=E(n,this.dialect),a=n.name.replace(/-/g,"_"),o=a.replace(/([A-Z])/g,"_$1").toLowerCase(),l;if(this.dialect==="sqlite")switch(r){case "varchar":case "text":l=c(o);break;case "integer":l=a$2(o);break;case "decimal":case "numeric":l=b(o);break;case "boolean":l=a$2(o,{mode:"boolean"});break;case "timestamp":l=c(o);break;case "jsonb":l=c(o);break;default:l=c(o);}else switch(r){case "varchar":l=pa(o,{length:255});break;case "integer":l=ca(o);break;case "decimal":l=ha(o);break;case "boolean":l=$(o);break;case "timestamp":l=ma(o);break;case "jsonb":l=fa(o);break;default:l=ia(o);}n.required||(l=l.default(null)),s[a]=l;}return s.createdAt||(s.createdAt=this.dialect==="sqlite"?c("created_at").default(new Date().toISOString()):ma("created_at").defaultNow()),s.updatedAt||(s.updatedAt=this.dialect==="sqlite"?c("updated_at").default(new Date().toISOString()):ma("updated_at").defaultNow()),e$1!=="users"&&e$1!=="audit_logs"&&(s.status||(s.status=this.dialect==="sqlite"?c("status").default("draft"):pa("status",{length:20}).default("draft")),s.hasDraft||(s.hasDraft=this.dialect==="sqlite"?a$2("hasDraft",{mode:"boolean"}).default(false):$("hasDraft").default(false))),this.dialect==="sqlite"?e(e$1,s):ra(e$1,s)}async ensureCollectionTables(t){let i=[];for(let e of t){let s=e.slug.startsWith("_globals_"),n=this.getTableName(e.slug),r=this.generateCreateColumns(e),a=e.fields.some(u=>u.name==="createdAt"),o=e.fields.some(u=>u.name==="updatedAt"),l=e.fields.some(u=>u.name==="status"),d=e.fields.some(u=>u.name==="hasDraft");if(this.dialect==="postgres"){let u=s?'"id" TEXT PRIMARY KEY':'"id" UUID PRIMARY KEY DEFAULT gen_random_uuid()';i.push(`
4
+ CREATE TABLE IF NOT EXISTS "${n}" (
5
+ ${u},
6
+ ${r}
7
+ ${a?"":'"created_at" TIMESTAMP NOT NULL DEFAULT NOW(),'}
8
+ ${o?"":'"updated_at" TIMESTAMP NOT NULL DEFAULT NOW(),'}
9
+ ${l?"":`"status" VARCHAR(20) DEFAULT 'draft',`}
10
+ ${d?"":'"hasDraft" BOOLEAN DEFAULT false'}
11
+ )
12
+ `);}else i.push(`
13
+ CREATE TABLE IF NOT EXISTS "${n}" (
14
+ "id" TEXT PRIMARY KEY,
15
+ ${r}
16
+ ${a?"":`"created_at" TEXT NOT NULL DEFAULT (datetime('now')),`}
17
+ ${o?"":`"updated_at" TEXT NOT NULL DEFAULT (datetime('now')),`}
18
+ ${l?"":`"status" TEXT DEFAULT 'draft',`}
19
+ ${d?"":'"hasDraft" INTEGER DEFAULT 0'}
20
+ )
21
+ `);}if(i.length>0)if(this.dialect==="postgres")await this.executeRaw(J.raw(i.join(`;
22
+ `)));else for(let e of i)await this.executeRaw(J.raw(e));for(let e of t){let s=this.getTableName(e.slug);s==="users"||s==="audit_logs"||await this.syncTableColumns(e,s);}}getColumnSqlDefinition(t,i){let e=E(t,i),s=t.name.replace(/-/g,"_").replace(/([A-Z])/g,"_$1").toLowerCase(),n=this.columnSqlType(e,i);return `"${s}" ${n} DEFAULT NULL`}columnSqlType(t,i){if(i==="sqlite")switch(t){case "varchar":return "TEXT";case "text":return "TEXT";case "integer":return "INTEGER";case "decimal":case "numeric":return "NUMERIC";case "boolean":return "INTEGER";case "timestamp":return "TEXT";case "jsonb":return "TEXT";default:return "TEXT"}switch(t){case "varchar":return "VARCHAR(255)";case "text":return "TEXT";case "integer":return "INTEGER";case "decimal":case "numeric":return "DECIMAL";case "boolean":return "BOOLEAN";case "timestamp":return "TIMESTAMP";case "jsonb":return "JSONB";default:return "TEXT"}}getExpectedColumnDefs(t,i){let e={},s=t.slug.startsWith("_globals_"),n=t.fields.some(l=>l.name==="createdAt"),r=t.fields.some(l=>l.name==="updatedAt"),a=t.fields.some(l=>l.name==="status"),o=t.fields.some(l=>l.name==="hasDraft");this.dialect==="postgres"?(e.id=s?'"id" TEXT PRIMARY KEY':'"id" UUID PRIMARY KEY DEFAULT gen_random_uuid()',n||(e.created_at='"created_at" TIMESTAMP DEFAULT NULL'),r||(e.updated_at='"updated_at" TIMESTAMP DEFAULT NULL'),a||(e.status='"status" VARCHAR(20) DEFAULT NULL'),o||(e.hasDraft='"hasDraft" BOOLEAN DEFAULT NULL')):(e.id='"id" TEXT PRIMARY KEY',n||(e.created_at='"created_at" TEXT DEFAULT NULL'),r||(e.updated_at='"updated_at" TEXT DEFAULT NULL'),a||(e.status='"status" TEXT DEFAULT NULL'),o||(e.hasDraft='"hasDraft" INTEGER DEFAULT NULL'));for(let l of t.fields){if(!l.name||l.name==="id")continue;let d=this.getColumnSqlDefinition(l,this.dialect),u=l.name.replace(/-/g,"_").replace(/([A-Z])/g,"_$1").toLowerCase();e[u]=d;}return e}async syncTableColumns(t,i){let e;try{if(this.dialect==="postgres"){let r=await this.executeRaw(J`SELECT column_name, data_type, character_maximum_length FROM information_schema.columns WHERE table_name = ${i}`);e=new Map(r.map(a=>[a.column_name,{type:a.data_type,maxLen:a.character_maximum_length}]));}else {let r=await this.executeRaw(J`PRAGMA table_info("${J.raw(i)}")`);e=new Map(r.map(a=>[a.name,{type:a.type,maxLen:null}]));}}catch{return}let s=this.getExpectedColumnDefs(t,i),n=Object.keys(s).filter(r=>!e.has(r));if(n.length>0){let r=n.map(a=>`ALTER TABLE "${i}" ADD COLUMN ${s[a]}`);await this.executeRaw(J.raw(r.join(`;
23
+ `)));}if(this.dialect==="postgres")for(let r of t.fields){if(!r.name||r.name==="id")continue;let a=E(r,this.dialect),o=r.name.replace(/-/g,"_").replace(/([A-Z])/g,"_$1").toLowerCase(),l=e.get(o);!l||l.type!=="character varying"||(a==="text"?await this.executeRaw(J.raw(`ALTER TABLE "${i}" ALTER COLUMN "${o}" TYPE TEXT`)):a==="jsonb"&&(await this.executeRaw(J.raw(`ALTER TABLE "${i}" ALTER COLUMN "${o}" DROP DEFAULT`)),await this.executeRaw(J.raw(`ALTER TABLE "${i}" ALTER COLUMN "${o}" TYPE JSONB USING (CASE WHEN "${o}" IS NULL THEN NULL WHEN "${o}"::text ~ '^\\s*\\{' THEN "${o}"::jsonb ELSE jsonb_build_object('id', "${o}"::text) END)`))));}}generateCreateColumns(t){let i=[];for(let e of t.fields){if(!e.name||e.name==="id")continue;let s=E(e,this.dialect),n=e.name.replace(/-/g,"_").replace(/([A-Z])/g,"_$1").toLowerCase(),r=e.required?"NOT NULL":"DEFAULT NULL",a;if(this.dialect==="sqlite")switch(s){case "varchar":case "text":a=`TEXT ${r}`;break;case "integer":a=`INTEGER ${r}`;break;case "decimal":case "numeric":a=`NUMERIC ${r}`;break;case "boolean":a=`INTEGER ${r}`;break;case "timestamp":a=`TEXT ${r}`;break;case "jsonb":a=`TEXT ${r}`;break;default:a=`TEXT ${r}`;}else switch(s){case "varchar":a=`VARCHAR(255) ${r}`;break;case "integer":a=`INTEGER ${r}`;break;case "decimal":a=`DECIMAL ${r}`;break;case "boolean":a=`BOOLEAN ${r}`;break;case "timestamp":a=`TIMESTAMP ${r}`;break;case "jsonb":a=`JSONB ${r}`;break;default:a=`TEXT ${r}`;}i.push(`"${n}" ${a}`);}return i.join(`,
24
+ `)+(i.length>0?",":"")}async disconnect(){this.connected=false;}async find(t){let{collection:i,where:e={},sort:s,limit:n$1=10,page:r=1,tenantId:a,select:o,draft:l}=t,d$1=this.getCollection(i),u=this.getTable(i),m={...e};this.tenantContext&&d$1.tenantScoped&&(m=c$1({where:m},i,this.tenantContext,b$1).where||{});let g=this.buildWhereClause(m,d$1,u,a),y=d$1.fields.find(h=>h.name==="status"),p$1=y?.type==="select"&&Array.isArray(y.options)&&y.options.some(h=>h.value==="published");!l&&u.status&&p$1&&g.push(n(u.status,"published"));let A=this.parseSort(s),_=!l&&u.status&&p$1?{...m,status:"published"}:m,de=await this.count({collection:i,where:_,tenantId:a}),ue=(r-1)*n$1,P=[];try{let h=u[A.field]||u.createdAt||u.id,C=A.direction==="asc"?h:M$1(h),b=this.client.select().from(u);g.length>0&&(b=b.where(p(...g))),P=await b.orderBy(C).limit(n$1).offset(ue);}catch(h){console.error("[DrizzleAdapter] Query error:",h);}let R=P.map(h=>this.processResult(h,d$1));return this.tenantContext&&!this.tenantContext.isSuperAdmin&&(R=R.filter(h=>d(h,i,this.tenantContext,b$1))),l&&(R=await Promise.all(R.map(async h=>{let C=await this.executeRaw(J`
25
+ SELECT * FROM kyro_versions
26
+ WHERE collection_slug = ${i}
27
+ AND document_id = ${h.id}
28
+ ORDER BY created_at DESC
29
+ LIMIT 1
30
+ `);if(C.length>0){let b=C[0],fe=typeof b.data=="string"?JSON.parse(b.data):b.data;return {...h,...fe,status:h.status,_hasUnpublishedChanges:b.status==="draft"}}return h}))),{docs:R,...this.calculatePagination(r,n$1,de)}}async findByID(t){let{collection:i,id:e,tenantId:s,draft:n$1}=t,r=this.getCollection(i),a=this.getTable(i),o=this.dialect==="postgres"&&typeof e=="string"?N(e):e;if(this.tenantContext&&r.tenantScoped){let p={id:o,tenantId:this.tenantContext.tenantId};if(!d(p,i,this.tenantContext,b$1))return null}let l=[n(a.id,o)];s&&a.tenantId&&l.push(n(a.tenantId,s));let d$1=r.fields.find(p=>p.name==="status"),u=d$1?.type==="select"&&Array.isArray(d$1.options)&&d$1.options.some(p=>p.value==="published");!n$1&&a.status&&u&&l.push(n(a.status,"published"));let m=l.length>1?p(...l):l[0],g=await this.client.select().from(a).where(m);if(g.length===0)return null;let y=this.processResult(g[0],r);if(n$1){let p=await this.executeRaw(J`
31
+ SELECT * FROM kyro_versions
32
+ WHERE collection_slug = ${i}
33
+ AND document_id = ${y.id}
34
+ ORDER BY created_at DESC
35
+ LIMIT 1
36
+ `);if(p.length>0){let A=p[0],_=typeof A.data=="string"?JSON.parse(A.data):A.data;y={...y,..._,status:y.status,_hasUnpublishedChanges:A.status==="draft"};}}return y}async create(t){let{collection:i,data:e,tenantId:s}=t,n=this.getCollection(i),r=this.getTable(i),a=this.prepareData(e,n);s&&n.tenantScoped&&(a.tenantId=s);let o=await this.client.insert(r).values(a).returning();return this.processResult(o[0],n)}async update(t){let{collection:i,id:e,data:s,tenantId:n$1}=t,r=this.getCollection(i),a=this.getTable(i),o=this.prepareData(s,r),l=this.dialect==="postgres"&&typeof e=="string"?N(e):e,d=[n(a.id,l)];n$1&&a.tenantId&&d.push(n(a.tenantId,n$1));let u=await this.client.update(a).set(o).where(p(...d)).returning();if(u.length===0)throw new Error(`Document not found: ${i}/${e}`);return this.processResult(u[0],r)}async delete(t){let{collection:i,id:e,tenantId:s}=t,n$1=this.getCollection(i),r=this.getTable(i),a=this.dialect==="postgres"&&typeof e=="string"?N(e):e,o=[n(r.id,a)];s&&r.tenantId&&o.push(n(r.tenantId,s));let l=await this.client.delete(r).where(p(...o)).returning();if(l.length===0)throw new Error(`Document not found: ${i}/${e}`);return this.processResult(l[0],n$1)}async count(t){let{collection:i,where:e={},tenantId:s}=t,n=this.getCollection(i),r=this.getTable(i),a=this.buildWhereClause(e,n,r,s);try{let o=this.client.select({count:J`count(*)`}).from(r);a.length>0&&(o=o.where(p(...a)));let l=await o;return Number(l[0]?.count||0)}catch{return 0}}async findOne(t){let{collection:i,where:e={},tenantId:s,draft:n$1}=t;if(i.startsWith("_globals_")){let a=i.replace("_globals_",""),o=this.globals.get(a);if(!o)throw new Error(`Global "${a}" not found`);let l=this.getTable(i),d=this.client.select().from(l),u=o.fields.find(p=>p.name==="status"),m=u?.type==="select"&&Array.isArray(u.options)&&u.options.some(p=>p.value==="published");!n$1&&l.status&&m&&(d=d.where(n(l.status,"published")));let g=await d.limit(1);if(g.length===0)return null;let y=this.processResult(g[0],o);if(n$1){let p=await this.executeRaw(J`
37
+ SELECT * FROM kyro_versions
38
+ WHERE collection_slug = ${i}
39
+ AND document_id = ${a}
40
+ ORDER BY created_at DESC
41
+ LIMIT 1
42
+ `);if(p.length>0){let A=p[0],_=typeof A.data=="string"?JSON.parse(A.data):A.data;y={...y,..._,status:y.status,_hasUnpublishedChanges:A.status==="draft"};}}return y}return (await this.find({...t,limit:1})).docs[0]||null}async findVersions(t){await this.ensureVersionsTable();let{collection:i,documentId:e,limit:s=10,page:n=1,tenantId:r}=t,a=(n-1)*s,o=this.getCollection(i),l=await this.executeRaw(J`
43
+ SELECT count(*) as count
44
+ FROM kyro_versions
45
+ WHERE collection_slug = ${i}
46
+ AND document_id = ${e}
47
+ AND autosave = 0
48
+ ${r&&o.tenantScoped?J`AND tenant_id = ${r}`:J``}
49
+ `),d=parseInt(l[0]?.count||"0");return {docs:(await this.executeRaw(J`
50
+ SELECT *
51
+ FROM kyro_versions
52
+ WHERE collection_slug = ${i}
53
+ AND document_id = ${e}
54
+ AND autosave = 0
55
+ ${r&&o.tenantScoped?J`AND tenant_id = ${r}`:J``}
56
+ ORDER BY created_at DESC
57
+ LIMIT ${s}
58
+ OFFSET ${a}
59
+ `)).map(m=>({...m,data:typeof m.data=="string"?JSON.parse(m.data):m.data})),...this.calculatePagination(n,s,d)}}async findVersionByID(t){await this.ensureVersionsTable();let i=this.getCollection(t.collection),e=await this.executeRaw(J`
60
+ SELECT * FROM kyro_versions
61
+ WHERE id = ${t.versionId}
62
+ AND collection_slug = ${t.collection}
63
+ ${t.tenantId&&i.tenantScoped?J`AND tenant_id = ${t.tenantId}`:J``}
64
+ LIMIT 1
65
+ `);if(e.length===0)return null;let s=e[0];return {...s,data:typeof s.data=="string"?JSON.parse(s.data):s.data}}async createVersion(t){await this.ensureVersionsTable();let i=this.getCollection(t.collection),e=new Date().toISOString();if(t.autosave){let n=await this.executeRaw(J`
66
+ SELECT * FROM kyro_versions
67
+ WHERE collection_slug = ${t.collection}
68
+ AND document_id = ${t.documentId}
69
+ AND autosave = 1
70
+ ${t.tenantId&&i.tenantScoped?J`AND tenant_id = ${t.tenantId}`:J``}
71
+ LIMIT 1
72
+ `);if(n.length>0)return await this.executeRaw(J`
73
+ UPDATE kyro_versions
74
+ SET data = ${JSON.stringify(t.data)},
75
+ status = ${t.status},
76
+ updated_at = ${e}
77
+ WHERE id = ${n[0].id}
78
+ `),this.findVersionByID({collection:t.collection,versionId:n[0].id,tenantId:t.tenantId})}let s=Math.random().toString(36).substring(2,15);if(await this.executeRaw(J`
79
+ INSERT INTO kyro_versions (
80
+ id, collection_slug, document_id, tenant_id, data, status, autosave, created_by, change_description, created_at, updated_at
81
+ ) VALUES (
82
+ ${s}, ${t.collection}, ${t.documentId}, ${t.tenantId&&i.tenantScoped?t.tenantId:null},
83
+ ${JSON.stringify(t.data)}, ${t.status}, ${t.autosave?1:0}, ${t.createdBy||null},
84
+ ${t.changeDescription||null}, ${e}, ${e}
85
+ )
86
+ `),!t.autosave){let n=this.getCollection(t.collection);n.versions?.maxPerDoc&&await this.deleteVersions({collection:t.collection,documentId:t.documentId,keepLatest:n.versions.maxPerDoc,tenantId:t.tenantId});}return this.findVersionByID({collection:t.collection,versionId:s,tenantId:t.tenantId})}async updateLatestVersion(t){return this.createVersion({...t,autosave:true})}async deleteVersions(t){await this.ensureVersionsTable();let i=this.getCollection(t.collection);if(t.keepLatest){let s=(await this.executeRaw(J`
87
+ SELECT id FROM kyro_versions
88
+ WHERE collection_slug = ${t.collection}
89
+ AND document_id = ${t.documentId}
90
+ AND autosave = 0
91
+ ${t.tenantId&&i.tenantScoped?J`AND tenant_id = ${t.tenantId}`:J``}
92
+ ORDER BY created_at DESC
93
+ LIMIT ${t.keepLatest}
94
+ `)).map(n=>n.id);s.length>0&&await this.executeRaw(J`
95
+ DELETE FROM kyro_versions
96
+ WHERE collection_slug = ${t.collection}
97
+ AND document_id = ${t.documentId}
98
+ AND autosave = 0
99
+ AND id NOT IN (${J.join(s.map(n=>J`${n}`),J`, `)})
100
+ `);}else await this.executeRaw(J`
101
+ DELETE FROM kyro_versions
102
+ WHERE collection_slug = ${t.collection}
103
+ AND document_id = ${t.documentId}
104
+ ${t.tenantId&&i.tenantScoped?J`AND tenant_id = ${t.tenantId}`:J``}
105
+ `);}getTable(t){let i=this.getTableName(t),e=this.schema[i];if(!e)throw new Error(`Table "${i}" not found in schema`);return e}buildWhereClause(t$1,i,e,s$1){let n$1=[];s$1&&i.tenantScoped&&e.tenantId&&n$1.push(n(e.tenantId,s$1));for(let[r,a]of Object.entries(t$1))if(r==="id"&&this.dialect==="postgres"&&(typeof a=="string"?a=N(a):a&&typeof a=="object"&&(a.equals!==void 0&&typeof a.equals=="string"&&(a={...a,equals:N(a.equals)}),a.in&&Array.isArray(a.in)&&(a={...a,in:a.in.map(o=>typeof o=="string"?N(o):o)}))),r==="AND"&&Array.isArray(a)){let o=a.map(l=>this.buildWhereClause(l,i,e)).flat().filter(Boolean);o.length>0&&n$1.push(p(...o));}else if(r==="OR"&&Array.isArray(a)){let o=a.map(l=>this.buildWhereClause(l,i,e)).flat().filter(Boolean);o.length>0&&n$1.push(q(...o));}else if(typeof a=="object"&&a!==null&&!Array.isArray(a)){let o$1=e[r];if(!o$1)continue;a.equals!==void 0&&n$1.push(n(o$1,a.equals)),a.not_equals!==void 0&&n$1.push(o(o$1,a.not_equals)),a.in&&Array.isArray(a.in)&&n$1.push(w(o$1,a.in)),a.like!==void 0&&n$1.push(E$1(o$1,a.like)),a.contains!==void 0&&n$1.push(E$1(o$1,`%${a.contains}%`)),a.greater_than!==void 0&&n$1.push(s(o$1,a.greater_than)),a.greater_than_equal!==void 0&&n$1.push(t(o$1,a.greater_than_equal)),a.less_than!==void 0&&n$1.push(u(o$1,a.less_than)),a.less_than_equal!==void 0&&n$1.push(v(o$1,a.less_than_equal));}else {let o=e[r];o&&n$1.push(n(o,a));}return n$1}processResult(t,i){if(!t)return null;let e={...t};for(let s of Object.keys(e))/^\d+$/.test(s)&&delete e[s];t.id&&(e.id=String(t.id));for(let s of i.fields){if(!s.name)continue;let n=s.name.replace(/-/g,"_").replace(/([A-Z])/g,"_$1").toLowerCase();n!==s.name&&e[n]!==void 0&&e[s.name]===void 0&&(e[s.name]=e[n],delete e[n]);}for(let s of i.fields){if(["json","richtext","array","group","blocks","upload","image","list","relationship-block"].includes(s.type)){let n=s;if(e[n.name]&&typeof e[n.name]=="string")try{let r=JSON.parse(e[n.name]);e[n.name]=r;}catch{}if(s.type==="blocks"&&e[n.name]&&Array.isArray(e[n.name])){let r=n.blocks||[];e[n.name]=M(e[n.name],r);}}if(s.type==="tabs"&&"tabs"in s&&s.name){if(typeof e[s.name]=="object"&&e[s.name]!==null&&!Array.isArray(e[s.name])){for(let r of s.tabs)for(let a of r.fields)if((a.type==="upload"||a.type==="image")&&a.name){let o=e[s.name][a.name];if(typeof o=="string")try{let l=JSON.parse(o);e[s.name][a.name]=Array.isArray(l)?l.map(d=>d&&typeof d=="object"&&typeof d.id=="string"?d.id:String(d||"")):typeof l.id=="string"?l.id:String(l.id||"");}catch{}else o&&typeof o=="object"&&(e[s.name][a.name]=Array.isArray(o)?o.map(l=>l&&typeof l=="object"&&typeof l.id=="string"?l.id:String(l||"")):typeof o.id=="string"?o.id:String(o.id||""));}continue}if(typeof e[s.name]=="string")try{let r=JSON.parse(e[s.name]);if(typeof r=="object"&&r!==null){e[s.name]=r;continue}}catch{}let n={};for(let r of s.tabs)for(let a of r.fields)if(a.name&&e[a.name]!==void 0){let o=e[a.name];if(["json","richtext","array","group","blocks","upload","image","list","relationship-block"].includes(a.type)){if(o&&typeof o=="string")try{o=JSON.parse(o);}catch{}(a.type==="upload"||a.type==="image")&&o&&typeof o=="object"&&(o=Array.isArray(o)?o.map(l=>l&&typeof l=="object"&&typeof l.id=="string"?l.id:String(l||"")):typeof o.id=="string"?o.id:String(o.id||""));}n[a.name]=o,delete e[a.name];}e[s.name]=n;}}return e.createdAt&&(e.createdAt=new Date(e.createdAt).toISOString()),e.updatedAt&&(e.updatedAt=new Date(e.updatedAt).toISOString()),a$3(e)}async ensureVersionsTable(){if(this.versionsTableReady)return;let t;this.dialect==="sqlite"?t=`
106
+ CREATE TABLE IF NOT EXISTS kyro_versions (
107
+ id text PRIMARY KEY,
108
+ collection_slug text NOT NULL,
109
+ document_id text NOT NULL,
110
+ tenant_id text,
111
+ data text NOT NULL,
112
+ status text NOT NULL DEFAULT 'draft',
113
+ autosave integer NOT NULL DEFAULT 0,
114
+ created_by text,
115
+ change_description text,
116
+ created_at text DEFAULT (datetime('now')),
117
+ updated_at text DEFAULT (datetime('now'))
118
+ )
119
+ `:t=`
120
+ CREATE TABLE IF NOT EXISTS kyro_versions (
121
+ id text PRIMARY KEY,
122
+ collection_slug text NOT NULL,
123
+ document_id text NOT NULL,
124
+ tenant_id text,
125
+ data text NOT NULL,
126
+ status text NOT NULL,
127
+ autosave integer NOT NULL DEFAULT 0,
128
+ created_by text,
129
+ change_description text,
130
+ created_at text NOT NULL,
131
+ updated_at text NOT NULL
132
+ )
133
+ `,await this.executeRaw(J.raw(t));try{this.dialect==="postgres"?await this.executeRaw(J.raw("ALTER TABLE kyro_versions ADD COLUMN IF NOT EXISTS autosave integer NOT NULL DEFAULT 0")):await this.executeRaw(J.raw("ALTER TABLE kyro_versions ADD COLUMN autosave integer NOT NULL DEFAULT 0"));}catch{}this.versionsTableReady=true;}async execute(t){return this.executeRaw(t)}async executeRaw(t){let i="",e=[];if(typeof t=="string")i=t;else if(t&&(t.queryChunks||t.decoder))if(this.dialect==="postgres"){let n=new a$4().sqlToQuery(t);i=n.sql,e=n.params;}else {let n=new h().sqlToQuery(t);i=n.sql,e=n.params;}else if(t&&typeof t.toSQL=="function"){let n=t.toSQL();i=n.sql,e=n.params||[];}else i=String(t);let s=this.rawClient||this.client;if(s?.prepare&&typeof s.prepare=="function"){let n=s.prepare(i);return (e.length>0?await n.bind(...e).all():await n.all()).results||[]}if(typeof this.client?.execute=="function"){let n=await this.client.execute(t);return Array.isArray(n)?n:Array.isArray(n?.rows)?n.rows:Array.isArray(n?.[0])?n[0]:[]}return []}};function pe(f){return new x(f)}export{E as a,ce as b,x as c,pe as d};
@@ -1 +1 @@
1
- 'use strict';var chunk4FHWIGHO_cjs=require('./chunk-4FHWIGHO.cjs'),chunk3XLXKGEU_cjs=require('./chunk-3XLXKGEU.cjs'),chunk6QWX3DEB_cjs=require('./chunk-6QWX3DEB.cjs'),chunkOPTVCCQQ_cjs=require('./chunk-OPTVCCQQ.cjs'),chunkJU3UAZRY_cjs=require('./chunk-JU3UAZRY.cjs'),chunkXBQ6HV3T_cjs=require('./chunk-XBQ6HV3T.cjs'),chunk7DUKWHRN_cjs=require('./chunk-7DUKWHRN.cjs'),chunkBUNLC3II_cjs=require('./chunk-BUNLC3II.cjs'),w=require('kyro:config');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var w__default=/*#__PURE__*/_interopDefault(w);chunkBUNLC3II_cjs.h();exports.a=null;var l=null;async function b(){if(!exports.a){if(globalThis.__KYRO_INSTANCE__)try{await globalThis.__KYRO_INSTANCE__.shutdown();}catch{}try{let e=w__default.default.default||w__default.default,t=e.adapter,o=t&&!t.dialect&&typeof t.connect=="function";if(globalThis.DB&&(!t||o)){let s=globalThis.DB;e.adapter=new chunkJU3UAZRY_cjs.g({type:"sqlite",client:s}),chunk4FHWIGHO_cjs.D.info("Hot-swapped to D1 DrizzleAdapter");}exports.a=chunk4FHWIGHO_cjs.A(e),await exports.a.init();let a=e.adapter,p=a&&a.dialect&&(a.dialect==="postgres"||a.dialect==="sqlite"),c=a&&a.dialect==="mongodb",n;if(p)a.dialect==="postgres"?n=new chunkXBQ6HV3T_cjs.a({db:a.client}):a.dialect==="sqlite"&&(n=new chunk6QWX3DEB_cjs.hb({db:a.rawClient||a.client}));else if(o&&!globalThis.DB){let s=process.env.KYRO_AUTH_DB_PATH||"./data/auth.db";n=new chunkOPTVCCQQ_cjs.a({path:s});}else c&&(n=new chunk7DUKWHRN_cjs.a({adapter:a}));if(n?.connect)try{await n.connect();}catch(s){chunk4FHWIGHO_cjs.D.warn("Auth connect warning:",s);}try{await exports.a.loadSettings();}catch(s){chunk4FHWIGHO_cjs.D.warn("loadSettings warning:",s);}try{await chunk3XLXKGEU_cjs.e(n);}catch(s){chunk4FHWIGHO_cjs.D.warn("autoBootstrap warning:",s);}globalThis.__KYRO_INSTANCE__=exports.a;}catch(e){throw exports.a=null,l=null,chunk4FHWIGHO_cjs.D.error("Init failed, will retry:",e),e}}}async function E(e){let t=globalThis.DB?globalThis:null;try{let{env:o}=await import('cloudflare:workers');o&&(t=o);}catch{}if(e)try{t=e.locals?.cfContext?.env||e?.env||t;}catch{}if(!t)try{t=process.env;}catch{}t?.DB&&(globalThis.DB=t.DB),t?.STORAGE_BUCKET&&(globalThis.STORAGE_BUCKET=t.STORAGE_BUCKET),l||(l=b()),await l;}var _={graphqlEnabled:false,trpcEnabled:false,wsEnabled:false,requireAuth:false};function T(e){return exports.a?exports.a.settings?.access?.apiAccess?.[e]??_[e]??true:_[e]??true}var R=async e=>{if(!exports.a)try{await Promise.race([E(e),new Promise((t,o)=>setTimeout(()=>o(new Error("Initialization timeout")),3e4))]);}catch(t){return console.error("[Kyro API] Warm error:",t?.stack||t?.message||t),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"}})}try{let o=new URL(e.request.url).pathname,a=__KYRO_API_PATH__;if(o===`${a}/graphql`&&typeof exports.a.getGraphQL=="function"){if(!T("graphqlEnabled"))return new Response(JSON.stringify({error:"GraphQL is disabled"}),{status:503,headers:{"Content-Type":"application/json"}});let n=await exports.a.getGraphQL().fetch(e.request,e.locals);return new Response(n.body,n)}if(o.startsWith(`${a}/trpc/`)&&typeof exports.a.getTRPC=="function"){if(!T("trpcEnabled"))return new Response(JSON.stringify({error:"tRPC is disabled"}),{status:503,headers:{"Content-Type":"application/json"}});let n=await exports.a.getTRPC().fetch(e.request,e.locals);return new Response(n.body,n)}return await(await exports.a.getREST()).fetch(e.request,e.locals)}catch(t){return console.error("[Kyro API Execution Error]:",t?.stack||t?.message||t),new Response(JSON.stringify({error:"Internal Server Error",message:t?.message||String(t),stack:t?.stack}),{status:500,headers:{"Content-Type":"application/json"}})}},L=R;exports.b=E;exports.c=R;exports.d=L;
1
+ 'use strict';var chunkILSBJI77_cjs=require('./chunk-ILSBJI77.cjs'),chunk3XLXKGEU_cjs=require('./chunk-3XLXKGEU.cjs'),chunk6424BWOB_cjs=require('./chunk-6424BWOB.cjs'),chunkOPTVCCQQ_cjs=require('./chunk-OPTVCCQQ.cjs'),chunkDFDL5JIO_cjs=require('./chunk-DFDL5JIO.cjs'),chunkXBQ6HV3T_cjs=require('./chunk-XBQ6HV3T.cjs'),chunk7DUKWHRN_cjs=require('./chunk-7DUKWHRN.cjs'),chunkBUNLC3II_cjs=require('./chunk-BUNLC3II.cjs'),w=require('kyro:config');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var w__default=/*#__PURE__*/_interopDefault(w);chunkBUNLC3II_cjs.h();exports.a=null;var l=null;async function b(){if(!exports.a){if(globalThis.__KYRO_INSTANCE__)try{await globalThis.__KYRO_INSTANCE__.shutdown();}catch{}try{let e=w__default.default.default||w__default.default,t=e.adapter,o=t&&!t.dialect&&typeof t.connect=="function";if(globalThis.DB&&(!t||o)){let s=globalThis.DB;e.adapter=new chunkDFDL5JIO_cjs.c({type:"sqlite",client:s}),chunkILSBJI77_cjs.D.info("Hot-swapped to D1 DrizzleAdapter");}exports.a=chunkILSBJI77_cjs.A(e),await exports.a.init();let a=e.adapter,p=a&&a.dialect&&(a.dialect==="postgres"||a.dialect==="sqlite"),c=a&&a.dialect==="mongodb",n;if(p)a.dialect==="postgres"?n=new chunkXBQ6HV3T_cjs.a({db:a.client}):a.dialect==="sqlite"&&(n=new chunk6424BWOB_cjs.hb({db:a.rawClient||a.client}));else if(o&&!globalThis.DB){let s=process.env.KYRO_AUTH_DB_PATH||"./data/auth.db";n=new chunkOPTVCCQQ_cjs.a({path:s});}else c&&(n=new chunk7DUKWHRN_cjs.a({adapter:a}));if(n?.connect)try{await n.connect();}catch(s){chunkILSBJI77_cjs.D.warn("Auth connect warning:",s);}try{await exports.a.loadSettings();}catch(s){chunkILSBJI77_cjs.D.warn("loadSettings warning:",s);}try{await chunk3XLXKGEU_cjs.e(n);}catch(s){chunkILSBJI77_cjs.D.warn("autoBootstrap warning:",s);}globalThis.__KYRO_INSTANCE__=exports.a;}catch(e){throw exports.a=null,l=null,chunkILSBJI77_cjs.D.error("Init failed, will retry:",e),e}}}async function E(e){let t=globalThis.DB?globalThis:null;try{let{env:o}=await import('cloudflare:workers');o&&(t=o);}catch{}if(e)try{t=e.locals?.cfContext?.env||e?.env||t;}catch{}if(!t)try{t=process.env;}catch{}t?.DB&&(globalThis.DB=t.DB),t?.STORAGE_BUCKET&&(globalThis.STORAGE_BUCKET=t.STORAGE_BUCKET),l||(l=b()),await l;}var _={graphqlEnabled:false,trpcEnabled:false,wsEnabled:false,requireAuth:false};function T(e){return exports.a?exports.a.settings?.access?.apiAccess?.[e]??_[e]??true:_[e]??true}var R=async e=>{if(!exports.a)try{await Promise.race([E(e),new Promise((t,o)=>setTimeout(()=>o(new Error("Initialization timeout")),3e4))]);}catch(t){return console.error("[Kyro API] Warm error:",t?.stack||t?.message||t),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"}})}try{let o=new URL(e.request.url).pathname,a=__KYRO_API_PATH__;if(o===`${a}/graphql`&&typeof exports.a.getGraphQL=="function"){if(!T("graphqlEnabled"))return new Response(JSON.stringify({error:"GraphQL is disabled"}),{status:503,headers:{"Content-Type":"application/json"}});let n=await exports.a.getGraphQL().fetch(e.request,e.locals);return new Response(n.body,n)}if(o.startsWith(`${a}/trpc/`)&&typeof exports.a.getTRPC=="function"){if(!T("trpcEnabled"))return new Response(JSON.stringify({error:"tRPC is disabled"}),{status:503,headers:{"Content-Type":"application/json"}});let n=await exports.a.getTRPC().fetch(e.request,e.locals);return new Response(n.body,n)}return await(await exports.a.getREST()).fetch(e.request,e.locals)}catch(t){return console.error("[Kyro API Execution Error]:",t?.stack||t?.message||t),new Response(JSON.stringify({error:"Internal Server Error",message:t?.message||String(t),stack:t?.stack}),{status:500,headers:{"Content-Type":"application/json"}})}},L=R;exports.b=E;exports.c=R;exports.d=L;
@@ -0,0 +1,2 @@
1
+ 'use strict';var chunkSOCBJPYB_cjs=require('./chunk-SOCBJPYB.cjs'),chunkLY7N3UHH_cjs=require('./chunk-LY7N3UHH.cjs'),chunkBUNLC3II_cjs=require('./chunk-BUNLC3II.cjs'),crypto=require('crypto'),promises=require('fs/promises'),path=require('path'),module$1=require('module');chunkBUNLC3II_cjs.h();var s;function g(){return s||(s=module$1.createRequire("file:///")("node:sqlite").DatabaseSync,s)}function b(){return process.env.DB_TYPE==="postgres"?"postgres":"sqlite"}function c(){return crypto.randomBytes(16).toString("hex")}async function h(){let e=b();if(e==="sqlite"){let r=path.resolve(process.cwd(),"data","kyro.db");await promises.mkdir(path.dirname(r),{recursive:true});let o=new(g())(r);return o.exec("PRAGMA journal_mode = WAL"),{db:o,dialect:e,genId:c}}let t=process.env.DATABASE_URL||"postgresql://postgres:postgres@localhost:5432/kyro_cms",l=parseInt(process.env.DB_POOL_MAX||"10",10),p=process.env.DB_SSL==="true",u=chunkLY7N3UHH_cjs.a(t,{max:l,ssl:p?"require":false,onnotice:()=>{}});return {db:chunkSOCBJPYB_cjs.f(u),dialect:e,genId:c}}async function w(e,t){}async function B(e){let{roles:t}=await import('./schema-RT6WSUYC.cjs');await e.insert(t).values({name:"super_admin",level:100,inherits:[],description:"Full system access across all tenants",isSystem:true}).onConflictDoNothing();}
2
+ exports.a=c;exports.b=h;exports.c=w;exports.d=B;
package/dist/client.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- export { A as AdminConfig, a as AuthConfig, C as CollectionConfig, G as GlobalConfig, I as ImageSize, K as KyroConfig, U as UploadConfig, V as VersionConfig } from './types-DOKMyC3y.cjs';
1
+ export { A as AdminConfig, a as AuthConfig, C as CollectionConfig, G as GlobalConfig, I as ImageSize, K as KyroConfig, U as UploadConfig, V as VersionConfig } from './types-ComJeXGL.cjs';
2
2
  export { A as ALL_FIELD_TYPES, a as ArrayField, B as BaseField, b as Block, c as BlockAdmin, d as BlockImage, e as BlocksField, C as CheckboxField, f as CodeField, g as CollapsibleField, h as ColorField, D as DateField, i as DeclarativeCondition, E as EmailField, F as Field, j as FieldAdmin, k as FieldType, G as GroupField, I as IconField, l as ImageField, J as JSONField, M as MarkdownField, N as NumberField, P as PasswordField, R as RadioField, m as RelationshipField, n as RichTextBlock, o as RichTextField, p as RowField, S as SecretField, q as SelectField, T as TabsField, r as TextField, s as TextareaField, U as UploadField } from './types-euTszc-1.cjs';
3
3
  export { r as renderRichText, a as richTextStyles } from './richtext-DrhORshE.cjs';
4
4
  export { A as AuthAdapter, a as AuthResult, S as AuthSession, b as AuthTokenConfig, c as AuthUser, J as JWTPayload, L as LoginCredentials, R as RegisterData, S as Session, U as UserRole } from './types-CpjuXbe7.cjs';
package/dist/client.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { A as AdminConfig, a as AuthConfig, C as CollectionConfig, G as GlobalConfig, I as ImageSize, K as KyroConfig, U as UploadConfig, V as VersionConfig } from './types-CYGXsNcJ.js';
1
+ export { A as AdminConfig, a as AuthConfig, C as CollectionConfig, G as GlobalConfig, I as ImageSize, K as KyroConfig, U as UploadConfig, V as VersionConfig } from './types-COokblgr.js';
2
2
  export { A as ALL_FIELD_TYPES, a as ArrayField, B as BaseField, b as Block, c as BlockAdmin, d as BlockImage, e as BlocksField, C as CheckboxField, f as CodeField, g as CollapsibleField, h as ColorField, D as DateField, i as DeclarativeCondition, E as EmailField, F as Field, j as FieldAdmin, k as FieldType, G as GroupField, I as IconField, l as ImageField, J as JSONField, M as MarkdownField, N as NumberField, P as PasswordField, R as RadioField, m as RelationshipField, n as RichTextBlock, o as RichTextField, p as RowField, S as SecretField, q as SelectField, T as TabsField, r as TextField, s as TextareaField, U as UploadField } from './types-euTszc-1.js';
3
3
  export { r as renderRichText, a as richTextStyles } from './richtext-DrhORshE.js';
4
4
  export { A as AuthAdapter, a as AuthResult, S as AuthSession, b as AuthTokenConfig, c as AuthUser, J as JWTPayload, L as LoginCredentials, R as RegisterData, S as Session, U as UserRole } from './types-CpjuXbe7.js';
@@ -1 +1 @@
1
- 'use strict';require('../chunk-AMGJ5AFH.cjs');var chunkJU3UAZRY_cjs=require('../chunk-JU3UAZRY.cjs');require('../chunk-7ACHOBWY.cjs');var chunkXBQ6HV3T_cjs=require('../chunk-XBQ6HV3T.cjs');require('../chunk-7JWQ2PZP.cjs'),require('../chunk-NGNJSUGL.cjs'),require('../chunk-SOCBJPYB.cjs'),require('../chunk-GNOSG3PK.cjs'),require('../chunk-BCEE4NBZ.cjs'),require('../chunk-LY7N3UHH.cjs'),require('../chunk-BAVN7VDR.cjs'),require('../chunk-VRZC4TTF.cjs'),require('../chunk-VQ53TFYA.cjs'),require('../chunk-F4ITQ6XQ.cjs'),require('../chunk-HTYVI2HK.cjs'),require('../chunk-ZOVH6QT5.cjs'),require('../chunk-7WMMKGEO.cjs'),require('../chunk-BUNLC3II.cjs');Object.defineProperty(exports,"DrizzleAdapter",{enumerable:true,get:function(){return chunkJU3UAZRY_cjs.g}});Object.defineProperty(exports,"collectionToDrizzleSchema",{enumerable:true,get:function(){return chunkJU3UAZRY_cjs.f}});Object.defineProperty(exports,"createDatabase",{enumerable:true,get:function(){return chunkJU3UAZRY_cjs.b}});Object.defineProperty(exports,"createDrizzleAdapter",{enumerable:true,get:function(){return chunkJU3UAZRY_cjs.h}});Object.defineProperty(exports,"fieldToDrizzleType",{enumerable:true,get:function(){return chunkJU3UAZRY_cjs.e}});Object.defineProperty(exports,"runMigrations",{enumerable:true,get:function(){return chunkJU3UAZRY_cjs.c}});Object.defineProperty(exports,"seedDefaultRoles",{enumerable:true,get:function(){return chunkJU3UAZRY_cjs.d}});Object.defineProperty(exports,"PostgresAuthAdapter",{enumerable:true,get:function(){return chunkXBQ6HV3T_cjs.a}});
1
+ 'use strict';var chunkDFDL5JIO_cjs=require('../chunk-DFDL5JIO.cjs');require('../chunk-7ACHOBWY.cjs');var chunkZQETJ4T4_cjs=require('../chunk-ZQETJ4T4.cjs'),chunkXBQ6HV3T_cjs=require('../chunk-XBQ6HV3T.cjs');require('../chunk-7JWQ2PZP.cjs'),require('../chunk-NGNJSUGL.cjs'),require('../chunk-SOCBJPYB.cjs'),require('../chunk-GNOSG3PK.cjs'),require('../chunk-BCEE4NBZ.cjs'),require('../chunk-LY7N3UHH.cjs'),require('../chunk-BAVN7VDR.cjs'),require('../chunk-VRZC4TTF.cjs'),require('../chunk-VQ53TFYA.cjs'),require('../chunk-F4ITQ6XQ.cjs'),require('../chunk-HTYVI2HK.cjs'),require('../chunk-ZOVH6QT5.cjs'),require('../chunk-7WMMKGEO.cjs'),require('../chunk-BUNLC3II.cjs');Object.defineProperty(exports,"DrizzleAdapter",{enumerable:true,get:function(){return chunkDFDL5JIO_cjs.c}});Object.defineProperty(exports,"collectionToDrizzleSchema",{enumerable:true,get:function(){return chunkDFDL5JIO_cjs.b}});Object.defineProperty(exports,"createDrizzleAdapter",{enumerable:true,get:function(){return chunkDFDL5JIO_cjs.d}});Object.defineProperty(exports,"fieldToDrizzleType",{enumerable:true,get:function(){return chunkDFDL5JIO_cjs.a}});Object.defineProperty(exports,"createDatabase",{enumerable:true,get:function(){return chunkZQETJ4T4_cjs.b}});Object.defineProperty(exports,"runMigrations",{enumerable:true,get:function(){return chunkZQETJ4T4_cjs.c}});Object.defineProperty(exports,"seedDefaultRoles",{enumerable:true,get:function(){return chunkZQETJ4T4_cjs.d}});Object.defineProperty(exports,"PostgresAuthAdapter",{enumerable:true,get:function(){return chunkXBQ6HV3T_cjs.a}});
@@ -1,5 +1,5 @@
1
- import { A as AbstractBaseAdapter } from '../base-DDEmdRqV.cjs';
2
- import { C as CollectionConfig, G as GlobalConfig, F as FindArgs, b as FindResult, c as FindByIDArgs, d as CreateArgs, e as UpdateArgs, D as DeleteArgs, f as FindOneArgs } from '../types-DOKMyC3y.cjs';
1
+ import { A as AbstractBaseAdapter } from '../base-CU2tjpsX.cjs';
2
+ import { C as CollectionConfig, G as GlobalConfig, F as FindArgs, b as FindResult, c as FindByIDArgs, d as CreateArgs, e as UpdateArgs, D as DeleteArgs, f as FindOneArgs } from '../types-ComJeXGL.cjs';
3
3
  import { PostgresJsDatabase } from 'drizzle-orm/postgres-js';
4
4
  import { A as AuthAdapter, U as UserRole, c as AuthUser, S as Session, e as AuditLogFilter, d as AuditLog } from '../types-CpjuXbe7.cjs';
5
5
  import { F as Field } from '../types-euTszc-1.cjs';
@@ -1,5 +1,5 @@
1
- import { A as AbstractBaseAdapter } from '../base-7vJMzr4V.js';
2
- import { C as CollectionConfig, G as GlobalConfig, F as FindArgs, b as FindResult, c as FindByIDArgs, d as CreateArgs, e as UpdateArgs, D as DeleteArgs, f as FindOneArgs } from '../types-CYGXsNcJ.js';
1
+ import { A as AbstractBaseAdapter } from '../base-CTeNj4rw.js';
2
+ import { C as CollectionConfig, G as GlobalConfig, F as FindArgs, b as FindResult, c as FindByIDArgs, d as CreateArgs, e as UpdateArgs, D as DeleteArgs, f as FindOneArgs } from '../types-COokblgr.js';
3
3
  import { PostgresJsDatabase } from 'drizzle-orm/postgres-js';
4
4
  import { A as AuthAdapter, U as UserRole, c as AuthUser, S as Session, e as AuditLogFilter, d as AuditLog } from '../types-CpjuXbe7.js';
5
5
  import { F as Field } from '../types-euTszc-1.js';
@@ -1 +1 @@
1
- import'../chunk-QDBGBDCT.js';export{g as DrizzleAdapter,f as collectionToDrizzleSchema,b as createDatabase,h as createDrizzleAdapter,e as fieldToDrizzleType,c as runMigrations,d as seedDefaultRoles}from'../chunk-VJODUKKM.js';import'../chunk-JV4HJBXW.js';export{a as PostgresAuthAdapter}from'../chunk-ZWDBPEXL.js';import'../chunk-47CXBWMA.js';import'../chunk-EML5FDUU.js';import'../chunk-637PTUHF.js';import'../chunk-N5POANYV.js';import'../chunk-HRAY65XH.js';import'../chunk-2HA6EKXX.js';import'../chunk-FLMUMPDE.js';import'../chunk-3NSZZCOJ.js';import'../chunk-SLMIYECU.js';import'../chunk-P6JITOFF.js';import'../chunk-7NH7H3WA.js';import'../chunk-VVVCCB6R.js';import'../chunk-TBHNE4VV.js';import'../chunk-Y2YAKDEQ.js';if (typeof window === "undefined") { const { createRequire } = await import(/* @vite-ignore */ 'module'); createRequire(import.meta.url); }
1
+ export{c as DrizzleAdapter,b as collectionToDrizzleSchema,d as createDrizzleAdapter,a as fieldToDrizzleType}from'../chunk-W2XYBPEJ.js';import'../chunk-JV4HJBXW.js';export{b as createDatabase,c as runMigrations,d as seedDefaultRoles}from'../chunk-4OMQURN7.js';export{a as PostgresAuthAdapter}from'../chunk-ZWDBPEXL.js';import'../chunk-47CXBWMA.js';import'../chunk-EML5FDUU.js';import'../chunk-637PTUHF.js';import'../chunk-N5POANYV.js';import'../chunk-HRAY65XH.js';import'../chunk-2HA6EKXX.js';import'../chunk-FLMUMPDE.js';import'../chunk-3NSZZCOJ.js';import'../chunk-SLMIYECU.js';import'../chunk-P6JITOFF.js';import'../chunk-7NH7H3WA.js';import'../chunk-VVVCCB6R.js';import'../chunk-TBHNE4VV.js';import'../chunk-Y2YAKDEQ.js';if (typeof window === "undefined") { const { createRequire } = await import(/* @vite-ignore */ 'module'); createRequire(import.meta.url); }
@@ -1,7 +1,7 @@
1
1
  import { GraphQLSchema } from 'graphql';
2
2
  export { printSchema } from 'graphql';
3
- import { B as BaseAdapter, k as User, R as Request } from '../types-DOKMyC3y.cjs';
4
- import { R as Registry } from '../index-BJ1rwHxk.cjs';
3
+ import { B as BaseAdapter, l as User, R as Request } from '../types-ComJeXGL.cjs';
4
+ import { R as Registry } from '../index-HNBjfQpn.cjs';
5
5
  import '../types-euTszc-1.cjs';
6
6
  import 'zod';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { GraphQLSchema } from 'graphql';
2
2
  export { printSchema } from 'graphql';
3
- import { B as BaseAdapter, k as User, R as Request } from '../types-CYGXsNcJ.js';
4
- import { R as Registry } from '../index-BTjlptCL.js';
3
+ import { B as BaseAdapter, l as User, R as Request } from '../types-COokblgr.js';
4
+ import { R as Registry } from '../index-DowyndWK.js';
5
5
  import '../types-euTszc-1.js';
6
6
  import 'zod';
7
7
 
@@ -0,0 +1,105 @@
1
+ import { S as StorageConfig, j as StorageProvider, C as CollectionConfig, G as GlobalConfig, k as KyroPlugin } from './types-COokblgr.js';
2
+ import { F as Field } from './types-euTszc-1.js';
3
+ import { ZodTypeAny } from 'zod';
4
+
5
+ interface StorageProviderRegistration {
6
+ type: string;
7
+ displayName: string;
8
+ pluginName?: string;
9
+ configFields: Field[];
10
+ configKey?: string;
11
+ extractConfig: (storageConfig: StorageConfig, configKey: string) => any;
12
+ extractRawConfig: (config: any) => any;
13
+ factory: (config: any) => StorageProvider;
14
+ }
15
+ declare class StorageProviderRegistry {
16
+ private providers;
17
+ private providerToPlugin;
18
+ private disabledPlugins;
19
+ constructor();
20
+ private registerLocal;
21
+ private registerImgix;
22
+ private registerBunny;
23
+ private registerCloudflareR2;
24
+ private registerCloudflareS3;
25
+ register(registration: StorageProviderRegistration): void;
26
+ unregister(type: string): void;
27
+ get(type: string): StorageProviderRegistration | undefined;
28
+ getAll(): StorageProviderRegistration[];
29
+ getAllAvailable(isPluginEnabled?: (name: string) => boolean): StorageProviderRegistration[];
30
+ has(type: string): boolean;
31
+ resolve(type: string, storageConfig: StorageConfig): Promise<StorageProvider>;
32
+ resolveWithConfig(type: string, config: any): Promise<StorageProvider>;
33
+ getProviderPluginName(type: string): string | undefined;
34
+ getAllPluginNames(): string[];
35
+ setPluginEnabled(name: string, enabled: boolean): void;
36
+ isPluginEnabled(name: string): boolean;
37
+ }
38
+
39
+ declare class Registry {
40
+ storageProviders: StorageProviderRegistry;
41
+ private collections;
42
+ private globals;
43
+ private plugins;
44
+ private schemaCache;
45
+ private initialized;
46
+ addCollection(config: CollectionConfig): void;
47
+ addCollections(configs: CollectionConfig[]): void;
48
+ getCollection(slug: string): CollectionConfig | undefined;
49
+ getCollections(): CollectionConfig[];
50
+ getCollectionSlugs(): string[];
51
+ hasCollection(slug: string): boolean;
52
+ removeCollection(slug: string): boolean;
53
+ addGlobal(config: GlobalConfig): void;
54
+ /**
55
+ * Add a global after the registry is already initialized.
56
+ * Only for internal use (e.g. storage settings form built at startup).
57
+ */
58
+ addGlobalPostInit(config: GlobalConfig): void;
59
+ private _addGlobalUnsafe;
60
+ addGlobals(configs: GlobalConfig[]): void;
61
+ getGlobal(slug: string): GlobalConfig | undefined;
62
+ getGlobals(): GlobalConfig[];
63
+ getGlobalSlugs(): string[];
64
+ hasGlobal(slug: string): boolean;
65
+ removeGlobal(slug: string): boolean;
66
+ addPlugin(plugin: KyroPlugin): void;
67
+ getPlugins(): KyroPlugin[];
68
+ getZodSchema(slug: string): ZodTypeAny;
69
+ getCreateZodSchema(slug: string): ZodTypeAny;
70
+ getUpdateZodSchema(slug: string): ZodTypeAny;
71
+ getWhereZodSchema(slug: string): ZodTypeAny;
72
+ getFieldZodSchema(field: Field): ZodTypeAny;
73
+ private clearSchemaCache;
74
+ private applyFieldDefaults;
75
+ getFields(slug: string): Field[];
76
+ getFieldMap(slug: string): Map<string, Field>;
77
+ getVisibleFields(slug: string): Field[];
78
+ validate(): void;
79
+ init(kyroInstance?: any): Promise<void>;
80
+ isInitialized(): boolean;
81
+ getPaginationDefaults(slug: string): {
82
+ defaultLimit: number;
83
+ limits: number[];
84
+ };
85
+ getDefaultSort(slug: string): string;
86
+ getDefaultColumns(slug: string): string[];
87
+ getAdminTitle(slug: string): string;
88
+ getAdminLabel(slug: string): string;
89
+ getAdminGroup(slug: string): string | undefined;
90
+ getStats(): {
91
+ collections: number;
92
+ globals: number;
93
+ plugins: number;
94
+ fields: number;
95
+ };
96
+ toJSON(): {
97
+ collections: CollectionConfig[];
98
+ globals: GlobalConfig[];
99
+ };
100
+ }
101
+ declare function getRegistry(): Registry;
102
+ declare function resetRegistry(): void;
103
+ declare function createRegistry(): Registry;
104
+
105
+ export { Registry as R, createRegistry as c, getRegistry as g, resetRegistry as r };
@@ -0,0 +1,105 @@
1
+ import { S as StorageConfig, j as StorageProvider, C as CollectionConfig, G as GlobalConfig, k as KyroPlugin } from './types-ComJeXGL.cjs';
2
+ import { F as Field } from './types-euTszc-1.cjs';
3
+ import { ZodTypeAny } from 'zod';
4
+
5
+ interface StorageProviderRegistration {
6
+ type: string;
7
+ displayName: string;
8
+ pluginName?: string;
9
+ configFields: Field[];
10
+ configKey?: string;
11
+ extractConfig: (storageConfig: StorageConfig, configKey: string) => any;
12
+ extractRawConfig: (config: any) => any;
13
+ factory: (config: any) => StorageProvider;
14
+ }
15
+ declare class StorageProviderRegistry {
16
+ private providers;
17
+ private providerToPlugin;
18
+ private disabledPlugins;
19
+ constructor();
20
+ private registerLocal;
21
+ private registerImgix;
22
+ private registerBunny;
23
+ private registerCloudflareR2;
24
+ private registerCloudflareS3;
25
+ register(registration: StorageProviderRegistration): void;
26
+ unregister(type: string): void;
27
+ get(type: string): StorageProviderRegistration | undefined;
28
+ getAll(): StorageProviderRegistration[];
29
+ getAllAvailable(isPluginEnabled?: (name: string) => boolean): StorageProviderRegistration[];
30
+ has(type: string): boolean;
31
+ resolve(type: string, storageConfig: StorageConfig): Promise<StorageProvider>;
32
+ resolveWithConfig(type: string, config: any): Promise<StorageProvider>;
33
+ getProviderPluginName(type: string): string | undefined;
34
+ getAllPluginNames(): string[];
35
+ setPluginEnabled(name: string, enabled: boolean): void;
36
+ isPluginEnabled(name: string): boolean;
37
+ }
38
+
39
+ declare class Registry {
40
+ storageProviders: StorageProviderRegistry;
41
+ private collections;
42
+ private globals;
43
+ private plugins;
44
+ private schemaCache;
45
+ private initialized;
46
+ addCollection(config: CollectionConfig): void;
47
+ addCollections(configs: CollectionConfig[]): void;
48
+ getCollection(slug: string): CollectionConfig | undefined;
49
+ getCollections(): CollectionConfig[];
50
+ getCollectionSlugs(): string[];
51
+ hasCollection(slug: string): boolean;
52
+ removeCollection(slug: string): boolean;
53
+ addGlobal(config: GlobalConfig): void;
54
+ /**
55
+ * Add a global after the registry is already initialized.
56
+ * Only for internal use (e.g. storage settings form built at startup).
57
+ */
58
+ addGlobalPostInit(config: GlobalConfig): void;
59
+ private _addGlobalUnsafe;
60
+ addGlobals(configs: GlobalConfig[]): void;
61
+ getGlobal(slug: string): GlobalConfig | undefined;
62
+ getGlobals(): GlobalConfig[];
63
+ getGlobalSlugs(): string[];
64
+ hasGlobal(slug: string): boolean;
65
+ removeGlobal(slug: string): boolean;
66
+ addPlugin(plugin: KyroPlugin): void;
67
+ getPlugins(): KyroPlugin[];
68
+ getZodSchema(slug: string): ZodTypeAny;
69
+ getCreateZodSchema(slug: string): ZodTypeAny;
70
+ getUpdateZodSchema(slug: string): ZodTypeAny;
71
+ getWhereZodSchema(slug: string): ZodTypeAny;
72
+ getFieldZodSchema(field: Field): ZodTypeAny;
73
+ private clearSchemaCache;
74
+ private applyFieldDefaults;
75
+ getFields(slug: string): Field[];
76
+ getFieldMap(slug: string): Map<string, Field>;
77
+ getVisibleFields(slug: string): Field[];
78
+ validate(): void;
79
+ init(kyroInstance?: any): Promise<void>;
80
+ isInitialized(): boolean;
81
+ getPaginationDefaults(slug: string): {
82
+ defaultLimit: number;
83
+ limits: number[];
84
+ };
85
+ getDefaultSort(slug: string): string;
86
+ getDefaultColumns(slug: string): string[];
87
+ getAdminTitle(slug: string): string;
88
+ getAdminLabel(slug: string): string;
89
+ getAdminGroup(slug: string): string | undefined;
90
+ getStats(): {
91
+ collections: number;
92
+ globals: number;
93
+ plugins: number;
94
+ fields: number;
95
+ };
96
+ toJSON(): {
97
+ collections: CollectionConfig[];
98
+ globals: GlobalConfig[];
99
+ };
100
+ }
101
+ declare function getRegistry(): Registry;
102
+ declare function resetRegistry(): void;
103
+ declare function createRegistry(): Registry;
104
+
105
+ export { Registry as R, createRegistry as c, getRegistry as g, resetRegistry as r };