@evercam/api 1.0.0-246661d55 → 1.0.0-2a1597f76

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.
@@ -19,7 +19,6 @@ export declare const AiApi: {
19
19
  exportAnprEvents(projectExid: string, params: AnprBasedGateReportExportRequestParams): AxiosPromise<string>;
20
20
  };
21
21
  gateReport: {
22
- getGateReportProjects(params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
23
22
  getLastVerified(params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
24
23
  deleteEvent(id: number, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
25
24
  dismissEvents(params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
package/dist/index.js CHANGED
@@ -784,12 +784,6 @@ const t = () => a.env.aiApiUrl, cs = {
784
784
  }
785
785
  },
786
786
  gateReport: {
787
- getGateReportProjects(e) {
788
- return a.get(
789
- `${t()}/projects/gate-report/get-projects-data`,
790
- e
791
- );
792
- },
793
787
  getLastVerified(e) {
794
788
  return a.get(
795
789
  `${t()}/projects/gate-report/last-verified`,