update seeder

This commit is contained in:
2025-12-15 15:25:25 +03:30
parent a09fa468f2
commit 048adb5997
5 changed files with 261 additions and 1 deletions
+29
View File
@@ -79,4 +79,33 @@ export const restaurantsData: RestaurantData[] = [
referrerScore: '10000',
},
},
{
name: 'هنر',
slug: 'honar',
domain: 'https://dmenu-plus-front.dev.danakcorp.com/honar',
isActive: true,
phone: '09184317567',
serviceArea: {
type: 'Polygon',
coordinates: [
[
[51.389, 35.6892],
[51.39, 35.6892],
[51.39, 35.6902],
[51.389, 35.6902],
[51.389, 35.6892],
],
],
},
score: {
purchaseAmount: '10000',
purchaseScore: '10000',
scoreAmount: '10000',
scoreCredit: '10000',
birthdayScore: '10000',
registerScore: '10000',
marriageDateScore: '10000',
referrerScore: '10000',
},
},
];