@artisan-commerce/builders 0.7.0-canary.71 → 0.7.0-canary.72

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.
package/dist/bundle.mjs CHANGED
@@ -190,19 +190,19 @@ var common_builder = /*#__PURE__*/Object.freeze({
190
190
  getVEDocumentTypes: getVEDocumentTypes
191
191
  });
192
192
 
193
- var __defProp$i = Object.defineProperty;
194
- var __getOwnPropSymbols$i = Object.getOwnPropertySymbols;
195
- var __hasOwnProp$i = Object.prototype.hasOwnProperty;
196
- var __propIsEnum$i = Object.prototype.propertyIsEnumerable;
197
- var __defNormalProp$i = (obj, key, value) => key in obj ? __defProp$i(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
198
- var __spreadValues$i = (a, b) => {
193
+ var __defProp$j = Object.defineProperty;
194
+ var __getOwnPropSymbols$j = Object.getOwnPropertySymbols;
195
+ var __hasOwnProp$j = Object.prototype.hasOwnProperty;
196
+ var __propIsEnum$j = Object.prototype.propertyIsEnumerable;
197
+ var __defNormalProp$j = (obj, key, value) => key in obj ? __defProp$j(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
198
+ var __spreadValues$j = (a, b) => {
199
199
  for (var prop in b || (b = {}))
200
- if (__hasOwnProp$i.call(b, prop))
201
- __defNormalProp$i(a, prop, b[prop]);
202
- if (__getOwnPropSymbols$i)
203
- for (var prop of __getOwnPropSymbols$i(b)) {
204
- if (__propIsEnum$i.call(b, prop))
205
- __defNormalProp$i(a, prop, b[prop]);
200
+ if (__hasOwnProp$j.call(b, prop))
201
+ __defNormalProp$j(a, prop, b[prop]);
202
+ if (__getOwnPropSymbols$j)
203
+ for (var prop of __getOwnPropSymbols$j(b)) {
204
+ if (__propIsEnum$j.call(b, prop))
205
+ __defNormalProp$j(a, prop, b[prop]);
206
206
  }
207
207
  return a;
208
208
  };
@@ -212,7 +212,7 @@ const genURLImages = (quantity, overrides) => {
212
212
  };
213
213
  const buildCDNImage = (overrides = {}, options) => {
214
214
  const imageName = genWord();
215
- return __spreadValues$i({
215
+ return __spreadValues$j({
216
216
  bucket: null,
217
217
  cloudFrontUrl: genURL(),
218
218
  key: `images/${imageName}.jpg`,
@@ -232,24 +232,24 @@ var image_builder = /*#__PURE__*/Object.freeze({
232
232
  genURLImages: genURLImages
233
233
  });
234
234
 
235
- var __defProp$h = Object.defineProperty;
236
- var __getOwnPropSymbols$h = Object.getOwnPropertySymbols;
237
- var __hasOwnProp$h = Object.prototype.hasOwnProperty;
238
- var __propIsEnum$h = Object.prototype.propertyIsEnumerable;
239
- var __defNormalProp$h = (obj, key, value) => key in obj ? __defProp$h(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
240
- var __spreadValues$h = (a, b) => {
235
+ var __defProp$i = Object.defineProperty;
236
+ var __getOwnPropSymbols$i = Object.getOwnPropertySymbols;
237
+ var __hasOwnProp$i = Object.prototype.hasOwnProperty;
238
+ var __propIsEnum$i = Object.prototype.propertyIsEnumerable;
239
+ var __defNormalProp$i = (obj, key, value) => key in obj ? __defProp$i(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
240
+ var __spreadValues$i = (a, b) => {
241
241
  for (var prop in b || (b = {}))
242
- if (__hasOwnProp$h.call(b, prop))
243
- __defNormalProp$h(a, prop, b[prop]);
244
- if (__getOwnPropSymbols$h)
245
- for (var prop of __getOwnPropSymbols$h(b)) {
246
- if (__propIsEnum$h.call(b, prop))
247
- __defNormalProp$h(a, prop, b[prop]);
242
+ if (__hasOwnProp$i.call(b, prop))
243
+ __defNormalProp$i(a, prop, b[prop]);
244
+ if (__getOwnPropSymbols$i)
245
+ for (var prop of __getOwnPropSymbols$i(b)) {
246
+ if (__propIsEnum$i.call(b, prop))
247
+ __defNormalProp$i(a, prop, b[prop]);
248
248
  }
249
249
  return a;
250
250
  };
251
251
  const buildAccount = (overrides = {}) => {
252
- return __spreadValues$h({
252
+ return __spreadValues$i({
253
253
  accountId: genId(),
254
254
  name: genName(),
255
255
  description: genBiasBoolean(0.5) ? genParagraph() : void 0,
@@ -266,19 +266,19 @@ var account_builder = /*#__PURE__*/Object.freeze({
266
266
  genAccounts: genAccounts
267
267
  });
268
268
 
269
- var __defProp$g = Object.defineProperty;
270
- var __getOwnPropSymbols$g = Object.getOwnPropertySymbols;
271
- var __hasOwnProp$g = Object.prototype.hasOwnProperty;
272
- var __propIsEnum$g = Object.prototype.propertyIsEnumerable;
273
- var __defNormalProp$g = (obj, key, value) => key in obj ? __defProp$g(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
274
- var __spreadValues$g = (a, b) => {
269
+ var __defProp$h = Object.defineProperty;
270
+ var __getOwnPropSymbols$h = Object.getOwnPropertySymbols;
271
+ var __hasOwnProp$h = Object.prototype.hasOwnProperty;
272
+ var __propIsEnum$h = Object.prototype.propertyIsEnumerable;
273
+ var __defNormalProp$h = (obj, key, value) => key in obj ? __defProp$h(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
274
+ var __spreadValues$h = (a, b) => {
275
275
  for (var prop in b || (b = {}))
276
- if (__hasOwnProp$g.call(b, prop))
277
- __defNormalProp$g(a, prop, b[prop]);
278
- if (__getOwnPropSymbols$g)
279
- for (var prop of __getOwnPropSymbols$g(b)) {
280
- if (__propIsEnum$g.call(b, prop))
281
- __defNormalProp$g(a, prop, b[prop]);
276
+ if (__hasOwnProp$h.call(b, prop))
277
+ __defNormalProp$h(a, prop, b[prop]);
278
+ if (__getOwnPropSymbols$h)
279
+ for (var prop of __getOwnPropSymbols$h(b)) {
280
+ if (__propIsEnum$h.call(b, prop))
281
+ __defNormalProp$h(a, prop, b[prop]);
282
282
  }
283
283
  return a;
284
284
  };
@@ -293,7 +293,7 @@ const buildBanner = (overrides = {}) => {
293
293
  "COUPON_QR",
294
294
  "SECTION"
295
295
  ];
296
- return __spreadValues$g({
296
+ return __spreadValues$h({
297
297
  banner_title: genWords(2),
298
298
  banner_description: genWords(8),
299
299
  image_url: buildURLImage(),
@@ -322,14 +322,14 @@ const buildBanner = (overrides = {}) => {
322
322
  }, overrides);
323
323
  };
324
324
  const buildBannerCoupon = (overrides = {}) => {
325
- return __spreadValues$g({
325
+ return __spreadValues$h({
326
326
  name: genWord(),
327
327
  only_store: genBiasBoolean(0.6),
328
328
  coupon_type: chooseRandom(["COUPON", "MIX"])
329
329
  }, overrides);
330
330
  };
331
331
  const buildBannerBenefits = (overrides = {}) => {
332
- return __spreadValues$g({
332
+ return __spreadValues$h({
333
333
  id: genId(),
334
334
  name: genWord()
335
335
  }, overrides);
@@ -341,7 +341,7 @@ const genBanners = (quantity) => {
341
341
  return genItems(buildBanner, quantity);
342
342
  };
343
343
  const buildBannerImage = (overrides = {}) => {
344
- return __spreadValues$g({
344
+ return __spreadValues$h({
345
345
  file_name: `${genWord}.jpg`,
346
346
  id: genId(),
347
347
  image_file_name: `${genWord}.jpg`,
@@ -366,24 +366,24 @@ var banner_builder = /*#__PURE__*/Object.freeze({
366
366
  genBanners: genBanners
367
367
  });
368
368
 
369
- var __defProp$f = Object.defineProperty;
370
- var __getOwnPropSymbols$f = Object.getOwnPropertySymbols;
371
- var __hasOwnProp$f = Object.prototype.hasOwnProperty;
372
- var __propIsEnum$f = Object.prototype.propertyIsEnumerable;
373
- var __defNormalProp$f = (obj, key, value) => key in obj ? __defProp$f(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
374
- var __spreadValues$f = (a, b) => {
369
+ var __defProp$g = Object.defineProperty;
370
+ var __getOwnPropSymbols$g = Object.getOwnPropertySymbols;
371
+ var __hasOwnProp$g = Object.prototype.hasOwnProperty;
372
+ var __propIsEnum$g = Object.prototype.propertyIsEnumerable;
373
+ var __defNormalProp$g = (obj, key, value) => key in obj ? __defProp$g(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
374
+ var __spreadValues$g = (a, b) => {
375
375
  for (var prop in b || (b = {}))
376
- if (__hasOwnProp$f.call(b, prop))
377
- __defNormalProp$f(a, prop, b[prop]);
378
- if (__getOwnPropSymbols$f)
379
- for (var prop of __getOwnPropSymbols$f(b)) {
380
- if (__propIsEnum$f.call(b, prop))
381
- __defNormalProp$f(a, prop, b[prop]);
376
+ if (__hasOwnProp$g.call(b, prop))
377
+ __defNormalProp$g(a, prop, b[prop]);
378
+ if (__getOwnPropSymbols$g)
379
+ for (var prop of __getOwnPropSymbols$g(b)) {
380
+ if (__propIsEnum$g.call(b, prop))
381
+ __defNormalProp$g(a, prop, b[prop]);
382
382
  }
383
383
  return a;
384
384
  };
385
385
  const buildBillingData = (overrides = {}) => {
386
- return __spreadValues$f({
386
+ return __spreadValues$g({
387
387
  id: genId(),
388
388
  name: `${genName()} ${genName()}`,
389
389
  nickname: genName(),
@@ -406,25 +406,25 @@ var billingData_builder = /*#__PURE__*/Object.freeze({
406
406
  genBillingData: genBillingData
407
407
  });
408
408
 
409
- var __defProp$e = Object.defineProperty;
410
- var __getOwnPropSymbols$e = Object.getOwnPropertySymbols;
411
- var __hasOwnProp$e = Object.prototype.hasOwnProperty;
412
- var __propIsEnum$e = Object.prototype.propertyIsEnumerable;
413
- var __defNormalProp$e = (obj, key, value) => key in obj ? __defProp$e(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
414
- var __spreadValues$e = (a, b) => {
409
+ var __defProp$f = Object.defineProperty;
410
+ var __getOwnPropSymbols$f = Object.getOwnPropertySymbols;
411
+ var __hasOwnProp$f = Object.prototype.hasOwnProperty;
412
+ var __propIsEnum$f = Object.prototype.propertyIsEnumerable;
413
+ var __defNormalProp$f = (obj, key, value) => key in obj ? __defProp$f(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
414
+ var __spreadValues$f = (a, b) => {
415
415
  for (var prop in b || (b = {}))
416
- if (__hasOwnProp$e.call(b, prop))
417
- __defNormalProp$e(a, prop, b[prop]);
418
- if (__getOwnPropSymbols$e)
419
- for (var prop of __getOwnPropSymbols$e(b)) {
420
- if (__propIsEnum$e.call(b, prop))
421
- __defNormalProp$e(a, prop, b[prop]);
416
+ if (__hasOwnProp$f.call(b, prop))
417
+ __defNormalProp$f(a, prop, b[prop]);
418
+ if (__getOwnPropSymbols$f)
419
+ for (var prop of __getOwnPropSymbols$f(b)) {
420
+ if (__propIsEnum$f.call(b, prop))
421
+ __defNormalProp$f(a, prop, b[prop]);
422
422
  }
423
423
  return a;
424
424
  };
425
425
  const catalogueOptions = ["A domicilio", "Pick-up"];
426
426
  const buildCatalogue = (overrides = {}) => {
427
- return __spreadValues$e({
427
+ return __spreadValues$f({
428
428
  catalogueId: genNumber(200).toString(),
429
429
  name: faker.company.bsAdjective(),
430
430
  active: genBiasBoolean(0.5),
@@ -454,27 +454,27 @@ var catalogue_builder = /*#__PURE__*/Object.freeze({
454
454
  genCatalogues: genCatalogues
455
455
  });
456
456
 
457
- var __defProp$d = Object.defineProperty;
458
- var __defProps$5 = Object.defineProperties;
459
- var __getOwnPropDescs$5 = Object.getOwnPropertyDescriptors;
460
- var __getOwnPropSymbols$d = Object.getOwnPropertySymbols;
461
- var __hasOwnProp$d = Object.prototype.hasOwnProperty;
462
- var __propIsEnum$d = Object.prototype.propertyIsEnumerable;
463
- var __defNormalProp$d = (obj, key, value) => key in obj ? __defProp$d(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
464
- var __spreadValues$d = (a, b) => {
457
+ var __defProp$e = Object.defineProperty;
458
+ var __defProps$6 = Object.defineProperties;
459
+ var __getOwnPropDescs$6 = Object.getOwnPropertyDescriptors;
460
+ var __getOwnPropSymbols$e = Object.getOwnPropertySymbols;
461
+ var __hasOwnProp$e = Object.prototype.hasOwnProperty;
462
+ var __propIsEnum$e = Object.prototype.propertyIsEnumerable;
463
+ var __defNormalProp$e = (obj, key, value) => key in obj ? __defProp$e(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
464
+ var __spreadValues$e = (a, b) => {
465
465
  for (var prop in b || (b = {}))
466
- if (__hasOwnProp$d.call(b, prop))
467
- __defNormalProp$d(a, prop, b[prop]);
468
- if (__getOwnPropSymbols$d)
469
- for (var prop of __getOwnPropSymbols$d(b)) {
470
- if (__propIsEnum$d.call(b, prop))
471
- __defNormalProp$d(a, prop, b[prop]);
466
+ if (__hasOwnProp$e.call(b, prop))
467
+ __defNormalProp$e(a, prop, b[prop]);
468
+ if (__getOwnPropSymbols$e)
469
+ for (var prop of __getOwnPropSymbols$e(b)) {
470
+ if (__propIsEnum$e.call(b, prop))
471
+ __defNormalProp$e(a, prop, b[prop]);
472
472
  }
473
473
  return a;
474
474
  };
475
- var __spreadProps$5 = (a, b) => __defProps$5(a, __getOwnPropDescs$5(b));
475
+ var __spreadProps$6 = (a, b) => __defProps$6(a, __getOwnPropDescs$6(b));
476
476
  const buildPriceCategoryTax = (overrides = {}) => {
477
- return __spreadValues$d({
477
+ return __spreadValues$e({
478
478
  code: 0,
479
479
  name: chooseRandom(["IVA"]),
480
480
  percentage: 10,
@@ -499,7 +499,7 @@ const buildPriceCategory = (overrides = {}) => {
499
499
  const taxes = genPriceCategoryTaxes(withTaxes && precision ? 1 : 0);
500
500
  const taxTotal = getTaxTotals(taxes, grossPrice);
501
501
  const netPrice = grossPrice + taxTotal;
502
- return __spreadValues$d({
502
+ return __spreadValues$e({
503
503
  category,
504
504
  discount: 0,
505
505
  discountGrossPrice: 0,
@@ -514,7 +514,7 @@ const buildPriceCategory = (overrides = {}) => {
514
514
  }, overrides);
515
515
  };
516
516
  const buildBaseProduct = (overrides = {}) => {
517
- return __spreadValues$d({
517
+ return __spreadValues$e({
518
518
  attributes: {
519
519
  Cantidad: "1",
520
520
  externalId: "001",
@@ -552,7 +552,7 @@ const buildProductAnswer = (overrides = {}, loop = 1) => {
552
552
  const selectedRenderType = chooseRandom(MODIFIER_TYPES);
553
553
  const renderType = genBiasBoolean(0.9) ? null : selectedRenderType;
554
554
  const images = genCDNImages(void 0, { width: 60, height: 60 });
555
- return __spreadValues$d({
555
+ return __spreadValues$e({
556
556
  attributes: {
557
557
  Cantidad: "1",
558
558
  externalId: "001",
@@ -591,7 +591,7 @@ const buildProductQuestion = (overrides = {}, loop = 1) => {
591
591
  const max = genBiasBoolean(0.8) ? likelyMax : randomMax;
592
592
  const selectedType = chooseRandom(MODIFIER_TYPES);
593
593
  const type = genBiasBoolean(0.9) ? null : selectedType;
594
- return __spreadValues$d({
594
+ return __spreadValues$e({
595
595
  answers: genProductAnswers(void 0, loop),
596
596
  description: faker.finance.transactionType(),
597
597
  max,
@@ -616,7 +616,7 @@ const genProductQuestions = (quantity, loop = 1) => {
616
616
  const buildProductDetails = (overrides = {}) => {
617
617
  const questions = genProductQuestions(void 0, 1);
618
618
  const categories = [];
619
- return __spreadValues$d(__spreadProps$5(__spreadValues$d({}, buildBaseProduct()), {
619
+ return __spreadValues$e(__spreadProps$6(__spreadValues$e({}, buildBaseProduct()), {
620
620
  addDirectlyToCart: !questions.length,
621
621
  isPriceVip: false,
622
622
  manufacturer: [],
@@ -631,7 +631,7 @@ const genProductDetails = (quantity) => {
631
631
  return genItems(buildProductDetails, quantity);
632
632
  };
633
633
  const buildCartProductAnswer = (questionId, overrides = {}) => {
634
- return __spreadValues$d(__spreadProps$5(__spreadValues$d({}, buildProductAnswer()), {
634
+ return __spreadValues$e(__spreadProps$6(__spreadValues$e({}, buildProductAnswer()), {
635
635
  amount: 1,
636
636
  questionId,
637
637
  priceCategory: "NORMAL",
@@ -649,7 +649,7 @@ const genCartProductAnswers = (quantity) => {
649
649
  return cartProductAnswers;
650
650
  };
651
651
  const buildCartProductQuestion = (overrides = {}) => {
652
- return __spreadValues$d(__spreadProps$5(__spreadValues$d({}, buildProductQuestion()), {
652
+ return __spreadValues$e(__spreadProps$6(__spreadValues$e({}, buildProductQuestion()), {
653
653
  answers: genCartProductAnswers()
654
654
  }), overrides);
655
655
  };
@@ -659,7 +659,7 @@ const genCartProductQuestions = (quantity) => {
659
659
  const buildCartProduct = (overrides = {}) => {
660
660
  const comment = genBiasBoolean(0.2) ? faker.commerce.productMaterial() : "";
661
661
  const questions = genProductQuestions(void 0, 1);
662
- return __spreadValues$d(__spreadProps$5(__spreadValues$d({}, buildProductDetails()), {
662
+ return __spreadValues$e(__spreadProps$6(__spreadValues$e({}, buildProductDetails()), {
663
663
  questions,
664
664
  addDirectlyToCart: !questions.length,
665
665
  amount: 1,
@@ -698,27 +698,27 @@ var product_builder = /*#__PURE__*/Object.freeze({
698
698
  genProductQuestions: genProductQuestions
699
699
  });
700
700
 
701
- var __defProp$c = Object.defineProperty;
702
- var __defProps$4 = Object.defineProperties;
703
- var __getOwnPropDescs$4 = Object.getOwnPropertyDescriptors;
704
- var __getOwnPropSymbols$c = Object.getOwnPropertySymbols;
705
- var __hasOwnProp$c = Object.prototype.hasOwnProperty;
706
- var __propIsEnum$c = Object.prototype.propertyIsEnumerable;
707
- var __defNormalProp$c = (obj, key, value) => key in obj ? __defProp$c(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
708
- var __spreadValues$c = (a, b) => {
701
+ var __defProp$d = Object.defineProperty;
702
+ var __defProps$5 = Object.defineProperties;
703
+ var __getOwnPropDescs$5 = Object.getOwnPropertyDescriptors;
704
+ var __getOwnPropSymbols$d = Object.getOwnPropertySymbols;
705
+ var __hasOwnProp$d = Object.prototype.hasOwnProperty;
706
+ var __propIsEnum$d = Object.prototype.propertyIsEnumerable;
707
+ var __defNormalProp$d = (obj, key, value) => key in obj ? __defProp$d(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
708
+ var __spreadValues$d = (a, b) => {
709
709
  for (var prop in b || (b = {}))
710
- if (__hasOwnProp$c.call(b, prop))
711
- __defNormalProp$c(a, prop, b[prop]);
712
- if (__getOwnPropSymbols$c)
713
- for (var prop of __getOwnPropSymbols$c(b)) {
714
- if (__propIsEnum$c.call(b, prop))
715
- __defNormalProp$c(a, prop, b[prop]);
710
+ if (__hasOwnProp$d.call(b, prop))
711
+ __defNormalProp$d(a, prop, b[prop]);
712
+ if (__getOwnPropSymbols$d)
713
+ for (var prop of __getOwnPropSymbols$d(b)) {
714
+ if (__propIsEnum$d.call(b, prop))
715
+ __defNormalProp$d(a, prop, b[prop]);
716
716
  }
717
717
  return a;
718
718
  };
719
- var __spreadProps$4 = (a, b) => __defProps$4(a, __getOwnPropDescs$4(b));
719
+ var __spreadProps$5 = (a, b) => __defProps$5(a, __getOwnPropDescs$5(b));
720
720
  const buildCategory = (overrides = {}) => {
721
- return __spreadValues$c({
721
+ return __spreadValues$d({
722
722
  categoryId: genId(),
723
723
  displayInMenu: genBiasBoolean(0.9),
724
724
  images: genCDNImages(void 0, { width: 1200, height: 400 }),
@@ -733,7 +733,7 @@ const genCategories = (quantity) => {
733
733
  };
734
734
  const buildCategoryWithProducts = (overrides = {}) => {
735
735
  const category = buildCategory();
736
- return __spreadValues$c(__spreadProps$4(__spreadValues$c({}, category), {
736
+ return __spreadValues$d(__spreadProps$5(__spreadValues$d({}, category), {
737
737
  products: genBaseProducts()
738
738
  }), overrides);
739
739
  };
@@ -749,19 +749,19 @@ var category_builder = /*#__PURE__*/Object.freeze({
749
749
  genCategoryWithProducts: genCategoryWithProducts
750
750
  });
751
751
 
752
- var __defProp$b = Object.defineProperty;
753
- var __getOwnPropSymbols$b = Object.getOwnPropertySymbols;
754
- var __hasOwnProp$b = Object.prototype.hasOwnProperty;
755
- var __propIsEnum$b = Object.prototype.propertyIsEnumerable;
756
- var __defNormalProp$b = (obj, key, value) => key in obj ? __defProp$b(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
757
- var __spreadValues$b = (a, b) => {
752
+ var __defProp$c = Object.defineProperty;
753
+ var __getOwnPropSymbols$c = Object.getOwnPropertySymbols;
754
+ var __hasOwnProp$c = Object.prototype.hasOwnProperty;
755
+ var __propIsEnum$c = Object.prototype.propertyIsEnumerable;
756
+ var __defNormalProp$c = (obj, key, value) => key in obj ? __defProp$c(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
757
+ var __spreadValues$c = (a, b) => {
758
758
  for (var prop in b || (b = {}))
759
- if (__hasOwnProp$b.call(b, prop))
760
- __defNormalProp$b(a, prop, b[prop]);
761
- if (__getOwnPropSymbols$b)
762
- for (var prop of __getOwnPropSymbols$b(b)) {
763
- if (__propIsEnum$b.call(b, prop))
764
- __defNormalProp$b(a, prop, b[prop]);
759
+ if (__hasOwnProp$c.call(b, prop))
760
+ __defNormalProp$c(a, prop, b[prop]);
761
+ if (__getOwnPropSymbols$c)
762
+ for (var prop of __getOwnPropSymbols$c(b)) {
763
+ if (__propIsEnum$c.call(b, prop))
764
+ __defNormalProp$c(a, prop, b[prop]);
765
765
  }
766
766
  return a;
767
767
  };
@@ -779,7 +779,7 @@ const countriesCodes = [
779
779
  "US"
780
780
  ];
781
781
  const buildCountryCurrency = (overrides = {}) => {
782
- return __spreadValues$b({
782
+ return __spreadValues$c({
783
783
  id: genId(),
784
784
  name: chooseRandom(["USD", "EUR", "CHL"]),
785
785
  sign: genSymbol(),
@@ -790,7 +790,7 @@ const genCountryCurrencies = (quantity) => {
790
790
  return genItems(buildCountryCurrency, quantity);
791
791
  };
792
792
  const buildCountry = (overrides = {}) => {
793
- return __spreadValues$b({
793
+ return __spreadValues$c({
794
794
  id: genId(),
795
795
  code: chooseRandom(countriesCodes),
796
796
  currency: buildCountryCurrency(),
@@ -810,19 +810,19 @@ var country_builder = /*#__PURE__*/Object.freeze({
810
810
  genCountryCurrencies: genCountryCurrencies
811
811
  });
812
812
 
813
- var __defProp$a = Object.defineProperty;
814
- var __getOwnPropSymbols$a = Object.getOwnPropertySymbols;
815
- var __hasOwnProp$a = Object.prototype.hasOwnProperty;
816
- var __propIsEnum$a = Object.prototype.propertyIsEnumerable;
817
- var __defNormalProp$a = (obj, key, value) => key in obj ? __defProp$a(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
818
- var __spreadValues$a = (a, b) => {
813
+ var __defProp$b = Object.defineProperty;
814
+ var __getOwnPropSymbols$b = Object.getOwnPropertySymbols;
815
+ var __hasOwnProp$b = Object.prototype.hasOwnProperty;
816
+ var __propIsEnum$b = Object.prototype.propertyIsEnumerable;
817
+ var __defNormalProp$b = (obj, key, value) => key in obj ? __defProp$b(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
818
+ var __spreadValues$b = (a, b) => {
819
819
  for (var prop in b || (b = {}))
820
- if (__hasOwnProp$a.call(b, prop))
821
- __defNormalProp$a(a, prop, b[prop]);
822
- if (__getOwnPropSymbols$a)
823
- for (var prop of __getOwnPropSymbols$a(b)) {
824
- if (__propIsEnum$a.call(b, prop))
825
- __defNormalProp$a(a, prop, b[prop]);
820
+ if (__hasOwnProp$b.call(b, prop))
821
+ __defNormalProp$b(a, prop, b[prop]);
822
+ if (__getOwnPropSymbols$b)
823
+ for (var prop of __getOwnPropSymbols$b(b)) {
824
+ if (__propIsEnum$b.call(b, prop))
825
+ __defNormalProp$b(a, prop, b[prop]);
826
826
  }
827
827
  return a;
828
828
  };
@@ -834,7 +834,7 @@ const buildBenefit = (overrides = {}) => {
834
834
  "PRODUCT"
835
835
  ];
836
836
  const type = chooseRandom(benefitTypes);
837
- return __spreadValues$a({
837
+ return __spreadValues$b({
838
838
  accountId: genId(),
839
839
  alerts: [],
840
840
  hash: genId(),
@@ -866,7 +866,7 @@ const genBenefits = (quantity) => {
866
866
  return genItems(buildBenefit, quantity);
867
867
  };
868
868
  const buildAward = (overrides = {}) => {
869
- return __spreadValues$a({
869
+ return __spreadValues$b({
870
870
  benefitId: genId(),
871
871
  discountPercentage: genNumber(100),
872
872
  discountValue: null,
@@ -881,7 +881,7 @@ const genAwards = (quantity) => {
881
881
  return genItems(buildAward, quantity);
882
882
  };
883
883
  const buildWallet = (overrides = {}) => {
884
- return __spreadValues$a({
884
+ return __spreadValues$b({
885
885
  benefits: genBenefits()
886
886
  }, overrides);
887
887
  };
@@ -889,7 +889,7 @@ const genWallets = (quantity) => {
889
889
  return genItems(buildWallet, quantity);
890
890
  };
891
891
  const buildStoreCoupon = (overrides = {}) => {
892
- return __spreadValues$a({
892
+ return __spreadValues$b({
893
893
  featured: genBiasBoolean(0.5),
894
894
  id: genId(),
895
895
  name: genCompanyName(),
@@ -901,7 +901,7 @@ const genStoreCoupons = (quantity) => {
901
901
  return genItems(buildStoreCoupon, quantity);
902
902
  };
903
903
  const buildProductCoupon = (overrides = {}) => {
904
- return __spreadValues$a({
904
+ return __spreadValues$b({
905
905
  amount: genNumber(1),
906
906
  id: genId(),
907
907
  benefitId: genId(),
@@ -917,7 +917,7 @@ const genProductCoupons = (quantity) => {
917
917
  return genItems(buildProductCoupon, quantity);
918
918
  };
919
919
  const buildBenefitData = (overrides = {}) => {
920
- return __spreadValues$a({
920
+ return __spreadValues$b({
921
921
  account_id: genId(),
922
922
  amount: genNumber(1),
923
923
  automatic_redeemed: genBiasBoolean(0.1).toString(),
@@ -956,7 +956,7 @@ const genBenefitData = (quantity) => {
956
956
  return genItems(buildBenefitData, quantity);
957
957
  };
958
958
  const buildCoupon = (overrides = {}) => {
959
- return __spreadValues$a({
959
+ return __spreadValues$b({
960
960
  benefits: genBenefitData(1),
961
961
  category: buildCouponCategory(),
962
962
  codes: genCodes(),
@@ -979,7 +979,7 @@ const genCoupons = (quantity) => {
979
979
  return genItems(buildCoupon, quantity);
980
980
  };
981
981
  const buildCouponCategory = (overrides = {}) => {
982
- return __spreadValues$a({
982
+ return __spreadValues$b({
983
983
  featured: genBiasBoolean(0.5),
984
984
  id: genId(),
985
985
  name: genWord()
@@ -989,7 +989,7 @@ const genCouponCategories = (quantity) => {
989
989
  return genItems(buildCouponCategory, quantity);
990
990
  };
991
991
  const buildCode = (overrides = {}) => {
992
- return __spreadValues$a({
992
+ return __spreadValues$b({
993
993
  code: genWord().toUpperCase(),
994
994
  coupon_id: genId(),
995
995
  id: genId(),
@@ -1002,7 +1002,7 @@ const genCodes = (quantity) => {
1002
1002
  return genItems(buildCode, quantity);
1003
1003
  };
1004
1004
  const buildToken = (overrides = {}) => {
1005
- return __spreadValues$a({
1005
+ return __spreadValues$b({
1006
1006
  token: "www.google.com",
1007
1007
  dif: genNumber(17e8),
1008
1008
  iat: genNumber(17e8),
@@ -1013,7 +1013,7 @@ const genTokens = (quantity) => {
1013
1013
  return genItems(buildToken, quantity);
1014
1014
  };
1015
1015
  const buildStoreCouponDetail = (overrides = {}) => {
1016
- return __spreadValues$a({
1016
+ return __spreadValues$b({
1017
1017
  benefits: genBenefitData(1),
1018
1018
  codes: genCodes(),
1019
1019
  end_date: genDate(),
@@ -1061,19 +1061,19 @@ var coupon_builder = /*#__PURE__*/Object.freeze({
1061
1061
  genWallets: genWallets
1062
1062
  });
1063
1063
 
1064
- var __defProp$9 = Object.defineProperty;
1065
- var __getOwnPropSymbols$9 = Object.getOwnPropertySymbols;
1066
- var __hasOwnProp$9 = Object.prototype.hasOwnProperty;
1067
- var __propIsEnum$9 = Object.prototype.propertyIsEnumerable;
1068
- var __defNormalProp$9 = (obj, key, value) => key in obj ? __defProp$9(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
1069
- var __spreadValues$9 = (a, b) => {
1064
+ var __defProp$a = Object.defineProperty;
1065
+ var __getOwnPropSymbols$a = Object.getOwnPropertySymbols;
1066
+ var __hasOwnProp$a = Object.prototype.hasOwnProperty;
1067
+ var __propIsEnum$a = Object.prototype.propertyIsEnumerable;
1068
+ var __defNormalProp$a = (obj, key, value) => key in obj ? __defProp$a(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
1069
+ var __spreadValues$a = (a, b) => {
1070
1070
  for (var prop in b || (b = {}))
1071
- if (__hasOwnProp$9.call(b, prop))
1072
- __defNormalProp$9(a, prop, b[prop]);
1073
- if (__getOwnPropSymbols$9)
1074
- for (var prop of __getOwnPropSymbols$9(b)) {
1075
- if (__propIsEnum$9.call(b, prop))
1076
- __defNormalProp$9(a, prop, b[prop]);
1071
+ if (__hasOwnProp$a.call(b, prop))
1072
+ __defNormalProp$a(a, prop, b[prop]);
1073
+ if (__getOwnPropSymbols$a)
1074
+ for (var prop of __getOwnPropSymbols$a(b)) {
1075
+ if (__propIsEnum$a.call(b, prop))
1076
+ __defNormalProp$a(a, prop, b[prop]);
1077
1077
  }
1078
1078
  return a;
1079
1079
  };
@@ -1096,7 +1096,7 @@ const stepCode = [
1096
1096
  "ERROR"
1097
1097
  ];
1098
1098
  const buildIssue = (overrides = {}) => {
1099
- return __spreadValues$9({
1099
+ return __spreadValues$a({
1100
1100
  conditions: [],
1101
1101
  children: [],
1102
1102
  related: [],
@@ -1118,7 +1118,7 @@ const genIssues = (quantity) => {
1118
1118
  return genItems(buildIssue, quantity);
1119
1119
  };
1120
1120
  const buildIssueAdditionalInfo = (overrides = {}) => {
1121
- return __spreadValues$9({
1121
+ return __spreadValues$a({
1122
1122
  stores: [
1123
1123
  genNumber(200),
1124
1124
  genNumber(200),
@@ -1133,7 +1133,7 @@ const genIssueAdditionalInfo = (quantity) => {
1133
1133
  return genItems(buildIssueAdditionalInfo, quantity);
1134
1134
  };
1135
1135
  const buildIssueHistory = (overrides = {}) => {
1136
- return __spreadValues$9({
1136
+ return __spreadValues$a({
1137
1137
  conditions: [],
1138
1138
  created_at: genDate(),
1139
1139
  finished_at: genDate(),
@@ -1148,7 +1148,7 @@ const genIssueHistory = (quantity) => {
1148
1148
  return genItems(buildIssueHistory, quantity);
1149
1149
  };
1150
1150
  const buildWorkflow = (overrides = {}) => {
1151
- return __spreadValues$9({
1151
+ return __spreadValues$a({
1152
1152
  description: genWords(7),
1153
1153
  id: genId(),
1154
1154
  name: genCompanyName(),
@@ -1160,7 +1160,7 @@ const genWorkflows = (quantity) => {
1160
1160
  return genItems(buildWorkflow, quantity);
1161
1161
  };
1162
1162
  const buildStepNotification = (overrides = {}) => {
1163
- return __spreadValues$9({
1163
+ return __spreadValues$a({
1164
1164
  send_mail: genBiasBoolean(0.6),
1165
1165
  send_push: genBiasBoolean(0.4)
1166
1166
  }, overrides);
@@ -1169,7 +1169,7 @@ const genStepNotifications = (quantity) => {
1169
1169
  return genItems(buildStepNotification, quantity);
1170
1170
  };
1171
1171
  const buildStepWorkflow = (overrides = {}) => {
1172
- return __spreadValues$9({
1172
+ return __spreadValues$a({
1173
1173
  additional_info: buildStepWorkflowAdditionalInfo(),
1174
1174
  category: chooseRandom(stepCategory),
1175
1175
  code: chooseRandom(stepCode),
@@ -1195,7 +1195,7 @@ const buildWebhookWorkflow = (overrides = {}) => {
1195
1195
  "PATCH",
1196
1196
  "PUT"
1197
1197
  ];
1198
- return __spreadValues$9({
1198
+ return __spreadValues$a({
1199
1199
  id: genId(),
1200
1200
  method: chooseRandom(methods),
1201
1201
  url: genURL()
@@ -1205,7 +1205,7 @@ const genWebhookWorkflows = (quantity) => {
1205
1205
  return genItems(buildWebhookWorkflow, quantity);
1206
1206
  };
1207
1207
  const buildStepWorkflowAdditionalInfo = (overrides = {}) => {
1208
- return __spreadValues$9({
1208
+ return __spreadValues$a({
1209
1209
  client_frontend: genBiasBoolean(0.6),
1210
1210
  operators_frontend: genBiasBoolean(0.4),
1211
1211
  group: buildStepWorkflowGroup()
@@ -1227,7 +1227,7 @@ const buildStepWorkflowGroup = (overrides = {}) => {
1227
1227
  "CANCELED",
1228
1228
  "ERROR"
1229
1229
  ];
1230
- return __spreadValues$9({
1230
+ return __spreadValues$a({
1231
1231
  code: chooseRandom(stepCode2),
1232
1232
  description: genWords(6),
1233
1233
  type: "default",
@@ -1238,7 +1238,7 @@ const genStepWorkflowGroups = (quantity) => {
1238
1238
  return genItems(buildStepWorkflowGroup, quantity);
1239
1239
  };
1240
1240
  const buildTransitionWorkflow = (overrides = {}) => {
1241
- return __spreadValues$9({
1241
+ return __spreadValues$a({
1242
1242
  channel_id: genId(),
1243
1243
  conditions: [],
1244
1244
  description: genWords(10),
@@ -1279,6 +1279,179 @@ var fulfillment_builder = /*#__PURE__*/Object.freeze({
1279
1279
  stepCode: stepCode
1280
1280
  });
1281
1281
 
1282
+ var __defProp$9 = Object.defineProperty;
1283
+ var __defProps$4 = Object.defineProperties;
1284
+ var __getOwnPropDescs$4 = Object.getOwnPropertyDescriptors;
1285
+ var __getOwnPropSymbols$9 = Object.getOwnPropertySymbols;
1286
+ var __hasOwnProp$9 = Object.prototype.hasOwnProperty;
1287
+ var __propIsEnum$9 = Object.prototype.propertyIsEnumerable;
1288
+ var __defNormalProp$9 = (obj, key, value) => key in obj ? __defProp$9(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
1289
+ var __spreadValues$9 = (a, b) => {
1290
+ for (var prop in b || (b = {}))
1291
+ if (__hasOwnProp$9.call(b, prop))
1292
+ __defNormalProp$9(a, prop, b[prop]);
1293
+ if (__getOwnPropSymbols$9)
1294
+ for (var prop of __getOwnPropSymbols$9(b)) {
1295
+ if (__propIsEnum$9.call(b, prop))
1296
+ __defNormalProp$9(a, prop, b[prop]);
1297
+ }
1298
+ return a;
1299
+ };
1300
+ var __spreadProps$4 = (a, b) => __defProps$4(a, __getOwnPropDescs$4(b));
1301
+ const buildLoyaltyInfo = (override) => {
1302
+ if (override)
1303
+ return override;
1304
+ return {
1305
+ customer: buildLoyaltyCustomer(),
1306
+ wallet: buildLoyaltyWallet()
1307
+ };
1308
+ };
1309
+ const buildLoyaltyCustomer = () => ({
1310
+ name: genWord(),
1311
+ tier_id: "eac25bef-c6de-4906-8d99-014b5950132f",
1312
+ email: `${genWord()}@${genWord()}.com`,
1313
+ gender: chooseRandom(["MALE", "FEMALE", "NOT_SPECIFIED"]),
1314
+ id: `${genNumericId()}`,
1315
+ metadata: {},
1316
+ registration_date: "2024-11-15T00:00:00+00:00",
1317
+ status: "ACTIVE",
1318
+ dob: "2010-11-15T00:00:00+00:00",
1319
+ metrics: buildCustomerMetrics()
1320
+ });
1321
+ const buildCustomerMetrics = () => ({
1322
+ last_month: buildMetrics(),
1323
+ last_quarter: buildMetrics(),
1324
+ last_year: buildMetrics(),
1325
+ last_semester: buildMetrics(),
1326
+ this_month: buildMetrics(),
1327
+ this_quarter: buildMetrics(),
1328
+ this_semester: buildMetrics(),
1329
+ this_year: buildMetrics(),
1330
+ lifetime: buildMetrics()
1331
+ });
1332
+ const buildMetrics = () => ({
1333
+ from: genDate().toString(),
1334
+ to: genDate().toString(),
1335
+ last_visit: null,
1336
+ number_of_purchases: genNumber(),
1337
+ spend_total: genNumber(),
1338
+ tier_id: genId()
1339
+ });
1340
+ const buildLoyaltyWallet = () => ({
1341
+ totals: buildLoyaltyWalletTotals(),
1342
+ id: `${genNumericId()}`,
1343
+ lines: buildLoyaltyLines(),
1344
+ owner_id: `${genNumericId()}`
1345
+ });
1346
+ const buildLoyaltyWalletTotals = () => [
1347
+ {
1348
+ reward_id: "71fd5647-d580-4d2d-b7dd-7800f639206b",
1349
+ reward: {
1350
+ id: "71fd5647-d580-4d2d-b7dd-7800f639206b",
1351
+ name: "Puntos",
1352
+ description: "",
1353
+ conditions: [],
1354
+ media: {
1355
+ thumbnail_url: null,
1356
+ cover_url: null
1357
+ },
1358
+ type: "POINTS",
1359
+ status: "ACTIVE",
1360
+ brand_id: null,
1361
+ attributes: {
1362
+ conversion_factor: 0.025
1363
+ }
1364
+ },
1365
+ total: 200,
1366
+ expiration_date: "2025-11-16T04:59:59.999Z"
1367
+ }
1368
+ ];
1369
+ const buildLoyaltyLines = () => [
1370
+ {
1371
+ reward_id: "71fd5647-d580-4d2d-b7dd-7800f639206b",
1372
+ campaign_id: "8cf83574-a9b0-4578-8cb8-bd8340acb7d2",
1373
+ brand_id: "0001",
1374
+ issued_at: "2024-11-15T17:03:27.1s43Z",
1375
+ expiration_date: "2025-11-16T04:59:59.999Z",
1376
+ amount: 200,
1377
+ reward: buildLoyaltyWalletTotals()[0].reward
1378
+ }
1379
+ ];
1380
+ const buildLoyaltyWalletAccumulation = (override) => {
1381
+ if (override)
1382
+ return override;
1383
+ const [line] = buildLoyaltyLines();
1384
+ const [total] = buildLoyaltyWalletTotals();
1385
+ const { reward } = total;
1386
+ return __spreadProps$4(__spreadValues$9({}, line), { reward });
1387
+ };
1388
+ const buildLoyaltyCampaign = (overrides) => {
1389
+ if (overrides)
1390
+ return overrides;
1391
+ return {
1392
+ id: genId(),
1393
+ name: `${genWord()} ${genWord()}`,
1394
+ description: genParagraph(1),
1395
+ brand_id: "0001",
1396
+ start_date: genDate().toString(),
1397
+ end_date: null,
1398
+ rules: Array.from({ length: 3 }).map(() => buildCampaignRule()),
1399
+ type: "COUPONS",
1400
+ funded_by: null,
1401
+ labels: [chooseRandom(["Domicilio", "Restaurantes"])],
1402
+ budget: 1e3,
1403
+ divide_budget_in: "total",
1404
+ content: {
1405
+ Title: {
1406
+ name: genWord(),
1407
+ type: "input",
1408
+ value: genWord()
1409
+ },
1410
+ BannerImage: {
1411
+ name: genWord(),
1412
+ type: "input",
1413
+ value: genURL()
1414
+ }
1415
+ },
1416
+ template_id: genId(),
1417
+ metadata: {},
1418
+ attributes: {
1419
+ code_format: {
1420
+ template: "**********",
1421
+ case_sensitive: false,
1422
+ include_characters: "",
1423
+ exclude_characters: ""
1424
+ },
1425
+ codes_summary: {
1426
+ left: 34,
1427
+ used: 66,
1428
+ total: 100
1429
+ },
1430
+ max_redemptions_per_code: 1,
1431
+ max_redemptions_per_code_per_customer: 10
1432
+ },
1433
+ status: "RUNNING"
1434
+ };
1435
+ };
1436
+ const buildCampaignRule = () => ({
1437
+ conditions: [],
1438
+ effects: []
1439
+ });
1440
+
1441
+ var masivo_builder = /*#__PURE__*/Object.freeze({
1442
+ __proto__: null,
1443
+ buildCampaignRule: buildCampaignRule,
1444
+ buildCustomerMetrics: buildCustomerMetrics,
1445
+ buildLoyaltyCampaign: buildLoyaltyCampaign,
1446
+ buildLoyaltyCustomer: buildLoyaltyCustomer,
1447
+ buildLoyaltyInfo: buildLoyaltyInfo,
1448
+ buildLoyaltyLines: buildLoyaltyLines,
1449
+ buildLoyaltyWallet: buildLoyaltyWallet,
1450
+ buildLoyaltyWalletAccumulation: buildLoyaltyWalletAccumulation,
1451
+ buildLoyaltyWalletTotals: buildLoyaltyWalletTotals,
1452
+ buildMetrics: buildMetrics
1453
+ });
1454
+
1282
1455
  var __defProp$8 = Object.defineProperty;
1283
1456
  var __getOwnPropSymbols$8 = Object.getOwnPropertySymbols;
1284
1457
  var __hasOwnProp$8 = Object.prototype.hasOwnProperty;
@@ -1315,7 +1488,9 @@ const buildUser = (overrides = {}) => {
1315
1488
  origin: chooseRandom(["ios", "android", "web"]),
1316
1489
  phone: buildPhone(),
1317
1490
  maritalStatus: chooseRandom(["MARRIED", "DIVORCED", "SINGLE"]),
1318
- type: "NORMAL"
1491
+ type: "NORMAL",
1492
+ latestConditionsAcceptanceDate: faker.date.past().toISOString(),
1493
+ rewardsProgramStatus: chooseRandom(["REGISTERED", "UNREGISTERED"])
1319
1494
  }, overrides);
1320
1495
  };
1321
1496
  const genUsers = (quantity) => {
@@ -2639,5 +2814,5 @@ var instance_utils = /*#__PURE__*/Object.freeze({
2639
2814
  seed: seed
2640
2815
  });
2641
2816
 
2642
- export { instance_utils as Builders, account_builder as accountBuilders, banner_builder as bannerBuilders, billingData_builder as billingDataBuilders, catalogue_builder as catalogueBuilders, category_builder as categoryBuilders, country_builder as countryBuilders, coupon_builder as couponBuilders, fulfillment_builder as fulfillmentBuilders, image_builder as imageBuilders, notification_builder as notificationBuilders, order_builder as orderBuilders, payment_builder as paymentBuilders, product_builder as productBuilders, settings_builder as settingsBuilders, shippingAddress_builder as shippingAddressBuilders, shoppingCart_builder as shoppingCartBuilders, store_builder as storeBuilders, user_builder as userBuilders, common_builder as utils, vendor_builder as vendorBuilders };
2817
+ export { instance_utils as Builders, account_builder as accountBuilders, banner_builder as bannerBuilders, billingData_builder as billingDataBuilders, catalogue_builder as catalogueBuilders, category_builder as categoryBuilders, country_builder as countryBuilders, coupon_builder as couponBuilders, fulfillment_builder as fulfillmentBuilders, image_builder as imageBuilders, masivo_builder as masivoBuilders, notification_builder as notificationBuilders, order_builder as orderBuilders, payment_builder as paymentBuilders, product_builder as productBuilders, settings_builder as settingsBuilders, shippingAddress_builder as shippingAddressBuilders, shoppingCart_builder as shoppingCartBuilders, store_builder as storeBuilders, user_builder as userBuilders, common_builder as utils, vendor_builder as vendorBuilders };
2643
2818
  //# sourceMappingURL=bundle.mjs.map