Skip to content

Commit 4a3d04b

Browse files
update response schema
1 parent e8d3f54 commit 4a3d04b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

raystack/frontier/v1beta1/admin.proto

+8-7
Original file line numberDiff line numberDiff line change
@@ -1285,13 +1285,14 @@ message SearchOrganizationTokensRequest {
12851285

12861286
message SearchOrganizationTokensResponse {
12871287
message OrganizationToken {
1288-
string id = 1;
1289-
int64 amount = 2;
1290-
string currency = 3;
1291-
string state = 4;
1292-
string invoice_link = 5;
1293-
google.protobuf.Timestamp billed_on = 6;
1294-
string org_id = 7;
1288+
int64 amount = 1;
1289+
string type = 2;
1290+
string description = 3;
1291+
string user_id = 4;
1292+
string user_title = 5;
1293+
string user_avatar = 6;
1294+
google.protobuf.Timestamp created_at =7;
1295+
string org_id = 8;
12951296
}
12961297

12971298
repeated OrganizationToken organization_tokens = 1;

0 commit comments

Comments
 (0)