@artisan-commerce/analytics-rn 0.2.0-canary.19 → 0.2.0-canary.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/build/analytics-rn/src/lib/providers/Segment/Segment.d.ts +2 -2
- package/build/analytics-rn/src/lib/providers/Segment/Segment.types.d.ts +4 -4
- package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordAttempt/changePasswordAttempt.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordFail/changePasswordFail.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/auth/changePasswordSuccess/changePasswordSuccess.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/auth/signIn/signIn.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/auth/signOut/signOut.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/auth/signUp/signUp.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/auth/signUpAttempt/signUpAttempt.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/banner/bannerImpression/bannerImpression.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/banner/selectBanner/selectBanner.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/billing/addBillingInfo/addBillingInfo.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/billing/selectBillingInfo/selectBillingInfo.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/billing/updateBillingInfo/updateBillingInfo.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/booking/bookAppointment/bookAppointment.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/category/categoryImpression/categoryImpression.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/category/searchCategoryAttempt/searchCategoryAttempt.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/category/selectCategory/selectCategory.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/category/viewCategory/viewCategory.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/category/viewCategory/viewCategory.types.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/checkout/checkoutAction/checkoutAction.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/checkout/initiateCheckout/initiateCheckout.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/coupon/applyBenefit/applyBenefit.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/coupon/couponCodeError/couponCodeError.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/coupon/redeemCouponCode/redeemCouponCode.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/coupon/removeBenefit/removeBenefit.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/coupon/viewQRStoreCoupon/viewQRStoreCoupon.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/credit/addCredits/addCredits.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/credit/spendCredits/spendCredits.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/credit/viewCredits/viewCredits.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/customEvent/customEvent.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/fulfillment/viewTracking/viewTracking.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/geo/changeLocation/changeLocation.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/geo/findLocation/findLocation.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/geo/outOfCoverage/outOfCoverage.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/geo/setLocation/setLocation.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/help/requestAssistance/requestAssistance.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/earnPoints/earnPoints.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/sharePoints/sharePoints.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/spendPoints/spendPoints.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/viewLoyaltyLevel/viewLoyaltyLevel.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/order/cancelOrder/cancelOrder.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/order/rateOrder/rateOrder.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/order/requestRefund/requestRefund.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/other/generateLead/generateLead.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/other/screenView/screenView.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/other/searchPageContent/searchPageContent.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/payment/changePaymentType/changePaymentType.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/payment/selectPaymentType/selectPaymentType.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/payment/setPaymentInfo/setPaymentInfo.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/product/customizeProduct/customizeProduct.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/product/filterProducts/filterProducts.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/product/productImpression/productImpression.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/product/selectProduct/selectProduct.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/product/sortProducts/sortProducts.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseAttempt/purchaseAttempt.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseFail/purchaseFail.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/purchase/purchaseSuccess/purchaseSuccess.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/settings/viewSettings/viewSettings.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/shipping/selectShippingAddress/selectShippingAddress.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/shipping/updateShippingAddress/updateShippingAddress.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/addProductToCart/addProductToCart.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/addProductToWishlist/addProductToWishlist.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/clearCart/clearCart.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/removeProductFromWishlist/removeProductFromWishlist.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/updateProductInCart/updateProductInCart.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/updateProductInWishlist/updateProductInWishlist.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/shoppingCart/viewCart/viewCart.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/social/share/share.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/store/changeStore/changeStore.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/store/setStore/setStore.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/user/setUserInfo/setUserInfo.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/user/updateUserInfo/updateUserInfo.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/vendor/changeVendor/changeVendor.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/vendor/setVendor/setVendor.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/workflow/selectWorkflow/selectWorkflow.d.ts +1 -1
- package/build/analytics-rn/src/lib/providers/Segment/events/workflow/updateWorkflow/updateWorkflow.d.ts +1 -1
- package/build/main.bundle.js +1 -1
- package/build/report.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.2.0-canary.20](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/analytics-rn@0.2.0-canary.19...@artisan-commerce/analytics-rn@0.2.0-canary.20) (2021-06-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @artisan-commerce/analytics-rn
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.2.0-canary.19](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/analytics-rn@0.2.0-canary.18...@artisan-commerce/analytics-rn@0.2.0-canary.19) (2021-05-28)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -2,7 +2,7 @@ import AnalyticsProvider from "../AnalyticsProvider/AnalyticsProvider";
|
|
|
2
2
|
import { SegmentProvider as Config } from "./Segment.types";
|
|
3
3
|
import { SegmentProviderConfig } from "./Segment.types";
|
|
4
4
|
/**
|
|
5
|
-
* Create a
|
|
5
|
+
* Create a Segment provider instance
|
|
6
6
|
*
|
|
7
7
|
* @class
|
|
8
8
|
* @since 0.5.14
|
|
@@ -12,7 +12,7 @@ declare class Segment extends AnalyticsProvider {
|
|
|
12
12
|
private _writeKey;
|
|
13
13
|
private _currency;
|
|
14
14
|
/**
|
|
15
|
-
* Contructs a
|
|
15
|
+
* Contructs a Segment Provider
|
|
16
16
|
*
|
|
17
17
|
* @constructs
|
|
18
18
|
* @since 0.5.14
|
|
@@ -2,7 +2,7 @@ import { CurrencyCodes } from "@artisan-commerce/types";
|
|
|
2
2
|
import { EventCommonParams } from "../../../types/event.types";
|
|
3
3
|
import { AnalyticsProviderConstructor } from "../AnalyticsProvider/AnalyticsProvider.types";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Segment Provider constructor configuration,
|
|
6
6
|
*
|
|
7
7
|
* @interface SegmentProvider
|
|
8
8
|
* @since 0.5.14
|
|
@@ -14,7 +14,7 @@ export interface SegmentProvider extends Omit<AnalyticsProviderConstructor, "typ
|
|
|
14
14
|
writeKey: string;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Segment Provider after instantiated configurable options.
|
|
18
18
|
*
|
|
19
19
|
* @interface SegmentProviderConfig
|
|
20
20
|
* @since 0.5.14
|
|
@@ -23,7 +23,7 @@ export interface SegmentProviderConfig {
|
|
|
23
23
|
currency?: CurrencyCodes;
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Segment event shared parameters.
|
|
27
27
|
*
|
|
28
28
|
* @interface SegmentCommonEventParams
|
|
29
29
|
* @since 0.5.14
|
|
@@ -32,7 +32,7 @@ export interface SegmentProviderConfig {
|
|
|
32
32
|
export interface SegmentCommonEventParams extends EventCommonParams {
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Segment custom event shared parameters.
|
|
36
36
|
*
|
|
37
37
|
* @interface SegmentCustomEventParams
|
|
38
38
|
* @since 0.5.14
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ChangePasswordAttemptParams } from "./changePasswordAttempt.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a changePasswordAttempt event to a
|
|
4
|
+
* Emits a changePasswordAttempt event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ChangePasswordFailParams } from "./changePasswordFail.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a changePasswordFail event to a
|
|
4
|
+
* Emits a changePasswordFail event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ChangePasswordSuccessParams } from "./changePasswordSuccess.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a changePasswordSuccess event to a
|
|
4
|
+
* Emits a changePasswordSuccess event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SignInParams } from "./signIn.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a signIn event to a
|
|
4
|
+
* Emits a signIn event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SignOutParams } from "./signOut.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a signOut event to a
|
|
4
|
+
* Emits a signOut event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SignUpParams } from "./signUp.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a signUp event to a
|
|
4
|
+
* Emits a signUp event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/auth/signUpAttempt/signUpAttempt.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SignUpAttemptParams } from "./signUpAttempt.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a signUpAttempt event to a
|
|
4
|
+
* Emits a signUpAttempt event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { BannerImpressionParams } from "./bannerImpression.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a bannerImpression event to a
|
|
4
|
+
* Emits a bannerImpression event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/banner/selectBanner/selectBanner.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SelectBannerParams } from "./selectBanner.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a selectBanner event to a
|
|
4
|
+
* Emits a selectBanner event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { AddBillingInfoParams } from "./addBillingInfo.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a addBillingInfo event to a
|
|
4
|
+
* Emits a addBillingInfo event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SelectBillingInfoParams } from "./selectBillingInfo.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a selectBillingInfo event to a
|
|
4
|
+
* Emits a selectBillingInfo event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { UpdateBillingInfoParams } from "./updateBillingInfo.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a updateBillingInfo event to a
|
|
4
|
+
* Emits a updateBillingInfo event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { BookAppointmentParams } from "./bookAppointment.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a bookAppointment event to a
|
|
4
|
+
* Emits a bookAppointment event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { CategoryImpressionParams } from "./categoryImpression.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a categoryImpression event to a
|
|
4
|
+
* Emits a categoryImpression event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SearchCategoryAttemptParams } from "./searchCategoryAttempt.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a searchCategoryAttempt event to a
|
|
4
|
+
* Emits a searchCategoryAttempt event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SelectCategoryParams } from "./selectCategory.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a selectCategory event to a
|
|
4
|
+
* Emits a selectCategory event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/category/viewCategory/viewCategory.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ViewCategoryParams } from "./viewCategory.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a viewCategory event to a
|
|
4
|
+
* Emits a viewCategory event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -10,7 +10,7 @@ import { SegmentCustomEventParams } from "../../../Segment.types";
|
|
|
10
10
|
* @extends SegmentCommonEventParams
|
|
11
11
|
* @extends SegmentCustomEventParams
|
|
12
12
|
* @extends ViewCategoryCommonParams
|
|
13
|
-
* @property {Product[]} products The products in the
|
|
13
|
+
* @property {Product[]} products The products in the category
|
|
14
14
|
*/
|
|
15
15
|
export interface ViewCategoryParams extends SegmentCommonEventParams, SegmentCustomEventParams, ViewCategoryCommonParams {
|
|
16
16
|
products: Product[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { CheckoutActionParams } from "./checkoutAction.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a checkoutAction event to a
|
|
4
|
+
* Emits a checkoutAction event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { InitiateCheckoutParams } from "./initiateCheckout.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a initiateCheckout event to a
|
|
4
|
+
* Emits a initiateCheckout event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/coupon/applyBenefit/applyBenefit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ApplyBenefitParams } from "./applyBenefit.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a applyBenefit event to a
|
|
4
|
+
* Emits a applyBenefit event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { CouponCodeErrorParams } from "./couponCodeError.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a couponCodeError event to a
|
|
4
|
+
* Emits a couponCodeError event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { RedeemCouponCodeParams } from "./redeemCouponCode.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a redeemCouponCode event to a
|
|
4
|
+
* Emits a redeemCouponCode event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/coupon/removeBenefit/removeBenefit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { RemoveBenefitParams } from "./removeBenefit.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a removeBenefit event to a
|
|
4
|
+
* Emits a removeBenefit event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ViewQRStoreCouponParams } from "./viewQRStoreCoupon.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a viewQRStoreCoupon event to a
|
|
4
|
+
* Emits a viewQRStoreCoupon event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/credit/addCredits/addCredits.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { AddCreditsParams } from "./addCredits.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a addCredits event to a
|
|
4
|
+
* Emits a addCredits event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/credit/spendCredits/spendCredits.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SpendCreditsParams } from "./spendCredits.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a spendCredits event to a
|
|
4
|
+
* Emits a spendCredits event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/credit/viewCredits/viewCredits.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ViewCreditsParams } from "./viewCredits.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a viewCredits event to a
|
|
4
|
+
* Emits a viewCredits event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../Segment.types";
|
|
2
2
|
import { CustomEventParams } from "./customEvent.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a customEvent event to a
|
|
4
|
+
* Emits a customEvent event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ViewTrackingParams } from "./viewTracking.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a viewTracking event to a
|
|
4
|
+
* Emits a viewTracking event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/geo/changeLocation/changeLocation.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ChangeLocationParams } from "./changeLocation.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a changeLocation event to a
|
|
4
|
+
* Emits a changeLocation event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/geo/findLocation/findLocation.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { FindLocationParams } from "./findLocation.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a findLocation event to a
|
|
4
|
+
* Emits a findLocation event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/geo/outOfCoverage/outOfCoverage.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { OutOfCoverageParams } from "./outOfCoverage.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a outOfCoverage event to a
|
|
4
|
+
* Emits a outOfCoverage event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/geo/setLocation/setLocation.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SetLocationParams } from "./setLocation.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a setLocation event to a
|
|
4
|
+
* Emits a setLocation event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { RequestAssistanceParams } from "./requestAssistance.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a requestAssistance event to a
|
|
4
|
+
* Emits a requestAssistance event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/earnPoints/earnPoints.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { EarnPointsParams } from "./earnPoints.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a earnPoints event to a
|
|
4
|
+
* Emits a earnPoints event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/sharePoints/sharePoints.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SharePointsParams } from "./sharePoints.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a sharePoints event to a
|
|
4
|
+
* Emits a sharePoints event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/loyalty/spendPoints/spendPoints.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SpendPointsParams } from "./spendPoints.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a spendPoints event to a
|
|
4
|
+
* Emits a spendPoints event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ViewLoyaltyLevelParams } from "./viewLoyaltyLevel.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a viewLoyaltyLevel event to a
|
|
4
|
+
* Emits a viewLoyaltyLevel event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/order/cancelOrder/cancelOrder.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { CancelOrderParams } from "./cancelOrder.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a cancelOrder event to a
|
|
4
|
+
* Emits a cancelOrder event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { RateOrderParams } from "./rateOrder.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a rateOrder event to a
|
|
4
|
+
* Emits a rateOrder event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/order/requestRefund/requestRefund.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { RequestRefundParams } from "./requestRefund.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a requestRefund event to a
|
|
4
|
+
* Emits a requestRefund event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/other/generateLead/generateLead.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { GenerateLeadParams } from "./generateLead.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a generateLead event to a
|
|
4
|
+
* Emits a generateLead event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/other/screenView/screenView.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ScreenViewParams } from "./screenView.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a screenView event to a
|
|
4
|
+
* Emits a screenView event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SearchPageContentParams } from "./searchPageContent.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a searchPageContent event to a
|
|
4
|
+
* Emits a searchPageContent event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ChangePaymentTypeParams } from "./changePaymentType.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a changePaymentType event to a
|
|
4
|
+
* Emits a changePaymentType event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SelectPaymentTypeParams } from "./selectPaymentType.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a selectPaymentType event to a
|
|
4
|
+
* Emits a selectPaymentType event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SetPaymentInfoParams } from "./setPaymentInfo.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a setPaymentInfo event to a
|
|
4
|
+
* Emits a setPaymentInfo event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { CustomizeProductParams } from "./customizeProduct.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a customizeProduct event to a
|
|
4
|
+
* Emits a customizeProduct event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { FilterProductsParams } from "./filterProducts.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a filterProducts event to a
|
|
4
|
+
* Emits a filterProducts event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { ProductImpressionParams } from "./productImpression.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a productImpression event to a
|
|
4
|
+
* Emits a productImpression event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/product/selectProduct/selectProduct.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SelectProductParams } from "./selectProduct.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a selectProduct event to a
|
|
4
|
+
* Emits a selectProduct event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
package/build/analytics-rn/src/lib/providers/Segment/events/product/sortProducts/sortProducts.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { SortProductsParams } from "./sortProducts.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a sortProducts event to a
|
|
4
|
+
* Emits a sortProducts event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SegmentProvider } from "../../../Segment.types";
|
|
2
2
|
import { PurchaseAttemptParams } from "./purchaseAttempt.types";
|
|
3
3
|
/**
|
|
4
|
-
* Emits a purchaseAttempt event to a
|
|
4
|
+
* Emits a purchaseAttempt event to a Segment Provider.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.5.14
|
|
7
7
|
* @param {SegmentProvider} provider The provider instance that will emit the event
|