@cimplify/sdk 0.45.1 → 0.45.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5746,17 +5746,15 @@ function createLinkService({ clock, ids }) {
5746
5746
  }
5747
5747
 
5748
5748
  // src/mock/seeds/image.ts
5749
- var CIMPLIFY_CDN_BASE_URL = "https://static-tmp.cimplify.io";
5750
- function seedImage(industry, slug, unsplashId, size = 800) {
5751
- {
5752
- return `${CIMPLIFY_CDN_BASE_URL}/seed/${industry}/${slug}.jpg`;
5753
- }
5749
+ var CDN_BASE_URL = "https://static-tmp.cimplify.io";
5750
+ function seedImage(industry, slug) {
5751
+ return `${CDN_BASE_URL}/seed/${industry}/${slug}.jpg`;
5754
5752
  }
5755
5753
 
5756
5754
  // src/mock/seeds/default.ts
5757
5755
  var ISO = "2026-01-01T00:00:00.000Z";
5758
5756
  var BUSINESS_ID = "bus_default_akua_bakery";
5759
- var img = (id) => seedImage("bakery", id);
5757
+ var img = (photoId) => seedImage("bakery", photoId);
5760
5758
  function makeProduct(input, categoryIds) {
5761
5759
  const catId = categoryIds.get(input.category);
5762
5760
  return {
@@ -5813,7 +5811,7 @@ function seedDefault(registry) {
5813
5811
  default_address: "12 Independence Ave, Accra",
5814
5812
  default_offers_table_service: true,
5815
5813
  default_accepts_online_orders: true,
5816
- image: img("1568254183919-78a4f43a2877"),
5814
+ image: img("business-hero"),
5817
5815
  status: "active",
5818
5816
  created_at: ISO,
5819
5817
  updated_at: ISO,
@@ -5868,8 +5866,8 @@ function seedDefault(registry) {
5868
5866
  price: "25.00",
5869
5867
  description: "24-hour fermented country loaf with our heritage starter \u2014 open crumb, blistered crust, naturally tangy. Baked fresh every morning.",
5870
5868
  category: "breads",
5871
- imageUrl: img("1509440159596-0249088772ff"),
5872
- images: [img("1509440159596-0249088772ff"), img("1486887396153-fa416526c108")],
5869
+ imageUrl: img("sourdough-loaf"),
5870
+ images: [img("sourdough-loaf"), img("whole-wheat")],
5873
5871
  tags: ["bread", "vegan", "signature"],
5874
5872
  isSignature: true,
5875
5873
  ingredients: ["Wheat flour", "Sourdough starter", "Sea salt", "Filtered water"],
@@ -5884,7 +5882,7 @@ function seedDefault(registry) {
5884
5882
  price: "20.00",
5885
5883
  description: "Hearty 100% whole wheat with sunflower, sesame, and pumpkin seeds. Slow-fermented for a soft crumb and nutty depth.",
5886
5884
  category: "breads",
5887
- imageUrl: img("1486887396153-fa416526c108"),
5885
+ imageUrl: img("whole-wheat"),
5888
5886
  tags: ["bread", "vegan", "high-fibre"],
5889
5887
  ingredients: ["Whole wheat flour", "Sunflower seeds", "Sesame", "Pumpkin seeds"],
5890
5888
  allergies: ["wheat", "gluten", "sesame"],
@@ -5897,7 +5895,7 @@ function seedDefault(registry) {
5897
5895
  price: "15.00",
5898
5896
  description: "Crackling crust, airy crumb. Best eaten warm, within an hour of baking.",
5899
5897
  category: "breads",
5900
- imageUrl: img("1568471173242-461f0a730452"),
5898
+ imageUrl: img("baguette"),
5901
5899
  tags: ["bread", "vegan"],
5902
5900
  ingredients: ["Wheat flour", "Yeast", "Sea salt", "Water"],
5903
5901
  allergies: ["wheat", "gluten"],
@@ -5910,7 +5908,7 @@ function seedDefault(registry) {
5910
5908
  price: "30.00",
5911
5909
  description: "High-hydration focaccia drenched in olive oil, scattered with sea salt and fresh rosemary. Sold whole or by the slab.",
5912
5910
  category: "breads",
5913
- imageUrl: img("1571167530149-c1105da4c2c7"),
5911
+ imageUrl: img("focaccia"),
5914
5912
  tags: ["bread", "vegetarian"],
5915
5913
  ingredients: ["00 flour", "Olive oil", "Rosemary", "Maldon salt"],
5916
5914
  pairings: ["Burrata", "Prosciutto", "Caponata"],
@@ -5924,7 +5922,7 @@ function seedDefault(registry) {
5924
5922
  price: "18.00",
5925
5923
  description: "Caramelised brown butter, three over-ripe bananas, walnuts, finished with a salted maple glaze.",
5926
5924
  category: "breads",
5927
- imageUrl: img("1632931057819-4eefffa8e007"),
5925
+ imageUrl: img("banana-bread"),
5928
5926
  tags: ["sweet", "comfort"],
5929
5927
  ingredients: ["Bananas", "Brown butter", "Walnuts", "Maple syrup"],
5930
5928
  allergies: ["wheat", "gluten", "dairy", "nuts", "eggs"],
@@ -5939,8 +5937,8 @@ function seedDefault(registry) {
5939
5937
  price: "12.00",
5940
5938
  description: "27 layers of laminated dough wrapped around French butter. Crisp, shattering crust and a tender honeycomb interior.",
5941
5939
  category: "pastries",
5942
- imageUrl: img("1555507036-ab1f4038808a"),
5943
- images: [img("1555507036-ab1f4038808a"), img("1530610476181-d83430b64dcd")],
5940
+ imageUrl: img("croissant"),
5941
+ images: [img("croissant"), img("pain-au-chocolat")],
5944
5942
  tags: ["pastry", "vegetarian", "signature"],
5945
5943
  isSignature: true,
5946
5944
  ingredients: ["French butter", "Wheat flour", "Milk", "Eggs"],
@@ -5954,7 +5952,7 @@ function seedDefault(registry) {
5954
5952
  price: "14.00",
5955
5953
  description: "Our croissant dough wrapped around two batons of 70% Valrhona dark chocolate.",
5956
5954
  category: "pastries",
5957
- imageUrl: img("1530610476181-d83430b64dcd"),
5955
+ imageUrl: img("pain-au-chocolat"),
5958
5956
  tags: ["pastry", "chocolate"],
5959
5957
  ingredients: ["Croissant dough", "Valrhona chocolate"],
5960
5958
  allergies: ["wheat", "gluten", "dairy", "eggs"],
@@ -5967,7 +5965,7 @@ function seedDefault(registry) {
5967
5965
  price: "16.00",
5968
5966
  description: "Flaky pastry filled with almond cream, dusted with toasted slivers and powdered sugar.",
5969
5967
  category: "pastries",
5970
- imageUrl: img("1517433367423-c7e5b0f35086"),
5968
+ imageUrl: img("almond-danish"),
5971
5969
  tags: ["pastry", "nuts"],
5972
5970
  ingredients: ["Pastry dough", "Almond cream", "Toasted almonds"],
5973
5971
  allergies: ["wheat", "gluten", "dairy", "eggs", "nuts"],
@@ -5980,7 +5978,7 @@ function seedDefault(registry) {
5980
5978
  price: "13.00",
5981
5979
  description: "Soft enriched dough swirled with butter and Ceylon cinnamon, finished with cream-cheese glaze.",
5982
5980
  category: "pastries",
5983
- imageUrl: img("1607920591413-4ec007e70023"),
5981
+ imageUrl: img("cinnamon-roll"),
5984
5982
  tags: ["pastry", "comfort"],
5985
5983
  ingredients: ["Enriched dough", "Cinnamon", "Brown sugar", "Cream cheese"],
5986
5984
  allergies: ["wheat", "gluten", "dairy", "eggs"],
@@ -5993,7 +5991,7 @@ function seedDefault(registry) {
5993
5991
  price: "12.00",
5994
5992
  description: "Dark, dense, fudgy brownie with a glossy shell. Chocolate four ways. Best slightly warm.",
5995
5993
  category: "pastries",
5996
- imageUrl: img("1606313564200-e75d5e30476c"),
5994
+ imageUrl: img("brownie"),
5997
5995
  tags: ["chocolate", "vegetarian"],
5998
5996
  ingredients: ["Dark chocolate", "Cocoa", "Brown butter", "Eggs"],
5999
5997
  allergies: ["wheat", "gluten", "dairy", "eggs"],
@@ -6006,7 +6004,7 @@ function seedDefault(registry) {
6006
6004
  price: "60.00",
6007
6005
  description: "Six French macarons \u2014 pistachio, raspberry, salted caramel, espresso, vanilla bean, and dark chocolate ganache.",
6008
6006
  category: "pastries",
6009
- imageUrl: img("1558326567-98ae2405596b"),
6007
+ imageUrl: img("macaron-box"),
6010
6008
  tags: ["pastry", "gift", "premium"],
6011
6009
  ingredients: ["Almond flour", "Egg whites", "Sugar", "Various fillings"],
6012
6010
  allergies: ["nuts", "eggs", "dairy"],
@@ -6020,7 +6018,7 @@ function seedDefault(registry) {
6020
6018
  price: "22.00",
6021
6019
  description: "Three layers of dark chocolate sponge with chocolate ganache and cr\xE8me p\xE2tissi\xE8re, finished with a mirror glaze. (Slice)",
6022
6020
  category: "cakes",
6023
- imageUrl: img("1565958011703-44f9829ba187"),
6021
+ imageUrl: img("chocolate-cake"),
6024
6022
  tags: ["cake", "chocolate", "signature"],
6025
6023
  isSignature: true,
6026
6024
  ingredients: ["Dark chocolate", "Cr\xE8me p\xE2tissi\xE8re", "Cocoa", "Eggs"],
@@ -6035,7 +6033,7 @@ function seedDefault(registry) {
6035
6033
  price: "22.00",
6036
6034
  description: "Classic red velvet with cream cheese frosting and white chocolate shavings.",
6037
6035
  category: "cakes",
6038
- imageUrl: img("1586788680434-30d324b2d46f"),
6036
+ imageUrl: img("red-velvet"),
6039
6037
  tags: ["cake"],
6040
6038
  ingredients: ["Buttermilk", "Cocoa", "Cream cheese", "Beetroot"],
6041
6039
  allergies: ["wheat", "gluten", "dairy", "eggs"],
@@ -6048,7 +6046,7 @@ function seedDefault(registry) {
6048
6046
  price: "20.00",
6049
6047
  description: "Spiced carrot cake with toasted walnuts, golden raisins, and cream-cheese frosting.",
6050
6048
  category: "cakes",
6051
- imageUrl: img("1568827999250-3f6afff96e66"),
6049
+ imageUrl: img("carrot-cake"),
6052
6050
  tags: ["cake", "spiced"],
6053
6051
  ingredients: ["Carrot", "Walnuts", "Cinnamon", "Cream cheese"],
6054
6052
  allergies: ["wheat", "gluten", "dairy", "eggs", "nuts"],
@@ -6061,7 +6059,7 @@ function seedDefault(registry) {
6061
6059
  price: "24.00",
6062
6060
  description: "Dense, creamy New York cheesecake on a butter graham crust. Topped with seasonal berry compote.",
6063
6061
  category: "cakes",
6064
- imageUrl: img("1567306226416-28f0efdc88ce"),
6062
+ imageUrl: img("cheesecake"),
6065
6063
  tags: ["cake", "premium"],
6066
6064
  ingredients: ["Cream cheese", "Sour cream", "Graham crust", "Vanilla"],
6067
6065
  allergies: ["wheat", "gluten", "dairy", "eggs"],
@@ -6074,8 +6072,8 @@ function seedDefault(registry) {
6074
6072
  price: "250.00",
6075
6073
  description: "Made-to-order three-tier cake. Choose size, flavour, and frosting. 48-hour notice required for personalisation.",
6076
6074
  category: "cakes",
6077
- imageUrl: img("1535254973040-607b474cb50d"),
6078
- images: [img("1535254973040-607b474cb50d"), img("1565958011703-44f9829ba187")],
6075
+ imageUrl: img("birthday-cake"),
6076
+ images: [img("birthday-cake"), img("chocolate-cake")],
6079
6077
  tags: ["cake", "made-to-order", "premium"],
6080
6078
  ingredients: ["Sponge cake", "Buttercream", "Custom decoration"],
6081
6079
  allergies: ["wheat", "gluten", "dairy", "eggs"],
@@ -6089,7 +6087,7 @@ function seedDefault(registry) {
6089
6087
  price: "10.00",
6090
6088
  description: "Locally roasted Arabica from Volta Region. Notes of cocoa, dark fruit, and brown sugar.",
6091
6089
  category: "drinks",
6092
- imageUrl: img("1495474472287-4d71bcdd2085"),
6090
+ imageUrl: img("coffee"),
6093
6091
  tags: ["drink", "coffee", "vegan"],
6094
6092
  ingredients: ["Single-origin Arabica beans"],
6095
6093
  pairings: ["Croissant", "Brownie"],
@@ -6102,7 +6100,7 @@ function seedDefault(registry) {
6102
6100
  price: "8.00",
6103
6101
  description: "Choice of English breakfast, Earl Grey, green sencha, or chamomile.",
6104
6102
  category: "drinks",
6105
- imageUrl: img("1576092768241-dec231879fc3"),
6103
+ imageUrl: img("tea"),
6106
6104
  tags: ["drink", "tea", "vegan"],
6107
6105
  calories: 0
6108
6106
  },
@@ -6113,7 +6111,7 @@ function seedDefault(registry) {
6113
6111
  price: "12.00",
6114
6112
  description: "Iced hibiscus tea with ginger, pineapple peel, and a hint of clove. Tart, refreshing, lightly sweet.",
6115
6113
  category: "drinks",
6116
- imageUrl: img("1556679343-c7306c1976bc"),
6114
+ imageUrl: img("sobolo"),
6117
6115
  tags: ["drink", "vegan", "ghana"],
6118
6116
  isSignature: true,
6119
6117
  ingredients: ["Hibiscus", "Ginger", "Pineapple", "Clove"],
@@ -6126,7 +6124,7 @@ function seedDefault(registry) {
6126
6124
  price: "15.00",
6127
6125
  description: "Hand-pressed at sunrise from Ghanaian Valencia oranges. No sugar, no concentrate.",
6128
6126
  category: "drinks",
6129
- imageUrl: img("1622597467836-f3285f2131b8"),
6127
+ imageUrl: img("orange-juice"),
6130
6128
  tags: ["drink", "vegan"],
6131
6129
  calories: 110
6132
6130
  },
@@ -6138,8 +6136,8 @@ function seedDefault(registry) {
6138
6136
  price: "30.00",
6139
6137
  description: "A buttery croissant, a single-origin coffee, and a fresh-pressed orange juice. Everything you need to start the day. Save GH\u20B57 vs buying separately.",
6140
6138
  category: "boxes",
6141
- imageUrl: img("1533089860892-a7c6f0a88666"),
6142
- images: [img("1533089860892-a7c6f0a88666"), img("1495474472287-4d71bcdd2085")],
6139
+ imageUrl: img("breakfast-box"),
6140
+ images: [img("breakfast-box"), img("coffee")],
6143
6141
  tags: ["bundle", "breakfast"],
6144
6142
  productType: "bundle"
6145
6143
  },
@@ -6150,7 +6148,7 @@ function seedDefault(registry) {
6150
6148
  price: "60.00",
6151
6149
  description: "Pick 6 to 12 of our pastries \u2014 mix and match. Freshly boxed for sharing.",
6152
6150
  category: "boxes",
6153
- imageUrl: img("1486427944299-d1955d23e34d"),
6151
+ imageUrl: img("pastry-box"),
6154
6152
  tags: ["composite", "build-your-own", "gift"],
6155
6153
  productType: "composite"
6156
6154
  },
@@ -6162,7 +6160,7 @@ function seedDefault(registry) {
6162
6160
  price: "85.00",
6163
6161
  description: "Heavy-weight cotton-canvas apron with leather neck strap, embroidered logo, and two front pockets. Made in Accra.",
6164
6162
  category: "merch",
6165
- imageUrl: img("1556905055-8f358a7a47b2"),
6163
+ imageUrl: img("apron"),
6166
6164
  tags: ["merch", "physical"],
6167
6165
  renderHint: "physical"
6168
6166
  },
@@ -6173,7 +6171,7 @@ function seedDefault(registry) {
6173
6171
  price: "35.00",
6174
6172
  description: "12oz natural canvas tote, screen-printed with our wheat-stalk crest. Roomy enough for two loaves.",
6175
6173
  category: "merch",
6176
- imageUrl: img("1591561954557-26941169b49e"),
6174
+ imageUrl: img("tote-bag"),
6177
6175
  tags: ["merch", "physical", "gift"],
6178
6176
  renderHint: "physical",
6179
6177
  isNew: true
@@ -6186,7 +6184,7 @@ function seedDefault(registry) {
6186
6184
  price: "320.00",
6187
6185
  description: "Stone-milled heritage wheat flour, the same we use in our country sourdough. Tiered pricing for caf\xE9s, restaurants, and home-baking co-ops.",
6188
6186
  category: "merch",
6189
- imageUrl: img("1568254183919-78a4f43a2877"),
6187
+ imageUrl: img("flour-25kg"),
6190
6188
  tags: ["wholesale", "physical", "trade"],
6191
6189
  renderHint: "physical",
6192
6190
  quantityPricing: [
@@ -6204,7 +6202,7 @@ function seedDefault(registry) {
6204
6202
  price: "45.00",
6205
6203
  description: "PDF + EPUB walkthrough of our sourdough programme \u2014 starter, levain, autolyse, bulk fermentation, shaping, scoring. Lifetime updates.",
6206
6204
  category: "merch",
6207
- imageUrl: img("1543002588-bfa74002ed7e"),
6205
+ imageUrl: img("sourdough-ebook"),
6208
6206
  tags: ["digital", "download"],
6209
6207
  productType: "digital",
6210
6208
  digitalProductType: "download"
@@ -6216,7 +6214,7 @@ function seedDefault(registry) {
6216
6214
  price: "100.00",
6217
6215
  description: "Send instantly. Redeemable in-store and online toward any product. Choose any amount from GH\u20B550 upward.",
6218
6216
  category: "merch",
6219
- imageUrl: img("1556905055-8f358a7a47b2"),
6217
+ imageUrl: img("gift-card"),
6220
6218
  tags: ["digital", "gift"],
6221
6219
  productType: "digital",
6222
6220
  digitalProductType: "gift_code",
@@ -6230,7 +6228,7 @@ function seedDefault(registry) {
6230
6228
  price: "320.00",
6231
6229
  description: "Two-hour hands-on class: shape your own boule, score it, and take home a baked loaf and a starter jar. Held Saturdays, 10am\u201312pm.",
6232
6230
  category: "classes",
6233
- imageUrl: img("1517686469429-8bdb88b9f907"),
6231
+ imageUrl: img("baking-class"),
6234
6232
  tags: ["class", "service", "hands-on"],
6235
6233
  productType: "service",
6236
6234
  durationMinutes: 120
@@ -6242,7 +6240,7 @@ function seedDefault(registry) {
6242
6240
  price: "480.00",
6243
6241
  description: "Three-hour deep-dive on laminated dough. We cover croissants, danishes, kouign-amann. Aprons supplied; pastries to take home.",
6244
6242
  category: "classes",
6245
- imageUrl: img("1517433367423-c7e5b0f35086"),
6243
+ imageUrl: img("pastry-workshop"),
6246
6244
  tags: ["class", "service", "advanced"],
6247
6245
  productType: "service",
6248
6246
  durationMinutes: 180,
@@ -6256,7 +6254,7 @@ function seedDefault(registry) {
6256
6254
  price: "180.00",
6257
6255
  description: "Rent our commercial bakery after hours. Deck oven, retarder-proofer, mixers, scales \u2014 bring your team or shoot your content. Hourly.",
6258
6256
  category: "classes",
6259
- imageUrl: img("1606755962773-d324e0a13086"),
6257
+ imageUrl: img("kitchen-rental"),
6260
6258
  tags: ["rental", "service", "commercial"],
6261
6259
  productType: "service",
6262
6260
  durationUnit: "hours"
@@ -6269,7 +6267,7 @@ function seedDefault(registry) {
6269
6267
  price: "650.00",
6270
6268
  description: "One-bedroom loft above the bakery. Wakes up to fresh croissants, ends with a private dinner. Ghana Tourism-licensed. Per night.",
6271
6269
  category: "classes",
6272
- imageUrl: img("1564013799919-ab600027ffc6"),
6270
+ imageUrl: img("loft-stay"),
6273
6271
  tags: ["stay", "service", "premium"],
6274
6272
  productType: "service",
6275
6273
  durationUnit: "nights"
@@ -6282,7 +6280,7 @@ function seedDefault(registry) {
6282
6280
  price: "0.00",
6283
6281
  description: "A fresh loaf delivered to your door every week. Pause or skip any time. Choose monthly or quarterly billing for a discount.",
6284
6282
  category: "classes",
6285
- imageUrl: img("1509440159596-0249088772ff"),
6283
+ imageUrl: img("loaf-subscription"),
6286
6284
  tags: ["subscription", "service", "delivery"],
6287
6285
  productType: "service",
6288
6286
  billingPlans: [
@@ -7110,31 +7108,7 @@ function seedReesa(registry) {
7110
7108
 
7111
7109
  // src/mock/seeds/restaurant.ts
7112
7110
  var ISO4 = "2026-01-01T00:00:00.000Z";
7113
- var PHOTO = {
7114
- "business-hero": "1414235077428-338989a2e8c0",
7115
- kelewele: "1599487488170-d11ec9c172f0",
7116
- "spring-rolls": "1559339352-11d035aa65de",
7117
- "soup-of-the-day": "1547592180-85f173990554",
7118
- "jollof-rice": "1546069901-d5bfd2cbfb1f",
7119
- "banku-tilapia": "1485921325833-c519f76c4927",
7120
- "fufu-light-soup": "1602253057119-44d745d9b860",
7121
- waakye: "1565299624946-b28f40a0ae38",
7122
- "grilled-chicken": "1598103442097-8b74394b95c6",
7123
- burger: "1568901346375-23c9450c58cd",
7124
- "yam-fries": "1576107232684-1279f390859f",
7125
- "fried-plantain": "1493770348161-369560ae357d",
7126
- salad: "1512621776951-a57141f2eefd",
7127
- "ice-cream": "1488900128323-21503983a07e",
7128
- "cake-slice": "1565958011703-44f9829ba187",
7129
- "fruit-bowl": "1490474418585-ba9bad8fd0ea",
7130
- "soft-drink": "1581636625402-29b2a704ef13",
7131
- sobolo: "1556679343-c7306c1976bc",
7132
- "fresh-juice": "1610970881699-44a5587cabec",
7133
- water: "1564325724739-bae0bd08762c",
7134
- feast: "1559847844-5315695dadae",
7135
- byo: "1551782450-a2132b4ba21d"
7136
- };
7137
- var photoFor = (slug) => seedImage("restaurant", slug, PHOTO[slug] ?? "1414235077428-338989a2e8c0");
7111
+ var photoFor = (slug) => seedImage("restaurant", slug);
7138
7112
  function seedRestaurant(registry) {
7139
7113
  const businessId = "bus_mamas_kitchen";
7140
7114
  const business = {
@@ -8067,29 +8041,7 @@ function seedRetail(registry) {
8067
8041
 
8068
8042
  // src/mock/seeds/services.ts
8069
8043
  var ISO6 = "2026-01-01T00:00:00.000Z";
8070
- var PHOTO3 = {
8071
- "business-hero": "1540555700478-4be289fbecef",
8072
- "swedish-massage-60": "1544161515-4ab6ce6db874",
8073
- "swedish-massage-90": "1519823551278-64ac92734fb1",
8074
- "deep-tissue-60": "1571019613454-1cb2f99b2d8b",
8075
- "couples-massage": "1591343395082-e120087004b4",
8076
- "hot-stone-90": "1620733723572-11c53f73a416",
8077
- "facial-classic": "1487412947147-5cebf100ffc2",
8078
- "facial-anti-aging": "1487412947147-5cebf100ffc2",
8079
- "facial-acne": "1556228720-195a672e8a03",
8080
- manicure: "1604654894610-df63bc536371",
8081
- pedicure: "1519415943484-9fa1873496d4",
8082
- "gel-manicure": "1607779097040-26e80aa78e66",
8083
- haircut: "1622286342621-4bd786c2447c",
8084
- "hair-treatment": "1633681926022-84c23e8cb2d6",
8085
- color: "1560066984-138dadb4c035",
8086
- "yoga-session": "1545205597-3d9d02c29597",
8087
- meditation: "1506126613408-eca07ce68773",
8088
- "spa-day": "1571019613454-1cb2f99b2d8b",
8089
- couples: "1591343395082-e120087004b4",
8090
- custom: "1540555700478-4be289fbecef"
8091
- };
8092
- var photoFor3 = (slug) => seedImage("services", slug, PHOTO3[slug] ?? "1540555700478-4be289fbecef");
8044
+ var photoFor3 = (slug) => seedImage("services", slug);
8093
8045
  function seedServices(registry) {
8094
8046
  const businessId = "bus_serene_spa";
8095
8047
  const business = {
@@ -8469,35 +8421,7 @@ function seedServices(registry) {
8469
8421
 
8470
8422
  // src/mock/seeds/grocery.ts
8471
8423
  var ISO7 = "2026-01-01T00:00:00.000Z";
8472
- var PHOTO4 = {
8473
- "business-hero": "1542838132-92c53300491e",
8474
- "tomatoes-1kg": "1592924357228-91a4daadcfea",
8475
- "onions-1kg": "1620574387735-3624d75b2dbc",
8476
- "ginger-200g": "1594631252845-29fc4cc8cde9",
8477
- "bananas-bunch": "1571771019784-3ff35f4f4277",
8478
- pineapple: "1550258987-190a2d41a8ba",
8479
- "spinach-bunch": "1576045057995-568f588f82fb",
8480
- "milk-1l": "1563636619-e9143da7973b",
8481
- "yogurt-500g": "1488477181946-6428a0291777",
8482
- "eggs-12": "1582722872445-44dc5f7e3c8f",
8483
- "cheese-200g": "1486297678162-eb2a19b0a32d",
8484
- "chicken-1kg": "1604503468506-a8da13d82791",
8485
- "beef-mince-500g": "1607623814075-e51df1bdc82f",
8486
- "tilapia-each": "1535473895227-bdecb20fb157",
8487
- "rice-5kg": "1586201375761-83865001e31c",
8488
- "garri-2kg": "1582284540020-8acbe03f4924",
8489
- "palm-oil-1l": "1611078489935-0cb964de46d6",
8490
- "vegetable-oil-1l": "1474979266404-7eaacbcd87c5",
8491
- "salt-1kg": "1607301406259-dfb186e15de8",
8492
- "sugar-1kg": "1610725664285-7c57e6eeac3f",
8493
- "tomato-paste": "1561136594-7f68413baa99",
8494
- "soap-bar": "1600857062241-98e5dba7f214",
8495
- "detergent-1kg": "1582735689369-4fe89db7114c",
8496
- "tissue-pack": "1583947215259-38e31be8751f",
8497
- "trash-bags": "1605600659908-0ef719419d41",
8498
- essentials: "1542838132-92c53300491e"
8499
- };
8500
- var photoFor4 = (slug) => seedImage("grocery", slug, PHOTO4[slug] ?? "1542838132-92c53300491e");
8424
+ var photoFor4 = (slug) => seedImage("grocery", slug);
8501
8425
  function seedGrocery(registry) {
8502
8426
  const businessId = "bus_freshmart";
8503
8427
  const business = {
@@ -8760,23 +8684,7 @@ function seedGrocery(registry) {
8760
8684
 
8761
8685
  // src/mock/seeds/fashion.ts
8762
8686
  var ISO8 = "2026-01-01T00:00:00.000Z";
8763
- var PHOTO5 = {
8764
- "heavyweight-hoodie-charcoal": "1556905055-8f358a7a47b2",
8765
- "heavyweight-hoodie-cream": "1576566588028-4147f3842f27",
8766
- "heavyweight-hoodie-cobalt": "1542838686-37da4a9fd1b3",
8767
- "studio-tee-black": "1521572163474-6864f9cf17ab",
8768
- "studio-tee-natural": "1485518882345-15568b007407",
8769
- "graphic-tee-frx-mark": "1521223890158-f9f7c3d5d504",
8770
- "carbon-bomber": "1591047139829-d91aecb6caea",
8771
- "field-jacket-olive": "1564859228273-274232fdb516",
8772
- "wide-leg-trouser": "1542272604-787c3835535d",
8773
- "track-pant-charcoal": "1604176354204-9268737828e4",
8774
- "studio-cap": "1620799140408-edc6dcb6d633",
8775
- "tote-natural": "1591195853828-11db59a44f6b",
8776
- "knit-beanie": "1542838132-92c53300491e",
8777
- "studio-sock-3pack": "1602810318383-e386cc2a3ccf"
8778
- };
8779
- var photoFor5 = (slug) => seedImage("fashion", slug, PHOTO5[slug] ?? "1556905055-8f358a7a47b2", 900);
8687
+ var photoFor5 = (slug) => seedImage("fashion", slug);
8780
8688
  var SIZES = ["XS", "S", "M", "L", "XL", "2XL"];
8781
8689
  function seedFashion(registry) {
8782
8690
  const businessId = "bus_studio_frx";