@wevion/cli 1.0.2611 → 1.0.2616

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 (2) hide show
  1. package/openapi.json +4 -0
  2. 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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.2611",
3
+ "version": "1.0.2616",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {