@evergis/api 4.0.22 → 4.0.24

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.
@@ -0,0 +1,3 @@
1
+ import { CamerasService } from '../__generated__/CamerasService';
2
+ export declare class Cameras extends CamerasService {
3
+ }
@@ -1,5 +1,3 @@
1
1
  import { FeedbackService } from '../__generated__/FeedbackService';
2
- import { FeedbackParams, FeedbackPayload } from '../__generated__/data-contracts';
3
2
  export declare class Feedback extends FeedbackService {
4
- postFeedback(query: FeedbackParams, data: FeedbackPayload | FormData): Promise<string[]>;
5
3
  }
@@ -1,8 +1,3 @@
1
1
  import { StatisticService } from '../__generated__/StatisticService';
2
- import { ClassifyDc, ClassifyParams, GetStatisticsDc, StatisticsDc } from "../__generated__/data-contracts";
3
2
  export declare class Statistic extends StatisticService {
4
- getStatistic(params: GetStatisticsDc): Promise<StatisticsDc>;
5
- getClassify(params: ClassifyParams & {
6
- [key: string]: any;
7
- }): Promise<ClassifyDc>;
8
3
  }
@@ -1,4 +1,3 @@
1
1
  import { VectorTileService } from "../__generated__/VectorTileService";
2
2
  export declare class VectorTiles extends VectorTileService {
3
- getVt(name: string, z: number, x: number, y: number): Promise<void>;
4
3
  }
@@ -1,6 +1,7 @@
1
1
  export * from "./Account";
2
2
  export * from "./AccountPreview";
3
3
  export * from "./BulkOperations";
4
+ export * from "./Cameras";
4
5
  export * from "./ClientSettings";
5
6
  export * from "./Eql";
6
7
  export * from "./Feedback";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.22",
2
+ "version": "4.0.24",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -45,5 +45,5 @@
45
45
  "devDependencies": {
46
46
  "@evergis/sgis": "^0.5.0-alpha.68"
47
47
  },
48
- "gitHead": "abea42bda38a3b6950c2d3563b202cfb3c9a9c42"
48
+ "gitHead": "0003a0023907cda5b30f66ca564b135e205c90c5"
49
49
  }