@wevion/cli 1.0.2513 → 1.0.2520

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 +52 -0
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -119442,6 +119442,32 @@
119442
119442
  }
119443
119443
  }
119444
119444
  },
119445
+ "400": {
119446
+ "description": "Invalid request - schema validation failed",
119447
+ "content": {
119448
+ "application/json": {
119449
+ "schema": {
119450
+ "type": "object",
119451
+ "required": [
119452
+ "statusCode",
119453
+ "error",
119454
+ "message"
119455
+ ],
119456
+ "properties": {
119457
+ "statusCode": {
119458
+ "type": "number"
119459
+ },
119460
+ "error": {
119461
+ "type": "string"
119462
+ },
119463
+ "message": {
119464
+ "type": "string"
119465
+ }
119466
+ }
119467
+ }
119468
+ }
119469
+ }
119470
+ },
119445
119471
  "401": {
119446
119472
  "description": "Unauthorized - missing or invalid bearer token",
119447
119473
  "content": {
@@ -119478,6 +119504,32 @@
119478
119504
  }
119479
119505
  }
119480
119506
  },
119507
+ "404": {
119508
+ "description": "Resource not found",
119509
+ "content": {
119510
+ "application/json": {
119511
+ "schema": {
119512
+ "type": "object",
119513
+ "required": [
119514
+ "statusCode",
119515
+ "error",
119516
+ "message"
119517
+ ],
119518
+ "properties": {
119519
+ "statusCode": {
119520
+ "type": "number"
119521
+ },
119522
+ "error": {
119523
+ "type": "string"
119524
+ },
119525
+ "message": {
119526
+ "type": "string"
119527
+ }
119528
+ }
119529
+ }
119530
+ }
119531
+ }
119532
+ },
119481
119533
  "500": {
119482
119534
  "description": "Internal server error",
119483
119535
  "content": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.2513",
3
+ "version": "1.0.2520",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {