@palbase/backend 25.0.0 → 25.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/palbase-backend.cjs +2 -0
- package/dist/bin/palbase-backend.cjs.map +1 -1
- package/dist/bin/palbase-backend.js +2 -2
- package/dist/{chunk-43A3KGWL.js → chunk-34I4GB7D.js} +4 -2
- package/dist/{chunk-43A3KGWL.js.map → chunk-34I4GB7D.js.map} +1 -1
- package/dist/{chunk-ZQRWW37O.js → chunk-35PNTIRN.js} +5 -1
- package/dist/chunk-35PNTIRN.js.map +1 -0
- package/dist/{chunk-OEQBHE2Z.js → chunk-HBOJLP2Z.js} +19 -4
- package/dist/chunk-HBOJLP2Z.js.map +1 -0
- package/dist/{chunk-5CMLOAEF.js → chunk-YOY5DFQS.js} +2 -2
- package/dist/db/env.cjs.map +1 -1
- package/dist/db/env.d.cts +2 -1
- package/dist/db/env.d.ts +2 -1
- package/dist/db/index.cjs +17 -3
- package/dist/db/index.cjs.map +1 -1
- package/dist/db/index.d.cts +1 -1
- package/dist/db/index.d.ts +1 -1
- package/dist/db/index.js +1 -1
- package/dist/engine/index.cjs +2 -0
- package/dist/engine/index.cjs.map +1 -1
- package/dist/engine/index.d.cts +2 -2
- package/dist/engine/index.d.ts +2 -2
- package/dist/engine/index.js +2 -2
- package/dist/{index-Ct1iiB4N.d.ts → index-B4CcpqLb.d.ts} +23 -16
- package/dist/{index-BF1f0DfA.d.ts → index-B8v6hVyU.d.ts} +1 -1
- package/dist/{index-CwaWRhyc.d.cts → index-DmVyY6N7.d.cts} +23 -16
- package/dist/{index-CoaDN9dL.d.cts → index-VsjBQ4Kw.d.cts} +1 -1
- package/dist/index.cjs +75 -49
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -7
- package/dist/index.d.ts +8 -7
- package/dist/index.js +58 -49
- package/dist/index.js.map +1 -1
- package/dist/openapi/index.cjs +1 -1
- package/dist/openapi/index.cjs.map +1 -1
- package/dist/openapi/index.js +3 -3
- package/dist/openapi/index.js.map +1 -1
- package/docs/llms-full.txt +36 -5
- package/docs/schema.md +36 -5
- package/package.json +1 -1
- package/dist/chunk-OEQBHE2Z.js.map +0 -1
- package/dist/chunk-ZQRWW37O.js.map +0 -1
- /package/dist/{chunk-5CMLOAEF.js.map → chunk-YOY5DFQS.js.map} +0 -0
package/dist/openapi/index.cjs
CHANGED
|
@@ -6428,7 +6428,6 @@ async function aggregateOpenAPI(projectRoot, options = {}) {
|
|
|
6428
6428
|
for (const route of controllerRoutes) {
|
|
6429
6429
|
registerControllerRoute(registry, route);
|
|
6430
6430
|
}
|
|
6431
|
-
const generator = new import_zod_to_openapi3.OpenApiGeneratorV31(registry.definitions);
|
|
6432
6431
|
const roomExt = {};
|
|
6433
6432
|
for (const lc of loadedControllers) {
|
|
6434
6433
|
const room = getRoom(lc.controller);
|
|
@@ -6441,6 +6440,7 @@ async function aggregateOpenAPI(projectRoot, options = {}) {
|
|
|
6441
6440
|
return `#/components/schemas/${componentName}`;
|
|
6442
6441
|
});
|
|
6443
6442
|
}
|
|
6443
|
+
const generator = new import_zod_to_openapi3.OpenApiGeneratorV31(registry.definitions);
|
|
6444
6444
|
const document = generator.generateDocument({
|
|
6445
6445
|
openapi: "3.2.0",
|
|
6446
6446
|
info: {
|