@evercam/api 1.0.0-e03a0c41b → 1.0.0-e13c64fc3
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/README.md +5 -0
- package/dist/api/api/3dFirebaseApi.d.ts +27 -0
- package/dist/api/api/adminApi.d.ts +366 -0
- package/dist/api/api/aiApi.d.ts +127 -0
- package/dist/api/api/authzApi.d.ts +38 -0
- package/dist/api/{client → api/client}/axios.d.ts +2 -1
- package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
- package/dist/api/{client → api/client}/interceptors.d.ts +3 -2
- package/dist/api/api/client/swr/Swr.d.ts +14 -0
- package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
- package/dist/api/api/evercamApi.d.ts +329 -0
- package/dist/api/api/evercamLabsApi.d.ts +46 -0
- package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +1 -1
- package/dist/api/api/index.d.ts +13 -0
- package/dist/api/api/ingestApi.d.ts +147 -0
- package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +13 -4
- package/dist/api/api/videoWallApi.d.ts +9 -0
- package/dist/api/api/weatherApi.d.ts +9 -0
- package/dist/api/index.d.ts +3 -13
- package/dist/api/types/360.d.ts +276 -0
- package/dist/api/types/aconex.d.ts +143 -0
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/{types → api/types}/analytics.d.ts +214 -103
- package/dist/{types → api/types}/anpr.d.ts +35 -19
- package/dist/{types → api/types}/auditLogs.d.ts +1 -1
- package/dist/api/types/authz.d.ts +60 -0
- package/dist/{types → api/types}/autodesk.d.ts +7 -7
- package/dist/api/types/automation.d.ts +95 -0
- package/dist/{types → api/types}/axios.d.ts +22 -2
- package/dist/{types → api/types}/bim.d.ts +11 -5
- package/dist/{types → api/types}/camera.d.ts +110 -125
- package/dist/api/types/comments.d.ts +55 -0
- package/dist/api/types/company.d.ts +115 -0
- package/dist/{types → api/types}/compare.d.ts +20 -5
- package/dist/{types → api/types}/connector.d.ts +9 -6
- package/dist/api/types/coolify.d.ts +36 -0
- package/dist/{types → api/types}/copilot.d.ts +19 -13
- package/dist/{types → api/types}/countries.d.ts +0 -7
- package/dist/{types → api/types}/credentials.d.ts +1 -0
- package/dist/api/types/detections.d.ts +121 -0
- package/dist/{types → api/types}/errors.d.ts +13 -0
- package/dist/{types → api/types}/gateReport.d.ts +46 -150
- package/dist/api/types/hdd.d.ts +88 -0
- package/dist/{types → api/types}/index.d.ts +15 -2
- package/dist/api/types/ingest.d.ts +134 -0
- package/dist/{types → api/types}/kit.d.ts +94 -6
- package/dist/{types → api/types}/media.d.ts +2 -1
- package/dist/api/types/notification.d.ts +57 -0
- package/dist/{types → api/types}/nvr.d.ts +2 -1
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/{types/sitePlanner.d.ts → api/types/planner.d.ts} +11 -2
- package/dist/api/types/posthog.d.ts +33 -0
- package/dist/api/types/procore.d.ts +229 -0
- package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
- package/dist/api/types/project.d.ts +242 -0
- package/dist/{types → api/types}/recording.d.ts +3 -4
- package/dist/api/types/recycleBin.d.ts +14 -0
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/{types → api/types}/roi.d.ts +2 -1
- package/dist/{types → api/types}/routeParams.d.ts +4 -2
- package/dist/{types → api/types}/router.d.ts +20 -1
- package/dist/{types → api/types}/shared.d.ts +14 -21
- package/dist/api/types/shares.d.ts +58 -0
- package/dist/{types → api/types}/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +287 -0
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/{types → api/types}/snapshots.d.ts +10 -1
- package/dist/api/types/sso.d.ts +55 -0
- package/dist/api/types/storyblok.d.ts +40 -0
- package/dist/api/types/streaming.d.ts +97 -0
- package/dist/api/types/systemCheck.d.ts +11 -0
- package/dist/api/types/tag.d.ts +12 -0
- package/dist/api/types/time.d.ts +7 -0
- package/dist/{types → api/types}/timelapse.d.ts +18 -4
- package/dist/{types → api/types}/user.d.ts +105 -35
- package/dist/api/types/videoWall.d.ts +66 -0
- package/dist/api/types/weather.d.ts +153 -0
- package/dist/{types → api/types}/widget.d.ts +103 -20
- package/dist/api/types/xweather.d.ts +12 -0
- package/dist/{utils.d.ts → api/utils.d.ts} +1 -0
- package/dist/index.d.ts +2 -3
- package/dist/index.js +1741 -960
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/shared/api/index.d.ts +3 -0
- package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
- package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
- package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
- package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
- package/dist/shared/types/components.d.ts +270 -0
- package/dist/shared/types/imagePlayer.d.ts +34 -0
- package/dist/shared/types/index.d.ts +4 -0
- package/dist/shared/types/timeline.d.ts +10 -0
- package/package.json +8 -7
- package/dist/api/3dFirebaseApi.d.ts +0 -9
- package/dist/api/adminApi.d.ts +0 -289
- package/dist/api/aiApi.d.ts +0 -76
- package/dist/api/authzApi.d.ts +0 -21
- package/dist/api/evercamApi.d.ts +0 -266
- package/dist/api/evercamLabsApi.d.ts +0 -50
- package/dist/api/ingestApi.d.ts +0 -65
- package/dist/api/videoWallApi.d.ts +0 -9
- package/dist/api/weatherApi.d.ts +0 -25
- package/dist/types/360.d.ts +0 -83
- package/dist/types/aconex.d.ts +0 -45
- package/dist/types/automation.d.ts +0 -6
- package/dist/types/comments.d.ts +0 -36
- package/dist/types/company.d.ts +0 -46
- package/dist/types/detections.d.ts +0 -70
- package/dist/types/devices.d.ts +0 -228
- package/dist/types/ingest.d.ts +0 -43
- package/dist/types/notification.d.ts +0 -27
- package/dist/types/procore.d.ts +0 -76
- package/dist/types/project.d.ts +0 -120
- package/dist/types/shares.d.ts +0 -192
- package/dist/types/siteAnalytics.d.ts +0 -5
- package/dist/types/streaming.d.ts +0 -119
- package/dist/types/time.d.ts +0 -19
- package/dist/types/videoWall.d.ts +0 -33
- package/dist/types/weather.d.ts +0 -83
- /package/dist/api/{client → api/client}/index.d.ts +0 -0
- /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
- /package/dist/{types → api/types}/drone.d.ts +0 -0
- /package/dist/{types → api/types}/map.d.ts +0 -0
- /package/dist/{types → api/types}/storageServers.d.ts +0 -0
- /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
- /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
package/dist/types/weather.d.ts
DELETED
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { Date_YYYY_MM_DD, DateType } from "@/types/time";
|
|
2
|
-
export type HistoryWeatherRequestPayload = {
|
|
3
|
-
day: string;
|
|
4
|
-
};
|
|
5
|
-
export type WeatherResponsePayload = Array<{
|
|
6
|
-
hour?: number;
|
|
7
|
-
temp?: number;
|
|
8
|
-
clouds?: number;
|
|
9
|
-
feelsLike?: number;
|
|
10
|
-
pressure?: number;
|
|
11
|
-
humidity?: number;
|
|
12
|
-
windSpeed?: number;
|
|
13
|
-
windDegree?: number;
|
|
14
|
-
weather?: [WeatherSummary];
|
|
15
|
-
rain?: HourlyReading;
|
|
16
|
-
snow?: HourlyReading;
|
|
17
|
-
}>;
|
|
18
|
-
export type WeatherSummary = {
|
|
19
|
-
id?: number;
|
|
20
|
-
main?: string;
|
|
21
|
-
description?: string;
|
|
22
|
-
icon?: string;
|
|
23
|
-
};
|
|
24
|
-
export type HourlyReading = {
|
|
25
|
-
"1h"?: number;
|
|
26
|
-
"3h"?: number;
|
|
27
|
-
};
|
|
28
|
-
export declare enum WeatherProvider {
|
|
29
|
-
WeatherStack = "WeatherStack",
|
|
30
|
-
AerisWeather = "AerisWeather"
|
|
31
|
-
}
|
|
32
|
-
export type Weatherstatus = {
|
|
33
|
-
description: string;
|
|
34
|
-
hour: DateType;
|
|
35
|
-
id: number;
|
|
36
|
-
temp: number;
|
|
37
|
-
};
|
|
38
|
-
export type WeatherDataResponse = {
|
|
39
|
-
minFeelsLike: number;
|
|
40
|
-
id: number;
|
|
41
|
-
sunhour: number;
|
|
42
|
-
maxFeelsLike: number;
|
|
43
|
-
minWindchill: number;
|
|
44
|
-
minPressure: number;
|
|
45
|
-
minWindDegree: number;
|
|
46
|
-
minDewpoint: number;
|
|
47
|
-
maxClouds: number;
|
|
48
|
-
maxWindgust: number;
|
|
49
|
-
minWindSpeed: number;
|
|
50
|
-
astro: {
|
|
51
|
-
moonIllumination: number;
|
|
52
|
-
moonPhase: string;
|
|
53
|
-
moonrise: string;
|
|
54
|
-
moonset: string;
|
|
55
|
-
sunrise: string;
|
|
56
|
-
sunset: string;
|
|
57
|
-
};
|
|
58
|
-
insertedAt: string;
|
|
59
|
-
maxDewpoint: number;
|
|
60
|
-
maxTemp: number;
|
|
61
|
-
minClouds: number;
|
|
62
|
-
weather: Weatherstatus[];
|
|
63
|
-
minHeatindex: number;
|
|
64
|
-
minPrecip: number;
|
|
65
|
-
maxWindDegree: number;
|
|
66
|
-
maxUvIndex: number;
|
|
67
|
-
minHumidity: number;
|
|
68
|
-
maxWindSpeed: number;
|
|
69
|
-
minWindgust: number;
|
|
70
|
-
updatedAt: DateType;
|
|
71
|
-
maxPrecip: number;
|
|
72
|
-
uvIndex: number;
|
|
73
|
-
maxHeatindex: number;
|
|
74
|
-
minTemp: number;
|
|
75
|
-
date: Date_YYYY_MM_DD;
|
|
76
|
-
totalsnow: number;
|
|
77
|
-
maxPressure: number;
|
|
78
|
-
maxWindchill: number;
|
|
79
|
-
maxHumidity: number;
|
|
80
|
-
avgtemp: number;
|
|
81
|
-
projectId: number;
|
|
82
|
-
minUvIndex: number;
|
|
83
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|