{"version":3,"file":"index.cjs","sources":["../../src/schemas/index.ts"],"sourcesContent":["// Main schema index file - exports all schemas\nimport commonSchemas from './common/index';\nimport operatorSchemas from './operators/index';\n\n// Export all schemas in the recommended loading order\nconst allSchemas = [\n  // Common schemas first\n  ...commonSchemas,\n\n  // Then all operator schemas\n  ...operatorSchemas,\n];\n\n// Support both CommonJS and ES modules\nexport default allSchemas;\n\n// For CommonJS compatibility\nif (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {\n  module.exports = allSchemas;\n  module.exports.default = allSchemas;\n}\n"],"names":["commonSchemas","operatorSchemas"],"mappings":";;;;;;;AAAA;AAIA;AACA,MAAM,UAAU,GAAG;;AAEjB,IAAA,GAAGA,aAAa;;AAGhB,IAAA,GAAGC,eAAe;;AAMpB;AACA,IAAI,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,OAAO,KAAK,WAAW,EAAE;AAC1E,IAAA,MAAM,CAAC,OAAO,GAAG,UAAU;AAC3B,IAAA,MAAM,CAAC,OAAO,CAAC,OAAO,GAAG,UAAU;AACrC;;;;"}