@volant-autonomy/via-sdk 1.3993.1 → 1.4002.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"] | null;
200
+ attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes-Output"] | 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"] | null;
229
+ attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes-Output"] | null;
230
230
  meta: import("./volant-schema").components["schemas"]["PathingTaskMeta"];
231
231
  };
232
232
  error?: never;
package/dist/direct.d.ts CHANGED
@@ -217,7 +217,7 @@ export declare class Direct {
217
217
  data: {
218
218
  id: string;
219
219
  type?: "waypoint_detail";
220
- attributes: import("./volant-schema").components["schemas"]["WaypointDetailAttributes"];
220
+ attributes: import("./volant-schema").components["schemas"]["WaypointDetailAttributes-Output"];
221
221
  };
222
222
  error?: never;
223
223
  response: Response;
@@ -279,7 +279,7 @@ export declare class Direct {
279
279
  aborted: true;
280
280
  } : never) | {
281
281
  data: {
282
- data: import("./volant-schema").components["schemas"]["VolumeResponse"];
282
+ data: import("./volant-schema").components["schemas"]["VolumeResponse-Output"];
283
283
  links: import("./volant-schema").components["schemas"]["Links"];
284
284
  }[];
285
285
  error?: never;
@@ -558,7 +558,7 @@ export declare class Direct {
558
558
  data: {
559
559
  id: string;
560
560
  type?: "pathing_task";
561
- attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes"] | null;
561
+ attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes-Output"] | null;
562
562
  meta: import("./volant-schema").components["schemas"]["PathingTaskMeta"];
563
563
  };
564
564
  error?: never;
@@ -592,7 +592,7 @@ export declare class Direct {
592
592
  data: {
593
593
  id: string;
594
594
  type?: "pathing_task";
595
- attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes"] | null;
595
+ attributes?: import("./volant-schema").components["schemas"]["PathingTaskAttributes-Output"] | null;
596
596
  meta: import("./volant-schema").components["schemas"]["PathingTaskMeta"];
597
597
  };
598
598
  error?: never;
@@ -633,7 +633,7 @@ export declare class Direct {
633
633
  data: {
634
634
  id: string;
635
635
  type?: "chart";
636
- attributes: import("./volant-schema").components["schemas"]["ChartAttributes"];
636
+ attributes: import("./volant-schema").components["schemas"]["ChartAttributes-Output"];
637
637
  }[];
638
638
  error?: never;
639
639
  response: Response;
@@ -663,7 +663,7 @@ export declare class Direct {
663
663
  data: {
664
664
  id: string;
665
665
  type?: "chart";
666
- attributes: import("./volant-schema").components["schemas"]["ChartAttributes"];
666
+ attributes: import("./volant-schema").components["schemas"]["ChartAttributes-Output"];
667
667
  };
668
668
  error?: never;
669
669
  response: Response;
@@ -1489,7 +1489,7 @@ export declare class Direct {
1489
1489
  aborted: true;
1490
1490
  } : never) | {
1491
1491
  data: {
1492
- data: import("./volant-schema").components["schemas"]["GeocageResponse"];
1492
+ data: import("./volant-schema").components["schemas"]["GeocageResponse-Output"];
1493
1493
  links: import("./volant-schema").components["schemas"]["Links"];
1494
1494
  }[];
1495
1495
  error?: never;
@@ -1577,7 +1577,7 @@ export declare class Direct {
1577
1577
  id: string;
1578
1578
  name: string;
1579
1579
  type?: "cost_dataset";
1580
- attributes: import("./volant-schema").components["schemas"]["CostDatasetAttributes"];
1580
+ attributes: import("./volant-schema").components["schemas"]["CostDatasetAttributes-Output"];
1581
1581
  };
1582
1582
  error?: never;
1583
1583
  response: Response;
@@ -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"];
1611
+ attributes: import("./volant-schema").components["schemas"]["CostDatasetAttributes-Output"];
1612
1612
  }[];
1613
1613
  error?: never;
1614
1614
  response: Response;
@@ -1620,7 +1620,7 @@ export declare class Direct {
1620
1620
  */
1621
1621
  createCostDataset<Opts extends requestOptions = {}>(args: {
1622
1622
  chart_id: string;
1623
- name: schemas['CostDatasetResponse']['name'];
1623
+ name: schemas['CostDatasetResponse-Input']['name'];
1624
1624
  valid_time_ranges: schemas['RasterValidityTime'][];
1625
1625
  geotiff: Blob;
1626
1626
  }, opts?: Opts | requestOptions): Promise<{
@@ -1648,7 +1648,7 @@ export declare class Direct {
1648
1648
  id: string;
1649
1649
  name: string;
1650
1650
  type?: "cost_dataset";
1651
- attributes: import("./volant-schema").components["schemas"]["CostDatasetAttributes"];
1651
+ attributes: import("./volant-schema").components["schemas"]["CostDatasetAttributes-Output"];
1652
1652
  };
1653
1653
  error?: never;
1654
1654
  response: Response;
package/dist/index.cjs.js CHANGED
@@ -786,7 +786,7 @@ function defaultPathSerializer(pathname, pathParams) {
786
786
  return nextURL;
787
787
  }
788
788
 
789
- var version = "1.3993.1";
789
+ var version = "1.4002.1";
790
790
 
791
791
  const querySerializer = createQuerySerializer();
792
792
  class Fetcher {