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

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.
@@ -141431,7 +141431,7 @@ const chooseRandomEnum = (anEnum) => {
141431
141431
  const genSymbol = chooseRandom(["$", "S/", "$b", "Bs"]);
141432
141432
  const genIP = faker.internet.ip;
141433
141433
 
141434
- var common_builder = /*#__PURE__*/Object.freeze({
141434
+ var utilsDev = /*#__PURE__*/Object.freeze({
141435
141435
  __proto__: null,
141436
141436
  commonDocumentTypes: commonDocumentTypes,
141437
141437
  ARDocumentTypes: ARDocumentTypes,
@@ -141511,7 +141511,7 @@ const genCDNImages = (quantity, options) => {
141511
141511
  return genItems(() => buildCDNImage(void 0, options), quantity);
141512
141512
  };
141513
141513
 
141514
- var image_builder = /*#__PURE__*/Object.freeze({
141514
+ var imageBuildersDev = /*#__PURE__*/Object.freeze({
141515
141515
  __proto__: null,
141516
141516
  buildURLImage: buildURLImage,
141517
141517
  genURLImages: genURLImages,
@@ -141547,7 +141547,7 @@ const genAccounts = (quantity) => {
141547
141547
  return genItems(buildAccount, quantity);
141548
141548
  };
141549
141549
 
141550
- var account_builder = /*#__PURE__*/Object.freeze({
141550
+ var accountBuildersDev = /*#__PURE__*/Object.freeze({
141551
141551
  __proto__: null,
141552
141552
  buildAccount: buildAccount,
141553
141553
  genAccounts: genAccounts
@@ -141642,7 +141642,7 @@ const genBannerImages = (quantity) => {
141642
141642
  return genItems(buildBannerImage, quantity);
141643
141643
  };
141644
141644
 
141645
- var banner_builder = /*#__PURE__*/Object.freeze({
141645
+ var bannerBuildersDev = /*#__PURE__*/Object.freeze({
141646
141646
  __proto__: null,
141647
141647
  buildBanner: buildBanner,
141648
141648
  buildBannerCoupon: buildBannerCoupon,
@@ -141687,7 +141687,7 @@ const genBillingData = (quantity) => {
141687
141687
  return genItems(buildBillingData, quantity);
141688
141688
  };
141689
141689
 
141690
- var billingData_builder = /*#__PURE__*/Object.freeze({
141690
+ var billingDataBuildersDev = /*#__PURE__*/Object.freeze({
141691
141691
  __proto__: null,
141692
141692
  buildBillingData: buildBillingData,
141693
141693
  genBillingData: genBillingData
@@ -141735,7 +141735,7 @@ const genCatalogues = (quantity) => {
141735
141735
  return catalogues;
141736
141736
  };
141737
141737
 
141738
- var catalogue_builder = /*#__PURE__*/Object.freeze({
141738
+ var catalogueBuildersDev = /*#__PURE__*/Object.freeze({
141739
141739
  __proto__: null,
141740
141740
  buildCatalogue: buildCatalogue,
141741
141741
  genCatalogues: genCatalogues
@@ -141955,7 +141955,7 @@ const genCartProducts = (quantity) => {
141955
141955
  return genItems(buildCartProduct, quantity);
141956
141956
  };
141957
141957
 
141958
- var product_builder = /*#__PURE__*/Object.freeze({
141958
+ var productBuildersDev = /*#__PURE__*/Object.freeze({
141959
141959
  __proto__: null,
141960
141960
  buildPriceCategoryTax: buildPriceCategoryTax,
141961
141961
  genPriceCategoryTaxes: genPriceCategoryTaxes,
@@ -142019,7 +142019,7 @@ const genCategoryWithProducts = (quantity) => {
142019
142019
  return genItems(buildCategoryWithProducts, quantity);
142020
142020
  };
142021
142021
 
142022
- var category_builder = /*#__PURE__*/Object.freeze({
142022
+ var categoryBuildersDev = /*#__PURE__*/Object.freeze({
142023
142023
  __proto__: null,
142024
142024
  buildCategory: buildCategory,
142025
142025
  genCategories: genCategories,
@@ -142079,7 +142079,7 @@ const genCountries = (quantity) => {
142079
142079
  return genItems(buildCountry, quantity);
142080
142080
  };
142081
142081
 
142082
- var country_builder = /*#__PURE__*/Object.freeze({
142082
+ var countryBuildersDev = /*#__PURE__*/Object.freeze({
142083
142083
  __proto__: null,
142084
142084
  countriesCodes: countriesCodes,
142085
142085
  buildCountryCurrency: buildCountryCurrency,
@@ -142312,7 +142312,7 @@ const genStoreCouponDetails = (quantity) => {
142312
142312
  return genItems(buildStoreCouponDetail, quantity);
142313
142313
  };
142314
142314
 
142315
- var coupon_builder = /*#__PURE__*/Object.freeze({
142315
+ var couponBuildersDev = /*#__PURE__*/Object.freeze({
142316
142316
  __proto__: null,
142317
142317
  buildBenefit: buildBenefit,
142318
142318
  genBenefits: genBenefits,
@@ -142530,7 +142530,7 @@ const genTransitionWorkflows = (quantity) => {
142530
142530
  return genItems(buildTransitionWorkflow, quantity);
142531
142531
  };
142532
142532
 
142533
- var fulfillment_builder = /*#__PURE__*/Object.freeze({
142533
+ var fulfillmentBuildersDev = /*#__PURE__*/Object.freeze({
142534
142534
  __proto__: null,
142535
142535
  stepCategory: stepCategory,
142536
142536
  stepCode: stepCode,
@@ -142609,7 +142609,7 @@ const genPhones = (quantity) => {
142609
142609
  return genItems(buildPhone, quantity);
142610
142610
  };
142611
142611
 
142612
- var user_builder = /*#__PURE__*/Object.freeze({
142612
+ var userBuildersDev = /*#__PURE__*/Object.freeze({
142613
142613
  __proto__: null,
142614
142614
  buildUser: buildUser,
142615
142615
  genUsers: genUsers,
@@ -142648,7 +142648,7 @@ const genVendors = (quantity) => {
142648
142648
  return genItems(buildVendor, quantity);
142649
142649
  };
142650
142650
 
142651
- var vendor_builder = /*#__PURE__*/Object.freeze({
142651
+ var vendorBuildersDev = /*#__PURE__*/Object.freeze({
142652
142652
  __proto__: null,
142653
142653
  buildVendor: buildVendor,
142654
142654
  genVendors: genVendors
@@ -142770,7 +142770,7 @@ const genStoreLocation = (quantity) => {
142770
142770
  return genItems(buildStoreLocation, quantity);
142771
142771
  };
142772
142772
 
142773
- var store_builder = /*#__PURE__*/Object.freeze({
142773
+ var storeBuildersDev = /*#__PURE__*/Object.freeze({
142774
142774
  __proto__: null,
142775
142775
  buildStore: buildStore,
142776
142776
  buildDelivery: buildDelivery,
@@ -142906,7 +142906,7 @@ const genDiscounts = (quantity) => {
142906
142906
  return genItems(buildDiscount, quantity);
142907
142907
  };
142908
142908
 
142909
- var shoppingCart_builder = /*#__PURE__*/Object.freeze({
142909
+ var shoppingCartBuildersDev = /*#__PURE__*/Object.freeze({
142910
142910
  __proto__: null,
142911
142911
  buildBillTotalNormalCategory: buildBillTotalNormalCategory,
142912
142912
  buildBillTotal: buildBillTotal,
@@ -143004,7 +143004,7 @@ const genShippingAddress = (quantity) => {
143004
143004
  return genItems(buildShippingAddress, quantity);
143005
143005
  };
143006
143006
 
143007
- var shippingAddress_builder = /*#__PURE__*/Object.freeze({
143007
+ var shippingAddressBuildersDev = /*#__PURE__*/Object.freeze({
143008
143008
  __proto__: null,
143009
143009
  genStreetName: genStreetName,
143010
143010
  genStreetNumber: genStreetNumber,
@@ -143057,7 +143057,7 @@ const genUserSettings = (quantity) => {
143057
143057
  return genItems(buildUserSettings, quantity);
143058
143058
  };
143059
143059
 
143060
- var settings_builder = /*#__PURE__*/Object.freeze({
143060
+ var settingsBuildersDev = /*#__PURE__*/Object.freeze({
143061
143061
  __proto__: null,
143062
143062
  buildSettings: buildSettings,
143063
143063
  genSettings: genSettings,
@@ -143592,7 +143592,7 @@ const genOrderRetryPaymentMethods = (quantity) => {
143592
143592
  return genItems(buildOrderRetryPaymentMethod, quantity);
143593
143593
  };
143594
143594
 
143595
- var order_builder = /*#__PURE__*/Object.freeze({
143595
+ var orderBuildersDev = /*#__PURE__*/Object.freeze({
143596
143596
  __proto__: null,
143597
143597
  orderStatusOptions: orderStatusOptions,
143598
143598
  paymentStatus: paymentStatus,
@@ -143772,7 +143772,7 @@ const genNotificationListItems = (quantity) => {
143772
143772
  return genItems(buildNotificationListItem, quantity);
143773
143773
  };
143774
143774
 
143775
- var notification_builder = /*#__PURE__*/Object.freeze({
143775
+ var notificationBuildersDev = /*#__PURE__*/Object.freeze({
143776
143776
  __proto__: null,
143777
143777
  buildNotification: buildNotification,
143778
143778
  genNotifications: genNotifications,
@@ -143889,7 +143889,7 @@ const genCardInscriptions = (quantity) => {
143889
143889
  return genItems(buildCardInscription, quantity);
143890
143890
  };
143891
143891
 
143892
- var payment_builder = /*#__PURE__*/Object.freeze({
143892
+ var paymentBuildersDev = /*#__PURE__*/Object.freeze({
143893
143893
  __proto__: null,
143894
143894
  buildBasePaymentMethod: buildBasePaymentMethod,
143895
143895
  genBasePaymentMethods: genBasePaymentMethods,
@@ -143903,24 +143903,352 @@ var payment_builder = /*#__PURE__*/Object.freeze({
143903
143903
  genCardInscriptions: genCardInscriptions
143904
143904
  });
143905
143905
 
143906
- exports.accountBuilders = account_builder;
143907
- exports.bannerBuilders = banner_builder;
143908
- exports.billingDataBuilders = billingData_builder;
143909
- exports.catalogueBuilders = catalogue_builder;
143910
- exports.categoryBuilders = category_builder;
143911
- exports.countryBuilders = country_builder;
143912
- exports.couponBuilders = coupon_builder;
143913
- exports.fulfillmentBuilders = fulfillment_builder;
143914
- exports.imageBuilders = image_builder;
143915
- exports.notificationBuilders = notification_builder;
143916
- exports.orderBuilders = order_builder;
143917
- exports.paymentBuilders = payment_builder;
143918
- exports.productBuilders = product_builder;
143919
- exports.settingsBuilders = settings_builder;
143920
- exports.shippingAddressBuilders = shippingAddress_builder;
143921
- exports.shoppingCartBuilders = shoppingCart_builder;
143922
- exports.storeBuilders = store_builder;
143923
- exports.userBuilders = user_builder;
143924
- exports.utils = common_builder;
143925
- exports.vendorBuilders = vendor_builder;
143906
+ const accountBuilders$1 = {
143907
+ buildAccount: () => ({}),
143908
+ genAccounts: () => []
143909
+ };
143910
+ const bannerBuilders$1 = {
143911
+ buildBanner: () => ({}),
143912
+ buildBannerCoupon: () => ({}),
143913
+ buildBannerBenefits: () => ({}),
143914
+ genBannerBenefits: () => [],
143915
+ genBanners: () => [],
143916
+ buildBannerImage: () => ({}),
143917
+ genBannerImages: () => []
143918
+ };
143919
+ const billingDataBuilders$1 = {
143920
+ buildBillingData: () => ({}),
143921
+ genBillingData: () => []
143922
+ };
143923
+ const catalogueBuilders$1 = {
143924
+ buildCatalogue: () => ({}),
143925
+ genCatalogues: () => []
143926
+ };
143927
+ const categoryBuilders$1 = {
143928
+ buildCategory: () => ({}),
143929
+ genCategories: () => [],
143930
+ buildCategoryWithProducts: () => ({}),
143931
+ genCategoryWithProducts: () => []
143932
+ };
143933
+ const utils$1 = {
143934
+ commonDocumentTypes: [],
143935
+ ARDocumentTypes: [],
143936
+ BODocumentTypes: [],
143937
+ BRDocumentTypes: [],
143938
+ CLDocumentTypes: [],
143939
+ CODocumentTypes: [],
143940
+ ECDocumentTypes: [],
143941
+ PYDocumentTypes: [],
143942
+ PEDocumentTypes: [],
143943
+ UYDocumentTypes: [],
143944
+ VEDocumentTypes: [],
143945
+ USDocumentTypes: [],
143946
+ getPassword: () => "",
143947
+ getUsername: () => "",
143948
+ genId: () => "",
143949
+ genNumericId: () => 1,
143950
+ genWord: () => "",
143951
+ genAddress: () => "",
143952
+ genName: () => "",
143953
+ genEmail: () => "",
143954
+ genCompanyName: () => "",
143955
+ genParagraph: () => "",
143956
+ genTitle: () => "",
143957
+ genNumber: () => 1,
143958
+ getBoolean: () => true,
143959
+ genCountryName: () => "",
143960
+ genRandomImage: () => "",
143961
+ genWords: () => "",
143962
+ genURL: () => "",
143963
+ genDate: () => "",
143964
+ genBase64: () => "",
143965
+ genBiasBoolean: () => true,
143966
+ genDocument: () => "",
143967
+ genDocumentType: () => "CI",
143968
+ genMobilPhone: () => "",
143969
+ genCountry: () => ({}),
143970
+ fillNumber: () => "",
143971
+ chooseRandom: () => "",
143972
+ chooseRandomEnum: () => "",
143973
+ genSymbol: "",
143974
+ genIP: () => "",
143975
+ genItems: () => []
143976
+ };
143977
+ const countryBuilders$1 = {
143978
+ countriesCodes: [],
143979
+ buildCountryCurrency: () => ({}),
143980
+ genCountryCurrencies: () => [],
143981
+ buildCountry: () => ({}),
143982
+ genCountries: () => []
143983
+ };
143984
+ const couponBuilders$1 = {
143985
+ buildBenefit: () => ({}),
143986
+ genBenefits: () => [],
143987
+ buildAward: () => ({}),
143988
+ genAwards: () => [],
143989
+ buildWallet: () => ({}),
143990
+ genWallets: () => [],
143991
+ buildStoreCoupon: () => ({}),
143992
+ genStoreCoupons: () => [],
143993
+ buildProductCoupon: () => ({}),
143994
+ genProductCoupons: () => [],
143995
+ buildBenefitData: () => ({}),
143996
+ genBenefitData: () => [],
143997
+ buildCoupon: () => ({}),
143998
+ genCoupons: () => [],
143999
+ buildCouponCategory: () => ({}),
144000
+ genCouponCategories: () => [],
144001
+ buildCode: () => ({}),
144002
+ genCodes: () => [],
144003
+ buildToken: () => ({}),
144004
+ genTokens: () => [],
144005
+ buildStoreCouponDetail: () => ({}),
144006
+ genStoreCouponDetails: () => []
144007
+ };
144008
+ const fulfillmentBuilders$1 = {
144009
+ stepCategory: [],
144010
+ stepCode: [],
144011
+ buildIssue: () => ({}),
144012
+ genIssues: () => [],
144013
+ buildIssueAdditionalInfo: () => ({}),
144014
+ genIssueAdditionalInfo: () => [],
144015
+ buildIssueHistory: () => ({}),
144016
+ genIssueHistory: () => [],
144017
+ buildWorkflow: () => ({}),
144018
+ genWorkflows: () => [],
144019
+ buildStepNotification: () => ({}),
144020
+ genStepNotifications: () => [],
144021
+ buildStepWorkflow: () => ({}),
144022
+ genStepWorkflows: () => [],
144023
+ buildWebhookWorkflow: () => ({}),
144024
+ genWebhookWorkflows: () => [],
144025
+ buildStepWorkflowAdditionalInfo: () => ({}),
144026
+ genStepWorkflowAdditionalInfos: () => [],
144027
+ buildStepWorkflowGroup: () => ({}),
144028
+ genStepWorkflowGroups: () => [],
144029
+ buildTransitionWorkflow: () => ({}),
144030
+ genTransitionWorkflows: () => []
144031
+ };
144032
+ const imageBuilders$1 = {
144033
+ buildURLImage: () => ({}),
144034
+ genURLImages: () => [],
144035
+ buildCDNImage: () => ({}),
144036
+ genCDNImages: () => []
144037
+ };
144038
+ const notificationBuilders$1 = {
144039
+ buildNotification: () => ({}),
144040
+ genNotifications: () => [],
144041
+ buildNotificationUser: () => ({}),
144042
+ genNotificationUsers: () => [],
144043
+ buildNotificationStore: () => ({}),
144044
+ genNotificationStores: () => [],
144045
+ buildNotificationStep: () => ({}),
144046
+ genNotificationSteps: () => [],
144047
+ buildNotificationAdditionalInfo: () => ({}),
144048
+ genNotificationAdditionalInfos: () => [],
144049
+ buildNotificationExtraData: () => ({}),
144050
+ genNotificationExtraDatas: () => [],
144051
+ buildNotificationListItem: () => ({}),
144052
+ genNotificationListItems: () => []
144053
+ };
144054
+ const orderBuilders$1 = {
144055
+ orderStatusOptions: [],
144056
+ paymentStatus: [],
144057
+ allocationOptions: [],
144058
+ genSeqId: () => "",
144059
+ genReference: () => "",
144060
+ buildBaseOrder: () => ({}),
144061
+ genBaseOrders: () => [],
144062
+ buildOrderDetails: () => ({}),
144063
+ genOrderDetails: () => [],
144064
+ buildOrderStep: () => ({}),
144065
+ buildOrderStepAdditionalInfo: () => ({}),
144066
+ genOrderStepAdditionalInfos: () => [],
144067
+ buildOrderStepAdditionalInfoGroup: () => ({}),
144068
+ genOrderSteps: () => [],
144069
+ buildOrderDetailShippingCost: () => ({}),
144070
+ genOrderDetailShippingCosts: () => [],
144071
+ buildOrderRetry: () => ({}),
144072
+ buildStatus: () => ({}),
144073
+ genStatus: () => [],
144074
+ genOrderRetries: () => [],
144075
+ buildOrderPaymentMethod: () => ({}),
144076
+ genOrderPaymentMethods: () => [],
144077
+ buildOrderShoppingCart: () => ({}),
144078
+ buildOrderStoreAdditionalInfo: () => ({}),
144079
+ genOrderStoreAdditionalInfos: () => [],
144080
+ buildOrderStoreDelivery: () => ({}),
144081
+ genOrderStoreDeliveries: () => [],
144082
+ buildOrderStore: () => ({}),
144083
+ genOrderStores: () => [],
144084
+ buildOrderProductAttributes: () => ({}),
144085
+ genOrderProductAttributes: () => [],
144086
+ buildOrderProductAdditionalInfo: () => ({}),
144087
+ genOrderProductAdditionalInfos: () => [],
144088
+ buildOrderProductImage: () => ({}),
144089
+ genOrderProductImages: () => [],
144090
+ buildOrderBillProductAdditionalInfo: () => ({}),
144091
+ buildTaxCalculation: () => ({}),
144092
+ genTaxCalculations: () => [],
144093
+ buildTaxCalculations: () => ({}),
144094
+ buildOrderProductPriceCategory: () => ({}),
144095
+ genOrderProductPriceCategories: () => [],
144096
+ buildOrderProduct: () => ({}),
144097
+ genOrderProducts: () => [],
144098
+ buildOrderBillProduct: () => ({}),
144099
+ buildOrderProductBillTotal: () => ({}),
144100
+ buildOrderBillTotal: () => ({}),
144101
+ genOrderShoppingCarts: () => [],
144102
+ buildMetadataShipping: () => ({}),
144103
+ genMetadataShippings: () => [],
144104
+ buildBaseField: () => ({}),
144105
+ genBaseFields: () => [],
144106
+ buildZipCodeField: () => ({}),
144107
+ genZipCodeFields: () => [],
144108
+ buildIntegrationMessage: () => ({}),
144109
+ genIntegrationMessages: () => [],
144110
+ buildInjectionDetail: () => ({}),
144111
+ genInjectionDetails: () => [],
144112
+ buildOrderUser: () => ({}),
144113
+ genOrderUsers: () => [],
144114
+ buildOperatorInformation: () => ({}),
144115
+ genOperatorInformation: () => [],
144116
+ buildSuborder: () => ({}),
144117
+ genSuborders: () => [],
144118
+ buildPaymentMethodByOrder: () => ({}),
144119
+ genPaymentMethodByOrders: () => [],
144120
+ buildOrderRetryPaymentMethod: () => ({}),
144121
+ genOrderRetryPaymentMethods: () => []
144122
+ };
144123
+ const paymentBuilders$1 = {
144124
+ buildBasePaymentMethod: () => ({}),
144125
+ genBasePaymentMethods: () => [],
144126
+ buildPaymentMethod: () => ({}),
144127
+ genPaymentMethods: () => [],
144128
+ buildPaymentProvider: () => ({}),
144129
+ genPaymentProviders: () => [],
144130
+ buildCreditCardMapping: () => ({}),
144131
+ genCreditCardMappings: () => [],
144132
+ buildCardInscription: () => ({}),
144133
+ genCardInscriptions: () => []
144134
+ };
144135
+ const productBuilders$1 = {
144136
+ buildPriceCategoryTax: () => ({}),
144137
+ genPriceCategoryTaxes: () => [],
144138
+ buildPriceCategory: () => ({}),
144139
+ buildBaseProduct: () => ({}),
144140
+ genBaseProducts: () => [],
144141
+ MODIFIER_TYPES: [],
144142
+ buildProductAnswer: () => ({}),
144143
+ genProductAnswers: () => [],
144144
+ buildProductQuestion: () => ({}),
144145
+ genProductQuestions: () => [],
144146
+ buildProductDetails: () => ({}),
144147
+ genProductDetails: () => [],
144148
+ buildCartProductAnswer: () => ({}),
144149
+ genCartProductAnswers: () => [],
144150
+ buildCartProductQuestion: () => ({}),
144151
+ genCartProductQuestions: () => [],
144152
+ buildCartProduct: () => ({}),
144153
+ genCartProducts: () => []
144154
+ };
144155
+ const settingsBuilders$1 = {
144156
+ buildSettings: () => ({}),
144157
+ genSettings: () => [],
144158
+ buildUserSettings: () => ({}),
144159
+ genUserSettings: () => []
144160
+ };
144161
+ const shippingAddressBuilders$1 = {
144162
+ genStreetName: () => "",
144163
+ genStreetNumber: () => "",
144164
+ genLatitude: () => "",
144165
+ genLongitude: () => "",
144166
+ buildField: () => ({}),
144167
+ genFields: () => [],
144168
+ buildRule: () => ({}),
144169
+ buildMessage: () => ({}),
144170
+ genRules: () => [],
144171
+ genMessages: () => [],
144172
+ buildLivingPlace: () => ({}),
144173
+ genLivingPlaces: () => [],
144174
+ buildShippingAddress: () => ({}),
144175
+ genShippingAddress: () => []
144176
+ };
144177
+ const shoppingCartBuilders$1 = {
144178
+ buildBillTotalNormalCategory: () => ({}),
144179
+ buildBillTotal: () => ({}),
144180
+ buildCartStore: () => ({}),
144181
+ genCartStores: () => [],
144182
+ buildShoppingCart: () => ({}),
144183
+ buildShippingCost: () => ({}),
144184
+ buildShippingCostTax: () => ({}),
144185
+ genShippingCostTaxes: () => [],
144186
+ buildDiscount: () => ({}),
144187
+ genDiscounts: () => []
144188
+ };
144189
+ const storeBuilders$1 = {
144190
+ buildStore: () => ({}),
144191
+ buildDelivery: () => ({}),
144192
+ buildSchedule: () => ({}),
144193
+ buildService: () => ({}),
144194
+ genServices: () => [],
144195
+ genSchedules: () => [],
144196
+ genStores: () => [],
144197
+ buildGenericStoreLocation: () => ({}),
144198
+ genGenericStoreLocation: () => [],
144199
+ buildStoreLocation: () => ({}),
144200
+ genStoreLocation: () => []
144201
+ };
144202
+ const userBuilders$1 = {
144203
+ buildUser: () => ({}),
144204
+ genUsers: () => [],
144205
+ buildPhone: () => ({}),
144206
+ genPhones: () => []
144207
+ };
144208
+ const vendorBuilders$1 = {
144209
+ buildVendor: () => ({}),
144210
+ genVendors: () => []
144211
+ };
144212
+
144213
+ const utils = process.env.NODE_ENV === "production" ? utils$1 : utilsDev;
144214
+ const accountBuilders = process.env.NODE_ENV === "production" ? accountBuilders$1 : accountBuildersDev;
144215
+ const bannerBuilders = process.env.NODE_ENV === "production" ? bannerBuilders$1 : bannerBuildersDev;
144216
+ const billingDataBuilders = process.env.NODE_ENV === "production" ? billingDataBuilders$1 : billingDataBuildersDev;
144217
+ const categoryBuilders = process.env.NODE_ENV === "production" ? categoryBuilders$1 : categoryBuildersDev;
144218
+ const catalogueBuilders = process.env.NODE_ENV === "production" ? catalogueBuilders$1 : catalogueBuildersDev;
144219
+ const countryBuilders = process.env.NODE_ENV === "production" ? countryBuilders$1 : countryBuildersDev;
144220
+ const couponBuilders = process.env.NODE_ENV === "production" ? couponBuilders$1 : couponBuildersDev;
144221
+ const fulfillmentBuilders = process.env.NODE_ENV === "production" ? fulfillmentBuilders$1 : fulfillmentBuildersDev;
144222
+ const imageBuilders = process.env.NODE_ENV === "production" ? imageBuilders$1 : imageBuildersDev;
144223
+ const notificationBuilders = process.env.NODE_ENV === "production" ? notificationBuilders$1 : notificationBuildersDev;
144224
+ const orderBuilders = process.env.NODE_ENV === "production" ? orderBuilders$1 : orderBuildersDev;
144225
+ const productBuilders = process.env.NODE_ENV === "production" ? productBuilders$1 : productBuildersDev;
144226
+ const paymentBuilders = process.env.NODE_ENV === "production" ? paymentBuilders$1 : paymentBuildersDev;
144227
+ const settingsBuilders = process.env.NODE_ENV === "production" ? settingsBuilders$1 : settingsBuildersDev;
144228
+ const shippingAddressBuilders = process.env.NODE_ENV === "production" ? shippingAddressBuilders$1 : shippingAddressBuildersDev;
144229
+ const shoppingCartBuilders = process.env.NODE_ENV === "production" ? shoppingCartBuilders$1 : shoppingCartBuildersDev;
144230
+ const vendorBuilders = process.env.NODE_ENV === "production" ? vendorBuilders$1 : vendorBuildersDev;
144231
+ const storeBuilders = process.env.NODE_ENV === "production" ? storeBuilders$1 : storeBuildersDev;
144232
+ const userBuilders = process.env.NODE_ENV === "production" ? userBuilders$1 : userBuildersDev;
144233
+
144234
+ exports.accountBuilders = accountBuilders;
144235
+ exports.bannerBuilders = bannerBuilders;
144236
+ exports.billingDataBuilders = billingDataBuilders;
144237
+ exports.catalogueBuilders = catalogueBuilders;
144238
+ exports.categoryBuilders = categoryBuilders;
144239
+ exports.countryBuilders = countryBuilders;
144240
+ exports.couponBuilders = couponBuilders;
144241
+ exports.fulfillmentBuilders = fulfillmentBuilders;
144242
+ exports.imageBuilders = imageBuilders;
144243
+ exports.notificationBuilders = notificationBuilders;
144244
+ exports.orderBuilders = orderBuilders;
144245
+ exports.paymentBuilders = paymentBuilders;
144246
+ exports.productBuilders = productBuilders;
144247
+ exports.settingsBuilders = settingsBuilders;
144248
+ exports.shippingAddressBuilders = shippingAddressBuilders;
144249
+ exports.shoppingCartBuilders = shoppingCartBuilders;
144250
+ exports.storeBuilders = storeBuilders;
144251
+ exports.userBuilders = userBuilders;
144252
+ exports.utils = utils;
144253
+ exports.vendorBuilders = vendorBuilders;
143926
144254
  //# sourceMappingURL=bundle.cjs.js.map