Skip to content

Commit 108027c

Browse files
committed
refactor(frontier): move ExportOrganizationsRequest to admin.proto
1 parent 859ba76 commit 108027c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

raystack/frontier/v1beta1/admin.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,8 @@ message SetOrganizationKycRequest {
556556
string link = 3;
557557
}
558558

559+
message ExportOrganizationsRequest {}
560+
559561
message SearchOrganizationsRequest {
560562
RQLRequest query = 1;
561563
}

raystack/frontier/v1beta1/models.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,8 +918,6 @@ message RQLQueryGroupData {
918918
uint32 count = 2;
919919
}
920920

921-
message ExportOrganizationsRequest {}
922-
923921
// Session management
924922

925923
message Session {

0 commit comments

Comments
 (0)