@adtrackify/at-tracking-event-types 3.0.27 → 3.0.29
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/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.js +17 -17
- package/dist/cjs/types/api/account.d.ts +37 -37
- package/dist/cjs/types/api/account.js +9 -9
- package/dist/cjs/types/api/destination-tracked-events.d.ts +11 -11
- package/dist/cjs/types/api/destination-tracked-events.js +3 -3
- package/dist/cjs/types/api/destinations/destination-catalog.d.ts +30 -30
- package/dist/cjs/types/api/destinations/destination-catalog.js +2 -2
- package/dist/cjs/types/api/destinations/destinations.d.ts +73 -72
- package/dist/cjs/types/api/destinations/destinations.js +29 -28
- package/dist/cjs/types/api/destinations/destinations.js.map +1 -1
- package/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +75 -68
- package/dist/cjs/types/api/destinations/third-party-destination-configs.js +9 -9
- package/dist/cjs/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/dist/cjs/types/api/event-last-seen.d.ts +6 -6
- package/dist/cjs/types/api/event-last-seen.js +2 -2
- package/dist/cjs/types/api/event-status.d.ts +18 -18
- package/dist/cjs/types/api/event-status.js +9 -9
- package/dist/cjs/types/api/index.d.ts +14 -14
- package/dist/cjs/types/api/index.js +30 -30
- package/dist/cjs/types/api/log-events.d.ts +16 -16
- package/dist/cjs/types/api/log-events.js +2 -2
- package/dist/cjs/types/api/pixel-setup-health.d.ts +19 -19
- package/dist/cjs/types/api/pixel-setup-health.js +2 -2
- package/dist/cjs/types/api/query.d.ts +160 -160
- package/dist/cjs/types/api/query.js +110 -110
- package/dist/cjs/types/api/shopify-app-install.d.ts +47 -47
- package/dist/cjs/types/api/shopify-app-install.js +22 -22
- package/dist/cjs/types/api/subscription.d.ts +97 -97
- package/dist/cjs/types/api/subscription.js +36 -36
- package/dist/cjs/types/api/tracking-events.d.ts +11 -11
- package/dist/cjs/types/api/tracking-events.js +2 -2
- package/dist/cjs/types/api/user.d.ts +13 -13
- package/dist/cjs/types/api/user.js +2 -2
- package/dist/cjs/types/common/address.d.ts +15 -15
- package/dist/cjs/types/common/address.js +2 -2
- package/dist/cjs/types/common/currency.d.ts +1 -1
- package/dist/cjs/types/common/currency.js +63 -63
- package/dist/cjs/types/common/index.d.ts +2 -2
- package/dist/cjs/types/common/index.js +18 -18
- package/dist/cjs/types/event/base/event-name-enum.d.ts +54 -54
- package/dist/cjs/types/event/base/event-name-enum.js +60 -60
- package/dist/cjs/types/event/base/event.d.ts +20 -20
- package/dist/cjs/types/event/base/event.js +10 -10
- package/dist/cjs/types/event/base/index.d.ts +2 -2
- package/dist/cjs/types/event/base/index.js +18 -18
- package/dist/cjs/types/event/context/event-context-identity.d.ts +17 -17
- package/dist/cjs/types/event/context/event-context-identity.js +2 -2
- package/dist/cjs/types/event/context/event-context.d.ts +160 -159
- package/dist/cjs/types/event/context/event-context.js +2 -2
- package/dist/cjs/types/event/context/index.d.ts +2 -2
- package/dist/cjs/types/event/context/index.js +18 -18
- package/dist/cjs/types/event/index.d.ts +5 -5
- package/dist/cjs/types/event/index.js +21 -21
- package/dist/cjs/types/event/log-event.d.ts +35 -35
- package/dist/cjs/types/event/log-event.js +22 -22
- package/dist/cjs/types/event/metric-event.d.ts +13 -13
- package/dist/cjs/types/event/metric-event.js +2 -2
- package/dist/cjs/types/event/tracking-event.d.ts +64 -64
- package/dist/cjs/types/event/tracking-event.js +2 -2
- package/dist/cjs/types/event-bus-event.d.ts +25 -25
- package/dist/cjs/types/event-bus-event.js +2 -2
- package/dist/cjs/types/fingerprint/browser-attributes.d.ts +60 -60
- package/dist/cjs/types/fingerprint/browser-attributes.js +2 -2
- package/dist/cjs/types/fingerprint/index.d.ts +6 -6
- package/dist/cjs/types/fingerprint/index.js +18 -18
- package/dist/cjs/types/fingerprint/server-attributes.d.ts +50 -50
- package/dist/cjs/types/fingerprint/server-attributes.js +2 -2
- package/dist/cjs/types/index.d.ts +7 -7
- package/dist/cjs/types/index.js +23 -23
- package/dist/cjs/types/third-party-event-configuration-types.d.ts +10 -10
- package/dist/cjs/types/third-party-event-configuration-types.js +2 -2
- package/dist/cjs/types/tracking-event-ingest-message.d.ts +7 -7
- package/dist/cjs/types/tracking-event-ingest-message.js +2 -2
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/api/account.d.ts +37 -37
- package/dist/esm/types/api/account.js +6 -6
- package/dist/esm/types/api/destination-tracked-events.d.ts +11 -11
- package/dist/esm/types/api/destination-tracked-events.js +1 -1
- package/dist/esm/types/api/destinations/destination-catalog.d.ts +30 -30
- package/dist/esm/types/api/destinations/destination-catalog.js +1 -1
- package/dist/esm/types/api/destinations/destinations.d.ts +73 -72
- package/dist/esm/types/api/destinations/destinations.js +26 -25
- package/dist/esm/types/api/destinations/destinations.js.map +1 -1
- package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +75 -68
- package/dist/esm/types/api/destinations/third-party-destination-configs.js +6 -6
- package/dist/esm/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/dist/esm/types/api/event-last-seen.d.ts +6 -6
- package/dist/esm/types/api/event-last-seen.js +1 -1
- package/dist/esm/types/api/event-status.d.ts +18 -18
- package/dist/esm/types/api/event-status.js +6 -6
- package/dist/esm/types/api/index.d.ts +14 -14
- package/dist/esm/types/api/index.js +14 -14
- package/dist/esm/types/api/log-events.d.ts +16 -16
- package/dist/esm/types/api/log-events.js +1 -1
- package/dist/esm/types/api/pixel-setup-health.d.ts +19 -19
- package/dist/esm/types/api/pixel-setup-health.js +1 -1
- package/dist/esm/types/api/query.d.ts +160 -160
- package/dist/esm/types/api/query.js +107 -107
- package/dist/esm/types/api/shopify-app-install.d.ts +47 -47
- package/dist/esm/types/api/shopify-app-install.js +19 -19
- package/dist/esm/types/api/subscription.d.ts +97 -97
- package/dist/esm/types/api/subscription.js +33 -33
- package/dist/esm/types/api/tracking-events.d.ts +11 -11
- package/dist/esm/types/api/tracking-events.js +1 -1
- package/dist/esm/types/api/user.d.ts +13 -13
- package/dist/esm/types/api/user.js +1 -1
- package/dist/esm/types/common/address.d.ts +15 -15
- package/dist/esm/types/common/address.js +1 -1
- package/dist/esm/types/common/currency.d.ts +1 -1
- package/dist/esm/types/common/currency.js +60 -60
- package/dist/esm/types/common/index.d.ts +2 -2
- package/dist/esm/types/common/index.js +2 -2
- package/dist/esm/types/event/base/event-name-enum.d.ts +54 -54
- package/dist/esm/types/event/base/event-name-enum.js +57 -57
- package/dist/esm/types/event/base/event.d.ts +20 -20
- package/dist/esm/types/event/base/event.js +7 -7
- package/dist/esm/types/event/base/index.d.ts +2 -2
- package/dist/esm/types/event/base/index.js +2 -2
- package/dist/esm/types/event/context/event-context-identity.d.ts +17 -17
- package/dist/esm/types/event/context/event-context-identity.js +1 -1
- package/dist/esm/types/event/context/event-context.d.ts +160 -159
- package/dist/esm/types/event/context/event-context.js +1 -1
- package/dist/esm/types/event/context/index.d.ts +2 -2
- package/dist/esm/types/event/context/index.js +2 -2
- package/dist/esm/types/event/index.d.ts +5 -5
- package/dist/esm/types/event/index.js +5 -5
- package/dist/esm/types/event/log-event.d.ts +35 -35
- package/dist/esm/types/event/log-event.js +19 -19
- package/dist/esm/types/event/metric-event.d.ts +13 -13
- package/dist/esm/types/event/metric-event.js +1 -1
- package/dist/esm/types/event/tracking-event.d.ts +64 -64
- package/dist/esm/types/event/tracking-event.js +1 -1
- package/dist/esm/types/event-bus-event.d.ts +25 -25
- package/dist/esm/types/event-bus-event.js +1 -1
- package/dist/esm/types/fingerprint/browser-attributes.d.ts +60 -60
- package/dist/esm/types/fingerprint/browser-attributes.js +1 -1
- package/dist/esm/types/fingerprint/index.d.ts +6 -6
- package/dist/esm/types/fingerprint/index.js +2 -2
- package/dist/esm/types/fingerprint/server-attributes.d.ts +50 -50
- package/dist/esm/types/fingerprint/server-attributes.js +1 -1
- package/dist/esm/types/index.d.ts +7 -7
- package/dist/esm/types/index.js +7 -7
- package/dist/esm/types/third-party-event-configuration-types.d.ts +10 -10
- package/dist/esm/types/third-party-event-configuration-types.js +1 -1
- package/dist/esm/types/tracking-event-ingest-message.d.ts +7 -7
- package/dist/esm/types/tracking-event-ingest-message.js +1 -1
- package/package.json +1 -1
|
@@ -1,108 +1,108 @@
|
|
|
1
|
-
export var GRANULARITY;
|
|
2
|
-
(function (GRANULARITY) {
|
|
3
|
-
GRANULARITY["NONE"] = "none";
|
|
4
|
-
GRANULARITY["SECOND"] = "second";
|
|
5
|
-
GRANULARITY["MINUTE"] = "minute";
|
|
6
|
-
GRANULARITY["HOUR"] = "hour";
|
|
7
|
-
GRANULARITY["DAY"] = "day";
|
|
8
|
-
GRANULARITY["WEEK"] = "week";
|
|
9
|
-
GRANULARITY["MONTH"] = "month";
|
|
10
|
-
GRANULARITY["QUARTER"] = "quarter";
|
|
11
|
-
GRANULARITY["YEAR"] = "year";
|
|
12
|
-
})(GRANULARITY || (GRANULARITY = {}));
|
|
13
|
-
export var MEASURE;
|
|
14
|
-
(function (MEASURE) {
|
|
15
|
-
MEASURE["TRACKED_PAGE_VIEWS"] = "tracked.page_views";
|
|
16
|
-
MEASURE["TRACKED_VIEW_CONTENTS"] = "tracked.view_contents";
|
|
17
|
-
MEASURE["TRACKED_ADD_TO_CARTS"] = "tracked.add_to_carts";
|
|
18
|
-
MEASURE["TRACKED_INITIATE_CHECKOUTS"] = "tracked.initiate_checkouts";
|
|
19
|
-
MEASURE["TRACKED_PURCHASES"] = "tracked.purchases";
|
|
20
|
-
MEASURE["TRACKED_REVENUE"] = "tracked.revenue";
|
|
21
|
-
MEASURE["TRACKED_SESSION_CONVERSION_RATE"] = "tracked.session_conversion_rate";
|
|
22
|
-
MEASURE["TRACKED_REVENUE_PER_VISITOR"] = "tracked.revenue_per_visitor";
|
|
23
|
-
MEASURE["TRACKED_REVENUE_PER_SESSION"] = "tracked.revenue_per_session";
|
|
24
|
-
MEASURE["TRACKED_UNIQUE_SESSIONS"] = "tracked.sessions";
|
|
25
|
-
MEASURE["TRACKED_UNIQUE_VISITORS"] = "tracked.visitors";
|
|
26
|
-
MEASURE["TRACKED_ADD_TO_CART_RATE"] = "tracked.add_to_cart_rate";
|
|
27
|
-
MEASURE["TRACKED_VIEW_CONTENT_RATE"] = "tracked.view_content_rate";
|
|
28
|
-
MEASURE["TRACKED_INITIATE_CHECKOUT_RATE"] = "tracked.initiate_checkout_rate";
|
|
29
|
-
MEASURE["TRACKED_ATC_TO_IC_RATE"] = "tracked.atc_to_ic_rate";
|
|
30
|
-
MEASURE["TRACKED_IC_TO_PURCHASE_RATE"] = "tracked.ic_to_purchase_rate";
|
|
31
|
-
MEASURE["TRACKED_TOTAL_EVENTS"] = "tracked.events_processed";
|
|
32
|
-
MEASURE["SHOPIFY_CUSTOMERS"] = "shopify.customers";
|
|
33
|
-
MEASURE["SHOPIFY_ABANDONED_CHECKOUTS_VALUE"] = "shopify.abandoned_checkouts_value";
|
|
34
|
-
MEASURE["SHOPIFY_ABANDONED_CHECKOUTS"] = "shopify.abandoned_checkouts";
|
|
35
|
-
MEASURE["SHOPIFY_REFUNDS"] = "shopify.refunds_count";
|
|
36
|
-
MEASURE["SHOPIFY_REFUND_REVENUE"] = "shopify.refunds_amount";
|
|
37
|
-
MEASURE["SHOPIFY_REFUND_RATE"] = "shopify.refunds_rate";
|
|
38
|
-
MEASURE["SHOPIFY_DISCOUNTS"] = "shopify.discounts_count";
|
|
39
|
-
MEASURE["SHOPIFY_DISCOUNT_AMOUNT"] = "shopify.discount_amount";
|
|
40
|
-
MEASURE["SHOPIFY_DISCOUNT_RATE"] = "shopify.discounts_rate";
|
|
41
|
-
MEASURE["SHOPIFY_ORDERS"] = "shopify.order_count";
|
|
42
|
-
MEASURE["SHOPIFY_REVENUE"] = "shopify.revenue";
|
|
43
|
-
MEASURE["SHOPIFY_AOV"] = "shopify.average_order_value";
|
|
44
|
-
MEASURE["SHOPIFY_TOP_PRODUCTS"] = "shopify.top_products";
|
|
45
|
-
MEASURE["SHOPIFY_CUSTOMER_LTV"] = "shopify.customer_ltv";
|
|
46
|
-
MEASURE["SHOPIFY_REPEAT_CUSTOMER_RATE"] = "shopify.repeat_customer_rate";
|
|
47
|
-
MEASURE["SHOPIFY_TAX_AMOUNT"] = "shopify.tax_amount";
|
|
48
|
-
MEASURE["SHOPIFY_SHIPPING_AMOUNT"] = "shopify.shipping_amount";
|
|
49
|
-
MEASURE["SHOPIFY_SUBTOTAL_AMOUNT"] = "shopify.subtotal_amount";
|
|
50
|
-
MEASURE["SHOPIFY_NEW_CUSTOMER_RATE"] = "shopify.new_customer_rate";
|
|
51
|
-
MEASURE["SHOPIFY_RETURNING_CUSTOMER_RATE"] = "shopify.returning_customer_rate";
|
|
52
|
-
MEASURE["SITE_TTFB"] = "site.ttfb";
|
|
53
|
-
MEASURE["SITE_FCP"] = "site.fcp";
|
|
54
|
-
MEASURE["SITE_LCP"] = "site.lcp";
|
|
55
|
-
MEASURE["SITE_TIME_ON_SITE"] = "site.time_on_site";
|
|
56
|
-
MEASURE["FB_CPC"] = "fb.cpc";
|
|
57
|
-
MEASURE["FB_CTR"] = "fb.ctr";
|
|
58
|
-
MEASURE["FB_ROAS"] = "fb.roas";
|
|
59
|
-
MEASURE["FB_SPEND"] = "fb.spend";
|
|
60
|
-
MEASURE["FB_CPA"] = "fb.cpa";
|
|
61
|
-
MEASURE["FB_IMPRESSIONS"] = "fb.impressions";
|
|
62
|
-
MEASURE["FB_CLICKS"] = "fb.clicks";
|
|
63
|
-
})(MEASURE || (MEASURE = {}));
|
|
64
|
-
export var DIMENSION;
|
|
65
|
-
(function (DIMENSION) {
|
|
66
|
-
DIMENSION["DEVICE_MODEL"] = "device_model";
|
|
67
|
-
DIMENSION["DEVICE_VENDOR"] = "device_vendor";
|
|
68
|
-
DIMENSION["DEVICE_TYPE"] = "device_type";
|
|
69
|
-
DIMENSION["BROWSER"] = "browser";
|
|
70
|
-
DIMENSION["BROWSER_VERSION"] = "browser_version";
|
|
71
|
-
DIMENSION["BROWSER_OS"] = "browser_os";
|
|
72
|
-
DIMENSION["OS"] = "OS";
|
|
73
|
-
DIMENSION["LANDING_PATH"] = "landing_path";
|
|
74
|
-
DIMENSION["PAGE_PATH"] = "path";
|
|
75
|
-
DIMENSION["PAGE_TITLE"] = "title";
|
|
76
|
-
DIMENSION["QUERY_STRING"] = "query";
|
|
77
|
-
DIMENSION["GATEWAY"] = "gateway";
|
|
78
|
-
DIMENSION["CURRENCY"] = "currency";
|
|
79
|
-
DIMENSION["SHIPPING_CODE"] = "shipping_code";
|
|
80
|
-
DIMENSION["IS_MOBILE"] = "is_mobile";
|
|
81
|
-
DIMENSION["IS_WIRELESS"] = "is_wireless";
|
|
82
|
-
DIMENSION["CITY"] = "city";
|
|
83
|
-
DIMENSION["PROVINCE_CODE"] = "province_code";
|
|
84
|
-
DIMENSION["PROVINCE"] = "province";
|
|
85
|
-
DIMENSION["COUNTRY_CODE"] = "country_code";
|
|
86
|
-
DIMENSION["COUNTRY"] = "country";
|
|
87
|
-
DIMENSION["POSTAL_CODE"] = "postal_code";
|
|
88
|
-
DIMENSION["FINANCIAL_STATUS"] = "financial_status";
|
|
89
|
-
DIMENSION["FULFILLMENT_STATUS"] = "fulfillment_status";
|
|
90
|
-
DIMENSION["DISCOUNT_CODE"] = "discount_code";
|
|
91
|
-
DIMENSION["REFERRER"] = "referrer";
|
|
92
|
-
DIMENSION["REFERRER_MEDIUM"] = "referrer_medium";
|
|
93
|
-
DIMENSION["REFERRER_SOURCE"] = "referrer_source";
|
|
94
|
-
DIMENSION["REFERRER_TERM"] = "referrer_term";
|
|
95
|
-
DIMENSION["UTM_CAMPAIGN"] = "utm_campaign";
|
|
96
|
-
DIMENSION["UTM_SOURCE"] = "utm_source";
|
|
97
|
-
DIMENSION["UTM_MEDIUM"] = "utm_medium";
|
|
98
|
-
DIMENSION["UTM_TERM"] = "utm_term";
|
|
99
|
-
DIMENSION["UTM_CONTENT"] = "utm_content";
|
|
100
|
-
DIMENSION["CLICK_NETWORK"] = "click_network";
|
|
101
|
-
DIMENSION["ADBLOCK_DETECTED"] = "adblock_detected";
|
|
102
|
-
DIMENSION["TIMEZONE"] = "timezone";
|
|
103
|
-
DIMENSION["LOCALE"] = "locale";
|
|
104
|
-
DIMENSION["CAMPAIGN"] = "campaign";
|
|
105
|
-
DIMENSION["ADSET"] = "adset";
|
|
106
|
-
DIMENSION["AD"] = "ad";
|
|
107
|
-
})(DIMENSION || (DIMENSION = {}));
|
|
1
|
+
export var GRANULARITY;
|
|
2
|
+
(function (GRANULARITY) {
|
|
3
|
+
GRANULARITY["NONE"] = "none";
|
|
4
|
+
GRANULARITY["SECOND"] = "second";
|
|
5
|
+
GRANULARITY["MINUTE"] = "minute";
|
|
6
|
+
GRANULARITY["HOUR"] = "hour";
|
|
7
|
+
GRANULARITY["DAY"] = "day";
|
|
8
|
+
GRANULARITY["WEEK"] = "week";
|
|
9
|
+
GRANULARITY["MONTH"] = "month";
|
|
10
|
+
GRANULARITY["QUARTER"] = "quarter";
|
|
11
|
+
GRANULARITY["YEAR"] = "year";
|
|
12
|
+
})(GRANULARITY || (GRANULARITY = {}));
|
|
13
|
+
export var MEASURE;
|
|
14
|
+
(function (MEASURE) {
|
|
15
|
+
MEASURE["TRACKED_PAGE_VIEWS"] = "tracked.page_views";
|
|
16
|
+
MEASURE["TRACKED_VIEW_CONTENTS"] = "tracked.view_contents";
|
|
17
|
+
MEASURE["TRACKED_ADD_TO_CARTS"] = "tracked.add_to_carts";
|
|
18
|
+
MEASURE["TRACKED_INITIATE_CHECKOUTS"] = "tracked.initiate_checkouts";
|
|
19
|
+
MEASURE["TRACKED_PURCHASES"] = "tracked.purchases";
|
|
20
|
+
MEASURE["TRACKED_REVENUE"] = "tracked.revenue";
|
|
21
|
+
MEASURE["TRACKED_SESSION_CONVERSION_RATE"] = "tracked.session_conversion_rate";
|
|
22
|
+
MEASURE["TRACKED_REVENUE_PER_VISITOR"] = "tracked.revenue_per_visitor";
|
|
23
|
+
MEASURE["TRACKED_REVENUE_PER_SESSION"] = "tracked.revenue_per_session";
|
|
24
|
+
MEASURE["TRACKED_UNIQUE_SESSIONS"] = "tracked.sessions";
|
|
25
|
+
MEASURE["TRACKED_UNIQUE_VISITORS"] = "tracked.visitors";
|
|
26
|
+
MEASURE["TRACKED_ADD_TO_CART_RATE"] = "tracked.add_to_cart_rate";
|
|
27
|
+
MEASURE["TRACKED_VIEW_CONTENT_RATE"] = "tracked.view_content_rate";
|
|
28
|
+
MEASURE["TRACKED_INITIATE_CHECKOUT_RATE"] = "tracked.initiate_checkout_rate";
|
|
29
|
+
MEASURE["TRACKED_ATC_TO_IC_RATE"] = "tracked.atc_to_ic_rate";
|
|
30
|
+
MEASURE["TRACKED_IC_TO_PURCHASE_RATE"] = "tracked.ic_to_purchase_rate";
|
|
31
|
+
MEASURE["TRACKED_TOTAL_EVENTS"] = "tracked.events_processed";
|
|
32
|
+
MEASURE["SHOPIFY_CUSTOMERS"] = "shopify.customers";
|
|
33
|
+
MEASURE["SHOPIFY_ABANDONED_CHECKOUTS_VALUE"] = "shopify.abandoned_checkouts_value";
|
|
34
|
+
MEASURE["SHOPIFY_ABANDONED_CHECKOUTS"] = "shopify.abandoned_checkouts";
|
|
35
|
+
MEASURE["SHOPIFY_REFUNDS"] = "shopify.refunds_count";
|
|
36
|
+
MEASURE["SHOPIFY_REFUND_REVENUE"] = "shopify.refunds_amount";
|
|
37
|
+
MEASURE["SHOPIFY_REFUND_RATE"] = "shopify.refunds_rate";
|
|
38
|
+
MEASURE["SHOPIFY_DISCOUNTS"] = "shopify.discounts_count";
|
|
39
|
+
MEASURE["SHOPIFY_DISCOUNT_AMOUNT"] = "shopify.discount_amount";
|
|
40
|
+
MEASURE["SHOPIFY_DISCOUNT_RATE"] = "shopify.discounts_rate";
|
|
41
|
+
MEASURE["SHOPIFY_ORDERS"] = "shopify.order_count";
|
|
42
|
+
MEASURE["SHOPIFY_REVENUE"] = "shopify.revenue";
|
|
43
|
+
MEASURE["SHOPIFY_AOV"] = "shopify.average_order_value";
|
|
44
|
+
MEASURE["SHOPIFY_TOP_PRODUCTS"] = "shopify.top_products";
|
|
45
|
+
MEASURE["SHOPIFY_CUSTOMER_LTV"] = "shopify.customer_ltv";
|
|
46
|
+
MEASURE["SHOPIFY_REPEAT_CUSTOMER_RATE"] = "shopify.repeat_customer_rate";
|
|
47
|
+
MEASURE["SHOPIFY_TAX_AMOUNT"] = "shopify.tax_amount";
|
|
48
|
+
MEASURE["SHOPIFY_SHIPPING_AMOUNT"] = "shopify.shipping_amount";
|
|
49
|
+
MEASURE["SHOPIFY_SUBTOTAL_AMOUNT"] = "shopify.subtotal_amount";
|
|
50
|
+
MEASURE["SHOPIFY_NEW_CUSTOMER_RATE"] = "shopify.new_customer_rate";
|
|
51
|
+
MEASURE["SHOPIFY_RETURNING_CUSTOMER_RATE"] = "shopify.returning_customer_rate";
|
|
52
|
+
MEASURE["SITE_TTFB"] = "site.ttfb";
|
|
53
|
+
MEASURE["SITE_FCP"] = "site.fcp";
|
|
54
|
+
MEASURE["SITE_LCP"] = "site.lcp";
|
|
55
|
+
MEASURE["SITE_TIME_ON_SITE"] = "site.time_on_site";
|
|
56
|
+
MEASURE["FB_CPC"] = "fb.cpc";
|
|
57
|
+
MEASURE["FB_CTR"] = "fb.ctr";
|
|
58
|
+
MEASURE["FB_ROAS"] = "fb.roas";
|
|
59
|
+
MEASURE["FB_SPEND"] = "fb.spend";
|
|
60
|
+
MEASURE["FB_CPA"] = "fb.cpa";
|
|
61
|
+
MEASURE["FB_IMPRESSIONS"] = "fb.impressions";
|
|
62
|
+
MEASURE["FB_CLICKS"] = "fb.clicks";
|
|
63
|
+
})(MEASURE || (MEASURE = {}));
|
|
64
|
+
export var DIMENSION;
|
|
65
|
+
(function (DIMENSION) {
|
|
66
|
+
DIMENSION["DEVICE_MODEL"] = "device_model";
|
|
67
|
+
DIMENSION["DEVICE_VENDOR"] = "device_vendor";
|
|
68
|
+
DIMENSION["DEVICE_TYPE"] = "device_type";
|
|
69
|
+
DIMENSION["BROWSER"] = "browser";
|
|
70
|
+
DIMENSION["BROWSER_VERSION"] = "browser_version";
|
|
71
|
+
DIMENSION["BROWSER_OS"] = "browser_os";
|
|
72
|
+
DIMENSION["OS"] = "OS";
|
|
73
|
+
DIMENSION["LANDING_PATH"] = "landing_path";
|
|
74
|
+
DIMENSION["PAGE_PATH"] = "path";
|
|
75
|
+
DIMENSION["PAGE_TITLE"] = "title";
|
|
76
|
+
DIMENSION["QUERY_STRING"] = "query";
|
|
77
|
+
DIMENSION["GATEWAY"] = "gateway";
|
|
78
|
+
DIMENSION["CURRENCY"] = "currency";
|
|
79
|
+
DIMENSION["SHIPPING_CODE"] = "shipping_code";
|
|
80
|
+
DIMENSION["IS_MOBILE"] = "is_mobile";
|
|
81
|
+
DIMENSION["IS_WIRELESS"] = "is_wireless";
|
|
82
|
+
DIMENSION["CITY"] = "city";
|
|
83
|
+
DIMENSION["PROVINCE_CODE"] = "province_code";
|
|
84
|
+
DIMENSION["PROVINCE"] = "province";
|
|
85
|
+
DIMENSION["COUNTRY_CODE"] = "country_code";
|
|
86
|
+
DIMENSION["COUNTRY"] = "country";
|
|
87
|
+
DIMENSION["POSTAL_CODE"] = "postal_code";
|
|
88
|
+
DIMENSION["FINANCIAL_STATUS"] = "financial_status";
|
|
89
|
+
DIMENSION["FULFILLMENT_STATUS"] = "fulfillment_status";
|
|
90
|
+
DIMENSION["DISCOUNT_CODE"] = "discount_code";
|
|
91
|
+
DIMENSION["REFERRER"] = "referrer";
|
|
92
|
+
DIMENSION["REFERRER_MEDIUM"] = "referrer_medium";
|
|
93
|
+
DIMENSION["REFERRER_SOURCE"] = "referrer_source";
|
|
94
|
+
DIMENSION["REFERRER_TERM"] = "referrer_term";
|
|
95
|
+
DIMENSION["UTM_CAMPAIGN"] = "utm_campaign";
|
|
96
|
+
DIMENSION["UTM_SOURCE"] = "utm_source";
|
|
97
|
+
DIMENSION["UTM_MEDIUM"] = "utm_medium";
|
|
98
|
+
DIMENSION["UTM_TERM"] = "utm_term";
|
|
99
|
+
DIMENSION["UTM_CONTENT"] = "utm_content";
|
|
100
|
+
DIMENSION["CLICK_NETWORK"] = "click_network";
|
|
101
|
+
DIMENSION["ADBLOCK_DETECTED"] = "adblock_detected";
|
|
102
|
+
DIMENSION["TIMEZONE"] = "timezone";
|
|
103
|
+
DIMENSION["LOCALE"] = "locale";
|
|
104
|
+
DIMENSION["CAMPAIGN"] = "campaign";
|
|
105
|
+
DIMENSION["ADSET"] = "adset";
|
|
106
|
+
DIMENSION["AD"] = "ad";
|
|
107
|
+
})(DIMENSION || (DIMENSION = {}));
|
|
108
108
|
//# sourceMappingURL=query.js.map
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
export interface ShopifyAppInstall {
|
|
2
|
-
shopifyAppInstallId: string;
|
|
3
|
-
shop: string;
|
|
4
|
-
accessToken?: string;
|
|
5
|
-
appStatus?: string;
|
|
6
|
-
appSubscriptionStatus?: ShopifyAppSubscriptionStatus;
|
|
7
|
-
code?: string;
|
|
8
|
-
hmac?: string;
|
|
9
|
-
host?: string;
|
|
10
|
-
installRequest?: ShopifyInstallRequest;
|
|
11
|
-
isAppEnabled?: boolean;
|
|
12
|
-
pixelId?: string;
|
|
13
|
-
shopInfo?: any;
|
|
14
|
-
state?: string;
|
|
15
|
-
timestamp?: number;
|
|
16
|
-
createdAt: string;
|
|
17
|
-
updatedAt: string;
|
|
18
|
-
}
|
|
19
|
-
export declare enum ShopifyAppInstallStatus {
|
|
20
|
-
STARTED = "started",
|
|
21
|
-
PENDING = "pending",
|
|
22
|
-
COMPLETED = "completed",
|
|
23
|
-
UNINSTALLED = "uninstalled",
|
|
24
|
-
FAILED = "failed",
|
|
25
|
-
NONE = "none"
|
|
26
|
-
}
|
|
27
|
-
export declare enum ShopifyAppSubscriptionStatus {
|
|
28
|
-
ACTIVE = "active",
|
|
29
|
-
CANCELLED = "cancelled",
|
|
30
|
-
DECLINED = "declined",
|
|
31
|
-
EXPIRED = "expired",
|
|
32
|
-
FROZEN = "frozen",
|
|
33
|
-
PENDING = "pending",
|
|
34
|
-
NOT_SUBMITTED = "na"
|
|
35
|
-
}
|
|
36
|
-
export interface ShopifyInstallRequest {
|
|
37
|
-
shop?: string;
|
|
38
|
-
session?: string;
|
|
39
|
-
hmac?: string;
|
|
40
|
-
host?: string;
|
|
41
|
-
nonce?: string;
|
|
42
|
-
timestamp?: string;
|
|
43
|
-
status?: string;
|
|
44
|
-
}
|
|
45
|
-
export interface ShopifyStoreInfo {
|
|
46
|
-
[key: string]: any;
|
|
47
|
-
}
|
|
1
|
+
export interface ShopifyAppInstall {
|
|
2
|
+
shopifyAppInstallId: string;
|
|
3
|
+
shop: string;
|
|
4
|
+
accessToken?: string;
|
|
5
|
+
appStatus?: string;
|
|
6
|
+
appSubscriptionStatus?: ShopifyAppSubscriptionStatus;
|
|
7
|
+
code?: string;
|
|
8
|
+
hmac?: string;
|
|
9
|
+
host?: string;
|
|
10
|
+
installRequest?: ShopifyInstallRequest;
|
|
11
|
+
isAppEnabled?: boolean;
|
|
12
|
+
pixelId?: string;
|
|
13
|
+
shopInfo?: any;
|
|
14
|
+
state?: string;
|
|
15
|
+
timestamp?: number;
|
|
16
|
+
createdAt: string;
|
|
17
|
+
updatedAt: string;
|
|
18
|
+
}
|
|
19
|
+
export declare enum ShopifyAppInstallStatus {
|
|
20
|
+
STARTED = "started",
|
|
21
|
+
PENDING = "pending",
|
|
22
|
+
COMPLETED = "completed",
|
|
23
|
+
UNINSTALLED = "uninstalled",
|
|
24
|
+
FAILED = "failed",
|
|
25
|
+
NONE = "none"
|
|
26
|
+
}
|
|
27
|
+
export declare enum ShopifyAppSubscriptionStatus {
|
|
28
|
+
ACTIVE = "active",
|
|
29
|
+
CANCELLED = "cancelled",
|
|
30
|
+
DECLINED = "declined",
|
|
31
|
+
EXPIRED = "expired",
|
|
32
|
+
FROZEN = "frozen",
|
|
33
|
+
PENDING = "pending",
|
|
34
|
+
NOT_SUBMITTED = "na"
|
|
35
|
+
}
|
|
36
|
+
export interface ShopifyInstallRequest {
|
|
37
|
+
shop?: string;
|
|
38
|
+
session?: string;
|
|
39
|
+
hmac?: string;
|
|
40
|
+
host?: string;
|
|
41
|
+
nonce?: string;
|
|
42
|
+
timestamp?: string;
|
|
43
|
+
status?: string;
|
|
44
|
+
}
|
|
45
|
+
export interface ShopifyStoreInfo {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export var ShopifyAppInstallStatus;
|
|
2
|
-
(function (ShopifyAppInstallStatus) {
|
|
3
|
-
ShopifyAppInstallStatus["STARTED"] = "started";
|
|
4
|
-
ShopifyAppInstallStatus["PENDING"] = "pending";
|
|
5
|
-
ShopifyAppInstallStatus["COMPLETED"] = "completed";
|
|
6
|
-
ShopifyAppInstallStatus["UNINSTALLED"] = "uninstalled";
|
|
7
|
-
ShopifyAppInstallStatus["FAILED"] = "failed";
|
|
8
|
-
ShopifyAppInstallStatus["NONE"] = "none";
|
|
9
|
-
})(ShopifyAppInstallStatus || (ShopifyAppInstallStatus = {}));
|
|
10
|
-
export var ShopifyAppSubscriptionStatus;
|
|
11
|
-
(function (ShopifyAppSubscriptionStatus) {
|
|
12
|
-
ShopifyAppSubscriptionStatus["ACTIVE"] = "active";
|
|
13
|
-
ShopifyAppSubscriptionStatus["CANCELLED"] = "cancelled";
|
|
14
|
-
ShopifyAppSubscriptionStatus["DECLINED"] = "declined";
|
|
15
|
-
ShopifyAppSubscriptionStatus["EXPIRED"] = "expired";
|
|
16
|
-
ShopifyAppSubscriptionStatus["FROZEN"] = "frozen";
|
|
17
|
-
ShopifyAppSubscriptionStatus["PENDING"] = "pending";
|
|
18
|
-
ShopifyAppSubscriptionStatus["NOT_SUBMITTED"] = "na";
|
|
19
|
-
})(ShopifyAppSubscriptionStatus || (ShopifyAppSubscriptionStatus = {}));
|
|
1
|
+
export var ShopifyAppInstallStatus;
|
|
2
|
+
(function (ShopifyAppInstallStatus) {
|
|
3
|
+
ShopifyAppInstallStatus["STARTED"] = "started";
|
|
4
|
+
ShopifyAppInstallStatus["PENDING"] = "pending";
|
|
5
|
+
ShopifyAppInstallStatus["COMPLETED"] = "completed";
|
|
6
|
+
ShopifyAppInstallStatus["UNINSTALLED"] = "uninstalled";
|
|
7
|
+
ShopifyAppInstallStatus["FAILED"] = "failed";
|
|
8
|
+
ShopifyAppInstallStatus["NONE"] = "none";
|
|
9
|
+
})(ShopifyAppInstallStatus || (ShopifyAppInstallStatus = {}));
|
|
10
|
+
export var ShopifyAppSubscriptionStatus;
|
|
11
|
+
(function (ShopifyAppSubscriptionStatus) {
|
|
12
|
+
ShopifyAppSubscriptionStatus["ACTIVE"] = "active";
|
|
13
|
+
ShopifyAppSubscriptionStatus["CANCELLED"] = "cancelled";
|
|
14
|
+
ShopifyAppSubscriptionStatus["DECLINED"] = "declined";
|
|
15
|
+
ShopifyAppSubscriptionStatus["EXPIRED"] = "expired";
|
|
16
|
+
ShopifyAppSubscriptionStatus["FROZEN"] = "frozen";
|
|
17
|
+
ShopifyAppSubscriptionStatus["PENDING"] = "pending";
|
|
18
|
+
ShopifyAppSubscriptionStatus["NOT_SUBMITTED"] = "na";
|
|
19
|
+
})(ShopifyAppSubscriptionStatus || (ShopifyAppSubscriptionStatus = {}));
|
|
20
20
|
//# sourceMappingURL=shopify-app-install.js.map
|
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
export interface Subscription {
|
|
2
|
-
id: string;
|
|
3
|
-
accountId?: string;
|
|
4
|
-
shopifyAppInstallId?: string;
|
|
5
|
-
shopifyDomain?: string;
|
|
6
|
-
stripeCustomerId?: string;
|
|
7
|
-
stripeSubscriptionId?: string;
|
|
8
|
-
stripeCompletedCheckoutSession?: any;
|
|
9
|
-
shopifyChargeId?: string;
|
|
10
|
-
subscriptionPlan?: SubscriptionPlan;
|
|
11
|
-
planUsage?: PlanUsage;
|
|
12
|
-
status?: SUBSCRIPTION_STATUS;
|
|
13
|
-
paymentStatus?: PAYMENT_STATUS;
|
|
14
|
-
paymentGateway?: PAYMENT_GATEWAY;
|
|
15
|
-
createdAt: string;
|
|
16
|
-
updatedAt: string;
|
|
17
|
-
}
|
|
18
|
-
export interface SubscriptionPlan {
|
|
19
|
-
id: string;
|
|
20
|
-
planName: string;
|
|
21
|
-
displayName: string;
|
|
22
|
-
description: string;
|
|
23
|
-
sku: string;
|
|
24
|
-
price: number;
|
|
25
|
-
discountedPrice?: number;
|
|
26
|
-
displayPrice: string;
|
|
27
|
-
discountedDisplayPrice?: string;
|
|
28
|
-
billingFrequency: PLAN_BILLING_FREQUENCY;
|
|
29
|
-
trialLengthDays?: number;
|
|
30
|
-
trialRequiresCreditCard?: boolean;
|
|
31
|
-
enableUsage: boolean;
|
|
32
|
-
orderUsageLimit?: number;
|
|
33
|
-
planDesc?: string[];
|
|
34
|
-
unitPriceText?: string;
|
|
35
|
-
isHighlighted?: boolean;
|
|
36
|
-
isBanner?: boolean;
|
|
37
|
-
bannerText?: string;
|
|
38
|
-
bannerColor?: string;
|
|
39
|
-
stripePriceId?: string;
|
|
40
|
-
stripeProductId?: string;
|
|
41
|
-
isActive: boolean;
|
|
42
|
-
isPublic: boolean;
|
|
43
|
-
isDiscountable: boolean;
|
|
44
|
-
discountId?: string;
|
|
45
|
-
discount?: Discount;
|
|
46
|
-
createdAt?: string;
|
|
47
|
-
updatedAt?: string;
|
|
48
|
-
}
|
|
49
|
-
export interface Discount {
|
|
50
|
-
id: string;
|
|
51
|
-
code: string;
|
|
52
|
-
isActive: boolean;
|
|
53
|
-
applicableBillingFrequency: PLAN_BILLING_FREQUENCY;
|
|
54
|
-
billingIntervalDurationLimit: number;
|
|
55
|
-
discountType: DiscountType;
|
|
56
|
-
discountValue: number;
|
|
57
|
-
activeUntil?: string;
|
|
58
|
-
createdAt?: string;
|
|
59
|
-
updatedAt?: string;
|
|
60
|
-
}
|
|
61
|
-
export declare enum DiscountType {
|
|
62
|
-
FIXED = "fixed",
|
|
63
|
-
PERCENTAGE = "percentage"
|
|
64
|
-
}
|
|
65
|
-
export interface PlanUsage {
|
|
66
|
-
usage75: boolean;
|
|
67
|
-
usage90: boolean;
|
|
68
|
-
usageExceeded: boolean;
|
|
69
|
-
lastMonthUsage: number;
|
|
70
|
-
currentMonthUsage: number;
|
|
71
|
-
lastMonthUsageRatio: number;
|
|
72
|
-
currentMonthUsageRatio: number;
|
|
73
|
-
}
|
|
74
|
-
export declare enum PLAN_BILLING_FREQUENCY {
|
|
75
|
-
MONTHLY = "monthly",
|
|
76
|
-
YEARLY = "yearly"
|
|
77
|
-
}
|
|
78
|
-
export declare enum PAYMENT_STATUS {
|
|
79
|
-
CURRENT = "current",
|
|
80
|
-
PAST_DUE = "past_due",
|
|
81
|
-
CANCELLED = "cancelled",
|
|
82
|
-
FAILED = "failed"
|
|
83
|
-
}
|
|
84
|
-
export declare enum SUBSCRIPTION_STATUS {
|
|
85
|
-
ACTIVE = "active",
|
|
86
|
-
CANCELLED = "cancelled",
|
|
87
|
-
DECLINED = "declined",
|
|
88
|
-
EXPIRED = "expired",
|
|
89
|
-
FROZEN = "frozen",
|
|
90
|
-
PENDING = "pending",
|
|
91
|
-
NOT_SUBMITTED = "na"
|
|
92
|
-
}
|
|
93
|
-
export declare enum PAYMENT_GATEWAY {
|
|
94
|
-
STRIPE = "stripe",
|
|
95
|
-
PAYPAL = "paypal",
|
|
96
|
-
SHOPIFY = "shopify"
|
|
97
|
-
}
|
|
1
|
+
export interface Subscription {
|
|
2
|
+
id: string;
|
|
3
|
+
accountId?: string;
|
|
4
|
+
shopifyAppInstallId?: string;
|
|
5
|
+
shopifyDomain?: string;
|
|
6
|
+
stripeCustomerId?: string;
|
|
7
|
+
stripeSubscriptionId?: string;
|
|
8
|
+
stripeCompletedCheckoutSession?: any;
|
|
9
|
+
shopifyChargeId?: string;
|
|
10
|
+
subscriptionPlan?: SubscriptionPlan;
|
|
11
|
+
planUsage?: PlanUsage;
|
|
12
|
+
status?: SUBSCRIPTION_STATUS;
|
|
13
|
+
paymentStatus?: PAYMENT_STATUS;
|
|
14
|
+
paymentGateway?: PAYMENT_GATEWAY;
|
|
15
|
+
createdAt: string;
|
|
16
|
+
updatedAt: string;
|
|
17
|
+
}
|
|
18
|
+
export interface SubscriptionPlan {
|
|
19
|
+
id: string;
|
|
20
|
+
planName: string;
|
|
21
|
+
displayName: string;
|
|
22
|
+
description: string;
|
|
23
|
+
sku: string;
|
|
24
|
+
price: number;
|
|
25
|
+
discountedPrice?: number;
|
|
26
|
+
displayPrice: string;
|
|
27
|
+
discountedDisplayPrice?: string;
|
|
28
|
+
billingFrequency: PLAN_BILLING_FREQUENCY;
|
|
29
|
+
trialLengthDays?: number;
|
|
30
|
+
trialRequiresCreditCard?: boolean;
|
|
31
|
+
enableUsage: boolean;
|
|
32
|
+
orderUsageLimit?: number;
|
|
33
|
+
planDesc?: string[];
|
|
34
|
+
unitPriceText?: string;
|
|
35
|
+
isHighlighted?: boolean;
|
|
36
|
+
isBanner?: boolean;
|
|
37
|
+
bannerText?: string;
|
|
38
|
+
bannerColor?: string;
|
|
39
|
+
stripePriceId?: string;
|
|
40
|
+
stripeProductId?: string;
|
|
41
|
+
isActive: boolean;
|
|
42
|
+
isPublic: boolean;
|
|
43
|
+
isDiscountable: boolean;
|
|
44
|
+
discountId?: string;
|
|
45
|
+
discount?: Discount;
|
|
46
|
+
createdAt?: string;
|
|
47
|
+
updatedAt?: string;
|
|
48
|
+
}
|
|
49
|
+
export interface Discount {
|
|
50
|
+
id: string;
|
|
51
|
+
code: string;
|
|
52
|
+
isActive: boolean;
|
|
53
|
+
applicableBillingFrequency: PLAN_BILLING_FREQUENCY;
|
|
54
|
+
billingIntervalDurationLimit: number;
|
|
55
|
+
discountType: DiscountType;
|
|
56
|
+
discountValue: number;
|
|
57
|
+
activeUntil?: string;
|
|
58
|
+
createdAt?: string;
|
|
59
|
+
updatedAt?: string;
|
|
60
|
+
}
|
|
61
|
+
export declare enum DiscountType {
|
|
62
|
+
FIXED = "fixed",
|
|
63
|
+
PERCENTAGE = "percentage"
|
|
64
|
+
}
|
|
65
|
+
export interface PlanUsage {
|
|
66
|
+
usage75: boolean;
|
|
67
|
+
usage90: boolean;
|
|
68
|
+
usageExceeded: boolean;
|
|
69
|
+
lastMonthUsage: number;
|
|
70
|
+
currentMonthUsage: number;
|
|
71
|
+
lastMonthUsageRatio: number;
|
|
72
|
+
currentMonthUsageRatio: number;
|
|
73
|
+
}
|
|
74
|
+
export declare enum PLAN_BILLING_FREQUENCY {
|
|
75
|
+
MONTHLY = "monthly",
|
|
76
|
+
YEARLY = "yearly"
|
|
77
|
+
}
|
|
78
|
+
export declare enum PAYMENT_STATUS {
|
|
79
|
+
CURRENT = "current",
|
|
80
|
+
PAST_DUE = "past_due",
|
|
81
|
+
CANCELLED = "cancelled",
|
|
82
|
+
FAILED = "failed"
|
|
83
|
+
}
|
|
84
|
+
export declare enum SUBSCRIPTION_STATUS {
|
|
85
|
+
ACTIVE = "active",
|
|
86
|
+
CANCELLED = "cancelled",
|
|
87
|
+
DECLINED = "declined",
|
|
88
|
+
EXPIRED = "expired",
|
|
89
|
+
FROZEN = "frozen",
|
|
90
|
+
PENDING = "pending",
|
|
91
|
+
NOT_SUBMITTED = "na"
|
|
92
|
+
}
|
|
93
|
+
export declare enum PAYMENT_GATEWAY {
|
|
94
|
+
STRIPE = "stripe",
|
|
95
|
+
PAYPAL = "paypal",
|
|
96
|
+
SHOPIFY = "shopify"
|
|
97
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
export var DiscountType;
|
|
2
|
-
(function (DiscountType) {
|
|
3
|
-
DiscountType["FIXED"] = "fixed";
|
|
4
|
-
DiscountType["PERCENTAGE"] = "percentage";
|
|
5
|
-
})(DiscountType || (DiscountType = {}));
|
|
6
|
-
export var PLAN_BILLING_FREQUENCY;
|
|
7
|
-
(function (PLAN_BILLING_FREQUENCY) {
|
|
8
|
-
PLAN_BILLING_FREQUENCY["MONTHLY"] = "monthly";
|
|
9
|
-
PLAN_BILLING_FREQUENCY["YEARLY"] = "yearly";
|
|
10
|
-
})(PLAN_BILLING_FREQUENCY || (PLAN_BILLING_FREQUENCY = {}));
|
|
11
|
-
export var PAYMENT_STATUS;
|
|
12
|
-
(function (PAYMENT_STATUS) {
|
|
13
|
-
PAYMENT_STATUS["CURRENT"] = "current";
|
|
14
|
-
PAYMENT_STATUS["PAST_DUE"] = "past_due";
|
|
15
|
-
PAYMENT_STATUS["CANCELLED"] = "cancelled";
|
|
16
|
-
PAYMENT_STATUS["FAILED"] = "failed";
|
|
17
|
-
})(PAYMENT_STATUS || (PAYMENT_STATUS = {}));
|
|
18
|
-
export var SUBSCRIPTION_STATUS;
|
|
19
|
-
(function (SUBSCRIPTION_STATUS) {
|
|
20
|
-
SUBSCRIPTION_STATUS["ACTIVE"] = "active";
|
|
21
|
-
SUBSCRIPTION_STATUS["CANCELLED"] = "cancelled";
|
|
22
|
-
SUBSCRIPTION_STATUS["DECLINED"] = "declined";
|
|
23
|
-
SUBSCRIPTION_STATUS["EXPIRED"] = "expired";
|
|
24
|
-
SUBSCRIPTION_STATUS["FROZEN"] = "frozen";
|
|
25
|
-
SUBSCRIPTION_STATUS["PENDING"] = "pending";
|
|
26
|
-
SUBSCRIPTION_STATUS["NOT_SUBMITTED"] = "na";
|
|
27
|
-
})(SUBSCRIPTION_STATUS || (SUBSCRIPTION_STATUS = {}));
|
|
28
|
-
export var PAYMENT_GATEWAY;
|
|
29
|
-
(function (PAYMENT_GATEWAY) {
|
|
30
|
-
PAYMENT_GATEWAY["STRIPE"] = "stripe";
|
|
31
|
-
PAYMENT_GATEWAY["PAYPAL"] = "paypal";
|
|
32
|
-
PAYMENT_GATEWAY["SHOPIFY"] = "shopify";
|
|
33
|
-
})(PAYMENT_GATEWAY || (PAYMENT_GATEWAY = {}));
|
|
1
|
+
export var DiscountType;
|
|
2
|
+
(function (DiscountType) {
|
|
3
|
+
DiscountType["FIXED"] = "fixed";
|
|
4
|
+
DiscountType["PERCENTAGE"] = "percentage";
|
|
5
|
+
})(DiscountType || (DiscountType = {}));
|
|
6
|
+
export var PLAN_BILLING_FREQUENCY;
|
|
7
|
+
(function (PLAN_BILLING_FREQUENCY) {
|
|
8
|
+
PLAN_BILLING_FREQUENCY["MONTHLY"] = "monthly";
|
|
9
|
+
PLAN_BILLING_FREQUENCY["YEARLY"] = "yearly";
|
|
10
|
+
})(PLAN_BILLING_FREQUENCY || (PLAN_BILLING_FREQUENCY = {}));
|
|
11
|
+
export var PAYMENT_STATUS;
|
|
12
|
+
(function (PAYMENT_STATUS) {
|
|
13
|
+
PAYMENT_STATUS["CURRENT"] = "current";
|
|
14
|
+
PAYMENT_STATUS["PAST_DUE"] = "past_due";
|
|
15
|
+
PAYMENT_STATUS["CANCELLED"] = "cancelled";
|
|
16
|
+
PAYMENT_STATUS["FAILED"] = "failed";
|
|
17
|
+
})(PAYMENT_STATUS || (PAYMENT_STATUS = {}));
|
|
18
|
+
export var SUBSCRIPTION_STATUS;
|
|
19
|
+
(function (SUBSCRIPTION_STATUS) {
|
|
20
|
+
SUBSCRIPTION_STATUS["ACTIVE"] = "active";
|
|
21
|
+
SUBSCRIPTION_STATUS["CANCELLED"] = "cancelled";
|
|
22
|
+
SUBSCRIPTION_STATUS["DECLINED"] = "declined";
|
|
23
|
+
SUBSCRIPTION_STATUS["EXPIRED"] = "expired";
|
|
24
|
+
SUBSCRIPTION_STATUS["FROZEN"] = "frozen";
|
|
25
|
+
SUBSCRIPTION_STATUS["PENDING"] = "pending";
|
|
26
|
+
SUBSCRIPTION_STATUS["NOT_SUBMITTED"] = "na";
|
|
27
|
+
})(SUBSCRIPTION_STATUS || (SUBSCRIPTION_STATUS = {}));
|
|
28
|
+
export var PAYMENT_GATEWAY;
|
|
29
|
+
(function (PAYMENT_GATEWAY) {
|
|
30
|
+
PAYMENT_GATEWAY["STRIPE"] = "stripe";
|
|
31
|
+
PAYMENT_GATEWAY["PAYPAL"] = "paypal";
|
|
32
|
+
PAYMENT_GATEWAY["SHOPIFY"] = "shopify";
|
|
33
|
+
})(PAYMENT_GATEWAY || (PAYMENT_GATEWAY = {}));
|
|
34
34
|
//# sourceMappingURL=subscription.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { TrackingEvent } from '../event';
|
|
2
|
-
export interface TrackingEventRecord {
|
|
3
|
-
eventId: string;
|
|
4
|
-
eventName: string;
|
|
5
|
-
trackingEvent: TrackingEvent;
|
|
6
|
-
pixelId: string;
|
|
7
|
-
pixelIdEventName: string;
|
|
8
|
-
ipAddressUserAgent: string;
|
|
9
|
-
collectedAt: string;
|
|
10
|
-
expiredAt: number;
|
|
11
|
-
}
|
|
1
|
+
import { TrackingEvent } from '../event';
|
|
2
|
+
export interface TrackingEventRecord {
|
|
3
|
+
eventId: string;
|
|
4
|
+
eventName: string;
|
|
5
|
+
trackingEvent: TrackingEvent;
|
|
6
|
+
pixelId: string;
|
|
7
|
+
pixelIdEventName: string;
|
|
8
|
+
ipAddressUserAgent: string;
|
|
9
|
+
collectedAt: string;
|
|
10
|
+
expiredAt: number;
|
|
11
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=tracking-events.js.map
|