@wevion/cli 1.0.3040 → 1.0.3043
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 +154 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -7177,6 +7177,34 @@
|
|
|
7177
7177
|
}
|
|
7178
7178
|
}
|
|
7179
7179
|
},
|
|
7180
|
+
"403": {
|
|
7181
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
7182
|
+
"content": {
|
|
7183
|
+
"application/json": {
|
|
7184
|
+
"schema": {
|
|
7185
|
+
"additionalProperties": false,
|
|
7186
|
+
"type": "object",
|
|
7187
|
+
"required": [
|
|
7188
|
+
"error"
|
|
7189
|
+
],
|
|
7190
|
+
"properties": {
|
|
7191
|
+
"error": {
|
|
7192
|
+
"type": "string"
|
|
7193
|
+
},
|
|
7194
|
+
"code": {
|
|
7195
|
+
"type": "string"
|
|
7196
|
+
},
|
|
7197
|
+
"message": {
|
|
7198
|
+
"type": "string"
|
|
7199
|
+
},
|
|
7200
|
+
"statusCode": {
|
|
7201
|
+
"type": "number"
|
|
7202
|
+
}
|
|
7203
|
+
}
|
|
7204
|
+
}
|
|
7205
|
+
}
|
|
7206
|
+
}
|
|
7207
|
+
},
|
|
7180
7208
|
"500": {
|
|
7181
7209
|
"description": "Internal server error",
|
|
7182
7210
|
"content": {
|
|
@@ -7491,6 +7519,34 @@
|
|
|
7491
7519
|
}
|
|
7492
7520
|
}
|
|
7493
7521
|
},
|
|
7522
|
+
"403": {
|
|
7523
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
7524
|
+
"content": {
|
|
7525
|
+
"application/json": {
|
|
7526
|
+
"schema": {
|
|
7527
|
+
"additionalProperties": false,
|
|
7528
|
+
"type": "object",
|
|
7529
|
+
"required": [
|
|
7530
|
+
"error"
|
|
7531
|
+
],
|
|
7532
|
+
"properties": {
|
|
7533
|
+
"error": {
|
|
7534
|
+
"type": "string"
|
|
7535
|
+
},
|
|
7536
|
+
"code": {
|
|
7537
|
+
"type": "string"
|
|
7538
|
+
},
|
|
7539
|
+
"message": {
|
|
7540
|
+
"type": "string"
|
|
7541
|
+
},
|
|
7542
|
+
"statusCode": {
|
|
7543
|
+
"type": "number"
|
|
7544
|
+
}
|
|
7545
|
+
}
|
|
7546
|
+
}
|
|
7547
|
+
}
|
|
7548
|
+
}
|
|
7549
|
+
},
|
|
7494
7550
|
"500": {
|
|
7495
7551
|
"description": "Internal server error",
|
|
7496
7552
|
"content": {
|
|
@@ -7712,6 +7768,34 @@
|
|
|
7712
7768
|
}
|
|
7713
7769
|
}
|
|
7714
7770
|
},
|
|
7771
|
+
"403": {
|
|
7772
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
7773
|
+
"content": {
|
|
7774
|
+
"application/json": {
|
|
7775
|
+
"schema": {
|
|
7776
|
+
"additionalProperties": false,
|
|
7777
|
+
"type": "object",
|
|
7778
|
+
"required": [
|
|
7779
|
+
"error"
|
|
7780
|
+
],
|
|
7781
|
+
"properties": {
|
|
7782
|
+
"error": {
|
|
7783
|
+
"type": "string"
|
|
7784
|
+
},
|
|
7785
|
+
"code": {
|
|
7786
|
+
"type": "string"
|
|
7787
|
+
},
|
|
7788
|
+
"message": {
|
|
7789
|
+
"type": "string"
|
|
7790
|
+
},
|
|
7791
|
+
"statusCode": {
|
|
7792
|
+
"type": "number"
|
|
7793
|
+
}
|
|
7794
|
+
}
|
|
7795
|
+
}
|
|
7796
|
+
}
|
|
7797
|
+
}
|
|
7798
|
+
},
|
|
7715
7799
|
"500": {
|
|
7716
7800
|
"description": "Internal server error",
|
|
7717
7801
|
"content": {
|
|
@@ -8026,6 +8110,34 @@
|
|
|
8026
8110
|
}
|
|
8027
8111
|
}
|
|
8028
8112
|
},
|
|
8113
|
+
"403": {
|
|
8114
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
8115
|
+
"content": {
|
|
8116
|
+
"application/json": {
|
|
8117
|
+
"schema": {
|
|
8118
|
+
"additionalProperties": false,
|
|
8119
|
+
"type": "object",
|
|
8120
|
+
"required": [
|
|
8121
|
+
"error"
|
|
8122
|
+
],
|
|
8123
|
+
"properties": {
|
|
8124
|
+
"error": {
|
|
8125
|
+
"type": "string"
|
|
8126
|
+
},
|
|
8127
|
+
"code": {
|
|
8128
|
+
"type": "string"
|
|
8129
|
+
},
|
|
8130
|
+
"message": {
|
|
8131
|
+
"type": "string"
|
|
8132
|
+
},
|
|
8133
|
+
"statusCode": {
|
|
8134
|
+
"type": "number"
|
|
8135
|
+
}
|
|
8136
|
+
}
|
|
8137
|
+
}
|
|
8138
|
+
}
|
|
8139
|
+
}
|
|
8140
|
+
},
|
|
8029
8141
|
"500": {
|
|
8030
8142
|
"description": "Internal server error",
|
|
8031
8143
|
"content": {
|
|
@@ -10484,6 +10596,9 @@
|
|
|
10484
10596
|
},
|
|
10485
10597
|
"message": {
|
|
10486
10598
|
"type": "string"
|
|
10599
|
+
},
|
|
10600
|
+
"code": {
|
|
10601
|
+
"type": "string"
|
|
10487
10602
|
}
|
|
10488
10603
|
}
|
|
10489
10604
|
}
|
|
@@ -10508,6 +10623,9 @@
|
|
|
10508
10623
|
},
|
|
10509
10624
|
"message": {
|
|
10510
10625
|
"type": "string"
|
|
10626
|
+
},
|
|
10627
|
+
"code": {
|
|
10628
|
+
"type": "string"
|
|
10511
10629
|
}
|
|
10512
10630
|
}
|
|
10513
10631
|
}
|
|
@@ -10593,6 +10711,9 @@
|
|
|
10593
10711
|
},
|
|
10594
10712
|
"message": {
|
|
10595
10713
|
"type": "string"
|
|
10714
|
+
},
|
|
10715
|
+
"code": {
|
|
10716
|
+
"type": "string"
|
|
10596
10717
|
}
|
|
10597
10718
|
}
|
|
10598
10719
|
}
|
|
@@ -10617,6 +10738,9 @@
|
|
|
10617
10738
|
},
|
|
10618
10739
|
"message": {
|
|
10619
10740
|
"type": "string"
|
|
10741
|
+
},
|
|
10742
|
+
"code": {
|
|
10743
|
+
"type": "string"
|
|
10620
10744
|
}
|
|
10621
10745
|
}
|
|
10622
10746
|
}
|
|
@@ -10704,6 +10828,9 @@
|
|
|
10704
10828
|
},
|
|
10705
10829
|
"message": {
|
|
10706
10830
|
"type": "string"
|
|
10831
|
+
},
|
|
10832
|
+
"code": {
|
|
10833
|
+
"type": "string"
|
|
10707
10834
|
}
|
|
10708
10835
|
}
|
|
10709
10836
|
}
|
|
@@ -10738,6 +10865,9 @@
|
|
|
10738
10865
|
},
|
|
10739
10866
|
"message": {
|
|
10740
10867
|
"type": "string"
|
|
10868
|
+
},
|
|
10869
|
+
"code": {
|
|
10870
|
+
"type": "string"
|
|
10741
10871
|
}
|
|
10742
10872
|
}
|
|
10743
10873
|
}
|
|
@@ -10762,6 +10892,9 @@
|
|
|
10762
10892
|
},
|
|
10763
10893
|
"message": {
|
|
10764
10894
|
"type": "string"
|
|
10895
|
+
},
|
|
10896
|
+
"code": {
|
|
10897
|
+
"type": "string"
|
|
10765
10898
|
}
|
|
10766
10899
|
}
|
|
10767
10900
|
}
|
|
@@ -10786,6 +10919,9 @@
|
|
|
10786
10919
|
},
|
|
10787
10920
|
"message": {
|
|
10788
10921
|
"type": "string"
|
|
10922
|
+
},
|
|
10923
|
+
"code": {
|
|
10924
|
+
"type": "string"
|
|
10789
10925
|
}
|
|
10790
10926
|
}
|
|
10791
10927
|
}
|
|
@@ -10895,6 +11031,9 @@
|
|
|
10895
11031
|
},
|
|
10896
11032
|
"message": {
|
|
10897
11033
|
"type": "string"
|
|
11034
|
+
},
|
|
11035
|
+
"code": {
|
|
11036
|
+
"type": "string"
|
|
10898
11037
|
}
|
|
10899
11038
|
}
|
|
10900
11039
|
}
|
|
@@ -10919,6 +11058,9 @@
|
|
|
10919
11058
|
},
|
|
10920
11059
|
"message": {
|
|
10921
11060
|
"type": "string"
|
|
11061
|
+
},
|
|
11062
|
+
"code": {
|
|
11063
|
+
"type": "string"
|
|
10922
11064
|
}
|
|
10923
11065
|
}
|
|
10924
11066
|
}
|
|
@@ -11062,6 +11204,9 @@
|
|
|
11062
11204
|
},
|
|
11063
11205
|
"message": {
|
|
11064
11206
|
"type": "string"
|
|
11207
|
+
},
|
|
11208
|
+
"code": {
|
|
11209
|
+
"type": "string"
|
|
11065
11210
|
}
|
|
11066
11211
|
}
|
|
11067
11212
|
}
|
|
@@ -11086,6 +11231,9 @@
|
|
|
11086
11231
|
},
|
|
11087
11232
|
"message": {
|
|
11088
11233
|
"type": "string"
|
|
11234
|
+
},
|
|
11235
|
+
"code": {
|
|
11236
|
+
"type": "string"
|
|
11089
11237
|
}
|
|
11090
11238
|
}
|
|
11091
11239
|
}
|
|
@@ -11212,6 +11360,9 @@
|
|
|
11212
11360
|
},
|
|
11213
11361
|
"message": {
|
|
11214
11362
|
"type": "string"
|
|
11363
|
+
},
|
|
11364
|
+
"code": {
|
|
11365
|
+
"type": "string"
|
|
11215
11366
|
}
|
|
11216
11367
|
}
|
|
11217
11368
|
}
|
|
@@ -11236,6 +11387,9 @@
|
|
|
11236
11387
|
},
|
|
11237
11388
|
"message": {
|
|
11238
11389
|
"type": "string"
|
|
11390
|
+
},
|
|
11391
|
+
"code": {
|
|
11392
|
+
"type": "string"
|
|
11239
11393
|
}
|
|
11240
11394
|
}
|
|
11241
11395
|
}
|