@artisan-commerce/builders 0.7.0-canary.42 → 0.7.0-canary.44

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.
@@ -142586,7 +142586,7 @@ const buildUser = (overrides = {}) => {
142586
142586
  active: genBiasBoolean(0.8),
142587
142587
  externalId: genId(),
142588
142588
  gender: chooseRandom(["MALE", "FEMALE"]),
142589
- vendorId: genNumericId(),
142589
+ vendorId: genId(),
142590
142590
  middleName: genName(),
142591
142591
  secondLastname: genName(),
142592
142592
  origin: chooseRandom(["ios", "android", "web"]),