@volant-autonomy/via-sdk 1.3165.1 → 1.3188.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/direct.d.ts +1 -1
- package/package.json +1 -1
package/dist/direct.d.ts
CHANGED
|
@@ -1011,7 +1011,7 @@ export declare class Direct {
|
|
|
1011
1011
|
* Update a SORA Classification
|
|
1012
1012
|
* @description Update a SORA Classification
|
|
1013
1013
|
*/
|
|
1014
|
-
updateSoraClassification<Opts extends requestOptions = {}>(id: pathOf<
|
|
1014
|
+
updateSoraClassification<Opts extends requestOptions = {}>(id: pathOf<updateSoraClassification>['classification_id'], args: bodyOf<updateSoraClassification>, opts?: Opts | requestOptions): Promise<{
|
|
1015
1015
|
data?: never;
|
|
1016
1016
|
error: {
|
|
1017
1017
|
errors: {
|