@volant-autonomy/via-sdk 1.5177.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/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" | "404" | "403";
|
|
18
|
+
status: "401" | "400" | "405" | "422" | "404" | "403";
|
|
19
19
|
}[];
|
|
20
|
-
status: "401" | "400" | "422" | "404" | "403";
|
|
20
|
+
status: "401" | "400" | "405" | "422" | "404" | "403";
|
|
21
21
|
};
|
|
22
22
|
response: Response;
|
|
23
23
|
aborted: false;
|
|
@@ -37,9 +37,9 @@ export declare class Composite {
|
|
|
37
37
|
error: {
|
|
38
38
|
errors: {
|
|
39
39
|
detail: string;
|
|
40
|
-
status: "401" | "400" | "422";
|
|
40
|
+
status: "401" | "400" | "405" | "422";
|
|
41
41
|
}[];
|
|
42
|
-
status: "401" | "400" | "422";
|
|
42
|
+
status: "401" | "400" | "405" | "422";
|
|
43
43
|
};
|
|
44
44
|
response: Response;
|
|
45
45
|
aborted: false;
|
|
@@ -59,9 +59,9 @@ export declare class Composite {
|
|
|
59
59
|
error: {
|
|
60
60
|
errors: {
|
|
61
61
|
detail: string;
|
|
62
|
-
status: "401" | "400" | "422";
|
|
62
|
+
status: "401" | "400" | "405" | "422";
|
|
63
63
|
}[];
|
|
64
|
-
status: "401" | "400" | "422";
|
|
64
|
+
status: "401" | "400" | "405" | "422";
|
|
65
65
|
};
|
|
66
66
|
response: Response;
|
|
67
67
|
aborted: false;
|
|
@@ -81,9 +81,9 @@ export declare class Composite {
|
|
|
81
81
|
error: {
|
|
82
82
|
errors: {
|
|
83
83
|
detail: string;
|
|
84
|
-
status: "401" | "400" | "422";
|
|
84
|
+
status: "401" | "400" | "405" | "422";
|
|
85
85
|
}[];
|
|
86
|
-
status: "401" | "400" | "422";
|
|
86
|
+
status: "401" | "400" | "405" | "422";
|
|
87
87
|
};
|
|
88
88
|
response: Response;
|
|
89
89
|
aborted: false;
|
|
@@ -103,9 +103,9 @@ export declare class Composite {
|
|
|
103
103
|
error: {
|
|
104
104
|
errors: {
|
|
105
105
|
detail: string;
|
|
106
|
-
status: "401" | "400" | "422";
|
|
106
|
+
status: "401" | "400" | "405" | "422";
|
|
107
107
|
}[];
|
|
108
|
-
status: "401" | "400" | "422";
|
|
108
|
+
status: "401" | "400" | "405" | "422";
|
|
109
109
|
};
|
|
110
110
|
response: Response;
|
|
111
111
|
aborted: false;
|
|
@@ -125,9 +125,9 @@ export declare class Composite {
|
|
|
125
125
|
error: {
|
|
126
126
|
errors: {
|
|
127
127
|
detail: string;
|
|
128
|
-
status: "401" | "400" | "422" | "404" | "409";
|
|
128
|
+
status: "401" | "400" | "405" | "422" | "404" | "409";
|
|
129
129
|
}[];
|
|
130
|
-
status: "401" | "400" | "422" | "404" | "409";
|
|
130
|
+
status: "401" | "400" | "405" | "422" | "404" | "409";
|
|
131
131
|
};
|
|
132
132
|
response: Response;
|
|
133
133
|
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" | "404" | "403";
|
|
145
|
+
status: "401" | "400" | "405" | "422" | "404" | "403";
|
|
146
146
|
}[];
|
|
147
|
-
status: "401" | "400" | "422" | "404" | "403";
|
|
147
|
+
status: "401" | "400" | "405" | "422" | "404" | "403";
|
|
148
148
|
};
|
|
149
149
|
response: Response;
|
|
150
150
|
aborted: false;
|
|
@@ -162,9 +162,9 @@ export declare class Composite {
|
|
|
162
162
|
error: {
|
|
163
163
|
errors: {
|
|
164
164
|
detail: string;
|
|
165
|
-
status: "401" | "400" | "422" | "404";
|
|
165
|
+
status: "401" | "400" | "405" | "422" | "404";
|
|
166
166
|
}[];
|
|
167
|
-
status: "401" | "400" | "422" | "404";
|
|
167
|
+
status: "401" | "400" | "405" | "422" | "404";
|
|
168
168
|
};
|
|
169
169
|
}>;
|
|
170
170
|
/**
|
|
@@ -187,9 +187,9 @@ export declare class Composite {
|
|
|
187
187
|
error: {
|
|
188
188
|
errors: {
|
|
189
189
|
detail: string;
|
|
190
|
-
status: "401" | "400" | "422" | "404";
|
|
190
|
+
status: "401" | "400" | "405" | "422" | "404";
|
|
191
191
|
}[];
|
|
192
|
-
status: "401" | "400" | "422" | "404";
|
|
192
|
+
status: "401" | "400" | "405" | "422" | "404";
|
|
193
193
|
};
|
|
194
194
|
response: Response;
|
|
195
195
|
aborted: false;
|
|
@@ -208,17 +208,17 @@ 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" | "404";
|
|
211
|
+
status: "401" | "400" | "405" | "422" | "404";
|
|
212
212
|
}[];
|
|
213
|
-
status: "401" | "400" | "422" | "404";
|
|
213
|
+
status: "401" | "400" | "405" | "422" | "404";
|
|
214
214
|
} | {
|
|
215
215
|
data?: never;
|
|
216
216
|
error: {
|
|
217
217
|
errors: {
|
|
218
218
|
detail: string;
|
|
219
|
-
status: "401" | "400" | "422" | "404";
|
|
219
|
+
status: "401" | "400" | "405" | "422" | "404";
|
|
220
220
|
}[];
|
|
221
|
-
status: "401" | "400" | "422" | "404";
|
|
221
|
+
status: "401" | "400" | "405" | "422" | "404";
|
|
222
222
|
};
|
|
223
223
|
response: Response;
|
|
224
224
|
aborted: false;
|