feat(SW-285): ship support for dynamic content
This commit is contained in:
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"levels": [
|
||||
{
|
||||
"level": 1,
|
||||
"name": "New Friend",
|
||||
"requiredPoints": 0,
|
||||
"requiredNights": 0,
|
||||
"benefits": [
|
||||
{
|
||||
"title": "Friendly room rates"
|
||||
},
|
||||
{
|
||||
"title": "10% off on food on weekends"
|
||||
},
|
||||
{
|
||||
"title": "Free kids mocktail during stay"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"level": 2,
|
||||
"name": "Good Friend",
|
||||
"requiredPoints": 5000,
|
||||
"requiredNights": 0,
|
||||
"benefits": [
|
||||
{
|
||||
"title": "15% on food on weekends"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"level": 3,
|
||||
"name": "Close Friend",
|
||||
"requiredPoints": 10000,
|
||||
"requiredNights": 0,
|
||||
"benefits": [
|
||||
{
|
||||
"title": "Late checkout - 1 hour when available"
|
||||
},
|
||||
{
|
||||
"title": "5 EUR voucher"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"level": 4,
|
||||
"name": "Dear Friend",
|
||||
"requiredPoints": 25000,
|
||||
"requiredNights": 0,
|
||||
"benefits": [
|
||||
{
|
||||
"title": "25% earn rate"
|
||||
},
|
||||
{
|
||||
"title": "Early check-in - 1 hour when available"
|
||||
},
|
||||
{
|
||||
"title": "7.50 EUR voucher"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"level": 5,
|
||||
"name": "Loyal Friend",
|
||||
"requiredPoints": 100000,
|
||||
"requiredNights": 0,
|
||||
"benefits": [
|
||||
{
|
||||
"title": "Free room upgrade when available"
|
||||
},
|
||||
{
|
||||
"title": "10 EUR voucher"
|
||||
},
|
||||
{
|
||||
"title": "2-for-1 breakfast"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"level": 6,
|
||||
"name": "True Friend",
|
||||
"requiredPoints": 250000,
|
||||
"requiredNights": 0,
|
||||
"benefits": [
|
||||
{
|
||||
"title": "50% earn rate"
|
||||
},
|
||||
{
|
||||
"title": "15 EUR voucher"
|
||||
},
|
||||
{
|
||||
"title": "48h room guarantee"
|
||||
},
|
||||
{
|
||||
"title": "Always free breakfast"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"level": 7,
|
||||
"name": "Best Friend",
|
||||
"requiredPoints": 400000,
|
||||
"requiredNights": 100,
|
||||
"benefits": [
|
||||
{
|
||||
"title": "20 EUR voucher"
|
||||
},
|
||||
{
|
||||
"title": "Yearly exclusive gift"
|
||||
},
|
||||
{
|
||||
"title": "Kid's boost"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user