fleek-track-analytics 1.10.41 → 1.10.43

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.
@@ -1,6 +1,9 @@
1
1
  export interface ICheckoutPageLoaded {
2
2
  page_type: string;
3
3
  response: string;
4
+ platform?: string;
5
+ is_logged_in?: boolean;
6
+ cart_id?: boolean;
4
7
  }
5
8
  export interface IFieldSelected {
6
9
  field_name: string;
@@ -38,6 +41,9 @@ export interface IPayNowClicked {
38
41
  }
39
42
  export interface IPurchaseSuccess {
40
43
  page_type: string;
44
+ platform?: string;
45
+ is_logged_in?: boolean;
46
+ cart_id?: boolean;
41
47
  }
42
48
  export interface IRedirectionTriggered {
43
49
  failed_payment_method: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleek-track-analytics",
3
- "version": "1.10.41",
3
+ "version": "1.10.43",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "exports": {