@wevion/cli 1.0.2555 → 1.0.2563
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 +44 -2
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -120485,12 +120485,54 @@
|
|
|
120485
120485
|
}
|
|
120486
120486
|
}
|
|
120487
120487
|
},
|
|
120488
|
+
"400": {
|
|
120489
|
+
"description": "Invalid request - schema validation failed",
|
|
120490
|
+
"content": {
|
|
120491
|
+
"application/json": {
|
|
120492
|
+
"schema": {
|
|
120493
|
+
"type": "object",
|
|
120494
|
+
"required": [
|
|
120495
|
+
"statusCode",
|
|
120496
|
+
"error",
|
|
120497
|
+
"message"
|
|
120498
|
+
],
|
|
120499
|
+
"properties": {
|
|
120500
|
+
"statusCode": {
|
|
120501
|
+
"type": "number"
|
|
120502
|
+
},
|
|
120503
|
+
"error": {
|
|
120504
|
+
"type": "string"
|
|
120505
|
+
},
|
|
120506
|
+
"message": {
|
|
120507
|
+
"type": "string"
|
|
120508
|
+
}
|
|
120509
|
+
}
|
|
120510
|
+
}
|
|
120511
|
+
}
|
|
120512
|
+
}
|
|
120513
|
+
},
|
|
120488
120514
|
"401": {
|
|
120489
120515
|
"description": "Unauthorized - missing or invalid bearer token",
|
|
120490
120516
|
"content": {
|
|
120491
120517
|
"application/json": {
|
|
120492
120518
|
"schema": {
|
|
120493
|
-
"
|
|
120519
|
+
"type": "object",
|
|
120520
|
+
"required": [
|
|
120521
|
+
"statusCode",
|
|
120522
|
+
"error",
|
|
120523
|
+
"message"
|
|
120524
|
+
],
|
|
120525
|
+
"properties": {
|
|
120526
|
+
"statusCode": {
|
|
120527
|
+
"type": "number"
|
|
120528
|
+
},
|
|
120529
|
+
"error": {
|
|
120530
|
+
"type": "string"
|
|
120531
|
+
},
|
|
120532
|
+
"message": {
|
|
120533
|
+
"type": "string"
|
|
120534
|
+
}
|
|
120535
|
+
}
|
|
120494
120536
|
}
|
|
120495
120537
|
}
|
|
120496
120538
|
}
|
|
@@ -144409,7 +144451,7 @@
|
|
|
144409
144451
|
"properties": {
|
|
144410
144452
|
"preferences": {
|
|
144411
144453
|
"minItems": 1,
|
|
144412
|
-
"maxItems":
|
|
144454
|
+
"maxItems": 30,
|
|
144413
144455
|
"type": "array",
|
|
144414
144456
|
"items": {
|
|
144415
144457
|
"additionalProperties": false,
|