@wevion/cli 1.0.2465 → 1.0.2477
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 +30 -0
- package/package.json +1 -1
- package/selftest.mjs +1 -1
package/openapi.json
CHANGED
|
@@ -181931,6 +181931,36 @@
|
|
|
181931
181931
|
"error"
|
|
181932
181932
|
],
|
|
181933
181933
|
"properties": {
|
|
181934
|
+
"code": {
|
|
181935
|
+
"type": "string"
|
|
181936
|
+
},
|
|
181937
|
+
"error": {
|
|
181938
|
+
"type": "string"
|
|
181939
|
+
},
|
|
181940
|
+
"message": {
|
|
181941
|
+
"type": "string"
|
|
181942
|
+
},
|
|
181943
|
+
"statusCode": {
|
|
181944
|
+
"type": "number"
|
|
181945
|
+
}
|
|
181946
|
+
}
|
|
181947
|
+
}
|
|
181948
|
+
}
|
|
181949
|
+
}
|
|
181950
|
+
},
|
|
181951
|
+
"409": {
|
|
181952
|
+
"description": "Conflict - resource state prevents the operation",
|
|
181953
|
+
"content": {
|
|
181954
|
+
"application/json": {
|
|
181955
|
+
"schema": {
|
|
181956
|
+
"type": "object",
|
|
181957
|
+
"required": [
|
|
181958
|
+
"error"
|
|
181959
|
+
],
|
|
181960
|
+
"properties": {
|
|
181961
|
+
"code": {
|
|
181962
|
+
"type": "string"
|
|
181963
|
+
},
|
|
181934
181964
|
"error": {
|
|
181935
181965
|
"type": "string"
|
|
181936
181966
|
},
|
package/package.json
CHANGED
package/selftest.mjs
CHANGED