appos 0.1.25-0 → 0.1.26-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/exports/db.d.mts +368 -368
- package/build/exports/server.d.mts +0 -15
- package/build/exports/ui/index.d.ts +298 -298
- package/package.json +1 -1
|
@@ -8286,21 +8286,6 @@ interface AppOSRequest {
|
|
|
8286
8286
|
*/
|
|
8287
8287
|
t: TFunction;
|
|
8288
8288
|
}
|
|
8289
|
-
/**
|
|
8290
|
-
* AppOS namespace for user-extensible types and Express augmentations.
|
|
8291
|
-
*/
|
|
8292
|
-
declare global {
|
|
8293
|
-
namespace Express {
|
|
8294
|
-
/**
|
|
8295
|
-
* The request object extended with the application container.
|
|
8296
|
-
*/
|
|
8297
|
-
interface Request extends AppOSRequest {}
|
|
8298
|
-
/**
|
|
8299
|
-
* The app.locals extended with typed workflows.
|
|
8300
|
-
*/
|
|
8301
|
-
interface Locals extends AppOSLocals {}
|
|
8302
|
-
}
|
|
8303
|
-
}
|
|
8304
8289
|
//#endregion
|
|
8305
8290
|
//#region app/.server/primitives/openapi.d.ts
|
|
8306
8291
|
/**
|