@adtrackify/at-tracking-event-types 2.0.66 → 2.0.67

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 (127) hide show
  1. package/dist/cjs/index.d.ts +1 -1
  2. package/dist/cjs/index.js +17 -17
  3. package/dist/cjs/types/api/account.d.ts +36 -36
  4. package/dist/cjs/types/api/account.js +9 -9
  5. package/dist/cjs/types/api/destination-tracked-events.d.ts +11 -11
  6. package/dist/cjs/types/api/destination-tracked-events.js +3 -3
  7. package/dist/cjs/types/api/destinations/destination-catalog.d.ts +30 -30
  8. package/dist/cjs/types/api/destinations/destination-catalog.js +2 -2
  9. package/dist/cjs/types/api/destinations/destinations.d.ts +65 -65
  10. package/dist/cjs/types/api/destinations/destinations.js +26 -26
  11. package/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +53 -53
  12. package/dist/cjs/types/api/destinations/third-party-destination-configs.js +9 -9
  13. package/dist/cjs/types/api/event-status.d.ts +18 -18
  14. package/dist/cjs/types/api/event-status.js +9 -9
  15. package/dist/cjs/types/api/index.d.ts +13 -13
  16. package/dist/cjs/types/api/index.js +29 -29
  17. package/dist/cjs/types/api/log-events.d.ts +16 -16
  18. package/dist/cjs/types/api/log-events.js +2 -2
  19. package/dist/cjs/types/api/pixel-setup-health.d.ts +18 -18
  20. package/dist/cjs/types/api/pixel-setup-health.js +2 -2
  21. package/dist/cjs/types/api/query.d.ts +150 -150
  22. package/dist/cjs/types/api/query.js +100 -100
  23. package/dist/cjs/types/api/shopify-app-install.d.ts +47 -47
  24. package/dist/cjs/types/api/shopify-app-install.js +22 -22
  25. package/dist/cjs/types/api/subscription.d.ts +71 -71
  26. package/dist/cjs/types/api/subscription.js +31 -31
  27. package/dist/cjs/types/api/tracking-events.d.ts +11 -11
  28. package/dist/cjs/types/api/tracking-events.js +2 -2
  29. package/dist/cjs/types/api/user.d.ts +13 -13
  30. package/dist/cjs/types/api/user.js +2 -2
  31. package/dist/cjs/types/common/address.d.ts +15 -15
  32. package/dist/cjs/types/common/address.js +2 -2
  33. package/dist/cjs/types/common/currency.d.ts +1 -1
  34. package/dist/cjs/types/common/currency.js +63 -63
  35. package/dist/cjs/types/common/index.d.ts +2 -2
  36. package/dist/cjs/types/common/index.js +18 -18
  37. package/dist/cjs/types/event/base/event-name-enum.d.ts +47 -36
  38. package/dist/cjs/types/event/base/event-name-enum.js +53 -42
  39. package/dist/cjs/types/event/base/event-name-enum.js.map +1 -1
  40. package/dist/cjs/types/event/base/event.d.ts +20 -20
  41. package/dist/cjs/types/event/base/event.js +10 -10
  42. package/dist/cjs/types/event/base/index.d.ts +2 -2
  43. package/dist/cjs/types/event/base/index.js +18 -18
  44. package/dist/cjs/types/event/context/event-context-identity.d.ts +18 -18
  45. package/dist/cjs/types/event/context/event-context-identity.js +2 -2
  46. package/dist/cjs/types/event/context/event-context.d.ts +143 -143
  47. package/dist/cjs/types/event/context/event-context.js +2 -2
  48. package/dist/cjs/types/event/context/index.d.ts +2 -2
  49. package/dist/cjs/types/event/context/index.js +18 -18
  50. package/dist/cjs/types/event/index.d.ts +5 -5
  51. package/dist/cjs/types/event/index.js +21 -21
  52. package/dist/cjs/types/event/log-event.d.ts +35 -35
  53. package/dist/cjs/types/event/log-event.js +22 -22
  54. package/dist/cjs/types/event/metric-event.d.ts +13 -13
  55. package/dist/cjs/types/event/metric-event.js +2 -2
  56. package/dist/cjs/types/event/tracking-event.d.ts +62 -62
  57. package/dist/cjs/types/event/tracking-event.js +2 -2
  58. package/dist/cjs/types/event-bus-event.d.ts +25 -25
  59. package/dist/cjs/types/event-bus-event.js +2 -2
  60. package/dist/cjs/types/index.d.ts +5 -5
  61. package/dist/cjs/types/index.js +21 -21
  62. package/dist/cjs/types/third-party-event-configuration-types.d.ts +9 -9
  63. package/dist/cjs/types/third-party-event-configuration-types.js +2 -2
  64. package/dist/esm/index.d.ts +1 -1
  65. package/dist/esm/index.js +1 -1
  66. package/dist/esm/types/api/account.d.ts +36 -36
  67. package/dist/esm/types/api/account.js +6 -6
  68. package/dist/esm/types/api/destination-tracked-events.d.ts +11 -11
  69. package/dist/esm/types/api/destination-tracked-events.js +1 -1
  70. package/dist/esm/types/api/destinations/destination-catalog.d.ts +30 -30
  71. package/dist/esm/types/api/destinations/destination-catalog.js +1 -1
  72. package/dist/esm/types/api/destinations/destinations.d.ts +65 -65
  73. package/dist/esm/types/api/destinations/destinations.js +23 -23
  74. package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +53 -53
  75. package/dist/esm/types/api/destinations/third-party-destination-configs.js +6 -6
  76. package/dist/esm/types/api/event-status.d.ts +18 -18
  77. package/dist/esm/types/api/event-status.js +6 -6
  78. package/dist/esm/types/api/index.d.ts +13 -13
  79. package/dist/esm/types/api/index.js +13 -13
  80. package/dist/esm/types/api/log-events.d.ts +16 -16
  81. package/dist/esm/types/api/log-events.js +1 -1
  82. package/dist/esm/types/api/pixel-setup-health.d.ts +18 -18
  83. package/dist/esm/types/api/pixel-setup-health.js +1 -1
  84. package/dist/esm/types/api/query.d.ts +150 -150
  85. package/dist/esm/types/api/query.js +97 -97
  86. package/dist/esm/types/api/shopify-app-install.d.ts +47 -47
  87. package/dist/esm/types/api/shopify-app-install.js +19 -19
  88. package/dist/esm/types/api/subscription.d.ts +71 -71
  89. package/dist/esm/types/api/subscription.js +28 -28
  90. package/dist/esm/types/api/tracking-events.d.ts +11 -11
  91. package/dist/esm/types/api/tracking-events.js +1 -1
  92. package/dist/esm/types/api/user.d.ts +13 -13
  93. package/dist/esm/types/api/user.js +1 -1
  94. package/dist/esm/types/common/address.d.ts +15 -15
  95. package/dist/esm/types/common/address.js +1 -1
  96. package/dist/esm/types/common/currency.d.ts +1 -1
  97. package/dist/esm/types/common/currency.js +60 -60
  98. package/dist/esm/types/common/index.d.ts +2 -2
  99. package/dist/esm/types/common/index.js +2 -2
  100. package/dist/esm/types/event/base/event-name-enum.d.ts +47 -36
  101. package/dist/esm/types/event/base/event-name-enum.js +50 -39
  102. package/dist/esm/types/event/base/event-name-enum.js.map +1 -1
  103. package/dist/esm/types/event/base/event.d.ts +20 -20
  104. package/dist/esm/types/event/base/event.js +7 -7
  105. package/dist/esm/types/event/base/index.d.ts +2 -2
  106. package/dist/esm/types/event/base/index.js +2 -2
  107. package/dist/esm/types/event/context/event-context-identity.d.ts +18 -18
  108. package/dist/esm/types/event/context/event-context-identity.js +1 -1
  109. package/dist/esm/types/event/context/event-context.d.ts +143 -143
  110. package/dist/esm/types/event/context/event-context.js +1 -1
  111. package/dist/esm/types/event/context/index.d.ts +2 -2
  112. package/dist/esm/types/event/context/index.js +2 -2
  113. package/dist/esm/types/event/index.d.ts +5 -5
  114. package/dist/esm/types/event/index.js +5 -5
  115. package/dist/esm/types/event/log-event.d.ts +35 -35
  116. package/dist/esm/types/event/log-event.js +19 -19
  117. package/dist/esm/types/event/metric-event.d.ts +13 -13
  118. package/dist/esm/types/event/metric-event.js +1 -1
  119. package/dist/esm/types/event/tracking-event.d.ts +62 -62
  120. package/dist/esm/types/event/tracking-event.js +1 -1
  121. package/dist/esm/types/event-bus-event.d.ts +25 -25
  122. package/dist/esm/types/event-bus-event.js +1 -1
  123. package/dist/esm/types/index.d.ts +5 -5
  124. package/dist/esm/types/index.js +5 -5
  125. package/dist/esm/types/third-party-event-configuration-types.d.ts +9 -9
  126. package/dist/esm/types/third-party-event-configuration-types.js +1 -1
  127. package/package.json +1 -1
@@ -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,23 +1,23 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ShopifyAppSubscriptionStatus = exports.ShopifyAppInstallStatus = void 0;
4
- var ShopifyAppInstallStatus;
5
- (function (ShopifyAppInstallStatus) {
6
- ShopifyAppInstallStatus["STARTED"] = "started";
7
- ShopifyAppInstallStatus["PENDING"] = "pending";
8
- ShopifyAppInstallStatus["COMPLETED"] = "completed";
9
- ShopifyAppInstallStatus["UNINSTALLED"] = "uninstalled";
10
- ShopifyAppInstallStatus["FAILED"] = "failed";
11
- ShopifyAppInstallStatus["NONE"] = "none";
12
- })(ShopifyAppInstallStatus = exports.ShopifyAppInstallStatus || (exports.ShopifyAppInstallStatus = {}));
13
- var ShopifyAppSubscriptionStatus;
14
- (function (ShopifyAppSubscriptionStatus) {
15
- ShopifyAppSubscriptionStatus["ACTIVE"] = "active";
16
- ShopifyAppSubscriptionStatus["CANCELLED"] = "cancelled";
17
- ShopifyAppSubscriptionStatus["DECLINED"] = "declined";
18
- ShopifyAppSubscriptionStatus["EXPIRED"] = "expired";
19
- ShopifyAppSubscriptionStatus["FROZEN"] = "frozen";
20
- ShopifyAppSubscriptionStatus["PENDING"] = "pending";
21
- ShopifyAppSubscriptionStatus["NOT_SUBMITTED"] = "na";
22
- })(ShopifyAppSubscriptionStatus = exports.ShopifyAppSubscriptionStatus || (exports.ShopifyAppSubscriptionStatus = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShopifyAppSubscriptionStatus = exports.ShopifyAppInstallStatus = void 0;
4
+ var ShopifyAppInstallStatus;
5
+ (function (ShopifyAppInstallStatus) {
6
+ ShopifyAppInstallStatus["STARTED"] = "started";
7
+ ShopifyAppInstallStatus["PENDING"] = "pending";
8
+ ShopifyAppInstallStatus["COMPLETED"] = "completed";
9
+ ShopifyAppInstallStatus["UNINSTALLED"] = "uninstalled";
10
+ ShopifyAppInstallStatus["FAILED"] = "failed";
11
+ ShopifyAppInstallStatus["NONE"] = "none";
12
+ })(ShopifyAppInstallStatus = exports.ShopifyAppInstallStatus || (exports.ShopifyAppInstallStatus = {}));
13
+ var ShopifyAppSubscriptionStatus;
14
+ (function (ShopifyAppSubscriptionStatus) {
15
+ ShopifyAppSubscriptionStatus["ACTIVE"] = "active";
16
+ ShopifyAppSubscriptionStatus["CANCELLED"] = "cancelled";
17
+ ShopifyAppSubscriptionStatus["DECLINED"] = "declined";
18
+ ShopifyAppSubscriptionStatus["EXPIRED"] = "expired";
19
+ ShopifyAppSubscriptionStatus["FROZEN"] = "frozen";
20
+ ShopifyAppSubscriptionStatus["PENDING"] = "pending";
21
+ ShopifyAppSubscriptionStatus["NOT_SUBMITTED"] = "na";
22
+ })(ShopifyAppSubscriptionStatus = exports.ShopifyAppSubscriptionStatus || (exports.ShopifyAppSubscriptionStatus = {}));
23
23
  //# sourceMappingURL=shopify-app-install.js.map
@@ -1,71 +1,71 @@
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: number;
20
- planName: string;
21
- displayName: string;
22
- description: string;
23
- sku: string;
24
- price: string;
25
- displayPrice: string;
26
- billingFrequency: PLAN_BILLING_FREQUENCY;
27
- trialLengthDays?: number;
28
- trialRequiresCreditCard?: boolean;
29
- orderUsageLimit?: number;
30
- planDesc?: string[];
31
- unitPriceText?: string;
32
- isHighlighted?: boolean;
33
- isBanner?: boolean;
34
- bannerText?: string;
35
- bannerColor?: string;
36
- stripePriceId?: string;
37
- stripeProductId?: string;
38
- }
39
- export interface PlanUsage {
40
- usage75: boolean;
41
- usage90: boolean;
42
- usageExceeded: boolean;
43
- lastMonthUsage: number;
44
- currentMonthUsage: number;
45
- lastMonthUsageRatio: number;
46
- currentMonthUsageRatio: number;
47
- }
48
- export declare enum PLAN_BILLING_FREQUENCY {
49
- MONTHLY = "monthly",
50
- YEARLY = "yearly"
51
- }
52
- export declare enum PAYMENT_STATUS {
53
- CURRENT = "current",
54
- PAST_DUE = "past_due",
55
- CANCELLED = "cancelled",
56
- FAILED = "failed"
57
- }
58
- export declare enum SUBSCRIPTION_STATUS {
59
- ACTIVE = "active",
60
- CANCELLED = "cancelled",
61
- DECLINED = "declined",
62
- EXPIRED = "expired",
63
- FROZEN = "frozen",
64
- PENDING = "pending",
65
- NOT_SUBMITTED = "na"
66
- }
67
- export declare enum PAYMENT_GATEWAY {
68
- STRIPE = "stripe",
69
- PAYPAL = "paypal",
70
- SHOPIFY = "shopify"
71
- }
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: number;
20
+ planName: string;
21
+ displayName: string;
22
+ description: string;
23
+ sku: string;
24
+ price: string;
25
+ displayPrice: string;
26
+ billingFrequency: PLAN_BILLING_FREQUENCY;
27
+ trialLengthDays?: number;
28
+ trialRequiresCreditCard?: boolean;
29
+ orderUsageLimit?: number;
30
+ planDesc?: string[];
31
+ unitPriceText?: string;
32
+ isHighlighted?: boolean;
33
+ isBanner?: boolean;
34
+ bannerText?: string;
35
+ bannerColor?: string;
36
+ stripePriceId?: string;
37
+ stripeProductId?: string;
38
+ }
39
+ export interface PlanUsage {
40
+ usage75: boolean;
41
+ usage90: boolean;
42
+ usageExceeded: boolean;
43
+ lastMonthUsage: number;
44
+ currentMonthUsage: number;
45
+ lastMonthUsageRatio: number;
46
+ currentMonthUsageRatio: number;
47
+ }
48
+ export declare enum PLAN_BILLING_FREQUENCY {
49
+ MONTHLY = "monthly",
50
+ YEARLY = "yearly"
51
+ }
52
+ export declare enum PAYMENT_STATUS {
53
+ CURRENT = "current",
54
+ PAST_DUE = "past_due",
55
+ CANCELLED = "cancelled",
56
+ FAILED = "failed"
57
+ }
58
+ export declare enum SUBSCRIPTION_STATUS {
59
+ ACTIVE = "active",
60
+ CANCELLED = "cancelled",
61
+ DECLINED = "declined",
62
+ EXPIRED = "expired",
63
+ FROZEN = "frozen",
64
+ PENDING = "pending",
65
+ NOT_SUBMITTED = "na"
66
+ }
67
+ export declare enum PAYMENT_GATEWAY {
68
+ STRIPE = "stripe",
69
+ PAYPAL = "paypal",
70
+ SHOPIFY = "shopify"
71
+ }
@@ -1,32 +1,32 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PAYMENT_GATEWAY = exports.SUBSCRIPTION_STATUS = exports.PAYMENT_STATUS = exports.PLAN_BILLING_FREQUENCY = void 0;
4
- var PLAN_BILLING_FREQUENCY;
5
- (function (PLAN_BILLING_FREQUENCY) {
6
- PLAN_BILLING_FREQUENCY["MONTHLY"] = "monthly";
7
- PLAN_BILLING_FREQUENCY["YEARLY"] = "yearly";
8
- })(PLAN_BILLING_FREQUENCY = exports.PLAN_BILLING_FREQUENCY || (exports.PLAN_BILLING_FREQUENCY = {}));
9
- var PAYMENT_STATUS;
10
- (function (PAYMENT_STATUS) {
11
- PAYMENT_STATUS["CURRENT"] = "current";
12
- PAYMENT_STATUS["PAST_DUE"] = "past_due";
13
- PAYMENT_STATUS["CANCELLED"] = "cancelled";
14
- PAYMENT_STATUS["FAILED"] = "failed";
15
- })(PAYMENT_STATUS = exports.PAYMENT_STATUS || (exports.PAYMENT_STATUS = {}));
16
- var SUBSCRIPTION_STATUS;
17
- (function (SUBSCRIPTION_STATUS) {
18
- SUBSCRIPTION_STATUS["ACTIVE"] = "active";
19
- SUBSCRIPTION_STATUS["CANCELLED"] = "cancelled";
20
- SUBSCRIPTION_STATUS["DECLINED"] = "declined";
21
- SUBSCRIPTION_STATUS["EXPIRED"] = "expired";
22
- SUBSCRIPTION_STATUS["FROZEN"] = "frozen";
23
- SUBSCRIPTION_STATUS["PENDING"] = "pending";
24
- SUBSCRIPTION_STATUS["NOT_SUBMITTED"] = "na";
25
- })(SUBSCRIPTION_STATUS = exports.SUBSCRIPTION_STATUS || (exports.SUBSCRIPTION_STATUS = {}));
26
- var PAYMENT_GATEWAY;
27
- (function (PAYMENT_GATEWAY) {
28
- PAYMENT_GATEWAY["STRIPE"] = "stripe";
29
- PAYMENT_GATEWAY["PAYPAL"] = "paypal";
30
- PAYMENT_GATEWAY["SHOPIFY"] = "shopify";
31
- })(PAYMENT_GATEWAY = exports.PAYMENT_GATEWAY || (exports.PAYMENT_GATEWAY = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PAYMENT_GATEWAY = exports.SUBSCRIPTION_STATUS = exports.PAYMENT_STATUS = exports.PLAN_BILLING_FREQUENCY = void 0;
4
+ var PLAN_BILLING_FREQUENCY;
5
+ (function (PLAN_BILLING_FREQUENCY) {
6
+ PLAN_BILLING_FREQUENCY["MONTHLY"] = "monthly";
7
+ PLAN_BILLING_FREQUENCY["YEARLY"] = "yearly";
8
+ })(PLAN_BILLING_FREQUENCY = exports.PLAN_BILLING_FREQUENCY || (exports.PLAN_BILLING_FREQUENCY = {}));
9
+ var PAYMENT_STATUS;
10
+ (function (PAYMENT_STATUS) {
11
+ PAYMENT_STATUS["CURRENT"] = "current";
12
+ PAYMENT_STATUS["PAST_DUE"] = "past_due";
13
+ PAYMENT_STATUS["CANCELLED"] = "cancelled";
14
+ PAYMENT_STATUS["FAILED"] = "failed";
15
+ })(PAYMENT_STATUS = exports.PAYMENT_STATUS || (exports.PAYMENT_STATUS = {}));
16
+ var SUBSCRIPTION_STATUS;
17
+ (function (SUBSCRIPTION_STATUS) {
18
+ SUBSCRIPTION_STATUS["ACTIVE"] = "active";
19
+ SUBSCRIPTION_STATUS["CANCELLED"] = "cancelled";
20
+ SUBSCRIPTION_STATUS["DECLINED"] = "declined";
21
+ SUBSCRIPTION_STATUS["EXPIRED"] = "expired";
22
+ SUBSCRIPTION_STATUS["FROZEN"] = "frozen";
23
+ SUBSCRIPTION_STATUS["PENDING"] = "pending";
24
+ SUBSCRIPTION_STATUS["NOT_SUBMITTED"] = "na";
25
+ })(SUBSCRIPTION_STATUS = exports.SUBSCRIPTION_STATUS || (exports.SUBSCRIPTION_STATUS = {}));
26
+ var PAYMENT_GATEWAY;
27
+ (function (PAYMENT_GATEWAY) {
28
+ PAYMENT_GATEWAY["STRIPE"] = "stripe";
29
+ PAYMENT_GATEWAY["PAYPAL"] = "paypal";
30
+ PAYMENT_GATEWAY["SHOPIFY"] = "shopify";
31
+ })(PAYMENT_GATEWAY = exports.PAYMENT_GATEWAY || (exports.PAYMENT_GATEWAY = {}));
32
32
  //# 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,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=tracking-events.js.map
@@ -1,13 +1,13 @@
1
- export interface User {
2
- id: string;
3
- sub: string;
4
- userId: string;
5
- Username: string;
6
- UserLastModifiedDate: string;
7
- Enabled: boolean;
8
- UserStatus: string;
9
- email: string;
10
- email_verified: string;
11
- name: string;
12
- family_name: string;
13
- }
1
+ export interface User {
2
+ id: string;
3
+ sub: string;
4
+ userId: string;
5
+ Username: string;
6
+ UserLastModifiedDate: string;
7
+ Enabled: boolean;
8
+ UserStatus: string;
9
+ email: string;
10
+ email_verified: string;
11
+ name: string;
12
+ family_name: string;
13
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=user.js.map
@@ -1,15 +1,15 @@
1
- export interface AddressInfo {
2
- email?: string;
3
- phone?: string;
4
- firstName?: string;
5
- lastName?: string;
6
- company?: string;
7
- address1?: string;
8
- address2?: string;
9
- city?: string;
10
- province?: string;
11
- provinceCode?: string;
12
- country?: string;
13
- countryCode?: string;
14
- zip?: string;
15
- }
1
+ export interface AddressInfo {
2
+ email?: string;
3
+ phone?: string;
4
+ firstName?: string;
5
+ lastName?: string;
6
+ company?: string;
7
+ address1?: string;
8
+ address2?: string;
9
+ city?: string;
10
+ province?: string;
11
+ provinceCode?: string;
12
+ country?: string;
13
+ countryCode?: string;
14
+ zip?: string;
15
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=address.js.map
@@ -1 +1 @@
1
- export declare const Currencies: string[];
1
+ export declare const Currencies: string[];
@@ -1,64 +1,64 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Currencies = void 0;
4
- exports.Currencies = [
5
- 'AED',
6
- 'ARS',
7
- 'AUD',
8
- 'BDT',
9
- 'BIF',
10
- 'BOB',
11
- 'BRL',
12
- 'CAD',
13
- 'CHF',
14
- 'CLP',
15
- 'CNY',
16
- 'COP',
17
- 'CRC',
18
- 'CZK',
19
- 'DKK',
20
- 'DZD',
21
- 'EGP',
22
- 'EUR',
23
- 'GBP',
24
- 'GTQ',
25
- 'HKD',
26
- 'HNL',
27
- 'HUF',
28
- 'IDR',
29
- 'ILS',
30
- 'INR',
31
- 'ISK',
32
- 'JPY',
33
- 'KES',
34
- 'KRW',
35
- 'KWD',
36
- 'KZT',
37
- 'MAD',
38
- 'MOP',
39
- 'MXN',
40
- 'MYR',
41
- 'NGN',
42
- 'NIO',
43
- 'NOK',
44
- 'NZD',
45
- 'PEN',
46
- 'PHP',
47
- 'PKR',
48
- 'PLN',
49
- 'PYG',
50
- 'QAR',
51
- 'RON',
52
- 'RUB',
53
- 'SAR',
54
- 'SEK',
55
- 'SGD',
56
- 'THB',
57
- 'TRY',
58
- 'TWD',
59
- 'USD',
60
- 'VES',
61
- 'VND',
62
- 'ZAR',
63
- ];
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Currencies = void 0;
4
+ exports.Currencies = [
5
+ 'AED',
6
+ 'ARS',
7
+ 'AUD',
8
+ 'BDT',
9
+ 'BIF',
10
+ 'BOB',
11
+ 'BRL',
12
+ 'CAD',
13
+ 'CHF',
14
+ 'CLP',
15
+ 'CNY',
16
+ 'COP',
17
+ 'CRC',
18
+ 'CZK',
19
+ 'DKK',
20
+ 'DZD',
21
+ 'EGP',
22
+ 'EUR',
23
+ 'GBP',
24
+ 'GTQ',
25
+ 'HKD',
26
+ 'HNL',
27
+ 'HUF',
28
+ 'IDR',
29
+ 'ILS',
30
+ 'INR',
31
+ 'ISK',
32
+ 'JPY',
33
+ 'KES',
34
+ 'KRW',
35
+ 'KWD',
36
+ 'KZT',
37
+ 'MAD',
38
+ 'MOP',
39
+ 'MXN',
40
+ 'MYR',
41
+ 'NGN',
42
+ 'NIO',
43
+ 'NOK',
44
+ 'NZD',
45
+ 'PEN',
46
+ 'PHP',
47
+ 'PKR',
48
+ 'PLN',
49
+ 'PYG',
50
+ 'QAR',
51
+ 'RON',
52
+ 'RUB',
53
+ 'SAR',
54
+ 'SEK',
55
+ 'SGD',
56
+ 'THB',
57
+ 'TRY',
58
+ 'TWD',
59
+ 'USD',
60
+ 'VES',
61
+ 'VND',
62
+ 'ZAR',
63
+ ];
64
64
  //# sourceMappingURL=currency.js.map
@@ -1,2 +1,2 @@
1
- export * from './address';
2
- export * from './currency';
1
+ export * from './address';
2
+ export * from './currency';
@@ -1,19 +1,19 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./address"), exports);
18
- __exportStar(require("./currency"), exports);
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./address"), exports);
18
+ __exportStar(require("./currency"), exports);
19
19
  //# sourceMappingURL=index.js.map