@artisan-commerce/builders 0.7.0-canary.74 → 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",