wishlist and dashboard
This commit is contained in:
@@ -95,6 +95,16 @@ message UpsertSubscriptionDetails {
|
||||
google.protobuf.Any data = 4;
|
||||
}
|
||||
|
||||
enum CartType {
|
||||
REGULAR = 0;
|
||||
WISHLIST = 1;
|
||||
OFFER = 2;
|
||||
}
|
||||
|
||||
message SetCartType {
|
||||
CartType type = 1;
|
||||
}
|
||||
|
||||
message Mutation {
|
||||
oneof type {
|
||||
ClearCartRequest clear_cart = 1;
|
||||
@@ -109,5 +119,7 @@ message Mutation {
|
||||
AddVoucher add_voucher = 20;
|
||||
RemoveVoucher remove_voucher = 21;
|
||||
UpsertSubscriptionDetails upsert_subscription_details = 22;
|
||||
SetCartType set_cart_type = 23;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user