Skip to content

Commit cfb034a

Browse files
committed
fix(frontier): revert removal of HasTrialedRequest.id and unmark as deprecated
1 parent 611f764 commit cfb034a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

raystack/frontier/v1beta1/frontier.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,10 @@ message GetBillingBalanceResponse {
519519
}
520520

521521
message HasTrialedRequest {
522-
reserved 1, 2;
522+
// ID of the billing account to check
523+
string id = 1 [(buf.validate.field).string.uuid = true];
524+
525+
reserved 2;
523526

524527
// ID of the plan to check
525528
string plan_id = 3 [(buf.validate.field).string.min_len = 1];

0 commit comments

Comments
 (0)