@artisan-commerce/builders 0.7.0-canary.73 → 0.7.0-canary.78

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.
@@ -1308,7 +1308,9 @@
1308
1308
  email: `${genWord()}@${genWord()}.com`,
1309
1309
  gender: chooseRandom(["MALE", "FEMALE", "NOT_SPECIFIED"]),
1310
1310
  id: `${genNumericId()}`,
1311
- metadata: {},
1311
+ metadata: {
1312
+ coupon_code: genWord(10)
1313
+ },
1312
1314
  registration_date: "2024-11-15T00:00:00+00:00",
1313
1315
  status: "ACTIVE",
1314
1316
  dob: "2010-11-15T00:00:00+00:00",
@@ -1473,7 +1475,8 @@
1473
1475
  brand_id: genId(),
1474
1476
  campaign_id: genId(),
1475
1477
  issued_at: genDate().toString(),
1476
- amount: genNumber(200)
1478
+ amount: genNumber(200),
1479
+ alerts: []
1477
1480
  }, buildWalletTotal()), overrides);
1478
1481
  };
1479
1482
  const buildLoyaltyAccumulation = (override) => {