@evercam/api 1.0.0-641518e8f → 1.0.0-779bcb558
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/index.js +78 -78
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/types/analytics.d.ts +1 -2
- package/dist/types/copilot.d.ts +1 -2
- package/dist/types/gateReport.d.ts +1 -50
- package/dist/types/kit.d.ts +9 -9
- package/dist/types/widget.d.ts +0 -1
- package/package.json +2 -2
|
@@ -99,8 +99,7 @@ export declare enum AnalyticsEvent {
|
|
|
99
99
|
WidgetsSettingRefreshRate = "EditRefreshRate",
|
|
100
100
|
WidgetsSettingRestrictRecentImagesInput = "EditRestrictRecentImagesInput",
|
|
101
101
|
WidgetsSettingToggleBIMCompareDarkMode = "ToggleBIMDarkMode",
|
|
102
|
-
WidgetsSettingToggleBIMCompareTimeLine = "
|
|
103
|
-
WidgetsSettingToggleBIMCompareCalendar = "ToggleBIMCalendar",
|
|
102
|
+
WidgetsSettingToggleBIMCompareTimeLine = "ToggleBIMCalendar",
|
|
104
103
|
WidgetsSettingToggleDownload = "ToggleDownload",
|
|
105
104
|
WidgetsSettingToggleFullScreen = "ToggleFullScreen",
|
|
106
105
|
WidgetsSettingTogglePlayPause = "TogglePlayPause",
|
package/dist/types/copilot.d.ts
CHANGED
|
@@ -79,8 +79,7 @@ export declare enum CopilotSuggestion {
|
|
|
79
79
|
GateReport = "gate_report",
|
|
80
80
|
Weather = "weather",
|
|
81
81
|
Clip = "clip",
|
|
82
|
-
Timelapse = "timelapse"
|
|
83
|
-
Chart = "chart"
|
|
82
|
+
Timelapse = "timelapse"
|
|
84
83
|
}
|
|
85
84
|
export declare enum CopilotChatProvider {
|
|
86
85
|
Gemini = "gemini",
|
|
@@ -40,56 +40,7 @@ export declare enum DetectionLabel {
|
|
|
40
40
|
TruckMixer = "truck-mixer",
|
|
41
41
|
TruckMountedMobileCrane = "truck-mounted-mobile-crane",
|
|
42
42
|
Unknown = "unknown",
|
|
43
|
-
Worker = "worker"
|
|
44
|
-
Rubble = "rubble",
|
|
45
|
-
Puddle = "puddle",
|
|
46
|
-
DirtGravelCementPile = "dirt_gravel_cement_pile",
|
|
47
|
-
DetachedExcavatorBucket = "detached_excavator_bucket",
|
|
48
|
-
IntermediateBulkContainer = "intermediate_bulk_container",
|
|
49
|
-
WoodenPallet = "wooden_pallet",
|
|
50
|
-
ShippingContainer = "shipping_container",
|
|
51
|
-
AirCompressor = "air_compressor",
|
|
52
|
-
DryMortarSilo = "dry_mortar_silo",
|
|
53
|
-
Fence = "fence",
|
|
54
|
-
Brick = "brick",
|
|
55
|
-
Barrel = "barrel",
|
|
56
|
-
Cardboard = "cardboard",
|
|
57
|
-
CardboardBox = "cardboard_box",
|
|
58
|
-
CementBag = "cement_bag",
|
|
59
|
-
ConcreteBlock = "concrete_block",
|
|
60
|
-
ConcretePipe = "concrete_pipe",
|
|
61
|
-
ConcreteSlab = "concrete_slab",
|
|
62
|
-
PlasticWrap = "plastic_wrap",
|
|
63
|
-
ContainerOffice = "container_office",
|
|
64
|
-
ElectricalPole = "electrical_pole",
|
|
65
|
-
ElectricalBox = "electrical_box",
|
|
66
|
-
FireHydrant = "fire_hydrant",
|
|
67
|
-
HoseReel = "hose_reel",
|
|
68
|
-
Ladder = "ladder",
|
|
69
|
-
MetalBeam = "metal_beam",
|
|
70
|
-
MetalPipe = "metal_pipe",
|
|
71
|
-
Pallet = "pallet",
|
|
72
|
-
Pillar = "pillar",
|
|
73
|
-
PlasticBin = "plastic_bin",
|
|
74
|
-
PlasticBucket = "plastic_bucket",
|
|
75
|
-
PlasticPipe = "plastic_pipe",
|
|
76
|
-
PublicToilet = "public_toilet",
|
|
77
|
-
Sign = "sign",
|
|
78
|
-
SiteToolbox = "site_toolbox",
|
|
79
|
-
StreetSink = "street_sink",
|
|
80
|
-
TrafficBarrier = "traffic_barrier",
|
|
81
|
-
TrafficCone = "traffic_cone",
|
|
82
|
-
Wall = "wall",
|
|
83
|
-
WasteContainer = "waste_container",
|
|
84
|
-
WaterStorageTank = "water_storage_tank",
|
|
85
|
-
Wheelbarrow = "wheelbarrow",
|
|
86
|
-
Window = "window",
|
|
87
|
-
WoodPlank = "wood_plank",
|
|
88
|
-
CableReel = "cable_reel",
|
|
89
|
-
AirConditioningSystem = "air_conditioning_system",
|
|
90
|
-
WoodenBox = "wooden_box",
|
|
91
|
-
PlasticBag = "plastic_bag",
|
|
92
|
-
MaterialStack = "material_stack"
|
|
43
|
+
Worker = "worker"
|
|
93
44
|
}
|
|
94
45
|
export declare enum SegmentLabel {
|
|
95
46
|
AirCompressor = "air_compressor",
|
package/dist/types/kit.d.ts
CHANGED
|
@@ -15,31 +15,31 @@ export type Kit = {
|
|
|
15
15
|
router: Partial<Router>;
|
|
16
16
|
serial: string;
|
|
17
17
|
status: KitStatus;
|
|
18
|
-
powerSchedule: Schedule;
|
|
19
18
|
};
|
|
20
19
|
export declare enum KitStatus {
|
|
21
20
|
New = "new",
|
|
22
21
|
Active = "active",
|
|
23
22
|
Deployed = "deployed",
|
|
23
|
+
OfflineScheduled = "offline_scheduled",
|
|
24
24
|
Decommissioned = "decommissioned"
|
|
25
25
|
}
|
|
26
26
|
export declare enum KitAlarm {
|
|
27
27
|
NvrOffline = "nvr_offline",
|
|
28
28
|
UnknownCamera = "unknown_camera",
|
|
29
|
-
NotRecordingCamera = "not_recording_camera"
|
|
30
|
-
OfflineScheduled = "offline_scheduled"
|
|
29
|
+
NotRecordingCamera = "not_recording_camera"
|
|
31
30
|
}
|
|
32
31
|
export declare enum KitMetricId {
|
|
33
|
-
|
|
34
|
-
PanelPowerStats = "panel_power"
|
|
32
|
+
Battery = "battery"
|
|
35
33
|
}
|
|
36
34
|
export declare enum KitMetricPeriod {
|
|
35
|
+
Last5Minutes = "now-5m",
|
|
37
36
|
Last15Minutes = "now-15m",
|
|
37
|
+
Last30Minutes = "now-30m",
|
|
38
38
|
Last1Hour = "now-1h",
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
39
|
+
Last3Hours = "now-3h",
|
|
40
|
+
Last6Hours = "now-6h",
|
|
41
|
+
Last12Hours = "now-12h",
|
|
42
|
+
Last24Hours = "now-24h"
|
|
43
43
|
}
|
|
44
44
|
export declare enum GrafanaMetricId {
|
|
45
45
|
SbcCpuLoad = "SbcCpuLoad",
|
package/dist/types/widget.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evercam/api",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-779bcb558",
|
|
4
4
|
"description": "Evercam API client",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"publish-api": "cd ../.. && yarn publish-api"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@types/node": "^22.13.
|
|
39
|
+
"@types/node": "^22.13.8",
|
|
40
40
|
"vite": "latest",
|
|
41
41
|
"vite-plugin-commonjs": "^0.10.3",
|
|
42
42
|
"vite-plugin-dts": "^4.5.3"
|