Initial commit: Paperclip plugin for Legal AI integration
16 agent tools, event handler for auto-linking, sync job every 15m. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
11
node_modules/@paperclipai/shared/dist/validators/asset.js
generated
vendored
Normal file
11
node_modules/@paperclipai/shared/dist/validators/asset.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { z } from "zod";
|
||||
export const createAssetImageMetadataSchema = z.object({
|
||||
namespace: z
|
||||
.string()
|
||||
.trim()
|
||||
.min(1)
|
||||
.max(120)
|
||||
.regex(/^[a-zA-Z0-9/_-]+$/)
|
||||
.optional(),
|
||||
});
|
||||
//# sourceMappingURL=asset.js.map
|
||||
Reference in New Issue
Block a user