@wevion/cli 1.0.2609 → 1.0.2612
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/openapi.json +4 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -94731,6 +94731,7 @@
|
|
|
94731
94731
|
"total_sessions",
|
|
94732
94732
|
"total_sessions_added_to_cart",
|
|
94733
94733
|
"total_sessions_reached_checkout",
|
|
94734
|
+
"total_sessions_completed_checkout",
|
|
94734
94735
|
"currency"
|
|
94735
94736
|
],
|
|
94736
94737
|
"properties": {
|
|
@@ -94787,6 +94788,9 @@
|
|
|
94787
94788
|
"total_sessions_reached_checkout": {
|
|
94788
94789
|
"type": "number"
|
|
94789
94790
|
},
|
|
94791
|
+
"total_sessions_completed_checkout": {
|
|
94792
|
+
"type": "number"
|
|
94793
|
+
},
|
|
94790
94794
|
"currency": {
|
|
94791
94795
|
"anyOf": [
|
|
94792
94796
|
{
|