@kyro-cms/core 0.12.62 → 0.12.64

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 (61) 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-4OMQURN7.js +3 -0
  13. package/dist/chunk-AXT3QPVM.js +133 -0
  14. package/dist/chunk-CBP2L6RO.js +121 -0
  15. package/dist/{chunk-4FHWIGHO.cjs → chunk-KTDAS6XO.cjs} +4 -4
  16. package/dist/{chunk-LOP464VR.cjs → chunk-O5754WOC.cjs} +1 -1
  17. package/dist/{chunk-26MOA3HJ.js → chunk-ONDPNSXC.js} +3 -3
  18. package/dist/chunk-QJ2V677Y.cjs +120 -0
  19. package/dist/{chunk-5DWQGEM2.cjs → chunk-QO5ZWQA3.cjs} +13 -13
  20. package/dist/chunk-WBFEX36H.js +2 -0
  21. package/dist/{chunk-75BFTYBS.js → chunk-X473JI7Z.js} +14 -14
  22. package/dist/chunk-YFUH3SST.cjs +132 -0
  23. package/dist/chunk-ZQETJ4T4.cjs +2 -0
  24. package/dist/client.d.cts +1 -1
  25. package/dist/client.d.ts +1 -1
  26. package/dist/drizzle/index.cjs +1 -1
  27. package/dist/drizzle/index.d.cts +2 -2
  28. package/dist/drizzle/index.d.ts +2 -2
  29. package/dist/drizzle/index.js +1 -1
  30. package/dist/graphql/index.cjs +1 -1
  31. package/dist/graphql/index.d.cts +2 -2
  32. package/dist/graphql/index.d.ts +2 -2
  33. package/dist/graphql/index.js +1 -1
  34. package/dist/index-DowyndWK.d.ts +105 -0
  35. package/dist/index-HNBjfQpn.d.cts +105 -0
  36. package/dist/index.cjs +3 -3
  37. package/dist/index.d.cts +8 -7
  38. package/dist/index.d.ts +8 -7
  39. package/dist/index.js +2 -2
  40. package/dist/mongodb/index.d.cts +2 -2
  41. package/dist/mongodb/index.d.ts +2 -2
  42. package/dist/rest/index.cjs +1 -1
  43. package/dist/rest/index.d.cts +3 -3
  44. package/dist/rest/index.d.ts +3 -3
  45. package/dist/rest/index.js +1 -1
  46. package/dist/templates/index.d.cts +1 -1
  47. package/dist/templates/index.d.ts +1 -1
  48. package/dist/trpc/index.d.cts +2 -2
  49. package/dist/trpc/index.d.ts +2 -2
  50. package/dist/{types-CYGXsNcJ.d.ts → types-COokblgr.d.ts} +181 -1
  51. package/dist/{types-DOKMyC3y.d.cts → types-ComJeXGL.d.cts} +181 -1
  52. package/package.json +2 -2
  53. package/dist/chunk-6QWX3DEB.cjs +0 -120
  54. package/dist/chunk-AMGJ5AFH.cjs +0 -1
  55. package/dist/chunk-JU3UAZRY.cjs +0 -132
  56. package/dist/chunk-QDBGBDCT.js +0 -2
  57. package/dist/chunk-RDFGJHEG.js +0 -2
  58. package/dist/chunk-RILJCH6H.js +0 -121
  59. package/dist/chunk-VJODUKKM.js +0 -133
  60. package/dist/index-BJ1rwHxk.d.cts +0 -284
  61. package/dist/index-BTjlptCL.d.ts +0 -284
@@ -0,0 +1,132 @@
1
+ 'use strict';var chunk7ACHOBWY_cjs=require('./chunk-7ACHOBWY.cjs'),chunkSOCBJPYB_cjs=require('./chunk-SOCBJPYB.cjs'),chunkBCEE4NBZ_cjs=require('./chunk-BCEE4NBZ.cjs'),chunkVRZC4TTF_cjs=require('./chunk-VRZC4TTF.cjs'),chunkVQ53TFYA_cjs=require('./chunk-VQ53TFYA.cjs'),chunkF4ITQ6XQ_cjs=require('./chunk-F4ITQ6XQ.cjs'),chunkZOVH6QT5_cjs=require('./chunk-ZOVH6QT5.cjs'),chunkBUNLC3II_cjs=require('./chunk-BUNLC3II.cjs');chunkBUNLC3II_cjs.h();chunkBUNLC3II_cjs.h();chunkBUNLC3II_cjs.h();function b(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=b(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(`
2
+ `)}function P(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]=P(e[n.name],r);}}return {...i,data:e}}):f}function R(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 O=class extends chunkVQ53TFYA_cjs.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=b(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=b(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-6LAUXXDM.cjs')).default,i=(await import('./postgres-js-GXZX3AGZ.cjs')).drizzle;}catch{chunkF4ITQ6XQ_cjs.a(["postgres","drizzle-orm"]),t=(await import('./src-6LAUXXDM.cjs')).default,i=(await import('./postgres-js-GXZX3AGZ.cjs')).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-5IISPX34.cjs')).drizzle;}catch{chunkF4ITQ6XQ_cjs.a(["better-sqlite3","drizzle-orm"]),t=(await import('better-sqlite3')).default,i=(await import('./better-sqlite3-5IISPX34.cjs')).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-5ZQJOFDX.cjs');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=this.getTableName(t.slug),s={id:i?chunkVRZC4TTF_cjs.ia("id").primaryKey():chunkVRZC4TTF_cjs.oa("id").primaryKey().defaultRandom()};for(let n of t.fields){if(!n.name||n.name==="id"||n.type==="password")continue;let r=b(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=chunk7ACHOBWY_cjs.c(o);break;case "integer":l=chunk7ACHOBWY_cjs.a(o);break;case "decimal":case "numeric":l=chunk7ACHOBWY_cjs.b(o);break;case "boolean":l=chunk7ACHOBWY_cjs.a(o,{mode:"boolean"});break;case "timestamp":l=chunk7ACHOBWY_cjs.c(o);break;case "jsonb":l=chunk7ACHOBWY_cjs.c(o);break;default:l=chunk7ACHOBWY_cjs.c(o);}else switch(r){case "varchar":l=chunkVRZC4TTF_cjs.pa(o,{length:255});break;case "integer":l=chunkVRZC4TTF_cjs.ca(o);break;case "decimal":l=chunkVRZC4TTF_cjs.ha(o);break;case "boolean":l=chunkVRZC4TTF_cjs.$(o);break;case "timestamp":l=chunkVRZC4TTF_cjs.ma(o);break;case "jsonb":l=chunkVRZC4TTF_cjs.fa(o);break;default:l=chunkVRZC4TTF_cjs.ia(o);}n.required||(l=l.default(null)),s[a]=l;}return s.createdAt||(s.createdAt=this.dialect==="sqlite"?chunk7ACHOBWY_cjs.c("created_at").default(new Date().toISOString()):chunkVRZC4TTF_cjs.ma("created_at").defaultNow()),s.updatedAt||(s.updatedAt=this.dialect==="sqlite"?chunk7ACHOBWY_cjs.c("updated_at").default(new Date().toISOString()):chunkVRZC4TTF_cjs.ma("updated_at").defaultNow()),e!=="users"&&e!=="audit_logs"&&(s.status||(s.status=this.dialect==="sqlite"?chunk7ACHOBWY_cjs.c("status").default("draft"):chunkVRZC4TTF_cjs.pa("status",{length:20}).default("draft")),s.hasDraft||(s.hasDraft=this.dialect==="sqlite"?chunk7ACHOBWY_cjs.a("hasDraft",{mode:"boolean"}).default(false):chunkVRZC4TTF_cjs.$("hasDraft").default(false))),this.dialect==="sqlite"?chunk7ACHOBWY_cjs.e(e,s):chunkVRZC4TTF_cjs.ra(e,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(`
3
+ CREATE TABLE IF NOT EXISTS "${n}" (
4
+ ${u},
5
+ ${r}
6
+ ${a?"":'"created_at" TIMESTAMP NOT NULL DEFAULT NOW(),'}
7
+ ${o?"":'"updated_at" TIMESTAMP NOT NULL DEFAULT NOW(),'}
8
+ ${l?"":`"status" VARCHAR(20) DEFAULT 'draft',`}
9
+ ${d?"":'"hasDraft" BOOLEAN DEFAULT false'}
10
+ )
11
+ `);}else i.push(`
12
+ CREATE TABLE IF NOT EXISTS "${n}" (
13
+ "id" TEXT PRIMARY KEY,
14
+ ${r}
15
+ ${a?"":`"created_at" TEXT NOT NULL DEFAULT (datetime('now')),`}
16
+ ${o?"":`"updated_at" TEXT NOT NULL DEFAULT (datetime('now')),`}
17
+ ${l?"":`"status" TEXT DEFAULT 'draft',`}
18
+ ${d?"":'"hasDraft" INTEGER DEFAULT 0'}
19
+ )
20
+ `);}if(i.length>0)if(this.dialect==="postgres")await this.executeRaw(chunkVRZC4TTF_cjs.J.raw(i.join(`;
21
+ `)));else for(let e of i)await this.executeRaw(chunkVRZC4TTF_cjs.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=b(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(chunkVRZC4TTF_cjs.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(chunkVRZC4TTF_cjs.J`PRAGMA table_info("${chunkVRZC4TTF_cjs.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(chunkVRZC4TTF_cjs.J.raw(r.join(`;
22
+ `)));}if(this.dialect==="postgres")for(let r of t.fields){if(!r.name||r.name==="id")continue;let a=b(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(chunkVRZC4TTF_cjs.J.raw(`ALTER TABLE "${i}" ALTER COLUMN "${o}" TYPE TEXT`)):a==="jsonb"&&(await this.executeRaw(chunkVRZC4TTF_cjs.J.raw(`ALTER TABLE "${i}" ALTER COLUMN "${o}" DROP DEFAULT`)),await this.executeRaw(chunkVRZC4TTF_cjs.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=b(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(`,
23
+ `)+(i.length>0?",":"")}async disconnect(){this.connected=false;}async find(t){let{collection:i,where:e={},sort:s,limit:n=10,page:r=1,tenantId:a,select:o,draft:l}=t,d=this.getCollection(i),u=this.getTable(i),m={...e};this.tenantContext&&d.tenantScoped&&(m=chunkVQ53TFYA_cjs.c({where:m},i,this.tenantContext,chunkVQ53TFYA_cjs.b).where||{});let g=this.buildWhereClause(m,d,u,a),y=d.fields.find(h=>h.name==="status"),p=y?.type==="select"&&Array.isArray(y.options)&&y.options.some(h=>h.value==="published");!l&&u.status&&p&&g.push(chunkBCEE4NBZ_cjs.n(u.status,"published"));let E=this.parseSort(s),A=!l&&u.status&&p?{...m,status:"published"}:m,de=await this.count({collection:i,where:A,tenantId:a}),ue=(r-1)*n,j=[];try{let h=u[E.field]||u.createdAt||u.id,$=E.direction==="asc"?h:chunkBCEE4NBZ_cjs.M(h),N=this.client.select().from(u);g.length>0&&(N=N.where(chunkBCEE4NBZ_cjs.p(...g))),j=await N.orderBy($).limit(n).offset(ue);}catch(h){console.error("[DrizzleAdapter] Query error:",h);}let C=j.map(h=>this.processResult(h,d));return this.tenantContext&&!this.tenantContext.isSuperAdmin&&(C=C.filter(h=>chunkVQ53TFYA_cjs.d(h,i,this.tenantContext,chunkVQ53TFYA_cjs.b))),l&&(C=await Promise.all(C.map(async h=>{let $=await this.executeRaw(chunkVRZC4TTF_cjs.J`
24
+ SELECT * FROM kyro_versions
25
+ WHERE collection_slug = ${i}
26
+ AND document_id = ${h.id}
27
+ ORDER BY created_at DESC
28
+ LIMIT 1
29
+ `);if($.length>0){let N=$[0],w=N.data;for(;typeof w=="string";)try{w=JSON.parse(w);}catch{break}return (!w||typeof w!="object"||Array.isArray(w))&&(w={}),{...h,...w,status:h.status,_hasUnpublishedChanges:N.status==="draft"}}return h}))),{docs:C,...this.calculatePagination(r,n,de)}}async findByID(t){let{collection:i,id:e,tenantId:s,draft:n}=t,r=this.getCollection(i),a=this.getTable(i),o=this.dialect==="postgres"&&typeof e=="string"?R(e):e;if(this.tenantContext&&r.tenantScoped){let p={id:o,tenantId:this.tenantContext.tenantId};if(!chunkVQ53TFYA_cjs.d(p,i,this.tenantContext,chunkVQ53TFYA_cjs.b))return null}let l=[chunkBCEE4NBZ_cjs.n(a.id,o)];s&&a.tenantId&&l.push(chunkBCEE4NBZ_cjs.n(a.tenantId,s));let d=r.fields.find(p=>p.name==="status"),u=d?.type==="select"&&Array.isArray(d.options)&&d.options.some(p=>p.value==="published");!n&&a.status&&u&&l.push(chunkBCEE4NBZ_cjs.n(a.status,"published"));let m=l.length>1?chunkBCEE4NBZ_cjs.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){let p=await this.executeRaw(chunkVRZC4TTF_cjs.J`
30
+ SELECT * FROM kyro_versions
31
+ WHERE collection_slug = ${i}
32
+ AND document_id = ${y.id}
33
+ ORDER BY created_at DESC
34
+ LIMIT 1
35
+ `);if(p.length>0){let E=p[0],A=E.data;for(;typeof A=="string";)try{A=JSON.parse(A);}catch{break}(!A||typeof A!="object"||Array.isArray(A))&&(A={}),y={...y,...A,status:y.status,_hasUnpublishedChanges:E.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}=t,r=this.getCollection(i),a=this.getTable(i),o=this.prepareData(s,r),l=this.dialect==="postgres"&&typeof e=="string"?R(e):e,d=[chunkBCEE4NBZ_cjs.n(a.id,l)];n&&a.tenantId&&d.push(chunkBCEE4NBZ_cjs.n(a.tenantId,n));let u=await this.client.update(a).set(o).where(chunkBCEE4NBZ_cjs.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=this.getCollection(i),r=this.getTable(i),a=this.dialect==="postgres"&&typeof e=="string"?R(e):e,o=[chunkBCEE4NBZ_cjs.n(r.id,a)];s&&r.tenantId&&o.push(chunkBCEE4NBZ_cjs.n(r.tenantId,s));let l=await this.client.delete(r).where(chunkBCEE4NBZ_cjs.p(...o)).returning();if(l.length===0)throw new Error(`Document not found: ${i}/${e}`);return this.processResult(l[0],n)}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:chunkVRZC4TTF_cjs.J`count(*)`}).from(r);a.length>0&&(o=o.where(chunkBCEE4NBZ_cjs.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}=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&&l.status&&m&&(d=d.where(chunkBCEE4NBZ_cjs.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){let p=await this.executeRaw(chunkVRZC4TTF_cjs.J`
36
+ SELECT * FROM kyro_versions
37
+ WHERE collection_slug = ${i}
38
+ AND document_id = ${a}
39
+ ORDER BY created_at DESC
40
+ LIMIT 1
41
+ `);if(p.length>0){let E=p[0],A=typeof E.data=="string"?JSON.parse(E.data):E.data;y={...y,...A,status:y.status,_hasUnpublishedChanges:E.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(chunkVRZC4TTF_cjs.J`
42
+ SELECT count(*) as count
43
+ FROM kyro_versions
44
+ WHERE collection_slug = ${i}
45
+ AND document_id = ${e}
46
+ AND autosave = 0
47
+ ${r&&o.tenantScoped?chunkVRZC4TTF_cjs.J`AND tenant_id = ${r}`:chunkVRZC4TTF_cjs.J``}
48
+ `),d=parseInt(l[0]?.count||"0");return {docs:(await this.executeRaw(chunkVRZC4TTF_cjs.J`
49
+ SELECT *
50
+ FROM kyro_versions
51
+ WHERE collection_slug = ${i}
52
+ AND document_id = ${e}
53
+ AND autosave = 0
54
+ ${r&&o.tenantScoped?chunkVRZC4TTF_cjs.J`AND tenant_id = ${r}`:chunkVRZC4TTF_cjs.J``}
55
+ ORDER BY created_at DESC
56
+ LIMIT ${s}
57
+ OFFSET ${a}
58
+ `)).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(chunkVRZC4TTF_cjs.J`
59
+ SELECT * FROM kyro_versions
60
+ WHERE id = ${t.versionId}
61
+ AND collection_slug = ${t.collection}
62
+ ${t.tenantId&&i.tenantScoped?chunkVRZC4TTF_cjs.J`AND tenant_id = ${t.tenantId}`:chunkVRZC4TTF_cjs.J``}
63
+ LIMIT 1
64
+ `);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 r=await this.executeRaw(chunkVRZC4TTF_cjs.J`
65
+ SELECT * FROM kyro_versions
66
+ WHERE collection_slug = ${t.collection}
67
+ AND document_id = ${t.documentId}
68
+ AND autosave = 1
69
+ ${t.tenantId&&i.tenantScoped?chunkVRZC4TTF_cjs.J`AND tenant_id = ${t.tenantId}`:chunkVRZC4TTF_cjs.J``}
70
+ LIMIT 1
71
+ `);if(r.length>0)return await this.executeRaw(chunkVRZC4TTF_cjs.J`
72
+ UPDATE kyro_versions
73
+ SET data = ${JSON.stringify(t.data)},
74
+ status = ${t.status},
75
+ updated_at = ${e}
76
+ WHERE id = ${r[0].id}
77
+ `),this.findVersionByID({collection:t.collection,versionId:r[0].id,tenantId:t.tenantId})}let s=Math.random().toString(36).substring(2,15),n=typeof t.data=="string"?t.data:JSON.stringify(t.data);if(await this.executeRaw(chunkVRZC4TTF_cjs.J`
78
+ INSERT INTO kyro_versions (
79
+ id, collection_slug, document_id, tenant_id, data, status, autosave, created_by, change_description, created_at, updated_at
80
+ ) VALUES (
81
+ ${s}, ${t.collection}, ${t.documentId}, ${t.tenantId&&i.tenantScoped?t.tenantId:null},
82
+ ${n}, ${t.status}, ${t.autosave?1:0}, ${t.createdBy||null},
83
+ ${t.changeDescription||null}, ${e}, ${e}
84
+ )
85
+ `),!t.autosave){let r=this.getCollection(t.collection);r.versions?.maxPerDoc&&await this.deleteVersions({collection:t.collection,documentId:t.documentId,keepLatest:r.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(chunkVRZC4TTF_cjs.J`
86
+ SELECT id FROM kyro_versions
87
+ WHERE collection_slug = ${t.collection}
88
+ AND document_id = ${t.documentId}
89
+ AND autosave = 0
90
+ ${t.tenantId&&i.tenantScoped?chunkVRZC4TTF_cjs.J`AND tenant_id = ${t.tenantId}`:chunkVRZC4TTF_cjs.J``}
91
+ ORDER BY created_at DESC
92
+ LIMIT ${t.keepLatest}
93
+ `)).map(n=>n.id);s.length>0&&await this.executeRaw(chunkVRZC4TTF_cjs.J`
94
+ DELETE FROM kyro_versions
95
+ WHERE collection_slug = ${t.collection}
96
+ AND document_id = ${t.documentId}
97
+ AND autosave = 0
98
+ AND id NOT IN (${chunkVRZC4TTF_cjs.J.join(s.map(n=>chunkVRZC4TTF_cjs.J`${n}`),chunkVRZC4TTF_cjs.J`, `)})
99
+ `);}else await this.executeRaw(chunkVRZC4TTF_cjs.J`
100
+ DELETE FROM kyro_versions
101
+ WHERE collection_slug = ${t.collection}
102
+ AND document_id = ${t.documentId}
103
+ ${t.tenantId&&i.tenantScoped?chunkVRZC4TTF_cjs.J`AND tenant_id = ${t.tenantId}`:chunkVRZC4TTF_cjs.J``}
104
+ `);}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,i,e,s){let n=[];s&&i.tenantScoped&&e.tenantId&&n.push(chunkBCEE4NBZ_cjs.n(e.tenantId,s));for(let[r,a]of Object.entries(t))if(r==="id"&&this.dialect==="postgres"&&(typeof a=="string"?a=R(a):a&&typeof a=="object"&&(a.equals!==void 0&&typeof a.equals=="string"&&(a={...a,equals:R(a.equals)}),a.in&&Array.isArray(a.in)&&(a={...a,in:a.in.map(o=>typeof o=="string"?R(o):o)}))),r==="AND"&&Array.isArray(a)){let o=a.map(l=>this.buildWhereClause(l,i,e)).flat().filter(Boolean);o.length>0&&n.push(chunkBCEE4NBZ_cjs.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.push(chunkBCEE4NBZ_cjs.q(...o));}else if(typeof a=="object"&&a!==null&&!Array.isArray(a)){let o=e[r];if(!o)continue;a.equals!==void 0&&n.push(chunkBCEE4NBZ_cjs.n(o,a.equals)),a.not_equals!==void 0&&n.push(chunkBCEE4NBZ_cjs.o(o,a.not_equals)),a.in&&Array.isArray(a.in)&&n.push(chunkBCEE4NBZ_cjs.w(o,a.in)),a.like!==void 0&&n.push(chunkBCEE4NBZ_cjs.E(o,a.like)),a.contains!==void 0&&n.push(chunkBCEE4NBZ_cjs.E(o,`%${a.contains}%`)),a.greater_than!==void 0&&n.push(chunkBCEE4NBZ_cjs.s(o,a.greater_than)),a.greater_than_equal!==void 0&&n.push(chunkBCEE4NBZ_cjs.t(o,a.greater_than_equal)),a.less_than!==void 0&&n.push(chunkBCEE4NBZ_cjs.u(o,a.less_than)),a.less_than_equal!==void 0&&n.push(chunkBCEE4NBZ_cjs.v(o,a.less_than_equal));}else {let o=e[r];o&&n.push(chunkBCEE4NBZ_cjs.n(o,a));}return n}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]=P(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()),chunkZOVH6QT5_cjs.a(e)}async ensureVersionsTable(){if(this.versionsTableReady)return;let t;this.dialect==="sqlite"?t=`
105
+ CREATE TABLE IF NOT EXISTS kyro_versions (
106
+ id text PRIMARY KEY,
107
+ collection_slug text NOT NULL,
108
+ document_id text NOT NULL,
109
+ tenant_id text,
110
+ data text NOT NULL,
111
+ status text NOT NULL DEFAULT 'draft',
112
+ autosave integer NOT NULL DEFAULT 0,
113
+ created_by text,
114
+ change_description text,
115
+ created_at text DEFAULT (datetime('now')),
116
+ updated_at text DEFAULT (datetime('now'))
117
+ )
118
+ `:t=`
119
+ CREATE TABLE IF NOT EXISTS kyro_versions (
120
+ id text PRIMARY KEY,
121
+ collection_slug text NOT NULL,
122
+ document_id text NOT NULL,
123
+ tenant_id text,
124
+ data text NOT NULL,
125
+ status text NOT NULL,
126
+ autosave integer NOT NULL DEFAULT 0,
127
+ created_by text,
128
+ change_description text,
129
+ created_at text NOT NULL,
130
+ updated_at text NOT NULL
131
+ )
132
+ `,await this.executeRaw(chunkVRZC4TTF_cjs.J.raw(t));try{this.dialect==="postgres"?await this.executeRaw(chunkVRZC4TTF_cjs.J.raw("ALTER TABLE kyro_versions ADD COLUMN IF NOT EXISTS autosave integer NOT NULL DEFAULT 0")):await this.executeRaw(chunkVRZC4TTF_cjs.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 chunkSOCBJPYB_cjs.a().sqlToQuery(t);i=n.sql,e=n.params;}else {let n=new chunk7ACHOBWY_cjs.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 fe(f){return new O(f)}exports.a=b;exports.b=ce;exports.c=O;exports.d=fe;
@@ -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 chunkYFUH3SST_cjs=require('../chunk-YFUH3SST.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 chunkYFUH3SST_cjs.c}});Object.defineProperty(exports,"collectionToDrizzleSchema",{enumerable:true,get:function(){return chunkYFUH3SST_cjs.b}});Object.defineProperty(exports,"createDrizzleAdapter",{enumerable:true,get:function(){return chunkYFUH3SST_cjs.d}});Object.defineProperty(exports,"fieldToDrizzleType",{enumerable:true,get:function(){return chunkYFUH3SST_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-AXT3QPVM.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 +1 @@
1
- 'use strict';var chunk5DWQGEM2_cjs=require('../chunk-5DWQGEM2.cjs');require('../chunk-ZHA446FA.cjs'),require('../chunk-7WMMKGEO.cjs'),require('../chunk-BUNLC3II.cjs');Object.defineProperty(exports,"RelationLoader",{enumerable:true,get:function(){return chunk5DWQGEM2_cjs.H}});Object.defineProperty(exports,"buildGraphQLSchema",{enumerable:true,get:function(){return chunk5DWQGEM2_cjs.J}});Object.defineProperty(exports,"createGraphQLSchema",{enumerable:true,get:function(){return chunk5DWQGEM2_cjs.K}});Object.defineProperty(exports,"depthLimit",{enumerable:true,get:function(){return chunk5DWQGEM2_cjs.I}});Object.defineProperty(exports,"printSchema",{enumerable:true,get:function(){return chunk5DWQGEM2_cjs.G}});
1
+ 'use strict';var chunkQO5ZWQA3_cjs=require('../chunk-QO5ZWQA3.cjs');require('../chunk-ZHA446FA.cjs'),require('../chunk-7WMMKGEO.cjs'),require('../chunk-BUNLC3II.cjs');Object.defineProperty(exports,"RelationLoader",{enumerable:true,get:function(){return chunkQO5ZWQA3_cjs.H}});Object.defineProperty(exports,"buildGraphQLSchema",{enumerable:true,get:function(){return chunkQO5ZWQA3_cjs.J}});Object.defineProperty(exports,"createGraphQLSchema",{enumerable:true,get:function(){return chunkQO5ZWQA3_cjs.K}});Object.defineProperty(exports,"depthLimit",{enumerable:true,get:function(){return chunkQO5ZWQA3_cjs.I}});Object.defineProperty(exports,"printSchema",{enumerable:true,get:function(){return chunkQO5ZWQA3_cjs.G}});
@@ -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
 
@@ -1 +1 @@
1
- export{H as RelationLoader,J as buildGraphQLSchema,K as createGraphQLSchema,I as depthLimit,G as printSchema}from'../chunk-75BFTYBS.js';import'../chunk-GQGFNTDZ.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{H as RelationLoader,J as buildGraphQLSchema,K as createGraphQLSchema,I as depthLimit,G as printSchema}from'../chunk-X473JI7Z.js';import'../chunk-GQGFNTDZ.js';import'../chunk-TBHNE4VV.js';import'../chunk-Y2YAKDEQ.js';if (typeof window === "undefined") { const { createRequire } = await import(/* @vite-ignore */ 'module'); createRequire(import.meta.url); }
@@ -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 };