@wevion/cli 1.0.2961 → 1.0.2970
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 +312 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -3843,6 +3843,32 @@
|
|
|
3843
3843
|
}
|
|
3844
3844
|
}
|
|
3845
3845
|
},
|
|
3846
|
+
"400": {
|
|
3847
|
+
"description": "Invalid request - schema validation failed",
|
|
3848
|
+
"content": {
|
|
3849
|
+
"application/json": {
|
|
3850
|
+
"schema": {
|
|
3851
|
+
"type": "object",
|
|
3852
|
+
"required": [
|
|
3853
|
+
"statusCode",
|
|
3854
|
+
"error",
|
|
3855
|
+
"message"
|
|
3856
|
+
],
|
|
3857
|
+
"properties": {
|
|
3858
|
+
"statusCode": {
|
|
3859
|
+
"type": "number"
|
|
3860
|
+
},
|
|
3861
|
+
"error": {
|
|
3862
|
+
"type": "string"
|
|
3863
|
+
},
|
|
3864
|
+
"message": {
|
|
3865
|
+
"type": "string"
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3868
|
+
}
|
|
3869
|
+
}
|
|
3870
|
+
}
|
|
3871
|
+
},
|
|
3846
3872
|
"401": {
|
|
3847
3873
|
"description": "Unauthorized - missing or invalid bearer token",
|
|
3848
3874
|
"content": {
|
|
@@ -3869,6 +3895,58 @@
|
|
|
3869
3895
|
}
|
|
3870
3896
|
}
|
|
3871
3897
|
},
|
|
3898
|
+
"403": {
|
|
3899
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
3900
|
+
"content": {
|
|
3901
|
+
"application/json": {
|
|
3902
|
+
"schema": {
|
|
3903
|
+
"type": "object",
|
|
3904
|
+
"required": [
|
|
3905
|
+
"statusCode",
|
|
3906
|
+
"error",
|
|
3907
|
+
"message"
|
|
3908
|
+
],
|
|
3909
|
+
"properties": {
|
|
3910
|
+
"statusCode": {
|
|
3911
|
+
"type": "number"
|
|
3912
|
+
},
|
|
3913
|
+
"error": {
|
|
3914
|
+
"type": "string"
|
|
3915
|
+
},
|
|
3916
|
+
"message": {
|
|
3917
|
+
"type": "string"
|
|
3918
|
+
}
|
|
3919
|
+
}
|
|
3920
|
+
}
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
},
|
|
3924
|
+
"404": {
|
|
3925
|
+
"description": "Resource not found",
|
|
3926
|
+
"content": {
|
|
3927
|
+
"application/json": {
|
|
3928
|
+
"schema": {
|
|
3929
|
+
"type": "object",
|
|
3930
|
+
"required": [
|
|
3931
|
+
"statusCode",
|
|
3932
|
+
"error",
|
|
3933
|
+
"message"
|
|
3934
|
+
],
|
|
3935
|
+
"properties": {
|
|
3936
|
+
"statusCode": {
|
|
3937
|
+
"type": "number"
|
|
3938
|
+
},
|
|
3939
|
+
"error": {
|
|
3940
|
+
"type": "string"
|
|
3941
|
+
},
|
|
3942
|
+
"message": {
|
|
3943
|
+
"type": "string"
|
|
3944
|
+
}
|
|
3945
|
+
}
|
|
3946
|
+
}
|
|
3947
|
+
}
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3872
3950
|
"500": {
|
|
3873
3951
|
"description": "Internal server error",
|
|
3874
3952
|
"content": {
|
|
@@ -3936,6 +4014,32 @@
|
|
|
3936
4014
|
}
|
|
3937
4015
|
}
|
|
3938
4016
|
},
|
|
4017
|
+
"400": {
|
|
4018
|
+
"description": "Invalid request - schema validation failed",
|
|
4019
|
+
"content": {
|
|
4020
|
+
"application/json": {
|
|
4021
|
+
"schema": {
|
|
4022
|
+
"type": "object",
|
|
4023
|
+
"required": [
|
|
4024
|
+
"statusCode",
|
|
4025
|
+
"error",
|
|
4026
|
+
"message"
|
|
4027
|
+
],
|
|
4028
|
+
"properties": {
|
|
4029
|
+
"statusCode": {
|
|
4030
|
+
"type": "number"
|
|
4031
|
+
},
|
|
4032
|
+
"error": {
|
|
4033
|
+
"type": "string"
|
|
4034
|
+
},
|
|
4035
|
+
"message": {
|
|
4036
|
+
"type": "string"
|
|
4037
|
+
}
|
|
4038
|
+
}
|
|
4039
|
+
}
|
|
4040
|
+
}
|
|
4041
|
+
}
|
|
4042
|
+
},
|
|
3939
4043
|
"401": {
|
|
3940
4044
|
"description": "Unauthorized - missing or invalid bearer token",
|
|
3941
4045
|
"content": {
|
|
@@ -3962,6 +4066,58 @@
|
|
|
3962
4066
|
}
|
|
3963
4067
|
}
|
|
3964
4068
|
},
|
|
4069
|
+
"403": {
|
|
4070
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
4071
|
+
"content": {
|
|
4072
|
+
"application/json": {
|
|
4073
|
+
"schema": {
|
|
4074
|
+
"type": "object",
|
|
4075
|
+
"required": [
|
|
4076
|
+
"statusCode",
|
|
4077
|
+
"error",
|
|
4078
|
+
"message"
|
|
4079
|
+
],
|
|
4080
|
+
"properties": {
|
|
4081
|
+
"statusCode": {
|
|
4082
|
+
"type": "number"
|
|
4083
|
+
},
|
|
4084
|
+
"error": {
|
|
4085
|
+
"type": "string"
|
|
4086
|
+
},
|
|
4087
|
+
"message": {
|
|
4088
|
+
"type": "string"
|
|
4089
|
+
}
|
|
4090
|
+
}
|
|
4091
|
+
}
|
|
4092
|
+
}
|
|
4093
|
+
}
|
|
4094
|
+
},
|
|
4095
|
+
"404": {
|
|
4096
|
+
"description": "Resource not found",
|
|
4097
|
+
"content": {
|
|
4098
|
+
"application/json": {
|
|
4099
|
+
"schema": {
|
|
4100
|
+
"type": "object",
|
|
4101
|
+
"required": [
|
|
4102
|
+
"statusCode",
|
|
4103
|
+
"error",
|
|
4104
|
+
"message"
|
|
4105
|
+
],
|
|
4106
|
+
"properties": {
|
|
4107
|
+
"statusCode": {
|
|
4108
|
+
"type": "number"
|
|
4109
|
+
},
|
|
4110
|
+
"error": {
|
|
4111
|
+
"type": "string"
|
|
4112
|
+
},
|
|
4113
|
+
"message": {
|
|
4114
|
+
"type": "string"
|
|
4115
|
+
}
|
|
4116
|
+
}
|
|
4117
|
+
}
|
|
4118
|
+
}
|
|
4119
|
+
}
|
|
4120
|
+
},
|
|
3965
4121
|
"500": {
|
|
3966
4122
|
"description": "Internal server error",
|
|
3967
4123
|
"content": {
|
|
@@ -145998,6 +146154,32 @@
|
|
|
145998
146154
|
}
|
|
145999
146155
|
}
|
|
146000
146156
|
},
|
|
146157
|
+
"400": {
|
|
146158
|
+
"description": "Invalid request - schema validation failed",
|
|
146159
|
+
"content": {
|
|
146160
|
+
"application/json": {
|
|
146161
|
+
"schema": {
|
|
146162
|
+
"type": "object",
|
|
146163
|
+
"required": [
|
|
146164
|
+
"statusCode",
|
|
146165
|
+
"error",
|
|
146166
|
+
"message"
|
|
146167
|
+
],
|
|
146168
|
+
"properties": {
|
|
146169
|
+
"statusCode": {
|
|
146170
|
+
"type": "number"
|
|
146171
|
+
},
|
|
146172
|
+
"error": {
|
|
146173
|
+
"type": "string"
|
|
146174
|
+
},
|
|
146175
|
+
"message": {
|
|
146176
|
+
"type": "string"
|
|
146177
|
+
}
|
|
146178
|
+
}
|
|
146179
|
+
}
|
|
146180
|
+
}
|
|
146181
|
+
}
|
|
146182
|
+
},
|
|
146001
146183
|
"401": {
|
|
146002
146184
|
"description": "Unauthorized - missing or invalid bearer token",
|
|
146003
146185
|
"content": {
|
|
@@ -146024,6 +146206,58 @@
|
|
|
146024
146206
|
}
|
|
146025
146207
|
}
|
|
146026
146208
|
},
|
|
146209
|
+
"403": {
|
|
146210
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
146211
|
+
"content": {
|
|
146212
|
+
"application/json": {
|
|
146213
|
+
"schema": {
|
|
146214
|
+
"type": "object",
|
|
146215
|
+
"required": [
|
|
146216
|
+
"statusCode",
|
|
146217
|
+
"error",
|
|
146218
|
+
"message"
|
|
146219
|
+
],
|
|
146220
|
+
"properties": {
|
|
146221
|
+
"statusCode": {
|
|
146222
|
+
"type": "number"
|
|
146223
|
+
},
|
|
146224
|
+
"error": {
|
|
146225
|
+
"type": "string"
|
|
146226
|
+
},
|
|
146227
|
+
"message": {
|
|
146228
|
+
"type": "string"
|
|
146229
|
+
}
|
|
146230
|
+
}
|
|
146231
|
+
}
|
|
146232
|
+
}
|
|
146233
|
+
}
|
|
146234
|
+
},
|
|
146235
|
+
"404": {
|
|
146236
|
+
"description": "Resource not found",
|
|
146237
|
+
"content": {
|
|
146238
|
+
"application/json": {
|
|
146239
|
+
"schema": {
|
|
146240
|
+
"type": "object",
|
|
146241
|
+
"required": [
|
|
146242
|
+
"statusCode",
|
|
146243
|
+
"error",
|
|
146244
|
+
"message"
|
|
146245
|
+
],
|
|
146246
|
+
"properties": {
|
|
146247
|
+
"statusCode": {
|
|
146248
|
+
"type": "number"
|
|
146249
|
+
},
|
|
146250
|
+
"error": {
|
|
146251
|
+
"type": "string"
|
|
146252
|
+
},
|
|
146253
|
+
"message": {
|
|
146254
|
+
"type": "string"
|
|
146255
|
+
}
|
|
146256
|
+
}
|
|
146257
|
+
}
|
|
146258
|
+
}
|
|
146259
|
+
}
|
|
146260
|
+
},
|
|
146027
146261
|
"500": {
|
|
146028
146262
|
"description": "Internal server error",
|
|
146029
146263
|
"content": {
|
|
@@ -146103,6 +146337,32 @@
|
|
|
146103
146337
|
}
|
|
146104
146338
|
}
|
|
146105
146339
|
},
|
|
146340
|
+
"400": {
|
|
146341
|
+
"description": "Invalid request - schema validation failed",
|
|
146342
|
+
"content": {
|
|
146343
|
+
"application/json": {
|
|
146344
|
+
"schema": {
|
|
146345
|
+
"type": "object",
|
|
146346
|
+
"required": [
|
|
146347
|
+
"statusCode",
|
|
146348
|
+
"error",
|
|
146349
|
+
"message"
|
|
146350
|
+
],
|
|
146351
|
+
"properties": {
|
|
146352
|
+
"statusCode": {
|
|
146353
|
+
"type": "number"
|
|
146354
|
+
},
|
|
146355
|
+
"error": {
|
|
146356
|
+
"type": "string"
|
|
146357
|
+
},
|
|
146358
|
+
"message": {
|
|
146359
|
+
"type": "string"
|
|
146360
|
+
}
|
|
146361
|
+
}
|
|
146362
|
+
}
|
|
146363
|
+
}
|
|
146364
|
+
}
|
|
146365
|
+
},
|
|
146106
146366
|
"401": {
|
|
146107
146367
|
"description": "Unauthorized - missing or invalid bearer token",
|
|
146108
146368
|
"content": {
|
|
@@ -146129,6 +146389,58 @@
|
|
|
146129
146389
|
}
|
|
146130
146390
|
}
|
|
146131
146391
|
},
|
|
146392
|
+
"403": {
|
|
146393
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
146394
|
+
"content": {
|
|
146395
|
+
"application/json": {
|
|
146396
|
+
"schema": {
|
|
146397
|
+
"type": "object",
|
|
146398
|
+
"required": [
|
|
146399
|
+
"statusCode",
|
|
146400
|
+
"error",
|
|
146401
|
+
"message"
|
|
146402
|
+
],
|
|
146403
|
+
"properties": {
|
|
146404
|
+
"statusCode": {
|
|
146405
|
+
"type": "number"
|
|
146406
|
+
},
|
|
146407
|
+
"error": {
|
|
146408
|
+
"type": "string"
|
|
146409
|
+
},
|
|
146410
|
+
"message": {
|
|
146411
|
+
"type": "string"
|
|
146412
|
+
}
|
|
146413
|
+
}
|
|
146414
|
+
}
|
|
146415
|
+
}
|
|
146416
|
+
}
|
|
146417
|
+
},
|
|
146418
|
+
"404": {
|
|
146419
|
+
"description": "Resource not found",
|
|
146420
|
+
"content": {
|
|
146421
|
+
"application/json": {
|
|
146422
|
+
"schema": {
|
|
146423
|
+
"type": "object",
|
|
146424
|
+
"required": [
|
|
146425
|
+
"statusCode",
|
|
146426
|
+
"error",
|
|
146427
|
+
"message"
|
|
146428
|
+
],
|
|
146429
|
+
"properties": {
|
|
146430
|
+
"statusCode": {
|
|
146431
|
+
"type": "number"
|
|
146432
|
+
},
|
|
146433
|
+
"error": {
|
|
146434
|
+
"type": "string"
|
|
146435
|
+
},
|
|
146436
|
+
"message": {
|
|
146437
|
+
"type": "string"
|
|
146438
|
+
}
|
|
146439
|
+
}
|
|
146440
|
+
}
|
|
146441
|
+
}
|
|
146442
|
+
}
|
|
146443
|
+
},
|
|
146132
146444
|
"500": {
|
|
146133
146445
|
"description": "Internal server error",
|
|
146134
146446
|
"content": {
|