@wevion/cli 1.0.2469 → 1.0.2478

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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.2469",
3
+ "version": "1.0.2478",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {
package/selftest.mjs CHANGED
@@ -201,7 +201,7 @@ const childBaseEnv = {
201
201
  NO_UPDATE_NOTIFIER: '1',
202
202
  WEVION_API_KEY: '',
203
203
  WEVION_TIMEOUT_MS: '1000',
204
- WEVION_SPEC_TIMEOUT_MS: '500',
204
+ WEVION_SPEC_TIMEOUT_MS: '2000',
205
205
  XDG_CONFIG_HOME: tmp,
206
206
  HOME: tmp,
207
207
  APPDATA: tmp,