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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/README.md +4 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +216 -0
  3. package/dist/api/api/adminApi.d.ts +381 -0
  4. package/dist/api/api/aiApi.d.ts +186 -0
  5. package/dist/api/api/authzApi.d.ts +40 -0
  6. package/dist/api/{client → api/client}/axios.d.ts +2 -1
  7. package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
  8. package/dist/api/{client → api/client}/interceptors.d.ts +1 -1
  9. package/dist/api/api/client/swr/Swr.d.ts +14 -0
  10. package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
  11. package/dist/api/api/evercamApi.d.ts +357 -0
  12. package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +9 -6
  13. package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +1 -1
  14. package/dist/api/api/index.d.ts +13 -0
  15. package/dist/api/api/ingestApi.d.ts +158 -0
  16. package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +12 -3
  17. package/dist/api/api/videoWallApi.d.ts +9 -0
  18. package/dist/api/{weatherApi.d.ts → api/weatherApi.d.ts} +2 -2
  19. package/dist/api/index.d.ts +3 -13
  20. package/dist/api/types/360.d.ts +392 -0
  21. package/dist/api/types/aconex.d.ts +143 -0
  22. package/dist/api/types/admin.d.ts +51 -0
  23. package/dist/api/types/aiConfigs.d.ts +146 -0
  24. package/dist/{types → api/types}/analytics.d.ts +208 -42
  25. package/dist/{types → api/types}/anpr.d.ts +55 -13
  26. package/dist/{types → api/types}/auditLogs.d.ts +19 -1
  27. package/dist/api/types/authz.d.ts +107 -0
  28. package/dist/{types → api/types}/autodesk.d.ts +7 -7
  29. package/dist/api/types/automation.d.ts +114 -0
  30. package/dist/{types → api/types}/axios.d.ts +31 -11
  31. package/dist/{types → api/types}/bim.d.ts +38 -9
  32. package/dist/{types → api/types}/camera.d.ts +116 -101
  33. package/dist/{types → api/types}/comments.d.ts +26 -11
  34. package/dist/api/types/company.d.ts +115 -0
  35. package/dist/{types → api/types}/compare.d.ts +20 -5
  36. package/dist/{types → api/types}/connector.d.ts +9 -5
  37. package/dist/api/types/coolify.d.ts +36 -0
  38. package/dist/{types → api/types}/copilot.d.ts +11 -9
  39. package/dist/{types → api/types}/countries.d.ts +0 -7
  40. package/dist/{types → api/types}/credentials.d.ts +1 -0
  41. package/dist/api/types/detections.d.ts +117 -0
  42. package/dist/api/types/drone.d.ts +107 -0
  43. package/dist/{types → api/types}/errors.d.ts +25 -0
  44. package/dist/{types → api/types}/gateReport.d.ts +49 -168
  45. package/dist/api/types/gateReportManagement.d.ts +170 -0
  46. package/dist/api/types/hammertech.d.ts +98 -0
  47. package/dist/{types → api/types}/hdd.d.ts +26 -1
  48. package/dist/{types → api/types}/index.d.ts +17 -2
  49. package/dist/api/types/ingest.d.ts +159 -0
  50. package/dist/{types → api/types}/kit.d.ts +122 -56
  51. package/dist/api/types/map.d.ts +16 -0
  52. package/dist/{types → api/types}/media.d.ts +10 -3
  53. package/dist/api/types/notification.d.ts +67 -0
  54. package/dist/api/types/oauth.d.ts +62 -0
  55. package/dist/api/types/observations.d.ts +85 -0
  56. package/dist/api/types/planner.d.ts +124 -0
  57. package/dist/api/types/posthog.d.ts +53 -0
  58. package/dist/api/types/procore.d.ts +229 -0
  59. package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
  60. package/dist/api/types/project.d.ts +254 -0
  61. package/dist/{types → api/types}/recording.d.ts +10 -16
  62. package/dist/api/types/recycleBin.d.ts +14 -0
  63. package/dist/api/types/ring.d.ts +53 -0
  64. package/dist/{types → api/types}/roi.d.ts +3 -11
  65. package/dist/{types → api/types}/routeParams.d.ts +5 -2
  66. package/dist/{types → api/types}/router.d.ts +20 -1
  67. package/dist/{types → api/types}/shared.d.ts +30 -28
  68. package/dist/api/types/shares.d.ts +45 -0
  69. package/dist/{types → api/types}/sim.d.ts +6 -6
  70. package/dist/api/types/siteAnalytics.d.ts +285 -0
  71. package/dist/api/types/siteAnalyticsManagement.d.ts +90 -0
  72. package/dist/api/types/siteView.d.ts +73 -0
  73. package/dist/api/types/smartSeach.d.ts +5 -0
  74. package/dist/api/types/snapshots.d.ts +104 -0
  75. package/dist/api/types/socket.d.ts +4 -0
  76. package/dist/api/types/sso.d.ts +55 -0
  77. package/dist/api/types/storageProvider.d.ts +19 -0
  78. package/dist/api/types/storyblok.d.ts +27 -0
  79. package/dist/{types → api/types}/streaming.d.ts +4 -5
  80. package/dist/{types → api/types}/tag.d.ts +1 -1
  81. package/dist/api/types/time.d.ts +7 -0
  82. package/dist/{types → api/types}/timelapse.d.ts +7 -11
  83. package/dist/{types → api/types}/user.d.ts +106 -40
  84. package/dist/api/types/videoWall.d.ts +66 -0
  85. package/dist/api/types/weather.d.ts +153 -0
  86. package/dist/{types → api/types}/widget.d.ts +96 -16
  87. package/dist/{types → api/types}/xweather.d.ts +4 -4
  88. package/dist/index.d.ts +2 -3
  89. package/dist/index.js +2619 -946
  90. package/dist/index.js.map +1 -1
  91. package/dist/index.umd.cjs +1 -1
  92. package/dist/index.umd.cjs.map +1 -1
  93. package/dist/shared/api/index.d.ts +3 -0
  94. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  95. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  96. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  97. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  98. package/dist/shared/types/components.d.ts +370 -0
  99. package/dist/shared/types/customDataTableFilters.d.ts +10 -0
  100. package/dist/shared/types/imagePlayer.d.ts +41 -0
  101. package/dist/shared/types/index.d.ts +7 -0
  102. package/dist/shared/types/observations.d.ts +21 -0
  103. package/dist/shared/types/rbac.d.ts +67 -0
  104. package/dist/shared/types/timeline.d.ts +10 -0
  105. package/package.json +7 -4
  106. package/dist/api/3dFirebaseApi.d.ts +0 -9
  107. package/dist/api/adminApi.d.ts +0 -310
  108. package/dist/api/aiApi.d.ts +0 -121
  109. package/dist/api/authzApi.d.ts +0 -21
  110. package/dist/api/evercamApi.d.ts +0 -273
  111. package/dist/api/ingestApi.d.ts +0 -68
  112. package/dist/api/videoWallApi.d.ts +0 -9
  113. package/dist/types/360.d.ts +0 -83
  114. package/dist/types/aconex.d.ts +0 -45
  115. package/dist/types/automation.d.ts +0 -6
  116. package/dist/types/company.d.ts +0 -46
  117. package/dist/types/coolify.d.ts +0 -18
  118. package/dist/types/detections.d.ts +0 -76
  119. package/dist/types/drone.d.ts +0 -17
  120. package/dist/types/ingest.d.ts +0 -43
  121. package/dist/types/map.d.ts +0 -4
  122. package/dist/types/notification.d.ts +0 -27
  123. package/dist/types/planner.d.ts +0 -28
  124. package/dist/types/procore.d.ts +0 -76
  125. package/dist/types/project.d.ts +0 -123
  126. package/dist/types/shares.d.ts +0 -196
  127. package/dist/types/siteAnalytics.d.ts +0 -123
  128. package/dist/types/snapshots.d.ts +0 -50
  129. package/dist/types/storageServers.d.ts +0 -4
  130. package/dist/types/time.d.ts +0 -19
  131. package/dist/types/vendorModel.d.ts +0 -15
  132. package/dist/types/videoWall.d.ts +0 -33
  133. package/dist/types/weather.d.ts +0 -87
  134. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  135. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  136. /package/dist/{types → api/types}/nvr.d.ts +0 -0
  137. /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
  138. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
  139. /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
@@ -0,0 +1,107 @@
1
+ export declare enum RoleResourceType {
2
+ App = "app",
3
+ Camera = "camera",
4
+ Project = "project"
5
+ }
6
+ export declare enum RoleAssignmentLogAction {
7
+ Assign = "assign",
8
+ Unassign = "unassign"
9
+ }
10
+ export type RoleSubRole = {
11
+ resourceId: string;
12
+ roleId: number;
13
+ roleName?: string;
14
+ permissions?: string[];
15
+ };
16
+ export type Role = {
17
+ id: number;
18
+ name: string;
19
+ description?: string | null;
20
+ resource?: string;
21
+ resourceType: RoleResourceType;
22
+ resourceId?: string | null;
23
+ permissions: string[];
24
+ subRoles?: RoleSubRole[];
25
+ isDefault?: boolean;
26
+ };
27
+ export type ProjectResourceRole = Role & {
28
+ resourceType: RoleResourceType.Project;
29
+ };
30
+ export type CameraResourceRole = Omit<Role, "subRoles"> & {
31
+ resourceType: RoleResourceType.Camera;
32
+ };
33
+ export type ProjectRoleRequestPayload = {
34
+ name: string;
35
+ permissions: string[];
36
+ subRoles?: RoleSubRole[];
37
+ };
38
+ export type AuthzRoleUser = {
39
+ email: string;
40
+ resourceId: string;
41
+ };
42
+ export type AuthzUserRolesResponse = {
43
+ roles: Role[];
44
+ };
45
+ export type AuthzScopePermission = {
46
+ id: number;
47
+ action: string;
48
+ exid: string;
49
+ };
50
+ export type AuthzScope = {
51
+ id: number;
52
+ name: string;
53
+ description: string | null;
54
+ permissions: AuthzScopePermission[];
55
+ app: string;
56
+ exid: string;
57
+ };
58
+ export type AuthzScopeCreatePayload = {
59
+ name: string;
60
+ description?: string;
61
+ permissions: string[];
62
+ };
63
+ export type AuthzScopeUpdatePayload = Partial<AuthzScopeCreatePayload>;
64
+ export declare function isProjectRole(role: Role): role is ProjectResourceRole;
65
+ export declare function isCameraRole(role: Role): role is CameraResourceRole;
66
+ export type RoleAssignmentLog = {
67
+ id: number;
68
+ action: RoleAssignmentLogAction;
69
+ assignerId: number | null;
70
+ assignerEmail: string | null;
71
+ assigneeId: number | null;
72
+ assigneeEmail: string;
73
+ roleId: number | null;
74
+ roleName: string | null;
75
+ previousRoleId: number | null;
76
+ previousRoleName: string | null;
77
+ scope: RoleResourceType;
78
+ projectExid: string | null;
79
+ cameraExid: string | null;
80
+ ip: string | null;
81
+ userDetails: {
82
+ browser?: string | null;
83
+ device?: string | null;
84
+ os?: string | null;
85
+ country?: string | null;
86
+ countryCode?: string | null;
87
+ ip?: string | null;
88
+ impersonatedBy?: string | null;
89
+ } | null;
90
+ insertedAt: string;
91
+ };
92
+ export type RoleAssignmentLogsParams = {
93
+ page?: number;
94
+ limit?: number;
95
+ sort?: string;
96
+ action?: RoleAssignmentLogAction;
97
+ roleId?: number;
98
+ roleName?: string;
99
+ assigneeEmail?: string;
100
+ assignerEmail?: string;
101
+ scope?: RoleResourceType;
102
+ projectExid?: string;
103
+ cameraExid?: string;
104
+ ip?: string;
105
+ from?: string;
106
+ to?: string;
107
+ };
@@ -1,20 +1,20 @@
1
- export type AutodeskUserHubsResponsePayload = Array<{
1
+ export type AutodeskUserHub = {
2
2
  text: string;
3
3
  value: string;
4
- }>;
5
- export type AutodeskProjectsResponsePayload = Array<{
4
+ };
5
+ export type AutodeskProject = {
6
6
  text: string;
7
7
  value: string;
8
- }>;
9
- export type AutodeskFolderResponsePayload = {
8
+ };
9
+ export type AutodeskFolder = {
10
10
  text: string;
11
11
  value: string;
12
12
  allowedFileType: string;
13
13
  allowedFolderType: string;
14
- children: Array<AutodeskFolderResponsePayload>;
14
+ children: Array<AutodeskFolder>;
15
15
  parentName?: string;
16
16
  };
17
- export type AutodeskUploadSnapshotPayload = {
17
+ export type AutodeskSnapshot = {
18
18
  projectId: string;
19
19
  folderId: string;
20
20
  accFileType: string;
@@ -0,0 +1,114 @@
1
+ import { AconexIdentifiers, CameraExid } from "@evercam/api/types";
2
+ export declare enum AutomationProvider {
3
+ Aconex = "aconex",
4
+ Procore = "procore",
5
+ Autodesk = "autodesk",
6
+ Email = "email"
7
+ }
8
+ export declare enum AutomationType {
9
+ Photo = "photo",
10
+ Compare = "compare",
11
+ GateReport = "gate_report",
12
+ Weather = "weather"
13
+ }
14
+ export declare enum AutomationWeatherReportType {
15
+ Forecast = "forecast",
16
+ History = "history"
17
+ }
18
+ export declare enum AutomationExportFormat {
19
+ Pdf = "pdf",
20
+ Csv = "csv"
21
+ }
22
+ export declare enum AutomationWeatherDataGranularity {
23
+ Daily = "daily",
24
+ Hourly = "hourly"
25
+ }
26
+ export type AutomationWeatherConfig = {
27
+ reportType: AutomationWeatherReportType;
28
+ exportFormat: AutomationExportFormat;
29
+ dataGranularity?: AutomationWeatherDataGranularity;
30
+ selectedColumns?: string[];
31
+ forecastDays?: number;
32
+ };
33
+ export type AutomationCompareConfig = {
34
+ compareDelay: number;
35
+ };
36
+ export type AutomationEmailRecipient = string | {
37
+ email: string;
38
+ };
39
+ export type AutomationGateReportConfig = {
40
+ projectExid: string;
41
+ vehicleTypes: string[];
42
+ fileType: string;
43
+ period: number;
44
+ columns: string[];
45
+ };
46
+ export type AutomationEmailProviderConfig = {
47
+ cameraExids?: CameraExid[];
48
+ recipients: string | AutomationEmailRecipient[];
49
+ };
50
+ export type AutomationProcoreProviderConfig = {
51
+ companyId: number;
52
+ companyName: string;
53
+ projectId: number;
54
+ projectName: string;
55
+ categoryId: number;
56
+ categoryName: string;
57
+ };
58
+ export type AutomationAconexProviderConfig = {
59
+ projectId: number;
60
+ projectName: string;
61
+ } & Partial<Record<AconexIdentifiers, string | number | boolean>>;
62
+ export type AutomationAutodeskProviderConfig = {
63
+ hubId: number;
64
+ hubName: string;
65
+ projectId: number;
66
+ projectName: string;
67
+ folderId: number;
68
+ accFileType: string;
69
+ accFolderType: string;
70
+ folderName: string;
71
+ };
72
+ export type AutomationProviderConfig = AutomationEmailProviderConfig | AutomationProcoreProviderConfig | AutomationAconexProviderConfig | AutomationAutodeskProviderConfig;
73
+ export type AutomationOptionsConfig = AutomationCompareConfig | AutomationGateReportConfig | AutomationWeatherConfig | {};
74
+ export type AutomationConfig = AutomationProviderConfig & AutomationOptionsConfig;
75
+ export type Automation = {
76
+ id?: number;
77
+ cameraExids: CameraExid[];
78
+ name: string;
79
+ subject?: string;
80
+ provider: AutomationProvider;
81
+ type: AutomationType;
82
+ config: AutomationConfig;
83
+ notifyDays: string[];
84
+ notifyTime: string;
85
+ timezone: string;
86
+ isPaused: boolean;
87
+ restrictedCameraExids?: string[];
88
+ };
89
+ export declare enum AutomationConfigStep {
90
+ Type = "type",
91
+ Cameras = "cameras",
92
+ Settings = "settings",
93
+ Destination = "destination"
94
+ }
95
+ export type AutomationProviderOption = {
96
+ labelTranslationKey: string;
97
+ descriptionTranslationKey: string;
98
+ value: AutomationProvider;
99
+ icon: string;
100
+ iconSize?: string;
101
+ requiresConnection: boolean;
102
+ };
103
+ export type FormattedAutomation = {
104
+ cameraExids?: string;
105
+ name: string;
106
+ subject: string;
107
+ provider: AutomationProvider;
108
+ type: AutomationType;
109
+ config: Partial<AutomationProviderConfig> & Partial<AutomationOptionsConfig>;
110
+ notifyDays: string;
111
+ notifyTime: string;
112
+ timezone: string;
113
+ isPaused: boolean;
114
+ };
@@ -1,43 +1,59 @@
1
1
  import type { AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse, CancelTokenSource, CancelTokenStatic } from "axios";
2
- export type TimedRequest<T> = Promise<AxiosResponse<T> & {
3
- duration: number;
4
- error?: AxiosError;
5
- }>;
2
+ import { Swr } from "@evercam/api/api/client/swr/Swr";
6
3
  export type AxiosEnvironment = {
7
4
  baseUrl?: string | null;
8
5
  stagingAiApiUrl?: string | null;
9
6
  aiApiUrl?: string | null;
10
- ingestApiUrl?: string | null;
7
+ ingestDroneApi?: string | null;
8
+ ingest360Api?: string | null;
9
+ ingestGpuApiUrl?: string | null;
11
10
  posthogApiUrl?: string | null;
12
11
  posthogProjectId?: string | null;
13
- posthogPrivateApiKey?: string | null;
14
12
  firebaseVideowallUrl?: string | null;
15
13
  weatherApiBaseUrl?: string | null;
16
14
  evercamLabsUrl?: string | null;
15
+ isLabsStaging?: boolean;
17
16
  firebaseDbLink?: string | null;
17
+ firebaseStorageUrl?: string | null;
18
+ firebaseStorageToken?: string | null;
19
+ forgeTokenServerUrl?: string | null;
18
20
  snapshotsURL?: string | null;
19
21
  app?: string | null;
20
22
  getAuthToken?: () => string | null;
21
23
  errorLogger?: (error: AxiosError) => void;
24
+ swrKey?: string;
22
25
  };
23
26
  export type RequestInterceptor = (req: AxiosRequestConfig, env: AxiosEnvironment) => AxiosRequestConfig & any;
24
27
  export type ResponseInterceptor = (res: AxiosResponse, env: AxiosEnvironment) => AxiosResponse & any;
25
28
  export type ErrorInterceptor = (error: any, env: AxiosEnvironment) => any;
29
+ export type RequestManager = {
30
+ createToken: (key: string) => CancelTokenSource["token"];
31
+ cancelToken: (key: string) => void;
32
+ cancelAll: () => void;
33
+ };
26
34
  export interface ExtendedAxiosInstance extends AxiosInstance {
27
35
  CancelToken: CancelTokenStatic;
28
- isCancel: (value: AxiosResponse | AxiosError | never) => boolean;
36
+ isCancel: (value: AxiosResponse | AxiosError | unknown) => boolean;
29
37
  setToken: (token: string) => void;
30
38
  setHeader: (headerName: string, value: any) => void;
31
- generateCancelTokenSource: () => CancelTokenSource;
32
- addCancelToken: (token: CancelTokenSource) => void;
33
- resetCancelTokens: () => void;
34
- cancelRequests: () => void;
39
+ createRequestManager: () => RequestManager;
40
+ requestManager: RequestManager;
35
41
  env: AxiosEnvironment;
36
42
  addEnvironmentVariables: (vars: Record<string, any>) => void;
37
43
  addRequestInterceptor: (interceptor: RequestInterceptor, errorInterceptor?: ErrorInterceptor) => void;
38
44
  addResponseInterceptor: (interceptor: ResponseInterceptor, errorInterceptor?: ErrorInterceptor) => void;
39
45
  addErrorInterceptor: (interceptor: ErrorInterceptor) => void;
46
+ swr: Swr;
40
47
  }
48
+ export type ResponseValue<T> = T | undefined;
49
+ export type SwrResponse<T> = {
50
+ cachedValue: ResponseValue<T>;
51
+ freshPromise: Promise<ResponseValue<T>>;
52
+ };
53
+ export type SwrRequestConfig<T> = Omit<AxiosRequestConfig, "onSwrHit" | "onSwrRefresh"> & {
54
+ onSwrHit?: (data: T) => unknown;
55
+ onSwrRefresh?: (data: T) => unknown;
56
+ };
41
57
  declare module "axios" {
42
58
  interface AxiosRequestConfig {
43
59
  raw?: boolean;
@@ -46,5 +62,9 @@ declare module "axios" {
46
62
  _metadata?: {
47
63
  startTime: number;
48
64
  };
65
+ swr?: boolean;
66
+ onSwrHit?: (data: any) => unknown;
67
+ onSwrRefresh?: (data: any) => unknown;
68
+ onSwrError?: (error: Error) => unknown;
49
69
  }
50
70
  }
@@ -1,4 +1,4 @@
1
- import { DateTime, DateType } from "@/types";
1
+ import { CompareLogoPosition, DateType, PaginationParams } from "@evercam/api/types";
2
2
  export declare enum BimModelType {
3
3
  Architectural = "Architectural",
4
4
  Structural = "Structural",
@@ -48,14 +48,15 @@ export type BimCompareExportRequestPayload = {
48
48
  layerId?: number;
49
49
  maskId?: number;
50
50
  evercamWatermark?: boolean;
51
+ logo?: CompareLogoPosition;
51
52
  };
52
53
  export type BimLayerResponsePayload = {
53
54
  id: number;
54
55
  name: string;
55
- insertedAt: DateTime;
56
- updatedAt: DateTime;
56
+ insertedAt: string;
57
+ updatedAt: string;
57
58
  shapes: string;
58
- startAt: DateTime;
59
+ startAt: string;
59
60
  };
60
61
  export declare enum BimUploadStatus {
61
62
  Initial = 0,
@@ -78,13 +79,18 @@ export type BimCreationPayload = {
78
79
  };
79
80
  export declare enum BIMLayerTypes {
80
81
  Mask = "mask",
82
+ BimMask = "bim_mask",
81
83
  MeasuringGrid = "measuring_grid",
82
84
  BimArchitectural = "bim_architectural",
83
85
  BimStructural = "bim_structural",
84
86
  Bim4D = "bim_4d",
85
87
  BimMep = "bim_mep",
86
88
  RecordingsTag = "recordings_tag",
87
- Milestone = "milestone"
89
+ Milestone = "milestone",
90
+ ForgeBimArchitectural = "forge_bim_architectural",
91
+ ForgeBimStructural = "forge_bim_structural",
92
+ ForgeBim4D = "forge_bim_4d",
93
+ ForgeBimMep = "forge_bim_mep"
88
94
  }
89
95
  export type BimLayersQueryParams = {
90
96
  layerType: BIMLayerTypes;
@@ -95,7 +101,7 @@ export type BIMLayerPostPayload = {
95
101
  layerType: BIMLayerTypes;
96
102
  startAt: DateType;
97
103
  shapes: string;
98
- zIndex: number;
104
+ zIndex?: number;
99
105
  };
100
106
  export type BIMLayer = {
101
107
  id: number;
@@ -131,9 +137,7 @@ export type ProcessPendingImagesBimParams = {
131
137
  apiId: string;
132
138
  apiKey: string;
133
139
  };
134
- export type BimUploadsQueryParams = {
135
- page: number;
136
- limit: number;
140
+ export type BimUploadsQueryParams = PaginationParams & {
137
141
  projectId: string;
138
142
  id: string;
139
143
  uploadedBy: string;
@@ -145,3 +149,28 @@ export type BimUploadPayload = {
145
149
  fileExtension: string;
146
150
  }[];
147
151
  };
152
+ export declare enum ForgeBimUploadMethod {
153
+ FileUpload = "file_upload",
154
+ AutodeskAcc = "autodesk_acc"
155
+ }
156
+ export declare enum ForgeBimFileRejectionReason {
157
+ InvalidType = "invalid_type",
158
+ ExceedsSizeLimit = "exceeds_size_limit"
159
+ }
160
+ export declare enum ForgeBimUploadStage {
161
+ TusUpload = "tus_upload",
162
+ IngestUpload = "ingest_upload"
163
+ }
164
+ export declare enum ForgeBimDialogTrigger {
165
+ UpdateModel = "update_model",
166
+ AddModel = "add_model",
167
+ InitialSetup = "initial_setup"
168
+ }
169
+ export type BimUpdatedWebhookPayload = {
170
+ eventName: "bim.updated";
171
+ projectId: string;
172
+ data: {
173
+ updatedAt: string;
174
+ bimIdentifier: string;
175
+ };
176
+ };