default offer flag

This commit is contained in:
boufni95 2024-12-06 16:08:12 +00:00
parent 1f5c3041bd
commit eba8ee75e0
5 changed files with 13 additions and 4 deletions

View file

@ -636,6 +636,7 @@ message OfferConfig {
string callback_url = 4;
map<string, OfferDataType> expected_data = 5;
string noffer = 6;
bool default_offer = 7;
}
message UserOffers {