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