@volant-autonomy/via-sdk 1.5148.1 → 1.5162.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 +43 -3
- 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;
|
|
@@ -4829,6 +4831,15 @@ export interface operations {
|
|
|
4829
4831
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4830
4832
|
};
|
|
4831
4833
|
};
|
|
4834
|
+
/** @description The requested resource could not be found */
|
|
4835
|
+
404: {
|
|
4836
|
+
headers: {
|
|
4837
|
+
[name: string]: unknown;
|
|
4838
|
+
};
|
|
4839
|
+
content: {
|
|
4840
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4841
|
+
};
|
|
4842
|
+
};
|
|
4832
4843
|
/** @description Validation Error */
|
|
4833
4844
|
422: {
|
|
4834
4845
|
headers: {
|
|
@@ -5232,6 +5243,8 @@ export interface operations {
|
|
|
5232
5243
|
query?: {
|
|
5233
5244
|
/** @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
5245
|
altitude_reference?: components["schemas"]["AltitudeReference"];
|
|
5246
|
+
time_start?: string | null;
|
|
5247
|
+
time_end?: string | null;
|
|
5235
5248
|
/** @description For each volume, return information about anything in conflict with it, e.g. other volumes, SORA constraints or geocages. Default true. */
|
|
5236
5249
|
return_conflicts?: boolean;
|
|
5237
5250
|
};
|
|
@@ -5779,6 +5792,15 @@ export interface operations {
|
|
|
5779
5792
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5780
5793
|
};
|
|
5781
5794
|
};
|
|
5795
|
+
/** @description The requested resource could not be found */
|
|
5796
|
+
404: {
|
|
5797
|
+
headers: {
|
|
5798
|
+
[name: string]: unknown;
|
|
5799
|
+
};
|
|
5800
|
+
content: {
|
|
5801
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
5802
|
+
};
|
|
5803
|
+
};
|
|
5782
5804
|
/** @description Validation Error */
|
|
5783
5805
|
422: {
|
|
5784
5806
|
headers: {
|
|
@@ -6833,6 +6855,15 @@ export interface operations {
|
|
|
6833
6855
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6834
6856
|
};
|
|
6835
6857
|
};
|
|
6858
|
+
/** @description The requested resource could not be found */
|
|
6859
|
+
404: {
|
|
6860
|
+
headers: {
|
|
6861
|
+
[name: string]: unknown;
|
|
6862
|
+
};
|
|
6863
|
+
content: {
|
|
6864
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
6865
|
+
};
|
|
6866
|
+
};
|
|
6836
6867
|
/** @description Validation Error */
|
|
6837
6868
|
422: {
|
|
6838
6869
|
headers: {
|
|
@@ -7160,6 +7191,15 @@ export interface operations {
|
|
|
7160
7191
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7161
7192
|
};
|
|
7162
7193
|
};
|
|
7194
|
+
/** @description The requested resource could not be found */
|
|
7195
|
+
404: {
|
|
7196
|
+
headers: {
|
|
7197
|
+
[name: string]: unknown;
|
|
7198
|
+
};
|
|
7199
|
+
content: {
|
|
7200
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
7201
|
+
};
|
|
7202
|
+
};
|
|
7163
7203
|
/** @description Validation Error */
|
|
7164
7204
|
422: {
|
|
7165
7205
|
headers: {
|