Skip to content

Commit aa75c39

Browse files
committed
fix(curation): add missing effect from and to parameters to rule type
1 parent 84c2294 commit aa75c39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Typesense/CurationSets.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ export interface CurationObjectSchema {
2626
remove_matched_tokens?: boolean;
2727
filter_curated_hits?: boolean;
2828
stop_processing?: boolean;
29+
effective_from_ts?: number;
30+
effective_to_ts?: number;
2931
metadata?: Record<string, unknown>;
3032
}
3133

0 commit comments

Comments
 (0)