We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d3f54 commit 4a3d04bCopy full SHA for 4a3d04b
raystack/frontier/v1beta1/admin.proto
@@ -1285,13 +1285,14 @@ message SearchOrganizationTokensRequest {
1285
1286
message SearchOrganizationTokensResponse {
1287
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;
+ int64 amount = 1;
+ string type = 2;
+ string description = 3;
+ string user_id = 4;
+ string user_title = 5;
+ string user_avatar = 6;
+ google.protobuf.Timestamp created_at =7;
1295
+ string org_id = 8;
1296
}
1297
1298
repeated OrganizationToken organization_tokens = 1;
0 commit comments