Add SDK support for owner and connector search filters#1869
Add SDK support for owner and connector search filters#1869Uday-sidagana wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
WalkthroughThis PR extends the SearchFilters model in both Python and TypeScript SDKs to include two additional optional filter fields: ChangesSearchFilters Filter Fields Extension
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Added SDK support for owner and connector type search filters.
What changed
ownersto Python and TypeScriptSearchFilters.connector_typesto Python and TypeScriptSearchFilters.Notes
Summary by CodeRabbit
New Features
ownersandconnector_typesfilter options available in both Python and TypeScript SDKs.Documentation
Tests