@evercam/api 1.0.0-003291add

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 (104) hide show
  1. package/README.md +6 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +183 -0
  3. package/dist/api/api/adminApi.d.ts +377 -0
  4. package/dist/api/api/aiApi.d.ts +128 -0
  5. package/dist/api/api/authzApi.d.ts +37 -0
  6. package/dist/api/api/client/axios.d.ts +14 -0
  7. package/dist/api/api/client/customErrors.d.ts +90 -0
  8. package/dist/api/api/client/index.d.ts +5 -0
  9. package/dist/api/api/client/interceptors.d.ts +10 -0
  10. package/dist/api/api/client/swr/Swr.d.ts +14 -0
  11. package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
  12. package/dist/api/api/evercamApi.d.ts +337 -0
  13. package/dist/api/api/evercamLabsApi.d.ts +45 -0
  14. package/dist/api/api/exNvrApi.d.ts +43 -0
  15. package/dist/api/api/index.d.ts +13 -0
  16. package/dist/api/api/ingestApi.d.ts +148 -0
  17. package/dist/api/api/ptzApi.d.ts +45 -0
  18. package/dist/api/api/videoWallApi.d.ts +9 -0
  19. package/dist/api/api/weatherApi.d.ts +9 -0
  20. package/dist/api/api/webRtcApi.d.ts +22 -0
  21. package/dist/api/index.d.ts +3 -0
  22. package/dist/api/types/360.d.ts +281 -0
  23. package/dist/api/types/aconex.d.ts +143 -0
  24. package/dist/api/types/admin.d.ts +51 -0
  25. package/dist/api/types/analytics.d.ts +597 -0
  26. package/dist/api/types/anpr.d.ts +114 -0
  27. package/dist/api/types/auditLogs.d.ts +99 -0
  28. package/dist/api/types/authz.d.ts +61 -0
  29. package/dist/api/types/autodesk.d.ts +29 -0
  30. package/dist/api/types/automation.d.ts +95 -0
  31. package/dist/api/types/axios.d.ts +71 -0
  32. package/dist/api/types/bim.d.ts +153 -0
  33. package/dist/api/types/camera.d.ts +535 -0
  34. package/dist/api/types/comments.d.ts +55 -0
  35. package/dist/api/types/company.d.ts +115 -0
  36. package/dist/api/types/compare.d.ts +72 -0
  37. package/dist/api/types/connector.d.ts +19 -0
  38. package/dist/api/types/coolify.d.ts +36 -0
  39. package/dist/api/types/copilot.d.ts +162 -0
  40. package/dist/api/types/countries.d.ts +500 -0
  41. package/dist/api/types/credentials.d.ts +6 -0
  42. package/dist/api/types/detections.d.ts +124 -0
  43. package/dist/api/types/drone.d.ts +106 -0
  44. package/dist/api/types/errors.d.ts +49 -0
  45. package/dist/api/types/gateReport.d.ts +332 -0
  46. package/dist/api/types/hdd.d.ts +88 -0
  47. package/dist/api/types/index.d.ts +65 -0
  48. package/dist/api/types/ingest.d.ts +147 -0
  49. package/dist/api/types/kit.d.ts +383 -0
  50. package/dist/api/types/map.d.ts +16 -0
  51. package/dist/api/types/media.d.ts +115 -0
  52. package/dist/api/types/notification.d.ts +57 -0
  53. package/dist/api/types/nvr.d.ts +36 -0
  54. package/dist/api/types/oauth.d.ts +62 -0
  55. package/dist/api/types/planner.d.ts +133 -0
  56. package/dist/api/types/posthog.d.ts +33 -0
  57. package/dist/api/types/procore.d.ts +229 -0
  58. package/dist/api/types/progressPhoto.d.ts +78 -0
  59. package/dist/api/types/project.d.ts +247 -0
  60. package/dist/api/types/recording.d.ts +125 -0
  61. package/dist/api/types/recycleBin.d.ts +14 -0
  62. package/dist/api/types/ring.d.ts +53 -0
  63. package/dist/api/types/roi.d.ts +27 -0
  64. package/dist/api/types/routeParams.d.ts +52 -0
  65. package/dist/api/types/router.d.ts +86 -0
  66. package/dist/api/types/shared.d.ts +219 -0
  67. package/dist/api/types/shares.d.ts +58 -0
  68. package/dist/api/types/sim.d.ts +114 -0
  69. package/dist/api/types/siteAnalytics.d.ts +287 -0
  70. package/dist/api/types/siteView.d.ts +74 -0
  71. package/dist/api/types/smartSeach.d.ts +5 -0
  72. package/dist/api/types/snapshots.d.ts +91 -0
  73. package/dist/api/types/sso.d.ts +55 -0
  74. package/dist/api/types/storageProvider.d.ts +19 -0
  75. package/dist/api/types/storyblok.d.ts +40 -0
  76. package/dist/api/types/streaming.d.ts +97 -0
  77. package/dist/api/types/systemCheck.d.ts +11 -0
  78. package/dist/api/types/tag.d.ts +12 -0
  79. package/dist/api/types/time.d.ts +7 -0
  80. package/dist/api/types/timelapse.d.ts +106 -0
  81. package/dist/api/types/user.d.ts +345 -0
  82. package/dist/api/types/vendorModel.d.ts +15 -0
  83. package/dist/api/types/videoWall.d.ts +66 -0
  84. package/dist/api/types/voyageControl.d.ts +6 -0
  85. package/dist/api/types/weather.d.ts +153 -0
  86. package/dist/api/types/widget.d.ts +252 -0
  87. package/dist/api/types/xweather.d.ts +12 -0
  88. package/dist/api/utils.d.ts +10 -0
  89. package/dist/index.d.ts +2 -0
  90. package/dist/index.js +3707 -0
  91. package/dist/index.js.map +1 -0
  92. package/dist/index.umd.cjs +2 -0
  93. package/dist/index.umd.cjs.map +1 -0
  94. package/dist/shared/api/index.d.ts +3 -0
  95. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  96. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  97. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  98. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  99. package/dist/shared/types/components.d.ts +301 -0
  100. package/dist/shared/types/imagePlayer.d.ts +34 -0
  101. package/dist/shared/types/index.d.ts +5 -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 +50 -0
@@ -0,0 +1,36 @@
1
+ import type { NvrModel } from "@evercam/api/types";
2
+ export type Nvr = {
3
+ id?: number;
4
+ deviceType: NvrDeviceType;
5
+ serial: string;
6
+ model: NvrModel;
7
+ httpUrl: string;
8
+ rtspUrl: string;
9
+ macAddress: string;
10
+ username: string;
11
+ password: string;
12
+ nerves: boolean;
13
+ };
14
+ export declare enum NvrDeviceType {
15
+ Rpi4 = "rpi4",
16
+ Rpi5 = "rpi5",
17
+ OrinNano = "orin_nano",
18
+ Giraffe = "giraffe"
19
+ }
20
+ export declare enum NvrHddStatus {
21
+ Error = "error",
22
+ Idle = "idle",
23
+ NotExist = "notexist",
24
+ Ok = "ok",
25
+ Unformatted = "unformatted"
26
+ }
27
+ export type NvrCreatePayload = {
28
+ serial?: string;
29
+ httpUrl: string;
30
+ rtspUrl?: string;
31
+ deviceType?: NvrDeviceType;
32
+ model: NvrModel;
33
+ username: string;
34
+ password: string;
35
+ kitId?: number;
36
+ };
@@ -0,0 +1,62 @@
1
+ export type OAuthClient = {
2
+ id: number;
3
+ name: string;
4
+ clientId: string;
5
+ redirectUris: string[];
6
+ logoUrl: string | null;
7
+ scopes: string[];
8
+ active: boolean;
9
+ description: string | null;
10
+ owner: {
11
+ id: number;
12
+ name: string;
13
+ email: string;
14
+ } | null;
15
+ createdAt: string;
16
+ updatedAt: string;
17
+ };
18
+ export type OAuthClientWithSecret = OAuthClient & {
19
+ clientSecret: string;
20
+ };
21
+ export type CreateOAuthClientPayload = {
22
+ name: string;
23
+ redirectUris: string[];
24
+ scopes?: string[];
25
+ description?: string;
26
+ logoUrl?: string;
27
+ };
28
+ export type AdminCreateOAuthClientPayload = CreateOAuthClientPayload & {
29
+ clientId?: string;
30
+ clientSecret?: string;
31
+ };
32
+ export type UpdateOAuthClientPayload = {
33
+ name?: string;
34
+ redirectUris?: string[];
35
+ scopes?: string[];
36
+ description?: string;
37
+ logoUrl?: string;
38
+ active?: boolean;
39
+ };
40
+ export type OAuthScopeDetail = {
41
+ scope: string;
42
+ description: string;
43
+ group: string;
44
+ };
45
+ export type OAuthConsentInfo = {
46
+ client: {
47
+ name: string;
48
+ logoUrl: string | null;
49
+ description: string | null;
50
+ };
51
+ scopes: OAuthScopeDetail[];
52
+ };
53
+ export type OAuthConsentPayload = {
54
+ clientId: string;
55
+ scope: string;
56
+ redirectUri: string;
57
+ state: string;
58
+ decision: "allow" | "deny";
59
+ };
60
+ export type OAuthConsentResponse = {
61
+ redirectUrl: string;
62
+ };
@@ -0,0 +1,133 @@
1
+ import { GeoPoint } from "./shared";
2
+ import { MapType } from "./map";
3
+ export type PlannerListItem = {
4
+ id: string;
5
+ projectId: string;
6
+ projectName: string;
7
+ projectLocation: string;
8
+ createdDate: string;
9
+ updatedDate: string;
10
+ owner?: string;
11
+ lastUpdatedBy?: string;
12
+ camerasCount?: number;
13
+ hasPlan?: boolean;
14
+ thumbnailUrl?: string;
15
+ projectMapType?: MapType;
16
+ sessionId?: string;
17
+ };
18
+ export type Coordinate = [number, number];
19
+ export type PolygonPath = Coordinate[];
20
+ export type PolygonCoordinates = PolygonPath[];
21
+ export interface GeoJSONPolygon {
22
+ type: "Polygon";
23
+ coordinates: PolygonCoordinates;
24
+ }
25
+ export declare enum PlannerUrlParams {
26
+ SitePlanId = "site_plan_id",
27
+ IsNewSitePlan = "is_new_site_plan",
28
+ IsBoundsMode = "is_bounds_mode",
29
+ ProjectPosition = "project_position",
30
+ DealId = "deal_id"
31
+ }
32
+ export declare enum EDistortImageModes {
33
+ FreeRotate = "freeRotate",
34
+ Lock = "lock",
35
+ Rotate = "rotate",
36
+ Scale = "scale",
37
+ Pan = "drag"
38
+ }
39
+ export declare enum EMapTypes {
40
+ Blank = "Blank",
41
+ Satellite = "Satellite",
42
+ Street = "Street",
43
+ GoogleSatellite = "hybrid",
44
+ GoogleStreet = "roadmap",
45
+ GoogleTerrain = "terrain"
46
+ }
47
+ export declare enum EMarkers {
48
+ CameraMarker = "cameraMarker",
49
+ ThreeSixtyMarker = "threeSixtyMarkers"
50
+ }
51
+ export declare enum EPageType {
52
+ List = "list",
53
+ Item = "item"
54
+ }
55
+ export declare enum EPaths {
56
+ Home = "/",
57
+ Session = "/session"
58
+ }
59
+ export declare enum EProjectItems {
60
+ Camera = "camera",
61
+ Overlay = "overlay"
62
+ }
63
+ export declare enum ERoles {
64
+ Admin = "admin",
65
+ User = "user"
66
+ }
67
+ export type PlannerOverlay = {
68
+ imageUrl?: string;
69
+ corners?: {
70
+ topLeft: GeoPoint;
71
+ topRight: GeoPoint;
72
+ bottomLeft: GeoPoint;
73
+ bottomRight: GeoPoint;
74
+ } | null;
75
+ };
76
+ export type PlannerCameraMarker = {
77
+ name?: string;
78
+ location?: GeoPoint;
79
+ heading?: number;
80
+ fovAngle?: number;
81
+ fovRadius?: number;
82
+ isVisible?: boolean;
83
+ color?: string;
84
+ };
85
+ export type SitePlanBounds = {
86
+ northEast: GeoPoint;
87
+ southWest: GeoPoint;
88
+ };
89
+ export type SitePlan = {
90
+ id?: string;
91
+ projectId?: string;
92
+ owner?: string;
93
+ lastUpdatedBy?: string;
94
+ projectName?: string;
95
+ projectLocation?: string;
96
+ projectMapType?: EMapTypes;
97
+ projectBounds?: SitePlanBounds;
98
+ overlay?: PlannerOverlay;
99
+ markers?: PlannerCameraMarker[];
100
+ thumbnailUrl?: string;
101
+ createdDate?: string;
102
+ updatedDate?: string;
103
+ };
104
+ export interface IDrawControl {
105
+ _toolbars: {
106
+ draw: {
107
+ _activeMode: {
108
+ handler: {
109
+ disable(): void;
110
+ completeShape(): void;
111
+ };
112
+ };
113
+ _modes: {
114
+ polygon: {
115
+ handler: {
116
+ enable(): void;
117
+ };
118
+ };
119
+ };
120
+ };
121
+ edit: {
122
+ _modes: {
123
+ edit: {
124
+ handler: {
125
+ enable(): void;
126
+ disable(): void;
127
+ save(): void;
128
+ };
129
+ };
130
+ };
131
+ };
132
+ };
133
+ }
@@ -0,0 +1,33 @@
1
+ export type ActiveUsersRequestPayload = {
2
+ from?: string;
3
+ to?: string;
4
+ companyExid?: string;
5
+ projectExid?: string;
6
+ cameraExid?: string;
7
+ };
8
+ export type ActiveUsersResponsePayload = Array<{
9
+ date?: string;
10
+ dau?: number;
11
+ wau?: number;
12
+ mau?: number;
13
+ }>;
14
+ export declare enum ActiveUsersMetric {
15
+ DAU = "dau",
16
+ WAU = "wau",
17
+ MAU = "mau"
18
+ }
19
+ export type PosthogUserParams = {
20
+ firstname?: string;
21
+ lastname?: string;
22
+ email: string;
23
+ telephone?: string;
24
+ country?: string;
25
+ isAdmin?: boolean;
26
+ persona?: string;
27
+ companyExid: string;
28
+ companyName: string;
29
+ isImpersonationLogin: boolean;
30
+ ImpersonatedUserEmail?: string;
31
+ ImpersonatedUserFirstname?: string;
32
+ impersonatedUserLastname?: string;
33
+ };
@@ -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
+ }
@@ -0,0 +1,78 @@
1
+ import { Automation, AutomationType, DateType, PaginationParams } from "@evercam/api/types";
2
+ export type ProgressPhotosCreateUpdateRequestPayload = {
3
+ cameraExids?: string;
4
+ notifyDays?: string;
5
+ compareDelay?: AutomationType;
6
+ notifyTime?: string;
7
+ provider?: string;
8
+ type?: string;
9
+ config?: {
10
+ compareDelay?: AutomationType;
11
+ period?: number;
12
+ recipients?: string;
13
+ projectId?: number;
14
+ companyId?: number;
15
+ catergoryId?: string;
16
+ };
17
+ subject?: string;
18
+ isPaused?: boolean;
19
+ timezone?: string;
20
+ };
21
+ export type ProgressPhotosUnSubscribeParams = {
22
+ email: string;
23
+ token?: string;
24
+ };
25
+ export type ProgressPhotosResponsePayload = {
26
+ progressPhotos: Automation[];
27
+ };
28
+ export type ProgressPhotoItemResponsePayload = {
29
+ progressPhotos: Automation;
30
+ };
31
+ export declare enum AutomationDialogType {
32
+ Create = "create",
33
+ Edit = "edit",
34
+ Pause = "pause"
35
+ }
36
+ export type CameraOption = {
37
+ exid: string;
38
+ name: string;
39
+ };
40
+ export interface ProgressPhotoItem {
41
+ id: number;
42
+ cameras: CameraOption[] | string[] | string;
43
+ insertedAt: string;
44
+ provider: string;
45
+ config: {
46
+ recipients: string | string[];
47
+ sendSnapshotAs: string;
48
+ };
49
+ isPaused: boolean;
50
+ notifyDays: string | string[];
51
+ notifyTime: string;
52
+ api_id: string;
53
+ api_key: string;
54
+ timezone: string;
55
+ exid: string;
56
+ fullname: string;
57
+ }
58
+ export type ProgressPhotosQueryParams = PaginationParams & {
59
+ fullname: string;
60
+ recipients: string;
61
+ notifyTime: string;
62
+ timezone: string;
63
+ cameras: string;
64
+ };
65
+ export type progressPhotosHistoryQueryParams = {
66
+ insertedAt: DateType[];
67
+ recipients: string;
68
+ subject: string;
69
+ cameraId: string;
70
+ failedCameraId: string;
71
+ };
72
+ export type ProgressPhotosHistory = {
73
+ id: number;
74
+ cameraIds: string;
75
+ failedCameraIds: string;
76
+ subject: string;
77
+ recipients: string;
78
+ };