@artisan-commerce/analytics-web 0.1.0-canary.9 → 0.1.0

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.
Files changed (414) hide show
  1. package/CHANGELOG.md +151 -0
  2. package/build/main.bundle.js +11 -11
  3. package/build/report.json +1 -1
  4. package/build/src/index.d.ts +3 -0
  5. package/build/src/lib/events/auth/changePasswordAttempt/changePasswordAttempt.types.d.ts +2 -1
  6. package/build/src/lib/events/auth/changePasswordFail/changePasswordFail.types.d.ts +2 -1
  7. package/build/src/lib/events/auth/changePasswordSuccess/changePasswordSuccess.types.d.ts +2 -1
  8. package/build/src/lib/events/auth/signIn/signIn.types.d.ts +2 -1
  9. package/build/src/lib/events/auth/signOut/signOut.types.d.ts +2 -1
  10. package/build/src/lib/events/auth/signUp/signUp.types.d.ts +2 -1
  11. package/build/src/lib/events/auth/signUpAttempt/signUpAttempt.types.d.ts +2 -1
  12. package/build/src/lib/events/banner/bannerImpression/bannerImpression.types.d.ts +2 -1
  13. package/build/src/lib/events/banner/selectBanner/selectBanner.types.d.ts +2 -1
  14. package/build/src/lib/events/billing/addBillingInfo/addBillingInfo.types.d.ts +2 -1
  15. package/build/src/lib/events/billing/selectBillingInfo/selectBillingInfo.types.d.ts +2 -1
  16. package/build/src/lib/events/billing/updateBillingInfo/updateBillingInfo.types.d.ts +2 -1
  17. package/build/src/lib/events/booking/bookAppointment/bookAppointment.types.d.ts +2 -1
  18. package/build/src/lib/events/category/categoryImpression/categoryImpression.types.d.ts +2 -1
  19. package/build/src/lib/events/category/searchCategoryAttempt/searchCategoryAttempt.types.d.ts +2 -1
  20. package/build/src/lib/events/category/selectCategory/selectCategory.types.d.ts +2 -1
  21. package/build/src/lib/events/category/viewCategory/viewCategory.types.d.ts +2 -1
  22. package/build/src/lib/events/checkout/checkoutAction/checkoutAction.types.d.ts +2 -1
  23. package/build/src/lib/events/checkout/initiateCheckout/initiateCheckout.types.d.ts +2 -1
  24. package/build/src/lib/events/coupon/applyBenefit/applyBenefit.types.d.ts +2 -1
  25. package/build/src/lib/events/coupon/couponCodeError/couponCodeError.types.d.ts +2 -1
  26. package/build/src/lib/events/coupon/redeemCouponCode/redeemCouponCode.types.d.ts +2 -1
  27. package/build/src/lib/events/coupon/removeBenefit/removeBenefit.types.d.ts +2 -1
  28. package/build/src/lib/events/coupon/viewBenefitDetails/viewBenefitDetails.types.d.ts +2 -1
  29. package/build/src/lib/events/coupon/viewBenefitsWallet/viewBenefitsWallet.types.d.ts +2 -1
  30. package/build/src/lib/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.types.d.ts +2 -1
  31. package/build/src/lib/events/credit/addCredits/addCredits.types.d.ts +2 -1
  32. package/build/src/lib/events/credit/spendCredits/spendCredits.types.d.ts +2 -1
  33. package/build/src/lib/events/credit/viewCredits/viewCredits.types.d.ts +2 -1
  34. package/build/src/lib/events/customEvent/customEvent.types.d.ts +3 -2
  35. package/build/src/lib/events/events.d.ts +5 -5
  36. package/build/src/lib/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.types.d.ts +2 -1
  37. package/build/src/lib/events/fulfillment/viewTracking/viewTracking.types.d.ts +2 -1
  38. package/build/src/lib/events/geo/changeLocation/changeLocation.d.ts +1 -1
  39. package/build/src/lib/events/geo/changeLocation/changeLocation.types.d.ts +6 -5
  40. package/build/src/lib/events/geo/findLocation/findLocation.d.ts +1 -1
  41. package/build/src/lib/events/geo/findLocation/findLocation.types.d.ts +2 -1
  42. package/build/src/lib/events/geo/index.d.ts +4 -4
  43. package/build/src/lib/events/geo/outOfCoverage/outOfCoverage.d.ts +1 -1
  44. package/build/src/lib/events/geo/outOfCoverage/outOfCoverage.types.d.ts +4 -3
  45. package/build/src/lib/events/geo/setLocation/setLocation.d.ts +1 -1
  46. package/build/src/lib/events/geo/setLocation/setLocation.types.d.ts +4 -3
  47. package/build/src/lib/events/help/requestAssistance/requestAssistance.types.d.ts +2 -1
  48. package/build/src/lib/events/loyalty/earnPoints/earnPoints.types.d.ts +2 -1
  49. package/build/src/lib/events/loyalty/sharePoints/sharePoints.types.d.ts +2 -1
  50. package/build/src/lib/events/loyalty/spendPoints/spendPoints.types.d.ts +2 -1
  51. package/build/src/lib/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.types.d.ts +2 -1
  52. package/build/src/lib/events/order/cancelOrder/cancelOrder.types.d.ts +2 -1
  53. package/build/src/lib/events/order/rateOrder/rateOrder.types.d.ts +2 -1
  54. package/build/src/lib/events/order/requestRefund/requestRefund.types.d.ts +2 -1
  55. package/build/src/lib/events/other/generateLead/generateLead.types.d.ts +2 -1
  56. package/build/src/lib/events/other/index.d.ts +1 -1
  57. package/build/src/lib/events/other/pageView/pageView.d.ts +1 -1
  58. package/build/src/lib/events/other/pageView/pageView.types.d.ts +2 -1
  59. package/build/src/lib/events/other/searchPageContent/searchPageContent.types.d.ts +2 -1
  60. package/build/src/lib/events/payment/changePaymentType/changePaymentType.types.d.ts +2 -1
  61. package/build/src/lib/events/payment/selectPaymentType/selectPaymentType.types.d.ts +2 -1
  62. package/build/src/lib/events/payment/setPaymentInfo/setPaymentInfo.types.d.ts +2 -1
  63. package/build/src/lib/events/product/customizeProduct/customizeProduct.types.d.ts +2 -1
  64. package/build/src/lib/events/product/filterProducts/filterProducts.types.d.ts +2 -1
  65. package/build/src/lib/events/product/productImpression/productImpression.types.d.ts +2 -1
  66. package/build/src/lib/events/product/searchProductAttempt/searchProductAttempt.types.d.ts +2 -1
  67. package/build/src/lib/events/product/searchProductNotFound/searchProductNotFound.types.d.ts +2 -1
  68. package/build/src/lib/events/product/searchProductSuccess/searchProductSuccess.types.d.ts +2 -1
  69. package/build/src/lib/events/product/selectProduct/selectProduct.types.d.ts +2 -1
  70. package/build/src/lib/events/product/sortProducts/sortProducts.types.d.ts +2 -1
  71. package/build/src/lib/events/product/viewProductDetails/viewProductDetails.types.d.ts +2 -1
  72. package/build/src/lib/events/purchase/purchaseAttempt/purchaseAttempt.types.d.ts +2 -1
  73. package/build/src/lib/events/purchase/purchaseFail/purchaseFail.types.d.ts +2 -1
  74. package/build/src/lib/events/purchase/purchaseSuccess/purchaseSuccess.types.d.ts +2 -1
  75. package/build/src/lib/events/settings/viewSettings/viewSettings.types.d.ts +2 -1
  76. package/build/src/lib/events/shipping/addShippingAddress/addShippingAddress.types.d.ts +4 -3
  77. package/build/src/lib/events/shipping/selectShippingAddress/selectShippingAddress.types.d.ts +4 -3
  78. package/build/src/lib/events/shipping/updateShippingAddress/updateShippingAddress.types.d.ts +2 -1
  79. package/build/src/lib/events/shoppingCart/addProductToCart/addProductToCart.types.d.ts +2 -1
  80. package/build/src/lib/events/shoppingCart/addProductToWishlist/addProductToWishlist.types.d.ts +2 -1
  81. package/build/src/lib/events/shoppingCart/clearCart/clearCart.types.d.ts +2 -1
  82. package/build/src/lib/events/shoppingCart/removeProductFromCart/removeProductFromCart.types.d.ts +2 -1
  83. package/build/src/lib/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.types.d.ts +2 -1
  84. package/build/src/lib/events/shoppingCart/updateProductInCart/updateProductInCart.types.d.ts +2 -1
  85. package/build/src/lib/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.types.d.ts +2 -1
  86. package/build/src/lib/events/shoppingCart/viewCart/viewCart.types.d.ts +2 -1
  87. package/build/src/lib/events/social/share/share.types.d.ts +2 -1
  88. package/build/src/lib/events/store/changeStore/changeStore.types.d.ts +2 -1
  89. package/build/src/lib/events/store/setStore/setStore.types.d.ts +2 -1
  90. package/build/src/lib/events/user/setUserInfo/setUserInfo.types.d.ts +2 -1
  91. package/build/src/lib/events/user/updateUserInfo/updateUserInfo.types.d.ts +2 -1
  92. package/build/src/lib/events/vendor/changeVendor/changeVendor.types.d.ts +2 -1
  93. package/build/src/lib/events/vendor/setVendor/setVendor.types.d.ts +2 -1
  94. package/build/src/lib/events/workflow/selectWorkflow/selectWorkflow.types.d.ts +2 -1
  95. package/build/src/lib/events/workflow/updateWorkflow/updateWorkflow.types.d.ts +2 -1
  96. package/build/src/lib/initAnalytics/initAnalytics.types.d.ts +27 -1
  97. package/build/src/lib/providers/AnalyticsProvider/AnalyticsProvider.d.ts +1 -1
  98. package/build/src/lib/providers/AnalyticsProvider/AnalyticsProvider.types.d.ts +2 -2
  99. package/build/src/lib/providers/FacebookPixel/FacebookPixel.types.d.ts +1 -1
  100. package/build/src/lib/providers/FacebookPixel/events/category/searchCategoryAttempt/searchCategoryAttempt.types.d.ts +2 -0
  101. package/build/src/lib/providers/FacebookPixel/events/loyalty/spendPoints/spendPoints.types.d.ts +2 -0
  102. package/build/src/lib/providers/FacebookPixel/events/other/searchPageContent/searchPageContent.types.d.ts +2 -0
  103. package/build/src/lib/providers/GlobalProvider/GlobalProvider.d.ts +1 -1
  104. package/build/src/lib/providers/Segment/Segment.d.ts +33 -0
  105. package/build/src/lib/providers/Segment/Segment.test.d.ts +1 -0
  106. package/build/src/lib/providers/Segment/Segment.types.d.ts +229 -0
  107. package/build/src/lib/providers/Segment/events/auth/changePasswordAttempt/changePasswordAttempt.d.ts +11 -0
  108. package/build/src/lib/providers/Segment/events/auth/changePasswordAttempt/changePasswordAttempt.test.d.ts +1 -0
  109. package/build/src/lib/providers/Segment/events/auth/changePasswordAttempt/changePasswordAttempt.types.d.ts +14 -0
  110. package/build/src/lib/providers/Segment/events/auth/changePasswordFail/changePasswordFail.d.ts +11 -0
  111. package/build/src/lib/providers/Segment/events/auth/changePasswordFail/changePasswordFail.test.d.ts +1 -0
  112. package/build/src/lib/providers/Segment/events/auth/changePasswordFail/changePasswordFail.types.d.ts +14 -0
  113. package/build/src/lib/providers/Segment/events/auth/changePasswordSuccess/changePasswordSuccess.d.ts +11 -0
  114. package/build/src/lib/providers/Segment/events/auth/changePasswordSuccess/changePasswordSuccess.test.d.ts +1 -0
  115. package/build/src/lib/providers/Segment/events/auth/changePasswordSuccess/changePasswordSuccess.types.d.ts +14 -0
  116. package/build/src/lib/providers/Segment/events/auth/index.d.ts +10 -0
  117. package/build/src/lib/providers/Segment/events/auth/index.test.d.ts +1 -0
  118. package/build/src/lib/providers/Segment/events/auth/signIn/signIn.d.ts +11 -0
  119. package/build/src/lib/providers/Segment/events/auth/signIn/signIn.test.d.ts +1 -0
  120. package/build/src/lib/providers/Segment/events/auth/signIn/signIn.types.d.ts +18 -0
  121. package/build/src/lib/providers/Segment/events/auth/signOut/signOut.d.ts +11 -0
  122. package/build/src/lib/providers/Segment/events/auth/signOut/signOut.test.d.ts +1 -0
  123. package/build/src/lib/providers/Segment/events/auth/signOut/signOut.types.d.ts +16 -0
  124. package/build/src/lib/providers/Segment/events/auth/signUp/signUp.d.ts +11 -0
  125. package/build/src/lib/providers/Segment/events/auth/signUp/signUp.test.d.ts +1 -0
  126. package/build/src/lib/providers/Segment/events/auth/signUp/signUp.types.d.ts +20 -0
  127. package/build/src/lib/providers/Segment/events/auth/signUpAttempt/signUpAttempt.d.ts +11 -0
  128. package/build/src/lib/providers/Segment/events/auth/signUpAttempt/signUpAttempt.test.d.ts +1 -0
  129. package/build/src/lib/providers/Segment/events/auth/signUpAttempt/signUpAttempt.types.d.ts +14 -0
  130. package/build/src/lib/providers/Segment/events/banner/bannerImpression/bannerImpression.d.ts +11 -0
  131. package/build/src/lib/providers/Segment/events/banner/bannerImpression/bannerImpression.test.d.ts +1 -0
  132. package/build/src/lib/providers/Segment/events/banner/bannerImpression/bannerImpression.types.d.ts +14 -0
  133. package/build/src/lib/providers/Segment/events/banner/index.d.ts +5 -0
  134. package/build/src/lib/providers/Segment/events/banner/index.test.d.ts +1 -0
  135. package/build/src/lib/providers/Segment/events/banner/selectBanner/selectBanner.d.ts +11 -0
  136. package/build/src/lib/providers/Segment/events/banner/selectBanner/selectBanner.test.d.ts +1 -0
  137. package/build/src/lib/providers/Segment/events/banner/selectBanner/selectBanner.types.d.ts +14 -0
  138. package/build/src/lib/providers/Segment/events/billing/addBillingInfo/addBillingInfo.d.ts +11 -0
  139. package/build/src/lib/providers/Segment/events/billing/addBillingInfo/addBillingInfo.test.d.ts +1 -0
  140. package/build/src/lib/providers/Segment/events/billing/addBillingInfo/addBillingInfo.types.d.ts +14 -0
  141. package/build/src/lib/providers/Segment/events/billing/index.d.ts +6 -0
  142. package/build/src/lib/providers/Segment/events/billing/index.test.d.ts +1 -0
  143. package/build/src/lib/providers/Segment/events/billing/selectBillingInfo/selectBillingInfo.d.ts +11 -0
  144. package/build/src/lib/providers/Segment/events/billing/selectBillingInfo/selectBillingInfo.test.d.ts +1 -0
  145. package/build/src/lib/providers/Segment/events/billing/selectBillingInfo/selectBillingInfo.types.d.ts +14 -0
  146. package/build/src/lib/providers/Segment/events/billing/updateBillingInfo/updateBillingInfo.d.ts +11 -0
  147. package/build/src/lib/providers/Segment/events/billing/updateBillingInfo/updateBillingInfo.test.d.ts +1 -0
  148. package/build/src/lib/providers/Segment/events/billing/updateBillingInfo/updateBillingInfo.types.d.ts +14 -0
  149. package/build/src/lib/providers/Segment/events/booking/bookAppointment/bookAppointment.d.ts +11 -0
  150. package/build/src/lib/providers/Segment/events/booking/bookAppointment/bookAppointment.test.d.ts +1 -0
  151. package/build/src/lib/providers/Segment/events/booking/bookAppointment/bookAppointment.types.d.ts +14 -0
  152. package/build/src/lib/providers/Segment/events/booking/index.d.ts +4 -0
  153. package/build/src/lib/providers/Segment/events/booking/index.test.d.ts +1 -0
  154. package/build/src/lib/providers/Segment/events/category/categoryImpression/categoryImpression.d.ts +11 -0
  155. package/build/src/lib/providers/Segment/events/category/categoryImpression/categoryImpression.test.d.ts +1 -0
  156. package/build/src/lib/providers/Segment/events/category/categoryImpression/categoryImpression.types.d.ts +14 -0
  157. package/build/src/lib/providers/Segment/events/category/index.d.ts +7 -0
  158. package/build/src/lib/providers/Segment/events/category/index.test.d.ts +1 -0
  159. package/build/src/lib/providers/Segment/events/category/searchCategoryAttempt/searchCategoryAttempt.d.ts +11 -0
  160. package/build/src/lib/providers/Segment/events/category/searchCategoryAttempt/searchCategoryAttempt.test.d.ts +1 -0
  161. package/build/src/lib/providers/Segment/events/category/searchCategoryAttempt/searchCategoryAttempt.types.d.ts +14 -0
  162. package/build/src/lib/providers/Segment/events/category/selectCategory/selectCategory.d.ts +11 -0
  163. package/build/src/lib/providers/Segment/events/category/selectCategory/selectCategory.test.d.ts +1 -0
  164. package/build/src/lib/providers/Segment/events/category/selectCategory/selectCategory.types.d.ts +14 -0
  165. package/build/src/lib/providers/Segment/events/category/viewCategory/viewCategory.d.ts +11 -0
  166. package/build/src/lib/providers/Segment/events/category/viewCategory/viewCategory.test.d.ts +1 -0
  167. package/build/src/lib/providers/Segment/events/category/viewCategory/viewCategory.types.d.ts +17 -0
  168. package/build/src/lib/providers/Segment/events/checkout/checkoutAction/checkoutAction.d.ts +11 -0
  169. package/build/src/lib/providers/Segment/events/checkout/checkoutAction/checkoutAction.test.d.ts +1 -0
  170. package/build/src/lib/providers/Segment/events/checkout/checkoutAction/checkoutAction.types.d.ts +14 -0
  171. package/build/src/lib/providers/Segment/events/checkout/index.d.ts +5 -0
  172. package/build/src/lib/providers/Segment/events/checkout/index.test.d.ts +1 -0
  173. package/build/src/lib/providers/Segment/events/checkout/initiateCheckout/initiateCheckout.d.ts +11 -0
  174. package/build/src/lib/providers/Segment/events/checkout/initiateCheckout/initiateCheckout.test.d.ts +1 -0
  175. package/build/src/lib/providers/Segment/events/checkout/initiateCheckout/initiateCheckout.types.d.ts +14 -0
  176. package/build/src/lib/providers/Segment/events/coupon/applyBenefit/applyBenefit.d.ts +11 -0
  177. package/build/src/lib/providers/Segment/events/coupon/applyBenefit/applyBenefit.test.d.ts +1 -0
  178. package/build/src/lib/providers/Segment/events/coupon/applyBenefit/applyBenefit.types.d.ts +14 -0
  179. package/build/src/lib/providers/Segment/events/coupon/couponCodeError/couponCodeError.d.ts +11 -0
  180. package/build/src/lib/providers/Segment/events/coupon/couponCodeError/couponCodeError.test.d.ts +1 -0
  181. package/build/src/lib/providers/Segment/events/coupon/couponCodeError/couponCodeError.types.d.ts +14 -0
  182. package/build/src/lib/providers/Segment/events/coupon/index.d.ts +10 -0
  183. package/build/src/lib/providers/Segment/events/coupon/index.test.d.ts +1 -0
  184. package/build/src/lib/providers/Segment/events/coupon/redeemCouponCode/redeemCouponCode.d.ts +11 -0
  185. package/build/src/lib/providers/Segment/events/coupon/redeemCouponCode/redeemCouponCode.test.d.ts +1 -0
  186. package/build/src/lib/providers/Segment/events/coupon/redeemCouponCode/redeemCouponCode.types.d.ts +14 -0
  187. package/build/src/lib/providers/Segment/events/coupon/removeBenefit/removeBenefit.d.ts +11 -0
  188. package/build/src/lib/providers/Segment/events/coupon/removeBenefit/removeBenefit.test.d.ts +1 -0
  189. package/build/src/lib/providers/Segment/events/coupon/removeBenefit/removeBenefit.types.d.ts +14 -0
  190. package/build/src/lib/providers/Segment/events/coupon/viewBenefitDetails/viewBenefitDetails.d.ts +11 -0
  191. package/build/src/lib/providers/Segment/events/coupon/viewBenefitDetails/viewBenefitDetails.test.d.ts +1 -0
  192. package/build/src/lib/providers/Segment/events/coupon/viewBenefitDetails/viewBenefitDetails.types.d.ts +14 -0
  193. package/build/src/lib/providers/Segment/events/coupon/viewBenefitsWallet/viewBenefitsWallet.d.ts +11 -0
  194. package/build/src/lib/providers/Segment/events/coupon/viewBenefitsWallet/viewBenefitsWallet.test.d.ts +1 -0
  195. package/build/src/lib/providers/Segment/events/coupon/viewBenefitsWallet/viewBenefitsWallet.types.d.ts +14 -0
  196. package/build/src/lib/providers/Segment/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.d.ts +11 -0
  197. package/build/src/lib/providers/Segment/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.test.d.ts +1 -0
  198. package/build/src/lib/providers/Segment/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.types.d.ts +14 -0
  199. package/build/src/lib/providers/Segment/events/credit/addCredits/addCredits.d.ts +11 -0
  200. package/build/src/lib/providers/Segment/events/credit/addCredits/addCredits.test.d.ts +1 -0
  201. package/build/src/lib/providers/Segment/events/credit/addCredits/addCredits.types.d.ts +14 -0
  202. package/build/src/lib/providers/Segment/events/credit/index.d.ts +6 -0
  203. package/build/src/lib/providers/Segment/events/credit/index.test.d.ts +1 -0
  204. package/build/src/lib/providers/Segment/events/credit/spendCredits/spendCredits.d.ts +11 -0
  205. package/build/src/lib/providers/Segment/events/credit/spendCredits/spendCredits.test.d.ts +1 -0
  206. package/build/src/lib/providers/Segment/events/credit/spendCredits/spendCredits.types.d.ts +14 -0
  207. package/build/src/lib/providers/Segment/events/credit/viewCredits/viewCredits.d.ts +11 -0
  208. package/build/src/lib/providers/Segment/events/credit/viewCredits/viewCredits.test.d.ts +1 -0
  209. package/build/src/lib/providers/Segment/events/credit/viewCredits/viewCredits.types.d.ts +14 -0
  210. package/build/src/lib/providers/Segment/events/customEvent/customEvent.d.ts +11 -0
  211. package/build/src/lib/providers/Segment/events/customEvent/customEvent.test.d.ts +1 -0
  212. package/build/src/lib/providers/Segment/events/customEvent/customEvent.types.d.ts +14 -0
  213. package/build/src/lib/providers/Segment/events/events.d.ts +26 -0
  214. package/build/src/lib/providers/Segment/events/events.test.d.ts +1 -0
  215. package/build/src/lib/providers/Segment/events/fulfillment/index.d.ts +5 -0
  216. package/build/src/lib/providers/Segment/events/fulfillment/index.test.d.ts +1 -0
  217. package/build/src/lib/providers/Segment/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.d.ts +11 -0
  218. package/build/src/lib/providers/Segment/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.test.d.ts +1 -0
  219. package/build/src/lib/providers/Segment/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.types.d.ts +14 -0
  220. package/build/src/lib/providers/Segment/events/fulfillment/viewTracking/viewTracking.d.ts +11 -0
  221. package/build/src/lib/providers/Segment/events/fulfillment/viewTracking/viewTracking.test.d.ts +1 -0
  222. package/build/src/lib/providers/Segment/events/fulfillment/viewTracking/viewTracking.types.d.ts +14 -0
  223. package/build/src/lib/providers/Segment/events/geo/changeLocation/changeLocation.d.ts +11 -0
  224. package/build/src/lib/providers/Segment/events/geo/changeLocation/changeLocation.test.d.ts +1 -0
  225. package/build/src/lib/providers/Segment/events/geo/changeLocation/changeLocation.types.d.ts +14 -0
  226. package/build/src/lib/providers/Segment/events/geo/findLocation/findLocation.d.ts +11 -0
  227. package/build/src/lib/providers/Segment/events/geo/findLocation/findLocation.test.d.ts +1 -0
  228. package/build/src/lib/providers/Segment/events/geo/findLocation/findLocation.types.d.ts +14 -0
  229. package/build/src/lib/providers/Segment/events/geo/index.d.ts +7 -0
  230. package/build/src/lib/providers/Segment/events/geo/index.test.d.ts +1 -0
  231. package/build/src/lib/providers/Segment/events/geo/outOfCoverage/outOfCoverage.d.ts +11 -0
  232. package/build/src/lib/providers/Segment/events/geo/outOfCoverage/outOfCoverage.test.d.ts +1 -0
  233. package/build/src/lib/providers/Segment/events/geo/outOfCoverage/outOfCoverage.types.d.ts +14 -0
  234. package/build/src/lib/providers/Segment/events/geo/setLocation/setLocation.d.ts +11 -0
  235. package/build/src/lib/providers/Segment/events/geo/setLocation/setLocation.test.d.ts +1 -0
  236. package/build/src/lib/providers/Segment/events/geo/setLocation/setLocation.types.d.ts +14 -0
  237. package/build/src/lib/providers/Segment/events/help/index.d.ts +4 -0
  238. package/build/src/lib/providers/Segment/events/help/index.test.d.ts +1 -0
  239. package/build/src/lib/providers/Segment/events/help/requestAssistance/requestAssistance.d.ts +11 -0
  240. package/build/src/lib/providers/Segment/events/help/requestAssistance/requestAssistance.test.d.ts +1 -0
  241. package/build/src/lib/providers/Segment/events/help/requestAssistance/requestAssistance.types.d.ts +14 -0
  242. package/build/src/lib/providers/Segment/events/loyalty/earnPoints/earnPoints.d.ts +11 -0
  243. package/build/src/lib/providers/Segment/events/loyalty/earnPoints/earnPoints.test.d.ts +1 -0
  244. package/build/src/lib/providers/Segment/events/loyalty/earnPoints/earnPoints.types.d.ts +14 -0
  245. package/build/src/lib/providers/Segment/events/loyalty/index.d.ts +7 -0
  246. package/build/src/lib/providers/Segment/events/loyalty/index.test.d.ts +1 -0
  247. package/build/src/lib/providers/Segment/events/loyalty/sharePoints/sharePoints.d.ts +11 -0
  248. package/build/src/lib/providers/Segment/events/loyalty/sharePoints/sharePoints.test.d.ts +1 -0
  249. package/build/src/lib/providers/Segment/events/loyalty/sharePoints/sharePoints.types.d.ts +14 -0
  250. package/build/src/lib/providers/Segment/events/loyalty/spendPoints/spendPoints.d.ts +11 -0
  251. package/build/src/lib/providers/Segment/events/loyalty/spendPoints/spendPoints.test.d.ts +1 -0
  252. package/build/src/lib/providers/Segment/events/loyalty/spendPoints/spendPoints.types.d.ts +14 -0
  253. package/build/src/lib/providers/Segment/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.d.ts +11 -0
  254. package/build/src/lib/providers/Segment/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.test.d.ts +1 -0
  255. package/build/src/lib/providers/Segment/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.types.d.ts +14 -0
  256. package/build/src/lib/providers/Segment/events/order/cancelOrder/cancelOrder.d.ts +11 -0
  257. package/build/src/lib/providers/Segment/events/order/cancelOrder/cancelOrder.test.d.ts +1 -0
  258. package/build/src/lib/providers/Segment/events/order/cancelOrder/cancelOrder.types.d.ts +19 -0
  259. package/build/src/lib/providers/Segment/events/order/index.d.ts +6 -0
  260. package/build/src/lib/providers/Segment/events/order/index.test.d.ts +1 -0
  261. package/build/src/lib/providers/Segment/events/order/rateOrder/rateOrder.d.ts +11 -0
  262. package/build/src/lib/providers/Segment/events/order/rateOrder/rateOrder.test.d.ts +1 -0
  263. package/build/src/lib/providers/Segment/events/order/rateOrder/rateOrder.types.d.ts +14 -0
  264. package/build/src/lib/providers/Segment/events/order/requestRefund/requestRefund.d.ts +11 -0
  265. package/build/src/lib/providers/Segment/events/order/requestRefund/requestRefund.test.d.ts +1 -0
  266. package/build/src/lib/providers/Segment/events/order/requestRefund/requestRefund.types.d.ts +17 -0
  267. package/build/src/lib/providers/Segment/events/other/generateLead/generateLead.d.ts +11 -0
  268. package/build/src/lib/providers/Segment/events/other/generateLead/generateLead.test.d.ts +1 -0
  269. package/build/src/lib/providers/Segment/events/other/generateLead/generateLead.types.d.ts +14 -0
  270. package/build/src/lib/providers/Segment/events/other/index.d.ts +6 -0
  271. package/build/src/lib/providers/Segment/events/other/index.test.d.ts +1 -0
  272. package/build/src/lib/providers/Segment/events/other/pageView/pageView.d.ts +11 -0
  273. package/build/src/lib/providers/Segment/events/other/pageView/pageView.test.d.ts +1 -0
  274. package/build/src/lib/providers/Segment/events/other/pageView/pageView.types.d.ts +14 -0
  275. package/build/src/lib/providers/Segment/events/other/searchPageContent/searchPageContent.d.ts +11 -0
  276. package/build/src/lib/providers/Segment/events/other/searchPageContent/searchPageContent.test.d.ts +1 -0
  277. package/build/src/lib/providers/Segment/events/other/searchPageContent/searchPageContent.types.d.ts +14 -0
  278. package/build/src/lib/providers/Segment/events/payment/changePaymentType/changePaymentType.d.ts +11 -0
  279. package/build/src/lib/providers/Segment/events/payment/changePaymentType/changePaymentType.test.d.ts +1 -0
  280. package/build/src/lib/providers/Segment/events/payment/changePaymentType/changePaymentType.types.d.ts +14 -0
  281. package/build/src/lib/providers/Segment/events/payment/index.d.ts +6 -0
  282. package/build/src/lib/providers/Segment/events/payment/index.test.d.ts +1 -0
  283. package/build/src/lib/providers/Segment/events/payment/selectPaymentType/selectPaymentType.d.ts +11 -0
  284. package/build/src/lib/providers/Segment/events/payment/selectPaymentType/selectPaymentType.test.d.ts +1 -0
  285. package/build/src/lib/providers/Segment/events/payment/selectPaymentType/selectPaymentType.types.d.ts +14 -0
  286. package/build/src/lib/providers/Segment/events/payment/setPaymentInfo/setPaymentInfo.d.ts +11 -0
  287. package/build/src/lib/providers/Segment/events/payment/setPaymentInfo/setPaymentInfo.test.d.ts +1 -0
  288. package/build/src/lib/providers/Segment/events/payment/setPaymentInfo/setPaymentInfo.types.d.ts +14 -0
  289. package/build/src/lib/providers/Segment/events/product/customizeProduct/customizeProduct.d.ts +11 -0
  290. package/build/src/lib/providers/Segment/events/product/customizeProduct/customizeProduct.test.d.ts +1 -0
  291. package/build/src/lib/providers/Segment/events/product/customizeProduct/customizeProduct.types.d.ts +13 -0
  292. package/build/src/lib/providers/Segment/events/product/filterProducts/filterProducts.d.ts +11 -0
  293. package/build/src/lib/providers/Segment/events/product/filterProducts/filterProducts.test.d.ts +1 -0
  294. package/build/src/lib/providers/Segment/events/product/filterProducts/filterProducts.types.d.ts +14 -0
  295. package/build/src/lib/providers/Segment/events/product/index.d.ts +12 -0
  296. package/build/src/lib/providers/Segment/events/product/index.test.d.ts +1 -0
  297. package/build/src/lib/providers/Segment/events/product/productImpression/productImpression.d.ts +11 -0
  298. package/build/src/lib/providers/Segment/events/product/productImpression/productImpression.test.d.ts +1 -0
  299. package/build/src/lib/providers/Segment/events/product/productImpression/productImpression.types.d.ts +13 -0
  300. package/build/src/lib/providers/Segment/events/product/searchProductAttempt/searchProductAttempt.d.ts +11 -0
  301. package/build/src/lib/providers/Segment/events/product/searchProductAttempt/searchProductAttempt.test.d.ts +1 -0
  302. package/build/src/lib/providers/Segment/events/product/searchProductAttempt/searchProductAttempt.types.d.ts +14 -0
  303. package/build/src/lib/providers/Segment/events/product/searchProductNotFound/searchProductNotFound.d.ts +11 -0
  304. package/build/src/lib/providers/Segment/events/product/searchProductNotFound/searchProductNotFound.test.d.ts +1 -0
  305. package/build/src/lib/providers/Segment/events/product/searchProductNotFound/searchProductNotFound.types.d.ts +14 -0
  306. package/build/src/lib/providers/Segment/events/product/searchProductSuccess/searchProductSuccess.d.ts +11 -0
  307. package/build/src/lib/providers/Segment/events/product/searchProductSuccess/searchProductSuccess.test.d.ts +1 -0
  308. package/build/src/lib/providers/Segment/events/product/searchProductSuccess/searchProductSuccess.types.d.ts +14 -0
  309. package/build/src/lib/providers/Segment/events/product/selectProduct/selectProduct.d.ts +11 -0
  310. package/build/src/lib/providers/Segment/events/product/selectProduct/selectProduct.test.d.ts +1 -0
  311. package/build/src/lib/providers/Segment/events/product/selectProduct/selectProduct.types.d.ts +13 -0
  312. package/build/src/lib/providers/Segment/events/product/sortProducts/sortProducts.d.ts +11 -0
  313. package/build/src/lib/providers/Segment/events/product/sortProducts/sortProducts.test.d.ts +1 -0
  314. package/build/src/lib/providers/Segment/events/product/sortProducts/sortProducts.types.d.ts +14 -0
  315. package/build/src/lib/providers/Segment/events/product/viewProductDetails/viewProductDetails.d.ts +11 -0
  316. package/build/src/lib/providers/Segment/events/product/viewProductDetails/viewProductDetails.test.d.ts +1 -0
  317. package/build/src/lib/providers/Segment/events/product/viewProductDetails/viewProductDetails.types.d.ts +13 -0
  318. package/build/src/lib/providers/Segment/events/purchase/index.d.ts +6 -0
  319. package/build/src/lib/providers/Segment/events/purchase/index.test.d.ts +1 -0
  320. package/build/src/lib/providers/Segment/events/purchase/purchaseAttempt/purchaseAttempt.d.ts +11 -0
  321. package/build/src/lib/providers/Segment/events/purchase/purchaseAttempt/purchaseAttempt.test.d.ts +1 -0
  322. package/build/src/lib/providers/Segment/events/purchase/purchaseAttempt/purchaseAttempt.types.d.ts +14 -0
  323. package/build/src/lib/providers/Segment/events/purchase/purchaseFail/purchaseFail.d.ts +11 -0
  324. package/build/src/lib/providers/Segment/events/purchase/purchaseFail/purchaseFail.test.d.ts +1 -0
  325. package/build/src/lib/providers/Segment/events/purchase/purchaseFail/purchaseFail.types.d.ts +14 -0
  326. package/build/src/lib/providers/Segment/events/purchase/purchaseSuccess/purchaseSuccess.d.ts +11 -0
  327. package/build/src/lib/providers/Segment/events/purchase/purchaseSuccess/purchaseSuccess.test.d.ts +1 -0
  328. package/build/src/lib/providers/Segment/events/purchase/purchaseSuccess/purchaseSuccess.types.d.ts +14 -0
  329. package/build/src/lib/providers/Segment/events/settings/index.d.ts +4 -0
  330. package/build/src/lib/providers/Segment/events/settings/index.test.d.ts +1 -0
  331. package/build/src/lib/providers/Segment/events/settings/viewSettings/viewSettings.d.ts +11 -0
  332. package/build/src/lib/providers/Segment/events/settings/viewSettings/viewSettings.test.d.ts +1 -0
  333. package/build/src/lib/providers/Segment/events/settings/viewSettings/viewSettings.types.d.ts +14 -0
  334. package/build/src/lib/providers/Segment/events/shipping/addShippingAddress/addShippingAddress.d.ts +11 -0
  335. package/build/src/lib/providers/Segment/events/shipping/addShippingAddress/addShippingAddress.test.d.ts +1 -0
  336. package/build/src/lib/providers/Segment/events/shipping/addShippingAddress/addShippingAddress.types.d.ts +16 -0
  337. package/build/src/lib/providers/Segment/events/shipping/index.d.ts +6 -0
  338. package/build/src/lib/providers/Segment/events/shipping/index.test.d.ts +1 -0
  339. package/build/src/lib/providers/Segment/events/shipping/selectShippingAddress/selectShippingAddress.d.ts +11 -0
  340. package/build/src/lib/providers/Segment/events/shipping/selectShippingAddress/selectShippingAddress.test.d.ts +1 -0
  341. package/build/src/lib/providers/Segment/events/shipping/selectShippingAddress/selectShippingAddress.types.d.ts +16 -0
  342. package/build/src/lib/providers/Segment/events/shipping/updateShippingAddress/updateShippingAddress.d.ts +11 -0
  343. package/build/src/lib/providers/Segment/events/shipping/updateShippingAddress/updateShippingAddress.test.d.ts +1 -0
  344. package/build/src/lib/providers/Segment/events/shipping/updateShippingAddress/updateShippingAddress.types.d.ts +16 -0
  345. package/build/src/lib/providers/Segment/events/shoppingCart/addProductToCart/addProductToCart.d.ts +11 -0
  346. package/build/src/lib/providers/Segment/events/shoppingCart/addProductToCart/addProductToCart.test.d.ts +1 -0
  347. package/build/src/lib/providers/Segment/events/shoppingCart/addProductToCart/addProductToCart.types.d.ts +14 -0
  348. package/build/src/lib/providers/Segment/events/shoppingCart/addProductToWishlist/addProductToWishlist.d.ts +11 -0
  349. package/build/src/lib/providers/Segment/events/shoppingCart/addProductToWishlist/addProductToWishlist.test.d.ts +1 -0
  350. package/build/src/lib/providers/Segment/events/shoppingCart/addProductToWishlist/addProductToWishlist.types.d.ts +14 -0
  351. package/build/src/lib/providers/Segment/events/shoppingCart/clearCart/clearCart.d.ts +11 -0
  352. package/build/src/lib/providers/Segment/events/shoppingCart/clearCart/clearCart.test.d.ts +1 -0
  353. package/build/src/lib/providers/Segment/events/shoppingCart/clearCart/clearCart.types.d.ts +14 -0
  354. package/build/src/lib/providers/Segment/events/shoppingCart/index.d.ts +11 -0
  355. package/build/src/lib/providers/Segment/events/shoppingCart/index.test.d.ts +1 -0
  356. package/build/src/lib/providers/Segment/events/shoppingCart/removeProductFromCart/removeProductFromCart.d.ts +11 -0
  357. package/build/src/lib/providers/Segment/events/shoppingCart/removeProductFromCart/removeProductFromCart.test.d.ts +1 -0
  358. package/build/src/lib/providers/Segment/events/shoppingCart/removeProductFromCart/removeProductFromCart.types.d.ts +14 -0
  359. package/build/src/lib/providers/Segment/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.d.ts +11 -0
  360. package/build/src/lib/providers/Segment/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.test.d.ts +1 -0
  361. package/build/src/lib/providers/Segment/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.types.d.ts +14 -0
  362. package/build/src/lib/providers/Segment/events/shoppingCart/updateProductInCart/updateProductInCart.d.ts +11 -0
  363. package/build/src/lib/providers/Segment/events/shoppingCart/updateProductInCart/updateProductInCart.test.d.ts +1 -0
  364. package/build/src/lib/providers/Segment/events/shoppingCart/updateProductInCart/updateProductInCart.types.d.ts +14 -0
  365. package/build/src/lib/providers/Segment/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.d.ts +11 -0
  366. package/build/src/lib/providers/Segment/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.test.d.ts +1 -0
  367. package/build/src/lib/providers/Segment/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.types.d.ts +14 -0
  368. package/build/src/lib/providers/Segment/events/shoppingCart/viewCart/viewCart.d.ts +11 -0
  369. package/build/src/lib/providers/Segment/events/shoppingCart/viewCart/viewCart.test.d.ts +1 -0
  370. package/build/src/lib/providers/Segment/events/shoppingCart/viewCart/viewCart.types.d.ts +17 -0
  371. package/build/src/lib/providers/Segment/events/social/index.d.ts +4 -0
  372. package/build/src/lib/providers/Segment/events/social/index.test.d.ts +1 -0
  373. package/build/src/lib/providers/Segment/events/social/share/share.d.ts +11 -0
  374. package/build/src/lib/providers/Segment/events/social/share/share.test.d.ts +1 -0
  375. package/build/src/lib/providers/Segment/events/social/share/share.types.d.ts +14 -0
  376. package/build/src/lib/providers/Segment/events/store/changeStore/changeStore.d.ts +11 -0
  377. package/build/src/lib/providers/Segment/events/store/changeStore/changeStore.test.d.ts +1 -0
  378. package/build/src/lib/providers/Segment/events/store/changeStore/changeStore.types.d.ts +14 -0
  379. package/build/src/lib/providers/Segment/events/store/index.d.ts +5 -0
  380. package/build/src/lib/providers/Segment/events/store/index.test.d.ts +1 -0
  381. package/build/src/lib/providers/Segment/events/store/setStore/setStore.d.ts +11 -0
  382. package/build/src/lib/providers/Segment/events/store/setStore/setStore.test.d.ts +1 -0
  383. package/build/src/lib/providers/Segment/events/store/setStore/setStore.types.d.ts +14 -0
  384. package/build/src/lib/providers/Segment/events/user/index.d.ts +5 -0
  385. package/build/src/lib/providers/Segment/events/user/index.test.d.ts +1 -0
  386. package/build/src/lib/providers/Segment/events/user/setUserInfo/setUserInfo.d.ts +11 -0
  387. package/build/src/lib/providers/Segment/events/user/setUserInfo/setUserInfo.test.d.ts +1 -0
  388. package/build/src/lib/providers/Segment/events/user/setUserInfo/setUserInfo.types.d.ts +16 -0
  389. package/build/src/lib/providers/Segment/events/user/updateUserInfo/updateUserInfo.d.ts +11 -0
  390. package/build/src/lib/providers/Segment/events/user/updateUserInfo/updateUserInfo.test.d.ts +1 -0
  391. package/build/src/lib/providers/Segment/events/user/updateUserInfo/updateUserInfo.types.d.ts +16 -0
  392. package/build/src/lib/providers/Segment/events/vendor/changeVendor/changeVendor.d.ts +11 -0
  393. package/build/src/lib/providers/Segment/events/vendor/changeVendor/changeVendor.test.d.ts +1 -0
  394. package/build/src/lib/providers/Segment/events/vendor/changeVendor/changeVendor.types.d.ts +14 -0
  395. package/build/src/lib/providers/Segment/events/vendor/index.d.ts +5 -0
  396. package/build/src/lib/providers/Segment/events/vendor/index.test.d.ts +1 -0
  397. package/build/src/lib/providers/Segment/events/vendor/setVendor/setVendor.d.ts +11 -0
  398. package/build/src/lib/providers/Segment/events/vendor/setVendor/setVendor.test.d.ts +1 -0
  399. package/build/src/lib/providers/Segment/events/vendor/setVendor/setVendor.types.d.ts +14 -0
  400. package/build/src/lib/providers/Segment/events/workflow/index.d.ts +5 -0
  401. package/build/src/lib/providers/Segment/events/workflow/index.test.d.ts +1 -0
  402. package/build/src/lib/providers/Segment/events/workflow/selectWorkflow/selectWorkflow.d.ts +11 -0
  403. package/build/src/lib/providers/Segment/events/workflow/selectWorkflow/selectWorkflow.test.d.ts +1 -0
  404. package/build/src/lib/providers/Segment/events/workflow/selectWorkflow/selectWorkflow.types.d.ts +14 -0
  405. package/build/src/lib/providers/Segment/events/workflow/updateWorkflow/updateWorkflow.d.ts +11 -0
  406. package/build/src/lib/providers/Segment/events/workflow/updateWorkflow/updateWorkflow.test.d.ts +1 -0
  407. package/build/src/lib/providers/Segment/events/workflow/updateWorkflow/updateWorkflow.types.d.ts +14 -0
  408. package/build/src/lib/providers/providers.d.ts +2 -0
  409. package/build/src/types/common.types.d.ts +4 -4
  410. package/build/src/types/event.types.d.ts +2 -1
  411. package/build/src/utils/events.utils.d.ts +25 -0
  412. package/build/src/utils/segment.utils.d.ts +8 -0
  413. package/build/src/utils/state.utils.d.ts +8 -0
  414. package/package.json +6 -6
package/build/report.json CHANGED
@@ -1 +1 @@
1
- [{"label":"main.bundle.js","isAsset":true,"statSize":774241,"parsedSize":460327,"gzipSize":83735,"groups":[{"label":"products/build","path":"./products/build","statSize":101267,"groups":[{"id":0,"label":"main.bundle.js","path":"./products/build/main.bundle.js","statSize":101267,"parsedSize":100679,"gzipSize":24189}],"parsedSize":100679,"gzipSize":24189},{"label":"shopping-cart/build","path":"./shopping-cart/build","statSize":198201,"groups":[{"id":1,"label":"main.bundle.js","path":"./shopping-cart/build/main.bundle.js","statSize":198201,"parsedSize":197347,"gzipSize":43857}],"parsedSize":197347,"gzipSize":43857},{"label":"state/build","path":"./state/build","statSize":1640,"groups":[{"id":2,"label":"main.bundle.js","path":"./state/build/main.bundle.js","statSize":1640,"parsedSize":1440,"gzipSize":624}],"parsedSize":1440,"gzipSize":624},{"id":3,"label":"package.json","path":"./package.json","statSize":3082,"parsedSize":2657,"gzipSize":1104},{"label":"src","path":"./src","statSize":470051,"groups":[{"id":5,"label":"index.ts + 297 modules (concatenated)","path":"./src/index.ts + 297 modules (concatenated)","statSize":470051,"parsedSize":157038,"gzipSize":14832,"concatenated":true,"groups":[{"label":"src","path":"./src/index.ts + 297 modules (concatenated)/src","statSize":455278,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/index.ts","statSize":584,"parsedSize":195,"gzipSize":18,"inaccurateSizes":true},{"label":"utils","path":"./src/index.ts + 297 modules (concatenated)/src/utils","statSize":15383,"groups":[{"id":null,"label":"state.utils.ts","path":"./src/index.ts + 297 modules (concatenated)/src/utils/state.utils.ts","statSize":974,"parsedSize":325,"gzipSize":30,"inaccurateSizes":true},{"id":null,"label":"logs.utils.ts","path":"./src/index.ts + 297 modules (concatenated)/src/utils/logs.utils.ts","statSize":5713,"parsedSize":1908,"gzipSize":180,"inaccurateSizes":true},{"id":null,"label":"events.utils.ts","path":"./src/index.ts + 297 modules (concatenated)/src/utils/events.utils.ts","statSize":4632,"parsedSize":1547,"gzipSize":146,"inaccurateSizes":true},{"id":null,"label":"common.utils.ts","path":"./src/index.ts + 297 modules (concatenated)/src/utils/common.utils.ts","statSize":941,"parsedSize":314,"gzipSize":29,"inaccurateSizes":true},{"id":null,"label":"validations.utils.ts","path":"./src/index.ts + 297 modules (concatenated)/src/utils/validations.utils.ts","statSize":3123,"parsedSize":1043,"gzipSize":98,"inaccurateSizes":true}],"parsedSize":5139,"gzipSize":485,"inaccurateSizes":true},{"label":"lib","path":"./src/index.ts + 297 modules (concatenated)/src/lib","statSize":439193,"groups":[{"label":"providers","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers","statSize":356103,"groups":[{"id":null,"label":"providers.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/providers.ts","statSize":283,"parsedSize":94,"gzipSize":8,"inaccurateSizes":true},{"label":"FacebookPixel","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel","statSize":164295,"groups":[{"id":null,"label":"FacebookPixel.types.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/FacebookPixel.types.ts","statSize":11,"parsedSize":3,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"FacebookPixel.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/FacebookPixel.ts","statSize":4250,"parsedSize":1419,"gzipSize":134,"inaccurateSizes":true},{"label":"events","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events","statSize":160034,"groups":[{"label":"customEvent","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/customEvent","statSize":1805,"groups":[{"id":null,"label":"customEvent.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/customEvent/customEvent.ts","statSize":1805,"parsedSize":603,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":603,"gzipSize":56,"inaccurateSizes":true},{"label":"auth","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth","statSize":12403,"groups":[{"label":"changePasswordAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordAttempt","statSize":1810,"groups":[{"id":null,"label":"changePasswordAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordAttempt/changePasswordAttempt.ts","statSize":1810,"parsedSize":604,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":604,"gzipSize":57,"inaccurateSizes":true},{"label":"signUpAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signUpAttempt","statSize":1770,"groups":[{"id":null,"label":"signUpAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signUpAttempt/signUpAttempt.ts","statSize":1770,"parsedSize":591,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":591,"gzipSize":55,"inaccurateSizes":true},{"label":"changePasswordFail","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordFail","statSize":1795,"groups":[{"id":null,"label":"changePasswordFail.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordFail/changePasswordFail.ts","statSize":1795,"parsedSize":599,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":599,"gzipSize":56,"inaccurateSizes":true},{"label":"changePasswordSuccess","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordSuccess","statSize":1810,"groups":[{"id":null,"label":"changePasswordSuccess.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordSuccess/changePasswordSuccess.ts","statSize":1810,"parsedSize":604,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":604,"gzipSize":57,"inaccurateSizes":true},{"label":"signIn","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signIn","statSize":1735,"groups":[{"id":null,"label":"signIn.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signIn/signIn.ts","statSize":1735,"parsedSize":579,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":579,"gzipSize":54,"inaccurateSizes":true},{"label":"signOut","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signOut","statSize":1740,"groups":[{"id":null,"label":"signOut.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signOut/signOut.ts","statSize":1740,"parsedSize":581,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":581,"gzipSize":54,"inaccurateSizes":true},{"label":"signUp","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signUp","statSize":1743,"groups":[{"id":null,"label":"signUp.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signUp/signUp.ts","statSize":1743,"parsedSize":582,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":582,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":4143,"gzipSize":391,"inaccurateSizes":true},{"label":"banner","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/banner","statSize":3550,"groups":[{"label":"bannerImpression","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/banner/bannerImpression","statSize":1785,"groups":[{"id":null,"label":"bannerImpression.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/banner/bannerImpression/bannerImpression.ts","statSize":1785,"parsedSize":596,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":596,"gzipSize":56,"inaccurateSizes":true},{"label":"selectBanner","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/banner/selectBanner","statSize":1765,"groups":[{"id":null,"label":"selectBanner.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/banner/selectBanner/selectBanner.ts","statSize":1765,"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":1186,"gzipSize":112,"inaccurateSizes":true},{"label":"billing","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing","statSize":5355,"groups":[{"label":"addBillingInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/addBillingInfo","statSize":1775,"groups":[{"id":null,"label":"addBillingInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/addBillingInfo/addBillingInfo.ts","statSize":1775,"parsedSize":593,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":593,"gzipSize":56,"inaccurateSizes":true},{"label":"selectBillingInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/selectBillingInfo","statSize":1790,"groups":[{"id":null,"label":"selectBillingInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/selectBillingInfo/selectBillingInfo.ts","statSize":1790,"parsedSize":598,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":598,"gzipSize":56,"inaccurateSizes":true},{"label":"updateBillingInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/updateBillingInfo","statSize":1790,"groups":[{"id":null,"label":"updateBillingInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/updateBillingInfo/updateBillingInfo.ts","statSize":1790,"parsedSize":598,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":598,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":1789,"gzipSize":168,"inaccurateSizes":true},{"label":"booking/bookAppointment","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/booking/bookAppointment","statSize":1767,"groups":[{"id":null,"label":"bookAppointment.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/booking/bookAppointment/bookAppointment.ts","statSize":1767,"parsedSize":590,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":590,"gzipSize":55,"inaccurateSizes":true},{"label":"category","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/category","statSize":7711,"groups":[{"label":"categoryImpression","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/categoryImpression","statSize":1973,"groups":[{"id":null,"label":"categoryImpression.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/categoryImpression/categoryImpression.ts","statSize":1973,"parsedSize":659,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":659,"gzipSize":62,"inaccurateSizes":true},{"label":"searchCategoryAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/searchCategoryAttempt","statSize":1842,"groups":[{"id":null,"label":"searchCategoryAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/searchCategoryAttempt/searchCategoryAttempt.ts","statSize":1842,"parsedSize":615,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":615,"gzipSize":58,"inaccurateSizes":true},{"label":"selectCategory","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/selectCategory","statSize":1953,"groups":[{"id":null,"label":"selectCategory.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/selectCategory/selectCategory.ts","statSize":1953,"parsedSize":652,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":652,"gzipSize":61,"inaccurateSizes":true},{"label":"viewCategory","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/viewCategory","statSize":1943,"groups":[{"id":null,"label":"viewCategory.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/viewCategory/viewCategory.ts","statSize":1943,"parsedSize":649,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":649,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":2576,"gzipSize":243,"inaccurateSizes":true},{"label":"checkout","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/checkout","statSize":4311,"groups":[{"label":"checkoutAction","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/checkout/checkoutAction","statSize":1775,"groups":[{"id":null,"label":"checkoutAction.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/checkout/checkoutAction/checkoutAction.ts","statSize":1775,"parsedSize":593,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":593,"gzipSize":56,"inaccurateSizes":true},{"label":"initiateCheckout","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/checkout/initiateCheckout","statSize":2536,"groups":[{"id":null,"label":"initiateCheckout.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/checkout/initiateCheckout/initiateCheckout.ts","statSize":2536,"parsedSize":847,"gzipSize":80,"inaccurateSizes":true}],"parsedSize":847,"gzipSize":80,"inaccurateSizes":true}],"parsedSize":1440,"gzipSize":136,"inaccurateSizes":true},{"label":"coupon","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon","statSize":13310,"groups":[{"label":"applyBenefit","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/applyBenefit","statSize":1990,"groups":[{"id":null,"label":"applyBenefit.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/applyBenefit/applyBenefit.ts","statSize":1990,"parsedSize":664,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":664,"gzipSize":62,"inaccurateSizes":true},{"label":"couponCodeError","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/couponCodeError","statSize":2005,"groups":[{"id":null,"label":"couponCodeError.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/couponCodeError/couponCodeError.ts","statSize":2005,"parsedSize":669,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":669,"gzipSize":63,"inaccurateSizes":true},{"label":"redeemCouponCode","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/redeemCouponCode","statSize":1785,"groups":[{"id":null,"label":"redeemCouponCode.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/redeemCouponCode/redeemCouponCode.ts","statSize":1785,"parsedSize":596,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":596,"gzipSize":56,"inaccurateSizes":true},{"label":"removeBenefit","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/removeBenefit","statSize":1995,"groups":[{"id":null,"label":"removeBenefit.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/removeBenefit/removeBenefit.ts","statSize":1995,"parsedSize":666,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":666,"gzipSize":62,"inaccurateSizes":true},{"label":"viewBenefitDetails","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewBenefitDetails","statSize":1985,"groups":[{"id":null,"label":"viewBenefitDetails.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewBenefitDetails/viewBenefitDetails.ts","statSize":1985,"parsedSize":663,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":663,"gzipSize":62,"inaccurateSizes":true},{"label":"viewBenefitsWallet","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewBenefitsWallet","statSize":1760,"groups":[{"id":null,"label":"viewBenefitsWallet.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewBenefitsWallet/viewBenefitsWallet.ts","statSize":1760,"parsedSize":587,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":587,"gzipSize":55,"inaccurateSizes":true},{"label":"viewQRStoreCoupon","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewQRStoreCoupon","statSize":1790,"groups":[{"id":null,"label":"viewQRStoreCoupon.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.ts","statSize":1790,"parsedSize":598,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":598,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":4446,"gzipSize":419,"inaccurateSizes":true},{"label":"credit","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit","statSize":5860,"groups":[{"label":"addCredits","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/addCredits","statSize":2045,"groups":[{"id":null,"label":"addCredits.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/addCredits/addCredits.ts","statSize":2045,"parsedSize":683,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":683,"gzipSize":64,"inaccurateSizes":true},{"label":"spendCredits","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/spendCredits","statSize":2055,"groups":[{"id":null,"label":"spendCredits.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/spendCredits/spendCredits.ts","statSize":2055,"parsedSize":686,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":686,"gzipSize":64,"inaccurateSizes":true},{"label":"viewCredits","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/viewCredits","statSize":1760,"groups":[{"id":null,"label":"viewCredits.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/viewCredits/viewCredits.ts","statSize":1760,"parsedSize":587,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":587,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":1957,"gzipSize":184,"inaccurateSizes":true},{"label":"fulfillment","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/fulfillment","statSize":3530,"groups":[{"label":"viewFulfillmentStep","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/fulfillment/viewFulfillmentStep","statSize":1765,"groups":[{"id":null,"label":"viewFulfillmentStep.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.ts","statSize":1765,"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":589,"gzipSize":55,"inaccurateSizes":true},{"label":"viewTracking","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/fulfillment/viewTracking","statSize":1765,"groups":[{"id":null,"label":"viewTracking.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/fulfillment/viewTracking/viewTracking.ts","statSize":1765,"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":1179,"gzipSize":111,"inaccurateSizes":true},{"label":"geo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo","statSize":7064,"groups":[{"label":"changeLocation","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/changeLocation","statSize":1775,"groups":[{"id":null,"label":"changeLocation.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/changeLocation/changeLocation.ts","statSize":1775,"parsedSize":593,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":593,"gzipSize":56,"inaccurateSizes":true},{"label":"findLocation","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/findLocation","statSize":1759,"groups":[{"id":null,"label":"findLocation.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/findLocation/findLocation.ts","statSize":1759,"parsedSize":587,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":587,"gzipSize":55,"inaccurateSizes":true},{"label":"outOfCoverage","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/outOfCoverage","statSize":1770,"groups":[{"id":null,"label":"outOfCoverage.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/outOfCoverage/outOfCoverage.ts","statSize":1770,"parsedSize":591,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":591,"gzipSize":55,"inaccurateSizes":true},{"label":"setLocation","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/setLocation","statSize":1760,"groups":[{"id":null,"label":"setLocation.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/setLocation/setLocation.ts","statSize":1760,"parsedSize":587,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":587,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":2359,"gzipSize":222,"inaccurateSizes":true},{"label":"help/requestAssistance","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/help/requestAssistance","statSize":1774,"groups":[{"id":null,"label":"requestAssistance.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/help/requestAssistance/requestAssistance.ts","statSize":1774,"parsedSize":592,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":592,"gzipSize":55,"inaccurateSizes":true},{"label":"loyalty","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty","statSize":7060,"groups":[{"label":"earnPoints","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/earnPoints","statSize":1755,"groups":[{"id":null,"label":"earnPoints.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/earnPoints/earnPoints.ts","statSize":1755,"parsedSize":586,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":586,"gzipSize":55,"inaccurateSizes":true},{"label":"sharePoints","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/sharePoints","statSize":1760,"groups":[{"id":null,"label":"sharePoints.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/sharePoints/sharePoints.ts","statSize":1760,"parsedSize":587,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":587,"gzipSize":55,"inaccurateSizes":true},{"label":"spendPoints","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/spendPoints","statSize":1760,"groups":[{"id":null,"label":"spendPoints.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/spendPoints/spendPoints.ts","statSize":1760,"parsedSize":587,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":587,"gzipSize":55,"inaccurateSizes":true},{"label":"viewLoyaltyLevel","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/viewLoyaltyLevel","statSize":1785,"groups":[{"id":null,"label":"viewLoyaltyLevel.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.ts","statSize":1785,"parsedSize":596,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":596,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":2358,"gzipSize":222,"inaccurateSizes":true},{"label":"order","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/order","statSize":5729,"groups":[{"label":"cancelOrder","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/cancelOrder","statSize":1760,"groups":[{"id":null,"label":"cancelOrder.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/cancelOrder/cancelOrder.ts","statSize":1760,"parsedSize":587,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":587,"gzipSize":55,"inaccurateSizes":true},{"label":"rateOrder","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/rateOrder","statSize":1909,"groups":[{"id":null,"label":"rateOrder.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/rateOrder/rateOrder.ts","statSize":1909,"parsedSize":637,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":637,"gzipSize":60,"inaccurateSizes":true},{"label":"requestRefund","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/requestRefund","statSize":2060,"groups":[{"id":null,"label":"requestRefund.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/requestRefund/requestRefund.ts","statSize":2060,"parsedSize":688,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":688,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":1913,"gzipSize":180,"inaccurateSizes":true},{"label":"other","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/other","statSize":5358,"groups":[{"label":"generateLead","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/generateLead","statSize":1751,"groups":[{"id":null,"label":"generateLead.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/generateLead/generateLead.ts","statSize":1751,"parsedSize":584,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":584,"gzipSize":55,"inaccurateSizes":true},{"label":"pageView","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/pageView","statSize":1783,"groups":[{"id":null,"label":"pageView.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/pageView/pageView.ts","statSize":1783,"parsedSize":595,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":595,"gzipSize":56,"inaccurateSizes":true},{"label":"searchPageContent","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/searchPageContent","statSize":1824,"groups":[{"id":null,"label":"searchPageContent.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/searchPageContent/searchPageContent.ts","statSize":1824,"parsedSize":609,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":609,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":1790,"gzipSize":169,"inaccurateSizes":true},{"label":"payment","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment","statSize":6036,"groups":[{"label":"changePaymentType","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/changePaymentType","statSize":2015,"groups":[{"id":null,"label":"changePaymentType.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/changePaymentType/changePaymentType.ts","statSize":2015,"parsedSize":673,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":673,"gzipSize":63,"inaccurateSizes":true},{"label":"selectPaymentType","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/selectPaymentType","statSize":2015,"groups":[{"id":null,"label":"selectPaymentType.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/selectPaymentType/selectPaymentType.ts","statSize":2015,"parsedSize":673,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":673,"gzipSize":63,"inaccurateSizes":true},{"label":"setPaymentInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/setPaymentInfo","statSize":2006,"groups":[{"id":null,"label":"setPaymentInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/setPaymentInfo/setPaymentInfo.ts","statSize":2006,"parsedSize":670,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":670,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":2016,"gzipSize":190,"inaccurateSizes":true},{"label":"product","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product","statSize":17784,"groups":[{"label":"customizeProduct","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/customizeProduct","statSize":1951,"groups":[{"id":null,"label":"customizeProduct.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/customizeProduct/customizeProduct.ts","statSize":1951,"parsedSize":651,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":651,"gzipSize":61,"inaccurateSizes":true},{"label":"filterProducts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/filterProducts","statSize":1775,"groups":[{"id":null,"label":"filterProducts.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/filterProducts/filterProducts.ts","statSize":1775,"parsedSize":593,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":593,"gzipSize":56,"inaccurateSizes":true},{"label":"productImpression","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/productImpression","statSize":2304,"groups":[{"id":null,"label":"productImpression.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/productImpression/productImpression.ts","statSize":2304,"parsedSize":769,"gzipSize":72,"inaccurateSizes":true}],"parsedSize":769,"gzipSize":72,"inaccurateSizes":true},{"label":"searchProductSuccess","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductSuccess","statSize":1813,"groups":[{"id":null,"label":"searchProductSuccess.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductSuccess/searchProductSuccess.ts","statSize":1813,"parsedSize":605,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":605,"gzipSize":57,"inaccurateSizes":true},{"label":"searchProductAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductAttempt","statSize":1801,"groups":[{"id":null,"label":"searchProductAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductAttempt/searchProductAttempt.ts","statSize":1801,"parsedSize":601,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":601,"gzipSize":56,"inaccurateSizes":true},{"label":"searchProductNotFound","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductNotFound","statSize":1817,"groups":[{"id":null,"label":"searchProductNotFound.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductNotFound/searchProductNotFound.ts","statSize":1817,"parsedSize":607,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":607,"gzipSize":57,"inaccurateSizes":true},{"label":"selectProduct","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/selectProduct","statSize":2284,"groups":[{"id":null,"label":"selectProduct.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/selectProduct/selectProduct.ts","statSize":2284,"parsedSize":763,"gzipSize":72,"inaccurateSizes":true}],"parsedSize":763,"gzipSize":72,"inaccurateSizes":true},{"label":"sortProducts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/sortProducts","statSize":1765,"groups":[{"id":null,"label":"sortProducts.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/sortProducts/sortProducts.ts","statSize":1765,"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":589,"gzipSize":55,"inaccurateSizes":true},{"label":"viewProductDetails","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/viewProductDetails","statSize":2274,"groups":[{"id":null,"label":"viewProductDetails.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/viewProductDetails/viewProductDetails.ts","statSize":2274,"parsedSize":759,"gzipSize":71,"inaccurateSizes":true}],"parsedSize":759,"gzipSize":71,"inaccurateSizes":true}],"parsedSize":5941,"gzipSize":561,"inaccurateSizes":true},{"label":"purchase","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase","statSize":7583,"groups":[{"label":"purchaseAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseAttempt","statSize":2537,"groups":[{"id":null,"label":"purchaseAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseAttempt/purchaseAttempt.ts","statSize":2537,"parsedSize":847,"gzipSize":80,"inaccurateSizes":true}],"parsedSize":847,"gzipSize":80,"inaccurateSizes":true},{"label":"purchaseFail","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseFail","statSize":2522,"groups":[{"id":null,"label":"purchaseFail.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseFail/purchaseFail.ts","statSize":2522,"parsedSize":842,"gzipSize":79,"inaccurateSizes":true}],"parsedSize":842,"gzipSize":79,"inaccurateSizes":true},{"label":"purchaseSuccess","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseSuccess","statSize":2524,"groups":[{"id":null,"label":"purchaseSuccess.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseSuccess/purchaseSuccess.ts","statSize":2524,"parsedSize":843,"gzipSize":79,"inaccurateSizes":true}],"parsedSize":843,"gzipSize":79,"inaccurateSizes":true}],"parsedSize":2533,"gzipSize":239,"inaccurateSizes":true},{"label":"settings/viewSettings","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/settings/viewSettings","statSize":1765,"groups":[{"id":null,"label":"viewSettings.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/settings/viewSettings/viewSettings.ts","statSize":1765,"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":589,"gzipSize":55,"inaccurateSizes":true},{"label":"shipping","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping","statSize":5380,"groups":[{"label":"addShippingAddress","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/addShippingAddress","statSize":1760,"groups":[{"id":null,"label":"addShippingAddress.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/addShippingAddress/addShippingAddress.ts","statSize":1760,"parsedSize":587,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":587,"gzipSize":55,"inaccurateSizes":true},{"label":"selectShippingAddress","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/selectShippingAddress","statSize":1810,"groups":[{"id":null,"label":"selectShippingAddress.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/selectShippingAddress/selectShippingAddress.ts","statSize":1810,"parsedSize":604,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":604,"gzipSize":57,"inaccurateSizes":true},{"label":"updateShippingAddress","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/updateShippingAddress","statSize":1810,"groups":[{"id":null,"label":"updateShippingAddress.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/updateShippingAddress/updateShippingAddress.ts","statSize":1810,"parsedSize":604,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":604,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":1797,"gzipSize":169,"inaccurateSizes":true},{"label":"shoppingCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart","statSize":18469,"groups":[{"label":"addProductToCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/addProductToCart","statSize":2544,"groups":[{"id":null,"label":"addProductToCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/addProductToCart/addProductToCart.ts","statSize":2544,"parsedSize":849,"gzipSize":80,"inaccurateSizes":true}],"parsedSize":849,"gzipSize":80,"inaccurateSizes":true},{"label":"addProductToWishlist","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/addProductToWishlist","statSize":2415,"groups":[{"id":null,"label":"addProductToWishlist.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/addProductToWishlist/addProductToWishlist.ts","statSize":2415,"parsedSize":806,"gzipSize":76,"inaccurateSizes":true}],"parsedSize":806,"gzipSize":76,"inaccurateSizes":true},{"label":"clearCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/clearCart","statSize":1750,"groups":[{"id":null,"label":"clearCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/clearCart/clearCart.ts","statSize":1750,"parsedSize":584,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":584,"gzipSize":55,"inaccurateSizes":true},{"label":"removeProductFromCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/removeProductFromCart","statSize":2547,"groups":[{"id":null,"label":"removeProductFromCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/removeProductFromCart/removeProductFromCart.ts","statSize":2547,"parsedSize":850,"gzipSize":80,"inaccurateSizes":true}],"parsedSize":850,"gzipSize":80,"inaccurateSizes":true},{"label":"removeProductFromWishlist","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/removeProductFromWishlist","statSize":2453,"groups":[{"id":null,"label":"removeProductFromWishlist.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.ts","statSize":2453,"parsedSize":819,"gzipSize":77,"inaccurateSizes":true}],"parsedSize":819,"gzipSize":77,"inaccurateSizes":true},{"label":"updateProductInCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/updateProductInCart","statSize":2572,"groups":[{"id":null,"label":"updateProductInCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/updateProductInCart/updateProductInCart.ts","statSize":2572,"parsedSize":859,"gzipSize":81,"inaccurateSizes":true}],"parsedSize":859,"gzipSize":81,"inaccurateSizes":true},{"label":"updateProductInWishlist","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/updateProductInWishlist","statSize":2443,"groups":[{"id":null,"label":"updateProductInWishlist.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.ts","statSize":2443,"parsedSize":816,"gzipSize":77,"inaccurateSizes":true}],"parsedSize":816,"gzipSize":77,"inaccurateSizes":true},{"label":"viewCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/viewCart","statSize":1745,"groups":[{"id":null,"label":"viewCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/viewCart/viewCart.ts","statSize":1745,"parsedSize":582,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":582,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":6170,"gzipSize":582,"inaccurateSizes":true},{"label":"social/share","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/social/share","statSize":1730,"groups":[{"id":null,"label":"share.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/social/share/share.ts","statSize":1730,"parsedSize":577,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":577,"gzipSize":54,"inaccurateSizes":true},{"label":"store","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/store","statSize":4100,"groups":[{"label":"changeStore","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/store/changeStore","statSize":2202,"groups":[{"id":null,"label":"changeStore.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/store/changeStore/changeStore.ts","statSize":2202,"parsedSize":735,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":735,"gzipSize":69,"inaccurateSizes":true},{"label":"setStore","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/store/setStore","statSize":1898,"groups":[{"id":null,"label":"setStore.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/store/setStore/setStore.ts","statSize":1898,"parsedSize":634,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":634,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":1369,"gzipSize":129,"inaccurateSizes":true},{"label":"user","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/user","statSize":3535,"groups":[{"label":"setUserInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/user/setUserInfo","statSize":1760,"groups":[{"id":null,"label":"setUserInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/user/setUserInfo/setUserInfo.ts","statSize":1760,"parsedSize":587,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":587,"gzipSize":55,"inaccurateSizes":true},{"label":"updateUserInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/user/updateUserInfo","statSize":1775,"groups":[{"id":null,"label":"updateUserInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/user/updateUserInfo/updateUserInfo.ts","statSize":1775,"parsedSize":593,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":593,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":1180,"gzipSize":111,"inaccurateSizes":true},{"label":"vendor","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/vendor","statSize":3515,"groups":[{"label":"changeVendor","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/vendor/changeVendor","statSize":1765,"groups":[{"id":null,"label":"changeVendor.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/vendor/changeVendor/changeVendor.ts","statSize":1765,"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":589,"gzipSize":55,"inaccurateSizes":true},{"label":"setVendor","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/vendor/setVendor","statSize":1750,"groups":[{"id":null,"label":"setVendor.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/vendor/setVendor/setVendor.ts","statSize":1750,"parsedSize":584,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":584,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":1174,"gzipSize":110,"inaccurateSizes":true},{"label":"workflow","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/workflow","statSize":3550,"groups":[{"label":"selectWorkflow","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/workflow/selectWorkflow","statSize":1775,"groups":[{"id":null,"label":"selectWorkflow.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/workflow/selectWorkflow/selectWorkflow.ts","statSize":1775,"parsedSize":593,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":593,"gzipSize":56,"inaccurateSizes":true},{"label":"updateWorkflow","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/workflow/updateWorkflow","statSize":1775,"groups":[{"id":null,"label":"updateWorkflow.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/FacebookPixel/events/workflow/updateWorkflow/updateWorkflow.ts","statSize":1775,"parsedSize":593,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":593,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":1186,"gzipSize":112,"inaccurateSizes":true}],"parsedSize":53465,"gzipSize":5049,"inaccurateSizes":true}],"parsedSize":54888,"gzipSize":5184,"inaccurateSizes":true},{"label":"GoogleAnalytics","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics","statSize":184099,"groups":[{"id":null,"label":"GoogleAnalytics.types.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/GoogleAnalytics.types.ts","statSize":11,"parsedSize":3,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"GoogleAnalytics.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/GoogleAnalytics.ts","statSize":4726,"parsedSize":1578,"gzipSize":149,"inaccurateSizes":true},{"label":"events","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events","statSize":179362,"groups":[{"label":"customEvent","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/customEvent","statSize":2043,"groups":[{"id":null,"label":"customEvent.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/customEvent/customEvent.ts","statSize":2043,"parsedSize":682,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":682,"gzipSize":64,"inaccurateSizes":true},{"label":"auth","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth","statSize":14063,"groups":[{"label":"changePasswordAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordAttempt","statSize":2049,"groups":[{"id":null,"label":"changePasswordAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordAttempt/changePasswordAttempt.ts","statSize":2049,"parsedSize":684,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":684,"gzipSize":64,"inaccurateSizes":true},{"label":"signUpAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signUpAttempt","statSize":2009,"groups":[{"id":null,"label":"signUpAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signUpAttempt/signUpAttempt.ts","statSize":2009,"parsedSize":671,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":671,"gzipSize":63,"inaccurateSizes":true},{"label":"changePasswordFail","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordFail","statSize":2034,"groups":[{"id":null,"label":"changePasswordFail.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordFail/changePasswordFail.ts","statSize":2034,"parsedSize":679,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":679,"gzipSize":64,"inaccurateSizes":true},{"label":"changePasswordSuccess","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordSuccess","statSize":2049,"groups":[{"id":null,"label":"changePasswordSuccess.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordSuccess/changePasswordSuccess.ts","statSize":2049,"parsedSize":684,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":684,"gzipSize":64,"inaccurateSizes":true},{"label":"signIn","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signIn","statSize":1971,"groups":[{"id":null,"label":"signIn.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signIn/signIn.ts","statSize":1971,"parsedSize":658,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":658,"gzipSize":62,"inaccurateSizes":true},{"label":"signOut","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signOut","statSize":1978,"groups":[{"id":null,"label":"signOut.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signOut/signOut.ts","statSize":1978,"parsedSize":660,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":660,"gzipSize":62,"inaccurateSizes":true},{"label":"signUp","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signUp","statSize":1973,"groups":[{"id":null,"label":"signUp.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signUp/signUp.ts","statSize":1973,"parsedSize":659,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":659,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":4698,"gzipSize":443,"inaccurateSizes":true},{"label":"banner","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/banner","statSize":4051,"groups":[{"label":"bannerImpression","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/banner/bannerImpression","statSize":2023,"groups":[{"id":null,"label":"bannerImpression.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/banner/bannerImpression/bannerImpression.ts","statSize":2023,"parsedSize":675,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":675,"gzipSize":63,"inaccurateSizes":true},{"label":"selectBanner","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/banner/selectBanner","statSize":2028,"groups":[{"id":null,"label":"selectBanner.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/banner/selectBanner/selectBanner.ts","statSize":2028,"parsedSize":677,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":677,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":1353,"gzipSize":127,"inaccurateSizes":true},{"label":"billing","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing","statSize":6072,"groups":[{"label":"addBillingInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/addBillingInfo","statSize":2014,"groups":[{"id":null,"label":"addBillingInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/addBillingInfo/addBillingInfo.ts","statSize":2014,"parsedSize":672,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":672,"gzipSize":63,"inaccurateSizes":true},{"label":"selectBillingInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/selectBillingInfo","statSize":2029,"groups":[{"id":null,"label":"selectBillingInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/selectBillingInfo/selectBillingInfo.ts","statSize":2029,"parsedSize":677,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":677,"gzipSize":64,"inaccurateSizes":true},{"label":"updateBillingInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/updateBillingInfo","statSize":2029,"groups":[{"id":null,"label":"updateBillingInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/updateBillingInfo/updateBillingInfo.ts","statSize":2029,"parsedSize":677,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":677,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":2028,"gzipSize":191,"inaccurateSizes":true},{"label":"booking/bookAppointment","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/booking/bookAppointment","statSize":2018,"groups":[{"id":null,"label":"bookAppointment.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/booking/bookAppointment/bookAppointment.ts","statSize":2018,"parsedSize":674,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":674,"gzipSize":63,"inaccurateSizes":true},{"label":"category","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category","statSize":9019,"groups":[{"label":"categoryImpression","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/categoryImpression","statSize":2484,"groups":[{"id":null,"label":"categoryImpression.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/categoryImpression/categoryImpression.ts","statSize":2484,"parsedSize":829,"gzipSize":78,"inaccurateSizes":true}],"parsedSize":829,"gzipSize":78,"inaccurateSizes":true},{"label":"searchCategoryAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/searchCategoryAttempt","statSize":2083,"groups":[{"id":null,"label":"searchCategoryAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/searchCategoryAttempt/searchCategoryAttempt.ts","statSize":2083,"parsedSize":695,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":695,"gzipSize":65,"inaccurateSizes":true},{"label":"selectCategory","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/selectCategory","statSize":2277,"groups":[{"id":null,"label":"selectCategory.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/selectCategory/selectCategory.ts","statSize":2277,"parsedSize":760,"gzipSize":71,"inaccurateSizes":true}],"parsedSize":760,"gzipSize":71,"inaccurateSizes":true},{"label":"viewCategory","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/viewCategory","statSize":2175,"groups":[{"id":null,"label":"viewCategory.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/viewCategory/viewCategory.ts","statSize":2175,"parsedSize":726,"gzipSize":68,"inaccurateSizes":true}],"parsedSize":726,"gzipSize":68,"inaccurateSizes":true}],"parsedSize":3013,"gzipSize":284,"inaccurateSizes":true},{"label":"checkout","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/checkout","statSize":4615,"groups":[{"label":"checkoutAction","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/checkout/checkoutAction","statSize":2063,"groups":[{"id":null,"label":"checkoutAction.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/checkout/checkoutAction/checkoutAction.ts","statSize":2063,"parsedSize":689,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":689,"gzipSize":65,"inaccurateSizes":true},{"label":"initiateCheckout","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/checkout/initiateCheckout","statSize":2552,"groups":[{"id":null,"label":"initiateCheckout.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/checkout/initiateCheckout/initiateCheckout.ts","statSize":2552,"parsedSize":852,"gzipSize":80,"inaccurateSizes":true}],"parsedSize":852,"gzipSize":80,"inaccurateSizes":true}],"parsedSize":1541,"gzipSize":145,"inaccurateSizes":true},{"label":"coupon","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon","statSize":15004,"groups":[{"label":"applyBenefit","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/applyBenefit","statSize":2216,"groups":[{"id":null,"label":"applyBenefit.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/applyBenefit/applyBenefit.ts","statSize":2216,"parsedSize":740,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":740,"gzipSize":69,"inaccurateSizes":true},{"label":"couponCodeError","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/couponCodeError","statSize":2232,"groups":[{"id":null,"label":"couponCodeError.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/couponCodeError/couponCodeError.ts","statSize":2232,"parsedSize":745,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":745,"gzipSize":70,"inaccurateSizes":true},{"label":"redeemCouponCode","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/redeemCouponCode","statSize":2024,"groups":[{"id":null,"label":"redeemCouponCode.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/redeemCouponCode/redeemCouponCode.ts","statSize":2024,"parsedSize":676,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":676,"gzipSize":63,"inaccurateSizes":true},{"label":"removeBenefit","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/removeBenefit","statSize":2221,"groups":[{"id":null,"label":"removeBenefit.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/removeBenefit/removeBenefit.ts","statSize":2221,"parsedSize":742,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":742,"gzipSize":70,"inaccurateSizes":true},{"label":"viewBenefitDetails","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewBenefitDetails","statSize":2247,"groups":[{"id":null,"label":"viewBenefitDetails.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewBenefitDetails/viewBenefitDetails.ts","statSize":2247,"parsedSize":750,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":750,"gzipSize":70,"inaccurateSizes":true},{"label":"viewBenefitsWallet","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewBenefitsWallet","statSize":2034,"groups":[{"id":null,"label":"viewBenefitsWallet.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewBenefitsWallet/viewBenefitsWallet.ts","statSize":2034,"parsedSize":679,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":679,"gzipSize":64,"inaccurateSizes":true},{"label":"viewQRStoreCoupon","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewQRStoreCoupon","statSize":2030,"groups":[{"id":null,"label":"viewQRStoreCoupon.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.ts","statSize":2030,"parsedSize":678,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":678,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":5012,"gzipSize":473,"inaccurateSizes":true},{"label":"credit","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit","statSize":6550,"groups":[{"label":"addCredits","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/addCredits","statSize":2271,"groups":[{"id":null,"label":"addCredits.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/addCredits/addCredits.ts","statSize":2271,"parsedSize":758,"gzipSize":71,"inaccurateSizes":true}],"parsedSize":758,"gzipSize":71,"inaccurateSizes":true},{"label":"spendCredits","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/spendCredits","statSize":2281,"groups":[{"id":null,"label":"spendCredits.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/spendCredits/spendCredits.ts","statSize":2281,"parsedSize":762,"gzipSize":71,"inaccurateSizes":true}],"parsedSize":762,"gzipSize":71,"inaccurateSizes":true},{"label":"viewCredits","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/viewCredits","statSize":1998,"groups":[{"id":null,"label":"viewCredits.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/viewCredits/viewCredits.ts","statSize":1998,"parsedSize":667,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":667,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":2188,"gzipSize":206,"inaccurateSizes":true},{"label":"fulfillment","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/fulfillment","statSize":4042,"groups":[{"label":"viewFulfillmentStep","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/fulfillment/viewFulfillmentStep","statSize":2039,"groups":[{"id":null,"label":"viewFulfillmentStep.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.ts","statSize":2039,"parsedSize":681,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":681,"gzipSize":64,"inaccurateSizes":true},{"label":"viewTracking","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/fulfillment/viewTracking","statSize":2003,"groups":[{"id":null,"label":"viewTracking.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/fulfillment/viewTracking/viewTracking.ts","statSize":2003,"parsedSize":669,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":669,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":1350,"gzipSize":127,"inaccurateSizes":true},{"label":"geo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo","statSize":8023,"groups":[{"label":"changeLocation","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/changeLocation","statSize":2013,"groups":[{"id":null,"label":"changeLocation.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/changeLocation/changeLocation.ts","statSize":2013,"parsedSize":672,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":672,"gzipSize":63,"inaccurateSizes":true},{"label":"findLocation","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/findLocation","statSize":2003,"groups":[{"id":null,"label":"findLocation.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/findLocation/findLocation.ts","statSize":2003,"parsedSize":669,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":669,"gzipSize":63,"inaccurateSizes":true},{"label":"outOfCoverage","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/outOfCoverage","statSize":2009,"groups":[{"id":null,"label":"outOfCoverage.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/outOfCoverage/outOfCoverage.ts","statSize":2009,"parsedSize":671,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":671,"gzipSize":63,"inaccurateSizes":true},{"label":"setLocation","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/setLocation","statSize":1998,"groups":[{"id":null,"label":"setLocation.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/setLocation/setLocation.ts","statSize":1998,"parsedSize":667,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":667,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":2680,"gzipSize":253,"inaccurateSizes":true},{"label":"help/requestAssistance","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/help/requestAssistance","statSize":2028,"groups":[{"id":null,"label":"requestAssistance.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/help/requestAssistance/requestAssistance.ts","statSize":2028,"parsedSize":677,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":677,"gzipSize":63,"inaccurateSizes":true},{"label":"loyalty","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty","statSize":8309,"groups":[{"label":"earnPoints","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/earnPoints","statSize":2141,"groups":[{"id":null,"label":"earnPoints.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/earnPoints/earnPoints.ts","statSize":2141,"parsedSize":715,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":715,"gzipSize":67,"inaccurateSizes":true},{"label":"sharePoints","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/sharePoints","statSize":1998,"groups":[{"id":null,"label":"sharePoints.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/sharePoints/sharePoints.ts","statSize":1998,"parsedSize":667,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":667,"gzipSize":63,"inaccurateSizes":true},{"label":"spendPoints","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/spendPoints","statSize":2146,"groups":[{"id":null,"label":"spendPoints.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/spendPoints/spendPoints.ts","statSize":2146,"parsedSize":716,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":716,"gzipSize":67,"inaccurateSizes":true},{"label":"viewLoyaltyLevel","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/viewLoyaltyLevel","statSize":2024,"groups":[{"id":null,"label":"viewLoyaltyLevel.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.ts","statSize":2024,"parsedSize":676,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":676,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":2775,"gzipSize":262,"inaccurateSizes":true},{"label":"order","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order","statSize":6326,"groups":[{"label":"cancelOrder","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/cancelOrder","statSize":1998,"groups":[{"id":null,"label":"cancelOrder.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/cancelOrder/cancelOrder.ts","statSize":1998,"parsedSize":667,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":667,"gzipSize":63,"inaccurateSizes":true},{"label":"rateOrder","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/rateOrder","statSize":1988,"groups":[{"id":null,"label":"rateOrder.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/rateOrder/rateOrder.ts","statSize":1988,"parsedSize":664,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":664,"gzipSize":62,"inaccurateSizes":true},{"label":"requestRefund","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/requestRefund","statSize":2340,"groups":[{"id":null,"label":"requestRefund.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/requestRefund/requestRefund.ts","statSize":2340,"parsedSize":781,"gzipSize":73,"inaccurateSizes":true}],"parsedSize":781,"gzipSize":73,"inaccurateSizes":true}],"parsedSize":2113,"gzipSize":199,"inaccurateSizes":true},{"label":"other","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other","statSize":6204,"groups":[{"label":"generateLead","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/generateLead","statSize":2003,"groups":[{"id":null,"label":"generateLead.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/generateLead/generateLead.ts","statSize":2003,"parsedSize":669,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":669,"gzipSize":63,"inaccurateSizes":true},{"label":"pageView","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/pageView","statSize":2134,"groups":[{"id":null,"label":"pageView.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/pageView/pageView.ts","statSize":2134,"parsedSize":712,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":712,"gzipSize":67,"inaccurateSizes":true},{"label":"searchPageContent","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/searchPageContent","statSize":2067,"groups":[{"id":null,"label":"searchPageContent.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/searchPageContent/searchPageContent.ts","statSize":2067,"parsedSize":690,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":690,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":2072,"gzipSize":195,"inaccurateSizes":true},{"label":"payment","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment","statSize":6711,"groups":[{"label":"changePaymentType","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/changePaymentType","statSize":2242,"groups":[{"id":null,"label":"changePaymentType.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/changePaymentType/changePaymentType.ts","statSize":2242,"parsedSize":749,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":749,"gzipSize":70,"inaccurateSizes":true},{"label":"selectPaymentType","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/selectPaymentType","statSize":2242,"groups":[{"id":null,"label":"selectPaymentType.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/selectPaymentType/selectPaymentType.ts","statSize":2242,"parsedSize":749,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":749,"gzipSize":70,"inaccurateSizes":true},{"label":"setPaymentInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/setPaymentInfo","statSize":2227,"groups":[{"id":null,"label":"setPaymentInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/setPaymentInfo/setPaymentInfo.ts","statSize":2227,"parsedSize":744,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":744,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":2242,"gzipSize":211,"inaccurateSizes":true},{"label":"product","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product","statSize":19860,"groups":[{"label":"customizeProduct","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/customizeProduct","statSize":2183,"groups":[{"id":null,"label":"customizeProduct.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/customizeProduct/customizeProduct.ts","statSize":2183,"parsedSize":729,"gzipSize":68,"inaccurateSizes":true}],"parsedSize":729,"gzipSize":68,"inaccurateSizes":true},{"label":"filterProducts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/filterProducts","statSize":2013,"groups":[{"id":null,"label":"filterProducts.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/filterProducts/filterProducts.ts","statSize":2013,"parsedSize":672,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":672,"gzipSize":63,"inaccurateSizes":true},{"label":"productImpression","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/productImpression","statSize":2530,"groups":[{"id":null,"label":"productImpression.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/productImpression/productImpression.ts","statSize":2530,"parsedSize":845,"gzipSize":79,"inaccurateSizes":true}],"parsedSize":845,"gzipSize":79,"inaccurateSizes":true},{"label":"searchProductSuccess","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductSuccess","statSize":1875,"groups":[{"id":null,"label":"searchProductSuccess.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductSuccess/searchProductSuccess.ts","statSize":1875,"parsedSize":626,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":626,"gzipSize":59,"inaccurateSizes":true},{"label":"searchProductAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductAttempt","statSize":2079,"groups":[{"id":null,"label":"searchProductAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductAttempt/searchProductAttempt.ts","statSize":2079,"parsedSize":694,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":694,"gzipSize":65,"inaccurateSizes":true},{"label":"searchProductNotFound","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductNotFound","statSize":2050,"groups":[{"id":null,"label":"searchProductNotFound.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductNotFound/searchProductNotFound.ts","statSize":2050,"parsedSize":684,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":684,"gzipSize":64,"inaccurateSizes":true},{"label":"selectProduct","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/selectProduct","statSize":2602,"groups":[{"id":null,"label":"selectProduct.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/selectProduct/selectProduct.ts","statSize":2602,"parsedSize":869,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":869,"gzipSize":82,"inaccurateSizes":true},{"label":"sortProducts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/sortProducts","statSize":2003,"groups":[{"id":null,"label":"sortProducts.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/sortProducts/sortProducts.ts","statSize":2003,"parsedSize":669,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":669,"gzipSize":63,"inaccurateSizes":true},{"label":"viewProductDetails","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/viewProductDetails","statSize":2525,"groups":[{"id":null,"label":"viewProductDetails.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/viewProductDetails/viewProductDetails.ts","statSize":2525,"parsedSize":843,"gzipSize":79,"inaccurateSizes":true}],"parsedSize":843,"gzipSize":79,"inaccurateSizes":true}],"parsedSize":6634,"gzipSize":626,"inaccurateSizes":true},{"label":"purchase","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase","statSize":7894,"groups":[{"label":"purchaseAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseAttempt","statSize":2550,"groups":[{"id":null,"label":"purchaseAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseAttempt/purchaseAttempt.ts","statSize":2550,"parsedSize":851,"gzipSize":80,"inaccurateSizes":true}],"parsedSize":851,"gzipSize":80,"inaccurateSizes":true},{"label":"purchaseFail","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseFail","statSize":2535,"groups":[{"id":null,"label":"purchaseFail.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseFail/purchaseFail.ts","statSize":2535,"parsedSize":846,"gzipSize":79,"inaccurateSizes":true}],"parsedSize":846,"gzipSize":79,"inaccurateSizes":true},{"label":"purchaseSuccess","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseSuccess","statSize":2809,"groups":[{"id":null,"label":"purchaseSuccess.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseSuccess/purchaseSuccess.ts","statSize":2809,"parsedSize":938,"gzipSize":88,"inaccurateSizes":true}],"parsedSize":938,"gzipSize":88,"inaccurateSizes":true}],"parsedSize":2637,"gzipSize":249,"inaccurateSizes":true},{"label":"settings/viewSettings","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/settings/viewSettings","statSize":2003,"groups":[{"id":null,"label":"viewSettings.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/settings/viewSettings/viewSettings.ts","statSize":2003,"parsedSize":669,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":669,"gzipSize":63,"inaccurateSizes":true},{"label":"shipping","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping","statSize":6126,"groups":[{"label":"addShippingAddress","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/addShippingAddress","statSize":2031,"groups":[{"id":null,"label":"addShippingAddress.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/addShippingAddress/addShippingAddress.ts","statSize":2031,"parsedSize":678,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":678,"gzipSize":64,"inaccurateSizes":true},{"label":"selectShippingAddress","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/selectShippingAddress","statSize":2049,"groups":[{"id":null,"label":"selectShippingAddress.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/selectShippingAddress/selectShippingAddress.ts","statSize":2049,"parsedSize":684,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":684,"gzipSize":64,"inaccurateSizes":true},{"label":"updateShippingAddress","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/updateShippingAddress","statSize":2046,"groups":[{"id":null,"label":"updateShippingAddress.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/updateShippingAddress/updateShippingAddress.ts","statSize":2046,"parsedSize":683,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":683,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":2046,"gzipSize":193,"inaccurateSizes":true},{"label":"shoppingCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart","statSize":19728,"groups":[{"label":"addProductToCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/addProductToCart","statSize":2676,"groups":[{"id":null,"label":"addProductToCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/addProductToCart/addProductToCart.ts","statSize":2676,"parsedSize":894,"gzipSize":84,"inaccurateSizes":true}],"parsedSize":894,"gzipSize":84,"inaccurateSizes":true},{"label":"addProductToWishlist","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/addProductToWishlist","statSize":2555,"groups":[{"id":null,"label":"addProductToWishlist.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/addProductToWishlist/addProductToWishlist.ts","statSize":2555,"parsedSize":853,"gzipSize":80,"inaccurateSizes":true}],"parsedSize":853,"gzipSize":80,"inaccurateSizes":true},{"label":"clearCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/clearCart","statSize":1988,"groups":[{"id":null,"label":"clearCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/clearCart/clearCart.ts","statSize":1988,"parsedSize":664,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":664,"gzipSize":62,"inaccurateSizes":true},{"label":"removeProductFromCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/removeProductFromCart","statSize":2701,"groups":[{"id":null,"label":"removeProductFromCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/removeProductFromCart/removeProductFromCart.ts","statSize":2701,"parsedSize":902,"gzipSize":85,"inaccurateSizes":true}],"parsedSize":902,"gzipSize":85,"inaccurateSizes":true},{"label":"removeProductFromWishlist","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/removeProductFromWishlist","statSize":2572,"groups":[{"id":null,"label":"removeProductFromWishlist.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.ts","statSize":2572,"parsedSize":859,"gzipSize":81,"inaccurateSizes":true}],"parsedSize":859,"gzipSize":81,"inaccurateSizes":true},{"label":"updateProductInCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/updateProductInCart","statSize":2691,"groups":[{"id":null,"label":"updateProductInCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/updateProductInCart/updateProductInCart.ts","statSize":2691,"parsedSize":899,"gzipSize":84,"inaccurateSizes":true}],"parsedSize":899,"gzipSize":84,"inaccurateSizes":true},{"label":"updateProductInWishlist","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/updateProductInWishlist","statSize":2562,"groups":[{"id":null,"label":"updateProductInWishlist.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.ts","statSize":2562,"parsedSize":855,"gzipSize":80,"inaccurateSizes":true}],"parsedSize":855,"gzipSize":80,"inaccurateSizes":true},{"label":"viewCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/viewCart","statSize":1983,"groups":[{"id":null,"label":"viewCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/viewCart/viewCart.ts","statSize":1983,"parsedSize":662,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":662,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":6590,"gzipSize":622,"inaccurateSizes":true},{"label":"social/share","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/social/share","statSize":2091,"groups":[{"id":null,"label":"share.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/social/share/share.ts","statSize":2091,"parsedSize":698,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":698,"gzipSize":65,"inaccurateSizes":true},{"label":"store","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/store","statSize":4552,"groups":[{"label":"changeStore","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/store/changeStore","statSize":2428,"groups":[{"id":null,"label":"changeStore.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/store/changeStore/changeStore.ts","statSize":2428,"parsedSize":811,"gzipSize":76,"inaccurateSizes":true}],"parsedSize":811,"gzipSize":76,"inaccurateSizes":true},{"label":"setStore","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/store/setStore","statSize":2124,"groups":[{"id":null,"label":"setStore.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/store/setStore/setStore.ts","statSize":2124,"parsedSize":709,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":709,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":1520,"gzipSize":143,"inaccurateSizes":true},{"label":"user","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/user","statSize":4013,"groups":[{"label":"setUserInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/user/setUserInfo","statSize":1999,"groups":[{"id":null,"label":"setUserInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/user/setUserInfo/setUserInfo.ts","statSize":1999,"parsedSize":667,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":667,"gzipSize":63,"inaccurateSizes":true},{"label":"updateUserInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/user/updateUserInfo","statSize":2014,"groups":[{"id":null,"label":"updateUserInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/user/updateUserInfo/updateUserInfo.ts","statSize":2014,"parsedSize":672,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":672,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":1340,"gzipSize":126,"inaccurateSizes":true},{"label":"vendor","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/vendor","statSize":3991,"groups":[{"label":"changeVendor","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/vendor/changeVendor","statSize":2003,"groups":[{"id":null,"label":"changeVendor.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/vendor/changeVendor/changeVendor.ts","statSize":2003,"parsedSize":669,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":669,"gzipSize":63,"inaccurateSizes":true},{"label":"setVendor","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/vendor/setVendor","statSize":1988,"groups":[{"id":null,"label":"setVendor.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/vendor/setVendor/setVendor.ts","statSize":1988,"parsedSize":664,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":664,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":1333,"gzipSize":125,"inaccurateSizes":true},{"label":"workflow","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/workflow","statSize":4026,"groups":[{"label":"selectWorkflow","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/workflow/selectWorkflow","statSize":2013,"groups":[{"id":null,"label":"selectWorkflow.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/workflow/selectWorkflow/selectWorkflow.ts","statSize":2013,"parsedSize":672,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":672,"gzipSize":63,"inaccurateSizes":true},{"label":"updateWorkflow","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/workflow/updateWorkflow","statSize":2013,"groups":[{"id":null,"label":"updateWorkflow.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/workflow/updateWorkflow/updateWorkflow.ts","statSize":2013,"parsedSize":672,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":672,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":1345,"gzipSize":127,"inaccurateSizes":true}],"parsedSize":59922,"gzipSize":5659,"inaccurateSizes":true}],"parsedSize":61505,"gzipSize":5809,"inaccurateSizes":true},{"label":"GlobalProvider","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GlobalProvider","statSize":5041,"groups":[{"id":null,"label":"GlobalProvider.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/GlobalProvider/GlobalProvider.ts","statSize":5041,"parsedSize":1684,"gzipSize":159,"inaccurateSizes":true}],"parsedSize":1684,"gzipSize":159,"inaccurateSizes":true},{"label":"AnalyticsProvider","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/AnalyticsProvider","statSize":2385,"groups":[{"id":null,"label":"AnalyticsProvider.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/providers/AnalyticsProvider/AnalyticsProvider.ts","statSize":2385,"parsedSize":796,"gzipSize":75,"inaccurateSizes":true}],"parsedSize":796,"gzipSize":75,"inaccurateSizes":true}],"parsedSize":118969,"gzipSize":11236,"inaccurateSizes":true},{"label":"initAnalytics","path":"./src/index.ts + 297 modules (concatenated)/src/lib/initAnalytics","statSize":5035,"groups":[{"id":null,"label":"initAnalytics.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/initAnalytics/initAnalytics.ts","statSize":4022,"parsedSize":1343,"gzipSize":126,"inaccurateSizes":true},{"id":null,"label":"initAnalytics.types.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/initAnalytics/initAnalytics.types.ts","statSize":11,"parsedSize":3,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"initAnalytics.helpers.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/initAnalytics/initAnalytics.helpers.ts","statSize":1002,"parsedSize":334,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":1682,"gzipSize":158,"inaccurateSizes":true},{"label":"events","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events","statSize":78055,"groups":[{"id":null,"label":"events.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/events.ts","statSize":1487,"parsedSize":496,"gzipSize":46,"inaccurateSizes":true},{"label":"auth","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth","statSize":6249,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/index.ts","statSize":775,"parsedSize":258,"gzipSize":24,"inaccurateSizes":true},{"label":"changePasswordAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/changePasswordAttempt","statSize":886,"groups":[{"id":null,"label":"changePasswordAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/changePasswordAttempt/changePasswordAttempt.ts","statSize":886,"parsedSize":296,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":296,"gzipSize":27,"inaccurateSizes":true},{"label":"signUpAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/signUpAttempt","statSize":824,"groups":[{"id":null,"label":"signUpAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/signUpAttempt/signUpAttempt.ts","statSize":824,"parsedSize":275,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":275,"gzipSize":26,"inaccurateSizes":true},{"label":"changePasswordFail","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/changePasswordFail","statSize":835,"groups":[{"id":null,"label":"changePasswordFail.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/changePasswordFail/changePasswordFail.ts","statSize":835,"parsedSize":278,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":278,"gzipSize":26,"inaccurateSizes":true},{"label":"changePasswordSuccess","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/changePasswordSuccess","statSize":892,"groups":[{"id":null,"label":"changePasswordSuccess.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/changePasswordSuccess/changePasswordSuccess.ts","statSize":892,"parsedSize":298,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":298,"gzipSize":28,"inaccurateSizes":true},{"label":"signIn","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/signIn","statSize":674,"groups":[{"id":null,"label":"signIn.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/signIn/signIn.ts","statSize":674,"parsedSize":225,"gzipSize":21,"inaccurateSizes":true}],"parsedSize":225,"gzipSize":21,"inaccurateSizes":true},{"label":"signOut","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/signOut","statSize":689,"groups":[{"id":null,"label":"signOut.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/signOut/signOut.ts","statSize":689,"parsedSize":230,"gzipSize":21,"inaccurateSizes":true}],"parsedSize":230,"gzipSize":21,"inaccurateSizes":true},{"label":"signUp","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/signUp","statSize":674,"groups":[{"id":null,"label":"signUp.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/auth/signUp/signUp.ts","statSize":674,"parsedSize":225,"gzipSize":21,"inaccurateSizes":true}],"parsedSize":225,"gzipSize":21,"inaccurateSizes":true}],"parsedSize":2087,"gzipSize":197,"inaccurateSizes":true},{"label":"banner","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/banner","statSize":1810,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/banner/index.ts","statSize":262,"parsedSize":87,"gzipSize":8,"inaccurateSizes":true},{"label":"bannerImpression","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/banner/bannerImpression","statSize":808,"groups":[{"id":null,"label":"bannerImpression.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/banner/bannerImpression/bannerImpression.ts","statSize":808,"parsedSize":269,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":269,"gzipSize":25,"inaccurateSizes":true},{"label":"selectBanner","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/banner/selectBanner","statSize":740,"groups":[{"id":null,"label":"selectBanner.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/banner/selectBanner/selectBanner.ts","statSize":740,"parsedSize":247,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":247,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":604,"gzipSize":57,"inaccurateSizes":true},{"label":"billing","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/billing","statSize":2845,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/billing/index.ts","statSize":407,"parsedSize":135,"gzipSize":12,"inaccurateSizes":true},{"label":"addBillingInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/billing/addBillingInfo","statSize":784,"groups":[{"id":null,"label":"addBillingInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/billing/addBillingInfo/addBillingInfo.ts","statSize":784,"parsedSize":261,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":261,"gzipSize":24,"inaccurateSizes":true},{"label":"selectBillingInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/billing/selectBillingInfo","statSize":825,"groups":[{"id":null,"label":"selectBillingInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/billing/selectBillingInfo/selectBillingInfo.ts","statSize":825,"parsedSize":275,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":275,"gzipSize":26,"inaccurateSizes":true},{"label":"updateBillingInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/billing/updateBillingInfo","statSize":829,"groups":[{"id":null,"label":"updateBillingInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/billing/updateBillingInfo/updateBillingInfo.ts","statSize":829,"parsedSize":276,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":276,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":950,"gzipSize":89,"inaccurateSizes":true},{"label":"booking","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/booking","statSize":966,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/booking/index.ts","statSize":164,"parsedSize":54,"gzipSize":5,"inaccurateSizes":true},{"label":"bookAppointment","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/booking/bookAppointment","statSize":802,"groups":[{"id":null,"label":"bookAppointment.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/booking/bookAppointment/bookAppointment.ts","statSize":802,"parsedSize":267,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":267,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":322,"gzipSize":30,"inaccurateSizes":true},{"label":"category","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/category","statSize":3887,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/category/index.ts","statSize":529,"parsedSize":176,"gzipSize":16,"inaccurateSizes":true},{"label":"categoryImpression","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/category/categoryImpression","statSize":842,"groups":[{"id":null,"label":"categoryImpression.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/category/categoryImpression/categoryImpression.ts","statSize":842,"parsedSize":281,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":281,"gzipSize":26,"inaccurateSizes":true},{"label":"searchCategoryAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/category/searchCategoryAttempt","statSize":889,"groups":[{"id":null,"label":"searchCategoryAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/category/searchCategoryAttempt/searchCategoryAttempt.ts","statSize":889,"parsedSize":297,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":297,"gzipSize":28,"inaccurateSizes":true},{"label":"selectCategory","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/category/selectCategory","statSize":820,"groups":[{"id":null,"label":"selectCategory.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/category/selectCategory/selectCategory.ts","statSize":820,"parsedSize":273,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":273,"gzipSize":25,"inaccurateSizes":true},{"label":"viewCategory","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/category/viewCategory","statSize":807,"groups":[{"id":null,"label":"viewCategory.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/category/viewCategory/viewCategory.ts","statSize":807,"parsedSize":269,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":269,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":1298,"gzipSize":122,"inaccurateSizes":true},{"label":"checkout","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/checkout","statSize":1877,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/checkout/index.ts","statSize":272,"parsedSize":90,"gzipSize":8,"inaccurateSizes":true},{"label":"checkoutAction","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/checkout/checkoutAction","statSize":797,"groups":[{"id":null,"label":"checkoutAction.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/checkout/checkoutAction/checkoutAction.ts","statSize":797,"parsedSize":266,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":266,"gzipSize":25,"inaccurateSizes":true},{"label":"initiateCheckout","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/checkout/initiateCheckout","statSize":808,"groups":[{"id":null,"label":"initiateCheckout.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/checkout/initiateCheckout/initiateCheckout.ts","statSize":808,"parsedSize":269,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":269,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":627,"gzipSize":59,"inaccurateSizes":true},{"label":"coupon","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon","statSize":6572,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/index.ts","statSize":860,"parsedSize":287,"gzipSize":27,"inaccurateSizes":true},{"label":"applyBenefit","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/applyBenefit","statSize":754,"groups":[{"id":null,"label":"applyBenefit.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/applyBenefit/applyBenefit.ts","statSize":754,"parsedSize":251,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":251,"gzipSize":23,"inaccurateSizes":true},{"label":"couponCodeError","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/couponCodeError","statSize":798,"groups":[{"id":null,"label":"couponCodeError.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/couponCodeError/couponCodeError.ts","statSize":798,"parsedSize":266,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":266,"gzipSize":25,"inaccurateSizes":true},{"label":"redeemCouponCode","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/redeemCouponCode","statSize":809,"groups":[{"id":null,"label":"redeemCouponCode.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/redeemCouponCode/redeemCouponCode.ts","statSize":809,"parsedSize":270,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":270,"gzipSize":25,"inaccurateSizes":true},{"label":"removeBenefit","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/removeBenefit","statSize":769,"groups":[{"id":null,"label":"removeBenefit.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/removeBenefit/removeBenefit.ts","statSize":769,"parsedSize":256,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":256,"gzipSize":24,"inaccurateSizes":true},{"label":"viewBenefitDetails","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/viewBenefitDetails","statSize":837,"groups":[{"id":null,"label":"viewBenefitDetails.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/viewBenefitDetails/viewBenefitDetails.ts","statSize":837,"parsedSize":279,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":279,"gzipSize":26,"inaccurateSizes":true},{"label":"viewBenefitsWallet","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/viewBenefitsWallet","statSize":850,"groups":[{"id":null,"label":"viewBenefitsWallet.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/viewBenefitsWallet/viewBenefitsWallet.ts","statSize":850,"parsedSize":283,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":283,"gzipSize":26,"inaccurateSizes":true},{"label":"viewQRStoreCoupon","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/viewQRStoreCoupon","statSize":895,"groups":[{"id":null,"label":"viewQRStoreCoupon.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.ts","statSize":895,"parsedSize":299,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":299,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":2195,"gzipSize":207,"inaccurateSizes":true},{"label":"credit","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/credit","statSize":2531,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/credit/index.ts","statSize":320,"parsedSize":106,"gzipSize":10,"inaccurateSizes":true},{"label":"addCredits","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/credit/addCredits","statSize":726,"groups":[{"id":null,"label":"addCredits.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/credit/addCredits/addCredits.ts","statSize":726,"parsedSize":242,"gzipSize":22,"inaccurateSizes":true}],"parsedSize":242,"gzipSize":22,"inaccurateSizes":true},{"label":"spendCredits","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/credit/spendCredits","statSize":744,"groups":[{"id":null,"label":"spendCredits.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/credit/spendCredits/spendCredits.ts","statSize":744,"parsedSize":248,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":248,"gzipSize":23,"inaccurateSizes":true},{"label":"viewCredits","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/credit/viewCredits","statSize":741,"groups":[{"id":null,"label":"viewCredits.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/credit/viewCredits/viewCredits.ts","statSize":741,"parsedSize":247,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":247,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":845,"gzipSize":79,"inaccurateSizes":true},{"label":"customEvent","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/customEvent","statSize":964,"groups":[{"id":null,"label":"customEvent.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/customEvent/customEvent.ts","statSize":964,"parsedSize":322,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":322,"gzipSize":30,"inaccurateSizes":true},{"label":"fulfillment","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/fulfillment","statSize":1914,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/fulfillment/index.ts","statSize":277,"parsedSize":92,"gzipSize":8,"inaccurateSizes":true},{"label":"viewFulfillmentStep","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/fulfillment/viewFulfillmentStep","statSize":862,"groups":[{"id":null,"label":"viewFulfillmentStep.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.ts","statSize":862,"parsedSize":287,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":287,"gzipSize":27,"inaccurateSizes":true},{"label":"viewTracking","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/fulfillment/viewTracking","statSize":775,"groups":[{"id":null,"label":"viewTracking.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/fulfillment/viewTracking/viewTracking.ts","statSize":775,"parsedSize":258,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":258,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":639,"gzipSize":60,"inaccurateSizes":true},{"label":"geo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/geo","statSize":3459,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/geo/index.ts","statSize":454,"parsedSize":151,"gzipSize":14,"inaccurateSizes":true},{"label":"changeLocation","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/geo/changeLocation","statSize":768,"groups":[{"id":null,"label":"changeLocation.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/geo/changeLocation/changeLocation.ts","statSize":768,"parsedSize":256,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":256,"gzipSize":24,"inaccurateSizes":true},{"label":"findLocation","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/geo/findLocation","statSize":748,"groups":[{"id":null,"label":"findLocation.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/geo/findLocation/findLocation.ts","statSize":748,"parsedSize":249,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":249,"gzipSize":23,"inaccurateSizes":true},{"label":"outOfCoverage","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/geo/outOfCoverage","statSize":766,"groups":[{"id":null,"label":"outOfCoverage.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/geo/outOfCoverage/outOfCoverage.ts","statSize":766,"parsedSize":255,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":255,"gzipSize":24,"inaccurateSizes":true},{"label":"setLocation","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/geo/setLocation","statSize":723,"groups":[{"id":null,"label":"setLocation.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/geo/setLocation/setLocation.ts","statSize":723,"parsedSize":241,"gzipSize":22,"inaccurateSizes":true}],"parsedSize":241,"gzipSize":22,"inaccurateSizes":true}],"parsedSize":1155,"gzipSize":109,"inaccurateSizes":true},{"label":"help","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/help","statSize":1037,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/help/index.ts","statSize":174,"parsedSize":58,"gzipSize":5,"inaccurateSizes":true},{"label":"requestAssistance","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/help/requestAssistance","statSize":863,"groups":[{"id":null,"label":"requestAssistance.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/help/requestAssistance/requestAssistance.ts","statSize":863,"parsedSize":288,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":288,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":346,"gzipSize":32,"inaccurateSizes":true},{"label":"loyalty","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/loyalty","statSize":3419,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/loyalty/index.ts","statSize":444,"parsedSize":148,"gzipSize":14,"inaccurateSizes":true},{"label":"earnPoints","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/loyalty/earnPoints","statSize":710,"groups":[{"id":null,"label":"earnPoints.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/loyalty/earnPoints/earnPoints.ts","statSize":710,"parsedSize":237,"gzipSize":22,"inaccurateSizes":true}],"parsedSize":237,"gzipSize":22,"inaccurateSizes":true},{"label":"sharePoints","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/loyalty/sharePoints","statSize":731,"groups":[{"id":null,"label":"sharePoints.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/loyalty/sharePoints/sharePoints.ts","statSize":731,"parsedSize":244,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":244,"gzipSize":23,"inaccurateSizes":true},{"label":"spendPoints","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/loyalty/spendPoints","statSize":731,"groups":[{"id":null,"label":"spendPoints.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/loyalty/spendPoints/spendPoints.ts","statSize":731,"parsedSize":244,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":244,"gzipSize":23,"inaccurateSizes":true},{"label":"viewLoyaltyLevel","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/loyalty/viewLoyaltyLevel","statSize":803,"groups":[{"id":null,"label":"viewLoyaltyLevel.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.ts","statSize":803,"parsedSize":268,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":268,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":1142,"gzipSize":107,"inaccurateSizes":true},{"label":"order","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/order","statSize":2504,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/order/index.ts","statSize":320,"parsedSize":106,"gzipSize":10,"inaccurateSizes":true},{"label":"cancelOrder","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/order/cancelOrder","statSize":724,"groups":[{"id":null,"label":"cancelOrder.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/order/cancelOrder/cancelOrder.ts","statSize":724,"parsedSize":241,"gzipSize":22,"inaccurateSizes":true}],"parsedSize":241,"gzipSize":22,"inaccurateSizes":true},{"label":"rateOrder","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/order/rateOrder","statSize":694,"groups":[{"id":null,"label":"rateOrder.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/order/rateOrder/rateOrder.ts","statSize":694,"parsedSize":231,"gzipSize":21,"inaccurateSizes":true}],"parsedSize":231,"gzipSize":21,"inaccurateSizes":true},{"label":"requestRefund","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/order/requestRefund","statSize":766,"groups":[{"id":null,"label":"requestRefund.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/order/requestRefund/requestRefund.ts","statSize":766,"parsedSize":255,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":255,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":836,"gzipSize":79,"inaccurateSizes":true},{"label":"other","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/other","statSize":2728,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/other/index.ts","statSize":340,"parsedSize":113,"gzipSize":10,"inaccurateSizes":true},{"label":"generateLead","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/other/generateLead","statSize":815,"groups":[{"id":null,"label":"generateLead.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/other/generateLead/generateLead.ts","statSize":815,"parsedSize":272,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":272,"gzipSize":25,"inaccurateSizes":true},{"label":"pageView","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/other/pageView","statSize":739,"groups":[{"id":null,"label":"pageView.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/other/pageView/pageView.ts","statSize":739,"parsedSize":246,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":246,"gzipSize":23,"inaccurateSizes":true},{"label":"searchPageContent","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/other/searchPageContent","statSize":834,"groups":[{"id":null,"label":"searchPageContent.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/other/searchPageContent/searchPageContent.ts","statSize":834,"parsedSize":278,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":278,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":911,"gzipSize":86,"inaccurateSizes":true},{"label":"payment","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/payment","statSize":2841,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/payment/index.ts","statSize":407,"parsedSize":135,"gzipSize":12,"inaccurateSizes":true},{"label":"changePaymentType","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/payment/changePaymentType","statSize":820,"groups":[{"id":null,"label":"changePaymentType.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/payment/changePaymentType/changePaymentType.ts","statSize":820,"parsedSize":273,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":273,"gzipSize":25,"inaccurateSizes":true},{"label":"selectPaymentType","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/payment/selectPaymentType","statSize":820,"groups":[{"id":null,"label":"selectPaymentType.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/payment/selectPaymentType/selectPaymentType.ts","statSize":820,"parsedSize":273,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":273,"gzipSize":25,"inaccurateSizes":true},{"label":"setPaymentInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/payment/setPaymentInfo","statSize":794,"groups":[{"id":null,"label":"setPaymentInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/payment/setPaymentInfo/setPaymentInfo.ts","statSize":794,"parsedSize":265,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":265,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":949,"gzipSize":89,"inaccurateSizes":true},{"label":"product","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product","statSize":8639,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/index.ts","statSize":1144,"parsedSize":382,"gzipSize":36,"inaccurateSizes":true},{"label":"customizeProduct","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/customizeProduct","statSize":821,"groups":[{"id":null,"label":"customizeProduct.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/customizeProduct/customizeProduct.ts","statSize":821,"parsedSize":274,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":274,"gzipSize":25,"inaccurateSizes":true},{"label":"filterProducts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/filterProducts","statSize":787,"groups":[{"id":null,"label":"filterProducts.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/filterProducts/filterProducts.ts","statSize":787,"parsedSize":262,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":262,"gzipSize":24,"inaccurateSizes":true},{"label":"productImpression","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/productImpression","statSize":825,"groups":[{"id":null,"label":"productImpression.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/productImpression/productImpression.ts","statSize":825,"parsedSize":275,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":275,"gzipSize":26,"inaccurateSizes":true},{"label":"searchProductSuccess","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/searchProductSuccess","statSize":878,"groups":[{"id":null,"label":"searchProductSuccess.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/searchProductSuccess/searchProductSuccess.ts","statSize":878,"parsedSize":293,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":293,"gzipSize":27,"inaccurateSizes":true},{"label":"searchProductAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/searchProductAttempt","statSize":872,"groups":[{"id":null,"label":"searchProductAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/searchProductAttempt/searchProductAttempt.ts","statSize":872,"parsedSize":291,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":291,"gzipSize":27,"inaccurateSizes":true},{"label":"searchProductNotFound","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/searchProductNotFound","statSize":877,"groups":[{"id":null,"label":"searchProductNotFound.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/searchProductNotFound/searchProductNotFound.ts","statSize":877,"parsedSize":292,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":292,"gzipSize":27,"inaccurateSizes":true},{"label":"selectProduct","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/selectProduct","statSize":802,"groups":[{"id":null,"label":"selectProduct.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/selectProduct/selectProduct.ts","statSize":802,"parsedSize":267,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":267,"gzipSize":25,"inaccurateSizes":true},{"label":"sortProducts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/sortProducts","statSize":757,"groups":[{"id":null,"label":"sortProducts.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/sortProducts/sortProducts.ts","statSize":757,"parsedSize":252,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":252,"gzipSize":23,"inaccurateSizes":true},{"label":"viewProductDetails","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/viewProductDetails","statSize":876,"groups":[{"id":null,"label":"viewProductDetails.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/product/viewProductDetails/viewProductDetails.ts","statSize":876,"parsedSize":292,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":292,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":2886,"gzipSize":272,"inaccurateSizes":true},{"label":"purchase","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/purchase","statSize":2732,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/purchase/index.ts","statSize":365,"parsedSize":121,"gzipSize":11,"inaccurateSizes":true},{"label":"purchaseAttempt","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/purchase/purchaseAttempt","statSize":800,"groups":[{"id":null,"label":"purchaseAttempt.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/purchase/purchaseAttempt/purchaseAttempt.ts","statSize":800,"parsedSize":267,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":267,"gzipSize":25,"inaccurateSizes":true},{"label":"purchaseFail","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/purchase/purchaseFail","statSize":755,"groups":[{"id":null,"label":"purchaseFail.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/purchase/purchaseFail/purchaseFail.ts","statSize":755,"parsedSize":252,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":252,"gzipSize":23,"inaccurateSizes":true},{"label":"purchaseSuccess","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/purchase/purchaseSuccess","statSize":812,"groups":[{"id":null,"label":"purchaseSuccess.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/purchase/purchaseSuccess/purchaseSuccess.ts","statSize":812,"parsedSize":271,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":271,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":912,"gzipSize":86,"inaccurateSizes":true},{"label":"settings","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/settings","statSize":939,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/settings/index.ts","statSize":149,"parsedSize":49,"gzipSize":4,"inaccurateSizes":true},{"label":"viewSettings","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/settings/viewSettings","statSize":790,"groups":[{"id":null,"label":"viewSettings.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/settings/viewSettings/viewSettings.ts","statSize":790,"parsedSize":263,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":263,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":313,"gzipSize":29,"inaccurateSizes":true},{"label":"shipping","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shipping","statSize":3070,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shipping/index.ts","statSize":467,"parsedSize":156,"gzipSize":14,"inaccurateSizes":true},{"label":"addShippingAddress","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shipping/addShippingAddress","statSize":839,"groups":[{"id":null,"label":"addShippingAddress.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shipping/addShippingAddress/addShippingAddress.ts","statSize":839,"parsedSize":280,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":280,"gzipSize":26,"inaccurateSizes":true},{"label":"selectShippingAddress","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shipping/selectShippingAddress","statSize":880,"groups":[{"id":null,"label":"selectShippingAddress.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shipping/selectShippingAddress/selectShippingAddress.ts","statSize":880,"parsedSize":293,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":293,"gzipSize":27,"inaccurateSizes":true},{"label":"updateShippingAddress","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shipping/updateShippingAddress","statSize":884,"groups":[{"id":null,"label":"updateShippingAddress.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shipping/updateShippingAddress/updateShippingAddress.ts","statSize":884,"parsedSize":295,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":295,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":1025,"gzipSize":96,"inaccurateSizes":true},{"label":"shoppingCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart","statSize":7840,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/index.ts","statSize":1057,"parsedSize":353,"gzipSize":33,"inaccurateSizes":true},{"label":"addProductToCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/addProductToCart","statSize":818,"groups":[{"id":null,"label":"addProductToCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/addProductToCart/addProductToCart.ts","statSize":818,"parsedSize":273,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":273,"gzipSize":25,"inaccurateSizes":true},{"label":"addProductToWishlist","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/addProductToWishlist","statSize":878,"groups":[{"id":null,"label":"addProductToWishlist.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/addProductToWishlist/addProductToWishlist.ts","statSize":878,"parsedSize":293,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":293,"gzipSize":27,"inaccurateSizes":true},{"label":"clearCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/clearCart","statSize":709,"groups":[{"id":null,"label":"clearCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/clearCart/clearCart.ts","statSize":709,"parsedSize":236,"gzipSize":22,"inaccurateSizes":true}],"parsedSize":236,"gzipSize":22,"inaccurateSizes":true},{"label":"removeProductFromCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/removeProductFromCart","statSize":893,"groups":[{"id":null,"label":"removeProductFromCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/removeProductFromCart/removeProductFromCart.ts","statSize":893,"parsedSize":298,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":298,"gzipSize":28,"inaccurateSizes":true},{"label":"removeProductFromWishlist","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/removeProductFromWishlist","statSize":953,"groups":[{"id":null,"label":"removeProductFromWishlist.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.ts","statSize":953,"parsedSize":318,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":318,"gzipSize":30,"inaccurateSizes":true},{"label":"updateProductInCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/updateProductInCart","statSize":889,"groups":[{"id":null,"label":"updateProductInCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/updateProductInCart/updateProductInCart.ts","statSize":889,"parsedSize":297,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":297,"gzipSize":28,"inaccurateSizes":true},{"label":"updateProductInWishlist","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/updateProductInWishlist","statSize":949,"groups":[{"id":null,"label":"updateProductInWishlist.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.ts","statSize":949,"parsedSize":317,"gzipSize":29,"inaccurateSizes":true}],"parsedSize":317,"gzipSize":29,"inaccurateSizes":true},{"label":"viewCart","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/viewCart","statSize":694,"groups":[{"id":null,"label":"viewCart.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/shoppingCart/viewCart/viewCart.ts","statSize":694,"parsedSize":231,"gzipSize":21,"inaccurateSizes":true}],"parsedSize":231,"gzipSize":21,"inaccurateSizes":true}],"parsedSize":2619,"gzipSize":247,"inaccurateSizes":true},{"label":"social","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/social","statSize":777,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/social/index.ts","statSize":114,"parsedSize":38,"gzipSize":3,"inaccurateSizes":true},{"label":"share","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/social/share","statSize":663,"groups":[{"id":null,"label":"share.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/social/share/share.ts","statSize":663,"parsedSize":221,"gzipSize":20,"inaccurateSizes":true}],"parsedSize":221,"gzipSize":20,"inaccurateSizes":true}],"parsedSize":259,"gzipSize":24,"inaccurateSizes":true},{"label":"store","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/store","statSize":1647,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/store/index.ts","statSize":217,"parsedSize":72,"gzipSize":6,"inaccurateSizes":true},{"label":"changeStore","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/store/changeStore","statSize":733,"groups":[{"id":null,"label":"changeStore.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/store/changeStore/changeStore.ts","statSize":733,"parsedSize":244,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":244,"gzipSize":23,"inaccurateSizes":true},{"label":"setStore","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/store/setStore","statSize":697,"groups":[{"id":null,"label":"setStore.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/store/setStore/setStore.ts","statSize":697,"parsedSize":232,"gzipSize":21,"inaccurateSizes":true}],"parsedSize":232,"gzipSize":21,"inaccurateSizes":true}],"parsedSize":550,"gzipSize":51,"inaccurateSizes":true},{"label":"user","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/user","statSize":1809,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/user/index.ts","statSize":247,"parsedSize":82,"gzipSize":7,"inaccurateSizes":true},{"label":"setUserInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/user/setUserInfo","statSize":758,"groups":[{"id":null,"label":"setUserInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/user/setUserInfo/setUserInfo.ts","statSize":758,"parsedSize":253,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":253,"gzipSize":23,"inaccurateSizes":true},{"label":"updateUserInfo","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/user/updateUserInfo","statSize":804,"groups":[{"id":null,"label":"updateUserInfo.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/user/updateUserInfo/updateUserInfo.ts","statSize":804,"parsedSize":268,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":268,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":604,"gzipSize":57,"inaccurateSizes":true},{"label":"vendor","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/vendor","statSize":1683,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/vendor/index.ts","statSize":227,"parsedSize":75,"gzipSize":7,"inaccurateSizes":true},{"label":"changeVendor","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/vendor/changeVendor","statSize":740,"groups":[{"id":null,"label":"changeVendor.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/vendor/changeVendor/changeVendor.ts","statSize":740,"parsedSize":247,"gzipSize":23,"inaccurateSizes":true}],"parsedSize":247,"gzipSize":23,"inaccurateSizes":true},{"label":"setVendor","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/vendor/setVendor","statSize":716,"groups":[{"id":null,"label":"setVendor.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/vendor/setVendor/setVendor.ts","statSize":716,"parsedSize":239,"gzipSize":22,"inaccurateSizes":true}],"parsedSize":239,"gzipSize":22,"inaccurateSizes":true}],"parsedSize":562,"gzipSize":53,"inaccurateSizes":true},{"label":"workflow","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/workflow","statSize":1829,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/workflow/index.ts","statSize":262,"parsedSize":87,"gzipSize":8,"inaccurateSizes":true},{"label":"selectWorkflow","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/workflow/selectWorkflow","statSize":792,"groups":[{"id":null,"label":"selectWorkflow.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/workflow/selectWorkflow/selectWorkflow.ts","statSize":792,"parsedSize":264,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":264,"gzipSize":24,"inaccurateSizes":true},{"label":"updateWorkflow","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/workflow/updateWorkflow","statSize":775,"groups":[{"id":null,"label":"updateWorkflow.ts","path":"./src/index.ts + 297 modules (concatenated)/src/lib/events/workflow/updateWorkflow/updateWorkflow.ts","statSize":775,"parsedSize":258,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":258,"gzipSize":24,"inaccurateSizes":true}],"parsedSize":611,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":26077,"gzipSize":2462,"inaccurateSizes":true}],"parsedSize":146728,"gzipSize":13858,"inaccurateSizes":true},{"label":"types","path":"./src/index.ts + 297 modules (concatenated)/src/types","statSize":11,"groups":[{"id":null,"label":"common.types.ts","path":"./src/index.ts + 297 modules (concatenated)/src/types/common.types.ts","statSize":11,"parsedSize":3,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":3,"gzipSize":0,"inaccurateSizes":true},{"label":"config","path":"./src/index.ts + 297 modules (concatenated)/src/config","statSize":107,"groups":[{"id":null,"label":"constants.ts","path":"./src/index.ts + 297 modules (concatenated)/src/config/constants.ts","statSize":107,"parsedSize":35,"gzipSize":3,"inaccurateSizes":true}],"parsedSize":35,"gzipSize":3,"inaccurateSizes":true}],"parsedSize":152102,"gzipSize":14365,"inaccurateSizes":true},{"label":"home/circleci/repo/node_modules","path":"./src/index.ts + 297 modules (concatenated)/home/circleci/repo/node_modules","statSize":14753,"groups":[{"label":"snake-case/dist.es2015","path":"./src/index.ts + 297 modules (concatenated)/home/circleci/repo/node_modules/snake-case/dist.es2015","statSize":261,"groups":[{"id":null,"label":"index.js","path":"./src/index.ts + 297 modules (concatenated)/home/circleci/repo/node_modules/snake-case/dist.es2015/index.js","statSize":261,"parsedSize":87,"gzipSize":8,"inaccurateSizes":true}],"parsedSize":87,"gzipSize":8,"inaccurateSizes":true},{"label":"tslib","path":"./src/index.ts + 297 modules (concatenated)/home/circleci/repo/node_modules/tslib","statSize":11605,"groups":[{"id":null,"label":"tslib.es6.js","path":"./src/index.ts + 297 modules (concatenated)/home/circleci/repo/node_modules/tslib/tslib.es6.js","statSize":11605,"parsedSize":3877,"gzipSize":366,"inaccurateSizes":true}],"parsedSize":3877,"gzipSize":366,"inaccurateSizes":true},{"label":"dot-case/dist.es2015","path":"./src/index.ts + 297 modules (concatenated)/home/circleci/repo/node_modules/dot-case/dist.es2015","statSize":256,"groups":[{"id":null,"label":"index.js","path":"./src/index.ts + 297 modules (concatenated)/home/circleci/repo/node_modules/dot-case/dist.es2015/index.js","statSize":256,"parsedSize":85,"gzipSize":8,"inaccurateSizes":true}],"parsedSize":85,"gzipSize":8,"inaccurateSizes":true},{"label":"no-case/dist.es2015","path":"./src/index.ts + 297 modules (concatenated)/home/circleci/repo/node_modules/no-case/dist.es2015","statSize":1490,"groups":[{"id":null,"label":"index.js","path":"./src/index.ts + 297 modules (concatenated)/home/circleci/repo/node_modules/no-case/dist.es2015/index.js","statSize":1490,"parsedSize":497,"gzipSize":47,"inaccurateSizes":true}],"parsedSize":497,"gzipSize":47,"inaccurateSizes":true},{"label":"lower-case/dist.es2015","path":"./src/index.ts + 297 modules (concatenated)/home/circleci/repo/node_modules/lower-case/dist.es2015","statSize":1141,"groups":[{"id":null,"label":"index.js","path":"./src/index.ts + 297 modules (concatenated)/home/circleci/repo/node_modules/lower-case/dist.es2015/index.js","statSize":1141,"parsedSize":381,"gzipSize":36,"inaccurateSizes":true}],"parsedSize":381,"gzipSize":36,"inaccurateSizes":true}],"parsedSize":4928,"gzipSize":465,"inaccurateSizes":true}]}],"parsedSize":157038,"gzipSize":14832}]},{"label":"vendors.bundle.js","isAsset":true,"statSize":30,"parsedSize":1197,"gzipSize":539,"groups":[{"label":"src","path":"./src","statSize":30,"groups":[{"id":4,"label":"vendors.ts","path":"./src/vendors.ts","statSize":30,"parsedSize":36,"gzipSize":56}],"parsedSize":36,"gzipSize":56}]}]
1
+ [{"label":"main.bundle.js","isAsset":true,"statSize":947977,"parsedSize":520693,"gzipSize":76604,"groups":[{"label":"products/build","path":"./products/build","statSize":98840,"groups":[{"id":0,"label":"main.bundle.js","path":"./products/build/main.bundle.js","statSize":98840,"parsedSize":98255,"gzipSize":17955}],"parsedSize":98255,"gzipSize":17955},{"label":"shopping-cart/build","path":"./shopping-cart/build","statSize":190890,"groups":[{"id":1,"label":"main.bundle.js","path":"./shopping-cart/build/main.bundle.js","statSize":190890,"parsedSize":190095,"gzipSize":37101}],"parsedSize":190095,"gzipSize":37101},{"label":"state/build","path":"./state/build","statSize":1789,"groups":[{"id":2,"label":"main.bundle.js","path":"./state/build/main.bundle.js","statSize":1789,"parsedSize":1589,"gzipSize":701}],"parsedSize":1589,"gzipSize":701},{"id":3,"label":"package.json","path":"./package.json","statSize":3086,"parsedSize":2661,"gzipSize":1107},{"label":"src","path":"./src","statSize":653372,"groups":[{"id":5,"label":"index.ts + 383 modules (concatenated)","path":"./src/index.ts + 383 modules (concatenated)","statSize":653372,"parsedSize":226927,"gzipSize":21299,"concatenated":true,"groups":[{"label":"src","path":"./src/index.ts + 383 modules (concatenated)/src","statSize":638599,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/index.ts","statSize":672,"parsedSize":233,"gzipSize":21,"inaccurateSizes":true},{"label":"utils","path":"./src/index.ts + 383 modules (concatenated)/src/utils","statSize":18684,"groups":[{"id":null,"label":"state.utils.ts","path":"./src/index.ts + 383 modules (concatenated)/src/utils/state.utils.ts","statSize":2331,"parsedSize":809,"gzipSize":75,"inaccurateSizes":true},{"id":null,"label":"segment.utils.ts","path":"./src/index.ts + 383 modules (concatenated)/src/utils/segment.utils.ts","statSize":312,"parsedSize":108,"gzipSize":10,"inaccurateSizes":true},{"id":null,"label":"logs.utils.ts","path":"./src/index.ts + 383 modules (concatenated)/src/utils/logs.utils.ts","statSize":5713,"parsedSize":1984,"gzipSize":186,"inaccurateSizes":true},{"id":null,"label":"events.utils.ts","path":"./src/index.ts + 383 modules (concatenated)/src/utils/events.utils.ts","statSize":5928,"parsedSize":2058,"gzipSize":193,"inaccurateSizes":true},{"id":null,"label":"common.utils.ts","path":"./src/index.ts + 383 modules (concatenated)/src/utils/common.utils.ts","statSize":941,"parsedSize":326,"gzipSize":30,"inaccurateSizes":true},{"id":null,"label":"validations.utils.ts","path":"./src/index.ts + 383 modules (concatenated)/src/utils/validations.utils.ts","statSize":3459,"parsedSize":1201,"gzipSize":112,"inaccurateSizes":true}],"parsedSize":6489,"gzipSize":609,"inaccurateSizes":true},{"label":"lib","path":"./src/index.ts + 383 modules (concatenated)/src/lib","statSize":619125,"groups":[{"label":"providers","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers","statSize":522302,"groups":[{"id":null,"label":"providers.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/providers.ts","statSize":346,"parsedSize":120,"gzipSize":11,"inaccurateSizes":true},{"label":"FacebookPixel","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel","statSize":165344,"groups":[{"id":null,"label":"FacebookPixel.types.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/FacebookPixel.types.ts","statSize":11,"parsedSize":3,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"FacebookPixel.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/FacebookPixel.ts","statSize":4534,"parsedSize":1574,"gzipSize":147,"inaccurateSizes":true},{"label":"events","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events","statSize":160799,"groups":[{"label":"customEvent","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/customEvent","statSize":1805,"groups":[{"id":null,"label":"customEvent.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/customEvent/customEvent.ts","statSize":1805,"parsedSize":626,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":626,"gzipSize":58,"inaccurateSizes":true},{"label":"auth","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth","statSize":12627,"groups":[{"label":"changePasswordAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordAttempt","statSize":1810,"groups":[{"id":null,"label":"changePasswordAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordAttempt/changePasswordAttempt.ts","statSize":1810,"parsedSize":628,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":628,"gzipSize":59,"inaccurateSizes":true},{"label":"signUpAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signUpAttempt","statSize":1770,"groups":[{"id":null,"label":"signUpAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signUpAttempt/signUpAttempt.ts","statSize":1770,"parsedSize":614,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":614,"gzipSize":57,"inaccurateSizes":true},{"label":"changePasswordFail","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordFail","statSize":1795,"groups":[{"id":null,"label":"changePasswordFail.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordFail/changePasswordFail.ts","statSize":1795,"parsedSize":623,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":623,"gzipSize":58,"inaccurateSizes":true},{"label":"changePasswordSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordSuccess","statSize":1810,"groups":[{"id":null,"label":"changePasswordSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/changePasswordSuccess/changePasswordSuccess.ts","statSize":1810,"parsedSize":628,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":628,"gzipSize":59,"inaccurateSizes":true},{"label":"signIn","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signIn","statSize":1847,"groups":[{"id":null,"label":"signIn.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signIn/signIn.ts","statSize":1847,"parsedSize":641,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":641,"gzipSize":60,"inaccurateSizes":true},{"label":"signOut","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signOut","statSize":1740,"groups":[{"id":null,"label":"signOut.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signOut/signOut.ts","statSize":1740,"parsedSize":604,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":604,"gzipSize":56,"inaccurateSizes":true},{"label":"signUp","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signUp","statSize":1855,"groups":[{"id":null,"label":"signUp.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/auth/signUp/signUp.ts","statSize":1855,"parsedSize":644,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":644,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":4385,"gzipSize":411,"inaccurateSizes":true},{"label":"banner","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/banner","statSize":3550,"groups":[{"label":"bannerImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/banner/bannerImpression","statSize":1785,"groups":[{"id":null,"label":"bannerImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/banner/bannerImpression/bannerImpression.ts","statSize":1785,"parsedSize":619,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":619,"gzipSize":58,"inaccurateSizes":true},{"label":"selectBanner","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/banner/selectBanner","statSize":1765,"groups":[{"id":null,"label":"selectBanner.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/banner/selectBanner/selectBanner.ts","statSize":1765,"parsedSize":613,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":613,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":1232,"gzipSize":115,"inaccurateSizes":true},{"label":"billing","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing","statSize":5355,"groups":[{"label":"addBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/addBillingInfo","statSize":1775,"groups":[{"id":null,"label":"addBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/addBillingInfo/addBillingInfo.ts","statSize":1775,"parsedSize":616,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":616,"gzipSize":57,"inaccurateSizes":true},{"label":"selectBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/selectBillingInfo","statSize":1790,"groups":[{"id":null,"label":"selectBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/selectBillingInfo/selectBillingInfo.ts","statSize":1790,"parsedSize":621,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":621,"gzipSize":58,"inaccurateSizes":true},{"label":"updateBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/updateBillingInfo","statSize":1790,"groups":[{"id":null,"label":"updateBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/billing/updateBillingInfo/updateBillingInfo.ts","statSize":1790,"parsedSize":621,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":621,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":1859,"gzipSize":174,"inaccurateSizes":true},{"label":"booking/bookAppointment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/booking/bookAppointment","statSize":1767,"groups":[{"id":null,"label":"bookAppointment.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/booking/bookAppointment/bookAppointment.ts","statSize":1767,"parsedSize":613,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":613,"gzipSize":57,"inaccurateSizes":true},{"label":"category","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/category","statSize":7711,"groups":[{"label":"categoryImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/categoryImpression","statSize":1973,"groups":[{"id":null,"label":"categoryImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/categoryImpression/categoryImpression.ts","statSize":1973,"parsedSize":685,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":685,"gzipSize":64,"inaccurateSizes":true},{"label":"searchCategoryAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/searchCategoryAttempt","statSize":1842,"groups":[{"id":null,"label":"searchCategoryAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/searchCategoryAttempt/searchCategoryAttempt.ts","statSize":1842,"parsedSize":639,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":639,"gzipSize":60,"inaccurateSizes":true},{"label":"selectCategory","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/selectCategory","statSize":1953,"groups":[{"id":null,"label":"selectCategory.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/selectCategory/selectCategory.ts","statSize":1953,"parsedSize":678,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":678,"gzipSize":63,"inaccurateSizes":true},{"label":"viewCategory","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/viewCategory","statSize":1943,"groups":[{"id":null,"label":"viewCategory.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/category/viewCategory/viewCategory.ts","statSize":1943,"parsedSize":674,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":674,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":2678,"gzipSize":251,"inaccurateSizes":true},{"label":"checkout","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/checkout","statSize":4311,"groups":[{"label":"checkoutAction","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/checkout/checkoutAction","statSize":1775,"groups":[{"id":null,"label":"checkoutAction.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/checkout/checkoutAction/checkoutAction.ts","statSize":1775,"parsedSize":616,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":616,"gzipSize":57,"inaccurateSizes":true},{"label":"initiateCheckout","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/checkout/initiateCheckout","statSize":2536,"groups":[{"id":null,"label":"initiateCheckout.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/checkout/initiateCheckout/initiateCheckout.ts","statSize":2536,"parsedSize":880,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":880,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":1497,"gzipSize":140,"inaccurateSizes":true},{"label":"coupon","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon","statSize":13310,"groups":[{"label":"applyBenefit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/applyBenefit","statSize":1990,"groups":[{"id":null,"label":"applyBenefit.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/applyBenefit/applyBenefit.ts","statSize":1990,"parsedSize":691,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":691,"gzipSize":64,"inaccurateSizes":true},{"label":"couponCodeError","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/couponCodeError","statSize":2005,"groups":[{"id":null,"label":"couponCodeError.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/couponCodeError/couponCodeError.ts","statSize":2005,"parsedSize":696,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":696,"gzipSize":65,"inaccurateSizes":true},{"label":"redeemCouponCode","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/redeemCouponCode","statSize":1785,"groups":[{"id":null,"label":"redeemCouponCode.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/redeemCouponCode/redeemCouponCode.ts","statSize":1785,"parsedSize":619,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":619,"gzipSize":58,"inaccurateSizes":true},{"label":"removeBenefit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/removeBenefit","statSize":1995,"groups":[{"id":null,"label":"removeBenefit.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/removeBenefit/removeBenefit.ts","statSize":1995,"parsedSize":692,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":692,"gzipSize":65,"inaccurateSizes":true},{"label":"viewBenefitDetails","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewBenefitDetails","statSize":1985,"groups":[{"id":null,"label":"viewBenefitDetails.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewBenefitDetails/viewBenefitDetails.ts","statSize":1985,"parsedSize":689,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":689,"gzipSize":64,"inaccurateSizes":true},{"label":"viewBenefitsWallet","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewBenefitsWallet","statSize":1760,"groups":[{"id":null,"label":"viewBenefitsWallet.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewBenefitsWallet/viewBenefitsWallet.ts","statSize":1760,"parsedSize":611,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":611,"gzipSize":57,"inaccurateSizes":true},{"label":"viewQRStoreCoupon","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewQRStoreCoupon","statSize":1790,"groups":[{"id":null,"label":"viewQRStoreCoupon.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.ts","statSize":1790,"parsedSize":621,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":621,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":4622,"gzipSize":433,"inaccurateSizes":true},{"label":"credit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit","statSize":5854,"groups":[{"label":"addCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/addCredits","statSize":2045,"groups":[{"id":null,"label":"addCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/addCredits/addCredits.ts","statSize":2045,"parsedSize":710,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":710,"gzipSize":66,"inaccurateSizes":true},{"label":"spendCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/spendCredits","statSize":2049,"groups":[{"id":null,"label":"spendCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/spendCredits/spendCredits.ts","statSize":2049,"parsedSize":711,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":711,"gzipSize":66,"inaccurateSizes":true},{"label":"viewCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/viewCredits","statSize":1760,"groups":[{"id":null,"label":"viewCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/credit/viewCredits/viewCredits.ts","statSize":1760,"parsedSize":611,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":611,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":2033,"gzipSize":190,"inaccurateSizes":true},{"label":"fulfillment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/fulfillment","statSize":3530,"groups":[{"label":"viewFulfillmentStep","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/fulfillment/viewFulfillmentStep","statSize":1765,"groups":[{"id":null,"label":"viewFulfillmentStep.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.ts","statSize":1765,"parsedSize":613,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":613,"gzipSize":57,"inaccurateSizes":true},{"label":"viewTracking","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/fulfillment/viewTracking","statSize":1765,"groups":[{"id":null,"label":"viewTracking.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/fulfillment/viewTracking/viewTracking.ts","statSize":1765,"parsedSize":613,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":613,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":1226,"gzipSize":115,"inaccurateSizes":true},{"label":"geo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo","statSize":7064,"groups":[{"label":"changeLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/changeLocation","statSize":1775,"groups":[{"id":null,"label":"changeLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/changeLocation/changeLocation.ts","statSize":1775,"parsedSize":616,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":616,"gzipSize":57,"inaccurateSizes":true},{"label":"findLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/findLocation","statSize":1759,"groups":[{"id":null,"label":"findLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/findLocation/findLocation.ts","statSize":1759,"parsedSize":610,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":610,"gzipSize":57,"inaccurateSizes":true},{"label":"outOfCoverage","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/outOfCoverage","statSize":1770,"groups":[{"id":null,"label":"outOfCoverage.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/outOfCoverage/outOfCoverage.ts","statSize":1770,"parsedSize":614,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":614,"gzipSize":57,"inaccurateSizes":true},{"label":"setLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/setLocation","statSize":1760,"groups":[{"id":null,"label":"setLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/geo/setLocation/setLocation.ts","statSize":1760,"parsedSize":611,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":611,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":2453,"gzipSize":230,"inaccurateSizes":true},{"label":"help/requestAssistance","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/help/requestAssistance","statSize":1774,"groups":[{"id":null,"label":"requestAssistance.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/help/requestAssistance/requestAssistance.ts","statSize":1774,"parsedSize":616,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":616,"gzipSize":57,"inaccurateSizes":true},{"label":"loyalty","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty","statSize":7060,"groups":[{"label":"earnPoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/earnPoints","statSize":1755,"groups":[{"id":null,"label":"earnPoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/earnPoints/earnPoints.ts","statSize":1755,"parsedSize":609,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":609,"gzipSize":57,"inaccurateSizes":true},{"label":"sharePoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/sharePoints","statSize":1760,"groups":[{"id":null,"label":"sharePoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/sharePoints/sharePoints.ts","statSize":1760,"parsedSize":611,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":611,"gzipSize":57,"inaccurateSizes":true},{"label":"spendPoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/spendPoints","statSize":1760,"groups":[{"id":null,"label":"spendPoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/spendPoints/spendPoints.ts","statSize":1760,"parsedSize":611,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":611,"gzipSize":57,"inaccurateSizes":true},{"label":"viewLoyaltyLevel","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/viewLoyaltyLevel","statSize":1785,"groups":[{"id":null,"label":"viewLoyaltyLevel.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.ts","statSize":1785,"parsedSize":619,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":619,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":2452,"gzipSize":230,"inaccurateSizes":true},{"label":"order","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/order","statSize":5729,"groups":[{"label":"cancelOrder","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/cancelOrder","statSize":1760,"groups":[{"id":null,"label":"cancelOrder.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/cancelOrder/cancelOrder.ts","statSize":1760,"parsedSize":611,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":611,"gzipSize":57,"inaccurateSizes":true},{"label":"rateOrder","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/rateOrder","statSize":1909,"groups":[{"id":null,"label":"rateOrder.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/rateOrder/rateOrder.ts","statSize":1909,"parsedSize":663,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":663,"gzipSize":62,"inaccurateSizes":true},{"label":"requestRefund","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/requestRefund","statSize":2060,"groups":[{"id":null,"label":"requestRefund.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/order/requestRefund/requestRefund.ts","statSize":2060,"parsedSize":715,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":715,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":1989,"gzipSize":186,"inaccurateSizes":true},{"label":"other","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/other","statSize":5358,"groups":[{"label":"generateLead","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/generateLead","statSize":1751,"groups":[{"id":null,"label":"generateLead.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/generateLead/generateLead.ts","statSize":1751,"parsedSize":608,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":608,"gzipSize":57,"inaccurateSizes":true},{"label":"pageView","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/pageView","statSize":1783,"groups":[{"id":null,"label":"pageView.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/pageView/pageView.ts","statSize":1783,"parsedSize":619,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":619,"gzipSize":58,"inaccurateSizes":true},{"label":"searchPageContent","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/searchPageContent","statSize":1824,"groups":[{"id":null,"label":"searchPageContent.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/other/searchPageContent/searchPageContent.ts","statSize":1824,"parsedSize":633,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":633,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":1860,"gzipSize":174,"inaccurateSizes":true},{"label":"payment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment","statSize":6036,"groups":[{"label":"changePaymentType","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/changePaymentType","statSize":2015,"groups":[{"id":null,"label":"changePaymentType.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/changePaymentType/changePaymentType.ts","statSize":2015,"parsedSize":699,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":699,"gzipSize":65,"inaccurateSizes":true},{"label":"selectPaymentType","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/selectPaymentType","statSize":2015,"groups":[{"id":null,"label":"selectPaymentType.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/selectPaymentType/selectPaymentType.ts","statSize":2015,"parsedSize":699,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":699,"gzipSize":65,"inaccurateSizes":true},{"label":"setPaymentInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/setPaymentInfo","statSize":2006,"groups":[{"id":null,"label":"setPaymentInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/payment/setPaymentInfo/setPaymentInfo.ts","statSize":2006,"parsedSize":696,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":696,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":2096,"gzipSize":196,"inaccurateSizes":true},{"label":"product","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product","statSize":17771,"groups":[{"label":"customizeProduct","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/customizeProduct","statSize":1951,"groups":[{"id":null,"label":"customizeProduct.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/customizeProduct/customizeProduct.ts","statSize":1951,"parsedSize":677,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":677,"gzipSize":63,"inaccurateSizes":true},{"label":"filterProducts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/filterProducts","statSize":1775,"groups":[{"id":null,"label":"filterProducts.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/filterProducts/filterProducts.ts","statSize":1775,"parsedSize":616,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":616,"gzipSize":57,"inaccurateSizes":true},{"label":"productImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/productImpression","statSize":2304,"groups":[{"id":null,"label":"productImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/productImpression/productImpression.ts","statSize":2304,"parsedSize":800,"gzipSize":75,"inaccurateSizes":true}],"parsedSize":800,"gzipSize":75,"inaccurateSizes":true},{"label":"searchProductSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductSuccess","statSize":1813,"groups":[{"id":null,"label":"searchProductSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductSuccess/searchProductSuccess.ts","statSize":1813,"parsedSize":629,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":629,"gzipSize":59,"inaccurateSizes":true},{"label":"searchProductAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductAttempt","statSize":1801,"groups":[{"id":null,"label":"searchProductAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductAttempt/searchProductAttempt.ts","statSize":1801,"parsedSize":625,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":625,"gzipSize":58,"inaccurateSizes":true},{"label":"searchProductNotFound","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductNotFound","statSize":1817,"groups":[{"id":null,"label":"searchProductNotFound.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/searchProductNotFound/searchProductNotFound.ts","statSize":1817,"parsedSize":631,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":631,"gzipSize":59,"inaccurateSizes":true},{"label":"selectProduct","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/selectProduct","statSize":2284,"groups":[{"id":null,"label":"selectProduct.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/selectProduct/selectProduct.ts","statSize":2284,"parsedSize":793,"gzipSize":74,"inaccurateSizes":true}],"parsedSize":793,"gzipSize":74,"inaccurateSizes":true},{"label":"sortProducts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/sortProducts","statSize":1765,"groups":[{"id":null,"label":"sortProducts.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/sortProducts/sortProducts.ts","statSize":1765,"parsedSize":613,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":613,"gzipSize":57,"inaccurateSizes":true},{"label":"viewProductDetails","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/viewProductDetails","statSize":2261,"groups":[{"id":null,"label":"viewProductDetails.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/product/viewProductDetails/viewProductDetails.ts","statSize":2261,"parsedSize":785,"gzipSize":73,"inaccurateSizes":true}],"parsedSize":785,"gzipSize":73,"inaccurateSizes":true}],"parsedSize":6172,"gzipSize":579,"inaccurateSizes":true},{"label":"purchase","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase","statSize":7583,"groups":[{"label":"purchaseAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseAttempt","statSize":2537,"groups":[{"id":null,"label":"purchaseAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseAttempt/purchaseAttempt.ts","statSize":2537,"parsedSize":881,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":881,"gzipSize":82,"inaccurateSizes":true},{"label":"purchaseFail","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseFail","statSize":2522,"groups":[{"id":null,"label":"purchaseFail.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseFail/purchaseFail.ts","statSize":2522,"parsedSize":875,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":875,"gzipSize":82,"inaccurateSizes":true},{"label":"purchaseSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseSuccess","statSize":2524,"groups":[{"id":null,"label":"purchaseSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/purchase/purchaseSuccess/purchaseSuccess.ts","statSize":2524,"parsedSize":876,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":876,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":2633,"gzipSize":247,"inaccurateSizes":true},{"label":"settings/viewSettings","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/settings/viewSettings","statSize":1765,"groups":[{"id":null,"label":"viewSettings.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/settings/viewSettings/viewSettings.ts","statSize":1765,"parsedSize":613,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":613,"gzipSize":57,"inaccurateSizes":true},{"label":"shipping","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping","statSize":5716,"groups":[{"label":"addShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/addShippingAddress","statSize":1872,"groups":[{"id":null,"label":"addShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/addShippingAddress/addShippingAddress.ts","statSize":1872,"parsedSize":650,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":650,"gzipSize":61,"inaccurateSizes":true},{"label":"selectShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/selectShippingAddress","statSize":1922,"groups":[{"id":null,"label":"selectShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/selectShippingAddress/selectShippingAddress.ts","statSize":1922,"parsedSize":667,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":667,"gzipSize":62,"inaccurateSizes":true},{"label":"updateShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/updateShippingAddress","statSize":1922,"groups":[{"id":null,"label":"updateShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shipping/updateShippingAddress/updateShippingAddress.ts","statSize":1922,"parsedSize":667,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":667,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":1985,"gzipSize":186,"inaccurateSizes":true},{"label":"shoppingCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart","statSize":18469,"groups":[{"label":"addProductToCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/addProductToCart","statSize":2544,"groups":[{"id":null,"label":"addProductToCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/addProductToCart/addProductToCart.ts","statSize":2544,"parsedSize":883,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":883,"gzipSize":82,"inaccurateSizes":true},{"label":"addProductToWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/addProductToWishlist","statSize":2415,"groups":[{"id":null,"label":"addProductToWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/addProductToWishlist/addProductToWishlist.ts","statSize":2415,"parsedSize":838,"gzipSize":78,"inaccurateSizes":true}],"parsedSize":838,"gzipSize":78,"inaccurateSizes":true},{"label":"clearCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/clearCart","statSize":1750,"groups":[{"id":null,"label":"clearCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/clearCart/clearCart.ts","statSize":1750,"parsedSize":607,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":607,"gzipSize":57,"inaccurateSizes":true},{"label":"removeProductFromCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/removeProductFromCart","statSize":2547,"groups":[{"id":null,"label":"removeProductFromCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/removeProductFromCart/removeProductFromCart.ts","statSize":2547,"parsedSize":884,"gzipSize":83,"inaccurateSizes":true}],"parsedSize":884,"gzipSize":83,"inaccurateSizes":true},{"label":"removeProductFromWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/removeProductFromWishlist","statSize":2453,"groups":[{"id":null,"label":"removeProductFromWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.ts","statSize":2453,"parsedSize":851,"gzipSize":79,"inaccurateSizes":true}],"parsedSize":851,"gzipSize":79,"inaccurateSizes":true},{"label":"updateProductInCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/updateProductInCart","statSize":2572,"groups":[{"id":null,"label":"updateProductInCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/updateProductInCart/updateProductInCart.ts","statSize":2572,"parsedSize":893,"gzipSize":83,"inaccurateSizes":true}],"parsedSize":893,"gzipSize":83,"inaccurateSizes":true},{"label":"updateProductInWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/updateProductInWishlist","statSize":2443,"groups":[{"id":null,"label":"updateProductInWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.ts","statSize":2443,"parsedSize":848,"gzipSize":79,"inaccurateSizes":true}],"parsedSize":848,"gzipSize":79,"inaccurateSizes":true},{"label":"viewCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/viewCart","statSize":1745,"groups":[{"id":null,"label":"viewCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/shoppingCart/viewCart/viewCart.ts","statSize":1745,"parsedSize":606,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":606,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":6414,"gzipSize":602,"inaccurateSizes":true},{"label":"social/share","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/social/share","statSize":1730,"groups":[{"id":null,"label":"share.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/social/share/share.ts","statSize":1730,"parsedSize":600,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":600,"gzipSize":56,"inaccurateSizes":true},{"label":"store","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/store","statSize":4100,"groups":[{"label":"changeStore","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/store/changeStore","statSize":2202,"groups":[{"id":null,"label":"changeStore.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/store/changeStore/changeStore.ts","statSize":2202,"parsedSize":764,"gzipSize":71,"inaccurateSizes":true}],"parsedSize":764,"gzipSize":71,"inaccurateSizes":true},{"label":"setStore","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/store/setStore","statSize":1898,"groups":[{"id":null,"label":"setStore.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/store/setStore/setStore.ts","statSize":1898,"parsedSize":659,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":659,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":1423,"gzipSize":133,"inaccurateSizes":true},{"label":"user","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/user","statSize":3759,"groups":[{"label":"setUserInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/user/setUserInfo","statSize":1872,"groups":[{"id":null,"label":"setUserInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/user/setUserInfo/setUserInfo.ts","statSize":1872,"parsedSize":650,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":650,"gzipSize":61,"inaccurateSizes":true},{"label":"updateUserInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/user/updateUserInfo","statSize":1887,"groups":[{"id":null,"label":"updateUserInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/user/updateUserInfo/updateUserInfo.ts","statSize":1887,"parsedSize":655,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":655,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":1305,"gzipSize":122,"inaccurateSizes":true},{"label":"vendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/vendor","statSize":3515,"groups":[{"label":"changeVendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/vendor/changeVendor","statSize":1765,"groups":[{"id":null,"label":"changeVendor.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/vendor/changeVendor/changeVendor.ts","statSize":1765,"parsedSize":613,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":613,"gzipSize":57,"inaccurateSizes":true},{"label":"setVendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/vendor/setVendor","statSize":1750,"groups":[{"id":null,"label":"setVendor.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/vendor/setVendor/setVendor.ts","statSize":1750,"parsedSize":607,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":607,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":1220,"gzipSize":114,"inaccurateSizes":true},{"label":"workflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/workflow","statSize":3550,"groups":[{"label":"selectWorkflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/workflow/selectWorkflow","statSize":1775,"groups":[{"id":null,"label":"selectWorkflow.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/workflow/selectWorkflow/selectWorkflow.ts","statSize":1775,"parsedSize":616,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":616,"gzipSize":57,"inaccurateSizes":true},{"label":"updateWorkflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/workflow/updateWorkflow","statSize":1775,"groups":[{"id":null,"label":"updateWorkflow.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/FacebookPixel/events/workflow/updateWorkflow/updateWorkflow.ts","statSize":1775,"parsedSize":616,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":616,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":1232,"gzipSize":115,"inaccurateSizes":true}],"parsedSize":55848,"gzipSize":5241,"inaccurateSizes":true}],"parsedSize":57426,"gzipSize":5389,"inaccurateSizes":true},{"label":"GoogleAnalytics","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics","statSize":185136,"groups":[{"id":null,"label":"GoogleAnalytics.types.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/GoogleAnalytics.types.ts","statSize":11,"parsedSize":3,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"GoogleAnalytics.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/GoogleAnalytics.ts","statSize":4979,"parsedSize":1729,"gzipSize":162,"inaccurateSizes":true},{"label":"events","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events","statSize":180146,"groups":[{"label":"customEvent","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/customEvent","statSize":2043,"groups":[{"id":null,"label":"customEvent.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/customEvent/customEvent.ts","statSize":2043,"parsedSize":709,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":709,"gzipSize":66,"inaccurateSizes":true},{"label":"auth","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth","statSize":14287,"groups":[{"label":"changePasswordAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordAttempt","statSize":2049,"groups":[{"id":null,"label":"changePasswordAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordAttempt/changePasswordAttempt.ts","statSize":2049,"parsedSize":711,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":711,"gzipSize":66,"inaccurateSizes":true},{"label":"signUpAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signUpAttempt","statSize":2009,"groups":[{"id":null,"label":"signUpAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signUpAttempt/signUpAttempt.ts","statSize":2009,"parsedSize":697,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":697,"gzipSize":65,"inaccurateSizes":true},{"label":"changePasswordFail","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordFail","statSize":2034,"groups":[{"id":null,"label":"changePasswordFail.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordFail/changePasswordFail.ts","statSize":2034,"parsedSize":706,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":706,"gzipSize":66,"inaccurateSizes":true},{"label":"changePasswordSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordSuccess","statSize":2049,"groups":[{"id":null,"label":"changePasswordSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/changePasswordSuccess/changePasswordSuccess.ts","statSize":2049,"parsedSize":711,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":711,"gzipSize":66,"inaccurateSizes":true},{"label":"signIn","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signIn","statSize":2083,"groups":[{"id":null,"label":"signIn.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signIn/signIn.ts","statSize":2083,"parsedSize":723,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":723,"gzipSize":67,"inaccurateSizes":true},{"label":"signOut","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signOut","statSize":1978,"groups":[{"id":null,"label":"signOut.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signOut/signOut.ts","statSize":1978,"parsedSize":686,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":686,"gzipSize":64,"inaccurateSizes":true},{"label":"signUp","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signUp","statSize":2085,"groups":[{"id":null,"label":"signUp.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/auth/signUp/signUp.ts","statSize":2085,"parsedSize":724,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":724,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":4962,"gzipSize":465,"inaccurateSizes":true},{"label":"banner","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/banner","statSize":4051,"groups":[{"label":"bannerImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/banner/bannerImpression","statSize":2023,"groups":[{"id":null,"label":"bannerImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/banner/bannerImpression/bannerImpression.ts","statSize":2023,"parsedSize":702,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":702,"gzipSize":65,"inaccurateSizes":true},{"label":"selectBanner","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/banner/selectBanner","statSize":2028,"groups":[{"id":null,"label":"selectBanner.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/banner/selectBanner/selectBanner.ts","statSize":2028,"parsedSize":704,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":704,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":1406,"gzipSize":132,"inaccurateSizes":true},{"label":"billing","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing","statSize":6072,"groups":[{"label":"addBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/addBillingInfo","statSize":2014,"groups":[{"id":null,"label":"addBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/addBillingInfo/addBillingInfo.ts","statSize":2014,"parsedSize":699,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":699,"gzipSize":65,"inaccurateSizes":true},{"label":"selectBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/selectBillingInfo","statSize":2029,"groups":[{"id":null,"label":"selectBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/selectBillingInfo/selectBillingInfo.ts","statSize":2029,"parsedSize":704,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":704,"gzipSize":66,"inaccurateSizes":true},{"label":"updateBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/updateBillingInfo","statSize":2029,"groups":[{"id":null,"label":"updateBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/billing/updateBillingInfo/updateBillingInfo.ts","statSize":2029,"parsedSize":704,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":704,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":2108,"gzipSize":197,"inaccurateSizes":true},{"label":"booking/bookAppointment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/booking/bookAppointment","statSize":2018,"groups":[{"id":null,"label":"bookAppointment.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/booking/bookAppointment/bookAppointment.ts","statSize":2018,"parsedSize":700,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":700,"gzipSize":65,"inaccurateSizes":true},{"label":"category","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category","statSize":9019,"groups":[{"label":"categoryImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/categoryImpression","statSize":2484,"groups":[{"id":null,"label":"categoryImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/categoryImpression/categoryImpression.ts","statSize":2484,"parsedSize":862,"gzipSize":80,"inaccurateSizes":true}],"parsedSize":862,"gzipSize":80,"inaccurateSizes":true},{"label":"searchCategoryAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/searchCategoryAttempt","statSize":2083,"groups":[{"id":null,"label":"searchCategoryAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/searchCategoryAttempt/searchCategoryAttempt.ts","statSize":2083,"parsedSize":723,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":723,"gzipSize":67,"inaccurateSizes":true},{"label":"selectCategory","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/selectCategory","statSize":2277,"groups":[{"id":null,"label":"selectCategory.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/selectCategory/selectCategory.ts","statSize":2277,"parsedSize":790,"gzipSize":74,"inaccurateSizes":true}],"parsedSize":790,"gzipSize":74,"inaccurateSizes":true},{"label":"viewCategory","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/viewCategory","statSize":2175,"groups":[{"id":null,"label":"viewCategory.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/category/viewCategory/viewCategory.ts","statSize":2175,"parsedSize":755,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":755,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":3132,"gzipSize":294,"inaccurateSizes":true},{"label":"checkout","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/checkout","statSize":4615,"groups":[{"label":"checkoutAction","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/checkout/checkoutAction","statSize":2063,"groups":[{"id":null,"label":"checkoutAction.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/checkout/checkoutAction/checkoutAction.ts","statSize":2063,"parsedSize":716,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":716,"gzipSize":67,"inaccurateSizes":true},{"label":"initiateCheckout","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/checkout/initiateCheckout","statSize":2552,"groups":[{"id":null,"label":"initiateCheckout.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/checkout/initiateCheckout/initiateCheckout.ts","statSize":2552,"parsedSize":886,"gzipSize":83,"inaccurateSizes":true}],"parsedSize":886,"gzipSize":83,"inaccurateSizes":true}],"parsedSize":1602,"gzipSize":150,"inaccurateSizes":true},{"label":"coupon","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon","statSize":15004,"groups":[{"label":"applyBenefit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/applyBenefit","statSize":2216,"groups":[{"id":null,"label":"applyBenefit.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/applyBenefit/applyBenefit.ts","statSize":2216,"parsedSize":769,"gzipSize":72,"inaccurateSizes":true}],"parsedSize":769,"gzipSize":72,"inaccurateSizes":true},{"label":"couponCodeError","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/couponCodeError","statSize":2232,"groups":[{"id":null,"label":"couponCodeError.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/couponCodeError/couponCodeError.ts","statSize":2232,"parsedSize":775,"gzipSize":72,"inaccurateSizes":true}],"parsedSize":775,"gzipSize":72,"inaccurateSizes":true},{"label":"redeemCouponCode","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/redeemCouponCode","statSize":2024,"groups":[{"id":null,"label":"redeemCouponCode.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/redeemCouponCode/redeemCouponCode.ts","statSize":2024,"parsedSize":702,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":702,"gzipSize":65,"inaccurateSizes":true},{"label":"removeBenefit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/removeBenefit","statSize":2221,"groups":[{"id":null,"label":"removeBenefit.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/removeBenefit/removeBenefit.ts","statSize":2221,"parsedSize":771,"gzipSize":72,"inaccurateSizes":true}],"parsedSize":771,"gzipSize":72,"inaccurateSizes":true},{"label":"viewBenefitDetails","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewBenefitDetails","statSize":2247,"groups":[{"id":null,"label":"viewBenefitDetails.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewBenefitDetails/viewBenefitDetails.ts","statSize":2247,"parsedSize":780,"gzipSize":73,"inaccurateSizes":true}],"parsedSize":780,"gzipSize":73,"inaccurateSizes":true},{"label":"viewBenefitsWallet","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewBenefitsWallet","statSize":2034,"groups":[{"id":null,"label":"viewBenefitsWallet.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewBenefitsWallet/viewBenefitsWallet.ts","statSize":2034,"parsedSize":706,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":706,"gzipSize":66,"inaccurateSizes":true},{"label":"viewQRStoreCoupon","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewQRStoreCoupon","statSize":2030,"groups":[{"id":null,"label":"viewQRStoreCoupon.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.ts","statSize":2030,"parsedSize":705,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":705,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":5211,"gzipSize":489,"inaccurateSizes":true},{"label":"credit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit","statSize":6550,"groups":[{"label":"addCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/addCredits","statSize":2271,"groups":[{"id":null,"label":"addCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/addCredits/addCredits.ts","statSize":2271,"parsedSize":788,"gzipSize":74,"inaccurateSizes":true}],"parsedSize":788,"gzipSize":74,"inaccurateSizes":true},{"label":"spendCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/spendCredits","statSize":2281,"groups":[{"id":null,"label":"spendCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/spendCredits/spendCredits.ts","statSize":2281,"parsedSize":792,"gzipSize":74,"inaccurateSizes":true}],"parsedSize":792,"gzipSize":74,"inaccurateSizes":true},{"label":"viewCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/viewCredits","statSize":1998,"groups":[{"id":null,"label":"viewCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/credit/viewCredits/viewCredits.ts","statSize":1998,"parsedSize":693,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":693,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":2274,"gzipSize":213,"inaccurateSizes":true},{"label":"fulfillment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/fulfillment","statSize":4042,"groups":[{"label":"viewFulfillmentStep","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/fulfillment/viewFulfillmentStep","statSize":2039,"groups":[{"id":null,"label":"viewFulfillmentStep.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.ts","statSize":2039,"parsedSize":708,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":708,"gzipSize":66,"inaccurateSizes":true},{"label":"viewTracking","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/fulfillment/viewTracking","statSize":2003,"groups":[{"id":null,"label":"viewTracking.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/fulfillment/viewTracking/viewTracking.ts","statSize":2003,"parsedSize":695,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":695,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":1403,"gzipSize":131,"inaccurateSizes":true},{"label":"geo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo","statSize":8023,"groups":[{"label":"changeLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/changeLocation","statSize":2013,"groups":[{"id":null,"label":"changeLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/changeLocation/changeLocation.ts","statSize":2013,"parsedSize":699,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":699,"gzipSize":65,"inaccurateSizes":true},{"label":"findLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/findLocation","statSize":2003,"groups":[{"id":null,"label":"findLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/findLocation/findLocation.ts","statSize":2003,"parsedSize":695,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":695,"gzipSize":65,"inaccurateSizes":true},{"label":"outOfCoverage","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/outOfCoverage","statSize":2009,"groups":[{"id":null,"label":"outOfCoverage.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/outOfCoverage/outOfCoverage.ts","statSize":2009,"parsedSize":697,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":697,"gzipSize":65,"inaccurateSizes":true},{"label":"setLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/setLocation","statSize":1998,"groups":[{"id":null,"label":"setLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/geo/setLocation/setLocation.ts","statSize":1998,"parsedSize":693,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":693,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":2786,"gzipSize":261,"inaccurateSizes":true},{"label":"help/requestAssistance","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/help/requestAssistance","statSize":2028,"groups":[{"id":null,"label":"requestAssistance.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/help/requestAssistance/requestAssistance.ts","statSize":2028,"parsedSize":704,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":704,"gzipSize":66,"inaccurateSizes":true},{"label":"loyalty","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty","statSize":8309,"groups":[{"label":"earnPoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/earnPoints","statSize":2141,"groups":[{"id":null,"label":"earnPoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/earnPoints/earnPoints.ts","statSize":2141,"parsedSize":743,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":743,"gzipSize":69,"inaccurateSizes":true},{"label":"sharePoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/sharePoints","statSize":1998,"groups":[{"id":null,"label":"sharePoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/sharePoints/sharePoints.ts","statSize":1998,"parsedSize":693,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":693,"gzipSize":65,"inaccurateSizes":true},{"label":"spendPoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/spendPoints","statSize":2146,"groups":[{"id":null,"label":"spendPoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/spendPoints/spendPoints.ts","statSize":2146,"parsedSize":745,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":745,"gzipSize":69,"inaccurateSizes":true},{"label":"viewLoyaltyLevel","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/viewLoyaltyLevel","statSize":2024,"groups":[{"id":null,"label":"viewLoyaltyLevel.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.ts","statSize":2024,"parsedSize":702,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":702,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":2885,"gzipSize":270,"inaccurateSizes":true},{"label":"order","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order","statSize":6326,"groups":[{"label":"cancelOrder","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/cancelOrder","statSize":1998,"groups":[{"id":null,"label":"cancelOrder.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/cancelOrder/cancelOrder.ts","statSize":1998,"parsedSize":693,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":693,"gzipSize":65,"inaccurateSizes":true},{"label":"rateOrder","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/rateOrder","statSize":1988,"groups":[{"id":null,"label":"rateOrder.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/rateOrder/rateOrder.ts","statSize":1988,"parsedSize":690,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":690,"gzipSize":64,"inaccurateSizes":true},{"label":"requestRefund","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/requestRefund","statSize":2340,"groups":[{"id":null,"label":"requestRefund.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/order/requestRefund/requestRefund.ts","statSize":2340,"parsedSize":812,"gzipSize":76,"inaccurateSizes":true}],"parsedSize":812,"gzipSize":76,"inaccurateSizes":true}],"parsedSize":2197,"gzipSize":206,"inaccurateSizes":true},{"label":"other","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other","statSize":6204,"groups":[{"label":"generateLead","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/generateLead","statSize":2003,"groups":[{"id":null,"label":"generateLead.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/generateLead/generateLead.ts","statSize":2003,"parsedSize":695,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":695,"gzipSize":65,"inaccurateSizes":true},{"label":"pageView","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/pageView","statSize":2134,"groups":[{"id":null,"label":"pageView.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/pageView/pageView.ts","statSize":2134,"parsedSize":741,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":741,"gzipSize":69,"inaccurateSizes":true},{"label":"searchPageContent","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/searchPageContent","statSize":2067,"groups":[{"id":null,"label":"searchPageContent.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/other/searchPageContent/searchPageContent.ts","statSize":2067,"parsedSize":717,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":717,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":2154,"gzipSize":202,"inaccurateSizes":true},{"label":"payment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment","statSize":6711,"groups":[{"label":"changePaymentType","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/changePaymentType","statSize":2242,"groups":[{"id":null,"label":"changePaymentType.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/changePaymentType/changePaymentType.ts","statSize":2242,"parsedSize":778,"gzipSize":73,"inaccurateSizes":true}],"parsedSize":778,"gzipSize":73,"inaccurateSizes":true},{"label":"selectPaymentType","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/selectPaymentType","statSize":2242,"groups":[{"id":null,"label":"selectPaymentType.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/selectPaymentType/selectPaymentType.ts","statSize":2242,"parsedSize":778,"gzipSize":73,"inaccurateSizes":true}],"parsedSize":778,"gzipSize":73,"inaccurateSizes":true},{"label":"setPaymentInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/setPaymentInfo","statSize":2227,"groups":[{"id":null,"label":"setPaymentInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/payment/setPaymentInfo/setPaymentInfo.ts","statSize":2227,"parsedSize":773,"gzipSize":72,"inaccurateSizes":true}],"parsedSize":773,"gzipSize":72,"inaccurateSizes":true}],"parsedSize":2330,"gzipSize":218,"inaccurateSizes":true},{"label":"product","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product","statSize":19860,"groups":[{"label":"customizeProduct","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/customizeProduct","statSize":2183,"groups":[{"id":null,"label":"customizeProduct.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/customizeProduct/customizeProduct.ts","statSize":2183,"parsedSize":758,"gzipSize":71,"inaccurateSizes":true}],"parsedSize":758,"gzipSize":71,"inaccurateSizes":true},{"label":"filterProducts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/filterProducts","statSize":2013,"groups":[{"id":null,"label":"filterProducts.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/filterProducts/filterProducts.ts","statSize":2013,"parsedSize":699,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":699,"gzipSize":65,"inaccurateSizes":true},{"label":"productImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/productImpression","statSize":2530,"groups":[{"id":null,"label":"productImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/productImpression/productImpression.ts","statSize":2530,"parsedSize":878,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":878,"gzipSize":82,"inaccurateSizes":true},{"label":"searchProductSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductSuccess","statSize":1875,"groups":[{"id":null,"label":"searchProductSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductSuccess/searchProductSuccess.ts","statSize":1875,"parsedSize":651,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":651,"gzipSize":61,"inaccurateSizes":true},{"label":"searchProductAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductAttempt","statSize":2079,"groups":[{"id":null,"label":"searchProductAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductAttempt/searchProductAttempt.ts","statSize":2079,"parsedSize":722,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":722,"gzipSize":67,"inaccurateSizes":true},{"label":"searchProductNotFound","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductNotFound","statSize":2050,"groups":[{"id":null,"label":"searchProductNotFound.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/searchProductNotFound/searchProductNotFound.ts","statSize":2050,"parsedSize":711,"gzipSize":66,"inaccurateSizes":true}],"parsedSize":711,"gzipSize":66,"inaccurateSizes":true},{"label":"selectProduct","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/selectProduct","statSize":2602,"groups":[{"id":null,"label":"selectProduct.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/selectProduct/selectProduct.ts","statSize":2602,"parsedSize":903,"gzipSize":84,"inaccurateSizes":true}],"parsedSize":903,"gzipSize":84,"inaccurateSizes":true},{"label":"sortProducts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/sortProducts","statSize":2003,"groups":[{"id":null,"label":"sortProducts.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/sortProducts/sortProducts.ts","statSize":2003,"parsedSize":695,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":695,"gzipSize":65,"inaccurateSizes":true},{"label":"viewProductDetails","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/viewProductDetails","statSize":2525,"groups":[{"id":null,"label":"viewProductDetails.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/product/viewProductDetails/viewProductDetails.ts","statSize":2525,"parsedSize":876,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":876,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":6897,"gzipSize":647,"inaccurateSizes":true},{"label":"purchase","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase","statSize":7894,"groups":[{"label":"purchaseAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseAttempt","statSize":2550,"groups":[{"id":null,"label":"purchaseAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseAttempt/purchaseAttempt.ts","statSize":2550,"parsedSize":885,"gzipSize":83,"inaccurateSizes":true}],"parsedSize":885,"gzipSize":83,"inaccurateSizes":true},{"label":"purchaseFail","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseFail","statSize":2535,"groups":[{"id":null,"label":"purchaseFail.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseFail/purchaseFail.ts","statSize":2535,"parsedSize":880,"gzipSize":82,"inaccurateSizes":true}],"parsedSize":880,"gzipSize":82,"inaccurateSizes":true},{"label":"purchaseSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseSuccess","statSize":2809,"groups":[{"id":null,"label":"purchaseSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/purchase/purchaseSuccess/purchaseSuccess.ts","statSize":2809,"parsedSize":975,"gzipSize":91,"inaccurateSizes":true}],"parsedSize":975,"gzipSize":91,"inaccurateSizes":true}],"parsedSize":2741,"gzipSize":257,"inaccurateSizes":true},{"label":"settings/viewSettings","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/settings/viewSettings","statSize":2003,"groups":[{"id":null,"label":"viewSettings.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/settings/viewSettings/viewSettings.ts","statSize":2003,"parsedSize":695,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":695,"gzipSize":65,"inaccurateSizes":true},{"label":"shipping","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping","statSize":6462,"groups":[{"label":"addShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/addShippingAddress","statSize":2143,"groups":[{"id":null,"label":"addShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/addShippingAddress/addShippingAddress.ts","statSize":2143,"parsedSize":744,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":744,"gzipSize":69,"inaccurateSizes":true},{"label":"selectShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/selectShippingAddress","statSize":2161,"groups":[{"id":null,"label":"selectShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/selectShippingAddress/selectShippingAddress.ts","statSize":2161,"parsedSize":750,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":750,"gzipSize":70,"inaccurateSizes":true},{"label":"updateShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/updateShippingAddress","statSize":2158,"groups":[{"id":null,"label":"updateShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shipping/updateShippingAddress/updateShippingAddress.ts","statSize":2158,"parsedSize":749,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":749,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":2244,"gzipSize":210,"inaccurateSizes":true},{"label":"shoppingCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart","statSize":19728,"groups":[{"label":"addProductToCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/addProductToCart","statSize":2676,"groups":[{"id":null,"label":"addProductToCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/addProductToCart/addProductToCart.ts","statSize":2676,"parsedSize":929,"gzipSize":87,"inaccurateSizes":true}],"parsedSize":929,"gzipSize":87,"inaccurateSizes":true},{"label":"addProductToWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/addProductToWishlist","statSize":2555,"groups":[{"id":null,"label":"addProductToWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/addProductToWishlist/addProductToWishlist.ts","statSize":2555,"parsedSize":887,"gzipSize":83,"inaccurateSizes":true}],"parsedSize":887,"gzipSize":83,"inaccurateSizes":true},{"label":"clearCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/clearCart","statSize":1988,"groups":[{"id":null,"label":"clearCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/clearCart/clearCart.ts","statSize":1988,"parsedSize":690,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":690,"gzipSize":64,"inaccurateSizes":true},{"label":"removeProductFromCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/removeProductFromCart","statSize":2701,"groups":[{"id":null,"label":"removeProductFromCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/removeProductFromCart/removeProductFromCart.ts","statSize":2701,"parsedSize":938,"gzipSize":88,"inaccurateSizes":true}],"parsedSize":938,"gzipSize":88,"inaccurateSizes":true},{"label":"removeProductFromWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/removeProductFromWishlist","statSize":2572,"groups":[{"id":null,"label":"removeProductFromWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.ts","statSize":2572,"parsedSize":893,"gzipSize":83,"inaccurateSizes":true}],"parsedSize":893,"gzipSize":83,"inaccurateSizes":true},{"label":"updateProductInCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/updateProductInCart","statSize":2691,"groups":[{"id":null,"label":"updateProductInCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/updateProductInCart/updateProductInCart.ts","statSize":2691,"parsedSize":934,"gzipSize":87,"inaccurateSizes":true}],"parsedSize":934,"gzipSize":87,"inaccurateSizes":true},{"label":"updateProductInWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/updateProductInWishlist","statSize":2562,"groups":[{"id":null,"label":"updateProductInWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.ts","statSize":2562,"parsedSize":889,"gzipSize":83,"inaccurateSizes":true}],"parsedSize":889,"gzipSize":83,"inaccurateSizes":true},{"label":"viewCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/viewCart","statSize":1983,"groups":[{"id":null,"label":"viewCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/shoppingCart/viewCart/viewCart.ts","statSize":1983,"parsedSize":688,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":688,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":6851,"gzipSize":643,"inaccurateSizes":true},{"label":"social/share","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/social/share","statSize":2091,"groups":[{"id":null,"label":"share.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/social/share/share.ts","statSize":2091,"parsedSize":726,"gzipSize":68,"inaccurateSizes":true}],"parsedSize":726,"gzipSize":68,"inaccurateSizes":true},{"label":"store","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/store","statSize":4552,"groups":[{"label":"changeStore","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/store/changeStore","statSize":2428,"groups":[{"id":null,"label":"changeStore.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/store/changeStore/changeStore.ts","statSize":2428,"parsedSize":843,"gzipSize":79,"inaccurateSizes":true}],"parsedSize":843,"gzipSize":79,"inaccurateSizes":true},{"label":"setStore","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/store/setStore","statSize":2124,"groups":[{"id":null,"label":"setStore.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/store/setStore/setStore.ts","statSize":2124,"parsedSize":737,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":737,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":1580,"gzipSize":148,"inaccurateSizes":true},{"label":"user","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/user","statSize":4237,"groups":[{"label":"setUserInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/user/setUserInfo","statSize":2111,"groups":[{"id":null,"label":"setUserInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/user/setUserInfo/setUserInfo.ts","statSize":2111,"parsedSize":733,"gzipSize":68,"inaccurateSizes":true}],"parsedSize":733,"gzipSize":68,"inaccurateSizes":true},{"label":"updateUserInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/user/updateUserInfo","statSize":2126,"groups":[{"id":null,"label":"updateUserInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/user/updateUserInfo/updateUserInfo.ts","statSize":2126,"parsedSize":738,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":738,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":1471,"gzipSize":138,"inaccurateSizes":true},{"label":"vendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/vendor","statSize":3991,"groups":[{"label":"changeVendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/vendor/changeVendor","statSize":2003,"groups":[{"id":null,"label":"changeVendor.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/vendor/changeVendor/changeVendor.ts","statSize":2003,"parsedSize":695,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":695,"gzipSize":65,"inaccurateSizes":true},{"label":"setVendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/vendor/setVendor","statSize":1988,"groups":[{"id":null,"label":"setVendor.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/vendor/setVendor/setVendor.ts","statSize":1988,"parsedSize":690,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":690,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":1386,"gzipSize":130,"inaccurateSizes":true},{"label":"workflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/workflow","statSize":4026,"groups":[{"label":"selectWorkflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/workflow/selectWorkflow","statSize":2013,"groups":[{"id":null,"label":"selectWorkflow.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/workflow/selectWorkflow/selectWorkflow.ts","statSize":2013,"parsedSize":699,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":699,"gzipSize":65,"inaccurateSizes":true},{"label":"updateWorkflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/workflow/updateWorkflow","statSize":2013,"groups":[{"id":null,"label":"updateWorkflow.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GoogleAnalytics/events/workflow/updateWorkflow/updateWorkflow.ts","statSize":2013,"parsedSize":699,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":699,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":1398,"gzipSize":131,"inaccurateSizes":true}],"parsedSize":62567,"gzipSize":5872,"inaccurateSizes":true}],"parsedSize":64300,"gzipSize":6035,"inaccurateSizes":true},{"label":"Segment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment","statSize":164050,"groups":[{"id":null,"label":"Segment.types.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/Segment.types.ts","statSize":11,"parsedSize":3,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"Segment.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/Segment.ts","statSize":6860,"parsedSize":2382,"gzipSize":223,"inaccurateSizes":true},{"label":"events","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events","statSize":157179,"groups":[{"label":"customEvent","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/customEvent","statSize":1730,"groups":[{"id":null,"label":"customEvent.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/customEvent/customEvent.ts","statSize":1730,"parsedSize":600,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":600,"gzipSize":56,"inaccurateSizes":true},{"label":"auth","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth","statSize":12714,"groups":[{"label":"changePasswordAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/changePasswordAttempt","statSize":1736,"groups":[{"id":null,"label":"changePasswordAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/changePasswordAttempt/changePasswordAttempt.ts","statSize":1736,"parsedSize":602,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":602,"gzipSize":56,"inaccurateSizes":true},{"label":"signUpAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/signUpAttempt","statSize":1696,"groups":[{"id":null,"label":"signUpAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/signUpAttempt/signUpAttempt.ts","statSize":1696,"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":589,"gzipSize":55,"inaccurateSizes":true},{"label":"changePasswordFail","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/changePasswordFail","statSize":1721,"groups":[{"id":null,"label":"changePasswordFail.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/changePasswordFail/changePasswordFail.ts","statSize":1721,"parsedSize":597,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":597,"gzipSize":56,"inaccurateSizes":true},{"label":"changePasswordSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/changePasswordSuccess","statSize":1736,"groups":[{"id":null,"label":"changePasswordSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/changePasswordSuccess/changePasswordSuccess.ts","statSize":1736,"parsedSize":602,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":602,"gzipSize":56,"inaccurateSizes":true},{"label":"signIn","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/signIn","statSize":1973,"groups":[{"id":null,"label":"signIn.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/signIn/signIn.ts","statSize":1973,"parsedSize":685,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":685,"gzipSize":64,"inaccurateSizes":true},{"label":"signOut","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/signOut","statSize":1746,"groups":[{"id":null,"label":"signOut.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/signOut/signOut.ts","statSize":1746,"parsedSize":606,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":606,"gzipSize":56,"inaccurateSizes":true},{"label":"signUp","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/signUp","statSize":2106,"groups":[{"id":null,"label":"signUp.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/auth/signUp/signUp.ts","statSize":2106,"parsedSize":731,"gzipSize":68,"inaccurateSizes":true}],"parsedSize":731,"gzipSize":68,"inaccurateSizes":true}],"parsedSize":4415,"gzipSize":414,"inaccurateSizes":true},{"label":"banner","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/banner","statSize":3400,"groups":[{"label":"bannerImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/banner/bannerImpression","statSize":1710,"groups":[{"id":null,"label":"bannerImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/banner/bannerImpression/bannerImpression.ts","statSize":1710,"parsedSize":593,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":593,"gzipSize":55,"inaccurateSizes":true},{"label":"selectBanner","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/banner/selectBanner","statSize":1690,"groups":[{"id":null,"label":"selectBanner.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/banner/selectBanner/selectBanner.ts","statSize":1690,"parsedSize":586,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":586,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":1180,"gzipSize":110,"inaccurateSizes":true},{"label":"billing","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/billing","statSize":5291,"groups":[{"label":"addBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/billing/addBillingInfo","statSize":1701,"groups":[{"id":null,"label":"addBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/billing/addBillingInfo/addBillingInfo.ts","statSize":1701,"parsedSize":590,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":590,"gzipSize":55,"inaccurateSizes":true},{"label":"selectBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/billing/selectBillingInfo","statSize":1715,"groups":[{"id":null,"label":"selectBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/billing/selectBillingInfo/selectBillingInfo.ts","statSize":1715,"parsedSize":595,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":595,"gzipSize":55,"inaccurateSizes":true},{"label":"updateBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/billing/updateBillingInfo","statSize":1875,"groups":[{"id":null,"label":"updateBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/billing/updateBillingInfo/updateBillingInfo.ts","statSize":1875,"parsedSize":651,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":651,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":1837,"gzipSize":172,"inaccurateSizes":true},{"label":"booking/bookAppointment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/booking/bookAppointment","statSize":1705,"groups":[{"id":null,"label":"bookAppointment.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/booking/bookAppointment/bookAppointment.ts","statSize":1705,"parsedSize":592,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":592,"gzipSize":55,"inaccurateSizes":true},{"label":"category","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/category","statSize":7523,"groups":[{"label":"categoryImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/category/categoryImpression","statSize":1896,"groups":[{"id":null,"label":"categoryImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/category/categoryImpression/categoryImpression.ts","statSize":1896,"parsedSize":658,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":658,"gzipSize":61,"inaccurateSizes":true},{"label":"searchCategoryAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/category/searchCategoryAttempt","statSize":1728,"groups":[{"id":null,"label":"searchCategoryAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/category/searchCategoryAttempt/searchCategoryAttempt.ts","statSize":1728,"parsedSize":600,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":600,"gzipSize":56,"inaccurateSizes":true},{"label":"selectCategory","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/category/selectCategory","statSize":1876,"groups":[{"id":null,"label":"selectCategory.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/category/selectCategory/selectCategory.ts","statSize":1876,"parsedSize":651,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":651,"gzipSize":61,"inaccurateSizes":true},{"label":"viewCategory","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/category/viewCategory","statSize":2023,"groups":[{"id":null,"label":"viewCategory.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/category/viewCategory/viewCategory.ts","statSize":2023,"parsedSize":702,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":702,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":2612,"gzipSize":245,"inaccurateSizes":true},{"label":"checkout","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/checkout","statSize":4342,"groups":[{"label":"checkoutAction","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/checkout/checkoutAction","statSize":1708,"groups":[{"id":null,"label":"checkoutAction.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/checkout/checkoutAction/checkoutAction.ts","statSize":1708,"parsedSize":593,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":593,"gzipSize":55,"inaccurateSizes":true},{"label":"initiateCheckout","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/checkout/initiateCheckout","statSize":2634,"groups":[{"id":null,"label":"initiateCheckout.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/checkout/initiateCheckout/initiateCheckout.ts","statSize":2634,"parsedSize":914,"gzipSize":85,"inaccurateSizes":true}],"parsedSize":914,"gzipSize":85,"inaccurateSizes":true}],"parsedSize":1508,"gzipSize":141,"inaccurateSizes":true},{"label":"coupon","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon","statSize":12805,"groups":[{"label":"applyBenefit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/applyBenefit","statSize":1915,"groups":[{"id":null,"label":"applyBenefit.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/applyBenefit/applyBenefit.ts","statSize":1915,"parsedSize":665,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":665,"gzipSize":62,"inaccurateSizes":true},{"label":"couponCodeError","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/couponCodeError","statSize":1931,"groups":[{"id":null,"label":"couponCodeError.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/couponCodeError/couponCodeError.ts","statSize":1931,"parsedSize":670,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":670,"gzipSize":62,"inaccurateSizes":true},{"label":"redeemCouponCode","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/redeemCouponCode","statSize":1711,"groups":[{"id":null,"label":"redeemCouponCode.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/redeemCouponCode/redeemCouponCode.ts","statSize":1711,"parsedSize":594,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":594,"gzipSize":55,"inaccurateSizes":true},{"label":"removeBenefit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/removeBenefit","statSize":1920,"groups":[{"id":null,"label":"removeBenefit.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/removeBenefit/removeBenefit.ts","statSize":1920,"parsedSize":666,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":666,"gzipSize":62,"inaccurateSizes":true},{"label":"viewBenefitDetails","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/viewBenefitDetails","statSize":1918,"groups":[{"id":null,"label":"viewBenefitDetails.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/viewBenefitDetails/viewBenefitDetails.ts","statSize":1918,"parsedSize":666,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":666,"gzipSize":62,"inaccurateSizes":true},{"label":"viewBenefitsWallet","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/viewBenefitsWallet","statSize":1693,"groups":[{"id":null,"label":"viewBenefitsWallet.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/viewBenefitsWallet/viewBenefitsWallet.ts","statSize":1693,"parsedSize":588,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":588,"gzipSize":55,"inaccurateSizes":true},{"label":"viewQRStoreCoupon","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/viewQRStoreCoupon","statSize":1717,"groups":[{"id":null,"label":"viewQRStoreCoupon.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.ts","statSize":1717,"parsedSize":596,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":596,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":4447,"gzipSize":417,"inaccurateSizes":true},{"label":"credit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/credit","statSize":5635,"groups":[{"label":"addCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/credit/addCredits","statSize":1970,"groups":[{"id":null,"label":"addCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/credit/addCredits/addCredits.ts","statSize":1970,"parsedSize":684,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":684,"gzipSize":64,"inaccurateSizes":true},{"label":"spendCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/credit/spendCredits","statSize":1980,"groups":[{"id":null,"label":"spendCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/credit/spendCredits/spendCredits.ts","statSize":1980,"parsedSize":687,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":687,"gzipSize":64,"inaccurateSizes":true},{"label":"viewCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/credit/viewCredits","statSize":1685,"groups":[{"id":null,"label":"viewCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/credit/viewCredits/viewCredits.ts","statSize":1685,"parsedSize":585,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":585,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":1957,"gzipSize":183,"inaccurateSizes":true},{"label":"fulfillment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/fulfillment","statSize":3388,"groups":[{"label":"viewFulfillmentStep","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/fulfillment/viewFulfillmentStep","statSize":1698,"groups":[{"id":null,"label":"viewFulfillmentStep.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.ts","statSize":1698,"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":589,"gzipSize":55,"inaccurateSizes":true},{"label":"viewTracking","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/fulfillment/viewTracking","statSize":1690,"groups":[{"id":null,"label":"viewTracking.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/fulfillment/viewTracking/viewTracking.ts","statSize":1690,"parsedSize":586,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":586,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":1176,"gzipSize":110,"inaccurateSizes":true},{"label":"geo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/geo","statSize":6921,"groups":[{"label":"changeLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/geo/changeLocation","statSize":1700,"groups":[{"id":null,"label":"changeLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/geo/changeLocation/changeLocation.ts","statSize":1700,"parsedSize":590,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":590,"gzipSize":55,"inaccurateSizes":true},{"label":"findLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/geo/findLocation","statSize":1690,"groups":[{"id":null,"label":"findLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/geo/findLocation/findLocation.ts","statSize":1690,"parsedSize":586,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":586,"gzipSize":55,"inaccurateSizes":true},{"label":"outOfCoverage","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/geo/outOfCoverage","statSize":1696,"groups":[{"id":null,"label":"outOfCoverage.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/geo/outOfCoverage/outOfCoverage.ts","statSize":1696,"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":589,"gzipSize":55,"inaccurateSizes":true},{"label":"setLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/geo/setLocation","statSize":1835,"groups":[{"id":null,"label":"setLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/geo/setLocation/setLocation.ts","statSize":1835,"parsedSize":637,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":637,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":2403,"gzipSize":225,"inaccurateSizes":true},{"label":"help/requestAssistance","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/help/requestAssistance","statSize":1715,"groups":[{"id":null,"label":"requestAssistance.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/help/requestAssistance/requestAssistance.ts","statSize":1715,"parsedSize":595,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":595,"gzipSize":55,"inaccurateSizes":true},{"label":"loyalty","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/loyalty","statSize":6761,"groups":[{"label":"earnPoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/loyalty/earnPoints","statSize":1680,"groups":[{"id":null,"label":"earnPoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/loyalty/earnPoints/earnPoints.ts","statSize":1680,"parsedSize":583,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":583,"gzipSize":54,"inaccurateSizes":true},{"label":"sharePoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/loyalty/sharePoints","statSize":1685,"groups":[{"id":null,"label":"sharePoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/loyalty/sharePoints/sharePoints.ts","statSize":1685,"parsedSize":585,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":585,"gzipSize":54,"inaccurateSizes":true},{"label":"spendPoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/loyalty/spendPoints","statSize":1685,"groups":[{"id":null,"label":"spendPoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/loyalty/spendPoints/spendPoints.ts","statSize":1685,"parsedSize":585,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":585,"gzipSize":54,"inaccurateSizes":true},{"label":"viewLoyaltyLevel","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/loyalty/viewLoyaltyLevel","statSize":1711,"groups":[{"id":null,"label":"viewLoyaltyLevel.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.ts","statSize":1711,"parsedSize":594,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":594,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":2348,"gzipSize":220,"inaccurateSizes":true},{"label":"order","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/order","statSize":5992,"groups":[{"label":"cancelOrder","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/order/cancelOrder","statSize":2155,"groups":[{"id":null,"label":"cancelOrder.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/order/cancelOrder/cancelOrder.ts","statSize":2155,"parsedSize":748,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":748,"gzipSize":70,"inaccurateSizes":true},{"label":"rateOrder","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/order/rateOrder","statSize":1675,"groups":[{"id":null,"label":"rateOrder.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/order/rateOrder/rateOrder.ts","statSize":1675,"parsedSize":581,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":581,"gzipSize":54,"inaccurateSizes":true},{"label":"requestRefund","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/order/requestRefund","statSize":2162,"groups":[{"id":null,"label":"requestRefund.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/order/requestRefund/requestRefund.ts","statSize":2162,"parsedSize":750,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":750,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":2081,"gzipSize":195,"inaccurateSizes":true},{"label":"other","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/other","statSize":5015,"groups":[{"label":"generateLead","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/other/generateLead","statSize":1690,"groups":[{"id":null,"label":"generateLead.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/other/generateLead/generateLead.ts","statSize":1690,"parsedSize":586,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":586,"gzipSize":55,"inaccurateSizes":true},{"label":"pageView","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/other/pageView","statSize":1609,"groups":[{"id":null,"label":"pageView.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/other/pageView/pageView.ts","statSize":1609,"parsedSize":558,"gzipSize":52,"inaccurateSizes":true}],"parsedSize":558,"gzipSize":52,"inaccurateSizes":true},{"label":"searchPageContent","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/other/searchPageContent","statSize":1716,"groups":[{"id":null,"label":"searchPageContent.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/other/searchPageContent/searchPageContent.ts","statSize":1716,"parsedSize":595,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":595,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":1741,"gzipSize":163,"inaccurateSizes":true},{"label":"payment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/payment","statSize":5808,"groups":[{"label":"changePaymentType","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/payment/changePaymentType","statSize":1941,"groups":[{"id":null,"label":"changePaymentType.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/payment/changePaymentType/changePaymentType.ts","statSize":1941,"parsedSize":674,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":674,"gzipSize":63,"inaccurateSizes":true},{"label":"selectPaymentType","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/payment/selectPaymentType","statSize":1941,"groups":[{"id":null,"label":"selectPaymentType.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/payment/selectPaymentType/selectPaymentType.ts","statSize":1941,"parsedSize":674,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":674,"gzipSize":63,"inaccurateSizes":true},{"label":"setPaymentInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/payment/setPaymentInfo","statSize":1926,"groups":[{"id":null,"label":"setPaymentInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/payment/setPaymentInfo/setPaymentInfo.ts","statSize":1926,"parsedSize":668,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":668,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":2017,"gzipSize":189,"inaccurateSizes":true},{"label":"product","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product","statSize":17136,"groups":[{"label":"customizeProduct","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/customizeProduct","statSize":1882,"groups":[{"id":null,"label":"customizeProduct.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/customizeProduct/customizeProduct.ts","statSize":1882,"parsedSize":653,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":653,"gzipSize":61,"inaccurateSizes":true},{"label":"filterProducts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/filterProducts","statSize":1869,"groups":[{"id":null,"label":"filterProducts.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/filterProducts/filterProducts.ts","statSize":1869,"parsedSize":649,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":649,"gzipSize":60,"inaccurateSizes":true},{"label":"productImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/productImpression","statSize":2206,"groups":[{"id":null,"label":"productImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/productImpression/productImpression.ts","statSize":2206,"parsedSize":766,"gzipSize":71,"inaccurateSizes":true}],"parsedSize":766,"gzipSize":71,"inaccurateSizes":true},{"label":"searchProductSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/searchProductSuccess","statSize":1698,"groups":[{"id":null,"label":"searchProductSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/searchProductSuccess/searchProductSuccess.ts","statSize":1698,"parsedSize":589,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":589,"gzipSize":55,"inaccurateSizes":true},{"label":"searchProductAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/searchProductAttempt","statSize":1703,"groups":[{"id":null,"label":"searchProductAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/searchProductAttempt/searchProductAttempt.ts","statSize":1703,"parsedSize":591,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":591,"gzipSize":55,"inaccurateSizes":true},{"label":"searchProductNotFound","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/searchProductNotFound","statSize":1709,"groups":[{"id":null,"label":"searchProductNotFound.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/searchProductNotFound/searchProductNotFound.ts","statSize":1709,"parsedSize":593,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":593,"gzipSize":55,"inaccurateSizes":true},{"label":"selectProduct","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/selectProduct","statSize":2191,"groups":[{"id":null,"label":"selectProduct.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/selectProduct/selectProduct.ts","statSize":2191,"parsedSize":760,"gzipSize":71,"inaccurateSizes":true}],"parsedSize":760,"gzipSize":71,"inaccurateSizes":true},{"label":"sortProducts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/sortProducts","statSize":1690,"groups":[{"id":null,"label":"sortProducts.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/sortProducts/sortProducts.ts","statSize":1690,"parsedSize":586,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":586,"gzipSize":55,"inaccurateSizes":true},{"label":"viewProductDetails","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/viewProductDetails","statSize":2188,"groups":[{"id":null,"label":"viewProductDetails.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/product/viewProductDetails/viewProductDetails.ts","statSize":2188,"parsedSize":759,"gzipSize":71,"inaccurateSizes":true}],"parsedSize":759,"gzipSize":71,"inaccurateSizes":true}],"parsedSize":5951,"gzipSize":558,"inaccurateSizes":true},{"label":"purchase","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/purchase","statSize":7871,"groups":[{"label":"purchaseAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/purchase/purchaseAttempt","statSize":2629,"groups":[{"id":null,"label":"purchaseAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/purchase/purchaseAttempt/purchaseAttempt.ts","statSize":2629,"parsedSize":913,"gzipSize":85,"inaccurateSizes":true}],"parsedSize":913,"gzipSize":85,"inaccurateSizes":true},{"label":"purchaseFail","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/purchase/purchaseFail","statSize":2614,"groups":[{"id":null,"label":"purchaseFail.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/purchase/purchaseFail/purchaseFail.ts","statSize":2614,"parsedSize":907,"gzipSize":85,"inaccurateSizes":true}],"parsedSize":907,"gzipSize":85,"inaccurateSizes":true},{"label":"purchaseSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/purchase/purchaseSuccess","statSize":2628,"groups":[{"id":null,"label":"purchaseSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/purchase/purchaseSuccess/purchaseSuccess.ts","statSize":2628,"parsedSize":912,"gzipSize":85,"inaccurateSizes":true}],"parsedSize":912,"gzipSize":85,"inaccurateSizes":true}],"parsedSize":2733,"gzipSize":256,"inaccurateSizes":true},{"label":"settings/viewSettings","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/settings/viewSettings","statSize":1690,"groups":[{"id":null,"label":"viewSettings.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/settings/viewSettings/viewSettings.ts","statSize":1690,"parsedSize":586,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":586,"gzipSize":55,"inaccurateSizes":true},{"label":"shipping","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shipping","statSize":5686,"groups":[{"label":"addShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shipping/addShippingAddress","statSize":1813,"groups":[{"id":null,"label":"addShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shipping/addShippingAddress/addShippingAddress.ts","statSize":1813,"parsedSize":629,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":629,"gzipSize":59,"inaccurateSizes":true},{"label":"selectShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shipping/selectShippingAddress","statSize":1856,"groups":[{"id":null,"label":"selectShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shipping/selectShippingAddress/selectShippingAddress.ts","statSize":1856,"parsedSize":644,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":644,"gzipSize":60,"inaccurateSizes":true},{"label":"updateShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shipping/updateShippingAddress","statSize":2017,"groups":[{"id":null,"label":"updateShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shipping/updateShippingAddress/updateShippingAddress.ts","statSize":2017,"parsedSize":700,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":700,"gzipSize":65,"inaccurateSizes":true}],"parsedSize":1974,"gzipSize":185,"inaccurateSizes":true},{"label":"shoppingCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart","statSize":17810,"groups":[{"label":"addProductToCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/addProductToCart","statSize":2385,"groups":[{"id":null,"label":"addProductToCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/addProductToCart/addProductToCart.ts","statSize":2385,"parsedSize":828,"gzipSize":77,"inaccurateSizes":true}],"parsedSize":828,"gzipSize":77,"inaccurateSizes":true},{"label":"addProductToWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/addProductToWishlist","statSize":2262,"groups":[{"id":null,"label":"addProductToWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/addProductToWishlist/addProductToWishlist.ts","statSize":2262,"parsedSize":785,"gzipSize":73,"inaccurateSizes":true}],"parsedSize":785,"gzipSize":73,"inaccurateSizes":true},{"label":"clearCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/clearCart","statSize":1675,"groups":[{"id":null,"label":"clearCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/clearCart/clearCart.ts","statSize":1675,"parsedSize":581,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":581,"gzipSize":54,"inaccurateSizes":true},{"label":"removeProductFromCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/removeProductFromCart","statSize":2379,"groups":[{"id":null,"label":"removeProductFromCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/removeProductFromCart/removeProductFromCart.ts","statSize":2379,"parsedSize":826,"gzipSize":77,"inaccurateSizes":true}],"parsedSize":826,"gzipSize":77,"inaccurateSizes":true},{"label":"removeProductFromWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/removeProductFromWishlist","statSize":2287,"groups":[{"id":null,"label":"removeProductFromWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.ts","statSize":2287,"parsedSize":794,"gzipSize":74,"inaccurateSizes":true}],"parsedSize":794,"gzipSize":74,"inaccurateSizes":true},{"label":"updateProductInCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/updateProductInCart","statSize":2553,"groups":[{"id":null,"label":"updateProductInCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/updateProductInCart/updateProductInCart.ts","statSize":2553,"parsedSize":886,"gzipSize":83,"inaccurateSizes":true}],"parsedSize":886,"gzipSize":83,"inaccurateSizes":true},{"label":"updateProductInWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/updateProductInWishlist","statSize":2424,"groups":[{"id":null,"label":"updateProductInWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.ts","statSize":2424,"parsedSize":841,"gzipSize":79,"inaccurateSizes":true}],"parsedSize":841,"gzipSize":79,"inaccurateSizes":true},{"label":"viewCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/viewCart","statSize":1845,"groups":[{"id":null,"label":"viewCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/shoppingCart/viewCart/viewCart.ts","statSize":1845,"parsedSize":640,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":640,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":6185,"gzipSize":580,"inaccurateSizes":true},{"label":"social/share","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/social/share","statSize":1738,"groups":[{"id":null,"label":"share.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/social/share/share.ts","statSize":1738,"parsedSize":603,"gzipSize":56,"inaccurateSizes":true}],"parsedSize":603,"gzipSize":56,"inaccurateSizes":true},{"label":"store","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/store","statSize":3950,"groups":[{"label":"changeStore","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/store/changeStore","statSize":2127,"groups":[{"id":null,"label":"changeStore.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/store/changeStore/changeStore.ts","statSize":2127,"parsedSize":738,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":738,"gzipSize":69,"inaccurateSizes":true},{"label":"setStore","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/store/setStore","statSize":1823,"groups":[{"id":null,"label":"setStore.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/store/setStore/setStore.ts","statSize":1823,"parsedSize":633,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":633,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":1371,"gzipSize":128,"inaccurateSizes":true},{"label":"user","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/user","statSize":3788,"groups":[{"label":"setUserInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/user/setUserInfo","statSize":1806,"groups":[{"id":null,"label":"setUserInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/user/setUserInfo/setUserInfo.ts","statSize":1806,"parsedSize":627,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":627,"gzipSize":58,"inaccurateSizes":true},{"label":"updateUserInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/user/updateUserInfo","statSize":1982,"groups":[{"id":null,"label":"updateUserInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/user/updateUserInfo/updateUserInfo.ts","statSize":1982,"parsedSize":688,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":688,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":1315,"gzipSize":123,"inaccurateSizes":true},{"label":"vendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/vendor","statSize":3365,"groups":[{"label":"changeVendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/vendor/changeVendor","statSize":1690,"groups":[{"id":null,"label":"changeVendor.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/vendor/changeVendor/changeVendor.ts","statSize":1690,"parsedSize":586,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":586,"gzipSize":55,"inaccurateSizes":true},{"label":"setVendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/vendor/setVendor","statSize":1675,"groups":[{"id":null,"label":"setVendor.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/vendor/setVendor/setVendor.ts","statSize":1675,"parsedSize":581,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":581,"gzipSize":54,"inaccurateSizes":true}],"parsedSize":1168,"gzipSize":109,"inaccurateSizes":true},{"label":"workflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/workflow","statSize":3400,"groups":[{"label":"selectWorkflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/workflow/selectWorkflow","statSize":1700,"groups":[{"id":null,"label":"selectWorkflow.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/workflow/selectWorkflow/selectWorkflow.ts","statSize":1700,"parsedSize":590,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":590,"gzipSize":55,"inaccurateSizes":true},{"label":"updateWorkflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/workflow/updateWorkflow","statSize":1700,"groups":[{"id":null,"label":"updateWorkflow.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/Segment/events/workflow/updateWorkflow/updateWorkflow.ts","statSize":1700,"parsedSize":590,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":590,"gzipSize":55,"inaccurateSizes":true}],"parsedSize":1180,"gzipSize":110,"inaccurateSizes":true}],"parsedSize":54590,"gzipSize":5123,"inaccurateSizes":true}],"parsedSize":56977,"gzipSize":5347,"inaccurateSizes":true},{"label":"GlobalProvider","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GlobalProvider","statSize":5041,"groups":[{"id":null,"label":"GlobalProvider.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/GlobalProvider/GlobalProvider.ts","statSize":5041,"parsedSize":1750,"gzipSize":164,"inaccurateSizes":true}],"parsedSize":1750,"gzipSize":164,"inaccurateSizes":true},{"label":"AnalyticsProvider","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/AnalyticsProvider","statSize":2385,"groups":[{"id":null,"label":"AnalyticsProvider.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/providers/AnalyticsProvider/AnalyticsProvider.ts","statSize":2385,"parsedSize":828,"gzipSize":77,"inaccurateSizes":true}],"parsedSize":828,"gzipSize":77,"inaccurateSizes":true}],"parsedSize":181404,"gzipSize":17026,"inaccurateSizes":true},{"label":"initAnalytics","path":"./src/index.ts + 383 modules (concatenated)/src/lib/initAnalytics","statSize":5446,"groups":[{"id":null,"label":"initAnalytics.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/initAnalytics/initAnalytics.ts","statSize":4433,"parsedSize":1539,"gzipSize":144,"inaccurateSizes":true},{"id":null,"label":"initAnalytics.types.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/initAnalytics/initAnalytics.types.ts","statSize":11,"parsedSize":3,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"initAnalytics.helpers.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/initAnalytics/initAnalytics.helpers.ts","statSize":1002,"parsedSize":348,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":1891,"gzipSize":177,"inaccurateSizes":true},{"label":"events","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events","statSize":91377,"groups":[{"id":null,"label":"events.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/events.ts","statSize":1487,"parsedSize":516,"gzipSize":48,"inaccurateSizes":true},{"label":"auth","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth","statSize":7296,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/index.ts","statSize":775,"parsedSize":269,"gzipSize":25,"inaccurateSizes":true},{"label":"changePasswordAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/changePasswordAttempt","statSize":1067,"groups":[{"id":null,"label":"changePasswordAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/changePasswordAttempt/changePasswordAttempt.ts","statSize":1067,"parsedSize":370,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":370,"gzipSize":34,"inaccurateSizes":true},{"label":"signUpAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/signUpAttempt","statSize":973,"groups":[{"id":null,"label":"signUpAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/signUpAttempt/signUpAttempt.ts","statSize":973,"parsedSize":337,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":337,"gzipSize":31,"inaccurateSizes":true},{"label":"changePasswordFail","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/changePasswordFail","statSize":1004,"groups":[{"id":null,"label":"changePasswordFail.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/changePasswordFail/changePasswordFail.ts","statSize":1004,"parsedSize":348,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":348,"gzipSize":32,"inaccurateSizes":true},{"label":"changePasswordSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/changePasswordSuccess","statSize":1073,"groups":[{"id":null,"label":"changePasswordSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/changePasswordSuccess/changePasswordSuccess.ts","statSize":1073,"parsedSize":372,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":372,"gzipSize":34,"inaccurateSizes":true},{"label":"signIn","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/signIn","statSize":795,"groups":[{"id":null,"label":"signIn.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/signIn/signIn.ts","statSize":795,"parsedSize":276,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":276,"gzipSize":25,"inaccurateSizes":true},{"label":"signOut","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/signOut","statSize":814,"groups":[{"id":null,"label":"signOut.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/signOut/signOut.ts","statSize":814,"parsedSize":282,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":282,"gzipSize":26,"inaccurateSizes":true},{"label":"signUp","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/signUp","statSize":795,"groups":[{"id":null,"label":"signUp.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/auth/signUp/signUp.ts","statSize":795,"parsedSize":276,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":276,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":2534,"gzipSize":237,"inaccurateSizes":true},{"label":"banner","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/banner","statSize":2120,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/banner/index.ts","statSize":262,"parsedSize":90,"gzipSize":8,"inaccurateSizes":true},{"label":"bannerImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/banner/bannerImpression","statSize":971,"groups":[{"id":null,"label":"bannerImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/banner/bannerImpression/bannerImpression.ts","statSize":971,"parsedSize":337,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":337,"gzipSize":31,"inaccurateSizes":true},{"label":"selectBanner","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/banner/selectBanner","statSize":887,"groups":[{"id":null,"label":"selectBanner.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/banner/selectBanner/selectBanner.ts","statSize":887,"parsedSize":308,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":308,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":736,"gzipSize":69,"inaccurateSizes":true},{"label":"billing","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/billing","statSize":3337,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/billing/index.ts","statSize":407,"parsedSize":141,"gzipSize":13,"inaccurateSizes":true},{"label":"addBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/billing/addBillingInfo","statSize":940,"groups":[{"id":null,"label":"addBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/billing/addBillingInfo/addBillingInfo.ts","statSize":940,"parsedSize":326,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":326,"gzipSize":30,"inaccurateSizes":true},{"label":"selectBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/billing/selectBillingInfo","statSize":993,"groups":[{"id":null,"label":"selectBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/billing/selectBillingInfo/selectBillingInfo.ts","statSize":993,"parsedSize":344,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":344,"gzipSize":32,"inaccurateSizes":true},{"label":"updateBillingInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/billing/updateBillingInfo","statSize":997,"groups":[{"id":null,"label":"updateBillingInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/billing/updateBillingInfo/updateBillingInfo.ts","statSize":997,"parsedSize":346,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":346,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":1158,"gzipSize":108,"inaccurateSizes":true},{"label":"booking","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/booking","statSize":1126,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/booking/index.ts","statSize":164,"parsedSize":56,"gzipSize":5,"inaccurateSizes":true},{"label":"bookAppointment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/booking/bookAppointment","statSize":962,"groups":[{"id":null,"label":"bookAppointment.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/booking/bookAppointment/bookAppointment.ts","statSize":962,"parsedSize":334,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":334,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":391,"gzipSize":36,"inaccurateSizes":true},{"label":"category","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/category","statSize":4551,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/category/index.ts","statSize":529,"parsedSize":183,"gzipSize":17,"inaccurateSizes":true},{"label":"categoryImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/category/categoryImpression","statSize":1015,"groups":[{"id":null,"label":"categoryImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/category/categoryImpression/categoryImpression.ts","statSize":1015,"parsedSize":352,"gzipSize":33,"inaccurateSizes":true}],"parsedSize":352,"gzipSize":33,"inaccurateSizes":true},{"label":"searchCategoryAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/category/searchCategoryAttempt","statSize":1074,"groups":[{"id":null,"label":"searchCategoryAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/category/searchCategoryAttempt/searchCategoryAttempt.ts","statSize":1074,"parsedSize":373,"gzipSize":35,"inaccurateSizes":true}],"parsedSize":373,"gzipSize":35,"inaccurateSizes":true},{"label":"selectCategory","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/category/selectCategory","statSize":977,"groups":[{"id":null,"label":"selectCategory.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/category/selectCategory/selectCategory.ts","statSize":977,"parsedSize":339,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":339,"gzipSize":31,"inaccurateSizes":true},{"label":"viewCategory","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/category/viewCategory","statSize":956,"groups":[{"id":null,"label":"viewCategory.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/category/viewCategory/viewCategory.ts","statSize":956,"parsedSize":332,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":332,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":1580,"gzipSize":148,"inaccurateSizes":true},{"label":"checkout","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/checkout","statSize":2199,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/checkout/index.ts","statSize":272,"parsedSize":94,"gzipSize":8,"inaccurateSizes":true},{"label":"checkoutAction","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/checkout/checkoutAction","statSize":954,"groups":[{"id":null,"label":"checkoutAction.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/checkout/checkoutAction/checkoutAction.ts","statSize":954,"parsedSize":331,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":331,"gzipSize":31,"inaccurateSizes":true},{"label":"initiateCheckout","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/checkout/initiateCheckout","statSize":973,"groups":[{"id":null,"label":"initiateCheckout.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/checkout/initiateCheckout/initiateCheckout.ts","statSize":973,"parsedSize":337,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":337,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":763,"gzipSize":71,"inaccurateSizes":true},{"label":"coupon","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon","statSize":7701,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/index.ts","statSize":860,"parsedSize":298,"gzipSize":28,"inaccurateSizes":true},{"label":"applyBenefit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/applyBenefit","statSize":901,"groups":[{"id":null,"label":"applyBenefit.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/applyBenefit/applyBenefit.ts","statSize":901,"parsedSize":312,"gzipSize":29,"inaccurateSizes":true}],"parsedSize":312,"gzipSize":29,"inaccurateSizes":true},{"label":"couponCodeError","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/couponCodeError","statSize":957,"groups":[{"id":null,"label":"couponCodeError.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/couponCodeError/couponCodeError.ts","statSize":957,"parsedSize":332,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":332,"gzipSize":31,"inaccurateSizes":true},{"label":"redeemCouponCode","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/redeemCouponCode","statSize":972,"groups":[{"id":null,"label":"redeemCouponCode.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/redeemCouponCode/redeemCouponCode.ts","statSize":972,"parsedSize":337,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":337,"gzipSize":31,"inaccurateSizes":true},{"label":"removeBenefit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/removeBenefit","statSize":920,"groups":[{"id":null,"label":"removeBenefit.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/removeBenefit/removeBenefit.ts","statSize":920,"parsedSize":319,"gzipSize":29,"inaccurateSizes":true}],"parsedSize":319,"gzipSize":29,"inaccurateSizes":true},{"label":"viewBenefitDetails","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/viewBenefitDetails","statSize":1008,"groups":[{"id":null,"label":"viewBenefitDetails.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/viewBenefitDetails/viewBenefitDetails.ts","statSize":1008,"parsedSize":350,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":350,"gzipSize":32,"inaccurateSizes":true},{"label":"viewBenefitsWallet","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/viewBenefitsWallet","statSize":1021,"groups":[{"id":null,"label":"viewBenefitsWallet.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/viewBenefitsWallet/viewBenefitsWallet.ts","statSize":1021,"parsedSize":354,"gzipSize":33,"inaccurateSizes":true}],"parsedSize":354,"gzipSize":33,"inaccurateSizes":true},{"label":"viewQRStoreCoupon","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/viewQRStoreCoupon","statSize":1062,"groups":[{"id":null,"label":"viewQRStoreCoupon.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.ts","statSize":1062,"parsedSize":368,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":368,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":2674,"gzipSize":251,"inaccurateSizes":true},{"label":"credit","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/credit","statSize":2960,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/credit/index.ts","statSize":320,"parsedSize":111,"gzipSize":10,"inaccurateSizes":true},{"label":"addCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/credit/addCredits","statSize":865,"groups":[{"id":null,"label":"addCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/credit/addCredits/addCredits.ts","statSize":865,"parsedSize":300,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":300,"gzipSize":28,"inaccurateSizes":true},{"label":"spendCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/credit/spendCredits","statSize":891,"groups":[{"id":null,"label":"spendCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/credit/spendCredits/spendCredits.ts","statSize":891,"parsedSize":309,"gzipSize":29,"inaccurateSizes":true}],"parsedSize":309,"gzipSize":29,"inaccurateSizes":true},{"label":"viewCredits","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/credit/viewCredits","statSize":884,"groups":[{"id":null,"label":"viewCredits.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/credit/viewCredits/viewCredits.ts","statSize":884,"parsedSize":307,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":307,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":1028,"gzipSize":96,"inaccurateSizes":true},{"label":"customEvent","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/customEvent","statSize":1186,"groups":[{"id":null,"label":"customEvent.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/customEvent/customEvent.ts","statSize":1186,"parsedSize":411,"gzipSize":38,"inaccurateSizes":true}],"parsedSize":411,"gzipSize":38,"inaccurateSizes":true},{"label":"fulfillment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/fulfillment","statSize":2246,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/fulfillment/index.ts","statSize":277,"parsedSize":96,"gzipSize":9,"inaccurateSizes":true},{"label":"viewFulfillmentStep","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/fulfillment/viewFulfillmentStep","statSize":1042,"groups":[{"id":null,"label":"viewFulfillmentStep.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.ts","statSize":1042,"parsedSize":361,"gzipSize":33,"inaccurateSizes":true}],"parsedSize":361,"gzipSize":33,"inaccurateSizes":true},{"label":"viewTracking","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/fulfillment/viewTracking","statSize":927,"groups":[{"id":null,"label":"viewTracking.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/fulfillment/viewTracking/viewTracking.ts","statSize":927,"parsedSize":321,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":321,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":780,"gzipSize":73,"inaccurateSizes":true},{"label":"geo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/geo","statSize":4219,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/geo/index.ts","statSize":454,"parsedSize":157,"gzipSize":14,"inaccurateSizes":true},{"label":"changeLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/geo/changeLocation","statSize":964,"groups":[{"id":null,"label":"changeLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/geo/changeLocation/changeLocation.ts","statSize":964,"parsedSize":334,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":334,"gzipSize":31,"inaccurateSizes":true},{"label":"findLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/geo/findLocation","statSize":936,"groups":[{"id":null,"label":"findLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/geo/findLocation/findLocation.ts","statSize":936,"parsedSize":325,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":325,"gzipSize":30,"inaccurateSizes":true},{"label":"outOfCoverage","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/geo/outOfCoverage","statSize":958,"groups":[{"id":null,"label":"outOfCoverage.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/geo/outOfCoverage/outOfCoverage.ts","statSize":958,"parsedSize":332,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":332,"gzipSize":31,"inaccurateSizes":true},{"label":"setLocation","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/geo/setLocation","statSize":907,"groups":[{"id":null,"label":"setLocation.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/geo/setLocation/setLocation.ts","statSize":907,"parsedSize":315,"gzipSize":29,"inaccurateSizes":true}],"parsedSize":315,"gzipSize":29,"inaccurateSizes":true}],"parsedSize":1465,"gzipSize":137,"inaccurateSizes":true},{"label":"help","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/help","statSize":1202,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/help/index.ts","statSize":174,"parsedSize":60,"gzipSize":5,"inaccurateSizes":true},{"label":"requestAssistance","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/help/requestAssistance","statSize":1028,"groups":[{"id":null,"label":"requestAssistance.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/help/requestAssistance/requestAssistance.ts","statSize":1028,"parsedSize":357,"gzipSize":33,"inaccurateSizes":true}],"parsedSize":357,"gzipSize":33,"inaccurateSizes":true}],"parsedSize":417,"gzipSize":39,"inaccurateSizes":true},{"label":"loyalty","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/loyalty","statSize":4011,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/loyalty/index.ts","statSize":444,"parsedSize":154,"gzipSize":14,"inaccurateSizes":true},{"label":"earnPoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/loyalty/earnPoints","statSize":850,"groups":[{"id":null,"label":"earnPoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/loyalty/earnPoints/earnPoints.ts","statSize":850,"parsedSize":295,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":295,"gzipSize":27,"inaccurateSizes":true},{"label":"sharePoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/loyalty/sharePoints","statSize":875,"groups":[{"id":null,"label":"sharePoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/loyalty/sharePoints/sharePoints.ts","statSize":875,"parsedSize":303,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":303,"gzipSize":28,"inaccurateSizes":true},{"label":"spendPoints","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/loyalty/spendPoints","statSize":875,"groups":[{"id":null,"label":"spendPoints.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/loyalty/spendPoints/spendPoints.ts","statSize":875,"parsedSize":303,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":303,"gzipSize":28,"inaccurateSizes":true},{"label":"viewLoyaltyLevel","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/loyalty/viewLoyaltyLevel","statSize":967,"groups":[{"id":null,"label":"viewLoyaltyLevel.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.ts","statSize":967,"parsedSize":335,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":335,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":1393,"gzipSize":130,"inaccurateSizes":true},{"label":"order","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/order","statSize":2930,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/order/index.ts","statSize":320,"parsedSize":111,"gzipSize":10,"inaccurateSizes":true},{"label":"cancelOrder","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/order/cancelOrder","statSize":866,"groups":[{"id":null,"label":"cancelOrder.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/order/cancelOrder/cancelOrder.ts","statSize":866,"parsedSize":300,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":300,"gzipSize":28,"inaccurateSizes":true},{"label":"rateOrder","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/order/rateOrder","statSize":828,"groups":[{"id":null,"label":"rateOrder.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/order/rateOrder/rateOrder.ts","statSize":828,"parsedSize":287,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":287,"gzipSize":26,"inaccurateSizes":true},{"label":"requestRefund","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/order/requestRefund","statSize":916,"groups":[{"id":null,"label":"requestRefund.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/order/requestRefund/requestRefund.ts","statSize":916,"parsedSize":318,"gzipSize":29,"inaccurateSizes":true}],"parsedSize":318,"gzipSize":29,"inaccurateSizes":true}],"parsedSize":1017,"gzipSize":95,"inaccurateSizes":true},{"label":"other","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/other","statSize":3156,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/other/index.ts","statSize":340,"parsedSize":118,"gzipSize":11,"inaccurateSizes":true},{"label":"generateLead","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/other/generateLead","statSize":961,"groups":[{"id":null,"label":"generateLead.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/other/generateLead/generateLead.ts","statSize":961,"parsedSize":333,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":333,"gzipSize":31,"inaccurateSizes":true},{"label":"pageView","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/other/pageView","statSize":855,"groups":[{"id":null,"label":"pageView.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/other/pageView/pageView.ts","statSize":855,"parsedSize":296,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":296,"gzipSize":27,"inaccurateSizes":true},{"label":"searchPageContent","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/other/searchPageContent","statSize":1000,"groups":[{"id":null,"label":"searchPageContent.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/other/searchPageContent/searchPageContent.ts","statSize":1000,"parsedSize":347,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":347,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":1096,"gzipSize":102,"inaccurateSizes":true},{"label":"payment","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/payment","statSize":3333,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/payment/index.ts","statSize":407,"parsedSize":141,"gzipSize":13,"inaccurateSizes":true},{"label":"changePaymentType","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/payment/changePaymentType","statSize":988,"groups":[{"id":null,"label":"changePaymentType.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/payment/changePaymentType/changePaymentType.ts","statSize":988,"parsedSize":343,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":343,"gzipSize":32,"inaccurateSizes":true},{"label":"selectPaymentType","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/payment/selectPaymentType","statSize":988,"groups":[{"id":null,"label":"selectPaymentType.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/payment/selectPaymentType/selectPaymentType.ts","statSize":988,"parsedSize":343,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":343,"gzipSize":32,"inaccurateSizes":true},{"label":"setPaymentInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/payment/setPaymentInfo","statSize":950,"groups":[{"id":null,"label":"setPaymentInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/payment/setPaymentInfo/setPaymentInfo.ts","statSize":950,"parsedSize":329,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":329,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":1157,"gzipSize":108,"inaccurateSizes":true},{"label":"product","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product","statSize":10143,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/index.ts","statSize":1144,"parsedSize":397,"gzipSize":37,"inaccurateSizes":true},{"label":"customizeProduct","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/customizeProduct","statSize":985,"groups":[{"id":null,"label":"customizeProduct.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/customizeProduct/customizeProduct.ts","statSize":985,"parsedSize":342,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":342,"gzipSize":32,"inaccurateSizes":true},{"label":"filterProducts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/filterProducts","statSize":943,"groups":[{"id":null,"label":"filterProducts.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/filterProducts/filterProducts.ts","statSize":943,"parsedSize":327,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":327,"gzipSize":30,"inaccurateSizes":true},{"label":"productImpression","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/productImpression","statSize":993,"groups":[{"id":null,"label":"productImpression.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/productImpression/productImpression.ts","statSize":993,"parsedSize":344,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":344,"gzipSize":32,"inaccurateSizes":true},{"label":"searchProductSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/searchProductSuccess","statSize":1058,"groups":[{"id":null,"label":"searchProductSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/searchProductSuccess/searchProductSuccess.ts","statSize":1058,"parsedSize":367,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":367,"gzipSize":34,"inaccurateSizes":true},{"label":"searchProductAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/searchProductAttempt","statSize":1052,"groups":[{"id":null,"label":"searchProductAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/searchProductAttempt/searchProductAttempt.ts","statSize":1052,"parsedSize":365,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":365,"gzipSize":34,"inaccurateSizes":true},{"label":"searchProductNotFound","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/searchProductNotFound","statSize":1061,"groups":[{"id":null,"label":"searchProductNotFound.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/searchProductNotFound/searchProductNotFound.ts","statSize":1061,"parsedSize":368,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":368,"gzipSize":34,"inaccurateSizes":true},{"label":"selectProduct","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/selectProduct","statSize":954,"groups":[{"id":null,"label":"selectProduct.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/selectProduct/selectProduct.ts","statSize":954,"parsedSize":331,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":331,"gzipSize":31,"inaccurateSizes":true},{"label":"sortProducts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/sortProducts","statSize":905,"groups":[{"id":null,"label":"sortProducts.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/sortProducts/sortProducts.ts","statSize":905,"parsedSize":314,"gzipSize":29,"inaccurateSizes":true}],"parsedSize":314,"gzipSize":29,"inaccurateSizes":true},{"label":"viewProductDetails","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/viewProductDetails","statSize":1048,"groups":[{"id":null,"label":"viewProductDetails.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/product/viewProductDetails/viewProductDetails.ts","statSize":1048,"parsedSize":363,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":363,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":3522,"gzipSize":330,"inaccurateSizes":true},{"label":"purchase","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/purchase","statSize":3203,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/purchase/index.ts","statSize":365,"parsedSize":126,"gzipSize":11,"inaccurateSizes":true},{"label":"purchaseAttempt","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/purchase/purchaseAttempt","statSize":961,"groups":[{"id":null,"label":"purchaseAttempt.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/purchase/purchaseAttempt/purchaseAttempt.ts","statSize":961,"parsedSize":333,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":333,"gzipSize":31,"inaccurateSizes":true},{"label":"purchaseFail","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/purchase/purchaseFail","statSize":904,"groups":[{"id":null,"label":"purchaseFail.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/purchase/purchaseFail/purchaseFail.ts","statSize":904,"parsedSize":313,"gzipSize":29,"inaccurateSizes":true}],"parsedSize":313,"gzipSize":29,"inaccurateSizes":true},{"label":"purchaseSuccess","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/purchase/purchaseSuccess","statSize":973,"groups":[{"id":null,"label":"purchaseSuccess.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/purchase/purchaseSuccess/purchaseSuccess.ts","statSize":973,"parsedSize":337,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":337,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":1112,"gzipSize":104,"inaccurateSizes":true},{"label":"settings","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/settings","statSize":1088,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/settings/index.ts","statSize":149,"parsedSize":51,"gzipSize":4,"inaccurateSizes":true},{"label":"viewSettings","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/settings/viewSettings","statSize":939,"groups":[{"id":null,"label":"viewSettings.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/settings/viewSettings/viewSettings.ts","statSize":939,"parsedSize":326,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":326,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":377,"gzipSize":35,"inaccurateSizes":true},{"label":"shipping","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shipping","statSize":3613,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shipping/index.ts","statSize":467,"parsedSize":162,"gzipSize":15,"inaccurateSizes":true},{"label":"addShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shipping/addShippingAddress","statSize":1012,"groups":[{"id":null,"label":"addShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shipping/addShippingAddress/addShippingAddress.ts","statSize":1012,"parsedSize":351,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":351,"gzipSize":32,"inaccurateSizes":true},{"label":"selectShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shipping/selectShippingAddress","statSize":1065,"groups":[{"id":null,"label":"selectShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shipping/selectShippingAddress/selectShippingAddress.ts","statSize":1065,"parsedSize":369,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":369,"gzipSize":34,"inaccurateSizes":true},{"label":"updateShippingAddress","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shipping/updateShippingAddress","statSize":1069,"groups":[{"id":null,"label":"updateShippingAddress.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shipping/updateShippingAddress/updateShippingAddress.ts","statSize":1069,"parsedSize":371,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":371,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":1254,"gzipSize":117,"inaccurateSizes":true},{"label":"shoppingCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart","statSize":9244,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/index.ts","statSize":1057,"parsedSize":367,"gzipSize":34,"inaccurateSizes":true},{"label":"addProductToCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/addProductToCart","statSize":987,"groups":[{"id":null,"label":"addProductToCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/addProductToCart/addProductToCart.ts","statSize":987,"parsedSize":342,"gzipSize":32,"inaccurateSizes":true}],"parsedSize":342,"gzipSize":32,"inaccurateSizes":true},{"label":"addProductToWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/addProductToWishlist","statSize":1063,"groups":[{"id":null,"label":"addProductToWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/addProductToWishlist/addProductToWishlist.ts","statSize":1063,"parsedSize":369,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":369,"gzipSize":34,"inaccurateSizes":true},{"label":"clearCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/clearCart","statSize":850,"groups":[{"id":null,"label":"clearCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/clearCart/clearCart.ts","statSize":850,"parsedSize":295,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":295,"gzipSize":27,"inaccurateSizes":true},{"label":"removeProductFromCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/removeProductFromCart","statSize":1082,"groups":[{"id":null,"label":"removeProductFromCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/removeProductFromCart/removeProductFromCart.ts","statSize":1082,"parsedSize":375,"gzipSize":35,"inaccurateSizes":true}],"parsedSize":375,"gzipSize":35,"inaccurateSizes":true},{"label":"removeProductFromWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/removeProductFromWishlist","statSize":1158,"groups":[{"id":null,"label":"removeProductFromWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.ts","statSize":1158,"parsedSize":402,"gzipSize":37,"inaccurateSizes":true}],"parsedSize":402,"gzipSize":37,"inaccurateSizes":true},{"label":"updateProductInCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/updateProductInCart","statSize":1070,"groups":[{"id":null,"label":"updateProductInCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/updateProductInCart/updateProductInCart.ts","statSize":1070,"parsedSize":371,"gzipSize":34,"inaccurateSizes":true}],"parsedSize":371,"gzipSize":34,"inaccurateSizes":true},{"label":"updateProductInWishlist","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/updateProductInWishlist","statSize":1146,"groups":[{"id":null,"label":"updateProductInWishlist.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.ts","statSize":1146,"parsedSize":398,"gzipSize":37,"inaccurateSizes":true}],"parsedSize":398,"gzipSize":37,"inaccurateSizes":true},{"label":"viewCart","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/viewCart","statSize":831,"groups":[{"id":null,"label":"viewCart.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/shoppingCart/viewCart/viewCart.ts","statSize":831,"parsedSize":288,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":288,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":3210,"gzipSize":301,"inaccurateSizes":true},{"label":"social","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/social","statSize":896,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/social/index.ts","statSize":114,"parsedSize":39,"gzipSize":3,"inaccurateSizes":true},{"label":"share","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/social/share","statSize":782,"groups":[{"id":null,"label":"share.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/social/share/share.ts","statSize":782,"parsedSize":271,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":271,"gzipSize":25,"inaccurateSizes":true}],"parsedSize":311,"gzipSize":29,"inaccurateSizes":true},{"label":"store","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/store","statSize":1919,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/store/index.ts","statSize":217,"parsedSize":75,"gzipSize":7,"inaccurateSizes":true},{"label":"changeStore","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/store/changeStore","statSize":875,"groups":[{"id":null,"label":"changeStore.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/store/changeStore/changeStore.ts","statSize":875,"parsedSize":303,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":303,"gzipSize":28,"inaccurateSizes":true},{"label":"setStore","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/store/setStore","statSize":827,"groups":[{"id":null,"label":"setStore.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/store/setStore/setStore.ts","statSize":827,"parsedSize":287,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":287,"gzipSize":26,"inaccurateSizes":true}],"parsedSize":666,"gzipSize":62,"inaccurateSizes":true},{"label":"user","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/user","statSize":2103,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/user/index.ts","statSize":247,"parsedSize":85,"gzipSize":8,"inaccurateSizes":true},{"label":"setUserInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/user/setUserInfo","statSize":899,"groups":[{"id":null,"label":"setUserInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/user/setUserInfo/setUserInfo.ts","statSize":899,"parsedSize":312,"gzipSize":29,"inaccurateSizes":true}],"parsedSize":312,"gzipSize":29,"inaccurateSizes":true},{"label":"updateUserInfo","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/user/updateUserInfo","statSize":957,"groups":[{"id":null,"label":"updateUserInfo.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/user/updateUserInfo/updateUserInfo.ts","statSize":957,"parsedSize":332,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":332,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":730,"gzipSize":68,"inaccurateSizes":true},{"label":"vendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/vendor","statSize":1965,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/vendor/index.ts","statSize":227,"parsedSize":78,"gzipSize":7,"inaccurateSizes":true},{"label":"changeVendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/vendor/changeVendor","statSize":887,"groups":[{"id":null,"label":"changeVendor.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/vendor/changeVendor/changeVendor.ts","statSize":887,"parsedSize":308,"gzipSize":28,"inaccurateSizes":true}],"parsedSize":308,"gzipSize":28,"inaccurateSizes":true},{"label":"setVendor","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/vendor/setVendor","statSize":851,"groups":[{"id":null,"label":"setVendor.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/vendor/setVendor/setVendor.ts","statSize":851,"parsedSize":295,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":295,"gzipSize":27,"inaccurateSizes":true}],"parsedSize":682,"gzipSize":64,"inaccurateSizes":true},{"label":"workflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/workflow","statSize":2143,"groups":[{"id":null,"label":"index.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/workflow/index.ts","statSize":262,"parsedSize":90,"gzipSize":8,"inaccurateSizes":true},{"label":"selectWorkflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/workflow/selectWorkflow","statSize":949,"groups":[{"id":null,"label":"selectWorkflow.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/workflow/selectWorkflow/selectWorkflow.ts","statSize":949,"parsedSize":329,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":329,"gzipSize":30,"inaccurateSizes":true},{"label":"updateWorkflow","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/workflow/updateWorkflow","statSize":932,"groups":[{"id":null,"label":"updateWorkflow.ts","path":"./src/index.ts + 383 modules (concatenated)/src/lib/events/workflow/updateWorkflow/updateWorkflow.ts","statSize":932,"parsedSize":323,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":323,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":744,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":31736,"gzipSize":2978,"inaccurateSizes":true}],"parsedSize":215032,"gzipSize":20182,"inaccurateSizes":true},{"label":"types","path":"./src/index.ts + 383 modules (concatenated)/src/types","statSize":11,"groups":[{"id":null,"label":"common.types.ts","path":"./src/index.ts + 383 modules (concatenated)/src/types/common.types.ts","statSize":11,"parsedSize":3,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":3,"gzipSize":0,"inaccurateSizes":true},{"label":"config","path":"./src/index.ts + 383 modules (concatenated)/src/config","statSize":107,"groups":[{"id":null,"label":"constants.ts","path":"./src/index.ts + 383 modules (concatenated)/src/config/constants.ts","statSize":107,"parsedSize":37,"gzipSize":3,"inaccurateSizes":true}],"parsedSize":37,"gzipSize":3,"inaccurateSizes":true}],"parsedSize":221796,"gzipSize":20817,"inaccurateSizes":true},{"label":"home/circleci/repo/node_modules","path":"./src/index.ts + 383 modules (concatenated)/home/circleci/repo/node_modules","statSize":14753,"groups":[{"label":"snake-case/dist.es2015","path":"./src/index.ts + 383 modules (concatenated)/home/circleci/repo/node_modules/snake-case/dist.es2015","statSize":261,"groups":[{"id":null,"label":"index.js","path":"./src/index.ts + 383 modules (concatenated)/home/circleci/repo/node_modules/snake-case/dist.es2015/index.js","statSize":261,"parsedSize":90,"gzipSize":8,"inaccurateSizes":true}],"parsedSize":90,"gzipSize":8,"inaccurateSizes":true},{"label":"tslib","path":"./src/index.ts + 383 modules (concatenated)/home/circleci/repo/node_modules/tslib","statSize":11605,"groups":[{"id":null,"label":"tslib.es6.js","path":"./src/index.ts + 383 modules (concatenated)/home/circleci/repo/node_modules/tslib/tslib.es6.js","statSize":11605,"parsedSize":4030,"gzipSize":378,"inaccurateSizes":true}],"parsedSize":4030,"gzipSize":378,"inaccurateSizes":true},{"label":"dot-case/dist.es2015","path":"./src/index.ts + 383 modules (concatenated)/home/circleci/repo/node_modules/dot-case/dist.es2015","statSize":256,"groups":[{"id":null,"label":"index.js","path":"./src/index.ts + 383 modules (concatenated)/home/circleci/repo/node_modules/dot-case/dist.es2015/index.js","statSize":256,"parsedSize":88,"gzipSize":8,"inaccurateSizes":true}],"parsedSize":88,"gzipSize":8,"inaccurateSizes":true},{"label":"no-case/dist.es2015","path":"./src/index.ts + 383 modules (concatenated)/home/circleci/repo/node_modules/no-case/dist.es2015","statSize":1490,"groups":[{"id":null,"label":"index.js","path":"./src/index.ts + 383 modules (concatenated)/home/circleci/repo/node_modules/no-case/dist.es2015/index.js","statSize":1490,"parsedSize":517,"gzipSize":48,"inaccurateSizes":true}],"parsedSize":517,"gzipSize":48,"inaccurateSizes":true},{"label":"lower-case/dist.es2015","path":"./src/index.ts + 383 modules (concatenated)/home/circleci/repo/node_modules/lower-case/dist.es2015","statSize":1141,"groups":[{"id":null,"label":"index.js","path":"./src/index.ts + 383 modules (concatenated)/home/circleci/repo/node_modules/lower-case/dist.es2015/index.js","statSize":1141,"parsedSize":396,"gzipSize":37,"inaccurateSizes":true}],"parsedSize":396,"gzipSize":37,"inaccurateSizes":true}],"parsedSize":5123,"gzipSize":480,"inaccurateSizes":true}]}],"parsedSize":226927,"gzipSize":21299}]},{"label":"vendors.bundle.js","isAsset":true,"statSize":30,"parsedSize":1197,"gzipSize":539,"groups":[{"label":"src","path":"./src","statSize":30,"groups":[{"id":4,"label":"vendors.ts","path":"./src/vendors.ts","statSize":30,"parsedSize":36,"gzipSize":56}],"parsedSize":36,"gzipSize":56}]}]