@artisan-commerce/analytics-rn 0.2.0-canary.32 → 0.2.0-canary.4

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 (415) hide show
  1. package/CHANGELOG.md +0 -240
  2. package/build/analytics-rn/src/index.d.ts +0 -2
  3. package/build/analytics-rn/src/lib/events/auth/changePasswordAttempt/changePasswordAttempt.types.d.ts +1 -2
  4. package/build/analytics-rn/src/lib/events/auth/changePasswordFail/changePasswordFail.types.d.ts +1 -2
  5. package/build/analytics-rn/src/lib/events/auth/changePasswordSuccess/changePasswordSuccess.types.d.ts +1 -2
  6. package/build/analytics-rn/src/lib/events/auth/signIn/signIn.types.d.ts +1 -2
  7. package/build/analytics-rn/src/lib/events/auth/signOut/signOut.types.d.ts +1 -2
  8. package/build/analytics-rn/src/lib/events/auth/signUp/signUp.types.d.ts +1 -2
  9. package/build/analytics-rn/src/lib/events/auth/signUpAttempt/signUpAttempt.types.d.ts +1 -2
  10. package/build/analytics-rn/src/lib/events/banner/bannerImpression/bannerImpression.types.d.ts +1 -2
  11. package/build/analytics-rn/src/lib/events/banner/selectBanner/selectBanner.types.d.ts +1 -2
  12. package/build/analytics-rn/src/lib/events/billing/addBillingInfo/addBillingInfo.types.d.ts +1 -2
  13. package/build/analytics-rn/src/lib/events/billing/selectBillingInfo/selectBillingInfo.types.d.ts +1 -2
  14. package/build/analytics-rn/src/lib/events/billing/updateBillingInfo/updateBillingInfo.types.d.ts +1 -2
  15. package/build/analytics-rn/src/lib/events/booking/bookAppointment/bookAppointment.types.d.ts +1 -2
  16. package/build/analytics-rn/src/lib/events/category/categoryImpression/categoryImpression.types.d.ts +1 -2
  17. package/build/analytics-rn/src/lib/events/category/searchCategoryAttempt/searchCategoryAttempt.types.d.ts +1 -2
  18. package/build/analytics-rn/src/lib/events/category/selectCategory/selectCategory.types.d.ts +1 -2
  19. package/build/analytics-rn/src/lib/events/category/viewCategory/viewCategory.types.d.ts +1 -2
  20. package/build/analytics-rn/src/lib/events/checkout/checkoutAction/checkoutAction.types.d.ts +1 -2
  21. package/build/analytics-rn/src/lib/events/checkout/initiateCheckout/initiateCheckout.types.d.ts +1 -2
  22. package/build/analytics-rn/src/lib/events/coupon/applyBenefit/applyBenefit.types.d.ts +1 -2
  23. package/build/analytics-rn/src/lib/events/coupon/couponCodeError/couponCodeError.types.d.ts +1 -2
  24. package/build/analytics-rn/src/lib/events/coupon/redeemCouponCode/redeemCouponCode.types.d.ts +1 -2
  25. package/build/analytics-rn/src/lib/events/coupon/removeBenefit/removeBenefit.types.d.ts +1 -2
  26. package/build/analytics-rn/src/lib/events/coupon/viewBenefitDetails/viewBenefitDetails.types.d.ts +1 -2
  27. package/build/analytics-rn/src/lib/events/coupon/viewBenefitsWallet/viewBenefitsWallet.types.d.ts +1 -2
  28. package/build/analytics-rn/src/lib/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.types.d.ts +1 -2
  29. package/build/analytics-rn/src/lib/events/credit/addCredits/addCredits.types.d.ts +1 -2
  30. package/build/analytics-rn/src/lib/events/credit/spendCredits/spendCredits.types.d.ts +1 -2
  31. package/build/analytics-rn/src/lib/events/credit/viewCredits/viewCredits.types.d.ts +1 -2
  32. package/build/analytics-rn/src/lib/events/customEvent/customEvent.types.d.ts +2 -3
  33. package/build/analytics-rn/src/lib/events/events.d.ts +5 -5
  34. package/build/analytics-rn/src/lib/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.types.d.ts +1 -2
  35. package/build/analytics-rn/src/lib/events/fulfillment/viewTracking/viewTracking.types.d.ts +1 -2
  36. package/build/analytics-rn/src/lib/events/geo/changeLocation/changeLocation.d.ts +1 -1
  37. package/build/analytics-rn/src/lib/events/geo/changeLocation/changeLocation.types.d.ts +5 -6
  38. package/build/analytics-rn/src/lib/events/geo/findLocation/findLocation.d.ts +1 -1
  39. package/build/analytics-rn/src/lib/events/geo/findLocation/findLocation.types.d.ts +1 -2
  40. package/build/analytics-rn/src/lib/events/geo/index.d.ts +4 -4
  41. package/build/analytics-rn/src/lib/events/geo/outOfCoverage/outOfCoverage.d.ts +1 -1
  42. package/build/analytics-rn/src/lib/events/geo/outOfCoverage/outOfCoverage.types.d.ts +3 -4
  43. package/build/analytics-rn/src/lib/events/geo/setLocation/setLocation.d.ts +1 -1
  44. package/build/analytics-rn/src/lib/events/geo/setLocation/setLocation.types.d.ts +3 -4
  45. package/build/analytics-rn/src/lib/events/help/requestAssistance/requestAssistance.types.d.ts +1 -2
  46. package/build/analytics-rn/src/lib/events/loyalty/earnPoints/earnPoints.types.d.ts +1 -2
  47. package/build/analytics-rn/src/lib/events/loyalty/sharePoints/sharePoints.types.d.ts +1 -2
  48. package/build/analytics-rn/src/lib/events/loyalty/spendPoints/spendPoints.types.d.ts +1 -2
  49. package/build/analytics-rn/src/lib/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.types.d.ts +1 -2
  50. package/build/analytics-rn/src/lib/events/order/cancelOrder/cancelOrder.types.d.ts +1 -2
  51. package/build/analytics-rn/src/lib/events/order/rateOrder/rateOrder.types.d.ts +1 -2
  52. package/build/analytics-rn/src/lib/events/order/requestRefund/requestRefund.types.d.ts +1 -2
  53. package/build/analytics-rn/src/lib/events/other/generateLead/generateLead.types.d.ts +1 -2
  54. package/build/analytics-rn/src/lib/events/other/index.d.ts +1 -1
  55. package/build/analytics-rn/src/lib/events/other/screenView/screenView.d.ts +1 -1
  56. package/build/analytics-rn/src/lib/events/other/screenView/screenView.types.d.ts +1 -2
  57. package/build/analytics-rn/src/lib/events/other/searchPageContent/searchPageContent.types.d.ts +1 -2
  58. package/build/analytics-rn/src/lib/events/payment/changePaymentType/changePaymentType.types.d.ts +1 -2
  59. package/build/analytics-rn/src/lib/events/payment/selectPaymentType/selectPaymentType.types.d.ts +1 -2
  60. package/build/analytics-rn/src/lib/events/payment/setPaymentInfo/setPaymentInfo.types.d.ts +1 -2
  61. package/build/analytics-rn/src/lib/events/product/customizeProduct/customizeProduct.types.d.ts +1 -2
  62. package/build/analytics-rn/src/lib/events/product/filterProducts/filterProducts.types.d.ts +1 -2
  63. package/build/analytics-rn/src/lib/events/product/productImpression/productImpression.types.d.ts +1 -2
  64. package/build/analytics-rn/src/lib/events/product/searchProductAttempt/searchProductAttempt.types.d.ts +1 -2
  65. package/build/analytics-rn/src/lib/events/product/searchProductNotFound/searchProductNotFound.types.d.ts +1 -2
  66. package/build/analytics-rn/src/lib/events/product/searchProductSuccess/searchProductSuccess.types.d.ts +1 -2
  67. package/build/analytics-rn/src/lib/events/product/selectProduct/selectProduct.types.d.ts +1 -2
  68. package/build/analytics-rn/src/lib/events/product/sortProducts/sortProducts.types.d.ts +1 -2
  69. package/build/analytics-rn/src/lib/events/product/viewProductDetails/viewProductDetails.types.d.ts +1 -2
  70. package/build/analytics-rn/src/lib/events/purchase/purchaseAttempt/purchaseAttempt.types.d.ts +1 -2
  71. package/build/analytics-rn/src/lib/events/purchase/purchaseFail/purchaseFail.types.d.ts +1 -2
  72. package/build/analytics-rn/src/lib/events/purchase/purchaseSuccess/purchaseSuccess.types.d.ts +1 -2
  73. package/build/analytics-rn/src/lib/events/settings/viewSettings/viewSettings.types.d.ts +1 -2
  74. package/build/analytics-rn/src/lib/events/shipping/addShippingAddress/addShippingAddress.types.d.ts +3 -4
  75. package/build/analytics-rn/src/lib/events/shipping/selectShippingAddress/selectShippingAddress.types.d.ts +3 -4
  76. package/build/analytics-rn/src/lib/events/shipping/updateShippingAddress/updateShippingAddress.types.d.ts +1 -2
  77. package/build/analytics-rn/src/lib/events/shoppingCart/addProductToCart/addProductToCart.types.d.ts +1 -2
  78. package/build/analytics-rn/src/lib/events/shoppingCart/addProductToWishlist/addProductToWishlist.types.d.ts +1 -2
  79. package/build/analytics-rn/src/lib/events/shoppingCart/clearCart/clearCart.types.d.ts +1 -2
  80. package/build/analytics-rn/src/lib/events/shoppingCart/removeProductFromCart/removeProductFromCart.types.d.ts +1 -2
  81. package/build/analytics-rn/src/lib/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.types.d.ts +1 -2
  82. package/build/analytics-rn/src/lib/events/shoppingCart/updateProductInCart/updateProductInCart.types.d.ts +1 -2
  83. package/build/analytics-rn/src/lib/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.types.d.ts +1 -2
  84. package/build/analytics-rn/src/lib/events/shoppingCart/viewCart/viewCart.types.d.ts +1 -2
  85. package/build/analytics-rn/src/lib/events/social/share/share.types.d.ts +1 -2
  86. package/build/analytics-rn/src/lib/events/store/changeStore/changeStore.types.d.ts +1 -2
  87. package/build/analytics-rn/src/lib/events/store/setStore/setStore.types.d.ts +1 -2
  88. package/build/analytics-rn/src/lib/events/user/setUserInfo/setUserInfo.types.d.ts +1 -2
  89. package/build/analytics-rn/src/lib/events/user/updateUserInfo/updateUserInfo.types.d.ts +1 -2
  90. package/build/analytics-rn/src/lib/events/vendor/changeVendor/changeVendor.types.d.ts +1 -2
  91. package/build/analytics-rn/src/lib/events/vendor/setVendor/setVendor.types.d.ts +1 -2
  92. package/build/analytics-rn/src/lib/events/workflow/selectWorkflow/selectWorkflow.types.d.ts +1 -2
  93. package/build/analytics-rn/src/lib/events/workflow/updateWorkflow/updateWorkflow.types.d.ts +1 -2
  94. package/build/analytics-rn/src/lib/initAnalytics/initAnalytics.types.d.ts +2 -26
  95. package/build/analytics-rn/src/lib/providers/AnalyticsProvider/AnalyticsProvider.d.ts +1 -8
  96. package/build/analytics-rn/src/lib/providers/AnalyticsProvider/AnalyticsProvider.types.d.ts +2 -4
  97. package/build/analytics-rn/src/lib/providers/FacebookPixel/FacebookPixel.types.d.ts +16 -0
  98. package/build/analytics-rn/src/lib/providers/FacebookPixel/events/category/searchCategoryAttempt/searchCategoryAttempt.types.d.ts +0 -2
  99. package/build/analytics-rn/src/lib/providers/FacebookPixel/events/loyalty/spendPoints/spendPoints.types.d.ts +0 -2
  100. package/build/analytics-rn/src/lib/providers/FacebookPixel/events/other/searchPageContent/searchPageContent.types.d.ts +0 -2
  101. package/build/analytics-rn/src/lib/providers/GoogleAnalytics/GoogleAnalytics.types.d.ts +46 -0
  102. package/build/analytics-rn/src/lib/providers/providers.d.ts +0 -2
  103. package/build/analytics-rn/src/types/common.types.d.ts +1 -1
  104. package/build/analytics-rn/src/types/event.types.d.ts +1 -2
  105. package/build/analytics-rn/src/utils/events.utils.d.ts +0 -17
  106. package/build/analytics-rn/src/utils/state.utils.d.ts +0 -8
  107. package/build/main.bundle.js +11 -11
  108. package/build/report.json +1 -1
  109. package/package.json +6 -8
  110. package/build/analytics-rn/src/lib/providers/Segment/Segment.d.ts +0 -33
  111. package/build/analytics-rn/src/lib/providers/Segment/Segment.test.d.ts +0 -1
  112. package/build/analytics-rn/src/lib/providers/Segment/Segment.types.d.ts +0 -94
  113. package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordAttempt/changePasswordAttempt.d.ts +0 -11
  114. package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordAttempt/changePasswordAttempt.test.d.ts +0 -1
  115. package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordAttempt/changePasswordAttempt.types.d.ts +0 -14
  116. package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordFail/changePasswordFail.d.ts +0 -11
  117. package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordFail/changePasswordFail.test.d.ts +0 -1
  118. package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordFail/changePasswordFail.types.d.ts +0 -14
  119. package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordSuccess/changePasswordSuccess.d.ts +0 -11
  120. package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordSuccess/changePasswordSuccess.test.d.ts +0 -1
  121. package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordSuccess/changePasswordSuccess.types.d.ts +0 -14
  122. package/build/analytics-rn/src/lib/providers/Segment/events/auth/index.d.ts +0 -10
  123. package/build/analytics-rn/src/lib/providers/Segment/events/auth/index.test.d.ts +0 -1
  124. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signIn/signIn.d.ts +0 -11
  125. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signIn/signIn.test.d.ts +0 -1
  126. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signIn/signIn.types.d.ts +0 -18
  127. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signOut/signOut.d.ts +0 -11
  128. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signOut/signOut.test.d.ts +0 -1
  129. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signOut/signOut.types.d.ts +0 -16
  130. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signUp/signUp.d.ts +0 -11
  131. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signUp/signUp.test.d.ts +0 -1
  132. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signUp/signUp.types.d.ts +0 -20
  133. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signUpAttempt/signUpAttempt.d.ts +0 -11
  134. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signUpAttempt/signUpAttempt.test.d.ts +0 -1
  135. package/build/analytics-rn/src/lib/providers/Segment/events/auth/signUpAttempt/signUpAttempt.types.d.ts +0 -14
  136. package/build/analytics-rn/src/lib/providers/Segment/events/banner/bannerImpression/bannerImpression.d.ts +0 -11
  137. package/build/analytics-rn/src/lib/providers/Segment/events/banner/bannerImpression/bannerImpression.test.d.ts +0 -1
  138. package/build/analytics-rn/src/lib/providers/Segment/events/banner/bannerImpression/bannerImpression.types.d.ts +0 -14
  139. package/build/analytics-rn/src/lib/providers/Segment/events/banner/index.d.ts +0 -5
  140. package/build/analytics-rn/src/lib/providers/Segment/events/banner/index.test.d.ts +0 -1
  141. package/build/analytics-rn/src/lib/providers/Segment/events/banner/selectBanner/selectBanner.d.ts +0 -11
  142. package/build/analytics-rn/src/lib/providers/Segment/events/banner/selectBanner/selectBanner.test.d.ts +0 -1
  143. package/build/analytics-rn/src/lib/providers/Segment/events/banner/selectBanner/selectBanner.types.d.ts +0 -14
  144. package/build/analytics-rn/src/lib/providers/Segment/events/billing/addBillingInfo/addBillingInfo.d.ts +0 -11
  145. package/build/analytics-rn/src/lib/providers/Segment/events/billing/addBillingInfo/addBillingInfo.test.d.ts +0 -1
  146. package/build/analytics-rn/src/lib/providers/Segment/events/billing/addBillingInfo/addBillingInfo.types.d.ts +0 -14
  147. package/build/analytics-rn/src/lib/providers/Segment/events/billing/index.d.ts +0 -6
  148. package/build/analytics-rn/src/lib/providers/Segment/events/billing/index.test.d.ts +0 -1
  149. package/build/analytics-rn/src/lib/providers/Segment/events/billing/selectBillingInfo/selectBillingInfo.d.ts +0 -11
  150. package/build/analytics-rn/src/lib/providers/Segment/events/billing/selectBillingInfo/selectBillingInfo.test.d.ts +0 -1
  151. package/build/analytics-rn/src/lib/providers/Segment/events/billing/selectBillingInfo/selectBillingInfo.types.d.ts +0 -14
  152. package/build/analytics-rn/src/lib/providers/Segment/events/billing/updateBillingInfo/updateBillingInfo.d.ts +0 -11
  153. package/build/analytics-rn/src/lib/providers/Segment/events/billing/updateBillingInfo/updateBillingInfo.test.d.ts +0 -1
  154. package/build/analytics-rn/src/lib/providers/Segment/events/billing/updateBillingInfo/updateBillingInfo.types.d.ts +0 -14
  155. package/build/analytics-rn/src/lib/providers/Segment/events/booking/bookAppointment/bookAppointment.d.ts +0 -11
  156. package/build/analytics-rn/src/lib/providers/Segment/events/booking/bookAppointment/bookAppointment.test.d.ts +0 -1
  157. package/build/analytics-rn/src/lib/providers/Segment/events/booking/bookAppointment/bookAppointment.types.d.ts +0 -14
  158. package/build/analytics-rn/src/lib/providers/Segment/events/booking/index.d.ts +0 -4
  159. package/build/analytics-rn/src/lib/providers/Segment/events/booking/index.test.d.ts +0 -1
  160. package/build/analytics-rn/src/lib/providers/Segment/events/category/categoryImpression/categoryImpression.d.ts +0 -11
  161. package/build/analytics-rn/src/lib/providers/Segment/events/category/categoryImpression/categoryImpression.test.d.ts +0 -1
  162. package/build/analytics-rn/src/lib/providers/Segment/events/category/categoryImpression/categoryImpression.types.d.ts +0 -14
  163. package/build/analytics-rn/src/lib/providers/Segment/events/category/index.d.ts +0 -7
  164. package/build/analytics-rn/src/lib/providers/Segment/events/category/index.test.d.ts +0 -1
  165. package/build/analytics-rn/src/lib/providers/Segment/events/category/searchCategoryAttempt/searchCategoryAttempt.d.ts +0 -11
  166. package/build/analytics-rn/src/lib/providers/Segment/events/category/searchCategoryAttempt/searchCategoryAttempt.test.d.ts +0 -1
  167. package/build/analytics-rn/src/lib/providers/Segment/events/category/searchCategoryAttempt/searchCategoryAttempt.types.d.ts +0 -14
  168. package/build/analytics-rn/src/lib/providers/Segment/events/category/selectCategory/selectCategory.d.ts +0 -11
  169. package/build/analytics-rn/src/lib/providers/Segment/events/category/selectCategory/selectCategory.test.d.ts +0 -1
  170. package/build/analytics-rn/src/lib/providers/Segment/events/category/selectCategory/selectCategory.types.d.ts +0 -14
  171. package/build/analytics-rn/src/lib/providers/Segment/events/category/viewCategory/viewCategory.d.ts +0 -11
  172. package/build/analytics-rn/src/lib/providers/Segment/events/category/viewCategory/viewCategory.test.d.ts +0 -1
  173. package/build/analytics-rn/src/lib/providers/Segment/events/category/viewCategory/viewCategory.types.d.ts +0 -17
  174. package/build/analytics-rn/src/lib/providers/Segment/events/checkout/checkoutAction/checkoutAction.d.ts +0 -11
  175. package/build/analytics-rn/src/lib/providers/Segment/events/checkout/checkoutAction/checkoutAction.test.d.ts +0 -1
  176. package/build/analytics-rn/src/lib/providers/Segment/events/checkout/checkoutAction/checkoutAction.types.d.ts +0 -14
  177. package/build/analytics-rn/src/lib/providers/Segment/events/checkout/index.d.ts +0 -5
  178. package/build/analytics-rn/src/lib/providers/Segment/events/checkout/index.test.d.ts +0 -1
  179. package/build/analytics-rn/src/lib/providers/Segment/events/checkout/initiateCheckout/initiateCheckout.d.ts +0 -11
  180. package/build/analytics-rn/src/lib/providers/Segment/events/checkout/initiateCheckout/initiateCheckout.test.d.ts +0 -1
  181. package/build/analytics-rn/src/lib/providers/Segment/events/checkout/initiateCheckout/initiateCheckout.types.d.ts +0 -14
  182. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/applyBenefit/applyBenefit.d.ts +0 -11
  183. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/applyBenefit/applyBenefit.test.d.ts +0 -1
  184. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/applyBenefit/applyBenefit.types.d.ts +0 -14
  185. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/couponCodeError/couponCodeError.d.ts +0 -11
  186. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/couponCodeError/couponCodeError.test.d.ts +0 -1
  187. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/couponCodeError/couponCodeError.types.d.ts +0 -14
  188. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/index.d.ts +0 -10
  189. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/index.test.d.ts +0 -1
  190. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/redeemCouponCode/redeemCouponCode.d.ts +0 -11
  191. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/redeemCouponCode/redeemCouponCode.test.d.ts +0 -1
  192. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/redeemCouponCode/redeemCouponCode.types.d.ts +0 -14
  193. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/removeBenefit/removeBenefit.d.ts +0 -11
  194. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/removeBenefit/removeBenefit.test.d.ts +0 -1
  195. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/removeBenefit/removeBenefit.types.d.ts +0 -14
  196. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/viewBenefitDetails/viewBenefitDetails.d.ts +0 -11
  197. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/viewBenefitDetails/viewBenefitDetails.test.d.ts +0 -1
  198. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/viewBenefitDetails/viewBenefitDetails.types.d.ts +0 -14
  199. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/viewBenefitsWallet/viewBenefitsWallet.d.ts +0 -11
  200. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/viewBenefitsWallet/viewBenefitsWallet.test.d.ts +0 -1
  201. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/viewBenefitsWallet/viewBenefitsWallet.types.d.ts +0 -14
  202. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.d.ts +0 -11
  203. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.test.d.ts +0 -1
  204. package/build/analytics-rn/src/lib/providers/Segment/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.types.d.ts +0 -14
  205. package/build/analytics-rn/src/lib/providers/Segment/events/credit/addCredits/addCredits.d.ts +0 -11
  206. package/build/analytics-rn/src/lib/providers/Segment/events/credit/addCredits/addCredits.test.d.ts +0 -1
  207. package/build/analytics-rn/src/lib/providers/Segment/events/credit/addCredits/addCredits.types.d.ts +0 -14
  208. package/build/analytics-rn/src/lib/providers/Segment/events/credit/index.d.ts +0 -6
  209. package/build/analytics-rn/src/lib/providers/Segment/events/credit/index.test.d.ts +0 -1
  210. package/build/analytics-rn/src/lib/providers/Segment/events/credit/spendCredits/spendCredits.d.ts +0 -11
  211. package/build/analytics-rn/src/lib/providers/Segment/events/credit/spendCredits/spendCredits.test.d.ts +0 -1
  212. package/build/analytics-rn/src/lib/providers/Segment/events/credit/spendCredits/spendCredits.types.d.ts +0 -14
  213. package/build/analytics-rn/src/lib/providers/Segment/events/credit/viewCredits/viewCredits.d.ts +0 -11
  214. package/build/analytics-rn/src/lib/providers/Segment/events/credit/viewCredits/viewCredits.test.d.ts +0 -1
  215. package/build/analytics-rn/src/lib/providers/Segment/events/credit/viewCredits/viewCredits.types.d.ts +0 -14
  216. package/build/analytics-rn/src/lib/providers/Segment/events/customEvent/customEvent.d.ts +0 -11
  217. package/build/analytics-rn/src/lib/providers/Segment/events/customEvent/customEvent.test.d.ts +0 -1
  218. package/build/analytics-rn/src/lib/providers/Segment/events/customEvent/customEvent.types.d.ts +0 -14
  219. package/build/analytics-rn/src/lib/providers/Segment/events/events.d.ts +0 -26
  220. package/build/analytics-rn/src/lib/providers/Segment/events/events.test.d.ts +0 -1
  221. package/build/analytics-rn/src/lib/providers/Segment/events/fulfillment/index.d.ts +0 -5
  222. package/build/analytics-rn/src/lib/providers/Segment/events/fulfillment/index.test.d.ts +0 -1
  223. package/build/analytics-rn/src/lib/providers/Segment/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.d.ts +0 -11
  224. package/build/analytics-rn/src/lib/providers/Segment/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.test.d.ts +0 -1
  225. package/build/analytics-rn/src/lib/providers/Segment/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.types.d.ts +0 -14
  226. package/build/analytics-rn/src/lib/providers/Segment/events/fulfillment/viewTracking/viewTracking.d.ts +0 -11
  227. package/build/analytics-rn/src/lib/providers/Segment/events/fulfillment/viewTracking/viewTracking.test.d.ts +0 -1
  228. package/build/analytics-rn/src/lib/providers/Segment/events/fulfillment/viewTracking/viewTracking.types.d.ts +0 -14
  229. package/build/analytics-rn/src/lib/providers/Segment/events/geo/changeLocation/changeLocation.d.ts +0 -11
  230. package/build/analytics-rn/src/lib/providers/Segment/events/geo/changeLocation/changeLocation.test.d.ts +0 -1
  231. package/build/analytics-rn/src/lib/providers/Segment/events/geo/changeLocation/changeLocation.types.d.ts +0 -14
  232. package/build/analytics-rn/src/lib/providers/Segment/events/geo/findLocation/findLocation.d.ts +0 -11
  233. package/build/analytics-rn/src/lib/providers/Segment/events/geo/findLocation/findLocation.test.d.ts +0 -1
  234. package/build/analytics-rn/src/lib/providers/Segment/events/geo/findLocation/findLocation.types.d.ts +0 -14
  235. package/build/analytics-rn/src/lib/providers/Segment/events/geo/index.d.ts +0 -7
  236. package/build/analytics-rn/src/lib/providers/Segment/events/geo/index.test.d.ts +0 -1
  237. package/build/analytics-rn/src/lib/providers/Segment/events/geo/outOfCoverage/outOfCoverage.d.ts +0 -11
  238. package/build/analytics-rn/src/lib/providers/Segment/events/geo/outOfCoverage/outOfCoverage.test.d.ts +0 -1
  239. package/build/analytics-rn/src/lib/providers/Segment/events/geo/outOfCoverage/outOfCoverage.types.d.ts +0 -14
  240. package/build/analytics-rn/src/lib/providers/Segment/events/geo/setLocation/setLocation.d.ts +0 -11
  241. package/build/analytics-rn/src/lib/providers/Segment/events/geo/setLocation/setLocation.test.d.ts +0 -1
  242. package/build/analytics-rn/src/lib/providers/Segment/events/geo/setLocation/setLocation.types.d.ts +0 -14
  243. package/build/analytics-rn/src/lib/providers/Segment/events/help/index.d.ts +0 -4
  244. package/build/analytics-rn/src/lib/providers/Segment/events/help/index.test.d.ts +0 -1
  245. package/build/analytics-rn/src/lib/providers/Segment/events/help/requestAssistance/requestAssistance.d.ts +0 -11
  246. package/build/analytics-rn/src/lib/providers/Segment/events/help/requestAssistance/requestAssistance.test.d.ts +0 -1
  247. package/build/analytics-rn/src/lib/providers/Segment/events/help/requestAssistance/requestAssistance.types.d.ts +0 -14
  248. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/earnPoints/earnPoints.d.ts +0 -11
  249. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/earnPoints/earnPoints.test.d.ts +0 -1
  250. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/earnPoints/earnPoints.types.d.ts +0 -14
  251. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/index.d.ts +0 -7
  252. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/index.test.d.ts +0 -1
  253. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/sharePoints/sharePoints.d.ts +0 -11
  254. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/sharePoints/sharePoints.test.d.ts +0 -1
  255. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/sharePoints/sharePoints.types.d.ts +0 -14
  256. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/spendPoints/spendPoints.d.ts +0 -11
  257. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/spendPoints/spendPoints.test.d.ts +0 -1
  258. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/spendPoints/spendPoints.types.d.ts +0 -14
  259. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.d.ts +0 -11
  260. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.test.d.ts +0 -1
  261. package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.types.d.ts +0 -14
  262. package/build/analytics-rn/src/lib/providers/Segment/events/order/cancelOrder/cancelOrder.d.ts +0 -11
  263. package/build/analytics-rn/src/lib/providers/Segment/events/order/cancelOrder/cancelOrder.test.d.ts +0 -1
  264. package/build/analytics-rn/src/lib/providers/Segment/events/order/cancelOrder/cancelOrder.types.d.ts +0 -19
  265. package/build/analytics-rn/src/lib/providers/Segment/events/order/index.d.ts +0 -6
  266. package/build/analytics-rn/src/lib/providers/Segment/events/order/index.test.d.ts +0 -1
  267. package/build/analytics-rn/src/lib/providers/Segment/events/order/rateOrder/rateOrder.d.ts +0 -11
  268. package/build/analytics-rn/src/lib/providers/Segment/events/order/rateOrder/rateOrder.test.d.ts +0 -1
  269. package/build/analytics-rn/src/lib/providers/Segment/events/order/rateOrder/rateOrder.types.d.ts +0 -14
  270. package/build/analytics-rn/src/lib/providers/Segment/events/order/requestRefund/requestRefund.d.ts +0 -11
  271. package/build/analytics-rn/src/lib/providers/Segment/events/order/requestRefund/requestRefund.test.d.ts +0 -1
  272. package/build/analytics-rn/src/lib/providers/Segment/events/order/requestRefund/requestRefund.types.d.ts +0 -17
  273. package/build/analytics-rn/src/lib/providers/Segment/events/other/generateLead/generateLead.d.ts +0 -11
  274. package/build/analytics-rn/src/lib/providers/Segment/events/other/generateLead/generateLead.test.d.ts +0 -1
  275. package/build/analytics-rn/src/lib/providers/Segment/events/other/generateLead/generateLead.types.d.ts +0 -14
  276. package/build/analytics-rn/src/lib/providers/Segment/events/other/index.d.ts +0 -4
  277. package/build/analytics-rn/src/lib/providers/Segment/events/other/index.test.d.ts +0 -1
  278. package/build/analytics-rn/src/lib/providers/Segment/events/other/screenView/screenView.d.ts +0 -11
  279. package/build/analytics-rn/src/lib/providers/Segment/events/other/screenView/screenView.test.d.ts +0 -1
  280. package/build/analytics-rn/src/lib/providers/Segment/events/other/screenView/screenView.types.d.ts +0 -14
  281. package/build/analytics-rn/src/lib/providers/Segment/events/other/searchPageContent/searchPageContent.d.ts +0 -11
  282. package/build/analytics-rn/src/lib/providers/Segment/events/other/searchPageContent/searchPageContent.test.d.ts +0 -1
  283. package/build/analytics-rn/src/lib/providers/Segment/events/other/searchPageContent/searchPageContent.types.d.ts +0 -14
  284. package/build/analytics-rn/src/lib/providers/Segment/events/payment/changePaymentType/changePaymentType.d.ts +0 -11
  285. package/build/analytics-rn/src/lib/providers/Segment/events/payment/changePaymentType/changePaymentType.test.d.ts +0 -1
  286. package/build/analytics-rn/src/lib/providers/Segment/events/payment/changePaymentType/changePaymentType.types.d.ts +0 -14
  287. package/build/analytics-rn/src/lib/providers/Segment/events/payment/index.d.ts +0 -6
  288. package/build/analytics-rn/src/lib/providers/Segment/events/payment/index.test.d.ts +0 -1
  289. package/build/analytics-rn/src/lib/providers/Segment/events/payment/selectPaymentType/selectPaymentType.d.ts +0 -11
  290. package/build/analytics-rn/src/lib/providers/Segment/events/payment/selectPaymentType/selectPaymentType.test.d.ts +0 -1
  291. package/build/analytics-rn/src/lib/providers/Segment/events/payment/selectPaymentType/selectPaymentType.types.d.ts +0 -14
  292. package/build/analytics-rn/src/lib/providers/Segment/events/payment/setPaymentInfo/setPaymentInfo.d.ts +0 -11
  293. package/build/analytics-rn/src/lib/providers/Segment/events/payment/setPaymentInfo/setPaymentInfo.test.d.ts +0 -1
  294. package/build/analytics-rn/src/lib/providers/Segment/events/payment/setPaymentInfo/setPaymentInfo.types.d.ts +0 -14
  295. package/build/analytics-rn/src/lib/providers/Segment/events/product/customizeProduct/customizeProduct.d.ts +0 -11
  296. package/build/analytics-rn/src/lib/providers/Segment/events/product/customizeProduct/customizeProduct.test.d.ts +0 -1
  297. package/build/analytics-rn/src/lib/providers/Segment/events/product/customizeProduct/customizeProduct.types.d.ts +0 -13
  298. package/build/analytics-rn/src/lib/providers/Segment/events/product/filterProducts/filterProducts.d.ts +0 -11
  299. package/build/analytics-rn/src/lib/providers/Segment/events/product/filterProducts/filterProducts.test.d.ts +0 -1
  300. package/build/analytics-rn/src/lib/providers/Segment/events/product/filterProducts/filterProducts.types.d.ts +0 -14
  301. package/build/analytics-rn/src/lib/providers/Segment/events/product/index.d.ts +0 -12
  302. package/build/analytics-rn/src/lib/providers/Segment/events/product/index.test.d.ts +0 -1
  303. package/build/analytics-rn/src/lib/providers/Segment/events/product/productImpression/productImpression.d.ts +0 -11
  304. package/build/analytics-rn/src/lib/providers/Segment/events/product/productImpression/productImpression.test.d.ts +0 -1
  305. package/build/analytics-rn/src/lib/providers/Segment/events/product/productImpression/productImpression.types.d.ts +0 -13
  306. package/build/analytics-rn/src/lib/providers/Segment/events/product/searchProductAttempt/searchProductAttempt.d.ts +0 -11
  307. package/build/analytics-rn/src/lib/providers/Segment/events/product/searchProductAttempt/searchProductAttempt.test.d.ts +0 -1
  308. package/build/analytics-rn/src/lib/providers/Segment/events/product/searchProductAttempt/searchProductAttempt.types.d.ts +0 -14
  309. package/build/analytics-rn/src/lib/providers/Segment/events/product/searchProductNotFound/searchProductNotFound.d.ts +0 -11
  310. package/build/analytics-rn/src/lib/providers/Segment/events/product/searchProductNotFound/searchProductNotFound.test.d.ts +0 -1
  311. package/build/analytics-rn/src/lib/providers/Segment/events/product/searchProductNotFound/searchProductNotFound.types.d.ts +0 -14
  312. package/build/analytics-rn/src/lib/providers/Segment/events/product/searchProductSuccess/searchProductSuccess.d.ts +0 -11
  313. package/build/analytics-rn/src/lib/providers/Segment/events/product/searchProductSuccess/searchProductSuccess.test.d.ts +0 -1
  314. package/build/analytics-rn/src/lib/providers/Segment/events/product/searchProductSuccess/searchProductSuccess.types.d.ts +0 -14
  315. package/build/analytics-rn/src/lib/providers/Segment/events/product/selectProduct/selectProduct.d.ts +0 -11
  316. package/build/analytics-rn/src/lib/providers/Segment/events/product/selectProduct/selectProduct.test.d.ts +0 -1
  317. package/build/analytics-rn/src/lib/providers/Segment/events/product/selectProduct/selectProduct.types.d.ts +0 -13
  318. package/build/analytics-rn/src/lib/providers/Segment/events/product/sortProducts/sortProducts.d.ts +0 -11
  319. package/build/analytics-rn/src/lib/providers/Segment/events/product/sortProducts/sortProducts.test.d.ts +0 -1
  320. package/build/analytics-rn/src/lib/providers/Segment/events/product/sortProducts/sortProducts.types.d.ts +0 -14
  321. package/build/analytics-rn/src/lib/providers/Segment/events/product/viewProductDetails/viewProductDetails.d.ts +0 -11
  322. package/build/analytics-rn/src/lib/providers/Segment/events/product/viewProductDetails/viewProductDetails.test.d.ts +0 -1
  323. package/build/analytics-rn/src/lib/providers/Segment/events/product/viewProductDetails/viewProductDetails.types.d.ts +0 -13
  324. package/build/analytics-rn/src/lib/providers/Segment/events/purchase/index.d.ts +0 -6
  325. package/build/analytics-rn/src/lib/providers/Segment/events/purchase/index.test.d.ts +0 -1
  326. package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseAttempt/purchaseAttempt.d.ts +0 -11
  327. package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseAttempt/purchaseAttempt.test.d.ts +0 -1
  328. package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseAttempt/purchaseAttempt.types.d.ts +0 -14
  329. package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseFail/purchaseFail.d.ts +0 -11
  330. package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseFail/purchaseFail.test.d.ts +0 -1
  331. package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseFail/purchaseFail.types.d.ts +0 -14
  332. package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseSuccess/purchaseSuccess.d.ts +0 -11
  333. package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseSuccess/purchaseSuccess.test.d.ts +0 -1
  334. package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseSuccess/purchaseSuccess.types.d.ts +0 -14
  335. package/build/analytics-rn/src/lib/providers/Segment/events/settings/index.d.ts +0 -4
  336. package/build/analytics-rn/src/lib/providers/Segment/events/settings/index.test.d.ts +0 -1
  337. package/build/analytics-rn/src/lib/providers/Segment/events/settings/viewSettings/viewSettings.d.ts +0 -11
  338. package/build/analytics-rn/src/lib/providers/Segment/events/settings/viewSettings/viewSettings.test.d.ts +0 -1
  339. package/build/analytics-rn/src/lib/providers/Segment/events/settings/viewSettings/viewSettings.types.d.ts +0 -14
  340. package/build/analytics-rn/src/lib/providers/Segment/events/shipping/addShippingAddress/addShippingAddress.d.ts +0 -11
  341. package/build/analytics-rn/src/lib/providers/Segment/events/shipping/addShippingAddress/addShippingAddress.test.d.ts +0 -1
  342. package/build/analytics-rn/src/lib/providers/Segment/events/shipping/addShippingAddress/addShippingAddress.types.d.ts +0 -16
  343. package/build/analytics-rn/src/lib/providers/Segment/events/shipping/index.d.ts +0 -6
  344. package/build/analytics-rn/src/lib/providers/Segment/events/shipping/index.test.d.ts +0 -1
  345. package/build/analytics-rn/src/lib/providers/Segment/events/shipping/selectShippingAddress/selectShippingAddress.d.ts +0 -11
  346. package/build/analytics-rn/src/lib/providers/Segment/events/shipping/selectShippingAddress/selectShippingAddress.test.d.ts +0 -1
  347. package/build/analytics-rn/src/lib/providers/Segment/events/shipping/selectShippingAddress/selectShippingAddress.types.d.ts +0 -16
  348. package/build/analytics-rn/src/lib/providers/Segment/events/shipping/updateShippingAddress/updateShippingAddress.d.ts +0 -11
  349. package/build/analytics-rn/src/lib/providers/Segment/events/shipping/updateShippingAddress/updateShippingAddress.test.d.ts +0 -1
  350. package/build/analytics-rn/src/lib/providers/Segment/events/shipping/updateShippingAddress/updateShippingAddress.types.d.ts +0 -16
  351. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/addProductToCart/addProductToCart.d.ts +0 -11
  352. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/addProductToCart/addProductToCart.test.d.ts +0 -1
  353. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/addProductToCart/addProductToCart.types.d.ts +0 -14
  354. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/addProductToWishlist/addProductToWishlist.d.ts +0 -11
  355. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/addProductToWishlist/addProductToWishlist.test.d.ts +0 -1
  356. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/addProductToWishlist/addProductToWishlist.types.d.ts +0 -14
  357. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/clearCart/clearCart.d.ts +0 -11
  358. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/clearCart/clearCart.test.d.ts +0 -1
  359. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/clearCart/clearCart.types.d.ts +0 -14
  360. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/index.d.ts +0 -11
  361. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/index.test.d.ts +0 -1
  362. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/removeProductFromCart/removeProductFromCart.d.ts +0 -11
  363. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/removeProductFromCart/removeProductFromCart.test.d.ts +0 -1
  364. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/removeProductFromCart/removeProductFromCart.types.d.ts +0 -14
  365. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.d.ts +0 -11
  366. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.test.d.ts +0 -1
  367. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.types.d.ts +0 -14
  368. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/updateProductInCart/updateProductInCart.d.ts +0 -11
  369. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/updateProductInCart/updateProductInCart.test.d.ts +0 -1
  370. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/updateProductInCart/updateProductInCart.types.d.ts +0 -14
  371. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.d.ts +0 -11
  372. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.test.d.ts +0 -1
  373. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.types.d.ts +0 -14
  374. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/viewCart/viewCart.d.ts +0 -11
  375. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/viewCart/viewCart.test.d.ts +0 -1
  376. package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/viewCart/viewCart.types.d.ts +0 -17
  377. package/build/analytics-rn/src/lib/providers/Segment/events/social/index.d.ts +0 -4
  378. package/build/analytics-rn/src/lib/providers/Segment/events/social/index.test.d.ts +0 -1
  379. package/build/analytics-rn/src/lib/providers/Segment/events/social/share/share.d.ts +0 -11
  380. package/build/analytics-rn/src/lib/providers/Segment/events/social/share/share.test.d.ts +0 -1
  381. package/build/analytics-rn/src/lib/providers/Segment/events/social/share/share.types.d.ts +0 -14
  382. package/build/analytics-rn/src/lib/providers/Segment/events/store/changeStore/changeStore.d.ts +0 -11
  383. package/build/analytics-rn/src/lib/providers/Segment/events/store/changeStore/changeStore.test.d.ts +0 -1
  384. package/build/analytics-rn/src/lib/providers/Segment/events/store/changeStore/changeStore.types.d.ts +0 -14
  385. package/build/analytics-rn/src/lib/providers/Segment/events/store/index.d.ts +0 -5
  386. package/build/analytics-rn/src/lib/providers/Segment/events/store/index.test.d.ts +0 -1
  387. package/build/analytics-rn/src/lib/providers/Segment/events/store/setStore/setStore.d.ts +0 -11
  388. package/build/analytics-rn/src/lib/providers/Segment/events/store/setStore/setStore.test.d.ts +0 -1
  389. package/build/analytics-rn/src/lib/providers/Segment/events/store/setStore/setStore.types.d.ts +0 -14
  390. package/build/analytics-rn/src/lib/providers/Segment/events/user/index.d.ts +0 -5
  391. package/build/analytics-rn/src/lib/providers/Segment/events/user/index.test.d.ts +0 -1
  392. package/build/analytics-rn/src/lib/providers/Segment/events/user/setUserInfo/setUserInfo.d.ts +0 -11
  393. package/build/analytics-rn/src/lib/providers/Segment/events/user/setUserInfo/setUserInfo.test.d.ts +0 -1
  394. package/build/analytics-rn/src/lib/providers/Segment/events/user/setUserInfo/setUserInfo.types.d.ts +0 -16
  395. package/build/analytics-rn/src/lib/providers/Segment/events/user/updateUserInfo/updateUserInfo.d.ts +0 -11
  396. package/build/analytics-rn/src/lib/providers/Segment/events/user/updateUserInfo/updateUserInfo.test.d.ts +0 -1
  397. package/build/analytics-rn/src/lib/providers/Segment/events/user/updateUserInfo/updateUserInfo.types.d.ts +0 -16
  398. package/build/analytics-rn/src/lib/providers/Segment/events/vendor/changeVendor/changeVendor.d.ts +0 -11
  399. package/build/analytics-rn/src/lib/providers/Segment/events/vendor/changeVendor/changeVendor.test.d.ts +0 -1
  400. package/build/analytics-rn/src/lib/providers/Segment/events/vendor/changeVendor/changeVendor.types.d.ts +0 -14
  401. package/build/analytics-rn/src/lib/providers/Segment/events/vendor/index.d.ts +0 -5
  402. package/build/analytics-rn/src/lib/providers/Segment/events/vendor/index.test.d.ts +0 -1
  403. package/build/analytics-rn/src/lib/providers/Segment/events/vendor/setVendor/setVendor.d.ts +0 -11
  404. package/build/analytics-rn/src/lib/providers/Segment/events/vendor/setVendor/setVendor.test.d.ts +0 -1
  405. package/build/analytics-rn/src/lib/providers/Segment/events/vendor/setVendor/setVendor.types.d.ts +0 -14
  406. package/build/analytics-rn/src/lib/providers/Segment/events/workflow/index.d.ts +0 -5
  407. package/build/analytics-rn/src/lib/providers/Segment/events/workflow/index.test.d.ts +0 -1
  408. package/build/analytics-rn/src/lib/providers/Segment/events/workflow/selectWorkflow/selectWorkflow.d.ts +0 -11
  409. package/build/analytics-rn/src/lib/providers/Segment/events/workflow/selectWorkflow/selectWorkflow.test.d.ts +0 -1
  410. package/build/analytics-rn/src/lib/providers/Segment/events/workflow/selectWorkflow/selectWorkflow.types.d.ts +0 -14
  411. package/build/analytics-rn/src/lib/providers/Segment/events/workflow/updateWorkflow/updateWorkflow.d.ts +0 -11
  412. package/build/analytics-rn/src/lib/providers/Segment/events/workflow/updateWorkflow/updateWorkflow.test.d.ts +0 -1
  413. package/build/analytics-rn/src/lib/providers/Segment/events/workflow/updateWorkflow/updateWorkflow.types.d.ts +0 -14
  414. package/build/analytics-rn/src/test/exports.test.d.ts +0 -1
  415. package/build/analytics-rn/src/utils/segment.utils.d.ts +0 -8
@@ -1,6 +1,5 @@
1
1
  import { AddCreditsParams as GoogleAddCreditsParams } from "../../../providers/GoogleAnalytics/events/credit/addCredits/addCredits.types";
2
2
  import { AddCreditsParams as FacebookAddCreditsParams } from "../../../providers/FacebookPixel/events/credit/addCredits/addCredits.types";
3
- import { AddCreditsParams as SegmentAddCreditsParams } from "../../../providers/Segment/events/credit/addCredits/addCredits.types";
4
3
  /**
5
4
  * addCredits event interface
6
5
  *
@@ -17,4 +16,4 @@ export interface AddCreditsCommonParams {
17
16
  * @typedef AddCreditsParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type AddCreditsParams = GoogleAddCreditsParams & FacebookAddCreditsParams & SegmentAddCreditsParams;
19
+ export declare type AddCreditsParams = GoogleAddCreditsParams & FacebookAddCreditsParams;
@@ -1,6 +1,5 @@
1
1
  import { SpendCreditsParams as GoogleSpendCreditsParams } from "../../../providers/GoogleAnalytics/events/credit/spendCredits/spendCredits.types";
2
2
  import { SpendCreditsParams as FacebookSpendCreditsParams } from "../../../providers/FacebookPixel/events/credit/spendCredits/spendCredits.types";
3
- import { SpendCreditsParams as SegmentSpendCreditsParams } from "../../../providers/Segment/events/credit/spendCredits/spendCredits.types";
4
3
  /**
5
4
  * spendCredits event interface
6
5
  *
@@ -17,4 +16,4 @@ export interface SpendCreditsCommonParams {
17
16
  * @typedef SpendCreditsParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type SpendCreditsParams = GoogleSpendCreditsParams & FacebookSpendCreditsParams & SegmentSpendCreditsParams;
19
+ export declare type SpendCreditsParams = GoogleSpendCreditsParams & FacebookSpendCreditsParams;
@@ -1,6 +1,5 @@
1
1
  import { ViewCreditsParams as GoogleViewCreditsParams } from "../../../providers/GoogleAnalytics/events/credit/viewCredits/viewCredits.types";
2
2
  import { ViewCreditsParams as FacebookViewCreditsParams } from "../../../providers/FacebookPixel/events/credit/viewCredits/viewCredits.types";
3
- import { ViewCreditsParams as SegmentViewCreditsParams } from "../../../providers/Segment/events/credit/viewCredits/viewCredits.types";
4
3
  /**
5
4
  * viewCredits event interface
6
5
  *
@@ -15,4 +14,4 @@ export interface ViewCreditsCommonParams {
15
14
  * @typedef ViewCreditsParams
16
15
  * @since 0.5.14
17
16
  */
18
- export declare type ViewCreditsParams = GoogleViewCreditsParams & FacebookViewCreditsParams & SegmentViewCreditsParams;
17
+ export declare type ViewCreditsParams = GoogleViewCreditsParams & FacebookViewCreditsParams;
@@ -1,6 +1,5 @@
1
1
  import { CustomEventParams as GoogleCustomEventParams } from "../../providers/GoogleAnalytics/events/customEvent/customEvent.types";
2
2
  import { CustomEventParams as FacebookCustomEventParams } from "../../providers/FacebookPixel/events/customEvent/customEvent.types";
3
- import { CustomEventParams as SegmentCustomEventParams } from "../../providers/Segment/events/customEvent/customEvent.types";
4
3
  /**
5
4
  * customEvent event interface
6
5
  *
@@ -8,7 +7,7 @@ import { CustomEventParams as SegmentCustomEventParams } from "../../providers/S
8
7
  * @since 0.5.14
9
8
  */
10
9
  export interface CustomEventCommonParams {
11
- [key: string]: string | number;
10
+ [key: string]: string | number | boolean;
12
11
  }
13
12
  /**
14
13
  * customEvent event params.
@@ -16,4 +15,4 @@ export interface CustomEventCommonParams {
16
15
  * @typedef CustomEventParams
17
16
  * @since 0.5.14
18
17
  */
19
- export declare type CustomEventParams = GoogleCustomEventParams & FacebookCustomEventParams & SegmentCustomEventParams;
18
+ export declare type CustomEventParams = GoogleCustomEventParams & FacebookCustomEventParams;
@@ -49,10 +49,10 @@ declare const events: {
49
49
  logViewTracking: (params: import("./fulfillment/viewTracking/viewTracking.types").ViewTrackingParams) => void;
50
50
  };
51
51
  geo: {
52
- logChangeLocation: (params?: import("./geo/changeLocation/changeLocation.types").ChangeLocationParams) => void;
53
- logFindLocation: (params?: import("./geo/findLocation/findLocation.types").FindLocationParams) => void;
54
- logOutOfCoverage: (params?: import("./geo/outOfCoverage/outOfCoverage.types").OutOfCoverageParams) => void;
55
- logSetLocation: (params?: import("./geo/setLocation/setLocation.types").SetLocationParams) => void;
52
+ logChangeLocation: (params: import("./geo/changeLocation/changeLocation.types").ChangeLocationParams) => void;
53
+ logFindLocation: (params: import("./geo/findLocation/findLocation.types").FindLocationParams) => void;
54
+ logOutOfCoverage: (params: import("./geo/outOfCoverage/outOfCoverage.types").OutOfCoverageParams) => void;
55
+ logSetLocation: (params: import("./geo/setLocation/setLocation.types").SetLocationParams) => void;
56
56
  };
57
57
  help: {
58
58
  logRequestAssistance: (params: import("./help/requestAssistance/requestAssistance.types").RequestAssistanceParams) => void;
@@ -71,7 +71,7 @@ declare const events: {
71
71
  };
72
72
  other: {
73
73
  logGenerateLead: (params?: import("./other/generateLead/generateLead.types").GenerateLeadParams) => void;
74
- logScreenView: (params: import("./other/screenView/screenView.types").ScreenViewParams) => void;
74
+ logScreenView: (params?: import("./other/screenView/screenView.types").ScreenViewParams | undefined) => void;
75
75
  logSearchPageContent: (params: import("./other/searchPageContent/searchPageContent.types").SearchPageContentParams) => void;
76
76
  };
77
77
  payment: {
@@ -1,6 +1,5 @@
1
1
  import { ViewFulfillmentStepParams as GoogleViewFulfillmentStepParams } from "../../../providers/GoogleAnalytics/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.types";
2
2
  import { ViewFulfillmentStepParams as FacebookViewFulfillmentStepParams } from "../../../providers/FacebookPixel/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.types";
3
- import { ViewFulfillmentStepParams as SegmentViewFulfillmentStepParams } from "../../../providers/Segment/events/fulfillment/viewFulfillmentStep/viewFulfillmentStep.types";
4
3
  /**
5
4
  * viewFulfillmentStep event interface
6
5
  *
@@ -17,4 +16,4 @@ export interface ViewFulfillmentStepCommonParams {
17
16
  * @typedef ViewFulfillmentStepParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type ViewFulfillmentStepParams = GoogleViewFulfillmentStepParams & FacebookViewFulfillmentStepParams & SegmentViewFulfillmentStepParams;
19
+ export declare type ViewFulfillmentStepParams = GoogleViewFulfillmentStepParams & FacebookViewFulfillmentStepParams;
@@ -1,6 +1,5 @@
1
1
  import { ViewTrackingParams as GoogleViewTrackingParams } from "../../../providers/GoogleAnalytics/events/fulfillment/viewTracking/viewTracking.types";
2
2
  import { ViewTrackingParams as FacebookViewTrackingParams } from "../../../providers/FacebookPixel/events/fulfillment/viewTracking/viewTracking.types";
3
- import { ViewTrackingParams as SegmentViewTrackingParams } from "../../../providers/Segment/events/fulfillment/viewTracking/viewTracking.types";
4
3
  /**
5
4
  * viewTracking event interface
6
5
  *
@@ -17,4 +16,4 @@ export interface ViewTrackingCommonParams {
17
16
  * @typedef ViewTrackingParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type ViewTrackingParams = GoogleViewTrackingParams & FacebookViewTrackingParams & SegmentViewTrackingParams;
19
+ export declare type ViewTrackingParams = GoogleViewTrackingParams & FacebookViewTrackingParams;
@@ -7,5 +7,5 @@ import { ChangeLocationParams } from "./changeLocation.types";
7
7
  * @since 0.5.14
8
8
  * @property {ChangeLocationParams} params ChangeLocation event parameters
9
9
  */
10
- declare const logChangeLocation: (params?: ChangeLocationParams) => void;
10
+ declare const logChangeLocation: (params: ChangeLocationParams) => void;
11
11
  export default logChangeLocation;
@@ -1,6 +1,5 @@
1
1
  import { ChangeLocationParams as GoogleChangeLocationParams } from "../../../providers/GoogleAnalytics/events/geo/changeLocation/changeLocation.types";
2
2
  import { ChangeLocationParams as FacebookChangeLocationParams } from "../../../providers/FacebookPixel/events/geo/changeLocation/changeLocation.types";
3
- import { ChangeLocationParams as SegmentChangeLocationParams } from "../../../providers/Segment/events/geo/changeLocation/changeLocation.types";
4
3
  /**
5
4
  * changeLocation event interface
6
5
  *
@@ -12,10 +11,10 @@ import { ChangeLocationParams as SegmentChangeLocationParams } from "../../../pr
12
11
  * @property {number} nextLng New set user's longitude
13
12
  */
14
13
  export interface ChangeLocationCommonParams {
15
- previousLat?: number;
16
- previousLng?: number;
17
- nextLat?: number;
18
- nextLng?: number;
14
+ previousLat: number;
15
+ previousLng: number;
16
+ nextLat: number;
17
+ nextLng: number;
19
18
  }
20
19
  /**
21
20
  * changeLocation event params.
@@ -23,4 +22,4 @@ export interface ChangeLocationCommonParams {
23
22
  * @typedef ChangeLocationParams
24
23
  * @since 0.5.14
25
24
  */
26
- export declare type ChangeLocationParams = GoogleChangeLocationParams & FacebookChangeLocationParams & SegmentChangeLocationParams;
25
+ export declare type ChangeLocationParams = GoogleChangeLocationParams & FacebookChangeLocationParams;
@@ -7,5 +7,5 @@ import { FindLocationParams } from "./findLocation.types";
7
7
  * @since 0.5.14
8
8
  * @property {FindLocationParams} params FindLocation event parameters
9
9
  */
10
- declare const logFindLocation: (params?: FindLocationParams) => void;
10
+ declare const logFindLocation: (params: FindLocationParams) => void;
11
11
  export default logFindLocation;
@@ -1,6 +1,5 @@
1
1
  import { FindLocationParams as GoogleFindLocationParams } from "../../../providers/GoogleAnalytics/events/geo/findLocation/findLocation.types";
2
2
  import { FindLocationParams as FacebookFindLocationParams } from "../../../providers/FacebookPixel/events/geo/findLocation/findLocation.types";
3
- import { FindLocationParams as SegmentFindLocationParams } from "../../../providers/Segment/events/geo/findLocation/findLocation.types";
4
3
  /**
5
4
  * findLocation event interface
6
5
  *
@@ -19,4 +18,4 @@ export interface FindLocationCommonParams {
19
18
  * @typedef FindLocationParams
20
19
  * @since 0.5.14
21
20
  */
22
- export declare type FindLocationParams = GoogleFindLocationParams & FacebookFindLocationParams & SegmentFindLocationParams;
21
+ export declare type FindLocationParams = GoogleFindLocationParams & FacebookFindLocationParams;
@@ -1,7 +1,7 @@
1
1
  declare const events: {
2
- logChangeLocation: (params?: import("./changeLocation/changeLocation.types").ChangeLocationParams) => void;
3
- logFindLocation: (params?: import("./findLocation/findLocation.types").FindLocationParams) => void;
4
- logOutOfCoverage: (params?: import("./outOfCoverage/outOfCoverage.types").OutOfCoverageParams) => void;
5
- logSetLocation: (params?: import("./setLocation/setLocation.types").SetLocationParams) => void;
2
+ logChangeLocation: (params: import("./changeLocation/changeLocation.types").ChangeLocationParams) => void;
3
+ logFindLocation: (params: import("./findLocation/findLocation.types").FindLocationParams) => void;
4
+ logOutOfCoverage: (params: import("./outOfCoverage/outOfCoverage.types").OutOfCoverageParams) => void;
5
+ logSetLocation: (params: import("./setLocation/setLocation.types").SetLocationParams) => void;
6
6
  };
7
7
  export default events;
@@ -7,5 +7,5 @@ import { OutOfCoverageParams } from "./outOfCoverage.types";
7
7
  * @since 0.5.14
8
8
  * @property {OutOfCoverageParams} params OutOfCoverage event parameters
9
9
  */
10
- declare const logOutOfCoverage: (params?: OutOfCoverageParams) => void;
10
+ declare const logOutOfCoverage: (params: OutOfCoverageParams) => void;
11
11
  export default logOutOfCoverage;
@@ -1,6 +1,5 @@
1
1
  import { OutOfCoverageParams as GoogleOutOfCoverageParams } from "../../../providers/GoogleAnalytics/events/geo/outOfCoverage/outOfCoverage.types";
2
2
  import { OutOfCoverageParams as FacebookOutOfCoverageParams } from "../../../providers/FacebookPixel/events/geo/outOfCoverage/outOfCoverage.types";
3
- import { OutOfCoverageParams as SegmentOutOfCoverageParams } from "../../../providers/Segment/events/geo/outOfCoverage/outOfCoverage.types";
4
3
  /**
5
4
  * outOfCoverage event interface
6
5
  *
@@ -10,8 +9,8 @@ import { OutOfCoverageParams as SegmentOutOfCoverageParams } from "../../../prov
10
9
  * @property {number} lng longitude being searched
11
10
  */
12
11
  export interface OutOfCoverageCommonParams {
13
- lat?: number;
14
- lng?: number;
12
+ lat: number;
13
+ lng: number;
15
14
  }
16
15
  /**
17
16
  * outOfCoverage event params.
@@ -19,4 +18,4 @@ export interface OutOfCoverageCommonParams {
19
18
  * @typedef OutOfCoverageParams
20
19
  * @since 0.5.14
21
20
  */
22
- export declare type OutOfCoverageParams = GoogleOutOfCoverageParams & FacebookOutOfCoverageParams & SegmentOutOfCoverageParams;
21
+ export declare type OutOfCoverageParams = GoogleOutOfCoverageParams & FacebookOutOfCoverageParams;
@@ -7,5 +7,5 @@ import { SetLocationParams } from "./setLocation.types";
7
7
  * @since 0.5.14
8
8
  * @property {SetLocationParams} params SetLocation event parameters
9
9
  */
10
- declare const logSetLocation: (params?: SetLocationParams) => void;
10
+ declare const logSetLocation: (params: SetLocationParams) => void;
11
11
  export default logSetLocation;
@@ -1,6 +1,5 @@
1
1
  import { SetLocationParams as GoogleSetLocationParams } from "../../../providers/GoogleAnalytics/events/geo/setLocation/setLocation.types";
2
2
  import { SetLocationParams as FacebookSetLocationParams } from "../../../providers/FacebookPixel/events/geo/setLocation/setLocation.types";
3
- import { SetLocationParams as SegmentSetLocationParams } from "../../../providers/Segment/events/geo/setLocation/setLocation.types";
4
3
  /**
5
4
  * setLocation event interface
6
5
  *
@@ -10,8 +9,8 @@ import { SetLocationParams as SegmentSetLocationParams } from "../../../provider
10
9
  * @property {number} lng the new set longitude
11
10
  */
12
11
  export interface SetLocationCommonParams {
13
- lat?: number;
14
- lng?: number;
12
+ lat: number;
13
+ lng: number;
15
14
  }
16
15
  /**
17
16
  * setLocation event params.
@@ -19,4 +18,4 @@ export interface SetLocationCommonParams {
19
18
  * @typedef SetLocationParams
20
19
  * @since 0.5.14
21
20
  */
22
- export declare type SetLocationParams = GoogleSetLocationParams & FacebookSetLocationParams & SegmentSetLocationParams;
21
+ export declare type SetLocationParams = GoogleSetLocationParams & FacebookSetLocationParams;
@@ -1,6 +1,5 @@
1
1
  import { RequestAssistanceParams as GoogleRequestAssistanceParams } from "../../../providers/GoogleAnalytics/events/help/requestAssistance/requestAssistance.types";
2
2
  import { RequestAssistanceParams as FacebookRequestAssistanceParams } from "../../../providers/FacebookPixel/events/help/requestAssistance/requestAssistance.types";
3
- import { RequestAssistanceParams as SegmentRequestAssistanceParams } from "../../../providers/Segment/events/help/requestAssistance/requestAssistance.types";
4
3
  /**
5
4
  * requestAssistance event interface
6
5
  *
@@ -17,4 +16,4 @@ export interface RequestAssistanceCommonParams {
17
16
  * @typedef RequestAssistanceParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type RequestAssistanceParams = GoogleRequestAssistanceParams & FacebookRequestAssistanceParams & SegmentRequestAssistanceParams;
19
+ export declare type RequestAssistanceParams = GoogleRequestAssistanceParams & FacebookRequestAssistanceParams;
@@ -1,6 +1,5 @@
1
1
  import { EarnPointsParams as GoogleEarnPointsParams } from "../../../providers/GoogleAnalytics/events/loyalty/earnPoints/earnPoints.types";
2
2
  import { EarnPointsParams as FacebookEarnPointsParams } from "../../../providers/FacebookPixel/events/loyalty/earnPoints/earnPoints.types";
3
- import { EarnPointsParams as SegmentEarnPointsParams } from "../../../providers/Segment/events/loyalty/earnPoints/earnPoints.types";
4
3
  /**
5
4
  * earnPoints event interface.
6
5
  *
@@ -18,4 +17,4 @@ export interface EarnPointsCommonParams {
18
17
  * @typedef EarnPointsParams
19
18
  * @since 0.5.14
20
19
  */
21
- export declare type EarnPointsParams = GoogleEarnPointsParams & FacebookEarnPointsParams & SegmentEarnPointsParams;
20
+ export declare type EarnPointsParams = GoogleEarnPointsParams & FacebookEarnPointsParams;
@@ -1,6 +1,5 @@
1
1
  import { SharePointsParams as GoogleSharePointsParams } from "../../../providers/GoogleAnalytics/events/loyalty/sharePoints/sharePoints.types";
2
2
  import { SharePointsParams as FacebookSharePointsParams } from "../../../providers/FacebookPixel/events/loyalty/sharePoints/sharePoints.types";
3
- import { SharePointsParams as SegmentSharePointsParams } from "../../../providers/Segment/events/loyalty/sharePoints/sharePoints.types";
4
3
  /**
5
4
  * sharePoints event interface.
6
5
  *
@@ -17,4 +16,4 @@ export interface SharePointsCommonParams {
17
16
  * @typedef SharePointsParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type SharePointsParams = GoogleSharePointsParams & FacebookSharePointsParams & SegmentSharePointsParams;
19
+ export declare type SharePointsParams = GoogleSharePointsParams & FacebookSharePointsParams;
@@ -1,6 +1,5 @@
1
1
  import { SpendPointsParams as GoogleSpendPointsParams } from "../../../providers/GoogleAnalytics/events/loyalty/spendPoints/spendPoints.types";
2
2
  import { SpendPointsParams as FacebookSpendPointsParams } from "../../../providers/FacebookPixel/events/loyalty/spendPoints/spendPoints.types";
3
- import { SpendPointsParams as SegmentSpendPointsParams } from "../../../providers/Segment/events/loyalty/spendPoints/spendPoints.types";
4
3
  /**
5
4
  * spendPoints event interface
6
5
  *
@@ -17,4 +16,4 @@ export interface SpendPointsCommonParams {
17
16
  * @typedef SpendPointsParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type SpendPointsParams = GoogleSpendPointsParams & FacebookSpendPointsParams & SegmentSpendPointsParams;
19
+ export declare type SpendPointsParams = GoogleSpendPointsParams & FacebookSpendPointsParams;
@@ -1,6 +1,5 @@
1
1
  import { ViewLoyaltyLevelParams as GoogleViewLoyaltyLevelParams } from "../../../providers/GoogleAnalytics/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.types";
2
2
  import { ViewLoyaltyLevelParams as FacebookViewLoyaltyLevelParams } from "../../../providers/FacebookPixel/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.types";
3
- import { ViewLoyaltyLevelParams as SegmentViewLoyaltyLevelParams } from "../../../providers/Segment/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.types";
4
3
  /**
5
4
  * viewLoyaltyLevel event interface.
6
5
  *
@@ -17,4 +16,4 @@ export interface ViewLoyaltyLevelCommonParams {
17
16
  * @typedef ViewLoyaltyLevelParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type ViewLoyaltyLevelParams = GoogleViewLoyaltyLevelParams & FacebookViewLoyaltyLevelParams & SegmentViewLoyaltyLevelParams;
19
+ export declare type ViewLoyaltyLevelParams = GoogleViewLoyaltyLevelParams & FacebookViewLoyaltyLevelParams;
@@ -1,6 +1,5 @@
1
1
  import { CancelOrderParams as GoogleCancelOrderParams } from "../../../providers/GoogleAnalytics/events/order/cancelOrder/cancelOrder.types";
2
2
  import { CancelOrderParams as FacebookCancelOrderParams } from "../../../providers/FacebookPixel/events/order/cancelOrder/cancelOrder.types";
3
- import { CancelOrderParams as SegmentCancelOrderParams } from "../../../providers/Segment/events/order/cancelOrder/cancelOrder.types";
4
3
  /**
5
4
  * cancelOrder event interface
6
5
  *
@@ -19,4 +18,4 @@ export interface CancelOrderCommonParams {
19
18
  * @typedef CancelOrderParams
20
19
  * @since 0.5.14
21
20
  */
22
- export declare type CancelOrderParams = GoogleCancelOrderParams & FacebookCancelOrderParams & SegmentCancelOrderParams;
21
+ export declare type CancelOrderParams = GoogleCancelOrderParams & FacebookCancelOrderParams;
@@ -1,6 +1,5 @@
1
1
  import { RateOrderParams as GoogleRateOrderParams } from "../../../providers/GoogleAnalytics/events/order/rateOrder/rateOrder.types";
2
2
  import { RateOrderParams as FacebookRateOrderParams } from "../../../providers/FacebookPixel/events/order/rateOrder/rateOrder.types";
3
- import { RateOrderParams as SegmentRateOrderParams } from "../../../providers/Segment/events/order/rateOrder/rateOrder.types";
4
3
  /**
5
4
  * rateOrder event interface
6
5
  *
@@ -23,4 +22,4 @@ export interface RateOrderCommonParams {
23
22
  * @typedef RateOrderParams
24
23
  * @since 0.5.14
25
24
  */
26
- export declare type RateOrderParams = GoogleRateOrderParams & FacebookRateOrderParams & SegmentRateOrderParams;
25
+ export declare type RateOrderParams = GoogleRateOrderParams & FacebookRateOrderParams;
@@ -1,6 +1,5 @@
1
1
  import { RequestRefundParams as GoogleRequestRefundParams } from "../../../providers/GoogleAnalytics/events/order/requestRefund/requestRefund.types";
2
2
  import { RequestRefundParams as FacebookRequestRefundParams } from "../../../providers/FacebookPixel/events/order/requestRefund/requestRefund.types";
3
- import { RequestRefundParams as SegmentRequestRefundParams } from "../../../providers/Segment/events/order/requestRefund/requestRefund.types";
4
3
  /**
5
4
  * requestRefund event interface
6
5
  *
@@ -21,4 +20,4 @@ export interface RequestRefundCommonParams {
21
20
  * @typedef RequestRefundParams
22
21
  * @since 0.5.14
23
22
  */
24
- export declare type RequestRefundParams = GoogleRequestRefundParams & FacebookRequestRefundParams & SegmentRequestRefundParams;
23
+ export declare type RequestRefundParams = GoogleRequestRefundParams & FacebookRequestRefundParams;
@@ -1,6 +1,5 @@
1
1
  import { GenerateLeadParams as GoogleGenerateLeadParams } from "../../../providers/GoogleAnalytics/events/other/generateLead/generateLead.types";
2
2
  import { GenerateLeadParams as FacebookGenerateLeadParams } from "../../../providers/FacebookPixel/events/other/generateLead/generateLead.types";
3
- import { GenerateLeadParams as SegmentGenerateLeadParams } from "../../../providers/Segment/events/other/generateLead/generateLead.types";
4
3
  /**
5
4
  * generateLead event interface
6
5
  *
@@ -15,4 +14,4 @@ export interface GenerateLeadCommonParams {
15
14
  * @typedef GenerateLeadParams
16
15
  * @since 0.5.14
17
16
  */
18
- export declare type GenerateLeadParams = GoogleGenerateLeadParams & FacebookGenerateLeadParams & SegmentGenerateLeadParams;
17
+ export declare type GenerateLeadParams = GoogleGenerateLeadParams & FacebookGenerateLeadParams;
@@ -1,6 +1,6 @@
1
1
  declare const events: {
2
2
  logGenerateLead: (params?: import("./generateLead/generateLead.types").GenerateLeadParams) => void;
3
- logScreenView: (params: import("./screenView/screenView.types").ScreenViewParams) => void;
3
+ logScreenView: (params?: import("./screenView/screenView.types").ScreenViewParams | undefined) => void;
4
4
  logSearchPageContent: (params: import("./searchPageContent/searchPageContent.types").SearchPageContentParams) => void;
5
5
  };
6
6
  export default events;
@@ -7,5 +7,5 @@ import { ScreenViewParams } from "./screenView.types";
7
7
  * @since 0.5.14
8
8
  * @param {ScreenViewParams} params ScreenView event parameters
9
9
  */
10
- declare const logScreenView: (params: ScreenViewParams) => void;
10
+ declare const logScreenView: (params?: ScreenViewParams | undefined) => void;
11
11
  export default logScreenView;
@@ -1,6 +1,5 @@
1
1
  import { ScreenViewParams as GoogleScreenViewParams } from "../../../providers/GoogleAnalytics/events/other/screenView/screenView.types";
2
2
  import { ScreenViewParams as FacebookScreenViewParams } from "../../../providers/FacebookPixel/events/other/screenView/screenView.types";
3
- import { ScreenViewParams as SegmentScreenViewParams } from "../../../providers/Segment/events/other/screenView/screenView.types";
4
3
  /**
5
4
  * screenView event interface.
6
5
  *
@@ -19,4 +18,4 @@ export interface ScreenViewCommonParams {
19
18
  * @typedef ScreenViewParams
20
19
  * @since 0.5.14
21
20
  */
22
- export declare type ScreenViewParams = GoogleScreenViewParams & FacebookScreenViewParams & SegmentScreenViewParams;
21
+ export declare type ScreenViewParams = GoogleScreenViewParams & FacebookScreenViewParams;
@@ -1,6 +1,5 @@
1
1
  import { SearchPageContentParams as GoogleSearchPageContentParams } from "../../../providers/GoogleAnalytics/events/other/searchPageContent/searchPageContent.types";
2
2
  import { SearchPageContentParams as FacebookSearchPageContentParams } from "../../../providers/FacebookPixel/events/other/searchPageContent/searchPageContent.types";
3
- import { SearchPageContentParams as SegmentSearchPageContentParams } from "../../../providers/Segment/events/other/searchPageContent/searchPageContent.types";
4
3
  /**
5
4
  * searchPageContent event interface
6
5
  *
@@ -17,4 +16,4 @@ export interface SearchPageContentCommonParams {
17
16
  * @typedef SearchPageContentParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type SearchPageContentParams = GoogleSearchPageContentParams & FacebookSearchPageContentParams & SegmentSearchPageContentParams;
19
+ export declare type SearchPageContentParams = GoogleSearchPageContentParams & FacebookSearchPageContentParams;
@@ -1,6 +1,5 @@
1
1
  import { ChangePaymentTypeParams as GoogleChangePaymentTypeParams } from "../../../providers/GoogleAnalytics/events/payment/changePaymentType/changePaymentType.types";
2
2
  import { ChangePaymentTypeParams as FacebookChangePaymentTypeParams } from "../../../providers/FacebookPixel/events/payment/changePaymentType/changePaymentType.types";
3
- import { ChangePaymentTypeParams as SegmentChangePaymentTypeParams } from "../../../providers/Segment/events/payment/changePaymentType/changePaymentType.types";
4
3
  import { PaymentType } from "../../events.types";
5
4
  /**
6
5
  * changePaymentType event interface
@@ -26,4 +25,4 @@ export interface ChangePaymentTypeCommonParams {
26
25
  * @typedef ChangePaymentTypeParams
27
26
  * @since 0.5.14
28
27
  */
29
- export declare type ChangePaymentTypeParams = GoogleChangePaymentTypeParams & FacebookChangePaymentTypeParams & SegmentChangePaymentTypeParams;
28
+ export declare type ChangePaymentTypeParams = GoogleChangePaymentTypeParams & FacebookChangePaymentTypeParams;
@@ -1,6 +1,5 @@
1
1
  import { SelectPaymentTypeParams as GoogleSelectPaymentTypeParams } from "../../../providers/GoogleAnalytics/events/payment/selectPaymentType/selectPaymentType.types";
2
2
  import { SelectPaymentTypeParams as FacebookSelectPaymentTypeParams } from "../../../providers/FacebookPixel/events/payment/selectPaymentType/selectPaymentType.types";
3
- import { SelectPaymentTypeParams as SegmentSelectPaymentTypeParams } from "../../../providers/Segment/events/payment/selectPaymentType/selectPaymentType.types";
4
3
  import { PaymentType } from "../../events.types";
5
4
  /**
6
5
  * selectPaymentType event interface
@@ -20,4 +19,4 @@ export interface SelectPaymentTypeCommonParams {
20
19
  * @typedef SelectPaymentTypeParams
21
20
  * @since 0.5.14
22
21
  */
23
- export declare type SelectPaymentTypeParams = GoogleSelectPaymentTypeParams & FacebookSelectPaymentTypeParams & SegmentSelectPaymentTypeParams;
22
+ export declare type SelectPaymentTypeParams = GoogleSelectPaymentTypeParams & FacebookSelectPaymentTypeParams;
@@ -1,6 +1,5 @@
1
1
  import { SetPaymentInfoParams as GoogleSetPaymentInfoParams } from "../../../providers/GoogleAnalytics/events/payment/setPaymentInfo/setPaymentInfo.types";
2
2
  import { SetPaymentInfoParams as FacebookSetPaymentInfoParams } from "../../../providers/FacebookPixel/events/payment/setPaymentInfo/setPaymentInfo.types";
3
- import { SetPaymentInfoParams as SegmentSetPaymentInfoParams } from "../../../providers/Segment/events/payment/setPaymentInfo/setPaymentInfo.types";
4
3
  import { PaymentType } from "../../events.types";
5
4
  /**
6
5
  * setPaymentInfo event interface
@@ -22,4 +21,4 @@ export interface SetPaymentInfoCommonParams {
22
21
  * @typedef SetPaymentInfoParams
23
22
  * @since 0.5.14
24
23
  */
25
- export declare type SetPaymentInfoParams = GoogleSetPaymentInfoParams & FacebookSetPaymentInfoParams & SegmentSetPaymentInfoParams;
24
+ export declare type SetPaymentInfoParams = GoogleSetPaymentInfoParams & FacebookSetPaymentInfoParams;
@@ -1,7 +1,6 @@
1
1
  import { CartProduct } from "@artisan-commerce/types";
2
2
  import { CustomizeProductParams as GoogleCustomizeProductParams } from "../../../providers/GoogleAnalytics/events/product/customizeProduct/customizeProduct.types";
3
3
  import { CustomizeProductParams as FacebookCustomizeProductParams } from "../../../providers/FacebookPixel/events/product/customizeProduct/customizeProduct.types";
4
- import { CustomizeProductParams as SegmentCustomizeProductParams } from "../../../providers/Segment/events/product/customizeProduct/customizeProduct.types";
5
4
  /**
6
5
  * customizeProduct event interface
7
6
  *
@@ -18,4 +17,4 @@ export interface CustomizeProductCommonParams {
18
17
  * @typedef CustomizeProductParams
19
18
  * @since 0.5.14
20
19
  */
21
- export declare type CustomizeProductParams = GoogleCustomizeProductParams & FacebookCustomizeProductParams & SegmentCustomizeProductParams;
20
+ export declare type CustomizeProductParams = GoogleCustomizeProductParams & FacebookCustomizeProductParams;
@@ -1,6 +1,5 @@
1
1
  import { FilterProductsParams as GoogleFilterProductsParams } from "../../../providers/GoogleAnalytics/events/product/filterProducts/filterProducts.types";
2
2
  import { FilterProductsParams as FacebookFilterProductsParams } from "../../../providers/FacebookPixel/events/product/filterProducts/filterProducts.types";
3
- import { FilterProductsParams as SegmentFilterProductsParams } from "../../../providers/Segment/events/product/filterProducts/filterProducts.types";
4
3
  /**
5
4
  * filterProducts event interface
6
5
  *
@@ -21,4 +20,4 @@ export interface FilterProductsCommonParams {
21
20
  * @typedef FilterProductsParams
22
21
  * @since 0.5.14
23
22
  */
24
- export declare type FilterProductsParams = GoogleFilterProductsParams & FacebookFilterProductsParams & SegmentFilterProductsParams;
23
+ export declare type FilterProductsParams = GoogleFilterProductsParams & FacebookFilterProductsParams;
@@ -1,7 +1,6 @@
1
1
  import { Product } from "@artisan-commerce/types";
2
2
  import { ProductImpressionParams as GoogleProductImpressionParams } from "../../../providers/GoogleAnalytics/events/product/productImpression/productImpression.types";
3
3
  import { ProductImpressionParams as FacebookProductImpressionParams } from "../../../providers/FacebookPixel/events/product/productImpression/productImpression.types";
4
- import { ProductImpressionParams as SegmentProductImpressionParams } from "../../../providers/Segment/events/product/productImpression/productImpression.types";
5
4
  /**
6
5
  * productImpression event interface
7
6
  *
@@ -24,4 +23,4 @@ export interface ProductImpressionCommonParams {
24
23
  * @typedef ProductImpressionParams
25
24
  * @since 0.5.14
26
25
  */
27
- export declare type ProductImpressionParams = GoogleProductImpressionParams & FacebookProductImpressionParams & SegmentProductImpressionParams;
26
+ export declare type ProductImpressionParams = GoogleProductImpressionParams & FacebookProductImpressionParams;
@@ -1,6 +1,5 @@
1
1
  import { SearchProductAttemptParams as GoogleSearchProductAttemptParams } from "../../../providers/GoogleAnalytics/events/product/searchProductAttempt/searchProductAttempt.types";
2
2
  import { SearchProductAttemptParams as FacebookSearchProductAttemptParams } from "../../../providers/FacebookPixel/events/product/searchProductAttempt/searchProductAttempt.types";
3
- import { SearchProductAttemptParams as SegmentSearchProductAttemptParams } from "../../../providers/Segment/events/product/searchProductAttempt/searchProductAttempt.types";
4
3
  /**
5
4
  * searchProductAttempt event interface
6
5
  *
@@ -17,4 +16,4 @@ export interface SearchProductAttemptCommonParams {
17
16
  * @typedef SearchProductAttemptParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type SearchProductAttemptParams = GoogleSearchProductAttemptParams & FacebookSearchProductAttemptParams & SegmentSearchProductAttemptParams;
19
+ export declare type SearchProductAttemptParams = GoogleSearchProductAttemptParams & FacebookSearchProductAttemptParams;
@@ -1,6 +1,5 @@
1
1
  import { SearchProductNotFoundParams as GoogleSearchProductNotFoundParams } from "../../../providers/GoogleAnalytics/events/product/searchProductNotFound/searchProductNotFound.types";
2
2
  import { SearchProductNotFoundParams as FacebookSearchProductNotFoundParams } from "../../../providers/FacebookPixel/events/product/searchProductNotFound/searchProductNotFound.types";
3
- import { SearchProductNotFoundParams as SegmentSearchProductNotFoundParams } from "../../../providers/Segment/events/product/searchProductNotFound/searchProductNotFound.types";
4
3
  /**
5
4
  * searchProductNotFound event interface
6
5
  *
@@ -17,4 +16,4 @@ export interface SearchProductNotFoundCommonParams {
17
16
  * @typedef SearchProductNotFoundParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type SearchProductNotFoundParams = GoogleSearchProductNotFoundParams & FacebookSearchProductNotFoundParams & SegmentSearchProductNotFoundParams;
19
+ export declare type SearchProductNotFoundParams = GoogleSearchProductNotFoundParams & FacebookSearchProductNotFoundParams;
@@ -1,6 +1,5 @@
1
1
  import { SearchProductSuccessParams as GoogleSearchProductSuccessParams } from "../../../providers/GoogleAnalytics/events/product/searchProductSuccess/searchProductSuccess.types";
2
2
  import { SearchProductSuccessParams as FacebookSearchProductSuccessParams } from "../../../providers/FacebookPixel/events/product/searchProductSuccess/searchProductSuccess.types";
3
- import { SearchProductSuccessParams as SegmentSearchProductSuccessParams } from "../../../providers/Segment/events/product/searchProductSuccess/searchProductSuccess.types";
4
3
  /**
5
4
  * searchProductSuccess event interface
6
5
  *
@@ -17,4 +16,4 @@ export interface SearchProductSuccessCommonParams {
17
16
  * @typedef SearchProductSuccessParams
18
17
  * @since 0.5.14
19
18
  */
20
- export declare type SearchProductSuccessParams = GoogleSearchProductSuccessParams & FacebookSearchProductSuccessParams & SegmentSearchProductSuccessParams;
19
+ export declare type SearchProductSuccessParams = GoogleSearchProductSuccessParams & FacebookSearchProductSuccessParams;
@@ -1,7 +1,6 @@
1
1
  import { Product } from "@artisan-commerce/types";
2
2
  import { SelectProductParams as GoogleSelectProductParams } from "../../../providers/GoogleAnalytics/events/product/selectProduct/selectProduct.types";
3
3
  import { SelectProductParams as FacebookSelectProductParams } from "../../../providers/FacebookPixel/events/product/selectProduct/selectProduct.types";
4
- import { SelectProductParams as SegmentSelectProductParams } from "../../../providers/Segment/events/product/selectProduct/selectProduct.types";
5
4
  /**
6
5
  * selectProduct event interface
7
6
  *
@@ -22,4 +21,4 @@ export interface SelectProductCommonParams {
22
21
  * @typedef SelectProductParams
23
22
  * @since 0.5.14
24
23
  */
25
- export declare type SelectProductParams = GoogleSelectProductParams & FacebookSelectProductParams & SegmentSelectProductParams;
24
+ export declare type SelectProductParams = GoogleSelectProductParams & FacebookSelectProductParams;
@@ -1,6 +1,5 @@
1
1
  import { SortProductsParams as GoogleSortProductsParams } from "../../../providers/GoogleAnalytics/events/product/sortProducts/sortProducts.types";
2
2
  import { SortProductsParams as FacebookSortProductsParams } from "../../../providers/FacebookPixel/events/product/sortProducts/sortProducts.types";
3
- import { SortProductsParams as SegmentSortProductsParams } from "../../../providers/Segment/events/product/sortProducts/sortProducts.types";
4
3
  /**
5
4
  * sortProducts event interface
6
5
  *
@@ -23,4 +22,4 @@ export interface SortProductsCommonParams {
23
22
  * @typedef SortProductsParams
24
23
  * @since 0.5.14
25
24
  */
26
- export declare type SortProductsParams = GoogleSortProductsParams & FacebookSortProductsParams & SegmentSortProductsParams;
25
+ export declare type SortProductsParams = GoogleSortProductsParams & FacebookSortProductsParams;
@@ -1,7 +1,6 @@
1
1
  import { Product } from "@artisan-commerce/types";
2
2
  import { ViewProductDetailsParams as GoogleViewProductDetailsParams } from "../../../providers/GoogleAnalytics/events/product/viewProductDetails/viewProductDetails.types";
3
3
  import { ViewProductDetailsParams as FacebookViewProductDetailsParams } from "../../../providers/FacebookPixel/events/product/viewProductDetails/viewProductDetails.types";
4
- import { ViewProductDetailsParams as SegmentViewProductDetailsParams } from "../../../providers/Segment/events/product/viewProductDetails/viewProductDetails.types";
5
4
  /**
6
5
  * viewProductDetails event interface
7
6
  *
@@ -20,4 +19,4 @@ export interface ViewProductDetailsCommonParams {
20
19
  * @typedef ViewProductDetailsParams
21
20
  * @since 0.5.14
22
21
  */
23
- export declare type ViewProductDetailsParams = GoogleViewProductDetailsParams & FacebookViewProductDetailsParams & SegmentViewProductDetailsParams;
22
+ export declare type ViewProductDetailsParams = GoogleViewProductDetailsParams & FacebookViewProductDetailsParams;