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:
10
node_modules/@paperclipai/shared/dist/validators/asset.d.ts
generated
vendored
Normal file
10
node_modules/@paperclipai/shared/dist/validators/asset.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { z } from "zod";
|
||||
export declare const createAssetImageMetadataSchema: z.ZodObject<{
|
||||
namespace: z.ZodOptional<z.ZodString>;
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
namespace?: string | undefined;
|
||||
}, {
|
||||
namespace?: string | undefined;
|
||||
}>;
|
||||
export type CreateAssetImageMetadata = z.infer<typeof createAssetImageMetadataSchema>;
|
||||
//# sourceMappingURL=asset.d.ts.map
|
||||
Reference in New Issue
Block a user