@evercam/api 1.0.0-7e1c6b521 → 1.0.0-7e7332709

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 (139) hide show
  1. package/README.md +4 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +216 -0
  3. package/dist/api/api/adminApi.d.ts +381 -0
  4. package/dist/api/api/aiApi.d.ts +186 -0
  5. package/dist/api/api/authzApi.d.ts +40 -0
  6. package/dist/api/{client → api/client}/axios.d.ts +2 -1
  7. package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
  8. package/dist/api/{client → api/client}/interceptors.d.ts +1 -1
  9. package/dist/api/api/client/swr/Swr.d.ts +14 -0
  10. package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
  11. package/dist/api/api/evercamApi.d.ts +357 -0
  12. package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +9 -6
  13. package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +1 -1
  14. package/dist/api/api/index.d.ts +13 -0
  15. package/dist/api/api/ingestApi.d.ts +158 -0
  16. package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +12 -3
  17. package/dist/api/api/videoWallApi.d.ts +9 -0
  18. package/dist/api/{weatherApi.d.ts → api/weatherApi.d.ts} +2 -2
  19. package/dist/api/index.d.ts +3 -13
  20. package/dist/api/types/360.d.ts +392 -0
  21. package/dist/api/types/aconex.d.ts +143 -0
  22. package/dist/api/types/admin.d.ts +51 -0
  23. package/dist/api/types/aiConfigs.d.ts +146 -0
  24. package/dist/{types → api/types}/analytics.d.ts +208 -42
  25. package/dist/{types → api/types}/anpr.d.ts +55 -13
  26. package/dist/{types → api/types}/auditLogs.d.ts +19 -1
  27. package/dist/api/types/authz.d.ts +107 -0
  28. package/dist/{types → api/types}/autodesk.d.ts +7 -7
  29. package/dist/api/types/automation.d.ts +114 -0
  30. package/dist/{types → api/types}/axios.d.ts +31 -11
  31. package/dist/{types → api/types}/bim.d.ts +38 -9
  32. package/dist/{types → api/types}/camera.d.ts +116 -101
  33. package/dist/{types → api/types}/comments.d.ts +26 -11
  34. package/dist/api/types/company.d.ts +115 -0
  35. package/dist/{types → api/types}/compare.d.ts +20 -5
  36. package/dist/{types → api/types}/connector.d.ts +9 -5
  37. package/dist/api/types/coolify.d.ts +36 -0
  38. package/dist/{types → api/types}/copilot.d.ts +11 -9
  39. package/dist/{types → api/types}/countries.d.ts +0 -7
  40. package/dist/{types → api/types}/credentials.d.ts +1 -0
  41. package/dist/api/types/detections.d.ts +117 -0
  42. package/dist/api/types/drone.d.ts +107 -0
  43. package/dist/{types → api/types}/errors.d.ts +25 -0
  44. package/dist/{types → api/types}/gateReport.d.ts +49 -168
  45. package/dist/api/types/gateReportManagement.d.ts +170 -0
  46. package/dist/api/types/hammertech.d.ts +98 -0
  47. package/dist/{types → api/types}/hdd.d.ts +26 -1
  48. package/dist/{types → api/types}/index.d.ts +17 -2
  49. package/dist/api/types/ingest.d.ts +159 -0
  50. package/dist/{types → api/types}/kit.d.ts +122 -56
  51. package/dist/api/types/map.d.ts +16 -0
  52. package/dist/{types → api/types}/media.d.ts +10 -3
  53. package/dist/api/types/notification.d.ts +67 -0
  54. package/dist/api/types/oauth.d.ts +62 -0
  55. package/dist/api/types/observations.d.ts +85 -0
  56. package/dist/api/types/planner.d.ts +124 -0
  57. package/dist/api/types/posthog.d.ts +53 -0
  58. package/dist/api/types/procore.d.ts +229 -0
  59. package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
  60. package/dist/api/types/project.d.ts +254 -0
  61. package/dist/{types → api/types}/recording.d.ts +10 -16
  62. package/dist/api/types/recycleBin.d.ts +14 -0
  63. package/dist/api/types/ring.d.ts +53 -0
  64. package/dist/{types → api/types}/roi.d.ts +3 -11
  65. package/dist/{types → api/types}/routeParams.d.ts +5 -2
  66. package/dist/{types → api/types}/router.d.ts +20 -1
  67. package/dist/{types → api/types}/shared.d.ts +30 -28
  68. package/dist/api/types/shares.d.ts +45 -0
  69. package/dist/{types → api/types}/sim.d.ts +6 -6
  70. package/dist/api/types/siteAnalytics.d.ts +285 -0
  71. package/dist/api/types/siteAnalyticsManagement.d.ts +90 -0
  72. package/dist/api/types/siteView.d.ts +73 -0
  73. package/dist/api/types/smartSeach.d.ts +5 -0
  74. package/dist/api/types/snapshots.d.ts +104 -0
  75. package/dist/api/types/socket.d.ts +4 -0
  76. package/dist/api/types/sso.d.ts +55 -0
  77. package/dist/api/types/storageProvider.d.ts +19 -0
  78. package/dist/api/types/storyblok.d.ts +27 -0
  79. package/dist/{types → api/types}/streaming.d.ts +4 -5
  80. package/dist/{types → api/types}/tag.d.ts +1 -1
  81. package/dist/api/types/time.d.ts +7 -0
  82. package/dist/{types → api/types}/timelapse.d.ts +7 -11
  83. package/dist/{types → api/types}/user.d.ts +106 -40
  84. package/dist/api/types/videoWall.d.ts +66 -0
  85. package/dist/api/types/weather.d.ts +153 -0
  86. package/dist/{types → api/types}/widget.d.ts +96 -16
  87. package/dist/{types → api/types}/xweather.d.ts +4 -4
  88. package/dist/index.d.ts +2 -3
  89. package/dist/index.js +2619 -946
  90. package/dist/index.js.map +1 -1
  91. package/dist/index.umd.cjs +1 -1
  92. package/dist/index.umd.cjs.map +1 -1
  93. package/dist/shared/api/index.d.ts +3 -0
  94. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  95. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  96. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  97. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  98. package/dist/shared/types/components.d.ts +370 -0
  99. package/dist/shared/types/customDataTableFilters.d.ts +10 -0
  100. package/dist/shared/types/imagePlayer.d.ts +41 -0
  101. package/dist/shared/types/index.d.ts +7 -0
  102. package/dist/shared/types/observations.d.ts +21 -0
  103. package/dist/shared/types/rbac.d.ts +67 -0
  104. package/dist/shared/types/timeline.d.ts +10 -0
  105. package/package.json +7 -4
  106. package/dist/api/3dFirebaseApi.d.ts +0 -9
  107. package/dist/api/adminApi.d.ts +0 -310
  108. package/dist/api/aiApi.d.ts +0 -121
  109. package/dist/api/authzApi.d.ts +0 -21
  110. package/dist/api/evercamApi.d.ts +0 -273
  111. package/dist/api/ingestApi.d.ts +0 -68
  112. package/dist/api/videoWallApi.d.ts +0 -9
  113. package/dist/types/360.d.ts +0 -83
  114. package/dist/types/aconex.d.ts +0 -45
  115. package/dist/types/automation.d.ts +0 -6
  116. package/dist/types/company.d.ts +0 -46
  117. package/dist/types/coolify.d.ts +0 -18
  118. package/dist/types/detections.d.ts +0 -76
  119. package/dist/types/drone.d.ts +0 -17
  120. package/dist/types/ingest.d.ts +0 -43
  121. package/dist/types/map.d.ts +0 -4
  122. package/dist/types/notification.d.ts +0 -27
  123. package/dist/types/planner.d.ts +0 -28
  124. package/dist/types/procore.d.ts +0 -76
  125. package/dist/types/project.d.ts +0 -123
  126. package/dist/types/shares.d.ts +0 -196
  127. package/dist/types/siteAnalytics.d.ts +0 -123
  128. package/dist/types/snapshots.d.ts +0 -50
  129. package/dist/types/storageServers.d.ts +0 -4
  130. package/dist/types/time.d.ts +0 -19
  131. package/dist/types/vendorModel.d.ts +0 -15
  132. package/dist/types/videoWall.d.ts +0 -33
  133. package/dist/types/weather.d.ts +0 -87
  134. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  135. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  136. /package/dist/{types → api/types}/nvr.d.ts +0 -0
  137. /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
  138. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
  139. /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
@@ -0,0 +1,229 @@
1
+ export type ProcoreUserCompaniesResponsePayload = Array<{
2
+ id: number;
3
+ isActive?: boolean;
4
+ name: string;
5
+ }>;
6
+ export type ProcoreCompanyRequestPayload = {
7
+ companyId: number;
8
+ };
9
+ export type ProcoreProjectRequestPayload = {
10
+ companyId: number;
11
+ projectId: number;
12
+ };
13
+ export type ProcoreObservationListItem = {
14
+ id: number;
15
+ name: string;
16
+ };
17
+ export type ProcoreObservationDefaultList = Array<ProcoreObservationListItem & {
18
+ active: boolean;
19
+ global: boolean;
20
+ createdAt: string;
21
+ updatedAt: string;
22
+ }>;
23
+ export type ProcoreObservationAssignee = ProcoreObservationListItem & {
24
+ vendor: ProcoreObservationListItem;
25
+ };
26
+ export type ProcoreObservationDistributionMember = ProcoreObservationListItem & {
27
+ login: string;
28
+ };
29
+ export type ProcoreObservationTrades = ProcoreObservationListItem & {
30
+ active: boolean;
31
+ updatedAt: string;
32
+ };
33
+ export type ProcoreObservationLocation = ProcoreObservationListItem & {
34
+ nodeName: string;
35
+ parentId: number;
36
+ createdAt: string;
37
+ updatedAt: string;
38
+ code: string;
39
+ };
40
+ export type ProcoreObservationSpecificationSection = {
41
+ id: number;
42
+ number: string;
43
+ description: string;
44
+ label: string;
45
+ currentRevisionId: number;
46
+ };
47
+ export type ProcoreUserProject = {
48
+ accountingProjectNumber?: number;
49
+ active: boolean;
50
+ address: string;
51
+ city: string;
52
+ company: {
53
+ id: number;
54
+ name: string;
55
+ };
56
+ completionDate: string;
57
+ countryCode: string;
58
+ county: string;
59
+ createdAt: string;
60
+ customFields?: object;
61
+ designatedMarketArea: string;
62
+ displayName: string;
63
+ estimatedValue: string;
64
+ id: number;
65
+ isDemo: boolean;
66
+ latitude: number;
67
+ longitude: number;
68
+ name: string;
69
+ originCode: string | number | null;
70
+ originData: string | null;
71
+ originId: number | null;
72
+ ownersProjectId: number | null;
73
+ parentJobId: number | null;
74
+ phone: string | number;
75
+ photoId: number;
76
+ projectBidTypeId: number | null;
77
+ projectNumber: string;
78
+ projectOwnerTypeId: number | null;
79
+ projectRegionId: number | null;
80
+ stage: string;
81
+ startDate: string;
82
+ stateCode: string;
83
+ storeNumber?: string;
84
+ timeZone: string;
85
+ totalValue: string;
86
+ updatedAt: string;
87
+ zip: number;
88
+ };
89
+ export type ProcoreUserProjectsResponsePayload = Array<ProcoreUserProject>;
90
+ export type ProcoreToolUserAccessLevel = {
91
+ id: ProcoreToolUserAccessLevelIds;
92
+ name: string;
93
+ };
94
+ export type ProcoreToolPermittedAction = {
95
+ id: number;
96
+ actionName: string;
97
+ label: string;
98
+ toolName: string;
99
+ };
100
+ export type ProcoreToolPermissions = {
101
+ id: number;
102
+ name: string;
103
+ friendlyName: string;
104
+ domainId: number;
105
+ tabGroup: string;
106
+ availableForUser: boolean;
107
+ url: string;
108
+ userAccessLevel: ProcoreToolUserAccessLevel;
109
+ permittedActions: Array<ProcoreToolPermittedAction>;
110
+ createUrl: string;
111
+ canCreate: boolean;
112
+ trial: boolean;
113
+ };
114
+ export type ProcoreUserProjectPermissionsResponsePayload = {
115
+ tools: Array<ProcoreToolPermissions>;
116
+ };
117
+ export type ProcoreEditedImageUploadRequestPayload = {
118
+ projectExid: string;
119
+ companyId: number;
120
+ projectId: number;
121
+ snapshot: string;
122
+ categoryId?: number;
123
+ };
124
+ export type ProcoreProjectAlbum = {
125
+ count: number;
126
+ coverPhoto: string | null;
127
+ createdAt: string;
128
+ id: number;
129
+ links: {
130
+ delete: string;
131
+ show: string;
132
+ update: string;
133
+ };
134
+ name: string;
135
+ position: number;
136
+ private: boolean;
137
+ updatedAt: string;
138
+ };
139
+ export type ProcoreProjectsAlbumsPayload = Array<ProcoreProjectAlbum>;
140
+ export type ProcoreObservationType = {
141
+ id: number;
142
+ name: string;
143
+ localizedName: string;
144
+ category: string;
145
+ categoryKey: string;
146
+ companyActive: boolean;
147
+ active: boolean;
148
+ kind: string;
149
+ parentInactive: boolean;
150
+ isUse: boolean;
151
+ nameTranslations: string;
152
+ };
153
+ export type ProcoreObservationTypesResponsePayload = Array<ProcoreObservationType>;
154
+ export type ProcoreObservationFormRequestPayload = {
155
+ projectId: number;
156
+ companyId: number;
157
+ observationType: string;
158
+ };
159
+ export type ProcoreCustomFieldOptionsRequestPayload = {
160
+ optionsUrl: string;
161
+ companyId: number;
162
+ };
163
+ export type ProcoreObservationForm = Record<string, ProcoreObservationField | ProcoreObservationCustomField>;
164
+ export type ProcoreObservationField = {
165
+ name: string;
166
+ required: boolean;
167
+ visible: boolean;
168
+ };
169
+ export type ProcoreObservationCustomField = {
170
+ id: number;
171
+ required: boolean;
172
+ visible: boolean;
173
+ name: string;
174
+ label: string;
175
+ description: string;
176
+ customFieldDefinitionId: number;
177
+ dataType: ProcoreObservationCustomFieldDataType;
178
+ variant: string;
179
+ position: number;
180
+ row: number;
181
+ column: number;
182
+ columnWidth: number;
183
+ optionsUrl: string | null;
184
+ defaultValue: string | null;
185
+ };
186
+ export type ProcoreNextObservationAvailableNumber = {
187
+ nextAvailableNumber: number;
188
+ };
189
+ export declare enum ProcoreObservationCustomFieldDataType {
190
+ RichText = "rich_text",
191
+ Date = "date",
192
+ DateTime = "datetime",
193
+ LovEntry = "lov_entry",
194
+ LovEntries = "lov_entries",
195
+ Boolean = "boolean",
196
+ Vendor = "vendor",
197
+ Decimal = "decimal",
198
+ String = "string",
199
+ LoginInformation = "login_information",
200
+ LoginInformations = "login_informations",
201
+ Dropdown = "dropdown"
202
+ }
203
+ export declare enum ProcoreObservationDefaultFieldNames {
204
+ Number = "number",
205
+ Name = "name",
206
+ Status = "status",
207
+ Trade = "tradeId",
208
+ Assignee = "assigneeId",
209
+ DueDate = "dueDate",
210
+ SpecificationSection = "specificationSectionId",
211
+ Priority = "priority",
212
+ Location = "locationId",
213
+ DistributionMembers = "distributionMemberIds",
214
+ Personal = "personal",
215
+ Hazard = "hazardId",
216
+ ContributingBehavior = "contributingBehaviorId",
217
+ ContributingCondition = "contributingConditionId",
218
+ Description = "description"
219
+ }
220
+ export declare enum ProcoreTools {
221
+ Observations = "observations",
222
+ ProgressPhotos = "images"
223
+ }
224
+ export declare enum ProcoreToolUserAccessLevelIds {
225
+ NoAccess = 1,
226
+ ReadOnly = 2,
227
+ Standard = 3,
228
+ Admin = 4
229
+ }
@@ -1,29 +1,14 @@
1
- import { DateTime, DateType, PaginationParams } from "@/types";
2
- export type ProgressPhoto = {
3
- cameraIds: string;
4
- cameraNames: number;
5
- createdAt: string;
6
- id: number;
7
- provider: string;
8
- config: Partial<{
9
- recipients: string;
10
- projectId: number;
11
- companyId: number;
12
- }>;
13
- isPaused: boolean;
14
- notifyDays: string;
15
- notifyTime: string;
16
- requesterEmail: string;
17
- requesterName: string;
18
- timezone: string;
19
- title: string;
20
- };
1
+ import { Automation, AutomationType, DateType, PaginationParams } from "@evercam/api/types";
21
2
  export type ProgressPhotosCreateUpdateRequestPayload = {
22
3
  cameraExids?: string;
23
4
  notifyDays?: string;
5
+ compareDelay?: AutomationType;
24
6
  notifyTime?: string;
25
7
  provider?: string;
8
+ type?: string;
26
9
  config?: {
10
+ compareDelay?: AutomationType;
11
+ period?: number;
27
12
  recipients?: string;
28
13
  projectId?: number;
29
14
  companyId?: number;
@@ -38,9 +23,12 @@ export type ProgressPhotosUnSubscribeParams = {
38
23
  token?: string;
39
24
  };
40
25
  export type ProgressPhotosResponsePayload = {
41
- progressPhotos: ProgressPhoto[];
26
+ progressPhotos: Automation[];
42
27
  };
43
- export declare enum ProgressPhotoDialogType {
28
+ export type ProgressPhotoItemResponsePayload = {
29
+ progressPhotos: Automation;
30
+ };
31
+ export declare enum AutomationDialogType {
44
32
  Create = "create",
45
33
  Edit = "edit",
46
34
  Pause = "pause"
@@ -86,5 +74,5 @@ export type ProgressPhotosHistory = {
86
74
  cameraIds: string;
87
75
  failedCameraIds: string;
88
76
  subject: string;
89
- recipients: DateTime;
77
+ recipients: string;
90
78
  };
@@ -0,0 +1,254 @@
1
+ import { AdminCamera, Camera, CameraExid, DateType, EntityByExid, Exid, Operator, PaginationParams } from "@evercam/api/types";
2
+ export type ProjectExid = Exid;
3
+ export type ProjectsByExid = EntityByExid<Project>;
4
+ export type Project = {
5
+ archiveTier?: ProjectArchiveTier;
6
+ cameras?: Array<Camera | AdminCamera>;
7
+ camerasCount?: number;
8
+ camerasRestrictionType?: string;
9
+ companyId: number;
10
+ endDate: string;
11
+ exid: ProjectExid;
12
+ featureFlags: Array<ProjectFeatureFlag>;
13
+ geographicBounds?: unknown;
14
+ id: string | number;
15
+ insertedAt?: string;
16
+ name: string;
17
+ owner?: {
18
+ email?: string;
19
+ };
20
+ ownerEmail?: string;
21
+ ownerName?: string;
22
+ startedAt?: string;
23
+ status?: ProjectStatus;
24
+ timezone?: string;
25
+ unrestrictedCameras?: Camera[];
26
+ userId?: number;
27
+ zohoId?: string;
28
+ };
29
+ export type AdminProjectCameraRef = {
30
+ exid: string;
31
+ name: string;
32
+ };
33
+ export type AdminProjectListItem = {
34
+ id: number;
35
+ name: string;
36
+ status: ProjectStatus | string;
37
+ insertedAt: string;
38
+ timezone: string | null;
39
+ exid: ProjectExid;
40
+ endDate: string | null;
41
+ startDate: string | null;
42
+ archiveTier: ProjectArchiveTier | null;
43
+ featureFlags: Array<ProjectFeatureFlag | string>;
44
+ zohoId: string | null;
45
+ ownerEmail: string | null;
46
+ companyId: number | null;
47
+ companyName: string | null;
48
+ ownerName: string | null;
49
+ archived: boolean;
50
+ cameras?: AdminProjectCameraRef[];
51
+ };
52
+ export type AdminProjectDetail = AdminProjectListItem & {
53
+ userId: number;
54
+ };
55
+ export declare enum ProjectStatus {
56
+ ToStart = "To Start",
57
+ InProgress = "In Progress",
58
+ Completed = "Completed",
59
+ NotAplicable = "Not Applicable"
60
+ }
61
+ export declare enum ProjectArchiveTier {
62
+ Full = "Full",
63
+ Partial = "Partial",
64
+ Minimal = "Minimal",
65
+ ScheduledForDeletion = "Scheduled for Deletion",
66
+ No = "No"
67
+ }
68
+ export type UpdateCameraRestrictionPayload = {
69
+ isAccessRestricted?: boolean;
70
+ };
71
+ export type CameraPosition = {
72
+ cameraExid: CameraExid;
73
+ position: number;
74
+ };
75
+ export type ReorderCamerasPayload = {
76
+ positions: CameraPosition[];
77
+ };
78
+ export type Logo = {
79
+ id: number;
80
+ projectId: number;
81
+ name: string;
82
+ url: string;
83
+ };
84
+ export type ProjectLogoResponsePayload = Logo[];
85
+ export declare enum ProjectFeatureFlag {
86
+ AnprLegacy = "anpr_legacy",
87
+ DroneView = "drone_view",
88
+ Bim = "4d_bim",
89
+ BimItwin = "4d_bim_itwin",
90
+ BimForge = "4d_bim_forge",
91
+ ThreeSixtyView = "360_view",
92
+ NdaMc = "NDA/MC",
93
+ GateReport = "gate_report",
94
+ GateReportMotionDetection = "motion_detection",
95
+ FullEmpty = "full_empty",
96
+ MediaHubSharing = "archives_sharing",
97
+ GateReportAnprBased = "anpr_sourced",
98
+ NoLicensePlate = "no_license_plate",
99
+ DefaultToProjectApp = "default_to_project_app",
100
+ SmartSearch = "smart_search",
101
+ PpeMonitoring = "ppe_monitoring",
102
+ NoGdpr = "no_gdpr"
103
+ }
104
+ export type ProjectBatteryReading = {
105
+ exid: number;
106
+ voltage: number;
107
+ lastSeen: DateType;
108
+ };
109
+ export type ThumbnailData = {
110
+ cameraExid: CameraExid;
111
+ custom: boolean;
112
+ image: string;
113
+ };
114
+ export type ProjectsQueryParams = PaginationParams & {
115
+ name: string;
116
+ exid: string;
117
+ status: ProjectStatus;
118
+ cameras: string;
119
+ featureFlags: Array<ProjectFeatureFlag>;
120
+ featureFlagsOperator?: Operator;
121
+ archived: string;
122
+ };
123
+ export type ProjectCreateRequestPayload = {
124
+ projectExid?: string;
125
+ projectName: string;
126
+ ownerId: number;
127
+ cameras: string[];
128
+ };
129
+ export type ProjectCreateResponse = {
130
+ name: string;
131
+ exid: string;
132
+ id: number;
133
+ userId: number;
134
+ zohoId: string;
135
+ };
136
+ export type ProjectUpdateRequestPayload = {
137
+ name: string;
138
+ timezone: string;
139
+ featureFlags: ProjectFeatureFlag[];
140
+ cameras: string[];
141
+ };
142
+ export type ProjectStatusStats = {
143
+ nil: number;
144
+ Completed: number;
145
+ "In Progress": number;
146
+ "Not Applicable": number;
147
+ "To Start": number;
148
+ };
149
+ export type ProjectUserProperty = {
150
+ active: boolean;
151
+ activeOneMonth: boolean;
152
+ cameraExid: string;
153
+ cameraName: string;
154
+ cameraRights: string;
155
+ email: string;
156
+ eventsCount: number;
157
+ fullname: string;
158
+ id: number;
159
+ lastSeenAt: string;
160
+ persona: string;
161
+ };
162
+ export type ProjectUsers = {
163
+ cameras: {
164
+ exid: string;
165
+ name: string;
166
+ }[];
167
+ users: Record<string, ProjectUserProperty[]>;
168
+ };
169
+ export type ProjectRole = {
170
+ id: number;
171
+ name: string;
172
+ };
173
+ export type ProjectMember = {
174
+ id: string;
175
+ key?: string;
176
+ email: string;
177
+ fullname: string;
178
+ lastSeenAt?: string;
179
+ role: ProjectRole;
180
+ permissions?: string[];
181
+ subRoles?: Array<{
182
+ resourceId: string;
183
+ roleId: number;
184
+ }>;
185
+ company?: {
186
+ name: string;
187
+ } | null;
188
+ };
189
+ export type ProjectInvite = {
190
+ id?: string;
191
+ email: string;
192
+ role?: ProjectRole;
193
+ permissions?: string[];
194
+ subRoles?: Array<{
195
+ resourceId: string;
196
+ roleId: number;
197
+ }>;
198
+ invitedAt?: string;
199
+ };
200
+ export type ProjectMembersResponsePayload = {
201
+ users: ProjectMember[];
202
+ invites: ProjectInvite[];
203
+ errors: ProjectUserError[];
204
+ };
205
+ export type ProjectMembersRequestPayload = {
206
+ roleId: number;
207
+ emails: string[];
208
+ message?: string;
209
+ overrideRole?: Partial<{
210
+ permissions?: string[];
211
+ subRoles?: Array<{
212
+ resourceId: string;
213
+ roleId: number;
214
+ }>;
215
+ }>;
216
+ };
217
+ export type ProjectInviteMembersResponsePayload = {
218
+ users: ProjectMember[];
219
+ invites: ProjectInvite[];
220
+ };
221
+ export type PlaceholderThumbnailData = {
222
+ placeholder: string;
223
+ };
224
+ export type ProjectUserError = {
225
+ email: string;
226
+ error: Record<string, string[]>;
227
+ };
228
+ export type ProjectUsersResponsePayload = {
229
+ users: ProjectMember[];
230
+ invites: ProjectInvite[];
231
+ errors: ProjectUserError[];
232
+ };
233
+ export type ProjectStorageQueryParams = PaginationParams & {
234
+ cameraName: string;
235
+ cameraExid: CameraExid;
236
+ status: ProjectStorageStatus;
237
+ };
238
+ export type ProjectStorage = {
239
+ id: number;
240
+ cameraExid: CameraExid;
241
+ cameraName: string;
242
+ projectExid: string;
243
+ projectName: string;
244
+ status: ProjectStorageStatus;
245
+ requestor: string;
246
+ created_at: DateType;
247
+ };
248
+ export declare enum ProjectStorageStatus {
249
+ New = "new",
250
+ Pending = "pending",
251
+ Processing = "processing",
252
+ Completed = "completed",
253
+ Failed = "failed"
254
+ }
@@ -1,21 +1,24 @@
1
- import { ApiCredentials } from "@/types";
1
+ import { ApiCredentials, PaginationParams } from "@evercam/api/types";
2
2
  import { CancelToken } from "axios";
3
3
  export type Snapshot = {
4
4
  createdAt: string;
5
5
  data: string;
6
6
  status?: string;
7
7
  };
8
- export type NearestSnapshotRequestPayload = {
8
+ export type SnapshotRequestPayload = {
9
9
  apiKey?: string;
10
10
  apiId?: string;
11
11
  token?: string;
12
12
  cancelToken?: object;
13
+ includeImage?: boolean;
14
+ view?: boolean;
13
15
  };
14
16
  export type AvailableDaysRequestPayload = {
15
17
  cameraId: string;
16
18
  year: string;
17
19
  month: string;
18
20
  payload?: ApiCredentials;
21
+ cancelToken?: CancelToken;
19
22
  };
20
23
  export type AvailableDaysResponsePayload = {
21
24
  days: Array<number>;
@@ -38,11 +41,9 @@ export type NearestSnapshotResponsePayload = {
38
41
  notes?: string;
39
42
  }>;
40
43
  };
41
- export type SnapshotRangeRequestPayload = {
44
+ export type SnapshotRangeRequestPayload = PaginationParams & {
42
45
  from: string;
43
46
  to: string;
44
- limit?: number;
45
- page?: number;
46
47
  schedule?: boolean;
47
48
  count?: number;
48
49
  };
@@ -55,9 +56,7 @@ export type SnapshotRangeResponsePayload = {
55
56
  snapshots: Array<SnapshotInstance>;
56
57
  };
57
58
  export declare enum BrainTool {
58
- Detections = "detections",
59
- Segmentation = "sam",
60
- DepthAnalysis = "depthAnalysis"
59
+ Detections = "detections"
61
60
  }
62
61
  export declare enum CloudRecordingFrequency {
63
62
  EverySecond = 60,
@@ -77,6 +76,7 @@ export declare enum CloudRecordingDuration {
77
76
  Month = 30,
78
77
  ThreeMonths = 90
79
78
  }
79
+ export declare const CloudRecordingDurationLabel: Record<CloudRecordingDuration, string>;
80
80
  export declare enum CloudRecordingStatus {
81
81
  On = "on",
82
82
  Off = "off",
@@ -104,13 +104,6 @@ export declare enum SnapshotExtractionInterval {
104
104
  }
105
105
  export declare enum VpnServer {
106
106
  None = "None",
107
- OpenVPN1 = "OpenVPN1",
108
- OpenVPN2 = "OpenVPN2",
109
- OpenVPN3 = "OpenVPN3",
110
- OpenVPN4 = "OpenVPN4",
111
- OpenVPN5 = "OpenVPN5",
112
- PPTP1 = "PPTP1",
113
- PPTP2 = "PPTP2",
114
107
  WireGuard1 = "WireGuard1",
115
108
  WireGuard2 = "WireGuard2",
116
109
  WireGuard3 = "WireGuard3",
@@ -120,5 +113,6 @@ export declare enum VpnServer {
120
113
  WireGuard7 = "WireGuard7",
121
114
  WireGuard8 = "WireGuard8",
122
115
  WireGuard9 = "WireGuard9",
123
- WireGuard10 = "WireGuard10"
116
+ WireGuard10 = "WireGuard10",
117
+ WgHub = "WgHub"
124
118
  }
@@ -0,0 +1,14 @@
1
+ import type { DateType, PaginationParams } from "@evercam/api/types";
2
+ export type RecycleBin = {
3
+ id?: number;
4
+ exid: string;
5
+ name: string;
6
+ type: string;
7
+ deletedBy: string;
8
+ deletedAt: DateType;
9
+ };
10
+ export type RecycleBinQueryParams = PaginationParams & {
11
+ name: string;
12
+ type: string;
13
+ deletedBy: string;
14
+ };
@@ -0,0 +1,53 @@
1
+ export type RingCompleteLinkingPayload = {
2
+ nonce: string;
3
+ time: string;
4
+ };
5
+ /** The only auto-import status complete-linking returns today. */
6
+ export declare const RING_AUTO_IMPORT_QUEUED = "queued";
7
+ export type RingAutoImportStatus = typeof RING_AUTO_IMPORT_QUEUED;
8
+ export type RingCompleteLinkingResponsePayload = {
9
+ status: string;
10
+ /** Absent when the API did not schedule an import. */
11
+ autoImport?: RingAutoImportStatus;
12
+ };
13
+ export type RingDevice = {
14
+ deviceId: string;
15
+ name: string;
16
+ /** Resolved from Ring's `device-status`; null when Ring did not return it. */
17
+ online: boolean | null;
18
+ deviceType: string | null;
19
+ firmwareVersion: string | null;
20
+ /** Always null — Ring's API does not expose device power level. */
21
+ batteryLife: number | null;
22
+ location: string | null;
23
+ imported: boolean;
24
+ cameraExid?: string;
25
+ projectExid?: string;
26
+ projectName?: string;
27
+ };
28
+ export type RingDevicesResponsePayload = {
29
+ devices: RingDevice[];
30
+ };
31
+ export type RingMoveDevicePayload = {
32
+ projectExid: string;
33
+ };
34
+ export type RingMoveDeviceResponsePayload = {
35
+ status: string;
36
+ cameraExid: string;
37
+ projectExid: string;
38
+ };
39
+ export type RingLiveViewPayload = {
40
+ sdpOffer: string;
41
+ };
42
+ export type RingLiveViewResponse = {
43
+ sdpAnswer: string;
44
+ sessionUrl: string;
45
+ iceServers: Array<{
46
+ urls: string;
47
+ username?: string;
48
+ credential?: string;
49
+ }>;
50
+ };
51
+ export type RingStopLiveViewResponse = {
52
+ status: string;
53
+ };
@@ -3,23 +3,15 @@ export declare enum RoiType {
3
3
  AnprContext = "anpr_context",
4
4
  ExclusionZone = "exclusion_zone",
5
5
  WorkflowArea = "workflow_area",
6
- SiteAnalytics = "site_analytics"
6
+ SiteAnalytics = "site_analytics",
7
+ Ppe = "ppe_roi"
7
8
  }
8
9
  export declare enum RoiShapeType {
9
10
  Polygon = "polygon",
10
11
  Line = "line",
11
12
  Direction = "direction",
12
- Rectangle = "rectangle",
13
- ROIBox = "ROIBox"
13
+ Rectangle = "rectangle"
14
14
  }
15
- export type RoiShape = {
16
- id: number | null;
17
- name: string;
18
- x1: number;
19
- x2: number;
20
- y1: number;
21
- y2: number;
22
- };
23
15
  export declare enum RoiDirection {
24
16
  Arrived = "arrived",
25
17
  Left = "left",