@volant-autonomy/via-sdk 1.4099.1 → 1.4119.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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +1 -1
- package/package.json +1 -1
package/dist/direct.d.ts
CHANGED
|
@@ -1713,7 +1713,7 @@ export declare class Direct {
|
|
|
1713
1713
|
}>;
|
|
1714
1714
|
/**
|
|
1715
1715
|
* Generate a raster pattern
|
|
1716
|
-
* @description Generate a raster pattern that covers a specified search polygon
|
|
1716
|
+
* @description Generate a raster pattern that covers a specified search polygon.
|
|
1717
1717
|
*/
|
|
1718
1718
|
createRasterPattern<Opts extends requestOptions = {}>(args: bodyOf<createRasterPattern>, opts?: Opts | requestOptions): Promise<{
|
|
1719
1719
|
data?: never;
|
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -814,7 +814,7 @@ export interface paths {
|
|
|
814
814
|
put?: never;
|
|
815
815
|
/**
|
|
816
816
|
* Generate a raster pattern
|
|
817
|
-
* @description Generate a raster pattern that covers a specified search polygon
|
|
817
|
+
* @description Generate a raster pattern that covers a specified search polygon.
|
|
818
818
|
*/
|
|
819
819
|
post: operations["generate_raster_v1_flight_patterns_raster_post"];
|
|
820
820
|
delete?: never;
|