diff --git a/clients/collaborators/collaborators.pb.go b/clients/collaborators/collaborators.pb.go
index 20bcac468ea9c1ab93371fe16e5c65d076b44216..b8d4021bb762e391a475a727b84902808e94a78a 100644
--- a/clients/collaborators/collaborators.pb.go
+++ b/clients/collaborators/collaborators.pb.go
@@ -7,12 +7,13 @@
 package collaborators
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	reflect "reflect"
+	sync "sync"
+
+	"git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
-	reflect "reflect"
-	sync "sync"
 )
 
 const (
diff --git a/clients/collections/collections.pb.go b/clients/collections/collections.pb.go
index ee5dea6219b0b1a5020e2f3f09b392697f290b97..9585f910f61062d0ef561854cf19a126036d0608 100644
--- a/clients/collections/collections.pb.go
+++ b/clients/collections/collections.pb.go
@@ -7,7 +7,7 @@
 package collections
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/delivery/delivery.pb.go b/clients/delivery/delivery.pb.go
index b7b110008999f00354f71332e6a3d0212f8b45fc..c23eb849b2862ef57ebf07bdbf3eb4065619e1a3 100644
--- a/clients/delivery/delivery.pb.go
+++ b/clients/delivery/delivery.pb.go
@@ -7,10 +7,10 @@
 package delivery
 
 import (
-	collections "git.perx.ru/perxis/perxis-go/proto/collections"
-	environments "git.perx.ru/perxis/perxis-go/proto/environments"
-	items "git.perx.ru/perxis/perxis-go/proto/items"
-	locales "git.perx.ru/perxis/perxis-go/proto/locales"
+	collections "git.perx.ru/perxis/perxis-go/clients/collections"
+	environments "git.perx.ru/perxis/perxis-go/clients/environments"
+	items "git.perx.ru/perxis/perxis-go/clients/items"
+	locales "git.perx.ru/perxis/perxis-go/clients/locales"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	reflect "reflect"
diff --git a/clients/extensions/extension.pb.go b/clients/extensions/extension.pb.go
index 98b92f2e36fc13a4bdfe3f116182d140f0f67523..ef1c9fbca2638c87c4b04758a2fd288c756621e5 100644
--- a/clients/extensions/extension.pb.go
+++ b/clients/extensions/extension.pb.go
@@ -17,7 +17,7 @@
 package extensions
 
 import (
-	references "git.perx.ru/perxis/perxis-go/proto/references"
+	references "git.perx.ru/perxis/perxis-go/clients/references"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	reflect "reflect"
diff --git a/clients/images/images.pb.go b/clients/images/images.pb.go
index 0482b3c9e71edcbe44850f4cf620a577d6985a7d..abeb353cfcc1beab7757a596c17a49779a530d48 100644
--- a/clients/images/images.pb.go
+++ b/clients/images/images.pb.go
@@ -7,7 +7,7 @@
 package images
 
 import (
-	files "git.perx.ru/perxis/perxis-go/proto/files"
+	files "git.perx.ru/perxis/perxis-go/clients/files"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	reflect "reflect"
diff --git a/clients/items/items.pb.go b/clients/items/items.pb.go
index 15cced829b2748724221966b449bac459336a5d8..17c0e1d1b97fe7564ec732a6a76f08834bc5ba90 100644
--- a/clients/items/items.pb.go
+++ b/clients/items/items.pb.go
@@ -15,7 +15,7 @@
 package items
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/members/members.pb.go b/clients/members/members.pb.go
index b8bc2f9357748286ae975ae7af4c9a6f5b01807c..2196539f2641860a84ce5f3f40b3d1a6852c4865 100644
--- a/clients/members/members.pb.go
+++ b/clients/members/members.pb.go
@@ -7,7 +7,7 @@
 package members
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/organizations/organizations.pb.go b/clients/organizations/organizations.pb.go
index 566e5316297938f09c1a4660edfa3fb38fd49de6..3a237d21ed454c1efe0ab55c81381ce1d695133b 100644
--- a/clients/organizations/organizations.pb.go
+++ b/clients/organizations/organizations.pb.go
@@ -7,7 +7,7 @@
 package organizations
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/references/references.pb.go b/clients/references/references.pb.go
index 659281f52f5c962fbb52b3cc3f688b48d7bc74d5..330a74aea184f31bd21da87a23a38c54795f8f39 100644
--- a/clients/references/references.pb.go
+++ b/clients/references/references.pb.go
@@ -7,7 +7,7 @@
 package references
 
 import (
-	items "git.perx.ru/perxis/perxis-go/proto/items"
+	items "git.perx.ru/perxis/perxis-go/clients/items"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	reflect "reflect"
diff --git a/clients/roles/roles.pb.go b/clients/roles/roles.pb.go
index 11b2da19eb88366b1d9fcf76f853b94ccb66f16f..6ac64724e763856c2387f777d3abaadb095739be 100644
--- a/clients/roles/roles.pb.go
+++ b/clients/roles/roles.pb.go
@@ -7,7 +7,7 @@
 package roles
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/users/users.pb.go b/clients/users/users.pb.go
index d595f42f94f01e56b464c5c5d9021f3afb11d414..77871dfcb3818baa4b7cb66706eacac80c8f8934 100644
--- a/clients/users/users.pb.go
+++ b/clients/users/users.pb.go
@@ -7,7 +7,7 @@
 package users
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/versions/account/versions.pb.go b/clients/versions/account/versions.pb.go
index 6c3c1f51a972cbd2c764b5797c054dfd87dfbfd1..8ee455693bc1b304f5272b2b58a4147422578e3d 100644
--- a/clients/versions/account/versions.pb.go
+++ b/clients/versions/account/versions.pb.go
@@ -7,7 +7,7 @@
 package account
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/versions/content/versions.pb.go b/clients/versions/content/versions.pb.go
index d408bc58dd288199b4bd179a8f170f70393ffc5b..ba8a77dcbe3388b545c6edf01ce5240937fb2652 100644
--- a/clients/versions/content/versions.pb.go
+++ b/clients/versions/content/versions.pb.go
@@ -7,7 +7,7 @@
 package content
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"