Skip to content

Commit 7523cfd

Browse files
feat(frontier): add source field to SearchOrganizationTokensResponse.OrganizationToken (#484)
Expose the source field (e.g. system.starter, system.buy, system.awarded, system.revert, system.overdraft) already stored on billing_transactions. Lets the frontend render friendly event labels and filter by event type. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3b6b44c commit 7523cfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

raystack/frontier/v1beta1/frontier.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ message SearchOrganizationTokensResponse {
584584
string user_avatar = 6;
585585
google.protobuf.Timestamp created_at = 7;
586586
string org_id = 8;
587+
string source = 9;
587588
}
588589

589590
repeated OrganizationToken organization_tokens = 1;

0 commit comments

Comments
 (0)