@folo-services/shared 0.0.48
/node pathCode uses validation object calls
SHA-256c01d9cc3ce2bca269ebcb2c6f3a09d453d5df0164d239594e5586b84c74d0733
MaleculeK(Li)Md(Pa₇)
Evidence
10:11… lue: def,
11 enumerable: false,
12 });
13 inst.message = JSON.stringify(def, util.jsonStringifyReplacer, 2);
14 Object.defineProperty(inst, "toString", {
15 value: () => inst.message,
⋯4 lines
1{
2 "name": "@folo-services/shared",
3 "type": "module",
4 "version": "0.0.48",
5 "private": false,
6 "exports": {
7 ".": {
8 "import": "./dist/index.mjs",
9 "types": "./dist/index.d.mts"
10 }
11 },
12 "files": [
13 "dist"
14 ],
15 "dependencies": {
16 "@hono/zod-openapi": "1.4.0",
17 "drizzle-orm": "0.45.2",
18 "drizzle-zod": "0.8.3",
19 "zod": "4.4.3",
20 "@folo-services/co …
20:41… ,
21 "@folo-services/drizzle": "0.1.48"
22 },
23 "devDependencies": {
24 "tsdown": "0.22.4",
25 "typescript": "npm:@typescript/[email protected]"
26 },
27 "x-code-hash": "e04d931e073f81b3066ad093a7494a144baebc3de7121a298b491b4efc990f1b",
28 "scripts": {
29 "build": "tsdown",
30 "publish:packages": "pnpm publish --no-git-checks --access public",
31 "test": "vitest run",
32 "test:coverage": "vitest run --coverage",
33 "typecheck": "tsgo --noEmit"
34 },
35 "main": "./dist/index.mjs",
36 "module": "./dist/index.mjs",
37 "types": "./dist/index.d.mts"
38}
1import { z } from "@hono/zod-openapi";
2//#region src/status-types.d.ts
3/**
4 * Status configuration schema that matches the API response structure
5 */
6declare const statusConfigsSchema: z.ZodObject<{
7 AI_CHAT_ENABLED: z.ZodBoolean;
8 AI_SHORTCUTS: z.ZodArray<z.ZodObject<{
9 name: z.ZodString;
10 defaultPrompt: z.ZodStri …
56:49… odBoolean, z.ZodArray<z.ZodEnum<{
57 Email: "Email";
58 Discord: "Discord";
59 }>>]>;
60 AI_CREDIT: z.ZodNumber;
61 MAX_AI_TASKS: z.ZodNumber;
62 MAX_AI_ENTRY_SUMMARY_PER_DAY: z.Z …
No evidence locations were recorded for this file. Raw result