@alpic-ai/api 0.0.0-staging.g30d1afb → 0.0.0-staging.g34b60cf

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpic-ai/api",
3
- "version": "0.0.0-staging.g30d1afb",
3
+ "version": "0.0.0-staging.g34b60cf",
4
4
  "description": "Contract for the Alpic API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",