@volant-autonomy/via-sdk 1.5183.1 → 1.5191.1
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/dist/composite.d.ts +22 -22
- package/dist/direct.d.ts +118 -118
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +540 -0
- package/package.json +1 -1
package/dist/volant-schema.d.ts
CHANGED
|
@@ -4784,6 +4784,15 @@ export interface operations {
|
|
|
4784
4784
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4785
4785
|
};
|
|
4786
4786
|
};
|
|
4787
|
+
/** @description The request method attempted is not allowed */
|
|
4788
|
+
405: {
|
|
4789
|
+
headers: {
|
|
4790
|
+
[name: string]: unknown;
|
|
4791
|
+
};
|
|
4792
|
+
content: {
|
|
4793
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4794
|
+
};
|
|
4795
|
+
};
|
|
4787
4796
|
/** @description Validation Error */
|
|
4788
4797
|
422: {
|
|
4789
4798
|
headers: {
|
|
@@ -4844,6 +4853,15 @@ export interface operations {
|
|
|
4844
4853
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4845
4854
|
};
|
|
4846
4855
|
};
|
|
4856
|
+
/** @description The request method attempted is not allowed */
|
|
4857
|
+
405: {
|
|
4858
|
+
headers: {
|
|
4859
|
+
[name: string]: unknown;
|
|
4860
|
+
};
|
|
4861
|
+
content: {
|
|
4862
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4863
|
+
};
|
|
4864
|
+
};
|
|
4847
4865
|
/** @description Validation Error */
|
|
4848
4866
|
422: {
|
|
4849
4867
|
headers: {
|
|
@@ -4903,6 +4921,15 @@ export interface operations {
|
|
|
4903
4921
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4904
4922
|
};
|
|
4905
4923
|
};
|
|
4924
|
+
/** @description The request method attempted is not allowed */
|
|
4925
|
+
405: {
|
|
4926
|
+
headers: {
|
|
4927
|
+
[name: string]: unknown;
|
|
4928
|
+
};
|
|
4929
|
+
content: {
|
|
4930
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4931
|
+
};
|
|
4932
|
+
};
|
|
4906
4933
|
/** @description Validation Error */
|
|
4907
4934
|
422: {
|
|
4908
4935
|
headers: {
|
|
@@ -4975,6 +5002,15 @@ export interface operations {
|
|
|
4975
5002
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4976
5003
|
};
|
|
4977
5004
|
};
|
|
5005
|
+
/** @description The request method attempted is not allowed */
|
|
5006
|
+
405: {
|
|
5007
|
+
headers: {
|
|
5008
|
+
[name: string]: unknown;
|
|
5009
|
+
};
|
|
5010
|
+
content: {
|
|
5011
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5012
|
+
};
|
|
5013
|
+
};
|
|
4978
5014
|
/** @description Validation Error */
|
|
4979
5015
|
422: {
|
|
4980
5016
|
headers: {
|
|
@@ -5036,6 +5072,15 @@ export interface operations {
|
|
|
5036
5072
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5037
5073
|
};
|
|
5038
5074
|
};
|
|
5075
|
+
/** @description The request method attempted is not allowed */
|
|
5076
|
+
405: {
|
|
5077
|
+
headers: {
|
|
5078
|
+
[name: string]: unknown;
|
|
5079
|
+
};
|
|
5080
|
+
content: {
|
|
5081
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5082
|
+
};
|
|
5083
|
+
};
|
|
5039
5084
|
/** @description The flightplan could not be accepted due to conflicts with existing accepted flightplans, non-flyable regions or, if using SORA, due to failing a SORA containment check */
|
|
5040
5085
|
409: {
|
|
5041
5086
|
headers: {
|
|
@@ -5104,6 +5149,15 @@ export interface operations {
|
|
|
5104
5149
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5105
5150
|
};
|
|
5106
5151
|
};
|
|
5152
|
+
/** @description The request method attempted is not allowed */
|
|
5153
|
+
405: {
|
|
5154
|
+
headers: {
|
|
5155
|
+
[name: string]: unknown;
|
|
5156
|
+
};
|
|
5157
|
+
content: {
|
|
5158
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5159
|
+
};
|
|
5160
|
+
};
|
|
5107
5161
|
/** @description Validation Error */
|
|
5108
5162
|
422: {
|
|
5109
5163
|
headers: {
|
|
@@ -5170,6 +5224,15 @@ export interface operations {
|
|
|
5170
5224
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5171
5225
|
};
|
|
5172
5226
|
};
|
|
5227
|
+
/** @description The request method attempted is not allowed */
|
|
5228
|
+
405: {
|
|
5229
|
+
headers: {
|
|
5230
|
+
[name: string]: unknown;
|
|
5231
|
+
};
|
|
5232
|
+
content: {
|
|
5233
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5234
|
+
};
|
|
5235
|
+
};
|
|
5173
5236
|
/** @description Validation Error */
|
|
5174
5237
|
422: {
|
|
5175
5238
|
headers: {
|
|
@@ -5231,6 +5294,15 @@ export interface operations {
|
|
|
5231
5294
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5232
5295
|
};
|
|
5233
5296
|
};
|
|
5297
|
+
/** @description The request method attempted is not allowed */
|
|
5298
|
+
405: {
|
|
5299
|
+
headers: {
|
|
5300
|
+
[name: string]: unknown;
|
|
5301
|
+
};
|
|
5302
|
+
content: {
|
|
5303
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5304
|
+
};
|
|
5305
|
+
};
|
|
5234
5306
|
/** @description Validation Error */
|
|
5235
5307
|
422: {
|
|
5236
5308
|
headers: {
|
|
@@ -5297,6 +5369,15 @@ export interface operations {
|
|
|
5297
5369
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5298
5370
|
};
|
|
5299
5371
|
};
|
|
5372
|
+
/** @description The request method attempted is not allowed */
|
|
5373
|
+
405: {
|
|
5374
|
+
headers: {
|
|
5375
|
+
[name: string]: unknown;
|
|
5376
|
+
};
|
|
5377
|
+
content: {
|
|
5378
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5379
|
+
};
|
|
5380
|
+
};
|
|
5300
5381
|
/** @description Validation Error */
|
|
5301
5382
|
422: {
|
|
5302
5383
|
headers: {
|
|
@@ -5363,6 +5444,15 @@ export interface operations {
|
|
|
5363
5444
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5364
5445
|
};
|
|
5365
5446
|
};
|
|
5447
|
+
/** @description The request method attempted is not allowed */
|
|
5448
|
+
405: {
|
|
5449
|
+
headers: {
|
|
5450
|
+
[name: string]: unknown;
|
|
5451
|
+
};
|
|
5452
|
+
content: {
|
|
5453
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5454
|
+
};
|
|
5455
|
+
};
|
|
5366
5456
|
/** @description Validation Error */
|
|
5367
5457
|
422: {
|
|
5368
5458
|
headers: {
|
|
@@ -5425,6 +5515,15 @@ export interface operations {
|
|
|
5425
5515
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5426
5516
|
};
|
|
5427
5517
|
};
|
|
5518
|
+
/** @description The request method attempted is not allowed */
|
|
5519
|
+
405: {
|
|
5520
|
+
headers: {
|
|
5521
|
+
[name: string]: unknown;
|
|
5522
|
+
};
|
|
5523
|
+
content: {
|
|
5524
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5525
|
+
};
|
|
5526
|
+
};
|
|
5428
5527
|
/** @description The Accept header type cannot be fulfilled */
|
|
5429
5528
|
406: {
|
|
5430
5529
|
headers: {
|
|
@@ -5484,6 +5583,15 @@ export interface operations {
|
|
|
5484
5583
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5485
5584
|
};
|
|
5486
5585
|
};
|
|
5586
|
+
/** @description The request method attempted is not allowed */
|
|
5587
|
+
405: {
|
|
5588
|
+
headers: {
|
|
5589
|
+
[name: string]: unknown;
|
|
5590
|
+
};
|
|
5591
|
+
content: {
|
|
5592
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5593
|
+
};
|
|
5594
|
+
};
|
|
5487
5595
|
/** @description Validation Error */
|
|
5488
5596
|
422: {
|
|
5489
5597
|
headers: {
|
|
@@ -5535,6 +5643,15 @@ export interface operations {
|
|
|
5535
5643
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5536
5644
|
};
|
|
5537
5645
|
};
|
|
5646
|
+
/** @description The request method attempted is not allowed */
|
|
5647
|
+
405: {
|
|
5648
|
+
headers: {
|
|
5649
|
+
[name: string]: unknown;
|
|
5650
|
+
};
|
|
5651
|
+
content: {
|
|
5652
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5653
|
+
};
|
|
5654
|
+
};
|
|
5538
5655
|
/** @description The flightplan could not be accepted due to conflicts with existing accepted flightplans, non-flyable regions or, if using SORA, due to failing a SORA containment check */
|
|
5539
5656
|
409: {
|
|
5540
5657
|
headers: {
|
|
@@ -5603,6 +5720,15 @@ export interface operations {
|
|
|
5603
5720
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5604
5721
|
};
|
|
5605
5722
|
};
|
|
5723
|
+
/** @description The request method attempted is not allowed */
|
|
5724
|
+
405: {
|
|
5725
|
+
headers: {
|
|
5726
|
+
[name: string]: unknown;
|
|
5727
|
+
};
|
|
5728
|
+
content: {
|
|
5729
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5730
|
+
};
|
|
5731
|
+
};
|
|
5606
5732
|
/** @description Validation Error */
|
|
5607
5733
|
422: {
|
|
5608
5734
|
headers: {
|
|
@@ -5675,6 +5801,15 @@ export interface operations {
|
|
|
5675
5801
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5676
5802
|
};
|
|
5677
5803
|
};
|
|
5804
|
+
/** @description The request method attempted is not allowed */
|
|
5805
|
+
405: {
|
|
5806
|
+
headers: {
|
|
5807
|
+
[name: string]: unknown;
|
|
5808
|
+
};
|
|
5809
|
+
content: {
|
|
5810
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5811
|
+
};
|
|
5812
|
+
};
|
|
5678
5813
|
/** @description Validation Error */
|
|
5679
5814
|
422: {
|
|
5680
5815
|
headers: {
|
|
@@ -5736,6 +5871,15 @@ export interface operations {
|
|
|
5736
5871
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5737
5872
|
};
|
|
5738
5873
|
};
|
|
5874
|
+
/** @description The request method attempted is not allowed */
|
|
5875
|
+
405: {
|
|
5876
|
+
headers: {
|
|
5877
|
+
[name: string]: unknown;
|
|
5878
|
+
};
|
|
5879
|
+
content: {
|
|
5880
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5881
|
+
};
|
|
5882
|
+
};
|
|
5739
5883
|
/** @description The flightplan could not be accepted due to conflicts with existing accepted flightplans, non-flyable regions or, if using SORA, due to failing a SORA containment check */
|
|
5740
5884
|
409: {
|
|
5741
5885
|
headers: {
|
|
@@ -5805,6 +5949,15 @@ export interface operations {
|
|
|
5805
5949
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5806
5950
|
};
|
|
5807
5951
|
};
|
|
5952
|
+
/** @description The request method attempted is not allowed */
|
|
5953
|
+
405: {
|
|
5954
|
+
headers: {
|
|
5955
|
+
[name: string]: unknown;
|
|
5956
|
+
};
|
|
5957
|
+
content: {
|
|
5958
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5959
|
+
};
|
|
5960
|
+
};
|
|
5808
5961
|
/** @description Validation Error */
|
|
5809
5962
|
422: {
|
|
5810
5963
|
headers: {
|
|
@@ -5864,6 +6017,15 @@ export interface operations {
|
|
|
5864
6017
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5865
6018
|
};
|
|
5866
6019
|
};
|
|
6020
|
+
/** @description The request method attempted is not allowed */
|
|
6021
|
+
405: {
|
|
6022
|
+
headers: {
|
|
6023
|
+
[name: string]: unknown;
|
|
6024
|
+
};
|
|
6025
|
+
content: {
|
|
6026
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6027
|
+
};
|
|
6028
|
+
};
|
|
5867
6029
|
/** @description Validation Error */
|
|
5868
6030
|
422: {
|
|
5869
6031
|
headers: {
|
|
@@ -5914,6 +6076,15 @@ export interface operations {
|
|
|
5914
6076
|
"text/event-stream": components["schemas"]["JsonApiExceptionResponse"];
|
|
5915
6077
|
};
|
|
5916
6078
|
};
|
|
6079
|
+
/** @description The request method attempted is not allowed */
|
|
6080
|
+
405: {
|
|
6081
|
+
headers: {
|
|
6082
|
+
[name: string]: unknown;
|
|
6083
|
+
};
|
|
6084
|
+
content: {
|
|
6085
|
+
"text/event-stream": components["schemas"]["JsonApiExceptionResponse"];
|
|
6086
|
+
};
|
|
6087
|
+
};
|
|
5917
6088
|
/** @description Validation Error */
|
|
5918
6089
|
422: {
|
|
5919
6090
|
headers: {
|
|
@@ -5961,6 +6132,15 @@ export interface operations {
|
|
|
5961
6132
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5962
6133
|
};
|
|
5963
6134
|
};
|
|
6135
|
+
/** @description The request method attempted is not allowed */
|
|
6136
|
+
405: {
|
|
6137
|
+
headers: {
|
|
6138
|
+
[name: string]: unknown;
|
|
6139
|
+
};
|
|
6140
|
+
content: {
|
|
6141
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6142
|
+
};
|
|
6143
|
+
};
|
|
5964
6144
|
};
|
|
5965
6145
|
};
|
|
5966
6146
|
chart_single_v1_charts__chart_id__get: {
|
|
@@ -6011,6 +6191,15 @@ export interface operations {
|
|
|
6011
6191
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6012
6192
|
};
|
|
6013
6193
|
};
|
|
6194
|
+
/** @description The request method attempted is not allowed */
|
|
6195
|
+
405: {
|
|
6196
|
+
headers: {
|
|
6197
|
+
[name: string]: unknown;
|
|
6198
|
+
};
|
|
6199
|
+
content: {
|
|
6200
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6201
|
+
};
|
|
6202
|
+
};
|
|
6014
6203
|
/** @description Validation Error */
|
|
6015
6204
|
422: {
|
|
6016
6205
|
headers: {
|
|
@@ -6061,6 +6250,15 @@ export interface operations {
|
|
|
6061
6250
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6062
6251
|
};
|
|
6063
6252
|
};
|
|
6253
|
+
/** @description The request method attempted is not allowed */
|
|
6254
|
+
405: {
|
|
6255
|
+
headers: {
|
|
6256
|
+
[name: string]: unknown;
|
|
6257
|
+
};
|
|
6258
|
+
content: {
|
|
6259
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6260
|
+
};
|
|
6261
|
+
};
|
|
6064
6262
|
/** @description Validation Error */
|
|
6065
6263
|
422: {
|
|
6066
6264
|
headers: {
|
|
@@ -6112,6 +6310,15 @@ export interface operations {
|
|
|
6112
6310
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6113
6311
|
};
|
|
6114
6312
|
};
|
|
6313
|
+
/** @description The request method attempted is not allowed */
|
|
6314
|
+
405: {
|
|
6315
|
+
headers: {
|
|
6316
|
+
[name: string]: unknown;
|
|
6317
|
+
};
|
|
6318
|
+
content: {
|
|
6319
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6320
|
+
};
|
|
6321
|
+
};
|
|
6115
6322
|
/** @description Validation Error */
|
|
6116
6323
|
422: {
|
|
6117
6324
|
headers: {
|
|
@@ -6171,6 +6378,15 @@ export interface operations {
|
|
|
6171
6378
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6172
6379
|
};
|
|
6173
6380
|
};
|
|
6381
|
+
/** @description The request method attempted is not allowed */
|
|
6382
|
+
405: {
|
|
6383
|
+
headers: {
|
|
6384
|
+
[name: string]: unknown;
|
|
6385
|
+
};
|
|
6386
|
+
content: {
|
|
6387
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6388
|
+
};
|
|
6389
|
+
};
|
|
6174
6390
|
/** @description Validation Error */
|
|
6175
6391
|
422: {
|
|
6176
6392
|
headers: {
|
|
@@ -6234,6 +6450,15 @@ export interface operations {
|
|
|
6234
6450
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6235
6451
|
};
|
|
6236
6452
|
};
|
|
6453
|
+
/** @description The request method attempted is not allowed */
|
|
6454
|
+
405: {
|
|
6455
|
+
headers: {
|
|
6456
|
+
[name: string]: unknown;
|
|
6457
|
+
};
|
|
6458
|
+
content: {
|
|
6459
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6460
|
+
};
|
|
6461
|
+
};
|
|
6237
6462
|
/** @description Validation Error */
|
|
6238
6463
|
422: {
|
|
6239
6464
|
headers: {
|
|
@@ -6291,6 +6516,15 @@ export interface operations {
|
|
|
6291
6516
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6292
6517
|
};
|
|
6293
6518
|
};
|
|
6519
|
+
/** @description The request method attempted is not allowed */
|
|
6520
|
+
405: {
|
|
6521
|
+
headers: {
|
|
6522
|
+
[name: string]: unknown;
|
|
6523
|
+
};
|
|
6524
|
+
content: {
|
|
6525
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6526
|
+
};
|
|
6527
|
+
};
|
|
6294
6528
|
/** @description Validation Error */
|
|
6295
6529
|
422: {
|
|
6296
6530
|
headers: {
|
|
@@ -6341,6 +6575,15 @@ export interface operations {
|
|
|
6341
6575
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6342
6576
|
};
|
|
6343
6577
|
};
|
|
6578
|
+
/** @description The request method attempted is not allowed */
|
|
6579
|
+
405: {
|
|
6580
|
+
headers: {
|
|
6581
|
+
[name: string]: unknown;
|
|
6582
|
+
};
|
|
6583
|
+
content: {
|
|
6584
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6585
|
+
};
|
|
6586
|
+
};
|
|
6344
6587
|
/** @description Validation Error */
|
|
6345
6588
|
422: {
|
|
6346
6589
|
headers: {
|
|
@@ -6392,6 +6635,15 @@ export interface operations {
|
|
|
6392
6635
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6393
6636
|
};
|
|
6394
6637
|
};
|
|
6638
|
+
/** @description The request method attempted is not allowed */
|
|
6639
|
+
405: {
|
|
6640
|
+
headers: {
|
|
6641
|
+
[name: string]: unknown;
|
|
6642
|
+
};
|
|
6643
|
+
content: {
|
|
6644
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6645
|
+
};
|
|
6646
|
+
};
|
|
6395
6647
|
/** @description Validation Error */
|
|
6396
6648
|
422: {
|
|
6397
6649
|
headers: {
|
|
@@ -6451,6 +6703,15 @@ export interface operations {
|
|
|
6451
6703
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6452
6704
|
};
|
|
6453
6705
|
};
|
|
6706
|
+
/** @description The request method attempted is not allowed */
|
|
6707
|
+
405: {
|
|
6708
|
+
headers: {
|
|
6709
|
+
[name: string]: unknown;
|
|
6710
|
+
};
|
|
6711
|
+
content: {
|
|
6712
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6713
|
+
};
|
|
6714
|
+
};
|
|
6454
6715
|
/** @description Validation Error */
|
|
6455
6716
|
422: {
|
|
6456
6717
|
headers: {
|
|
@@ -6514,6 +6775,15 @@ export interface operations {
|
|
|
6514
6775
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6515
6776
|
};
|
|
6516
6777
|
};
|
|
6778
|
+
/** @description The request method attempted is not allowed */
|
|
6779
|
+
405: {
|
|
6780
|
+
headers: {
|
|
6781
|
+
[name: string]: unknown;
|
|
6782
|
+
};
|
|
6783
|
+
content: {
|
|
6784
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6785
|
+
};
|
|
6786
|
+
};
|
|
6517
6787
|
/** @description Validation Error */
|
|
6518
6788
|
422: {
|
|
6519
6789
|
headers: {
|
|
@@ -6571,6 +6841,15 @@ export interface operations {
|
|
|
6571
6841
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6572
6842
|
};
|
|
6573
6843
|
};
|
|
6844
|
+
/** @description The request method attempted is not allowed */
|
|
6845
|
+
405: {
|
|
6846
|
+
headers: {
|
|
6847
|
+
[name: string]: unknown;
|
|
6848
|
+
};
|
|
6849
|
+
content: {
|
|
6850
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6851
|
+
};
|
|
6852
|
+
};
|
|
6574
6853
|
/** @description Validation Error */
|
|
6575
6854
|
422: {
|
|
6576
6855
|
headers: {
|
|
@@ -6622,6 +6901,15 @@ export interface operations {
|
|
|
6622
6901
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6623
6902
|
};
|
|
6624
6903
|
};
|
|
6904
|
+
/** @description The request method attempted is not allowed */
|
|
6905
|
+
405: {
|
|
6906
|
+
headers: {
|
|
6907
|
+
[name: string]: unknown;
|
|
6908
|
+
};
|
|
6909
|
+
content: {
|
|
6910
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6911
|
+
};
|
|
6912
|
+
};
|
|
6625
6913
|
/** @description Validation Error */
|
|
6626
6914
|
422: {
|
|
6627
6915
|
headers: {
|
|
@@ -6673,6 +6961,15 @@ export interface operations {
|
|
|
6673
6961
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6674
6962
|
};
|
|
6675
6963
|
};
|
|
6964
|
+
/** @description The request method attempted is not allowed */
|
|
6965
|
+
405: {
|
|
6966
|
+
headers: {
|
|
6967
|
+
[name: string]: unknown;
|
|
6968
|
+
};
|
|
6969
|
+
content: {
|
|
6970
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6971
|
+
};
|
|
6972
|
+
};
|
|
6676
6973
|
/** @description Validation Error */
|
|
6677
6974
|
422: {
|
|
6678
6975
|
headers: {
|
|
@@ -6720,6 +7017,15 @@ export interface operations {
|
|
|
6720
7017
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6721
7018
|
};
|
|
6722
7019
|
};
|
|
7020
|
+
/** @description The request method attempted is not allowed */
|
|
7021
|
+
405: {
|
|
7022
|
+
headers: {
|
|
7023
|
+
[name: string]: unknown;
|
|
7024
|
+
};
|
|
7025
|
+
content: {
|
|
7026
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7027
|
+
};
|
|
7028
|
+
};
|
|
6723
7029
|
};
|
|
6724
7030
|
};
|
|
6725
7031
|
jarus_v2_5_arc_single_v1_risk_assessment_sora_v2_5_air_risk_classifications__arc_id__get: {
|
|
@@ -6808,6 +7114,15 @@ export interface operations {
|
|
|
6808
7114
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6809
7115
|
};
|
|
6810
7116
|
};
|
|
7117
|
+
/** @description The request method attempted is not allowed */
|
|
7118
|
+
405: {
|
|
7119
|
+
headers: {
|
|
7120
|
+
[name: string]: unknown;
|
|
7121
|
+
};
|
|
7122
|
+
content: {
|
|
7123
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7124
|
+
};
|
|
7125
|
+
};
|
|
6811
7126
|
/** @description Validation Error */
|
|
6812
7127
|
422: {
|
|
6813
7128
|
headers: {
|
|
@@ -6868,6 +7183,15 @@ export interface operations {
|
|
|
6868
7183
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6869
7184
|
};
|
|
6870
7185
|
};
|
|
7186
|
+
/** @description The request method attempted is not allowed */
|
|
7187
|
+
405: {
|
|
7188
|
+
headers: {
|
|
7189
|
+
[name: string]: unknown;
|
|
7190
|
+
};
|
|
7191
|
+
content: {
|
|
7192
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7193
|
+
};
|
|
7194
|
+
};
|
|
6871
7195
|
/** @description Validation Error */
|
|
6872
7196
|
422: {
|
|
6873
7197
|
headers: {
|
|
@@ -6919,6 +7243,15 @@ export interface operations {
|
|
|
6919
7243
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6920
7244
|
};
|
|
6921
7245
|
};
|
|
7246
|
+
/** @description The request method attempted is not allowed */
|
|
7247
|
+
405: {
|
|
7248
|
+
headers: {
|
|
7249
|
+
[name: string]: unknown;
|
|
7250
|
+
};
|
|
7251
|
+
content: {
|
|
7252
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7253
|
+
};
|
|
7254
|
+
};
|
|
6922
7255
|
/** @description Validation Error */
|
|
6923
7256
|
422: {
|
|
6924
7257
|
headers: {
|
|
@@ -6970,6 +7303,15 @@ export interface operations {
|
|
|
6970
7303
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6971
7304
|
};
|
|
6972
7305
|
};
|
|
7306
|
+
/** @description The request method attempted is not allowed */
|
|
7307
|
+
405: {
|
|
7308
|
+
headers: {
|
|
7309
|
+
[name: string]: unknown;
|
|
7310
|
+
};
|
|
7311
|
+
content: {
|
|
7312
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7313
|
+
};
|
|
7314
|
+
};
|
|
6973
7315
|
/** @description Validation Error */
|
|
6974
7316
|
422: {
|
|
6975
7317
|
headers: {
|
|
@@ -7021,6 +7363,15 @@ export interface operations {
|
|
|
7021
7363
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7022
7364
|
};
|
|
7023
7365
|
};
|
|
7366
|
+
/** @description The request method attempted is not allowed */
|
|
7367
|
+
405: {
|
|
7368
|
+
headers: {
|
|
7369
|
+
[name: string]: unknown;
|
|
7370
|
+
};
|
|
7371
|
+
content: {
|
|
7372
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7373
|
+
};
|
|
7374
|
+
};
|
|
7024
7375
|
/** @description Validation Error */
|
|
7025
7376
|
422: {
|
|
7026
7377
|
headers: {
|
|
@@ -7068,6 +7419,15 @@ export interface operations {
|
|
|
7068
7419
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7069
7420
|
};
|
|
7070
7421
|
};
|
|
7422
|
+
/** @description The request method attempted is not allowed */
|
|
7423
|
+
405: {
|
|
7424
|
+
headers: {
|
|
7425
|
+
[name: string]: unknown;
|
|
7426
|
+
};
|
|
7427
|
+
content: {
|
|
7428
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7429
|
+
};
|
|
7430
|
+
};
|
|
7071
7431
|
};
|
|
7072
7432
|
};
|
|
7073
7433
|
uk_arc_single_v1_risk_assessment_sora_uk_air_risk_classifications__arc_id__get: {
|
|
@@ -7144,6 +7504,15 @@ export interface operations {
|
|
|
7144
7504
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7145
7505
|
};
|
|
7146
7506
|
};
|
|
7507
|
+
/** @description The request method attempted is not allowed */
|
|
7508
|
+
405: {
|
|
7509
|
+
headers: {
|
|
7510
|
+
[name: string]: unknown;
|
|
7511
|
+
};
|
|
7512
|
+
content: {
|
|
7513
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7514
|
+
};
|
|
7515
|
+
};
|
|
7147
7516
|
/** @description Validation Error */
|
|
7148
7517
|
422: {
|
|
7149
7518
|
headers: {
|
|
@@ -7204,6 +7573,15 @@ export interface operations {
|
|
|
7204
7573
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7205
7574
|
};
|
|
7206
7575
|
};
|
|
7576
|
+
/** @description The request method attempted is not allowed */
|
|
7577
|
+
405: {
|
|
7578
|
+
headers: {
|
|
7579
|
+
[name: string]: unknown;
|
|
7580
|
+
};
|
|
7581
|
+
content: {
|
|
7582
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7583
|
+
};
|
|
7584
|
+
};
|
|
7207
7585
|
/** @description Validation Error */
|
|
7208
7586
|
422: {
|
|
7209
7587
|
headers: {
|
|
@@ -7255,6 +7633,15 @@ export interface operations {
|
|
|
7255
7633
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7256
7634
|
};
|
|
7257
7635
|
};
|
|
7636
|
+
/** @description The request method attempted is not allowed */
|
|
7637
|
+
405: {
|
|
7638
|
+
headers: {
|
|
7639
|
+
[name: string]: unknown;
|
|
7640
|
+
};
|
|
7641
|
+
content: {
|
|
7642
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7643
|
+
};
|
|
7644
|
+
};
|
|
7258
7645
|
/** @description Validation Error */
|
|
7259
7646
|
422: {
|
|
7260
7647
|
headers: {
|
|
@@ -7315,6 +7702,15 @@ export interface operations {
|
|
|
7315
7702
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7316
7703
|
};
|
|
7317
7704
|
};
|
|
7705
|
+
/** @description The request method attempted is not allowed */
|
|
7706
|
+
405: {
|
|
7707
|
+
headers: {
|
|
7708
|
+
[name: string]: unknown;
|
|
7709
|
+
};
|
|
7710
|
+
content: {
|
|
7711
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7712
|
+
};
|
|
7713
|
+
};
|
|
7318
7714
|
/** @description Validation Error */
|
|
7319
7715
|
422: {
|
|
7320
7716
|
headers: {
|
|
@@ -7374,6 +7770,15 @@ export interface operations {
|
|
|
7374
7770
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7375
7771
|
};
|
|
7376
7772
|
};
|
|
7773
|
+
/** @description The request method attempted is not allowed */
|
|
7774
|
+
405: {
|
|
7775
|
+
headers: {
|
|
7776
|
+
[name: string]: unknown;
|
|
7777
|
+
};
|
|
7778
|
+
content: {
|
|
7779
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7780
|
+
};
|
|
7781
|
+
};
|
|
7377
7782
|
/** @description Validation Error */
|
|
7378
7783
|
422: {
|
|
7379
7784
|
headers: {
|
|
@@ -7437,6 +7842,15 @@ export interface operations {
|
|
|
7437
7842
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7438
7843
|
};
|
|
7439
7844
|
};
|
|
7845
|
+
/** @description The request method attempted is not allowed */
|
|
7846
|
+
405: {
|
|
7847
|
+
headers: {
|
|
7848
|
+
[name: string]: unknown;
|
|
7849
|
+
};
|
|
7850
|
+
content: {
|
|
7851
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7852
|
+
};
|
|
7853
|
+
};
|
|
7440
7854
|
/** @description Validation Error */
|
|
7441
7855
|
422: {
|
|
7442
7856
|
headers: {
|
|
@@ -7488,6 +7902,15 @@ export interface operations {
|
|
|
7488
7902
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7489
7903
|
};
|
|
7490
7904
|
};
|
|
7905
|
+
/** @description The request method attempted is not allowed */
|
|
7906
|
+
405: {
|
|
7907
|
+
headers: {
|
|
7908
|
+
[name: string]: unknown;
|
|
7909
|
+
};
|
|
7910
|
+
content: {
|
|
7911
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7912
|
+
};
|
|
7913
|
+
};
|
|
7491
7914
|
/** @description Validation Error */
|
|
7492
7915
|
422: {
|
|
7493
7916
|
headers: {
|
|
@@ -7538,6 +7961,15 @@ export interface operations {
|
|
|
7538
7961
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7539
7962
|
};
|
|
7540
7963
|
};
|
|
7964
|
+
/** @description The request method attempted is not allowed */
|
|
7965
|
+
405: {
|
|
7966
|
+
headers: {
|
|
7967
|
+
[name: string]: unknown;
|
|
7968
|
+
};
|
|
7969
|
+
content: {
|
|
7970
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7971
|
+
};
|
|
7972
|
+
};
|
|
7541
7973
|
/** @description Validation Error */
|
|
7542
7974
|
422: {
|
|
7543
7975
|
headers: {
|
|
@@ -7589,6 +8021,15 @@ export interface operations {
|
|
|
7589
8021
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7590
8022
|
};
|
|
7591
8023
|
};
|
|
8024
|
+
/** @description The request method attempted is not allowed */
|
|
8025
|
+
405: {
|
|
8026
|
+
headers: {
|
|
8027
|
+
[name: string]: unknown;
|
|
8028
|
+
};
|
|
8029
|
+
content: {
|
|
8030
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8031
|
+
};
|
|
8032
|
+
};
|
|
7592
8033
|
/** @description Validation Error */
|
|
7593
8034
|
422: {
|
|
7594
8035
|
headers: {
|
|
@@ -7648,6 +8089,15 @@ export interface operations {
|
|
|
7648
8089
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7649
8090
|
};
|
|
7650
8091
|
};
|
|
8092
|
+
/** @description The request method attempted is not allowed */
|
|
8093
|
+
405: {
|
|
8094
|
+
headers: {
|
|
8095
|
+
[name: string]: unknown;
|
|
8096
|
+
};
|
|
8097
|
+
content: {
|
|
8098
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8099
|
+
};
|
|
8100
|
+
};
|
|
7651
8101
|
/** @description Validation Error */
|
|
7652
8102
|
422: {
|
|
7653
8103
|
headers: {
|
|
@@ -7710,6 +8160,15 @@ export interface operations {
|
|
|
7710
8160
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7711
8161
|
};
|
|
7712
8162
|
};
|
|
8163
|
+
/** @description The request method attempted is not allowed */
|
|
8164
|
+
405: {
|
|
8165
|
+
headers: {
|
|
8166
|
+
[name: string]: unknown;
|
|
8167
|
+
};
|
|
8168
|
+
content: {
|
|
8169
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8170
|
+
};
|
|
8171
|
+
};
|
|
7713
8172
|
/** @description Validation Error */
|
|
7714
8173
|
422: {
|
|
7715
8174
|
headers: {
|
|
@@ -7767,6 +8226,15 @@ export interface operations {
|
|
|
7767
8226
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7768
8227
|
};
|
|
7769
8228
|
};
|
|
8229
|
+
/** @description The request method attempted is not allowed */
|
|
8230
|
+
405: {
|
|
8231
|
+
headers: {
|
|
8232
|
+
[name: string]: unknown;
|
|
8233
|
+
};
|
|
8234
|
+
content: {
|
|
8235
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8236
|
+
};
|
|
8237
|
+
};
|
|
7770
8238
|
/** @description Validation Error */
|
|
7771
8239
|
422: {
|
|
7772
8240
|
headers: {
|
|
@@ -7817,6 +8285,15 @@ export interface operations {
|
|
|
7817
8285
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7818
8286
|
};
|
|
7819
8287
|
};
|
|
8288
|
+
/** @description The request method attempted is not allowed */
|
|
8289
|
+
405: {
|
|
8290
|
+
headers: {
|
|
8291
|
+
[name: string]: unknown;
|
|
8292
|
+
};
|
|
8293
|
+
content: {
|
|
8294
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8295
|
+
};
|
|
8296
|
+
};
|
|
7820
8297
|
/** @description Validation Error */
|
|
7821
8298
|
422: {
|
|
7822
8299
|
headers: {
|
|
@@ -7877,6 +8354,15 @@ export interface operations {
|
|
|
7877
8354
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7878
8355
|
};
|
|
7879
8356
|
};
|
|
8357
|
+
/** @description The request method attempted is not allowed */
|
|
8358
|
+
405: {
|
|
8359
|
+
headers: {
|
|
8360
|
+
[name: string]: unknown;
|
|
8361
|
+
};
|
|
8362
|
+
content: {
|
|
8363
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8364
|
+
};
|
|
8365
|
+
};
|
|
7880
8366
|
/** @description Validation Error */
|
|
7881
8367
|
422: {
|
|
7882
8368
|
headers: {
|
|
@@ -7936,6 +8422,15 @@ export interface operations {
|
|
|
7936
8422
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7937
8423
|
};
|
|
7938
8424
|
};
|
|
8425
|
+
/** @description The request method attempted is not allowed */
|
|
8426
|
+
405: {
|
|
8427
|
+
headers: {
|
|
8428
|
+
[name: string]: unknown;
|
|
8429
|
+
};
|
|
8430
|
+
content: {
|
|
8431
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8432
|
+
};
|
|
8433
|
+
};
|
|
7939
8434
|
/** @description Validation Error */
|
|
7940
8435
|
422: {
|
|
7941
8436
|
headers: {
|
|
@@ -7993,6 +8488,15 @@ export interface operations {
|
|
|
7993
8488
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7994
8489
|
};
|
|
7995
8490
|
};
|
|
8491
|
+
/** @description The request method attempted is not allowed */
|
|
8492
|
+
405: {
|
|
8493
|
+
headers: {
|
|
8494
|
+
[name: string]: unknown;
|
|
8495
|
+
};
|
|
8496
|
+
content: {
|
|
8497
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8498
|
+
};
|
|
8499
|
+
};
|
|
7996
8500
|
/** @description Validation Error */
|
|
7997
8501
|
422: {
|
|
7998
8502
|
headers: {
|
|
@@ -8055,6 +8559,15 @@ export interface operations {
|
|
|
8055
8559
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8056
8560
|
};
|
|
8057
8561
|
};
|
|
8562
|
+
/** @description The request method attempted is not allowed */
|
|
8563
|
+
405: {
|
|
8564
|
+
headers: {
|
|
8565
|
+
[name: string]: unknown;
|
|
8566
|
+
};
|
|
8567
|
+
content: {
|
|
8568
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8569
|
+
};
|
|
8570
|
+
};
|
|
8058
8571
|
/** @description Validation Error */
|
|
8059
8572
|
422: {
|
|
8060
8573
|
headers: {
|
|
@@ -8127,6 +8640,15 @@ export interface operations {
|
|
|
8127
8640
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8128
8641
|
};
|
|
8129
8642
|
};
|
|
8643
|
+
/** @description The request method attempted is not allowed */
|
|
8644
|
+
405: {
|
|
8645
|
+
headers: {
|
|
8646
|
+
[name: string]: unknown;
|
|
8647
|
+
};
|
|
8648
|
+
content: {
|
|
8649
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8650
|
+
};
|
|
8651
|
+
};
|
|
8130
8652
|
/** @description Validation Error */
|
|
8131
8653
|
422: {
|
|
8132
8654
|
headers: {
|
|
@@ -8188,6 +8710,15 @@ export interface operations {
|
|
|
8188
8710
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8189
8711
|
};
|
|
8190
8712
|
};
|
|
8713
|
+
/** @description The request method attempted is not allowed */
|
|
8714
|
+
405: {
|
|
8715
|
+
headers: {
|
|
8716
|
+
[name: string]: unknown;
|
|
8717
|
+
};
|
|
8718
|
+
content: {
|
|
8719
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8720
|
+
};
|
|
8721
|
+
};
|
|
8191
8722
|
/** @description Validation Error */
|
|
8192
8723
|
422: {
|
|
8193
8724
|
headers: {
|
|
@@ -8256,6 +8787,15 @@ export interface operations {
|
|
|
8256
8787
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8257
8788
|
};
|
|
8258
8789
|
};
|
|
8790
|
+
/** @description The request method attempted is not allowed */
|
|
8791
|
+
405: {
|
|
8792
|
+
headers: {
|
|
8793
|
+
[name: string]: unknown;
|
|
8794
|
+
};
|
|
8795
|
+
content: {
|
|
8796
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
8797
|
+
};
|
|
8798
|
+
};
|
|
8259
8799
|
/** @description Validation Error */
|
|
8260
8800
|
422: {
|
|
8261
8801
|
headers: {
|