@evercam/api 1.0.0-301c729f4 → 1.0.0-3159f07b5

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 (138) hide show
  1. package/README.md +4 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +209 -0
  3. package/dist/api/api/adminApi.d.ts +381 -0
  4. package/dist/api/api/aiApi.d.ts +215 -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/api/client/swr/Swr.d.ts +14 -0
  8. package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
  9. package/dist/api/api/evercamApi.d.ts +357 -0
  10. package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +9 -6
  11. package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +1 -1
  12. package/dist/api/api/index.d.ts +13 -0
  13. package/dist/api/api/ingestApi.d.ts +162 -0
  14. package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +12 -3
  15. package/dist/api/api/videoWallApi.d.ts +9 -0
  16. package/dist/api/{weatherApi.d.ts → api/weatherApi.d.ts} +2 -2
  17. package/dist/api/index.d.ts +3 -13
  18. package/dist/api/types/360.d.ts +360 -0
  19. package/dist/api/types/aconex.d.ts +143 -0
  20. package/dist/api/types/admin.d.ts +51 -0
  21. package/dist/api/types/aiConfigs.d.ts +242 -0
  22. package/dist/{types → api/types}/analytics.d.ts +204 -48
  23. package/dist/{types → api/types}/anpr.d.ts +55 -13
  24. package/dist/{types → api/types}/auditLogs.d.ts +19 -1
  25. package/dist/api/types/authz.d.ts +132 -0
  26. package/dist/{types → api/types}/autodesk.d.ts +7 -7
  27. package/dist/api/types/automation.d.ts +114 -0
  28. package/dist/{types → api/types}/axios.d.ts +31 -11
  29. package/dist/{types → api/types}/bim.d.ts +38 -9
  30. package/dist/{types → api/types}/camera.d.ts +114 -101
  31. package/dist/{types → api/types}/comments.d.ts +26 -11
  32. package/dist/api/types/company.d.ts +115 -0
  33. package/dist/{types → api/types}/compare.d.ts +20 -5
  34. package/dist/{types → api/types}/connector.d.ts +5 -5
  35. package/dist/api/types/coolify.d.ts +36 -0
  36. package/dist/{types → api/types}/copilot.d.ts +11 -9
  37. package/dist/{types → api/types}/countries.d.ts +0 -7
  38. package/dist/{types → api/types}/credentials.d.ts +1 -0
  39. package/dist/{types → api/types}/detections.d.ts +23 -33
  40. package/dist/api/types/drone.d.ts +106 -0
  41. package/dist/{types → api/types}/errors.d.ts +14 -1
  42. package/dist/{types → api/types}/gateReport.d.ts +49 -168
  43. package/dist/api/types/gateReportManagement.d.ts +170 -0
  44. package/dist/api/types/hammertech.d.ts +98 -0
  45. package/dist/{types → api/types}/hdd.d.ts +26 -1
  46. package/dist/{types → api/types}/index.d.ts +18 -2
  47. package/dist/api/types/ingest.d.ts +234 -0
  48. package/dist/{types → api/types}/kit.d.ts +104 -59
  49. package/dist/api/types/map.d.ts +16 -0
  50. package/dist/{types → api/types}/media.d.ts +10 -3
  51. package/dist/api/types/notification.d.ts +96 -0
  52. package/dist/api/types/oauth.d.ts +62 -0
  53. package/dist/api/types/observationEvents.d.ts +61 -0
  54. package/dist/api/types/observations.d.ts +84 -0
  55. package/dist/api/types/planner.d.ts +125 -0
  56. package/dist/api/types/posthog.d.ts +53 -0
  57. package/dist/{types → api/types}/procore.d.ts +26 -16
  58. package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
  59. package/dist/api/types/project.d.ts +254 -0
  60. package/dist/{types → api/types}/recording.d.ts +10 -16
  61. package/dist/api/types/recycleBin.d.ts +14 -0
  62. package/dist/api/types/ring.d.ts +53 -0
  63. package/dist/{types → api/types}/roi.d.ts +3 -11
  64. package/dist/{types → api/types}/routeParams.d.ts +5 -2
  65. package/dist/{types → api/types}/router.d.ts +20 -1
  66. package/dist/{types → api/types}/shared.d.ts +30 -28
  67. package/dist/api/types/shares.d.ts +45 -0
  68. package/dist/{types → api/types}/sim.d.ts +6 -6
  69. package/dist/api/types/siteAnalytics.d.ts +285 -0
  70. package/dist/api/types/siteAnalyticsManagement.d.ts +117 -0
  71. package/dist/api/types/siteView.d.ts +73 -0
  72. package/dist/api/types/smartSeach.d.ts +5 -0
  73. package/dist/api/types/snapshots.d.ts +104 -0
  74. package/dist/api/types/socket.d.ts +4 -0
  75. package/dist/api/types/sso.d.ts +55 -0
  76. package/dist/api/types/storageProvider.d.ts +19 -0
  77. package/dist/api/types/storyblok.d.ts +27 -0
  78. package/dist/{types → api/types}/streaming.d.ts +4 -5
  79. package/dist/{types → api/types}/tag.d.ts +1 -1
  80. package/dist/api/types/time.d.ts +7 -0
  81. package/dist/{types → api/types}/timelapse.d.ts +7 -11
  82. package/dist/{types → api/types}/user.d.ts +106 -40
  83. package/dist/api/types/videoWall.d.ts +66 -0
  84. package/dist/api/types/weather.d.ts +153 -0
  85. package/dist/{types → api/types}/widget.d.ts +96 -16
  86. package/dist/{types → api/types}/xweather.d.ts +4 -4
  87. package/dist/index.d.ts +2 -3
  88. package/dist/index.js +2683 -1007
  89. package/dist/index.js.map +1 -1
  90. package/dist/index.umd.cjs +1 -1
  91. package/dist/index.umd.cjs.map +1 -1
  92. package/dist/shared/api/index.d.ts +3 -0
  93. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  94. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  95. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  96. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  97. package/dist/shared/types/components.d.ts +376 -0
  98. package/dist/shared/types/customDataTableFilters.d.ts +10 -0
  99. package/dist/shared/types/imagePlayer.d.ts +41 -0
  100. package/dist/shared/types/index.d.ts +7 -0
  101. package/dist/shared/types/observations.d.ts +25 -0
  102. package/dist/shared/types/rbac.d.ts +67 -0
  103. package/dist/shared/types/timeline.d.ts +10 -0
  104. package/package.json +7 -4
  105. package/dist/api/3dFirebaseApi.d.ts +0 -10
  106. package/dist/api/adminApi.d.ts +0 -313
  107. package/dist/api/aiApi.d.ts +0 -138
  108. package/dist/api/authzApi.d.ts +0 -21
  109. package/dist/api/evercamApi.d.ts +0 -294
  110. package/dist/api/ingestApi.d.ts +0 -67
  111. package/dist/api/videoWallApi.d.ts +0 -9
  112. package/dist/types/360.d.ts +0 -87
  113. package/dist/types/aconex.d.ts +0 -45
  114. package/dist/types/automation.d.ts +0 -6
  115. package/dist/types/company.d.ts +0 -46
  116. package/dist/types/coolify.d.ts +0 -18
  117. package/dist/types/drone.d.ts +0 -17
  118. package/dist/types/ingest.d.ts +0 -43
  119. package/dist/types/map.d.ts +0 -4
  120. package/dist/types/notification.d.ts +0 -27
  121. package/dist/types/planner.d.ts +0 -28
  122. package/dist/types/project.d.ts +0 -128
  123. package/dist/types/shares.d.ts +0 -196
  124. package/dist/types/siteAnalytics.d.ts +0 -141
  125. package/dist/types/snapshots.d.ts +0 -50
  126. package/dist/types/storageServers.d.ts +0 -4
  127. package/dist/types/time.d.ts +0 -21
  128. package/dist/types/vendorModel.d.ts +0 -15
  129. package/dist/types/videoWall.d.ts +0 -33
  130. package/dist/types/weather.d.ts +0 -87
  131. /package/dist/api/{client → api/client}/customErrors.d.ts +0 -0
  132. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  133. /package/dist/api/{client → api/client}/interceptors.d.ts +0 -0
  134. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  135. /package/dist/{types → api/types}/nvr.d.ts +0 -0
  136. /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
  137. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
  138. /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
@@ -0,0 +1,117 @@
1
+ import { CameraExid, DateType, PaginationParams, ProjectExid } from "@evercam/api/types";
2
+ export type SiteAnalyticsCoolifyStatus = {
3
+ appUuid: string | null;
4
+ name: string | null;
5
+ serverUuid: string | null;
6
+ serverName: string | null;
7
+ appUrl: string | null;
8
+ status: string | null;
9
+ isRunning: boolean;
10
+ updatedAt: string | null;
11
+ };
12
+ export type SiteAnalyticsProjectMeta = {
13
+ exid: ProjectExid;
14
+ name: string | null;
15
+ timezone: string | null;
16
+ featureFlags: string[] | null;
17
+ };
18
+ export type SiteAnalyticsCameraMeta = {
19
+ exid: CameraExid;
20
+ name: string | null;
21
+ status: string | null;
22
+ featureFlags: string[] | null;
23
+ };
24
+ export type SiteAnalyticsManagedApp = {
25
+ id: number;
26
+ projectExid: ProjectExid;
27
+ cameraExid: CameraExid;
28
+ coolifyAppId: string | null;
29
+ appVersion: string;
30
+ modelId: number | null;
31
+ startDate: DateType | null;
32
+ endDate: DateType | null;
33
+ startHour: number;
34
+ endHour: number;
35
+ source: string;
36
+ override: boolean;
37
+ timeIncreaseFrequency: number;
38
+ skipWeekends: boolean;
39
+ tracking: boolean;
40
+ observations: boolean;
41
+ insertedAt: DateType | null;
42
+ updatedAt: DateType | null;
43
+ coolify: SiteAnalyticsCoolifyStatus | null;
44
+ project: SiteAnalyticsProjectMeta | null;
45
+ camera: SiteAnalyticsCameraMeta | null;
46
+ lastTrackingAt: DateType | null;
47
+ };
48
+ export type CreateSiteAnalyticsAppPayload = {
49
+ projectExid: ProjectExid;
50
+ cameraExid: CameraExid;
51
+ coolifyServerUuid: string;
52
+ appVersion?: string;
53
+ modelId?: number | null;
54
+ startDate?: DateType | null;
55
+ endDate?: DateType | null;
56
+ startHour?: number;
57
+ endHour?: number;
58
+ source?: string;
59
+ override?: boolean;
60
+ skipWeekends?: boolean;
61
+ timeIncreaseFrequency?: number;
62
+ tracking?: boolean;
63
+ observations?: boolean;
64
+ observationPromptId?: number | null;
65
+ };
66
+ export type UpdateSiteAnalyticsAppPayload = Partial<Omit<CreateSiteAnalyticsAppPayload, "projectExid" | "cameraExid" | "coolifyServerUuid">>;
67
+ export type ModelOption = {
68
+ modelId: number;
69
+ version: string;
70
+ };
71
+ export type SiteAnalyticsAppConfigFormValue = {
72
+ appVersion: string;
73
+ modelId: number | null;
74
+ startDate: string | null;
75
+ endDate: string | null;
76
+ startHour: number;
77
+ endHour: number;
78
+ source: string;
79
+ override: boolean;
80
+ timeIncreaseFrequency: number;
81
+ skipWeekends: boolean;
82
+ };
83
+ export type SiteAnalyticsManagementListParams = PaginationParams & {
84
+ projectExid?: ProjectExid;
85
+ includeStatus?: boolean;
86
+ };
87
+ export type CreateSiteAnalyticsAppResponse = {
88
+ created: boolean;
89
+ id: number | null;
90
+ data: SiteAnalyticsManagedApp | null;
91
+ count: number | null;
92
+ message: string;
93
+ };
94
+ export type DeleteSiteAnalyticsAppResponse = {
95
+ deleted: boolean;
96
+ count: number;
97
+ message: string;
98
+ };
99
+ export type ObservationConfigActivity = {
100
+ observationTypeId: number;
101
+ every: number | null;
102
+ };
103
+ export type ObservationConfig = {
104
+ id: number;
105
+ cameraExid: CameraExid;
106
+ projectExid: ProjectExid | null;
107
+ enabled: boolean;
108
+ activities: ObservationConfigActivity[];
109
+ createdBy: string | null;
110
+ insertedAt: DateType | null;
111
+ updatedAt: DateType | null;
112
+ };
113
+ export type UpsertObservationConfigPayload = {
114
+ projectExid?: ProjectExid;
115
+ enabled: boolean;
116
+ activities: ObservationConfigActivity[];
117
+ };
@@ -0,0 +1,73 @@
1
+ import { ForgeView } from "@evercam/api/types/360";
2
+ import { Point2D, Point3D } from "@evercam/api/types/shared";
3
+ export declare enum SiteViewSoftwareType {
4
+ Revit = "Revit",
5
+ Navisworks = "Navisworks",
6
+ Drone = "Drone",
7
+ Synchro = "Synchro"
8
+ }
9
+ export declare enum SiteViewerType {
10
+ ITwin = "iTwin",
11
+ Cesium = "Cesium",
12
+ Forge = "Forge"
13
+ }
14
+ export type SiteViewCameraListItem = {
15
+ projectId: string;
16
+ projectName: string;
17
+ software: SiteViewSoftwareType;
18
+ type: SiteViewerType;
19
+ uniqueId: string;
20
+ integrationType?: string;
21
+ };
22
+ export type ForgeUrn = {
23
+ displayName: string;
24
+ urn: string;
25
+ isModelHostedByEvercamACC?: boolean;
26
+ };
27
+ export type ForgeAccAlignmentData = {
28
+ bbox: {
29
+ min: Point2D;
30
+ max: Point2D;
31
+ };
32
+ transform: number[];
33
+ };
34
+ export type TimelineItem = {
35
+ taskNumber: number;
36
+ taskID: string;
37
+ actualStartDate: string;
38
+ actualEndDate: string;
39
+ plannedStartDate: string;
40
+ plannedEndDate: string;
41
+ objectIDs: number[];
42
+ };
43
+ export type ForgeMarkerTransform = {
44
+ default: {
45
+ position: Point3D;
46
+ type: string;
47
+ };
48
+ };
49
+ export type ForgeMarker = {
50
+ name: string;
51
+ cameraExid: string;
52
+ transforms: ForgeMarkerTransform;
53
+ };
54
+ export type ForgeProjectData = {
55
+ urns?: ForgeUrn[];
56
+ accDrawingsAlignments?: Record<string, ForgeAccAlignmentData>;
57
+ timeline?: TimelineItem[];
58
+ savedView?: ForgeView;
59
+ markers?: ForgeMarker[];
60
+ };
61
+ export type ItwinModel = {
62
+ name: string;
63
+ iTwinId: string;
64
+ iModelId: string;
65
+ changeSetId?: string;
66
+ isIModel: boolean;
67
+ height?: number;
68
+ cesiumId?: number;
69
+ markerDistanceThreshold: number;
70
+ };
71
+ export type ItwinProjectData = {
72
+ models: ItwinModel[];
73
+ };
@@ -0,0 +1,5 @@
1
+ import { CameraExid } from "@evercam/api/types";
2
+ export type SmartSearchQueriesRequestPayload = {
3
+ camerasExid: CameraExid[];
4
+ name?: string;
5
+ };
@@ -0,0 +1,104 @@
1
+ import { CameraExid, DateType, PaginationParams, Schedule } from "@evercam/api/types";
2
+ export type SnapshotExtractionQyeryParams = PaginationParams & {
3
+ camera: string;
4
+ cameraExid: CameraExid;
5
+ status: SnapshotExtractionStatus;
6
+ };
7
+ export declare enum SnapshotExtractionStatus {
8
+ Cancelling = "canceling",
9
+ Cancelled = "cancelled",
10
+ Completed = "completed",
11
+ Failed = "failed",
12
+ Pending = "pending",
13
+ Processing = "processing"
14
+ }
15
+ export declare enum SnapshotExtractionType {
16
+ Cloud = "cloud",
17
+ Local = "local",
18
+ Timelapse = "timelapse"
19
+ }
20
+ export type SnapshotExtraction = {
21
+ id: number;
22
+ cameraId: number;
23
+ cameraExid: CameraExid;
24
+ cameraName: string;
25
+ fromDate: DateType;
26
+ toDate: DateType;
27
+ type: SnapshotExtractionType;
28
+ notes: string;
29
+ status: SnapshotExtractionStatus;
30
+ interval: number;
31
+ requestor: string;
32
+ jpegsToDropbox: boolean;
33
+ injectTo_cr: Boolean;
34
+ schedule: Schedule;
35
+ created_at: DateType;
36
+ jpegCount?: number;
37
+ obanJobId?: number;
38
+ };
39
+ export type SnapshotTestPayload = {
40
+ cameraExid?: CameraExid;
41
+ camUsername: string;
42
+ camPassword: string;
43
+ externalUrl: string;
44
+ jpgUrl: string;
45
+ };
46
+ export type SnapshotTestResponse = {
47
+ status: string;
48
+ data: string;
49
+ };
50
+ export type SnapshotEmailDeliveryRequestPayload = {
51
+ snapshot: string;
52
+ recipients?: string[];
53
+ message?: string;
54
+ };
55
+ export type SnapshotEmailDeliveryResponsePayload = {
56
+ warning?: string;
57
+ };
58
+ export type DeleteSnapshotQueryParams = {
59
+ fromDate: DateType;
60
+ toDate: DateType;
61
+ adminEmail: string;
62
+ adminFullname: string;
63
+ };
64
+ export type SnapshotTransfer = {
65
+ id: number;
66
+ sourceCamera: SnapshotTransferCamera;
67
+ targetCamera: SnapshotTransferCamera;
68
+ fromDate: DateType;
69
+ toDate: DateType;
70
+ overwriteExisting?: boolean | null;
71
+ deleteSource?: boolean | null;
72
+ requestor: SnapshotTransferRequestor;
73
+ status: SnapshotTransferStatus;
74
+ insertedAt: DateType;
75
+ attempts?: number | null;
76
+ errorMessage?: string | null;
77
+ snapshotsTransferred?: number | null;
78
+ };
79
+ export type SnapshotTransferCamera = {
80
+ id: number;
81
+ exid: CameraExid;
82
+ name: string;
83
+ };
84
+ export type SnapshotTransferRequestor = {
85
+ email: string;
86
+ firstname: string;
87
+ lastname: string;
88
+ };
89
+ export declare enum SnapshotTransferStatus {
90
+ Completed = "completed",
91
+ Failed = "failed",
92
+ Processing = "processing",
93
+ Pending = "pending",
94
+ Cancelled = "cancelled"
95
+ }
96
+ export type TransferCloudRecordingsQueryParams = PaginationParams & {
97
+ targetCameraExid: CameraExid;
98
+ fromDate: DateType;
99
+ toDate: DateType;
100
+ overwriteExisting?: boolean;
101
+ deleteSource?: boolean;
102
+ adminEmail?: string;
103
+ adminFullname?: string;
104
+ };
@@ -0,0 +1,4 @@
1
+ export type SocketAuthResponsePayload = {
2
+ wsToken: string;
3
+ expiresIn: number;
4
+ };
@@ -0,0 +1,55 @@
1
+ export type SsoProvider = {
2
+ id: number;
3
+ name: string;
4
+ exid: string;
5
+ clientId: string;
6
+ clientSecret: string;
7
+ scope: string;
8
+ responseType: string;
9
+ loginUrl: string;
10
+ iconUrl: string;
11
+ options: {
12
+ showOnLogin: boolean;
13
+ showOnSignup: boolean;
14
+ };
15
+ tokenUri: string;
16
+ tokenIntrospectionUri: string;
17
+ userInfoUri: string;
18
+ enabled: boolean;
19
+ };
20
+ export type SsoUpdatePayload = {
21
+ name: string;
22
+ exid: string;
23
+ clientId: string;
24
+ clientSecret: string;
25
+ scope: string;
26
+ responseType: string;
27
+ loginUrl: string;
28
+ iconUrl: string;
29
+ options: {
30
+ showOnLogin: boolean;
31
+ showOnSignup: boolean;
32
+ };
33
+ tokenUri: string;
34
+ tokenIntrospectionUri: string;
35
+ userInfoUri: string;
36
+ enabled: boolean;
37
+ };
38
+ export type SsoCreatePayload = {
39
+ name: string;
40
+ exid: string;
41
+ clientId: string;
42
+ clientSecret: string;
43
+ scope: string;
44
+ responseType: string;
45
+ loginUrl: string;
46
+ iconUrl: string;
47
+ options: {
48
+ showOnLogin: boolean;
49
+ showOnSignup: boolean;
50
+ };
51
+ tokenUri: string;
52
+ tokenIntrospectionUri: string;
53
+ userInfoUri: string;
54
+ enabled: boolean;
55
+ };
@@ -0,0 +1,19 @@
1
+ import type { DateType } from "@evercam/api/types";
2
+ export type StorageProvider = {
3
+ id?: number;
4
+ cameraId: number;
5
+ type: string;
6
+ provider: string;
7
+ url: string;
8
+ startDate: DateType;
9
+ endDate: DateType;
10
+ config: Record<string, any>;
11
+ insertedAt?: DateType;
12
+ };
13
+ export type StorageProvidersResponsePayload = {
14
+ providers: StorageProvider[];
15
+ };
16
+ export declare enum ProjectStorageProvider {
17
+ Seaweedfs = "seaweedfs",
18
+ S3 = "s3"
19
+ }
@@ -0,0 +1,27 @@
1
+ import type { JsonObject, JsonValue } from "@evercam/api/types";
2
+ export type StoryblokStory<TContent extends JsonObject = JsonObject> = {
3
+ id: number;
4
+ uuid: string;
5
+ name: string;
6
+ slug: string;
7
+ fullSlug: string;
8
+ content: TContent;
9
+ createdAt: string;
10
+ publishedAt: string | null;
11
+ updatedAt: string;
12
+ position: number;
13
+ tagList: string[];
14
+ isStartpage: boolean;
15
+ parentId: number | null;
16
+ groupId: string;
17
+ firstPublishedAt: string | null;
18
+ releaseId: number | null;
19
+ lang: string;
20
+ path: string;
21
+ };
22
+ export type StoryblokResponse<TContent extends JsonObject = JsonObject> = {
23
+ story: StoryblokStory<TContent>;
24
+ cv: number;
25
+ rels: JsonValue[];
26
+ links: JsonValue[];
27
+ };
@@ -1,11 +1,11 @@
1
- import { DateTime_Z_micros, KitMetricData } from "@/types";
1
+ import { KitMetricData } from "@evercam/api/types";
2
2
  export type ExNvrLoginResponse = {
3
3
  accessToken: string;
4
4
  };
5
5
  export type ExNvrRecordingInterval = {
6
6
  active: boolean;
7
- startDate: DateTime_Z_micros;
8
- endDate: DateTime_Z_micros;
7
+ startDate: string;
8
+ endDate: string;
9
9
  };
10
10
  export type ExNvrDeviceConfig = {
11
11
  id: string;
@@ -39,8 +39,7 @@ export type ExNvrDeviceConfig = {
39
39
  timezone: string;
40
40
  };
41
41
  export declare enum ExNvrFootageAvailableStatus {
42
- Active = "Active",
43
- NotActive = "Not Active",
42
+ Available = "Available",
44
43
  NotAvailable = "Not Available"
45
44
  }
46
45
  export declare enum ExNvrDeviceState {
@@ -1,4 +1,4 @@
1
- import { Kit } from "@/types/kit";
1
+ import { Kit } from "@evercam/api/types/kit";
2
2
  export type Tag<T = string> = {
3
3
  id?: number;
4
4
  name: T;
@@ -0,0 +1,7 @@
1
+ import { Moment } from "moment-timezone";
2
+ export type DateType = Date | string | number;
3
+ export type ExtendedDateType = Moment | DateType;
4
+ export type DateRangeFilter = {
5
+ fromDate: DateType;
6
+ toDate: DateType;
7
+ };
@@ -1,4 +1,4 @@
1
- import { DateType, Schedule } from "@/types";
1
+ import { Point2D, Schedule } from "@evercam/api/types";
2
2
  export declare enum TimelapseStatus {
3
3
  Pending = 11,
4
4
  Completed = 5,
@@ -7,7 +7,8 @@ export declare enum TimelapseStatus {
7
7
  export declare enum TimelapseDuration {
8
8
  ThirtySeconds = 30,
9
9
  SixtySeconds = 60,
10
- NintySeconds = 90
10
+ NintySeconds = 90,
11
+ TwoMinutes = 120
11
12
  }
12
13
  export type TimelapseVideoOptions = {
13
14
  width?: number;
@@ -15,7 +16,9 @@ export type TimelapseVideoOptions = {
15
16
  removeTimestamp: boolean;
16
17
  smoothTransition: boolean;
17
18
  evercamWatermark: boolean;
19
+ sectionBlur?: boolean;
18
20
  timestampPosition?: TimestampPositionCoordinates;
21
+ blurRegions?: BlurRegionCoordinates[];
19
22
  };
20
23
  export type TimestampPositionCoordinates = {
21
24
  x: number;
@@ -23,14 +26,14 @@ export type TimestampPositionCoordinates = {
23
26
  w: number;
24
27
  h: number;
25
28
  };
29
+ export type BlurRegionCoordinates = Point2D[];
26
30
  export type TimelapseLogoOptions = {
27
- id: number;
31
+ id?: number;
28
32
  x: number;
29
33
  y: number;
30
34
  width: number;
31
35
  height: number;
32
36
  };
33
- export type TimelapseSchedules = string | Schedule;
34
37
  export declare enum TimelapseScheduleType {
35
38
  Continuous = "continuous",
36
39
  WorkingHours = "workingHours",
@@ -51,13 +54,6 @@ export declare enum TimelapseType {
51
54
  Year = "year",
52
55
  FullProject = "full_project"
53
56
  }
54
- export type TimelapseFilterQueryParams = {
55
- from?: DateType;
56
- to?: DateType;
57
- period?: TimelapsePeriod;
58
- duration?: number;
59
- schedule?: TimelapseSchedules;
60
- };
61
57
  export type TimelapseCreationRequestPayload = {
62
58
  title: string;
63
59
  duration: number;