@alpic-ai/api 0.0.0-staging.g1ebc4a4 → 0.0.0-staging.g20eeb46
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/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { z } from "zod";
|
|
|
2
2
|
import * as z$1 from "zod/v4";
|
|
3
3
|
import { oc } from "@orpc/contract";
|
|
4
4
|
import ms from "ms";
|
|
5
|
-
//#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.
|
|
5
|
+
//#region ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.0_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js
|
|
6
6
|
/**
|
|
7
7
|
* Reusable URL validation that disallows javascript: scheme
|
|
8
8
|
*/
|
|
@@ -1158,6 +1158,7 @@ claudeSubmissionFormDataSchema.pick({
|
|
|
1158
1158
|
const submissionMetaFieldsSchema = z.object({
|
|
1159
1159
|
id: z.string(),
|
|
1160
1160
|
environmentId: z.string(),
|
|
1161
|
+
auditId: z.string().nullable(),
|
|
1161
1162
|
createdAt: z.coerce.date(),
|
|
1162
1163
|
updatedAt: z.coerce.date()
|
|
1163
1164
|
});
|