@volant-autonomy/via-sdk 1.4065.1 → 1.4087.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.
@@ -197,7 +197,7 @@ export declare class Composite {
197
197
  data: {
198
198
  id: string;
199
199
  type?: "pathing_task";
200
- attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes-Output"] | null;
200
+ attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes"] | null;
201
201
  meta: import("./volant-schema").components["schemas"]["PathingTaskMeta"];
202
202
  };
203
203
  error?: never;
@@ -226,7 +226,7 @@ export declare class Composite {
226
226
  data: {
227
227
  id: string;
228
228
  type?: "pathing_task";
229
- attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes-Output"] | null;
229
+ attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes"] | null;
230
230
  meta: import("./volant-schema").components["schemas"]["PathingTaskMeta"];
231
231
  };
232
232
  error?: never;
package/dist/direct.d.ts CHANGED
@@ -218,7 +218,7 @@ export declare class Direct {
218
218
  data: {
219
219
  id: string;
220
220
  type?: "waypoint_detail";
221
- attributes: import("./volant-schema").components["schemas"]["WaypointDetailAttributes-Output"];
221
+ attributes: import("./volant-schema").components["schemas"]["WaypointDetailAttributes"];
222
222
  };
223
223
  error?: never;
224
224
  response: Response;
@@ -310,7 +310,7 @@ export declare class Direct {
310
310
  aborted: true;
311
311
  } : never) | {
312
312
  data: {
313
- data: import("./volant-schema").components["schemas"]["VolumeResponse-Output"];
313
+ data: import("./volant-schema").components["schemas"]["VolumeResponse"];
314
314
  links: import("./volant-schema").components["schemas"]["Links"];
315
315
  }[];
316
316
  error?: never;
@@ -589,7 +589,7 @@ export declare class Direct {
589
589
  data: {
590
590
  id: string;
591
591
  type?: "pathing_task";
592
- attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes-Output"] | null;
592
+ attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes"] | null;
593
593
  meta: import("./volant-schema").components["schemas"]["PathingTaskMeta"];
594
594
  };
595
595
  error?: never;
@@ -623,7 +623,7 @@ export declare class Direct {
623
623
  data: {
624
624
  id: string;
625
625
  type?: "pathing_task";
626
- attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes-Output"] | null;
626
+ attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes"] | null;
627
627
  meta: import("./volant-schema").components["schemas"]["PathingTaskMeta"];
628
628
  };
629
629
  error?: never;
@@ -664,7 +664,7 @@ export declare class Direct {
664
664
  data: {
665
665
  id: string;
666
666
  type?: "chart";
667
- attributes: import("./volant-schema").components["schemas"]["ChartAttributes-Output"];
667
+ attributes: import("./volant-schema").components["schemas"]["ChartAttributes"];
668
668
  }[];
669
669
  error?: never;
670
670
  response: Response;
@@ -694,7 +694,7 @@ export declare class Direct {
694
694
  data: {
695
695
  id: string;
696
696
  type?: "chart";
697
- attributes: import("./volant-schema").components["schemas"]["ChartAttributes-Output"];
697
+ attributes: import("./volant-schema").components["schemas"]["ChartAttributes"];
698
698
  };
699
699
  error?: never;
700
700
  response: Response;
@@ -1520,7 +1520,7 @@ export declare class Direct {
1520
1520
  aborted: true;
1521
1521
  } : never) | {
1522
1522
  data: {
1523
- data: import("./volant-schema").components["schemas"]["GeocageResponse-Output"];
1523
+ data: import("./volant-schema").components["schemas"]["GeocageResponse"];
1524
1524
  links: import("./volant-schema").components["schemas"]["Links"];
1525
1525
  }[];
1526
1526
  error?: never;
@@ -1608,7 +1608,7 @@ export declare class Direct {
1608
1608
  id: string;
1609
1609
  name: string;
1610
1610
  type?: "cost_dataset";
1611
- attributes: import("./volant-schema").components["schemas"]["CostDatasetAttributes-Output"];
1611
+ attributes: import("./volant-schema").components["schemas"]["CostDatasetAttributes"];
1612
1612
  };
1613
1613
  error?: never;
1614
1614
  response: Response;
@@ -1639,7 +1639,7 @@ export declare class Direct {
1639
1639
  id: string;
1640
1640
  name: string;
1641
1641
  type?: "cost_dataset";
1642
- attributes: import("./volant-schema").components["schemas"]["CostDatasetAttributes-Output"];
1642
+ attributes: import("./volant-schema").components["schemas"]["CostDatasetAttributes"];
1643
1643
  }[];
1644
1644
  error?: never;
1645
1645
  response: Response;
@@ -1651,7 +1651,7 @@ export declare class Direct {
1651
1651
  */
1652
1652
  createCostDataset<Opts extends requestOptions = {}>(args: {
1653
1653
  chart_id: string;
1654
- name: schemas['CostDatasetResponse-Input']['name'];
1654
+ name: schemas['CostDatasetResponse']['name'];
1655
1655
  valid_time_ranges: schemas['RasterValidityTime'][];
1656
1656
  geotiff: Blob;
1657
1657
  }, opts?: Opts | requestOptions): Promise<{
@@ -1679,7 +1679,7 @@ export declare class Direct {
1679
1679
  id: string;
1680
1680
  name: string;
1681
1681
  type?: "cost_dataset";
1682
- attributes: import("./volant-schema").components["schemas"]["CostDatasetAttributes-Output"];
1682
+ attributes: import("./volant-schema").components["schemas"]["CostDatasetAttributes"];
1683
1683
  };
1684
1684
  error?: never;
1685
1685
  response: Response;
package/dist/index.cjs.js CHANGED
@@ -793,7 +793,7 @@ function defaultPathSerializer(pathname, pathParams) {
793
793
  return nextURL;
794
794
  }
795
795
 
796
- var version = "1.4065.1";
796
+ var version = "1.4087.1";
797
797
 
798
798
  const querySerializer = createQuerySerializer();
799
799
  class Fetcher {