@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.
Files changed (2) hide show
  1. package/dist/direct.d.ts +1 -1
  2. 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<getSoraClassification>['classification_id'], args: bodyOf<updateSoraClassification>, opts?: Opts | requestOptions): Promise<{
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.3165.1",
3
+ "version": "1.3188.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",