mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Added utility function to normalize BSON ObjectId in query parameters for gRPC methods. - Updated GetOne, GetMany, DeleteOne, DeleteMany, UpdateOne, UpdateMany, ReplaceOne, and UpsertOne methods to utilize the new normalization function. - Introduced new DependencyConfigSetup model instance in base model definitions for improved structure.