@evercam/api 1.0.0-b132954ca → 1.0.0-b1de66f57

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 (132) hide show
  1. package/README.md +4 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +176 -0
  3. package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +139 -72
  4. package/dist/api/api/aiApi.d.ts +159 -0
  5. package/dist/api/api/authzApi.d.ts +37 -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 +346 -0
  12. package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +7 -4
  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 +151 -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 +290 -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 +154 -0
  24. package/dist/{types → api/types}/analytics.d.ts +197 -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 +61 -0
  28. package/dist/{types → api/types}/autodesk.d.ts +7 -7
  29. package/dist/api/types/automation.d.ts +95 -0
  30. package/dist/{types → api/types}/axios.d.ts +29 -7
  31. package/dist/{types → api/types}/bim.d.ts +28 -5
  32. package/dist/{types → api/types}/camera.d.ts +112 -94
  33. package/dist/{types → api/types}/comments.d.ts +24 -10
  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 +3 -5
  37. package/dist/api/types/coolify.d.ts +36 -0
  38. package/dist/{types → api/types}/copilot.d.ts +11 -6
  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 +116 -0
  42. package/dist/api/types/drone.d.ts +107 -0
  43. package/dist/{types → api/types}/errors.d.ts +24 -0
  44. package/dist/{types → api/types}/gateReport.d.ts +50 -158
  45. package/dist/api/types/gateReportManagement.d.ts +175 -0
  46. package/dist/{types → api/types}/hdd.d.ts +26 -1
  47. package/dist/{types → api/types}/index.d.ts +13 -1
  48. package/dist/api/types/ingest.d.ts +148 -0
  49. package/dist/{types → api/types}/kit.d.ts +64 -9
  50. package/dist/api/types/map.d.ts +16 -0
  51. package/dist/{types → api/types}/media.d.ts +2 -1
  52. package/dist/api/types/notification.d.ts +57 -0
  53. package/dist/api/types/oauth.d.ts +62 -0
  54. package/dist/api/types/planner.d.ts +132 -0
  55. package/dist/api/types/posthog.d.ts +33 -0
  56. package/dist/{types → api/types}/procore.d.ts +26 -16
  57. package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
  58. package/dist/api/types/project.d.ts +247 -0
  59. package/dist/{types → api/types}/recording.d.ts +7 -12
  60. package/dist/api/types/recycleBin.d.ts +14 -0
  61. package/dist/api/types/ring.d.ts +53 -0
  62. package/dist/{types → api/types}/roi.d.ts +2 -2
  63. package/dist/{types → api/types}/routeParams.d.ts +4 -2
  64. package/dist/{types → api/types}/router.d.ts +20 -1
  65. package/dist/{types → api/types}/shared.d.ts +31 -10
  66. package/dist/api/types/shares.d.ts +58 -0
  67. package/dist/{types → api/types}/sim.d.ts +6 -6
  68. package/dist/api/types/siteAnalytics.d.ts +287 -0
  69. package/dist/api/types/siteView.d.ts +73 -0
  70. package/dist/api/types/smartSeach.d.ts +5 -0
  71. package/dist/api/types/snapshots.d.ts +104 -0
  72. package/dist/api/types/sso.d.ts +55 -0
  73. package/dist/api/types/storageProvider.d.ts +19 -0
  74. package/dist/api/types/storyblok.d.ts +40 -0
  75. package/dist/{types → api/types}/streaming.d.ts +4 -5
  76. package/dist/{types → api/types}/tag.d.ts +1 -1
  77. package/dist/api/types/time.d.ts +7 -0
  78. package/dist/{types → api/types}/timelapse.d.ts +8 -5
  79. package/dist/{types → api/types}/user.d.ts +106 -37
  80. package/dist/api/types/videoWall.d.ts +66 -0
  81. package/dist/api/types/weather.d.ts +153 -0
  82. package/dist/{types → api/types}/widget.d.ts +96 -16
  83. package/dist/{types → api/types}/xweather.d.ts +4 -4
  84. package/dist/index.d.ts +2 -3
  85. package/dist/index.js +2221 -968
  86. package/dist/index.js.map +1 -1
  87. package/dist/index.umd.cjs +1 -1
  88. package/dist/index.umd.cjs.map +1 -1
  89. package/dist/shared/api/index.d.ts +3 -0
  90. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  91. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  92. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  93. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  94. package/dist/shared/types/components.d.ts +324 -0
  95. package/dist/shared/types/customDataTableFilters.d.ts +10 -0
  96. package/dist/shared/types/imagePlayer.d.ts +41 -0
  97. package/dist/shared/types/index.d.ts +6 -0
  98. package/dist/shared/types/rbac.d.ts +67 -0
  99. package/dist/shared/types/timeline.d.ts +10 -0
  100. package/package.json +7 -4
  101. package/dist/api/3dFirebaseApi.d.ts +0 -10
  102. package/dist/api/aiApi.d.ts +0 -121
  103. package/dist/api/authzApi.d.ts +0 -21
  104. package/dist/api/evercamApi.d.ts +0 -294
  105. package/dist/api/ingestApi.d.ts +0 -68
  106. package/dist/api/videoWallApi.d.ts +0 -9
  107. package/dist/types/360.d.ts +0 -83
  108. package/dist/types/aconex.d.ts +0 -45
  109. package/dist/types/automation.d.ts +0 -6
  110. package/dist/types/company.d.ts +0 -46
  111. package/dist/types/coolify.d.ts +0 -18
  112. package/dist/types/detections.d.ts +0 -76
  113. package/dist/types/drone.d.ts +0 -17
  114. package/dist/types/ingest.d.ts +0 -43
  115. package/dist/types/map.d.ts +0 -4
  116. package/dist/types/notification.d.ts +0 -27
  117. package/dist/types/planner.d.ts +0 -28
  118. package/dist/types/project.d.ts +0 -124
  119. package/dist/types/shares.d.ts +0 -196
  120. package/dist/types/siteAnalytics.d.ts +0 -123
  121. package/dist/types/snapshots.d.ts +0 -50
  122. package/dist/types/storageServers.d.ts +0 -4
  123. package/dist/types/time.d.ts +0 -19
  124. package/dist/types/videoWall.d.ts +0 -33
  125. package/dist/types/weather.d.ts +0 -87
  126. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  127. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  128. /package/dist/{types → api/types}/nvr.d.ts +0 -0
  129. /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
  130. /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
  131. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
  132. /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
@@ -1,121 +0,0 @@
1
- import { AnprQueryParams, AnprEvent, EventCountRequestPayload, EventCountResponsePayload, EventsExportRequestParameters, EventsRequestPayload, EventsResponsePayload, GateReportROI, PaginatedItems, GateReportVerifiedDay, ProjectExid, CameraExid, AnprCountsQueryParams, AnprCount, AnprBasedGateReportExportRequestParams, GateReportResponsePayload, GatReportRequestPayload, AnalyticsParameters, VerifiedDaysQueryParams, EventUpdateRequestPayload, VerifyDayUpdateRequestPayload, ProcessedDaysQueryParams, GateReportEventType, DateTime, RoisQueryParams, GateReportROICreateRequestPayload, SegmentsSimilaritySearchParams, DetectionsFilters, TrackingsByLabel, SegmentsByLabel, CountsParams, DetectionsPresenceByLabel, SmartSearchQueryParams, SavedQuery, DateType } from "@evercam/api/types";
2
- import type { AxiosPromise, AxiosRequestConfig } from "axios";
3
- import { CreateCoolifyAppRequestPayload, SaveCoolifyAppRequestPayload } from "@/types/coolify";
4
- export declare const getAiApiUrl: () => string | null | undefined;
5
- export declare const AiApi: {
6
- analyticsParameters: {
7
- getParameters(cameraId: CameraExid, params?: Record<string, unknown>): Promise<AnalyticsParameters>;
8
- createParameters(params: Omit<AnalyticsParameters, "id">): Promise<AnalyticsParameters>;
9
- updateParameters({ updatedBy, id, ...payload }: Partial<AnalyticsParameters> & {
10
- updatedBy: string;
11
- }): Promise<AnalyticsParameters>;
12
- };
13
- anpr: {
14
- exportAnprLegacyEvents(projectExid: ProjectExid, params: AnprQueryParams): AxiosPromise<any>;
15
- getAnprEvents(projectExid: ProjectExid, params: AnprQueryParams): Promise<PaginatedItems<AnprEvent>>;
16
- getAnprCounts(projectExid: ProjectExid, payload: AnprCountsQueryParams): Promise<AnprCount[]>;
17
- updateAnprEvent(anprEventId: string, eventBody: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
18
- bulkUpdateAnprRecords(anprEventsIds: number[], action: "is_plate" | "not_plate" | "is_duplicate" | "not_duplicate"): Promise<import("axios").AxiosResponse<any, any>>;
19
- exportAnprEvents(projectExid: string, params: AnprBasedGateReportExportRequestParams): AxiosPromise<string>;
20
- };
21
- gateReport: {
22
- getGateReportProjects(params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
23
- getLastVerified(params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
24
- deleteEvent(id: number, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
25
- dismissEvents(params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
26
- exportEvents(projectExid: string, params: EventsExportRequestParameters): AxiosPromise<any>;
27
- exportEventsProgress(projectExid: string, params: {
28
- exportDate: string;
29
- }): Promise<import("axios").AxiosResponse<any, any>>;
30
- getAllEvents(projectExid: ProjectExid, params: EventsRequestPayload, extraParams?: AxiosRequestConfig): Promise<EventsResponsePayload>;
31
- getEventCounts(projectExid: string, payload?: EventCountRequestPayload, extraParams?: AxiosRequestConfig): Promise<EventCountResponsePayload>;
32
- getVerifiedDays(projectExid: ProjectExid, params: Partial<VerifiedDaysQueryParams>, extraParams?: {}): Promise<PaginatedItems<GateReportVerifiedDay>>;
33
- updateEventById(eventId: number, { updatedBy, payload, }: {
34
- updatedBy: string;
35
- payload: Partial<EventUpdateRequestPayload>;
36
- }): Promise<import("axios").AxiosResponse<any, any>>;
37
- verifyDay(params: VerifyDayUpdateRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
38
- regenerateThumbnail(id: number, params: {
39
- cameraExid: string;
40
- }): Promise<import("axios").AxiosResponse<any, any>>;
41
- getDailyStatus(projectExid: string, params?: Partial<ProcessedDaysQueryParams>): Promise<import("axios").AxiosResponse<any, any>>;
42
- getEventThumbnail({ cameraExid, eventType, eventTime, token, }: {
43
- cameraExid: string;
44
- eventType: GateReportEventType;
45
- eventTime: DateTime;
46
- token: string;
47
- }): string;
48
- getEventSnapshot({ cameraExid, eventType, eventTime, token, }: {
49
- cameraExid: string;
50
- eventType: GateReportEventType;
51
- eventTime: DateTime;
52
- token: string;
53
- }): string;
54
- getEvents(projectExid: ProjectExid, params: GatReportRequestPayload, extraParams?: AxiosRequestConfig): Promise<GateReportResponsePayload>;
55
- getCounts(projectExid: string, payload?: EventCountRequestPayload, extraParams?: AxiosRequestConfig): Promise<EventCountResponsePayload>;
56
- getGateReportApplications(projectExid: string, anprCameraExid: string): Promise<import("axios").AxiosResponse<any, any>>;
57
- getGateReportProjectsInfos(params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
58
- };
59
- brainTool: {
60
- getObjectDetectionsResults(payload?: {}): Promise<import("axios").AxiosResponse<any, any>>;
61
- getSegments(payload?: {}): Promise<import("axios").AxiosResponse<any, any>>;
62
- getDepth(cameraExid: string, timestamp: string): Promise<import("axios").AxiosResponse<any, any>>;
63
- };
64
- roi: {
65
- getROIs(projectExid: string, params?: Partial<RoisQueryParams>): Promise<GateReportROI[]>;
66
- createROI(params: GateReportROICreateRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
67
- updateROI({ updatedBy, roi, }: {
68
- updatedBy: string;
69
- roi: GateReportROICreateRequestPayload;
70
- }): Promise<import("axios").AxiosResponse<any, any>>;
71
- deleteROI({ id, updatedBy }: {
72
- id: number;
73
- updatedBy: string;
74
- }): Promise<import("axios").AxiosResponse<any, any>>;
75
- };
76
- detections: {
77
- getSimilarSegmentsInTimeIntervals({ cameraExid, iouThreshold, ...params }: SegmentsSimilaritySearchParams): Promise<import("axios").AxiosResponse<any, any>>;
78
- getDetectionsTracking(cameraExid: CameraExid, params: DetectionsFilters): Promise<TrackingsByLabel>;
79
- getSegmentsMasks(cameraExid: CameraExid, params: DetectionsFilters): Promise<SegmentsByLabel>;
80
- getDetectionsPresenceDateIntervals({ cameraExid, ...params }: CountsParams): Promise<DetectionsPresenceByLabel>;
81
- };
82
- siteAnalytics: {
83
- smartSearch({ cameraExid, payload, fromDate, toDate, page, pageSize, }: {
84
- cameraExid: CameraExid;
85
- payload: Record<string, unknown>;
86
- fromDate?: string;
87
- toDate?: string;
88
- page?: number;
89
- pageSize?: number;
90
- }): Promise<import("axios").AxiosResponse<any, any>>;
91
- saveQuery(payload: SmartSearchQueryParams): Promise<import("axios").AxiosResponse<any, any>>;
92
- getQueries(cameraExid: CameraExid, params: {
93
- name?: string;
94
- }): Promise<SavedQuery[]>;
95
- getQueryById(cameraExid: CameraExid, queryId: number): Promise<SmartSearchQueryParams>;
96
- updateQuery(cameraExid: CameraExid, queryId: number, payload: Partial<SavedQuery>): Promise<import("axios").AxiosResponse<any, any>>;
97
- deleteQuery(cameraExid: CameraExid, queryId: number): Promise<import("axios").AxiosResponse<any, any>>;
98
- getProcessedTimes(cameraExid: CameraExid, granularity?: "day" | "hour", startDate?: DateType, endDate?: DateType): Promise<string[]>;
99
- };
100
- coolify: {
101
- getCoolifyServers(): Promise<import("axios").AxiosResponse<any, any>>;
102
- createAppOnCoolify(payload: CreateCoolifyAppRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
103
- saveAppOnCoolify(projectExid: string, cameraExid: string, payload: SaveCoolifyAppRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
104
- updateApp({ appUuid, appId, payload, cameraExid, projectExid, }: {
105
- projectExid: string;
106
- cameraExid: string;
107
- appId: string;
108
- appUuid: string;
109
- payload: Partial<SaveCoolifyAppRequestPayload>;
110
- }): Promise<import("axios").AxiosResponse<any, any>>;
111
- deleteApp({ appUuid, appId, cameraExid, projectExid, }: {
112
- projectExid: string;
113
- cameraExid: string;
114
- appId: string;
115
- appUuid: string;
116
- }): Promise<import("axios").AxiosResponse<any, any>>;
117
- startService(serviceId: string): Promise<import("axios").AxiosResponse<any, any>>;
118
- pauseService(serviceId: string): Promise<import("axios").AxiosResponse<any, any>>;
119
- restartService(serviceId: string): Promise<import("axios").AxiosResponse<any, any>>;
120
- };
121
- };
@@ -1,21 +0,0 @@
1
- export declare const AuthzApi: {
2
- roles: {
3
- get(params: any): Promise<import("axios").AxiosResponse<any, any>>;
4
- getRoleDetails(id: number): Promise<import("axios").AxiosResponse<any, any>>;
5
- createRole(params: any): Promise<import("axios").AxiosResponse<any, any>>;
6
- updateRole(id: number, params: any): Promise<import("axios").AxiosResponse<any, any>>;
7
- deleteRole(id: number): Promise<import("axios").AxiosResponse<any, any>>;
8
- addPermission(id: number, action: string): Promise<import("axios").AxiosResponse<any, any>>;
9
- deletePermission(id: number, action: string): Promise<import("axios").AxiosResponse<any, any>>;
10
- getRoleUsers(id: number): Promise<import("axios").AxiosResponse<any, any>>;
11
- assignUsers(id: number, emails: Array<string>, resource_id: string): Promise<import("axios").AxiosResponse<any, any>>;
12
- unassignUsers(id: number, emails: Array<string>, resource_id: string): Promise<import("axios").AxiosResponse<any, any>>;
13
- getUserRoles(): Promise<import("axios").AxiosResponse<any, any>>;
14
- };
15
- scopes: {
16
- get(): Promise<import("axios").AxiosResponse<any, any>>;
17
- create(params: any): Promise<import("axios").AxiosResponse<any, any>>;
18
- delete(id: number): Promise<import("axios").AxiosResponse<any, any>>;
19
- update(id: number, params: any): Promise<import("axios").AxiosResponse<any, any>>;
20
- };
21
- };
@@ -1,294 +0,0 @@
1
- import type { AxiosRequestConfig } from "axios";
2
- import type { AconexAuthCallbackParams, AconexEditedImageUploadRequestPayload, AconexUserProjectsResponsePayload, ApiCredentials, AutodeskFolderResponsePayload, AutodeskProjectsResponsePayload, AutodeskTokenResponsePayload, AutodeskUploadSnapshotPayload, AutodeskUserHubsResponsePayload, AvailableDaysRequestPayload, AvailableDaysResponsePayload, AvailableHoursRequestPayload, AvailableHoursResponsePayload, BatteryReading, BatteryVoltage, BimCompareExportRequestPayload, BimCreationPayload, BIMLayer, BIMLayerPostPayload, BimLayersQueryParams, BimModelRequestPayload, BimModelResponsePayload, BimPendingImage, BimSnapshotRequestPayload, BimSnapshotResponsePayload, BimUploadCameraParameters, CameraExid, CameraLogsResponsePayload, CamerasResponsePayload, CameraStatusLog, CameraUpdateRequestPayload, CheckCameraPortPayload, Comment, CommentCreationRequestPayload, CommentsRequestPayload, Company, CompanyProject, CompanyUser, Compare, CompareRequestPayload, ConnectorResponsePayload, Credentials, FetchCameraQueryParams, GoogleAuthRequestPayload, LoginRequestPayload, LoginResponsePayload, Logo, LogoutParams, Media, MediaCreateRequestPayload, MediaFilterQueryParams, MediaUpdateRequestPayload, MediaUsersResponsePayload, NearestSnapshotRequestPayload, NearestSnapshotResponsePayload, PaginatedItems, PendingBimImagesParams, ProcessPendingImagesBimParams, ProcoreEditedImageUploadRequestPayload, ProcoreObservationFormRequestPayload, ProcoreObservationTypesResponsePayload, ProcoreProjectsAlbumsPayload, ProcoreProjectRequestPayload, ProcoreUserCompaniesResponsePayload, ProcoreCompanyRequestPayload, ProcoreUserProjectsResponsePayload, ProcoreUserProjectPermissionsResponsePayload, ProcoreObservationAssignee, ProcoreObservationDistributionMember, ProcoreObservationTrades, ProcoreObservationLocation, ProcoreObservationSpecificationSection, ProcoreObservationForm, ProgressPhotosCreateUpdateRequestPayload, ProgressPhotosResponsePayload, ProgressPhotosUnSubscribeParams, ProjectBatteryReading, ProjectExid, ProjectLogoResponsePayload, ProjectResponsePayload, ProjectShareResponse, RemotePasswordUpdateRequestPayload, ResendShareRequestPayload, SessionsListRequestPayload, Share, ShareCreateRequestPayload, ShareCreateResponsePayload, ShareDeletionRequestPayload, SharedUsersResponsePayload, ShareProjectCamerasRequestPayload, UpdateUserRestrictionPayload, UpdateCameraRestrictionPayload, ShareRequestsResponsePayload, SharesResponsePayload, SignupUserRequestPayload, Snapshot, SnapshotRangeRequestPayload, SnapshotRangeResponsePayload, ThumbnailData, TimelapseCreationRequestPayload, TimelapseCreationResponsePayload, TimelapseSnapshotRequestPayload, TimelapseSnapshotResponsePayload, UpdatePasswordRequestPayload, UserDeleteRequestPayload, UserSession, UserUpdateRequestPayload, VoyageControlConnectorPayload, XWeatherCreatePayload, XWeatherResponse, Widget, WidgetFull, WidgetPayload, WidgetsListRequestPayload } from "@evercam/api/types";
3
- export declare const EvercamApi: {
4
- apiStatus: {
5
- getApiStatus(): Promise<import("axios").AxiosResponse<any, any>>;
6
- };
7
- users: {
8
- signup(payload: SignupUserRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
9
- fetchAccessFeatures(email: string): Promise<{
10
- features: string[];
11
- }>;
12
- impersonationLogin(token: string): Promise<import("axios").AxiosResponse<any, any>>;
13
- login(params: LoginRequestPayload): Promise<LoginResponsePayload>;
14
- loginWithApiCredentials(apiId: String, apiKey: String): Promise<LoginResponsePayload>;
15
- loginWithWidgetCredentials(widgetId: String, widgetKey: String): Promise<LoginResponsePayload>;
16
- loginWithProvider(provider: string, payload: GoogleAuthRequestPayload): Promise<LoginResponsePayload>;
17
- show(email: string): Promise<{
18
- users: LoginResponsePayload[];
19
- }>;
20
- logout(payload: LogoutParams, config?: Partial<AxiosRequestConfig>): Promise<void>;
21
- resetPassword(email: string): Promise<{
22
- message: string;
23
- }>;
24
- getCredentials(): Promise<Credentials>;
25
- updatePassword(user: string, payload: UpdatePasswordRequestPayload): Promise<{
26
- message: string;
27
- }>;
28
- remotePasswordUpdate(email: string, payload: RemotePasswordUpdateRequestPayload): Promise<{
29
- message: string;
30
- }>;
31
- confirm(email: string, payload: any): Promise<LoginResponsePayload>;
32
- deleteActiveSession(sessionId: string, payload?: any): Promise<void>;
33
- getActiveSessions(payload: SessionsListRequestPayload): Promise<PaginatedItems<UserSession>>;
34
- update(email: string, params?: Partial<UserUpdateRequestPayload>): Promise<{
35
- users: LoginResponsePayload[];
36
- }>;
37
- delete(email: string, params: UserDeleteRequestPayload): Promise<void>;
38
- fetchPermissions(): Promise<{
39
- permissions: string[];
40
- }>;
41
- };
42
- notifications: {
43
- get(): Promise<import("axios").AxiosResponse<any, any>>;
44
- markAllAsRead(id: string): Promise<import("axios").AxiosResponse<any, any>>;
45
- markAsRead(): Promise<import("axios").AxiosResponse<any, any>>;
46
- };
47
- bim: {
48
- getBimSnapshot(cameraId: string, dateTime: string, payload: Partial<BimSnapshotRequestPayload>, extraParams?: AxiosRequestConfig): Promise<BimSnapshotResponsePayload>;
49
- getBimModel(cameraId: string, payload: BimModelRequestPayload, extraParams?: AxiosRequestConfig): Promise<BimModelResponsePayload>;
50
- pendingBimImages(cameraId: string, params: PendingBimImagesParams): Promise<BimPendingImage[]>;
51
- processPendingImages(cameraId: string, params: Partial<ProcessPendingImagesBimParams>): Promise<void>;
52
- createBim(cameraId: string, params: BimCreationPayload): Promise<void>;
53
- getCameraParameters(cameraId: string, params: ApiCredentials): Promise<BimUploadCameraParameters>;
54
- uploadCameraParameters(cameraId: string, params: BimUploadCameraParameters): Promise<BimUploadCameraParameters>;
55
- exportCompare(projectExid: string, payload: BimCompareExportRequestPayload): Promise<Compare>;
56
- };
57
- cameras: {
58
- getCameras(params: {
59
- params: Partial<FetchCameraQueryParams>;
60
- }): Promise<CamerasResponsePayload>;
61
- getCameraById(cameraId: string, params?: ApiCredentials): Promise<CamerasResponsePayload>;
62
- getCameraLastPublicNote(cameraId: string): Promise<CameraLogsResponsePayload>;
63
- portCheck(payload: {
64
- params: CheckCameraPortPayload;
65
- }): Promise<CheckCameraPortPayload & {
66
- open: boolean;
67
- }>;
68
- getNvrStreamingToken({ cameraExid, token, }: {
69
- cameraExid: string;
70
- token: string;
71
- }): Promise<string>;
72
- getCameraStatusLogs(exid: string, params: {
73
- params: {
74
- from: string;
75
- to: string;
76
- };
77
- }): Promise<CameraStatusLog[]>;
78
- updateCamera(exid: string, params: CameraUpdateRequestPayload): Promise<CamerasResponsePayload>;
79
- };
80
- projects: {
81
- index(params?: ApiCredentials): Promise<ProjectResponsePayload>;
82
- getLogos(projectId: string): Promise<ProjectLogoResponsePayload>;
83
- createLogo(projectId: string, formData: FormData): Promise<Logo & {
84
- id: number;
85
- }>;
86
- deleteLogo(projectId: string, id: number): Promise<void>;
87
- updateLogo(projectId: string, id: number, name: string): Promise<import("axios").AxiosResponse<any, any>>;
88
- updateThumbnail(projectExid: string, params: {
89
- cameraExid?: string;
90
- uploadedThumbnail?: string;
91
- }): Promise<{
92
- message: string;
93
- }>;
94
- getThumbnailData(projectExid: string): Promise<ThumbnailData>;
95
- updateCamerasRestriction(projectExid: ProjectExid, payload: UpdateCameraRestrictionPayload): Promise<import("axios").AxiosResponse<any, any>>;
96
- updatePlaceholderThumbnail(projectExid: string, params: {
97
- placeholder?: string;
98
- }): Promise<{
99
- message: string;
100
- }>;
101
- getPlaceholderThumbnailData(projectExid: string): Promise<import("axios").AxiosResponse<any, any>>;
102
- transferOwnership(projectExid: string, newOwnerId: number): Promise<{
103
- message: string;
104
- }>;
105
- getUsers(projectExid: string): Promise<import("axios").AxiosResponse<any, any>>;
106
- };
107
- timelapse: {
108
- getSnapshotRange(cameraId: string, payload: TimelapseSnapshotRequestPayload, extraParams?: AxiosRequestConfig): Promise<TimelapseSnapshotResponsePayload>;
109
- createTimelapse(projectExid: string, payload: TimelapseCreationRequestPayload): Promise<TimelapseCreationResponsePayload>;
110
- cUpdate(projectExid: string, id: string | number, payload: MediaUpdateRequestPayload): Promise<TimelapseCreationResponsePayload>;
111
- cDelete(projectExid: string, id: number): Promise<void>;
112
- };
113
- compares: {
114
- cCreate(projectExid: string, payload: CompareRequestPayload): Promise<Compare>;
115
- cShow(projectExid: string, id: string): Promise<Compare>;
116
- cUpdate(projectExid: string, id: string, payload: MediaUpdateRequestPayload): Promise<Compare>;
117
- cDelete(projectExid: string, id: string): Promise<void>;
118
- };
119
- projectConnectos: {
120
- index(projectExid: string): Promise<Array<XWeatherResponse>>;
121
- };
122
- providers: {
123
- getProviders(): Promise<ConnectorResponsePayload>;
124
- };
125
- aconex: {
126
- authenticate(payload: AconexAuthCallbackParams): Promise<void>;
127
- getUserProjects(): Promise<AconexUserProjectsResponsePayload>;
128
- revoke(): Promise<void>;
129
- uploadEditedSnapshot(projectId: number, payload: AconexEditedImageUploadRequestPayload): Promise<void>;
130
- getDocumentSchema(projectId: number): Promise<void>;
131
- };
132
- procore: {
133
- getUserCompanies(): Promise<ProcoreUserCompaniesResponsePayload>;
134
- getUserProjects(payload: ProcoreCompanyRequestPayload): Promise<ProcoreUserProjectsResponsePayload>;
135
- getUserProjectPermissions(payload: ProcoreProjectRequestPayload): Promise<ProcoreUserProjectPermissionsResponsePayload>;
136
- getProjectAlbums(payload: ProcoreProjectRequestPayload): Promise<ProcoreProjectsAlbumsPayload>;
137
- uploadEditedSnapshot(payload: ProcoreEditedImageUploadRequestPayload): Promise<void>;
138
- sendRevoke(): Promise<void>;
139
- getObservationTypes(payload: ProcoreProjectRequestPayload): Promise<ProcoreObservationTypesResponsePayload>;
140
- getObservationForm(payload: ProcoreObservationFormRequestPayload): Promise<ProcoreObservationForm>;
141
- getAssignees(payload: ProcoreProjectRequestPayload): Promise<Array<ProcoreObservationAssignee>>;
142
- getDistributionMembers(payload: ProcoreProjectRequestPayload): Promise<Array<ProcoreObservationDistributionMember>>;
143
- createObservation(formData: FormData): Promise<void>;
144
- getContributingBehaviors(payload: ProcoreCompanyRequestPayload): Promise<ProcoreProjectRequestPayload>;
145
- getContributingConditions(payload: ProcoreCompanyRequestPayload): Promise<ProcoreProjectRequestPayload>;
146
- getTrades(payload: ProcoreCompanyRequestPayload): Promise<Array<ProcoreObservationTrades>>;
147
- getHazards(payload: ProcoreCompanyRequestPayload): Promise<ProcoreProjectRequestPayload>;
148
- getLocations(payload: ProcoreProjectRequestPayload): Promise<Array<ProcoreObservationLocation>>;
149
- getSpecificationSections(payload: ProcoreProjectRequestPayload): Promise<Array<ProcoreObservationSpecificationSection>>;
150
- getCustomFieldOptions(payload: ProcoreProjectRequestPayload): Promise<{
151
- options: {
152
- [key: string]: string[];
153
- };
154
- }>;
155
- };
156
- autodesk: {
157
- sendRevoke(): Promise<void>;
158
- getUserHubs(): Promise<AutodeskUserHubsResponsePayload>;
159
- getProjects(hubId: string): Promise<AutodeskProjectsResponsePayload>;
160
- getFolders(hubId: string, projectId: string): Promise<Array<AutodeskFolderResponsePayload>>;
161
- getSubFolders(projectId: string, parentFolderId: string, getDerivatives: Boolean): Promise<Array<AutodeskFolderResponsePayload>>;
162
- getFolder(projectId: string, folderId: string): Promise<AutodeskFolderResponsePayload>;
163
- uploadEditedSnapshot(payload: AutodeskUploadSnapshotPayload): Promise<null>;
164
- fetchViewerToken(exid: string): Promise<AutodeskTokenResponsePayload>;
165
- };
166
- voyageControl: {
167
- connect(payload: VoyageControlConnectorPayload): Promise<unknown>;
168
- sendRevoke(): Promise<null>;
169
- };
170
- xweather: {
171
- connect(projectExid: string, payload: XWeatherCreatePayload): Promise<XWeatherResponse>;
172
- revoke(projectExid: string): Promise<null>;
173
- };
174
- recordings: {
175
- oldest(cameraId: string, payload?: ApiCredentials): Promise<Snapshot>;
176
- latest(cameraId: string, payload?: ApiCredentials): Promise<Snapshot>;
177
- nearest(cameraId: string, timestamp: string, payload?: NearestSnapshotRequestPayload, extraParams?: AxiosRequestConfig): Promise<NearestSnapshotResponsePayload>;
178
- availableDays({ cameraId, year, month, payload, }: AvailableDaysRequestPayload): Promise<AvailableDaysResponsePayload>;
179
- availableHours({ cameraId, year, month, day, payload, cancelToken, }: AvailableHoursRequestPayload): Promise<AvailableHoursResponsePayload>;
180
- getSnapshot(cameraId: string, dateTime: string): Promise<SnapshotRangeResponsePayload>;
181
- getSnapshotRange(cameraId: string, payload: SnapshotRangeRequestPayload): Promise<SnapshotRangeResponsePayload>;
182
- };
183
- progressPhotos: {
184
- index(): Promise<ProgressPhotosResponsePayload>;
185
- show(id: string): Promise<ProgressPhotosResponsePayload>;
186
- create(payload: ProgressPhotosCreateUpdateRequestPayload): Promise<ProgressPhotosResponsePayload>;
187
- update(id: string, payload: ProgressPhotosCreateUpdateRequestPayload): Promise<ProgressPhotosResponsePayload>;
188
- unsubscribe(progressPhotoId: string, params: ProgressPhotosUnSubscribeParams): Promise<ProgressPhotosResponsePayload>;
189
- delete(id: string, params?: ApiCredentials): Promise<void>;
190
- };
191
- mediaHub: {
192
- getAllMedia(projectExid: string, params: MediaFilterQueryParams): Promise<PaginatedItems<Media>>;
193
- getAllMediaUsers(projectExid: string): Promise<MediaUsersResponsePayload>;
194
- cShow(projectExid: string, id: string): Promise<Media>;
195
- cCreate(projectExid: string, payload: MediaCreateRequestPayload): Promise<Media>;
196
- cUpdate(projectExid: number, id: number, payload: MediaUpdateRequestPayload): Promise<Media>;
197
- cDelete(projectExid: number, id: number): Promise<void>;
198
- };
199
- shares: {
200
- updateShareRights(cameraExid: CameraExid, payload: {
201
- email: string;
202
- rights: string;
203
- }): Promise<Share>;
204
- updateShareRequestRights(cameraExid: CameraExid, payload: {
205
- email: string;
206
- rights: string;
207
- }): Promise<import("axios").AxiosResponse<any, any>>;
208
- cIndex(cameraId: string): Promise<SharesResponsePayload>;
209
- getShareRequest(cameraId: string, payload: {
210
- status: string;
211
- }): Promise<ShareRequestsResponsePayload>;
212
- deleteShare(cameraId: string, payload: {
213
- [key: string]: ShareDeletionRequestPayload;
214
- }): Promise<void>;
215
- deleteRequest(cameraId: string, payload: {
216
- [key: string]: ShareDeletionRequestPayload;
217
- }): Promise<void>;
218
- deleteShareRequest(payload: {
219
- params: ShareDeletionRequestPayload;
220
- }): Promise<void>;
221
- getSharedUsers(cameraId: string): Promise<SharedUsersResponsePayload>;
222
- cCreate(cameraId: string, payload: ShareCreateRequestPayload): Promise<ShareCreateResponsePayload>;
223
- shareProjectCameras(projectExid: ProjectExid, payload: ShareProjectCamerasRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
224
- getShareRequestByKey(key: string): Promise<Pick<ShareCreateResponsePayload, "shareRequests">>;
225
- transferOwnership(cameraId: string, payload: {
226
- userId: number;
227
- }): Promise<void>;
228
- resendShareRequest(cameraId: string, data: ResendShareRequestPayload): Promise<void>;
229
- getProjectShares(exid: string): Promise<ProjectShareResponse>;
230
- updateUserRestriction(projectExid: ProjectExid, payload: UpdateUserRestrictionPayload): Promise<import("axios").AxiosResponse<any, any>>;
231
- };
232
- companies: {
233
- getCompanyUsers(companyExid: string, params: {
234
- params: {
235
- page: number;
236
- limit: number;
237
- };
238
- }): Promise<PaginatedItems<CompanyUser>>;
239
- getCompanyProjects(companyId: string, params: {
240
- params: {
241
- page: number;
242
- limit: number;
243
- };
244
- }): Promise<PaginatedItems<CompanyProject>>;
245
- show(companyId: string, params?: Record<string, string>): Promise<Company>;
246
- getCompanyCameras(id: string, params: Record<string, string>): Promise<import("axios").AxiosResponse<any, any>>;
247
- };
248
- batteries: {
249
- ProjectBatteryReadings(projectExid: string): Promise<ProjectBatteryReading[]>;
250
- batteryReadings(cameraExid: string, params: {
251
- fromDate: string;
252
- toDate: string;
253
- }): Promise<PaginatedItems<BatteryReading>>;
254
- readingsVoltageSummary(cameraExid: string, params: {
255
- fromDate: string;
256
- toDate: string;
257
- }): Promise<BatteryVoltage[]>;
258
- };
259
- layers: {
260
- getLayer(cameraId: string, params: BimLayersQueryParams, extraParams?: Record<string, string>): Promise<BIMLayer[]>;
261
- getLayersById(cameraId: string, id: number, params: Record<string, string>): Promise<BIMLayer>;
262
- getLayers(cameraId: string, params: BimLayersQueryParams): Promise<BIMLayer[]>;
263
- createLayer(cameraId: string, params: BIMLayerPostPayload): Promise<BIMLayer>;
264
- deleteLayer(cameraId: string, id: number, params: Record<string, unknown>): Promise<void>;
265
- updateLayer(cameraId: string, id: number, params: Partial<BIMLayerPostPayload>): Promise<BIMLayer>;
266
- };
267
- comments: {
268
- fetchComments(projectExid: string, params: CommentsRequestPayload): Promise<PaginatedItems<Comment>>;
269
- addComment(projectId: string, params: CommentCreationRequestPayload): Promise<Comment>;
270
- archiveOrUnarchiveComment(projectId: string, id: number, archive: boolean): Promise<Comment>;
271
- deleteComment(projectId: string, id: number): Promise<void>;
272
- };
273
- storyblock: {
274
- getStory(params: {
275
- route: string;
276
- params: string;
277
- }): Promise<import("axios").AxiosResponse<any, any>>;
278
- };
279
- mailing: {
280
- unsubscribe(params: {
281
- key: string;
282
- }): Promise<import("axios").AxiosResponse<any, any>>;
283
- };
284
- widgets: {
285
- index(params: Partial<WidgetsListRequestPayload>): Promise<PaginatedItems<Widget>>;
286
- show(id: number): Promise<WidgetFull>;
287
- getByKeys(): Promise<WidgetFull>;
288
- setSessionSettings(params: any): Promise<WidgetFull>;
289
- createProjectWidget(projectId: string, payload: WidgetPayload): Promise<WidgetFull>;
290
- createCameraWidget(cameraId: string, payload: WidgetPayload): Promise<WidgetFull>;
291
- update(id: number, payload: WidgetPayload): Promise<WidgetFull>;
292
- delete(id: number): Promise<import("axios").AxiosResponse<any, any>>;
293
- };
294
- };
@@ -1,68 +0,0 @@
1
- import type { _360AssetsQueryParams, _360AssetsRequestPayload, _360AssetsUploadPayload, BimUploadPayload, BimUploadsQueryParams, CalculateMeasuringOperationRequestPayload, DronesQueryParams, DroneUploadUpdateRequestPayload, FlightImagesQueryParams, Generate360MapRequestPayload, InspectionToolRequestPayload, MobileCaptureSnapshot } from "@evercam/api/types";
2
- export declare const IngestApi: {
3
- drone: {
4
- createUpload(projectId: string, params: {
5
- uploadedBy: string;
6
- }): Promise<import("axios").AxiosResponse<any, any>>;
7
- reprocessDrone(id: number, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
8
- getDrones(params: {
9
- params: Partial<DronesQueryParams>;
10
- }): Promise<import("axios").AxiosResponse<any, any>>;
11
- getArchive(id: number, params: {
12
- dataType: string;
13
- }): Promise<import("axios").AxiosResponse<any, any>>;
14
- deleteUpload(id: number): Promise<import("axios").AxiosResponse<any, any>>;
15
- prepareForUpload(projectId: string, params: {
16
- uploadedBy: string;
17
- token: string;
18
- }): Promise<import("axios").AxiosResponse<any, any>>;
19
- upload(projectId: string, params: {
20
- uploadedBy: string;
21
- token: string;
22
- }, payload: DroneUploadUpdateRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
23
- verifyToken(projectId: string, params: {
24
- token: string;
25
- }): Promise<import("axios").AxiosResponse<any, any>>;
26
- calculateMeasuringOperation(projectId: string, params: CalculateMeasuringOperationRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
27
- inspectionTool(projectId: string, params: InspectionToolRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
28
- isInspectionEnabled(projectId: string, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
29
- getDroneQueueSize(): Promise<import("axios").AxiosResponse<any, any>>;
30
- getFlightImages(projectId: string, params: FlightImagesQueryParams): Promise<import("axios").AxiosResponse<any, any>>;
31
- checkFlightAvailableFeatures(projectId: string, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
32
- };
33
- assets360: {
34
- get360Assets(params: {
35
- params: Partial<_360AssetsQueryParams>;
36
- }): Promise<import("axios").AxiosResponse<any, any>>;
37
- get360AssetLink(projectId: string, date: string, floor: string, assetType: string, marker: string | null): Promise<import("axios").AxiosResponse<any, any>>;
38
- deleteUpload(id: number): Promise<import("axios").AxiosResponse<any, any>>;
39
- getArchive(id: number, params: {
40
- dateType: string;
41
- }): Promise<import("axios").AxiosResponse<any, any>>;
42
- createUpload(projectId: string, params: _360AssetsRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
43
- upload(id: number, params: Record<string, unknown>, payload: _360AssetsUploadPayload): Promise<import("axios").AxiosResponse<any, any>>;
44
- generate360map(projectId: string, params: Generate360MapRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
45
- get360QueueSize(): Promise<import("axios").AxiosResponse<any, any>>;
46
- };
47
- bim: {
48
- createUpload(projectId: string, params: {
49
- uploadedBy: string;
50
- }): Promise<import("axios").AxiosResponse<any, any>>;
51
- getBIMs(params: {
52
- params: Partial<BimUploadsQueryParams>;
53
- }): Promise<import("axios").AxiosResponse<any, any>>;
54
- getArchive(id: number): Promise<import("axios").AxiosResponse<any, any>>;
55
- deleteUpload(id: number): Promise<import("axios").AxiosResponse<any, any>>;
56
- upload(projectId: string, params: {
57
- id: string;
58
- name: string;
59
- }, payload: BimUploadPayload): Promise<import("axios").AxiosResponse<any, any>>;
60
- };
61
- mobileCapture: {
62
- getProjectMobileAssets(params: Record<string, unknown>): Promise<MobileCaptureSnapshot[]>;
63
- getMobileAssetPhoto(assetId: string | number, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
64
- };
65
- getTotalQueueSize(): Promise<import("axios").AxiosResponse<any, any>>;
66
- getProjectName(projectId: string): Promise<string>;
67
- loadAllAssetsInQueue(): Promise<any[]>;
68
- };
@@ -1,9 +0,0 @@
1
- import { VideoWallPreset } from "@evercam/api/types";
2
- export declare const VideoWallApi: {
3
- presets: {
4
- getProjectPresets(email: string, projectId: number): Promise<import("axios").AxiosResponse<any, any>>;
5
- saveProjectPreset(email: string, projectId: string, payload: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
6
- getGlobalPreset(email: string): Promise<VideoWallPreset>;
7
- saveGlobalPreset(email: string, payload: VideoWallPreset): Promise<void>;
8
- };
9
- };
@@ -1,83 +0,0 @@
1
- import { DateType } from "@/types/time";
2
- export type _360CameraParams = {
3
- azimuthAngle: number;
4
- polarAngle: number;
5
- };
6
- export type _360Floor = {
7
- floorID: string;
8
- name: string;
9
- };
10
- export type _360Scene = {
11
- date: string;
12
- dateID: string;
13
- floors: _360Floor[];
14
- polarAngle: number;
15
- azimuthAngle: number;
16
- };
17
- export type _360ProjectJsonResponse = {
18
- dates: _360Scene[];
19
- [key: string]: any;
20
- };
21
- export type MobileCaptureSnapshot = {
22
- id: string;
23
- uploadedBy: string;
24
- updatedAt: string;
25
- assetType: string;
26
- thumbnailUrl: string;
27
- };
28
- export declare enum _360UrlParams {
29
- DateId = "date_id",
30
- Floor = "floor",
31
- Marker = "marker",
32
- PolarAngle = "polarAngle",
33
- AzimuthAngle = "azimuthAngle"
34
- }
35
- export declare enum _360AssetType {
36
- Video = "video",
37
- Image = "image",
38
- Model = "model",
39
- Route = "route",
40
- MobilePhoto = "mobile_photos",
41
- MobileAudio = "mobile_audios"
42
- }
43
- export declare enum _360IntergrationType {
44
- Evercam = "Evercam",
45
- Matterport = "Matterport",
46
- OpenSpace = "Openspace",
47
- HoloBuilder = "Holobuilder",
48
- DroneDeploy = "Dronedeploy"
49
- }
50
- export type _360AssetsQueryParams = {
51
- page: number;
52
- limit: number;
53
- projectID: string;
54
- date: DateType;
55
- floor: string;
56
- id: string;
57
- };
58
- export type _360AssetsRequestPayload = {
59
- projectId: string;
60
- date: DateType;
61
- floor: string;
62
- uploadedBy?: string;
63
- };
64
- export type _360AssetsUploadPayload = {
65
- targetPointsCount: number;
66
- assetType: string;
67
- upload: {
68
- url: string;
69
- title: string;
70
- fileExtension: string;
71
- }[];
72
- deviceSerial: string;
73
- startPosition: string;
74
- endPosition: string;
75
- isTimelapse: boolean;
76
- };
77
- export type Generate360MapRequestPayload = {
78
- dateId: string;
79
- floorId: string;
80
- cameraOffset: string;
81
- startPoint: string;
82
- endPoint: string;
83
- };
@@ -1,45 +0,0 @@
1
- export type AconexUserProjectsResponsePayload = Array<{
2
- id: number;
3
- name: string;
4
- shortName: string;
5
- startDate: string;
6
- endDate: string;
7
- }>;
8
- export type AconexDocumentSchemaField = {
9
- dataType: AconexDocumentDataType;
10
- identifier: string;
11
- schemaValues?: Array<{
12
- id: string;
13
- value: string;
14
- }>;
15
- fieldName: string;
16
- mandatoryStatus: AconexMandatoryStatus;
17
- componentType?: AconexFormComponentType;
18
- items?: Array<any>;
19
- disabled?: boolean;
20
- };
21
- export declare enum AconexDocumentDataType {
22
- Long = "LONG",
23
- Integer = "INTEGER",
24
- String = "STRING",
25
- Boolean = "BOOLEAN",
26
- Date = "DATE"
27
- }
28
- export declare enum AconexFormComponentType {
29
- Select = "SelectField",
30
- Text = "TextField",
31
- DateTime = "DateTimeField",
32
- Switch = "SwitchField"
33
- }
34
- export declare enum AconexMandatoryStatus {
35
- Mandatory = "MANDATORY",
36
- NotMandatory = "NOT_MANDATORY"
37
- }
38
- export type AconexAuthCallbackParams = {
39
- code: string;
40
- location: string;
41
- };
42
- export type AconexEditedImageUploadRequestPayload = {
43
- projectExid: string;
44
- snapshot: string;
45
- };
@@ -1,6 +0,0 @@
1
- export declare enum AutomationProvider {
2
- Aconex = "aconex",
3
- Procore = "procore",
4
- Autodesk = "autodesk",
5
- Email = "email"
6
- }