diff --git a/pkg/filter/filter.go b/filter/filter.go
similarity index 100%
rename from pkg/filter/filter.go
rename to filter/filter.go
diff --git a/pkg/filter/filter_test.go b/filter/filter_test.go
similarity index 100%
rename from pkg/filter/filter_test.go
rename to filter/filter_test.go
diff --git a/pkg/delivery/transport/grpc/protobuf_type_converters.microgen.go b/pkg/delivery/transport/grpc/protobuf_type_converters.microgen.go
index 7067dc51722117ddc00dd6208de6da9bd8a8e9bd..143bd257a5946b89bfeb3fb2dc95959d14b1c17b 100644
--- a/pkg/delivery/transport/grpc/protobuf_type_converters.microgen.go
+++ b/pkg/delivery/transport/grpc/protobuf_type_converters.microgen.go
@@ -7,9 +7,9 @@ package transportgrpc
 import (
 	"fmt"
 
+	"git.perx.ru/perxis/perxis-go/filter"
 	collections "git.perx.ru/perxis/perxis-go/pkg/collections"
 	environments "git.perx.ru/perxis/perxis-go/pkg/environments"
-	"git.perx.ru/perxis/perxis-go/pkg/filter"
 	items "git.perx.ru/perxis/perxis-go/pkg/items"
 	locales "git.perx.ru/perxis/perxis-go/pkg/locales"
 	services "git.perx.ru/perxis/perxis-go/pkg/options"
diff --git a/pkg/items/service.go b/pkg/items/service.go
index 1f4f2867ebfc78ef5bc32bc68c4cd9371acd84bb..bff5eece2137c741ee2b16c08caaa16391b26835 100644
--- a/pkg/items/service.go
+++ b/pkg/items/service.go
@@ -4,8 +4,8 @@ import (
 	"context"
 	"regexp"
 
+	"git.perx.ru/perxis/perxis-go/filter"
 	"git.perx.ru/perxis/perxis-go/pkg/errors"
-	"git.perx.ru/perxis/perxis-go/pkg/filter"
 	"git.perx.ru/perxis/perxis-go/pkg/schema"
 	"git.perx.ru/perxis/perxis-go/pkg/schema/field"
 )
diff --git a/pkg/items/transport/grpc/protobuf_type_converters.microgen.go b/pkg/items/transport/grpc/protobuf_type_converters.microgen.go
index 1aba486580e9f94882b29d254b1fffab39c8270c..a2d8bda012089f714dec0256b9f2bd8f60aefa2a 100644
--- a/pkg/items/transport/grpc/protobuf_type_converters.microgen.go
+++ b/pkg/items/transport/grpc/protobuf_type_converters.microgen.go
@@ -7,8 +7,8 @@ package transportgrpc
 import (
 	"fmt"
 
+	"git.perx.ru/perxis/perxis-go/filter"
 	"git.perx.ru/perxis/perxis-go/pkg/errors"
-	"git.perx.ru/perxis/perxis-go/pkg/filter"
 	service "git.perx.ru/perxis/perxis-go/pkg/items"
 	"git.perx.ru/perxis/perxis-go/pkg/options"
 	"git.perx.ru/perxis/perxis-go/pkg/schema"