@wevion/cli 1.0.3425 → 1.0.3426

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 +11 -0
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -300870,6 +300870,7 @@
300870
300870
  "status",
300871
300871
  "operation_type",
300872
300872
  "error_message",
300873
+ "error_subcode",
300873
300874
  "occurrences",
300874
300875
  "first_seen_at",
300875
300876
  "last_seen_at"
@@ -300945,6 +300946,16 @@
300945
300946
  }
300946
300947
  ]
300947
300948
  },
300949
+ "error_subcode": {
300950
+ "anyOf": [
300951
+ {
300952
+ "type": "integer"
300953
+ },
300954
+ {
300955
+ "type": "null"
300956
+ }
300957
+ ]
300958
+ },
300948
300959
  "occurrences": {
300949
300960
  "type": "integer"
300950
300961
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3425",
3
+ "version": "1.0.3426",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {