@volant-autonomy/via-sdk 1.5154.1 → 1.5174.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 +6 -6
- package/dist/direct.d.ts +21 -19
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +54 -10
- package/package.json +1 -1
package/dist/composite.d.ts
CHANGED
|
@@ -15,9 +15,9 @@ export declare class Composite {
|
|
|
15
15
|
error: {
|
|
16
16
|
errors: {
|
|
17
17
|
detail: string;
|
|
18
|
-
status: "401" | "400" | "422" | "
|
|
18
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
19
19
|
}[];
|
|
20
|
-
status: "401" | "400" | "422" | "
|
|
20
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
21
21
|
};
|
|
22
22
|
response: Response;
|
|
23
23
|
aborted: false;
|
|
@@ -142,9 +142,9 @@ export declare class Composite {
|
|
|
142
142
|
error: {
|
|
143
143
|
errors: {
|
|
144
144
|
detail: string;
|
|
145
|
-
status: "401" | "400" | "422" | "
|
|
145
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
146
146
|
}[];
|
|
147
|
-
status: "401" | "400" | "422" | "
|
|
147
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
148
148
|
};
|
|
149
149
|
response: Response;
|
|
150
150
|
aborted: false;
|
|
@@ -208,9 +208,9 @@ export declare class Composite {
|
|
|
208
208
|
doPathingTask(args: createPathingTask['requestBody']['content']['application/json']): Promise<{
|
|
209
209
|
errors: {
|
|
210
210
|
detail: string;
|
|
211
|
-
status: "401" | "400" | "422";
|
|
211
|
+
status: "401" | "400" | "422" | "404";
|
|
212
212
|
}[];
|
|
213
|
-
status: "401" | "400" | "422";
|
|
213
|
+
status: "401" | "400" | "422" | "404";
|
|
214
214
|
} | {
|
|
215
215
|
data?: never;
|
|
216
216
|
error: {
|
package/dist/direct.d.ts
CHANGED
|
@@ -112,9 +112,9 @@ export declare class Direct {
|
|
|
112
112
|
error: {
|
|
113
113
|
errors: {
|
|
114
114
|
detail: string;
|
|
115
|
-
status: "401" | "400" | "422";
|
|
115
|
+
status: "401" | "400" | "422" | "404";
|
|
116
116
|
}[];
|
|
117
|
-
status: "401" | "400" | "422";
|
|
117
|
+
status: "401" | "400" | "422" | "404";
|
|
118
118
|
};
|
|
119
119
|
response: Response;
|
|
120
120
|
aborted: false;
|
|
@@ -146,9 +146,9 @@ export declare class Direct {
|
|
|
146
146
|
error: {
|
|
147
147
|
errors: {
|
|
148
148
|
detail: string;
|
|
149
|
-
status: "401" | "400" | "422" | "
|
|
149
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
150
150
|
}[];
|
|
151
|
-
status: "401" | "400" | "422" | "
|
|
151
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
152
152
|
};
|
|
153
153
|
response: Response;
|
|
154
154
|
aborted: false;
|
|
@@ -293,9 +293,11 @@ export declare class Direct {
|
|
|
293
293
|
* Retrieve Flightplan Operational Intent Volumes
|
|
294
294
|
* @description Retrieve Operational Intent Volumes for the specified flightplan.
|
|
295
295
|
*
|
|
296
|
-
* Volumes wholly contain the operational intent
|
|
297
|
-
*
|
|
298
|
-
*
|
|
296
|
+
* Volumes wholly contain the operational intent where they meet the supplied time range parameters if supplied,
|
|
297
|
+
* otherwise all operational intent volumes are returned.
|
|
298
|
+
*
|
|
299
|
+
* Start and end times, as well as lower and upper altitudes, are required for each volume. Volumes are generated based
|
|
300
|
+
* on the `LateralParameters` of the flightplan about the mean flightpath as defined in each waypoint.
|
|
299
301
|
*/
|
|
300
302
|
getFlightplanVolumes<Opts extends requestOptions = {}>(id: pathOf<getFlightplanVolumes>['flightplan_id'], args: queryOf<getFlightplanVolumes>, opts?: Opts | requestOptions): Promise<{
|
|
301
303
|
data?: never;
|
|
@@ -519,9 +521,9 @@ export declare class Direct {
|
|
|
519
521
|
error: {
|
|
520
522
|
errors: {
|
|
521
523
|
detail: string;
|
|
522
|
-
status: "401" | "400" | "422" | "
|
|
524
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
523
525
|
}[];
|
|
524
|
-
status: "401" | "400" | "422" | "
|
|
526
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
525
527
|
};
|
|
526
528
|
response: Response;
|
|
527
529
|
aborted: false;
|
|
@@ -579,9 +581,9 @@ export declare class Direct {
|
|
|
579
581
|
error: {
|
|
580
582
|
errors: {
|
|
581
583
|
detail: string;
|
|
582
|
-
status: "401" | "400" | "422";
|
|
584
|
+
status: "401" | "400" | "422" | "404";
|
|
583
585
|
}[];
|
|
584
|
-
status: "401" | "400" | "422";
|
|
586
|
+
status: "401" | "400" | "422" | "404";
|
|
585
587
|
};
|
|
586
588
|
response: Response;
|
|
587
589
|
aborted: false;
|
|
@@ -836,9 +838,9 @@ export declare class Direct {
|
|
|
836
838
|
error: {
|
|
837
839
|
errors: {
|
|
838
840
|
detail: string;
|
|
839
|
-
status: "401" | "400" | "422";
|
|
841
|
+
status: "401" | "400" | "422" | "404";
|
|
840
842
|
}[];
|
|
841
|
-
status: "401" | "400" | "422";
|
|
843
|
+
status: "401" | "400" | "422" | "404";
|
|
842
844
|
};
|
|
843
845
|
response: Response;
|
|
844
846
|
aborted: false;
|
|
@@ -1010,9 +1012,9 @@ export declare class Direct {
|
|
|
1010
1012
|
error: {
|
|
1011
1013
|
errors: {
|
|
1012
1014
|
detail: string;
|
|
1013
|
-
status: "401" | "400" | "422";
|
|
1015
|
+
status: "401" | "400" | "422" | "404";
|
|
1014
1016
|
}[];
|
|
1015
|
-
status: "401" | "400" | "422";
|
|
1017
|
+
status: "401" | "400" | "422" | "404";
|
|
1016
1018
|
};
|
|
1017
1019
|
response: Response;
|
|
1018
1020
|
aborted: false;
|
|
@@ -1727,9 +1729,9 @@ export declare class Direct {
|
|
|
1727
1729
|
error: {
|
|
1728
1730
|
errors: {
|
|
1729
1731
|
detail: string;
|
|
1730
|
-
status: "401" | "400" | "422" | "
|
|
1732
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
1731
1733
|
}[];
|
|
1732
|
-
status: "401" | "400" | "422" | "
|
|
1734
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
1733
1735
|
};
|
|
1734
1736
|
response: Response;
|
|
1735
1737
|
aborted: false;
|
|
@@ -1817,9 +1819,9 @@ export declare class Direct {
|
|
|
1817
1819
|
error: {
|
|
1818
1820
|
errors: {
|
|
1819
1821
|
detail: string;
|
|
1820
|
-
status: "401" | "400" | "422" | "
|
|
1822
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
1821
1823
|
}[];
|
|
1822
|
-
status: "401" | "400" | "422" | "
|
|
1824
|
+
status: "401" | "400" | "422" | "404" | "403";
|
|
1823
1825
|
};
|
|
1824
1826
|
response: Response;
|
|
1825
1827
|
aborted: false;
|
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -165,9 +165,11 @@ export interface paths {
|
|
|
165
165
|
* Retrieve Flightplan Operational Intent Volumes
|
|
166
166
|
* @description Retrieve Operational Intent Volumes for the specified flightplan.
|
|
167
167
|
*
|
|
168
|
-
* Volumes wholly contain the operational intent
|
|
169
|
-
*
|
|
170
|
-
*
|
|
168
|
+
* Volumes wholly contain the operational intent where they meet the supplied time range parameters if supplied,
|
|
169
|
+
* otherwise all operational intent volumes are returned.
|
|
170
|
+
*
|
|
171
|
+
* Start and end times, as well as lower and upper altitudes, are required for each volume. Volumes are generated based
|
|
172
|
+
* on the `LateralParameters` of the flightplan about the mean flightpath as defined in each waypoint.
|
|
171
173
|
*/
|
|
172
174
|
get: operations["flightplan_volumes_v1_flightplans__flightplan_id__volumes_get"];
|
|
173
175
|
put?: never;
|
|
@@ -1346,9 +1348,10 @@ export interface components {
|
|
|
1346
1348
|
};
|
|
1347
1349
|
/**
|
|
1348
1350
|
* AtypicalAirspace
|
|
1349
|
-
* @description A volume of airspace that the operator is permitted to enter
|
|
1350
|
-
*
|
|
1351
|
-
*
|
|
1351
|
+
* @description A volume of airspace that the operator is permitted to enter.
|
|
1352
|
+
*
|
|
1353
|
+
* An Atypical airspace may be characterised as either restricted airspace, segregated areas, or airspace where
|
|
1354
|
+
* normally manned aircraft should not go (e.g., at a height low enough or close to an obstacle).
|
|
1352
1355
|
* @example {
|
|
1353
1356
|
* "features": [
|
|
1354
1357
|
* {
|
|
@@ -1409,9 +1412,10 @@ export interface components {
|
|
|
1409
1412
|
};
|
|
1410
1413
|
/**
|
|
1411
1414
|
* AtypicalAirspace
|
|
1412
|
-
* @description A volume of airspace that the operator is permitted to enter
|
|
1413
|
-
*
|
|
1414
|
-
*
|
|
1415
|
+
* @description A volume of airspace that the operator is permitted to enter.
|
|
1416
|
+
*
|
|
1417
|
+
* An Atypical airspace may be characterised as either restricted airspace, segregated areas, or airspace where
|
|
1418
|
+
* normally manned aircraft should not go (e.g., at a height low enough or close to an obstacle).
|
|
1415
1419
|
* @example {
|
|
1416
1420
|
* "features": [
|
|
1417
1421
|
* {
|
|
@@ -2359,7 +2363,9 @@ export interface components {
|
|
|
2359
2363
|
};
|
|
2360
2364
|
/**
|
|
2361
2365
|
* GotoPathingCheckpoint
|
|
2362
|
-
* @description
|
|
2366
|
+
* @description A position that the resulting path must pass through.
|
|
2367
|
+
*
|
|
2368
|
+
* Generate a path to a specified location under given `flight_parameters` accounting for given `wind_parameters` and
|
|
2363
2369
|
* `pathing_settings`. All parameters are defined as to be used during the leg flying towards this checkpoint.
|
|
2364
2370
|
*/
|
|
2365
2371
|
GotoPathingCheckpoint: {
|
|
@@ -4829,6 +4835,15 @@ export interface operations {
|
|
|
4829
4835
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4830
4836
|
};
|
|
4831
4837
|
};
|
|
4838
|
+
/** @description The requested resource could not be found */
|
|
4839
|
+
404: {
|
|
4840
|
+
headers: {
|
|
4841
|
+
[name: string]: unknown;
|
|
4842
|
+
};
|
|
4843
|
+
content: {
|
|
4844
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4845
|
+
};
|
|
4846
|
+
};
|
|
4832
4847
|
/** @description Validation Error */
|
|
4833
4848
|
422: {
|
|
4834
4849
|
headers: {
|
|
@@ -5232,6 +5247,8 @@ export interface operations {
|
|
|
5232
5247
|
query?: {
|
|
5233
5248
|
/** @description The altitude reference in which to return altitude upper and lower limits of the volumes. Currently supports AGL (Above Ground Level) or AMSL (Above Mean Sea Level). */
|
|
5234
5249
|
altitude_reference?: components["schemas"]["AltitudeReference"];
|
|
5250
|
+
time_start?: string | null;
|
|
5251
|
+
time_end?: string | null;
|
|
5235
5252
|
/** @description For each volume, return information about anything in conflict with it, e.g. other volumes, SORA constraints or geocages. Default true. */
|
|
5236
5253
|
return_conflicts?: boolean;
|
|
5237
5254
|
};
|
|
@@ -5779,6 +5796,15 @@ export interface operations {
|
|
|
5779
5796
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5780
5797
|
};
|
|
5781
5798
|
};
|
|
5799
|
+
/** @description The requested resource could not be found */
|
|
5800
|
+
404: {
|
|
5801
|
+
headers: {
|
|
5802
|
+
[name: string]: unknown;
|
|
5803
|
+
};
|
|
5804
|
+
content: {
|
|
5805
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5806
|
+
};
|
|
5807
|
+
};
|
|
5782
5808
|
/** @description Validation Error */
|
|
5783
5809
|
422: {
|
|
5784
5810
|
headers: {
|
|
@@ -6833,6 +6859,15 @@ export interface operations {
|
|
|
6833
6859
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6834
6860
|
};
|
|
6835
6861
|
};
|
|
6862
|
+
/** @description The requested resource could not be found */
|
|
6863
|
+
404: {
|
|
6864
|
+
headers: {
|
|
6865
|
+
[name: string]: unknown;
|
|
6866
|
+
};
|
|
6867
|
+
content: {
|
|
6868
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6869
|
+
};
|
|
6870
|
+
};
|
|
6836
6871
|
/** @description Validation Error */
|
|
6837
6872
|
422: {
|
|
6838
6873
|
headers: {
|
|
@@ -7160,6 +7195,15 @@ export interface operations {
|
|
|
7160
7195
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7161
7196
|
};
|
|
7162
7197
|
};
|
|
7198
|
+
/** @description The requested resource could not be found */
|
|
7199
|
+
404: {
|
|
7200
|
+
headers: {
|
|
7201
|
+
[name: string]: unknown;
|
|
7202
|
+
};
|
|
7203
|
+
content: {
|
|
7204
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7205
|
+
};
|
|
7206
|
+
};
|
|
7163
7207
|
/** @description Validation Error */
|
|
7164
7208
|
422: {
|
|
7165
7209
|
headers: {
|