@codraoss/schema 0.9.5 → 0.9.12

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/api.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { J as JobDetail, a as JobSummary, L as LlmProvider, M as ModelConfig, R as RepoConfigRecord, S as StatsPayload } from './schema-ByVA-xcD.js';
1
+ import { J as JobDetail, a as JobSummary, L as LlmProvider, M as ModelConfig, R as RepoConfigRecord, S as StatsPayload } from './schema-D5SGJfsl.js';
2
2
  import 'zod';
3
3
 
4
4
  type AuthSessionUser = {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FileReviewRecord, J as JobDetail, b as JobStep, a as JobSummary, c as LlmApiFormat, L as LlmProvider, d as LlmProviderSecret, M as ModelConfig, P as ParsedReviewComment, R as RepoConfigRecord, e as ResolvedModelConfig, f as ReviewJobMessage, g as ReviewSettings, S as StatsPayload, h as batchReviewModelOutputSchema, i as fileReviewModelOutputSchema, j as findingLabelSchema, k as jobDetailSchema, l as jobStepSchema, m as jobSummarySchema, n as jobsQuerySchema, o as llmProviderSchema, p as modelConfigSchema, q as parsedReviewCommentSchema, r as repoConfigRecordSchema, s as reviewJobMessageSchema, t as reviewSettingsSchema, u as statsSchema } from './schema-ByVA-xcD.js';
1
+ export { F as FileReviewRecord, J as JobDetail, b as JobStep, a as JobSummary, c as LlmApiFormat, L as LlmProvider, d as LlmProviderSecret, M as ModelConfig, P as ParsedReviewComment, R as RepoConfigRecord, e as ResolvedModelConfig, f as ReviewJobMessage, g as ReviewSettings, S as StatsPayload, h as batchReviewModelOutputSchema, i as fileReviewModelOutputSchema, j as findingLabelSchema, k as jobDetailSchema, l as jobStepSchema, m as jobSummarySchema, n as jobsQuerySchema, o as llmProviderSchema, p as modelConfigSchema, q as parsedReviewCommentSchema, r as repoConfigRecordSchema, s as reviewJobMessageSchema, t as reviewSettingsSchema, u as statsSchema } from './schema-D5SGJfsl.js';
2
2
  export { REVIEW_CONCURRENCY_LIMITS, ReviewConcurrencyLevel, reviewConcurrencyLevels, reviewMaxCommentsOptions, reviewMaxFilesRange, reviewSeverities } from './review-limits.js';
3
3
  import { z } from 'zod';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codraoss/schema",
3
- "version": "0.9.5",
3
+ "version": "0.9.12",
4
4
  "description": "Shared types and Zod contracts for Codra, the open-source code review engine.",
5
5
  "author": "Devarshi Shimpi",
6
6
  "license": "AGPL-3.0-only",
@@ -59,8 +59,8 @@ declare const parsedReviewCommentSchema: z.ZodObject<{
59
59
  }>>>;
60
60
  contextSnippet: z.ZodOptional<z.ZodNullable<z.ZodString>>;
61
61
  disposition: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
62
- severity: "severity";
63
62
  posted: "posted";
63
+ severity: "severity";
64
64
  confidence: "confidence";
65
65
  suppression: "suppression";
66
66
  dedupe: "dedupe";
@@ -393,8 +393,8 @@ declare const fileReviewRecordSchema: z.ZodObject<{
393
393
  }>>>;
394
394
  contextSnippet: z.ZodOptional<z.ZodNullable<z.ZodString>>;
395
395
  disposition: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
396
- severity: "severity";
397
396
  posted: "posted";
397
+ severity: "severity";
398
398
  confidence: "confidence";
399
399
  suppression: "suppression";
400
400
  dedupe: "dedupe";
@@ -653,8 +653,8 @@ declare const jobDetailSchema: z.ZodObject<{
653
653
  }>>>;
654
654
  contextSnippet: z.ZodOptional<z.ZodNullable<z.ZodString>>;
655
655
  disposition: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
656
- severity: "severity";
657
656
  posted: "posted";
657
+ severity: "severity";
658
658
  confidence: "confidence";
659
659
  suppression: "suppression";
660
660
  dedupe: "dedupe";