@wevion/cli 1.0.2497 → 1.0.2500

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 +16 -2
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -91571,7 +91571,14 @@
91571
91571
  "type": "number"
91572
91572
  },
91573
91573
  "total_profit": {
91574
- "type": "number"
91574
+ "anyOf": [
91575
+ {
91576
+ "type": "number"
91577
+ },
91578
+ {
91579
+ "type": "null"
91580
+ }
91581
+ ]
91575
91582
  },
91576
91583
  "total_cogs": {
91577
91584
  "type": "number"
@@ -92068,7 +92075,14 @@
92068
92075
  "type": "number"
92069
92076
  },
92070
92077
  "profit": {
92071
- "type": "number"
92078
+ "anyOf": [
92079
+ {
92080
+ "type": "number"
92081
+ },
92082
+ {
92083
+ "type": "null"
92084
+ }
92085
+ ]
92072
92086
  },
92073
92087
  "cogs": {
92074
92088
  "type": "number"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.2497",
3
+ "version": "1.0.2500",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {