Skip to content

Commit

Permalink
Update proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Apr 18, 2024
1 parent df2a3ef commit c5c0ebb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1221,10 +1221,11 @@ message Membership {
bool isAutoRenew = 5;
PaymentMethod paymentMethod = 6;
// can be empty if user did not ask for any name
string requestedAnyName = 7;
string nsName = 7;
anytype.model.NameserviceNameType nsNameType = 8;
// if the email was verified by the user or set during the checkout - it will be here
string userEmail = 8;
bool subscribeToNewsletter = 9;
string userEmail = 9;
bool subscribeToNewsletter = 10;
}

message MembershipTierData {
Expand Down

0 comments on commit c5c0ebb

Please sign in to comment.