@artisan-commerce/analytics-capacitor 0.1.0-canary.90 → 0.1.0-canary.91
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/bundle.cjs +1 -1
- package/dist/bundle.d.ts +2 -2
- package/dist/bundle.mjs +1 -1
- package/dist/bundle.umd.js +1 -1
- package/package.json +6 -6
package/dist/bundle.cjs
CHANGED
package/dist/bundle.d.ts
CHANGED
|
@@ -2825,12 +2825,12 @@ interface SetPaymentInfoParams$1 extends SegmentCommonEventParams, SegmentCustom
|
|
|
2825
2825
|
* @interface SetPaymentInfoCommonParams
|
|
2826
2826
|
* @since 0.5.14
|
|
2827
2827
|
* @property {number} orderTotal The total cost of the order
|
|
2828
|
-
* @property {PaymentType}
|
|
2828
|
+
* @property {PaymentType} selectedPaymentType The new set payment type (e.g. Cash)
|
|
2829
2829
|
* @property {string} cardType If paying with card, the card provider (e.g. visa)
|
|
2830
2830
|
*/
|
|
2831
2831
|
interface SetPaymentInfoCommonParams {
|
|
2832
2832
|
orderTotal: number;
|
|
2833
|
-
|
|
2833
|
+
selectedPaymentType: PaymentType;
|
|
2834
2834
|
cardType?: string;
|
|
2835
2835
|
}
|
|
2836
2836
|
/**
|
package/dist/bundle.mjs
CHANGED
package/dist/bundle.umd.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/analytics-capacitor",
|
|
3
3
|
"description": "Artisn commerce analytics capacitor library",
|
|
4
|
-
"version": "0.1.0-canary.
|
|
4
|
+
"version": "0.1.0-canary.91",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/bundle.cjs",
|
|
7
7
|
"module": "./dist/bundle.mjs",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"snake-case": "^3.0.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@artisan-commerce/products": "0.9.0-canary.
|
|
39
|
-
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.
|
|
40
|
-
"@artisan-commerce/state": "0.3.0-canary.
|
|
41
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
38
|
+
"@artisan-commerce/products": "0.9.0-canary.112",
|
|
39
|
+
"@artisan-commerce/shopping-cart-core": "0.12.0-canary.150",
|
|
40
|
+
"@artisan-commerce/state": "0.3.0-canary.61",
|
|
41
|
+
"@artisan-commerce/types": "0.14.0-canary.89",
|
|
42
42
|
"@capacitor-firebase/analytics": "^1.3.0",
|
|
43
43
|
"@capacitor/core": "^4.0.0",
|
|
44
44
|
"facebook-analytics-capacitor": "^1.0.0"
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "36698b0b6ad312a3384f4cebaa5444b5993e8bbb"
|
|
74
74
|
}
|