@evercam/api 1.0.0-4f751c686 → 1.0.0-62dc60a3e

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.
@@ -41,11 +41,11 @@ export declare enum _360AssetType {
41
41
  MobileAudio = "mobile_audios"
42
42
  }
43
43
  export declare enum _360IntergrationType {
44
+ Evercam = "Evercam",
44
45
  Matterport = "Matterport",
45
46
  OpenSpace = "Openspace",
46
47
  HoloBuilder = "Holobuilder",
47
- DroneDeploy = "Dronedeploy",
48
- Evercam = "Evercam"
48
+ DroneDeploy = "Dronedeploy"
49
49
  }
50
50
  export type _360AssetsQueryParams = {
51
51
  page: number;
@@ -185,7 +185,8 @@ export declare enum CameraFeatureFlag {
185
185
  PTZ = "ptz",
186
186
  ObjectDetection = "object_detection",
187
187
  Segmentation = "segmentation",
188
- SegmentationAutoLabelling = "segmentation_auto_labelling"
188
+ SegmentationAutoLabelling = "segmentation_auto_labelling",
189
+ PpeMonitoring = "ppe_monitoring"
189
190
  }
190
191
  export type CameraLogsRequestPayload = {
191
192
  limit: number;
@@ -88,7 +88,7 @@ export declare enum WidgetType {
88
88
  BimCompare = "BIM Compare",
89
89
  VideoWall = "Video Wall"
90
90
  }
91
- export declare const RessourceByType: {
91
+ export declare const WidgetTypesByResource: {
92
92
  camera: WidgetType[];
93
93
  project: WidgetType[];
94
94
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/api",
3
- "version": "1.0.0-4f751c686",
3
+ "version": "1.0.0-62dc60a3e",
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.14.0",
39
+ "@types/node": "^22.14.1",
40
40
  "vite": "latest",
41
41
  "vite-plugin-commonjs": "^0.10.3",
42
42
  "vite-plugin-dts": "^4.5.3"