@evercam/api 1.0.0-51caa5700 → 1.0.0-53d3bfead

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.
Files changed (95) hide show
  1. package/README.md +1 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +201 -15
  3. package/dist/api/api/adminApi.d.ts +89 -71
  4. package/dist/api/api/aiApi.d.ts +146 -86
  5. package/dist/api/api/authzApi.d.ts +29 -17
  6. package/dist/api/api/client/axios.d.ts +2 -1
  7. package/dist/api/api/client/swr/Swr.d.ts +1 -1
  8. package/dist/api/api/evercamApi.d.ts +136 -100
  9. package/dist/api/api/evercamLabsApi.d.ts +7 -6
  10. package/dist/api/api/exNvrApi.d.ts +1 -1
  11. package/dist/api/api/ingestApi.d.ts +113 -46
  12. package/dist/api/api/ptzApi.d.ts +12 -3
  13. package/dist/api/api/videoWallApi.d.ts +2 -2
  14. package/dist/api/api/weatherApi.d.ts +2 -2
  15. package/dist/api/types/360.d.ts +258 -45
  16. package/dist/api/types/aconex.d.ts +9 -9
  17. package/dist/api/types/admin.d.ts +51 -0
  18. package/dist/api/types/aiConfigs.d.ts +242 -0
  19. package/dist/api/types/analytics.d.ts +120 -67
  20. package/dist/api/types/anpr.d.ts +48 -2
  21. package/dist/api/types/auditLogs.d.ts +19 -1
  22. package/dist/api/types/authz.d.ts +116 -6
  23. package/dist/api/types/autodesk.d.ts +7 -7
  24. package/dist/api/types/automation.d.ts +56 -3
  25. package/dist/api/types/axios.d.ts +19 -14
  26. package/dist/api/types/bim.d.ts +38 -9
  27. package/dist/api/types/camera.d.ts +95 -100
  28. package/dist/api/types/comments.d.ts +10 -11
  29. package/dist/api/types/company.d.ts +42 -1
  30. package/dist/api/types/compare.d.ts +20 -5
  31. package/dist/api/types/connector.d.ts +5 -5
  32. package/dist/api/types/coolify.d.ts +18 -2
  33. package/dist/api/types/copilot.d.ts +11 -9
  34. package/dist/api/types/detections.d.ts +23 -18
  35. package/dist/api/types/drone.d.ts +95 -6
  36. package/dist/api/types/errors.d.ts +13 -1
  37. package/dist/api/types/gateReport.d.ts +49 -168
  38. package/dist/api/types/gateReportManagement.d.ts +170 -0
  39. package/dist/api/types/hammertech.d.ts +98 -0
  40. package/dist/api/types/hdd.d.ts +26 -1
  41. package/dist/api/types/index.d.ts +14 -2
  42. package/dist/api/types/ingest.d.ts +187 -4
  43. package/dist/api/types/kit.d.ts +72 -56
  44. package/dist/api/types/map.d.ts +12 -0
  45. package/dist/api/types/media.d.ts +10 -3
  46. package/dist/api/types/notification.d.ts +72 -3
  47. package/dist/api/types/oauth.d.ts +62 -0
  48. package/dist/api/types/observationEvents.d.ts +61 -0
  49. package/dist/api/types/observations.d.ts +84 -0
  50. package/dist/api/types/planner.d.ts +97 -8
  51. package/dist/api/types/posthog.d.ts +35 -0
  52. package/dist/api/types/procore.d.ts +13 -6
  53. package/dist/api/types/progressPhoto.d.ts +6 -2
  54. package/dist/api/types/project.d.ts +108 -22
  55. package/dist/api/types/recording.d.ts +9 -15
  56. package/dist/api/types/recycleBin.d.ts +1 -1
  57. package/dist/api/types/ring.d.ts +53 -0
  58. package/dist/api/types/roi.d.ts +3 -11
  59. package/dist/api/types/routeParams.d.ts +1 -0
  60. package/dist/api/types/router.d.ts +20 -1
  61. package/dist/api/types/shared.d.ts +29 -22
  62. package/dist/api/types/shares.d.ts +6 -157
  63. package/dist/api/types/sim.d.ts +6 -6
  64. package/dist/api/types/siteAnalytics.d.ts +169 -47
  65. package/dist/api/types/siteAnalyticsManagement.d.ts +117 -0
  66. package/dist/api/types/siteView.d.ts +73 -0
  67. package/dist/api/types/smartSeach.d.ts +5 -0
  68. package/dist/api/types/snapshots.d.ts +49 -4
  69. package/dist/api/types/socket.d.ts +4 -0
  70. package/dist/api/types/storageProvider.d.ts +19 -0
  71. package/dist/api/types/storyblok.d.ts +27 -0
  72. package/dist/api/types/streaming.d.ts +3 -3
  73. package/dist/api/types/tag.d.ts +1 -1
  74. package/dist/api/types/time.d.ts +0 -18
  75. package/dist/api/types/timelapse.d.ts +7 -11
  76. package/dist/api/types/user.d.ts +102 -35
  77. package/dist/api/types/videoWall.d.ts +21 -21
  78. package/dist/api/types/weather.d.ts +75 -11
  79. package/dist/api/types/widget.d.ts +71 -12
  80. package/dist/api/types/xweather.d.ts +4 -4
  81. package/dist/api/utils.d.ts +0 -1
  82. package/dist/index.js +2270 -1088
  83. package/dist/index.js.map +1 -1
  84. package/dist/index.umd.cjs +1 -1
  85. package/dist/index.umd.cjs.map +1 -1
  86. package/dist/shared/types/components.d.ts +211 -34
  87. package/dist/shared/types/customDataTableFilters.d.ts +10 -0
  88. package/dist/shared/types/imagePlayer.d.ts +9 -2
  89. package/dist/shared/types/index.d.ts +3 -0
  90. package/dist/shared/types/observations.d.ts +25 -0
  91. package/dist/shared/types/rbac.d.ts +67 -0
  92. package/dist/shared/types/timeline.d.ts +2 -1
  93. package/package.json +4 -2
  94. package/dist/api/types/storageServers.d.ts +0 -4
  95. package/dist/api/types/vendorModel.d.ts +0 -15
@@ -1,6 +1,60 @@
1
- import { type _360Scene, type Media, type DroneModel, type MobileCaptureSnapshot, type TimelineDateInterval, type TimelinePrecision, type Comment, TaskStatus, Tag } from "@evercam/api/types";
1
+ import { type _360Scene, type Media, type DroneModel, type MobileCaptureSnapshot, type TimelineDateInterval, type TimelinePrecision, type Comment, type ProcoreUserProject, type ProcoreProjectAlbum, type ProcoreObservationType, type AconexUserProject, type AutodeskUserHub, type AutodeskProject, type AutodeskFolder, type ProcoreType, type HammertechProject, type HammertechIssueType, type HammertechPriority, type HammertechClassification, type HammertechFileFieldValue, Tag, TuplePoint2D, CameraStatus } from "@evercam/shared/types";
2
+ import type { AdminCamera, Camera, IngestUploadInitResponse } from "@evercam/api/types";
2
3
  import type { TimelineChartType, TimelineEvent, TimelineEventsGroup } from "@evercam/ui";
3
4
  import { TimelineDataProvider } from "@evercam/shared/components/timelinePlayer/providers";
5
+ import { SeriesOptionsType } from "highcharts";
6
+ export type ReorderableCamera = Camera & {
7
+ thumbnailSrc?: string;
8
+ batteryLevel?: {
9
+ voltage: number;
10
+ level: string;
11
+ icon: string;
12
+ color: string;
13
+ } | null;
14
+ };
15
+ export type SelectItem = {
16
+ text: string;
17
+ value: string | number;
18
+ };
19
+ export type RoiProjectGroup = {
20
+ exid: string;
21
+ name: string;
22
+ cameras: AdminCamera[];
23
+ };
24
+ export declare enum IframeMessageType {
25
+ LiveView = "liveView",
26
+ EditSnapshot = "editSnapshot",
27
+ Weather = "weather",
28
+ CameraInfo = "cameraInfo",
29
+ AnalyticsEvent = "analyticsEvent",
30
+ Ready = "ready",
31
+ Info = "info",
32
+ GateReport = "gateReport",
33
+ CreateCompare = "createCompare",
34
+ UploadDrone = "uploadDrone",
35
+ UploadBIM = "uploadBIM",
36
+ History = "history",
37
+ PerformanceScore = "performanceScore",
38
+ ShareLink = "shareLink",
39
+ LoadForgeModel = "loadForgeModel",
40
+ LoadPlannerList = "loadPlannerList",
41
+ SaveProjectBounds = "saveProjectBounds",
42
+ ArchiveComment = "archiveComment",
43
+ UnarchiveComment = "unarchiveComment",
44
+ DeleteComment = "deleteComment",
45
+ CreateComment = "createComment",
46
+ RefreshComments = "refreshComments",
47
+ CommentSyncFailed = "commentSyncFailed",
48
+ Load360Gallery = "load360Gallery",
49
+ Upload360 = "upload360",
50
+ FetchForgeToken = "FetchForgeToken",
51
+ ForgeTokenResponse = "ForgeTokenResponse",
52
+ ShowBimUploadChoice = "showBimUploadChoice",
53
+ ViewerLaunchFlags = "viewerLaunchFlags",
54
+ Fetch360DrawingIds = "fetch360DrawingIds",
55
+ DrawingIdsResponse = "drawingIdsResponse",
56
+ CloseCameraMarkerPreview = "CloseCameraMarkerPreview"
57
+ }
4
58
  export declare enum NavigationArrow {
5
59
  Previous = "previous",
6
60
  Next = "next"
@@ -10,31 +64,12 @@ export declare enum WatermarkedImageDownloadOrigin {
10
64
  Bim = "BIM",
11
65
  Snapshot = "snapshot",
12
66
  The360 = "360",
13
- The360Gallery = "360 Gallery",
14
67
  Planner = "Planner"
15
68
  }
16
69
  export declare enum PlayerMode {
17
70
  Video = "video",
18
71
  Jpegs = "jpegs"
19
72
  }
20
- export type TasksStatusMap = {
21
- [key: string]: TaskStatus;
22
- };
23
- export type TaskProgressItem = {
24
- status: TaskStatus;
25
- description: string;
26
- percentDone?: number;
27
- duration?: number;
28
- };
29
- export type GlobalSearchMatch = {
30
- path: Array<string>;
31
- value: string | number | boolean;
32
- };
33
- export type GlobalSearchResult = {
34
- index: number;
35
- matches: Array<GlobalSearchMatch>;
36
- };
37
- export type GlobalSearchResultInput = Array<Record<any, any> | Array<any>>;
38
73
  export type TimelineProviderRequestParams = TimelineDateInterval & {
39
74
  precision?: TimelinePrecision;
40
75
  labels?: string[];
@@ -48,13 +83,6 @@ export type TimelinePlayerGroupConfig = {
48
83
  export type TimelinePlayerConfig = {
49
84
  [groupName: string]: TimelinePlayerGroupConfig;
50
85
  };
51
- export type TimelinePlayerTooltipItem = {
52
- label?: string;
53
- title?: string;
54
- thumbnailUrl: string;
55
- placeholderThumbnailUrl?: string;
56
- fallbackThumbnailUrl?: string;
57
- };
58
86
  export declare enum TimelineGroupId {
59
87
  ThreeSixty = "w360",
60
88
  Drone = "drone",
@@ -124,8 +152,8 @@ export type LeaderLineOptions = {
124
152
  startPlugSize?: number;
125
153
  endPlugSize?: number;
126
154
  path?: LeaderLinesPathType;
127
- startSocketGravity?: [number, number];
128
- endSocketGravity?: [number, number];
155
+ startSocketGravity?: TuplePoint2D;
156
+ endSocketGravity?: TuplePoint2D;
129
157
  dash?: {
130
158
  animation: boolean | {
131
159
  duration: number;
@@ -142,10 +170,6 @@ export type LineConfig = {
142
170
  end: CssSelector | CssSelector[];
143
171
  options?: LeaderLineOptions;
144
172
  };
145
- export type Point = {
146
- x: number;
147
- y: number;
148
- };
149
173
  export declare enum ZohoDeskTicketStatus {
150
174
  Closed = "Closed",
151
175
  OnHold = "On Hold",
@@ -156,11 +180,14 @@ export type TagSelectorItem = Tag & {
156
180
  };
157
181
  export declare enum FormSchemaComponents {
158
182
  SelectField = "SelectField",
183
+ HierarchicalSelect = "HierarchicalSelectField",
159
184
  MultiOption = "MultiOption",
160
185
  TextField = "TextField",
161
- CheckBox = "SwitchField",
186
+ SwitchField = "SwitchField",
187
+ CheckBox = "CheckBoxField",
162
188
  Date = "DatePickerInput",
163
189
  DateTime = "DateTimeField",
190
+ Time = "TimeField",
164
191
  TextArea = "Textarea",
165
192
  Search = "Autocomplete",
166
193
  ReadOnly = "ReadOnly",
@@ -175,6 +202,7 @@ export declare enum FormSchemaDataType {
175
202
  export type FormSchemaOptions = {
176
203
  title: string;
177
204
  value: string;
205
+ parentId?: string | null;
178
206
  };
179
207
  export type FormSchemaField = {
180
208
  id: string;
@@ -189,11 +217,160 @@ export type FormSchemaField = {
189
217
  columns?: number;
190
218
  };
191
219
  export type FormSchema = Record<string, FormSchemaField>;
220
+ export type DrawingStats = {
221
+ overlay: boolean;
222
+ geolocated: boolean;
223
+ isCalibrated: boolean;
224
+ walks: number;
225
+ markers: number;
226
+ minimodel: number;
227
+ bim: number;
228
+ comments: number;
229
+ lastCapturedDate: string | null;
230
+ };
192
231
  export interface ScrollListener {
193
232
  element: Element | Window;
233
+ event: "scroll" | "resize";
194
234
  handler: () => void;
195
235
  }
196
236
  export interface LeaderLineInstance {
197
237
  remove(): void;
198
238
  position(): void;
199
239
  }
240
+ export type SnapshotCardItem = {
241
+ label?: string;
242
+ title?: string;
243
+ thumbnailUrl: string;
244
+ placeholderThumbnailUrl?: string;
245
+ fallbackThumbnailUrl?: string;
246
+ };
247
+ export type HighchartsSeriesWithData<T extends number = number> = SeriesOptionsType & {
248
+ data: T[];
249
+ };
250
+ export type NotificationTitleSegment = {
251
+ text: string;
252
+ isBold?: boolean;
253
+ };
254
+ export type FormattedNotificationData = {
255
+ title: string;
256
+ titleSegments?: NotificationTitleSegment[];
257
+ link: string;
258
+ thumbnail?: string;
259
+ icon: string;
260
+ };
261
+ export type FormattedNotification = FormattedNotificationData & {
262
+ date: string;
263
+ read: boolean;
264
+ id: number;
265
+ thumbnailError?: boolean;
266
+ };
267
+ export type ProcoreProjectStepData = {
268
+ project: ProcoreUserProject | null;
269
+ album: ProcoreProjectAlbum | null;
270
+ observationType: ProcoreObservationType | null;
271
+ };
272
+ export type ProcoreUploadFormData = {
273
+ procoreType: ProcoreType;
274
+ project: ProcoreUserProject | null;
275
+ album: ProcoreProjectAlbum | null;
276
+ observationType: ProcoreObservationType | null;
277
+ observationForm: Record<string, string | number | boolean | null>;
278
+ };
279
+ export type AconexUploadFormData = {
280
+ project: AconexUserProject | null;
281
+ form: Record<string, string | number | boolean | null>;
282
+ };
283
+ export type AutodeskUploadFormData = {
284
+ hub: AutodeskUserHub | null;
285
+ project: AutodeskProject | null;
286
+ folder: AutodeskFolder | null;
287
+ };
288
+ export type HammertechUploadFormData = {
289
+ project: HammertechProject | null;
290
+ issueType: HammertechIssueType | null;
291
+ description: string;
292
+ priority: HammertechPriority | null;
293
+ dueDate: string | null;
294
+ classification: HammertechClassification | null;
295
+ locationId: string | null;
296
+ isPositiveObservation: boolean;
297
+ isPhotoForFixRequired: boolean;
298
+ customFieldFormId: string | null;
299
+ customFieldValues: Record<string, unknown>;
300
+ fileCustomFieldValues: Record<string, HammertechFileFieldValue>;
301
+ };
302
+ export interface MediaHubFilters {
303
+ title: string;
304
+ requesterEmail: string | undefined;
305
+ camera: string | undefined;
306
+ type: string;
307
+ fromDate: string;
308
+ toDate: string;
309
+ sortBy: string;
310
+ }
311
+ export interface MediaHubSortParameter {
312
+ label: string;
313
+ value: string;
314
+ }
315
+ export type TableHeaderParams<TItem = unknown> = {
316
+ value: string;
317
+ text: string;
318
+ cellClass?: string;
319
+ align?: string;
320
+ sortable?: boolean;
321
+ visible?: boolean;
322
+ width?: number | string;
323
+ copyable?: boolean;
324
+ toStringFn?: (item: TItem, key: string) => any;
325
+ sort?: (a: unknown, b: unknown) => number;
326
+ };
327
+ export type BimUploadObject = IngestUploadInitResponse & {
328
+ projectName: string;
329
+ };
330
+ export type BimUploadFileResult = {
331
+ url: string;
332
+ title: string;
333
+ fileExtension: string;
334
+ };
335
+ export type CameraCardItem = {
336
+ thumbnail: string;
337
+ title: string;
338
+ exid: string;
339
+ status: CameraStatus;
340
+ disabled: boolean;
341
+ to: string;
342
+ isOffline: boolean;
343
+ isWaiting: boolean;
344
+ isUnderNda: boolean;
345
+ isAdmin: boolean;
346
+ batteryVoltage: number | null;
347
+ };
348
+ export interface ThreeSixtyWalk {
349
+ id: string;
350
+ name: string;
351
+ date: string;
352
+ color: string;
353
+ dateId: string;
354
+ floorId: string;
355
+ }
356
+ export interface ThreeSixtyWalkGroup {
357
+ date: string;
358
+ walks: ThreeSixtyWalk[];
359
+ }
360
+ export type DatePresetContext = {
361
+ minDate?: string;
362
+ maxDate: string;
363
+ effectiveMinDate?: string;
364
+ effectiveMaxDate: string;
365
+ };
366
+ export type DatePreset = {
367
+ name: string;
368
+ resolveRange?: (ctx: DatePresetContext) => [string, string];
369
+ isHide?: (ctx: DatePresetContext) => boolean;
370
+ };
371
+ export type DrawingSelection = {
372
+ pageNumber: number;
373
+ size: number;
374
+ thumbnail: string | null;
375
+ pageCount: number;
376
+ };
@@ -0,0 +1,10 @@
1
+ export declare enum CustomDataTableFilterType {
2
+ Select = "SelectSearchFilter",
3
+ Text = "TextFieldSearchFilter"
4
+ }
5
+ export interface CustomDataTableFilterField<T = unknown> {
6
+ component: CustomDataTableFilterType;
7
+ attributes?: Record<string, unknown>;
8
+ customFilter?: (item: T, fieldName: string, search: unknown) => boolean;
9
+ }
10
+ export type CustomDataTableFilterFields<T = unknown> = Record<string, CustomDataTableFilterField<T>>;
@@ -1,4 +1,4 @@
1
- import type { Timestamp } from "@evercam/api/types";
1
+ import type { Timestamp } from "@evercam/shared/types";
2
2
  export interface Frame {
3
3
  label: string;
4
4
  src: string;
@@ -13,7 +13,7 @@ export type EventMarker<T extends {}> = T & {
13
13
  label: string;
14
14
  thumbnailUrl: string;
15
15
  isActive: boolean;
16
- cssClass?: Object | string;
16
+ markerType?: RecordingsMarker;
17
17
  };
18
18
  export type SnapshotEvent<T extends {}> = T & {
19
19
  eventTime: Timestamp;
@@ -22,6 +22,13 @@ export type MatchedSnapshotEvent<T extends {}> = SnapshotEvent<T> & {
22
22
  frameIndex: number;
23
23
  snapshotTimestamp: Timestamp;
24
24
  };
25
+ export declare enum RecordingsMarker {
26
+ Comment = "comment",
27
+ GateReport = "gate-report",
28
+ Anpr = "anpr",
29
+ Detection = "detection",
30
+ SmartSearch = "smart-search"
31
+ }
25
32
  export declare enum ImageQuality {
26
33
  ThreeSixty = "360",
27
34
  FourEighty = "480",
@@ -1,4 +1,7 @@
1
1
  export * from "@evercam/api/types";
2
2
  export * from "./components";
3
+ export * from "./customDataTableFilters";
3
4
  export * from "./imagePlayer";
4
5
  export * from "./timeline";
6
+ export * from "./rbac";
7
+ export * from "./observations";
@@ -0,0 +1,25 @@
1
+ export type ObservationsTableHeader = {
2
+ isThumbnail?: boolean;
3
+ visible: boolean;
4
+ divider: boolean;
5
+ sortable: boolean;
6
+ text: string;
7
+ value: string;
8
+ class: string;
9
+ align: string;
10
+ };
11
+ export type ObservationsCountDay = {
12
+ day: string;
13
+ };
14
+ export type ObservationsTableOptionsUpdate = {
15
+ page: number;
16
+ sortBy: string[];
17
+ sortDesc: boolean[];
18
+ };
19
+ export type ObservationsEventsTableState = {
20
+ height: number | string;
21
+ };
22
+ export type ObservationTypeOption = {
23
+ value: string;
24
+ label: string;
25
+ };
@@ -0,0 +1,67 @@
1
+ import type { ProjectMember, ProjectInvite, ProjectResourceRole } from "@evercam/api/types";
2
+ export type HasRoleChangedFn<T = ProjectMember | ProjectInvite> = (entity: T, baseRole: ProjectResourceRole) => boolean;
3
+ export type ProjectRoleData = {
4
+ id?: number;
5
+ name: string;
6
+ description?: string | null;
7
+ permissions: string[];
8
+ subRoles?: Array<{
9
+ resourceId: string;
10
+ roleId: number | null;
11
+ }>;
12
+ };
13
+ export type ProjectResourcePermission = {
14
+ id: string;
15
+ name: string;
16
+ description?: string;
17
+ requires?: string;
18
+ };
19
+ export type ProjectResource = {
20
+ id: string;
21
+ name: string;
22
+ permissions: ProjectResourcePermission[];
23
+ };
24
+ export type ProjectPermissionWarning = {
25
+ resourceId: string;
26
+ message: string;
27
+ type?: string;
28
+ cameraExids?: string[];
29
+ accessLevel?: string;
30
+ grantAllPermissions?: boolean;
31
+ };
32
+ export type ProjectDisabledPermission = {
33
+ id: string;
34
+ reason: string;
35
+ };
36
+ export type CameraAccessFilters = {
37
+ memberName: string;
38
+ memberEmail: string;
39
+ cameraName: string;
40
+ };
41
+ export type CameraAccessLevelConfig = {
42
+ id: string;
43
+ name: string;
44
+ description: string;
45
+ permissions: string[];
46
+ };
47
+ export declare enum CameraStatusGroup {
48
+ Active = "active",
49
+ Pending = "pending",
50
+ Archived = "archived"
51
+ }
52
+ export type CameraStatusGroupConfig = {
53
+ text: string;
54
+ icon: string;
55
+ color: string;
56
+ };
57
+ export type CameraFeatureIconConfig = {
58
+ icon: string;
59
+ tooltip: string;
60
+ };
61
+ export type RecipientRule = {
62
+ blocked: string[];
63
+ };
64
+ export type RecipientRules = {
65
+ notExistingRecipients?: RecipientRule;
66
+ notPendingInviteRecipients?: RecipientRule;
67
+ };
@@ -1,4 +1,4 @@
1
- import { TimelineGroupId, type TimelinePlayerGroupConfig } from "@evercam/shared/types/components";
1
+ import { TimelineGroupId, type TimelinePlayerGroupConfig } from "./components";
2
2
  export interface TimelineGroup {
3
3
  id: TimelineGroupId;
4
4
  timelineConfig: TimelinePlayerGroupConfig | Record<string, TimelinePlayerGroupConfig>;
@@ -6,4 +6,5 @@ export interface TimelineGroup {
6
6
  isDisabled: boolean;
7
7
  isRestricted?: boolean;
8
8
  hasMultipleGroups?: boolean;
9
+ isPersistent?: boolean;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/api",
3
- "version": "1.0.0-51caa5700",
3
+ "version": "1.0.0-53d3bfead",
4
4
  "description": "Evercam API client",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,6 +28,8 @@
28
28
  },
29
29
  "readme": "README.md",
30
30
  "scripts": {
31
+ "preinstall": "node ../shared/ci-scripts/check-bootstrap.js",
32
+ "bootstrap": "node ../shared/ci-scripts/bootstrap.js",
31
33
  "clean": "rimraf dist",
32
34
  "typecheck": "tsc --noEmit",
33
35
  "build:types": "tsc --declaration --emitDeclarationOnly",
@@ -36,7 +38,7 @@
36
38
  "publish-api": "cd ../.. && yarn publish-api"
37
39
  },
38
40
  "devDependencies": {
39
- "@types/node": "^25.2.0",
41
+ "@types/node": "^25.9.1",
40
42
  "vite": "latest",
41
43
  "vite-plugin-commonjs": "^0.10.3",
42
44
  "vite-plugin-dts": "^4.5.4"
@@ -1,4 +0,0 @@
1
- export type StorageServer = string;
2
- export type StorageServersResponsePayload = {
3
- servers: StorageServer[];
4
- };
@@ -1,15 +0,0 @@
1
- export type VendorModel = {
2
- cameraCount: number;
3
- exid: string;
4
- h264Url: string;
5
- jpgUrl: string;
6
- name: string;
7
- online: number;
8
- playbackUrl: string;
9
- };
10
- export type VendorModelRequestPayload = {
11
- sort: string;
12
- };
13
- export type VendorModelResponsePayload = {
14
- data: VendorModel[];
15
- };