@evercam/api 1.0.0-ca4bfd0ab → 1.0.0-cc52e4032

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 (108) hide show
  1. package/README.md +3 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +21 -0
  3. package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +95 -20
  4. package/dist/api/{aiApi.d.ts → api/aiApi.d.ts} +56 -11
  5. package/dist/api/{authzApi.d.ts → api/authzApi.d.ts} +7 -0
  6. package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
  7. package/dist/api/{client → api/client}/interceptors.d.ts +1 -1
  8. package/dist/api/api/client/swr/Swr.d.ts +14 -0
  9. package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
  10. package/dist/api/{evercamApi.d.ts → api/evercamApi.d.ts} +85 -32
  11. package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +8 -10
  12. package/dist/api/api/index.d.ts +13 -0
  13. package/dist/api/api/ingestApi.d.ts +95 -0
  14. package/dist/api/api/videoWallApi.d.ts +9 -0
  15. package/dist/api/api/weatherApi.d.ts +9 -0
  16. package/dist/api/index.d.ts +3 -13
  17. package/dist/{types → api/types}/360.d.ts +58 -0
  18. package/dist/api/types/aconex.d.ts +143 -0
  19. package/dist/{types → api/types}/analytics.d.ts +101 -45
  20. package/dist/{types → api/types}/anpr.d.ts +8 -11
  21. package/dist/api/types/authz.d.ts +22 -0
  22. package/dist/api/types/automation.d.ts +61 -0
  23. package/dist/{types → api/types}/axios.d.ts +15 -0
  24. package/dist/{types → api/types}/camera.d.ts +26 -55
  25. package/dist/api/types/comments.d.ts +59 -0
  26. package/dist/{types → api/types}/company.d.ts +29 -1
  27. package/dist/{types → api/types}/connector.d.ts +6 -1
  28. package/dist/{types → api/types}/coolify.d.ts +2 -0
  29. package/dist/{types → api/types}/countries.d.ts +0 -7
  30. package/dist/{types → api/types}/detections.d.ts +51 -15
  31. package/dist/{types → api/types}/errors.d.ts +13 -0
  32. package/dist/{types → api/types}/index.d.ts +7 -1
  33. package/dist/{types → api/types}/ingest.d.ts +8 -0
  34. package/dist/{types → api/types}/kit.d.ts +65 -7
  35. package/dist/{types → api/types}/planner.d.ts +7 -0
  36. package/dist/api/types/posthog.d.ts +18 -0
  37. package/dist/api/types/procore.d.ts +222 -0
  38. package/dist/{types → api/types}/progressPhoto.d.ts +6 -22
  39. package/dist/{types → api/types}/project.d.ts +50 -2
  40. package/dist/{types → api/types}/recording.d.ts +1 -2
  41. package/dist/api/types/recycleBin.d.ts +14 -0
  42. package/dist/{types → api/types}/roi.d.ts +2 -1
  43. package/dist/{types → api/types}/routeParams.d.ts +4 -2
  44. package/dist/{types → api/types}/shared.d.ts +1 -6
  45. package/dist/{types → api/types}/shares.d.ts +5 -1
  46. package/dist/api/types/siteAnalytics.d.ts +163 -0
  47. package/dist/{types → api/types}/snapshots.d.ts +9 -0
  48. package/dist/api/types/sso.d.ts +55 -0
  49. package/dist/{types → api/types}/streaming.d.ts +2 -23
  50. package/dist/api/types/systemCheck.d.ts +11 -0
  51. package/dist/api/types/tag.d.ts +12 -0
  52. package/dist/{types → api/types}/time.d.ts +6 -0
  53. package/dist/{types → api/types}/user.d.ts +5 -6
  54. package/dist/api/types/videoWall.d.ts +66 -0
  55. package/dist/{types → api/types}/weather.d.ts +8 -2
  56. package/dist/{types → api/types}/widget.d.ts +27 -6
  57. package/dist/api/types/xweather.d.ts +12 -0
  58. package/dist/{utils.d.ts → api/utils.d.ts} +1 -0
  59. package/dist/index.d.ts +2 -3
  60. package/dist/index.js +1421 -812
  61. package/dist/index.js.map +1 -1
  62. package/dist/index.umd.cjs +1 -1
  63. package/dist/index.umd.cjs.map +1 -1
  64. package/dist/shared/api/index.d.ts +3 -0
  65. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  66. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  67. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  68. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  69. package/dist/shared/types/components.d.ts +199 -0
  70. package/dist/shared/types/imagePlayer.d.ts +34 -0
  71. package/dist/shared/types/index.d.ts +4 -0
  72. package/dist/shared/types/timeline.d.ts +9 -0
  73. package/package.json +6 -5
  74. package/dist/api/3dFirebaseApi.d.ts +0 -9
  75. package/dist/api/ingestApi.d.ts +0 -65
  76. package/dist/api/videoWallApi.d.ts +0 -9
  77. package/dist/api/weatherApi.d.ts +0 -27
  78. package/dist/types/aconex.d.ts +0 -45
  79. package/dist/types/automation.d.ts +0 -6
  80. package/dist/types/comments.d.ts +0 -36
  81. package/dist/types/devices.d.ts +0 -228
  82. package/dist/types/procore.d.ts +0 -76
  83. package/dist/types/siteAnalytics.d.ts +0 -84
  84. package/dist/types/videoWall.d.ts +0 -33
  85. /package/dist/api/{client → api/client}/axios.d.ts +0 -0
  86. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  87. /package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +0 -0
  88. /package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +0 -0
  89. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  90. /package/dist/{types → api/types}/auditLogs.d.ts +0 -0
  91. /package/dist/{types → api/types}/autodesk.d.ts +0 -0
  92. /package/dist/{types → api/types}/bim.d.ts +0 -0
  93. /package/dist/{types → api/types}/compare.d.ts +0 -0
  94. /package/dist/{types → api/types}/copilot.d.ts +0 -0
  95. /package/dist/{types → api/types}/credentials.d.ts +0 -0
  96. /package/dist/{types → api/types}/drone.d.ts +0 -0
  97. /package/dist/{types → api/types}/gateReport.d.ts +0 -0
  98. /package/dist/{types → api/types}/hdd.d.ts +0 -0
  99. /package/dist/{types → api/types}/map.d.ts +0 -0
  100. /package/dist/{types → api/types}/media.d.ts +0 -0
  101. /package/dist/{types → api/types}/notification.d.ts +0 -0
  102. /package/dist/{types → api/types}/nvr.d.ts +0 -0
  103. /package/dist/{types → api/types}/router.d.ts +0 -0
  104. /package/dist/{types → api/types}/sim.d.ts +0 -0
  105. /package/dist/{types → api/types}/storageServers.d.ts +0 -0
  106. /package/dist/{types → api/types}/timelapse.d.ts +0 -0
  107. /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
  108. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
@@ -1,5 +1,5 @@
1
1
  import type { AxiosRequestConfig } from "axios";
2
- import type { AconexAuthCallbackParams, AconexEditedImageUploadRequestPayload, AconexUserProjectsResponsePayload, ActiveUsersStatsRequestPayload, ActiveUserStat, AnalyticsRequestPayload, 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, GoogleAuthRequestPayload, LoginRequestPayload, LoginResponsePayload, Logo, LogoutParams, Media, MediaCreateRequestPayload, MediaFilterQueryParams, MediaUpdateRequestPayload, MediaUsersResponsePayload, NearestSnapshotRequestPayload, NearestSnapshotResponsePayload, PaginatedItems, PendingBimImagesParams, ProcessPendingImagesBimParams, ProcoreEditedImageUploadRequestPayload, ProcoreProjectsAlbumsPayload, ProcoreProjectsAlbumsRequestPayload, ProcoreUserCompaniesResponsePayload, ProcoreUserProjectRequestPayload, ProcoreUserProjectsResponsePayload, ProgressPhotosCreateUpdateRequestPayload, ProgressPhotosResponsePayload, ProgressPhotosUnSubscribeParams, ProjectBatteryReading, ProjectExid, ProjectLogoResponsePayload, ProjectPAStatsRequestPayload, ProjectPAStatsResponsePayload, ProjectResponsePayload, ProjectShareResponse, RemotePasswordUpdateRequestPayload, ResendShareRequestPayload, SessionActivitiesListRequestPayload, SessionActivity, SessionsListRequestPayload, Share, ShareCreateRequestPayload, ShareCreateResponsePayload, ShareDeletionRequestPayload, SharedUsersResponsePayload, ShareProjectCamerasRequestPayload, ShareRequestsResponsePayload, SharesResponsePayload, SignupUserRequestPayload, Snapshot, SnapshotRangeRequestPayload, SnapshotRangeResponsePayload, ThumbnailData, TimelapseCreationRequestPayload, TimelapseCreationResponsePayload, TimelapseSnapshotRequestPayload, TimelapseSnapshotResponsePayload, UpdatePasswordRequestPayload, UserDeleteRequestPayload, UserSession, UserUpdateRequestPayload, VoyageControlConnectorPayload, Widget, WidgetFull, WidgetPayload, WidgetsListRequestPayload } from "@evercam/api/types";
2
+ import type { AconexAuthCallbackParams, AconexEditedImageUploadRequestPayload, AconexUserProjectsResponsePayload, AconexDocumentSchemaResponsePayload, AconexDocumentTypeSchemaResponsePayload, 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, Comment, CommentCreationRequestPayload, CommentsRequestPayload, Company, CompanyProject, CompanyKit, 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, ProjectMembersResponsePayload, ProjectMembersRequestPayload, ProjectInviteMembersResponsePayload, 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, Camera, ProcoreNextObservationAvailableNumber } from "@evercam/api/types";
3
3
  export declare const EvercamApi: {
4
4
  apiStatus: {
5
5
  getApiStatus(): Promise<import("axios").AxiosResponse<any, any>>;
@@ -10,11 +10,18 @@ export declare const EvercamApi: {
10
10
  features: string[];
11
11
  }>;
12
12
  impersonationLogin(token: string): Promise<import("axios").AxiosResponse<any, any>>;
13
+ fetchLoginOptions(email: string): Promise<{
14
+ options: any[];
15
+ }>;
16
+ fetchSignupOptions(email: string): Promise<{
17
+ options: any[];
18
+ }>;
19
+ fetchProviderConfig(provider: string): Promise<any>;
13
20
  login(params: LoginRequestPayload): Promise<LoginResponsePayload>;
14
21
  loginWithApiCredentials(apiId: String, apiKey: String): Promise<LoginResponsePayload>;
15
22
  loginWithWidgetCredentials(widgetId: String, widgetKey: String): Promise<LoginResponsePayload>;
16
23
  loginWithProvider(provider: string, payload: GoogleAuthRequestPayload): Promise<LoginResponsePayload>;
17
- getUser(email: string): Promise<{
24
+ show(email: string): Promise<{
18
25
  users: LoginResponsePayload[];
19
26
  }>;
20
27
  logout(payload: LogoutParams, config?: Partial<AxiosRequestConfig>): Promise<void>;
@@ -31,7 +38,6 @@ export declare const EvercamApi: {
31
38
  confirm(email: string, payload: any): Promise<LoginResponsePayload>;
32
39
  deleteActiveSession(sessionId: string, payload?: any): Promise<void>;
33
40
  getActiveSessions(payload: SessionsListRequestPayload): Promise<PaginatedItems<UserSession>>;
34
- getSessionActivities(payload: SessionActivitiesListRequestPayload): Promise<PaginatedItems<SessionActivity>>;
35
41
  update(email: string, params?: Partial<UserUpdateRequestPayload>): Promise<{
36
42
  users: LoginResponsePayload[];
37
43
  }>;
@@ -39,6 +45,7 @@ export declare const EvercamApi: {
39
45
  fetchPermissions(): Promise<{
40
46
  permissions: string[];
41
47
  }>;
48
+ getProjectContacts(projectExid: ProjectExid): Promise<import("axios").AxiosResponse<any, any>>;
42
49
  };
43
50
  notifications: {
44
51
  get(): Promise<import("axios").AxiosResponse<any, any>>;
@@ -56,14 +63,12 @@ export declare const EvercamApi: {
56
63
  exportCompare(projectExid: string, payload: BimCompareExportRequestPayload): Promise<Compare>;
57
64
  };
58
65
  cameras: {
59
- getCameras(): Promise<CamerasResponsePayload>;
66
+ getCameras(params: {
67
+ params?: Partial<FetchCameraQueryParams>;
68
+ config?: AxiosRequestConfig;
69
+ }): Promise<CamerasResponsePayload>;
60
70
  getCameraById(cameraId: string, params?: ApiCredentials): Promise<CamerasResponsePayload>;
61
71
  getCameraLastPublicNote(cameraId: string): Promise<CameraLogsResponsePayload>;
62
- portCheck(payload: {
63
- params: CheckCameraPortPayload;
64
- }): Promise<CheckCameraPortPayload & {
65
- open: boolean;
66
- }>;
67
72
  getNvrStreamingToken({ cameraExid, token, }: {
68
73
  cameraExid: string;
69
74
  token: string;
@@ -77,7 +82,10 @@ export declare const EvercamApi: {
77
82
  updateCamera(exid: string, params: CameraUpdateRequestPayload): Promise<CamerasResponsePayload>;
78
83
  };
79
84
  projects: {
80
- index(params?: ApiCredentials): Promise<ProjectResponsePayload>;
85
+ index({ params, config, }: {
86
+ params?: ApiCredentials;
87
+ config: AxiosRequestConfig;
88
+ }): Promise<ProjectResponsePayload>;
81
89
  getLogos(projectId: string): Promise<ProjectLogoResponsePayload>;
82
90
  createLogo(projectId: string, formData: FormData): Promise<Logo & {
83
91
  id: number;
@@ -91,6 +99,28 @@ export declare const EvercamApi: {
91
99
  message: string;
92
100
  }>;
93
101
  getThumbnailData(projectExid: string): Promise<ThumbnailData>;
102
+ updateCamerasRestriction(projectExid: ProjectExid, payload: UpdateCameraRestrictionPayload): Promise<import("axios").AxiosResponse<any, any>>;
103
+ updatePlaceholderThumbnail(projectExid: string, params: {
104
+ placeholder?: string;
105
+ }): Promise<{
106
+ message: string;
107
+ }>;
108
+ getPlaceholderThumbnailData(projectExid: string): Promise<import("axios").AxiosResponse<any, any>>;
109
+ transferOwnership(projectExid: string, newOwnerId: number): Promise<{
110
+ message: string;
111
+ }>;
112
+ getUsers(projectExid: string): Promise<import("axios").AxiosResponse<any, any>>;
113
+ getCameras(projectExid: string): Promise<{
114
+ cameras: Camera[];
115
+ }>;
116
+ getCameraRefs(projectExid: string): Promise<{
117
+ cameras: Camera[];
118
+ }>;
119
+ getTeamMembers(): Promise<import("axios").AxiosResponse<any, any>>;
120
+ getMembers(projectExid: string): Promise<ProjectMembersResponsePayload>;
121
+ inviteMembers(projectExid: string, payload: ProjectMembersRequestPayload): Promise<ProjectInviteMembersResponsePayload>;
122
+ removeMembers(projectExid: string, emails: string[]): Promise<void>;
123
+ updateMembersRole(projectExid: string, payload: ProjectMembersRequestPayload): Promise<void>;
94
124
  };
95
125
  timelapse: {
96
126
  getSnapshotRange(cameraId: string, payload: TimelapseSnapshotRequestPayload, extraParams?: AxiosRequestConfig): Promise<TimelapseSnapshotResponsePayload>;
@@ -104,6 +134,9 @@ export declare const EvercamApi: {
104
134
  cUpdate(projectExid: string, id: string, payload: MediaUpdateRequestPayload): Promise<Compare>;
105
135
  cDelete(projectExid: string, id: string): Promise<void>;
106
136
  };
137
+ projectConnectos: {
138
+ index(projectExid: string): Promise<Array<XWeatherResponse>>;
139
+ };
107
140
  providers: {
108
141
  getProviders(): Promise<ConnectorResponsePayload>;
109
142
  };
@@ -112,14 +145,33 @@ export declare const EvercamApi: {
112
145
  getUserProjects(): Promise<AconexUserProjectsResponsePayload>;
113
146
  revoke(): Promise<void>;
114
147
  uploadEditedSnapshot(projectId: number, payload: AconexEditedImageUploadRequestPayload): Promise<void>;
115
- getDocumentSchema(projectId: number): Promise<void>;
148
+ getDocumentSchema(projectId: number): Promise<AconexDocumentSchemaResponsePayload>;
149
+ getDocumentTypeSchema(projectId: number, documentTypeId: string): Promise<AconexDocumentTypeSchemaResponsePayload>;
116
150
  };
117
151
  procore: {
118
152
  getUserCompanies(): Promise<ProcoreUserCompaniesResponsePayload>;
119
- getUserProjects(payload: ProcoreUserProjectRequestPayload): Promise<ProcoreUserProjectsResponsePayload>;
120
- getProjectAlbums(payload: ProcoreProjectsAlbumsRequestPayload): Promise<ProcoreProjectsAlbumsPayload>;
153
+ getUserProjects(payload: ProcoreCompanyRequestPayload): Promise<ProcoreUserProjectsResponsePayload>;
154
+ getUserProjectPermissions(payload: ProcoreProjectRequestPayload): Promise<ProcoreUserProjectPermissionsResponsePayload>;
155
+ getProjectAlbums(payload: ProcoreProjectRequestPayload): Promise<ProcoreProjectsAlbumsPayload>;
121
156
  uploadEditedSnapshot(payload: ProcoreEditedImageUploadRequestPayload): Promise<void>;
122
157
  sendRevoke(): Promise<void>;
158
+ getObservationTypes(payload: ProcoreProjectRequestPayload): Promise<ProcoreObservationTypesResponsePayload>;
159
+ getObservationForm(payload: ProcoreObservationFormRequestPayload): Promise<ProcoreObservationForm>;
160
+ getNextAvailableObservationNumber(payload: ProcoreProjectRequestPayload): Promise<ProcoreNextObservationAvailableNumber>;
161
+ getAssignees(payload: ProcoreProjectRequestPayload): Promise<Array<ProcoreObservationAssignee>>;
162
+ getDistributionMembers(payload: ProcoreProjectRequestPayload): Promise<Array<ProcoreObservationDistributionMember>>;
163
+ createObservation(formData: FormData): Promise<void>;
164
+ getContributingBehaviors(payload: ProcoreCompanyRequestPayload): Promise<ProcoreProjectRequestPayload>;
165
+ getContributingConditions(payload: ProcoreCompanyRequestPayload): Promise<ProcoreProjectRequestPayload>;
166
+ getTrades(payload: ProcoreCompanyRequestPayload): Promise<Array<ProcoreObservationTrades>>;
167
+ getHazards(payload: ProcoreCompanyRequestPayload): Promise<ProcoreProjectRequestPayload>;
168
+ getLocations(payload: ProcoreProjectRequestPayload): Promise<Array<ProcoreObservationLocation>>;
169
+ getSpecificationSections(payload: ProcoreProjectRequestPayload): Promise<Array<ProcoreObservationSpecificationSection>>;
170
+ getCustomFieldOptions(payload: ProcoreProjectRequestPayload): Promise<{
171
+ options: {
172
+ [key: string]: string[];
173
+ };
174
+ }>;
123
175
  };
124
176
  autodesk: {
125
177
  sendRevoke(): Promise<void>;
@@ -135,6 +187,10 @@ export declare const EvercamApi: {
135
187
  connect(payload: VoyageControlConnectorPayload): Promise<unknown>;
136
188
  sendRevoke(): Promise<null>;
137
189
  };
190
+ xweather: {
191
+ connect(projectExid: string, payload: XWeatherCreatePayload): Promise<XWeatherResponse>;
192
+ revoke(projectExid: string): Promise<null>;
193
+ };
138
194
  recordings: {
139
195
  oldest(cameraId: string, payload?: ApiCredentials): Promise<Snapshot>;
140
196
  latest(cameraId: string, payload?: ApiCredentials): Promise<Snapshot>;
@@ -160,14 +216,6 @@ export declare const EvercamApi: {
160
216
  cUpdate(projectExid: number, id: number, payload: MediaUpdateRequestPayload): Promise<Media>;
161
217
  cDelete(projectExid: number, id: number): Promise<void>;
162
218
  };
163
- analytics: {
164
- sendAnalyticsEvent(params: AnalyticsRequestPayload, headers: object): Promise<null>;
165
- getPACompanyPeriodEvents(id: string | number, payload: ProjectPAStatsRequestPayload): Promise<PaginatedItems<ProjectPAStatsResponsePayload>>;
166
- getPAProjectPeriodEvents(projectId: string, payload: ProjectPAStatsRequestPayload): Promise<PaginatedItems<ProjectPAStatsResponsePayload>>;
167
- getActiveUsers(params: {
168
- params: ActiveUsersStatsRequestPayload;
169
- }): Promise<ActiveUserStat>;
170
- };
171
219
  shares: {
172
220
  updateShareRights(cameraExid: CameraExid, payload: {
173
221
  email: string;
@@ -194,28 +242,31 @@ export declare const EvercamApi: {
194
242
  cCreate(cameraId: string, payload: ShareCreateRequestPayload): Promise<ShareCreateResponsePayload>;
195
243
  shareProjectCameras(projectExid: ProjectExid, payload: ShareProjectCamerasRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
196
244
  getShareRequestByKey(key: string): Promise<Pick<ShareCreateResponsePayload, "shareRequests">>;
197
- transferOwnership(cameraId: string, payload: {
198
- userId: number;
199
- }): Promise<void>;
200
245
  resendShareRequest(cameraId: string, data: ResendShareRequestPayload): Promise<void>;
201
246
  getProjectShares(exid: string): Promise<ProjectShareResponse>;
247
+ updateUserRestriction(projectExid: ProjectExid, payload: UpdateUserRestrictionPayload): Promise<import("axios").AxiosResponse<any, any>>;
202
248
  };
203
- companies: {
204
- getCompanyUsers(companyExid: string, params: {
249
+ company: {
250
+ show(companyId: string | undefined, params?: Record<string, string>): Promise<Company>;
251
+ getCompanyUsers(params: {
205
252
  params: {
206
253
  page: number;
207
254
  limit: number;
208
255
  };
209
256
  }): Promise<PaginatedItems<CompanyUser>>;
210
- getCompanyProjects(companyId: string, params: {
257
+ getCompanyProjects(params: {
211
258
  params: {
212
259
  page: number;
213
260
  limit: number;
214
261
  };
215
262
  }): Promise<PaginatedItems<CompanyProject>>;
216
- getPACompanyDetails(companyId: string, params?: Record<string, string>): Promise<Company>;
217
- getActiveUsers(params: ActiveUsersStatsRequestPayload): Promise<ActiveUserStat>;
218
- getCompanyCameras(id: string, params: Record<string, string>): Promise<import("axios").AxiosResponse<any, any>>;
263
+ getCompanyCameras(params: Record<string, string>): Promise<import("axios").AxiosResponse<any, any>>;
264
+ getCompanyKits(params: {
265
+ params: {
266
+ page: number;
267
+ limit: number;
268
+ };
269
+ }): Promise<PaginatedItems<CompanyKit>>;
219
270
  };
220
271
  batteries: {
221
272
  ProjectBatteryReadings(projectExid: string): Promise<ProjectBatteryReading[]>;
@@ -258,8 +309,10 @@ export declare const EvercamApi: {
258
309
  show(id: number): Promise<WidgetFull>;
259
310
  getByKeys(): Promise<WidgetFull>;
260
311
  setSessionSettings(params: any): Promise<WidgetFull>;
261
- createProjectWidget(projectId: string, payload: WidgetPayload): Promise<WidgetFull>;
262
- createCameraWidget(cameraId: string, payload: WidgetPayload): Promise<WidgetFull>;
312
+ setStatus(id: number, params: {
313
+ active: boolean;
314
+ }): Promise<WidgetFull>;
315
+ create(payload: WidgetPayload): Promise<WidgetFull>;
263
316
  update(id: number, payload: WidgetPayload): Promise<WidgetFull>;
264
317
  delete(id: number): Promise<import("axios").AxiosResponse<any, any>>;
265
318
  };
@@ -1,14 +1,11 @@
1
- import type { CameraExid, CopilotConversation, CopilotMessage, CopilotMessageStep, CountsParams, FeedbackPayload, GrafanaKitMetrics, LabsPaginationParams, LuminanceReading, MilesightCameraNetworkConfiguration, MilesightCameraOsdConfiguration, MilesightCameraSdCardInfo, MilesightCameraSystemSettings, MilesightCameraVideoConfig, MilesightRequestParams, PaginatedItems, SegmentsPresenceByLabel } from "@evercam/api/types";
1
+ import { CameraExid, CopilotConversation, CopilotMessage, CopilotMessageStep, SegmentsCountsParams, FeedbackPayload, GrafanaKitMetrics, LabsPaginationParams, LuminanceReading, PaginatedItems, SegmentsPresenceByLabel, ActiveUsersResponsePayload, ActiveUsersRequestPayload, HeatmapIntersectionsRequestParams, SmartSearchHeatmapPoint } from "@evercam/api/types";
2
2
  import { GrafanaMetricId, KitMetricPeriod } from "@evercam/api/types";
3
3
  export declare function getLabsBaseUrl(): string | null | undefined;
4
4
  export declare const EvercamLabsApi: {
5
- milesight: {
6
- getVideoConfig({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraVideoConfig>;
7
- getNetworkConfiguration({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraNetworkConfiguration>;
8
- getSystemSettings({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraSystemSettings>;
9
- getTimeSettings({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraSystemSettings>;
10
- getOsdConfiguration({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraOsdConfiguration>;
11
- getSdCardInfo({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraSdCardInfo>;
5
+ posthog: {
6
+ getEvents(params: any): Promise<PaginatedItems<any>>;
7
+ getUsers(params: any): Promise<any>;
8
+ getActiveUsers(params: ActiveUsersRequestPayload): Promise<ActiveUsersResponsePayload>;
12
9
  };
13
10
  copilot: {
14
11
  getAllConversations(params: LabsPaginationParams & {
@@ -21,8 +18,9 @@ export declare const EvercamLabsApi: {
21
18
  getMessageSteps(message: CopilotMessage): Promise<CopilotMessageStep[]>;
22
19
  submitMessageFeedback<T>({ conversationId, messageId, ...params }: FeedbackPayload<T>): Promise<import("axios").AxiosResponse<any, any>>;
23
20
  };
24
- detections: {
25
- getSegmentsDateIntervals({ cameraExid, fromDate, toDate, precision, }: CountsParams): Promise<SegmentsPresenceByLabel>;
21
+ siteAnalytics: {
22
+ getSegmentsDateIntervals({ cameraExid, fromDate, toDate, precision, }: SegmentsCountsParams): Promise<SegmentsPresenceByLabel>;
23
+ getIntersectionsHeatmapData(params: HeatmapIntersectionsRequestParams): Promise<SmartSearchHeatmapPoint[]>;
26
24
  };
27
25
  googleCloudStorage: {
28
26
  listFiles(prefix?: string): Promise<{
@@ -0,0 +1,13 @@
1
+ export * from "./client";
2
+ export * from "./adminApi";
3
+ export * from "./videoWallApi";
4
+ export * from "./3dFirebaseApi";
5
+ export * from "./aiApi";
6
+ export * from "./webRtcApi";
7
+ export * from "./weatherApi";
8
+ export * from "./evercamLabsApi";
9
+ export * from "./evercamApi";
10
+ export * from "./ptzApi";
11
+ export * from "./ingestApi";
12
+ export * from "./exNvrApi";
13
+ export * from "./authzApi";
@@ -0,0 +1,95 @@
1
+ import type { AxiosRequestConfig } from "axios";
2
+ import type { _360AssetsQueryParams, _360AssetsRequestPayload, _360QueueQueryParams, _360AssetsUploadPayload, BimUploadPayload, BimUploadsQueryParams, CalculateMeasuringOperationRequestPayload, DrawingsRequestPayload, DronesQueryParams, DroneUploadUpdateRequestPayload, FlightImagesQueryParams, Generate360MapRequestPayload, GenerateFloorPayload, InspectionToolRequestPayload, MobileCaptureSnapshot } from "@evercam/api/types";
3
+ import { IngestVersions } from "@evercam/api/types";
4
+ export declare const getIngestApiUrl: (version: string) => string | undefined | null;
5
+ export declare const IngestApi: {
6
+ drone: {
7
+ createUpload(projectId: string, params: {
8
+ uploadedBy: string;
9
+ }): Promise<import("axios").AxiosResponse<any, any>>;
10
+ reprocessDrone(id: number, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
11
+ getDrones(params: {
12
+ params: Partial<DronesQueryParams>;
13
+ }): Promise<import("axios").AxiosResponse<any, any>>;
14
+ getArchive(id: number, params: {
15
+ dataType: string;
16
+ }): Promise<import("axios").AxiosResponse<any, any>>;
17
+ deleteUpload(id: number): Promise<import("axios").AxiosResponse<any, any>>;
18
+ prepareForUpload(projectId: string, params: {
19
+ uploadedBy: string;
20
+ token: string;
21
+ }): Promise<import("axios").AxiosResponse<any, any>>;
22
+ upload(projectId: string, params: {
23
+ uploadedBy: string;
24
+ token: string;
25
+ }, payload: DroneUploadUpdateRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
26
+ verifyToken(projectId: string, params: {
27
+ token: string;
28
+ }): Promise<import("axios").AxiosResponse<any, any>>;
29
+ calculateMeasuringOperation(projectId: string, params: CalculateMeasuringOperationRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
30
+ inspectionTool(projectId: string, params: InspectionToolRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
31
+ isInspectionEnabled(projectId: string, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
32
+ getDroneQueueSize(version?: IngestVersions): Promise<Record<string, any>>;
33
+ getFlightImages(projectId: string, params: FlightImagesQueryParams): Promise<import("axios").AxiosResponse<any, any>>;
34
+ checkFlightAvailableFeatures(projectId: string, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
35
+ };
36
+ assets360: {
37
+ get360Assets(params: {
38
+ params: Partial<_360AssetsQueryParams>;
39
+ }, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
40
+ get360AssetsCounts(projectId: string, params: {
41
+ uploadedBy: string;
42
+ }, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
43
+ get360AssetLink(projectId: string, date: string, floor: string, assetType: string, drawingId: string, marker: string | null): Promise<import("axios").AxiosResponse<any, any>>;
44
+ update360(id: number, payload: _360AssetsRequestPayload, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
45
+ update360ByProjectDateName(projectId: string, date: string, floor: string, payload: _360AssetsRequestPayload, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
46
+ deleteUpload(id: number, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
47
+ getArchive(id: number, params: {
48
+ dateType: string;
49
+ }, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
50
+ createUpload(projectId: string, params: _360AssetsRequestPayload, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
51
+ upload(id: number, params: Record<string, unknown>, payload: _360AssetsUploadPayload, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
52
+ reprocess360(id: number, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
53
+ drawingExists(payload: {
54
+ params: {
55
+ name: string;
56
+ project_id: string;
57
+ };
58
+ }, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
59
+ getDrawings(payload: {
60
+ params: DrawingsRequestPayload;
61
+ }, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
62
+ getDrawingById(id: number, projectExid: string, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
63
+ updateDrawing(id: number, projectExid: string, payload: GenerateFloorPayload, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
64
+ deleteDrawing(id: number, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
65
+ transferWalks(sourceId: number, targetId: number, projectExid: string, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
66
+ createDrawing(projectExid: string, payload: GenerateFloorPayload, createdBy: string, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
67
+ fetchDrawingOverlay(id: number, params: {
68
+ view: boolean;
69
+ }, onDownloadProgress: (_progress: any) => {}, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
70
+ generate360map(projectId: string, params: Generate360MapRequestPayload, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
71
+ get360QueueSize(params: _360QueueQueryParams, version?: IngestVersions): Promise<Record<string, any>>;
72
+ };
73
+ bim: {
74
+ createUpload(projectId: string, params: {
75
+ uploadedBy: string;
76
+ }): Promise<import("axios").AxiosResponse<any, any>>;
77
+ getBIMs(params: {
78
+ params: Partial<BimUploadsQueryParams>;
79
+ }): Promise<import("axios").AxiosResponse<any, any>>;
80
+ getArchive(id: number): Promise<import("axios").AxiosResponse<any, any>>;
81
+ deleteUpload(id: number): Promise<import("axios").AxiosResponse<any, any>>;
82
+ upload(projectId: string, params: {
83
+ id: string;
84
+ name: string;
85
+ }, payload: BimUploadPayload): Promise<import("axios").AxiosResponse<any, any>>;
86
+ };
87
+ mobileCapture: {
88
+ getProjectMobileAssets(params: Record<string, unknown>, extraConfig?: AxiosRequestConfig, version?: IngestVersions): Promise<MobileCaptureSnapshot[]>;
89
+ getMobileAssetPhoto(assetId: string | number, params: Record<string, unknown>, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
90
+ deleteAsset(assetId: string | number, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
91
+ };
92
+ utils: {
93
+ loadAllAssetsInQueue(): Promise<any[]>;
94
+ };
95
+ };
@@ -0,0 +1,9 @@
1
+ import { type PaginatedItems } from "@evercam/shared/types";
2
+ import { VideoWall, ListParams, VideoWallCreateUpdatePayload } from "@evercam/api/types/videoWall";
3
+ export declare const VideoWallApi: {
4
+ list(params?: ListParams): Promise<import("axios").AxiosResponse<PaginatedItems<VideoWall>, any>>;
5
+ create(body: VideoWallCreateUpdatePayload): Promise<import("axios").AxiosResponse<VideoWall, any>>;
6
+ get(exid: string | number): Promise<import("axios").AxiosResponse<VideoWall, any>>;
7
+ update(exid: string | number, body: Partial<VideoWallCreateUpdatePayload>): Promise<import("axios").AxiosResponse<VideoWall, any>>;
8
+ delete(exid: string | number): Promise<import("axios").AxiosResponse<any, any>>;
9
+ };
@@ -0,0 +1,9 @@
1
+ import { CurrentWeatherRequestPayload, HistoryWeatherRequestPayload, WeatherDataResponse, WeatherResponsePayload } from "@evercam/api/types";
2
+ import { AxiosRequestConfig } from "axios";
3
+ export declare const WeatherApi: {
4
+ current(projectExid: string, payload: CurrentWeatherRequestPayload): Promise<WeatherResponsePayload> | undefined;
5
+ historical(projectExid: string, payload: HistoryWeatherRequestPayload): Promise<WeatherResponsePayload> | undefined;
6
+ report(projectExid: string, payload: HistoryWeatherRequestPayload, config?: AxiosRequestConfig): Promise<{
7
+ data: WeatherDataResponse[];
8
+ }> | undefined;
9
+ };
@@ -1,13 +1,3 @@
1
- export * from "./client";
2
- export * from "./adminApi";
3
- export * from "./videoWallApi";
4
- export * from "./3dFirebaseApi";
5
- export * from "./aiApi";
6
- export * from "./webRtcApi";
7
- export * from "./weatherApi";
8
- export * from "./evercamLabsApi";
9
- export * from "./evercamApi";
10
- export * from "./ptzApi";
11
- export * from "./ingestApi";
12
- export * from "./exNvrApi";
13
- export * from "./authzApi";
1
+ export * from "./api";
2
+ export * from "./types";
3
+ export * from "./utils";
@@ -40,6 +40,15 @@ export declare enum _360AssetType {
40
40
  MobilePhoto = "mobile_photos",
41
41
  MobileAudio = "mobile_audios"
42
42
  }
43
+ export declare enum _360AssetLabel {
44
+ Walks = "walks",
45
+ MobilePhotos = "mobilePhotos"
46
+ }
47
+ export declare enum _360Feature {
48
+ BIM = "BIM",
49
+ Minimap = "Minimap",
50
+ Minimodel = "Minimodel"
51
+ }
43
52
  export declare enum _360IntergrationType {
44
53
  Evercam = "Evercam",
45
54
  Matterport = "Matterport",
@@ -47,6 +56,11 @@ export declare enum _360IntergrationType {
47
56
  HoloBuilder = "Holobuilder",
48
57
  DroneDeploy = "Dronedeploy"
49
58
  }
59
+ export declare enum PathMarkerColor {
60
+ Start = "#00e74c",
61
+ End = "#fd7567",
62
+ Default = "#2196F3"
63
+ }
50
64
  export type _360AssetsQueryParams = {
51
65
  page: number;
52
66
  limit: number;
@@ -61,6 +75,49 @@ export type _360AssetsRequestPayload = {
61
75
  floor: string;
62
76
  uploadedBy?: string;
63
77
  };
78
+ export type DrawingsRequestPayload = {
79
+ projectId?: string;
80
+ name?: string;
81
+ changedBy?: string;
82
+ mapStyle?: string;
83
+ startDate?: string;
84
+ endDate?: string;
85
+ id?: number;
86
+ page?: number;
87
+ limit?: number;
88
+ paginate?: boolean;
89
+ };
90
+ export type GenerateFloorPayload = {
91
+ overlay?: {
92
+ url: string;
93
+ title: string;
94
+ fileExtension: string;
95
+ };
96
+ changedBy: string;
97
+ name?: string;
98
+ mapStyle?: string;
99
+ overlayPositionCorners: {
100
+ northEast: {
101
+ lat: number;
102
+ lng: number;
103
+ };
104
+ northWest: {
105
+ lat: number;
106
+ lng: number;
107
+ };
108
+ southWest: {
109
+ lat: number;
110
+ lng: number;
111
+ };
112
+ southEast: {
113
+ lat: number;
114
+ lng: number;
115
+ };
116
+ };
117
+ };
118
+ export type _360QueueQueryParams = {
119
+ projectId?: string;
120
+ };
64
121
  export type _360AssetsUploadPayload = {
65
122
  targetPointsCount: number;
66
123
  assetType: string;
@@ -73,6 +130,7 @@ export type _360AssetsUploadPayload = {
73
130
  startPosition: string;
74
131
  endPosition: string;
75
132
  isTimelapse: boolean;
133
+ isImagesOnly: boolean;
76
134
  };
77
135
  export type Generate360MapRequestPayload = {
78
136
  dateId: string;
@@ -0,0 +1,143 @@
1
+ export type AconexUserProjectsResponsePayload = Array<{
2
+ id: number;
3
+ name: string;
4
+ shortName: string;
5
+ startDate: string;
6
+ endDate: string;
7
+ active: boolean;
8
+ hidden: boolean;
9
+ }>;
10
+ export type AconexDocumentSchemaResponsePayload = Array<{
11
+ dataType: AconexDocumentDataType;
12
+ identifier: AconexIdentifiers;
13
+ fieldName: string;
14
+ modifiedFieldName?: string;
15
+ mandatoryStatus: AconexMandatoryStatus;
16
+ schemaValues?: Array<{
17
+ id: string;
18
+ value: string;
19
+ }>;
20
+ }>;
21
+ export type AconexDocumentTypeSchemaResponsePayload = Array<{
22
+ dataType: AconexDocumentDataType;
23
+ identifier: string;
24
+ fieldName: string;
25
+ modifiedFieldName?: string;
26
+ mandatoryStatus: string;
27
+ specifications?: Array<AconexFieldSpecification>;
28
+ }>;
29
+ export type AconexDocumentSchemaField = {
30
+ dataType: AconexDocumentDataType;
31
+ identifier: AconexIdentifiers | string;
32
+ schemaValues?: Array<{
33
+ id: string;
34
+ value: string;
35
+ }>;
36
+ fieldName: string;
37
+ modifiedFieldName?: string;
38
+ mandatoryStatus: AconexMandatoryStatus;
39
+ componentType?: AconexFormComponentType;
40
+ items?: Array<any>;
41
+ disabled?: boolean;
42
+ specifications?: Array<AconexFieldSpecification>;
43
+ };
44
+ export type AconexFormSchema = Record<AconexIdentifiers | string, AconexDocumentSchemaField>;
45
+ export type AconexFieldSpecification = {
46
+ name: string;
47
+ options: Array<string>;
48
+ };
49
+ export declare enum AconexDocumentDataType {
50
+ String = "STRING",
51
+ Boolean = "BOOLEAN",
52
+ Ratio = "RATIO",
53
+ Integer = "INTEGER",
54
+ Double = "DOUBLE",
55
+ Long = "LONG",
56
+ Date = "DATE",
57
+ Complex = "COMPLEX",
58
+ SingleLineText = "SINGLE_LINE_TEXT",
59
+ MultiLineText = "MULTI_LINE_TEXT",
60
+ SingleSelect = "SINGLE_SELECT",
61
+ MultiSelect = "MULTI_SELECT",
62
+ User = "USER",
63
+ Number = "NUMBER"
64
+ }
65
+ export declare enum AconexFormComponentType {
66
+ Select = "SelectField",
67
+ Text = "TextField",
68
+ DateTime = "DateTimeField",
69
+ Switch = "SwitchField"
70
+ }
71
+ export declare enum AconexMandatoryStatus {
72
+ Mandatory = "MANDATORY",
73
+ NotMandatory = "NOT_MANDATORY"
74
+ }
75
+ export type AconexAuthCallbackParams = {
76
+ code: string;
77
+ location: string;
78
+ };
79
+ export type AconexEditedImageUploadRequestPayload = {
80
+ projectExid: string;
81
+ snapshot: string;
82
+ };
83
+ export declare enum AconexIdentifiers {
84
+ DocumentNumber = "DocumentNumber",
85
+ DocumentTypeId = "DocumentTypeId",
86
+ Revision = "Revision",
87
+ HasFile = "HasFile",
88
+ AccessList = "AccessList",
89
+ AsBuiltRequired = "AsBuiltRequired",
90
+ Attribute1 = "Attribute1",
91
+ Attribute2 = "Attribute2",
92
+ Attribute3 = "Attribute3",
93
+ Attribute4 = "Attribute4",
94
+ Author = "Author",
95
+ AuthorisedBy = "AuthorisedBy",
96
+ Category = "Category",
97
+ Check1 = "Check1",
98
+ Check2 = "Check2",
99
+ Comments = "Comments",
100
+ Comments2 = "Comments2",
101
+ ContractNumber = "ContractNumber",
102
+ ContractDeliverable = "ContractDeliverable",
103
+ ContractorDocumentNumber = "ContractorDocumentNumber",
104
+ ContractorRev = "ContractorRev",
105
+ Date1 = "Date1",
106
+ Date2 = "Date2",
107
+ DateApproved = "DateApproved",
108
+ DateCreated = "DateCreated",
109
+ DateForReview = "DateForReview",
110
+ DateReviewed = "DateReviewed",
111
+ Discipline = "Discipline",
112
+ DocumentStatusId = "DocumentStatusId",
113
+ MilestoneDate = "MilestoneDate",
114
+ PackageNumber = "PackageNumber",
115
+ PercentageComplete = "PercentageComplete",
116
+ PlannedSubmissionDate = "PlannedSubmissionDate",
117
+ PrintSize = "PrintSize",
118
+ ProjectField1 = "ProjectField1",
119
+ ProjectField2 = "ProjectField2",
120
+ ProjectField3 = "ProjectField3",
121
+ Reference = "Reference",
122
+ RevisionDate = "RevisionDate",
123
+ Scale = "Scale",
124
+ SelectList1 = "SelectList1",
125
+ SelectList2 = "SelectList2",
126
+ SelectList3 = "SelectList3",
127
+ SelectList4 = "SelectList4",
128
+ SelectList5 = "SelectList5",
129
+ SelectList6 = "SelectList6",
130
+ SelectList7 = "SelectList7",
131
+ SelectList8 = "SelectList8",
132
+ SelectList9 = "SelectList9",
133
+ SelectList10 = "SelectList10",
134
+ TagNumber = "TagNumber",
135
+ Title = "Title",
136
+ ToClientDate = "ToClientDate",
137
+ UploadDate = "UploadDate",
138
+ UploadedBy = "UploadedBy",
139
+ Vdrcode = "Vdrcode",
140
+ VendorDocumentNumber = "VendorDocumentNumber",
141
+ VendorRev = "VendorRev",
142
+ AutoNumber = "AutoNumber"
143
+ }