Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat: add refresh-jobs schemas (CV3-710) #471

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: add _id field to refresh-job schema (CV3-710)
  • Loading branch information
abuyak-vf committed Dec 8, 2023
commit 004b35d4c73d159e225d4918da7b1fac23a62f39
1 change: 1 addition & 0 deletions packages/base-types/src/models/refreshJob.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { KnowledgeBaseDocumentRefreshRate } from './project/knowledgeBase';

export interface Model {
_id: string;
projectID: string;
documentID: string;
workspaceID: number;
Expand Down
Loading